@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------------
 背景を動画にする
-------------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
/*  IE8以下の代替の背景画像  */
  background: #fff url(../img/mov.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
 
#video-background {
/*  動画を背景に設定するスタイルシート  */
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url(../img/mov.jpg) no-repeat center center;
  background-size: cover;
}


/* -------------------------------------------------------------------
 Loading
-------------------------------------------------------------------- */
#loader {
	width: 35px;
	height: 37px;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -17px; /* heightの半分のマイナス値 */
	margin-left: -17px; /* widthの半分のマイナス値 */
	z-index: 302;
	display: none;
}

#fade {
	width: 100%;
	height: 100%;
	background-color: #005c95;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 301;
	display: none;
}

/* -------------------------------------------------------------------
 bx-slider
-------------------------------------------------------------------- */
#sliderWrap .bx-wrapper .bx-viewport {
	background: none;
	border: none;
	box-shadow: none;
	left: 0;
}
#sliderWrap .bx-wrapper .bx-controls-direction a {
	width: 102px;
    height: 102px;
	margin: 0;
    position: absolute;
    text-indent: -9999px;
    z-index: 9999;
}
#sliderWrap .bx-wrapper .bx-prev {
	left: -150px;
}
#sliderWrap .bx-wrapper .bx-prev:hover {
	background-position: left -102px;
}
#sliderWrap .bx-wrapper .bx-next {
	right: -150px;
}
#sliderWrap .bx-wrapper .bx-next:hover {
	background-position: left -102px;
}

/* 背景画像はブラウザにFit */
.section{
	text-align:center;
}
.sectionInner {
	width: 1000px;
	height: 500px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 50%;
	margin-top: -250px;
}
.nextBtn a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* -------------------------------------------------------------------
 TOP
-------------------------------------------------------------------- */
/* 発売予定 */
#yotei {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 315px;
	top: 40px;
	z-index: -1;
}

#s01L,
#s11L {
	width: 312px;
	float: left;
	margin: 58px 0 0 24px;
}
#s01R,
#s11R {
	width: 524px;
	float: right;
	margin: 55px 28px 0 0;
	text-align: center;
}
#s01_nextBtn {
	width: 228px;
	height: 41px;
	position: absolute;
	padding: 0;
	left: 50%;
	margin-left: -114px;
	bottom: 0;
}
#section1 #s01Item,
#section1 #s01Logo,
#s01_nextBtn,
#yotei {
	opacity: 0;
}

/* -------------------------------------------------------------------
 Section02
-------------------------------------------------------------------- */
#section2Inner {
	display: none;
}
#s02Txt {
	padding-top: 206px;
}
#s02_nextBtn {
	display: none;
}

/* -------------------------------------------------------------------
 Section03
-------------------------------------------------------------------- */
#s02Txt01 {
	padding-top: 86px;
}
#s02Txt01,
#s02Txt02,
#s02Txt03,
#s02Txt04,
#s02Txt05,
#s02Txt06 {
	display: none;
}
#s02Txt03,
#s02Txt05 {
	padding: 128px 0 48px;
}
#s02Txt2nd,
#s02Txt3rd,
#s02Txt4th {
	width: 1000px;
	height: 500px;
	position: absolute;
	left: 0;
	top: 0;
}


/* -------------------------------------------------------------------
 Section04 ワイプインしてエコサートスライド
-------------------------------------------------------------------- */
#s04WipeIn {
	text-align: center;
    width: 0;
    height: 0;
    background: #fff;
	position: relative;
	left: 50%;
	top: 50%;
	display: none;
	box-shadow: 0px 2px 8px -2px #000, 0px -2px 8px -2px #000;
}
#s04WipeIn.noBack {
	background: #f3f3f3 !important;
}
#s04SlideInner {
	width: 3000px;
}
#s04SlideWrap {
	width: 1000px;
	height: 500px;
	overflow: hidden;
	text-align: center;
}
.s04Slide {
	width: 1000px;
	height: 500px;
	float: left;
}
#s04Slide01 .s04Slide01Txt p {
	line-height: 1.8;
}

/* スライド1枚目 */
#s04Slide01 {
	width: 1000px;
	position: relative;
}
#hikidashiBtnEco {
	position: absolute;
	right: 15px;
	bottom: 40px;
	cursor: pointer;
}
#hikidashiBtnEco:hover {
	cursor: pointer;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.s04Slide01Item {
	width: 260px;
	float: left;
	text-align: left;
	padding: 82px 0 0 15px;
}
.s04Slide01Txt {
	width: 380px;
	float: left;
	padding: 82px 0 0 36px;
	text-align: left;
}
#s04Slide01Ecocert {
	position: absolute;
	right: 148px;
	top: 40px;
}
#s04Slide01Cosmebio {
	position: absolute;
	right: 22px;
	top: 82px;
}
#s04Slide01 .s04Slide01Item {
	opacity: 0;
}
#s04Slide01 .s04Slide01Txt,
#s04Slide01Ecocert,
#s04Slide01Cosmebio,
#hikidashiBtnEco {
	display: none;
}

/* スライド2枚目 */
#s04Slide02 {
	height: 466px;
	background: #f3f3f3;
}
#s04Box02L,
#s04Box03L {
	width: 300px;
	height: 466px;
	float: left;
	padding-left: 15px;
	margin-top: 7px;
	text-align: left;
	position: relative;
}
#s04Box02R,
#s04Box03R {
	width: 630px;
	height: 466px;
	float: right;
	padding-right: 15px;
	margin-top: 7px;
	text-align: left;
	position: relative;
}

#box02List01 {
	display: table;
	border-collapse: separate;
	border-spacing: 10px 0;
}
#box02List01 li {
	display: table-cell;
	width: 150px;
	height: 130px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
#box02List01 .box02List1st {
	background: url(../img/s04_bg_02_01.png) no-repeat center center;
}
#box02List01 .box02List2nd {
	background: url(../img/s04_bg_02_02.png) no-repeat center center;
}
#box02List01 .box02List3rd {
	background: url(../img/s04_bg_02_03.png) no-repeat center center;
}
#box02List01 .box02List4th {
	background: url(../img/s04_bg_02_04.png) no-repeat center center;
}

#s04_prevS01,
#s04_prevS02 {
	position: absolute;
	left: 15px;
	bottom: 0;
	cursor: pointer;
}
#s04_prevS01:hover,
#s04_prevS02:hover {
	cursor: pointer;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#s04_nextS03 {
	position: absolute;
	right: 15px;
	bottom: 0;
	cursor: pointer;
}
#s04_nextS03:hover {
	cursor: pointer;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#s04Box02Txt {
	line-height: 1.8;
}
/* スライド3枚目 */
#s04Box03L {
	margin-top: 7px;
}
#box03List02 {
	display: table;
	border-collapse: separate;
	border-spacing: 2px 0;
}
#box03List02 li {
	display: table-cell;
	width: 124px;
	height: 162px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
#box03List02 .box02List1st {
	background: url(../img/s04_bg_03_01.png) no-repeat center center;
}
#box03List02 .box02List2nd {
	background: url(../img/s04_bg_03_02.png) no-repeat center center;
}
#box03List02 .box02List3rd {
	background: url(../img/s04_bg_03_03.png) no-repeat center center;
}
#box03List02 .box02List4th {
	background: url(../img/s04_bg_03_04.png) no-repeat center center;
}
#box03List02 .box02List5th {
	background: url(../img/s04_bg_03_05.png) no-repeat center center;
}



/* -------------------------------------------------------------------
 Section05
-------------------------------------------------------------------- */
#s05WipeIn {
	text-align: center;
    width: 100%;
    height: 500px;
    background: #fff url(../img/s05_bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	left: 0;
	top: 50%;
	margin-top: -250px;
	box-shadow: 0px 2px 8px -2px #000, 0px -2px 8px -2px #000;
}
#s05Txt {
	display: none;
}
#section7 .s04Slide01Txt,
#section8 .s04Slide01Txt,
#section9 .s04Slide01Txt,
#section10 .s04Slide01Txt {
	width: 362px;
}

/* -------------------------------------------------------------------
 Section06 吹き出しあり
-------------------------------------------------------------------- */
#s06WipeIn {
	text-align: center;
    width: 100%;
    height: 500px;
    background: #fff url(../img/s06_bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	left: 0;
	top: 50%;
	margin-top: -250px;
	box-shadow: 0px 2px 8px -2px #000, 0px -2px 8px -2px #000;
}
.hikidashiBtn {
	width: 322px;
	height: 42px;
	position: absolute;
	left: 296px;
	bottom: 64px;
}
#s06Txt {
	display: none;
}
/* 吹き出し */
.popupTrigger {
	width: 322px;
	height: 42px;
	background: #0066a3;
	text-align: center;
	border-radius: 4px;
	display: block;
}
.popupTrigger:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.icFukidashi {
	padding-left: 10px;
}
.popupTrigger img {
	vertical-align: middle;
	padding-top: 12px;
}
.popupBalloon {
	width: 580px;
	background: #fff;
	border: #d9dde0 1px solid;
	border-radius: 4px;
	padding: 20px;
	position: absolute;
	left: 296px;
	bottom: 120px;
}
.popupBalloon .btmSankaku {
	position: absolute;
	left: 130px;
	bottom: -15px;
}
#section6 .fukidashiIc,
#section7 .fukidashiIc,
#section8 .fukidashiIc {
	background: url(../img/ic_fukidashi.png) no-repeat left center;
	padding-left: 24px;
	position: absolute;
	left: 638px;
	bottom: 74px;
	opacity: 0;
}
#section6 .fukidashiIc.spVer,
#section7 .fukidashiIc.spVer,
#section8 .fukidashiIc.spVer {
	padding-right: 15px;
}
.popupL {
	width: 285px;
	float: left;
	line-height: 1.8;
}
.popupR {
	width: 280px;
	float: right;
}
.fukidashiTtl {
	font-size: 114%;
	font-weight: bold;
	color: #006699;
	margin-bottom: 15px;
	line-height: 1.4;
}
.fukidashiImgTtl {
	background: #0066a3;
	color: #fff;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}
.fukidashiDl dt {
	color: #0066a3;
	font-style: italic;
	font-weight: bold;
}
.fukidashiDl dd {
	font-size: 86%;
}
.popupNote {
	font-size: 86%;
	text-indent: -1em;
	padding-left: 1em;
}
/**/
#s06Popup1st.popupBalloon {
	width: 640px;
}
#s06Popup1st .popupL {
	width: 260px;
}
#s06Popup1st .popupR {
	width: 340px;
}

/* -------------------------------------------------------------------
 Section07 吹き出しあり
-------------------------------------------------------------------- */
#s07WipeIn {
	text-align: center;
    width: 100%;
    height: 500px;
    background: #fff url(../img/s07_bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	left: 0;
	top: 50%;
	margin-top: -250px;
	box-shadow: 0px 2px 8px -2px #000, 0px -2px 8px -2px #000;
}
#s07Txt {
	display: none;
}
#section7 .popupBalloon,
#section8 .popupBalloon {
	width: 630px;
	left: 286px;
}
#section7 .popupBalloon .popupR,
#section8 .popupBalloon .popupR {
	margin: 0 0 1em 2em;
}
#btnKouso.hikidashiBtn {
	left: 635px;
}
#s07Popup2nd.popupBalloon .btmSankaku {
	left: 500px;
}

/* -------------------------------------------------------------------
 Section08
-------------------------------------------------------------------- */
#s08WipeIn {
	text-align: center;
    width: 100%;
    height: 500px;
    background: #fff url(../img/s08_bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	left: 0;
	top: 50%;
	margin-top: -250px;
	box-shadow: 0px 2px 8px -2px #000, 0px -2px 8px -2px #000;
}
#s08Txt {
	display: none;
}
/* -------------------------------------------------------------------
 Section09
-------------------------------------------------------------------- */

/* -------------------------------------------------------------------
 Section10
-------------------------------------------------------------------- */
#s10WipeIn {
	text-align: center;
    width: 100%;
    height: 500px;
    background: #fff url(../img/s10_bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	left: 0;
	top: 50%;
	margin-top: -250px;
	box-shadow: 0px 2px 8px -2px #000, 0px -2px 8px -2px #000;
}
#s10Txt {
	display: none;
}

/* -------------------------------------------------------------------
 Section11 商品のご購入方法 ワイプアウト、全成分表示
-------------------------------------------------------------------- */
#s11WipeOut {
	text-align: center;
    width: 100%;
    height: 500px;
    background: #fff url(../img/s10_bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	left: 0;
	top: 50%;
	margin-top: -250px;
}
#s11R {
	margin-top: 0;
	text-align: center;
}
#s11Ul {
	color: #fff;
	font-size: 77%;
	text-align: center;
}

#section11Inner {
	display: none;
}

/* 全成分表示 */
#hikidashiBtnSeibun {
	width: 200px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
	background: #259ce4;
	border-radius: 4px;
	display: inline-block;
	margin: 20px 0;
}
#hikidashiBtnSeibun:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#s11Slide01 {
	position: relative;
}
.s11Popup {
	display: none;
}
.popupArea {
    width: 720px;
	height: 160px;
	background: url(../img/bg_popup.png);
    padding: 10px;
	position:  absolute;
	left: 50%;
	top: 50%;
	margin-top: -80px;
	margin-left: -360px;
}
.popupAreaInner {
    width: 720px;
	height: 160px;
}
.popupArea li {
	height: 125px;
    background-color: #fff;
    border: 1px solid #ccc;
    display: block;
    padding: 15px 20px 20px;
    position: relative;
    text-align: left;
    z-index: 102;
	color: #000;
}

.productsPopupItemHead {
    font-size: 18px;
}

.productsPopupTable {
    border: 1px solid #999999;
    margin-top: 10px;
    width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}

.productsPopupTable th,
.productsPopupTable td {
    padding: 8px 10px;
    vertical-align: top;
}
.productsPopupTable th {
    background-color: #E6E6E6;
    border-right: 1px solid #999999;
    min-width: 70px;
    white-space: nowrap;
}

.popupClose {
    cursor: pointer;
    position: absolute;
    right: 11px;
    top: 11px;
    z-index: 103;
}


/* Nextボタン */
#s02_nextBtn,
#s03_nextBtn,
#s03-2_nextBtn,
#s04_nextBtn,
#s05_nextBtn,
#s06_nextBtn,
#s07_nextBtn,
#s08_nextBtn,
#s10_nextBtn {
	width: 76px;
	height: 40px;
	position: absolute;
	padding: 0;
	left: 50%;
	margin-left: -38px;
	bottom: 0;
}

/* -------------------------------------------------------------------
 Footer
-------------------------------------------------------------------- */
#footerMenuCont {
	width: 100%;
	height: 100%;
	background: url(../common/img/parts/macFFBgHack.png);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	display: none;
}
#fMenuContIn {
	width: 970px;
	height: 560px;
	background: #000;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -485px;
	margin-top: -280px;
}
#fMenuContIn img {
	vertical-align: bottom;
}
#fMenuTtl {
	text-align: center;
	margin-bottom: 20px;
}
.fMenuListTtl {
	margin-top: 5px;
	color: #999;
	font-weight: normal;
	font-size: 12px;
}
.fMenuListTtl .sub {
	font-size: 10px;
}
#wrapBtnBsList {
	width: 840px;
	height: 560px;
	margin: 0 auto;
	display: table;
	text-align: center;
}
#wrapBtnBsListIn {
	display: table-cell;
	vertical-align: middle;
}
#wrapBtnBsList li {
	width: 160px;
	float: left;
	margin: 0 25px 5px;
}
#wrapBtnBsList ul {
	margin-bottom: 20px;
}
#wrapBtnBsList .fMenuListLast {
	margin-bottom: -5px;
}
