@charset "utf-8";
/*::::::::reset::::::::*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	font-size: 14px;
	font-size: 1.4rem;
	background-color: #f4efe5;
	color: #4D4D4D;
	-webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: #000000;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="text"], select {
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
}
.clear {
	clear: both;
	overflow: hidden;
}
.row:before, .row:after { width:0px; }
/*::::::::reset end::::::::*/
/*::::::::all::::::::*/
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #f4efe5;
}
#header {
	background: #f4efe5;
	border-top: 10px solid #e46d4a;
	border-right: 10px solid #e46d4a;
	border-left: 10px solid #e46d4a;
	box-sizing: border-box;
}
@media (min-width: 1025px) {
	#header {
		padding: 0;
	}
}
@media (min-width:1025px) {
	a:hover img {
		opacity: 0.8;
	}
	a:hover, a:focus {
		color: #d6ae5b;
		text-decoration: underline;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		text-decoration: none;
	}
	a img {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
}

.link:hover {
	cursor: pointer;
}

.inner {
	width: 95%;
}
p.center_txt {
	text-align: center;
}
.center_txt a {
	display: inline-block;
}
.vw100 {
	width: 100vw;
	height: auto;
}
::selection {
	background: #d4dcd6; /* Safari */
}
::-moz-selection {
	background:#d4dcd6; /* Firefox */
}
.clearfix {
	clear: both;
	display: block;
	overflow: hidden;
}
div#contents_top {
}
.wrap-main {
	border-left: 10px solid #e46d4a;
	border-right: 10px solid #e46d4a;
	padding-top: 30px;
}
.inner-contents {
	padding-top: 60px;
	border-left: 10px solid #e46d4a;
	border-right: 10px solid #e46d4a;
	padding-bottom: 110px;
}
/*===============================================
●TOP - メインビジュアル
===============================================*/
.item {
	padding: 0;
}
.front_page #contents .row {
	padding-bottom: 0;
	clear: both;
}
@media (min-width: 1025px) {
	.item {
		padding: 0 10px;
	}

}
.main_visual {
	margin-bottom: 30px;
}
.front_page #contents .row > div {
	padding-bottom: 0;
}
.container-fluid.main-slider {
	background-color: #FFFFFF;
	padding-top: 25px;
	position: relative;
	top: 0;
	z-index: 1;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
}
.slick-dots {
	position: absolute;
	bottom: -20px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:before {
	content: " ";
	line-height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	text-align: center;
	opacity: .90;
	background-color:#d5b577;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before {
	background-color: #F58062;
}
.header_logo_area .header_logo span {
	display: block;
}
/*===============================================
●TOP - ヘッダー
===============================================*/
.header_logo_area .header_logo {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.header_logo_area .header_logo a img {
	padding: 8px 8px 8px 0;
}
.header_logo_area {
	z-index: 1;
}
#contents {
	background-color: #f4efe5;
}
#header .copy {
	color: #333333;
}
/*.b-main {
    padding-top: 60px;
    border-top: 1px solid #D5B577;
    margin-top: 20px;
	 padding-bottom: 130px;
}*/
.b-main {
	padding-top: 0;
	margin-top: 20px;
	padding-bottom: 130px;
}
.b-nav {
	clear: both;
	border-bottom: 1px solid #D5B577;
	padding-top: 5px;
}
#page_homepage .b-nav {
	display: none;
}
@media only screen and (min-width: 1200px) {
	.b-main {
		padding-top: 0;
		margin-top: 20px;
		padding-bottom: 130px;
		padding-right: 0;
		padding-left: 0;
	}
}
#page_homepage .b-main {
	padding-top: 0;
	border-top: none;
	margin-top: 0;
	padding-bottom: 130px;
}
@media (min-width:1025px) {
	#page_mypage #side_left, #page_help_agreement #side_left, .mypage #side_left, #page_cart #side_left, #page_shopping_login #side_left, #page_shopping_nonmember #side_left, #page_shopping #side_left, #page_shopping_complete #side_left, #page_entry #side_left, #page_entry_complete #side_left, #page_entry_activate #side_left, #page_forgot #side_left, #page_forgot_complete #side_left, #page_contact #side_left, #page_contact_complete #side_left, #page_forgot_reset #side_left, #page_sln_card_payment #side_left,#page_help_about #side_left,#page_help_tradelaw #side_left,#page_help_privacy #side_left,#page_shopping_shipping_edit #side_left {
		display: none;
	}
	#page_mypage .theme_side_left #main, #page_help_agreement .theme_side_left #main, .mypage .theme_side_left #main, #page_cart .theme_side_left #main, #page_shopping_login .theme_side_left #main, #page_shopping_nonmember .theme_side_left #main, #page_shopping .theme_side_left #main, #page_shopping_complete .theme_side_left #main, #page_entry .theme_side_left #main, #page_entry_complete .theme_side_left #main, #page_entry_activate .theme_side_left #main, #page_forgot .theme_side_left #main, #page_forgot_complete .theme_side_left #main, #page_contact .theme_side_left #main, #page_contact_complete .theme_side_left #main, #page_forgot_reset .theme_side_left #main, #page_sln_card_payment .theme_side_left #main, #page_help_about .theme_side_left #main,#page_help_tradelaw .theme_side_left #main,#page_help_privacy .theme_side_left #main,#page_shopping_shipping_edit .theme_side_left #main {
		max-width: inherit;
		float: none;
		width: 100%;
		margin-top: 30px;
		padding: 0 15px;
		margin: 30px auto 0;
	}
}
@media only screen and (min-width: 1025px) {
	.header_logo_area .header_logo {
		font-size: 15px;
		font-size: 1.5rem;
		margin: 0;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		display: flex;
		align-items: baseline;
	}
	.header_logo_area .header_logo a img {
		padding: 8px 8px 0 0;
	}
	.header_logo_area .header_logo span {
		display: inline-block;
	}
	.header-inner {
		max-width: 1200px;
		margin: 0 auto;
		width: 1200px;
		padding: 0 0 0 15px;
		box-sizing: border-box;
	}
	#contents {
		padding-top: 0;
	}
	#header .copy {
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 15px;
		font-weight: normal;
	}
}
#header #cart .inner {
	background: #f3f3f3;
	z-index: 3;
	position: inherit;
	top: 50px;
	right: 9px;
}
@media only screen and (min-width: 1025px) {
	#header .container-fluid.inner {
		max-width: 1200px;
		width: 100%;
		padding: 0 15px;
	}
	#contents_top #category {
		padding: 0;
		background-color: #C7C7A8;
		max-width: 1200px;
		margin: 0 auto;
		width: 100%;
		position: relative;
		z-index: 10;
		top: 0;
		box-sizing: border-box;
	}
}
@media only screen and (min-width: 1200px) {
	#header .container-fluid.inner {
		max-width: 1200px;
		width: 100%;
		padding: 0;
	}
}
@media only screen and (min-width: 1025px) {
	#header .header_logo_area {
		float: left;
		margin-right: 0;
		padding-top: 20px;
	}
	#header .header_logo_area .row {
		margin: 0;
	}
}
#member {
	background: url(../images/bk-header-menu.svg) left top no-repeat;
	background-size: cover;
	padding: 15px 5px 0 15px;
	margin-bottom: 10px;
}
/*===============================================
●TOP - グロナビ
===============================================*/
nav.content-menu {
	clear: both;
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	padding-top: 15px;
	padding-bottom: 15px;
}

nav.content-menu ul {
	display: flex;
	justify-content: flex-end;
}
nav.content-menu ul li {
	padding: 5px 10px;
	border-left: 1px solid #d5b577;
}
nav.content-menu ul li:last-child {
	border-right: 1px solid #d5b577;
}
img.icon-nav {
	padding-right: 5px;
}

@media only screen and (min-width: 1024px) {
	/*.wrap-navi {
        border-top: 1px solid #4A3D3B;
        width: 100%;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        background-color: #FFF;
        position: relative;
        z-index: 5;
    }
    ul.global-menu {
        width: 100%;
        max-width: 1170px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }
    ul.global-menu li a {
        display: block;
        color: #333;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 55px;
        font-weight: 600;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    ul.global-menu li {
        background: url(../images/hedaer-gnav.svg) left center no-repeat;
        text-align: center;
        width: 20%;
        box-sizing: border-box;
    }
    ul.global-menu li:last-child {
        background: url(../images/hedaer-gnav.svg) right center no-repeat, url(../images/hedaer-gnav.svg) left center no-repeat;
    }
    ul.global-menu li a:hover {
        color: #D5B577;
    }
    }
    #contents_top .category-nav > li {
        border-right: 1px solid #FFF;
        display: block;
        width: 100%;
        text-align: center;
    }
    #contents_top .category-nav > li a {
        display: block;
        color: #4D4D4D;
        font-weight: normal;
        height: 40px;
        line-height: 40px;
        border-bottom: none;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }
    #contents_top .category-nav > li:last-child {
        border-right: none;
    }
    #contents_top .category-nav > li ul li a {
        display: block;
        color: #4D4D4D;
    }
    #contents_top .category-nav {
        border-top: 1px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9;
        text-align: center;
        max-width: 1200px;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    */
}
/*===============================================
●下層 - ヘッダー
===============================================*/
.front_page img.p-logo {
	display: none;
}
.product_page img.pc.f-logo, .registration_page img.pc.f-logo, .mypage img.pc.f-logo, .other_page img.pc.f-logo, .cart_page img.pc.f-logo {
	display: none!important;
}
.front_page img.p-img {
	display: none;
}
.product_page img.f-img, .registration_page img.f-img, .mypage img.f-img, .other_page img.f-img, .cart_page img.f-img {
	display: none!important;
}
.header-inner {
	padding: 0 16px;
}
/*.box-tel {
    display: inline-block;
    text-align: left;
}*/
@media only screen and (max-width: 1024px) {
	img.p-logo {
		display: none;
	}
}
#header #cart_area {
	position: inherit;
	float: right;
	margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
	.header-inner {
		padding: 0;
	}
	#header #cart_area {
		float: right;
		position: relative;
		top: 0;
		max-width: 620px;
		padding: 0;
		right: 0;
	}
	.member_link a {
		height: auto;
		line-height: normal;
		margin-bottom: 5px;
		color: #FFF;
	}
	.member ul li:first-child {
		display: inline-block;
		background: none;
		padding-left: 10px;
	}
	.member ul li {
		display: inline-block;
		background: url(../img/common/header-list-border.png) left 0 no-repeat;
		padding-left: 10px;
	}

}
/*.headr-tel span {
	display: block;
	font-size: 14px;
}*/
.headr-tel span.mini-txt {
	display: inline-block;
	color: #4d4d4d;
	font-size: 12px;
	width: 100%;
}
.headr-tel a {
	font-size: 2.4rem;
	font-weight: 500;
	color: #ed774d;
}
.category-nav ul {
	display: block;
}

/*.640_100_red_5 {
    width: 100px;
}*/
/*===============================================
●TOP - ランキングアイテム
===============================================*/
.pickup_item .item_price {
	color: #666666;
	font-weight: normal;
	font-size: 1.5rem;
	font-size: 15px;
	display: block;
	width: 100%;
	text-align: right;
}

/*===============================================
●TOP - サイドバー
===============================================*/
@media only screen and (min-width: 992px) {
	#side_right {
		max-width: 240px;
		float: left;
	}
	.theme_side_right #main {
		width: 75%;
		float: right;
	}
	.side .s-category-nav > li {
		display: block;
		margin-bottom: 30px;
	}
}
/*カート*/
#cart_area p.errormsg.bg-danger {
	max-width: initial;
	width: 100%;
}

@media only screen and (min-width: 1025px) {


}

/*カート*/
.txt-postage {
	padding: 7px 0;
}
@media only screen and (min-width: 1025px) {
	.cart {
		top: 85px;
	}
	#cart_area p {
		border: none;
		float: right;
		min-width: 100px;
		text-align: center;
		background-color: #fdd24f;
		color: #333;
		min-height: 35px;
	}
	p.cart-trigger .cb-close {
		opacity: 0;
		position: absolute;
		left: 100px;
		top: 20px;
		font-size: 24px;
	}
	p.cart-trigger a {
		display: inline-block;
		width: 80px;
		height: 26px;
		line-height: 26px;
		vertical-align: middle;
		text-align: center;
		outline: none;
		font-size: 18px;
		padding: 8px;
		font-weight: bold;
	}

	.badge {
		display: inline-block;
		min-width: 10px;
		padding: 3px 7px;
		font-size: 10px;
		font-size: 1rem;
		font-weight: 700;
		line-height: 1;
		color: #333333;
		text-align: center;
		white-space: nowrap;
		vertical-align: baseline;
		background-color: #FFFFFF;
		border-radius: 39px;
		padding: 0.8rem 1rem;
	}
	.pl20 {
		padding-left: 20px;
	}
	#cart_area .pl20 {
		color: #FFF;
	}
	p.cart-trigger a:link, p.cart-trigger a:visited, p.cart-trigger a:hover, p.cart-trigger a:active {
		color: #333;
	}
	/*.headr-tel {
        text-align: right;
    }*/
	/*.headr-tel {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }*/
	/*.headr-tel a img{
        max-width: 255px;
        width: 100%;
    }*/

}
#header .message {
	text-align: center;
	padding: 0;
	margin: 0;
}
.box-tel a span {
	display: block;
}
.box-tel a:hover span {
	color: #4D4D4D;
	opacity: 1;
}
.box-tel a span.mini-txt {
	font-weight: normal;
	font-size: 13px;
	color: #444444;
}
.mini-text{
	font-weight: normal;
	font-size: 13px;
}
.box-tel a b {
	color: #ED774C;
	font-size: 20px;
	font-weight: bold;
}
.box-tel a {
	border: 1px solid #ed774c;
	background-color: rgba(255,255,255,0.8);
	padding: 5px;
	font-weight: bold;
	overflow: hidden;
	display: block;
}
.box-tel a:hover {
	background-color: rgba(253,210,79,0.15);
	transition: 0.3s;
}
@media only screen and (min-width: 1025px) {
	#header #cart_area p.cart-trigger .badge {
		position: relative;
		left: 10px;
		top: 0;
	}
}
@media only screen and (min-width: 1025px) {
	#header #cart_area p.cart-trigger .badge {
		position: relative;
		left: 0;
		top: 0;
	}
}
@media only screen and (max-width: 640px) {
	p.cart-trigger a:link, p.cart-trigger a:visited, p.cart-trigger a:hover, p.cart-trigger a:active {
		text-decoration: none;
		color: #525263;
	}
}
/*ボーダー*/
.b-top {
	border-top: 1px solid #CCC;
	padding-top: 15px;
	clear: both;
	width: 100%;
}
.b-bottom {
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
	.front_page .b-top {
		display: none;
	}
	.b-top {
		display: block;
		border-top: 1px solid #C5C5C5;
		width: 90%;
		margin: 15px auto 0;
		padding-top: 15px;
		padding-right: 0;
		padding-left: 0;
	}
}
.list-ranking li:nth-child(1) .label-warning span,.list-ranking li:nth-child(2) .label-warning span,.list-ranking li:nth-child(3) .label-warning span {
	display: none;
}
.list-ranking li:nth-child(1) .label-warning {
	background: url(../images/img-rank-01.png) 0 0 no-repeat;
	width: 60px;
	height: 47px;
	top: -25px;
}
.list-ranking li:nth-child(2) .label-warning {
	background: url(../images/img-rank-02.png) 0 0 no-repeat;
	width: 60px;
	height: 47px;
	top: -25px;
}
.list-ranking li:nth-child(3) .label-warning {
	background: url(../images/img-rank-03.png) 0 0 no-repeat;
	width: 60px;
	height: 47px;
	top: -25px;
}
#sales_ranking {
	margin-bottom: 30px;
}
.m30 {
	margin-bottom: 30px;
}
.top-border {
	margin-top: 30px;
	border-top: 1px solid #d5b577;
	background: none;
	padding-top: 15px;
}
/*新着情報*/
.news_contents {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 60px;
	background: none;
	padding-top: 10px;
	padding-bottom: 30px;
	background-color: #FFF;
	border-radius: 10px;
}
.newslist dl {
	border-top: none;
	border-bottom: 1px dotted #C5C5C5;
}

@media only screen and (min-width: 768px) {
	.newslist dt .cb {
		font-size: 15px;
		top: 2px;
		left: 5px;
		font-weight: lighter;
	}
	.newslist dt.active .cb {
		position: relative;
		top: 2px;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
/*シリーズラインナップ*/
.list-brand b {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #333333;

}
.box-series {
	text-align: center;
	margin-bottom: 30px;
}
/*商品検索*/
#search {
	background: none;
	padding: 0;
}
.search .input_search {
	border: 1px solid #c5c5c5;
	padding: 0px 50px 0 10px;
	height: 35px;
	margin: 0;
	background-color: #FFF;
}
.search input[type="search"] {
	height: 35px;
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	border: 0 none;
	padding: 0.5em 0;
	box-shadow: none;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search .bt_search {
	margin-top: 0;
}
.bt_search .cb-search {
	fill: #d5b577;
	font-size: 18px;
	font-size: 1.8rem;
}
.bt_search {
	border: 0;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 44px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	z-index: 1;
}
p#result_info_box__item_count {
	text-align: right;
	width: 100%;
	padding: 0 15px 10px;
	font-size: 12px;
	color: #333333;
	float: right;
}
div#result_info_box__menu_box {
	float: right;
}

@media only screen and (min-width: 992px) {
	/*#header #cart_area {
        right: 0;
        top: 0;
        width: 50%;
        margin-top: 15px;
    }*/
}

/*.headr-tel span {
	display: block;
	font-size: 14px;
}
.front_page .headr-tel a {
    border: 1px solid #FFF;
	color: #FFF;

}
.headr-tel a {
    font-size: 1.6rem;
    color: #d5b577;
    display: block; 
    min-height: 43px;
    border: 1px solid #c5c5c5;
    padding: 0 15px;
    line-height: 43px;
    box-sizing: border-box;
}
.slides-nav .slick-slide .slick-current {
	opacity: 0.3;
}
.slides-nav.slick-initialized.slick-slider .slick-slide {
	padding: 5px;
}
.category-nav ul {
	display: block;
}
*/
@media only screen and (min-width: 768px) {
}
/* タイトル部分*/
.ttl-box {
	background: url(../images/img-border.svg) left 1px repeat-x;
}
.ttl-box h2 {
	/*background: url(../img/common/ttl-border-og.svg) 0 0 repeat-y;*/
	border-left: 6px solid #ED774C;
	background-color: #f4efe5;
	padding: 0 15px 0 8px;
}
.heading01 {
	margin-top: 0;
}
h2.heading01 {
	font-size: 21px;
	font-size: 2.1rem;
	display: inline-block;
	color: #333333;
	font-weight: normal;
	line-height: 23px;
}
h4.heading04 {
	clear: both;
	margin-bottom: 30px;
	margin-top: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #d5b577;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: normal;
}
/* 売上ランキング*/
#sales_ranking .heading01 {
	background: none;
	padding: 0;
}
/* ご注文からの流れ */
.wrap-flow {
	background-color: #FFF;
}

.wrap-flow h2 {
	background-color: #ed774d;
	padding: 15px;
	font-size: 2.1rem;
	color: #FFF;
}

.inner-flow {
	padding: 15px;
}

.inner-flow h4 {
	border-left: 6px solid #ed774d;
	margin-bottom: 15px;
	padding: 3px 0 3px 10px;
	font-size: 1.6rem;
	font-weight: normal;
}
.img-flow-01-pc {
	display: none;
}
.img-flow-01-sp {
	display: block;
}
@media only screen and (min-width: 768px) {
	.img-flow-01-pc {
		display: block;
	}
	.img-flow-01-sp {
		display: none;
	}
}
/* ブートストラップ5分割*/
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
/* スマホ（767px以下） */
.col-xs-1-5 {
	width: 20%;
	float: left;
}
.col-xs-2-5 {
	width: 40%;
	float: left;
}
.col-xs-3-5 {
	width: 60%;
	float: left;
}
.col-xs-4-5 {
	width: 80%;
	float: left;
}

/* タブレット（768px～991px） */
@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}
	.col-sm-2-5 {
		width: 40%;
		float: left;
	}
	.col-sm-3-5 {
		width: 60%;
		float: left;
	}
	.col-sm-4-5 {
		width: 80%;
		float: left;
	}
}

/* PC（992px～1119px） */
@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
	.col-md-2-5 {
		width: 40%;
		float: left;
	}
	.col-md-3-5 {
		width: 60%;
		float: left;
	}
	.col-md-4-5 {
		width: 80%;
		float: left;
	}
}


/* PC大画面（1200px以上）*/
@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
	.col-lg-2-5 {
		width: 40%;
		float: left;
	}
	.col-lg-3-5 {
		width: 60%;
		float: left;
	}
	.col-lg-4-5 {
		width: 80%;
		float: left;
	}
}
/* サイドカテゴリ */
@media (min-width: 1175px) {
	#side_left {
		float: left;
		width: 240px;
		min-width: 240px;
		max-width: 240px;
	}
	.theme_side_left #main {
		max-width: 920px;
		float: right;
		width: 920px;
	}
	div#main_top .pl0 {
		padding-right: 8px;
	}

	div#main_top .pr0 {
		padding-left: 8px;
	}
}
@media (min-width: 598px) {
	.bnr-side img {
		max-width: 360px;
		width: 100%;
	}
}
.side .s-category-nav .toggle {
	display: none;
}
.side .s-category-nav li ul {
	display: block;
}
.side .s-category-nav > li.no-gray {
	background: none;
}
.side .s-category-nav li {
	position: relative;
	display: inline-block;
	width: 100%;
}
.side .s-category-nav > li > a {
	border-bottom: none;
	color: #4D4D4D;
	margin-bottom: 15px;
	background: url(../img/top/side-ttl-bottom.svg) left bottom no-repeat;
	padding: 0 0 10px;
}
.side .s-category-nav li a {
	display: block;
}
.side .s-category-nav li ul li ul {
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	width: 100%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.side .s-category-nav li ul li ul li {
	float: left;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .2s;
}
.side .s-category-nav li ul li ul li a {
	text-align: left;
}
.side .s-category-nav > li:hover > a {
}
.side .s-category-nav > li:hover li:hover > a {
	background: rgba(204, 204, 204, 0.1)
}
.side .s-category-nav > li:hover > ul > li > ul > li {
	overflow: visible;
	height: 50px;
}
.side .s-category-nav li ul li ul {
	top: 0;
	left: 100%;
}
.side .s-category-nav li:last-child ul li ul {
	left: 100%;
	width: 100%;
}
.side .s-category-nav li ul li ul:before {
	position: absolute;
	content: "+";
	top: 13px;
	left: -15px;
	width: 0;
	height: 0;
}
.side .s-category-nav li:last-child ul li ul:before {
	position: absolute;
	content: "+";
	top: 13px;
	left: -15px;
	width: 0;
	height: 0;
}
.side .s-category-nav li ul li:hover > ul > li {
	overflow: visible;
	height: 50px;
}
.side .s-category-nav li ul li ul li a {
}
.side .s-category-nav li:hover ul li ul li a:hover {
	background: rgba(204, 204, 204, 0.1)
}
.side .s-category-nav ul > li > a, .side .s-category-nav ul > li > ul > li > a, .side .s-category-nav ul > li > ul > li > ul > li a {
	padding-left: 10px;
	font-weight: normal;
}
#side_left .category-nav a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #4d4d4d;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	font-weight: normal;
	background-color: #FFF;
	border-left: 10px solid #ED774D;
	border-bottom: none;
}
#side_left ul.category-nav li {
	margin-bottom: 30px;
}
#side_left .category-nav li ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #4d4d4d;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	font-weight: normal;
	background-color: #F4EFE5;
	border-left: none;
	border-bottom: 1px solid #C5C5C5;
}
#side_left ul.category-nav li ul li ul li {
	margin-bottom: 0;
}

#side_left ul.category-nav li ul li {
	margin-bottom: 0;
}
/* マージン */
.mgb0 {
	margin-bottom: 0;
	overflow: hidden;
}
.mgb10 {
	margin-bottom: 10px;
	overflow: hidden;
}
.mgb15 {
	margin-bottom: 15px;
	overflow: hidden;
}
.mgb30 {
	margin-bottom: 30px;

}
.mgb60 {
	margin-bottom: 60px;
	overflow: hidden;
}
.mgt15 {
	margin-top: 15px;
}
.mgt30 {
	margin-top: 30px;
}
/* padding */
.plpr0 {
	padding: 0;
}
.pl0 {
	padding-left: 0;
}
.pr0 {
	padding-right: 0;
}
.pdb15 {
	padding-bottom: 15px;
}
/* サイドSNSアイコン*/
.ttl-side {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #4d4d4d;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	font-weight: normal;
	background-color: #FFF;
	border-left: 10px solid #ED774D;
	border-bottom: none;
}

/* サイド　シリーズアイコン*/
a.s-logo {
	min-height: 50px;
	display: block;
	border: 1px solid #c5c5c5;
	line-height: 50px;
	text-align: center;
}
/*売上ランキング*/
.label-warning {
	position: absolute;
	color: #FFF;
	top: -10px;
	left: 12px;
	z-index: 3;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-flow: column;
	width: 30px;
	height: 30px;
	display: flex;
	font-weight: bold;
}
.label-warning {
	background-color: #4D4D4D;
}
/*スマホナビ*/
#btn_menu {
	margin: 0;
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 11;
}
#cart_area p.cart-trigger {
	position: absolute;
	right: 48px;
	top: 40px;
	z-index: 10;
}
.drawer.sp .global-menu {
	margin-bottom: 16px;
	background-color: #C5C5C5;
	padding: 10px 0;
	font-weight: normal;
	clear: both;
}
.drawer.sp .global-menu a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	border-bottom: none;
	font-weight: normal;
}
.drawer.sp .global-menu li {
	margin-bottom: 10px;
	border-bottom: 1px solid #FFF;
	display: block;
	overflow: hidden;
}
@media (min-width: 1025px) {
	#cart_area p.cart-trigger {
		position: relative;
		right: 0;
		top: 0;
	}
}
#drawer .category-nav li ul {
	display: none;
}
#drawer .headr-tel.sp {
	text-align: center;
	max-width: 90%;
	margin: 0 5% 15px;
	padding: 8px 0;
	background-color: transparent;
	color: #FFF;
}

@media (min-width: 768px) {
	#drawer .category-nav li ul {
		display: block;
	}
}
.txt-center {
	display: block;
	text-align: center;
}
/*パンくずリスト*/
.front_page div#topicpath02 {
	display: none;
}
/* topicpath */
#topicpath {
	display: none;
}



/*===============================================
●TOP - 新着商品ブロック
===============================================*/
.front_page #contents div#item_list .row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
.front_page div#item_list {
	clear: both;
}
.icon-new {
	position: absolute;
	width: 35px;
	top: -11px;
	left: 25px;
}
#contents_top #item_list .item_price {
	color: #666666;
	font-weight: normal;
	font-size: 1.5rem;
	font-size: 15px;
	display: block;
	width: 100%;
	text-align: right;
}
.no-stock {
	border: 1px solid #f58062;
	text-align: center;
	font-size: 12px;
	margin: 10px auto;
	color: #f58062;
}
/*===============================================
●TOP - ボタン
===============================================*/
.btn-all {
	margin: auto;
	text-align: center;
	clear: both;
	display: block;
}
.btn-all a {
	padding: 15px 50px;
	display: inline-block;
	color: #FFFFFF;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.05);
	margin-bottom: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7c47f+0,ce9254+100 */
	background: rgb(231,196,127); /* Old browsers */
	background: -moz-linear-gradient(left, rgb(231,196,127) 0%, rgb(206,146,84) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgb(231,196,127) 0%, rgb(206,146,84) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgb(231,196,127) 0%, rgb(206,146,84) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7c47f', endColorstr='#ce9254', GradientType=1 ); /* IE6-9 */
	/* background: url(../img/img-btn-all.png) right center no-repeat; */
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-width: 280px;
}
.btn-all a:after {
	position: absolute;
	content: url(../img/img-btn-all-hover.png);
	top: 15px;
	right: 30px;
	width: 0;
	height: 0;
}
.btn-all a:hover {
	text-decoration: none;
	color: #FFFFFF;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0.8;
}
.btn-all a:hover:after {
	position: absolute;
	content: url(../img/img-btn-all-hover.png);
	top: 15px;
	right: 30px;
	width: 0;
	height: 0;
}
.btn-all a:active {
	background: #938B75;
	box-shadow: none;
	transform: translate3d(3px, 3px, 0);
	text-decoration: none;
}
/*===============================================
●TOP - お菓子カテゴリ
===============================================*/
ul.list-tanpin {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
ul.list-tanpin li {
	margin-bottom: 0;
	max-width: 290px;
	padding: 5px;
	width: 50%;
}
@media (min-width: 768px) {
	ul.list-tanpin {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: start;
	}
	ul.list-tanpin li {
		margin-bottom: 15px;
		width: 48%;
	}
}


@media (min-width: 1025px) {
	ul.list-tanpin li:nth-child(2),ul.list-tanpin li:nth-child(5),ul.list-tanpin li:nth-child(8),ul.list-tanpin li:nth-child(11),ul.list-tanpin li:nth-child(14),ul.list-tanpin li:nth-child(17),ul.list-tanpin li:nth-child(20),ul.list-tanpin li:nth-child(23),ul.list-tanpin li:nth-child(26) {
		margin: 0 15px;
	}
	ul.list-tanpin li {
		margin-bottom: 15px;
		max-width: 300px;
		padding: 0;
		width: 32%;
	}
}
ul.list-tanpin li a {
	padding: 10px;
	line-height: 21px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.4rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	height: 100%;
}
ul.list-tanpin li a:hover {
	color: #ed774d;
	border: 1px solid #ed774d;
}
@media (min-width: 768px) {
	ul.list-tanpin li a {
		padding: 0;
		line-height: 50px;
		font-size: 1.6rem;
	}
}

/*===============================================
●TOP - フッター
===============================================*/
footer#footer {
	background: url(../images/bk-footer.svg)no-repeat center top / cover;
	border: none;
	padding-bottom: 0;
	margin-top: -100px;
	position: relative;
	z-index: 1;
	padding-top: 100px;
}
.footer-ttl-box {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: end;
}
footer .footer-ttl-box h2 {
	font-size: 21px;
	font-size: 2.1rem;
	display: inline-block;
	color: #333333;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 23px;
	float: left;
	padding-right: 10px;
}
footer .footer-ttl-box span.txt-fspan {
	clear: both;
	margin-bottom: 30px;
	margin-top: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #d5b577;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: normal;
}
footer .ttl-box h2 {
	background-color: #f6f6f6;
}
dl.footer-shop-info {
	width: 100%;
	overflow: hidden;
}
dl.footer-shop-info dt {
	margin-bottom: 10px;
}
dl.footer-shop-info dd {
	margin-bottom: 15px;
}
p.txt-access:before {
	content: "・";
	padding-right: 5px;
}
.bk-bwn {
	background-color: #4a3d3b;
	color: #FFF;
	padding: 10px 0 0;
}
footer#footer ul.list-footer-menu {
	max-width: 1200px;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	padding: 10px 16px 2px;
}
#footer ul li {
	display: block;
	margin: 0 0 8px;
}
footer#footer ul + ul {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

footer#footer ul.list-footer-menu a {
	color: #FFFFFF;
}
footer#footer ul.list-footer-menu a:hover {
	color: #9797a1;
}
footer#footer ul.list-footer-menu li + li {
	padding-left: 0;
	margin: 0 0 8px;
	padding-right: 8px;
}

footer#footer ul.list-footer-menu li:first-child + li {
	border-left: none;
}
footer#footer .bk-bwn .footer_logo_area {
	padding-top: 5px;
	margin-top: 5px;
	background-color: #4a3d3b;
	padding-bottom: 5px;
	color: #FFF;
	font-size: 12px;
	font-size: 1.2rem;
}
@media (min-width: 1025px) {
	#footer ul li {
		display: inline-block;
		margin: 0 8px 8px;
	}
	footer#footer ul.list-footer-menu li + li {
		padding-left: 16px;
		margin: 0;
		padding-right: 8px;
	}
}
@media (min-width: 768px) {
	dl.footer-shop-info dt {
		float: left;
		min-width: 100px;
		width: 20%;
	}

	dl.footer-shop-info dd {
		float: left;
		width: 80%;

	}
}
@media (min-width: 1200px) {
	footer .inner {
		width: 100%;
		max-width: 1200px;
		padding: 0;
	}
}

/*===============================================
●会社情報
===============================================*/

.company #president-greeting .bgc-gd {
	background: #e6dfcf;
	color: #333333;
}
.company #president-greeting .container-fluid .row {
	max-width: 1200px;
	margin: 0 auto;
}
.company #president-greeting .img-right {
	position: relative;
}
.company #president-greeting .img-right img {
	position: absolute;
	top: -100px;
	left: 50px;
	bottom: 0;
}
table.type01 {
	border-bottom: 1px solid #D2D2D2;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	margin: 30px auto 60px;
	margin-bottom: 80px;
	width: 100%;
}
table.type01 th {
	color: #938B75;
	width: 215px;
	padding: 30px;
	vertical-align: top;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.type01 td {
	position: relative;
	width: 780px;
	padding: 30px;
	padding-left: 100px;
	vertical-align: top;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.type01 td::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-left: 1px solid #D2D2D2;
	height: 70%;
	width: 1px;
}
table.type01 .last {
	position: relative;
}
table.type01 .last::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-left: 1px solid #D2D2D2;
	height: 70%;
	width: 1px;
}
.company #company-overview ul {
	-webkit-padding-start: 20px;
	margin-top: 5px;
}
.company #bg-company {
	background: url(../images/bg-bottom-company.png)no-repeat;
	background-size: cover;
	height: 200px;
}

@media only screen and (max-width: 1200px) {
	.company #president-greeting .img-right img {
		left: -5px
	}
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
	.company #president-greeting .bgc-gd:before {
		content: "";
		position: absolute;
		right: 15px;
		top: -227px;
		width: 276px;
		height: 281px;
		background: url(../images/president.png);
		background-position: right top;
		background-size: 300px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.company #president-greeting .container-fluid .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.company #president-greeting .col-sm-6 {
		padding: 0;
		width: 100%;
	}
	.company #president-greeting .col-sm-6 img {
		width: 40%;
		position: absolute;
		display: none;
	}
	.company #president-greeting .col-sm-6 h2, .company #president-greeting .col-sm-6 p {
		padding-left: 15px;
		padding-right: 15px;
	}
	table.type01 {
		border-bottom: 1px solid #d2d2d2;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	table.type01 th {
		display: block;
		width: 100%;
		padding: 10px;
		border-bottom: 1px dotted #d2d2d2;
	}
	table.type01 td {
		display: block;
		width: 100%;
		padding: 10px;
		border-bottom: none;
		border-top: none;
	}
	table.type01 td:after {
		display: none;
	}
}

@media (max-width: 767px) {
	.company #president-greeting .bgc-gd:before {
		display: none;
	}
	.company #president-greeting .col-sm-6 img {
		display: block!important;
		position: static;
		width: 100%;
	}
	.company #president-greeting .col-sm-6 h2 {
		font-size: 2.4rem;
		line-height: 3rem;
		margin-top: 35px;
	}
}
.box-sell {
	border: 1px solid #c5c5c5;
	padding: 2%;
}
/*===============================================
●商品詳細情報
===============================================*/
.detail-box {
	border-bottom: 1px dotted #ABABAB;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#item_detail_area .item_detail p.text-primary {
	color: #333333;
}
/*カテゴリ*/
.relative_cat ol a {
	color: #808080;
	font-size: 13px;
}
/*カートボタン*/
button span.btn-cart {
	padding-left: 25px;
	background: url(../img/icon-cart.svg) left center no-repeat;
	background-size: contain;
}
/*お気に入りボタン*/
span.fno-star {
	padding-right: 5px;
}
span.f-star {
	padding-right: 5px;
	color: #F58062;
}
/*テープる*/
table.table-detail {
	width: 100%;
	border: 1px solid #c5c5c5;
}
table.table-detail tr:last-child {
	border-bottom: none;
}
table.table-detail tr {
	border-bottom: 1px dotted #c5c5c5;
}
table.table-detail th {
	width: 20%;
	background-color: #F6F6F6;
	vertical-align: middle;
	padding: 5px 10px;
}
table.table-detail td {
	vertical-align: middle;
	padding: 5px 10px;
}

@media only screen and (max-width:640px) {
	section#item_detail_area {
		margin-top: 20px;
	}
}

@media only screen and (max-width:480px) {
	/*table.table-detail {
        margin: 0 -10px;
        border: none;

    }*/
	table.table-detail tr {
		display: block;
		margin-bottom: 10px;
	}
	table.table-detail th {
		display: block;
		width: 100%;
	}
	table.table-detail td {
		display: list-item;
		width: 90%;
		border: none;
		list-style: none;
		margin: 0 auto;
	}
}

@media only screen and (min-width:768px) {
	ul.k-list li {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.d-k-ttl {
		width: 22%;
	}
	.d-k-txt {
		width: 78%;
	}
	.cart_area .classcategory_list.k-list li select {
		max-width: 350px;
		width: 100%;
	}
}

/* Item Detail Page
    ------------------------------------------- */

#item_photo_area {
	padding-top: 0;
	padding-bottom: 0;
}
#item_detail_area .small {
	font-size: 12px;
	font-size: 1.2rem;
}
#item_detail_area .item_name {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
p#detail_description_box__item_range_code {
	font-size: 12px;
}
#item_detail_area .item_detail .sale_price {
	font-size: 24px;
	font-size: 2.4rem;
}
#item_detail_area .item_detail .sale_price .small {
	font-size: 16px;
	font-size: 1.6rem;
}
#item_detail_area .item_detail .announce {
	padding: 14px 0;
}
#item_detail_area .item_detail .point {
	padding: 14px 0;
	border-top: 1px dotted #ccc;
}
#item_detail_area .item_detail .item_code {
	font-size: 12px;
	font-size: 1.2rem;
	border-bottom: 1px dotted #ABABAB;
	margin-bottom: 10px;
}
/*#item_detail_area .item_detail .relative_cat {
	border-bottom: 1px dotted #ccc;
}*/
#item_detail_area .item_detail .relative_cat {
	padding: 14px 0;
	border-top: none;
	border-bottom: none;
}
#item_detail_area .item_detail .item_comment {
	margin-top: 14px;
	margin-bottom: 14px;
}
.cart_area {
	padding-top: 8px;
}
.cart_area .classcategory_list li {
	margin-top: 16px;
}
.cart_area .classcategory_list li:first-child {
	margin-top: 8px;
}
.cart_area .classcategory_list li select {
	width: auto;
	width: 350px;
}
.cart_area .quantity {
	margin: 14px 0;
}
#item_detail .snsbtn_area {
	padding: 14px 0;
}
/* freearea */

#item_detail .freearea p {
	margin-bottom: 40px;
}
#item_detail_area .item_detail p {
	margin: 0 auto 5px;
}

.btn-primary {
	color: #fff;
	background-color: #F58062;
	border-color: #F58062;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 5px;
	margin-top: 15px;
}
#page_shopping_nonmember .btn-primary {
	margin-bottom: 15px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #D85145;
	border-color: #D85145;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-info {
	color: #4A3D3B;
	background-color: #FFFFFF;
	border-color: #4A3D3B;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin: 5px auto;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	background-color: #F4F4F4;
	border: 1px solid #4A3D3B;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	color: #4A3D3B;
}
/*===============================================
●レビュー
===============================================*/

#product_review_area .heading02 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	background: #FFFFFF;
	padding: 8px 12px;
	border: 1px solid #C5C5C5;
}
/*===============================================
●ショッピングガイド
===============================================*/

.wrap-shopguide p {
	margin-bottom: 15px;
}
.wrap-shopguide table.table {
	width: 100%;
	text-align: left;
}
.price-table {
	width: 100%;
}
.table.price-table th {
	color: #4D4D4D;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	font-weight: normal;
}
table.table.order-table td {
	border-top: none;
	padding-top: 0;
}
.table > tbody > tr > th.col-header.no-border {
	border-top: none;
}

@media only screen and (min-width:768px) {
	.table.price-table th {
		width: 40%;
	}
	th.col-header {
		width: 20%;
	}
	table.table.order-table td {
		border-top: 1px solid #ddd;
		padding-top: 8px;
	}
	.table > tbody > tr > th.col-header.no-border {
		border-top: 1px solid #ddd;
	}
}
.table.price-table th + th {
	border-left: 1px solid white;
}
.table.price-table td {
	background-color: white;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	border: 1px solid #d8d0c7;
}
.box-caution {
	padding: 15px;
	box-sizing: border-box;
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 30px;
	border: 1px solid #ddd;
}
.wrap-shopguide h4 {
	margin-bottom: 15px;
	/* background-color: #f5f5f5; */
	padding: 5px 0 0;/* font-weight: 500; */
}
.wrap-shopguide .box-line p {
	margin-bottom: 0;
}
.box-line {
	border: 1px solid #e5e5e5;
	padding: 15px;
	margin-bottom: 30px;
}
table.table-ex {
	width: 100%;
	text-align: center;
	table-layout: fixed;
}
table.table-ex td {
	border: 1px solid #CCC;
	padding: 15px;
	font-size: 14px;
	text-align: left;
	background-color: #F5F5F5;
}
table.table-ex th {
	border: 1px solid #CCC;
	padding: 15px;
	font-size: 14px;
	text-align: left;
	background-color: #C8C8AC;
}
table.table-ex02 {
	width: 100%;
	text-align: center;
}
table.table-ex02 td {
	border: 1px solid #CCC;
	padding: 15px;
	font-size: 14px;
	text-align: left;
}
table.table-ex02 th {
	border: 1px solid #CCC;
	padding: 15px;
	font-size: 14px;
	text-align: left;
	background-color: #C8C8AC;
}
ul.list-about li {
	list-style: square;
	list-style-position: outside;
	margin-bottom: 15px;
}
ul.list-about li:before {
}
ul.list-about {
	padding-left: 15px;
	margin: 0 auto;
}

@media only screen and (max-width:640px) {
	table.table.order-table {
		/*display: list-item;*/
		width: 100%;
	}
	table.table.order-table th, table.table.order-table td {
		width: 100%;
		display: block;
	}
	table.table-ex, table.table-ex02 {
		/*display: list-item;*/
	}
	table.table-ex th, table.table-ex td, table.table-ex02 th, table.table-ex02 td {
		width: 100%;
		display: block;
	}
	table.table.order-table td.tdb-top {
		border-top: 1px solid #ddd;
		padding-top: 8px;
	}
}
/* =================================
pagetop
================================= */
#toTop {
	position: fixed;
	right: 0;
	bottom: 50px;
	z-index: 100;
	width: 67px;
}

@media only screen and (min-width:768px) {
	#toTop {
		position: fixed;
		right: 10px;
		bottom: 50px;
		z-index: 100;
		width: 67px;
	}
}
/*===============================================
●お客様情報変更
===============================================*/

.customer-edit.customer-tel01 input, .customer-edit.customer-tel02 input, .customer-edit.customer-tel03 input, .customer-edit.customer-zip01 input, .customer-edit.customer-zip02 input {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 1px;
	margin-right: 1px;
	max-width: 5em;
	vertical-align: middle;
	width: 30%;
}
.customer-edit.customer-name01 input, .customer-edit.customer-name02 input {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
	vertical-align: middle;
	width: 24%;
}
span.customer-edit.customer-pref {
	display: block;
}
.customer-edit input {
	border: 1px solid #C4CCCE;
	border-radius: 3px !important;
	box-shadow: none;
	font-size: 16px;
	font-size: 1.6rem;
	height: 40px;
	padding: 6px 4px;
	width: 96%;
	line-height: 1.5;
	margin: 1% auto;
	box-sizing: border-box;
}

@media (min-width:768px) {
	.customer-edit input {
		border: 1px solid #C4CCCE;
		border-radius: 3px !important;
		box-shadow: none;
		font-size: 16px;
		font-size: 1.6rem;
		height: 40px;
		padding: 6px 4px;
		width: 96%;
		line-height: 1.5;
		margin: 1% auto;
	}
}
span.txt-customer {
	display: block;
	width: 100%;
	margin-top: 10px;
}
span.txt-customer::before {
	content: "・";
}
/*===============================================
●プライバシーポリシー / 特定商取引法
===============================================*/

.dl_table dt {
	font-weight: bold;
}
@media (min-width:1025px) {
	#item_photo_area .slick-dots {
		margin: 0;
		position: relative;
		bottom: 0;
	}
	#item_photo_area .slick-dots li {
		width: 20%;
		height: auto;
		padding: 5px;
		margin: 0;
		float: left;
		box-sizing: border-box;
	}

}
/*===============================================
●還元対象ページ
===============================================*/
.text-gray {
	color: #666;
}

.txt-caution {
	font-size: 1.6rem;
	color: #CC0000;
}

.txt-link-blank a {
	color: #33A8D0;
	text-decoration: underline;
}
.txt-link-blank a:hover {
	opacity: 0.8;
	transition: 0.3s;
}