/*@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700|Vollkorn&subset=japanese');*/
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color: black;	
	line-height: 1.8;
}
.c-logo h1 { margin:0 }
h3, h4 {
    color: black;
}
.mincho { font-family: 'Vollkorn', 'Noto Serif JP', serif; }
.mincho_num { font-family: 'Noto Serif JP', serif; }

.hikki {font-family: 'Dancing Script', cursive;}

.c-theme-bg { background-color: #258ec4 !important; }
.c-theme-border { border-color: #258ec4 !important; }
.c-theme-font, .c-theme-color,
.search button:hover { color: #258ec4 !important; }
.c-theme-font > i, .c-theme-color > i {	color: #258ec4 !important; }
.c-theme-nav li.c-active {	color: #258ec4 !important; }
.c-theme-nav li.c-active > a:not(.btn) { color: #258ec4 !important; }
.c-theme-nav li:focus > a:not(.btn), .c-theme-nav li:active > a:not(.btn), .c-theme-nav li:hover > a:not(.btn) { color: #258ec4 !important; }
.c-content-list-1.c-theme.c-separator-dot > li::before, .c-content-list-1.c-theme > li::before { background: #258ec4; }

.c-font-dark { color: black !important; }
.c-font-red { color: #ff0000 !important; }
.c-font-red-3 { color: #cb3e48 !important; }
.c-bg-red-3 { background-color: #cb3e48 !important; }
.c-content-title-2 > p { color: black; }
.c-btn-red { border-color: #ff0000; background: #ff0000; }
.checkbox label, .radio label, .c-checkbox label, .c-radio label { color: black; }
	
.c-font-36 { font-size: 36px !important; }

.c-margin-t-0 { margin-top: 0 !important; }
.c-margin-t-5 { margin-top: 5px !important; }
.c-margin-t-14 { margin-top: 14px !important; }
.c-margin-t-17 { margin-top: 17px !important; }
.c-margin-t-85 { margin-top: 85px !important; }

.c-margin-b-0 { margin-bottom: 0 !important; }
.c-margin-b-30 { margin-bottom: 30px !important; }

.c-padding-t5 { padding-top: 5px !important; }
.c-padding-b5 { padding-bottom: 5px !important; }

.c-font-12 { font-size: 12px !important; } 
.c-font-18 { font-size: 18px !important; }
.c-font-38 { font-size: 38px !important; }

.c-content-pagination > li { margin-bottom: 5px; }
.c-content-pagination.c-theme > li.c-active > span, .c-content-pagination.c-theme > li.c-active > a {
	border-color: #258ec4;
	background: white;
	color: black;
}
.c-content-pagination > li > span, .c-content-pagination > li > a {
    color: black;
}
.c-content-pagination.c-theme > li:hover > a {
    border-color: #258ec4;
    background: #258ec4;
    color: #fff;
}
.triangle{
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid black;
}
.triangle1{
	width: 0;
	height: 0;
	border-left: 30px solid black;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
}
.triangle2{
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-right: 30px solid black;
	border-bottom: 30px solid transparent;
}
.triangle3{
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid black;
}

.triangle_banner {
	width: 0;
	height: 0;
	border-right: 60px solid transparent;
	border-top: 60px solid #c3b948;	
}
.triangle_banner.ranking_banner {
	position:absolute;
	top:0;
	left:0;	
}

.ranking1 { border-top-color: #c3b948 !important; }
.ranking2 { border-top-color: #a0a0a0 !important; }
.ranking3 { border-top-color: #ad752d !important; }
.ranking4, .ranking5, .ranking6 { border-top-color: #535353 !important; }
.ranking_num {
	position:absolute;
	top: 10px;
	left: 10px;		
}

.squareBox { position: relative; }
.squareBox:before {
    display: block;
    content: '';
    padding-top: 100%;
}
.squareBox .content{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
	overflow: hidden;
}
.squareBox .content .centerBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.squareBox .content .centerTable {
	display: table;
	/* ID display: table, table-cell 内で max-width が効かないバグを回避する */
	table-layout: fixed;
	text-align: center;
	width: 100%;
	height: 100%;
}
.squareBox .content .centerTable > .tableCell {
	display: table-cell;
	vertical-align: middle;
}


.checkbox input[type="checkbox"], 
.checkbox-inline input[type="checkbox"], 
.radio input[type="radio"], 
.radio-inline input[type="radio"] {margin-top: 10px;}

.help-block {margin-top: 0;margin-bottom: 0;}

/* chat bot */
.chatbot-message {
	position: fixed;
	bottom: 88px;
	right: 20px;
	background: #48b1f8;
	border-radius: 20px;
	padding: 10px 10px;
	z-index: 98;
}
.chatbot-message::before {
	content: " ";
	display: block;
	width: 0px;
	height: 0px;
	border-top: 5px solid #48b1f8;
	border-left: 5px solid transparent;
	border-right: 5px solid #48b1f8;
	border-bottom: 5px solid transparent;
	position: absolute;
	bottom: -10px;
	margin: 0;
	right: 30px;
}
.chatbot-message p {
	font-size: 10px;
	line-height: 1;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
}


.c-radio label > .box, .c-checkbox label > .box { border: 2px solid black; }
.c-radio label > .check { background: #258ec4; }
.c-checkbox label > .check {
    border: 2px solid #258ec4;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.c-layout-header.c-layout-header-6 .c-topbar {
    padding: 20px 0;
}
.c-layout-header.c-layout-header-6 .c-topbar .c-top-menu > .c-links > li.c-divider::after {
	position: relative;
	top: auto;
	height: 53px;
	margin: 0 7px;
	background-color: black;
}
.c-layout-header .c-topbar .c-top-menu > .c-icons > li, .c-layout-header .c-topbar .c-top-menu > .c-links > li, .c-layout-header .c-topbar .c-top-menu > .c-ext > li {
    display: table-cell;
    float: left;
    vertical-align: middle;
}
.c-layout-breadcrumbs-1 .c-page-breadcrumbs > li, .c-layout-breadcrumbs-1 .c-page-breadcrumbs > li > a {
    color: black;
}

.price_block .col-md-5, .price_block .col-md-7, 
.grid-container-front .col-md-2 {
    padding-left: 5px;
    padding-right: 5px;
}

.label_price {
	display:inline-block;
	margin-bottom:0;
	font-weight:400;
	text-align:center;
	vertical-align:middle;
	touch-action:manipulation;
	cursor:pointer;
	white-space:nowrap;
	padding:3px 6px;
	line-height:1.42857;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;

	border:1px solid #31383c;
	font-size:12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;

	color: #31383c;
	background: none;
}

.has-error label {
	color: #e7505a;
}

/* footer */
.c-layout-footer.c-layout-footer-3 .c-prefooter .c-content-title-1 > h3 {
    font-size: 15px;
}
.c-content-ver-nav .c-menu > li {
    border-bottom: none;
}
.c-content-ver-nav .c-menu > li::before {
    font-size: 12px;
    margin: 0px 5px 0 0;
}
.c-content-ver-nav .c-menu > li > a {
	display: block;
    margin-left: 18px;
}
footer .c-content-title-1.c-title-md > p {
	line-height:2em;
}
.c-layout-footer.c-layout-footer-3 .c-postfooter {
	padding: 20px 0;
}
.c-layout-footer.c-layout-footer-3 .c-postfooter .c-copyright {
	font-size: 12px;
}

/* front */
c-content-tab-1 .nav > li > a, .c-content-tab-1 .nav.nav-justified > li > a {
    color: #3f444a;
	border: 1px solid;
    border-radius: 0;
}
.c-content-tab-1 .nav > li:hover, .c-content-tab-1 .nav > li:focus, .c-content-tab-1 .nav > li:active, .c-content-tab-1 .nav > li.active, .c-content-tab-1 .nav.nav-justified > li:hover, .c-content-tab-1 .nav.nav-justified > li:focus, .c-content-tab-1 .nav.nav-justified > li:active, .c-content-tab-1 .nav.nav-justified > li.active {
    background: #258ec4;
}
.c-content-tab-1 .nav > li:hover > a, .c-content-tab-1 .nav > li:focus > a, .c-content-tab-1 .nav > li:active > a, .c-content-tab-1 .nav > li.active > a, .c-content-tab-1 .nav.nav-justified > li:hover > a, .c-content-tab-1 .nav.nav-justified > li:focus > a, .c-content-tab-1 .nav.nav-justified > li:active > a, .c-content-tab-1 .nav.nav-justified > li.active > a {
	border: none;
	color: white;
}
.c-content-tab-1 .tab-content.c-bordered {
	border-top: none;
	background-color: #eeeeee;
}
.c-content-tab-1 .tab-content.c-padding-lg { padding: 20px 20px 0; }

.tab-pane a.btn-block {
	padding: 16px 5px;
	background-color:#FFF;
}
.tab-pane a.btn-block.active {
	background-color:#000;
}

.search_tab > .tab-pane a { margin-bottom: 30px }

.c-spinner1, .c-spinner-cart {
    width: 100%;
}
.c-spinner1 input, .c-spinner-cart input {
    float: left;
    width: 40px;
    padding: 6px;
    border-radius: 0;
    border-color: #d0d7de;
}
.c-radio input[type=radio]:disabled ~ label,
.c-radio input[type=radio][disabled] ~ label {
	opacity: 0.5;
	filter: alpha(opacity=50); 
}

.c-layout-footer-3 {
    margin: 0;
    background-color: none;
	background-image:url(../images/base/footer/bg.jpg)
}

.c-layout-footer-3 .c-postfooter {
    padding: 30px 0;
}

.c-layout-footer-3 .c-content-title-1 .c-title {
    color: #434343;
    margin-bottom: 25px;
}

.c-content-title-1 > .c-line {
  height: 3px;
  background-color: #686868;
  margin: 0 auto 30px;
}

.c-layout-footer.c-layout-footer-3 .c-prefooter .c-container .c-links > li {
    line-height: 30px;
	border-bottom: 1px dashed #394047;
}

.c-layout-footer-3 .c-links > li > a {
    color: #5f5f5f;
}


.grid-container-front.cbp-l-grid-agency .cbp-caption:after {
	border-bottom-color:#f8f3ed;
}



/* front top  */
.content .c-label {
    bottom: 5px;
}
/*
.top_bnr_shadow { box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 1); }
.top_bnr_txt {
	border:solid 3px #babab8;
	border-top: none;
	border-bottom: none;
	padding: 0 10px 5px 10px;
	background-color: #f8f3ed;
	
}

*/


.cbp-l-caption-title {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}

.item_info .cbp-filter-item {
	border: 1px solid #258ec4;
	border-radius: 3px;
	font-size: 1.3em;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	transition: all 275ms ease 0s;
	width: 198px;
	display: inline-block;/*	display: block;*/
	margin-bottom:2px;
}
.item_info .cbp-filter-item:hover,  .item_info .cbp-filter-item-active {
    background: #258ec4 none repeat scroll 0 0;
    color: #fff;
}

.cbp-caption-zoom .cbp-caption-activeWrap {
  /* @editable properties */
  background-color: rgba(0, 0, 0, 0.6);
}

.c-content-feature-13 .c-feature-13-container {
    padding: 30px;
}

.c-content-feature-13 .c-feature-13-tile > .c-feature-13-content {
    padding-left: 76px;
}


.datepicker table tr td, .datepicker table tr th td.day {
	font-weight:bold;
	color:#000;
}

.datepicker table tr td.new, .datepicker table tr td.disabled.day {
	font-weight:normal;
	color:#CCC;
}

#sub_panel_content section {
	background: transparent;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

#sub_panel_content ol, #sub_panel_content ul {
    list-style: none;
}

.sub_inner {
	margin: 0 auto;
	text-align: left;
	width: 984px;
}


.open,
.close {
	cursor: pointer;
}

#panel_menu {
	/* height: 182px; 2menu */
	height: 244px; /* 3menu */
	right: 0;
	/* margin-top: -91px; 2menu */
	margin-top: -123px; /* 3menu */
	position: fixed;
	top: 50%;
	z-index: 1000; /* 10 */
	text-align:center; 
}

#panel_menu li {
	color: #fff;
	height: 80px;
	letter-spacing: 0.1em;
	margin-bottom: 2px;
	width: 80px;
	list-style: none;
	line-height: 1em;	
}

#panel_menu li:last-child {
	margin-bottom: 0;
}

#panel_menu #sm_1 {
	background: #258ec4;
}

#panel_menu #sm_2 {
	background: #9a9898;
}

#panel_menu #sm_3 {
	background: #377a12;
	margin: 0;
}

#panel_menu li span {
	font-size: 11px;
}

#panel_menu li span:before {
	display: block;
	font-size: 2.5em;
	margin: 0 auto 5px;
	padding-top: 17px;
}

#panel_menu #sm_3 span:before {
	padding-top: 10px;
}

.panel_content {
	background-image: url(images/bg_5.png);
	background-repeat: no-repeat;
	background-position: center 101px;
	display: none;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 990;
}

#panel_content_1 {
	background-color: #258ec4;
}

#panel_content_2 {
	background-color: #9a9898;
}

#panel_content_3 {
	background-color: #377a12;
}

#sub_panel_content.sub_inner {
	color: #fff;
	margin: 0 auto;
	padding-top: 140px;
}

.panel_content .close {
	font-size: 1.4em;
	text-align: right;
}

.panel_content .close:before {
	cursor: pointer;
	margin-right: 7px;
}

.panel_content h2 {
	border-bottom: dashed 1px #fff;
	font-size: 2em;
	margin-bottom: 26px;
	padding-bottom: 5px;
	text-align: center;
}

.panel_content p {
	font-size: 0.95em;
}

.panel_content p a {
	color: #fff;
}

/* Menu In Panel */
#panel_content_1 li,
#panel_content_2 li,
#panel_content_3 li {
	border-right: solid 1px #fff;
	float: left;
	margin-right: 29px;
	padding-right: 30px;
}

#panel_content_1 li {
	width: 288px;
}

#panel_content_1 .harf {/*道内発送なし*/
	margin: 0 auto;
	width: 636px;
}

#panel_content_2 li {
	width: 462px;
}

#panel_content_3 li {
	border: solid 1px #fff;
	height: 190px;
	padding: 5px;
	width: 308px;
}
#panel_content_3_new li {
	border: solid 1px #fff;
	height: 340px;
	padding: 5px;
	width: 219px;
}

#panel_content_1 li:last-child,
#panel_content_2 li:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}

#panel_content_3 li:last-child,
#panel_content_3_new li:last-child { margin: 0; }

.btn_orderform,
.btn_shoppage {
	background: #fff;
	border: solid 1px #fff;
	font-size: 1.6em;
	display: block;
	height: 50px;
	line-height: 50px;
	margin-top: 26px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 275ms;
	-moz-transition: all 275ms;
	transition: all 275ms;
}

.btn_orderform {
	color: #258ec4;
	width: 100%;
}

.btn_shoppage {
	color: #9a9898;
	width: 460px;
}

.btn_orderform span:before,
.btn_shoppage span:before {
	margin-right: 10px;
}

.btn_orderform:hover,
.btn_shoppage:hover {
	border: solid 1px #fff;
	color: #fff;
	text-decoration: none;
}

.btn_orderform:hover {
	background: #258ec4;
}

.btn_shoppage:hover {
	background: #9a9898;
}

#panel_content_3 ul {
	padding-left: 157px;
}
/*160819*/#panel_content_3_new ul { padding-left: 268px; }

#panel_content_3 li a {
	background: #fff;
	display: block;
	height: 190px;
	width: 308px;
}
#panel_content_3_new li a {
	background: none;
	display: inline;
	height: auto;
	width: auto;

}

.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .dropdown-menu {
	background: #eee;
}
.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .dropdown-menu.c-menu-type-mega > a {
	width: 16.66667%;
	float:left;
}
.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .dropdown-menu.c-menu-type-mega > a:hover h4 {
	color: red;
	font-weight: 700;
}
.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .dropdown-menu.c-menu-type-mega > a > .category_img {
	width:90px;
	margin:0 auto;
}
.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .dropdown-menu.c-menu-type-mega > a  > .category_img > .squareBox >  .content {
	border-radius: 45px;
}
.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .dropdown-menu.c-menu-type-mega > a:hover > .category_img > .squareBox > .content {
    box-shadow: 0px 0px 5px rgba(255, 1, 1, 0.75);
}
.c-layout-header .c-navbar .c-mega-menu> .nav.navbar-nav > li > .dropdown-menu.c-menu-type-mega > .row > div > a {
	display: block;
	margin: 30px;
	text-align: center;
}
.c-layout-header .c-brand > .mobile_shipping_date,
.c-layout-header .c-brand > .mobile_shipping_cart,
.c-layout-header .c-brand > .mobile_career {
    display: none;
}
.c-layout-header.c-layout-header-6,
.c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu {	
	background: white;
}
.c-layout-header .c-navbar .c-mega-menu.c-shown { box-shadow: 0px 3px 9px -4px rgb(13, 13, 13); }
.c-layout-header.c-layout-header-6  .c-navbar {	
	background-color: white;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .dropdown-menu.c-menu-type-mega {
	padding: 30px 25px;
}	
.c-layout-header .c-cart-toggler-wrapper .c-btn-icon i {
    font-size: 37px !important;
}
.c-layout-header .c-cart-toggler-wrapper .c-cart-number, .c-brand > .mobile_shipping_cart .c-cart-number{
    border-radius: 15px;
    height: 30px;
    font-size: 20px;
    width: 30px;
    line-height: 22px;
}
.bg_trans {
	background: linear-gradient(to right, white 0%, transparent 40%);
}

.page_header {
	position:relative;
	padding-left: 32px;
	padding-bottom:115px;
}
.page_header h1 {
	display: table;
	padding-top:145px;
	margin-top:0;
}
.page_header h1:after {
	position: absolute;
	top: 20px;
	left:0;
	content:"";
	height:320px;
	width:505px;
	z-index:-999;	
	background:#e9f3f9; 
}
.page_header .sub_ttl {
	text-transform:capitalize;
}
.page_header > img {
	position:absolute;
	top:0;
	right:0;
	/*max-width:506px;*/
	max-width: calc(100% - 425px);
}

.page_ttl > .txt_vertical {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	float:right;
	margin-left: 5px;
}
.page_ttl > ul {
	position:absolute;
	margin-top:300px;
	padding-left:0;
	
}
.page_ttl > ul > li {
	font-weight: 600;
	list-style: none;
	padding: 20px 60px 20px 30px;
	color: white;
	margin-bottom: 30px;
	display: inline-block;
	float: left;
	clear: left;	
}
.page_ttl > ul > li:nth-child(2) {
	margin-left: 95px;
}
.page_ttl > ul > li:nth-child(3) {
	margin-left: calc(2 * 95px);
}
.page_ttl > img { float:right; }

.c-content-title-2.article_ttl { display:table; margin:0 auto;}


div[id^=page_],
#sideblock {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
ul.banner_side  {
	padding: 0;
}
ul.banner_side  > li {
    list-style: none;
	margin-bottom: 15px;
}
ul.banner_side  > li img{
	border: 2px solid #CCC;
}

.archive select{
	width: 100%;
	outline:none;
	text-indent: 0.01px;
	text-overflow: '';
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	padding: 6px 32px 6px 12px;
}
.archive select option{
  background-color: #fff;
  color: #333;
}
.archive select::-ms-expand {
  display: none;
}
.archive select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #ccc;
}
.archive .select-wrap {
	position:relative;
}
.archive .select-wrap:before {
	z-index: 1;
	position: absolute;
	right: 15px;
	top: 0;
	content: "\f0d7";;
	font-family: "FontAwesome";
	line-height: 2.5em;
	color: #7F878C;
	pointer-events: none;
}

.sticky-toolbar.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }
.sticky-toolbar.mt-4, .sticky-toolbar.my-4 {
    margin-top: 1rem !important;}
.sticky-toolbar {
  /*width: 46px;*/
  position: fixed;
  top: 30%;
  right: 0;
  list-style: none;
  margin: 0;
  z-index: 50;
  background: #258ec4;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 0.42rem;
  border-bottom-left-radius: 0.42rem; }
.sticky-toolbar.nav > li > a:focus, .sticky-toolbar.nav > li > a:hover {
    background-color: rgba(0,0,0,0.5);}

.sticky-toolbar .tooltip-inner {
    max-width: 400px;
	white-space: nowrap;
}

  .btn.btn-icon.btn-xs {
    height: 24px;
    width: 24px; }
  .btn.btn-icon.btn-sm, .btn-group-sm > .btn.btn-icon {
    height: calc(1.35em + 1.1rem + 2px);
    width: calc(1.35em + 1.1rem + 2px); }
  .btn.btn-icon.btn-lg, .btn-group-lg > .btn.btn-icon {
    height: calc(1.5em + 1.65rem + 2px);
    width: calc(1.5em + 1.65rem + 2px); }
  .btn.btn-icon.btn-circle {
    border-radius: 50%; }
  .btn.btn-icon i {
    padding: 0;
    margin: 0; }
  .btn.btn-icon [class^="socicon-"]:before,
  .btn.btn-icon [class*=" socicon-"]:before {
    line-height: 1; }
  .btn.btn-icon .svg-icon {
    margin: 0;
    padding: 0; }
@media (max-width: 1170px) {	
	.c-layout-header .c-brand { width: 250px; }
	.page_header > img { max-width: 380px; }
}
@media (min-width: 992px) {	
	.c-page-on-scroll.c-layout-header-fixed .c-layout-header.c-layout-header-6 {
		height: 88px;
	}
	.c-layout-header .c-brand {margin: 40px 0 12px 0; }

	.c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-btn-icon:focus,
	.c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link:hover,
	.c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link:focus {
		color: #258ec4;
	}
	.c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-brand {
		margin: 15px 0 0 0;
	}
	.c-layout-header.c-layout-header-6 .c-topbar .c-top-menu, .bg-quick-order, .fb_block {
		display: inline-block !important;
	}
	.c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-btn-icon, 
	.c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
 	   color: black;
	}
	.c-layout-header-fixed.c-layout-header-6-topbar .c-layout-page { margin-top: 222px; }

	.c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
		padding-right: 5px;
		padding-left: 5px;
	}
	.c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu > .nav.navbar-nav > li > a.c-link > div {	
		padding-right: 20px;
		padding-left: 20px;	
		border-right: solid 1px #a0a0a0;
	}
	.c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu > .nav.navbar-nav > li:first-child > a.c-link > div {	
		border-left: solid 1px #a0a0a0;
	}
	.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .dropdown-menu {
		right: auto;
		left: 90px;
		width: calc(100% - 180px);
	}
	.c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark > .nav.navbar-nav > li > .dropdown-menu.c-menu-type-mega > .row > div {
		border-right: none;
	}

	.c-page-on-scroll .c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-btn-icon, .c-page-on-scroll .c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
		color: black;
	}
	
	.c-layout-breadcrumbs-1 { 
		padding: 15px 0;
		background: #fff; 
	}
	.c-layout-breadcrumbs-1.c-bordered-both { 
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff; 
	}
	#sideblock { width: 240px; }
	
}

.scrool {
    height: 300px;
    margin-bottom: 1.5em;
    border: 1px #c0c0c0 solid;
    color: #000000;
    overflow: auto;
}

.order_form #regulation_list li { margin: 0 0 13px 0; }

.fancybox-opened { z-index: 10230; }

.set > .txt_block { background-color: white; }

.c-layout-breadcrumbs-1 { display: none ;}	
	
div[id^=page_], #sideblock { float: left; }

.c-cart-table-title > div { background-color: #edf0f3; border-right: 3px solid white; }
.c-cart-table-row .btn.btn-xs { font-size: 14px; }
.c-content-recent-posts-1 > li {  padding: 10px; }
.total_block { background-color: #edf0f3; }

.c-shop-cart-page-1 label { font-size: 14px; }
.payment_block .c-radio label > span { left: 20px; }
.payment_block .c-radio label > .check { left: 25px !important; }

.c-customer-details .customer_block > div.row, .c-customer-details div.row_wrap { border-top: 1px solid #eeeeee; padding: 20px 0 10px; margin: 0;}

.addrMultiTtl span { display:inline-block; width:1.8em;  text-align: center; }
.addrMultiTtl .c-content-divider { background: #dcdcdc; margin: 5px 0;}

@media (min-width: 1281px) {
	div[id^=page_] { width: 990px; }
	.container { width: 1230px;  }
}

@media (min-width: 1025px) {
	.c-layout-breadcrumbs-1 { display: block ;}	
}

/* ノート */
@media (min-width: 1025px) and (max-width: 1280px) {
	/*.container { width: 1024px; }*/
			
	.c-top-menu .c-font-36 { font-size:32px !important}
	.c-layout-header .c-topbar .c-top-menu > .c-links > li > a:not(.btn), .c-layout-header .c-topbar .c-top-menu > .c-links > li > span { font-size: 12px; }	
	.c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu > .nav.navbar-nav > li > a.c-link > div {
		padding-right: 10px;
		padding-left: 10px;
	}	
	.nav a span.c-font-14 { font-size:12px !important}
	.nav .c-font-12 { font-size:12px !important}
	.c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-btn-icon { margin: 8px 10px 0px 10px; }
	.c-layout-header .c-cart-toggler-wrapper .c-btn-icon i { font-size: 30px !important; }

	div[id^=page_] { width: calc(100% - 240px); }
	.c-margin-t-30.reason_block { margin-top: 60px; }
	.col-md-offset-2.col-md-8.points_memo { margin-left: 0; width: 100%;  }

	.page_header h1.c-font-40 { font-size: 32px; }
}

@media (max-width: 1024px) {
	.c-margin-t-50 { margin-top: 25px;}
	.c-margin-t-60 { margin-top: 30px; }	
	.c-content-ver-nav .c-menu > li { padding: 3px 0; }	
	.c-layout-footer-3 .c-content-title-1 .c-title { margin-bottom: 12px; }	
	.page_header h1.c-font-40 { font-size: 20px; margin-bottom: 0; padding-top: 62px; }
	.page_header .sub_ttl { font-size: 11px; }
	.page_header h1::after { height: 160px; }
	.c-content-title-2.article_ttl { display:block;}
	.c-content-title-2 > h3 { font-size: 15px; text-align: left !important;  margin: 0 0 !important;}
	.c-content-title-2 > p { font-size:14px; margin: 15px 0; }
}
/* タブレット */
@media (min-width: 768px) and (max-width: 1024px) {
	body { font-size: 10px; }
	
	.c-font-16 { font-size: 14px;}

	/*.container { width: 750px; }*/

	.c-layout-header.c-layout-header-6 .c-topbar .c-brand { margin-bottom: 0; }	
	
	.c-layout-header.c-layout-header-6 .c-topbar .c-top-menu,
	.bg-quick-order,
	.fb_block { display: none; height: 0; }
	.c-topbar .famous_store { display: none!important }
	
	.c-layout-header.c-layout-header-6 .c-topbar { padding: 0 0 10px 0; }
	.c-layout-header.c-layout-header-6 .c-navbar {	
		border-top: solid 1px #d1d1d1;
		border-bottom: solid 1px #d1d1d1;
	}	
	.c-layout-header .c-cart-toggler-wrapper { display: none !important; }

	.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li { border-bottom: solid 1px #d1d1d1; }
	.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li .c-font-14 { font-size: 11px; }
	.c-brand > .c-logo > .s_ttl {
		text-align: left !important;
		font-size: 8px !important;
	}

	.c-layout-header.c-layout-header-6 .c-topbar .c-brand > .c-hor-nav-toggler { background: #fff; }
	.c-layout-header.c-layout-header-6 .c-topbar .c-brand > .c-hor-nav-toggler > .c-line { background-color: black; }
	.c-content-product-2 .grid-container-front .cbp-caption .c-label { top: 132px; }	
	.top_bnr_txt > div { display: none }
	
	div[id^="page_"] { min-width: 590px; width: 80%; }
	#sideblock { width: 150px; padding-left: 0; padding-right: 0; margin-top: 10px; }
	
	.c-layout-footer.c-layout-footer-3 .c-prefooter { padding: 40px 0 10px 0; }
	.c-layout-footer.c-layout-footer-3 .c-prefooter .c-container { margin-bottom: 20px; }
	.c-layout-footer .c-menu.c-font-12{ font-size: 11px !important; }
	.c-layout-footer-3 .c-content-title-1 .c-title { font-size:12px !important; margin-bottom: 12px; }
	.c-layout-footer .c-content-title-1.c-title-md > p { margin-top: 0; }
	.c-layout-footer .c-content-title-1.c-title-md > p.c-font-12 { font-size: 9px !important; }	
	.c-layout-footer .c-content-title-1.c-title-md > p .c-font-13 { font-size: 9px !important; }
	.c-layout-footer h2.c-font-15 { font-size: 11px !important; }
	.c-layout-footer.c-layout-footer-3 .c-postfooter { padding: 0; }

	.page_header > img { max-width: 343px; }
	.list_wrap .img_block { width: 178px !important; }
	.txt_block_wrap > .txt_block { margin-left: 188px !important; }
}
/* スマホ */
@media (max-width: 991px) {
	body { font-size: 11px; }	

	.c-font-10 { font-size: 6px !important; }
	.c-font-28 { font-size: 17px !important; }	
	/*.container { width: 100%; } */

	.c-layout-header.c-layout-header-6 .c-topbar { padding: 0; }

	.c-layout-header.c-layout-header-6 .c-topbar .c-brand > .c-logo { width: 55%; }	
	.c-layout-header.c-layout-header-6 .c-topbar .c-top-menu,
	.bg-quick-order,
	.fb_block { display: none; height: 0; }

	.c-brand > .mobile_shipping_date, .c-brand > .mobile_shipping_cart, .c-brand > .mobile_career {
		display: inline-block !important;
	}
	.c-brand > .mobile_shipping_date,
	.c-brand > .mobile_shipping_cart {
		float: right;
	}
	.c-brand > .mobile_career {
		float: left;
		width: 75%;
	}
	.c-brand > .mobile_shipping_date > span, .c-brand > .mobile_shipping_cart { font-size:28px !important; }
	
	.c-brand > .mobile_shipping_date { font-size:10px; }	
	
	.c-brand > .mobile_shipping_cart { clear:right; }
	.c-brand > .mobile_shipping_cart .c-cart-number {
		margin-left: 5px;
		position: relative;
		top: -3px;
		display: inline-block;
		text-align: center;
		padding: 3px 0;
		color: #ffffff;
	}	

	.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li a.dropdown-toggle > div > .c-arrow {
		position: absolute;
		right: 15px;
		padding: 3px 0;
		display: inline-block;
		font-size: 13px;
		font-family: FontAwesome;
		height: auto;
		margin-top: -3px;
		text-align: center;
		width: 30px;
		font-weight: 300;
	}
	.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li a.dropdown-toggle > div > .c-arrow::before { content: "\f104"; }
	
	div[id^=page_] { width: 100%; }
	#sideblock { width: 100%; margin-top: 20px; }
	.page_header {
		width: calc(100% - 15px);
	}
	#sideblock .col-xs-6.col-sm-12,
	.banner_side .col-xs-6.col-sm-12 { width: 50%; }
	.c-layout-footer.c-layout-footer-3 .c-prefooter { padding: 30px 0 20px 0; }
	.c-layout-footer-3 .c-content-title-1 .c-title.c-font-18 { text-align: center; }	
	footer .c-prefooter h2 { display: table; margin: 0 auto 10px; font-size: 18px; font-weight: 700;}
	footer .c-prefooter .col-sm-pull-4 { margin-top: 30px; }

	.page_header { padding-bottom: 10px; content: " "; display: table;}
	.page_header h1::after { height: calc(100% - 10px); width: calc(100% - 10px);}
	.page_header > img { width: 90%; position: relative; float: right;}
	.page_header h1.c-font-40 { padding-top: 20px; clear: both; }	
	
	.ctg_exp { text-align: left; font-size: 14px !important}
	.set_wrap { width: calc(100% - 20px) !important; margin-bottom: 20px !important;}
	.set_wrap::after { width: calc(100% + 54px) !important; left: -27px !important; top: 40px !important; height: calc(100% - 35px) !important;}	
	ul.pagenation { padding: 10px 15px; width: 100% !important; }	
	ul.pagenation li.list { text-align: center}
	ul.pagenation li.next { text-align: right}
	.set > .txt_block { padding: 0px 20px 20px 20px !important; }
	.pagenation > li { padding: 0 7px !important;}

	.list_wrap::after { height: calc(100% + 5px) !important; }
	.list_wrap .img_block { width: calc(100% - 30px) !important; }
	.txt_block_wrap > .txt_block { margin-left: 15px !important; }
	.list_wrap > .txt_block_wrap { width: calc(100% - 15px); background: white; }

	.table th, .table td {
		padding: 10px !important;
	}
	.mb_hide { display: none;}
}
@media (max-width: 480px) {
.triangle_banner {
    border-right: 40px solid transparent;
    border-top: 40px solid #c3b948;
}
.ranking_num { top: 5px; left: 5px; }
/* サーチ */
#loadbody ul.nav-tabs li, .search_block  ul.nav-tabs li {
	width: 50%;
	float: left;
}
#loadbody ul.nav-tabs li a, .search_block ul.nav-tabs li a {
	margin-bottom: 0;
}
#loadbody ul.nav-tabs li.active a, .search_block ul.nav-tabs li.active a {
	border: 1px solid #258ec4 !important;
}
/* safari */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	 @media {
    	.(css selector) { 
			.squareBox .content .centerBox { top: 0; left: 0; }
		}
	}
}