/*
Theme Name: WhiteCube
Version: 1.0.1
Note: All content are copyrighted by author. Please, don't steal anything.
*/
/**
TABLE OF CONTENTS
- Global
	- bootstrap-theme
	- utility
- UI
	- header
	- footer
	- headline
	- box
	- list
	- form
	- table
	- nav
	- slider
	- shopping-guide
- Pages
	- cart
	- products
	- shopping
	- windowcolumn
*/
/* ------------------------------------- */
/*   bootstrap-theme   */
/* ------------------------------------- */
/*  eccube style  */
/*--------------------------------- */
.attention,
.point {
  color: #E64E4E;
}

.message {
  color: #5B5B5B;
  font-size: 14px;
}

.box60 {
  width: 60px;
}
@media (max-width: 767px) {
  .box60 {
    width: 50px;
  }
}

.box80 {
  width: 80px;
}

.box120 {
  width: 100%;
}
@media (min-width: 768px) {
  .box120 {
    width: 120px;
  }
}

.box300 {
  width: 100%;
}
@media (min-width: 768px) {
  .box300 {
    width: 300px;
  }
}

.box380 {
  width: 100%;
}
@media (min-width: 768px) {
  .box380 {
    width: 380px;
  }
}

/*  body  */
/*--------------------------------- */
body {
  /*font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-size: 14px;
  background-color: #fff;
}

/*  link  */
/*--------------------------------- */
a {
  transition: .2s;
  color: #5B5B5B;
}
a:hover {
  text-decoration: none;
  color: #5B5B5B;
}

/*  headline  */
/*--------------------------------- */
h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

/*  list  */
/*--------------------------------- */
dl dt {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
}
dl.dl-horizontal dt {
  margin-top: 0;
}

/*  img  */
/*--------------------------------- */
.img-responsive {
  margin: 0 auto;
}

/*  table  */
/*--------------------------------- */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table thead > tr > th,
table tbody > tr > th,
table tfoot > tr > th,
table thead > tr > td,
table tbody > tr > td,
table tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #ECEAEB;
}
@media (max-width: 991px) {
  table thead > tr > th,
  table tbody > tr > th,
  table tfoot > tr > th,
  table thead > tr > td,
  table tbody > tr > td,
  table tfoot > tr > td {
    padding: 4px;
  }
}

/*  form  */
/*--------------------------------- */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border-radius: 0;
  border: 1px solid #ECEAEB;
  background-color: #fafafa;
}

select {
  width: 100%;
  border-radius: 0;
}

@media (min-width: 768px) {
  .input-group {
    display: inline-block;
  }
  .input-group .form-control {
    width: 150px;
  }
  .input-group .input-group-btn {
    width: auto;
  }
}

/*  well  */
/*--------------------------------- */
.well {
  margin-bottom: 30px;
  border-radius: 0;
  border: none;
  color: #444;
  background-color: #f4f4f4;
  box-shadow: none;
}
.well p {
  margin-bottom: 0;
}

/* ------------------------------------- */
/*   utility: global class   */
/*		- display
/*		- position
/*		- padding
/*		- margin
/*		- border
/*		- font
/*		- background
/* ------------------------------------- */
/**
 *	display
 */
.div-inline > div {
  display: inline-block;
}

/**
 *	position
 */
.position-relative {
  position: relative;
}

.top-left {
  position: absolute;
  top: 15px;
  left: 15px;
}

.top-left-fit {
  position: absolute;
  top: 0;
  left: 0;
}

.top-left-xs {
  position: absolute;
  top: 5px;
  left: 5px;
}

.top-left-sm {
  position: absolute;
  top: 10px;
  left: 10px;
}

.top-left-lg {
  position: absolute;
  top: 30px;
  left: 30px;
}

.top-right {
  position: absolute;
  top: 15px;
  right: 15px;
}

.top-right-fit {
  position: absolute;
  top: 0;
  right: 0;
}

.top-right-xs {
  position: absolute;
  top: 5px;
  right: 5px;
}

.top-right-sm {
  position: absolute;
  top: 10px;
  right: 10px;
}

.top-right-lg {
  position: absolute;
  top: 30px;
  right: 30px;
}

.bottom-left {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.bottom-left-fit {
  position: absolute;
  bottom: 0;
  left: 0;
}

.bottom-left-xs {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.bottom-left-sm {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.bottom-left-lg {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.bottom-right {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.bottom-right-fit {
  position: absolute;
  bottom: 0;
  right: 0;
}

.bottom-right-xs {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.bottom-right-sm {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.bottom-right-lg {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

/**
 *	padding
 */
.padding-none {
  padding: 0;
}

.padding-row {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding-row.ui-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-row-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding-row-xs.ui-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-row-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-row-sm.ui-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-row-lg {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-row-lg.ui-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-row-none {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-box {
  padding: 15px;
}
.padding-box.ui-section {
  padding: 60px;
}

.padding-box-xs {
  padding: 5px;
}
.padding-box-xs.ui-section {
  padding: 20px;
}

.padding-box-sm {
  padding: 10px;
}
.padding-box-sm.ui-section {
  padding: 30px;
}

.padding-box-lg {
  padding: 30px;
}
.padding-box-lg.ui-section {
  padding: 120px;
}

.padding-box-none {
  padding: 0;
}

.padding-gutter {
  padding-left: 15px;
  padding-right: 15px;
}
.padding-gutter.row {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.padding-gutter.row > div {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-gutter-xs {
  padding-left: 5px;
  padding-right: 5px;
}
.padding-gutter-xs.row {
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.padding-gutter-xs.row > div {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-gutter-sm {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-gutter-sm.row {
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.padding-gutter-sm.row > div {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-gutter-lg {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-gutter-lg.row {
  padding: 0;
  margin-left: -30px;
  margin-right: -30px;
}
.padding-gutter-lg.row > div {
  padding-left: 30px;
  padding-right: 30px;
}

.padding-gutter-none {
  padding-left: 0;
  padding-right: 0;
}
.padding-gutter-none.row {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.padding-gutter-none.row > div {
  padding-left: 0;
  padding-right: 0;
}

/**
 *	margin
 */
.margin-none {
  margin: 0;
}

.margin-row {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-row.ui-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.margin-row-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-row-xs.ui-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-row-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-row-sm.ui-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-row-lg {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-row-lg.ui-section {
  margin-top: 120px;
  margin-bottom: 120px;
}

.margin-row-none {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-section {
  margin-bottom: 60px;
}

.margin-section-xs {
  margin-bottom: 20px;
}

.margin-section-sm {
  margin-bottom: 30px;
}

.margin-section-lg {
  margin-bottom: 120px;
}

.margin-section-none {
  margin-bottom: 0;
}

.margin-content {
  margin-bottom: 15px;
}

.margin-content-xs {
  margin-bottom: 5px;
}

.margin-content-sm {
  margin-bottom: 10px;
}

.margin-content-lg {
  margin-bottom: 30px;
}

.margin-content-none {
  margin-bottom: 0;
}

/**
 *	border
 */
.border-none {
  border: none;
}

.border-box {
  border: 1px solid #ECEAEB;
}

.divider {
  border-bottom: 1px solid #ECEAEB;
}

.divider-dotted {
  border-bottom: 1px dotted #ECEAEB;
}

.border-radius {
  border-radius: 0;
}

.border-radiusp-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.border-radiusp-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.border-radiusp-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.border-radiusp-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/**
 *	font
 */
.headline-h1 {
  font-size: 32px;
}

.headline-h2 {
  font-size: 24px;
}

.headline-h3 {
  font-size: 18px;
}

.headline-h4 {
  font-size: 16px;
}

.headline-h5 {
  font-size: 14px;
}

.headline-h6 {
  font-size: 12px;
}

.text-size-xs {
  font-size: 10px;
}

.text-size-sm {
  font-size: 12px;
}

.text-size-lg {
  font-size: 18px;
}

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.color-black {
  color: #000;
}

.color-gray-darker {
  color: #222222;
}

.color-gray-dark {
  color: #333333;
}

.color-gray {
  color: #555555;
}

.color-gray-light {
  color: #777777;
}

.color-gray-lighter {
  color: #eeeeee;
}

.color-main {
  color: #ECEAEB;
}

.color-sub {
  color: #fff;
}

.color-accent {
  color: #D02C2A;
}

.color-link {
  color: #D02C2A;
}

.color-hover {
  color: #c32927;
}

.hover-color-main:hover {
  color: #ECEAEB;
}

.hover-color-sub:hover {
  color: #fff;
}

.hover-color-accent:hover {
  color: #D02C2A;
}

.hover-color-link:hover {
  color: #D02C2A;
}

.hover-color-hover:hover {
  color: #c32927;
}

/**
 *	background
 */
.fill-black {
  background-color: #000;
}

.fill-gray-darker {
  background-color: #222222;
}

.fill-gray-dark {
  background-color: #333333;
}

.fill-gray {
  background-color: #555555;
}

.fill-gray-light {
  background-color: #777777;
}

.fill-gray-lighter {
  background-color: #eeeeee;
}

.fill-main {
  background-color: #ECEAEB;
}

.fill-sub {
  background-color: #fff;
}

.fill-accent {
  background-color: #D02C2A;
}

.fill-link {
  background-color: #D02C2A;
}

.fill-hover {
  background-color: #c32927;
}

.hover-fill-black:hover {
  background-color: #000;
}

.hover-fill-gray-darker:hover {
  background-color: #222222;
}

.hover-fill-gray-dark:hover {
  background-color: #333333;
}

.hover-fill-gray:hover {
  background-color: #555555;
}

.hover-fill-gray-light:hover {
  background-color: #777777;
}

.hover-fill-gray-lighter:hover {
  background-color: #eeeeee;
}

.hover-fill-main {
  background-color: #ECEAEB;
}

.hover-fill-sub {
  background-color: #fff;
}

.hover-fill-accent {
  background-color: #D02C2A;
}

.hover-fill-link {
  background-color: #D02C2A;
}

.hover-fill-hover {
  background-color: #c32927;
}

/* ------------------------------------- */
/*  header: ヘッダーのスタイル
/*		- ui-header
/*		- ui-topbar
/* ------------------------------------- */
/*  layout  */
/*--------------------------------- */
.ui-header #site_description {
  margin-bottom: 0;
  font-size: 12px;
}
.ui-header .logo .title {
  margin: 0;
  font-size: 32px;
}
.ui-header .logo img {
      max-width: 600px;
    width: 100%;
}

/**
 *	ui-topbar
 */
.ui-topbar .topbar-body {
  padding: 3px 0;
  border-top: 3px solid #ECEAEB;
  border-bottom: 1px solid #ECEAEB;
  font-size: 12px;
}
.ui-topbar .topbar-body ul,
.ui-topbar .topbar-body p {
  margin-bottom: 0;
}
.ui-topbar .topbar-body .btn {
  padding: 0 3px;
}
.ui-topbar .topbar-body .header-login-block {
  text-align: right;
}
@media (min-width: 768px) {
  .ui-topbar .topbar-body input[type="text"],
  .ui-topbar .topbar-body input[type="email"],
  .ui-topbar .topbar-body input[type="password"] {
    width: 130px;
  }
}

/* ------------------------------------- */
/*  footer: フッターのスタイル
/*		- ui-footer
/*		- footerbottomcolumn
/* ------------------------------------- */
.ui-footer {
  font-size: 12px;
  background-color: #1b1b1b;
}
.ui-footer .footer-body {

}
.ui-footer #pagetop {
  margin-bottom: 10px;
}

/**
 *	footer bottom column
 */
#footerbottomcolumn {
  border-top: 1px solid #ECEAEB;
}

/* ------------------------------------- */
/*  hadline: 見出しのスタイル
/*		- ui-headline
/*		- page-title
/*		- section-title
/*		- content-title
/* ------------------------------------- */
.ui-headline {
  position: relative;
}
.ui-headline .title {
  display: inline-block;
  margin: 0;
}
.ui-headline .title.title-colored {
  font-size: 18px;
}
.ui-headline .list-link {
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
}

/**
 *	page-title
 */
.page-title {
  padding-bottom: 10px;
}
.page-title .title {
  color: #78130b;
  font-size: 1.5em;
  font-weight: normal;
}

/**
 *	section-title
 */
.section-title {
  margin-bottom: 25px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.section-title .title {
  color: #5B5B5B;
  font-size: 18px;
}
.section-title .title img {
  margin-left: 20px;
}

.ui-content .section-title:before {
  content: "";
  display: block;
  border-top: solid 1px #ECEAEB;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.ui-content .section-title .title {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  position: relative;
  z-index: 5;
}
.ui-content .section-title.text-center .title {
  padding-left: 20px;
}

/**
 *	side-title
 */
.side-title {
  margin-bottom: 0;
  padding: 10px;
  background-color: #ECEAEB;
}
.side-title .title {
  color: #5B5B5B;
  font-size: 14px;
  font-weight: bold;
}

/* ------------------------------------- */
/*  button: ボタンのスタイル
/*		- ui-form 	
/*		- @block: search_products, login
/*		- @plugin: 
/* ------------------------------------- */
.btn {
  border-radius: 2px;
}
@media (max-width: 767px) {
  .btn {
    padding: 8px 12px;
  }
}

div.btn,
li.btn,
p.btn {
  padding: 0;
  border: none;
  cursor: none;
}
div.btn:active,
li.btn:active,
p.btn:active {
  box-shadow: none;
}

/**
 *	btn style
 */
.btn-default {
  color: #5B5B5B;
  background-color: #fff;
  border: 1px solid #ECEAEB;
}
.btn-default:hover {
  border: 1px solid #ECEAEB;
  background-color: #ECEAEB;
}

.btn-black {
  color: #fff;
  border: 1px solid #333;
  background-color: #333;
}
.btn-black:hover {
  color: #fff;
  background-color: #444;
}
.btn-red{
    background-color: #c7392e !important;
    padding: 0.8em 1em;
    border-radius: 0.5em;
    color: #fff;
    font-weight: 600;
    border: 0;
}

.btn-red:hover,
.btn-red:active {
    color: #fff;
    opacity: 0.8;
}

.btn-w{
    background-color: #fff !important;
    padding: 0.8em 1em;
    border-radius: 0.5em;
    color: #333;
    font-weight: 600;
}

.btn-w:hover,
.btn-w:active {
    color: #333;
    opacity: 0.8;
}


.btn-border {
  color: #fff;
    background-color: #1b1b1b;
}
.btn-border:hover {
    color: #fff;
  background-color: #1b1b1b;
}

/* ------------------------------------- */
/*  content box: 商品リストのスタイル
/*		- ui-box
/*		- ui-side > ui-box
/*		- @block: recommend
/*		- @plugin: plg_ranking, plg_newProduct
/* ------------------------------------- */
.ui-box {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ui-box {
    font-size: 12px;
  }
}
.ui-box .box-image {
  margin-bottom: 10px;
}
.ui-box .box-title {
  margin-bottom: 5px;
}
.ui-box .box-title .title {
  color: #333333;
  font-size: 13px;
}
.ui-box .box-title .title a {
  color: #333333;
}
.ui-box .box-title .title a:hover {
  color: #D02C2A;
}
.ui-box .description,
.ui-box ul, .ui-box p {
  margin-bottom: 5px;
}
.ui-box .rank_num {
  padding: 2px 4px;
  margin-right: 5px;
  border: 1px solid #ECEAEB;
  color: #5B5B5B;
  font-size: 10px;
}
.ui-box .item-price {
  color: #5B5B5B;
  font-weight: bold;
}
.ui-box .item-price del {
  color: #777777;
  font-weight: normal;
}
.ui-box .item-price .price {
  color: #5B5B5B;
}
@media (min-width: 768px) {
  .ui-box .col-left-fit {
    padding-right: 0;
  }
  .ui-box .col-left-sm {
    padding-right: 10px;
  }
  .ui-box .col-left-lg {
    padding-right: 30px;
  }
}

.ui-side .ui-box {
  text-align: left;
}

@media (max-width: 767px) {
  .ui-box .status-icon img {
    width: 50px;
    margin-bottom: 3px;
  }
}

/* ------------------------------------- */
/*  list: リストコンテンツのスタイル
/*		- ui-list
/*		- list-category
/*		- @block: news, category
/*		- @plugin: 
/* ------------------------------------- */
.ui-list .date {
  font-size: 12px;
}
.ui-list.list-news .list-body {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ECEAEB;
}
.ui-list.list-scroll {
  overflow-y: scroll;
  max-height: 300px;
  padding: 5px 15px;
  border: 1px solid #ECEAEB;
}

/**
 *	list-category
 */
.ui-list.list-category {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.ui-list.list-category li {
  padding: 5px 0;
}
.ui-list.list-category a {
  font-size: 14px;
  font-weight: bold;
}
.ui-list.list-category ul {
  list-style: disc;
  padding-left: 15px;
}

/* ------------------------------------- */
/*  form: フォームのスタイル
/*		- ui-form 	
/*		- @block: search_products, login
/*		- @plugin: 
/* ------------------------------------- */
.ui-form .formlist dt {
  color: #5B5B5B;
  font-size: 12px;
}

/* ------------------------------------- */
/*  table: tableのスタイル
/*		- ui-table
/*		- @block: calendar
/*		- @plugin: 
/*		- @page: contact, cart
/* ------------------------------------- */
.ui-table {
  border: none !important;
}
.ui-table tr th {
  border: none !important;
  color: #5B5B5B;
  background-color: #f4f4f4;
}
.ui-table tr td {
  border: none !important;
}
.ui-table tr td select {
  margin-bottom: 10px;
  max-width: 150px;
}
.ui-table tr td input {
  padding: 2px 6px;
}

/**
 *	carendar
 */
.ui-side .ui-table caption {
  text-align: center;
}
@media (min-width: 768px) {
  .ui-side .ui-table > thead > tr > th {
    padding: 3px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .ui-side .ui-table > thead > tr > th {
    padding: 6px;
  }
}
.ui-side .ui-table > tbody > tr > td {
  border: none;
}
.ui-side .ui-table > tbody > tr > td.off {
  background-color: #FFCFCF;
}
@media (min-width: 768px) {
  .ui-side .ui-table > tbody > tr > td {
    padding: 3px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .ui-side .ui-table > tbody > tr > td {
    padding: 6px;
  }
}

/* ------------------------------------- */
/*  nav: ナビゲーションのスタイル
/*		- ui-nav
/*		- @block: 
/*		- @plugin: plg_Tetra_PulldownNav
/* ------------------------------------- */
.ui-nav {
  min-height: 0;
  border-radius: 0;
  border: none;
  background-color: #78130b;
}
.ui-nav .navbar-brand {
  color: #5B5B5B;
  font-size: 14px;
  font-weight: normal;
}
.ui-nav .navbar-toggle {
  border: none;
}
.ui-nav .navbar-toggle:hover, .ui-nav .navbar-toggle:active, .ui-nav .navbar-toggle:focus {
  background-color: transparent;
}
.ui-nav .navbar-toggle .icon-bar {
  background-color: #5B5B5B;
}
@media (min-width: 768px) {
  .ui-nav .nav > li {
    margin: 0 1px;
    color: #ECEAEB;
    background-color: #78130b;
  }
  .ui-nav .nav > li:hover, .ui-nav .nav > li:focus {
    color: #78130b;
  }
  .ui-nav .nav > li.active > a {
    color: #78130b;
    font-weight: normal;
    background-color: #ECEAEB;
  }
  .ui-nav .nav > li > a {
    padding: 0.8em 1em;
    color: #fff;
    font-weight: 600;
  }
  .ui-nav .nav > li > a:hover, .ui-nav .nav > li > a:focus {
    color: #fff;
    font-weight: 600;
    background-color: #78130b;
  }
  .ui-nav .nav .dropdown-menu > li > a:hover {
    background-color: #ECEAEB;
  }
}

/**
 *	hover-open
 */
@media (min-width: 768px) {
  .ui-nav.open-hover .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

/**
 *	submenu
 */
.ui-nav .dropdown-submenu {
  position: relative;
}
.ui-nav .dropdown-submenu > .dropdown-menu {
  top: 0 !important;
  left: 101%;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.ui-nav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.ui-nav .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.ui-nav .dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.ui-nav .dropdown-submenu.pull-left {
  float: none;
}
.ui-nav .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* ------------------------------------- */
/*  slider: スライダーのスタイル
/*    - ui-slider
/*    - @block: 
/*    - @plugin: plg_Tetra_slider_area
/* ------------------------------------- */
.ui-slider .carousel-indicators li {
  border: 1px solid #ECEAEB;
}
.ui-slider .carousel-indicators li.active {
  background-color: #ECEAEB;
}
.ui-slider .carousel-inner .item {
  text-align: center;
}
.ui-slider .carousel-inner .item img {
  display: inline-block;
}
.ui-slider .carousel-control {
  opacity: 1;
  width: 8%;
  text-shadow: none;
}
.ui-slider .carousel-control .glyphicon {
  opacity: .3;
}
.ui-slider .carousel-control:hover {
  color: #ECEAEB;
  background-color: transparent;
}
.ui-slider .carousel-control:hover .glyphicon {
  opacity: 1;
}
.ui-slider .carousel-control.left {
  filter: none;
  background-image: none;
}
.ui-slider .carousel-control.right {
  filter: none;
  right: 0;
  background-image: none;
}

/* ------------------------------------- */
/*  shoppingu guide: ガイドのスタイル
/*    - shopping_guide
/*    - @block: 
/*    - @plugin: plg_Tetra_FotterGuide_area 
/* ------------------------------------- */
#shopping_guide {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #ECEAEB;
  font-size: 12px;
}
#shopping_guide .footer_title {
  padding-bottom: 5px;
  padding-left: 20px;
  margin: -10px -20px 0 -20px;
  border-bottom: 1px solid #ECEAEB;
  color: #5B5B5B;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
#shopping_guide .footer_title span {
  font-size: 10px;
}
#shopping_guide .guide_title {
  padding: 6px 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  border: 1px solid #ECEAEB;
}
#shopping_guide .guide_body ul li {
  margin-bottom: 5px;
}
#shopping_guide .guide_body img {
  max-width: 100%;
  max-height: 100%;
}

/* ------------------------------------- */
/*   Cart: カートページのスタイル
/* ------------------------------------- */
#undercolumn_cart .point_announce {
  margin-bottom: 20px;
}
#undercolumn_cart .point_announce .price {
  color: #f00;
  font-weight: bold;
  padding: 0 5px;
}
#undercolumn_cart .totalmoney_area {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #undercolumn_cart .form_area table #quantity_level li {
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
#undercolumn_cart .form_area table #quantity_level li a i {
  font-size: 18px;
}

/* ------------------------------------- */
/*  products: 商品ページのスタイル
/*    - page-navi
/*    - product-list
/*    - product-detail
/* ------------------------------------- */
/**
 *	page-navi
 */
#undercolumn #page_navi_top,
#undercolumn #page_navi_bottom {
}
@media (max-width: 767px) {
  #undercolumn #page_navi_top,
  #undercolumn #page_navi_bottom {
    margin-top: 20px;
  }
}
#undercolumn #page_navi_top .item_num,
#undercolumn #page_navi_bottom .item_num {
  margin-bottom: 15px;
  color: #5B5B5B;
  font-weight: bold;
}
#undercolumn #page_navi_top .change,
#undercolumn #page_navi_bottom .change {
  text-align: center;
}
@media (max-width: 767px) {
  #undercolumn #page_navi_top .change,
  #undercolumn #page_navi_bottom .change {
    text-align: center;
  }
}
#undercolumn #page_navi_top .change a,
#undercolumn #page_navi_bottom .change a {
  margin-right: 5px;
  padding: 6px 12px;
  border-radius: 2px;
  border: 1px solid #ECEAEB;
  font-size: 14px;
  font-weight: 600;
}
#undercolumn #page_navi_top .change a:hover,
#undercolumn #page_navi_bottom .change a:hover {
  color: #fff;
  text-decoration: none;
  border-color: #5B5B5B;
  background-color: #5B5B5B;
}
#undercolumn #page_navi_top .change select,
#undercolumn #page_navi_bottom .change select {
  width: 120px;
  height: 40px;
  border-radius: 2em;
  padding-left: 0.5em;
  border: 1px solid #ECEAEB;
  background-color: #fff;
}
@media (max-width: 767px) {
  #undercolumn #page_navi_top .change select,
  #undercolumn #page_navi_bottom .change select {
    width: 100%;
    margin-top: 20px;
  }
}
#undercolumn #page_navi_top .navi,
#undercolumn #page_navi_bottom .navi {
  text-align: center;
  color: #5B5B5B;
}
#undercolumn #page_navi_top .navi a,
#undercolumn #page_navi_bottom .navi a {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 2px;
  border: 1px solid #ECEAEB;
  font-size: 12px;
}
#undercolumn #page_navi_top .navi a:hover,
#undercolumn #page_navi_bottom .navi a:hover {
  color: #fff;
  text-decoration: none;
  border-color: #5B5B5B;
  background-color: #5B5B5B;
}

/**
 *	product-list
 */
.list-products {
  text-align: left;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ECEAEB;
}
.list-products:last-child {
  border: none;
}
.list-products .status_icon li {
  padding-right: 0;
}
.list-products .product-title {
  margin-bottom: 30px;
}
.list-products .product-title .title {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #5B5B5B;
  font-size: 24px;
}
.list-products .normal_price,
.list-products .sale_price {
  margin-bottom: 15px;
  color: #5B5B5B;
  font-weight: bold;
}
.list-products .normal_price .price,
.list-products .sale_price .price {
  font-size: 18px;
}
.list-products .listcomment {
  margin-bottom: 15px;
}
.list-products .cart_area {
  padding-top: 15px;
  border-top: 2px solid #ECEAEB;
}
@media (min-width: 768px) {
  .list-products .cart_area select {
    width: 130px;
  }
}
@media (min-width: 768px) {
  .list-products .cart_area input[type="text"] {
    width: 100px;
    margin-left: 6px;
  }
}
.list-products .cart_area dl {
  margin-bottom: 0;
}
.list-products .cart_area dl:last-child {
  margin-bottom: 15px;
}
.list-products .cart_area dl dt {
  display: inline-block;
  width: auto;
  color: #333333;
}
.list-products .cart_area dl dd {
  display: inline-block;
}
.list-products .cart_area .quantity {
  margin-bottom: 15px;
  margin-right: 15px;
}
.list-products .cart_area .cartin_btn .btn {
  width: 150px;
}
@media (max-width: 767px) {
  .list-products .cart_area .cartin_btn .btn {
    width: 100%;
    padding: 8px 12px;
  }
}
.list-products .description {
  margin-bottom: 15px;
}
.list-products .detail_btn .btn {
  margin-bottom: 15px;
}

/**
 *	product-detail
 */
#detailarea #detailphotobloc {
  margin-bottom: 20px;
}
#detailarea #detailphotobloc img {
  margin-bottom: 5px;
}
#detailarea #detailrightbloc .status_icon li {
  padding-right: 0;
}
#detailarea #detailrightbloc .product-title {
  margin-bottom: 30px;
}
#detailarea #detailrightbloc .product-title .title {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #5B5B5B;
  font-size: 24px;
}
#detailarea #detailrightbloc .dl-horizontal {
  margin-bottom: 5px;
}
#detailarea #detailrightbloc .dl-horizontal dt {
  display: inline-block;
  width: 100px;
  color: #5B5B5B;
  font-size: 12px;
}
@media (min-width: 768px) {
  #detailarea #detailrightbloc .dl-horizontal dt {
    width: 100px;
  }
}
#detailarea #detailrightbloc .dl-horizontal dd {
  display: inline-block;
}
@media (min-width: 768px) {
  #detailarea #detailrightbloc .dl-horizontal dd {
    margin-left: 0;
  }
}
#detailarea #detailrightbloc .price-area,
#detailarea #detailrightbloc .spec-area,
#detailarea #detailrightbloc .main_comment {
  margin-bottom: 15px;
}
#detailarea #detailrightbloc .normal_price .price,
#detailarea #detailrightbloc .sale_price .price {
  color: #5B5B5B;
  font-size: 18px;
  font-weight: bold;
}
#detailarea #detailrightbloc .cart_area {
  padding-top: 15px;
  border-top: 2px solid #ECEAEB;
}
@media (min-width: 768px) {
  #detailarea #detailrightbloc .cart_area select {
    width: 130px;
  }
}
@media (min-width: 768px) {
  #detailarea #detailrightbloc .cart_area input[type="text"] {
    width: 120px;
        height: 40px;
        border-radius: 2em;
        border: 1px solid #ECEAEB;
        background-color: #fff;
        text-align: center;
  }
}
#detailarea #detailrightbloc .cart_area .quantity {
  margin-bottom: 15px;
}
#detailarea #detailrightbloc .cart_area .quantity dt {
  display: inline-block;
  width: auto;
  color: #333333;
}
#detailarea #detailrightbloc .cart_area .quantity dd {
  display: inline-block;
}
@media (min-width: 768px) {
  #detailarea #detailrightbloc .cart_area .quantity dd {
    margin-left: 20px;
  }
}
#detailarea #detailrightbloc .cart_area .cartin_btn {
  margin-bottom: 15px;
}
#detailarea #detailrightbloc .cart_area .cartin_btn .btn {
  width: 250px;
}
@media (max-width: 767px) {
  #detailarea #detailrightbloc .cart_area .cartin_btn .btn {
    width: 100%;
    padding: 8px 12px;
  }
}

#subcomment_area {
  margin-bottom: 60px;
}
#subcomment_area .sub_area {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ECEAEB;
}
#subcomment_area .sub-title {
  margin-bottom: 15px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 16px;
}
#subcomment_area .mini {
  display: inline-block;
  margin-top: 5px;
}

#customervoice_area {
  margin-bottom: 40px;
}
#customervoice_area .review_bloc {
  padding: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ECEAEB;
}
#customervoice_area .review_bloc p {
  display: inline-block;
  margin: 0;
  font-size: 12px;
}
#customervoice_area .review_bloc .review_btn {
  display: inline-block;
  float: right;
}
@media (max-width: 767px) {
  #customervoice_area .review_bloc .review_btn {
    display: block;
    float: none;
    margin-top: 10px;
  }
}
#customervoice_area .review_bloc .review_btn a {
  padding: 4px 8px;
  font-size: 12px;
}
#customervoice_area .review_bloc .review_btn a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  #customervoice_area .review_bloc .review_btn a {
    width: 100%;
    font-size: 14px;
  }
}
#customervoice_area ul {
  list-style: none;
  padding: 15px;
  font-size: 12px;
}
#customervoice_area ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#customervoice_area ul li .recommend_level {
  color: #ffbd30;
}

@media (max-width: 767px) {
  #cboxOverlay {
    max-width: 100% !important;
  }

  #colorbox,
  #cboxWrapper,
  #cboxContent {
    max-width: 100% !important;
    background-color: transparent;
  }

  #cboxLoadedContent {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
  }

  .cboxPhoto {
    max-width: 100% !important;
    height: auto !important;
    border: 1px solid #333;
  }
}
/* ------------------------------------- */
/*  mypage: マイページのスタイル
/*    - mynavi_area
/* ------------------------------------- */
/**
 *  index
 */
@media (max-width: 767px) {
  #mynavi_area .mynavi_list li {
    display: block;
  }
  #mynavi_area .mynavi_list li a {
    display: block;
    padding: 8px 10px;
    border: 1px solid #ECEAEB;
    border-bottom: none;
    background-color: #f4f4f4;
  }
  #mynavi_area .mynavi_list li:last-child a {
    border-bottom: 1px solid #ECEAEB;
  }
}

/* ------------------------------------- */
/*  shopping: 購入ページのスタイル
/*    - shopping
/*    - login
/*    - customer
/* ------------------------------------- */
/**
 *  shopping
 */
.shopping-flow{
    text-align: center;
}
#undercolumn_shopping .shopping-flow {
  padding-left: 0;
  margin-bottom: 30px;
  text-align: center;
}
#undercolumn_shopping .shopping-flow li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 25%;
  height: 45px;
  margin-left: -4px;
  color: #5B5B5B;
  line-height: 45px;
  background-color: #fff;
}
#undercolumn_shopping .shopping-flow li.current {
  color: #fff;
  background-color: #5B5B5B;
}
#undercolumn_shopping .shopping-flow li.row2 {
  line-height: 14px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  #undercolumn_shopping .shopping-flow li {
    width: 100%;
  }
}
#undercolumn_shopping .pay_area,
#undercolumn_shopping .pay_area02,
#undercolumn_shopping .point_area {
  margin-bottom: 40px;
}
#undercolumn_shopping .delivdate select {
  display: inline-block;
  width: 150px;
}
#undercolumn_shopping .radio-button li {
  margin-bottom: 15px;
}
#undercolumn_shopping .radio-button li input {
  margin-right: 5px;
}
#undercolumn_shopping .btn_area {
  text-align: center;
}
#undercolumn_shopping textarea {
  width: 100%;
}

/**
 *  login
 */
#undercolumn_login .login_area {
  margin-top: 40px;
}
#undercolumn_login .login_area .inputbox {
  margin: 30px 0;
}
#undercolumn_login .login_area .inputbox .btn_area {
  text-align: center;
}
#undercolumn_login .login_area .inputbox .btn_area ul {
  margin-bottom: 0;
}

/**
 *  customer
 */
#undercolumn_customer .shopping-flow {
  padding-left: 0;
}
#undercolumn_customer .shopping-flow li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 25%;
  height: 45px;
  margin-left: -4px;
  color: #5B5B5B;
  line-height: 45px;
  background-color: #fff;
}
#undercolumn_customer .shopping-flow li.current {
  color: #fff;
  background-color: #5B5B5B;
}
#undercolumn_customer .shopping-flow li.row2 {
  line-height: 14px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  #undercolumn_customer .shopping-flow li {
    width: 100%;
  }
}
#undercolumn_customer form table select {
  margin: 5px 0;
}
#undercolumn_customer form table select[name="order_year"],
#undercolumn_customer form table select[name="order_month"],
#undercolumn_customer form table select[name="order_day"] {
  width: 60px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  #undercolumn_customer form table select[name="order_year"],
  #undercolumn_customer form table select[name="order_month"],
  #undercolumn_customer form table select[name="order_day"] {
    width: 110px;
  }
}
#undercolumn_customer form table td select {
  width: 130px;
}
#undercolumn_customer .btn_area {
  text-align: center;
}

/* ------------------------------------- */
/*  windowcolumn: ポップアップページのスタイル
/* ------------------------------------- */
#windowcolumn #forgot {
  padding: 10px;
}
#windowcolumn #forgot .name {
  margin-left: 49px;
}
@media (max-width: 767px) {
  #windowcolumn #forgot .name {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #windowcolumn table {
    widows: 300px;
  }
  #windowcolumn table textarea {
    width: 200px;
  }
}
/*汎用*/
.frame_outer{
    background-color: #E9E9E9;
}

.h1em{
    height: 1em;
}

.h05em{
    height: 0.5em;
}

.tx_w{
    color: #fff;
}

.tx_w:hover{
    color: #fff;
}

.tx_al_l{
    text-align: left;
}

.fl_box1{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width:500px) {
    .fl_box1{
        display: block;
    }
}
/*汎用ここまで*/
/*商品一覧*/
.column-items {
    display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
  grid-auto-flow: dense;
}

.column-items > .item:nth-child(-n+4) {
  grid-column: span 2;
}
.column-items .items{
    background: #fff;
    padding: 0.2em 0.2em 0.5em 0.2em;
    border-radius: 0.5em;
}

.column-items .items .status{
    margin: 0.4em 0 0.1em 0;
}

.column-items .items .inner{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.column-items .items form{
    margin-top: auto;
}

.column-items .items form button{
    width: 100%;
}

.column-items .top_items{
    background: #ffaba1;
}

.column-items .top_items a{
    background: #ffaba1;

    height: 100%;
}

.column-items .items a .pricebox{
    
}
    
.column-items .imagebox{
    display: block;
    width: 100%;
    padding-bottom: 140%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.2s;
}

.column-items .imagebox:hover{
    opacity: 0.7;
}
.column-items .items .inner .sale_price{
    color: #e40415;
    font-weight: bold;
    font-size: 1.5em;
}

.column-items .items .inner:last-child{
   
}

.column-items .items .inner .list_btn{
    text-align: center;
    margin-top: auto;
}
@media screen and (max-width:500px) {
    .column-items .items .inner .sale_price{
        font-size: 1.2em;
    }
}

.subtitle{
    font-size: 2.5em;
    font-weight: 600;
    color: #04A0E7;
    margin-bottom: 0;
}

@media screen and (max-width:768px) {
    .column-items{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media screen and (max-width:550px) {
    .column-items{
        grid-template-columns: 1fr 1fr 1fr;
    }
}
/*商品一覧ここまで*/

.detail_img{
    max-width: 100%;
    max-height: 500px;
    width: auto;
    height: auto;
}

.itemprice span{
    font-size: 2.5em;
    color: #E40415;
    font-weight: 600;
}

#news_area .ui-headline .news_title{
    font-size: 1.5em;
}

#search_form .fl{
    display: flex;
    gap: 1em;
}

#search_form .fl .search_input{
    border: none;
    border-radius: 1em;
    padding: 1.5em 1em;
    font-size: 1.1em;
    border: 3px solid;
    text-align: center;
}

#search_form .fl .search_btn{
    font-size: 1.1em;
    min-width: 100px;
    text-align: center;
    border-radius: 0.8em;
    background: linear-gradient(
        to bottom,
        #f7504b 0%,
        #6e0504 100%
    );
    border: 3px solid;
    font-weight: 600;
}

/*ヘッダーカテゴリ修正*/
.spnone_nav{
    display: flex;
}

.pcnone_nav{
    display:none;
}

@media screen and (max-width: 767px) {
    .spnone_nav{
        display: none;
    }

    .pcnone_nav{
        display:block;
    }
}

.nav-flex-box{
    /*justify-content: center;*/
    float: none;
}

.dropdown-flex-inner a{
    color: #444;
    font-weight: 600;
    font-size: 1em;
}


.search-foam button i{
    font-size: 30px;
}

.toggle_c {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#019ac6;
}
.Label::before{
    content:none;
}

.Label.hasChild::before{
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
        padding: 0 0 0 1em;
	overflow: hidden;
}
.toggle_c:checked + .Label + .content {	/*開閉時*/
	height: auto;
	transition: all .3s;
}
.toggle_c:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.pcnone_nav .btn{
    padding: 0.5em 1em 0.4em;
    background-color: #78130b;
    transition: filter 0.1s ease;
    filter: brightness(1.0);
    text-align: left;
    font-weight: 600;
    width: 100%;
    color: aliceblue;
    border-bottom: 2px solid #8c2920;
}

.pcnone_nav .btn a{
    min-width: 200px;
    display: inline-block;
    color: #fff;
}

.sp_header_category{
    overflow-y: scroll;
    height: 100%;
    max-height: 400px;
}

.price-wrap {
  display: inline-block;
  position: relative;
  font-size: 30px;
  white-space: nowrap;
}

.price-wrap.price--small {
  font-size: 24px; /* 好きに調整 */
}

.price-stroke-outer,
.price-stroke-middle,
.price-stroke-inner,
.price-grad {
  font-size: 30px;
}

.column4_bigtx .price-stroke-outer,
.column4_bigtx .price-stroke-middle,
.column4_bigtx .price-stroke-inner,
.column4_bigtx .price-grad {
  font-size: 40px;
}

/* 7桁以上 */
.price-small {
  font-size: 24px;
}

.column4_bigtx .price-small {
  font-size: 34px;
}

.price-stroke-outer,
.price-stroke-middle,
.price-stroke-inner {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
  pointer-events: none;
}

.price-grad {
  position: relative;
  z-index: 3;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;

  background: linear-gradient(
    to top,
    #ffd757 0%,
    #ff3526 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.price-stroke-inner {
  color: transparent;
  -webkit-text-stroke: 5px #000;
  z-index: 2;
}

.price-stroke-middle {
  color: transparent;
  -webkit-text-stroke: 10px #fff;
  z-index: 1;
}
/*
.price-stroke-outer {
  color: transparent;
  -webkit-text-stroke: 7px #000;
  z-index: 0;
}
*/

.column-items--4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}

.column-items--6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
}

@media screen and (max-width:992px) {
    .column-items--4{
    grid-template-columns: repeat(2, 1fr);
    }
    .column-items--6{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width:550px) {
    .column-items--6{
        grid-template-columns: repeat(2, 1fr);
    }
    
    .column4_bigtx .price-stroke-outer,
    .column4_bigtx .price-stroke-middle,
    .column4_bigtx .price-stroke-inner,
    .column4_bigtx .price-grad {
      font-size: 20px;
    }

    .column4_bigtx .price-small {
      font-size: 15px;
    }
    
    .price-stroke-outer, .price-stroke-middle, .price-stroke-inner, .price-grad {
        font-size: 20px;
    }
    
    .price-wrap.price--small {
    font-size: 15px; /* 好きに調整 */
  }
  .price-stroke-inner {
    color: transparent;
    -webkit-text-stroke: 3px #000;
    z-index: 2;
  }

  .price-stroke-middle {
    color: transparent;
    -webkit-text-stroke: 5px #fff;
    z-index: 1;
  }
  
}

.navbar-header{
    background-color: #78130b;
    display: none;
    padding: 1em;
}

@media screen and (max-width: 767px) {
    .navbar-header{
    display: flex;
    }
}

.navbar-header button{
    background-color: #78130b;
    border: 0;
}

.navbar-header button a{
    color: #fff;
    font-weight: 600;
}

#search_area{
    max-width: 800px;
    margin: 0 auto 2em;
}

.pickup_list_tit{
    text-align: center;
}

@media (max-width: 550px) {
    .pickup_list_tit{
        font-size: 12px;
    }
    
}

.dropdown-menu>li>a {
    border-bottom: 2px solid #ddd;
    padding: 0.5em 1em;
}

.bflink_headerbtn{
    background-color: #c7392e!important;
    padding: 0.5em 1em;
    border-radius: 0.5em;
}

.bflink_headerbtn_pc{
    background-color: #c7392e !important;
    padding: 0.8em 1em;
    border-radius: 0.5em;
    color: #fff;
    font-weight: 600;
}

.cartlink_headerbtn_pc{
    margin-left: auto;
    padding: 0.7em 1em 0.1em;
    border-radius: 0.5em;
    color: #fff;
    font-weight: 600;
}

.bflink_headerbtn_pc:hover,
.bflink_headerbtn_pc:active,
.cartlink_headerbtn_pc:hover,
.cartlink_headerbtn_pc:active{
    color: #fff;
}

.cartlink_headerbtn_pc span{
    background-color: #c7392e;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    margin: 0;
    font-size: 14px;
}

.cartlink_headerbtn_sp span{
    background-color: #c7392e;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    margin: 0;
    font-size: 12px;
}

.cartlink_headerbtn_sp{
    margin-left: auto;
    padding: 0.2em 1em;
    border-radius: 0.5em;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.cartlink_headerbtn_sp p{
    margin: 0;
}
.searcharea_tx{
    text-align: center;
}


.searcharea_tx p{
    font-size: 1.4em;
    font-weight: 600;
}

@media (max-width: 500px) {
    .searcharea_tx p{
        font-size: 1em;
    }
}

.searcharea_tx p span{
    color: #c7392e;
}

.searcharea_tx .beginner_tx{
    color: #fff;
    background-color: #01a691;
    display: inline-block;
    padding: 0.5em 1.3em 0.4em;
    border-radius: 2em;
    border: 3px solid #fff;
}
.buy_tx{
        color: #fff;
        font-weight: 600;
        text-align: right;
        padding: 0.3em 0 0;
        margin-bottom: 0;
        max-width: 970px;
        margin: 0 auto;
        padding: 5px 15px;
    }

@media (min-width: 1200px) {
    .buy_tx{
        max-width: 1170px;
    }
}

.top_search_area{
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_search_area select{
    width: 120px;
    height: 40px;
    border-radius: 2em;
    padding-left: 0.5em;
    border: 1px solid #ECEAEB;
    background-color: #fff;
}

.top_search_area p{
    font-size: 1.5em;
    margin: 0;
}

@media (max-width: 767px) {
    .top_search_area{
        display: block;
    }
    
    .top_search_area select{
        width: 100%;
    }
}

.bgbox_w{
    background-color: #fff;
    padding: 1em;
    border-radius: 1em;
}
.bgbox_w .red{
    color:#E40415;
}

.top_pcnone{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.top_spnone{
    display: none;
    margin: 0 auto;
    max-width: 100%;
}

@media (max-width: 767px) {
    .top_pcnone{
        display: none;
        margin: 0 auto;
    }

    .top_spnone{
        display: block;
        margin: 0 auto;
    }
}

.top_sell_link{
    font-size: 2em;
    text-align: center;
    /* margin: 0 auto; */
    display: block;
}

.top_sell_link img{
    width: 40px;
}

.floating{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.floating .sell_link{
    font-size: 1.2em;
    text-align: center;
    /* margin: 0 auto; */
    display: block;
}

.floating .sell_link img{
    width: 40px;
}

@media (max-width: 767px) {
    .floating{
        bottom: 10px;
        right: 10px;
    }
    
    .floating .sell_link{
        font-size: 1.1em;
    }

    .floating .sell_link img{
        width: 30px;
    }
}

.pcnone{
    display: none;
}

@media (max-width: 767px) {
    .pcnone{
    display: block;
}
}