@charset "UTF-8";
/*================================================
LOOK専用CSS
================================================*/
.look {
	padding:0 10px;
}

/*-------------------------------------------
1. メインスライダー部分
-------------------------------------------*/
.main-img {
	position:relative;
	margin-bottom: 20px;
}
.slides li {
}
.slides li img {
	width:100%;
	height: auto;
}
.flex-viewport {
	margin-bottom: 20px;
}
.flex-control-thumbs {
}
.flex-control-thumbs li {
	display: inline-block;
    float: none;
    padding-right: 4%;
    width: 22%;
	margin-bottom: 10px;
}
.flex-control-thumbs li:nth-child(4n) {
	padding-right: 0;
}
.flex-control-thumbs li img {
	width:100%;
}
.flex-direction-nav .flex-nav-prev {
	position: absolute;
    top: 25%;
    left: 0;
}
.flex-direction-nav .flex-nav-next {
	position: absolute;
    top: 25%;
    right: 0;
}
.flex-nav-prev a {
	width: 9px;
    height: 16px;
    display: block;
    background: url(/static/lite/images/look/prev.png) center no-repeat;
    background-size: 9px 16px;
    font-size: 0;
    padding: 50px 5px;
}
.flex-nav-next a {
	width: 9px;
    height: 16px;
    display: block;
    background: url(/static/lite/images/look/next.png) center no-repeat;
    background-size: 9px 16px;
    font-size: 0;
    padding: 50px 5px;
}

/*-------------------------------------------
2. LOOK一覧
-------------------------------------------*/
.look h2 {
	font-size: 20px;
	line-height: 25px;
}
.look-list li {
	width:32%;
	margin: 0 2% 10px 0;
	float: left;
	text-align: center;
}
.look-list li:nth-child(3n) {
	margin-right:0;
}
.look-list li a {
	display:block;
}
.look-list .photo {
	display: block;
    margin-bottom: 3px;
}
.look-list .photo img {
	width:100%;
}
.look-list .new {
	font-size: 10px;
	display:block;
	margin-bottom:3px;
}
.item-info {
	font-size: 11px;
}
.item-info dt {
	margin-bottom: 5px;
}
.item-info dd {
}
.item-info .tax {
	font-size:9px;
}
.item-info .proper {
	display:block;
}
.item-info .proper del {
	color:#ff0000;
	margin-bottom:3px;
	display: block;
}
.item-info .proper del .negation {
	color:#010101;
}
.item-info .sale {
	color:#ff0000;
	display:block;
	margin-bottom:3px;
}
.item-info .offrate {
	color:#ff0000;
	display:block;
}



h1 {
	text-align: center;
	font-family: "news-gothic-std", "NewsGothicBT-Roman", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica, arial, verdana, "News Cycle", sans-serif;
	margin-top: 0;
	font-size: 18px;
	line-height: 18px;
	padding:0;
}
h1 span {
	display: block;
	font-size: 18px;
	line-height: 18px;
	padding: 25px 0 36px 0;
	margin:0;
	letter-spacing: 1px;
	font-weight: normal;
}

/* =========================================================
mtop1
========================================================= */
#mtop1 {
	background-image: url(//static-eld.runway-webstore.net/static/lite/teazer/img/edm0001.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	z-index: 30;
}
#mtop1 .top_logo {
}
#mtop1 .top_logo img {
}
/* =========================================================
mtop2
========================================================= */
#mtop2 {
	background-color: #FDECE7;
	background-image: url(//static-eld.runway-webstore.net/static/full/teazer/img/ed0006.jpg);
	background-repeat: repeat-y;
	background-size: 60%;
	background-position: center top;
	text-align: center;
	position: relative;
	-webkit-animation: bgscroll 5000s linear infinite;
	animation: bgscroll 5000s linear infinite;
	z-index: 20;
}
#mtop2 .top_logo {
}
#mtop2 .top_logo img {
}
 @-webkit-keyframes bgscroll {
 0% {
background-position: 50% 0;
}
 100% {
background-position: 50% 40000%;
}
}
 @keyframes bgscroll {
 0% {
background-position: 50% 0;
}
 100% {
background-position: 50% 40000%;
}
}
/* =========================================================
mtop3
========================================================= */
#mtop3 {
	background-image: url(../img/edm0001_s2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 10;
}
#mtop3 .top_logo {
}
#mtop3 .top_logo img {
}
/* =========================================================
float
========================================================= */

#fb_b {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 400px;
	font-size: 6px;
	letter-spacing: 0.1em;
	font-weight: 300;
	padding-bottom: 20px;
	text-align: right;
	z-index: 100;
	padding: 0 0px 16px 0;
}
.safari #fb_b {
	width: 666px;
	font-size: 10px;
	-webkit-transform: scale(0.6);
	-webkit-transform-origin: 100% 100%;
	padding: 0 0 26px 0;
}
#fb_b a {
	padding: 0 16px;
}
.safari #fb_b a {
	padding: 0 26px;
}
#fb_r {
	display: none;
	position: fixed;
	width: 220px;
	height: 40px;
	font-size: 4px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 0.1em;
	padding: 17px 0 0 20px;
	right: 0;
	top: 240px;
	transform: rotate(90deg);
	transform-origin: right top 0;
	line-height: 1.6em;
	z-index: 100;
}
.chrome #fb_r {
	width: 550px;
	font-size: 10px;
	padding: 43px 0 0 50px;
	-webkit-transform: scale(0.4) rotate(90deg);
}
.safari #fb_r {
	width: 550px;
	font-size: 10px;
	padding: 43px 0 0 50px;
	-webkit-transform: scale(0.4) rotate(90deg);
}
#fb_l {
	display: none;
	position: fixed;
	width: 250px;
	letter-spacing: 0.1em;
	font-size: 4px;
	font-weight: 400;
	text-align: left;
	padding: 12px 0 0 20px;
	left: 34px;
	bottom: 0;
	transform: rotate(-90deg);
	transform-origin: left bottom 0;
	z-index: 100;
	line-height: 1.6em;
}
.chrome #fb_l {
	width: 625px;
	height: 40px;
	font-size: 10px;
	padding: 30px 0 0 50px;
	-webkit-transform: scale(0.4) rotate(-90deg);
}
.safari #fb_l {
	width: 625px;
	height: 40px;
	font-size: 10px;
	padding: 30px 0 0 50px;
	-webkit-transform: scale(0.4) rotate(-90deg);
}
/* =========================================================
navi
========================================================= */



div#cover {
	display: block;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
}
div#navidiv {
	width: 100%;
	min-height: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;

	z-index: 350;
	display: none;
}
div#navidiv_inner {
	width: 270px;
	min-height: 470px;
	height: 470px;
	background: rgba(255,255,255,1);
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);

}

@media (min-width: 321px) {
div#navidiv_inner {
	width: 76%;
	height: 76%;
}
}
div#navidiv_inner2 {
	width: 100%;
	height: 60%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-top: 5px solid #000;
	padding-top: 50px;
}
div#navidiv img {
	margin: 0 0 0px;
	padding: 0 0 7px;
}
div#navidiv_inner2 a {
	display: block;
	width: 100%;
	height: 18px;
	text-align: center;
	padding: 4px 0;
	font-size: 12px;
	letter-spacing: 0.02em;
}
div.line1 {
	width: 24px;
	height: 1px;
	background: #000;
	margin: 20px auto 20px;
}
div#navi_copy {
	font-size: 6px;
	line-height: 1.6em;
	padding-top: 18px;
}
.safari div#navi_copy {
	font-size:10px;
	-webkit-transform: scale(0.6);
}
.chrome div#navi_copy {
	font-size:10px;
	-webkit-transform: scale(0.6);
}
/* =========================================================
g_btn
========================================================= */

#g_btn_menu {
	width: 17px;
	height: 17px;
	position: fixed;
	top: 14px;
	left: 16px;
	z-index: 420;
}
#g_btn_search {
	width: 17px;
	height: 17px;
	position: fixed;
	top: 30px;
	right: 30px;
}
/* =========================================================
pop_magazine
========================================================= */
#pop_magazine {
	position: absolute;
	text-align: center;
	width: 270px;
	height: 300px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	background: #FFF;
	z-index: 310;
}

@media (min-width: 321px) {
#pop_magazine {
	width: 76%;
}
}
#pop_magazine h1 {
	margin-top: 45px;
	margin-bottom:12px;
	line-height:120%;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	padding:0 0 17px 0;
	background: url(/static/full/teaser/img/bg_line.gif) no-repeat bottom center;
}
#pop_magazine span {
	display: block;
	margin-top: 8px;
	font-weight: normal;
	font-size: 9px;
	letter-spacing: 0.3px;
	line-height: 120%;
	padding:0;
}
.chrome #pop_magazine span {
	font-size: 10px;
	-webkit-transform: scale(0.9);
}
#pop_magazine p {
	line-height: 180%;
	font-size: 9px;
}
.chrome #pop_magazine p {
	font-size: 10px;
	-webkit-transform: scale(0.9);
}
/*
.btn {
	margin: 15px auto 0 auto;
	min-width: 100px;
	min-height: 26px;
	line-height: 26px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
}
*/
#pop_magazine .btn {
	margin: 20px auto 0 auto;
}
/*
.btn:hover {
	text-decoration: none;
}
*/
.btn_submit {
	color: #ffffff!important;
	background: #231815;
}
.pop-close {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 13px;
	right: 12px;
}
/*MailMagazine*/
#mailmagazine {
	float: none;
	overflow: hidden;
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 10px;
	position: relative;
	min-height: 100vh;
}
#mailmagazine h1 {
	text-align: center;
	font-family: "news-gothic-std", "NewsGothicBT-Roman", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica, arial, verdana, "News Cycle", sans-serif;
	margin-top: 0;
	font-size: 18px;
	line-height: 18px;
	padding:0;
}
#logo {
	display: block;
	width: 0 auto;
	padding: 0;
	height: 25px;
	text-align: center;
}
#mailmagazine h1 span {
	display: block;
	font-size: 18px;
	line-height: 18px;
	padding: 25px 0 48px 0;
	letter-spacing: 1px;
	font-weight: normal;
}
#mailmagazine .description {
	font-size: 10px;
	line-height: 200%;
	margin-bottom: 40px;
}
#mailmagazine .confirmation .description {
	line-height: 190%;
}
#mailmagazine .description dl {
	margin-top: 20px;
}
.magazine_area {
	margin-bottom: 100px;
}
.confirmation {
	margin-bottom: 100px;
}
#mailmagazine .magazine_area ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mailmagazine .magazine_area li {
	list-style: none;
}
#mailmagazine .magazine_area dd {
	margin: 0;
}
#mailmagazine .confirmation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mailmagazine .confirmation li {
	list-style: none;
}
#mailmagazine .confirmation dd {
	margin: 0;
}
#mailmagazine .btn_submit {
	font-size: 12px;
	color: #ffffff!important;
	background: #231815;
	width: 100px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0 auto 21px auto;
}
/*template*/
#template {
	float: none;
	overflow: hidden;
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 10px;
	position: relative;
	min-height: 100vh;
}

#template .description {
	font-size: 11px;
	line-height: 200%;
	margin-bottom: 40px;
}
#template .confirmation .description {
	line-height: 190%;
}
#template .description dl {
	margin-top: 20px;
}
#template .confirmation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#template .confirmation li {
	list-style: none;
}
#template .confirmation dd {
	margin: 0;
}
#template .btn_submit {
	font-size: 12px;
	color: #ffffff!important;
	background: #231815;
	width: 100px;
	height: 30px;
	line-height: 30px;
	padding: 0;
}
.errorText {
	color: #FF0000;
}
.thankyou {
	display: block;
	margin: 0 auto 27px auto;
}
/*フォーム部分初期設定*/
input[type=checkbox] {
	display: inline-block;
}
input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	line-height: 15px;
	cursor: pointer;
}

@media (min-width: 1px) {
input[type=checkbox] {
	display: none;
	margin: 0;
}
input[type=checkbox] + label {
	padding: 0 0 0 25px;
}
input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
input[type=checkbox] + label::before {
	width: 15px;
	height: 15px;
	background: url("/static/lite/images/default/check_bg.gif") no-repeat;
	background-size: 15px 15px;
}
input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	left: 0;
}
input[type=checkbox]:checked + label::after {
	width: 15px;
	height: 15px;
	background: url("/static/lite/images/default/check_bg_checked.gif") no-repeat;
	background-size: 15px 15px;
}
}
input[type=radio] {
	display: inline-block;
}
input[type=radio] + label {
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	cursor: pointer;
}

@media (min-width: 1px) {
input[type=radio] {
	display: none;
	margin: 0;
}
input[type=radio] + label {
	padding: 0 0 0 35px;
	margin-right: 20px;
}
input[type=radio] + label::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 28px;
	height: 28px;
	background: url("/static/lite/images/common/choose.gif") no-repeat;
}
input[type=radio] + label::before {
/* background: url("/static/full/images/common/choose.gif") no-repeat; */
}
input[type=radio]:checked + label::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 28px;
	height: 28px;
	background: url("/static/lite/images/common/chosen.gif") no-repeat;
}
}
input#email {
	width: 200px;
	height: 35px;
	line-height: 35px;
	margin: 30px auto;
	padding: 0 12px;
	font-size: 12px;
	border: #999999 1px solid;
	-webkit-box-shadow: none;
	 box-shadow: none;
   box-sizing: content-box;
}

input#email::-webkit-input-placeholder {
 text-align:center;
 color: #999999;
 font-weight: normal;
}
input#email:-ms-input-placeholder {
 text-align:center;
 color: #999999;
 font-weight: normal;
}
input#email::-moz-placeholder {
 text-align:center;
 color: #999999;
 font-weight: normal;
}

.error_area div:last-child{
	margin-bottom:30px;
}

#lookbook {
	background-color:#f0f0f0;
}
#lookbook h1{
	font-size:15px;
	padding:0;
	margin:0;
	line-height:1;
}
#lookbook h1 span{
	font-size:15px;
}
#lookbook h1 span span{
	font-weight:normal;
	font-size:11px;
	padding:5px;
}

.imagelist li img {
	width:100%;
	margin-bottom:20px;
	cursor:pointer;
}
.imagelist li {
	margin-bottom:40px;
}

#lookbook #footer{
	position:relative;
}

#lookbook .imagelist li .text{
	display:none;
	text-align:center;
	line-height:150%;
	margin-bottom:20px;
	font-size:10px;
}

#lookbook .btn_pagetop{
	border:none;
	background:none;
	text-align:right;
	margin-bottom:30px;
	margin-right:10px;
	font-size:11px !important;
}


