@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;
	color: #333333;
	-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;
}
img[src$=".svg"] {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
}
.clear {
	clear: both;
	overflow: hidden;
}
/*::::::::reset end::::::::*/
/*::::::::all::::::::*/
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
.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 {
	margin-bottom: 60px;
}
.btn-white a {
  background-color: #FFF;
  max-width: 280px;
  width: 100%;
  display: block;
  text-align: center;
  min-height: 50px;
  line-height: 50px;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
}
.btn-white a:hover {
  background-color: #6FBDC7;
  color: #FFFFFF;
}
/*===============================================
●TOP - メインビジュアル
===============================================*/
.item {
	padding: 0;
}
.front_page #contents .row {
    padding-bottom: 0;
    clear: both;
}
@media (min-width: 1025px) {
/*.item {
	padding: 0 10px;
}*/
a:hover img {
	opacity: 0.8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover, a:focus {
    -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;
}
}
.main_visual {
	margin-bottom: 0;
}
.front_page #contents .row > div {
	padding-bottom: 0;
}
.container-fluid.main-slider {
	padding: 0;
	position: relative;
	top: 0;
	z-index: 1;
	overflow: hidden;
}
/*.wrap_main_visual {
    position: relative;
}*/
.txt-catchcopy {
    position: absolute;
    top: 13%;
    left: 29%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 53%;
    margin: 0 auto;
    text-align: left;
    max-width: 520px;
}
@media only screen and (min-width: 1025px) {
.txt-catchcopy {
    position: absolute;
    top: 10%;
    left: 21%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 59%;
    margin: 0 auto;
    text-align: left;
    max-width: 520px;
}
}
.main_visual img {
    width: 100%;
}
.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: white;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before {
	background-color: #F58062;
}
.header_logo_area .header_logo span {
    display: block;
    color: #808080;
    font-weight: normal;
}
/*===============================================
●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;
}

@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: 100%;
	padding: 0 0 0 15px;
	box-sizing: border-box;
}
#contents {
	padding-top: 0;
}
#header .copy {
    font-size: 14px;
    font-size: 1.4rem;
    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;
}
}
@media (min-width: 1025px) {

.wrap-gnavi {
    max-width: 1300px;
    overflow: hidden;
    margin: 0 auto;
}
}

/*===============================================
●TOP - グロナビ
===============================================*/
img.icon-nav {
	padding-right: 5px;
}
ul.global-menu li a {
  font-weight: 500;
}

@media only screen and (min-width: 1024px) {
.wrap-navi {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    background-color: #DCF0EF;
    position: relative;
    z-index: 5;
}
ul.global-menu {
    width: 100%;
    max-width: 700px;
    display: block;
    float: right;
}
ul.global-menu li a {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 55px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
}

ul.global-menu li a::before,
ul.global-menu li a::after {
  border-bottom: solid 5px #6FBDC7;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
ul.global-menu li a::before {
  left: 50%;
}
ul.global-menu li a::after {
  right: 50%;
}
ul.global-menu li a:hover::before,
ul.global-menu li a:hover::after {
  width: 50%;
}
ul.global-menu li {
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 0 0 23px;
}

ul.global-menu li a:hover {
	color: #6FBDC7;
}
}
#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;
}
@media only screen and (max-width: 1024px) {
img.p-logo {
	display: none;
}
}
#header #cart_area {
	position: inherit;
	float: right;
}

@media only screen and (min-width: 1025px) {
.header-inner {
    padding: 0;
}
#header #cart_area {
    float: right;
    width: 50%;
    position: relative;
}
.member_link a {
    height: auto;
    line-height: normal;
    margin-bottom: 15px;
}
.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.1rem;
    font-weight: 500;
    color: #f0a032;
    letter-spacing: 0.10rem;
}
.headr-tel a.tel-h {
    background: url(../images/img-header-tel.svg) 0 6px no-repeat;
    padding-left: 25px;
}
.category-nav ul {
	display: block;
}
/*===============================================
●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) {


}

/*カート*/

@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: #6FBDC7;
	color: #FFF;
}
p.cart-trigger .cb-close {
    opacity: 0;
    position: absolute;
    left: 85px;
    top: 10px;
    font-size: 24px;
}
.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: #FFF;
}
.headr-tel {
	text-align: right;
}

}
#header .message {
    text-align: center;
    padding: 0;
    margin: 0;
}
@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;
}
.inner {
    width: 1200px;
}
}
.list-ranking li:nth-child(1) .label-warning {
	background-color: #E7C47F;
}
.list-ranking li:nth-child(2) .label-warning {
	background-color: #a2b78b;
}
.list-ranking li:nth-child(3) .label-warning {
	background-color: #6fafba;
}
#sales_ranking {
	margin-bottom: 30px;
}
.m30 {
	margin-bottom: 30px;
}
.top-border {

	margin-top: 30px;
	border-top: 1px solid #C5C5C5;
	background: none;
	padding-top: 15px;
}
/*新着情報*/
.news_contents {
	overflow: hidden;
	margin-top: 30px;
	border-top: 1px solid #c5c5c5;
	margin-bottom: 60px;
	background: none;
	padding-top: 10px;
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 30px;
}
.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;
}
}
/*シリーズラインナップ*/
.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;
}
.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: #6FBDC7;
    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: #6FBDC7;
    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.jpg) left 1px repeat-x;}

.ttl-box h2 {
	background-color: #FFFFFF;
    padding: 5px 15px 0 8px;
	border-left: 6px solid #6FBDC7;
	margin-top: -1px;
	padding-top: 4px;
}
.heading01 {
	margin-top: 0;
}
h2.heading01 {
	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;
}
h4.heading04 {
	clear: both;
	margin-bottom: 30px;
	margin-top: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #6FBDC7;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: normal;
}
/* 売上ランキング*/
#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;
}
}
/* サイドカテゴリ */
@media (min-width: 1175px) {
#side_left {
    float: left;
    width: 21%;
    margin-right: 2%;
    min-width: 240px;
    max-width: 240px;
}
.theme_side_left #main {
    max-width: 920px;
    float: right;
    width: 76%;
}
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%;
}
}

/* マージン */
.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;
}
.row:before, .row:after { width:0px; }
/* サイドSNSアイコン*/
.ttl-side {
    color: #FFFFFF;
    margin-bottom: 15px;
    background-color: #6FBDC7;
    padding: 10px;
    border: 1px solid #c5c5c5;
    font-weight: normal;
}

/* サイド　シリーズアイコン*/
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: #DCF0EF;
    padding: 0;
    font-weight: normal;
    clear: both;
}
.drawer.sp .global-menu a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    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:first-child {
	padding-top: 5px;
}
.drawer.sp .global-menu li {
    margin-bottom: 5px;
    border-bottom: 1px solid #FFF;
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
}
@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;
	z-index: 10;
}
#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-shuha {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 30px;
}
ul.list-shuha li {
    margin-bottom: 5px;
    max-width: 290px;
    padding: 5px;
    /* width: 48%; */
}
@media (min-width: 768px) {
ul.list-shuha li {
	margin-bottom: 15px;
	max-width: 290px;
	padding: 0;
	width: 32%;
}
}
ul.list-shuha li a {
	line-height: 50px;
	border: 1px solid #c5c5c5;
	display: block;
	text-align: center;
	font-size: 2.0rem;
		-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.list-shuha li a:hover {
	background-color: #6FBDC7;
	border: 1px solid #6FBDC7;
	color: #FFFFFF;
}

/*===============================================
●TOP - フッター
===============================================*/
footer#footer {
    background-color: #f6f6f6;
    border: none;
	padding-bottom: 0;
}
.footer-ttl-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: end;
	padding-top: 3px;
}
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: #6FBDC7;
	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: #333333;
    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 0;
}
footer#footer ul + ul {
    border-top: 1px solid #FFF;
}
footer#footer ul.list-footer-menu a {
    color: #FFFFFF;
}
#footer ul li {
    display: block;
    margin: 0 8px 15px;
}

footer#footer ul.list-footer-menu li + li {
    padding-left: 8px;
    margin: 0 auto 10px;
    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;
    padding-bottom: 5px;
    color: #4d4d4d;
    font-size: 12px;
    font-size: 1.2rem;
    background-color: #FFF;
}
@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%;

}
	#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: 1200px) {
footer .inner {
    width: 100%;
    max-width: 1200px;
    padding: 0;
}
}

/*===============================================
●会社情報
===============================================*/
.category-nav a:link, .category-nav a:visited, .category-nav a:hover, .category-nav a:active {
    text-decoration: none;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
}
/*.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_left .category-nav a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #FFFFFF;
    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: #6FBDC7;

	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;
    border-left: none;
	background-color: #FFF;
	border-bottom: 1px solid #C5C5C5;
}

.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 .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_left .category-nav a {
    background-color: #6FBDC7;
	    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #FFFFFF;
    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: #6FBDC7;

	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;
    border-left: none;
	background-color: #FFF;
	border-bottom: 1px solid #C5C5C5;
}
#side_left .category-nav a:hover {
	color: #ecffff;
			-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	
}
#side_left .category-nav li ul li a:hover {
	color: #999999;
		-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}*/
/*#side_left .category-nav a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #FFFFFF;
    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;
    border-bottom: 1px solid #c5c5c5;
	font-weight: normal;
}*/
/*#side_left ul.category-nav li {
    margin-bottom: 30px;
}

#side_left ul.category-nav li ul li ul li {
    margin-bottom: 0;
}
#side_left ul.category-nav li ul li ul li span {
	display: none;
}
#side_left ul.category-nav li ul li {
    margin-bottom: 0;
}
.menu-collapser {
    display: none;
    height: 0;
}
.collapse-button {
	display: none;
}
ul.slimmenu {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none
}
ul.slimmenu:before, ul.slimmenu:after {
	content: '';
	display: table
}
ul.slimmenu:after {
	clear: both
}
ul.slimmenu.collapsed li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li>ul {
	position: static;
	display: none
}
ul.slimmenu.collapsed li a {
	display: block;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-toggle {
	height: 40px
}
ul.slimmenu li {
	position: relative;
	float: left;
	display: inline-block;

}
ul.slimmenu li ul {
	margin: 0;
	list-style-type: none
}
ul.slimmenu li ul li {

}
ul.slimmenu li>ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	display: none;
	width: 100%
}
ul.slimmenu li>ul>li ul {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	display: none;
	width: 100%
}
ul.slimmenu li a {
	display: block;
	padding: 12px 64px 12px 16px;
	color: #333;
	font-size: 16px;
	font-weight: 400;

}
ul.slimmenu li a:hover {
	text-decoration: none;

}
ul.slimmenu li .sub-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	width: 48px;
	height: 100%;
	text-align: center;
	cursor: pointer
}
ul.slimmenu li .sub-toggle:before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: -0.25em;
	vertical-align: middle
}
ul.slimmenu li .sub-toggle>i {
    display: inline-block;
    color: #6FBDC7;
    font-size: 15px;
    vertical-align: middle;
    font-style: normal;
    font-weight: bold;
}

.collapse-button .icon-bar {
	margin: 4px 0;
	width: 23px
}

#side_left ul.slimmenu>li {
	border-left: none;
	width:100%;
}
ul.slimmenu li .sub-toggle {
	background: 0 0;
	right: -5px
}
ul.slimmenu.collapsed li>ul {
	position: static;
	display: none;
	padding: 0
}
#side_left ul.category-nav li.has-submenu ul.slimmenu {
    display: block!important;
}
ul.slimmenu.collapsed li .sub-toggle {
    height: 40px;
    display: none;
}
#side_left ul.category-nav li.has-submenu ul.slimmenu span.sub-toggle {
	display: block;
}
*/.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;
}
.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: #c4c4c4;
    background-color: #FFFFFF;
    border-color: #c4c4c4;
    -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: #c4c4c4;
    border: 1px solid #c4c4c4;
    -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;
}
/*===============================================
●レビュー
===============================================*/

#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;
}
}
.table.price-table th.th-send {
    text-align: left;
    width: 70%;
}
.table.price-table td.td-send {
    text-align: right;
}
/* =================================
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: "・";
}
/* =================================
トップ - お知らせ
　 ================================= */
h3.content-h3-b {
    border-left: 7px solid #6FBDC7;
    line-height: 40px;
    font-size: 21px;
    padding-left: 15px;
    max-width: 1000px;
    margin: 0 auto 30px;
}
.list-top-topics {
    width: 100%;
    margin: 0 auto 30px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    position: relative;
    z-index: 0;
}
ul.list-top-topics li {
    text-align: left;
    min-height: 285px;
    position: relative;
    top: 0;
    max-width: 320px;
    margin: 0 auto;
}
.news-blog {
    position: absolute;
    top: -15px;
    left: 8px;
    z-index: 3;
}
ul.list-top-topics li.link:hover {
	color: #6FBDC7;
	opacity: 0.8;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.main-content-blog {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
}

p.ttl-blog a {
    color: #4d4d4d;
}
.txt-ymd-blog {
    display: block;
    position: relative;
    letter-spacing: 0.08em;
    color: #808080;
}
ul.list-top-topics li:hover .txt-ymd-blog {
	opacity: 0.8;
	color: #808080;
}
p.ttl-blog {
    margin: 0 auto;
}
ul.list-top-topics li.link:hover p.ttl-blog {
	color: #6FBDC7;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.img-blog-eye {
	position: relative;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	display: block;
	height: 164px;
	margin-bottom: 10px;
	overflow: hidden;
	max-width: 320px;
	width: 100%;
	z-index: 1;
		background-color: #000000;
}
.img-blog-eye img {
    left: 50%;
    max-width: none;
    min-height: 164px;
    min-width: 320px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    transition: all .6s ease-out;
    width: 100%;
}
ul.list-top-topics li.link:hover .img-blog-eye img {
	transition: all .6s ease-out;
    opacity: .8;
    width: 120%;
	height: auto;

}
@media (max-width:414px) {
.container-fluid .inner {
	padding: 0;
}
li.link.col-xs-6.col-md-3 {
	padding: 0 8px;
	margin-bottom: 10px;
}
}
@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
/* =================================
pages - ご予算
　 ================================= */

ul.list-shuha-pages {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
}
ul.list-shuha-pages li {
    margin-bottom:0;
    max-width: 290px;
    padding: 5px;
    width: 50%;
}
@media (min-width: 768px) {
ul.list-shuha-pages li {
    margin-bottom: 0;
    max-width: 290px;
    padding: 10px 10px 0 0;
    width: 20%;
}
}
ul.list-shuha-pages li a {
	line-height: 50px;
    border: 1px solid #c5c5c5;
    display: block;
    text-align: center;
    font-size: 14px;
    -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.list-shuha-pages li a:hover {
	background-color: #6FBDC7;
	border: 1px solid #6FBDC7;
	color: #FFFFFF;
}

/*===============================================
●PAGES - 特集一覧
===============================================*/

ul.list-tokushu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
ul.list-tokushu li {
    margin-bottom: 15px;
    max-width: 290px;
    padding: 5px;
    width: 100%;
}
@media (min-width: 768px) {
	ul.list-tokushu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
ul.list-tokushu li {
	margin-bottom: 15px;
	max-width: 290px;
	padding: 0;
	width: 32%;
}
}
ul.list-tokushu li a {
	line-height: 50px;
	border: 1px solid #c5c5c5;
	display: block;
	text-align: center;
		-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.list-tokushu li a:hover {
	background-color: #6FBDC7;
	border: 1px solid #6FBDC7;
	color: #FFFFFF;
}


/* サイドカテゴリ */


.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;
}
.side .category-nav .toggle {
	display: none;
}
.side .category-nav li ul {
    display: block;
    background-color: #FFF;
}

.side .category-nav > li {
    color: #FFFFFF;
    margin-bottom: 0;
    background-color: #6FBDC7;
    /* padding: 10px; */
    /* border: 1px solid #c5c5c5; */
    font-weight: normal;
}
#side_left .category-nav a {
    background-color: #6FBDC7;
    display: block;
    min-height: 40px;
    line-height: 20px;
    padding: 10px;
    color: #FFFFFF;
    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: #6FBDC7;
    border-bottom: none;
}
#side_left .category-nav a:hover {
    color: #ecffff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#side_left .category-nav li ul li a, #side_left .category-nav li ul li ul li a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333333;
    background-color: #FFF;
    border-bottom: 1px solid #C5C5C5;
    min-height: 40px;
    padding: 10px;
    line-height: 20px;
}
#side_left .category-nav li ul li a:hover {
    color: #6FBDC7;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.side .category-nav > li.no-gray {
	background: none;
}
.side .category-nav li {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 40px;
    margin-top: 10px;
}
.side .category-nav li ul li,.side .category-nav li ul li ul li,.side .category-nav li ul li ul li ul li {
	margin-top: 0;
}
.side .category-nav > li > a {
    padding: 0 1em;
    min-height: 40px;
    line-height: 20px;
    border-bottom: none;
}
.side .category-nav li a {
    display: block;
    font-weight: 500;
}
.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%;
	display: none;
}
.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: 16px;
	left: -15px;
	width: 0;
	height: 0;
	color: #4d4d4d;
}
.side .category-nav li:last-child ul li ul:before {
	position: absolute;
	content: ">";
	top: 13px;
	left: -15px;
	width: 0;
	height: 0;
	color: #4d4d4d;
}
.side .category-nav li ul li:hover > ul > li {
	overflow: visible;
	height: 40px;
}
.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;
}
@media (min-width: 1025px) {
.side .category-nav li ul li ul {
    display: block;
	box-shadow:1px 1px 2px rgba(0,0,0,0.1);

}

.side .category-nav > li {
    color: #FFFFFF;
    margin-bottom: 15px;
    background-color: #6FBDC7;
    font-weight: normal;
	   
}
}
/*a.category_id2::after {
    content: "-item category-";
    padding-left: 8px;
}
a.category_id1::after{
    content: "-pickup-";
    padding-left: 8px;
}
*/

div#confirm_wrap p {
    margin-bottom: 15px;
}


/*商品オプションページ*/
.none-option .option_description {
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: none;
    min-width: 50%;
    max-width: 100%;
    max-height: 80%;
    background-color: #fff;
    border: none;
    overflow: auto;
}
.none-option {}

.none-option div#item_photo_area {
    display: none;
}

.none-option section#item_detail_area {
    width: 100%;
}

.none-option p#detail_description_box__item_range_code {
    display: none;
}

.none-option div#product_tag_box {
    display: none;
}

.none-option .detail-box {
    display: none;
}

.none-option dl#detail_cart_box__cart_quantity {
    display: none;
}

.none-option div#detail_cart_box__button_area {
    display: none;
}


table.company-table {
	width: 100%;
	margin-bottom: 15px;
}

table.company-table th {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #dee2e6;
    display: table-cell;
    padding: 15px 15px 20px 0;
    width: 25%;
    font-weight: normal;
    font-size: 1.6rem;
    font-weight: normal;
    position: relative;
    text-align: left;
	vertical-align: top;
	border-right: 1px solid #e5e5e5;
}
table.company-table td {
    border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #dee2e6;
    display: table-cell;
    padding: 15px 15px 20px 15px;
	vertical-align: top;
}
/*table.company-table th:before {
    content: "";
    position: absolute;
    right: 0;
    top: 16%;
    bottom: 0;
    border: 1px solid #e5e5e5;
    height: 70%;
}*/
/* =================================
pages - title
　 ================================= */
h3.heading03 {
    clear: both;
    line-height: 40px;
    font-size: 1.8rem;
    border-left: 7px solid #6FBDC7;
    padding-left: 10px;
    border-top: 1px solid #edece7;
    border-right: 1px solid #edece7;
    border-bottom: 1px solid #edece7;
    margin-top: 40px;
}


.option_description .box-mizuhiki img {
    width: 50%;
}