@charset "UTF-8";
/*!
 * 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; }

*:after,
*:before {
  -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; }

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

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

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

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto; }

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  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; }

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    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-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    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-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    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; } }
.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: 12px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn_main {
  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: 25px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

.btn.focus,
.btn:focus,
.btn:hover {
  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.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.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.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  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.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.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.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  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.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.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.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  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.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.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.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  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.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.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.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  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.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.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.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  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:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent; }

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

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  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:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table; }

.clearfix:after,
.container-fluid:after,
.container: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) {
  .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; } }
/* 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; }

/*!
*  - v1.2.5
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.sp-slides-container {
  position: relative; }

.sp-mask {
  position: relative;
  overflow: hidden; }

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

.sp-slide {
  position: absolute; }

.sp-image-container {
  overflow: hidden; }

.sp-image {
  position: relative;
  display: block;
  border: none; }

.sp-no-js {
  overflow: hidden;
  max-width: 100%; }

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
  direction: ltr; }

.sp-top-thumbnails,
.sp-bottom-thumbnails {
  left: 0;
  margin: 0 auto; }

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px; }

.sp-bottom-thumbnails {
  margin-top: 4px; }

.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0; }

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px; }

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px; }

.sp-thumbnails {
  position: relative; }

.sp-thumbnail {
  border: none; }

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.sp-rtl .sp-thumbnail-container {
  float: right; }

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px; }

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0; }

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0; }

/* Vertical thumbnails
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px; }

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0; }

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0; }

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px; }

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important; }

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  left: 0;
  top: 0;
  margin-left: 13px; }

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; }

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px; }

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px; }

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  right: 0;
  top: 0;
  margin-right: 13px; }

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; }

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px; }

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important; }

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  top: 0;
  margin-top: 13px; }

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px; }

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px; }

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  bottom: 0;
  margin-bottom: 13px; }

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

/* Layers
--------------------------------------------------*/
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden; }

.sp-black {
  color: #FFF;
  background: black;
  background: rgba(0, 0, 0, 0.7); }

.sp-white {
  color: #000;
  background: white;
  background: rgba(255, 255, 255, 0.7); }

.sp-rounded {
  border-radius: 10px; }

.sp-padding {
  padding: 10px; }

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
  cursor: url(sliderpro_images/openhand.cur), move; }

.sp-grabbing {
  cursor: url(sliderpro_images/closedhand.cur), move; }

.sp-selectable {
  cursor: default; }

/* Caption
--------------------------------------------------*/
.sp-caption-container {
  text-align: center;
  margin: 20px 0 15px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 2em; }

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
  margin: 0 !important;
  background-color: #000; }

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.sp-full-screen-button:before {
  content: '\2195'; }

.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1; }

/* Buttons
--------------------------------------------------*/
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px; }

.sp-rtl .sp-buttons {
  direction: rtl; }

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

.sp-selected-button {
  background-color: #000; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px; } }
@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px; } }
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px; } }
/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute; }

.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1; }

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px; }

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px; }

.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer; }

.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sp-horizontal .sp-previous-arrow {
  left: 20px;
  right: auto; }

.sp-horizontal.sp-rtl .sp-previous-arrow {
  right: 20px;
  left: auto; }

.sp-horizontal .sp-next-arrow {
  right: 20px;
  left: auto; }

.sp-horizontal.sp-rtl .sp-next-arrow {
  left: 20px;
  right: auto; }

.sp-vertical .sp-previous-arrow {
  top: 20px; }

.sp-vertical .sp-next-arrow {
  bottom: 20px; }

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF; }

.sp-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg); }

.sp-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg); }

.sp-next-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sp-rtl .sp-previous-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sp-rtl .sp-next-arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.ie8 .sp-arrow,
.ie7 .sp-arrow {
  width: 0;
  height: 0; }

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
  content: none; }

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent; }

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent; }

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent; }

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent; }

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
  position: absolute; }

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1; }

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px; }

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px; }

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer; }

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px; }

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px; }

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px; }

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px; }

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF; }

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg); }

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg); }

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg); }

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg); }

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
  width: 0;
  height: 0; }

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
  content: none; }

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; }

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; }

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent; }

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent; }

/* Video
--------------------------------------------------*/
a.sp-video {
  text-decoration: none; }

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none; }

a.sp-video:after {
  content: '\25B6';
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px; }

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none; }

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important; }

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
  max-width: none;
  max-height: none; }

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0; }

.slider-pro img.sp-layer {
  border: none; }

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 10px;
  right: 0px;
  display: block;
  overflow: visible;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #111111;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: left; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0); } }
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0); } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 100%; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 100%; }

/* =============================================================================
  BUTTON RESETS
============================================================================= */
@media screen and (min-width: 5000px) {
  button {
    display: none; } }
button {
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: none;
  border-radius: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer; }

body.mm-menu-open {
  overflow: hidden; }

/* =============================================================================
  MM - MATERIAL MENU
============================================================================= */
/**
 * MM - Material Menu
 *
 * All the styles for the material menu here! I've prefixed them all with "mm",
 * which means material menu.
 */
/**
 * Toggle Button
 *
 * a.k.a. hamburger icon. See the "resets" section for global button resets.
 */
#search_btn {
  position: absolute;
  top: 24px;
  right: 60px;
  z-index: 20;
  width: 24px;
  height: 30px;
  font-size: 21px; }

#cart_btn {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 20;
  width: 24px;
  height: 30px;
  font-size: 21px; }

.mm-menu-toggle {
  position: absolute;
  top: 30px;
  left: 24px;
  z-index: 2000;
  width: 24px;
  height: 18px;
  background: -webkit-linear-gradient(90deg, rgba(33, 33, 33, 0), rgba(33, 33, 33, 0) 7px, #212121 7px, #212121 11px, rgba(33, 33, 33, 0) 11px, rgba(33, 33, 33, 0) 18px);
  background: linear-gradient(0deg, rgba(33, 33, 33, 0), rgba(33, 33, 33, 0) 7px, #212121 7px, #212121 11px, rgba(33, 33, 33, 0) 11px, rgba(33, 33, 33, 0) 18px);
  font-size: 0;
  text-indent: -9999px; }

#mm-menu-close {
  display: none;
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 26px;
  z-index: 20000; }

@media (max-width: 767px) {
  #mm-menu-toggle {
    position: fixed; } }
@media (min-width: 768px) and (max-width: 991px) {
  #search_btn {
    position: absolute;
    top: 34px;
    right: 80px;
    z-index: 2000;
    width: 24px;
    height: 30px;
    font-size: 21px; }

  #cart_btn {
    position: absolute;
    top: 34px;
    right: 24px;
    z-index: 20;
    width: 24px;
    height: 30px;
    font-size: 21px; }

  .mm-menu-toggle {
    position: absolute;
    top: 40px;
    left: 24px;
    z-index: 2000;
    width: 24px;
    height: 18px;
    background: -webkit-linear-gradient(90deg, rgba(33, 33, 33, 0), rgba(33, 33, 33, 0) 7px, #212121 7px, #212121 11px, rgba(33, 33, 33, 0) 11px, rgba(33, 33, 33, 0) 18px);
    background: linear-gradient(0deg, rgba(33, 33, 33, 0), rgba(33, 33, 33, 0) 7px, #212121 7px, #212121 11px, rgba(33, 33, 33, 0) 11px, rgba(33, 33, 33, 0) 18px);
    font-size: 0;
    text-indent: -9999px; } }
.mm-menu-toggle::before,
.mm-menu-toggle::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #212121;
  content: ""; }

.mm-menu-toggle::before {
  top: 0;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left; }

.mm-menu-toggle::after {
  bottom: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left; }

.mm-menu-toggle,
.mm-menu-toggle::before,
.mm-menu-toggle::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

/* active states */
.mm-menu-toggle.active {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.mm-menu-toggle.active::before {
  width: 75%;
  -webkit-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg); }

.mm-menu-toggle.active::after {
  width: 75%;
  -webkit-transform: translateY(-7px) rotate(45deg);
  -ms-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg); }

/**
 * The actual menu
 *
 * Here be all the stuff for the menu itself.
 */
.mm-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #ffffff;
  width: 400px;
  height: 100%;
  overflow-y: auto;
  box-shadow: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s, box-shadow 0.5s;
  transition: transform 0.5s, box-shadow 0.5s; }

.mm-menu ul li a {
  color: #000000;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2px; }

.mm-menu.active {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

/* header */
.mm-menu__header {
  position: relative;
  width: 100%;
  height: 188px;
  background-color: #ffffff;
  margin: 0 0 50px 0; }

.mm-menu__header img {
  width: 100%; }

.mm-menu__title {
  position: absolute;
  bottom: 12px;
  left: 12px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 22px; }

/* list */
.mm-menu__items {
  list-style: none;
  margin: 0;
  padding: 0; }

.mm-menu__item {
  display: block;
  width: 100%;
  padding: 0;
  opacity: 0;
  border-bottom: #cccccc  solid 1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.sub_mm .mm-menu__item {
  display: block;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  opacity: 0;
  border-bottom: #cccccc  solid 1px;
  background-color: #eeeeee; }

.sub_mm2 .mm-menu__item {
  display: block;
  width: 100%;
  opacity: 0;
  border-bottom: none;
  background-color: #eeeeee; }

.mm-menu__item.in-view {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.sub_mm, .sub_mm2 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none; }

.sub_mm li a {
  color: #000000;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 200;
  font-size: 11px;
  letter-spacing: 2px;
  padding-left: 25px; }

.sub_mm2 li a {
  color: #000000;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 200;
  font-size: 11px;
  letter-spacing: 2px;
  text-align: center;
  border-bottom: 1px solid #ccc; }

.sub_mm2 li a:nth-child(odd) {
  border-right: 1px solid #ccc; }

.sub_mm2 li a:last-child {
  border-right: 1px solid #ccc; }

.mm-menu__item.item-1 {
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s; }

.mm-menu__item.item-2 {
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s; }

.mm-menu__item.item-3 {
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s; }

.mm-menu__item.item-4 {
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s; }

.mm-menu__item.item-5 {
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s; }

.mm-menu__item.item-6 {
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s; }

.mm-menu__item.item-7 {
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s; }

.mm-menu__item.item-8 {
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s; }

.mm-menu__item.item-9 {
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s; }

.mm-menu__item.item-10 {
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0,1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0,1s; }

.mm-menu__item.item-11 {
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0,1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0,1s; }

.mm-menu__item.item-12 {
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0,1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0,1s; }

.mm-menu__item.item-13 {
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0,1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0,1s; }

.mm-menu__item.item-14 {
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0,1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0,1s; }

.mm-menu__item.item-15 {
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0,1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0,1s; }

.mm-menu__item.item-16 {
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0,1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0,1s; }

.mm-menu__item.item-17 {
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0,1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0,1s; }

.mm-menu__item.item-18 {
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0,1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0,1s; }

.mm-menu__item.item-19 {
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0,1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0,1s; }

.mm-menu__item.item-20 {
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0,1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0,1s; }

.mm-menu__link {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 12px;
  text-decoration: none;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s; }

.mm-menu__link-text {
  position: relative;
  z-index: 2; }

/* the touch effect, for when a link is touched */
.mm-menu__link--touch-effect {
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #ffffff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.mm-menu__link--touch-effect.animating {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

/**
 * Menu mask
 *
 * A mask that comes in and covers the wrapper when the menu is active.
 */
.mm-menu-mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  background-image: url(../img/common/close.png);
  background-repeat: no-repeat;
  background-position: top 20px right 20px;
  background-size: 25px; }

.mm-menu-mask.active {
  visibility: visible;
  opacity: 1; }

@media (min-width: 481px) and (max-width: 787px) {
  .mm-menu {
    width: 300px;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px); } }
@media (max-width: 480px) {
  .mm-menu {
    width: 65%;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px); } }
/*
Eric Meyer's CSS Reset
http://meyerweb.com/eric/tools/css/reset/
v1.0 | 20080212
CSSresetr.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing=0' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* --------------------------------
	Theme CSS for EC-CUBE 3
-------------------------------- */
/* --------------------------------
	Common
-------------------------------- */
body {
  font-family: "Noto Sans Japanese", sans-serif;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%; }

.img_center,
.txt_center {
  text-align: center; }

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

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

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

/****** Side Setting ********/
/****** Footer Setting ********/
/****** Effect Setting ********/
/****** Each BlockParts Setting ********/
/* 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; }

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

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

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

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

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

.front_page .comment_area h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0; }

.front_page .comment_area p {
  margin: 10px 0 15px; }

/* 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: #525263;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem; }

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

.front_page .more_link.text-warning {
  font-weight: bold;
  color: #9A947E; }

/* news_area */
.news_contents {
  padding: 0; }

#news_area {
  background: #F8F8F8; }

#news_area .heading01 {
  padding: 8px;
  text-align: center;
  margin: 0; }

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

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

.txt_bnr strong {
  color: #DE5D50;
  font-size: 20px;
  font-size: 2rem; }

.txt_bnr strong strong {
  font-size: 32px;
  font-size: 3.2rem; }

.item_gallery {
  clear: both; }

/* --------------------------------
	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: 18px;
  font-size: 1.8rem;
  width: 40px;
  height: 40px;
  line-height: 40px; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: auto;
  margin: 0 1px;
  padding: 0;
  cursor: pointer; }

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

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

.slick-dots li button:before {
  content: " ";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  text-align: center;
  opacity: .25;
  background-color: black;
  border-radius: 50%; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: black; }

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

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

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

/******************************
	Media Query
*******************************/
@media only screen and (max-width: 767px) {
  /* --------- common ---------- */
  button.slick-arrow {
    border: none;
    background: none;
    margin: 15px auto;
    width: 20px; } }
@media only screen and (min-width: 768px) {
  /* --------- common ---------- */
  .slick-dots {
    position: absolute;
    bottom: -57px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 25px; }

  /****** Header Setting ********/
  /****** Layout ********/
  /* header */
  #header h1 {
    font-size: 11px;
    font-weight: 200;
    font-family: "Noto Sans Japanese", sans-serif;
    width: 100%;
    background-color: #48322A;
    text-align: center;
    color: #ffffff;
    padding: 3px 0;
    margin: 0; }

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

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

  #member {
    float: right; }

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

  /****** Side Setting ********/
  /****** Footer Setting ********/
  /****** Each BlockParts Setting ********/
  /* search area */
  #search select {
    width: auto;
    max-width: 180px; }

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

  #cart_area {
    margin: 53px 50px 0 0; }

  #cart_area p {
    float: right;
    min-width: 50px;
    height: 60px;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px; }

  #cart_area .badge_cart {
    line-height: 60px;
    width: 30px;
    height: 30px; }

  #cart_area p.cart-trigger {
    position: relative;
    right: 0;
    line-height: 60px; }

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

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

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

  /* --------------------------------
  	Top Page
  -------------------------------- */
  .front_page #contents .row {
    padding-bottom: 24px; }

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

  .front_page .comment_area h5 {
    font-size: 20px;
    font-size: 2rem; }

  .front_page .comment_area p {
    font-size: 20px;
    font-size: 2rem;
    margin: 24px 0 24px; }

  /* news_area */
  .news_contents {
    padding: 0 16px 0 0; }

  #news_area .heading01 {
    padding: 16px;
    text-align: left; }

  #news_area {
    margin-bottom: 32px; }

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

  .txt_bnr {
    margin: 0 0 16px; }

  /* --------------------------------
  	Detail Page
  -------------------------------- */
  #item_photo_area .slick-dots {
    margin: 0;
    position: relative;
    bottom: 0;
    text-align: center; }

  #item_photo_area .slick-dots::after {
    content: "";
    display: table;
    clear: both; }

  #item_photo_area .slick-dots li {
    width: 12.5%;
    height: auto;
    padding: 1px;
    margin: 0;
    display: inline-block; }

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

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

  button.slick-arrow {
    border: none;
    background: none;
    text-align: center;
    margin-top: 15px;
    width: 50px; } }
/* --------------------------------
    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: .5; }

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

/*block 共通
----------------------------------*/
.block {
  display: block; }

/*color 共通
----------------------------------*/
body {
  color: #000000; }

.black {
  color: #000000; }

.red {
  color: #cc0000; }

/*img 共通
----------------------------------*/
.w100 {
  width: 100%; }

.image {
  width: 100%;
  height: auto; }

/*marker 共通
----------------------------------*/
/*text0-align 共通
----------------------------------*/
.ta_c {
  text-align: center; }

.ta_l {
  text-align: left; }

.ta_r {
  text-align: right; }

/*marker 共通
----------------------------------*/
.marker_yellow {
  background: linear-gradient(transparent 60%, #ffff66 60%); }

.marker_blue {
  background: linear-gradient(transparent 60%, #87CEFA 60%); }

/*font-weight 共通
----------------------------------*/
.fw1 {
  font-weight: 100; }

.fw2 {
  font-weight: 200; }

.fw3 {
  font-weight: 300; }

.fw4 {
  font-weight: 400; }

.fw5 {
  font-weight: 500; }

.fw6 {
  font-weight: 600; }

.fw7 {
  font-weight: 700; }

.fw8 {
  font-weight: 800; }

.fw9 {
  font-weight: 900; }

strong {
  font-weight: 500; }

/*フォームズーム解除
----------------------------------*/
select, textarea {
  font-size: 16px;
  transform: scale(0.7); }

/*
input{
   font-size:16px;
   transform: scale(0.8);
}
*/
/*btn
----------------------------------*/
.link, .link:hover, .link:active, .link:focus {
  color: #0070c9;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 200;
  letter-spacing: 2px;
  font-size: 13px; }

.square_btn {
  display: inline-block;
  padding: 1.5em;
  width: 100%;
  text-decoration: none;
  color: #111111;
  border: solid 2px #111111;
  border-radius: 3px;
  transition: .2s;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  letter-spacing: 2px; }

.square_btn:hover {
  background: #111111;
  color: #ffffff; }

.btn {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: 4px; }

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

.btn_main {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 200;
  font-size: 16px;
  letter-spacing: 4px; }

.btn-primary {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease; }

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

.btn-reji {
  color: #ffffff;
  background-color: #5cb1b1;
  border-color: #5cb1b1;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease; }

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

.btn-success {
  color: #000000;
  background-color: #ffffff;
  border: 4px double #000; }

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #000000;
  background-color: #f6f6f6;
  border: 4px double #000; }

.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: #eeeeee;
  border: none;
  color: #333333; }

a.btn_flat {
  display: block;
  text-decoration: none;
  height: 50px;
  width: 200px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background: #000000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  margin: 25px auto; }

a.btn_flat:hover {
  background: #333333;
  color: #ffffff;
  border: solid 1px #666666; }

/*line-height 共通
----------------------------------*/
.lh1 {
  line-height: 1em; }

.lh2 {
  line-height: 2em; }

.lh2_5 {
  line-height: 2.5em; }

.lh3 {
  line-height: 3em; }

/*letter-spacing 共通
----------------------------------*/
.ls1 {
  letter-spacing: 1px; }

.ls2 {
  letter-spacing: 2px; }

.ls3 {
  letter-spacing: 3px; }

.ls4 {
  letter-spacing: 4px; }

/*box 共通
----------------------------------*/
.greybox {
  padding: 15px;
  background-color: #eeeeee; }

.dashedbox_red {
  padding: 15px;
  border: 1px dashed #cc0000; }

/*list
----------------------------------*/
ul.list-style1 li {
  border-bottom: 1px dashed #666;
  padding: 10px;
  list-style-type: square;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 2em;
  color: #111111; }

ul.list-style1 li:last-child {
  border-bottom: none; }

/*margin 共通
----------------------------------*/
.mb5 {
  margin-bottom: 5px; }

.mb6 {
  margin-bottom: 6px; }

.mb7 {
  margin-bottom: 7px; }

.mb8 {
  margin-bottom: 8px; }

.mb9 {
  margin-bottom: 9px; }

.mb10 {
  margin-bottom: 10px; }

.mb11 {
  margin-bottom: 11px; }

.mb12 {
  margin-bottom: 12px; }

.mb13 {
  margin-bottom: 13px; }

.mb14 {
  margin-bottom: 14px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb100 {
  margin-bottom: 100px; }

.mb150 {
  margin-bottom: 150px; }

.mb200 {
  margin-bottom: 200px; }

.mt5 {
  margin-top: 5px; }

.mt6 {
  margin-top: 6px; }

.mt7 {
  margin-top: 7px; }

.mt8 {
  margin-top: 8px; }

.mt9 {
  margin-top: 9px; }

.mt10 {
  margin-top: 10px; }

.mt11 {
  margin-top: 11px; }

.mt12 {
  margin-top: 12px; }

.mt13 {
  margin-top: 13px; }

.mt14 {
  margin-top: 14px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt100 {
  margin-top: 100px; }

.mt150 {
  margin-top: 150px; }

.mt200 {
  margin-top: 200px; }

/*padding 共通
----------------------------------*/
.pb5 {
  padding-bottom: 5px; }

.pb6 {
  padding-bottom: 6px; }

.pb7 {
  padding-bottom: 7px; }

.pb8 {
  padding-bottom: 8px; }

.pb9 {
  padding-bottom: 9px; }

.pb10 {
  padding-bottom: 10px; }

.pb11 {
  padding-bottom: 11px; }

.pb12 {
  padding-bottom: 12px; }

.pb13 {
  padding-bottom: 13px; }

.pb14 {
  padding-bottom: 14px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb25 {
  padding-bottom: 25px; }

.pb50 {
  padding-bottom: 50px; }

.pb100 {
  padding-bottom: 100px; }

.pt5 {
  padding-top: 5px; }

.pt6 {
  padding-top: 6px; }

.pt7 {
  padding-top: 7px; }

.pt8 {
  padding-top: 8px; }

.pt9 {
  padding-top: 9px; }

.pt10 {
  padding-top: 10px; }

.pt11 {
  padding-top: 11px; }

.pt12 {
  padding-top: 12px; }

.pt13 {
  padding-top: 13px; }

.pt14 {
  padding-top: 14px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt25 {
  padding-top: 25px; }

.pt50 {
  padding-top: 50px; }

.pt100 {
  padding-top: 100px; }

/* ==================================== */
/* ==================================== */
/*  all(mobile)*/
/* ==================================== */
/* ==================================== */
h1.page-heading {
  font-size: 16px;
  font-weight: 600; }

h2 {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 2px; }

h3 {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 2px; }

dt {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  font-size: 13px; }

.disc, p, dd {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 2em; }

/*-------------------------------
header
---------------------------------*/
#header {
  height: 80px;
  position: relative;
  z-index: 100; }

#header .header_logo_area {
  width: 150px;
  margin: 25px auto 0; }

#header .header_logo_area .header_logo img {
  width: 100%; }

.searchbar {
  display: none;
  width: 100%;
  padding: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  height: 80px;
  margin: 0 0 50px 0; }

/*-------------------------------
side_nav
---------------------------------*/
#side_nav .side_ac_menu label {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 2px; }

#side_nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#side_nav .side_ac_menu ul li a {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 2px; }

/*-------------------------------
home
---------------------------------*/
/*-------------------------------
listpage
---------------------------------*/
#item_list .item_status {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  background-color: black;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  border: 2px solid #ffffff;
  z-index: 9999; }

#item_list dt.item_name {
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  text-align: center;
  margin: 5px 0;
  line-height: 2em; }

#item_list dt.item_brand {
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  text-align: center;
  margin-top: 35px; }

#item_list dt.item_price {
  font-size: 13px;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  text-align: center;
  margin: 5px 0 50px; }

#result_info_box {
  margin-top: 20px; }

#category_top_box {
  width: 100%;
  background-color: #ffffff; }

#category_top_box h1 {
  font-size: 12px;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 15px; }

#category_top_box p {
  margin-top: 25px;
  display: none; }

.ctb_left img {
  width: 100%;
  margin-top: 25px; }

.ctb_right p {
  margin: 25px auto;
  display: none; }

.ctb_logo {
  width: 60px;
  margin: 0 auto 2px; }

.ctb_logo img {
  width: 100%; }

.sub_bnr h2 {
  font-size: 10px;
  font-family: "Noto Sans Japanese", sans-serif;
  text-align: left;
  padding: 5px 0px 15px; }

#brand_disc_txt {
  margin-bottom: 15px; }

.sub_content ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none; }

.sub_content ul li {
  float: none;
  list-style: none;
  text-align: center;
  margin-top: 8px; }

.sub_content ul li a {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 200;
  font-size: 13px;
  letter-spacing: 1px;
  color: #0070c9; }

#column1_btn, #column2_btn {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px; }

#column1_btn img, #column2_btn img {
  height: 40px;
  width: auto; }

/*-------------------------------
detailpage
---------------------------------*/
#item_detail {
  margin-top: 50px; }

#item_detail_area .exc {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #cc0000;
  text-align: center; }

#item_detail_area .gender_name {
  font-size: 13px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 25px;
  text-transform: uppercase; }

#item_detail_area .brand_name {
  font-size: 13px;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  text-align: center;
  margin-top: 15px; }

#item_detail_area h1.item_name {
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  text-align: center; }

#item_detail_area .item_detail .sale_price {
  font-size: 16px;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  text-align: center;
  color: #cc0000; }

#item_detail_area #detail_not_stock_box__description_detail strong {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  font-size: 12px; }

#item_detail_area #detail_not_stock_box__description_detail {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 2em;
  margin-top: 20px; }

#item_detail_area .item_list_comment {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 2em;
  padding: 15px;
  background-color: #ccc;
  margin: 25px 0; }

.item_image_num_max, .item_image_number {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: 200;
  font-size: 16px; }

.detail_embedded_area {
  margin-top: 25px; }

#item_image_caption {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px; }

.slick-counter {
  text-align: center;
  width: 100%; }

.shohin2_detail {
  margin: 50px 0; }

.shohin2_detail table {
  width: 100%; }

.shohin2_detail table td {
  text-align: center;
  padding: 10px;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  border: 1px solid #aaa; }

.shohin2_detail table tr:first-child {
  background-color: #ccc; }

.shohin2_detail table td:first-child {
  background-color: #fff; }

#slide_number {
  width: 100%;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 4px;
  font-size: 16px;
  font-weight: 300;
  margin-top: 80px; }

#detail_cart_box select {
  padding: 5px 12px;
  left: 0;
  height: 42px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  background: #eee;
  background: url(../img/common/arrow01.png) right 50% no-repeat, #ffffff;
  background: url(../img/common/arrow01.png) right 50% no-repeat, #ffffff;
  background-size: 20px, 100%;
  border-radius: 0; }

.border_btn {
  display: inline-block;
  padding: 1em;
  width: 100%;
  text-decoration: none;
  color: #111111;
  border: solid 2px #111111;
  border-radius: 3px;
  transition: .2s;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center; }

.border_btn:hover {
  background: #111111;
  color: #ffffff; }

.detail_sub_content {
  display: none; }

.outlet_top_image {
  margin-bottom: 100px; }

#outlet_area h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 25px 0; }
#outlet_area p {
  text-align: left;
  font-size: 12px;
  line-height: 2em;
  margin-bottom: 15px;
  font-weight: 200; }
#outlet_area img {
  width: 100%; }
#outlet_area .outlet_button {
  text-align: center; }
  #outlet_area .outlet_button a {
    display: inline-block;
    background-color: #000000;
    padding: 15px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 200;
    letter-spacing: 2px; }

#factory_outlet .factory_outlet_title {
  text-align: center;
  font-size: 18px;
  background-color: #000000;
  padding: 15px;
  color: #ffffff;
  font-weight: 200; }
#factory_outlet p {
  font-size: 13px;
  line-height: 2em;
  margin-bottom: 15px; }
#factory_outlet img {
  margin-bottom: 15px; }

/*-------------------------------
フォーム（サイズ問い合わせなど）
---------------------------------*/
#contact_form_area {
  width: 100%;
  margin: 0 auto; }

#contact_form_area dl dd {
  padding: 15px;
  height: auto; }

#contact_form_area dl dd:nth-child(odd) {
  background-color: #ccc;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff; }

#contact_form_area dl dd:nth-child(even) {
  background-color: #eeeeee;
  border-bottom: 1px solid #fff;
  margin-bottom: 3px; }

#contact_form_area input {
  width: 100%; }

#contact_form_area textarea {
  width: 100%; }

#contact_form_area select, textarea {
  transform: scale(1);
  height: 50px; }

#contact_form_area .wpcf7-list-item {
  float: left; }

#sizeform h3 {
  text-align: center;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 16px; }
#sizeform .info {
  font-size: 12px;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  line-height: 2em;
  margin-top: 50px;
  margin-bottom: 50px; }

.required_area {
  padding: 1px 5px;
  background-color: #c00;
  color: #fff;
  font-size: 10px;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  margin-left: 20px; }

.send_box {
  width: 240px;
  height: 50px;
  margin: 50px auto; }

.send_button {
  width: 240px;
  height: 50px;
  margin: 0 0 200px 0; }

/*-------------------------------
Q&A
---------------------------------*/
.qa_area h1 {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 25px 0 50px;
  text-align: center; }

.qa_area h2 {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  border-bottom: 4px double #666666;
  padding-bottom: 10px;
  margin: 25px 0; }

.qa_area dt {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 2px;
  margin: 25px 0 10px 0; }

.qa_area dd {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 2.0em;
  margin: 10px 0;
  padding: 10px; }

.qa_area dd.qa_anser {
  color: red; }

/*-------------------------------
footer
---------------------------------*/
/*-------------------------------
brand_subpage
---------------------------------*/
#brand_subpage h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 2px;
  text-align: center;
  margin: 100px 0; }

#brand_subpage p {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 1px;
  margin: 100px 0; }

/*-------------------------------
Footer Setting
---------------------------------*/
#footer {
  background: #4D4D4D;
  padding-top: 12px;
  padding-bottom: 24px;
  margin-top: 36px;
  height: 300px; }

#footer ul {
  text-align: center; }

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

#footer a {
  color: grey;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 12px;
  font-weight: 200; }

#footer a:hover {
  color: #999999; }

#footer dt {
  color: grey;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: 200;
  margin: 25px 0 10px; }

#footer dd {
  line-height: 1.5em; }

#footer_box {
  width: 96%;
  height: 250px;
  margin: 0 auto; }

.footer_logo_area {
  margin: 25px 0; }

.footer_logo_area img {
  width: 200px; }

.footer_address {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 12px;
  font-weight: 200;
  color: grey;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin: 25px 0; }

.footer_bottom_area {
  width: 100%;
  height: 20px;
  text-align: center; }

.footer_bottom_area .copyright {
  font-family: "Work Sans", sans-serif;
  font-size: 10px;
  font-weight: 200;
  color: grey;
  letter-spacing: 2px; }

.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: 25px;
  font-size: 2.5rem;
  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); }

/*-------------------------------
pdf_area
---------------------------------*/
table.pdf_area {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border: 1px solid #ccc;
  width: 100%; }

table.pdf_area thead {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #333333; }

table.pdf_area thead th {
  padding: 20px;
  vertical-align: top;
  color: #fff; }

table.pdf_area tbody th {
  width: 50%;
  padding: 20px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  background: #efefef; }

table.pdf_area td {
  width: 50%;
  padding: 20px 0;
  vertical-align: top;
  border-bottom: 1px solid #ccc; }

table.pdf_area td, table.pdf_area tbody th, table.pdf_area thead th, table.pdf_area a {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0px;
  text-align: center; }

.pdf_download {
  border: 1px solid #ccc;
  padding: 3px;
  margin: 10px 0;
  text-align: center; }

/* ==================================== */
/* ==================================== */
/*  tablet*/
/* ==================================== */
/* ==================================== */
@media (min-width: 768px) and (max-width: 991px) {
  h1.page-heading {
    font-size: 18px;
    margin: 0 0 48px; }

  h2 {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 2px; }

  dt {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 300;
    font-size: 13px; }

  .disc, p, dd {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 2em; }

  /*-------------------------------
  header
  ---------------------------------*/
  #header {
    height: 80px;
    position: relative;
    z-index: 100; }

  #header .header_logo_area {
    width: 180px;
    margin: 30px auto 0; }

  #header .header_logo_area .header_logo img {
    width: 100%; }

  /*-------------------------------
  home
  ---------------------------------*/
  .top_image {
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
    padding-bottom: 20px; }

  /*-------------------------------
  listpage
  ---------------------------------*/
  #category_top_box {
    width: 100%;
    background-color: #ffffff; }

  #category_top_box h1 {
    font-size: 16px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px; }

  .ctb_logo {
    width: 100px;
    margin: 25px auto; }

  .ctb_logo img {
    width: 100%; }

  .ctb_right p {
    display: block; }

  #category_top_box p {
    display: block; }

  .sub_content ul li {
    padding: 20px;
    float: left; }

  .sub_content ul {
    text-align: center; }

  .sub_content ul li {
    padding: 25px;
    display: inline-block;
    margin: 0; }

  .sub_content ul li a {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 1px;
    color: #111111; }

  /*-------------------------------
  detailpage
  ---------------------------------*/
  #item_detail_area .exc {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #cc0000;
    text-align: center; }

  #item_detail_area .gender_name {
    font-size: 13px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 25px;
    text-transform: uppercase; }

  #item_detail_area .brand_name {
    font-size: 13px;
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    text-align: center;
    margin-top: 15px; }

  #item_detail_area h1.item_name {
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 10px 0; }

  #item_detail_area .item_detail .sale_price {
    font-size: 16px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    text-align: center; }

  #item_detail_area #detail_not_stock_box__description_detail {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 2em;
    padding: 15px; }

  #item_detail_area .item_list_comment {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 300;
    font-size: 10px;
    line-height: 2em;
    padding: 15px;
    background-color: #eeeeee; }

  #item_image_caption {
    font-family: "Work Sans", sans-serif;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px; }

  #slide_number {
    letter-spacing: 4px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 50px; }

  #outlet_area h2 {
    font-size: 16px; }
  #outlet_area p {
    text-align: center;
    font-size: 13px;
    line-height: 2em; }
  #outlet_area img {
    width: 100%; }

  #factory_outlet .factory_outlet_title {
    font-size: 26px;
    margin-bottom: 25px; }
  #factory_outlet p {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 25px; }
  #factory_outlet img {
    margin-bottom: 25px; }

  /*-------------------------------
  フォーム（サイズ問い合わせなど）
  ---------------------------------*/
  #contact_form_area dl dd {
    padding: 30px;
    min-height: 130px; }

  #contact_form_area dl dd:nth-child(odd) {
    background-color: #ccc;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff; }

  #contact_form_area dl dd:nth-child(even) {
    background-color: #eeeeee;
    border-bottom: 1px solid #fff;
    margin-bottom: 0; }

  /*-------------------------------
  footer
  ---------------------------------*/
  #footer {
    height: 500px; }

  #footer_box {
    height: 450px;
    margin: 0 auto; }

  #footer_box dl {
    text-align: center; }

  /*-------------------------------
  pdf_area
  ---------------------------------*/
  table.pdf_area td, table.pdf_area tbody th, table.pdf_area thead th, table.pdf_area a {
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center; }

  .pdf_download {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
    text-align: center; } }
/* ==================================== */
/* ==================================== */
/*  minipc tablet_landscape*/
/* ==================================== */
/* ==================================== */
@media (min-width: 992px) and (max-width: 1199px) {
  h1.page-heading {
    font-size: 18px;
    margin: 0 0 48px; }

  h2 {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 2px; }

  dt {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 300;
    font-size: 13px; }

  .disc, p, dd {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 2em; }

  /*-------------------------------
  header
  ---------------------------------*/
  #header {
    width: 100%;
    position: relative;
    z-index: 100;
    min-height: 45px;
    height: 150px; }

  #header .header_logo_area {
    float: left;
    margin: 60px 0 0 35px;
    width: 200px; }

  #header .header_logo_area .header_logo img {
    width: 100%; }

  ul.global_nav {
    padding: 0;
    list-style: none; }

  ul.global_nav li {
    float: left; }

  ul.global_nav li a {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px; }

  /*-------------------------------
  home
  ---------------------------------*/
  .top_image {
    border: none;
    margin-bottom: 15px;
    padding-bottom: 15px; }

  /*-------------------------------
	listpage
	---------------------------------*/
  #item_list dt.item_name {
    font-size: 13px;
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 5px 0;
    line-height: 2em; }

  #item_list dt.item_brand {
    font-size: 13px;
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    text-align: center;
    margin-top: 10px; }

  #item_list dt.item_price {
    font-size: 13px;
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 5px 0; }

  #category_top_box {
    width: 100%;
    background-color: #ffffff; }

  #category_top_box h1 {
    font-size: 16px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px; }

  .ctb_right p {
    display: block; }

  #category_top_box p {
    display: block; }

  .ctb_logo {
    width: 120px;
    margin: 25px auto; }

  .ctb_logo img {
    width: 100%; }

  .sub_content ul {
    text-align: center; }

  .sub_content ul li {
    padding: 25px;
    display: inline-block;
    margin: 0; }

  .sub_content ul li a {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 1px;
    color: #111111; }

  /*-------------------------------
  detailpage
  ---------------------------------*/
  #item_detail_area .exc {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #cc0000;
    text-align: left; }

  #item_detail_area .gender_name {
    font-size: 14px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 0; }

  #item_detail_area .brand_name {
    font-size: 14px;
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 0; }

  #item_detail_area h1.item_name {
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    text-align: left;
    margin: 5px 0; }

  #item_detail_area .item_detail .sale_price {
    font-size: 18px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    text-align: left; }

  #item_detail_area #detail_not_stock_box__description_detail {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 12px;
    line-height: 2em;
    padding: 0; }

  #item_detail_area .item_list_comment {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 11px;
    line-height: 2em;
    padding: 15px;
    background-color: #eeeeee; }

  #item_image_caption {
    font-family: "Work Sans", sans-serif;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px; }

  #slide_number {
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 300;
    margin-top: 150px; }

  #outlet_area h2 {
    font-size: 16px; }
  #outlet_area p {
    text-align: center;
    font-size: 13px;
    line-height: 2em; }
  #outlet_area img {
    width: 100%; }

  #factory_outlet .factory_outlet_title {
    font-size: 26px;
    margin-bottom: 25px; }
  #factory_outlet p {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 25px; }
  #factory_outlet img {
    margin-bottom: 25px; }

  /*-------------------------------
  フォーム（サイズ問い合わせなど）
  ---------------------------------*/
  #contact_form_area dl dd {
    padding: 30px;
    min-height: 130px; }

  #contact_form_area dl dd:nth-child(odd) {
    background-color: #ccc;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff; }

  #contact_form_area dl dd:nth-child(even) {
    background-color: #eeeeee;
    border-bottom: 1px solid #fff;
    margin-bottom: 0; }

  /*-------------------------------
  footer
  ---------------------------------*/
  #footer {
    height: 400px; }

  #footer_box {
    height: 350px;
    margin: 0 auto; }

  /*-------------------------------
  pdf_area
  ---------------------------------*/
  table.pdf_area td, table.pdf_area tbody th, table.pdf_area thead th, table.pdf_area a {
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center; }

  .pdf_download {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
    text-align: center; } }
/* ==================================== */
/* ==================================== */
/*  desktop*/
/* ==================================== */
/* ==================================== */
@media (min-width: 1200px) {
  .page-heading {
    font-size: 18px;
    margin: 0 0 48px; }

  h2 {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 2px; }

  dt {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px; }

  .disc, p, dd {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 2em; }

  /*-------------------------------
  header
  ---------------------------------*/
  #header {
    width: 100%;
    position: relative;
    z-index: 100;
    min-height: 45px;
    height: 150px; }

  #header .header_logo_area {
    float: left;
    margin: 60px 0 0 60px;
    width: 200px; }

  #header .header_logo_area .header_logo img {
    width: 100%; }

  ul.global_nav {
    padding: 0;
    list-style: none; }

  ul.global_nav li {
    float: left; }

  ul.global_nav li a {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px; }

  /*-------------------------------
  home
  ---------------------------------*/
  .top_image {
    border: none;
    margin-bottom: 15px;
    padding-bottom: 15px; }

  /*-------------------------------
	listpage
	---------------------------------*/
  #item_list dt.item_name {
    font-size: 13px;
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 10px 0;
    line-height: 2em; }

  #item_list dt.item_brand {
    font-size: 13px;
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    text-align: center;
    margin-top: 10px; }

  #item_list dt.item_price {
    font-size: 13px;
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 5px 0; }

  #category_top_box {
    width: 100%;
    background-color: #ffffff; }

  #category_top_box h1 {
    font-size: 16px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px; }

  .ctb_left img {
    width: 100%;
    margin: 0px; }

  .ctb_right p {
    margin: 0 auto;
    display: block; }

  #category_top_box p {
    display: block;
    margin-bottom: 50px; }

  .ctb_logo {
    width: 120px;
    margin: 30px auto; }

  .ctb_logo img {
    width: 100%; }

  .sub_content {
    border-top: solid 1px #ccc; }

  .sub_content ul {
    text-align: center; }

  .sub_content ul li {
    padding: 25px;
    display: inline-block;
    margin: 0; }

  .sub_content ul li a {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 1px;
    color: #111111; }

  /*-------------------------------
  detailpage
  ---------------------------------*/
  #item_detail_area .exc {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #cc0000;
    text-align: left; }

  #item_detail_area .gender_name {
    font-size: 13px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 0; }

  #item_detail_area .brand_name {
    font-size: 13px;
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 0; }

  #item_detail_area h1.item_name {
    font-size: 26px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    text-align: left;
    margin: 5px 0;
    letter-spacing: 2px; }

  #item_detail_area .item_detail .sale_price {
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    text-align: left; }

  #item_detail_area .item_detail .sale_price .small {
    font-size: 13px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200; }

  #item_detail_area #detail_not_stock_box__description_detail {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 12px;
    line-height: 2em;
    padding: 0; }

  #item_detail_area .item_list_comment {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 11px;
    line-height: 2em;
    padding: 15px;
    background-color: #eeeeee; }

  #item_image_caption {
    font-family: "Work Sans", sans-serif;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px; }

  #slide_number {
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 300;
    margin-top: 150px; }

  #outlet_area h2 {
    font-size: 16px; }
  #outlet_area p {
    text-align: center;
    font-size: 13px;
    line-height: 2em; }
  #outlet_area img {
    width: 100%; }

  #factory_outlet .factory_outlet_title {
    font-size: 26px;
    margin-bottom: 25px; }
  #factory_outlet p {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 25px; }
  #factory_outlet img {
    margin-bottom: 25px; }

  .post_image {
    height: auto;
    display: block; }

  /*-------------------------------
  フォーム（サイズ問い合わせなど）
  ---------------------------------*/
  #contact_form_area dl dd {
    padding: 30px;
    min-height: 130px; }

  #contact_form_area dl dd:nth-child(odd) {
    background-color: #ccc;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff; }

  #contact_form_area dl dd:nth-child(even) {
    background-color: #eeeeee;
    border-bottom: 1px solid #fff;
    margin-bottom: 0; }

  /*-------------------------------
  footer
  ---------------------------------*/
  #footer {
    height: 400px; }

  #footer_box {
    height: 350px;
    margin: 0 auto; }

  /*-------------------------------
  pdf_area
  ---------------------------------*/
  table.pdf_area td, table.pdf_area tbody th, table.pdf_area thead th, table.pdf_area a {
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center; }

  .pdf_download {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
    text-align: center; } }
/* --------------------------------
	Common style
-------------------------------- */
html {
  font-size: 62.5%;
  /* 62.5%を指定すると「1.0 rem = 10px」 */ }

body {
  font-size: 16px;
  font-size: 1.6rem; }

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

a:hover {
  color: #666666;
  text-decoration: none;
  outline: none; }

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

.totop {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px; }

.totop img {
  width: 100%; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
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%;
  height: auto; }

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

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

.cb-images {
  width: 1.125em; }

.icon-bg {
  fill: #d4d4d5; }

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

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

/*  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: 12px;
  font-size: 1.2rem;
  font-weight: bold; }

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

.form-control {
  border: 1px solid #C4CCCE;
  border-radius: 0px;
  box-shadow: none;
  background-color: #ffffff;
  height: 35px;
  padding: 2px 10px;
  width: 150px;
  line-height: 1.5;
  margin: 5px 0; }

.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: 12px;
  font-size: 1.2rem; }

/* --------------------------------
	Parts
-------------------------------- */
/* heading */
.heading01 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

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

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

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

.btn-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: 24px;
  font-size: 2.4rem;
  position: relative;
  top: -1px; }

.btn_circle:hover {
  opacity: 0.8; }

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

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

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

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

/* badge */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10px;
  font-size: 1rem;
  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: #525263;
  display: block;
  line-height: 1.8;
  padding: 5px 1em;
  text-decoration: none; }

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

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

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

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

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

/* topicpath */
#topicpath {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0 8px;
  text-align: center; }

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

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

#topicpath li a {
  float: left;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 2px; }

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

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

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

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

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

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

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

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

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

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

/* pagenumberarea */
.pagenumberarea {
  text-align: right;
  margin: 0;
  padding-right: 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: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* --------------------------------
	Common
-------------------------------- */
.inner {
  max-width: 100%; }

/****** Base Layout Setting ********/
#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; }

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

#header .container {
  position: relative; }

/* main */
/* side */
/****** header_nav Setting ********/
#header .inner {
  position: relative; }

#header .copy {
  font-size: 9px;
  font-size: 0.9rem;
  margin-top: 0;
  margin-bottom: 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: #525263; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.category-nav ul {
  display: none; }

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

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

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

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

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

/* Search */
#search {
  float: right;
  background: #ffffff; }

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

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

#searchform {
  position: relative; }

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

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

.search .input_search {
  height: 60px;
  padding: 0 25px 0 1em;
  position: relative;
  margin: 10px 0 0 0; }

.search input[type="search"] {
  height: 50px;
  width: 90%;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #ccc;
  padding: 0.5em 0;
  box-shadow: none;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.search .bt_search {
  margin-top: 3px; }

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

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

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

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

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

/* News List */
.newslist {
  border-bottom: 1px solid #f8f8f8; }

.newslist dl {
  border-top: 1px dotted #ccc; }

.newslist dt {
  cursor: pointer;
  padding: 8px;
  position: relative; }

.newslist dt span {
  display: block; }

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

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

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

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

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

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

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

.product_item a {
  display: block; }

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

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

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

.item_photo img {
  width: 100%; }

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

.item_comment {
  margin: 0 0 8px; }

.item_price {
  color: #333333;
  font-weight: 300;
  font-family: "Work Sans", sans-serif;
  text-align: center; }

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

.special_price {
  color: #DE5D50; }

/* Item Detail Page
------------------------------------------- */
dl.quantity dt {
  float: left;
  min-height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-size: 14px; }

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

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

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

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

#item_photo_area {
  padding-top: 8px;
  padding-bottom: 8px; }

#item_photo_area img {
  text-align: center; }

#item_detail_area .small {
  font-size: calc(55.5% + 0.3vw);
  font-weight: normal !important; }

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

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

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

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

.cart_area {
  padding-top: 8px; }

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

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

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

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

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

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

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

.relative_cat ol {
  list-style: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.total_box {
  padding: 8px 0; }

.total_box dl {
  margin-left: 40%; }

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

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

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

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

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

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

.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: 20px;
  font-size: 2rem; }

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

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

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

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

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

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

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

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

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

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

.cart_item .item_quantity {
  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: #525263;
  fill: #525263;
  margin-top: 6px;
  vertical-align: top; }

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

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

.column p {
  margin: 8px 0; }

.column select {
  width: 100%; }

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

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

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

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

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

.addr_box {
  position: relative; }

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

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

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

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

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

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

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

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

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

h1.page-heading {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 26px;
  font-weight: 200;
  letter-spacing: 2px;
  text-align: center;
  margin: 50px 0; }

/* contact 新機関員登録　他
--------------------------------------------*/
#contact_wrap h2, #top_wrap h2, #confirm_wrap h2, #complete_wrap h2, #complete_box h2 {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 25px 0; }

#contact_wrap dt, #confirm_wrap dt, #top_wrap dt {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 50px 0 25px; }

#contact_wrap dd, #confirm_wrap dd, #top_wrap dd {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 2em; }

#confirm_box__message {
  text-align: center; }

@media (max-width: 767px) {
  #contact_wrap dt, #confirm_wrap dt, #top_wrap dt, label {
    font-weight: 600; }

  #contact_wrap dd, #confirm_wrap dd, #top_wrap dd {
    text-align: center; } }
/* Guide
--------------------------------------------*/
#guide_wrap section {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #000; }

#guide_wrap section:last-child {
  border: none; }

#guide_wrap h2 {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 25px 0; }

#guide_wrap dt {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 50px 0 25px; }

#guide_wrap dd {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 2em; }

#guide_wrap table {
  border: 1px solid #000;
  margin: 50px 0; }

#guide_wrap table tr {
  border-bottom: 1px solid #000; }

#guide_wrap table td {
  padding: 10px; }

#guide_wrap table td:nth-child(odd) {
  border-right: 1px solid #000;
  background-color: #f6f6f6; }

/* gift
--------------------------------------------*/
#gift_wrap section {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #000; }

#gift_wrap section:last-child {
  border: none; }

#gift_wrap h2 {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 25px 0; }

/* about
--------------------------------------------*/
#help_about h2 {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 25px 0; }

#help_about dt {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 50px 0 25px; }

#help_about dd {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 2em; }

#help_about p {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: left;
  line-height: 2em; }

/* tradelaw
--------------------------------------------*/
#tradelaw_wrap h2 {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 25px 0; }

#tradelaw_wrap dt {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 50px 0 25px; }

#tradelaw_wrap dd {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 2em; }

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

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

.local_nav ul:after {
  clear: both; }

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

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

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

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

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

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

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

.historylist_column > div {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.unsubscribe_box {
  text-align: center; }

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

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

#entry_birth select {
  margin: 0 8px; }

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

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

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

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

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

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

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

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

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

.error_page #contents {
  background: inherit; }

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

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

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

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

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

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

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

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

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

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

.modal-body .item_price .small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 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: 16px;
  font-size: 1.6rem;
  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: 30px;
  font-size: 3.0rem;
  height: 54px;
  line-height: 54px;
  vertical-align: middle;
  position: relative;
  top: -2px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

#shopping_confirm .total_box .total_amount p.total_price strong .small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 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; }

#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 {
  margin-top: 24px;
  font-weight: bold;
  background: #EFEFEF;
  padding: 8px 12px; }

#shopping_confirm .column {
  position: relative; }

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

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

.shipping_multiple_table {
  background-color: #f4f4f4; }

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

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

.shipping_item .quantity {
  width: 100px; }

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

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

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

.multiple_column {
  padding-bottom: 16px; }

.multiple_column .item_box {
  background: #F3F3F3; }

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

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

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

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

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

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

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

.complete_message {
  text-align: center; }

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

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

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

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

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

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

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

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

/*guide
------------------------------------------- */
#guide_box__body section {
  border-bottom: 4px double #666666;
  margin: 50px 0; }

#guide_box__body h2 {
  margin: 0 0 55px 0; }

#guide_box__body dd {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px dashed #cccccc; }

#guide_box__body dd:last-child {
  border-bottom: none; }

#guide_box__body dt {
  margin: 0 0 15px 0; }

table.bank_conts {
  border: 1px solid #cccccc; }

table.bank_conts td {
  padding: 10px;
  border: 1px solid #cccccc;
  background-color: #eeeeee; }

table.bank_conts td:nth-child(2n) {
  background-color: #ffffff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#forgot_page .column p {
  margin: 0; }

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

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

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

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

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

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

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

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

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

.text_accent {
  font-weight: bold; }

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

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

.text-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: #9A947E; }

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

.text-danger {
  color: #DE5D50; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link {
  font-weight: 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
*******************************/
@media only screen and (max-width: 767px) {
  /* --------- common ---------- */
  .drawer-open #contents, .drawer-open #header, .drawer-open #footer, .drawer-open .pagetop {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px); }

  .sp {
    display: block !important; }

  .pc {
    display: none !important; }

  span.sp {
    display: inline !important; }

  /****** Header Setting ********/
  /****** Side Setting ********/
  .drawer {
    height: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s; }

  .drawer-open .drawer {
    height: 100%;
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s; }

  .category-nav a {
    will-change: transform, opacity; }

  /****** Effect Setting ********/
  /* Overlay */
  .overlay.is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px); }

  .overlay.is-visible.cart-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

  /* My page address */
  #delivery_address_list div.is-edit p.btn_edit {
    top: 30%; }

  .item_photo {
    padding: 0 35px; } }
@media only screen and (min-width: 768px) {
  /* --------- common ---------- */
  .sp {
    display: none !important; }

  .pc {
    display: block !important; }

  span.pc {
    display: inline !important; }

  /* --------------------------------
      Parts
  -------------------------------- */
  /* heading */
  .heading01,
  .heading03 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold; }

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

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

  /* btn */
  .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.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: 12px;
    font-size: 1.2rem; }

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

  .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 {
    width: 100%;
    padding: 24px 0 0;
    border: 0 none; }

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

  #topicpath li {
    font-size: 16px;
    font-size: 1.6rem; }

  /* intro */
  .intro {
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 28px; }

  /* message */
  .heading04 + .message {
    padding: 0; }

  .message .errormsg {
    padding: 16px; }

  /* flowline */
  .flowline {
    margin: 0;
    border-bottom: 0 none; }

  .flowline ul::before {
    top: 20px; }

  .flowline.step3 ul {
    max-width: 450px; }

  .flowline.step4 ul {
    max-width: 550px; }

  .flowline ul li {
    font-size: 14px;
    font-size: 1.4rem; }

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

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

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

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

  .cart .item_box .icon_edit {
    right: -7px;
    top: 10px; }

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

  /* error_box */
  .error_box {
    margin-bottom: 48px; }

  /****** Layout ********/
  /* header */
  nav#groval_nav {
    float: left; }

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

  #side_left {
    float: left;
    width: 200px; }

  #side_right {
    float: right;
    width: 25%;
    padding-left: 16px; }

  /* -- main_left (side_right only) -- */
  /* main */
  /* -- main_right (side_left only) -- */
  /* main */
  .theme_side_left #main {
    width: auto;
    overflow: hidden; }

  /* -- main_only -- */
  /* main */
  .theme_main_only #main {
    width: 100%; }

  /* -- main_left_right (side_left & side_right) -- */
  /* main */
  .theme_side_both #main {
    width: 50%;
    float: left; }

  /* category_nav */
  #category {
    clear: both; }

  /****** Header Setting ********/
  #header .header_bottom_area {
    clear: both;
    padding-top: 16px; }

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

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

  #header #cart_area a {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px; }

  #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 */
  .search select option {
    max-width: 350px; }

  /****** Side Setting ********/
  #btn_menu {
    display: none; }

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

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

  /*	Category navigation
  --------------------------- */
  /* category-nav */
  .category-nav > li {
    text-align: left;
    margin: 0 1em;
    position: relative; }

  .category-nav ul {
    position: static;
    height: auto;
    width: auto;
    overflow: visible;
    z-index: 3;
    background: #fff; }

  .category-nav > li > a {
    position: relative;
    display: inline-block;
    color: #2e3233;
    overflow: visible;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    -moz-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s; }

  /* ----- category_nav in header ---- */
  #header #category {
    padding: 20px 0 0; }

  /* category-nav */
  #header .category-nav {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    text-align: center; }

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

  #header .category-nav > li {
    margin: 0; }

  #header .category-nav li ul {
    display: block; }

  #header .category-nav li {
    position: relative;
    display: inline-block; }

  #header .category-nav > li > a {
    padding: 0 1em;
    height: 55px;
    line-height: 55px;
    border-bottom: none; }

  #header .category-nav li a {
    display: block; }

  #header .category-nav li ul {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 200px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }

  #header .category-nav li ul li {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .2s; }

  #header .category-nav li ul li a {
    text-align: left; }

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

  #header .category-nav > li:hover > ul > li {
    overflow: visible;
    height: 50px; }

  #header .category-nav li ul li ul {
    top: 0;
    left: 100%; }

  #header .category-nav li:last-child ul li ul {
    left: 100%;
    width: 100%; }

  #header .category-nav li ul li ul:before {
    position: absolute;
    content: ">";
    top: 13px;
    left: -15px;
    width: 0;
    height: 0; }

  #header .category-nav li:last-child ul li ul:before {
    position: absolute;
    content: ">";
    top: 13px;
    left: -15px;
    width: 0;
    height: 0;
    /*
    content: "<";
    top: 13px;
    left: 200%;
    margin-left: -15px;
    */ }

  #header .category-nav li ul li:hover > ul > li {
    overflow: visible;
    height: 50px; }

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

  #header .category-nav ul > li > a,
  #header .category-nav ul > li > ul > li > a,
  #header .category-nav ul > li > ul > li > ul > li a {
    padding-left: 10px; }

  /* ----- category_nav in side ---- */
  /* category-nav */
  .side .category-nav > li {
    display: block;
    margin: 0; }

  .side .category-nav li > a {
    width: 100%; }

  .side .category-nav > ul ul {
    width: 100%; }

  .side .category-nav > ul {
    width: 100%; }

  .side .category-nav > ul > li {
    width: 100%; }

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

  /* newslist */
  .newslist .heading01 {
    padding: 16px;
    text-align: left; }

  .newslist dt {
    padding: 16px; }

  .newslist dt .angle-circle {
    top: 14px;
    width: 25px;
    height: 25px; }

  .newslist dt .cb {
    font-size: 20px;
    top: 0;
    left: 3px; }

  .newslist dt .date {
    float: left;
    width: 6em; }

  .newslist dt .news_title {
    padding-left: 7em;
    padding-right: 30px; }

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

  /* Item List Page
  ------------------------------------------- */
  .product_page .product_item {
    padding-bottom: 24px; }

  .item_photo {
    margin: 0; }

  .item_comment {
    margin: 0 0 15px; }

  /* Item Detail Page
  ------------------------------------------- */
  #item_photo_area {
    padding-top: 0;
    padding-bottom: 0; }

  #item_detail_area .small {
    font-size: 12px;
    font-size: 1.2rem; }

  #item_detail_area .item_name {
    font-size: calc(70.5% + 0.5vw); }

  #item_detail_area .item_detail .announce {
    padding: 14px 0; }

  #item_detail_area .item_detail .point {
    padding: 14px 0;
    border-top: 1px dotted #ccc; }

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

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

  .cart_area {
    padding-top: 14px; }

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

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

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

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

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

  /* freearea */
  #item_detail .freearea p {
    margin-bottom: 40px; }

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

  /* review_area */
  #review_area {
    border-top: none;
    padding-bottom: 16px; }

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

  #review_area dl dt {
    padding: 16px; }

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

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

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

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

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

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

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

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

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

  #keyword_area ul li a {
    font-size: 14px;
    font-size: 1.4rem; }

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

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

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

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

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

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

  #recommend_area .slick-next,
  #recommend_area .slick-prev {
    font-size: 37px;
    font-size: 3.7rem;
    top: -1.4em; }

  #recommend_area .slick-next {
    right: 14px; }

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

  #recommend_area .angle-circle {
    width: 35px;
    height: 35px;
    margin-top: 0; }

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

  /* Cart Page
  ------------------------------------------- */
  .total_box {
    min-width: 256px;
    float: right;
    padding: 0; }

  .total_box dl {
    margin-left: 0; }

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

  .total_box dl.total_price dd {
    font-size: 24px;
    font-size: 2.4rem; }

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

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

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

  .cart_item.table .tbody .tr > .item_quantity {
    text-align: center; }

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

  .cart_item.table .tbody .tr div.item_subtotal {
    display: table-cell;
    text-align: right; }

  .cart_item .item_box .table .item_photo {
    min-width: 160px;
    padding-right: 16px; }

  .column p {
    margin: 16px 0; }

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

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

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

  .multiple_column .item_box > div,
  .multiple_column .item_box > dl {
    padding: 16px 0;
    vertical-align: middle; }

  .multiple_column .item_box .item_photo {
    padding: 16px;
    max-width: 198px; }

  .multiple_column .item_box .item_detail .item_price {
    margin: 8px 0 16px; }

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

  .complete_message {
    text-align: center; }

  .complete_message .heading01 {
    font-size: 32px;
    font-size: 3.2rem; }

  #confirm_side {
    top: 0; }

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

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

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

  /* MyPage
  ------------------------------------------- */
  /* ナビゲーション項目が6件の場合
  .local_nav li {
      width: 16.66666667%
  }*/
  .local_nav li {
    width: 25%; }

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

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

  .historylist_column .order_date {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 16px; }

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

  .historylist_column .item_box .item_photo {
    min-width: 130px; }

  .historylist_column + .pagination {
    padding-top: 16px; }

  .unsubscribe_box h3 {
    font-size: 24px;
    font-size: 2.4rem; }

  .message_box h1 {
    font-size: 24px;
    font-size: 2.4rem; }

  /****** Footer Setting ********/
  /****** Effect Setting ********/
  /* Overlay */
  .overlay {
    display: none; }

  /****** Each BlockParts Setting ********/
  /* Cart */
  .cart {
    height: 120px;
    top: 44px; }

  /* Search */
  /* ----- category_nav in header  ---- */
  #header #searchform select,
  #header #searchform input {
    float: left; }

  /* ----- category_nav in side ---- */
  .side #searchform select,
  .side #searchform input {
    float: none; }

  /* Member area */
  .member_link {
    margin: 0; }

  .member_link a {
    border: 0 none; }

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

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

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

  #shopping_confirm .column .cart_item.table {
    margin-top: 0; }

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

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

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

  #shopping_confirm .total_box dl dt {
    font-size: 14px;
    font-size: 1.4rem; }

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

  #shopping_confirm .total_box .total_amount p.total_price {
    font-size: 14px;
    font-size: 1.4rem; }

  #shopping_confirm .total_box .total_amount p.total_price strong {
    font-size: 24px;
    font-size: 2.4rem; }

  #shopping_confirm .total_box .total_amount p.total_price strong .small {
    font-size: 14px;
    font-size: 1.4rem; }

  #shopping_confirm .heading02 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 32px; }

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

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

  /* MyPage
  ------------------------------------------- */
  .mypage .intro {
    padding-bottom: 16px; }

  .mypage #shopping_confirm .cart_item,
  .mypage #shopping_confirm .total_box {
    margin-top: 0; }

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

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

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

  /* My page address */
  #delivery_address_list div.is-edit p.btn_edit {
    top: 30%; }

  /*guide
  ------------------------------------------- */
  #guide_box__body section {
    border-bottom: 4px double #666666;
    margin: 50px 0; }

  #guide_box__body h2 {
    margin: 0 0 55px 0; }

  #guide_box__body dd {
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
    border-bottom: 1px dashed #cccccc; }

  #guide_box__body dd:last-child {
    border-bottom: none; }

  #guide_box__body dt {
    margin: 0 0 15px 0; }

  table.bank_conts {
    border: 1px solid #cccccc; }

  table.bank_conts td {
    padding: 10px;
    border: 1px solid #cccccc;
    background-color: #eeeeee; }

  table.bank_conts td:nth-child(2n) {
    background-color: #ffffff; }

  /* Registration Page
  ------------------------------------------- */
  .registration_page .dl_table {
    margin: 24px 0 32px; }

  /* Other Page
  ------------------------------------------- */
  /* Login Page */
  #login_box .column {
    padding: 16px 16px 40px; }

  #login_box .column p {
    margin-bottom: 8px; }

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

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

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

  #login_box .column .btn_area button {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  #login_box .column .btn_area ul {
    float: left; }

  #login_box .column .btn_area ul li {
    margin: 4px 0; }

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

  #login_box .column .btn_area,
  #login_box .column .message {
    padding: 8px 13%;
    margin: 0; }

  .login_cart .column .column_inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

  /* Forgot Page */
  #forgot_page .column {
    padding: 32px;
    margin-bottom: 16px; }

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

  #forgot_page .column .btn_area {
    padding: 20px 0 0 21%;
    width: 79%; }

  #forgot_page .column .message {
    margin-bottom: 16px; }

  /* Error Page */
  .error_page .footer_bottom_area {
    margin-top: 0; } }
.menu {
  position: absolute;
  width: 100%;
  height: 60px;
  max-width: 100%;
  margin: 50px 0 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  .menu > li {
    float: left;
    padding: 0 15px;
    height: 60px;
    line-height: 60px; }

  .menu > li:first-child {
    margin-left: 260px; } }
@media (min-width: 1200px) {
  .menu > li {
    float: left;
    padding: 0 26px;
    height: 60px;
    line-height: 60px; }

  .menu > li:first-child {
    margin-left: 300px; } }
.menu > li a {
  color: #000; }

.menu > li > a.active {
  color: #000; }

.menu > li a:hover {
  color: #D4D190;
  padding-bottom: 5px;
  border-bottom: 2px solid #D4D190; }

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: -1; }

ul.menu__third-level {
  visibility: hidden;
  opacity: 0; }

ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0; }

.menu > li:hover {
  -webkit-transition: all .5s;
  transition: all .5s; }

.menu__second-level li {
  border-top: 1px solid #111; }

.menu__third-level li {
  border-top: 1px solid #111; }

.menu__second-level li a {
  color: #000; }

.menu__second-level li img {
  width: 50px;
  margin-right: 10px;
  display: block;
  margin: 0 auto; }

/* 下矢印 */
.init-bottom:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 0 3px 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* floatクリア */
.menu:before,
.menu:after {
  content: " ";
  display: table; }

.menu:after {
  clear: both; }

.menu {
  *zoom: 1; }

/*mega*/
li.menu__mega ul.menu__second-level {
  position: absolute;
  top: -50px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 50px;
  background: rgba(245, 245, 245, 0.9);
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

li.menu__mega:hover ul.menu__second-level {
  top: -50px;
  visibility: visible;
  opacity: 1;
  padding-top: 120px;
  padding-bottom: 50px; }

li.menu__mega ul.menu__second-level > li {
  float: left;
  width: 16.666%;
  border: none;
  text-align: center; }

li.menu__mega ul.menu__second-level > li:nth-child(4n) {
  margin: 0; }

/*--------------------------
セレクトメニュー
---------------------------*/
.select_arrow {
  position: absolute;
  display: inline-block;
  right: 20px; }

.select_arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 4px solid #333;
  border-right: 4px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px; }

.select_mainbox {
  position: relative;
  display: inline-block;
  margin: 10px;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 0;
  overflow: hidden;
  z-index: 0;
  width: 94%; }

.select_mainbox:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: .6em;
  margin-top: -.2em;
  border-width: .45em .3em;
  border-style: solid;
  border-color: #000 transparent transparent;
  z-index: -1; }

.select_mainbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 5px 0;
  border: 0;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  transform: scale(0.8); }

/*--------------------------
９９２以下
---------------------------*/
.filter_submit {
  width: 44%;
  margin-left: 4%;
  margin-top: 20px;
  margin-bottom: 25px;
  float: left;
  border: 1px solid #666;
  padding: 15px;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #111;
  letter-spacing: 1px;
  text-align: center;
  display: block; }

.filter_submit input {
  width: 100%;
  border: none;
  background-color: #fff;
  margin: 0;
  padding: 0; }

#testb1 {
  width: 50%;
  float: left;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  border-right: solid 1px #666;
  margin-top: 20px;
  padding: 20px;
  position: relative;
  background-color: #efece0; }

#testb2 {
  width: 50%;
  float: left;
  border: solid 1px #666;
  margin-top: 20px;
  padding: 20px;
  position: relative;
  background-color: #efece0; }

.btn_filter {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #111;
  letter-spacing: 1px;
  text-align: center; }

.btn_filter span {
  position: absolute;
  top: 13px;
  right: 15px; }

#filter_toggle_area2 {
  display: none; }

#filter_toggle_area1 {
  display: none; }

.filter_toggle {
  display: none; }

/*種別の名前*/
.filter_name_box {
  border: solid 1px #666;
  width: 100%;
  margin-top: -1px; }

.filter_name_box li {
  width: 100%;
  color: #111;
  list-style: none;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #111;
  padding: 10px 0 10px 15px;
  cursor: pointer;
  box-sizing: border-box; }

.filter_name_box li:last-child {
  border-bottom: none; }

.filter_name_box li a {
  display: block; }

#result_info_box__menu li {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #111;
  letter-spacing: 2px; }

#result_info_box__item_count {
  text-align: center;
  margin-top: 15px; }

/*アイテムの名前*/
.filter_txt {
  color: #000000;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 200;
  font-size: 11px;
  margin-left: 10px; }

/*矢印共通*/
.filter_arrow {
  position: absolute;
  display: inline-block;
  margin-top: 23px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px; }

.filter_arrow::before,
.filter_arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }

/*矢印右向き*/
.filter_arrow_right::before {
  width: 6px;
  height: 6px;
  top: -15px;
  left: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/*矢印下向き*/
.filter_arrow_bottom::before {
  width: 6px;
  height: 6px;
  top: -15px;
  left: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.checklist {
  margin-top: 15px; }

.checklist li {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  text-align: left; }

.checklist li:last-child {
  border-bottom: 1px solid #999; }

.checklist li label {
  width: 100%;
  padding: 0 20px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#filter_key_box {
  width: 100%;
  margin: 0 0 25px 0;
  padding: 10px;
  background-color: #f3f1ee;
  display: none; }

#filter_key_box li {
  display: inline-block;
  margin: 10px 5px;
  color: #000000;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 200;
  font-size: 11px;
  margin-left: 10px; }

.filter_key_del {
  cursor: pointer; }

.filter_name_txt {
  float: left;
  margin-top: 10px; }

.filter_key_input1, .filter_key_input2, .filter_key_input3, .filter_key_input4 {
  width: 60%;
  padding: 8px;
  border: 1px solid #ccc;
  overflow: hidden;
  float: right;
  margin-right: 15px;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0; }

.filter_key_input1 span, .filter_key_input2 span, .filter_key_input3 span, .filter_key_input4 span {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0;
  margin-left: 5px; }

.filter_name .filter_arrow_right {
  padding-top: 10px; }

#filter_area {
  margin-bottom: 25px; }

#filterbox select.filter_select, #filterbox select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 70%;
  padding: 5px 9px;
  border: 1px solid #999;
  background: #eee;
  background: url(../img/common/arrow01.png) right 50% no-repeat, #ffffff;
  background: url(../img/common/arrow01.png) right 50% no-repeat, #ffffff;
  background-size: 20px;
  border-radius: 0;
  float: right; }

#stylebox select.filter_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 80%;
  padding: 5px 9px;
  margin: 0 auto;
  display: block;
  border: 1px solid #999;
  background: #eee;
  background: url(../img/common/arrow01.png) right 50% no-repeat, #ffffff;
  background: url(../img/common/arrow01.png) right 50% no-repeat, #ffffff;
  background-size: 20px;
  border-radius: 0; }

#stylebox input#submit {
  width: 100px;
  padding: 3px 9px;
  margin: 10px auto 50px;
  display: block;
  border: 1px solid #999;
  background: white;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2px; }

@media (min-width: 992px) {
  .btn_filter {
    padding: 15px; }

  .filter_toggle {
    display: block; }

  /*種別の名前*/
  .filter_name_box {
    border: solid 1px #666;
    width: 100%;
    margin-top: -1px; }

  .filter_name_box li {
    width: 100%;
    color: #111;
    list-style: none;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #111;
    padding: 10px 0 10px 15px;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc; }

  .filter_name_box li:last-child {
    border-bottom: none; }

  .filter_name_box li a {
    display: block; }

  #result_info_box__menu li {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #111;
    letter-spacing: 2px; }

  #result_info_box__item_count {
    text-align: center;
    margin-top: 15px; }

  /*アイテムの名前*/
  .filter_txt {
    color: #000000;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 11px;
    margin-left: 10px; }

  /*矢印共通*/
  .filter_arrow {
    position: absolute;
    display: inline-block;
    margin-top: 23px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px; }

  .filter_arrow::before,
  .filter_arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle; }

  /*矢印右向き*/
  .filter_arrow_right::before {
    width: 6px;
    height: 6px;
    top: -15px;
    left: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

  /*矢印下向き*/
  .filter_arrow_bottom::before {
    width: 6px;
    height: 6px;
    top: -15px;
    left: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }

  /*アイテムの名前*/
  .filter_txt {
    color: #000000;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin-left: 10px; }

  #filter_area {
    margin-bottom: 25px; }

  #filterbox {
    display: block; }

  #filter_toggle_area1 {
    display: none; }

  #filter_toggle_area2 {
    display: none; }

  .checklist {
    margin-top: 15px; }

  .checklist li {
    display: block;
    width: 100%;
    padding: 10px 0 10px 15px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    text-align: left; }

  .checklist li:nth-last-child(2) {
    border-bottom: 1px solid #999; }

  .checklist li label {
    width: 100%;
    padding: 0 5px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  #filter_key_box {
    width: 100%;
    min-height: 80px;
    background-color: #f3f1ee;
    display: none;
    margin: 0; }

  #filter_key_box li {
    float: left;
    margin: 22px 15px;
    color: #000000;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 11px;
    margin-left: 10px; }

  #filter_key_box li:first-child {
    margin-left: 80px; }

  .filter_key_del {
    cursor: pointer; }

  #result_info_box__item_count {
    text-align: left; }

  .filter_name_txt {
    display: inline-block;
    margin-top: 10px; }

  #filterbox select.filter_select {
    width: 160px;
    padding: 10px 12px;
    left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: #eee;
    background: url(../img/common/arrow01.png) right 50% no-repeat, #ffffff;
    background: url(../img/common/arrow01.png) right 50% no-repeat, #ffffff;
    background-size: 20px, 100%;
    border-radius: 0;
    float: right; }

  #stylebox select.filter_select {
    width: 250px;
    padding: 5px 12px;
    margin: 0 auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    border: 1px solid #999;
    background: #eee;
    background: url(../img/common/arrow01.png) right 50% no-repeat, #ffffff;
    background: url(../img/common/arrow01.png) right 50% no-repeat, #ffffff;
    background-size: 20px, 100%;
    border-radius: 0; } }
.square {
  width: 0;
  height: 0;
  border-width: 9px;
  border-style: solid; }

.list_color_box {
  width: 100%;
  display: block;
  height: auto; }

.list_color {
  width: 100%;
  height: 20px;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0; }

.list_color li {
  margin: 0 5px;
  padding: 0;
  display: -moz-inline-box;
  /*for FF2*/
  display: inline-block;
  /*Modern Browser & FF3*/ }

.tooltips {
  position: absolute;
  left: 0.3em;
  z-index: 9999;
  padding: 0.3em 0.5em;
  color: #FFFFFF;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  background: #333333;
  border-radius: 0.5em; }

.tooltips:after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0.5em;
  top: -8px;
  border-top: 8px solid transparent;
  border-left: 8px solid #333333; }

.BLACK, .DYEDBLK, .DYEDBLACK {
  border-color: #000000; }

.RED, .CHERRY {
  border-color: #ba1616; }

.NAVY, .AMIRAL, .DARKNAVY {
  border-color: #13194e; }

.DENIM, .LIGHTNAVY, .BLUE, .HEATHERINDIGO {
  border-color: #313660; }

.NEWTON {
  border-color: #bd6d1a; }

.FAWN {
  border-color: #dbb9b9; }

.NATURAL, .SEPIA, .OATMEAL, .MOGIT, .BEIGE {
  border-color: #ead4b3; }

.EARTHGREE, .OLIVE, .SAUGE, .OTTERGREEN, .LIGHTOLIVE {
  border-color: #28472d; }

.FORESTGREEN {
  border-color: #125b52; }

.HAVANA, .DARKBROWN, .DARKMELEZE, .TRUFFLE, .CHESTNUT, .ESPRESSO, .NATURALBLACK {
  border-color: #60251d; }

.ANTIQUE, .CONKER, .SNUFF, .TEAKOILEDSIDES, .BROWN, .MAHOGANY, .PAPAYA {
  border-color: #54210d; }

.TAN {
  border-color: #8f4326; }

.WHISKY, .TOBACCO {
  border-color: #d07a37; }

.WHISKY, .TOBACCO {
  border-color: #d07a37; }

.WHITE, .ECRU, .NATWHITE {
  border-color: #f4efeb; }

.SEABLUE, .CORVETTE {
  border-color: #2453bb; }

.LIGHTGREY, .ASH {
  border-color: #c4c5c7; }

.MEDIUMMARLGREY, .GREY, .STEEL, .SHAELA {
  border-color: #b8c4ca; }

.CHARCOAL {
  border-color: #46474a; }

.BURGUNDY {
  border-color: #730b21; }

.IVORY {
  border-color: #f6f7e9; }

.SAND {
  border-color: #e4e2bd; }

.GREEN {
  border-color: #1c4d1e; }

.KELLYGREEN {
  border-color: #1c4d1e; }

.AVOCADO {
  border-color: #1c4d1e; }

.POWDERBLUE {
  border-color: #c8d5e8; }

.TAUPE {
  border-color: #afb599; }

.ANTIQUEGOLD {
  border-color: #c29917; }

.MINT {
  border-color: #60bfad; }

.SCARLET {
  border-color: #91231c; }

.MAROON {
  border-color: #792136; }

.HARVARDMAROON {
  border-color: #440303; }

.SKY {
  border-color: #00a8de; }

.COLUMBIA {
  border-color: #5287ab; }

.MARINE {
  border-color: #31468c; }

.ROYAL {
  border-color: #283f89; }

.OCEAN {
  border-color: #355581; }

.PURPLE {
  border-color: #632173; }

.TEAL {
  border-color: #005266; }

.MOSS {
  border-color: #454d25; }

.KELLY {
  border-color: #008c47; }

.BOTTLE {
  border-color: #004e27; }

.RUST {
  border-color: #b65823; }

.OXFORD {
  border-color: #80898d; }

.GRAPHITE {
  border-color: #8e8b82; }

.COAL {
  border-color: #424642; }

.BERRY {
  border-color: #ae7b82; }

.SPRUCE {
  border-color: #54867c; }

.MAUVE {
  border-color: #c794bf; }

.CHAMOIS {
  border-color: #cb9550; }

.KHAKI {
  border-color: #d7c578; }

.EMERALD {
  border-color: #00a14d; }

.TANGERINE {
  border-color: #f5a534; }

.GOLD {
  border-color: #f2ac00; }

.DESERT {
  border-color: #efc000; }

.VEGASGOLD {
  border-color: #f5d37b; }

.YELLOW {
  border-color: #fbd558; }

.LEMON {
  border-color: #fff57a; }

.LIME {
  border-color: #cedb52; }

.APPLE {
  border-color: #9ebf18; }

.PINE {
  border-color: #10572e; }

.INDIGO {
  border-color: #414e6a; }

.SALMON {
  border-color: #f3cdd3; }

.BRICK {
  border-color: #d77b7d; }

.PINK {
  border-color: #ec83a4; }

.CORAL {
  border-color: #db6040; }

.ORANGE {
  border-color: #eb5923; }

.BURNTORANGE {
  border-color: #d95518; }

.DARKRED {
  border-color: #bd162f; }

.HARVARD {
  border-color: #5a0d11; }

.CYAN {
  border-color: #43b7db; }

.ROSE {
  border-color: #cd1a75; }

.CUIVRE {
  border-color: #f1ab23; }

.DARKOCEAN {
  border-color: #171683; }

.CAMOFLAGE {
  border-color: #716a34; }

.THISTLEHEATHER {
  border-color: #471f50; }

.BLACKWALNUT {
  border-color: #362316; }

.CAMEL {
  border-color: #ba5d19; }

.STEEL {
  border-color: #6f6f6f; }

.EBONY {
  border-color: #3e3e3e; }

.BISCOTTI {
  border-color: #a28559; }

.PLATINUM {
  border-color: #b7c2d0; }

.GOLDENOLIVE {
  border-color: #969226; }

.MOSSHEATHER {
  border-color: #454d25; }

.BOYSENBERRY {
  border-color: #ac96ac; }

.AMETHYST {
  border-color: #dfccdf; }

.BRUSH {
  border-color: #e0afbf; }

.IRIS {
  border-color: #371f40; }

.HYDRANGEA {
  border-color: #2959c6; }

.INK {
  border-color: #18174a; }

.SAFFRAN {
  border-color: #de7e1a; }

.BURNTSIENNA {
  border-color: #d15200; }

.JACOB {
  border-color: #473c34; }

.BLACK_RED {
  border-top-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #ba1616;
  border-right-color: #ba1616; }

.HAVANA_RED {
  border-top-color: #60251d;
  border-left-color: #60251d;
  border-bottom-color: #ba1616;
  border-right-color: #ba1616; }

.BLACK_YELLOW {
  border-top-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #fbd558;
  border-right-color: #fbd558; }

.BLACK_MARINE {
  border-top-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #31468c;
  border-right-color: #31468c; }

.BLACK_NAVY {
  border-top-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #13194e;
  border-right-color: #13194e; }

.BLACK_BLACK {
  border-top-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #000000;
  border-right-color: #000000; }

.BLACK_GREEN {
  border-top-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #1c4d1e;
  border-right-color: #1c4d1e; }

.BLACK_NATURAL {
  border-top-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #ead4b3;
  border-right-color: #ead4b3; }

.BLACK_OLIVE_BLACK {
  border-top-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #28472d;
  border-right-color: #28472d; }

.BLACK_STEEL {
  border-top-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #6f6f6f;
  border-right-color: #6f6f6f; }

.BLACK_TAN {
  border-top-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #8f4326;
  border-right-color: #8f4326; }

.BROWN_AVOCADO {
  border-top-color: #54210d;
  border-left-color: #54210d;
  border-bottom-color: #1c4d1e;
  border-right-color: #1c4d1e; }

.BROWN_BLACK {
  border-top-color: #54210d;
  border-left-color: #54210d;
  border-bottom-color: #000000;
  border-right-color: #000000; }

.BROWN_KELLYGREEN {
  border-top-color: #54210d;
  border-left-color: #54210d;
  border-bottom-color: #1c4d1e;
  border-right-color: #1c4d1e; }

.BROWN_NAVY {
  border-top-color: #54210d;
  border-left-color: #54210d;
  border-bottom-color: #13194e;
  border-right-color: #13194e; }

.BROWN_TAN {
  border-top-color: #54210d;
  border-left-color: #54210d;
  border-bottom-color: #8f4326;
  border-right-color: #8f4326; }

.CONKER_NATURAL {
  border-top-color: #54210d;
  border-left-color: #54210d;
  border-bottom-color: #ead4b3;
  border-right-color: #ead4b3; }

.HAVANA_ANTIQUE {
  border-top-color: #60251d;
  border-left-color: #60251d;
  border-bottom-color: #54210d;
  border-right-color: #54210d; }

.HAVANA_KELLYGREEN {
  border-top-color: #60251d;
  border-left-color: #60251d;
  border-bottom-color: #1c4d1e;
  border-right-color: #1c4d1e; }

.HAVANA_GREEN {
  border-top-color: #60251d;
  border-left-color: #60251d;
  border-bottom-color: #1c4d1e;
  border-right-color: #1c4d1e; }

.HAVANA_HAVANA {
  border-top-color: #60251d;
  border-left-color: #60251d;
  border-bottom-color: #60251d;
  border-right-color: #60251d; }

.BLACK_ROYAL {
  border-top-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #283f89;
  border-right-color: #283f89; }

.LIGHTNAVY_NAVY {
  border-top-color: #313660;
  border-left-color: #313660;
  border-bottom-color: #13194e;
  border-right-color: #13194e; }

.NAVY_NAVY {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #13194e;
  border-right-color: #13194e; }

.NAVY_BLACK {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #000000;
  border-right-color: #000000; }

.NAVY_ECRU {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #f4efeb;
  border-right-color: #f4efeb; }

.NAVY_IVORY_HAVANA {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #f6f7e9;
  border-right-color: #60251d; }

.NAVY_NATURAL {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #ead4b3;
  border-right-color: #ead4b3; }

.NAVY_OATMEAL {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #ead4b3;
  border-right-color: #ead4b3; }

.NAVY_RED {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #ba1616;
  border-right-color: #ba1616; }

.NAVY_TAN {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #8f4326;
  border-right-color: #8f4326; }

.NAVY_HAVANA {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #60251d;
  border-right-color: #60251d; }

.NAVY_LIGHTOLIVE {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #28472d;
  border-right-color: #28472d; }

.NAVY_YELLOW {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #fbd558;
  border-right-color: #fbd558; }

.NAVY_KELLYGREEN {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #1c4d1e;
  border-right-color: #1c4d1e; }

.MARINE_RED {
  border-top-color: #31468c;
  border-left-color: #31468c;
  border-bottom-color: #ba1616;
  border-right-color: #ba1616; }

.MARINE_YELLOW {
  border-top-color: #31468c;
  border-left-color: #31468c;
  border-bottom-color: #fbd558;
  border-right-color: #fbd558; }

.ECRU_JACOB {
  border-top-color: #f4efeb;
  border-left-color: #f4efeb;
  border-bottom-color: #473c34;
  border-right-color: #473c34; }

.ROYAL_HAVANA {
  border-top-color: #283f89;
  border-left-color: #283f89;
  border-bottom-color: #60251d;
  border-right-color: #60251d; }

.OLIVE_NATURAL {
  border-top-color: #28472d;
  border-left-color: #28472d;
  border-bottom-color: #ead4b3;
  border-right-color: #ead4b3; }

.OLIVE_HAVANA {
  border-top-color: #28472d;
  border-left-color: #28472d;
  border-bottom-color: #60251d;
  border-right-color: #60251d; }

.OLIVE_TAUPE_HAVANA {
  border-top-color: #28472d;
  border-left-color: #28472d;
  border-bottom-color: #afb599;
  border-right-color: #60251d; }

.GREEN_NEWTON {
  border-top-color: #1c4d1e;
  border-left-color: #1c4d1e;
  border-bottom-color: #bd6d1a;
  border-right-color: #bd6d1a; }

.GREEN_HAVANA {
  border-top-color: #1c4d1e;
  border-left-color: #1c4d1e;
  border-bottom-color: #60251d;
  border-right-color: #60251d; }

.FORESTGREEN_HAVANA {
  border-top-color: #125b52;
  border-left-color: #125b52;
  border-bottom-color: #60251d;
  border-right-color: #60251d; }

.RED_HAVANA {
  border-top-color: #ba1616;
  border-left-color: #ba1616;
  border-bottom-color: #60251d;
  border-right-color: #60251d; }

.TAN_BLACK {
  border-top-color: #8f4326;
  border-left-color: #8f4326;
  border-bottom-color: #000000;
  border-right-color: #000000; }

.TAN_HAVANA {
  border-top-color: #8f4326;
  border-left-color: #8f4326;
  border-bottom-color: #60251d;
  border-right-color: #60251d; }

.TAN_ROYAL {
  border-top-color: #8f4326;
  border-left-color: #8f4326;
  border-bottom-color: #283f89;
  border-right-color: #283f89; }

.NAVY_DARKRED {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #bd162f;
  border-right-color: #bd162f; }

.NAVY_GOLD {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #f2ac00;
  border-right-color: #f2ac00; }

.NAVY_OXFORD {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #80898d;
  border-right-color: #80898d; }

.NAVY_WHITE {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #f4efeb;
  border-right-color: #f4efeb; }

.NAVY_WHITE_ASH {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #f4efeb;
  border-right-color: #c4c5c7; }

.NAVY_WHITE_DARKRED {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #f4efeb;
  border-right-color: #bd162f; }

.NAVY_IVORY {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #f6f7e9;
  border-right-color: #f6f7e9; }

.BOTTLE_NAVY_CYAN_WHITE {
  border-top-color: #004e27;
  border-left-color: #13194e;
  border-bottom-color: #43b7db;
  border-right-color: #f4efeb; }

.NAVY_WHITE_DARKRED_GREY {
  border-top-color: #13194e;
  border-left-color: #f4efeb;
  border-bottom-color: #bd162f;
  border-right-color: #b8c4ca; }

.COAL_WHITE_DARKRED_NAVY {
  border-top-color: #424642;
  border-left-color: #f4efeb;
  border-bottom-color: #bd162f;
  border-right-color: #13194e; }

.DARKRED_COLUMBIA_WHITE_BLACK {
  border-top-color: #bd162f;
  border-left-color: #5287ab;
  border-bottom-color: #f4efeb;
  border-right-color: #000000; }

.NAVY_HARVARD_GOLD_WHITE {
  border-top-color: #13194e;
  border-left-color: #5a0d11;
  border-bottom-color: #f2ac00;
  border-right-color: #f4efeb; }

.ASH_NAVY_IVORY {
  border-top-color: #c4c5c7;
  border-left-color: #c4c5c7;
  border-bottom-color: #13194e;
  border-right-color: #f6f7e9; }

.OXFORD_BLACK_COAL {
  border-top-color: #80898d;
  border-left-color: #80898d;
  border-bottom-color: #000000;
  border-right-color: #424642; }

.TANGERINE_SCARLET_BOTTLE_NAVY {
  border-top-color: #f5a534;
  border-left-color: #91231c;
  border-bottom-color: #004e27;
  border-right-color: #13194e; }

.BLACK_WHITE {
  border-top-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #f4efeb;
  border-right-color: #f4efeb; }

.OXFORD_WHITE {
  border-top-color: #80898d;
  border-left-color: #80898d;
  border-bottom-color: #f4efeb;
  border-right-color: #f4efeb; }

.IVORY_NAVY {
  border-top-color: #f6f7e9;
  border-left-color: #f6f7e9;
  border-bottom-color: #13194e;
  border-right-color: #13194e; }

.NAVY_IVORY {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #f6f7e9;
  border-right-color: #f6f7e9; }

.WHITE_BLACK {
  border-top-color: #f4efeb;
  border-left-color: #f4efeb;
  border-bottom-color: #000000;
  border-right-color: #000000; }

.WHITE_ROYAL {
  border-top-color: #f4efeb;
  border-left-color: #f4efeb;
  border-bottom-color: #283f89;
  border-right-color: #283f89; }

.WHITE_NAVY {
  border-top-color: #f4efeb;
  border-left-color: #f4efeb;
  border-bottom-color: #13194e;
  border-right-color: #13194e; }

.WHITE_OXFORD {
  border-top-color: #f4efeb;
  border-left-color: #f4efeb;
  border-bottom-color: #80898d;
  border-right-color: #80898d; }

.COAL_BLACK {
  border-top-color: #424642;
  border-left-color: #424642;
  border-bottom-color: #000000;
  border-right-color: #000000; }

.BLACK_VEGASGOLD {
  border-top-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #f5d37b;
  border-right-color: #f5d37b; }

.HARVARD_NAVY {
  border-top-color: #5a0d11;
  border-left-color: #5a0d11;
  border-bottom-color: #13194e;
  border-right-color: #13194e; }

.NAVY_GOLD_HARVARD_WHITE {
  border-top-color: #13194e;
  border-left-color: #f2ac00;
  border-bottom-color: #5a0d11;
  border-right-color: #f4efeb; }

.MOSS_WHITE {
  border-top-color: #454d25;
  border-left-color: #454d25;
  border-bottom-color: #f4efeb;
  border-right-color: #f4efeb; }

.NAVY_BLACK_COAL {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #000000;
  border-right-color: #424642; }

.NAVY_INDIGO {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #414e6a;
  border-right-color: #414e6a; }

.WHITE_MOSS_OXFORD {
  border-top-color: #f4efeb;
  border-left-color: #f4efeb;
  border-bottom-color: #454d25;
  border-right-color: #80898d; }

.NAVY_GOLD_BOTTLE_RED {
  border-top-color: #13194e;
  border-left-color: #f2ac00;
  border-bottom-color: #004e27;
  border-right-color: #ba1616; }

.WHITE_DARKRED_NAVY_GOLD {
  border-top-color: #f4efeb;
  border-left-color: #bd162f;
  border-bottom-color: #13194e;
  border-right-color: #f2ac00; }

.HARVARD_BEIGE_SKY_TANGERINE {
  border-top-color: #5a0d11;
  border-left-color: #ead4b3;
  border-bottom-color: #00a8de;
  border-right-color: #f5a534; }

.NAVY_WHITE_BLACK_OXFORD {
  border-top-color: #13194e;
  border-left-color: #f4efeb;
  border-bottom-color: #000000;
  border-right-color: #80898d; }

.BLACK_OXFORD_WHITE {
  border-top-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #80898d;
  border-right-color: #f4efeb; }

.OXFORD_NAVY_WHITE {
  border-top-color: #80898d;
  border-left-color: #80898d;
  border-bottom-color: #13194e;
  border-right-color: #f4efeb; }

.TANGERINE_COAL_WHITE {
  border-top-color: #f5a534;
  border-left-color: #f5a534;
  border-bottom-color: #424642;
  border-right-color: #f4efeb; }

.IVORY_MOSS {
  border-top-color: #f6f7e9;
  border-left-color: #f6f7e9;
  border-bottom-color: #454d25;
  border-right-color: #454d25; }

.MOSS_OXFORD_BEIGE_COLUMBIA {
  border-top-color: #454d25;
  border-left-color: #80898d;
  border-bottom-color: #ead4b3;
  border-right-color: #5287ab; }

.NAVY_INDIGO_DARKRED_WHITE {
  border-top-color: #13194e;
  border-left-color: #414e6a;
  border-bottom-color: #bd162f;
  border-right-color: #f4efeb; }

.IVORY_DARKRED {
  border-top-color: #f6f7e9;
  border-left-color: #f6f7e9;
  border-bottom-color: #bd162f;
  border-right-color: #bd162f; }

.MOSS_SKY {
  border-top-color: #454d25;
  border-left-color: #454d25;
  border-bottom-color: #00a8de;
  border-right-color: #00a8de; }

.OXFORD_TANGERINE {
  border-top-color: #80898d;
  border-left-color: #80898d;
  border-bottom-color: #f5a534;
  border-right-color: #f5a534; }

.IVORY_HARVARD_NAVY_ASH {
  border-top-color: #f6f7e9;
  border-left-color: #5a0d11;
  border-bottom-color: #13194e;
  border-right-color: #c4c5c7; }

.INDIGO_IVORY {
  border-top-color: #414e6a;
  border-left-color: #414e6a;
  border-bottom-color: #f6f7e9;
  border-right-color: #f6f7e9; }

.COAL_OXFORD {
  border-top-color: #424642;
  border-left-color: #424642;
  border-bottom-color: #80898d;
  border-right-color: #80898d; }

.GREY_BEIGE_IVORY_WHITE {
  border-top-color: #b8c4ca;
  border-left-color: #ead4b3;
  border-bottom-color: #f6f7e9;
  border-right-color: #f4efeb; }

.NAVY_COAL_OXFORD_ASH {
  border-top-color: #13194e;
  border-left-color: #424642;
  border-bottom-color: #80898d;
  border-right-color: #c4c5c7; }

.WHITE_BEIGE {
  border-top-color: #f4efeb;
  border-left-color: #f4efeb;
  border-bottom-color: #ead4b3;
  border-right-color: #ead4b3; }

.BEIGE_OXFORD {
  border-top-color: #ead4b3;
  border-left-color: #ead4b3;
  border-bottom-color: #80898d;
  border-right-color: #80898d; }

.NAVY_GREY {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #b8c4ca;
  border-right-color: #b8c4ca; }

.OXFORD_HARVARD {
  border-top-color: #80898d;
  border-left-color: #80898d;
  border-bottom-color: #5a0d11;
  border-right-color: #5a0d11; }

.NAVY_WHITE_BLACK_OXFORD {
  border-top-color: #13194e;
  border-left-color: #f4efeb;
  border-bottom-color: #000000;
  border-right-color: #80898d; }

.PURPLE_WHITE_COAL_GOLD {
  border-top-color: #632173;
  border-left-color: #f4efeb;
  border-bottom-color: #424642;
  border-right-color: #f2ac00; }

.BEIGE_WHITE {
  border-top-color: #ead4b3;
  border-left-color: #ead4b3;
  border-bottom-color: #f4efeb;
  border-right-color: #f4efeb; }

.DARKRED_WHITE {
  border-top-color: #bd162f;
  border-left-color: #bd162f;
  border-bottom-color: #f4efeb;
  border-right-color: #f4efeb; }

.GREY_WHITE {
  border-top-color: #b8c4ca;
  border-left-color: #b8c4ca;
  border-bottom-color: #f4efeb;
  border-right-color: #f4efeb; }

.BEIGE_COLUMBIA {
  border-top-color: #ead4b3;
  border-left-color: #ead4b3;
  border-bottom-color: #5287ab;
  border-right-color: #5287ab; }

.IVORY_BOTTLE {
  border-top-color: #f6f7e9;
  border-left-color: #f6f7e9;
  border-bottom-color: #004e27;
  border-right-color: #004e27; }

.COAL_WHITE_NAVY {
  border-top-color: #424642;
  border-left-color: #424642;
  border-bottom-color: #f4efeb;
  border-right-color: #13194e; }

.NAVY_WHITE_APPLE {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #f4efeb;
  border-right-color: #9ebf18; }

.COLUMBIA_WHITE {
  border-top-color: #5287ab;
  border-left-color: #5287ab;
  border-bottom-color: #f4efeb;
  border-right-color: #f4efeb; }

.NAVY_BOTTLE {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #004e27;
  border-right-color: #004e27; }

.NAVY_HARVARD {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #5a0d11;
  border-right-color: #5a0d11; }

.NAVY_OXFORD {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #80898d;
  border-right-color: #80898d; }

.ROYAL_ORANGE {
  border-top-color: #283f89;
  border-left-color: #283f89;
  border-bottom-color: #eb5923;
  border-right-color: #eb5923; }

.NAVY_WHITE_GREY {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #f4efeb;
  border-right-color: #b8c4ca; }

.WHITE_RED_ROYAL {
  border-top-color: #f4efeb;
  border-left-color: #f4efeb;
  border-bottom-color: #ba1616;
  border-right-color: #283f89; }

.NAVY_YELLOW_WHITE {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #fbd558;
  border-right-color: #f4efeb; }

.WHITE_DARKRED_NAVY {
  border-top-color: #f4efeb;
  border-left-color: #f4efeb;
  border-bottom-color: #bd162f;
  border-right-color: #13194e; }

.OXFORD_MOSS {
  border-top-color: #80898d;
  border-left-color: #80898d;
  border-bottom-color: #454d25;
  border-right-color: #454d25; }

.WHITE_GREY {
  border-top-color: #f4efeb;
  border-left-color: #f4efeb;
  border-bottom-color: #b8c4ca;
  border-right-color: #b8c4ca; }

.IVORY_GREY {
  border-top-color: #f6f7e9;
  border-left-color: #f6f7e9;
  border-bottom-color: #b8c4ca;
  border-right-color: #b8c4ca; }

.COLUMBIA_NAVY_HARVARD_WHITE {
  border-top-color: #5287ab;
  border-left-color: #13194e;
  border-bottom-color: #5a0d11;
  border-right-color: #f4efeb; }

.GREY_GOLD_NAVY_PINK {
  border-top-color: #b8c4ca;
  border-left-color: #f2ac00;
  border-bottom-color: #13194e;
  border-right-color: #ec83a4; }

.MOSS_ASH {
  border-top-color: #454d25;
  border-left-color: #454d25;
  border-bottom-color: #c4c5c7;
  border-right-color: #c4c5c7; }

.IVORY_MAROON_BLACK {
  border-top-color: #f6f7e9;
  border-left-color: #f6f7e9;
  border-bottom-color: #792136;
  border-right-color: #000000; }

.MOSS_IVORY_COAL {
  border-top-color: #454d25;
  border-left-color: #454d25;
  border-bottom-color: #f6f7e9;
  border-right-color: #424642; }

.NAVY_WHITE_HARVARD {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #f4efeb;
  border-right-color: #5a0d11; }

.OXFORD_GOLD {
  border-top-color: #80898d;
  border-left-color: #80898d;
  border-bottom-color: #f2ac00;
  border-right-color: #13194e; }

.COAL_IVORY_HARVARD_YELLOW {
  border-top-color: #424642;
  border-left-color: #f6f7e9;
  border-bottom-color: #5a0d11;
  border-right-color: #fbd558; }

.ORANGE_BEIGE_BLACK_SKY {
  border-top-color: #eb5923;
  border-left-color: #ead4b3;
  border-bottom-color: #000000;
  border-right-color: #00a8de; }

.NAVY_TAUPE_MOSS_IVORY {
  border-top-color: #13194e;
  border-left-color: #afb599;
  border-bottom-color: #454d25;
  border-right-color: #f6f7e9; }

.WHITE_OXFORD_INDIGO_ROYAL {
  border-top-color: #f4efeb;
  border-left-color: #80898d;
  border-bottom-color: #414e6a;
  border-right-color: #283f89; }

.HARVARD_BEIGE {
  border-top-color: #5a0d11;
  border-left-color: #5a0d11;
  border-bottom-color: #ead4b3;
  border-right-color: #ead4b3; }

.INDIGO_IVORY {
  border-top-color: #414e6a;
  border-left-color: #414e6a;
  border-bottom-color: #f6f7e9;
  border-right-color: #f6f7e9; }

.NAVY_WHITE_ORANGE {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #f4efeb;
  border-right-color: #eb5923; }

.OXFORD_ROYAL_WHITE {
  border-top-color: #80898d;
  border-left-color: #80898d;
  border-bottom-color: #283f89;
  border-right-color: #f4efeb; }

.HARVARD_IVORY {
  border-top-color: #5a0d11;
  border-left-color: #5a0d11;
  border-bottom-color: #f6f7e9;
  border-right-color: #f6f7e9; }

.NAVY_ASH {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #c4c5c7;
  border-right-color: #c4c5c7; }

.GREY_COAL_WHITE_BLACK {
  border-top-color: #b8c4ca;
  border-left-color: #424642;
  border-bottom-color: #f4efeb;
  border-right-color: #000000; }

.MOSS_BEIGE_BLACK_GREY {
  border-top-color: #454d25;
  border-left-color: #ead4b3;
  border-bottom-color: #000000;
  border-right-color: #b8c4ca; }

.BROWN_COAL_WHITE {
  border-top-color: #54210d;
  border-left-color: #54210d;
  border-bottom-color: #424642;
  border-right-color: #f4efeb; }

.MOSS_BLACK_WHITE {
  border-top-color: #454d25;
  border-left-color: #454d25;
  border-bottom-color: #000000;
  border-right-color: #f4efeb; }

.ROYAL_NAVY_WHITE {
  border-top-color: #283f89;
  border-left-color: #283f89;
  border-bottom-color: #13194e;
  border-right-color: #f4efeb; }

.BEIGE_TANGERINE {
  border-top-color: #ead4b3;
  border-left-color: #ead4b3;
  border-bottom-color: #f5a534;
  border-right-color: #f5a534; }

.NAVY_BURNTORANGE {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #d95518;
  border-right-color: #d95518; }

.DARKRED_WHITE_NAVY {
  border-top-color: #bd162f;
  border-left-color: #bd162f;
  border-bottom-color: #f4efeb;
  border-right-color: #13194e; }

.INDIGO_NAVY_WHITE {
  border-top-color: #414e6a;
  border-left-color: #414e6a;
  border-bottom-color: #13194e;
  border-right-color: #f4efeb; }

.WHITE_BOTTLE_EMERALD {
  border-top-color: #f4efeb;
  border-left-color: #f4efeb;
  border-bottom-color: #004e27;
  border-right-color: #00a14d; }

.BLACK_IVORY_YELLOW_TANGERINE {
  border-top-color: #000000;
  border-left-color: #f6f7e9;
  border-bottom-color: #fbd558;
  border-right-color: #f5a534; }

.NAVY_WHITE_ORANGE_DARKRED {
  border-top-color: #13194e;
  border-left-color: #f4efeb;
  border-bottom-color: #eb5923;
  border-right-color: #bd162f; }

.NAVY_IVORY_HARVARD {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #f6f7e9;
  border-right-color: #5a0d11; }

.OXFORD_WHITE_PINK {
  border-top-color: #80898d;
  border-left-color: #80898d;
  border-bottom-color: #f4efeb;
  border-right-color: #ec83a4; }

.BLACK_IVORY {
  border-top-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #f6f7e9;
  border-right-color: #f6f7e9; }

.IVORY_NAVY_HARVARD {
  border-top-color: #f6f7e9;
  border-left-color: #f6f7e9;
  border-bottom-color: #13194e;
  border-right-color: #5a0d11; }

.ROYAL_WHITE {
  border-top-color: #283f89;
  border-left-color: #283f89;
  border-bottom-color: #f4efeb;
  border-right-color: #f4efeb; }

.BLACK_COAL_PINK {
  border-top-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #424642;
  border-right-color: #ec83a4; }

.HARVARD_ORANGE_SKY {
  border-top-color: #5a0d11;
  border-left-color: #5a0d11;
  border-bottom-color: #eb5923;
  border-right-color: #00a8de; }

.BLACK_SCARLET {
  border-top-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #91231c;
  border-right-color: #91231c; }

.COAL_COLUMBIA {
  border-top-color: #424642;
  border-left-color: #424642;
  border-bottom-color: #5287ab;
  border-right-color: #5287ab; }

.DARKRED_WHITE {
  border-top-color: #bd162f;
  border-left-color: #bd162f;
  border-bottom-color: #f4efeb;
  border-right-color: #f4efeb; }

.ROYAL_TANGERINE {
  border-top-color: #283f89;
  border-left-color: #283f89;
  border-bottom-color: #f5a534;
  border-right-color: #f5a534; }

.COAL_WHITE {
  border-top-color: #424642;
  border-left-color: #424642;
  border-bottom-color: #f4efeb;
  border-right-color: #f4efeb; }

.NAVY_WHITE_DARKRED_GOLD {
  border-top-color: #13194e;
  border-left-color: #f4efeb;
  border-bottom-color: #bd162f;
  border-right-color: #f2ac00; }

.OXFORD_WHITE_NAVY_BOTTLE {
  border-top-color: #80898d;
  border-left-color: #f4efeb;
  border-bottom-color: #13194e;
  border-right-color: #004e27; }

.BLACK_IVORY_OXFORD {
  border-top-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #f6f7e9;
  border-right-color: #80898d; }

.NAVY_OXFORD_HARVARD {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #80898d;
  border-right-color: #5a0d11; }

.WHITE_ROYAL_NAVY {
  border-top-color: #f4efeb;
  border-left-color: #f4efeb;
  border-bottom-color: #283f89;
  border-right-color: #13194e; }

.BEIGE_IVORY {
  border-top-color: #ead4b3;
  border-left-color: #ead4b3;
  border-bottom-color: #f6f7e9;
  border-right-color: #f6f7e9; }

.INDIGO_OXFORD {
  border-top-color: #414e6a;
  border-left-color: #414e6a;
  border-bottom-color: #80898d;
  border-right-color: #80898d; }

.OXFORD_GOLD_NAVY {
  border-top-color: #80898d;
  border-left-color: #80898d;
  border-bottom-color: #f2ac00;
  border-right-color: #13194e; }

.NAVY_WHITE_GOLD {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #f4efeb;
  border-right-color: #f2ac00; }

.WHITE_NAVY_RED {
  border-top-color: #f4efeb;
  border-left-color: #f4efeb;
  border-bottom-color: #13194e;
  border-right-color: #ba1616; }

.KELLY_WHITE_ROYAL {
  border-top-color: #008c47;
  border-left-color: #008c47;
  border-bottom-color: #f4efeb;
  border-right-color: #283f89; }

.BOTTLE_NAVY_LEMON {
  border-top-color: #004e27;
  border-left-color: #004e27;
  border-bottom-color: #13194e;
  border-right-color: #fff57a; }

.MOSS_HARVARD_SKY {
  border-top-color: #454d25;
  border-left-color: #454d25;
  border-bottom-color: #5a0d11;
  border-right-color: #00a8de; }

.OXFORD_BLACK_KELLY {
  border-top-color: #80898d;
  border-left-color: #80898d;
  border-bottom-color: #000000;
  border-right-color: #008c47; }

.NAVY_BLACK_OXFORD {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #000000;
  border-right-color: #80898d; }

.NAVY_ROYAL_BOTTLE {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #283f89;
  border-right-color: #004e27; }

.HARVARD_BOTTLE_NAVY {
  border-top-color: #5a0d11;
  border-left-color: #5a0d11;
  border-bottom-color: #004e27;
  border-right-color: #13194e; }

.BLACK_ORANGE {
  border-top-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #eb5923;
  border-right-color: #eb5923; }

.HARVARD_POWDERBLUE {
  border-top-color: #5a0d11;
  border-left-color: #5a0d11;
  border-bottom-color: #c8d5e8;
  border-right-color: #c8d5e8; }

.NAVY_COAL {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #424642;
  border-right-color: #424642; }

.OXFORD_PINK {
  border-top-color: #80898d;
  border-left-color: #80898d;
  border-bottom-color: #ec83a4;
  border-right-color: #ec83a4; }

.ASH_SCARLET {
  border-top-color: #c4c5c7;
  border-left-color: #c4c5c7;
  border-bottom-color: #91231c;
  border-right-color: #91231c; }

.ORANGE_POWDERBLUE {
  border-top-color: #eb5923;
  border-left-color: #eb5923;
  border-bottom-color: #c8d5e8;
  border-right-color: #c8d5e8; }

.BOTTLE_WHITE {
  border-top-color: #004e27;
  border-left-color: #004e27;
  border-bottom-color: #f4efeb;
  border-right-color: #f4efeb; }

.NAVY_WHITE_GOLD {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #f4efeb;
  border-right-color: #efc000; }

.ASH_NAVY_HARVARD {
  border-top-color: #c4c5c7;
  border-left-color: #c4c5c7;
  border-bottom-color: #13194e;
  border-right-color: #5a0d11; }

.BLACK_TANGERINE_SCARLET_WHITE {
  border-top-color: #000000;
  border-left-color: #f5a534;
  border-bottom-color: #91231c;
  border-right-color: #f4efeb; }

.DARKRED_IVORY_SKY_NAVY {
  border-top-color: #bd162f;
  border-left-color: #f6f7e9;
  border-bottom-color: #00a8de;
  border-right-color: #13194e; }

.SCARLET_ORANGE_NAVY_IVORY {
  border-top-color: #91231c;
  border-left-color: #eb5923;
  border-bottom-color: #13194e;
  border-right-color: #f6f7e9; }

.SKY_IVORY_HARVARD_BOTTLE {
  border-top-color: #00a8de;
  border-left-color: #f6f7e9;
  border-bottom-color: #5a0d11;
  border-right-color: #004e27; }

.WHITE_OCEAN {
  border-top-color: #f4efeb;
  border-left-color: #f4efeb;
  border-bottom-color: #355581;
  border-right-color: #355581; }

.INDIGO_WHITE_HARVARD {
  border-top-color: #414e6a;
  border-left-color: #414e6a;
  border-bottom-color: #f4efeb;
  border-right-color: #5a0d11; }

.NAVY_WHITE_RED {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #f4efeb;
  border-right-color: #ba1616; }

.WHITE_NAVY_ORANGE {
  border-top-color: #f4efeb;
  border-left-color: #f4efeb;
  border-bottom-color: #13194e;
  border-right-color: #eb5923; }

.NAVY_WHITE_DARKRED {
  border-top-color: #13194e;
  border-left-color: #13194e;
  border-bottom-color: #f4efeb;
  border-right-color: #bd162f; }

.WHITE_BROWN_OCEAN {
  border-top-color: #f4efeb;
  border-left-color: #f4efeb;
  border-bottom-color: #54210d;
  border-right-color: #355581; }

.WHITE_OCEAN_DARKRED {
  border-top-color: #f4efeb;
  border-left-color: #f4efeb;
  border-bottom-color: #355581;
  border-right-color: #bd162f; }

.GREY_WHITE_ROSE_CYAN {
  border-top-color: #b8c4ca;
  border-left-color: #f4efeb;
  border-bottom-color: #cd1a75;
  border-right-color: #43b7db; }

.NAVY_WHITE_GOLD_RUST {
  border-top-color: #13194e;
  border-left-color: #f4efeb;
  border-bottom-color: #f2ac00;
  border-right-color: #b65823; }

.BLACK_COAL {
  border-top-color: #000000;
  border-left-color: #000000;
  border-bottom-color: #424642;
  border-right-color: #424642; }

.OXFORD_ASH {
  border-top-color: #80898d;
  border-left-color: #80898d;
  border-bottom-color: #c4c5c7;
  border-right-color: #c4c5c7; }

.HARVARD_WHITE_NAVY_GREY {
  border-top-color: #5a0d11;
  border-left-color: #f4efeb;
  border-bottom-color: #13194e;
  border-right-color: #b8c4ca; }

.NAVY_WHITE_GOLD_OXFORD {
  border-top-color: #13194e;
  border-left-color: #f4efeb;
  border-bottom-color: #f2ac00;
  border-right-color: #80898d; }

.DARKOCEAN_HARVARD {
  border-top-color: #171683;
  border-left-color: #171683;
  border-bottom-color: #5a0d11;
  border-right-color: #5a0d11; }

.IVORY_ROSE {
  border-top-color: #f6f7e9;
  border-left-color: #f6f7e9;
  border-bottom-color: #cd1a75;
  border-right-color: #cd1a75; }

.WHITE_DARKOCEAN {
  border-top-color: #f4efeb;
  border-left-color: #f4efeb;
  border-bottom-color: #171683;
  border-right-color: #171683; }

.CRAZYPATTERN23 {
  border-top-color: #5a0d11;
  border-left-color: #eb5923;
  border-bottom-color: #13194e;
  border-right-color: #ec83a4; }

.CRAZYPATTERN24 {
  border-top-color: #ec83a4;
  border-left-color: #c8d5e8;
  border-bottom-color: #000000;
  border-right-color: #424642; }

.CAMOFLAGE {
  border-top-color: #716a34;
  border-left-color: #716a34;
  border-bottom-color: #716a34;
  border-right-color: #716a34; }

.BISCOTTI_BEIGE {
  border-top-color: #a28559;
  border-left-color: #a28559;
  border-bottom-color: #ead4b3;
  border-right-color: #ead4b3; }

.BLACKWALNUT_CAMEL {
  border-top-color: #362316;
  border-left-color: #362316;
  border-bottom-color: #ba5d19;
  border-right-color: #ba5d19; }

.BOYSENBERRY_AMETHYST {
  border-top-color: #ac96ac;
  border-left-color: #ac96ac;
  border-bottom-color: #dfccdf;
  border-right-color: #dfccdf; }

.CAMEL_BEIGE {
  border-top-color: #ba5d19;
  border-left-color: #ba5d19;
  border-bottom-color: #ead4b3;
  border-right-color: #ead4b3; }

.GOLDENOLIVE_MOSSHEATHER {
  border-top-color: #969226;
  border-left-color: #969226;
  border-bottom-color: #454d25;
  border-right-color: #454d25; }

.HYDRANGEA_INK {
  border-top-color: #2959c6;
  border-left-color: #2959c6;
  border-bottom-color: #18174a;
  border-right-color: #18174a; }

.IRIS_EBONY {
  border-top-color: #371f40;
  border-left-color: #371f40;
  border-bottom-color: #3e3e3e;
  border-right-color: #3e3e3e; }

.PINK_BRUSH {
  border-top-color: #ec83a4;
  border-left-color: #ec83a4;
  border-bottom-color: #e0afbf;
  border-right-color: #e0afbf; }

.PLATINUM_STEEL {
  border-top-color: #b7c2d0;
  border-left-color: #b7c2d0;
  border-bottom-color: #6f6f6f;
  border-right-color: #6f6f6f; }

.SAFFRAN_BURNTSIENNA {
  border-top-color: #de7e1a;
  border-left-color: #de7e1a;
  border-bottom-color: #d15200;
  border-right-color: #d15200; }

.STEEL_EBONY {
  border-top-color: #6f6f6f;
  border-left-color: #6f6f6f;
  border-bottom-color: #3e3e3e;
  border-right-color: #3e3e3e; }

.THISTLEHEATHER_CHARCOAL {
  border-top-color: #471f50;
  border-left-color: #471f50;
  border-bottom-color: #46474a;
  border-right-color: #46474a; }

.THISTLEHEATHER_IRIS {
  border-top-color: #471f50;
  border-left-color: #471f50;
  border-bottom-color: #371f40;
  border-right-color: #371f40; }

.RED_BLACK {
  border-top-color: #ba1616;
  border-left-color: #ba1616;
  border-bottom-color: #ba1616;
  border-right-color: #ba1616; }

/*TOP_NEWS*/
#top_news_wrap .news_item {
  width: 100%;
  border-bottom: 1px dashed #ccc; }

#top_news_wrap .news_item .news_photo img {
  width: 100%; }

/*TOP_NEWS END*/
#blog_single_wrap img, #style_single_wrap img {
  margin: 50px auto; }

#blog_single_wrap h1 {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 200;
  text-align: center; }

h1.blog_category_title {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #222;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 26px;
  text-align: center;
  letter-spacing: 2px; }

h4 {
  margin: 0px;
  color: #222;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 26px;
  text-align: left;
  letter-spacing: 2px; }

.category_name,
.tag_name,
.day_name,
.color_name {
  margin: 0;
  color: #222;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 1px; }

div.feed_item,
div.post_item {
  padding: 15px; }

div.feed_item > a:hover,
div.feed_item > a:focus,
div.post_item > a:hover,
div.post_item > a:focus {
  text-decoration: none; }

.row-eq-height {
  display: flex;
  flex-wrap: wrap; }

#post_list {
  margin-bottom: 50px; }

div.feed_item .brand_name,
div.post_item .brand_name {
  margin-top: 0;
  margin-bottom: 5px;
  color: #222;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  letter-spacing: 1px; }

div.feed_item h3,
div.post_item h3 {
  color: #222;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  desilay: flex;
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */ }

#style_single_wrap_under div.post_item h3 {
  margin: 0;
  color: #222;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.2em; }

#style_single_wrap_under div.color_name {
  margin: 0;
  color: #222;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 2em; }

#blog_single_wrap_under h4,
#feature_single_wrap_under h4,
#style_single_wrap_under h4,
#press_single_wrap_under h4,
#ageing_single_wrap_under h4 {
  width: 100%;
  margin: 25px 0 15px 0;
  border-bottom: 1px solid #ccc;
  color: #222;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 2em; }

div.feed_item .color_name,
div.post_item .color_name {
  margin-top: 0;
  margin-bottom: 5px;
  color: #222;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  letter-spacing: 1px; }

div.feed_item .pricebox,
div.post_item .pricebox {
  margin-top: 0;
  margin-bottom: 5px;
  color: #222;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px; }

.feature_main_text {
  color: #222;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-align: left;
  letter-spacing: 1px;
  line-height: 2em;
  padding: 40px 25px 25px; }

.topics_title {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 200;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 25px; }

#feed_title {
  margin-top: 15px; }

.ageing_head li {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.5em;
  text-align: center; }

.ageing_caution {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 2em;
  margin-top: 50px;
  margin-bottom: 50px; }

.repair_table td {
  padding: 15px;
  border: 1px solid #111; }

.repair_table td:nth-child(odd) {
  width: 30%; }

.repair_table td:nth-child(even) {
  width: 70%; }

a.thumbnail img {
  padding: 15px; }

@media (max-width: 767px) {
  #blog_single_wrap h1 {
    font-size: 18px;
    margin: 10px 0; }

  .blog_archive_desc {
    width: 90%;
    margin: 0 auto;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 2em; }

  #feed-list {
    display: none; }

  #feed-list div.feed_item > a.thumbnail,
  #post-list div.post_item > a.thumbnail {
    position: relative;
    width: 100%; }

  div.feed_item h3,
  div.post_item h3 {
    margin: 0;
    color: #222;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0px;
    line-height: 1.3em; }

  .feed_item .feed_caption,
  .post_item .caption {
    margin: 0 auto;
    height: 80px;
    text-align: center; }

  .page_text {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: 1px; }

  .page_title {
    font-family: "Crimson Text", serif;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
    color: #333; }

  .page_subtitle {
    font-family: "Work Sans", sans-serif;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: 1px; }

  a.thumbnail img {
    padding: 0 0 15px 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  #blog_single_wrap h1 {
    font-size: 26px;
    margin: 20px 0; }

  .blog_archive_desc {
    width: 80%;
    margin: 0 auto;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 2em; }

  #feed-list div.feed_item > a.thumbnail,
  #post-list div.post_item > a.thumbnail {
    position: relative;
    width: 100%; }

  .feed_item .feed_caption,
  .post_item .caption {
    margin: 0 auto;
    height: 60px;
    text-align: center; }

  .page_text {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 1px; }

  .page_title {
    font-family: "Crimson Text", serif;
    font-weight: 200;
    font-size: 21px;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #333; }

  .page_subtitle {
    font-family: "Work Sans", sans-serif;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: 1px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #blog_single_wrap h1 {
    font-size: 26px;
    margin: 20px 0; }

  .blog_archive_desc {
    width: 60%;
    margin: 0 auto 25px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 2em; }

  #feed-list div.feed_item > a.thumbnail,
  #post-list div.post_item > a.thumbnail {
    position: relative;
    width: 100%; }

  .feed_item .feed_caption,
  .post_item .caption {
    margin: 0 auto;
    height: 60px;
    text-align: center; }

  .page_text {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 1px; }

  .page_title {
    font-family: "Crimson Text", serif;
    font-weight: 200;
    font-size: 26px;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #333; }

  .page_subtitle {
    font-family: "Work Sans", sans-serif;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: 1px; } }
@media (min-width: 1200px) {
  #blog_single_wrap h1 {
    font-size: 26px;
    margin: 20px 0; }

  .blog_archive_desc {
    width: 800px;
    margin: 0 auto 25px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 2em;
    text-align: center; }

  #feed-list div.feed_item > a.thumbnail,
  #post-list div.post_item > a.thumbnail {
    position: relative;
    width: 100%; }

  .feed_item .feed_caption,
  .post_item .caption {
    margin: 0 auto;
    height: 50px;
    text-align: center; }

  .page_text {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 1px; }

  .page_title {
    font-family: "Crimson Text", serif;
    font-weight: 200;
    font-size: 26px;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #333; }

  .page_subtitle {
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center; } }
.row-eq-height {
  display: flex;
  flex-wrap: wrap; }

.storycontent {
  margin-top: 50px; }

#lp_wrapper h1, #lp_wrapper h2 {
  font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
  text-align: center;
  font-weight: 200; }

#lp_wrapper p {
  font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
  font-weight: 200; }

@media (max-width: 767px) {
  #lp_wrapper .lp_box {
    margin-bottom: 50px; }
  #lp_wrapper h1 {
    font-size: 26px;
    margin: 50px 0;
    letter-spacing: 4px; }
  #lp_wrapper h2 {
    font-size: 18px;
    margin: 0 0 25px;
    letter-spacing: 4px; }
  #lp_wrapper p {
    font-size: 12px;
    line-height: 2em; } }
@media (min-width: 768px) and (max-width: 991px) {
  #lp_wrapper .lp_box {
    margin-bottom: 100px; }
  #lp_wrapper h1 {
    font-size: 38px;
    margin: 100px 0;
    letter-spacing: 4px; }
  #lp_wrapper h2 {
    font-size: 26px;
    margin: 0 0 50px;
    letter-spacing: 4px; }
  #lp_wrapper p {
    font-size: 14px;
    line-height: 2.8em; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #lp_wrapper .lp_box {
    margin-bottom: 100px; }
  #lp_wrapper h1 {
    font-size: 38px;
    margin: 100px 0;
    letter-spacing: 4px; }
  #lp_wrapper h2 {
    font-size: 26px;
    margin: 0 0 50px;
    letter-spacing: 4px; }
  #lp_wrapper p {
    font-size: 14px;
    line-height: 2.8em; } }
@media (min-width: 1200px) {
  #lp_wrapper .lp_box {
    margin-bottom: 100px; }
  #lp_wrapper h1 {
    font-size: 38px;
    margin: 100px 0;
    letter-spacing: 4px; }
  #lp_wrapper h2 {
    font-size: 26px;
    margin: 0 0 50px;
    letter-spacing: 4px; }
  #lp_wrapper p {
    font-size: 14px;
    line-height: 2.8em; } }
#feature_single_wrap h1 {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 300;
  letter-spacing: 1px; }

@media screen and (max-width: 768px) {
  /*///////////////////////////////
    RECRUIT
  ///////////////////////////////*/
  /*section1*/
  #recruit_image_area {
    width: 100%;
    margin-top: 80px; }

  #recruit_image_area h1 {
    font-family: "Crimson Text", serif;
    font-weight: 200;
    letter-spacing: 8px;
    font-size: 36px;
    text-align: center;
    margin-top: 150px;
    position: relative; }

  #recruit_image_area h1 ruby rt {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 400;
    font-size: 14px; }

  #recruit_image_area h1::after {
    content: "";
    width: 80px;
    height: 2px;
    background: #111111;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -40px; }

  /*トップセクション*/
  #recruit_top_section_area h2 {
    width: 90%;
    margin: 100px auto 0;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    letter-spacing: 8px; }

  #recruit_top_section_area p {
    width: 90%;
    margin: 50px auto;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 16px;
    font-weight: 200;
    text-align: left;
    line-height: 2em;
    letter-spacing: 4px; }

  /*募集要項*/
  #recruitment_area h2 {
    width: 90%;
    margin: 100px auto 50px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    letter-spacing: 8px; }

  #recruitment_area ul {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    list-style: none; }

  #recruitment_area ul li {
    width: 100%;
    border-bottom: 1px #666666 solid;
    padding: 20px 0; }

  #recruitment_area ul li div:first-child {
    float: left;
    width: 20%;
    margin-right: 5%;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 15px;
    font-weight: 200;
    text-align: left;
    line-height: 2em;
    letter-spacing: 4px; }

  #recruitment_area ul li div:last-child {
    float: left;
    width: 75%;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 15px;
    font-weight: 200;
    text-align: left;
    line-height: 2em; }

  #recruit_form_area {
    width: 100%;
    margin: 100px 0; }

  #recruit_form_area input, textarea, select {
    width: 100%;
    padding: 10px;
    font-size: 13px; }

  #recruit_form_area h2 {
    width: 90%;
    margin: 100px auto 50px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    letter-spacing: 8px; }

  #recruit_form_area textarea {
    min-height: 150px; }

  #recruit_form_area table {
    border: 1px solid #cccccc;
    width: 96%;
    margin: 0 auto;
    box-sizing: border-box; }

  #recruit_form_area table td {
    border-bottom: 1px solid #cccccc;
    padding: 15px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    display: block; }

  #recruit_form_area table td:nth-child(odd) {
    background-color: #f6f6f6; }

  #recruit_form_area table td:last-child {
    border-bottom: none; }

  .submit_area {
    width: 96%;
    margin: 25px auto; }

  #recruit_form_area input[type="submit"] {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px; } }
@media (min-width: 768px) and (max-width: 991px) {
  /*///////////////////////////////
    RECRUIT
  ///////////////////////////////*/
  /*section1*/
  #recruit_image_area {
    width: 100%;
    margin-top: 80px; }

  #recruit_image_area h1 {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    letter-spacing: 8px;
    font-size: 36px;
    text-align: center;
    margin-top: 150px;
    position: relative; }

  #recruit_image_area h1 ruby rt {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 400;
    font-size: 14px; }

  #recruit_image_area h1::after {
    content: "";
    width: 80px;
    height: 2px;
    background: #111111;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -40px; }

  /*トップセクション*/
  #recruit_top_section_area h2 {
    width: 700px;
    margin: 100px auto 0;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    letter-spacing: 8px; }

  #recruit_top_section_area p {
    width: 700px;
    margin: 50px auto;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 16px;
    font-weight: 200;
    text-align: left;
    line-height: 2em;
    letter-spacing: 4px; }

  /*募集要項*/
  #recruitment_area h2 {
    width: 700px;
    margin: 100px auto 50px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    letter-spacing: 8px; }

  #recruitment_area ul {
    width: 700px;
    margin: 0 auto;
    padding: 0;
    list-style: none; }

  #recruitment_area ul li {
    width: 100%;
    border-bottom: 1px #666666 solid;
    padding: 20px 0; }

  #recruitment_area ul li div:first-child {
    float: left;
    width: 20%;
    margin-right: 5%;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 15px;
    font-weight: 200;
    text-align: left;
    line-height: 2em;
    letter-spacing: 4px; }

  #recruitment_area ul li div:last-child {
    float: left;
    width: 75%;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 15px;
    font-weight: 200;
    text-align: left;
    line-height: 2em; }

  #recruit_form_area {
    width: 100%;
    margin: 100px 0; }

  #recruit_form_area input, textarea, select {
    width: 100%;
    padding: 10px;
    font-size: 13px; }

  #recruit_form_area h2 {
    width: 700px;
    margin: 100px auto 50px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    letter-spacing: 8px; }

  #recruit_form_area textarea {
    min-height: 150px; }

  #recruit_form_area table {
    border: 1px solid #cccccc;
    width: 700px;
    margin: 0 auto; }

  #recruit_form_area table td {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 15px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 400;
    font-size: 14px; }

  #recruit_form_area table td:nth-child(odd) {
    background-color: #f6f6f6; }

  #recruit_form_area table td:nth-child(even) {
    border-right: none; }

  .submit_area {
    width: 700px;
    margin: 25px auto; }

  #recruit_form_area input[type="submit"] {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /*///////////////////////////////
    RECRUIT
  ///////////////////////////////*/
  /*section1*/
  #recruit_image_area {
    width: 100%;
    margin-top: 80px; }

  #recruit_image_area h1 {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    letter-spacing: 8px;
    font-size: 36px;
    text-align: center;
    margin-top: 150px;
    position: relative; }

  #recruit_image_area h1 ruby rt {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 400;
    font-size: 14px; }

  #recruit_image_area h1::after {
    content: "";
    width: 80px;
    height: 2px;
    background: #111111;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -40px; }

  /*トップセクション*/
  #recruit_top_section_area h2 {
    width: 700px;
    margin: 100px auto 0;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    letter-spacing: 8px; }

  #recruit_top_section_area p {
    width: 700px;
    margin: 50px auto;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 16px;
    font-weight: 200;
    text-align: left;
    line-height: 2em;
    letter-spacing: 4px; }

  /*募集要項*/
  #recruitment_area h2 {
    width: 700px;
    margin: 100px auto 50px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    letter-spacing: 8px; }

  #recruitment_area ul {
    width: 700px;
    margin: 0 auto;
    padding: 0;
    list-style: none; }

  #recruitment_area ul li {
    width: 100%;
    border-bottom: 1px #666666 solid;
    padding: 20px 0; }

  #recruitment_area ul li div:first-child {
    float: left;
    width: 20%;
    margin-right: 5%;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 15px;
    font-weight: 200;
    text-align: left;
    line-height: 2em;
    letter-spacing: 4px; }

  #recruitment_area ul li div:last-child {
    float: left;
    width: 75%;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 15px;
    font-weight: 200;
    text-align: left;
    line-height: 2em; }

  #recruit_form_area {
    width: 100%;
    margin: 100px 0; }

  #recruit_form_area input, textarea, select {
    width: 100%;
    padding: 10px;
    font-size: 13px; }

  #recruit_form_area h2 {
    width: 700px;
    margin: 100px auto 50px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    letter-spacing: 8px; }

  #recruit_form_area textarea {
    min-height: 150px; }

  #recruit_form_area table {
    border: 1px solid #cccccc;
    width: 700px;
    margin: 0 auto; }

  #recruit_form_area table td {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 15px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 400;
    font-size: 14px; }

  #recruit_form_area table td:nth-child(odd) {
    background-color: #f6f6f6; }

  #recruit_form_area table td:nth-child(even) {
    border-right: none; }

  .submit_area {
    width: 700px;
    margin: 25px auto; }

  #recruit_form_area input[type="submit"] {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px; } }
@media (min-width: 1200px) {
  /*///////////////////////////////
    RECRUIT
  ///////////////////////////////*/
  /*トップ画像*/
  #recruit_image_area {
    width: 100%;
    margin: 0 auto;
    position: relative; }

  #recruit_image_area h1 {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    letter-spacing: 8px;
    font-size: 36px;
    text-align: center;
    width: 600px;
    margin: 150px auto 0;
    height: 80px; }

  #recruit_image_area h1 ruby rt {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 400;
    font-size: 14px; }

  #recruit_image_area h1::after {
    content: "";
    width: 80px;
    height: 2px;
    background: #111111;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -40px; }

  /*トップセクション*/
  #recruit_top_section_area h2 {
    width: 600px;
    margin: 100px auto 0;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    letter-spacing: 8px; }

  #recruit_top_section_area p {
    width: 600px;
    margin: 50px auto;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 16px;
    font-weight: 200;
    text-align: left;
    line-height: 2em;
    letter-spacing: 4px; }

  /*募集要項*/
  #recruitment_area h2 {
    width: 600px;
    margin: 100px auto 50px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    letter-spacing: 8px; }

  #recruitment_area ul {
    width: 800px;
    margin: 0 auto;
    padding: 0;
    list-style: none; }

  #recruitment_area ul li {
    width: 100%;
    border-bottom: 1px #666666 solid;
    padding: 20px 0; }

  #recruitment_area ul li div:first-child {
    float: left;
    width: 20%;
    margin-right: 5%;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 16px;
    font-weight: 200;
    text-align: left;
    line-height: 2em;
    letter-spacing: 4px; }

  #recruitment_area ul li div:last-child {
    float: left;
    width: 75%;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 16px;
    font-weight: 200;
    text-align: left;
    line-height: 2em; }

  #recruit_form_area {
    width: 100%;
    margin: 100px 0; }

  #recruit_form_area input, textarea, select {
    width: 100%;
    padding: 10px;
    font-size: 13px; }

  #recruit_form_area h2 {
    width: 600px;
    margin: 100px auto 50px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    letter-spacing: 8px; }

  #recruit_form_area textarea {
    min-height: 150px; }

  #recruit_form_area table {
    border: 1px solid #cccccc;
    width: 700px;
    margin: 0 auto; }

  #recruit_form_area table td {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 15px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 400;
    font-size: 14px; }

  #recruit_form_area table td:nth-child(odd) {
    background-color: #f6f6f6; }

  #recruit_form_area table td:nth-child(even) {
    border-right: none; }

  .submit_area {
    width: 700px;
    margin: 25px auto; }

  #recruit_form_area input[type="submit"] {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px; } }

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