@charset "UTF-8";
@import url("bootstrap.custom.min.css");
/* only Grid system CSS */
/* --------------------------------
	Common style
-------------------------------- */
a {
  color: #191919;
  text-decoration: none;
  cursor: pointer; }

a:hover,
a:focus,
a:active {
  color: #191919;
  text-decoration: none;
  outline: none; }

textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif; }

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

dl,
dt,
dd,
li {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

/* svg icon */
#svgicon {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden; }

.cb {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor; }

.cb-images {
  width: 1.125em; }

.icon-bg {
  fill: #d4d4d5; }

.icon-with-bg {
  fill: #fff; }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px; }

.row {
  margin-left: -8px;
  margin-right: -8px;
  padding-bottom: 16px; }

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 8px;
  padding-right: 8px; }

/*  table
============================ */
.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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

/*	form
============================ */
label {
  font-weight: 500; }

input:focus,
select:focus {
  outline: none; }

input[type="number"] {
  text-align: right; }

.form-group .errormsg {
  margin-top: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold; }

dd.form-group .errormsg {
  margin-bottom: 0; }

.form-control {
  border: 1px solid #C4CCCE;
  border-radius: 3px !important;
  box-shadow: none;
  font-size: 16px;
  font-size: 1.6rem;
  height: 40px;
  padding: 6px 12px;
  width: auto;
  line-height: 1.5; }

.form-control:focus {
  border-color: #3c8dbc !important;
  box-shadow: none; }

.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
  box-shadow: none;
  background: none; }

.has-success .form-control {
  border-color: #0D8969;
  background: #e7f6f3; }

.has-warning .form-control {
  border-color: #E99133;
  background: #fdf7ed; }

.has-error .form-control {
  border-color: #CF3F34;
  background: #FDF1F0; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: inherit;
  background: #FDF1F0; }

.form-control::-moz-placeholder {
  color: #bbb;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #bbb; }

.form-control::-webkit-input-placeholder {
  color: #bbb; }

.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-group .form-control {
  width: 100%; }

.form-inline .form-control {
  width: auto; }

.form-group.lange input[type="text"],
.form-group.lange label {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 1%;
  margin-right: 1%;
  vertical-align: middle; }

.form-group.lange input[type="text"] {
  width: 28%; }

.input_tel input {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 1px;
  margin-right: 1px;
  max-width: 5em;
  vertical-align: middle;
  width: 30%; }

.form-group.input_tel input:first-child {
  margin-left: 0; }

.form-group.input_name input {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2%;
  vertical-align: middle;
  width: 48%; }

.form-group.input_name input:first-child {
  margin-left: 0; }

.form-group.input_zip input {
  display: inline-block;
  margin-left: 1%;
  margin-right: 1%;
  max-width: 5em;
  vertical-align: middle;
  width: 30%; }

.form-group.input_zip .question-circle {
  font-size: 11px;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
  background: #525263;
  border-radius: 50%; }

.form-group.input_zip .question-circle .cb-question {
  fill: #fff; }

.form-group .item_price input,
.form-group .item_quantity input {
  margin: 0 1%;
  text-align: right;
  width: 50%; }

.form-inline label {
  margin: 0 10px 0 0; }

.form-inline label:first-child + select,
.form-inline label:first-child + input {
  margin-right: 10px; }

.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top; }

.checkbox-inline,
.radio-inline {
  cursor: pointer;
  margin-left: 20px; }

.checkbox-inline:first-child,
.radio-inline:first-child {
  margin-left: 0; }

span.required {
  color: #DE5D50;
  font-weight: 500 !important;
  margin-left: 1em;
  font-size: 12px;
  font-size: 1.2rem; }

/* --------------------------------
	Parts
-------------------------------- */
/* heading */
.page-heading {
  font-size: 1.6em;
  font-weight: bold;
  color: #666;
  margin: 0 0 0.6em;
  padding: 0; }

.heading01 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.heading02,
.heading03 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold; }

.heading04 {
  clear: both;
  margin-bottom: 5px; }

.heading05 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

/* btn */
.btn {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 16px;
  font-weight: bold; }

.btn-lg {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33333; }

.btn-sm {
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500; }

.btn-xs {
  padding: 5px 8px;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 500; }

.btn .cb {
  margin: 0 5px; }

/* btn_circle */
.btn_circle {
  border: 0 none;
  padding: 0;
  margin: 0;
  text-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  color: #fff;
  background: #B8BEC4;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle; }

.btn_circle .cb {
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  top: -1px; }

.btn_circle:hover {
  opacity: 0.8; }

/* icon_close */
.icon_close {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  left: 0; }

.icon_close::before,
.icon_close::after {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #525263; }

.icon_close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.icon_close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* badge */
.btn .badge {
  position: relative;
  top: -1px; }

/* tableStyle */
div.table {
  width: 100%;
  display: table; }

div.table .thead {
  display: none; }

div.table .tbody {
  display: table-row-group; }

div.table .tbody .tr {
  display: table-row;
  margin: 0; }

div.table .tbody .tr > .td {
  display: table-cell;
  padding: 0 1em 0 0;
  text-align: center;
  overflow-x: hidden; }

.table .tbody .tr > .price {
  text-align: right; }

/* dl_table */
.dl_table {
  border-top: 1px solid #ccc; }

.dl_table dl {
  padding: 8px 0;
  border-bottom: 1px solid #ccc; }

.dl_table dd .form-group {
  padding-top: 8px; }

.dl_table dd > .form-group:first-child {
  padding-top: 0; }

.dl_table .zip-search {
  margin-top: 8px; }

/* pagination */
.pagination {
  width: 95%;
  margin: 16px auto;
  position: relative;
  clear: both; }

.pagination ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center; }

.pagination ul li {
  display: inline-block;
  min-width: 29px;
  padding: 0 3px 0 2px;
  text-align: center;
  position: relative; }

.pagination ul li a {
  color: #525263;
  display: block;
  line-height: 1.8;
  padding: 5px 1em;
  text-decoration: none; }

.pagination ul li a:hover,
.pagination ul li a:focus {
  background: #f1f1f1; }

.pagination ul li.active a {
  background: #F3F3F3;
  text-decoration: none; }

.pagination ul li.active a:hover,
.pagination ul li.active a:focus {
  background: #F3F3F3; }

.pagination ul li.disabled a {
  color: #9797A0;
  text-decoration: none; }

.pagination ul li.disabled a:hover,
.pagination ul li.disabled a:focus {
  color: #9797A0; }

/* topicpath */
#topicpath {
  border-top: 1px solid #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 0; }

#topicpath ol {
  padding-top: 1em;
  padding-bottom: 1em;
  list-style: none;
  overflow: hidden; }

#topicpath li {
  float: left;
  color: #333;
  font-size: 12px;
  font-size: 1.2rem; }

#topicpath li a {
  float: left;
  display: inline-block; }

#topicpath li:after {
  content: "｜"; }

#topicpath li:last-child {
  font-weight: bold; }

#topicpath li:last-child:after {
  content: ""; }

/* message */
.message {
  text-align: center;
  padding: 16px 0;
  margin: 0; }

p.message {
  padding: 0 0 16px; }

.heading04 + .message {
  padding-top: 0;
  text-align: left; }

.message .errormsg {
  padding: 8px;
  font-weight: bold; }

.message .errormsg:first-child {
  margin-top: 0; }

.message .errormsg:last-child {
  margin-bottom: 0; }

.message .errormsg .cb {
  margin-right: 5px;
  font-size: 130%;
  position: relative;
  top: -1px; }

/* pagenumberarea */
.pagenumberarea {
  text-align: right;
  margin: 0;
  padding-right: 0;
  padding-bottom: 20px; }

.pagenumberarea > li {
  float: none;
  display: inline-block;
  margin-left: 3px;
  width: auto; }

.dropdown.open > a {
  background: #ededed; }

/* flowline */
.flowline {
  display: none;
  position: relative;
  margin: 0;
  padding: 8px 0 16px;
  border-bottom: 1px dotted #ccc; }

.flowline ul {
  position: relative;
  margin: 0 auto; }

.flowline ul::before {
  content: "";
  height: 4px;
  background: #525263;
  position: absolute;
  top: 13px;
  margin: 0;
  border-radius: 2px;
  z-index: 0; }

.flowline.step3 ul::before {
  width: 66.66666666%;
  left: 16.6666666%; }

.flowline.step4 ul::before {
  width: 75%;
  left: 12.5%; }

.flowline ul li {
  float: left;
  position: relative;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 1; }

.flowline.step3 ul li {
  width: 33.33333333333333%; }

.flowline.step4 ul li {
  width: 25%; }

.flowline li .flow_number {
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  background: #525263;
  color: #fff;
  top: 0;
  left: 18px;
  display: inline-block;
  margin-bottom: 5px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%; }

.flowline li.active {
  color: #5CB1B1; }

.flowline li.active .flow_number {
  background: #5CB1B1; }

/* item_box */
.item_box > div {
  padding: 8px; }

.item_box .item_photo {
  max-width: 100px; }

.item_box .icon_edit {
  position: absolute;
  top: 16px;
  right: 16px;
  text-align: right;
  padding: 0; }

/* .cart .item_box */
#cart .inner {
  padding: 0 8px; }

.cart .item_box {
  border-bottom: 1px solid #E8E8E8;
  position: relative; }

.cart .item_box:last-child {
  border: 0 none; }

.cart .item_box > div,
.cart .item_box > dl {
  padding: 8px 0; }

.cart .item_box .item_photo {
  padding: 8px 8px 8px 0;
  float: left; }

.cart .item_box .item_detail {
  padding-left: 108px; }

.cart .item_box .icon_edit {
  height: 30px;
  width: 30px;
  right: 0;
  top: 10px;
  text-align: center;
  vertical-align: middle; }

.cart .item_box .icon_edit button {
  display: inline-block;
  vertical-align: middle; }

.cart .item_box .icon_close {
  width: 30px; }

.cart .item_box .cb {
  font-size: 20px;
  font-size: 2rem; }

.cart .item_box .item_name {
  margin-right: 35px;
  font-size: 16px;
  font-size: 1.6rem; }

.cart .item_box .item_pattern {
  font-size: 14px;
  font-size: 1.4rem; }

.cart .item_box .item_price {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.cart .item_box .item_price .small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 10px; }

.cart .item_box .item_quantity {
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem; }

.cart .item_box .item_quantity input {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  text-align: right; }

.cart .cart_price {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px;
  border-bottom: 1px solid #E8E8E8;
  text-align: right; }

.cart .cart_price .price {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.cart .btn_area {
  padding: 8px 0 0; }

.cart .btn_area li {
  margin: 0 auto 1em; }

.cart .btn_area .btn {
  width: 100%; }

.cart .btn_area .btn-sm {
  height: auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 10px 8px; }

/* form_terms_link */
.form_terms_link {
  text-align: center; }

/* error_box */
.error_box {
  text-align: center;
  padding: 5% 0; }

.error_box .btn_back {
  padding: 5% 0; }

.error_box .btn_back a {
  width: 100%;
  max-width: 320px; }

/* --------------------------------
	Common
-------------------------------- */
/****** Base Layout Setting ********/
/*
#contents, #header, #footer, .pagetop {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
	will-change: transform;
}*/
#contents,
#header,
#footer,
.pagetop {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

#contents {
  min-height: 100vh;
  z-index: 2; }

#header .container {
  position: relative; }

/* main */
/* side */
/****** Header Setting ********/
/* header-buttons */
.header-buttons {
  position: absolute;
  display: inline-block;
  top: 3px;
  right: 5%;
  background: #999;
  z-index: 11; }

.header-buttons li {
  display: inline-block; }

.cart-trigger,
.nav-trigger {
  position: relative;
  display: block;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  z-index: 3;
  cursor: pointer; }

.nav-trigger {
  color: transparent !important; }

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; }

p.cart-trigger:hover {
  opacity: 0.8; }

p.cart-trigger a {
  display: inline-block;
  width: 50px;
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
  text-align: center;
  outline: none; }

p.cart-trigger .cb {
  vertical-align: middle;
  font-size: 30px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s; }

p.cart-trigger .cb-close {
  opacity: 0;
  position: absolute;
  left: 13px;
  top: 9px;
  font-size: 24px; }

p.cart-trigger .badge {
  position: absolute;
  right: 1px;
  top: 5px; }

p.cart-trigger.cart-is-visible .cb-shopping-cart,
p.cart-trigger.cart-is-visible span.badge {
  /* hide cart icon */
  opacity: 0; }

p.cart-trigger.cart-is-visible .cb-close {
  /* show close icon */
  opacity: 1; }

#btn_menu {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 11; }

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #525263; }

.nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s; }

.nav-trigger span::before,
.nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s; }

.nav-trigger span::before {
  /* menu icon top line */
  top: -6px; }

.nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px; }

.drawer-open .nav-trigger span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0); }

.drawer-open .nav-trigger span::before,
.drawer-open .nav-trigger span::after {
  /* keep visible other 2 lines */
  background: #525263; }

.drawer-open .nav-trigger span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg); }

.drawer-open .nav-trigger span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg); }

/****** drawer Setting ********/
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #F6F6F6;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

/*	Category navigation
--------------------------- */
/* category-nav */
#drawer .category-nav {
  margin-bottom: 16px; }

.category-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  color: #525263;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  border-bottom: 1px solid #E8E8E8; }

.category-nav a.has-toggle {
  padding-right: 50px; }

.category-nav a:link,
.category-nav a:visited,
.category-nav a:hover,
.category-nav a:active {
  text-decoration: none; }

.category-nav a:hover {
  background: rgba(204, 204, 204, 0.1); }

.category-nav a .toggle {
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle; }

.category-nav .active > .toggle .cb {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.category-nav li > a:hover {
  background: rgba(204, 204, 204, 0.1); }

.category-nav li > a.active {
  background: rgba(204, 204, 204, 0.1); }

.category-nav ul {
  display: none; }

.category-nav ul > li > a {
  padding-left: 18px; }

.category-nav ul > li > ul > li > a {
  padding-left: 26px; }

.category-nav ul > li > ul > li > ul > li a {
  padding-left: 42px; }

/****** Footer Setting ********/
#to-top {
  display: none;
  position: fixed;
  bottom: 0.6em;
  right: 0;
  margin: 0 0.6em 0 0;
  z-index: 99; }
  #to-top a {
    position: relative;
    display: block;
    color: #fff;
    background-color: #333;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    padding: 0;
    transition: all 0.1s;
    opacity: 1; }
  #to-top a::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 2.5em;
    height: 2.5em;
    transform: translate(-50%, -50%);
    background: url("https://hito-e.net/html/template/hitoe/img/icon-40-min.png") no-repeat scroll 0% 0%/1100% 200%;
    background-position: 30% 0%; }
  #to-top a:hover {
    background-color: #999;
    text-decoration: none; }

/****** Each BlockParts Setting ********/
/* Cart */
.cart {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

.cart.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

/* Search */
.bt_search {
  border: 0;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1; }

.bt_search .cb-search {
  fill: #636378;
  font-size: 25px;
  font-size: 2.5rem; }

#searchform {
  position: relative; }

.search select {
  height: 50px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.5em 1em;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.search select option {
  max-width: 190px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.search .input_search {
  height: 50px;
  padding: 0 50px 0 1em;
  border-bottom: 1px solid #ccc;
  position: relative;
  margin-left: 1%; }

.search input[type="search"] {
  height: 50px;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  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: 3px; }

/* Member area */
.member_link {
  margin-bottom: 16px; }

.member_link a {
  border-bottom: 1px solid #e8e8e8;
  color: #525263;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  white-space: nowrap; }

.member_link a:hover {
  color: #9797a1; }

.member_link a .cb {
  font-size: 30px;
  font-size: 3rem;
  fill: #B8BEC4;
  margin-right: 5px;
  position: relative;
  top: -1px; }

.member_link a:hover .cb {
  fill: #c6cbd0; }

/* News List */
.newslist {
  border-top: 3px solid #ccc; }

.newslist dl {
  border-bottom: 1px solid #333; }

.newslist dt {
  cursor: pointer;
  padding: 0.6em 0;
  position: relative; }

.newslist dt span {
  display: block; }

.newslist dt .angle-circle {
  position: absolute;
  right: 16px;
  top: 17px;
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #B8BEC4; }

.newslist dt .cb {
  position: relative;
  top: -1px;
  left: 5px;
  fill: #fff;
  font-size: 11px;
  font-weight: 500; }

.newslist dt:hover .news_title {
  text-decoration: underline; }

.newslist dt.active .cb {
  position: relative;
  top: -2px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.newslist dt:hover .cb {
  opacity: 0.8; }

.newslist dd {
  display: none;
  margin: 0 8px 8px; }

/* Item List Page
------------------------------------------- */
.product_item {
  position: relative; }

.product_item a {
  display: block; }

.product_page .product_item a {
  padding-bottom: 16px; }

.product_item a:hover {
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none; }

.product_item a:hover img {
  opacity: 0.8; }

.item_photo {
  display: block;
  margin: 0 0 8px;
  text-align: center; }

.item_photo img {
  width: 100%; }

.product_item .btn_circle {
  position: absolute;
  right: 8px;
  top: 8px; }

.item_comment {
  margin: 0 0 8px; }

.item_name {
  color: #525263;
  margin: 0 0 8px; }

.item_price {
  color: #525263;
  font-weight: bold; }

.item_price .small {
  font-size: 86%; }

.special_price {
  color: #DE5D50; }

/* Item Detail Page
------------------------------------------- */
/*dl.quantity {
	margin: 0 auto $fs_title;
}*/
dl.quantity dt {
  min-height: 2.6em;
  line-height: 2.6em;
  vertical-align: middle; }

dl.quantity dd {
  padding: 0; }

dl.quantity dd input {
  width: 100%; }

.classcategory_list li {
  margin-top: 8px; }

.classcategory_list li:first-child {
  margin-top: 0; }

.btn_area .btn {
  height: 3.4em;
  line-height: 3.4em;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0; }

.btn_area .btn_icon .cb {
  display: inline-block;
  font-size: 2em;
  height: 3.3em;
  line-height: 3.3em;
  vertical-align: middle;
  position: relative;
  top: -1px; }

#item_detail_area .small {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500 !important; }

#item_detail_area .item_name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 5px; }

/*#item_detail_area .item_detail .sale_price {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}*/
#item_detail_area .item_detail .announce {
  padding: 8px 0;
  font-weight: bold; }

#item_detail_area .item_detail .point {
  padding: 8px 0; }

#item_detail_area .item_detail .item_code {
  padding: 8px 0; }

#item_detail_area .item_detail .relative_cat {
  padding: 8px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc; }

.cart_area {
  padding-top: 8px; }

.cart_area .classcategory_list li select {
  width: 100%; }

.cart_area .quantity {
  margin: 8px 0; }

.cart_area .quantity dd input {
  max-width: 100px; }

#item_detail .snsbtn_area {
  padding: 8px 0; }

/* relative_cat */
.relative_cat > p {
  margin: 0; }

.relative_cat ol {
  list-style: none; }

.relative_cat li {
  display: inline-block;
  color: #333; }

.relative_cat li a {
  padding: 0 0.5em;
  display: inline-block; }

.relative_cat li:first-child a {
  padding-left: 0; }

.relative_cat li:after {
  content: " > "; }

.relative_cat li:last-child:after {
  content: ""; }

/* review_area */
#review_area {
  border-top: 1px solid #E8E8E8;
  padding-bottom: 0; }

#review_area dl dt {
  padding: 16px 0;
  cursor: pointer; }

#review_area dl dt:hover {
  color: #9797A0; }

#review_area dl dt.active .cb {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

#review_area dl dt .cb {
  position: absolute;
  right: 16px;
  top: 17px; }

#review_area dl dd {
  display: none;
  padding-bottom: 0; }

#review_area dl dd .review_btn a {
  margin: 0 auto;
  padding: 16px;
  width: 100%; }

#review_area .review_list {
  padding: 8px 0; }

#review_area .review_list li {
  padding: 8px 0; }

#review_area .review_list p {
  margin: 4px 0; }

#review_area .review_list .review_date {
  font-weight: bold; }

#review_area .review_list .recommend_level {
  margin-left: 16px; }

#review_area .review_list .recommend_level span {
  color: #DE5D50; }

/* keyword_area */
#keyword_area {
  border-top: 1px solid #E8E8E8; }

#keyword_area .heading03 {
  padding: 8px 0 0; }

#keyword_area ul li {
  display: inline-block;
  margin-right: 5px; }

#keyword_area ul li a {
  display: inline-block;
  padding: 5px;
  font-size: 10px;
  background: #F5F7F8;
  border: 1px solid #D7DADD;
  color: #525263; }

#keyword_area ul li a:hover {
  background: #EEF1F3; }

/* recommend_area */
#recommend_area {
  border-top: 1px solid #E8E8E8; }

#recommend_area .carousel {
  margin-left: -8px;
  margin-right: -8px; }

#recommend_area .carousel .product_item {
  padding: 0 8px; }

#recommend_area .carousel .product_item .btn_circle {
  right: 16px; }

#recommend_area .slick-prev,
#recommend_area .slick-next {
  border: 0 none;
  background: 0 none;
  padding: 0;
  margin: 0;
  text-shadow: none;
  box-shadow: none;
  position: absolute;
  font-size: 18px;
  font-size: 1.8rem;
  width: 36px;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  top: -2em; }

#recommend_area .angle-circle {
  display: inline-block;
  background: #bfbfbf;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-top: 3px; }

#recommend_area .slick-prev .cb,
#recommend_area .slick-next .cb {
  fill: #fff;
  position: relative;
  top: -4px;
  right: -2px;
  font-size: 25px;
  font-size: 2.5rem; }

#recommend_area .slick-prev .cb {
  left: -2px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg); }

#recommend_area .slick-prev:hover,
#recommend_area .slick-next:hover {
  opacity: 0.8; }

#recommend_area .slick-disabled {
  opacity: 0.4;
  cursor: default; }

#recommend_area .slick-disabled:hover {
  opacity: 0.4; }

#recommend_area .slick-next {
  right: 0; }

#recommend_area .slick-prev {
  right: 40px;
  left: auto; }

#recommend_area .item_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* product_tag */
.product_tag_list {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 80%;
  color: #525263;
  border: solid 1px #D7DADD;
  border-radius: 3px;
  background-color: #F5F7F8; }

/* Cart Page
------------------------------------------- */
#form_cart > .message:first-child {
  padding-top: 16px; }

.total_box {
  width: 100%; }

/*
.total_box dl {
    margin-left: 40%;
}
.total_box dl dt {
    float: left;
    width: 45%;
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
}
.total_box .btn_group {
    padding: 8px 0;
}
*/
.cart_item .item_box .td {
  vertical-align: middle; }

.cart_item .icon_edit {
  position: static;
  width: 8.3333333333%; }

.cart_item .icon_edit a .cb {
  color: #B8BEC4;
  fill: #B8BEC4;
  font-size: 20px;
  font-size: 2rem; }

.cart_item .icon_edit a:hover .cb {
  opacity: 0.8; }

.cart_item .item_box a:hover img {
  opacity: 0.8; }

.cart_item .item_box .table {
  width: 58.33333333%; }

.cart_item .item_box .table .item_photo,
.cart_item .item_box .table .item_detail {
  display: table-cell;
  vertical-align: middle; }

.cart_item .item_box .table .item_photo {
  min-width: 80px;
  padding-right: 8px; }

.cart_item .item_box .table .item_detail {
  text-align: left; }

.cart_item .item_box .table .item_name a {
  font-weight: bold;
  color: #525263; }

.cart_item .item_box .table .item_name a:hover {
  color: #9797a1; }

.cart_item .item_detail .item_subtotal {
  display: block; }

.cart_item.table .tbody .tr div.item_subtotal {
  display: none; }

.cart_item .item_quantity ul {
  text-align: center;
  white-space: nowrap; }

.cart_item .item_quantity ul li {
  display: inline-block;
  margin: 8px 4px; }

.cart_item .item_quantity ul li a,
.cart_item .item_quantity ul li span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  border-radius: 50%; }

.cart_item .item_quantity ul li a {
  border: 2px solid #c9c9c9; }

.cart_item .item_quantity ul li span {
  border: 2px solid #e9e9e9; }

.cart_item .item_quantity ul li a .cb {
  color: #525263;
  fill: #525263;
  margin-top: 6px;
  vertical-align: top; }

.cart_item .item_quantity ul li span .cb {
  color: #babac1;
  fill: #babac1;
  margin-top: 6px;
  vertical-align: top; }

.cart_item .item_quantity ul li a:hover {
  opacity: 0.8; }

.cart-item-table {
  display: flex;
  width: 100%;
  line-height: 2.6;
  border-bottom: 1px solid #aaa;
  margin: 0.4em 0 0; }
  @media (max-width: 40em) {
    .cart-item-table {
      display: block; } }
  .cart-item-table > div {
    position: relative;
    padding: 3em 1em 1.6em; }
    @media (max-width: 40em) {
      .cart-item-table > div {
        padding: 3em 1em 1.6em 50%; } }
    .cart-item-table > div::after {
      position: absolute;
      color: #fff;
      top: 0;
      left: 0;
      width: 100%;
      height: 1.6em;
      line-height: 1.6;
      text-align: center; }
  .cart-item-table .item_quantity {
    width: 40%; }
    @media (max-width: 40em) {
      .cart-item-table .item_quantity {
        width: 100%; } }
    .cart-item-table .item_quantity::after {
      content: '数量';
      background: #4d4d4d;
      border-right: 2px solid #fefefe; }
  .cart-item-table .item_price {
    width: 60%; }
    @media (max-width: 40em) {
      .cart-item-table .item_price {
        width: 100%; } }
    .cart-item-table .item_price::after {
      content: '小計';
      background: #999999; }
  .cart-item-table tbody {
    line-height: 2.6; }
    .cart-item-table tbody td {
      padding: 1.3em 1em; }
  .cart-item-table .cart-btn {
    position: relative;
    width: 2.6em;
    height: 2.6em; }
    .cart-item-table .cart-btn::after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      width: 2em;
      height: 2em;
      transform: translate(-50%, -50%);
      background: url("https://hito-e.net/html/template/hitoe/img/icon-40-min.png") no-repeat scroll 80% 100%/1100% 200%; }
    .cart-item-table .cart-btn.plus {
      background: #aaa; }
    .cart-item-table .cart-btn.plus::after {
      background-position: 100% 100%; }
    .cart-item-table .cart-btn.minus::after {
      background-position: 90% 100%; }
  .cart-item-table .num {
    text-align: center;
    width: calc(100% - 5.2em);
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa; }
  .cart-item-table .item-subtotal {
    text-align: right; }

#cart_item_list__quantity_edit {
  display: flex;
  border: 1px solid #aaa; }

.cart-btn-remove {
  position: relative;
  background: #f2f2f2;
  line-height: 2;
  padding: 0 0.4em 0 2.4em; }
  .cart-btn-remove::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 2em;
    height: 2em;
    transform: translateY(-50%);
    background: url("https://hito-e.net/html/template/hitoe/img/icon-40-min.png") no-repeat scroll 80% 100%/1100% 200%; }

.total_box .flex {
  display: flex; }
  .total_box .flex .left {
    width: 40%; }
  .total_box .flex .right {
    width: 60%;
    padding: 0 0 0 2em; }
  @media (max-width: 40em) {
    .total_box .flex {
      display: block; }
      .total_box .flex .left {
        width: 0; }
      .total_box .flex .right {
        width: 100%;
        padding: 0; } }

.total_box .total_price {
  float: right;
  display: table;
  line-height: 1.6;
  background: #f2f2f2; }
  @media (max-width: 40em) {
    .total_box .total_price {
      width: 100%; } }
  .total_box .total_price dt,
  .total_box .total_price dd {
    display: table-cell;
    padding: 0 1em; }
  .total_box .total_price .text-primary {
    text-align: right; }
    .total_box .total_price .text-primary span {
      font-size: 1.45em; }

.total_box .message {
  clear: both;
  font-size: 0.9em;
  text-align: left;
  padding: 1em 0 0; }

.total_box .btn_group {
  display: flex;
  max-width: 34em;
  margin: 2.6em auto 0;
  flex-direction: row-reverse; }
  .total_box .btn_group .btn {
    width: 45%;
    margin: 0 2.5%;
    border: none;
    border-radius: 3px; }
    .total_box .btn_group .btn p {
      margin: 0; }
    .total_box .btn_group .btn span {
      position: relative; }
      .total_box .btn_group .btn span::after {
        position: absolute;
        content: '';
        width: 1em;
        height: 1em;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(225deg);
        transform: translateY(-50%) rotate(225deg); }
  .total_box .btn_group .btn-info {
    background: #b3b3b3; }
    .total_box .btn_group .btn-info span {
      padding: 0 0 0 1.6em; }
    .total_box .btn_group .btn-info:hover {
      background: #999; }
  .total_box .btn_group .btn-primary {
    background: #DE5D50; }
    .total_box .btn_group .btn-primary span {
      padding: 0 1.6em 0 0; }
      .total_box .btn_group .btn-primary span::after {
        left: auto;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }
    .total_box .btn_group .btn-primary:hover {
      background: #D85145; }
  @media (max-width: 40em) {
    .total_box .btn_group {
      display: block; }
      .total_box .btn_group .btn {
        width: 100%;
        margin: 1em 0 0; } }

.column p {
  margin: 8px 0; }

.column select {
  width: 100%; }

.column textarea {
  width: 100%;
  height: 6em; }

.column.is-edit > p {
  margin-right: 4em;
  min-height: 40px; }

.column.is-edit .btn_edit {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0; }

.column .form-inline input,
.column .form-inline select {
  margin-bottom: 8px; }

.address_table {
  border-bottom: 1px dotted #ccc; }

.addr_box {
  position: relative; }

.addr_box .icon_radio {
  vertical-align: middle;
  text-align: center;
  max-width: 32px; }

div.table .tbody .addr_box .column {
  text-align: left; }

.addr_box .column .address {
  margin: 0; }

.addr_box .column.is-edit .address {
  margin: 0 4em 0 0;
  min-height: 40px; }

.addr_box .column.is-edit .btn_edit {
  top: 10px; }

.addr_box > .td {
  border-top: 1px dotted #ccc; }

/* payment_list */
.payment_list li {
  margin-bottom: 8px; }

.payment_list li img {
  margin-top: 5px; }

#shopping_confirm .payment_list .radio label {
  font-weight: 500; }

/* MyPage
------------------------------------------- */
.local_nav ul {
  border-color: #D0D0D0;
  border-style: solid;
  border-width: 1px 0 0 1px; }

.local_nav ul:before,
.local_nav ul:after {
  content: " ";
  display: table; }

.local_nav ul:after {
  clear: both; }

.local_nav li {
  float: left;
  width: 50%;
  /* 項目が1行に3件の場合
    width: 33.33333333%;*/
  border-color: #D0D0D0;
  border-style: solid;
  border-width: 0 1px 1px 0;
  text-align: center; }

.local_nav li a {
  padding: 16px;
  font-weight: bold;
  color: #525263;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.local_nav li a:hover {
  background: #f5f7f8; }

.local_nav li.active a {
  color: #DE5D50; }

.order_detail dt {
  float: left;
  font-weight: bold; }

.order_detail dd {
  padding-left: 7em; }

.historylist_column {
  border-top: 1px solid #ccc;
  margin: 0; }

.historylist_column > div {
  padding: 0; }

.historylist_column .order_date {
  margin: 8px 0; }

.historylist_column .table.item_box {
  border-top: 1px dotted #ccc; }

.historylist_column .table.item_box .td {
  vertical-align: middle; }

.historylist_column .order_date {
  font-size: 16px;
  font-size: 1.6rem; }

.historylist_column .table.item_box .tbody .item_detail {
  padding: 8px 0;
  text-align: left; }

.historylist_column .item_box .item_photo {
  padding: 8px 0;
  width: 20%;
  margin-bottom: 0;
  max-width: none;
  min-width: 100px; }

.historylist_column .item_box .item_detail .item_name {
  font-weight: bold; }

.historylist_column .item_box .item_detail .item_price {
  font-weight: 500;
  margin: 4px 0 8px; }

.historylist_column + .pagination {
  margin-top: 0;
  border-top: 1px solid #ccc; }

.mail_list dl {
  margin-bottom: 8px;
  border-bottom: 1px dotted #ccc; }

.mail_list dl dt {
  margin-bottom: 4px; }

.mail_list dl dd {
  margin-bottom: 8px; }

.address_table .icon_edit {
  width: 8.33333%;
  vertical-align: middle; }

.address_table .icon_edit a .cb {
  color: #b8bec4;
  fill: #b8bec4;
  font-size: 2rem; }

.unsubscribe_box {
  text-align: center; }

.unsubscribe_box .icon {
  font-size: 100px;
  font-size: 10rem;
  color: #E7E7E7; }

.unsubscribe_box h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 16px; }

#entry_birth select {
  margin: 0 8px; }

#entry_birth select:first-child {
  margin-left: 0; }

#entry_sex .radio {
  display: inline-block;
  margin-right: 10px; }

#entry_sex .radio input[type="radio"] {
  margin-right: 10px; }

.mypage .dl_table dt label {
  font-weight: bold; }

#delivery_address_list div.is-edit {
  position: relative; }

/* Error Page */
.message_box {
  text-align: center;
  padding-bottom: 50px; }

.message_box .icon {
  font-size: 100px;
  font-size: 10rem;
  color: #ccc; }

.message_box h1 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 16px; }

.message_box .btn_group {
  margin-top: 30px; }

.error_page #contents {
  background: inherit; }

/****** Effect Setting ********/
/* Overlay */
.overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s; }

.overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s; }

/* modal */
.modal-header .close {
  font-size: 22px;
  font-size: 2.2rem; }

.modal-content {
  background-color: #F3F3F3; }

.modal-body .form-control {
  width: 100%; }

.modal-body .quantity {
  width: 50%;
  float: right;
  text-align: right;
  padding: 16px 0;
  font-size: 16px;
  font-size: 1.6rem; }

.modal-body .quantity dd input {
  text-align: right; }

.modal-body .classcategory_list li {
  margin-top: 16px; }

.modal-body .classcategory_list li:first-child {
  margin-top: 0; }

.modal-body .item_price {
  margin: 0;
  clear: both;
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem; }

.modal-body .item_price .small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 5px; }

.modal-footer {
  padding: 16px 0;
  margin: 0 16px; }

.modal-footer .btn_area {
  padding-bottom: 0; }

.modal-footer .btn_area li:last-child {
  padding-left: 0; }

.modal-footer .btn_area button {
  font-size: 16px;
  font-size: 1.6rem;
  height: 3.4em;
  line-height: 3.4em;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0; }

.modal-footer .btn_area .btn_icon .cb {
  display: inline-block;
  font-size: 30px;
  font-size: 3.0rem;
  height: 3.3em;
  line-height: 3.3em;
  vertical-align: middle;
  position: relative;
  top: -2px; }

/****** Each Page Setting ********/
/* Item List Page
------------------------------------------- */
/* Item Detail Page
------------------------------------------- */
/* Cart Page
------------------------------------------- */
.cart_page .dl_table {
  margin: 0 0 16px; }

.cart_page .dl_table dt {
  font-weight: bold;
  margin-bottom: 5px; }

#shopping_confirm .cart_item.table {
  border-top: 0 none; }

#shopping_confirm .cart_item .item_box .table {
  width: 100%; }

#shopping_confirm .total_box {
  margin-top: 16px;
  background: #F3F3F3;
  padding: 8px; }

#shopping_confirm .total_box dl {
  margin-left: 0; }

#shopping_confirm .total_box dl dt {
  font-weight: 500;
  text-align: left; }

#shopping_confirm .total_box .total_amount {
  border-top: 1px dotted #ccc;
  text-align: right; }

#shopping_confirm .total_box .total_amount {
  margin-top: 8px; }

#shopping_confirm .total_box .total_amount p {
  margin: 8px 0 0; }

#shopping_confirm .total_box .total_amount p.total_price {
  font-weight: bold; }

#shopping_confirm .total_box .total_amount p.total_price strong {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 16px; }

#shopping_confirm .total_box .total_amount p.total_price strong .small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 8px; }

#shopping_confirm .total_box .total_amount p.total_point {
  margin: 4px 0 0; }

#shopping_confirm .cart_item .item_box .table .item_name {
  margin-bottom: 0; }

#shopping_confirm .cart_item .item_box .table .item_photo {
  max-width: 96px; }

#shopping_confirm .cart_item .item_box .table .item_price {
  font-weight: 500;
  display: inline;
  margin-right: 16px; }

#shopping_confirm .cart_item .item_box .table .item_subtotal {
  display: inline; }

#shopping_confirm label {
  font-weight: bold; }

#shopping_confirm .heading02 {
  margin-top: 24px;
  font-weight: bold;
  background: #EFEFEF;
  padding: 8px 12px; }

#shopping_confirm .column {
  position: relative; }

.heading02 + .column .btn_edit {
  position: absolute;
  right: 0;
  top: 0; }

#deliveradd_input .dl_table {
  border-top: 0 none; }

.shipping_multiple_table {
  background-color: #f4f4f4; }

.shipping_multiple_table .item_box > .td {
  border-bottom: none; }

.shipping_multiple_table .item_box .item_photo {
  max-width: 200px;
  min-width: 200px;
  padding-right: 200px; }

.shipping_item .quantity {
  width: 100px; }

.use_point {
  text-align: center;
  margin: 16px 0; }

.use_point input {
  text-align: right;
  width: 10%;
  min-width: 130px; }

.use_point .text_accent {
  margin: 0 5px; }

.multiple_column {
  padding-bottom: 16px; }

.multiple_column .item_box {
  background: #F3F3F3; }

.multiple_column .table.item_box .td {
  vertical-align: middle; }

.multiple_column .table.item_box .tbody .item_detail {
  padding: 8px 0;
  text-align: left; }

.multiple_column .item_box .item_photo {
  padding: 8px;
  width: 22%;
  margin-bottom: 0;
  max-width: none;
  min-width: 100px; }

.multiple_column .item_box .item_detail .item_name {
  font-weight: bold; }

.multiple_column .item_box .item_detail .item_price {
  font-weight: 500;
  margin: 4px 0 8px; }

.multiple_column .form-group {
  margin: 8px 10px 0 0; }

.multiple_column .item_quantity input {
  width: 100px; }

.complete_message {
  text-align: center; }

.complete_message .heading01 {
  font-size: 24px;
  font-size: 2.4rem; }

/* MyPage
------------------------------------------- */
.mypage .message {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 11px; }

.mypage #item_list .product_item {
  padding-bottom: 8px; }

.mypage #item_list .item_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px; }

.mypage #item_list .btn_circle span {
  position: relative;
  top: 3px; }

.mypage .not_required {
  margin-top: 40px; }

.mypage .title_hint {
  margin: 16px 0 0; }

.mypage .title_hint + .form-group {
  padding-top: 4px; }

/* Registration Page
------------------------------------------- */
.registration_page .not_required {
  margin-top: 16px; }

.registration_page .title_hint {
  margin: 16px 0 0; }

.registration_page .title_hint + .form-group {
  padding-top: 4px; }

.registration_page .dl_table {
  margin: 0 0 16px; }

.registration_page .dl_table dt {
  margin-bottom: 5px; }

.registration_page .dl_table dt label {
  font-weight: bold; }

/* Other Page
------------------------------------------- */
/* Login Page */
#login_box {
  padding-bottom: 32px; }

#login_box .column {
  background: #F3F4F4;
  height: 100%;
  padding: 8px 8px 32px;
  margin-bottom: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#login_box .column p {
  margin-top: 0;
  margin-bottom: 0; }

#login_box .column .icon {
  text-align: center;
  font-size: 70px;
  color: #e7e7e7; }

#login_box .column .icon svg {
  vertical-align: middle; }

#login_box .column .form-group {
  padding: 8px 0 8px 10%; }

#login_box .column input[type="text"],
#login_box .column input[type="email"],
#login_box .column input[type="password"] {
  width: 90%; }

#login_box .column .form-group label {
  display: inline-block;
  padding: 5px 0; }

#login_box .column .btn_area {
  padding: 8px 10%; }

#login_box .column .btn_area ul {
  margin-top: 8px; }

#login_box .column .message {
  padding: 8px 10%; }

/* Forgot Page */
#forgot_page .column {
  background: #F3F4F4;
  padding: 16px;
  margin-bottom: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#forgot_page .column .form-group {
  padding-top: 8px; }

#forgot_page .form-group.input_name input[type="text"] {
  float: left;
  width: 49%; }

#forgot_page .column p {
  margin: 0; }

#forgot_page .column .btn_area {
  padding-top: 8px; }

#forgot_page .column .btn_area p {
  margin: 0; }

#forgot_page .column h2 {
  margin: 0 0 8px; }

/* Contact Page */
#contact_contents {
  height: 100px; }

/*	module
============================ */
.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.is-padding {
  padding-left: 16px !important;
  padding-right: 16px !important; }

.no-border-bottom {
  border-bottom: 0 none !important; }

button.no-style {
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0;
  text-shadow: none;
  box-shadow: none; }

.text_accent {
  font-weight: bold; }

/*	color setting
============================ */
/* text */
.text-default {
  color: #525263; }

a.text-default:hover {
  color: #9797a1; }

.text-success {
  color: #18A689; }

a.text-success:hover {
  color: #0D8969; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #9A947E; }

a.text-warning:hover {
  color: #AEA998; }

.text-danger {
  color: #DE5D50; }

a.text-danger:hover {
  color: #CF3F34; }

/* bg */
.bg-default {
  color: #fff;
  background-color: #525263; }

a.bg-default:hover {
  background-color: #9797a1; }

.bg-primary {
  color: #fff;
  background-color: #DE5D50; }

a.bg-primary:hover {
  background-color: #e57d73; }

.bg-primary-border {
  color: #DE5D50;
  border: 2px solid #DE5D50;
  background: #fff; }

a.bg-primary-border:hover {
  border: 2px solid #DE5D50;
  background: #FDF6F6; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-success-border {
  color: #5CB1B1;
  border: 2px solid #5CB1B1;
  background: #fff; }

a.bg-success-border:hover {
  border: 2px solid #5CB1B1;
  background: #EEF7F7; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  color: #fff;
  background-color: #F99; }

a.bg-danger:hover {
  background-color: #FF8D8D; }

/* btn */
.btn-default {
  color: #525263;
  background-color: #F5F7F8;
  border-color: #D7DADD; }

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #525263;
  background-color: #EEF1F3;
  border-color: #D7DADD; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #F5F7F8;
  border-color: #D7DADD;
  color: #525263; }

.btn-default .badge {
  color: #fff;
  background-color: #525263; }

.btn-primary {
  color: #fff;
  background-color: #DE5D50;
  border-color: #DE5D50; }

.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; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #DE5D50;
  border-color: #DE5D50; }

.btn-primary .badge {
  color: #fff;
  background-color: #DE5D50; }

.btn-primary-border {
  color: #DE5D50;
  background-color: #fff;
  border-color: #DE5D50;
  border-width: 2px; }

.btn-primary-border:hover,
.btn-primary-border:focus,
.btn-primary-border:active,
.btn-primary-border.active,
.open > .dropdown-toggle.btn-primary-border {
  color: #DE5D50;
  background-color: #FDF6F6;
  border-color: #DE5D50; }

.btn-primary-border:active,
.btn-primary-border.active,
.open > .dropdown-toggle.btn-primary-border {
  background-image: none; }

.btn-primary-border.disabled,
.btn-primary-border[disabled],
fieldset[disabled] .btn-primary-border,
.btn-primary-border.disabled:hover,
.btn-primary-border[disabled]:hover,
fieldset[disabled] .btn-primary-border:hover,
.btn-primary-border.disabled:focus,
.btn-primary-border[disabled]:focus,
fieldset[disabled] .btn-primary-border:focus,
.btn-primary-border.disabled:active,
.btn-primary-border[disabled]:active,
fieldset[disabled] .btn-primary-border:active,
.btn-primary-border.disabled.active,
.btn-primary-border[disabled].active,
fieldset[disabled] .btn-primary-border.active {
  background-color: #fff;
  border-color: #DE5D50; }

.btn-success {
  color: #fff;
  background-color: #5CB1B1;
  border-color: #5CB1B1; }

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #50A6A6;
  border-color: #50A6A6; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5CB1B1;
  border-color: #5CB1B1; }

.btn-success .badge {
  color: #5CB1B1;
  background-color: #fff; }

.btn-success-border {
  color: #5CB1B1;
  background-color: #fff;
  border-color: #5CB1B1; }

.btn-success-border:hover,
.btn-success-border:focus,
.btn-success-border:active,
.btn-success-border.active,
.open > .dropdown-toggle.btn-primary-border {
  color: #5CB1B1;
  background-color: #EEF7F7;
  border-color: #5CB1B1;
  border-width: 2px; }

.btn-success-border:active,
.btn-success-border.active,
.open > .dropdown-toggle.btn-success-border {
  background-image: none; }

.btn-success-border.disabled,
.btn-success-border[disabled],
fieldset[disabled] .btn-success-border,
.btn-success-border.disabled:hover,
.btn-success-border[disabled]:hover,
fieldset[disabled] .btn-success-border:hover,
.btn-success-border.disabled:focus,
.btn-success-border[disabled]:focus,
fieldset[disabled] .btn-success-border:focus,
.btn-success-border.disabled:active,
.btn-success-border[disabled]:active,
fieldset[disabled] .btn-success-border:active,
.btn-success-border.disabled.active,
.btn-success-border[disabled].active,
fieldset[disabled] .btn-success-border.active {
  background-color: #fff;
  border-color: #5CB1B1; }

.btn-info {
  color: #fff;
  background-color: #525263;
  border-color: #525263; }

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #474757;
  border-color: #474757; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #525263;
  border-color: #525263; }

.btn-info .badge {
  color: #525263;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #E99133;
  border-color: #E99133; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #CF3F34;
  border-color: #CF3F34; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  font-weight: 500;
  color: #DE5D50;
  cursor: pointer;
  border-radius: 0; }

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none; }

/* label */
.label-default {
  background-color: #777; }

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #DE5D50; }

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #e57d73; }

.label-success {
  background-color: #18A689; }

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #0D8969; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #3DA8CF; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #E99133; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #CF3F34; }

/* panel */
.panel-primary {
  border-color: transparent; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #DE5D50;
  border-color: transparent; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent; }

.panel-primary > .panel-heading .badge {
  color: #DE5D50;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #DE5D50; }

.panel-success {
  border-color: transparent; }

.panel-success > .panel-heading {
  color: #18A689;
  background-color: #dff0d8;
  border-color: transparent; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #18A689; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent; }

.panel-info {
  border-color: transparent; }

.panel-info > .panel-heading {
  color: #fff;
  background-color: #42B3E5;
  border-color: transparent; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent; }

.panel-info > .panel-heading .badge {
  color: #fff;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent; }

.panel-warning {
  border-color: transparent; }

.panel-warning > .panel-heading {
  color: #fff;
  background-color: #fcf8e3;
  border-color: transparent; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent; }

.panel-warning > .panel-heading .badge {
  color: #fff;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #fff;
  background-color: #DE5D50;
  border-color: transparent; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent; }

.panel-danger > .panel-heading .badge {
  color: #fff;
  background-color: #DE5D50; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent; }

/* alert */
.alert-success {
  color: #fff;
  background-color: #18a689;
  border-color: transparent; }

.alert-success hr {
  border-color: transparent; }

.alert-success .alert-link {
  color: #fff; }

.alert-info {
  color: #fff;
  background-color: #42B3E5;
  border-color: transparent; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #fff; }

.alert-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: transparent; }

.alert-warning hr {
  border-color: transparent; }

.alert-warning .alert-link {
  color: #fff; }

.alert-danger {
  color: #fff;
  background-color: #DE5D50;
  border-color: transparent; }

.alert-danger hr {
  border-color: transparent; }

.alert-danger .alert-link {
  color: #fff; }

/******************************
	Media Query
*******************************/
@media only screen and (max-width: 767px) {
  /* --------- common ---------- */
  .drawer-open #contents,
  .drawer-open #header,
  .drawer-open #footer,
  .drawer-open .pagetop {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px); }
  .sp {
    display: block !important; }
  .pc {
    display: none !important; }
  span.sp {
    display: inline !important; }
  /****** Header Setting ********/
  /****** Side Setting ********/
  .drawer {
    height: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s; }
  .drawer-open .drawer {
    height: 100%;
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s; }
  .category-nav a {
    /*        will-change: transform, opacity;*/ }
  /****** Effect Setting ********/
  /* Overlay */
  .overlay.is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px); }
  .overlay.is-visible.cart-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* My page address */
  #delivery_address_list div.is-edit p.btn_edit {
    top: 30%; } }

@media only screen and (min-width: 768px) {
  /* --------- common ---------- */
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px; }
  .row {
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 16px; }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-left: 16px;
    padding-right: 16px; }
  .sp {
    display: none !important; }
  .pc {
    display: block !important; }
  span.pc {
    display: inline !important; }
  /* --------------------------------
        Parts
    -------------------------------- */
  /* heading */
  h2 {
    font-size: 24px;
    font-size: 2.4rem; }
  .page-heading {
    font-size: 1.6em; }
  .heading01,
  .heading03 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold; }
  .heading02 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    background: #EFEFEF;
    padding: 8px 12px; }
  .heading05 {
    font-size: 16px;
    font-size: 1.6rem; }
  /* btn */
  .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333; }
  .btn-sm {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.5; }
  .btn-xs {
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1.5; }
  /* badge */
  /* tableStyle */
  div.table .thead {
    display: table-header-group; }
  div.table ol {
    display: table-row;
    margin: 0; }
  div.table ol li {
    display: table-cell;
    padding: 16px;
    text-align: center;
    background: #F4F3F0;
    overflow-x: hidden;
    font-weight: bold; }
  div.table .tbody .tr > .td {
    padding: 16px; }
  /* tableish */
  .tableish {
    display: table;
    width: 100%; }
  .tableish .thead {
    display: table-header-group; }
  .tableish .tbody {
    display: table-row-group; }
  .tableish .tr {
    display: table-row; }
  .tableish .th,
  .tableish .td {
    display: table-cell;
    vertical-align: top; }
  /* dl-table */
  .dl_table {
    display: table;
    width: 100%; }
  .dl_table dl {
    display: table-row;
    border: 0 none; }
  .dl_table dt,
  .dl_table dd {
    display: table-cell;
    border-bottom: 1px solid #ccc;
    padding: 16px 0; }
  .dl_table dt {
    width: 30%; }
  .dl_table dd {
    padding: 16px; }
  .dl_table dd .form-group {
    padding-top: 16px; }
  .dl_table .zip-search {
    margin-top: 16px; }
  /* pagination */
  .pagination {
    width: 100%; }
  /* topicpath */
  #topicpath {
    padding: 1em 0;
    border: 0 none; }
  #topicpath ol {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    border-bottom: 1px solid #ccc; }
  #topicpath li {
    font-size: 16px;
    font-size: 1.6rem; }
  /* intro */
  .intro {
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 28px; }
  /* message */
  .heading04 + .message {
    padding: 0; }
  .message .errormsg {
    padding: 16px; }
  /* flowline */
  .flowline {
    margin: 0;
    border-bottom: 0 none; }
  .flowline ul::before {
    top: 20px; }
  .flowline.step3 ul {
    max-width: 450px; }
  .flowline.step4 ul {
    max-width: 550px; }
  .flowline ul li {
    font-size: 14px;
    font-size: 1.4rem; }
  .flowline li .flow_number {
    line-height: 42px;
    width: 42px;
    height: 42px;
    font-size: 20px;
    font-size: 2rem; }
  /* .cart .item_box */
  #cart .inner {
    padding: 0 16px; }
  .cart .item_box > div,
  .cart .item_box > dl {
    padding: 16px 0; }
  .cart .item_box .item_photo {
    padding: 16px 8px 16px 0; }
  .cart .item_box .icon_edit {
    right: -7px;
    top: 10px; }
  .cart .btn_area {
    padding: 16px 0 8px; }
  /* error_box */
  .error_box {
    margin-bottom: 48px; }
  /****** Layout ********/
  /* header */
  .header_brand-box {
    position: relative; }
  #contents {
    min-height: 100%;
    z-index: 2; }
  #side_left {
    float: left;
    width: 25%;
    padding-right: 16px; }
  #side_right {
    float: right;
    width: 25%;
    padding-left: 16px; }
  /* -- main_left (side_right only) -- */
  /* main */
  .theme_side_right #main {
    width: 75%;
    float: left; }
  /* -- main_right (side_left only) -- */
  /* main */
  .theme_side_left #main {
    width: 75%;
    float: right; }
  /* -- main_only -- */
  /* -- main_left_right (side_left & side_right) -- */
  /* main */
  .theme_side_both #main {
    width: 50%;
    float: left; }
  /* category_nav */
  #category {
    clear: both; }
  /****** Side Setting ********/
  #btn_menu {
    display: none; }
  .drawer {
    position: static;
    height: auto;
    width: auto;
    margin: 0 auto;
    overflow: visible;
    background: transparent;
    text-align: center; }
  .drawer:after {
    content: "";
    display: table;
    clear: both; }
  /*	Category navigation
    --------------------------- */
  /* category-nav */
  .category-nav > li {
    text-align: left;
    margin: 0 1em;
    position: relative; }
  .category-nav ul {
    position: static;
    height: auto;
    width: auto;
    overflow: visible;
    z-index: 3;
    background: #fff; }
  .category-nav > li > a {
    position: relative;
    display: inline-block;
    color: #2e3233;
    overflow: visible;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    -moz-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s; }
  /* ----- category_nav in header ---- */
  #header #category {
    padding: 20px 0 0; }
  /* category-nav */
  #header .category-nav {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    text-align: center; }
  #header .category-nav .toggle {
    display: none; }
  #header .category-nav > li {
    margin: 0; }
  #header .category-nav li ul {
    display: block; }
  #header .category-nav li {
    position: relative;
    display: inline-block; }
  #header .category-nav > li > a {
    padding: 0 1em;
    height: 55px;
    line-height: 55px;
    border-bottom: none; }
  #header .category-nav li a {
    display: block; }
  #header .category-nav li ul {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 200px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }
  #header .category-nav li ul li {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .2s; }
  #header .category-nav li ul li a {
    text-align: left; }
  #header .category-nav > li:hover li:hover > a {
    background: rgba(204, 204, 204, 0.1); }
  #header .category-nav > li:hover > ul > li {
    overflow: visible;
    height: 50px; }
  #header .category-nav li ul li ul {
    top: 0;
    left: 100%; }
  #header .category-nav li:last-child ul li ul {
    left: 100%;
    width: 100%; }
  #header .category-nav li ul li ul:before {
    position: absolute;
    content: ">";
    top: 13px;
    left: -15px;
    width: 0;
    height: 0; }
  #header .category-nav li:last-child ul li ul:before {
    position: absolute;
    content: ">";
    top: 13px;
    left: -15px;
    width: 0;
    height: 0;
    /*
        content: "<";
        top: 13px;
        left: 200%;
        margin-left: -15px;
        */ }
  #header .category-nav li ul li:hover > ul > li {
    overflow: visible;
    height: 50px; }
  #header .category-nav li:hover ul li ul li a:hover {
    background: rgba(204, 204, 204, 0.1); }
  #header .category-nav ul > li > a,
  #header .category-nav ul > li > ul > li > a,
  #header .category-nav ul > li > ul > li > ul > li a {
    padding-left: 10px; }
  /* ----- category_nav in side ---- */
  /* category-nav */
  .side .category-nav > li {
    display: block;
    margin: 0; }
  .side .category-nav li > a {
    width: 100%; }
  .side .category-nav > ul ul {
    width: 100%; }
  .side .category-nav > ul {
    width: 100%; }
  .side .category-nav > ul > li {
    width: 100%; }
  .side .category-nav > ul > li a {
    padding-left: 10px; }
  /* Item List Page
    ------------------------------------------- */
  .product_page .product_item {
    padding-bottom: 24px; }
  .item_photo {
    margin: 0 0 15px; }
  .item_comment {
    margin: 0 0 15px; }
  /* Item Detail Page
    ------------------------------------------- */
  #item_detail_area .small {
    font-size: 12px;
    font-size: 1.2rem; }
  #item_detail_area .item_name {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 10px; }
  /*    #item_detail_area .item_detail .sale_price {
        font-size: 28px;
        font-size: 2.8rem;
    }
    #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 {
    padding: 14px 0;
    border-top: 1px dotted #ccc; }
  #item_detail_area .item_detail .relative_cat {
    padding: 14px 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc; }
  #item_detail_area .item_detail .item_comment {
    margin-top: 14px;
    margin-bottom: 14px; }
  .cart_area {
    padding-top: 14px; }
  .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 */
  /* review_area */
  #review_area {
    border-top: none;
    padding-bottom: 16px; }
  #review_area dl {
    padding-bottom: 32px; }
  #review_area dl dt {
    padding: 16px; }
  #review_area dl dt .cb {
    position: absolute;
    right: 32px;
    top: 24px;
    font-size: 16px;
    font-size: 1.6rem; }
  #review_area dl dd {
    display: block;
    padding: 16px 0 0; }
  #review_area dl dd .review_btn {
    padding: 16px 0 0;
    text-align: center; }
  #review_area dl dd .review_btn a {
    width: auto;
    min-width: 350px; }
  #review_area .review_list {
    padding: 16px 0 0; }
  #review_area .review_list li {
    padding: 16px 0; }
  #review_area .review_list p {
    margin: 6px 0; }
  /* keyword_area */
  #keyword_area {
    border: 0 none; }
  #keyword_area .heading03 {
    border-top: 1px solid #E8E8E8;
    margin-top: 0;
    padding-top: 18px; }
  #keyword_area ul li a {
    font-size: 14px;
    font-size: 1.4rem; }
  #keyword_area .keyword_list {
    padding-bottom: 16px; }
  /* recommend_area */
  #recommend_area {
    border: 0 none; }
  #recommend_area .heading03 {
    border-top: 1px solid #E8E8E8;
    margin-top: 0;
    padding-top: 18px; }
  #recommend_area .carousel .product_item .btn_circle {
    right: 24px; }
  #recommend_area .carousel {
    margin-left: -16px;
    margin-right: -16px; }
  #recommend_area .carousel .product_item {
    padding: 0 16px; }
  #recommend_area .slick-next,
  #recommend_area .slick-prev {
    font-size: 37px;
    font-size: 3.7rem;
    top: -1.4em; }
  #recommend_area .slick-next {
    right: 14px; }
  #recommend_area .slick-prev {
    right: 74px; }
  #recommend_area .angle-circle {
    width: 35px;
    height: 35px;
    margin-top: 0; }
  #recommend_area .slick-prev .cb,
  #recommend_area .slick-next .cb {
    fill: #fff;
    position: relative;
    top: -4px;
    right: -2px;
    font-size: 25px;
    font-size: 2.5rem; }
  /* Cart Page
    ------------------------------------------- */
  .cart_item {
    margin: 24px 0 16px;
    border-top: 0 none; }
  .cart_item .item_box .table {
    width: 58.33333333%; }
  .cart_item .item_quantity::before {
    content: ""; }
  .cart_item.table .tbody .tr > .item_quantity {
    text-align: center; }
  .cart_item .item_detail .item_subtotal {
    display: none; }
  .cart_item.table .tbody .tr div.item_subtotal {
    display: table-cell;
    text-align: right; }
  .cart_item .item_box .table .item_photo {
    min-width: 160px;
    padding-right: 16px; }
  .column p {
    margin: 16px 0; }
  .column .form-inline input,
  .column .form-inline select {
    margin-bottom: 16px; }
  div.table .tbody .addr_box .column {
    text-align: left;
    position: relative; }
  .addr_box .column.is-edit .btn_edit {
    top: 16px; }
  .multiple_column .item_box > div,
  .multiple_column .item_box > dl {
    padding: 16px 0;
    vertical-align: middle; }
  .multiple_column .item_box .item_photo {
    padding: 16px;
    max-width: 198px; }
  .multiple_column .item_box .item_detail .item_price {
    margin: 8px 0 16px; }
  .multiple_column .form-group {
    margin-top: 16px; }
  .complete_message {
    text-align: center; }
  .complete_message .heading01 {
    font-size: 32px;
    font-size: 3.2rem; }
  #confirm_side {
    top: 0; }
  /* payment_list */
  .payment_list .radio {
    display: inline;
    margin-right: 16px;
    vertical-align: middle; }
  .payment_list .radio input[type="radio"] {
    margin-right: 10px; }
  .payment_list li img {
    margin-top: 0;
    vertical-align: middle; }
  /* MyPage
    ------------------------------------------- */
  /* ナビゲーション項目が6件の場合
    .local_nav li {
        width: 16.66666667%
    }*/
  .local_nav li {
    width: 25%; }
  .local_nav.favorite li {
    width: 20%; }
  .historylist_column {
    border-top: 1px solid #ccc;
    margin: 0; }
  .historylist_column .order_date {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 16px; }
  .historylist_column .table.item_box:first-child {
    border-top: 0 none; }
  .historylist_column .item_box .item_photo {
    min-width: 130px; }
  .historylist_column + .pagination {
    padding-top: 16px; }
  .unsubscribe_box h3 {
    font-size: 24px;
    font-size: 2.4rem; }
  .message_box h1 {
    font-size: 24px;
    font-size: 2.4rem; }
  /****** Footer Setting ********/
  /****** Effect Setting ********/
  /* Overlay */
  .overlay {
    display: none; }
  /****** Each BlockParts Setting ********/
  /* Cart */
  .cart {
    height: 120px;
    top: 44px; }
  /* Search */
  /* ----- category_nav in header  ---- */
  #header #searchform select,
  #header #searchform input {
    float: left; }
  /* ----- category_nav in side ---- */
  .side #searchform select,
  .side #searchform input {
    float: none; }
  /* Member area */
  .member_link {
    margin: 0; }
  .member_link a {
    border: 0 none; }
  /****** Each Page Setting ********/
  /* Item List Page
    ------------------------------------------- */
  /* Item Detail Page
    ------------------------------------------- */
  /* Cart Page
    ------------------------------------------- */
  .cart_page .dl_table {
    margin: 24px 0 32px; }
  .cart_page .dl_table dt {
    margin-bottom: 0; }
  #shopping_confirm .cart_item.table {
    border-top: 1px dotted #ccc; }
  #shopping_confirm .column .cart_item.table {
    margin-top: 0; }
  #shopping_confirm .total_box {
    margin-top: 24px;
    padding: 16px;
    min-width: 0;
    width: 100%;
    float: none; }
  #shopping_confirm .total_box dl {
    padding-top: 8px; }
  #shopping_confirm .total_box dl:first-child {
    padding-top: 0; }
  #shopping_confirm .total_box dl dt {
    font-size: 14px;
    font-size: 1.4rem; }
  #shopping_confirm .total_box .total_amount {
    margin-top: 16px; }
  #shopping_confirm .total_box .total_amount p.total_price {
    font-size: 10px; }
  #shopping_confirm .total_box .total_amount p.total_price strong {
    font-size: 20px; }
  #shopping_confirm .total_box .total_amount p.total_price strong .small {
    font-size: 10px; }
  #shopping_confirm .heading02 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 32px; }
  #shopping_confirm .cart_item .item_box .table .item_photo {
    min-width: 80px;
    max-width: 96px; }
  #deliveradd_input .dl_table {
    border-top: 1px solid #ccc; }
  /* MyPage
    ------------------------------------------- */
  .mypage .intro {
    padding-bottom: 16px; }
  .mypage #shopping_confirm .cart_item,
  .mypage #shopping_confirm .total_box {
    margin-top: 0; }
  .mypage #item_list .product_item {
    padding-bottom: 24px; }
  .mypage .title_hint {
    margin: 24px 0 0; }
  .mypage .title_hint + .form-group {
    padding-top: 8px; }
  /* My page address */
  #delivery_address_list div.is-edit p.btn_edit {
    top: 30%; }
  /* Registration Page
    ------------------------------------------- */
  .registration_page .dl_table {
    margin: 24px 0 32px; }
  /* Other Page
    ------------------------------------------- */
  /* Login Page */
  #login_box .column {
    padding: 16px 16px 40px; }
  #login_box .column p {
    margin-bottom: 8px; }
  #login_box .column .form-group {
    padding: 8px 0 8px 13%; }
  #login_box .column .btn_area p {
    float: left;
    width: 37%;
    min-width: 195px;
    margin-right: 3%; }
  #login_box .column .btn_area ul {
    margin-top: 0; }
  #login_box .column .btn_area button {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #login_box .column .btn_area ul {
    float: left; }
  #login_box .column .btn_area ul li {
    margin: 4px 0; }
  #login_box .column input[type="text"],
  #login_box .column input[type="email"],
  #login_box .column input[type="password"] {
    width: 85%; }
  #login_box .column .btn_area,
  #login_box .column .message {
    padding: 8px 13%;
    margin: 0; }
  .login_cart .column .column_inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  /* Forgot Page */
  #forgot_page .column {
    padding: 32px;
    margin-bottom: 16px; }
  #forgot_page .column .form-group {
    padding: 8px 0 8px 11%;
    width: 89%; }
  #forgot_page .column .btn_area {
    padding: 20px 0 0 21%;
    width: 79%; }
  #forgot_page .column .message {
    margin-bottom: 16px; }
  /* Error Page */
  .error_page .footer_brand-box {
    margin-top: 0; } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

/*! normalize.css */
/*----------------------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0; }

body,
button,
input,
select,
textarea {
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.75;
  color: #191919;
  font-weight: 500;
  background: #fefefe; }

button,
input,
select,
textarea {
  padding: 0.38em 0.62em; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

h1 {
  font-size: 1.6em; }

h2,
h3 {
  font-size: 1.3em; }

h3,
h4,
h5,
h6 {
  font-size: 1.1em; }

a {
  text-decoration: none; }

p,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

.clearfix::after {
  content: '';
  display: block;
  clear: both; }

.br-sp {
  display: none; }

#item_photo_area .slick-slide {
  position: relative;
  overflow: hidden;
  text-align: center; }

#item_photo_area .slick-slide img {
  position: absolute;
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/*----------------------------------------------------------------------------*/
.badge {
  display: block;
  min-width: 2em;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background-color: #ef4851;
  border-radius: 1em; }

.btn_group p {
  margin: 1em 0; }

#cart_box__flow_state {
  display: none; }

/*----------------------------------------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0;
  background: #fefefe;
  border-bottom: 1px solid #ddd;
  z-index: 100; }
  #header .inner {
    position: relative;
    width: 96%;
    max-width: 64em;
    margin: 0 auto;
    padding: 1.6em 0 0.6em; }
  #header .brand-box {
    position: relative;
    float: left; }
    #header .brand-box .copy {
      margin: 0; }
    #header .brand-box .logo {
      font-weight: bold;
      font-size: 1em;
      line-height: 1.1;
      margin: 0;
      padding: 0; }
      #header .brand-box .logo img {
        display: block;
        width: auto;
        height: 2.5em; }

.front_page #header {
  border-bottom: none; }

.header-nav {
  position: relative;
  float: right; }
  .header-nav .drawer {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #aea; }
  .header-nav .desktop {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    border: 3px solid #fa3;
    z-index: 1; }

.header-menu {
  position: relative;
  float: left;
  display: block;
  list-style: none;
  margin: 0 2.6em 0 0;
  padding: 0; }

.header-menu li {
  display: inline-block; }

.header-menu li p {
  position: relative;
  line-height: 2.5em;
  text-align: center;
  padding: 0 1em;
  margin: 0; }

.header-menu li p span {
  letter-spacing: -0.2em;
  margin-left: -0.2em; }

/*
.header-menu li p::before {
	position: absolute;
	width: 100%;
	top: 0.4em;
	left: 0;
	font-weight: bold;
	text-align: center;
}
.header-menu li p.about::before {
	content: 'about';
}
.header-menu li p.products::before {
	content: 'products';
}
.header-menu li p.story::before {
	content: 'story';
}
.header-menu li p.news::before {
	content: 'news';
}
*/
.header-icon {
  float: right;
  margin: -0.6em 0 0 0; }
  .header-icon li {
    position: relative;
    display: inline-block;
    padding: 0; }
    .header-icon li .icon {
      position: relative;
      padding: 2.5em 0 0;
      min-width: 4em; }
      .header-icon li .icon span {
        display: block;
        line-height: 1.1;
        text-align: center;
        font-size: 0.85em; }
        .header-icon li .icon span:hover {
          color: #666; }
      .header-icon li .icon::after {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        width: 2.5em;
        height: 2.5em;
        transform: translateX(-50%);
        background: url("https://hito-e.net/html/template/hitoe/img/icon-40-min.png") no-repeat scroll 0% 0%/1100% 200%; }
      .header-icon li .icon:hover::after {
        opacity: 0.7; }
      .header-icon li .icon.account::after {
        background-position: 0% 0%; }
      .header-icon li .icon.contact::after {
        background-position: 10% 0%; }
      .header-icon li .icon._cart::after {
        background-position: 20% 0%; }
      .header-icon li .icon.facebook::after {
        background-position: 40% 0%; }
      .header-icon li .icon.instagram::after {
        background-position: 50% 0%; }

.header-badge-box {
  position: absolute;
  top: -1em;
  right: -0.4em; }

.mobile-nav {
  display: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  padding: 4em 0 0;
  background: #fefefe; }
  .mobile-nav .menu-area {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 10%;
    overflow-y: auto; }
    .mobile-nav .menu-area .head {
      position: relative;
      color: #666;
      font-size: 1.1em;
      line-height: 3em;
      text-align: left;
      padding: 0 3em 0 0;
      border-bottom: 1px solid #aaa; }
      .mobile-nav .menu-area .head .toggler {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 3em; }
  .mobile-nav .head-nav-list li {
    padding: 0.6em 0;
    background-image: linear-gradient(to right, #ccc 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 12px 1px;
    background-repeat: repeat-x; }
    .mobile-nav .head-nav-list li:last-of-type {
      background: none;
      border-bottom: 1px solid #aaa; }
  .mobile-nav .head-nav-list .item {
    display: flex; }
    .mobile-nav .head-nav-list .item .image {
      position: relative;
      width: 35%;
      height: 0;
      padding: 0 0 22.12%;
      background: transparent none no-repeat scroll center center / cover; }
      .mobile-nav .head-nav-list .item .image::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(64, 64, 64, 0.3);
        z-index: 1; }
    .mobile-nav .head-nav-list .item.coming-soon .image {
      opacity: 0.5; }
      .mobile-nav .head-nav-list .item.coming-soon .image::after {
        position: absolute;
        content: 'Coming\ASoon';
        white-space: pre;
        left: 0;
        top: 50%;
        width: 100%;
        height: auto;
        transform: translateY(-50%);
        color: #fff;
        line-height: 1.2;
        text-align: center;
        z-index: 2; }
    .mobile-nav .head-nav-list .item .kasanegi {
      background-image: url("https://hito-e.net/html/template/hitoe/img/top-prod-1-min.jpg"); }
    .mobile-nav .head-nav-list .item .halplus {
      background-image: url("https://hito-e.net/html/template/hitoe/img/top-prod-2-min.jpg"); }
    .mobile-nav .head-nav-list .item .hana-kokeshi {
      background-image: url("https://hito-e.net/html/template/hitoe/img/top-prod-3-min.jpg"); }
    .mobile-nav .head-nav-list .item .heso-kokeshi {
      background-image: url("https://hito-e.net/html/template/hitoe/img/top-prod-4-min.jpg"); }
    .mobile-nav .head-nav-list .item .prod-brand-box {
      width: 65%;
      padding: 0 0 0 1em; }
      .mobile-nav .head-nav-list .item .prod-brand-box p {
        line-height: 1.5;
        text-align: left;
        margin: 0.6em 0 0; }
        .mobile-nav .head-nav-list .item .prod-brand-box p.cat {
          color: #999;
          font-size: 1em; }
        .mobile-nav .head-nav-list .item .prod-brand-box p.brand {
          color: #666;
          font-size: 1em; }
  .mobile-nav .story-box {
    margin: 2.6em 0 0; }
  .mobile-nav .menu-list {
    margin: 2.6em 0 0; }
    .mobile-nav .menu-list li {
      padding: 0.4em 0;
      border-bottom: 1px solid #ccc; }
      .mobile-nav .menu-list li p {
        position: relative;
        line-height: 2.5em;
        padding: 0 0 0 3em; }
        .mobile-nav .menu-list li p::after {
          position: absolute;
          content: '';
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 2.5em;
          height: 2.5em;
          background: url("https://hito-e.net/html/template/hitoe/img/icon-40-min.png") no-repeat scroll 0% 0%/1100% 200%;
          background-position: 0% 0%; }
        .mobile-nav .menu-list li p.about::after {
          background-position: 10% 100%; }
        .mobile-nav .menu-list li p.news::after {
          background-position: 20% 100%; }
        .mobile-nav .menu-list li p._cart::after {
          background-position: 30% 100%; }
        .mobile-nav .menu-list li p.account::after {
          background-position: 40% 100%; }
        .mobile-nav .menu-list li p.contact::after {
          background-position: 50% 100%; }
        .mobile-nav .menu-list li p span {
          position: absolute;
          right: 0;
          top: 0;
          padding: 0 0.4em 0 0; }

#header .btn-mobile {
  display: none;
  position: relative;
  width: 2.5em;
  min-width: 2.5em;
  height: 2.5em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 0;
  margin: 0;
  cursor: pointer; }
  #header .btn-mobile span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 75%;
    height: 6%;
    margin: auto;
    background-color: #666; }
  #header .btn-mobile span:nth-of-type(1) {
    top: 22%; }
  #header .btn-mobile span:nth-of-type(2) {
    top: 47%; }
  #header .btn-mobile span:nth-of-type(3) {
    bottom: 22%; }

#header .btn-mobile span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .3s forwards;
  -ms-animation: menu-bar01 .3s forwards;
  animation: menu-bar01 .3s forwards; }

#header.no-animate .btn-mobile span:nth-of-type(1) {
  -webkit-animation: none;
  -ms-animation: none;
  animation: none; }

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(0.625em) rotate(45deg); }
  60% {
    -webkit-transform: translateY(0.625em) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }

@keyframes menu-bar01 {
  0% {
    transform: translateY(0.625em) rotate(45deg); }
  60% {
    transform: translateY(0.625em) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }

#header .btn-mobile span:nth-of-type(2) {
  -webkit-transition: opacity .2s .2s;
  transition: opacity .2s .2s;
  opacity: 1; }

#header .btn-mobile span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .3s forwards;
  -ms-animation: menu-bar02 .3s forwards;
  animation: menu-bar02 .3s forwards; }

#header.no-animate .btn-mobile span:nth-of-type(3) {
  -webkit-animation: none;
  -ms-animation: none;
  animation: none; }

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-0.625em) rotate(-45deg); }
  60% {
    -webkit-transform: translateY(-0.625em) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }

@keyframes menu-bar02 {
  0% {
    transform: translateY(-0.625em) rotate(-45deg); }
  60% {
    transform: translateY(-0.625em) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }

#header.open .btn-mobile span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .3s forwards;
  -ms-animation: active-menu-bar01 .3s forwards;
  animation: active-menu-bar01 .3s forwards; }

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  60% {
    -webkit-transform: translateY(0.625em) rotate(0); }
  100% {
    -webkit-transform: translateY(0.625em) rotate(45deg); } }

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0); }
  60% {
    transform: translateY(0.625em) rotate(0); }
  100% {
    transform: translateY(0.625em) rotate(45deg); } }

#header.open .btn-mobile span:nth-of-type(2) {
  -webkit-transition: opacity .2s 0s;
  transition: opacity .2s 0s;
  opacity: 0; }

#header.open .btn-mobile span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .3s forwards;
  -ms-animation: active-menu-bar03 .3s forwards;
  animation: active-menu-bar03 .3s forwards; }

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  60% {
    -webkit-transform: translateY(-0.625em) rotate(0); }
  100% {
    -webkit-transform: translateY(-0.625em) rotate(-45deg); } }

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0); }
  60% {
    transform: translateY(-0.625em) rotate(0); }
  100% {
    transform: translateY(-0.625em) rotate(-45deg); } }

#header .header-icon.sns {
  display: none; }

@media screen and (max-width: 60em) {
  #header {
    position: fixed; }
    #header .inner {
      width: 94%; }
    #header .brand-box .logo img {
      height: 2em; }
  #contents {
    margin: 0 auto 0; }
  #contents {
    margin: 5em auto 0; }
  #header .btn-mobile {
    display: block; }
  .header-menu {
    display: none; }
  #header.open .mobile-nav {
    display: block; }
  #header.open .brand-box {
    display: none; }
  #header.open .header-icon.global {
    display: none; }
  #header.open .header-icon.sns {
    display: block; }
  .header-icon {
    margin: -0.2em 0 0 0; }
    .header-icon li .icon {
      min-width: 3em; }
      .header-icon li .icon span {
        display: none; } }

.icon-menu {
  float: right;
  margin: -0.2em 0 0 0.6em; }

.icon-menu img {
  display: block;
  width: 3.6em;
  height: 3.6em;
  border: 2px solid #a2c; }

#footer {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 10; }
  #footer .strap {
    width: 100%;
    background: #666;
    overflow: hidden; }
    #footer .strap .inner {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 96%;
      max-width: 64em;
      margin: 0.6em auto; }
    #footer .strap .brand-box {
      align-items: center;
      width: 50%;
      height: 2.25em; }
      #footer .strap .brand-box .logo {
        width: 100%;
        height: 100%;
        background: url("https://hito-e.net/html/template/hitoe/img/brand_ws-min.png") left center/contain no-repeat; }
    #footer .strap .sns-list li {
      display: inline-block;
      vertical-align: top;
      padding: 0;
      margin: 0; }
    #footer .strap .sns-list .icon {
      width: 2.5em;
      height: 2.5em;
      margin: 0 0 0 1em;
      background: url("https://hito-e.net/html/template/hitoe/img/icon-40-min.png") no-repeat scroll 0% 0%/1100% 200%; }
      #footer .strap .sns-list .icon.facebook {
        background-position: 80% 0%; }
      #footer .strap .sns-list .icon.instagram {
        background-position: 90% 0%; }
  #footer .inner {
    position: relative;
    width: 96%;
    max-width: 64em;
    margin: 0 auto 4em; }
  #footer .flex {
    width: 75%;
    margin: 1em 0 0; }
    #footer .flex .box {
      padding: 0 1.6em 0 0; }
  #footer .quad {
    float: left;
    width: 66.66%; }
    #footer .quad .box {
      float: left;
      width: 50%;
      margin: 0 0 0.6em;
      min-height: 8em; }
      @media (max-width: 40em) {
        #footer .quad .box {
          min-height: 1em; } }
      #footer .quad .box .products {
        margin: 0 0 2em; }
  #footer .single {
    float: right;
    width: 33.33%; }
  #footer .box p.head {
    line-height: 2;
    margin: 0;
    padding: 0 0.4em;
    border-bottom: 1px solid #333; }
  #footer .footer-menu {
    margin: 0.4em 0 0; }
    #footer .footer-menu li p {
      color: #808080;
      line-height: 2;
      margin: 0;
      padding: 0 0.4em; }
  #footer .bottom {
    float: right; }
  #footer .contact p {
    position: relative;
    float: right;
    display: inline-block;
    text-align: right;
    padding: 0.4em 2em 0.4em 3em;
    margin: 0 0 1em; }
    #footer .contact p::after {
      position: absolute;
      content: '';
      top: 50%;
      left: 0;
      width: 2.5em;
      height: 2.5em;
      transform: translateY(-50%);
      background: url("https://hito-e.net/html/template/hitoe/img/icon-40-min.png") no-repeat scroll 0% 0%/1100% 200%;
      background-position: 100% 0%; }
  #footer .laws {
    clear: both;
    margin: 0 0 1em; }
  #footer .laws li {
    float: left; }
  #footer .laws li p {
    font-size: 0.9em;
    text-align: right;
    margin: 0 0 0 1em; }
  #footer .copyright-box {
    clear: both;
    float: none; }
    #footer .copyright-box small {
      display: block;
      color: #ccc;
      font-size: 0.85em;
      text-align: right;
      padding: 0.4em 0; }
      @media (max-width: 40em) {
        #footer .copyright-box small {
          text-align: left; } }

#contents {
  padding: 0; }

.container-fluid {
  width: 100%;
  max-width: none;
  margin: 0 auto; }

.container-colt,
.container-col1 {
  width: 96%;
  max-width: 64em;
  margin: 0 auto;
  padding: 0; }

.space-bm-4 {
  margin-bottom: 6em; }

main {
  width: 100%;
  margin-top: 3em; }

main.page-story {
  margin-top: 0; }

main.page-post {
  margin-top: 0;
  padding: 1.6em 0 4em; }
  main.page-post .title-box h1 {
    border-bottom: 1px solid #aaa; }
  main.page-post .title-box .date {
    text-align: right; }
  main.page-post .entry {
    margin: 1.6em 0 0; }
    main.page-post .entry img {
      max-width: 100%;
      height: auto; }

.front_page main,
.product_page main {
  margin-top: 0; }

.inner {
  width: 96%;
  max-width: 64em;
  margin: 0 auto; }

.wp-inner {
  width: 96%;
  max-width: 64em;
  margin: 0 auto 4em; }

#top-introduction div {
  padding: 2em 0; }

#top-introduction p {
  color: #666;
  font-size: 1.6em;
  line-height: 1.9;
  text-align: center;
  margin: 0; }

#top-introduction > div,
#top-products > div,
#top-news > div,
#top-story > div {
  padding-bottom: 2em; }

.has-border,
.has-sp-border {
  position: relative; }
  .has-border::after,
  .has-sp-border::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #666; }

.has-sp-border::after {
  content: none; }

@media screen and (max-width: 40em) {
  .has-border::after,
  .has-sp-border::after {
    left: -5%;
    width: 110%; }
  .has-sp-border::after {
    content: ''; } }

.top-heading {
  position: relative;
  color: #ccc;
  font-size: 1.9em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 2em 0 0;
  padding: 0; }
  .top-heading.news {
    text-align: left;
    margin: 0; }
    .top-heading.news span {
      position: absolute;
      bottom: 0.38em;
      font-size: 0.59em;
      color: #191919;
      letter-spacing: 1em;
      margin: 0 0 0 1.6em; }
  .top-heading span.has-icon-right {
    position: relative;
    display: inline-block;
    padding-right: 1.3em; }
    .top-heading span.has-icon-right::after {
      position: absolute;
      content: '';
      top: 50%;
      right: 0;
      width: 1.31em;
      height: 1.31em;
      transform: translateY(-50%);
      background: url("https://hito-e.net/html/template/hitoe/img/icon-40-min.png") no-repeat scroll 0% 0%/1100% 200%; }
    .top-heading span.has-icon-right.instagram::after {
      background-position: 70% 0%; }
    .top-heading span.has-icon-right.contact::after {
      background-position: 70% 100%; }

.top-heading span {
  letter-spacing: 0; }

.top-heading span.dot {
  letter-spacing: -0.2em;
  margin-left: -0.2em; }

/*
.top-heading::after {
	position: absolute;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0;
	color: #ccc;
	margin: 0;
	top: 2em;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
}
#top-products .top-heading::after {
	content: 'products';
}
#top-news .top-heading {
	text-align: left;
	margin: 0 0 1em;
	padding: 2em 0 0 4em;
}
#top-news .top-heading::after {
	content: 'news';
    top: 1.8em;
}
#top-story .top-heading::after {
	content: 'hitoe story';
}
#top-recommend .top-heading::after {
	content: 'recommend';
}
*/
.prodlist-info-box {
  overflow: hidden; }

.prodlist-box {
  margin: 0 -0.5%; }
  .prodlist-box .category-name {
    min-height: 4em;
    font-size: 1.1em;
    padding: 2em 0 0;
    line-height: 1.2;
    margin: 0 0.5%;
    color: #b3b3b3; }

.prodlist-item {
  flex: left;
  width: 24%;
  margin: 0 0.5% 4%; }
  .prodlist-item .photo-box {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 100%;
    overflow: hidden; }
  .prodlist-item .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent none no-repeat scroll center center / cover;
    transition: all 0.2s; }
    .prodlist-item .photo::after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      transition: all 0.2s; }
    .prodlist-item .photo:hover::after {
      background: rgba(255, 255, 255, 0.25); }
  .prodlist-item dl {
    min-height: 7em;
    padding: 0.4em 0 0;
    margin: 0;
    width: 100%; }
  .prodlist-item .name {
    line-height: 1.5;
    word-wrap: break-word; }
  .prodlist-item .price {
    color: #666; }
  .prodlist-item .detail-button {
    position: relative;
    color: #fff;
    text-align: center;
    line-height: 2.6;
    width: 90%;
    background: #555;
    border-radius: 0.6em;
    margin: 0 auto 1em; }
  .prodlist-item .detail-button::after {
    position: absolute;
    content: '';
    top: 1em;
    right: 1.6em;
    width: 0.6em;
    height: 0.6em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.product-free-area {
  width: 100%;
  background: #eee; }

.free-area {
  padding: 1.6em 0; }

.product-lineup > div {
  padding: 2em 0; }

.product-lineup .lineup-box {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 20%; }

.product-lineup .lineup-box ul {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #403c36; }

.product-lineup .lineup-box li {
  float: left; }

.product-lineup .lineup-box li.photo {
  width: 20%;
  height: 100%; }

.product-lineup .lineup-box li:nth-of-type(1) {
  background: #ddd; }

.product-lineup .lineup-box li:nth-of-type(2) {
  background: #eee; }

.product-lineup .lineup-box li:nth-of-type(3) {
  background: #ddd; }

.product-lineup .lineup-box li.texts {
  position: relative;
  width: 40%;
  height: 100%; }

.product-lineup .lineup-box li.texts > div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.product-lineup .lineup-box li.texts .brand {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 3em; }

.product-lineup .lineup-box li.texts .text {
  color: #fff;
  text-align: left;
  font-size: 0.9em;
  margin: 0 0 1em; }

.product-lineup .lineup-box li.texts .button {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 16em;
  font-size: 1em;
  line-height: 2;
  border: 1px solid #fff;
  margin: 0 auto; }

.detail-box {
  padding-bottom: 4em; }
  .detail-box .name_box {
    float: right;
    width: 53%;
    margin: 0;
    padding: 0 0 0 3.2em; }
  .detail-box .name {
    font-size: 1.3em;
    font-weight: 500;
    padding: 0;
    margin: 0; }
  .detail-box .photo {
    float: left;
    width: 47%; }
  .detail-box .sale_price {
    font-size: 1.3em;
    color: #808080;
    font-weight: 500; }
  .detail-box .detail-box {
    float: right;
    width: 53%;
    margin: 0;
    padding: 0 0 0 3.2em; }
  .detail-box .form-box {
    overflow: hidden;
    margin: 1.6em 0 0; }
    .detail-box .form-box .cart-area {
      display: flex;
      margin: 0 auto;
      padding: 1em 0; }
    .detail-box .form-box dl.quantity {
      width: 50%;
      margin: 0.25em 0; }
      .detail-box .form-box dl.quantity dt {
        float: left;
        width: 3em; }
      .detail-box .form-box dl.quantity dd {
        float: left;
        width: calc(100% - 3em);
        padding: 0 2em 0 0; }
    .detail-box .form-box .btn_area {
      width: 50%; }
      .detail-box .form-box .btn_area .btn {
        height: 3em;
        line-height: 3em;
        padding: 0;
        background: #DE5D50;
        border: none;
        border-radius: 3px; }
        .detail-box .form-box .btn_area .btn:hover {
          background: #D85145; }

.product_info_box .note {
  display: none; }

.product_info_box .product_info {
  width: 100%;
  overflow: hidden;
  color: #666;
  letter-spacing: 0;
  border: 1px solid #ccc;
  border-top: none;
  background: #f2f2f2;
  margin: 1.6em 0 0; }
  .product_info_box .product_info dt {
    width: 7em;
    float: left;
    padding: 0.3em 0.6em;
    border-top: 1px solid #ccc;
    box-sizing: border-box; }
  .product_info_box .product_info dd {
    margin-left: 7em;
    padding: 0.3em 0.6em;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background: #fefefe; }
    .product_info_box .product_info dd::after {
      display: block;
      content: "";
      clear: both; }
  .product_info_box .product_info .cat_list li {
    display: none; }
    .product_info_box .product_info .cat_list li:last-of-type {
      display: block; }

.product_guide_box ul {
  margin: 0.6em 0 0; }

.product_guide_box li {
  float: right;
  margin: 0 0 0 1em; }
  .product_guide_box li a:hover {
    color: #b3b3b3; }
  .product_guide_box li a::before {
    content: '＞'; }

.cart-area .btn_area li {
  margin: 0 auto 1em; }

.cart-item-box {
  position: relative;
  display: flex;
  margin: 0 0 2em; }

.cart-item-box .icon-remove {
  position: absolute;
  right: 0;
  bottom: 0; }

.cart-item-box .photo {
  width: 40%; }

.cart-item-box .detail-box {
  width: 60%;
  padding: 0 0 0 2em; }

.cart-item-box .detail-box .flex {
  display: flex; }

#cart_box {
  overflow: hidden; }

#top-news .news-box {
  width: calc(100% - 16em);
  float: right; }
  #top-news .news-box .top-heading.news {
    border-bottom: 3px solid #ccc; }

#top-news .news-list {
  margin-top: 2px; }
  #top-news .news-list li {
    display: block;
    font-size: 1em;
    line-height: 1.6;
    min-height: 4.6em;
    padding: 0.3em 0;
    border-bottom: 1px solid #ccc; }
  #top-news .news-list .date {
    clear: left;
    float: left;
    width: 7em; }
  #top-news .news-list .title {
    float: left;
    font-size: 1em; }

#top-news .left-box {
  position: relative;
  float: left;
  width: 16em;
  padding: 0 2em 0 0;
  margin: 0 0 3em; }

#top-news .sns-box {
  padding: 0 0 1em;
  border-bottom: 1px solid #ccc; }
  #top-news .sns-box h3 {
    color: #666; }
  #top-news .sns-box .sns-list li {
    display: inline-block; }
  #top-news .sns-box .sns-list .icon {
    width: 2.5em;
    height: 2.5em;
    margin: 0 2em 0 0;
    background: url("https://hito-e.net/html/template/hitoe/img/icon-40-min.png") no-repeat scroll 0% 0%/1100% 200%; }
    #top-news .sns-box .sns-list .icon.facebook {
      background-position: 40% 0%; }
    #top-news .sns-box .sns-list .icon.instagram {
      background-position: 50% 0%; }

#top-news .partners-box {
  padding: 0 0 1em;
  margin: 1em 0 0;
  border-bottom: 1px solid #ccc; }
  #top-news .partners-box h3 {
    font-size: 1em;
    position: relative;
    color: #666;
    padding: 0 0 0 3em; }
    #top-news .partners-box h3 span {
      font-size: 1.3em; }
    #top-news .partners-box h3::after {
      position: absolute;
      content: '';
      top: 50%;
      left: 0;
      width: 2.5em;
      height: 2.5em;
      transform: translateY(-50%);
      background: url("https://hito-e.net/html/template/hitoe/img/icon-40-min.png") no-repeat scroll 0% 0%/1100% 200%;
      background-position: 60% 0%; }

.top-image-list {
  width: 100%; }

.list-button {
  color: #fff;
  text-align: center;
  line-height: 2;
  width: 12em;
  background: #aaa;
  border-radius: 0.6em;
  margin: 1em 0 0 auto; }

.list-button::before {
  content: '▼'; }

.more-button {
  clear: both;
  color: #191919;
  text-align: right;
  line-height: 2;
  width: 12em;
  margin: 1em 0 0 auto; }

.more-button::after {
  content: '>>'; }

#top-products {
  margin: 0 auto 3em;
  overflow: hidden; }
  #top-products .category-list {
    margin: 1.6em -0.5% 0; }
    #top-products .category-list li {
      float: left;
      width: 49%;
      margin: 0 0.5% 1%; }
    #top-products .category-list .item {
      position: relative;
      height: 0;
      padding: 0 0 63.5%;
      overflow: hidden; }
      #top-products .category-list .item.coming-soon::after {
        position: absolute;
        content: 'Coming Soon';
        width: 100%;
        color: #888;
        font-size: 1.1em;
        text-align: center;
        bottom: 0.6em; }
      #top-products .category-list .item .image {
        position: absolute;
        width: 100%;
        height: 100%;
        background: transparent none no-repeat scroll center center / cover;
        /*                -webkit-transform: scale(1);
                        transform: scale(1);*/
        z-index: -1; }
        #top-products .category-list .item .image::after {
          position: absolute;
          content: '';
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.25);
          transition: all 0.2s; }
      #top-products .category-list .item:hover .image::after {
        opacity: 0.25; }
      #top-products .category-list .item.coming-soon .image {
        opacity: 0.5; }
      #top-products .category-list .item.coming-soon:hover .image::after {
        opacity: 1; }
      #top-products .category-list .item .kasanegi {
        background-image: url("https://hito-e.net/html/template/hitoe/img/top-prod-1-min.jpg"); }
      #top-products .category-list .item .halplus {
        background-image: url("https://hito-e.net/html/template/hitoe/img/top-prod-2-min.jpg"); }
      #top-products .category-list .item .hana-kokeshi {
        background-image: url("https://hito-e.net/html/template/hitoe/img/top-prod-3-min.jpg"); }
      #top-products .category-list .item .heso-kokeshi {
        background-image: url("https://hito-e.net/html/template/hitoe/img/top-prod-4-min.jpg"); }
      #top-products .category-list .item .brand-box {
        position: absolute;
        width: 100%;
        bottom: 48%; }
        #top-products .category-list .item .brand-box p {
          color: #fff;
          line-height: 1.1;
          text-align: center;
          margin: 0.4em 0 0; }
          #top-products .category-list .item .brand-box p.cat {
            font-size: 1.4em; }
          #top-products .category-list .item .brand-box p.brand {
            font-size: 1.5em;
            font-weight: bold; }
      #top-products .category-list .item.coming-soon .brand-box p {
        color: #888; }
      #top-products .category-list .item .cross {
        position: absolute;
        width: 8%;
        height: 0;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 0 8%;
        bottom: 35%; }
        #top-products .category-list .item .cross::before, #top-products .category-list .item .cross::after {
          position: absolute;
          content: '';
          left: calc(50% - 1px);
          height: 100%;
          width: 2px;
          background-color: #fff; }
        #top-products .category-list .item .cross::before {
          transform: rotate(45deg); }
        #top-products .category-list .item .cross::after {
          transform: rotate(-45deg); }
      #top-products .category-list .item.coming-soon .cross::before, #top-products .category-list .item.coming-soon .cross::after {
        background-color: #888; }
      #top-products .category-list .item .creator-box {
        position: absolute;
        width: 100%;
        top: 65%; }
        #top-products .category-list .item .creator-box p {
          color: #fff;
          font-size: 1.1em;
          text-align: center;
          font-weight: bold; }
      #top-products .category-list .item.coming-soon .creator-box p {
        color: #888; }

.text-box .cat {
  position: absolute;
  line-height: 2em;
  left: 0;
  color: #fff;
  padding: 0 0.6em; }

.text-box .brand {
  position: absolute;
  line-height: 2em;
  right: 0;
  color: #fff;
  padding: 0 0.6em; }

#top-story {
  margin: 0 auto 0;
  overflow: hidden; }
  #top-story ul {
    margin: 1.6em auto 0; }
  #top-story li {
    float: left;
    width: 32.66%;
    margin: 0 1% 1em 0; }
    #top-story li a:hover .image {
      -webkit-filter: grayscale(0);
      -moz-filter: grayscale(0);
      -ms-filter: grayscale(0);
      -o-filter: grayscale(0);
      filter: grayscale(0); }
    #top-story li:last-of-type {
      margin-right: 0; }
    #top-story li .img-box {
      position: relative;
      width: 100%;
      padding: 64.2% 0 0;
      overflow: hidden; }
      #top-story li .img-box .image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: transparent none no-repeat scroll center center / cover;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: all 0.2s; }
      #top-story li .img-box.comingsoon .image::after {
        position: absolute;
        content: 'Coming Soon';
        color: #888;
        font-size: 1.3em;
        text-align: center;
        width: 100%;
        height: auto;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    #top-story li .title {
      font-size: 0.8em;
      color: #666;
      text-align: center;
      margin: 0.6em 0 0; }

#top-story.wp li {
  width: 48%; }

#top-recommend {
  margin: 0 auto;
  overflow: hidden; }
  #top-recommend ul {
    margin: 1.6em -0.5% 0; }
  #top-recommend li {
    float: left;
    width: 24%;
    margin: 0 0.5% 1%; }
  #top-recommend .img-box {
    position: relative;
    width: 100%;
    padding: 0 0 100%;
    overflow: hidden; }
  #top-recommend .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent none no-repeat scroll center center / cover;
    /*        -webkit-transform: scale(1);
                transform: scale(1);
        transition: all 0.5s;*/ }
    #top-recommend .image::after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      transition: all 0.2s; }
  #top-recommend a:hover .image::after {
    background: rgba(255, 255, 255, 0.5); }
  #top-recommend .text-box {
    padding: 0.4em 0 0;
    min-height: 5em; }
    #top-recommend .text-box .name {
      line-height: 1.5;
      word-wrap: break-word; }
  #top-recommend .item_price {
    color: #666;
    font-weight: 500; }

#top-instagram {
  margin: 0 auto;
  padding: 0 0 4em;
  overflow: hidden; }
  #top-instagram ul {
    margin: 1.6em -0.5% 0; }
  #top-instagram li {
    position: relative;
    float: left;
    width: 24%;
    height: 0;
    margin: 0 0.5% 1%;
    padding: 0 0 18.96%; }
  #top-instagram .photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent none no-repeat scroll center center / cover;
    /*        -webkit-transform: scale(1);
                transform: scale(1);
        transition: all 0.5s;*/ }
    #top-instagram .photo::after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      transition: all 0.2s; }
    #top-instagram .photo:hover::after {
      background: rgba(255, 255, 255, 0.5); }

@media screen and (max-width: 40em) {
  #my-responsive-state {
    float: right; }
  .br-sp {
    display: block; }
  #footer .strap .inner {
    width: 80%;
    padding: 0.6em 0; }
  #footer .strap .copy {
    padding: 0; }
  #footer .strap .logo .rev {
    display: block; }
  /*	.sns {
		position: absolute;
		right: 0;
		bottom: 0.6em;
	}
	.sns li {
		padding: 0.4em;
	}*/
  #footer .inner {
    width: 80%; }
  #footer .flex {
    width: 100%;
    margin: 1em 0 0; }
  #footer .flex .box {
    padding-right: 0; }
  #footer .box p.head {
    font-size: 1.1em; }
  #footer .quad {
    width: 100%; }
  #footer .single {
    width: 100%; }
  #footer .quad .box,
  #footer .single .box {
    width: 100%;
    margin: 0 0 1em; }
  #footer .quad .box.products {
    margin: 0 0 2em; }
  #footer .bottom {
    float: left; }
  #footer .contact p {
    float: left;
    margin: 0 0 2em; }
  #footer .laws {
    clear: both;
    margin: 0 0 1em; }
  #footer .laws li {
    float: none; }
  #footer .laws li p {
    font-size: 1em;
    text-align: left;
    margin: 0;
    padding: 0 0.4em; }
  #footer .copyright small {
    text-align: left; }
  .inner {
    width: 80%;
    max-width: none; }
  .wp-inner {
    width: 80%;
    max-width: none;
    margin: 5em auto 4em; }
  .container-colt,
  .container-col1 {
    width: 80%;
    max-width: none; }
  .more-button {
    color: #999;
    text-align: center;
    width: auto;
    margin: 1em auto 0; }
  .container-col1 {
    width: 80%; }
  .container-colt {
    width: 80%; }
  .top-image-list {
    padding: 0; }
  .list-button {
    margin-right: auto; }
  .detail-wrap {
    display: block; }
  .detail-box .photo {
    width: 100%; }
  .detail-box .detail-box {
    width: 100%;
    margin: 0;
    padding: 3em 0 0; }
  .product-lineup {
    background: #403c36; }
  .product-lineup > div {
    padding: 0;
    margin-bottom: 0.6em; }
  .product-lineup .lineup-box {
    height: auto;
    padding: 1em 0 1.6em;
    margin: 0 auto; }
  .product-lineup .lineup-box ul {
    position: relative;
    width: 80%;
    height: auto;
    margin: 0 auto; }
  .product-lineup .lineup-box li {
    float: none; }
  .product-lineup .lineup-box li.photo {
    width: 100%;
    height: 100%; }
  .product-lineup .lineup-box li:nth-of-type(1) {
    display: none; }
  .product-lineup .lineup-box li:nth-of-type(2) {
    display: none; }
  .product-lineup .lineup-box li:nth-of-type(3) {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 70%;
    margin: 0; }
  .product-lineup .lineup-box li.texts {
    position: relative;
    width: 100%;
    height: 60%;
    top: 40%; }
  .product-lineup .lineup-box li.texts > div {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0 1.6em; }
  .product-lineup .lineup-box li.texts .brand {
    font-size: 2.6em; }
  .product-lineup .lineup-box li.texts .button {
    color: #fff;
    width: 100%;
    border: 1px solid #fff; }
  .prodlist-item {
    width: 49%;
    margin: 0 0.5% 4%; }
  .cart-item-box {
    display: block; }
  .cart-item-box .photo {
    width: 100%; }
  .cart-item-box .detail-box {
    width: 100%;
    padding: 0 0 2.6em; }
  #main_middle > .page-heading {
    width: 80%;
    margin: 0 auto; }
  #top-introduction p {
    font-size: 1.18em;
    letter-spacing: 0;
    margin: 0 -5%; }
  #top-products {
    margin-bottom: 0; }
    #top-products .category-list {
      margin: 1.6em 0 0; }
      #top-products .category-list li {
        width: 100%;
        margin: 1em 0 0; }
  .top-news-flex {
    display: flex;
    flex-direction: column-reverse; }
  #top-news .news-box {
    width: 100%;
    float: none; }
    #top-news .news-box .top-heading.news span {
      display: none; }
  #top-news .left-box {
    display: none; }
  #top-news .top-heading {
    text-align: center;
    margin: 0 0 1em;
    padding: 1.6em 0 0; }
  #top-news .sns-box {
    width: 100%;
    padding: 0 2em; }
  #top-story li {
    width: 100%; }
  #top-recommend ul {
    margin: 1.6em -1% 0; }
  #top-recommend li {
    width: 48%;
    margin: 0 1% 2%; }
  #top-recommend .name {
    font-size: 0.86em; }
  #top-instagram {
    padding: 0 0 10%; }
    #top-instagram ul {
      margin: 1.6em -0.5% 0; }
    #top-instagram li {
      width: 48%;
      padding: 0 0 37.9%;
      margin: 0 1% 2%; } }

#footer .debugger {
  position: fixed;
  left: 3px;
  bottom: 2em;
  width: 1.6em;
  height: 1em;
  z-index: 999; }
  #footer .debugger::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #789;
    border-radius: 0.5em; }
  #footer .debugger::after {
    position: absolute;
    content: '';
    left: 0.15em;
    top: 0.15em;
    width: 0.7em;
    height: 0.7em;
    background: #789;
    border-radius: 0.25em; }

._guided #footer .debugger::after {
  left: auto;
  right: 0.15em;
  background: #7bc; }

._guided .container-col1,
._guided .container-colt {
  border: 1px solid #9dd; }

._guided .inner {
  border: 1px solid #26e; }

._guided #header .inner {
  border: 1px solid #f4f; }

._guided #footer .strap .inner {
  border: 1px solid rgba(240, 64, 240, 0.5); }

._guided #footer .inner {
  border: 1px solid #f4f; }

._guided a,
._guided a p {
  background-color: rgba(255, 1, 1, 0.2); }

._guided .newslist dl {
  border: 1px solid #f4f; }

._guided .detail-box {
  border: 1px solid #f4f; }

._guided .cart_item .item_box > .td {
  border: 1px solid #1d8; }

/* pr/kasanegi */
.page-story .story-section-title {
  color: #999;
  text-align: center;
  font-size: 2em;
  font-weight: normal;
  margin: 2em 0 0; }

.page-story .story-figure img {
  width: 100%;
  height: auto; }

.page-story .story-figure figcaption {
  color: #666666;
  font-size: 0.85em;
  margin-top: .3em; }

.page-story .desc {
  font-size: calc(27em/16);
  color: #666666;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin: 1.6em 0 0; }
  @media (max-width: 40em) {
    .page-story .desc {
      font-size: calc(30em/23); } }

.page-story .header {
  font-size: calc(22em/16);
  color: #666666;
  line-height: 1.5;
  margin: 0 0 .5em; }

.page-story .artisans-name {
  font-size: 1.1em;
  color: #666666;
  margin: 1.6em 0 0; }

.page-story .text {
  font-size: calc(16em/16);
  color: #666666; }

.page-story .title-box {
  position: relative;
  width: 100%;
  padding: 0 0 26%;
  background: none no-repeat scroll center center / cover; }
  @media (max-width: 40em) {
    .page-story .title-box {
      padding: 0 0 66%; } }
  .page-story .title-box > div {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .page-story .title-box.white-text .story-section-title,
  .page-story .title-box.white-text .desc {
    color: #fff; }

.story-slider {
  position: relative; }
  .story-slider .main_visual {
    padding: 0 0 calc(57% + 2em); }
    @media (max-width: 40em) {
      .story-slider .main_visual {
        padding: 0 0 130%; }
        .story-slider .main_visual .slick-list {
          width: 100%; } }

.story-nav .panel-box {
  position: absolute;
  width: 96%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  z-index: 10; }
  .story-nav .panel-box .logo-box {
    width: 60%;
    max-width: 10em;
    margin: 0 auto; }
    .story-nav .panel-box .logo-box .logo {
      width: 100%;
      height: auto; }
  @media (max-width: 40em) {
    .story-nav .panel-box .logo-box {
      width: 23%; } }
  .story-nav .panel-box .menu-list {
    font-size: 1.6em;
    width: 75%;
    max-width: 18em;
    margin: 0 auto; }
    .story-nav .panel-box .menu-list li {
      float: left;
      width: 50%;
      margin: 1em 0 0;
      padding: 0 0.8em; }
    .story-nav .panel-box .menu-list p {
      position: relative;
      color: #fff; }
      .story-nav .panel-box .menu-list p:hover {
        color: #a0a0a0; }
      .story-nav .panel-box .menu-list p::before {
        content: '>';
        margin: 0 0.6em 0 0; }
      .story-nav .panel-box .menu-list p::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        background: #aaa; }
    @media (max-width: 40em) {
      .story-nav .panel-box .menu-list li {
        float: left;
        width: 100%; } }

.page-story #header {
  position: fixed;
  background: transparent;
  border: none;
  z-index: 100; }
  .page-story #header .inner {
    padding: 0;
    height: 0;
    min-height: 0; }
    .page-story #header .inner .icon-menu {
      position: absolute;
      right: 0;
      margin: 1em 0 0; }
  .page-story #header .btn-mobile {
    display: block; }
  .page-story #header .panel {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7); }

.page-story #header.open .btn-mobile span {
  background-color: #fff; }

.page-story #header.open .panel {
  display: block; }

.story-introduction {
  margin: 3em auto 0; }
  .story-introduction h2 {
    color: #666;
    font-size: 1.5em;
    font-weight: 500;
    text-align: center; }
    @media (max-width: 40em) {
      .story-introduction h2 {
        line-height: 1.3; } }
  .story-introduction .brand-name {
    font-size: 1.6em;
    font-weight: 500;
    text-align: center; }
    @media (max-width: 40em) {
      .story-introduction .brand-name {
        margin-top: .2em; } }
    .story-introduction .brand-name img {
      width: 16em;
      height: auto; }
      @media (max-width: 40em) {
        .story-introduction .brand-name img {
          width: 11em; } }
  .story-introduction .artisans {
    color: #666;
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
    margin: 1em auto 0; }
    @media (max-width: 40em) {
      .story-introduction .artisans {
        font-size: 1.1em;
        margin-top: .5em; } }
    .story-introduction .artisans li {
      position: relative;
      display: inline-block;
      padding: 0 1em;
      letter-spacing: 0.1em; }
      .story-introduction .artisans li::before, .story-introduction .artisans li::after {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        height: 1em;
        width: 1px;
        background-color: #888; }
      .story-introduction .artisans li::before {
        transform: translateY(-50%) rotate(45deg); }
      .story-introduction .artisans li::after {
        transform: translateY(-50%) rotate(-45deg); }
      .story-introduction .artisans li:first-of-type::before, .story-introduction .artisans li:first-of-type::after {
        display: none; }

.story-lineup {
  margin: 3em auto 0; }
  .story-lineup .story-section-title {
    margin-top: 0; }
  .story-lineup .inner {
    max-width: calc((473em + 4% + 473em) / 16); }
  .story-lineup .list {
    margin: 0 -1%; }
  .story-lineup .item {
    float: left;
    width: 48%;
    margin: 1em 1% 0; }
    .story-lineup .item .type {
      text-align: left;
      font-size: 1.5em;
      color: #b3b3b3;
      line-height: 1.4; }
    .story-lineup .item .photo {
      width: 100%;
      height: 0;
      padding: 0 0 75%;
      background: transparent none no-repeat scroll center center / cover; }
    .story-lineup .item .more {
      font-size: 1em;
      color: #999;
      text-align: right;
      line-height: 1.4; }
    .story-lineup .item:hover .more {
      color: #4d4d4d; }
  .story-lineup .item:nth-of-type(2n) .type {
    text-align: right; }
  .story-lineup .earrings .photo {
    background-image: url("https://hito-e.net/pr/wp-content/uploads/2019/08/IMG_0172_large.jpg");
    z-index: 0; }
  .story-lineup .necklace .photo {
    background-image: url("https://hito-e.net/pr/wp-content/uploads/2019/05/kasanegi-necklace-min.jpg"); }
  .story-lineup .brooch .photo {
    background-image: url("https://hito-e.net/pr/wp-content/uploads/2019/05/kasanegi-brooch-min.jpg"); }
  .story-lineup .bowtie .photo {
    background-image: url("https://hito-e.net/pr/wp-content/uploads/2019/05/kasanegi-bowtie-min.jpg"); }
  .story-lineup .btn-box {
    text-align: center;
    margin: 2.6em 0 4em; }
  .story-lineup .button {
    display: inline-block;
    color: #999;
    line-height: 2.6;
    text-align: center;
    padding: 0 3em;
    border: 1px solid #b3b3b3; }
    .story-lineup .button:hover {
      color: #fff;
      background: #b3b3b3; }
  .story-lineup figcaption {
    margin-top: 1em;
    text-align: right; }

.story-quality .box {
  overflow: hidden; }

.story-quality .box-bg-1 {
  background: #e6e6e6 url("https://hito-e.net/pr/wp-content/uploads/2019/05/kasanegi-q1-min.jpg") no-repeat scroll center top/100% auto; }
  .story-quality .box-bg-1 .inner {
    max-width: calc(960em/16); }
    @media (max-width: 40em) {
      .story-quality .box-bg-1 .inner {
        width: 86%; } }
  .story-quality .box-bg-1 .flex {
    margin: 5em 0 0em; }
    @media (max-width: 40em) {
      .story-quality .box-bg-1 .flex {
        margin: 1.6em 0 2.6em; } }
    .story-quality .box-bg-1 .flex .left {
      float: left;
      width: 70%;
      padding: 0 1em 0 0; }
    .story-quality .box-bg-1 .flex .right {
      float: right;
      width: 30%;
      height: 0;
      padding: 0 0 24.9%;
      background: url("https://hito-e.net/pr/wp-content/uploads/2019/05/kasanegi-q2-min.jpg") no-repeat scroll center top/100% auto; }
    @media (max-width: 40em) {
      .story-quality .box-bg-1 .flex .left {
        float: none;
        width: 100%;
        padding: 0 0 0 0; }
      .story-quality .box-bg-1 .flex .right {
        float: none;
        width: 100%;
        height: 0;
        padding: 0 0 83%;
        background: url("https://hito-e.net/pr/wp-content/uploads/2019/05/kasanegi-q2-min.jpg") no-repeat scroll center top/100% auto; } }

.story-quality .box-bg-2 {
  background: #e6e6e6;
  padding-top: 4em; }
  @media (max-width: 40em) {
    .story-quality .box-bg-2 {
      padding-top: 0; } }
  .story-quality .box-bg-2 .inner {
    background: #fff;
    width: 100%;
    height: calc(483em/16);
    max-width: 100%;
    background-image: url(/pr/wp-content/uploads/2019/05/kasanegi-q3-min.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 40em) {
      .story-quality .box-bg-2 .inner {
        background-position: 63% 50%;
        height: calc(483em/25); } }

.story-quality .box-bg-3 {
  background: #e6e6e6; }
  .story-quality .box-bg-3 .inner {
    max-width: calc(960em/16); }
    @media (max-width: 40em) {
      .story-quality .box-bg-3 .inner {
        width: 86%; } }
  .story-quality .box-bg-3 .flex {
    margin: 3.2em 0 0; }
    .story-quality .box-bg-3 .flex .right {
      float: right;
      width: 70%;
      padding: 0 0 0 1em; }
    .story-quality .box-bg-3 .flex .left {
      float: left;
      width: 30%;
      height: 0;
      padding: 0 0 19.41%;
      background: url("https://hito-e.net/pr/wp-content/uploads/2019/05/kasanegi-q4-min.jpg") no-repeat scroll center top/100% auto; }
    @media (max-width: 40em) {
      .story-quality .box-bg-3 .flex .right {
        float: none;
        width: 100%;
        padding: 0 0 0 0; }
      .story-quality .box-bg-3 .flex .left {
        float: none;
        width: 100%;
        height: 0;
        padding: 0 0 64.7%; } }
  .story-quality .box-bg-3 .ptn-box {
    width: 100%;
    max-width: 44em;
    margin: 0 auto; }
  .story-quality .box-bg-3 .patterns {
    width: 100%;
    margin: 2.6em 0 4em; }
    .story-quality .box-bg-3 .patterns li {
      float: left;
      width: 18.33%;
      margin: 0 7.5%; }
      @media (max-width: 40em) {
        .story-quality .box-bg-3 .patterns li {
          width: 29.33%;
          margin: 0 6% 0 0; }
          .story-quality .box-bg-3 .patterns li:last-of-type {
            margin-right: 0; } }
      .story-quality .box-bg-3 .patterns li p {
        position: relative;
        color: #666;
        line-height: 2;
        text-align: center;
        padding: 100% 0 0; }
        .story-quality .box-bg-3 .patterns li p::after {
          position: absolute;
          content: '';
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background: url("https://hito-e.net/pr/wp-content/uploads/2019/05/kasanegi-ptns-min.png") no-repeat scroll 0% 0%/300% auto; }
    @media (max-width: 40em) {
      .story-quality .box-bg-3 .patterns {
        margin: 6% 0 4em; }
        .story-quality .box-bg-3 .patterns li {
          width: 29.33%;
          margin: 0 6% 0 0; }
          .story-quality .box-bg-3 .patterns li:last-of-type {
            margin-right: 0; } }
    .story-quality .box-bg-3 .patterns li.windmill p::after {
      background-position: 0% 0%; }
    .story-quality .box-bg-3 .patterns li.chevron p::after {
      background-position: 50% 0%; }
    .story-quality .box-bg-3 .patterns li.hexagram p::after {
      background-position: 100% 0%; }

.right_img {
  float: right;
  width: calc(292 / 960 * 100%);
  height: 0;
  padding-bottom: 25.4%;
  background: url(https://hito-e.net/pr/wp-content/uploads/2019/05/kasanegi-q2-min.jpg) no-repeat scroll center top/100%; }

.left_text {
  float: left;
  width: 69%;
  padding: 0 1em 0 0; }

.left_img {
  float: left;
  width: calc(417.5 / 960 * 100%);
  height: 0;
  padding-bottom: 28.4%;
  background: url(https://hito-e.net/pr/wp-content/uploads/2019/05/kasanegi-q4-min.jpg) no-repeat scroll center top/100% auto; }

.right_text {
  float: right;
  width: 56%;
  padding: 0 0 0 1em; }

@media (max-width: 40em) {
  .left_img {
    float: none;
    width: 100%;
    padding: 0 0 69% 0; }
  .right_img {
    float: none;
    width: 100%;
    height: 0;
    padding-bottom: 83.4%; }
  .left_text {
    width: 100%;
    padding: 0;
    margin-top: 1em; }
  .page-story .header {
    width: 100%;
    font-size: calc(30em/25); }
  .page-story .text {
    width: 100%;
    margin-bottom: 1em; }
  .right_text {
    width: 100%;
    padding: 0; }
  .story-quality .box {
    margin-bottom: -26px; }
  .br-pc {
    display: none; }
  .ptn-box {
    padding: 0 10%; } }

.story-story .story-section-title {
  margin-top: 0; }

.story-story .box {
  margin-top: 4em; }

@media (max-width: 40em) {
  .story-story .inner {
    width: 86%; } }

.story-story .flex .left {
  float: left; }
  .story-story .flex .left.lt {
    padding: 0 1em 0 0; }

.story-story .flex .right {
  float: right; }
  .story-story .flex .right.lt {
    padding: 0 0 0 1em; }

.story-story .flex .lt {
  width: 49%; }

.story-story .flex .gt {
  width: 51%; }

@media (max-width: 40em) {
  .story-story .flex .left {
    float: none; }
    .story-story .flex .left.lt {
      padding: 0; }
  .story-story .flex .right {
    float: none; }
    .story-story .flex .right.lt {
      padding: 0; }
  .story-story .flex .lt {
    width: 100%; }
  .story-story .flex .gt {
    width: 100%; } }

@media (max-width: 40em) {
  .story-story .story-gallery {
    margin: 2% 0 1em; } }

.story-story .story-gallery li {
  float: left;
  width: 49%;
  margin: 0 2% 0 0; }
  .story-story .story-gallery li:last-of-type {
    margin: 0; }
  .story-story .story-gallery li img {
    display: block;
    width: 100%;
    height: auto; }

.story-story.kasanegi .title-box {
  background-image: url("https://hito-e.net/pr/wp-content/uploads/2019/05/kasanegi-s1-min.jpg"); }

.story-story.kasanegi .story-kasanegi-2 .text {
  line-height: 1.63; }

.story-story.kasanegi .story-kasanegi-3 {
  width: 100%;
  margin-top: 8em;
  padding: 0 0 26%;
  background: url("https://hito-e.net/pr/wp-content/uploads/2019/05/kasanegi-s8-min.jpg") no-repeat scroll center center/cover; }
  @media (max-width: 40em) {
    .story-story.kasanegi .story-kasanegi-3 {
      padding: 0 0 75%;
      background: url("https://hito-e.net/pr/wp-content/uploads/2019/05/kasanegi-s8-sp-min.jpg") no-repeat scroll center center/cover; } }

.story-story.kasanegi .story-kasanegi-5 .second-reverse .text-box {
  margin: 1em 0 0; }

@media (max-width: 40em) {
  .story-story.kasanegi .story-kasanegi-5 .second-reverse {
    display: flex;
    flex-direction: column-reverse; }
    .story-story.kasanegi .story-kasanegi-5 .second-reverse .text-box {
      margin: 40px 0 0; } }

.story-story.kasanegi .story-kasanegi-5 .second {
  margin: 1em 0 0; }
  .story-story.kasanegi .story-kasanegi-5 .second .left {
    position: relative;
    padding: 0 0 33.4%;
    width: calc(49% - 1em); }
  .story-story.kasanegi .story-kasanegi-5 .second .right {
    position: relative;
    padding: 0 0 33.4%; }
  @media (max-width: 40em) {
    .story-story.kasanegi .story-kasanegi-5 .second .left {
      width: 100%;
      padding: 0 0 72%; }
    .story-story.kasanegi .story-kasanegi-5 .second .right {
      width: 100%;
      padding: 0 0 65.83%;
      margin: 0.4em 0 0; } }
  .story-story.kasanegi .story-kasanegi-5 .second figure,
  .story-story.kasanegi .story-kasanegi-5 .second figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

@media screen and (max-width: 40em) {
  .story-lineup {
    margin: 2em auto 0; }
    .story-lineup .list {
      margin: 0 -1%; }
    .story-lineup .item {
      float: none;
      width: 100%;
      margin: 2.6em 0 0; }
      .story-lineup .item .type {
        font-size: 1.2em; }
  .hidden-sp {
    display: none !important; } }

.banner-box {
  width: 96%;
  max-width: 64em;
  margin: 0 auto; }

.banner-brand {
  position: relative;
  width: 100%;
  margin: 8em 0 4em 0;
  background: url("https://hito-e.net/html/template/hitoe/img/banner-kasanegi-min.jpg") no-repeat scroll center center/cover; }
  .banner-brand::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.2s;
    pointer-events: none; }
  .banner-brand:hover::after {
    background: rgba(255, 255, 255, 0.25); }
  .banner-brand .box {
    width: 100%; }
  .banner-brand .logo-box {
    width: 45%;
    margin: 0 0 0 auto;
    padding: 3% 7.5%; }
    .banner-brand .logo-box img {
      width: 100%;
      height: auto; }
    .banner-brand .logo-box .logo-pc {
      display: block; }
    .banner-brand .logo-box .logo-sp {
      display: none; }
  .banner-brand .button {
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 2;
    margin: 2em 0 0; }

.separater {
  margin-top: 3em;
  width: 86%; }

@media screen and (min-width: 641px) {
  .hidden-pc {
    display: none !important; }
  .part1 {
    margin-top: 1em; }
  .part2 {
    margin-top: 1em; }
  .part3 {
    margin-top: 1em; }
  .part4 {
    margin-top: 1em; } }

@media screen and (min-width: 1060px) {
  .part1 {
    margin: 105px 0 0; }
  .part2 {
    margin: 1em 0 0; }
  .part3 {
    margin: 10em 0 0; }
  .part4 {
    margin: 4.8em 0 0; } }

.careguide_box {
  margin: 4em auto 0; }
  .careguide_box .header {
    position: relative;
    font-weight: 500;
    z-index: 5; }
    .careguide_box .header::before {
      content: '▽';
      margin: 0 0.6em 0 0; }
    .careguide_box .header::after {
      position: absolute;
      content: '';
      height: 1px;
      width: calc(100% - 8em);
      right: 0;
      top: 50%;
      background: #999;
      z-index: -1; }
  .careguide_box li::before {
    content: '・'; }

.product_block_box {
  background: #f2f2f2; }
  .product_block_box .inner {
    padding: 2.6em 0; }
  .product_block_box .block_box {
    margin: 3em 0 0; }
    .product_block_box .block_box .left {
      float: left; }
    .product_block_box .block_box .right {
      float: right; }
    .product_block_box .block_box .photo_box {
      width: 44%; }
      .product_block_box .block_box .photo_box.left {
        margin-right: 2%; }
      .product_block_box .block_box .photo_box.right {
        margin-left: 2%; }
      .product_block_box .block_box .photo_box img {
        width: 100%;
        height: auto; }
    .product_block_box .block_box .header {
      width: 54%;
      font-size: 1.3em;
      font-weight: 500;
      line-height: 1.6; }
      .product_block_box .block_box .header span {
        font-size: 0.8em; }
    .product_block_box .block_box .text {
      width: 54%;
      margin: 1em 0 0; }

@media screen and (max-width: 40em) {
  .detail-box .name_box {
    float: none;
    width: 100%;
    margin: 0;
    padding-left: 0; }
  .detail-box .name {
    font-size: 1.3em;
    font-weight: 500;
    padding: 0;
    margin: 0; }
  .detail-box .photo {
    float: none;
    width: 100%; }
  .detail-box .item_detail {
    margin: 1em 0 0; }
  .detail-box .detail-box {
    float: none;
    width: 100%;
    padding: 0; }
    .detail-box .detail-box .flex-reverse {
      display: flex;
      flex-direction: column-reverse; }
    .detail-box .detail-box .item_comment {
      margin: 1.6em 0 0; }
  .detail-box .form-box {
    margin: 1em 0 0; }
    .detail-box .form-box .cart-area {
      display: block;
      margin: 0 auto;
      padding: 1em 0; }
    .detail-box .form-box dl.quantity {
      width: 70%;
      margin: 0.25em auto;
      overflow: hidden; }
      .detail-box .form-box dl.quantity dt {
        float: left;
        width: 3em; }
      .detail-box .form-box dl.quantity dd {
        float: left;
        width: calc(100% - 3em);
        padding: 0 2em 0 0; }
    .detail-box .form-box .btn_area {
      width: 80%;
      margin: 1em auto 0; }
  .product_info_box .product_info {
    font-size: 0.84em; }
  .product_guide_box ul {
    font-size: 0.84em; }
  .product_guide_box li {
    line-height: 2.6; }
  .item_comment {
    margin: 1em 0 0; }
  .careguide_box {
    margin: 1.6em auto 0; }
    .careguide_box .header {
      position: relative;
      font-size: 1em; }
    .careguide_box ul {
      font-size: 0.84em; }
  .banner-box {
    width: 100%;
    max-width: none; }
  .banner-brand {
    padding: 65% 0 0;
    background: url("https://hito-e.net/html/template/hitoe/img/banner-kasanegi-sp-min.jpg") no-repeat scroll center center/cover; }
    .banner-brand:hover::after {
      background: rgba(255, 255, 255, 0.25); }
    .banner-brand .box {
      width: 100%; }
    .banner-brand .logo-box {
      width: 75%;
      margin: 0 auto;
      padding: 1.3em 0; }
      .banner-brand .logo-box .logo-pc {
        display: none; }
      .banner-brand .logo-box .logo-sp {
        display: block;
        width: 35%;
        margin: 0 auto; }
    .banner-brand .button {
      margin: 1em 0 0; }
  .product_block_box .inner {
    padding: 2.6em 0; }
  .product_block_box .block_box {
    margin: 1.6em 0 0; }
    .product_block_box .block_box .left {
      float: none; }
    .product_block_box .block_box .right {
      float: none; }
    .product_block_box .block_box .photo_box {
      width: 100%;
      margin: 0.6em 0 0; }
      .product_block_box .block_box .photo_box.left {
        margin-right: 0; }
      .product_block_box .block_box .photo_box.right {
        margin-left: 0; }
    .product_block_box .block_box .header {
      width: 100%;
      text-align: center; }
    .product_block_box .block_box .text {
      width: 100%; } }

.section-faq p.has-margin {
  margin: 1em 0 0; }

.section-faq .faq-item {
  line-height: 1.5;
  border: 1px solid #babbbb;
  border-radius: 0.25em;
  margin: 0.6em 0 0;
  overflow: hidden; }
  .section-faq .faq-item dt {
    position: relative;
    padding: 0.6em 3em 0.6em 1em; }
    .section-faq .faq-item dt:hover {
      background: #f2f2f2; }
  .section-faq .faq-item dd {
    display: none;
    padding: 1em;
    background: #f2f2f2; }

.toggler {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.6em;
  height: 100%;
  cursor: pointer; }
  .toggler::after {
    position: absolute;
    content: '';
    width: 1em;
    height: 1em;
    border-top: 2px solid #3e3a39;
    border-right: 2px solid #3e3a39;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -75%) rotate(135deg);
    transform: translate(-50%, -75%) rotate(135deg); }

.toggle-open .toggler::after {
  -webkit-transform: translate(-50%, -25%) rotate(-45deg);
  transform: translate(-50%, -25%) rotate(-45deg); }

.abs-slick .slick-list {
  position: relative;
  height: 0;
  width: 100%;
  margin: 0;
  padding: 0 0 84%; }

.abs-slick .slick-track {
  position: absolute;
  height: 100%; }

.abs-slick .slick-dots {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  text-align: center;
  z-index: 10; }

.abs-slick .slick-dots li {
  /*  display: none;
        position: absolute;*/
  width: 32.66%;
  padding: 0;
  margin: 1% 1% 0 0;
  cursor: pointer; }

.abs-slick .slick-dots li:nth-of-type(3n) {
  margin-right: 0; }

.abs-slick .slick-dots li button {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 0;
  padding: 0 0 84%;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  overflow: hidden;
  cursor: pointer; }

.abs-slick .slick-dots li button:hover,
.abs-slick .slick-dots li button:focus {
  outline: none; }

.abs-slick .slick-dots li button:hover:before,
.abs-slick .slick-dots li button:focus:before {
  opacity: 1; }

.abs-slick .slick-dots li button:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 0; }

.abs-slick .slick-dots li button.thumbnail img {
  position: absolute;
  width: auto;
  height: 100%;
  max-width: none;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }

.main_visual {
  position: relative;
  height: 0;
  padding: 0 0 calc(48% + 2em);
  margin: 0;
  overflow: hidden; }
  .main_visual::after {
    position: absolute;
    content: '';
    background: #fefefe;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 1s; }
  .main_visual.visible::after {
    opacity: 0; }
  .main_visual img {
    width: 100%;
    max-width: none;
    height: auto; }
  .main_visual .slick-dots {
    bottom: 0; }
  .main_visual .slick-list {
    position: absolute;
    width: 100%;
    height: calc(100% - 2em);
    top: 0;
    left: 50%;
    transform: translateX(-50%) !important;
    overflow: hidden; }

.category_visual {
  width: 100%;
  height: 0;
  padding: 0 0 48.4%;
  background: none no-repeat scroll center center / cover;
  background-image: url("https://hito-e.net/html/template/hitoe/img/cat-kasanegi-min.jpg"); }

@media screen and (max-width: 40em) {
  .main_visual {
    height: 0;
    padding: 0 0 96%; }
    .main_visual .slick-list {
      width: 200%; } }

.prodlist-breadcrumb {
  display: none; }

.prodlist-info-box {
  display: none; }

@media screen and (max-width: 28em) {
  body {
    font-size: 15px; }
  .page-heading {
    font-size: 1.3em; }
  .section-faq,
  #contact,
  #privacy,
  #tradelaw {
    font-size: 0.9em; }
  .form-inline .form-control {
    width: 26.3%; }
  .form-inline #pref {
    width: auto; } }

#tradelaw__law_term03 img {
  width: auto;
  height: 2em; }

#tradelaw_delivery {
  border: none; }
  #tradelaw_delivery dd dt {
    display: block;
    width: 100%;
    border: none;
    padding-bottom: 0; }
  #tradelaw_delivery dd dd {
    display: block;
    width: 100%;
    padding: 0 0 1em; }
    #tradelaw_delivery dd dd.no-border {
      border: none; }
  #tradelaw_delivery dd ol {
    list-style: decimal;
    margin: 0 0 0 1.2em; }

section.item-detail {
  margin: 2.6em 0 0; }

#about img {
  width: 100%;
  height: auto; }

#about .intro {
  border-bottom: 1px solid #666; }
  #about .intro .page-heading {
    text-align: center;
    color: #999;
    font-size: 1.3em; }
  #about .intro h1 {
    width: 100%;
    max-width: 14em;
    font-size: 1em;
    margin: 2em auto; }
    #about .intro h1 img {
      width: 100%;
      height: auto; }
  #about .intro .msg-box {
    margin: 2.6em auto; }
    #about .intro .msg-box p {
      font-size: 1.6em;
      text-align: center; }

#about .message {
  margin: 2.6em 0 0; }
  #about .message h3,
  #about .message p {
    text-align: left;
    color: #666; }
  #about .message h3 {
    font-size: 1.2em;
    margin: 0 0 0.6em; }
  #about .message .names {
    text-align: right; }
  #about .message .photo {
    width: 100%;
    height: 0;
    padding: 0 0 91.6%;
    background: url("https://hito-e.net/html/template/hitoe/img/about-0-min.jpg") no-repeat scroll center center/cover; }
  #about .message .flex .left {
    position: relative;
    float: left;
    width: 50%; }
  #about .message .flex .right {
    position: relative;
    float: right;
    width: 50%; }
  #about .message .flex .text-box.left {
    padding: 0 1em 0 0; }
  #about .message .flex .text-box.right {
    padding: 0 0 0 1em; }
  #about .message.box-3rd .flex .left {
    position: relative;
    float: left;
    width: 50%; }
  #about .message.box-3rd .flex .right {
    position: relative;
    float: right;
    width: 50%; }
  #about .message.box-3rd .text-box .link {
    /*                    position: absolute;
                    bottom: 0;
                    right: 0;*/
    text-align: right;
    margin: 2.6em 0 0; }

#about .gallery {
  margin: 2.6em 0 0; }
  #about .gallery .flex {
    margin: 2% 0 0; }
    #about .gallery .flex .left {
      float: left;
      width: 49%; }
    #about .gallery .flex .right {
      float: right;
      width: 49%; }

#about .partners p {
  margin: 1em 0 0;
  text-align: center; }

@media screen and (max-width: 40em) {
  #about .message {
    margin: 2.6em 0 0; }
    #about .message h3,
    #about .message p {
      text-align: left;
      color: #666; }
    #about .message h3 {
      font-size: 1.1em;
      margin: 0 0 0.6em; }
    #about .message .flex .left {
      width: 100%; }
    #about .message .flex .right {
      width: 100%; }
    #about .message .flex .text-box.left {
      padding: 0; }
    #about .message .flex .text-box.right {
      padding: 0; }
    #about .message.box-1st .flex .left {
      margin: 1.6em 0 0; }
    #about .message.box-3rd {
      margin: 2.6em 0 0; }
      #about .message.box-3rd .flex .left {
        width: 100%; }
      #about .message.box-3rd .flex .right {
        width: 100%; }
      #about .message.box-3rd .text-box .link {
        text-align: center; }
  #about .gallery {
    margin: 2.6em 0 0; }
    #about .gallery .flex .left {
      width: 100%; }
    #about .gallery .flex .right {
      margin: 2% 0 0;
      width: 100%; }
  #about .partners p {
    margin: 1em 0 0;
    text-align: center; } }

#about .line {
  margin-top: 3em;
  border-top-color: #666; }

#about .tbl-prof {
  margin-top: 2em;
  color: #666;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 752px; }
  #about .tbl-prof tbody {
    display: block; }
  #about .tbl-prof tr {
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
    #about .tbl-prof tr + tr {
      border-top: 1px solid #9e9e9f; }
  #about .tbl-prof th {
    font-weight: normal;
    padding: .1em 1em;
    width: 10em;
    white-space: nowrap;
    flex-grow: 0; }
    @media (max-width: 40em) {
      #about .tbl-prof th {
        width: 5em; } }
  #about .tbl-prof td {
    flex-grow: 1;
    padding: .1em 1em;
    position: relative;
    border-left: 1px solid #9e9e9f; }
  #about .tbl-prof dl {
    font-size: calc(14em/16); }
    @media (min-width: 768px) {
      #about .tbl-prof dl .a-row {
        display: flex; } }
    #about .tbl-prof dl .a-row + .a-row {
      margin-top: .3em; }
      @media (max-width: 40em) {
        #about .tbl-prof dl .a-row + .a-row {
          margin-top: .8em; } }
    @media (min-width: 768px) {
      #about .tbl-prof dl dd {
        margin-left: 1em; } }
  @media (max-width: 40em) {
    #about .tbl-prof .hidden-sp {
      display: none !important; } }
  @media (min-width: 768px) {
    #about .tbl-prof .hidden-pc {
      display: none !important; } }

#top-story .news-list {
  max-width: 44em;
  margin: 1.6em auto 0; }
  #top-story .news-list li {
    width: 100%; }
  #top-story .news-list .post-item {
    border-bottom: 1px solid #aaa;
    margin: 0.6em 0 0; }
    #top-story .news-list .post-item .title {
      font-size: 1.3em;
      text-align: left;
      margin: 0; }

.price p span {
  display: inline-block; }

@media screen and (min-width: 769px) {
  #top-introduction {
    margin: 4em 0 0; } }

.post .inner {
  min-height: 20vh; }

@media screen and (min-width: 768px) {
  .brand .br_menu {
    display: none; } }

@media screen and (max-width: 768px) {
  .lineuporder {
    display: flex;
    flex-wrap: wrap; } }

@media screen and (min-width: 768px) {
  .prodlist-item {
    float: none; } }

@media screen and (min-width: 768px) {
  #top-recommend ul {
    display: flex;
    flex-wrap: wrap; } }

@media screen and (min-width: 768px) {
  #top-recommend li {
    float: none; } }

figcaption {
  font-size: 14px;
  text-align: left;
  max-width: 1030px;
  margin: 0 auto;
  color: #808090; }

@media screen and (max-width: 640px) {
  figcaption {
    font-size: 11px; } }

@media screen and (max-width: 769px) {
  span.br_pc {
    display: none; } }

@media screen and (min-width: 640px) {
  .space_sp {
    margin: 40px 0 0; } }

.row a {
  color: #337ab7;
  font-weight: 600;
  text-decoration: underline; }

.item.coming-soon p {
  color: #888 !important; }

.prodlist-item .price span {
  display: inline-block; }

.roll a:hover img {
  opacity: 0.7; }

@media screen and (min-width: 640px) {
  .company {
    width: 530px; } }

.photo:hover {
  opacity: 0.7; }

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

#top-recommend ul {
  display: flex;
  flex-wrap: wrap; }

/*クレジットカード情報入力画面*/
.h3-card {
  display: inline-block; }

.crd-brand {
  display: block;
  margin-bottom: 40px;
  width: 100%;
  height: auto; }

.crd-card-margin {
  margin-left: calc((100vw - 64px) * .3); }

.ex-credit-card {
  margin-left: -18px;
  margin-top: 15px; }

@media screen and (max-width: 768px) {
  .crd-brand {
    margin-bottom: 15px; }
  .crd-card-margin {
    margin-left: 0; }
  .name-ex {
    display: inline-block; }
  .first-name {
    margin-bottom: 5px; }
  .bk-btn {
    margin-bottom: 8px; } }

dl.mthd-of-pmt dt,
dl.mthd-of-pmt dd {
  border-top: 1px solid #ccc; }

@media screen and (max-width: 767px) {
  dl.mthd-of-pmt dt,
  dl.mthd-of-pmt dd {
    border-top: 0; } }

.security_code dt,
.security_code dd {
  border-bottom: none; }

@media screen and (max-width: 640px) {
  figcaption.prd-list-figcap {
    padding-left: calc(12vw - 8px); } }

.shop-coution {
  display: inline-block;
  text-decoration: underline;
  margin-top: 10px; }

@media screen and (max-width: 640px) {
  .left.gt {
    margin-bottom: 40px; } }

@media screen and (min-width: 768px) {
  .mypage-submit {
    width: 100%;
    margin-left: 90%; } }

.row .btn-info {
  color: #ffffff;
  text-decoration: none; }

.row .row .btn-info:hover {
  color: #ccc; }

.row .btn-primary {
  color: #fff;
  background-color: #DE5D50;
  text-decoration: none; }
  .row .btn-primary:hover {
    background: #D85145; }

div#summary_box__summary {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center; }

p#summary_box__payment_total {
  float: none;
  width: 150px; }
  p#summary_box__payment_total .text-primary {
    margin: 0 !important; }

p#summary_box__reorder_button {
  float: none;
  width: 130px; }

#shopping_confirm .total_box .total_amount p.total_price {
  font-size: 10px; }

#shopping_confirm .total_box .total_amount p.total_price strong .small {
  font-size: 10px; }

#shopping_confirm .total_box .total_amount p.total_price strong {
  font-size: 20px; }

/* pr/kokeshi */
main.pr-kokeshi .story-nav .panel-box .logo-box {
  max-width: calc(454em/16); }
  @media (max-width: 40em) {
    main.pr-kokeshi .story-nav .panel-box .logo-box {
      width: calc(193em/15); } }

main.pr-kokeshi .story-nav .panel-box .menu-list {
  font-size: 2.4em; }
  @media (max-width: 40em) {
    main.pr-kokeshi .story-nav .panel-box .menu-list li {
      padding-left: 0;
      padding-right: 0; } }

main.pr-kokeshi .story-nav .panel-box .release {
  color: #fff;
  font-size: calc(17em/16);
  width: 75%;
  max-width: calc(570em/16);
  margin: 2em auto 0 auto;
  line-height: 1.4; }
  @media (min-width: 768px) {
    main.pr-kokeshi .story-nav .panel-box .release {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  main.pr-kokeshi .story-nav .panel-box .release dt {
    background-color: #fff;
    color: #000;
    font-size: calc(20em/16);
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(35em/20); }
    @media (min-width: 768px) {
      main.pr-kokeshi .story-nav .panel-box .release dt {
        width: calc(255em/20);
        height: calc(44em/20); } }
  @media (max-width: 40em) {
    main.pr-kokeshi .story-nav .panel-box .release dd {
      margin-top: .5em;
      letter-spacing: calc(100em/1000); } }

@media (min-width: 768px) {
  main.pr-kokeshi .main_visual {
    padding-bottom: calc(64% - 2em); } }

@media (max-width: 40em) {
  main.pr-kokeshi .main_visual .slick-list {
    width: 100%; } }

main.pr-kokeshi .story-introduction .inner {
  max-width: calc(835em/16); }

@media (max-width: 40em) {
  main.pr-kokeshi .story-introduction h2 img {
    width: calc(177.5em/15); } }

main.pr-kokeshi .story-introduction .brand-name {
  margin-top: .8em; }
  @media (min-width: 768px) {
    main.pr-kokeshi .story-introduction .brand-name {
      margin-top: 1em; } }
  main.pr-kokeshi .story-introduction .brand-name img {
    width: auto; }

main.pr-kokeshi .story-introduction .release {
  margin-top: 2em;
  text-align: center; }
  @media (min-width: 768px) {
    main.pr-kokeshi .story-introduction .release {
      margin-top: 3em; } }
  @media (max-width: 40em) {
    main.pr-kokeshi .story-introduction .release img {
      width: calc(156em/15); } }

main.pr-kokeshi .story-introduction .list-image {
  margin-top: 3em; }
  @media (min-width: 768px) {
    main.pr-kokeshi .story-introduction .list-image {
      margin-top: 8em; } }

main.pr-kokeshi .story-introduction .txt-feature {
  font-size: calc(20em/16); }

@media (max-width: 40em) {
  main.pr-kokeshi .story-introduction .txt-size {
    font-size: calc(10em/15); } }

main.pr-kokeshi .story-introduction .txt-size small {
  font-size: calc(14em/16); }
  @media (max-width: 40em) {
    main.pr-kokeshi .story-introduction .txt-size small {
      font-size: calc(10em/15); } }

@media (min-width: 768px) {
  main.pr-kokeshi .story-quality {
    margin-top: 10em; } }

main.pr-kokeshi .story-quality .inner {
  max-width: 60em; }

@media (max-width: 40em) {
  main.pr-kokeshi .story-quality .desc {
    margin-top: 1em;
    margin-bottom: calc(330em/15); } }

main.pr-kokeshi .story-quality .box-bg-1 {
  background-image: url(/pr/wp-content/uploads/2020/03/kokeshi-img-bg-sp.jpg);
  background-color: #fff; }
  @media (max-width: 40em) {
    main.pr-kokeshi .story-quality .box-bg-1 {
      background-size: calc(699em/15);
      background-position: 50% 12%; } }
  @media (min-width: 768px) {
    main.pr-kokeshi .story-quality .box-bg-1 {
      background-size: auto;
      background-image: url(/pr/wp-content/uploads/2020/03/kokeshi-img-bg.jpg);
      background-position: 60% -5%; } }

main.pr-kokeshi .story-quality .row-quality {
  margin-top: 3em; }
  @media (min-width: 768px) {
    main.pr-kokeshi .story-quality .row-quality {
      margin-top: 4em; } }
  main.pr-kokeshi .story-quality .row-quality h3 {
    line-height: 1; }
  @media (max-width: 40em) {
    main.pr-kokeshi .story-quality .row-quality .ttl-quality01 {
      width: calc(225em/15); } }
  @media (max-width: 40em) {
    main.pr-kokeshi .story-quality .row-quality .ttl-quality02 {
      width: calc(209em/15); } }
  @media (max-width: 40em) {
    main.pr-kokeshi .story-quality .row-quality .ttl-quality03 {
      width: calc(205em/15); } }
  main.pr-kokeshi .story-quality .row-quality p {
    margin-top: .5em;
    font-size: calc(12em/15); }
    @media (max-width: 40em) {
      main.pr-kokeshi .story-quality .row-quality p {
        margin-top: 1em; } }
  main.pr-kokeshi .story-quality .row-quality ul {
    margin-top: .5em; }
    @media (min-width: 768px) {
      main.pr-kokeshi .story-quality .row-quality ul {
        display: flex;
        justify-content: space-between; } }
    @media (max-width: 40em) {
      main.pr-kokeshi .story-quality .row-quality ul li + li {
        margin-top: 1em; } }
    @media (min-width: 768px) {
      main.pr-kokeshi .story-quality .row-quality ul li {
        width: 48.3%;
        max-width: calc(466em/16); } }

@media (min-width: 768px) {
  main.pr-kokeshi .story-quality .half {
    width: 48.3%;
    max-width: calc(466em/16); } }

main.pr-kokeshi .story-quality .half p {
  margin-top: 1em; }

main.pr-kokeshi .story-quality .half figure {
  margin-top: .5em; }

main.pr-kokeshi .story-quality .release {
  margin-bottom: 4em;
  margin-top: 2em;
  text-align: center; }
  @media (min-width: 768px) {
    main.pr-kokeshi .story-quality .release {
      margin-top: 4em; } }
  main.pr-kokeshi .story-quality .release p {
    font-size: calc(17em/15);
    margin-top: 1em; }
    @media (min-width: 768px) {
      main.pr-kokeshi .story-quality .release p {
        font-size: calc(21em/16);
        margin-top: 2em; } }

main.pr-kokeshi .sec-story {
  background-color: #e6e6e6; }
  main.pr-kokeshi .sec-story .inner {
    min-height: auto;
    padding-top: .1em;
    padding-bottom: 2em; }
  @media (min-width: 768px) {
    main.pr-kokeshi .sec-story .story-section-title {
      color: #191919; } }
  @media (max-width: 40em) {
    main.pr-kokeshi .sec-story .story-section-title {
      margin-top: 1.5em; } }
  main.pr-kokeshi .sec-story p {
    color: #4D4D4D;
    margin-top: 1em;
    font-size: calc(22em/16);
    line-height: 1.6;
    text-align: center; }
    @media (max-width: 40em) {
      main.pr-kokeshi .sec-story p {
        font-size: calc(calc(28em/2)/15); } }
    main.pr-kokeshi .sec-story p + p {
      color: #999;
      margin-top: .5em;
      font-size: calc(27em/16); }
      @media (max-width: 40em) {
        main.pr-kokeshi .sec-story p + p {
          font-size: calc(calc(37em/2)/15); } }

@media (max-width: 40em) {
  main.pr-kokeshi .hidden-sp {
    display: none !important; } }

@media (min-width: 768px) {
  main.pr-kokeshi .hidden-pc {
    display: none !important; } }

/* pr/waami */
.pr-waami .story-nav .panel-box .logo-box {
  max-width: calc(148.636em/16); }
  @media (max-width: 40em) {
    .pr-waami .story-nav .panel-box .logo-box {
      width: calc(193em/15); } }

.pr-waami .story-nav .panel-box .menu-list {
  font-size: 2.4em; }
  @media (max-width: 40em) {
    .pr-waami .story-nav .panel-box .menu-list li {
      padding-left: 0;
      padding-right: 0; } }

.pr-waami .story-nav .panel-box .release {
  color: #fff;
  font-size: calc(17em/16);
  width: 75%;
  max-width: calc(570em/16);
  margin: 3em auto 0 auto;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .pr-waami .story-nav .panel-box .release {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .pr-waami .story-nav .panel-box .release dt {
    background-color: #fff;
    color: #000;
    font-size: calc(20em/16);
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(35em/20); }
    @media (min-width: 768px) {
      .pr-waami .story-nav .panel-box .release dt {
        width: calc(255em/20);
        height: calc(44em/20); } }
  @media (max-width: 40em) {
    .pr-waami .story-nav .panel-box .release dd {
      margin-top: .5em;
      letter-spacing: calc(100em/1000); } }

@media (min-width: 768px) {
  .pr-waami .main_visual {
    padding-bottom: calc(64% - 2em); } }

@media (max-width: 40em) {
  .pr-waami .main_visual .slick-list {
    width: 100%; } }

.pr-waami .txt-mv-aword {
  position: absolute;
  top: 1.5em;
  left: 12vw;
  white-space: nowrap;
  z-index: 1;
  line-height: 1.5; }
  @media (max-width: 40em) {
    .pr-waami .txt-mv-aword {
      top: 1.5em;
      left: 1.9em;
      font-size: .9em; } }
  @media (max-width: 330px) {
    .pr-waami .txt-mv-aword {
      font-size: .8em; } }

.pr-waami .story-introduction .inner {
  max-width: calc(961em/16); }

@media (max-width: 40em) {
  .pr-waami .story-introduction h2 img {
    width: calc(calc(294.908em/2)/13); } }

.pr-waami .story-introduction .brand-name {
  margin-top: .8em; }
  @media (min-width: 768px) {
    .pr-waami .story-introduction .brand-name {
      margin-top: 1em; } }
  .pr-waami .story-introduction .brand-name img {
    width: auto; }
    @media (max-width: 40em) {
      .pr-waami .story-introduction .brand-name img {
        width: calc((213.344em/2)/16); } }

.pr-waami .story-introduction .release {
  margin-top: 2em;
  text-align: center; }
  @media (min-width: 768px) {
    .pr-waami .story-introduction .release {
      margin-top: 3em; } }
  @media (max-width: 40em) {
    .pr-waami .story-introduction .release img {
      width: calc(calc(347.654em/2)/15); } }

.pr-waami .story-introduction figure {
  margin-top: 4em; }
  .pr-waami .story-introduction figure figcaption {
    color: #191919;
    margin-top: .6em;
    font-size: calc(20em/16);
    line-height: 1.5; }
    @media (max-width: 40em) {
      .pr-waami .story-introduction figure figcaption {
        font-size: calc(calc(20em/2)/15); } }
    .pr-waami .story-introduction figure figcaption small {
      font-size: calc(15em/20); }
      @media (max-width: 40em) {
        .pr-waami .story-introduction figure figcaption small {
          font-size: calc(calc(18em/2)/15); } }

@media (min-width: 768px) {
  .pr-waami .story-quality {
    margin-top: 7em; } }

.pr-waami .story-quality .inner {
  max-width: 60em;
  padding-bottom: 3em; }

@media (max-width: 40em) {
  .pr-waami .story-quality .desc {
    margin-top: 1em;
    margin-bottom: calc(280em/13); } }

.pr-waami .story-quality .box-bg-1 {
  background-image: url(/pr/wp-content/uploads/2020/03/waami-img-bg-sp.jpg);
  background-color: #fff; }
  @media (max-width: 40em) {
    .pr-waami .story-quality .box-bg-1 {
      background-position: 50% 25%;
      background-size: calc(calc(800em/2)/15) auto; } }
  @media (min-width: 768px) {
    .pr-waami .story-quality .box-bg-1 {
      background-size: auto;
      background-position: 50% 220px;
      background-image: url(/pr/wp-content/uploads/2020/03/waami-img-bg.jpg); } }

.pr-waami .story-quality .row-quality {
  margin-top: 3em; }
  @media (min-width: 768px) {
    .pr-waami .story-quality .row-quality {
      margin-top: 4em; } }
  .pr-waami .story-quality .row-quality h3 {
    line-height: 1; }
  @media (max-width: 40em) {
    .pr-waami .story-quality .row-quality .ttl-quality01 {
      width: calc(calc(476.427em/2)/15); } }
  @media (max-width: 40em) {
    .pr-waami .story-quality .row-quality .ttl-quality02 {
      width: calc(calc(451.772em/2)/15); } }
  @media (max-width: 40em) {
    .pr-waami .story-quality .row-quality .ttl-quality03 {
      width: calc(calc(419.438em/2)/15); } }
  .pr-waami .story-quality .row-quality p {
    margin-top: .5em;
    font-size: calc(12em/15); }
    @media (max-width: 40em) {
      .pr-waami .story-quality .row-quality p {
        margin-top: 1em; } }
  .pr-waami .story-quality .row-quality ul {
    margin-top: .5em; }
    @media (min-width: 768px) {
      .pr-waami .story-quality .row-quality ul {
        display: flex;
        justify-content: space-between; } }
    @media (max-width: 40em) {
      .pr-waami .story-quality .row-quality ul li + li {
        margin-top: 1em; } }
    @media (min-width: 768px) {
      .pr-waami .story-quality .row-quality ul li {
        width: 48.3%;
        max-width: calc(466em/16); } }

@media (min-width: 768px) {
  .pr-waami .story-quality .half {
    width: 48.3%;
    max-width: calc(430em/16); } }

.pr-waami .story-quality .half p {
  margin-top: 1em; }
  @media (min-width: 768px) {
    .pr-waami .story-quality .half p {
      font-size: calc(17em/16); } }

.pr-waami .story-quality .half figure {
  margin-top: 1em; }
  .pr-waami .story-quality .half figure figcaption {
    line-height: 1.5;
    margin-top: .5em; }
    @media (min-width: 768px) {
      .pr-waami .story-quality .half figure figcaption {
        font-size: calc(15em/16); } }

.pr-waami .story-quality .release {
  margin-bottom: 4em;
  margin-top: 2em;
  text-align: center; }
  @media (min-width: 768px) {
    .pr-waami .story-quality .release {
      margin-top: 4em; } }
  .pr-waami .story-quality .release p {
    font-size: calc(17em/15);
    margin-top: 1em; }
    @media (min-width: 768px) {
      .pr-waami .story-quality .release p {
        font-size: calc(21em/16);
        margin-top: 2em; } }

.pr-waami .story-quality-size {
  padding-top: 0; }
  @media (min-width: 768px) {
    .pr-waami .story-quality-size {
      padding-top: 7em; } }
  .pr-waami .story-quality-size .inner {
    min-height: auto; }
  .pr-waami .story-quality-size figure {
    text-align: center; }
  .pr-waami .story-quality-size dl {
    display: flex; }
    @media (max-width: 40em) {
      .pr-waami .story-quality-size dl {
        font-size: calc(calc(20em/2)/15); } }

.pr-waami .story-release .inner {
  min-height: auto;
  padding-top: 7em;
  padding-bottom: 7em; }
  @media (max-width: 40em) {
    .pr-waami .story-release .inner {
      padding-top: 4em;
      padding-bottom: 3em; } }

.pr-waami .story-release h2 {
  text-align: center; }
  @media (max-width: 40em) {
    .pr-waami .story-release h2 img {
      width: calc(calc(468.639em/2)/16); } }

.pr-waami .story-release p {
  text-align: center;
  margin-top: 1.2em;
  color: #666;
  font-size: calc(21em/16); }
  @media (max-width: 40em) {
    .pr-waami .story-release p {
      margin-top: 2em;
      font-size: calc(calc(29em/2)/15); } }

.pr-waami .sec-story {
  background-color: #e6e6e6; }
  .pr-waami .sec-story .inner {
    min-height: auto;
    padding-top: .1em;
    padding-bottom: 2em; }
  @media (min-width: 768px) {
    .pr-waami .sec-story .story-section-title {
      color: #191919; } }
  @media (max-width: 40em) {
    .pr-waami .sec-story .story-section-title {
      margin-top: 1.5em; } }
  .pr-waami .sec-story p {
    color: #4D4D4D;
    margin-top: 1em;
    font-size: calc(22em/16);
    line-height: 1.6;
    text-align: center; }
    @media (max-width: 40em) {
      .pr-waami .sec-story p {
        font-size: calc(calc(28em/2)/15); } }
    .pr-waami .sec-story p + p {
      color: #999;
      margin-top: .5em;
      font-size: calc(27em/16); }
      @media (max-width: 40em) {
        .pr-waami .sec-story p + p {
          font-size: calc(calc(37em/2)/15); } }

@media (max-width: 40em) {
  .pr-waami .hidden-sp {
    display: none !important; } }

@media (min-width: 768px) {
  .pr-waami .hidden-pc {
    display: none !important; } }
