@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/*
CSS Framework

便利なcss集めました
*/
/*-----------------------
Foundation css
*/
/* small displays */
/* medium displays */
/* large displays */
/* xlarge displays */
/* xxlarge displays */
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important;
}

@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
@media print {
  .print-only,
  .show-for-print {
    display: block !important;
  }
  .hide-on-print,
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=5e182c1e337e41483c38)
 * Config saved to config.json and https://gist.github.com/5e182c1e337e41483c38
 */ /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

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

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

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.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.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: #fff;
  border-color: #ccc;
}

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

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.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.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: #337ab7;
  border-color: #2e6da4;
}

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

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

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

.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.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: #5cb85c;
  border-color: #4cae4c;
}

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

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

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

.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.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: #5bc0de;
  border-color: #46b8da;
}

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

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

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

.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.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: #eea236;
}

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

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

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

.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.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 {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .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: #23527c;
  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;
}

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

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

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width: 100%;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.dropup, .dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 16px 55px 16px 16px;
  min-height: 16.42857143px;
}

.modal-header .close {
  padding: 0 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 26px;
  font-size: 2.6rem;
}

.modal-header .close:hover {
  opacity: 0.8;
}

.modal-title {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 0 16px 16px;
}

.modal-footer {
  padding: 16px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
  display: inline-block;
}

/* Psuedo-element chars */
.splitting .char {
  position: relative;
}

/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */
.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none;
}

/* Expanded CSS Variables */
.splitting {
  /* The center word index */
  --word-center: calc((var(--word-total) - 1) / 2);
  /* The center character index */
  --char-center: calc((var(--char-total) - 1) / 2);
  /* The center character index */
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  /* Pecent (0-1) of the word's position */
  --word-percent: calc(var(--word-index) / var(--word-total));
  /* Pecent (0-1) of the line's position */
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  /* Percent (0-1) of the char's position */
  --char-percent: calc(var(--char-index) / var(--char-total));
  /* Offset from center, positive & negative */
  --char-offset: calc(var(--char-index) - var(--char-center));
  /* Absolute distance from center, only positive */
  --distance: calc(
     (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  /* Distance from center where 1 is far left/far right, 0 is center */
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

.splitting.cells img {
  width: 100%;
  display: block;
}

@supports (display: grid) {
  .splitting.cells {
    position: relative;
    overflow: hidden;
    background-size: cover;
    visibility: hidden;
  }
  .splitting .cell-grid {
    background: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template: repeat(var(--row-total), 1fr)/repeat(var(--col-total), 1fr);
  }
  .splitting .cell {
    background: inherit;
    position: relative;
    overflow: hidden;
  }
  .splitting .cell-inner {
    background: inherit;
    position: absolute;
    visibility: visible;
    /* Size to fit the whole container size */
    width: calc(100% * var(--col-total));
    height: calc(100% * var(--row-total));
    /* Position properly */
    left: calc(-100% * var(--col-index));
    top: calc(-100% * var(--row-index));
  }
  /* Helper variables for advanced effects */
  .splitting .cell {
    --center-x: calc((var(--col-total) - 1) / 2);
    --center-y: calc((var(--row-total) - 1) / 2);
    /* Offset from center, positive & negative */
    --offset-x: calc(var(--col-index) - var(--center-x));
    --offset-y: calc(var(--row-index) - var(--center-y));
    /* Absolute distance from center, only positive */
    --distance-x: calc( (var(--offset-x) * var(--offset-x)) / var(--center-x) );
    /* Absolute distance from center, only positive */
    --distance-y: calc( (var(--offset-y) * var(--offset-y)) / var(--center-y) );
  }
}
/**
 * Base
 */
/* root
------------------------------- */
:root {
  /* font-size */
  --font-size-50px: 3.125rem;
  --font-size-30px: 1.875rem;
  --font-size-16px: 1rem;
  --font-size-15px: 0.9375rem;
  --font-size-14px: 0.875rem;
}

/******************************************************************

変数

******************************************************************/
:root {
  --base-rem: calc(1rem / 16);
  --font-size-base: calc(var(--base-rem) * 16);
  /* font-size scale */
  --font-size-xl-md: calc(var(--base-rem) * 50);
  --font-size-xl-sm: calc(var(--base-rem) * 46);
  --font-size-lg-md: calc(var(--base-rem) * 30);
  --font-size-md-md: calc(var(--base-rem) * 22);
  --font-size-sm-lg: calc(var(--base-rem) * 15);
  --font-size-sm-md: calc(var(--base-rem) * 14);
  /* margin scale */
  --margin-size-xl-md: 8.0rem;
  --margin-size-lg-md: 4.0rem;
  --margin-size-md-md: 1.5rem;
  /* color */
  --font-color-main: #222222;
  --bg-color-main: #FFE100;
  --color-price: #ff0000;
  /* border */
  --border-width: 1px;
  --border-radius: 15px;
}

/* --------------------------------
	Common style
-------------------------------- */
html {
  font-size: 100%; /* 100%を指定すると「1rem = 16px（既定）」 */
}

body {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: var(--font-color-main);
  word-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:active {
  color: inherit;
  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;
}

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

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

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

.form-group .errormsg {
  margin-top: 3px;
  font-size: 0.75rem;
  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: 1rem;
  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: normal !important;
  margin-left: 1em;
  font-size: 0.75rem;
}

/* --------------------------------
	Parts
-------------------------------- */
/* section */
.section_header {
  margin-bottom: 2rem;
}

.section_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0;
  text-align: center;
}

.section_title__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.1;
}

.section_title__text {
  font-size: var(--font-size-xl-sm);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.section_title__sub {
  font-size: var(--font-size-sm-lg);
  font-weight: 400;
  letter-spacing: 0.08em;
}

.section_title__line {
  position: relative;
  width: 60px;
  height: 2px;
  background: #000;
}

/* 左ドット */
.section_title__line--left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  transform: translateY(-50%);
}

/* 右ドット */
.section_title__line--right::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  transform: translateY(-50%);
}

/* heading */
h2 {
  font-size: 1rem;
}

.page-heading {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  border-top: 1px solid #ccc;
  padding: 8px;
}

.heading01 {
  font-size: 1rem;
  font-weight: bold;
}

.heading02,
.heading03 {
  font-size: 0.875rem;
  font-weight: bold;
}

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

.heading05 {
  font-size: 1rem;
  font-weight: bold;
}

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

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

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

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

.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: 1.5rem;
  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 */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #DE5D50;
  border-radius: 10px;
}

.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: 10px 8px;
  text-align: center;
  overflow-x: hidden;
}

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

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

.dl_table dl {
  padding: 8px 0;
  border-bottom: 1px dotted #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: #333333;
  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 8px;
}

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

#topicpath li {
  float: left;
  color: #333;
  font-size: 0.75rem;
}

#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: "";
}

/* 商品一覧 */
#page_product_list #topicpath {
  /*    padding: 24px 8px;*/
  padding: 2.5rem 0 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  /*    width: 100%;*/
}

#page_product_list #topicpath ol {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  display: flex;
  flex-flow: wrap;
}

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

.form_stock_available input[type=checkbox] {
  display: none;
}

.form_stock_available .checkbox > label {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  /*    margin: 0 5px 8px 0;*/
  padding: 8px 12px 8px 35px;
  border-radius: 15px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0.8rem;
}

.form_stock_available .checkbox > label:hover {
  background-color: #e2edd7;
}

.form_stock_available .checkbox > label:hover:after {
  border-color: #53b300;
}

.form_stock_available .checkbox > label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: "";
}

.form_stock_available .checkbox > label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -6px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form_stock_available .checkbox.checked > label:before {
  opacity: 1;
}

.form_stock_available .checkbox.checked > label {
  background-color: #e2edd7;
}

.form_stock_available .checkbox.checked > label:after {
  border-color: #53b300;
}

/* 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: 16px;
  padding-bottom: 20px;
}

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

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

/* flowline */
.flowline {
  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: 0.75rem;
  font-weight: bold;
  z-index: 1;
}

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

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

.flowline li .flow_number {
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  font-size: 0.75rem;
  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: 1.25rem;
}

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

.cart .item_box .item_pattern {
  font-size: 0.875rem;
}

.cart .item_box .item_price {
  font-size: 1rem;
  font-weight: bold;
}

.cart .item_box .item_price .small {
  font-size: 0.75rem;
  font-weight: normal;
  margin-left: 10px;
}

.cart .item_box .item_quantity {
  vertical-align: middle;
  font-size: 0.875rem;
}

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

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

.cart .cart_price .price {
  font-size: 1rem;
  font-weight: bold;
}

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

.cart .btn_area li {
  padding-bottom: 8px;
}

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

.cart .btn_area .btn-sm {
  height: auto;
  font-size: 0.875rem;
  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 ********/
.inner {
  max-width: 1230px;
}

#contents, #header, #footer, .pagetop {
  /* Force Hardware Acceleration in WebKit */
  -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;
}

/****** 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: 1.375rem;
}

.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: 1rem;
}

.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: 1rem;
}

.modal-body .item_price .small {
  font-size: 0.75rem;
  font-weight: normal;
  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: 1rem;
  height: 56px;
  line-height: 56px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
}

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

/****** Each Page Setting ********/
/* Item List Page
------------------------------------------- */
/* Item Detail Page
------------------------------------------- */
/*	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: #333333;
}

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

.text-primary {
  color: #DE5D50;
}

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

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

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

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

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

.text-warning {
  color: #333333;
}

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: #333333;
  background-color: #F5F7F8;
  border-color: #D7DADD;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  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: #333333;
}

.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: #333333;
  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: normal;
  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
*******************************/
/* --- Consolidated default.css --- */
/* --------------------------------
	Theme CSS for EC-CUBE 3
-------------------------------- */
/* --------------------------------
	Common
-------------------------------- */
.img_center,
.txt_center {
  text-align: center;
}

.img_right,
.txt_right {
  text-align: right;
}

/****** Base Layout Setting ********/
#contents {
  background: #fff;
}

/****** Side Setting ********/
/****** Footer Setting ********/
/****** Effect Setting ********/
/******************************
	Media Query
*******************************/
/* --------------------------------
    display mask
-------------------------------- */
.prevention-masked {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3040;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.extra-form {
  margin: 10px 0;
}

/* --- Consolidated style-overwrite.css --- */
/******************************************************************
サイトコンテンツスタイルシート
Author: T.Sugiyama
Author URI: http://fromdime.com
******************************************************************/
/*-------------------------------------------
共通

-------------------------------------------*/
html {
  /*    font-size: 0.625rem;*/
  /*    font-size: 0.585938rem;*/
  /*    letter-spacing: 0.1em;*/
  /*    line-height: 2;*/
}

body {
  line-height: 1.8;
  /*    font-size: 0.625rem;*/
}

ul {
  list-style: none;
}

dl, ol, p, ul {
  margin-bottom: 0;
}

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

/*
h1 {
font-size: 1.25rem;
}
h2 {
font-size: 0.75rem;
}
h3 {
font-size: 0.71875rem;
}
h4 {
font-size: 0.6875rem;
}
h5 {
font-size: 0.65625rem;
}
h6 {
font-size: 0.625rem;
}
*/
.marginbh {
  margin-bottom: 0.3125rem;
}

.marginb {
  margin-bottom: 0.625rem;
}

.marginbw {
  margin-bottom: 1.25rem;
}

.marginth {
  margin-top: 0.3125rem;
}

.margint {
  margin-top: 0.625rem;
}

.margintw {
  margin-top: 1.25rem;
}

.marginlh {
  margin-left: 0.3125rem;
}

.marginl {
  margin-left: 0.625rem;
}

.marginlw {
  margin-left: 1.25rem;
}

.marginrh {
  margin-right: 0.3125rem;
}

.marginr {
  margin-right: 0.625rem;
}

.marginrw {
  margin-right: 1.25rem;
}

table.type_com {
  border-collapse: collapse;
  border-spacing: 0;
  padding-top: 7px;
  padding-right: 5px;
  padding-bottom: 7px;
  padding-left: 5px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #e2e2e2;
  border-bottom-color: #e2e2e2;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 80%;
  width: 100%;
}

table.type_com th {
  font-weight: normal;
  text-align: left;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  width: 20%;
  background-color: #fefbf0;
  padding-top: 12px;
  padding-right: 5px;
  padding-bottom: 12px;
  padding-left: 15px;
}

table.type_com td {
  text-align: left;
  width: 80%;
  padding-top: 12px;
  padding-right: 5px;
  padding-bottom: 12px;
  padding-left: 10px;
  border-top-width: thin;
  border-bottom-width: thin;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #e2e2e2;
  border-bottom-color: #e2e2e2;
}

/*
テーブルの基本レイアウト
*/
table.base_table {
  /*    table-layout:fixed;*/
  font-size: 0.9375rem;
}

table.base_table tbody {
  border: 1px solid #dddddd;
  border-bottom: none;
  border-right: none;
}

table.base_table tr {
  border-bottom: 1px solid #e7e7e7;
}

table.base_table tr:first-child {
  border-top: 1px solid #e7e7e7;
}

table.base_table tr th {
  text-align: center;
}

table.base_table tr td {
  text-align: left;
}

table.base_table tr th,
table.base_table tr td {
  border-right: 1px solid #dddddd;
  padding: 0.5rem 1.25rem;
}

table.parallel_table {
  table-layout: fixed;
}

table.parallel_table tr:first-child {
  border-top: 1px solid #e7e7e7;
}

table.parallel_table tr th {
  text-align: left;
  font-weight: normal;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}

table.parallel_table tr td {
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}

table.parallel_table tr {
  border-bottom: 1px solid #e7e7e7;
}

.lead {
  font-size: 120%;
  line-height: 2rem;
}

.bold_red {
  font-weight: bold;
  color: #D53C37;
}

/*-------------------------------------------
構造調整タグ
-------------------------------------------*/
.base_width {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

#inner-contents {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 2rem;
}
#inner-contents #side_left {
  flex-basis: 22%;
  max-width: 22%;
  padding-top: 2rem;
}
#inner-contents #main {
  flex-basis: 75%;
  max-width: 75%;
}
.front_page #inner-contents {
  padding-top: 0;
}
.front_page #inner-contents #side_left {
  padding-top: 0;
}

#page_product_detail #inner-contents {
  justify-content: center;
}
#page_product_detail #inner-contents #side_left {
  flex-basis: 20%;
  max-width: 20%;
}
#page_product_detail #inner-contents #main {
  flex-basis: 80%;
  max-width: 80%;
}

.form_stock_available {
  font-size: 0.9rem;
}

label, input[type=checkbox] {
  cursor: pointer;
}

/*-------------------------------------------
汎用パーツ
-------------------------------------------*/
/*-------------------------------------------
プラグイン
-------------------------------------------*/
/*-------------------------------------------
ヘッダー
-------------------------------------------*/
/*-------------------------------------------
フッター
-------------------------------------------*/
/*-------------------------------------------
サイドバー
-------------------------------------------*/
/*-------------------------------------------
トップページ(toppage)
-------------------------------------------*/
/*-------------------------------------------
投稿（お知らせ）
-------------------------------------------*/
/*-------------------------------------------

-------------------------------------------*/
.heading01 {
  background-color: #FFE100;
  color: #000000;
}

/*-------------------------------------------
 商品ページ
-------------------------------------------*/
/******************************************************************
メディアクエリー
******************************************************************/
/* 1281px ~ : PC Large screens -> Default */
/* ~ 1280px : PC screens */
/* ~ 1024px : Medium screens */
/* ~ 960px : Tablet screens */
/* ~ 812px : iphone X screens */
/* ~ 767px : Tablet screens */
/* 641px ~ 1024px : Medium only */
/* 640px以下:Small screens */
/* 641以下end */
/* 479px以下: SP screens */
/* desktop defaults (was min-width: 768px) */
/* --------- common ---------- */
.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;
}

/* --------------------------------
    Parts
-------------------------------- */
/* heading */
h2 {
  font-size: 1.5rem;
}

.page-heading {
  font-size: 2rem;
  border-bottom-style: solid;
  border-top: 0 none;
  padding: 16px 0 12px;
  margin: 0 16px 48px;
}

.heading01,
.heading03 {
  font-size: 1.5rem;
  font-weight: bold;
}

.heading02 {
  font-size: 1.5rem;
  font-weight: bold;
  background: #EFEFEF;
  padding: 8px 12px;
}

.heading05 {
  font-size: 1rem;
}

/* btn */
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.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 */
.badge {
  font-size: 0.75rem;
}

/* 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 dotted #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: 24px 16px;
  border: 0 none;
}

#topicpath ol {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #ccc;
}

#topicpath li {
  font-size: 1rem;
}

/* 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: 0.875rem;
}

.flowline li .flow_number {
  line-height: 42px;
  width: 42px;
  height: 42px;
  font-size: 1.25rem;
}

/* .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 ********/
/****** Side Setting ********/
/****** Effect Setting ********/
/* Overlay */
.overlay {
  display: none;
}

/* 1280px以下:PC screens */
/* 1024px以下:Large screens */
/* 960px以下:Tablet screens */
/* 812px以下:iphone X screens */
/* 768px以下:Medium screens */
@media only screen and (max-width: 47.938em) {
  /* --------- 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);
  }
  .container-fluid {
    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;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  /****** Header Setting ********/
  /****** Side Setting ********/
  /****** Effect Setting ********/
  /* heading */
  h2 {
    font-size: 1rem;
  }
  .page-heading {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    border-top: 1px solid #ccc;
    padding: 8px;
  }
  .heading01,
  .heading03 {
    font-size: 1rem;
    font-weight: bold;
  }
  .heading02 {
    font-size: 0.875rem;
    font-weight: bold;
    background: none;
    padding: 0;
  }
  .heading05 {
    font-size: 1rem;
  }
  /* btn */
  .btn-lg {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
  }
  .btn-sm {
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
  }
  .btn-xs {
    padding: 5px 8px;
    font-size: 10px;
    line-height: 1.5;
    font-weight: normal;
  }
  /* badge */
  .badge {
    font-size: 0.625rem;
  }
  /* tableStyle */
  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: 10px 8px;
    text-align: center;
    overflow-x: hidden;
  }
  /* tableish */
  .tableish {
    display: block;
    width: 100%;
  }
  .tableish .thead,
  .tableish .tbody,
  .tableish .tr,
  .tableish .th,
  .tableish .td {
    display: block;
    vertical-align: top;
  }
  /* dl-table */
  .dl_table {
    border-top: 1px dotted #ccc;
    display: block;
    width: auto;
  }
  .dl_table dl {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
  }
  .dl_table dt,
  .dl_table dd {
    display: block;
    border-bottom: 0 none;
    padding: 0;
    width: auto;
  }
  .dl_table dd {
    padding: 0;
  }
  .dl_table dd .form-group {
    padding-top: 8px;
  }
  .dl_table .zip-search {
    margin-top: 8px;
  }
  /* pagination */
  .pagination {
    width: 95%;
    margin: 16px auto;
  }
  /* topicpath */
  #topicpath {
    border-top: 1px solid #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 0 8px;
  }
  #topicpath ol {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 0 none;
  }
  #topicpath li {
    font-size: 0.75rem;
  }
  /* intro */
  .intro {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* message */
  .heading04 + .message {
    padding: 0 0 16px;
    text-align: left;
  }
  .message .errormsg {
    padding: 8px;
  }
  /* flowline */
  .flowline {
    margin: 0;
    padding: 8px 0 16px;
    border-bottom: 1px dotted #ccc;
  }
  .flowline ul::before {
    top: 13px;
  }
  .flowline.step3 ul {
    max-width: none;
  }
  .flowline.step4 ul {
    max-width: none;
  }
  .flowline ul li {
    font-size: 0.75rem;
  }
  .flowline li .flow_number {
    line-height: 30px;
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
  }
  /* .cart .item_box */
  #cart .inner {
    padding: 0 8px;
  }
  .cart .item_box > div,
  .cart .item_box > dl {
    padding: 8px 0;
  }
  .cart .item_box .item_photo {
    padding: 8px 8px 8px 0;
  }
  .cart .item_box .icon_edit {
    right: 0;
    top: 10px;
  }
  .cart .btn_area {
    padding: 8px 0 0;
  }
  /* error_box */
  .error_box {
    margin-bottom: 0;
  }
  /****** Layout ********/
  .front_page #main {
    flex-basis: 100% t;
    max-width: 100%;
    order: 1;
  }
  .front_page #side_left {
    flex-basis: 100%;
    max-width: 100%;
    order: 2;
  }
  /* Overlay */
  .overlay {
    display: block;
  }
  .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);
  }
}
/* 640px以下:Small screens */
/* 479px以下: SP screens */
/*

main_slider
slick

トッププロモーションや商品ビジュアル画像、商品リストのスライド表示にはEC-CUBE4標準と同じく「slick」を使用しています。

slickを適用する要素は共通してclass「.ec-slickContainer」を設置してその要素に対して適用させるようにしています。

slick適用要素は、slickの準備ができるまではエリアを非表示としておき、準備が整ってからフェードイン表示としています。
slickの準備が完了するまでは画像が一瞬大きく表示されてしまう事がありますのでそれを見せないための処置です。

メモ：
slickドットとslickアロー（prev,next）と両方適用させると、アローボタンは上下中央よりずれてしまいます。
*/
/* Sass 変数 */
.front_page .ec-slickContainer {
  visibility: hidden;
  opacity: 0;
  filter: blur(5px);
  transition: 1s;
}
.front_page .ec-slickContainer.slick-initialized.is-readiness {
  visibility: visible;
  opacity: 1;
  filter: blur(0);
}

/*
slick用パーツ

slick用パーツの共通スタイリングです。

* prev,nextボタン
* ドットボタン
* slickガター
* キャプション表示
* その他（テンプレートにより）
*/
/*
prev,nextボタン

ボタンを画像に被せて左右に配置するるタイプのスタイリングです。
*/
.front_page .slick-slider {
  position: relative;
}
.front_page .slick-slider .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.2s;
}
.front_page .slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.front_page .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.front_page .slick-slider .slick-arrow:hover {
  opacity: 1;
}
.front_page .slick-slider .slick-arrow i {
  display: block;
}

/*
prev,nextボタンの配置を「おすすめ商品」ブロックのようなslickコンテナの横を左右にはみ出すように上書きスタイリングするミックスインになります。
ブラウザ幅が指定したブレイクポイント未満の場合は、prev・nextボタンをslickコンテナの右上にまとめて配置します。

* $breakPoint: ブレイクポイント
*/
/*
上記の@mixin「slickArrowRecommendStyle」のアローアイコンを細い線で実装するスタイル
デスクトップ（指定ブレイクポイント以上）時のアローアイコンをアイコンフォントではなくCSSのborder線で実装したスタイルになります。
アイコンフォントを用いた場合、サイズを大きくすると線も太くなってしまいますが、細い線を維持したデザインとしたい場合に使用します。CSSのborder線ですので太さは維持できます。
まだ整理しきれていない感もありますが、今のところ上記の@mixinの内容をコピーしてデスクトップ時のスタイルのみを書き換えた形になっています。
*/
/*
ドットボタン
*/
.front_page .ec-headPromotionRole .ec-headPromotionRole__content .slick-appendDots .slick-dots, .front_page .slick-slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  padding-top: 12px;
}
.front_page .ec-headPromotionRole .ec-headPromotionRole__content .slick-appendDots .slick-dots li, .front_page .slick-slider .slick-dots li {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--clrNoactive, #ccc);
  cursor: pointer;
}
.front_page .ec-headPromotionRole .ec-headPromotionRole__content .slick-appendDots .slick-dots li button, .front_page .slick-slider .slick-dots li button {
  display: none;
}
.front_page .ec-headPromotionRole .ec-headPromotionRole__content .slick-appendDots .slick-dots li.slick-active, .front_page .slick-slider .slick-dots li.slick-active {
  background-color: var(--clrActive, #000);
}
.front_page .ec-headPromotionRole .ec-headPromotionRole__content .slick-appendDots .slick-dots li + li, .front_page .slick-slider .slick-dots li + li {
  margin-left: 16px;
}

/*
領域外配置ドットボタン

slickスライダー生成時のパラメータ「appendDots」を使用して任意のHTML要素にドットボタンを配置した場合のスタイリングです。
通常のドットボタンの場合は、prev,nextボタンの上下位置がスライド画像の上下中央にならないので、対策としてドットボタンを領域外に配置します。
その他、独自のスタイリングを施したい場合などに使用する感じです。
*/
.front_page .slick-appendDots {
  /* JEIA4010では各ブロックごとにスタイリングする事になると思いますので共通スタイリングはありません。 */
}

/*
slickガター

slick適用内のアイテム間にガター（間隔）を設けます。

slickを適用する要素（基本は.ec-ec-slickContainer）に併せてclass「slickGutter」を記述しておきます。

※なお、レスポンシブでデバイス事にガター幅を可変できるようにmixin化しています。

メモ：
普通に、.slick-slide要素にマージンを設定し、先祖要素である.slick-listにネガティブマージンを設定して調整します。
しかし、それだけではスライド時に左側にわずかに商品アイテムがはみ出した形で見えてしまいます。これを防ぐ為には、
slick適用の要素（基本は.ec-ec-slickContainer）に「overflow:hidden;」すれば解決しますが、
prev,nectボタンをslick領域の外側に配置したい場合があり（position:absolute;で外に出しています）、overflowだと
この外側に配置したpreve,nextボタンが隠されてしまい見えない事になります。
ですので、ネガティブマージンをかけた.slick-list要素に「clip-path」プロパティを使い表示領域をクリップすることで対応しています。

※IE11、Edgeはclip-path非対応なのでクリップパスは適用されず結果、スライド時に左側が少しはみ出して見えます（2019/09）
*/
.front_page .slickGutter .slick-list {
  margin-left: -10px;
  clip-path: inset(0 0 0 10px);
}
.front_page .slickGutter .slick-list .slick-slide {
  margin-left: 10px;
}
@media (min-width: 1280px) {
  .front_page .slickGutter .slick-list {
    margin-left: -40px;
    clip-path: inset(0 0 0 40px);
  }
  .front_page .slickGutter .slick-list .slick-slide {
    margin-left: 40px;
  }
}

/*
slick キャプション表示

slick適用の各アイテムの中に「.caption」要素（説明文）を記述しておくと画像に被さる形でテキストが表示されます。

商品詳細ページでは、slickを適用する画像ビジュアル部分が動的に出力されますのでキャプション要素を追加できませんが、
フリーエリア内にてキャプション要素を記述しておき、javascirptで各キャプションを各画像アイテム内に挿入させて実装しています。
*/
.front_page .slick-slider .slick-slide {
  position: relative;
}
.front_page .slick-slider .slick-slide .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0.933rem;
  color: #000;
  background-color: hsla(0, 0%, 100%, 0.5);
  padding: 1em;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: 0.5s;
  transition-delay: 0.5s;
}
.front_page .slick-slider .slick-slide.slick-current .caption {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/*
トップページ トッププロモーション
*/
.front_page .ec-headPromotionRole {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .front_page .ec-headPromotionRole {
    flex-flow: row wrap;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .front_page .ec-headPromotionRole {
    flex-flow: row wrap;
  }
}
.front_page .ec-headPromotionRole .ec-headPromotionRole__content {
  flex: 0 0 auto;
  width: 40%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .front_page .ec-headPromotionRole .ec-headPromotionRole__content {
    width: 100%;
    order: 2;
    position: static;
    padding: 6.25vw;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .front_page .ec-headPromotionRole .ec-headPromotionRole__content {
    width: 100%;
    order: 2;
    position: static;
    padding: 3.906vw;
  }
}
.front_page .ec-headPromotionRole .ec-headPromotionRole__content .slick-appendDots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(40vw - 40px);
  margin-left: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .front_page .ec-headPromotionRole .ec-headPromotionRole__content .slick-appendDots {
    position: static;
    width: 100%;
    margin: 6.25vw 0 0;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .front_page .ec-headPromotionRole .ec-headPromotionRole__content .slick-appendDots {
    position: static;
    width: 100%;
    margin: 3.906vw 0 0;
  }
}
.front_page .ec-headPromotionRole .ec-headPromotionRole__content .slick-appendDots .slick-dots {
  padding: 0;
}
.front_page .ec-headPromotionRole .ec-headPromotionRole__image {
  flex: 0 0 auto;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .front_page .ec-headPromotionRole .ec-headPromotionRole__image {
    width: 100%;
    order: 1;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .front_page .ec-headPromotionRole .ec-headPromotionRole__image {
    width: 100%;
    order: 1;
  }
}
.front_page .ec-headPromotionRole .ec-headPromotionRole__image .item {
  /*
  // カレントが外れる瞬間の効果
  &:not(.slick-current) {
  }
  */
}
.front_page .ec-headPromotionRole .ec-headPromotionRole__image .item.slick-current img {
  animation: animePromoImageOn 2s forwards;
}
@keyframes animePromoImageOn {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.front_page .ec-headPromotionRole {
  /*
   * position:absoluteによりプロモーションエリア全体を覆う要素になります。
   * 内容のコンテンツのスタイリングをしやすいようにこちらの要素に左右余白を設けてあります。
   */
}
.front_page .ec-headPromotionRole .ec-headPromotionRole__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - 20px);
  height: 100%;
  padding: 0 40px;
  z-index: 2;
  pointer-events: none;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .front_page .ec-headPromotionRole .ec-headPromotionRole__inner {
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .front_page .ec-headPromotionRole .ec-headPromotionRole__inner {
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.front_page .ec-headPromotionRole .ec-headPromotionRole__inner .ec-slickContainer {
  width: 100%;
  max-width: 1580px;
  pointer-events: auto;
}
.front_page .ec-headPromotionRole .ec-headPromotionRole__inner .item .title {
  font-size: 5.2vw;
  line-height: 1.1;
  margin: 0.5em 0;
}
@media only screen and (max-width: 767px) {
  .front_page .ec-headPromotionRole .ec-headPromotionRole__inner .item .title {
    font-size: 2rem;
    margin: 0;
    margin-bottom: 6.25vw;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .front_page .ec-headPromotionRole .ec-headPromotionRole__inner .item .title {
    font-size: 6vw;
    margin: 0;
    margin-bottom: 3.906vw;
  }
}
@media (min-width: 1920px) {
  .front_page .ec-headPromotionRole .ec-headPromotionRole__inner .item .title {
    font-size: 100px;
  }
}
.front_page .ec-headPromotionRole .ec-headPromotionRole__inner .item {
  /*
  // カレントが外れる瞬間の効果
  &:not(.slick-current) {
    .title {
    }
  }
  */
}
.front_page .ec-headPromotionRole .ec-headPromotionRole__inner .item.slick-current .title.splitting .char {
  animation: animeCategoryRoleTile-in 0.7s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(15ms * var(--char-index));
}
@keyframes animeCategoryRoleTile-in {
  from {
    transform: translateY(80%);
    opacity: 0;
  }
}
.front_page .ec-headPromotionRole .ec-headPromotionRole__inner .item .description {
  font-size: 0.93rem;
  font-weight: 500;
  line-height: 2.2;
  margin: 2em 0;
  width: calc(40vw - 40px);
  padding-right: 1em;
  max-width: 550px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .front_page .ec-headPromotionRole .ec-headPromotionRole__inner .item .description {
    width: 100%;
    max-width: none;
    padding-right: 0;
    line-height: 1.5;
    margin: 1em 0;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .front_page .ec-headPromotionRole .ec-headPromotionRole__inner .item .description {
    width: 100%;
    max-width: none;
    padding-right: 0;
    margin: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .front_page .ec-headPromotionRole .ec-headPromotionRole__inner .item .ec-shopCollectionBtn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.25vw;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .front_page .ec-headPromotionRole .ec-headPromotionRole__inner .item .ec-shopCollectionBtn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.906vw;
  }
}
.front_page .ec-shopCollectionBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding: 0 1em;
  height: 2.6em;
  border-radius: 1.3em;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  color: #231815;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .front_page .ec-shopCollectionBtn {
    font-size: 16px;
  }
}
.front_page .ec-shopCollectionBtn {
  position: relative;
}
.front_page .ec-shopCollectionBtn:before, .front_page .ec-shopCollectionBtn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.front_page .ec-shopCollectionBtn:before {
  background-color: #ffe103;
  z-index: -2;
  transition: 0.3s;
}
.front_page .ec-shopCollectionBtn:after {
  background-color: #239244;
  z-index: -1;
  transform: translate3d(-100%, 0, 0);
  border-radius: 1.3em;
  transition: 0.3s;
}
.front_page .ec-shopCollectionBtn:hover {
  text-decoration: none;
  color: #fff;
}
.front_page .ec-shopCollectionBtn:hover:after {
  transform: translate3d(0, 0, 0);
}
.front_page .ec-shopCollectionBtn:hover:before {
  background-color: #239244;
}

/**
 * news
 */
/* News List */
.newslist dl:first-child {
  border-top: 1px solid #ddd;
}

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

.newslist dt {
  cursor: pointer;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0 1rem;
}

/* ===== PCレイアウト ===== */
.newslist dt .date {
  flex: 0 0 6em;
}

.newslist dt .news_title {
  flex: 1 1 auto;
  min-width: 0;
  word-break: break-word;
}

.newslist dt .angle-circle {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffe103;
}

.newslist dt .cb {
  fill: #231815;
  width: 1em;
  height: 1em;
  transition: transform 0.2s ease;
}

.newslist dt.active .cb {
  transform: rotate(180deg);
}

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

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

.newslist .more-wrapper {
  margin-top: 1rem;
}

.newslist .news__readmore {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding: 0 1em;
  height: 2.6em;
  border-radius: 1.3em;
  margin-left: auto;
  font-size: var(--font-size-base);
  line-height: 1;
  background-color: transparent;
  color: #231815;
  overflow: hidden;
  position: relative;
}
.newslist .news__readmore:before, .newslist .news__readmore:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.newslist .news__readmore:before {
  background-color: #ffe103;
  z-index: -2;
  transition: 0.3s;
}
.newslist .news__readmore:after {
  background-color: #239244;
  z-index: -1;
  transform: translate3d(-100%, 0, 0);
  border-radius: 1.3em;
  transition: 0.3s;
}
.newslist .news__readmore:hover {
  text-decoration: none;
  color: #fff;
}
.newslist .news__readmore:hover:after {
  transform: translate3d(0, 0, 0);
}
.newslist .news__readmore:hover:before {
  background-color: #239244;
}

/* 768px以下:Medium screens */
@media only screen and (max-width: 47.938em) {
  .newslist dt {
    flex-wrap: wrap; /* 2段にする */
    align-items: flex-start;
  }
  /* 日付：上段左 */
  .newslist dt .date {
    flex: 1 1 auto;
    order: 1;
  }
  /* 矢印：上段右 */
  .newslist dt .angle-circle {
    order: 2;
    margin-left: auto; /* 右端へ */
  }
  /* タイトル：下段フル幅 */
  .newslist dt .news_title {
    order: 3;
    flex: 0 0 100%;
    margin-top: 0.5rem;
  }
}
/* =========================================================
   Sales Ranking (BEM)
   ========================================================= */
/* ======================
   Grid Layout
====================== */
.sales-ranking__list {
  --sr-gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sr-gap);
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ======================
   Card
====================== */
.sales-ranking__item {
  --sr-border: #dddddd;
  --sr-ribbon-1: #c9ba32;
  --sr-ribbon-2: #939076;
  --sr-ribbon-3: #c68a34;
  --sr-ribbon-default: #239244;
  --sr-ribbon-color: var(--sr-ribbon-default);
}

.sales-ranking__item--rank-1 {
  --sr-ribbon-color: var(--sr-ribbon-1);
}

.sales-ranking__item--rank-2 {
  --sr-ribbon-color: var(--sr-ribbon-2);
}

.sales-ranking__item--rank-3 {
  --sr-ribbon-color: var(--sr-ribbon-3);
}

.sales-ranking__link {
  display: block;
  height: 100%;
  border: 1px solid var(--sr-border);
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.sales-ranking__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  opacity: 1 !important;
  color: inherit;
}

.sales-ranking__link:hover img {
  opacity: 1 !important;
}

/* ======================
   Image Area
====================== */
.sales-ranking__media {
  position: relative;
  overflow: hidden;
  padding: 1rem 1rem 0;
}

.sales-ranking__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ======================
   Ribbon
====================== */
.sales-ranking__ribbon {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 85px solid var(--sr-ribbon-color);
  border-right: 85px solid transparent;
  pointer-events: none;
}

.sales-ranking__ribbon-text {
  position: absolute;
  top: -75px;
  left: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}

.sales-ranking__ribbon-number {
  font-size: var(--font-size-lg-md);
}

/* ======================
   Text Area
====================== */
.sales-ranking__content {
  padding: 1rem;
}

.sales-ranking__name {
  font-weight: 600;
  line-height: 1.5;
}

.sales-ranking__price {
  font-size: var(--font-size-sm-md);
  font-weight: 700;
  color: var(--color-price);
}

.sales-ranking__price-separator {
  padding: 0 4px;
}

/* =========================================================
   Responsive
   ========================================================= */
/* 1280px以下:PC screens */
@media only screen and (max-width: 80em) {
  .sales-ranking__title-text {
    font-size: 26px;
  }
}
/* 1024px以下:Large screens */
@media only screen and (max-width: 64em) {
  .sales-ranking__list {
    gap: 18px;
  }
}
/* 960px以下:Tablet screens */
@media only screen and (max-width: 60em) {
  .sales-ranking__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* 812px以下:iphone X screens */
@media only screen and (max-width: 50.75em) {
  .sales-ranking__title-text {
    font-size: 22px;
  }
}
/* 768px以下:Medium screens */
@media only screen and (max-width: 47.938em) {
  .sales-ranking__list {
    gap: 16px;
  }
}
/* 640px以下:Small screens */
@media only screen and (max-width: 40em) {
  .sales-ranking__list {
    grid-template-columns: 1fr;
  }
  .sales-ranking__title-line {
    max-width: 80px;
  }
}
/* 479px以下: SP screens */
@media only screen and (max-width: 29.938em) {
  .sales-ranking__ribbon {
    border-top-width: 44px;
    border-right-width: 44px;
  }
  .sales-ranking__ribbon-text {
    top: -38px;
    left: 6px;
  }
  .sales-ranking__ribbon-number {
    font-size: 16px;
  }
  .sales-ranking__name {
    font-size: 12px;
  }
  .sales-ranking__price {
    font-size: 13px;
  }
}
/* Header */
#header .container {
  position: relative;
}

#header {
  background: #ffffff;
  z-index: 3;
  padding-top: 8px;
  min-height: 45px;
}

#header .inner {
  position: relative;
}

#header .copy {
  font-size: 0.5625rem;
  margin-top: 0;
  margin-bottom: 0;
}

.header_logo_area {
  position: relative;
  z-index: 10;
  min-height: 54px;
}

.header_logo_area .header_logo {
  font-size: 1.25rem;
  margin: 0;
}

#header .form_stock_available {
  font-size: 0.8rem;
  display: none;
}

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

.cart.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.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: 1.5625rem;
}

#searchform {
  position: relative;
}

.search select {
  height: 50px;
  font-size: 1rem;
  padding: 0.5em 1em;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  border: none;
}

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

.search .input_search {
  height: 50px;
  padding: 0 50px 0 1em;
  position: relative;
  margin-left: 1%;
  border-radius: 3px;
}

.search input[type=search] {
  height: 50px;
  width: 100%;
  max-width: 180px;
  font-size: 1rem;
  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 */
#header .member_link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.member_link {
  margin-bottom: 16px;
}

.member_link a {
  border-bottom: 1px solid #eeeeee;
  color: #333333;
  display: block;
  font-size: 0.875rem;
  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: 1.875rem;
  fill: #B8BEC4;
  margin-right: 5px;
  position: relative;
  top: -1px;
  color: #007f41;
}

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

/* cart area */
#cart_area {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}

#cart_area p {
  margin: 0;
}

#cart_area p.cart-trigger {
  position: absolute;
  right: 65px;
}

#cart .inner {
  background: #f3f3f3;
}

/* search area */
#search {
  background: #EBEBEB;
  padding: 16px 8px;
}

#search select {
  width: 100%;
}

/* snsbtn_area */
.snsbtn_area .snsbtn {
  float: left;
  height: 20px;
  margin: 0 10px 10px 0;
}

/* 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: #333333;
}

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__inner {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  padding: 1rem;
  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;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

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

.category-nav a {
  display: block;
  padding: 0.5rem 0.5rem;
  color: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

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

/* Default Theme Header */
#header {
  background: #fff;
}

.header_logo_area {
  margin-right: 100px;
}

.header_logo_area .header_logo a:link,
.header_logo_area .header_logo a:visited,
.header_logo_area .header_logo a:hover,
.header_logo_area .header_logo a:active {
  text-decoration: none;
  color: #000;
}

.header_logo_area .header_logo a:hover {
  color: #666;
}

/* Theme Overrides */
#header {
  background: #FFE100;
}

.header_logo a {
  color: #009844;
}

.head_bar {
  height: 15px;
  background-color: #239244;
}

.category-nav {
  /*    background: #00A0E9;*/
}

.cart-trigger {
  background-color: #ffffff;
}

.input_search {
  background-color: #ffffff;
}

#header .header_logo_area {
  /*width: 400px;*/
  margin-right: 115px;
}

#header .header_logo_area img {
  max-width: 400px;
  width: 100%;
}

.member_link li {
  background-color: #ffffff;
  border-radius: 3px;
}

.member_link li a {
  /*    color: #ffffff;*/
}

/* desktop defaults (was min-width: 768px) */
#header {
  height: auto;
  padding-top: 15px;
}

#header:after {
  content: "";
  display: table;
  clear: both;
}

#header .copy {
  font-size: 1rem;
}

.header_logo_area .header_logo {
  font-size: 2.5rem;
  margin: 0;
}

#header .header_bottom_area {
  clear: both;
  padding-top: 0.5rem;
}

/* header-buttons */
.header-buttons {
  top: 18px;
  right: 4em;
}

/* cart_area */
#header #cart_area {
  width: auto;
}

#header #cart_area p.cart-trigger a {
  position: relative;
  float: left;
}

#header #cart_area p.cart-trigger .cb-shopping-cart {
  position: relative;
  left: 9px;
}

#header #cart_area p.cart-trigger .badge {
  position: relative;
  left: 15px;
  top: 0;
}

#header #cart_area .cart_price {
  float: right;
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
  margin-right: 16px;
}

/* search_area */
#header .search .input_search {
  float: left;
}

.search select option {
  max-width: 246px;
}

.header_logo_area {
  position: relative;
}

#header #category {
  clear: both;
}

#btn_menu {
  display: none;
}

.drawer__inner {
  position: static;
  height: auto;
  width: auto;
  margin: 0 auto;
  overflow: visible;
  background: transparent;
  text-align: center;
}

.drawer__inner:after {
  content: "";
  display: table;
  clear: both;
}

/* category-nav */
.category-nav > li {
  text-align: left;
  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-nav {
  text-align: center;
  padding: 0.8rem 0 0.5rem;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

#header .category-nav .toggle {
  display: none;
}

#header .category-nav li ul {
  display: 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: 0.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;
}

#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 and drawer ---- */
/*
カテゴリーアコーディオン装飾
*/
#sidebar-category {
  border: 1px solid #dddddd;
  padding: 1rem 1.3rem;
  margin-bottom: 2rem;
}

#side_left .category-title {
  font-size: 1.1rem;
  color: #007f41;
  margin-bottom: 0.5rem;
}

#side_left .category-nav > li:first-child > a,
#drawer .category-nav > li:first-child > a {
  border-top: 1px solid #dddddd;
}

#side_left .category-nav li a,
#drawer .category-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  /* padding: 1rem 0.5rem; */
  border-bottom: 1px solid #dddddd;
  color: inherit;
}

#side_left .category-nav li a:hover,
#drawer .category-nav li a:hover {
  background-color: #f1f1f1;
}

#side_left .category-nav li a,
#drawer .category-nav li a {
  position: relative;
}

#side_left .category-nav li a:after,
#drawer .category-nav li a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: inherit;
  font-weight: 900;
  position: absolute;
  right: 15px;
  color: #007f41;
}

#side_left .category-nav ul > li > ul > li > a,
#drawer .category-nav ul > li > ul > li > a {
  padding-left: 2rem;
}

#side_left .category-nav ul > li > a,
#drawer .category-nav ul > li > a {
  padding-left: 1.5rem;
}

#side_left .category-nav li.has_children > a:after,
#drawer .category-nav li.has_children > a:after {
  content: "\f055";
}

#side_left .category-nav li.has_children.active > a:after,
#drawer .category-nav li.has_children.active > a:after {
  content: "\f056";
}

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

#header #drawer #search {
  position: relative;
}

#search {
  background: none;
  padding: 0;
}

/* search area */
#search select {
  width: auto;
  max-width: 180px;
}

/* cart */
#cart .inner {
  position: absolute;
  right: 0;
  top: 0;
}

#cart_area {
  top: 10px;
  right: 16px;
}

#cart_area p {
  float: right;
  min-width: 256px;
  border-radius: 3px;
}

#cart_area p.cart-trigger {
  position: relative;
  right: 0;
}

#cart_area .inner {
  min-width: 256px;
}

#cart_area .cart_price {
  font-size: 12px;
}

#cart_area .cart_price .price {
  font-size: 16px;
}

.newslist dd {
  margin: 0 16px 16px;
}

#header .header_logo_area {
  float: left;
  margin-right: 265px;
}

#member {
  float: right;
}

.member ul li {
  display: inline-block;
}

#header {
  padding-top: 1.5rem;
}

#header:after {
  content: "";
  display: table;
  clear: both;
}

#header .copy {
  font-size: 0.625rem;
}

.header_logo_area .header_logo {
  font-size: 1.5rem;
}

/* header-buttons */
.header-buttons {
  position: static;
  width: 100%;
  text-align: right;
  background: none;
}

#header #cart_area .cart_price {
  float: right;
  font-size: 0.8125rem;
}

@media only screen and (max-width: 767px) {
  #header {
    padding-top: 8px;
    height: auto;
  }
  #header:after {
    content: none;
    display: none;
  }
  #header .copy {
    font-size: 0.5625rem;
  }
  .header_logo_area .header_logo {
    font-size: 1.25rem;
  }
  #header .header_bottom_area {
    clear: none;
    padding-top: 0;
  }
  /* header-buttons */
  .header-buttons {
    position: absolute;
    top: 3px;
    right: 5%;
    width: auto;
    text-align: left;
    background: #999;
  }
  /* cart_area */
  #header #cart_area {
    width: 100%;
  }
  #header #cart_area p.cart-trigger a {
    position: static;
    float: none;
  }
  #header #cart_area p.cart-trigger .cb-shopping-cart {
    position: static;
    left: auto;
  }
  #header #cart_area p.cart-trigger .badge {
    position: absolute;
    left: auto;
    right: 1px;
    top: 5px;
  }
  #header #cart_area .cart_price {
    float: none;
    height: auto;
    line-height: normal;
    margin-right: 0;
  }
  /* search_area */
  #header .search .input_search {
    float: none;
  }
  .search select option {
    max-width: 190px;
  }
  #category {
    clear: none;
  }
  #btn_menu {
    display: block;
  }
  .drawer__inner {
    position: fixed;
    height: 100%;
    width: 260px;
    margin: 0;
    overflow: auto;
    background: #F6F6F6;
    text-align: left;
  }
  .drawer__inner:after {
    content: none;
    display: none;
  }
  /* category-nav */
  .category-nav > li {
    text-align: left;
    margin: 0;
    position: static;
  }
  .category-nav ul {
    position: static;
    height: auto;
    width: auto;
    overflow: hidden;
    z-index: auto;
    background: transparent;
    display: none;
  }
  .category-nav > li > a {
    position: static;
    display: block;
    color: #333333;
    overflow: hidden;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  /* ----- category_nav in header ---- */
  #header #category {
    padding: 0;
  }
  #header .category-nav {
    border: 0 none;
    text-align: left;
  }
  #header .category-nav .toggle {
    display: block;
  }
  #header .category-nav > li {
    margin: 0;
  }
  #header .category-nav li {
    position: static;
    display: block;
  }
  #header .category-nav li ul {
    display: none;
    position: static;
    z-index: auto;
    top: auto;
    left: auto;
    width: auto;
    box-shadow: none;
  }
  #header .category-nav li ul li {
    float: none;
    overflow: visible;
    width: auto;
    height: auto;
    transition: none;
  }
  #header .category-nav li ul li a {
    text-align: left;
  }
  #header .category-nav > li > a {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eeeeee;
  }
  #header .category-nav li ul li ul {
    top: auto;
    left: auto;
  }
  #header .category-nav li:last-child ul li ul {
    left: auto;
    width: auto;
  }
  #header .category-nav li ul li ul:before,
  #header .category-nav li:last-child ul li ul:before {
    content: none;
  }
  #header .category-nav li ul li:hover > ul > li {
    overflow: visible;
    height: auto;
  }
  #header .category-nav li:hover ul li ul li a:hover {
    background: rgba(204, 204, 204, 0.1);
  }
  #header .category-nav ul > li > a {
    padding-left: 18px;
  }
  #header .category-nav ul > li > ul > li > a {
    padding-left: 26px;
  }
  #header .category-nav ul > li > ul > li > ul > li a {
    padding-left: 42px;
  }
  /* Cart */
  .cart {
    height: 50px;
    top: 50px;
  }
  /* Search */
  #header #searchform select,
  #header #searchform input {
    float: none;
  }
  #header #drawer #search {
    position: static;
  }
  #search select {
    width: 100%;
    max-width: none;
  }
  /* Member area */
  .member_link {
    margin: 0 0 16px;
  }
  .member_link a {
    border-bottom: 1px solid #eeeeee;
  }
  /* cart */
  #cart .inner {
    position: static;
    right: auto;
    top: auto;
  }
  #cart_area {
    top: 0;
    right: 0;
  }
  #cart_area p {
    border: 0 none;
    float: none;
    min-width: 0;
  }
  #cart_area p.cart-trigger {
    position: absolute;
    right: 65px;
  }
  #cart_area .inner {
    min-width: 0;
  }
  #cart_area .cart_price {
    font-size: inherit;
  }
  #cart_area .cart_price .price {
    font-size: inherit;
  }
  #header .header_logo_area {
    float: none;
    margin-right: 115px;
  }
  #member {
    float: none;
  }
  .member ul li {
    display: block;
  }
  #header #cart_area .cart_price {
    float: none;
    font-size: inherit;
  }
  .drawer__inner {
    height: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
  }
  .drawer-open .drawer__inner {
    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;
  }
}
/* Footer */
#footer {
  background-color: #FFE100;
  border-top: 1rem solid #239244;
  padding: 2rem 0;
}

#footer ul {
  text-align: center;
}

#footer ul li {
  display: inline-block;
  margin: 0 8px 8px;
}

#footer a {
  color: var(--font-color-main);
}

#footer a:hover {
  text-decoration: underline;
}

.footer_logo_area .logo img {
  max-width: 400px;
  width: 100%;
}

.footernavi {
  margin-bottom: 2rem;
}

.footer_logo_area {
  text-align: center;
  color: #000;
}

.footer_logo_area .logo {
  margin-bottom: 1rem;
}

.footer_logo_area .copyright {
  font-size: 1rem;
  margin-top: 0;
}

.pagetop {
  display: none;
  text-align: right;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}

.pagetop a {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #B8BEC4;
  border-radius: 50%;
}

.pagetop a:hover {
  opacity: 0.8;
}

.pagetop a .cb-angle-down {
  fill: #fff;
  font-size: 1.5625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media only screen and (max-width: 767px) {
  #footer {
    padding-top: 12px;
    margin-top: 36px;
  }
  #footer ul li {
    display: inline-block;
    margin: 0 8px 8px;
  }
  #footer ul li:first-child {
    margin-left: 0;
  }
  .footer_logo_area {
    margin-top: 35px;
  }
  .footer_logo_area .logo {
    font-size: 1rem;
    margin: 30px auto;
  }
  .footer_logo_area .copyright {
    font-size: 0.625rem;
  }
}
/* sidebar */
.sidebar-linkbnr {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* Top Page */
.front_page a:hover img {
  opacity: 0.8;
}

.front_page #contents .row > div {
  padding-bottom: 24px;
}

.front_page #contents .row.no-padding > div {
  padding-bottom: 0;
}

/* #contents_top */
.front_page #contents_top {
  margin-bottom: 5rem;
}

/* sales-ranking */
/* Comment Area */
.front_page .comment_area h4 {
  font-size: 2rem;
  margin: 0 0 8px;
}

.front_page .comment_area h5 {
  font-size: 1.25rem;
  margin: 0;
}

.front_page .comment_area p {
  margin: 24px 0 24px;
}

/* Item List */
.front_page .item_comment {
  color: #444;
}

.front_page .item a {
  padding-bottom: 0;
}

.front_page .item a:hover {
  opacity: 0.8;
}

.front_page .item a:hover img {
  opacity: 1;
}

.front_page #contents_top .item_comment {
  color: #333333;
  font-weight: normal;
  font-size: 0.875rem;
}

.front_page #contents_top .item_comment.text-warning,
.front_page #contents_top .item_name.text-warning {
  color: #9a947e;
  font-weight: bold;
  font-size: 1rem;
}

.front_page .more_link.text-warning {
  font-weight: bold;
}

/* txt_bnr */
.txt_bnr_area {
  padding: 0 0 16px 16px;
}

.txt_bnr {
  background: #f8f8f8;
  border: 1px solid #D9D9D9;
  font-weight: bold;
  padding: 16px;
  margin: 0 0 16px;
  text-align: center;
}

.txt_bnr strong {
  color: #DE5D50;
  font-size: 1.25rem;
}

.txt_bnr strong strong {
  font-size: 2rem;
}

/* Theme Overrides */
.comment_area h5 {
  color: #00A0E9;
}

.front_page .comment_area p {
  font-size: 1.25rem;
}

#news,
#pickup,
#sales-ranking,
#checkeditem,
#link-banner {
  margin-bottom: 5rem;
}

.pickup-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.7rem 2rem;
}

.pickup-list li a {
  color: inherit;
}

.pickup-list li .thumb {
  margin-bottom: 0.5rem;
}

.pickup-list li .li-title {
  font-size: 1.1rem;
}

.pickup-list li .li-text {
  font-size: 0.95rem;
  line-height: 1.6;
}

#checkeditem {
  background-color: #eeeeee;
  padding: 3rem 0;
}

.checkeditem-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem 0.8rem;
}

.checkeditem-list li a {
  color: inherit;
}

.checkeditem-list li .thumb {
  margin-bottom: 0.5rem;
}

.checkeditem-list li .li-title {
  font-size: 0.9rem;
  font-weight: 500;
}

.checkeditem-list li .li-price {
  font-size: var(--font-size-sm-md);
  font-weight: 700;
  color: var(--color-price);
}

.link-banner-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 2.5rem;
}

@media only screen and (max-width: 767px) {
  /* Top Page */
  .front_page #contents .row {
    padding-bottom: 8px;
  }
  /* Comment Area */
  .front_page .comment_area h4 {
    font-size: 1.5rem;
    margin: 0 0 2px;
  }
  .front_page .comment_area h5 {
    font-size: 1rem;
  }
  .front_page .comment_area p {
    font-size: 1.125rem;
    margin: 10px 0 15px;
  }
  /* txt_bnr */
  .txt_bnr_area {
    padding: 0 0 16px;
  }
  .txt_bnr {
    margin: 12px 0 0;
  }
}
/* Item List Page
------------------------------------------- */
.product_item {
  position: relative;
}

.product_item a {
  display: block;
}

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

.product_page .product_item {
  padding-bottom: 24px;
}

.item_list-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.item_list-inner > li {
  width: 100%;
}

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

.product_item a:hover .item_name {
  text-decoration: underline;
}

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

.item_photo img {
  width: 100%;
}

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

.item_comment {
  margin: 0 0 15px;
  color: #333333;
  font-size: 90%;
}

.item_name {
  line-height: 1.8;
  margin-bottom: 0.3rem;
  font-weight: bold;
}

.item_price {
  /*color: #333333;*/
  color: #ff0000;
  font-weight: bold;
  font-size: 120%;
}

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

.normal_price {
  color: #666666;
  font-size: 90%;
}

.special_price {
  color: #DE5D50;
}

.stock_find {
  font-size: 0.8rem;
  color: #777777;
}

@media only screen and (max-width: 767px) {
  .product_page .product_item {
    padding-bottom: 0;
  }
  .product_page .product_item a {
    padding-bottom: 16px;
  }
  .item_photo {
    margin: 0 0 8px;
  }
  .item_comment {
    margin: 0 0 8px;
  }
}
/* Item Detail Page
------------------------------------------- */
dl.quantity dt {
  float: left;
  min-height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

dl.quantity dd {
  padding-left: 3em;
}

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

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

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

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

#item_photo_area {
  padding-top: 0;
  padding-bottom: 0;
}

#item_photo_area img {
  text-align: center;
}

#item_detail_area .small {
  font-size: 0.75rem;
  font-weight: normal !important;
}

#item_detail_area .section_title_wrapper {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

#item_detail_area .item_name {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.4;
}

#item_detail_area #product_detail_plus_catch_copy {
  margin: 0.5rem 0 0;
}

#item_detail_area #product_tag_box {
  margin: 1rem 0 0.5rem;
}

#item_detail_area #add-cart {
  background-color: #007f41;
  border: none;
  color: #ffffff;
  border-radius: 8px;
  font-size: 1.1rem;
}

#item_detail_area .item_detail p {
  margin: 0;
}

#item_detail_area .sale_price {
  font-size: 1.75rem;
  font-weight: bold;
  color: #ff0000;
}

#item_detail_area .sale_price .small {
  font-size: 1rem;
}

#item_detail_area .item_detail .announce {
  padding: 14px 0;
  font-weight: bold;
}

#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-wrapper {
  border-top: 1px solid #cccccc;
  padding-top: 1rem;
  margin-bottom: 1rem;
}

#item_detail_area .item_detail .item_comment-title {
  margin-bottom: 0.5rem;
}

.cart_area {
  padding-top: 14px;
}

.cart_area .classcategory_list li select {
  width: auto;
  width: 350px;
}

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

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

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

#item_detail_area .shipping_time {
  font-size: 0.9rem;
  margin-bottom: 1rem !important;
}

#item_detail #detail_wrap {
  margin-bottom: 3rem;
}

.product-standard h2 {
  border-left: 10px solid #f75c2f;
  padding: 0.7rem 1rem;
  /*    border-bottom: 1px dotted #cccccc;*/
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

.product-standard table {
  width: 100%;
  font-size: 0.9rem;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 3rem;
}

.product-standard table th {
  text-align: left;
  width: 25%;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background-color: #fcf5cd;
  padding: 0.8rem 1rem;
}

.product-standard table td {
  text-align: left;
  width: 75%;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 0.8rem 1.5rem;
}

/* freearea */
#item_detail .freearea p {
  margin-top: 0;
  margin-bottom: 20px;
}

#item_detail .freearea .heading01 {
  margin-bottom: 16px;
}

/* 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: none;
  padding-bottom: 16px;
}

#review_area dl {
  padding-bottom: 32px;
}

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

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

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

#review_area dl dt .cb {
  position: absolute;
  right: 32px;
  top: 24px;
  font-size: 1rem;
}

#review_area dl dd {
  display: block;
  padding: 16px 0 0;
}

#review_area dl dd .review_btn a {
  margin: 0 auto;
  padding: 16px 0 0;
  width: auto;
  min-width: 350px;
}

#review_area dl dd .review_btn {
  padding: 16px 0 0;
  text-align: center;
}

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

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

#review_area .review_list p {
  margin: 6px 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: 0 none;
}

#keyword_area .heading03 {
  border-top: 1px solid #E8E8E8;
  margin-top: 0;
  padding-top: 18px;
}

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

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

#keyword_area .keyword_list {
  padding-bottom: 16px;
}

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

/* recommend_area */
#recommend_area {
  border: 0 none;
}

#recommend_area .heading03 {
  border-top: 1px solid #E8E8E8;
  margin-top: 0;
  padding-top: 18px;
}

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

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

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

#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: 2.3125rem;
  width: 36px;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  top: -1.4em;
}

#recommend_area .angle-circle {
  display: inline-block;
  background: #bfbfbf;
  border-radius: 50%;
  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: 1.5625rem;
}

#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: 14px;
}

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

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

/* product_tag */
.product_tag_list {
  display: inline-block;
  padding: 0.3rem 0.7rem;
  font-size: 0.85rem;
  line-height: 1;
  color: #007f41;
  border: solid 1px #007f41;
  border-radius: 15px;
  background-color: #ffffff;
}

/* Detail Page */
#item_detail + row {
  margin-top: -1px;
  background: #fff;
}

/*#item_detail .btn_area li:last-child {
    padding-left: 0;
}
*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat;
}

/* Arrow */
.slick_prev,
.slick_next {
  font-size: 1.125rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

/* Dots */
#item_photo_area .slick-list {
  margin-bottom: 1rem;
}

#item_photo_area .slick-dots {
  margin: 0;
  bottom: 0;
  display: flex;
  flex-flow: wrap;
  gap: 0.5rem;
}

#item_photo_area .slick-dots li {
  flex-basis: calc(33.3333333333% - 0.3333333333rem);
  max-width: calc(33.3333333333% - 0.3333333333rem);
  border: 1px solid #ffefff;
}

.slick-dots li button.thumbnail {
  width: 100%;
  height: auto;
  padding: 0;
  border: 0 none;
}

.slick-dots li button.thumbnail img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}

.slick-dots li button.thumbnail:hover img,
.slick-dots li.slick-active button.thumbnail img {
  opacity: 1;
}

.slick-dots li button.thumbnail::before {
  display: none;
}

#item_photo_area .slick-slide {
  text-align: center;
  border: 1px solid #ffefff;
}

#item_photo_area .slick-slide img {
  display: inline-block;
}

/* 商品ページ */
#sub_area {
  border-top: 1px dotted #cccccc;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}

#page_product_detail #quickorder-list {
  margin: 1.25rem 0 1.875rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 5px;
}

#page_product_detail #quickorder-list tr {
  margin-bottom: 0.1875rem;
}

#page_product_detail #quickorder-list td:nth-child(1) {
  width: 55%;
}

#page_product_detail #quickorder-list td:nth-child(2) {
  width: 0;
}

#page_product_detail #quickorder-list td:nth-child(3) {
  width: 25%;
}

#page_product_detail #quickorder-list td:nth-child(4) {
  width: 20%;
}

#page_product_detail #quickorder-list td:nth-child(4) input[type=number] {
  max-width: 100px;
}

#page_product_detail #plg_product_detail_recommend h3 {
  margin-bottom: 1.25rem;
}

#page_product_detail #plg_product_detail_recommend {
  margin-bottom: 5rem;
}

#page_product_detail #plg_product_detail_recommend .slick-dots {
  bottom: -20px;
}

@media only screen and (max-width: 767px) {
  #item_photo_area {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #item_detail_area .small {
    font-size: 0.625rem;
  }
  #item_detail_area .item_name {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
  #item_detail_area .sale_price {
    font-size: 1.125rem;
  }
  #item_detail_area .sale_price .small {
    font-size: inherit;
  }
  #item_detail_area .item_detail .announce {
    padding: 8px 0;
  }
  #item_detail_area .item_detail .point {
    padding: 8px 0;
    border-top: 0 none;
  }
  #item_detail_area .item_detail .item_code {
    padding: 8px 0;
    border-top: 0 none;
  }
  #item_detail_area .item_detail .relative_cat {
    padding: 8px 0;
  }
  #item_detail_area .item_detail .item_comment {
    margin-top: 0;
    margin-bottom: 8px;
  }
  .cart_area {
    padding-top: 8px;
  }
  .cart_area .classcategory_list li {
    margin-top: 8px;
  }
  .cart_area .classcategory_list li:first-child {
    margin-top: 0;
  }
  .cart_area .classcategory_list li select {
    width: 100%;
  }
  .cart_area .quantity {
    margin: 8px 0;
  }
  #item_detail .snsbtn_area {
    padding: 8px 0;
  }
  /* freearea */
  #item_detail .freearea p {
    margin-bottom: 0;
  }
  #item_detail .freearea .heading01 {
    margin-bottom: 8px;
  }
  /* review_area */
  #review_area {
    border-top: 1px solid #E8E8E8;
    padding-bottom: 0;
  }
  #review_area dl {
    padding-bottom: 0;
  }
  #review_area dl dt {
    padding: 16px 0;
  }
  #review_area dl dt .cb {
    right: 16px;
    top: 17px;
    font-size: inherit;
  }
  #review_area dl dd {
    display: none;
    padding: 0;
  }
  #review_area dl dd .review_btn {
    padding: 0;
    text-align: left;
  }
  #review_area dl dd .review_btn a {
    padding: 16px;
    width: 100%;
    min-width: 0;
  }
  #review_area .review_list {
    padding: 8px 0;
  }
  #review_area .review_list li {
    padding: 8px 0;
  }
  #review_area .review_list p {
    margin: 4px 0;
  }
  /* keyword_area */
  #keyword_area {
    border-top: 1px solid #E8E8E8;
  }
  #keyword_area .heading03 {
    border-top: 0 none;
    margin-top: 0;
    padding: 8px 0 0;
  }
  #keyword_area ul li a {
    font-size: 0.625rem;
  }
  #keyword_area .keyword_list {
    padding-bottom: 0;
  }
  /* recommend_area */
  #recommend_area {
    border-top: 1px solid #E8E8E8;
  }
  #recommend_area .heading03 {
    border-top: 0 none;
    margin-top: 0;
    padding-top: 0;
  }
  #recommend_area .carousel .product_item .btn_circle {
    right: 16px;
  }
  #recommend_area .carousel {
    margin-left: -8px;
    margin-right: -8px;
  }
  #recommend_area .carousel .product_item {
    padding: 0 8px;
  }
  #recommend_area .slick-next,
  #recommend_area .slick-prev {
    font-size: 1.125rem;
    top: -2em;
  }
  #recommend_area .slick-next {
    right: 0;
  }
  #recommend_area .slick-prev {
    right: 40px;
  }
  #recommend_area .angle-circle {
    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: 1.5625rem;
  }
  /* Detail Page */
  #item_photo_area .slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
  }
  #item_photo_area .slick-dots::after {
    display: none;
  }
  #item_photo_area .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    float: none;
    cursor: pointer;
  }
  .slick-dots li button.thumbnail {
    width: 0;
    height: 0;
    padding: 0;
  }
  .slick-dots li button.thumbnail img {
    width: 0;
    height: 0;
  }
  .slick-dots li button.thumbnail::before {
    display: block;
  }
}
/* Cart Page
------------------------------------------- */
#form_cart > .message:first-child {
  padding-top: 16px;
}

.total_box {
  min-width: 256px;
  float: right;
  padding: 0;
}

.total_box dl {
  margin-left: 0;
}

.total_box dl dt {
  float: left;
  width: 45%;
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
}

.total_box dl dd {
  padding-left: 50%;
  text-align: right;
}

.total_box dl.total_price dd {
  font-weight: bold;
  font-size: 1.5rem;
}

.total_box .btn_group {
  padding: 16px 0;
}

.total_box .btn_group p {
  margin: 16px 0;
}

.total_box dl.total_price dt {
  padding-top: 0.3em;
}

.cart_item {
  margin: 24px 0 16px;
  border-top: 0 none;
}

.cart_item .item_box > .td {
  border-bottom: 1px dotted #ccc;
}

.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: 1.25rem;
}

.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: 160px;
  padding-right: 16px;
}

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

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

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

.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_quantity {
  width: 16.66666667%;
}

.cart_item .item_quantity::before {
  content: "";
}

.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: #333333;
  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 .tbody .tr > .item_quantity {
  text-align: center;
}

.column p {
  margin: 16px 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: 16px;
}

.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;
  position: relative;
}

.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: 16px;
}

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

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

.payment_list li img {
  margin-top: 0;
  vertical-align: middle;
}

.payment_list .radio {
  display: inline;
  margin-right: 16px;
  vertical-align: middle;
}

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

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

/* Cart Page */
.cart_page .dl_table {
  margin: 24px 0 32px;
}

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

.cart_page .form_terms_link {
  margin-bottom: 0;
}

#shopping_confirm .cart_item.table {
  border-top: 1px dotted #ccc;
}

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

#shopping_confirm .total_box {
  margin-top: 24px;
  background: #F3F3F3;
  padding: 16px;
  min-width: 0;
  width: 100%;
  float: none;
}

#shopping_confirm .total_box dl {
  margin-left: 0;
  padding-top: 8px;
}

#shopping_confirm .total_box dl:first-child {
  padding-top: 0;
}

#shopping_confirm .total_box dl dt {
  font-weight: normal;
  text-align: left;
  font-size: 0.875rem;
}

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

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

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

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

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

#shopping_confirm .total_box .total_amount p.total_price strong .small {
  font-size: 0.875rem;
  font-weight: normal;
  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;
  min-width: 80px;
}

#shopping_confirm .cart_item .item_box .table .item_price {
  font-weight: normal;
  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 {
  font-size: 1.25rem;
  margin-top: 32px;
  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: 1px dotted #ccc;
}

.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 .item_box > div,
.multiple_column .item_box > dl {
  padding: 16px 0;
  vertical-align: middle;
}

.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: 16px;
  width: 22%;
  margin-bottom: 0;
  max-width: 198px;
  min-width: 100px;
}

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

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

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

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

.complete_message {
  text-align: center;
}

.complete_message .heading01 {
  font-size: 2rem;
}

#confirm_side {
  top: 0;
}

@media only screen and (max-width: 767px) {
  .total_box {
    min-width: auto;
    float: none;
    padding: 8px 0;
  }
  .total_box dl {
    margin-left: 40%;
  }
  .total_box .btn_group {
    padding: 8px 0;
  }
  .total_box .btn_group p {
    margin: 8px 0;
  }
  .total_box dl.total_price dt {
    padding-top: 0;
  }
  .total_box dl.total_price dd {
    font-size: inherit;
  }
  .cart_item {
    margin: 0;
    border-top: 1px dotted #ccc;
  }
  .cart_item .item_quantity::before {
    content: "数量：";
  }
  .cart_item.table .tbody .tr > .item_quantity {
    text-align: left;
  }
  .cart_item .item_detail .item_subtotal {
    display: block;
  }
  .cart_item.table .tbody .tr div.item_subtotal {
    display: none;
  }
  .cart_item .item_box .table .item_photo {
    min-width: 80px;
    padding-right: 8px;
  }
  .column p {
    margin: 8px 0;
  }
  .column .form-inline input,
  .column .form-inline select {
    margin-bottom: 8px;
  }
  div.table .tbody .addr_box .column {
    position: static;
  }
  .addr_box .column.is-edit .btn_edit {
    top: 10px;
  }
  .multiple_column .item_box > div,
  .multiple_column .item_box > dl {
    padding: 0;
    vertical-align: top;
  }
  .multiple_column .item_box .item_photo {
    padding: 8px;
    max-width: none;
  }
  .multiple_column .item_box .item_detail .item_price {
    margin: 4px 0 8px;
  }
  .multiple_column .form-group {
    margin: 8px 10px 0 0;
  }
  .complete_message .heading01 {
    font-size: 1.5rem;
  }
  #confirm_side {
    top: auto;
  }
  /* payment_list */
  .payment_list .radio {
    display: block;
    margin-right: 0;
    vertical-align: baseline;
  }
  .payment_list .radio input[type=radio] {
    margin-right: 0;
  }
  .payment_list li img {
    margin-top: 5px;
    vertical-align: baseline;
  }
  /* Cart Page */
  .cart_page .dl_table {
    margin: 0 0 16px;
  }
  .cart_page .dl_table dt {
    margin-bottom: 5px;
  }
  #shopping_confirm .cart_item.table {
    border-top: 0 none;
  }
  #shopping_confirm .column .cart_item.table {
    margin-top: 0;
  }
  #shopping_confirm .total_box {
    margin-top: 16px;
    padding: 8px;
    min-width: auto;
    width: auto;
    float: none;
  }
  #shopping_confirm .total_box dl {
    padding-top: 0;
  }
  #shopping_confirm .total_box dl:first-child {
    padding-top: 0;
  }
  #shopping_confirm .total_box dl dt {
    font-size: inherit;
  }
  #shopping_confirm .total_box .total_amount {
    margin-top: 8px;
  }
  #shopping_confirm .total_box .total_amount p.total_price {
    font-size: inherit;
  }
  #shopping_confirm .total_box .total_amount p.total_price strong {
    font-size: 1rem;
  }
  #shopping_confirm .total_box .total_amount p.total_price strong .small {
    font-size: 0.75rem;
  }
  #shopping_confirm .heading02 {
    font-size: inherit;
    margin-top: 24px;
  }
  #shopping_confirm .cart_item .item_box .table .item_photo {
    min-width: auto;
    max-width: 96px;
  }
  #deliveradd_input .dl_table {
    border-top: 0 none;
  }
}
/* 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: 25%;
  /* 項目が1行に3件の場合
  width: 33.33333333%;*/
  border-color: #D0D0D0;
  border-style: solid;
  border-width: 0 1px 1px 0;
  text-align: center;
}

.local_nav.favorite li {
  width: 20%;
}

.local_nav li a {
  padding: 16px;
  font-weight: bold;
  color: #333333;
  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-top: 16px;
}

.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: 1.25rem;
}

.historylist_column .table.item_box:first-child {
  border-top: 0 none;
}

.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: 130px;
}

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

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

.historylist_column + .pagination {
  padding-top: 16px;
  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: 1.25rem;
}

.unsubscribe_box {
  text-align: center;
}

.unsubscribe_box .icon {
  font-size: 6.25rem;
  color: #E7E7E7;
}

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

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

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

@media only screen and (max-width: 767px) {
  /* ナビゲーション項目が6件の場合
  .local_nav li {
      width: 16.66666667%
  }*/
  .local_nav li {
    width: 50%;
  }
  .local_nav.favorite li {
    width: 50%;
  }
  .historylist_column {
    border-top: 1px solid #ccc;
    margin: 0;
  }
  .historylist_column .order_date {
    font-size: 1rem;
    margin: 8px 0;
  }
  .historylist_column .table.item_box:first-child {
    border-top: 1px dotted #ccc;
  }
  .historylist_column .item_box .item_photo {
    min-width: 100px;
  }
  .historylist_column + .pagination {
    padding-top: 0;
  }
  .unsubscribe_box h3 {
    font-size: 1rem;
  }
  .mypage .intro {
    padding-bottom: 0;
  }
  .mypage #shopping_confirm .cart_item,
  .mypage #shopping_confirm .total_box {
    margin-top: 0;
  }
  .mypage #item_list .product_item {
    padding-bottom: 8px;
  }
  .mypage .title_hint {
    margin: 16px 0 0;
  }
  .mypage .title_hint + .form-group {
    padding-top: 4px;
  }
}
/* 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: 24px 0 32px;
}

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

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

.registration_page .form_terms_link {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .registration_page .dl_table {
    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;
}

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

#login_box .column {
  background: #F3F4F4;
  height: 100%;
  padding: 16px 16px 40px;
  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: 8px;
}

#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 13%;
}

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

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

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

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

#login_box .column .btn_area p {
  float: left;
  width: 37%;
  min-width: 195px;
  margin-right: 3%;
}

#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 .message {
  padding: 8px 13%;
}

@media only screen and (max-width: 767px) {
  #login_box .column {
    padding: 8px 8px 32px;
  }
  #login_box .column p {
    margin-bottom: 0;
  }
  #login_box .column .form-group {
    padding: 8px 0 8px 10%;
  }
  #login_box .column .btn_area p {
    float: none;
    width: auto;
    min-width: 0;
    margin-right: 0;
  }
  #login_box .column .btn_area ul {
    margin-top: 8px;
  }
  #login_box .column .btn_area button {
    width: auto;
  }
  #login_box .column .btn_area ul {
    float: none;
  }
  #login_box .column .btn_area ul li {
    margin: 0;
  }
  #login_box .column input[type=text],
  #login_box .column input[type=email],
  #login_box .column input[type=password] {
    width: 90%;
  }
  #login_box .column .btn_area,
  #login_box .column .message {
    padding: 8px 10%;
    margin: 0;
  }
  .login_cart .column .column_inner {
    position: static;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* Forgot Page */
#forgot_page .column {
  background: #F3F4F4;
  padding: 32px;
  margin-bottom: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#forgot_page .column .form-group {
  padding: 8px 0 8px 11%;
  width: 89%;
}

#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: 20px 0 0 21%;
  width: 79%;
}

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

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

@media only screen and (max-width: 767px) {
  #forgot_page .column {
    padding: 16px;
    margin-bottom: 16px;
  }
  #forgot_page .column .form-group {
    padding-top: 8px;
    width: auto;
  }
  #forgot_page .column .btn_area {
    padding-top: 8px;
    width: auto;
  }
  #forgot_page .column .message {
    margin-bottom: 0;
  }
}
/* Contact Page */
#contact_contents {
  height: 100px;
}

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

.message_box .icon {
  font-size: 6.25rem;
  color: #ccc;
}

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

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

.error_page #contents {
  background: inherit;
}

.error_page .footer_logo_area {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .message_box h1 {
    font-size: 1rem;
  }
  .error_page .footer_logo_area {
    margin-top: 35px;
  }
}
/* Help / Fixed Pages */
/*
guide
*/
#page_help_guide .section_title {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0.625rem;
}

#page_help_guide .section_sub_title {
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
}

#page_help_guide .help_guide_box__body_innner {
  margin-bottom: 9.375rem;
}

#page_help_guide #payment_method .section_inner {
  margin-bottom: 3.125rem;
}

#page_help_guide #payment_method .section_inner_title {
  color: #ffffff;
  font-size: 0.9375rem;
  display: inline-block;
  padding: 0.25rem 0.9375rem;
  margin-bottom: 0.625rem;
  width: 100%;
  max-width: 250px;
}

#page_help_guide #payment_method .caution {
  color: #fe0000;
  font-size: 0.9375rem;
  font-weight: bold;
}

#page_help_guide #pm_credit_cart .section_inner_title {
  background-color: #fe2f88;
}

#page_help_guide #pm_convenience .section_inner_title {
  background-color: #f0ad4e;
}

#page_help_guide #pm_cash_on_delivery .section_inner_title {
  background-color: #9b5f6f;
}

#page_help_guide #pm_bank_transfer .section_inner_title {
  background-color: #0ea535;
}

#page_help_guide #pm_jppost_transfer .section_inner_title {
  background-color: #fe0000;
}

#delivery_charge table {
  width: 100%;
  margin: 0.3125rem 0;
}

#delivery_charge thead {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

#delivery_charge tbody {
  border: 1px solid #dddddd;
  border-bottom: none;
  border-right: none;
}

#delivery_charge tr {
  border-bottom: 1px solid #dddddd;
}

#delivery_charge tr.headline {
  background-color: #eeeeee;
}

#delivery_charge th {
  text-align: center;
}

#delivery_charge th,
#delivery_charge td {
  border-right: 1px solid #dddddd;
  padding: 0.1875rem 0.625rem;
}

#delivery_charge td.area_text {
  text-align: center;
}

#delivery_charge td.price_text {
  text-align: right;
}

#pm_credit_cart img {
  max-width: 350px;
  width: 100%;
}

/* 銀行振込 */
#pm_bank_transfer .pm_bank_box {
  margin-bottom: 1.875rem;
}

#pm_bank_transfer .pm_bank_box .table_title {
  font-size: 1.125rem;
}

/* 郵便振替 */
#pm_jppost_transfer .pm_jppost_box {
  margin-bottom: 1.875rem;
}

/* のし紙 */
#noshigami .section_inner {
  margin-bottom: 3.125rem;
}

#noshigami_process img {
  max-width: 350px;
  width: 100%;
}

/* guide nav */
#help_guide_nav .nav_name {
  text-align: center;
  padding: 1.25rem 0.625rem;
  border: 1px solid #eeeeee;
  display: block;
}

#help_guide_nav .nav_name:hover {
  opacity: 0.8;
}

/*# sourceMappingURL=style.css.map */
