@charset "utf-8";
@media screen and (min-width: 641px) , print{.sp{ display:none!important;}}
@media screen and (max-width: 640px) {
	.pc{ display:none!important;}
	#content *{ max-width:100%!important;}	
}

html, body{	height:100%;}
	  
body{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:0;
	line-height:0;
	}
	
a{
	text-decoration:none;
	color:#000;
	}	
	
.attention{
	color:#f00;}
	
.tright{ text-align:right;}
	
	
#content, #cartInfo, #mypagecolumn, #undercolumn, #windowcolumn, #loginArea, #searchArea, .popbox, .itemTxt{
	font-size:14px;
	line-height:150%;
	}
	
#leftcolumn{
	background:#424242; 
	color: #FFF;
	box-shadow:rgba(0, 0, 0, 0.3) 6px 0px 15px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 6px 0px 15px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 6px 0px 15px 0px;
	}		
	
.contentMainvis{ width:100%;}	
	
@media screen and (min-width: 641px) , print{

#leftcolumn{
	position:fixed;
	z-index:999;
	width:215px;
	height:100%;
	}	
	
#three_maincolumn{ margin:0 212px 0 215px;}
	
#rightcolumn{
	position:absolute;
	right:0;
	top:0;
	width:212px;
	}	
	
#rightcolumn img{ width:212px;}
	
#two_maincolumn_right{ margin:0 0 0 215px;}
	
.main_column{
	position:relative;
	min-height:100%;
	}
	
#container{	height:100%;}
	
.frame_outer{	height:100%;}

#logo{
	margin:0 auto;
	padding:14px 0;
	text-align:center;
	}
}
	
h1{
	margin-top:3px;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	text-align:center;
	}

	
#sideNavi{
	position: absolute;
	bottom:10%;
	}

#sideNavi ul{
	overflow:hidden;
	margin:50px 0 0 33px;
	}

#sideNavi ul li{
	margin-top:20px;
	font-size:14px;
	line-height:14px;
	}
	
#sideNavi ul li a { color: #FFF;}
	
#sideNavi ul li a:hover{ color:#gray;}
	
@media screen and (max-width: 640px) {
	
#searchArea{
	text-align:center;
	background:#454545;
	padding:10px 0;
	}
	
#searchArea img{
	width:100%;
	margin-top:10px;}

#searchArea select{ display:none;}

#searchArea input[type="text"]{
	display:inline-block;
	vertical-align:middle;
	width:70%;
	height:20px;
	}
	
#searchArea input[type="image"]{
	display:inline-block;
	vertical-align:middle;
	height:24px;
	}

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

#searchArea{ display:none;}
	/*bottom:65%;
	left:17.5px;
	position: absolute;
	overflow:hidden;
	width:180px;
	}

#searchArea select{
	width:1	00%;
	margin:5px 0;
	}

#searchArea input[type="text"]{
	float:left;
	width:120px;
	height:20px;
	}
	
#searchArea input[type="image"]{
	float:right;
	height:24px;
	}*/
	
#loginArea{
	bottom:40%;
	left:17.5px;
	position: absolute;
	overflow:hidden;
	width:180px;
	}
	
#loginArea dd.mini{ text-align:right;}
	
#loginArea a{ color:#fff;}

#loginArea .cmnBtn{ width:100%;}
		
#header{ overflow:hidden;	}

#gnavi{ overflow:hidden;}

#gnavi ul li{ float:left;}

#gnavi ul li:hover, #gnavi ul li.active{ background:#eee;}

#gnavi ul li a{
	display:block;
	padding:30px 14px;
	font-size:14px;
	line-height:15px;
	font-weight:bold;
	}
	
#two_maincolumn_right #gnavi ul{ margin-right:212px;}
	
}

	
.headerSearch{
	float:left;
	padding:30px 0 0 50px;
	font-size:12px;
	line-height:18px;
	}
	
.headerSearch input{
	height:25px;
	border:none;
	margin:0;
	}
	
.headerSearch input[type="text"]{	border:1px solid #eee;}

.headerSearch input[type="submit"]{
	background:#000;
	border:1px solid #000;
	}
	
#mainvis{ clear:both;}

#mainvis img{	 width:100%;}

@media screen and (min-width: 641px) , print{
	.bxslider li img:first-child{display:none!important;}
	.bxslider li a img:first-child{display:inherit!important;}
	.bxslider li a:first-child img:first-child{display:none!important;}
	}

@media screen and (max-width: 640px) {
	.bxslider li img:nth-child(2){display:none!important;}
	}	

.ratio-1_1:before {
  content: "";
  display: block;
  padding-top: 100%; /* 1:1 */
}

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

.ratio-1_2:before {
  content: "";
  display: block;
  padding-top: 50%; /* 1:1 */
}

.ratio-1_3:before {
  content: "";
  display: block;
  padding-top: 20%; /* 1:1 */
}
	
}

.ratio-1_1, .ratio-1_2, .ratio-1_3{ position:relative;}
	
	
.inner {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}



/*--フッタ --*/

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

#footer{
	position:relative;
	clear:both;
	width:100%;
	background:url(../img/footer_bg.jpg);
	background-size:cover;
	}
	
#footerNavi{
	position:absolute;
	top:6%;
	left:20px;
	width:92%;
	}

#footerNavi ul li{
	float:left;
	margin:20px 0;
	padding:0 15px;
	border-right:1px solid #fff;
	}
	
#footerNavi ul li:last-child{	border:none;}
	
#footerNavi ul li a{
	font-size:14px;
	line-height:14px;
	color:#fff;
	}
	
#footerNavi ul li a:hover { color: #gray;}
	
#copy{
	margin-left:35px;
	padding-bottom:30px;
	}
	
}
	
	
#copy{
	font-size:10px;
	line-height:10px;
	color:#fff;
	}
	
#pagetop{
	position:absolute;
	right:0;
	bottom:0;
	width:87px;
	height:69px;
	}
	
	
/* ===============================================
▼現在のカゴの中  　　　▼｢カートの中｣の位置　
=============================================== */

#cartArea{
    position:fixed;
    z-index:999;
    top:0;
    right:0;
	width:212px;
	}
	
#cartArea a{ display:block;}
	
#cartInfo{
    padding: 10px;
    background-color:#252525;
    color:#fff;
}

#cartInfo .postage {
    margin-top: 10px;
    padding-top: 10px;
}

/*#cartInfo .postage .point_announce { padding: 2px 0 2px 20px; border:1px solid #fff;}
*/	
	
.breadcrumb {
	padding:5px 0;
	margin-left:20px;
	font-size:14px;
	line-height:24px;
	}

.breadcrumb div { display: inline;}	

.breadcrumb a:hover { text-decoration:underline;}	
	
	
/* レイアウト
----------------------------------------------- */
.list_area {
    padding: 0 0 30px 0;
    width: 100%;
    overflow: auto;
}

/*各商品一覧ページ　メインヴィジュアル*/
.bridal{
	background:url(../img/mainvis_bridal.jpg);
	background-size:cover;
	}
.spring{
	background:url(../img/mainvis_spring.jpg);
	background-size:cover;
	}
.summer{
	background:url(../img/mainvis_autumn01.jpg);
	background-size:cover;
	}
.autumn{
	background:url(../img/mainvis_events202102.jpg);
	background-size:cover;
	}
.winter{
	background:url(../img/mainvis_winter.jpg);
	background-size:cover;
	}
.event{
	background:url(../img/s03.jpg);
	background-size:cover;
	}
.cute{
	background:url(../img/mainvis_cute02.jpg);
	background-size:cover;
	}
.elegant{
	background:url(../img/mainvis_elegant.jpg);
	background-size:cover;
	}
.cool{
	background:url(../img/mainvis_cool02.jpg);
	background-size:cover;
	}
.girly{
	background:url(../img/mainvis_girly.jpg);
	background-size:cover;
	}	
.pop{
	background:url(../img/mainvis_pop.jpg);
	background-size:cover;
	}
.adjust{
	background:url(../img/mainvis_adjust.jpg);
	background-size:cover;
	}
	
#list{ overflow:hidden;}
	
.listMainvis h2{
	font-size:48px;
	line-height:48px;
	color:#fff;
	}	
	
.listphoto { position:relative;}
	

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

.listMainvis{
	float:left;
	width:50%;
	position:relative;
	padding-top:25%;
	}
	
.listMainvis h2{
	position:absolute;
	top:55px;
	left:42px;
	}	

.listphoto {
    float: left;
	width:25%;
	}
	
}

@media screen and (max-width: 640px) {

.listMainvis{	padding:50px;}
	
.listMainvis h2{ text-align:center;}	

.listphoto{ margin:15px;}

}

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

.listphoto:hover { opacity:0.8;}

}

.listphoto img.picture{ width:100%;}

	
.listTxt{
	display:block;
	position:absolute;
	bottom:0;
	width:94%;
	padding-left:6%;
	height:75px;
	padding-top:25px;
	background:#000;
	opacity:0.8;
	font-size:12px;
	line-height:12px;
	color:#fff;
	}
	
.listTxt a{ color:#fff;}
	
.listTxt img{ float:left;}
	
.listTxt h3{
	float:left;
	margin-left:5px;
	font-size:14px;
	line-height:20px;
	padding-bottom:17px;
	}
	
.listTxt h4{	clear:both;}
	

/* 商品情報 各種設定
----------------------------------------------- */
.itemTxt {
	clear:both;
	overflow:hidden;
	padding:43px 32px;
	}

.itemTxt h3{
	display:inline;
	margin-left:5px;
	font-size:20px;	
	}
	
.itemTxt p{
	margin:25px 0 0;
	}

.itemTxt ul{
	margin:5px 0 15px;
	}

.itemTxt li{
	display:inline-block;
	margin-right:15px;
	}	


#ranking{ background:#0a374d;}

#ranking li{
	position:relative;
	padding:15px 0 0 15px;
	}
	
#ranking li a img{
	width:125px;
	}	

	
#ranking .rank{
	position:absolute;
	left:0;
	top:0;
	}
	
	
@media screen and (min-width: 641px) , print{

#ranking li{	margin-right:30px;}
	
}
	
@media screen and (max-width: 640px) {
	
#ranking ul{ text-align:center;}

#ranking li{
	display:inline-block;
	margin-top:10px;
	}
		
}
	


.recommend{ background:#fde993;}	
	
.checked{ background:#d2d2d2;}	
	
.pickup h3{
	font-size:14px;
	line-height:14px;
	margin-bottom:25px;
	color: white;
	}
	
.pickup ul li h4{
	margin-top:10px;
	width:100%;
	font-size:14px;
	line-height:14px;
	}

.pickup ul li h4 a{
	color: white;
	}
	
	
	
#content{
	padding:50px 20px;
	background:url(../img/content_bg.jpg) repeat-x;
	}

@media screen and (min-width: 641px) , print{
	
#contentMain{	width:900px;}

}

#content h2{
	padding:20px 0;
	margin-bottom:20px;
	font-size:18px;
	line-height:18px;
	text-align:center;
	border-bottom:1px solid;
	}
	
#content h3{
	margin:20px 0;
	font-size:16px;
	line-height:120%;
	}
	
#content textarea{ width:100%;}	

	

#contentMain ul li{
	/*list-style-type:disc;
	list-style-position:inside;
	margin:10px 0;*/
	}
	
#contentMain dl{
	clear:both;
	overflow:hidden;
	margin:20px 0;
	}
	
#contentMain dl dt{
	float:left;
	width:170px;
	}
	
#contentMain dl dd{
	float:left;
	}
	
#contentMain dl dd input[type="text"]{
	width:300px;
	}
	
#contentMain input[type="checkbox"]{
	float:left;
	margin-right:10px;
	width:19px;
	height:19px;
	}
	
#contentMain a.login{
	display:block;
	margin-top:25px;
	width:160px;
	padding:10px 0;
	background:#c9c9c9;
	border:1px solid #b1b1b1;
	text-align:center;
	color:#fff;
	}
	
#contentMain h3.check{
	margin-top:150px;
	font-size:18px;
	line-height:18px;
	}
	
	
	
#contentMain #question li{
	list-style:none;
	clear:both;
	margin-top:10px;
	overflow:hidden;
	}	
	
#contentMain #question li h3{
	background:url(../img/icon_q.png) no-repeat;
	padding-left:30px;
	}	
	
#contentMain #question li h4{
	background:url(../img/icon_a.png) no-repeat;
	padding-left:30px;
	}			

#contentMain #question ol li{
	list-style-type:decimal;
	list-style-position:inside;
	}
	
#question li img{
	display:inline;
	margin:0 10px 10px 0;
	}	
	
#question li h3{
	display:inline;
	vertical-align:top;
	line-height:29px;
	}
	
#question li h4, #question li ol{
	clear:both;
	margin-bottom:15px;
	}	
	
.contentTxt{ margin-top:20px;}

	
.kiyaku{
	margin:15px 0;
	overflow-y:scroll;
	border:1px solid #b1b1b1;
	height:540px;
	}

@media screen and (max-width: 640px) {

.kiyaku_text{ height:250px;}
	
}
	
.pickup{
	clear:right;
	overflow:hidden;
	padding:29px 44px;
	}
	
.pickup ul li{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	margin-left:18px;
	}



/*#rightSide h2.payment { 
    font-size: 24px; 
	border-bottom: 1px solid #333; 
	line-height: 45px; 
	text-align: center; 
	padding-left:360px;
	}
	
#rightSide h2 span { 
     font-size:12px; 
	 color: #333; 
	 padding-bottom: 3px; 
	 padding-left: 360px; 
	 }	
*/
	



/*.cart{
	position:fixed;
	width:212px;
	}
	
.cart dl dt{
	height:89px;
	}

.cart dl dd{
	height:70px;
	padding-top:29px;
	background:#0a374d;
	}
	
.cart dl dd p{
	clear:both;
	overflow:hidden;
	margin:0 auto 10px;
	width:125px;
	font-size:12px;
	line-height:12px;
	color:#fff;
	}
	
.cart dl dd p span.left{
	float:left;
	}
	
.cart dl dd p span.right{
	float:right;
	}
	*/
	
#itemWrap{
	overflow:hidden;
	background:#a0a0a0;
	position:relative;
	z-index:0;
	}	
		
#itemSide{
	position:relative;
	text-align:center;
	}	
	
@media screen and (min-width: 641px) , print{
	
#itemSide{
	float:left;
	/*z-index:99;*/
	margin-right:-100%;
	width:290px;
	}		
	
}

	
#itemSide h2{
	margin:38px 0;
	font-size:36px;
	line-height:36px;
	color:#fff;
	}
	
#itemSide h2 a{ color:#fff;}	
	

#itemSide ul li{
	display:inline-block;
	margin:8px 9px;
	}	
	
#itemSide ul li img{	width:115px;}	
	
/*.contentMainArea{
	float:left;
	width:100%;
	height:100%;
	background:#a0a0a0;
	}*/

#itemMain{
	position:relative;
	background:#fff;
	}	
	
@media screen and (min-width: 641px) , print{

#itemMain{ margin:0 0 0 290px;}
	
}
	
.photo ul{ overflow:hidden;}

.photo ul li{
	float:left;
	width:50%;
	}	
	
.photo ul li img{ width:100%;}	
	


.contentMenu ul li.mainvis{ width:50%;}
	
.contentMenu ul li.mainvis h2{
	position:absolute;
	top:55px;
	left:42px;
	font-size:48px;
	line-height:48px;
	color:#fff;
	}

.contentMenu{	position:relative;}
	
.contentMenu ul{	overflow:hidden;}

.contentMenu ul li{
	float:left;
	position:relative;
	background:url(../img/top_bg_menu01.jpg);
	background-size:cover;
	width:25%;
	}
	
.contentMenu ul li a{
	display:block;
	position:absolute;
	bottom:0;
	width:94%;
	padding-left:6%;
	height:75px;
	padding-top:25px;
	background:#000;
	opacity:0.8;
	font-size:12px;
	line-height:12px;
	color:#fff;
	}
	
.contentMenu ul li a:hover{
	background:#fff;
	color:#000;
	}
	
@media screen and (min-width: 641px) , print{

.contentMenu ul li a:hover{
	opacity:0.8;
	}

}
	
.contentMenu ul li a span{
	display:block;
	font-size:14px;
	line-height:14px;
	padding-bottom:17px;
	}
	
	
.topBnr dl{
	overflow:hidden;
	text-align:center;
	}

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

.topInfo:hover, .topBnr dd:hover{	opacity:0.8;}	

.topBnr dd{
	float:left;
	width:50%;
	}
	
}
	
.topBnr dd p{
	font-size:60px;
	line-height:120%; 
	}
	
@media screen and (max-width: 640px) {
	
.topBnr dd p{
	font-size:30px;
	}
		
	}
	
	
.topBnr dd{
	font-size:14px;
	line-height:30px;
	}
	
.topBnr dd h3{
	margin:35px auto 0;
	width:96%;
	max-width:335px;
	}	

.topBnr dd.concept{
	background:url(../img/top_bg_concept.jpg);
	background-size:cover;
	}
	
.topBnr dd.concept a{	color:#333;}	
	
.topBnr dd.concept p{	margin-top:30%;	}

.topBnr dd.concept h3{ text-align:left;}
	
.topBnr dd.trend{ background:#252525;}
	
.topBnr dd.trend a{	color:#fff;}	
	
.topBnr dd.trend p{ margin-top:65%;	}
	
.topBnr dd.yukata{
	background:url(../img/top_bg_seijinsiki.jpg);
	background-size:cover;
	}	
	
.topBnr dd.yukata h2{
	margin-top:13%;
	color:#fff;
	font-size:60px;
	line-height:120%;
	}
	
@media screen and (max-width: 640px) {
	
.topBnr dd.yukata h2{
	font-size:30px;
	}
}
	
.topBnr dd.yukata h3, .topBnr dd.sale h3{ color:#0a374d;}	
	
.topBnr dd.sale{
	background:url(../img/top_bg_sale02.jpg);
	background-size:cover;
	}	
	
.topBnr dd.sale p, .topBnr dd.sale h2{ color:#fff;}
	
.topBnr dd.sale p{ margin-top:70%;}	
	
		
@media screen and (max-width: 640px) {

.topBnr dd.concept p, .topBnr dd.trend p, .topBnr dd.sale p{ margin-top:15%;}
	
.topBnr dd.yukata h3{ margin-top:50%;}	
	
.topBnr dd.sale p{ margin-top:30%;}	
	
}	
	
#topBlog{
	background:url(../img/top_bg_news.jpg);
	background-size:cover;
	}
	
#topNewproducts{
	background:url(../img/top_bg_newproducts.jpg);
	background-size:cover;
	}	

@media screen and (max-width: 640px) {
	
#topBlog, #topNewproducts{ height:180px;}	
	
.topInfo{	text-align:center;}
	
#topNews{
	text-align:center;
	padding:0 5%;
	}
	
#topNews dt, #topNews dd{ display:none;}
	
#topNews dt:nth-child(1), #topNews dd:nth-child(2), #topNews dt:nth-child(3), #topNews dd:nth-child(4), #topNews dt:nth-child(5), #topNews dd:nth-child(6){ display:block;}		
	
#topNews dt{
	border-top:1px dotted;
	padding-top:5px;
	}
	
#topNews dt:first-child{ border-top:none;}	
	
#topNews dd{ padding-bottom:5px;}	
	
	
#topBlog p, #topNews p{ margin-top:5%;}	
		
}

#topBlog a, #topNewproducts a{ color:#fff;}

.topInfo p{
	font-size:60px;
	line-height:120%;
	}
	
@media screen and (max-width: 640px) {

.topInfo p{
	font-size:30px;
	}
	
}
	
.topInfo{
	font-size:14px;
	line-height:30px;
	}
	
#topNews{ padding-bottom:20px;}
	
#topNews dl{
	font-size:14px;
	line-height:24px;
	text-align:left;
	}	
	
	
	
	
@media screen and (min-width: 641px) , print{
	
.topInfo p, .topInfo h2{
	display:inline-block;
	vertical-align:middle;
	margin-top:6%;
	}
	
.topInfo h2{ margin-left:20px;}	
	
.topInfo p{ margin-left:5%;}	
	
#topNews p{ margin-left:2%;}

#topNews p, #topNews h2{ margin-top:2%;}		
	
#topNews dl{
	overflow:hidden;
	margin-left:2%;
	overflow-y:scroll;
	height:230px;
	}
	
#topNews dt{
	clear:left;
	float:left;
	padding-top:20px;
	}	
	
#topNews dd{
	float:left;
	padding-top:20px;
	margin-left:10px;
	}		
	
.topMenu ul{ overflow:hidden;}
	
.topMenu ul li{
	float:left;
	width:33.3333333333333333%;
	}
	
	
.topMenu li img{
	margin-left:-30%;
	}	
	
.topMenu ul li span.belt{
	position:absolute;
	bottom:0;
	display:block;
	font-size:14px;
	line-height:24px;
	width:94%;
	height:75px;
	padding:25px 2% 17px 4%;
	background:#000;
	opacity:0.8;
	color:#fff;
	}
	
.topMenu ul li span.belt span{
	display:block;
	margin-bottom:5px;
	}

.topMenu ul li span.belt span:after{
	content:"ネイル";
	}
		
}
	
.topMenu li img{
	width:auto!important;
	height:100%;
	position:absolute;
	left:0;
	}		
	
.topMenu ul li{ position:relative;}
	
@media screen and (max-width: 640px) {

.topMenu ul li{
	}
	
.topMenu ul li span.belt span{
	position:absolute;
	bottom:0;
	display:block;
	font-size:14px;
	line-height:24px;
	width:94%;
	padding:3%;
	text-align:center;
	background:#000;
	opacity:0.8;
	color:#fff;
	}
}

@media screen and (min-width: 641px) , print{
	
.topMenu ul li:hover{ opacity:0.8;}

}

	
	
	
	
	

.cmnBtn, #pagenation a{
	margin:10px 0;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	min-width:150px;
	text-align:center;
	font-size:14px;
	line-height:14px;
	padding:10px;
	border:1px solid #b0b0b0;
	background:#c9c9c9;
	color:#fff;
	}
	
.cmnBtnNext{
	background:#fff;
	border-color:#000!important;
    color: #000!important;
	border-radius: 5px;
    width: 200px;
	}	
	
@media screen and (max-width: 640px) {

.cmnBtn{
	width:100%;
	min-width:100px;
	padding:10px 0;
	}

}	
	
.cmnBtn:hover,  #loginArea .cmnBtn, #pagenation a:hover{
	border:1px solid gray;
	color:gray;
	}	
	
#loginArea input[type="text"], #loginArea input[type="password"]{
	border:none;
	padding-left:4px;
	}

input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset;}
	


table{
	width:100%;
	margin:15px 0;
	}

@media screen and (min-width: 641px) , print{
	
table{ border:1px solid;}
	
th, td{
	border:1px solid;
	padding:10px;
	text-align:center;
	}
	
}

@media screen and (max-width: 640px) {

tr{
	border-top:1px solid #999;
	clear:both;
	}
	
th, td{ padding:10px 0;}
	
td.item a.delete{
	float:right;
	display:block;
	border:1px solid;
	padding:5px;
	} 
	
td.price{ text-align:right;}
	
td.btn2{ width:50%;}
	

td.select input[type="text"]{
	width:30px;
	float:right;
	}

td.select select{ width:100%;}
	
td.count{ padding:0 5px;}
	
td .cmnBtn{ display:block;}
	
}

table.memberInfo th, table.memberInfo td{ text-align:left;}

@media screen and (min-width: 641px) , print{
table.memberInfo th{
	width:230px;}
}

@media screen and (max-width: 640px) {

table.memberInfo th, table.memberInfo td{
	width:100%;
	display:block;
	}
	
}
	
.mynavi_list{ margin-bottom:15px;}

.mynavi_list li{
	font-size:16px;
	line-height:16px;
	}
	
@media screen and (min-width: 641px) , print{
	
.mynavi_list li{
	display:inline;
	margin-left:15px;
	}

}

@media screen and (max-width: 640px) {
	
.mynavi_list li{
	padding:15px 0;
	border-bottom:1px dotted;
	}

.mynavi_list li:first-child{ border-top:1px dotted;}
	
}
	
.mynavi_list li:before{
	content: "▶";
	color:#gray;
	}
	
.mynavi_list li:first-child{ margin:0;}

#loginForm input[type="text"], #loginForm input[type="password"]{ width:100%;}

#kaiintouroku li{
	margin-top:10px;
	border-top:1px solid #999;
	padding-top:10px;
	}
	
input[type="text"]{ width:100%;}
	
input.box30{ width:25%;}
	
input.box60{ width:25%;}

input.box40{ width:40%;}

input.form30{ width:30px;}
	
input.form40{ width:40px;}

input.form50{ width:50px;}

input.form150{ width:150px;}

	
input[type="text"]{ height:20px!important;}

#shoppingFlow li{
	padding:5px 0;
	border:1px solid #999;
	border-radius:5px;
	text-align:center;
	background:#eee;
	}	
	
#shoppingFlow li span{
	display:block;
	background:#999;
	color:#fff;
	}
	
#shoppingFlow li.active{
	border:1px solid #ffcd84;
	background:#fefaef;
	color:#fe9900;
	}	
	
#shoppingFlow li.active span{
	background:#fe9900;
	color:#fff;
	}
	

#shoppingFlow li.arrow {
	border:none;
    position: relative;
	height:20px;
	margin:5px auto 0;
}


#shoppingFlow li.arrow:after {
    border-top: 30px solid #eee; /* 角度を緩やかなものに指定 */
    border-left: 70px solid transparent; /* 左のボーダーを透過に指定 */
    border-right: 70px solid transparent; /*右のボーダーを透過に指定*/
    content: "";
    position: absolute;
    left: 50%; /* 中央寄せに使用 */
    margin-left: -70px; /* 中央寄せに使用 */
}

	


.attention{
	color:pink;
	font-weight:bold;
	}
	
	
#company dd h3{
	font-size:14px;
	line-height:24px;
	margin:0;
	}	
	
@media screen and (min-width: 641px) , print{
	
#company dt{
	clear:left;
	float:left;
	width:200px!important;
	}
	
#company dd{ float:left;}	
	
}

@media screen and (max-width: 640px) {

#company dt, #company dd{ clear:both;}
	
#company dt{
	border-top:dotted 1px;
	width:100%!important;
	margin-top:5px;
	padding-top:5px;
}

#company dt:first-child{ border:none;}
	
#company dd{
	width:98%;
	padding-left:2%;
}

}

#concept h3{
	font-size:18px;
	line-height:24px;
    letter-spacing: -0.03em;
	color:#000;
	text-align:center;
	}

#concept img{
	margin-top:40px;
	max-width:100%;
	}
	
#concept h4{
	margin-top:10px;
	color:#686868;
	}
	
#concept p{ color:#0a374d;}		
	
	
#trend dt img{ max-width:100%;}

#trend dd h4{
	color:#0a374d;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
	margin-bottom:40px;
	}

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

#trend dt{ width:460px!important;}
	
#trend dd{ width:420px!important;}	

}

@media screen and (max-width: 640px) {

#trend dt{ width:100%!important;}
	
}
	
#newproducts p, #newproducts h4{
	color:#0a374d;
	line-height:30px;
	}
	
#newproducts h3{ line-height:60px;}
		
#newproducts h3:after{
	content:url("../img/newproducts_icon_heart.jpg");
	vertical-align:text-top;
	margin-left:15px;
	}	
	
@media screen and (min-width: 641px) , print{	
	
#newproducts dt{ width:345px!important;}	
	
#newproducts dd{
	float:right!important;
	width:520px!important;
	}		
	
}
	
#newproducts dt img{
	width:100%;
	max-width:500px;
	}		
	

@media screen and (max-width: 640px) {
	
#newproducts dl{
	padding:15px 0;
	border-top:2px dotted #0a374d;
	}

#newproducts dt{
	width:100%!important;
	text-align:center;
	}
	
#newproducts h3{ text-align:center;}	

}	


@media screen and (max-width: 640px) {

.kaiintouroku th, .kaiintouroku td{ display:block;}
	
}


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

#sitemap{
	overflow:hidden;
	}

#sitemap ul{
	float:left;
	border-left:3px solid #0a374d;
	padding-left:1%;
	width:32%;
	list-style-type:circle;
	list-style-position:inside;
	}
	
#sitemap li{ margin-bottom:10px;}
	
}
	
@media screen and (max-width: 640px) {
	
#sitemap li{
	text-align:center;
	padding:10px 0;
	border-bottom:1px dotted #0a374d;
	}
	
}
	
	
#kiyaku dt, #kiyaku dd{ clear:both;}	
	
#kiyaku dt{
	width:100%!important;
	margin-top:15px;
	}
	
#kiyaku dd{
	width:97%;
	margin:10px 0 0 3%;
	}	
	
#kiyaku ol li{
	list-style-type:decimal;
	list-style-position:inside;
	}		
	
#kiyaku ol ol li{
	margin-left:15px;
      list-style-type:none;
      list-style-position:inside;
      counter-increment: cnt;
    }
#kiyaku ol ol li:before{
      display: marker;
      content: "(" counter(cnt) ")";
    }	


	
#blogMainvis{
	background:#362e2b;
	font-size:45px;
	line-height:48px;
	padding:60px 50px;
	}
	
#blogMainvis a{ color:#fff;}	
	
#blogMainvis span{
	font-size:14px;
	vertical-align:middle;
	margin-left:30px;
	}	
	
@media screen and (max-width: 640px) {

#blogMainvis{	text-align:center;}

#blogMainvis span{ display:block;}	
	
}
	
#blogContent{
	overflow:hidden;
	font-size:14px;
	line-height:24px;
	padding:0 10px 30px;
	}	
	
#blogMain{	padding:10px;}	
	
#blogMain img{ max-width:100%;}		
		
.blogList li{
	display:inline-block;
	vertical-align:top;
	margin-top:5px;
	border:1px solid #ddd;
	padding:5px;
	}	
	
@media screen and (min-width: 641px) , print{

#blogMain{
	float:left;
	width:60%;
	}	
		
.blogList li{
	width:210px;
	height:400px;
	}	
	
}

@media screen and (max-width: 640px) {

#blogMain{	text-align:center;}	
	
.blogList li{
	width:90%;
	max-width:500px;
	text-align:left;
	}	
	
.blogPost p{ text-align:left;}	
	
.blogPost img{	width:100%;}		
	
}	
	
.blogList li img{ width:100%;}
	
.blogList li a:hover { text-decoration:underline;}			
	
.blogPost h3{
	font-size:30px;
	line-height:40px;
	border-bottom:2px solid;
	margin-bottom:20px;
	}
	
#blogMain p img{
	display:block;
	margin:0 auto 10px;
	}
	
#blogMain #pager{
	margin-top:40px;
	border-top:1px solid;
	overflow:hidden;
	}
	
#blogMain #pager a:hover{ text-decoration:underline;}	
	
#blogMain #pagenation a{	display:block;}	
	
#blogMain #oldpage{	float:left;}
	
#blogMain #newpage{ float:right;}	
	
#blogSide{	padding:10px;}	
	
#blogSide a:hover { text-decoration:underline;}		
	
@media screen and (min-width: 641px) , print{

#blogSide{
	float:left;
	width:30%;
	}
	
}

@media screen and (max-width: 640px) {
	
#blogSide table{	display:none;}	
	
}	
	
#blogArchive p{
	margin-top:10px;
	border-bottom:1px double;
	}	
	
#blogArchive li{ margin:10px 0 0 20px;}	
	
#blogArchive li span{ padding-right:10px;}		
	
	
/*会員登録（入力ページ）*/

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

input.w30{
	width:30%;}
}

span.mandatory{
	margin-left:3px;
	display:inline-block;
	background:#ccc;
	padding:3px;
	font-size:10px;
	line-height:100%;	
	}
	
#campaign img{
	display:block;
	margin:auto;}
	
	
@media screen and (max-width: 640px) {
	
	
h2.topSubtit{
	border-top:6px solid;
	border-bottom:1px solid #ccc;
	font-size:30px;
	line-height:120%;
	padding:10px 0 5px;
	text-align:center;
	}
	
.topPickup {
	position:relative;
	margin:5px 0 25px;
	text-align:center;
	}
	
.topPickup:nth-child(1),.topPickup:nth-child(2){
	margin-bottom:0;}	

.topPickup li{
	display:inline-block;
	vertical-align:top;
	width:30%;
	margin-left:3%;
	}
	
#trendCarousel li{
	width:auto;
	margin-left:0;
	padding:0 5px;
	}	
	
.topPickup li:first-child{
	margin-left:0;}	
	
	
.topPickup li img{
	width:100%;
	/*border:1px solid #eee;*/
	}
	
.topPickup h3{
	margin:3px 0;
	text-align:left;
	font-size:12px;
	line-height:120%;
	}
	
.topPickup p{
	text-align:left;
	color:#f00;
	font-size:16px;
	line-height:120%;
	}			
	
.topPickup p:before{
	content:"￥";
	}
		
.topPickup p:after{
	margin-left:3px;
	content:"(税込)";
	font-size:12px;
	color:#000;
	}	
	
img.carouPrev, img.carouNext {
		position:absolute;
		cursor:pointer;
		top:-50px;
	}
	
img.carouPrev {
		left:0;
		}

img.carouNext{
	right:0;
	}
	
#pager {
  text-align:center;
  padding:10px;
}
#pager a {
  border: 2px solid #ccc;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 5px 0 0;
}
#pager a:hover {
  background:#eee ;
}
#pager a span {
  display: none;
}
#pager a.selected {
  background-color: #ccc;
}	
}
	
	
	
	
	
	
	
	
	
	
	
@media screen and (max-width: 640px) {
	
#rightcolumn{ display:none;}
	

header{
	overflow:hidden;
	padding:15px;
	}			

#logo{
	float:left;
	}

header ul.sp{
	float:right;
	margin-top:15px;
	}
	
header ul.sp li{
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
	}
	
header ul.sp li img{
	width:40px;
	display:block;
	margin:0 auto 3px;
	}
	
header ul.sp li a{
	font-size:12px;
	line-height:12px;
	color:#fff;
	text-align:center;
	}
	
	
	
h1{/*
	vertical-align:top;
	margin:25px 0 0 15px;*/
	border-top:1px solid;
	border-bottom:1px solid;
	padding:5px 0;
	}



	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
      header .btn span {
		  display:block;
		  position:relative;
		  width:40px;
		  height:40px;
		  background:#46494b;
      }

      header .btn span::before,
      header .btn span::after {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        position: absolute;
        left: 25%;
        width: 50%;
        height: 6%;
        content: "";
        background-color: #fff;
        transition: all 0.8s ease-in-out;
      }
	  
	  
header ul.sp .btn span	{
		  margin:0 auto 3px;
      }  
	  
	  

      header ul.sp .btn span::before {
        top: 30%;
      }

      header ul.sp .btn span::after {
        top: 64%;
      }

/*	  

      header ul.sp .btn span:hover::before,
      header ul.sp .btn span:hover::after {
        top: 47%;
        left: 15%;
        width: 70%;
      }

      header ul.sp .btn span:hover::before {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
      }

      header ul.sp .btn span:hover::after {
        -webkit-transform: rotate(-315deg);
        transform: rotate(-315deg);
      }
	  
*/
	  
	  
#sidenav .btn{
	display:block;
	margin-top:20px;
	border:1px solid #fff;
	font-size:12px;
	line-height:40px;
	color:#fff;
	text-align:center;
	}

#sidenav .btn span{
	float:right;
	border-left:1px solid #fff;
	}	  
	  
#sidenav .btn span::before,
#sidenav .btn span::after {
        top: 47%;
        left: 15%;
        width: 70%;
      }

#sidenav .btn span::before {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
      }

#sidenav .btn span::after {
        -webkit-transform: rotate(-315deg);
        transform: rotate(-315deg);
      }
/*	  
      header #sidenav .btn span:hover::before {
        top: 30%;
      }

      header #sidenav .btn span:hover::after {
        top: 64%;
      }
	  
	*/  
	  
	  












#sidenav{
	/*
	position:fixed;
	top: 0;
	overflow-y:scroll;
	position: fixed;
	height: 100%;
	width: 80%;
	transition: transform 400ms ease 0s;
	-webkit-transition: -webkit-transform 1ms ease 0s;*/
	
	z-index:0;
	overflow-y:scroll;
	position: fixed;
	top: 0;
	width: 220px;
	padding:2% 10px;
	height: 98%;
	background:#46494b;
	}
	
nav{
	clear:both;
	}

nav ul li{
	background:#f8f1ef;
	border:1px solid #aaa;
	margin-top:14px;
	}
	
/*nav ul li:first-child{ margin:0;}*/
	
nav ul li a{
	display:block;
	padding:10px; 
	font-size:14px;
	line-height:14px;
	}
	
nav ul li a:after{
	content:"▶";
	color:#e111c1;
	float:right;
	}
	

	

#footer{
	background:#7e7e7e;
	padding:20px 15px 80px;
	}
		
#copy{
	text-align:center;
	margin-top:15px;
	}

}



#price02_dynamic{
	color:#f00;
	font-size:20px;
	margin-right:5px;
	}
	
.price{
	color:pink;}
	
