@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

html {
	font-size: 62.5%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

.vTop {
	vertical-align: top !important;
}

.vMiddle {
	vertical-align: middle !important;
}

/* フォントの太さ */
.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/*------------------------------------------------------------
	トラッキングタグの余計なスペースを削除
------------------------------------------------------------*/
.trackTags {
	display: none;
}

/*------------------------------------------------------------
	float指定
------------------------------------------------------------*/
.fltL {
	float: left;
}

.fltR {
	float: right;
}

/*------------------------------------------------------------
	
------------------------------------------------------------*/
body {
	padding: 70px 0 0;
	background: #1a3256 url(../../toriatukai/brand/ijeans/image/bg.jpg);
	text-align: center;
}

#header {
	width: 100%;
	height: 70px;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
#header .inner {
	margin: 0 auto;
	padding: 12px 0;
	width: 1000px;
	font-size: 1.2em;
}
#header .inner a:hover,
#header .inner a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#header .inner h1 {
	padding: 13px 49px 0 15px;
	float: left;
}
#header .inner .lNav {
  /*width: 210px;*/
	padding-top: 21px;
	float: left;
}
#header .inner .lNav li {
	float: left;
	margin-right: 28px;
}
#header .inner .lNav li a {
	display: block;
	color: #FFF;
	text-decoration: none;
}
#header .inner .lNav li a:hover {
	text-decoration: underline;
}
#header .inner .lNav li a:hover,
#header .inner .lNav li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#header .inner .siteInfo {
	float: right;
	width: 371px;
}
#header .inner .siteInfo .groupSite {
	padding-top: 21px;
	float: left;
	width: 293px;
	margin-right: -20px;
	position: relative;
	overflow: hidden;
}
#header .inner .siteInfo .groupSite li {
	margin-right: 20px;
	float: left;
}
#header .inner .siteInfo .groupSite li a {
	padding-left: 8px;
	background: url(../../toriatukai/brand/ijeans/image/icon_arrow_r01.png) no-repeat left 3px;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#header .inner .siteInfo .groupSite li a:hover {
	text-decoration: underline;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#header .inner .siteInfo .edwinLogo {
	float: right;
	padding: 0 15px 0 0;
}

* html #header {
	position: absolute;
}

#footer {
	background: #000;
}
#footer .inner {
	margin: 0 auto;
	padding: 40px 0 50px;
	width: 1000px;
	font-size: 1.2em;
}
#footer .inner .copyright {
	float: left;
	padding: 3px 0 0 33px;
	color: #FFF;
	font-style: normal;
}
#footer .inner .otherNav {
	float: right;
}
#footer .inner .otherNav li {
	margin-right: 20px;
	float: left;
}
#footer .inner .otherNav li a {
	display: block;
	padding: 2px 0 0 24px;
	color: #FFF;
	text-decoration: none;
}
#footer .inner .otherNav li a:hover {
	text-decoration: underline;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#footer .inner .otherNav .mail {
	background: url(../../toriatukai/brand/ijeans/image/icon_mail.png) no-repeat left bottom;
}
#footer .inner .otherNav .home {
	background: url(../../toriatukai/brand/ijeans/image/icon_home.png) no-repeat left bottom;
}
#footer .inner .otherNav .pagetop {
	background: url(../../toriatukai/brand/ijeans/image/icon_pagetop.png) no-repeat left bottom;
}

#container {
	margin: 0 auto;
	width: 1000px;
	background-color: #fff;
	position: relative;
	text-align: left;
}
#container .scene {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#gNavi {
	padding: 10px;
	position: absolute;
	top: 668px;
	right: 5px;
	z-index: 100;
	width: 82px;
}
#gNavi li {
	float: left;
	font-size: 1.1em;
	height: 22px;
	position: relative;
}
#gNavi li a {
	width: 56px;
	height: 10px;
	padding-right: 26px;
  /* 6px 26px 4px 0; */
	background: url(../../toriatukai/brand/ijeans/image/gnavi_off.png) no-repeat right top;
	display: block;
	text-align: right;
	text-decoration: none;
}
#gNavi li a span {
	display: none;
	cursor: pointer;
}
/*#gNavi li a.bgBlack {
	color: #fff;
	background-image: url(../../toriatukai/brand/ijeans/image/gnavi_black_off.png);
}
#gNavi li a.bgBlack span {
	color: #fff;
}
#gNavi li.current a.bgBlack,
#gNavi li a.bgBlack:hover {
	color: #fff;
	background-image: url(../../toriatukai/brand/ijeans/image/gnavi_black_cur.png);
}
*/
#gNavi li.current a,
#gNavi li a:hover {
	background: url(../../toriatukai/brand/ijeans/image/gnavi_cur.png) no-repeat right top;
	color: #000;
	zoom: 1;
}
#gNavi li.current a span,
#gNavi li a:hover span {
	display: block;
	zoom: 1;
}



#scene01 .text {
	position: absolute;
	top: 81px;
	left: 543px;
}
#scene01 .photo {
	
	position: absolute;
	top: 30px;
	left: 0px;
	
}

#scene01 {
	padding: 66px 0 32px;
	background-color: #fff;
	text-align: center;
	height:650px
}




#scene02 {
	padding: 53px 0 0;
	height: 730px;
	background-color: #f3ece0;
	text-align: center;
}
#scene02 .set {
	width: 100%;
	position: absolute;
	top: -131px;
	left: 0;
}
#scene02 .mask {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #f3ece0;
	position: absolute;
	top: -900px;
	left: 0;
}
#scene02 h2 {
	padding-bottom: 30px;
}

#scene02 .scene03box {
	width:910px;
	margin:0 auto;
}

#scene02 .pantsname01{
	text-align:left
}

#scene02 .pantsname02{
	text-align:right
}


#scene02 .pants {
	width:411px;
	margin:0 20px;
	float:left
}

#scene02 .pants p {
	text-align:left;
	padding:10px 0 0 20px;
	line-height:1.5em;
	font-size:1.2em
}


#scene02 .pants p em.pants01 {
	font-weight:bold;
	font-style:normal;
	background:url(../../toriatukai/brand/ijeans/image/scene03_icon01.png) no-repeat 0px 3px;
	padding:3px 0 3px 17px
}


#scene02 .pants p em.pants02 {
	font-weight:bold;
	font-style:normal;
	background:url(../../toriatukai/brand/ijeans/image/scene03_icon02.png) no-repeat 0px 3px;
	padding:3px 0 3px 17px
}




#scene03 {
	padding: 0px 0 0px;
	height: 554px;
	background-color: #fff;
	text-align: center;
}
#scene03 .set {
	width: 100%;
	position: absolute;
	top: -460px;
	left: 0;
}
#scene03 .mask {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: -950px;
	left: 0;
}


#scene03 .text {
	position: absolute;
	top: 50px;
	left: 550px;
}


#scene03 h2 {
	padding-bottom: 30px;
}

/*#scene04 {
	padding: 65px 0 0;
	background-color: #fff;
	line-height: 1.5;
	font-size: 1.2em;
}
#scene04 h2 {
	margin-bottom: 44px;
	text-align: center;
}
*/


#scene04 {
	padding: 65px 0 0;
	background-color: #fff;
	line-height: 1.5;
	font-size: 1.2em;
	height:1480px
}
#scene04 h2 {
	margin-bottom: 20px;
	text-align: center;
}

#scene04 p {
	text-align: center;
	padding:10px 0 0 0
}

#scene04 p.text {
	text-align: left;
	padding:0
}



#scene04 .sc04box01{
	width:483px;
	float:left;
	padding:0 5px;
	margin:20px 0 0 0;
	border-right:1px solid #000
} 


#scene04 .sc04box02 {
	width:483px;
	float:left;
	padding:0px 10px 0 10px;
	margin:20px 0 0 0;
}


#scene04 .sc04box01 .left {
	float:left;
	width:82px;
	padding:20px 0 0 50px
	
}


#scene04 .sc04box01 .right {
	float:left;
	width:270px;
	padding:20px 0 0 20px;
	text-align:center;
	
}

#scene04 .sc04box01 .thirdbox {
	margin:30px 0 0 0
}

#scene04 .sc04box01 .thirdbox dl {
	width:400px;
	margin:10px auto 0;
	clear:both
}


#scene04 .sc04box01 .thirdbox dl dt {
	width:84px;
	float:left
}
#scene04 .sc04box01 .thirdbox dl dd {
	width:300px;
	padding:10px 0 0 10px;
	float:left
}


#scene04 .sc04box01 .thirdbox dl.dlSecond{
	margin-bottom:20px
}




#scene04 .firstbox {
	text-align:center;
}



#scene04 .sc04box02 .secondbox {
	width:450px;
	padding:0 0 0 30px
	}
	
#scene04 .sc04box02 .secondbox p{
	text-align:left;
	}



#scene04 .sc04box02 .secondbox .left {
	float:left;
	width:120px;
	padding:10px 10px 0 0
}


#scene04 .sc04box02 .secondbox .right {
	float:left;
	width:259px;
	padding:10px 0 0 20px;
	text-align:center;
}


#scene04 .sc04box02 .thirdbox {
	width:450px;
	padding:30px 0 0 30px
	}
	
#scene04 .sc04box02 .thirdbox p{
	text-align:left;
	padding:0 0 10px 0
	}



#scene04 .sc04box02 .thirdbox .left {
	float:left;
	width:120px;
	padding:10px 10px 0 0
	
}


#scene04 .sc04box02 .thirdbox .right {
	float:left;
	width:259px;
	padding:10px 0 0 20px;
	text-align:center;
	
}

#scene04 .sc04box02 .forthbox {
	position:relative;
	top:-100px;
	left:30px;
}

#scene04 .sc04box02 .forthbox .right {
	position:relative;
	top:-100px;
	left:97px;
	width:280px;
	height:30px;
	z-index:0
}



#debug {
	padding: 10px;
	width: 200px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #f00;
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 1000;
	font-size: 14px;
	text-align: left;
}
#debug #plus, #debug #minus {
	cursor: pointer;
}
