* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}

body {
/*    line-height:1;*/
/*    font-size: 1.2rem;*/
/*    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    -webkit-text-size-adjust: 100%;
}
html,body{
     /*height:100%;*/
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,textarea,p,blockquote {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;

    font-size: 1.2rem;
}

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

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul,li{
    marker-offset:0px;
}

li,dt,dd {
    list-style-type:none;
}

img {
    vertical-align:bottom;
    border:0;
}

input, select {
    vertical-align:middle;
}

a {
    /*display: block;*/
    color: #202020;
    text-decoration: none;
}

a {
    -webkit-tap-highlight-color:#6e6e6e;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}

/* iphone */
body.iphone {
    letter-spacing: -0.001rem;
}

body.android {
    line-height:2rem;
}
/* ヘッダー */
#header {
    width:100%;
    height: 100px;
    background-color: #fff;
    margin-top: 10px;
}
#header #headerFrame {
    height: 100px;
    width: 100%;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    overflow: hidden;
    }
/* デリバリー */
#delivery_time {
    width:90%;
    height: 75px;
    background-color: #fff;
	margin:0 auto 40px;
}
#delivery_time #deliveryFrame {
    height: 75px;
    width: 100%;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    overflow: hidden;
    }
/* フッター */
#footer {
    width:100%;
    height: 155px;
    background-color: #fff;
    overflow:hidden;
}
#footer #footerFrame {
    height: 155px;
    width: 100%;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    overflow: hidden;
    }
#sp_copy_footer_kago{
	background-color:#3d3d3d;
	padding:15px;
}
#sp_copy_footer_kago .copy{
	font-size:10px;
	color:#FFF;
	text-align:center;
}

/* パンくず */
#sp_pan{
    padding:5px 0 0 5px;
    height:20px;
    font-size:10px;
    margin-bottom:10px;
}

/* スクロール */
.sp_GoBack {
    text-align:right;
    height: 20px;
	margin: 15px 5px 15px 0;
	line-height: 20px;
}

.sp_GoBack a{
	background: url(../images/sp/sp_goback.png) right 0 no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	display:inline-block;
	height:20px;
	padding-right:25px;

}

/* 検索 */
#sp_search {
	clear:both;
	padding:25px 13px 10px 12px !important;
}
#sp_search_footer {
	clear:both;
	padding:15px 13px 15px 12px !important;
	background-color:#252525;
	border-bottom:1px #FFF solid;
}
input[name="brand_search_form"]{
    padding: 0px 2px 2px 10px;
    width: 85%;
    height: 36px;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
    -webkit-appearance: none;
}

input[name="brand_search_button"]{
    border-radius:6px;  
    box-sizing:border-box;
    background: url(../images/sp/search.png) no-repeat;
    background-size: 30px 30px;
    background-position: right 0px bottom 3px;
    text-indent:-9999em;
	border:none;
	width:40px;
	height:37px;
}
/* PCで見る */
#sp_copy_footer .btn a{
padding: 2px 0 20px !important;
display: block;
height: 20px;
line-height: 20px;
}

/**** 特集ランダム ****/
#random_topics{
/*	width:100%;*/
	width:95%;
	margin:5px auto 20px;
	clear:both;
	overflow:hidden;
	display: -webkit-flex;
	display: flex;
	align-content: space-between;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content:space-between;
}
#random_topics li{
/*	width:31.3%;*/
	width:33.3%;
	margin:0 auto;
	padding: 0 2.5%;
}

#random_topics li img{
	width:100%;
}
/**** 特集 NO ランダム ****/
#no_random_topics{
/*	width:100%;*/
	width:95%;
	margin:5px auto 20px;
	clear:both;
	overflow:hidden;
	display: -webkit-flex;
	display: flex;
	align-content: space-between;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content:space-between;
}
#no_random_topics li{
/*	width:31.3%;*/
	width:33.3%;
	margin:0 auto;
	padding: 0 2.5%;
}

#no_random_topics li img{
	width:100%;
}

/**** 特集 横スクロール  ****/
#sp_top_topics{
 white-space: nowrap;
 overflow-x: auto;
 -webkit-overflow-scrolling: touch;
	
}
#scroll_topics{
	display: flex;
    width: 100%;
    margin: 0 auto;
    flex-wrap: nowrap;	
}
#scroll_topics li {
    width: 70%;
    padding: 0 2.5%;
	min-width: 250px;
	margin-bottom: 30px;
}


#scroll_topics li strong{
	font-size: 11px;
	/*margin-top:1.2em;*/
	margin-top: 0.3em;
	line-height: 1.5em;
	display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}


#scroll_topics li p{
	font-size: 10px;
	line-height: 1.5em;
	/*margin-top: 0.3em;*/
  text-overflow: ellipsis;
  overflow: hidden;
}
#scroll_topics li p.day{
	margin-top: 0.8em;
	color: #666666;
}


#scroll_topics li div{
	width: 90%;
	margin: 0 auto;
	text-align: justify;
	letter-spacing: 0.05em;
}