@charset "utf-8";
/* CSS Document */

body,h1,h2,p,ul{
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	font-family:"メイリオ", Meiryo,  sans-serif;
	font-size:16px;
	color:#541300;
}

/* floating bn
--------------------------------*/
#fixbn_left_out {
    top: 170px;
    left: -240px;
	z-index: 9999;
    position: fixed;
    margin: 0;
    padding: 0;
}

#fixbn_left_out:hover{
    left: 0 !important;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

#floating{
	position:fixed;
	left:0;
	top:10%;
}

header img,h1 img,h2 img,h3 img{
	display:block;
	margin:0 auto;
}

/* header
--------------------------------*/
#header div.logo{
	background:#fef6db;
	padding:20px 0;
	box-sizing:border-box;
}

#header .g_navi {
	background:#541300;
}

#header .g_navi a{
	text-align:center;
	text-decoration:none;
	color:#FFF;
}

#header .g_navi ul{
	max-width:850px;
	width:100%;
	display:flex;
	margin:0 auto;
}

#header .g_navi ul li{
	color:#FFF;
	width:20%;
	padding:15px 0;
	box-sizing:border-box;
}

#header .g_navi ul li a{
	display:block;
}


#header .g_navi ul li:hover{
	background:#340c00;
}

#header p.campaign_hd{
	font-weight:bold;
	background-color:#000;
	padding:5px 0;
	text-align:center;
}

#header p.campaign_hd br{
	display:none;
}

#header p.campaign_hd a{
	color:#fff;
	display:block;
}

#header p.campaign_hd a:hover{
	color:#fef6db;
}

/* main
--------------------------------*/
h1
	{margin: 0px 0 40px;}
#main{
	background-color:#DC6569;
	padding:2% 0 0;
	box-sizing:border-box;
}

#main p{
	text-align:center;
}

#main p.campaign{
	margin:0 auto 2%;
}

#main .campaign:hover{
	opacity:0.9;
}

#main p.campaign span{
	display:block;
}

#main .navi ul{
	max-width:850px;
	width:100%;
	margin:0 auto;
	padding-bottom:30px;
	box-sizing:border-box;
	display:flex;
 -webkit-justify-content: space-around; /* Safari */
  justify-content: space-around;
}

/* sec
--------------------------------*/
#sec2,#sec3,#sec4,#sec5{
	background:#fffbed;
    padding-top: 80px;
	box-sizing:border-box;
}

div.wrapper{
    position: relative;
    margin:0 auto;
    background: #fff;
    width:850px;
    padding: 50px 85px 20px;
	box-sizing:border-box;
}

#sec1{
	background: #DC6569;
    padding: 2% 0;
}

#sec1 .item_list{
	max-width:850px;
	width:100%;
	margin:0 auto;
}

#sec1 .item_list p{
	color:#fffbea;
}

#sec1 p.text{
	font-size:1.2em;
	margin:20px 0;
	color:#FFF;
	text-align:center;
}

#sec1 h2{
	padding-top:5px;
	box-sizing:border-box;
}

#sec2 .item_list3{
	max-width:850px;
	width:100%;
	margin:3% auto;
}

#sec2 .item_list3 p.item{
	display:table-cell;
	vertical-align:middle;
}

#sec2 .item_list3 p.item img{
	width:100%;
}

#sec4{
	padding-bottom:80px;
}

#premium{
	background-color:#000;
	background-image: url(../images/18valentine_pre_bg.jpg);
	background-repeat:repeat-x;
	background-position:0 3%;
}

#premium .line{
	background-image: url(../images/18valentine_pre_bg.jpg);
	background-repeat:repeat-x;
	background-position:0 97%;
}

#premium div.pre_content{
	max-width:850px;
	width:100%;
	margin: 0 auto;
	padding:6% 0;
	box-sizing:border-box;
}

#premium div img{
	width:90%;
}

#premium div h2{
	margin-top:5%;
}

#premium div h2 img{
	text-align:center;
	width:70%;
}

#premium p{
	color:#fff;
}

#premium p.content br{
	display:none;
}

#premium .cookie{
	display:flex;
	margin-bottom:2%;
}

#premium .cookie p{
	margin-right:2%;
}

#premium .cookie p img{
	width:100%;
}

div.lace{
    position: absolute;
    top: -45px;
    left: 0;
    background: url(../images/lace.png);
    background-repeat: repeat-x;
    background-position: top;
    height: 62px;
    width: 850px;
}

p.text{
	margin:20px 0 50px;
	padding:0 50px;
}


/* 商品２列
--------------------------------*/
.pic_item ul li, 
.item_list ul li{
	width: 48%;
	margin-right:2%;
	float:left;
    padding: 0 20px;
	box-sizing:border-box;
}

.pic_item ul li:nth-child(even), .item_list ul li:nth-child(even){
	margin-right:0;
}

/* 商品３列
--------------------------------*/
.item_list3 ul li{
    width: 30%;
    margin-right: 5%;
	float:left;
	box-sizing:border-box;
}

.item_list3 ul li:nth-child(3n){
	margin-right:0;
}



/* 人気定番商品
--------------------------------*/
.right_cont p.item img{
	margin:0 auto;
	display:block;
}

.left_cont p.title{
	margin-bottom:10px;
}

.left_cont p.text{
	margin-bottom:30px;
	padding:0;
}



/* itemlist
--------------------------------*/
.item_list ul li,
.item_list3 ul li{
	margin-bottom: 40px;
}

.item_list p,
.item_list3 p,
#premium p{
    margin: 0 auto 10px;
}

.item_list p.item,
.item_list3 p.item{
	display:table-cell;
	vertical-align:middle;
}

.item_list p.item img,
.item_list3 p.item img{
	width:100%;
}

.item_list p.name,
.item_list3 p.name,
#premium p.name{
	font-size:20px;
	font-weight:bold;
    margin-top: 5%;
}

.item_list p.content,
.item_list3 p.content,
#premium p.content{
	font-size:1.2em;
	margin-bottom:20px;
}

.item_list p.content span,
#premium p.content span{
	background-color:#541300;
	padding:2px 20px;
	color:#FFF;
	margin-right:10px;
	font-size:1em;
}

.item_list3 p.content span{
	padding:1px 13px;
	color:#541300;
	margin-right:10px;
	font-size:1em;
	font-weight:bold;
	border:2px solid #541300;
	box-sizing:border-box;
}



/* ボタン */
.item_list p.btn{
    background-color: #661600;
    display: block;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px 10px 0;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0px 5px rgb(65,14,0);
    position: relative;
}

.item_list p.btn:after{
	content: url(../images/prev_w.png);
	position: absolute;
  	top: 26%;
  	right: 13px;
}

.item_list p.btn:hover{
	box-shadow:none;
	transform: translate3d(0, 3px, 0);
}


/* ボタン */
#sec1 .item_list p.btn{
    background-color: #73d5cc;
    display: block;
    color: #fffbea;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px 10px 0;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0px 5px rgb(72,150,143);
    position: relative;
}

#sec1 .item_list p.btn:after{
	content: url(../images/prev_c.png);
	position: absolute;
  	top: 26%;
  	right: 13px;
}

#sec1 .item_list p.btn:hover{
	box-shadow:none;
	transform: translate3d(0, 3px, 0);
}

.canto_link {
    max-width: 850px;
    width: 100%;
    margin: 3% auto 0;
    padding: 0 0 50px;
    text-align: center;
}
.canto_link p {
    margin-top: 20px !important;
}

/* ステラズセレクト
--------------------------------*/

#sec1 .item_list3 ul{
	max-width:850px;
	width:100%;
	margin:3% auto 0;
}

#sec1 .item_list3 p{
    margin: 0 auto 10px;
	color:#FFF;
}

#sec1 .item_list3 p.item{
	display:table-cell;
	vertical-align:middle;
}

#sec1 .item_list3 p.item img{
	width:100%;
}

#sec2 #noshi{
	text-align: center;
}

/* ボタン */
.item_list3 p.btn{
	margin-top:7%;
	background-color:#661600;
	border: 2px solid #661600;
	color:#fff !important;
    display: block;
	text-align: center;
	font-size:18px;
    font-weight: bold;
    padding: 10px 20px 10px 0;
    border-radius: 5px;
	box-sizing:border-box;
	box-shadow: 0px 5px rgb(65,14,0);
	position: relative;
}

.item_list3 p.btn:after{
	content: url(../images/prev_w.png);
	position: absolute;
  	top: 26%;
  	right: 13px;
}

.item_list3 p.btn:hover{
	box-shadow:none;
	transform: translate3d(0, 3px, 0);
}
 .item_list ul li {
    width: 48%;
    margin-right: 2%;
    float: left;
    padding: 0 20px;
	 box-sizing: border-box;}



/* footer
--------------------------------*/
#footer{
	display: table;
	width:100%;
	background-color:#532607;
	height:85px;
}

#footer div{
	display: table-cell;
	vertical-align:middle;
}

#footer p.nav{
	text-align:center;
	margin-bottom:10px;
}

#footer  p.nav span a{
	padding:0 15px;
	border-right:#FFF solid 1px;
	font-size:14px;
	color:#FFF;
}

#footer p.copy{
	font-size:10px;
	color:#FFF;
	text-align:center;
}



/* clearfix
--------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	overflow: hidden;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


/* pagetop
--------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}


/*----ホバー----*/
.hover_toggle:hover {
	animation: updown .4s ease;
	-webkit-animation: updown .4s ease;
}

@keyframes updown {
0%{transform:translate(0,0)}
10%{transform:translate(0,-1px)}
20%{transform:translate(0,-2px)}
30%{transform:translate(0,-3px)}
40%{transform:translate(0,-4px)}
50%{transform:translate(0,-5px)}
60%{transform:translate(0,-6px)}
70%{transform:translate(0,-4px)}
80%{transform:translate(0,-3px)}
90%{transform:translate(0,-2px)}
100%{transform:translate(0,0)}
}
@-webkit-keyframes updown {
0%{transform:translate(0,0)}
10%{transform:translate(0,-1px)}
20%{transform:translate(0,-2px)}
30%{transform:translate(0,-3px)}
40%{transform:translate(0,-4px)}
50%{transform:translate(0,-5px)}
60%{transform:translate(0,-6px)}
70%{transform:translate(0,-4px)}
80%{transform:translate(0,-3px)}
90%{transform:translate(0,-2px)}
100%{transform:translate(0,0)}
}

@media screen and (max-width:760px) { 

#fixbn_left_out{
	display:none;
}

body,h1,p,ul,a{
	font-size:13px;
	line-height: 1.4em;
}

header img,h1 img,h3 img{
	display:block;
	margin:0 auto;
    width: 95%;
}

#sec1 h2 img{
	width:85%;
}
	#sec2{
	background:#fffbed;
	box-sizing: border-box;

	
}
#sec2 p:first-child{
	padding: 5% 0;
}
#sec2 p{
	text-align: center;
}
#sec2 #noshi{
	text-align: center;
}
#sec2 #noshi img{
	max-width: 850px;
	width: 90%
}	



h1,h2,h3{
	margin-bottom:0;
}

/* header
--------------------------------*/
#header .g_navi ul li{
	padding:15px 34px;
	box-sizing:border-box;
}

#header img{
	width:80%;
}

#header div.logo {
    padding: 8px 0;
    box-sizing: border-box;
}


/* main
--------------------------------*/
#main .navi ul li{
	margin-left:1%;
}

#main .navi ul li:nth-child{
	margin-left:0;
}

#main .navi ul li img{
	width:100%;
}

#main p img{
	max-width:850px;
	width:90%;
}



/* sec
--------------------------------*/
#sec1{
   	 padding-top: 10px;
}

#sec2,#sec3,#sec4,#sec5{
    padding-top: 30px;
}


div.lace{
    position: absolute;
    top: -45px;
    left: 0;
    background: url(../images/lace.png);
    background-repeat: repeat-x;
    background-position: top;
    height: 62px;
    width: 100%;
}


div.wrapper{
    position: relative;
    margin: 45px auto 30px;
    background-color: #fff;
    width: 90%;
    padding:5% 5%;
	box-sizing:border-box;
}


#sec2 div.bag img{
	width:100%;
}

/* 商品２列
--------------------------------*/
.pic_item ul li, .item_list ul li{
	width: 47%;
	margin-right: 6%;
	float:left;
    padding:0;
}

.pic_item ul li:nth-child(even), .item_list ul li:nth-child(even){
	margin-right:0;
}


/* 人気定番商品
--------------------------------*/

.right_cont p.item img,.left_cont p.title img{
	margin:0 auto;
	display:block;
	width:100%;
}

.right_cont p.item{
    margin-top: 15px;
}

.left_cont p.title{
	margin-bottom:10px;
}

.left_cont p.text{
	padding:0;
}



/* itemlist
--------------------------------*/
.item_list,
.item_list3{
	margin:30px 0;
}

.item_list ul li,
.item_list3 ul li{
	margin-bottom:20px;
}

.item_list p,
.item_list3 p{
    margin: 0 auto 5px;
    width: 100%;
}

.item_list p.item,
.item_list3 p.item{
	display:table-cell;
	vertical-align:middle;
}

.item_list p.item img,
.item_list3 p.item img{
	width:100%;
}

.item_list p.name,
.item_list3 p.name{
	font-size:18px;
	font-weight:bold;
}

.item_list p.content,
.item_list3 p.content{
	margin-bottom:16px;
}

/* 商品２列
--------------------------------*/
.item_list3{
	padding: 0 3%;
    box-sizing: border-box;
}

.item_list3 ul li{
	width: 47%;
	margin-right: 6%;
	float:left;
    padding:0;
}

.item_list3 ul li:nth-child(even){
	margin-right:0;
}



/* ボタン */
.item_list p.btn,
.item_list p.btn a,
.item_list3 p.btn a{
	font-size:12px;
}


#sec1 .item_list p.btn:after,
.item_list p.btn:after,
.item_list3 p.btn:after{
	content: normal;
	position: absolute;
  	top: 26%;
  	right: 13px;
}



/* footer
--------------------------------*/
#footer p.nav span{
	display: block;
    padding: 15px 0;
	border-bottom:1px #713e1b solid; 
	box-sizing:border-box;
}

#footer p.nav span a {
    padding: 0 15px;
    border-right: none;
    font-size: 14px;
    color: #FFF;
}

#footer{
	display: table;
	width:100%;
	height:85px;
}

#footer div{
	height:85px;
	display:table-cell;
	vertical-align: bottom;
	margin:0 auto;
}


#footer p.copy{
	width:100%;
	background-color:#532607;
	font-size:9px;
	color:#FFF;
	text-align:center;
	padding:10px 0;
}


}


@media screen and (max-width:480px) { 

.none{
	display:none;
}

/* floating
--------------------------------*/
#floating{
	position:fixed;
	left:0;
	top:80%;
}

#floating img{
	width:60%;
}


/* header
--------------------------------*/
#header .g_navi ul li{
	width:50%;
	text-align:center;
	padding:10px 0;
	box-sizing:border-box;
}

#header .g_navi ul li a{
	font-size:12px;
}

#header img{
	width:80%;
}

#header div.logo {
    padding: 8px 0;
    box-sizing: border-box;
}

#header p.campaign_hd{
	padding:1% 2%;
}

#header p.campaign_hd br{
	display:inherit;
}

/* main
--------------------------------*/

#main h1 img{
	width:100%;
}

#main .navi ul{
    padding-bottom: 0;
}

/* 商品２列
--------------------------------*/
#sec2 div.bag{
	width:95%;
	margin:0 auto;
}

#sec2 img.switch{
	width:100%;
	padding: 0 5%;
    box-sizing: border-box;
}

#sec2 h2{
	padding:0 5%;
	box-sizing:border-box;
}

#sec1 h2{
    padding-top: 0;

}

#sec1 .item_list ul{
    padding: 0 4%;
    box-sizing: border-box;
}

div.wrapper{
    margin: 45px auto 0;
	width:95%;
}

.item_list p.content span,
.item_list3 p.content span,
#premium p.content span{
	padding: 1px 7px;
	box-sizing:border-box;
	display: table;
    font-size: 0.8em;
    margin-bottom: 5px;
}

.item_list p.name,
.item_list3 p.name {
    font-size: 14px;
}

#sec1 p.text,p.text{
	padding:10px 10px 0;
	font-size:13px;
}

p.text{
    margin-bottom: 0;
}

#premium div.pre_content{
	padding:10% 5%;
	box-sizing:border-box;
}

#premium p.content br{
	display: inherit;
}

/* ボタン */
#sec1 .item_list p.btn,
.item_list p.btn,
.item_list3 p.btn{
	font-size:12px !important;
	font-weight:bold  !important;
    border-radius: 4px !important;
	box-sizing:border-box !important;
    padding: 10px 0 10px 0 !important;
}



/* itemlist
--------------------------------*/
.item_list,
.item_list3{
	margin:30px 0 0;
}

/* pagetop
--------------------------------*/
#page-top {
    position: fixed;
    right: 5px;
}

#page-top img{
	width:70px;
}


}

