@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;
	background-color: #f2f2f2;
	color: #4D4D4D;
	-webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
}
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: #333333;
}
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;
}
p.txt-gray {
    font-size: 90%;
    color: #666;
}

/*::::::::reset end::::::::*/
/*::::::::all::::::::*/
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
.inner {
	width: 100%;
	padding: 0 8px;
}
@media only screen and (min-width:768px) {
	width: 100%;
	padding: 0 16px;
}
}
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 {
/*	margin-bottom: 30px;*/
}
div#main {
	clear: both;
	overflow: hidden;
}
/*===============================================
●TOP - メインビジュアル
===============================================*/
.item {
	padding: 0;
}

@media (min-width: 768px) {
.item {
	padding: 0 10px;
}
}
.main_visual {
	margin-bottom: 30px;
}
.container-fluid.main-slider {
	background-color: #F6F6F6;
	padding-top: 5rem;
	position: relative;
	top: -2.5rem;
	z-index: 1;
}

.slick-dots li.slick-active button:before {
	background-color: #F58062;
}
#item_photo_area .slick-slide img {
	padding: 0;
	width: 100%;
}
/*===============================================
●TOP - ヘッダー
===============================================*/
@media only screen and (min-width: 768px) {
.header-inner {
	max-width: 442px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
}
@media only screen and (min-width: 1200px) {
.header-inner {
	padding: 0 0 0 15px;
}
}
@media only screen and (min-width: 768px) {
#header .container-fluid.inner {
	max-width: 1200px;
	width: 100%;
	padding: 0;
    display: flex;
    align-items: center;
}
#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: 768px) {
#header .header_logo_area {
    float: left;
    margin-right: 0;
    padding: 0;
    width: 188px;
}
}
/*===============================================
●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: 1024px) {
#side_right {
	max-width: 240px;
	float: left;
}
.theme_side_right #main {
	width: 75%;
	float: right;
}
.side .category-nav > li {
	display: block;
	margin-bottom: 30px;
}
}
/*#category_block .mega-menu {*/
/*    background-color: #FFF;*/
/*    margin: 30px auto;*/
/*}*/
/*ログイン*/
.header-login a {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	outline: none;
	border: none;
	min-width: 150px;
	text-align: center;
	background-color: #21325A;
	border-radius: 25px;
	color: #FFFFFF;
	transition: 0.3s;
}
.header-login a:hover {
	background-color: #182542;
}
p.header-login.pc {
    padding-right: 15px;
}
/*カート*/
p.header-login {
    padding: 0 10px;
    text-align: center;
    margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
.cart {
	height: 93px;
	top: 130px;
}
/*#cart_area p {
	border: none;
	float: right;
	min-width: 100px;
	text-align: center;
	background-color: #4d4d4d;
	color: #FFF;
}*/
.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: #222222;
}
.headr-tel {
	text-align: right;
}
}

/*ナビ*/
img.icon-nav {
    padding-right: 5px;
}
@media only screen and (min-width: 1024px) {
	.wrap-navi {
		background-color: #A09072;
	}

ul.global-menu {
    width: 100%;
    max-width: 1170px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
	ul.global-menu li a {
		display: block;
		height: 50px;
		line-height: 50px;
		color: #FFF;
		transition: 0.3s;
		display: flex;
		justify-content: center;
		align-items: stretch;
	}

ul.global-menu li {
    border-left: 1px solid #FFF;
    text-align: center;
    width: 20%;
    box-sizing: border-box;
}

ul.global-menu li:last-child {
    border-right: 1px solid #FFF;
}

	ul.global-menu li a:hover {
		background-color: #9e8962;
		opacity: 1;
	}
	.front_page ul.global-menu li a:hover img {
		opacity: 1;
	}

#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;
}
.member ul li {
	display: inline-block;
	background: url(../img/common/header-list-border.png) left center no-repeat;
	padding-left: 10px;
}
.member ul li:first-child {
	display: inline-block;
	background: none;
	padding-left: 10px;
}
.member_link a {
	color: #333333;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	height: 30px;
	line-height: 33px;
	overflow: hidden;
	padding: 0 5px;
	text-overflow: ellipsis;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
	white-space: nowrap;
}
}
#main .wrap-genre a[target="_blank"] {
	background: url(../img/pages/blank_img.svg) right center no-repeat;
	padding-right: 20px;
}
.member_link a[target="_blank"] {
	background: url(../img/pages/blank_img.svg) right center no-repeat;
	padding-right: 20px;
}
.sp ul.member_link li {
    padding: 0 10px;
}
/*ボーダー*/
.list-brand {
	border-top: 1px solid #CCC;
}
.b-top {
	border-top: 1px solid #CCC;
	padding-top: 15px;
}
/*レイアウト*/
div#main {
    width: 90%;
    margin: 30px auto;
}
.side {
	width: 100%;
	margin: 0 auto;

	background: #040915;
	background: -moz-linear-gradient(left, #040915 1%, #21325a 100%);
	background: -webkit-linear-gradient(left, #040915 1%,#21325a 100%);
	background: linear-gradient(to right, #040915 1%,#21325a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040915', endColorstr='#21325a',GradientType=1 );
	padding: 30px 15px 0;
}
div#detail_cart_box__button_area .row {
    padding-bottom: 0;
}
div#item_detail {
    margin-bottom: 60px;
}
#main #search {
	background: none;
	padding: 16px 8px 0;
	margin-bottom: 0;
}

#search .cb {
    width: 16px;
    height: 16px;
}

@media only screen and (min-width: 1024px) {
.b-top {
	border-top: 1px solid #CCC;
	max-width: 920px;
	width: 100%;
	margin: 0 15px;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 0;
}
}
#sales_ranking {
	border-top: 1px solid #CCC;
}
.top-border {
	overflow: hidden;
	margin-top: 30px;
	border-top: 1px solid #CCC;
	margin-bottom: 30px;
	background: none;
	padding-top: 30px;
}
.top-border02 {
	overflow: hidden;
	margin-top: 30px;
	border-top: 1px solid #CCC;
	margin-bottom: 30px;
	background: none;
	padding-top: 0;
}
/*新着情報*/
.news_contents {
    overflow: hidden;
    margin: 45px auto 60px;
    background: none;
    clear: both;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 30px 0;
}
.newslist dl {
	border-top: none;
	border-bottom: 1px dotted #ccc;
}

@media only screen and (min-width: 768px) {
.newslist dt .cb {
	font-size: 15px;
	top: 0;
	left: 5px;
	font-weight: lighter;
}
}
/*商品検索*/
.search .input_search {
	padding: 0px 50px 0 10px;
    width: 210px;
	height: 35px;
	margin: 0;
	background-color: #FFF;
    border: 1px solid #C1C1C1;
}
.search input[type="search"] {
	height: 30px;
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	border: 0 none;
    padding: 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;
    width: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main .bt_search .cb-search {
	fill: #FFFFFF;
	font-size: 18px;
	font-size: 1.8rem;
}

.bt_search .cb-search {
	fill: #666666;
	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;
}
#page_navi_top {
    display: flex;
    flex-direction: column;
}
p#result_info_box__item_count {
	text-align: center;
	width: auto;
	padding: 0 0 10px;
	font-size: 12px;
	color: #333333;
}

.display-cont {
    display: flex;
    padding-top: 27px;
    line-height: 35px;
    font-size: 14px;
}

.display-cont button {
    width: 44px;
    height: 35px;
    border: 1px solid #C1C1C1;
    border-radius: 3px;
    margin-right: 10px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    align-items: center;
    justify-content: center;
    padding: 5px 4px;
}

.display-cont button span {
    border: 1px solid #C1C1C1;
    background-color: #fff;
}

.display-cont button.active {
    background-color: #C1C1C1;
}

.display-cont button.active span {
    border-color: #000;
}

.display-cont .col-button {
    margin-right: 0;
}

.display-cont .col-button span {
    width: 34px;
    height: 6px;
}

.display-cont .row-button span {
    width: 16px;
    height: 12px;
}

@media only screen and (min-width: 1024px) {
#header #cart_area {
	position: initial;
	right: 0;
	top: 0;
	float: right;
	margin-top: 15px;
}
}
@media only screen and (min-width: 768px) {
	#main #search select {
		width: 50%;

	}
}
.headr-tel span {
	display: block;
	font-size: 14px;
}
.headr-tel a {
	font-size: 2.4rem;
	font-weight: bold;
	color: #938B75;
}
.slides-nav .slick-slide .slick-current {
		filter:alpha(opacity=30); /* IE 6,7*/
	-ms-filter: "alpha(opacity=30)"; /* IE 8,9 */
	-moz-opacity:0.3; /* FF , Netscape */
	-khtml-opacity: 0.3; /* Safari 1.x */
	opacity:0.3;
	zoom:1; /*IE*/

}
.slides-nav.slick-initialized.slick-slider .slick-slide {
	padding: 5px;
}
.category-nav ul {
	display: block;
}

@media only screen and (min-width: 768px) {
}
/* タイトル部分*/
.heading01 {
	margin-top: 0;
}
/*h2.heading01 {*/
/*	font-size: 18px;*/
/*	font-size: 1.8rem;*/
/*	margin-bottom: 15px;*/
/*}*/
h2.heading01 {
font-size: 18px;
font-size: 1.8rem;
margin-bottom: 15px;
color: #FFF;
border-left: 10px solid #FFCE00;
padding: 10px 15px 10px 15px;
overflow: hidden;
display: flex;
justify-content: left;
min-height: 40px;
align-items: center;
box-sizing: border-box;
background: #a09072;
background: -moz-linear-gradient(left, #a09072 1%, #8c7e66 100%);
background: -webkit-linear-gradient(left, #a09072 1%,#8c7e66 100%);
background: linear-gradient(to right, #a09072 1%,#8c7e66 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09072', endColorstr='#8c7e66',GradientType=1 );
}
h4.heading04 {
	clear: both;
	margin-bottom: 0;
	font-size: 14px;
	font-size: 1.4rem;
	color: #938B75;
	font-weight: normal;
	margin-top: 15px;
}
/* 売上ランキング*/
#sales_ranking .heading01 {
	background: none;
	padding: 0;
}
/* ブートストラップ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;
}
}
/* サイドカテゴリ */
.side .category-nav .toggle {
	display: none;
}
/*.side .category-nav li ul {*/
/*	display: block;*/
/*}*/
.side .category-nav > li {
    background-color: #67AAA7;
    color: #FFFFFF;
}
.side .category-nav > li.no-gray {
	background: none;
}
.side .category-nav li {
	position: relative;
	display: inline-block;
	width: 100%;
}
.side .category-nav > li > a {
	padding: 0 1em;
	height: 55px;
	line-height: 55px;
	border-bottom: none;
	color: #FFF;
}
.side .category-nav li a {
	display: block;
	padding: 0;
}
.side .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 .category-nav li ul li ul li {
	float: left;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .2s;
}
.side .category-nav li ul li ul li a {
	text-align: left;
}
.side .category-nav > li:hover > a {
}
.side .category-nav > li:hover li:hover > a {
	background: rgba(204, 204, 204, 0.1)
}
.side .category-nav > li:hover > ul > li > ul > li {
	overflow: visible;
	height: 50px;
}
.side .category-nav li ul li ul {
	top: 0;
	left: 100%;
}
.side .category-nav li:last-child ul li ul {
	left: 100%;
	width: 100%;
}
.side .category-nav li ul li ul:before {
	position: absolute;
	content: ">";
	top: 13px;
	left: -15px;
	width: 0;
	height: 0;
	
}
.side .category-nav li:last-child ul li ul:before {
	position: absolute;
	content: ">";
	top: 13px;
	left: -15px;
	width: 0;
	height: 0;/*
        content: "&lt;"; top: 13px; left: 200%; margin-left: -15px; */
}
.side .category-nav li ul li:hover > ul > li {
	overflow: visible;
	height: 50px;
}
.side .category-nav li ul li ul li a {
}
.side .category-nav li:hover ul li ul li a:hover {
	background: rgba(204, 204, 204, 0.1)
}
.side .category-nav ul > li > a, .side .category-nav ul > li > ul > li > a, .side .category-nav ul > li > ul > li > ul > li a {
	padding-left: 10px;
}
div#side_left img.img-responsive {
    width: 100%;
}
#footer {
    padding: 20px 0;
    background: #1C1D31;
}
/* フッター */
#footer ul li:first-child {
	margin: 0 0 8px;
}
#footer ul li {
	display: block;
	margin: 0 0 8px;
	margin-left: 0;
	text-align: left;
}
/* マージン */
.mgb0 {
	margin-bottom: 0;
	overflow: hidden;
}
.mgb10 {
	margin-bottom: 10px;
	overflow: hidden;
}
.mgb15 {
	margin-bottom: 15px;
	overflow: hidden;
}
.mgb30 {
	margin-bottom: 30px;
	overflow: hidden;
}
.mgb60 {
	margin-bottom: 60px;
	overflow: hidden;
}
.mgt5 {
	margin-top: 5px;
}
.mgt15 {
	margin-top: 15px;
}
.mgt30 {
	margin-top: 30px;
}
/* padding */
.plpr0 {
	padding: 0;
}
.pl0 {
	padding-left: 0;
}
.pr0 {
	padding-right: 0;
}
/* サイドSNSアイコン*/
.ttl-side {
	background-color: #c7c7a8;
	padding: 15px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 15px;
}
.sns-list {
	display: flex;
	justify-content: center;
}
.sns-list li {
	padding: 0 10px;
}
.sns-list li img {
	width: auto;
	height: 30px;
}
.twitter , .facebook {
    padding-left: 16px;
    padding-right: 16px;
	padding-bottom: 8px;
    text-align: center;
}
.twitter .twitter-timeline{
    margin-left: auto;
    margin-right: auto;
}
/*売上ランキング*/
.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;
}
/*スマホナビ*/
#drawer .category-nav li ul {
	display: none;
}

@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 */

#topicpath02 {
	border-top: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 0 8px;
}
#topicpath02 ol {
	padding-top: 1em;
	padding-bottom: 1em;
	list-style: none;
	overflow: hidden;
}
#topicpath02 li {
	float: left;
	color: #808080;
	font-size: 12px;
	font-size: 1.2rem;
}
#topicpath02 li a {
	float: left;
	display: inline-block;
	color: #808080;
}
#topicpath02 li:after {
	content: "/";
	padding: 0 5px;
}
#topicpath02 li:last-child {
	font-weight: bold;
}
#topicpath02 li:last-child:after {
	content: "";
}
#topicpath02 ol {
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	list-style: none;
	overflow: hidden;
}

@media (min-width: 768px) {
#topicpath02 {
	padding: 0 5px;
	border: 0 none;
	max-width: 1200px;
	margin: 0 auto 15px;
	width: 100%;
}
#topicpath02 ol {
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}
#topicpath02 li {
	font-size: 12px;
	font-size: 1.2rem;
}
}
/*body#page_product_list div#topicpath02 {
    display: none;
}*/



/*===============================================
●TOP - 新着商品ブロック
===============================================*/
.front_page div#item_list {
	clear: both;
	overflow: hidden;
	border-top: 1px solid #CCC;
	margin-bottom: 15px;
}
@media (min-width: 640px) {
.pickup_item {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 35px;
}
}
.pickup_item {
    position: relative;
    top: 0;
    left: 0;
}
.icon-new {
    position: absolute;
    width: 50px;
    top: 0;
    left: 0;
}
#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;
}
/*===============================================
●TOP - メイン（ケンサク）
===============================================*/
div#result_info_box__menu_box {
    float: right;
}

div#search .search_inner {
    display: flex;
    margin: auto;
    padding: 0;
    position: relative;
}

#search #category_id {
    width: 140px;
    height: 30px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 30px;
    padding: 0 1em;
    border: 0;
    border-right: 1px solid #000;
    position: relative;
}

#main #search #category_id {
    width: 222px;
    border: 1px solid #C1C1C1;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
} 

#header #search .search_inner::before {
    content: "";
    width: 10px;
    height: 9px;
    background-color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 120px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    z-index: 2;
}

div#main .search_inner .input_search {
	height: 35px;
	margin-left: 0;
}

#header .search_inner .input_search {
    height: 30px;
    width: 300px;
    line-height: 30px;
}

div#main .search input[type="search"] {
    height: 30px;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    border: 0 none;
    box-shadow: none;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
div#main .bt_search {
    border: 0;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    width: 35px;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 1;
    background-color: #666;
}
@media only screen and (min-width: 768px) {
	#main .search_inner {
		display: flex;
	}
	div#main .search_inner .input_search {
		margin-left: 5px;
	}
}
/*===============================================
●TOP - ボタン
===============================================*/
.btn-all {
	margin: auto;
	text-align: center;
	clear: both;
	display: block;
}
.btn-all a {
	padding: 15px 50px;
	background: #FFFFFF;
	display: inline-block;
	color: #938B75;
	border: 1px solid #938B75;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.05);
	margin-bottom: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	/* 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.png);
	top: 15px;
	right: 30px;
	width: 0;
	height: 0;
}
.btn-all a:hover {
	background: #938B75;
	-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: #FFFFFF;
}
.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 - ブランド一覧
===============================================*/
.front_page #contents .list-brand .row {
	padding-bottom: 0;
}
.list-brand a {
	color: #333;
}
.col-xs-3.img-brand {
	padding: 0;
}
.col-xs-9.txt-brand {
	font-size: 13px;
}
.col-xs-9.txt-brand h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.6rem;
}
.txt-mini {
	font-size: 1.2rem;
}
.box-brand a {
	border: 1px solid #CCC;
	padding: 10px 0 10px 10px;
	overflow: hidden;
	display: block;
	width: 100%;
	color: #333;
}
/*===============================================
●TOP - フッター
===============================================*/
#footer .btn-official_hp a {
	background-color: #C7C7A8;
	color: #FFFFFF;
	width: 100px;
	display: inline-block;
	text-align: center;
	height: 35px;
	line-height: 35px;
	margin: 5px 0;
}
#footer .inner {
	margin: 0 auto;
}
.footer-company h3 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 1.6rem;
}
.footer-company p {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 1.4rem;
}
footer#footer h4 {
	padding: 0;
	margin: 0 0 5px;
	font-size: 1.8rem;
}
ul.footer-list-sns {
	text-align: left;
	display: flex;
	justify-content: left;
}
#footer ul.footer-list-sns li {
	margin-left: 5px;
}
ul.footer-list-menu li {
	padding-left: 15px;
	font-size: 14px;
	background: url(../img/icon_arrow.svg) left center no-repeat;
}
.footer-box {
	border-top: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	padding: 0 0 20px;
	margin-top: 30px;
	text-align: center;
}
.footer-box h3 {
	text-align: center;
	display: inline-block;
	margin: 0;
	padding: 5px 15px;
	background-color: #f8f8f8;
	position: relative;
	top: -18px;
}
ul.footer-list-brand {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
ul.footer-list-brand li {
	padding: 0 15px;
}
/*===============================================
●会社情報
===============================================*/

.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) {
#main #search #category_id {
    width: 50%;
}

p#result_info_box__item_count {
    padding-right: 16px;
}

.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%;
}
/*===============================================
●商品詳細情報
===============================================*/
h3.ttl-detail {
	background-color: #A09472;
	padding: 5px 15px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 60px;
	margin-bottom: 15px;
}
#item_detail_area #detail_description_box__sale_point {
    display: none;
	color: #222222;
	border-top: 1px dashed #CCCC;
	padding-top: 10px;
	margin-top: 10px;
}
#item_detail_area .item_detail p.text-primary {
	color: #E20000;
}
/*カテゴリ*/
.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: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%;
	margin-left: 10%;
	border: none;
}
}
/*===============================================
●レビュー
===============================================*/

#product_review_area .heading02 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	background: #FFFFFF;
	padding: 8px 12px;
	border: 1px solid #C5C5C5;
}
/*===============================================
●商品詳細　－　カート
===============================================*/
.wrap_item_02 {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 1px solid #c5c5c5;
    margin-bottom: 30px;
    padding: 0;
}
.wrap_item_02 #item_photo_area {

	padding: 15px;
}

img.cart-detail {
    position: absolute;
    top: 0;
    left: 0;
}
.wrap_item_02 #item_detail_area {
    padding: 15px;
    background-color: #EEEEE5;
}
@media only screen and (min-width:768px) {
.wrap_item_02 #item_detail_area {
    padding: 15px;
    background-color: #EEEEE5;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
}
/*===============================================
●TOP　－　新着情報
===============================================*/
.newslist dt img.icon-minus {
    display: none;
}

.newslist dt.active img.icon-minus {
    display: block;
}

.newslist dt.active img.icon-plus {
    display: none;
}

.newslist dt img.icon-plus {
display: inline-block;
}
.newslist dt .angle-circle {
    position: absolute;
    right: 16px;
    top: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 21px;
    height: 21px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #ABABAB;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
div#news_area h2 {
    color: #21325A;
    font-size: 2.4rem;
}
.newslist dt .date {
    color: #808080;
}
.bk-g {
	color: #FFF;
	border-left: 10px solid #FFCE00;
	padding: 10px 15px 10px 15px;
	overflow: hidden;
	display: flex;
	justify-content: left;
	min-height: 40px;
	align-items: center;
	box-sizing: border-box;
	background: #a09072;
	background: -moz-linear-gradient(left, #a09072 1%, #8c7e66 100%);
	background: -webkit-linear-gradient(left, #a09072 1%,#8c7e66 100%);
	background: linear-gradient(to right, #a09072 1%,#8c7e66 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09072', endColorstr='#8c7e66',GradientType=1 );
}
.bk-g h2.heading01 {
	margin-bottom: 0;
	margin-right: 10px;
	background: transparent;
	border: none;
	background: linear-gradient(to right, transparent 0%,transparent 0%);
	background: -webkit-linear-gradient(left, transparent 0%,transparent 0%);
	background: -moz-linear-gradient(left, transparent 0%, transparent 0%);
}
/*===============================================
●TOP　－　フッターメニュー
===============================================*/

.footer-wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
	background: #a09072;
	background: -moz-linear-gradient(left, #a09072 1%, #8c7e66 100%);
	background: -webkit-linear-gradient(left, #a09072 1%,#8c7e66 100%);
	background: linear-gradient(to right, #a09072 1%,#8c7e66 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09072', endColorstr='#8c7e66',GradientType=1 );
    padding: 30px 0;
}
ul.footer-menu {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#footer ul.footer-menu li {
    display: inline-block;
    padding: 0 12px;
}
#footer ul.footer-menu li {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    margin-left: -1px;
}
#footer ul.footer-menu li a {
    color: #FFFFFF;
}

#footer p.btn-footer-hp a {
    height: 30px;
    background-color: #4D4D4D;
    display: inline-block;
    min-width: 100px;
    margin: 15px auto;
    border-radius: 25px;
    line-height: 30px;
    color: #FFF;
}


/*===============================================
●TOP　－　サイドバナー
===============================================*/
#search select {
	width: 100%;
	margin-bottom: 5px;
	max-width: inherit;
	height: 35px;
	font-size: 14px;
	border: 1px solid #CCC;
	border-radius: 0!important;
}
/*===============================================
●TOP　－　グロナビ
===============================================*/


/*===============================================
●PAGES　－　全体
===============================================*/
/*  見出し　*/
.page h3 {
	color: #1F3056;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
	border: 1px solid #e5e5e5;
	padding: 10px;
}
/*  table　*/
.table-01 {
  border-collapse: collapse;
  width: 100%;
  margin: 15px auto;
}

.table-01 th, .table-01 td {
	border: 1px solid #ccc;
	padding: 8px;
}
 
.table-01 th {

    text-align: left;
    width: 20%;
    background-color: rgba(160,144,114,0.2);
}
 
@media only screen and (max-width: 800px) {
  .table-01 tr,
  .table-01 th,
  .table-01 td {
    display: block;
    width: auto;
  }
  
  .table-01 tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .table-01 th,
  .table-01 td {
    border-top: none;
  }
}
/*===============================================
●PAGES　－　ショッピングガイド
===============================================*/
ul.list-guide {

}

ul.list-guide li {
    margin-bottom: 15px;
    background: url(../img/common/icon-list.svg) left 4px no-repeat;
    padding-left: 20px;
    background-size: 13px;
}
ol.list-flow {
	margin-bottom: 60px;
}

ol.list-flow p {
	margin-bottom: 15px;
}

ul.list-mail {
	list-style: disc;
	padding-left: 20px;
	margin: 30px auto;
}

ul.list-mail li {
	list-style: disc;
	margin-bottom: 15px;
}

ul.list-mail li b {
	margin-bottom: 10px;
	display: block;
}

.txt-add {
	padding-left: 1em;
	text-indent: 0;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 10px;
	color: #695240;
}
.txt-add:before {
	content: "\203B";
	margin-left: -1em;
	font-weight: 700;
}
.wrap-btn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
@media (min-width:768px) {
	.wrap-btn {

		justify-content: flex-start;
	}
	.wrap-btn .box-btn:not(:last-child) {
		padding-right: 15px;
	}

}
.box-btn a {
	max-width: 300px;
	width: 100%;
	background-color: #382E28;
	color: #FFFF;
	padding: 10px 15px;
	display: block;
	min-width: 200px;
	text-align: center;
	transition: 0.3s;
	border-radius: 30px;
}
.wrap-btn .box-btn {
	margin-bottom: 10px;
}
.box-btn a:hover {
	background-color: #93796a;
}
a.link-blue {
	color: #0092C4;
	text-decoration: underline;
	padding: 2px 5px;
}
/*===============================================
●PAGES　－　よくある質問
===============================================*/

.qaList dt {
    padding: 20px 80px 10px 45px;
    min-height: 60px;
    font-size: 18px;
    font-weight: bold;
    background: url(../img/pages/qaIconQ.svg) no-repeat 0, url(../img/pages/qaIcon1.png) no-repeat 100%;
    display: block;
    border-top: 1px solid #c5c5c5;
}
.qaList dt.active {
	background: url(../img/pages/qaIconQ.svg) no-repeat 0, url(../img/pages/qaIcon2.png) no-repeat 100%
}
.qaList dd {
    display: none;
    color: #695240;
    padding: 0 20px 0 45px;
    min-height: 50px;
    background: url(../img/pages/qaIconA.svg) no-repeat 0 0;
    margin: 10px auto 20px;
}

@media (min-width:992px) {
dl.qaList {
	width: 100%;
	margin: 0 auto 100px;
	overflow: hidden;
	border-bottom: 1px solid #c5c5c5;
	font-weight: 500;
}
h3.title-with-sub.title-level-1 {
	float: left;
	text-align: left;
	width: 25%;
	font-size: 26px;
}
}

@media (max-width:991px) {
#qaMainV {
	overflow: hidden;
	clear: both;
	margin: 0 auto 100px;
	background: #decc9d
}
#qaMainV, .qaMenu {
	text-align: center
}
.qaMenu {
	margin-bottom: 100px
}
.qaMenu li {
	display: inline
}
.qaList {
	width: 90%;
	margin: 0 auto 20px;
	overflow: hidden
}
.qaList dt {
	padding: 5% 8%;
	height: auto;
	font-size: 18px;
	margin: 0 0 20px;
	min-height: 30px;
}
.qaList dd, .qaList dt, .qaList dt.active {
	background-size: 30px
}
.qaList dd {
	display: none;
	color: #695240;
	padding: 1% 1% 2% 8%;
	min-height: auto;
	margin: 10px auto 20px;
	font-size: 14px;
}
}

@media (max-width:598px) {
.qaList dt {
    padding: 5% 15%;
    height: auto;
    font-size: 18px;
    margin: 0 0 20px;
    min-height: 30px;
}
.qaList dd {
    display: none;
    color: #695240;
    padding: 1% 1% 2% 15%;
    min-height: auto;
    margin: 10px auto 20px;
    font-size: 14px;
}
}


/*===============================================
●PAGES　－　お問い合わせ
===============================================*/

div#top_box__footer {
    margin-top: 30px;
}

/*===============================================
●ジャンル一覧ページ
===============================================*/

.wrap-genre {
    padding-bottom: 15px;
    overflow: hidden;
    background-color: #F6F6F6;
    padding-top: 15px;
}
.wrap-genre h3 {
    font-size: 18px;
    border-bottom: 1px solid #C5C5C5;
    margin-bottom: 5px;
}
ul.list-small-cat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
ul.list-small-cat li {
    background: url(../img/pages/list-genre.svg) no-repeat left 3px;
    padding-left: 15px;
    width: 50%;
    margin-bottom: 5px;
    font-size: 14px;
}

ul.list-small-cat li a {
	color: #0056A3;
}

/*.mega-menu ul li a {*/
/*    border-bottom: 1px solid #ccc;*/
/*    font-weight: bold;*/
/*    padding-right: 43px;*/
/*    font-size: 14px;*/
/*}*/

.header-inner .row {
    padding: 0;
}

.inner {
    max-width: 1200px;
}
@media (min-width:768px) {
ul.list-small-cat li {
    background: url(../img/pages/list-genre.svg) no-repeat left 3px;
    padding-left: 15px;
    width: 33%;
    margin-bottom: 5px;
    font-size: 14px;
}
}
@media (min-width:1150px) {
#contents .container-fluid.inner {
	padding-top: 0;
	position: relative;
}
#contents #footer .container-fluid.inner {
	padding-top: 0;
    background: none;
}
}
#page_mypage #contents .container-fluid.inner,#page_help_agreement #contents .container-fluid.inner,.mypage #contents .container-fluid.inner,#page_cart #contents .container-fluid.inner,#page_shopping_login #contents .container-fluid.inner,#page_shopping_nonmember #contents .container-fluid.inner,#page_shopping #contents .container-fluid.inner,#page_shopping_complete #contents .container-fluid.inner,#page_entry #contents .container-fluid.inner,#page_entry_complete #contents .container-fluid.inner,#page_entry_activate #contents .container-fluid.inner,#page_forgot #contents .container-fluid.inner,#page_forgot_complete #contents .container-fluid.inner,#page_contact #contents .container-fluid.inner,#page_contact_complete #contents .container-fluid.inner,#page_forgot_reset #contents .container-fluid.inner,#page_sln_card_payment #contents .container-fluid.inner{
	background: none;
}
#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{
	display: none;
}
@media (min-width:1024px) {

#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 {
	max-width: inherit;
    float: none;
    width: 95%;
    margin-top: 30px;
    padding: 0 15px;
}


}
/*===============================================
●商品一覧ページ　－　カート
===============================================*/
h4.list-item-name {
    background-color: #f4f4f4;
    padding: 5px 15px;
}
a.txt-right {
    float: right;
    font-size: 14px;
    color: #1A50B0;
    padding-top: 2px;
}
table.table-item {
	width: 100%;
	margin-bottom: 10px;
}
table.table-item td {
	padding: 5px;
	vertical-align: middle;
	box-sizing: border-box;
}
td#detail_description_box__item_range_code {
	font-size: 14px;
	font-size: 1.4rem;
    width: 145px;
}
/*table.table-item tr {
    border-bottom: 1px solid #ccc;
}*/

table.table-item td.list-item-name {
    font-weight: bold;
    font-size: 14px;
}
table.table-item td.item_comment {
	font-size: 14px;
	min-width: 610px;
}
table.table-item td.table-list-cart {

    font-size: 14px;
	vertical-align:bottom;
}
table.table-item td.list-item-image img {
	width: 200px;
}
table.table-item td.list-item-image {
	width: 220px;
    text-align: center;
    padding: 10px;
}
table.table-item th {
	background-color: #eee;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #ccc;
	text-align: left;
}
table.table-item td {
	border: 1px solid #ccc;
}
table.table-item td p.item_price {
    float: none;
    text-align: right;
	font-size: 1.8rem;
}
span.cat-03 .form-control {
    border: 1px solid #C4CCCE;
    border-radius: 3px !important;
    box-shadow: none;
    font-size: 16px;
    font-size: 1.6rem;
    height: 25px;
    padding: 0;
    width: 60px;
    line-height: 1.5;
}
.list-cart-03 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.list-btn-cart {
    padding-left: 5px;
}
.list-btn-cart .btn-primary {
	color: #fff;
	background-color: #F89D18;
	border-color: #F89D18;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0 auto;
}
.list-cart-01 {
    margin-bottom: 10px;
    overflow: hidden;
}
span.cat-01 .form-control {
    border: 1px solid #C4CCCE;
    border-radius: 3px !important;
    box-shadow: none;
    font-size: 14px;
    font-size: 1.4rem;
    height: 30px;
    padding: 0 10px;
    width: 100%;
    line-height: 1.2;
    text-align: right;
    float: right;
}
dl.list-price-box dd .form-control {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
}

dl.list-price-box {
}
div#item_list .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: baseline;
}
.list-cart {
    background-color: #e4e4e4;
    padding: 10px;
    overflow: hidden;
    width: 100%;
    margin: 10px auto;
}
div#item_list div#detail_not_stock_box__description_detail {
    font-size: 12px;
    margin-bottom: 12px;
}

@media (min-width:768px) {
	table.table-item {
		width: 100%;
		margin-bottom: -1px;
	}
}
@media (max-width:640px) {
table.table-item td {
    display: list-item;
    list-style: none;
    width: 100%;
}
	.list-cart-01 {
		margin-bottom: 0;
		overflow: hidden;
	}
	table.table-item td.table-list-cart {
		width: 100%;
		font-size: 14px;
		clear: both;
		display: flex;
		justify-content: flex-end;
	}
	table.table-item td.list-item-image {
		width: 100%;
		float: none;
		text-align: center;
	}

	table.table-item td.list-item-image img {
        width: 100%;
    }

	table.table-item td.item_comment, td#detail_description_box__item_range_code {
		font-size: 14px;
		width: 100%;
		float: none;
		margin-top: -1px;
		margin: -1px 0 -1px;
        min-width: 0;
	}
	td#detail_description_box__item_range_code br {
		display: none;
	}
}
/*===============================================
●お客様情報変更
===============================================*/

.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: 2%;
    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%;
	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%;
}

}
a.tab-link {
    background: url(../img/pages/tab-link.svg) no-repeat right center;
}

#about-section {
    margin-top: 30px;
    margin-bottom: 70px;
}

.about-content {
    font-size: 14px;
    line-height: 24px;
    margin: 15px 30px 0;
}

#categories-section .inner {
    padding: 13px 50px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 13px 32px;
}

#categories-section .inner a {
    width: calc(50% - 16px);
}

@media (max-width:750px) {
    #categories-section .inner {
        padding: 13px 0;
        flex-direction: column;
    }

    #categories-section .inner a {
        width: 100%;
    }
}

/*===============================================
●注文確認
===============================================*/
#shopping_confirm .total_box.bg-white {
	background-color: #fff;
	font-size: 16px !important;
}
#shopping_confirm .total_box .summary_confirm_text {
	text-align: center;
	margin-top: 15px !important;
}
.modal-footer .btn + .btn{
	margin-bottom: 10px;
}
#page_sln_card_payment .alert-warning{
	margin: 0 16px;
}