@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes head_keyframes {
  0% {
    opacity: 0;
    stroke-dashoffset: 100;
    fill: transparent;
    stroke: #d5d4d1;
  }
  50% {
    opacity: 1;
    stroke-dashoffset: 0;
    fill: transparent;
    stroke: #d5d4d1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
    fill: #fff;
    stroke: transparent;
  }
}

@keyframes head_keyframes2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes DASH {
  0% {
    stroke-dashoffset: 1000;
    fill: #fff;
    stroke: #d5d4d1;
  }
  70% {
    stroke-dashoffset: 0;
    fill: #fff;
    stroke: #d5d4d1;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #000;
    stroke: transparent;
  }
}

@keyframes under_plant {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  80% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes under_images {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes under_back {
  0% {
    opacity: 0;
    display: none;
  }
  80% {
    opacity: 0;
    display: inline-block;
  }
  100% {
    opacity: 1;
    display: inline-block;
  }
}

@keyframes under_slide_show {
  0% {
    opacity: 0;
    display: none;
  }
  0% {
    opacity: .2;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  width: 100%;
}

html, body {
  min-width: 100%;
}

a {
  text-decoration: none;
  color: #0082ff;
  word-break: break-all;
}

a:hover {
  opacity: .7;
}

h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dd, small {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0em;
  color: #000;
  font-family: "A1 Mincho", serif;
}

.tcy {
  text-orientation: upright;
}

ul, li {
  list-style: none;
}

.pc {
  display: block !important;
}

.pc-inline {
  display: inline !important;
}

.pc-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.sp {
  display: none !important;
}

.pc_space {
  display: inline;
  margin-right: 1em;
}

.lity {
  background: rgba(255, 255, 255, 0.7) !important;
}

.lity-close {
  color: #000 !important;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.6) !important;
}

.lity-content {
  position: relative !important;
}

.lity-content:after {
  box-shadow: none !important;
}

.jisage {
  padding-left: 1em;
  text-indent: -1em;
}

.fade {
  transition: opacity 2s ease-out .5s;
  opacity: 0;
}

.fade.active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .swiper-pagination-bullet-active {
    background-color: #ccc0af !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .pc-inline {
    display: none !important;
  }
  .pc-flex {
    display: none !important;
  }
  .pc_space {
    display: none;
  }
  .lity-content {
    width: calc(100% - 20px) !important;
    margin: auto auto !important;
  }
  #spmenu {
    display: block;
    position: absolute;
    z-index: 2000;
  }
  #spmenu.active {
    position: fixed;
  }
  .spmenu,
  .spmenu span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
  }
  .spmenu {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
  }
  .spmenu span {
    position: absolute;
    left: 6px;
    width: 24px;
    height: 2px;
    background-color: #000;
  }
  .spmenu span:nth-of-type(1) {
    top: 12px;
  }
  .spmenu span:nth-of-type(2) {
    top: 19px;
  }
  .spmenu span:nth-of-type(3) {
    top: 26px;
  }
  .spmenu span:nth-of-type(1) {
    animation: menu-bar01 .3s forwards;
  }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(12px) rotate(45deg);
    }
    50% {
      transform: translateY(6px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .spmenu span:nth-of-type(2) {
    transition: all .15s .15s;
    opacity: 1;
  }
  .spmenu span:nth-of-type(3) {
    animation: menu-bar02 .3s forwards;
  }
  @keyframes menu-bar02 {
    0% {
      transform: translateY(-6px) rotate(-45deg);
    }
    50% {
      transform: translateY(-6px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .spmenu.active span {
    left: 4px;
  }
  .spmenu.active span:nth-of-type(1) {
    animation: active-menu-bar01 .3s forwards;
  }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
      width: 24px;
    }
    50% {
      transform: translateY(8px) rotate(0);
    }
    100% {
      transform: translateY(8px) rotate(45deg);
      width: 29px;
    }
  }
  .spmenu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .spmenu.active span:nth-of-type(3) {
    animation: active-menu-bar03 .3s forwards;
  }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0);
      width: 24px;
    }
    50% {
      transform: translateY(-6px) rotate(0);
    }
    100% {
      transform: translateY(-6px) rotate(-45deg);
      width: 29px;
    }
  }
}

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

.header {
  background-color: #D3D2CF;
  display: block;
  width: 100%;
  z-index: 2000;
  opacity: 0;
}

.header-top {
  animation: head_keyframes2 1s ease-out alternate forwards;
  animation-delay: 1s;
}

.header-under {
  animation: head_keyframes2 .5s ease-out alternate forwards;
}

.header__content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 25px;
}

.header .logo {
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 0;
}

.header .logo__stole {
  width: 237px;
}

.header .logo__stole img {
  width: 100%;
}

.header .logo__hobonichi {
  display: block;
  text-align: center;
}

.header__menuContainer {
  max-width: 710px;
  margin-left: 35px;
  display: inline-block;
}

.header__menu {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 3px 8px 0 8px;
  min-width: 188px;
}

.header__menu:after {
  content: '';
  display: inline-block;
  border-right: 1px solid #808075;
  height: 78px;
  width: 0;
  position: absolute;
  right: 0;
  top: 10px;
}

.header__menu > li {
  min-width: 90px;
  max-width: 172px;
  border-bottom: 1px solid #808075;
  text-align: center;
  font-size: 1.4rem;
  position: relative;
}

.header__menu > li:nth-child(2) {
  border-bottom: none;
}

.header__menu > li a {
  display: block;
  padding: 8px 0;
  color: #251E1C;
}

.header__menu > li a:hover {
  color: #808075;
  opacity: 1;
}

.header__menu > li > ul {
  visibility: hidden;
  opacity: 0;
}

.header__menu > li:hover > ul {
  visibility: visible;
  transition: all .5s ease-out;
  opacity: 1;
}

.header__menu.info {
  padding: 4px 8px 0 5px;
  min-width: 138px;
}

.header__menu.info > li {
  width: 130px;
  font-size: 1.1rem;
}

.header__menu.info > li a {
  padding: 3px 0;
  text-align: left;
}

.header__menu.info > li a:before {
  content: '';
  width: 9px;
  height: 14px;
  background-image: url("../../images/store/icon-pencil.svg");
  background-size: 9px 14px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.header__menu.info > li.pencil a:before {
  position: relative;
  top: -1px;
  left: 3px;
  margin-right: 14px;
}

.header__menu.info > li.cart a:before {
  width: 17px;
  height: 11px;
  background-image: url("../../images/store/icon-cart.svg");
  background-size: 17px 11px;
  position: relative;
  top: -1px;
  left: 0;
  margin-right: 5px;
}

.header__menu.info > li.change a:before {
  width: 11px;
  height: 11px;
  background-image: none;
  background-size: 11px 11px;
  position: relative;
  top: -1px;
  left: 2px;
  margin-right: 12px;
}

.header__menu.info > li:nth-child(2) {
  border-bottom: 1px solid #808075;
}

.header__menu.info > li:nth-child(3) {
  border-bottom: none;
}

.header__menu-child {
  position: absolute;
  left: -8px;
  top: 42px;
  width: 186px;
  z-index: 10;
  border-bottom: 1px solid #808075;
  border-left: 1px solid #808075;
  border-right: 1px solid #808075;
}

.header__menu-child > li a {
  font-size: 1.3rem;
  background-color: #fff;
  border-bottom: 1px dashed #808075;
  text-align: left;
  padding-left: 10px;
}

.header__menu-child > li a .sub {
  font-size: 1.1rem;
  margin-left: 1em;
}

.header__menu-child > li:last-child a {
  border-bottom: none;
}

.header__menu__yarn-dyed, .header__menu__color-mark {
  top: 36px;
}

.header__menu__gara > li a {
  font-size: 1.3rem;
  background-color: #fff;
  border-bottom: 1px dashed #808075;
  text-align: left;
  padding-left: 10px;
  line-height: 1.5;
}

.header__menu__gara > li a:before {
  content: '';
  background-color: #333;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.header__menu__gara > li a:hover {
  opacity: 1;
  color: #aaa;
}

.header__menu__gara > li.millet a:before {
  background-color: #ddded6;
}

.header__menu__gara > li.plata a:before {
  background-color: #e8c5bb;
}

.header__menu__gara > li.poissy a:before {
  background-color: #7a97ac;
}

.header__menu__gara > li.chapelle a:before {
  background-color: #997e6e;
}

.header__menu__gara > li.usukou a:before {
  background-color: #f6e2cf;
}

.header__menu__gara > li.karashi a:before {
  background-color: #ffec77;
}

.header__menu__gara > li.wakakusa a:before {
  background-color: #abc6b1;
}

.header__menu__gara > li.akanezora a:before {
  background-color: #eeaaa3;
}

.header__menu__gara > li.hanayamabuki_shima a:before {
  background-color: #ddd895;
}

.header__menu__gara > li.hanayamabuki_shimakoushi a:before {
  background-color: #ddd895;
}

.header__menu__gara > li.hiroshige a:before {
  background-color: #708094;
}

.header__menu__about > li a:before {
  content: none;
}

.top .header .logo, .under .header .logo {
  padding-top: 10px;
  padding-right: 15px;
}

.top .header__content, .under .header__content {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.top .header__menuContainer, .under .header__menuContainer {
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
}

.top .header__menu.first:before, .under .header__menu.first:before {
  content: '';
  height: 78px;
  width: 1px;
  border-left: 1px solid #808075;
  display: inline-block;
  position: absolute;
  top: 10px;
}

.top .header__menu.first > li, .under .header__menu.first > li {
  margin-left: 6px;
}

.top .header__menu.first .header__menu-child, .under .header__menu.first .header__menu-child {
  position: absolute;
  width: 290px;
  left: -6px;
}

.top .header__menu__yarn-dyed, .top .header__menu__color-mark, .under .header__menu__yarn-dyed, .under .header__menu__color-mark {
  top: 36px;
}

.top .header__menu-child, .under .header__menu-child {
  position: absolute;
}

.top .header__menu-child li a br, .under .header__menu-child li a br {
  display: none;
}

.under .header {
  position: fixed;
  top: 0;
  height: 88px;
  padding: 0;
}

.under .header .logo {
  padding-top: 10px;
}

.under .header__menu {
  padding: 8px 8px 0 8px;
}

.under .header__menu:after {
  height: 72px;
}

.under .header__menu > li a {
  padding: 5px;
}

.under .header__menu-child {
  top: 37px;
}

.under .header__menu__yarn-dyed, .under .header__menu__color-mark {
  top: 31px;
}

.under .header__menu__pattern, .under .header__menu__color-mark {
  width: 186px;
  left: -8px;
}

.under .header__menu.info > li a {
  padding: 2px 0;
}

.under .header__menu.first:before {
  height: 72px;
}

@media screen and (max-width: 768px) {
  .top .header, .under .header {
    height: 40px;
  }
  .top .header .logo, .under .header .logo {
    padding-top: 3px;
    padding-right: 0;
    display: block;
  }
  .top .header__menu, .under .header__menu {
    padding: 0;
  }
  .top .header__menu__pattern, .top .header__menu__color-mark, .under .header__menu__pattern, .under .header__menu__color-mark {
    left: 0;
  }
  .top .header__menu.first:before, .under .header__menu.first:before {
    content: '';
    height: 74px;
    width: 1px;
    border-left: none;
    display: block;
    position: absolute;
    top: 8px;
  }
  .top .header__menu.first > li, .under .header__menu.first > li {
    width: 100%;
    margin-left: 0;
  }
  .top .header__menu.first .header__menu-child, .under .header__menu.first .header__menu-child {
    position: relative;
    width: 100%;
    left: 0;
  }
  .top .header__menu > li, .under .header__menu > li {
    width: 100%;
  }
  .top .header__menu__yarn-dyed, .top .header__menu__color-mark, .under .header__menu__yarn-dyed, .under .header__menu__color-mark {
    top: 0;
  }
  .top .header__menu.info > li, .under .header__menu.info > li {
    width: 100%;
  }
  .top .header__menu.info > li a, .under .header__menu.info > li a {
    padding: 10px 18px;
    font-size: 1.3rem;
  }
  .top .header__menu-child, .under .header__menu-child {
    position: relative;
    width: 100%;
    top: 0;
  }
  .top .header__menu-child li a br, .under .header__menu-child li a br {
    display: none;
  }
  .header {
    display: block;
    height: 40px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
  }
  .header.active {
    height: calc(100% - 40px);
  }
  .header.active .header__menuContainer {
    border-top: 1px solid #808075;
    height: calc(100vh - 40px);
    top: 40px;
    position: absolute;
  }
  .header.active .icon-menu {
    background-image: url("../img/icon-menu-close.png");
  }
  .header__content {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .header__content .logo {
    display: block;
  }
  .header .logo {
    display: block;
    vertical-align: top;
    margin-right: 0;
    padding-top: 3px;
    padding-left: 10px;
    width: 100%;
    max-width: 210px;
  }
  .header .logo img {
    width: 100%;
  }
  .header .logo__stole {
    display: none;
  }
  .header .logo__hobonichi {
    display: block;
    text-align: center;
  }
  .header .icon-menu {
    display: block;
    width: 20px;
    height: 17px;
    background-image: url("../img/icon-menu.png");
    background-size: 20px 17px;
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 1000;
  }
  .header__menuContainer {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    height: 0;
    overflow-y: scroll;
    margin-left: 0;
    -webkit-overflow-scrolling: touch;
  }
  .header__menu {
    display: block;
    vertical-align: top;
    position: relative;
    padding: 0;
    width: 100%;
  }
  .header__menu .logo {
    display: none;
  }
  .header__menu:after {
    content: '';
    display: inline-block;
    border-right: none;
    height: 72px;
    width: 0;
    position: absolute;
    right: 0;
    top: 10px;
  }
  .header__menu > li {
    width: 100%;
    max-width: 100%;
    display: block;
    border-bottom: none;
    text-align: left;
    font-size: 1.6rem;
    position: relative;
    background-color: #fff;
  }
  .header__menu > li:nth-child(2) {
    border-bottom: none;
  }
  .header__menu > li a {
    width: 100%;
    display: block;
    padding: 8px 18px;
    color: #251E1C;
    background-color: #d3d2cf;
  }
  .header__menu > li a:hover {
    color: #808075;
  }
  .header__menu > li.interview a {
    text-decoration: underline;
    border-top: 1px solid #808075;
    border-bottom: 1px solid #808075;
  }
  .header__menu > li > ul {
    visibility: visible;
    opacity: 1;
  }
  .header__menu > li:hover > ul {
    visibility: visible;
    transition: none;
    opacity: 1;
  }
  .header__menu.info {
    padding: 30px 0;
    background-color: #fff;
  }
  .header__menu.info > li {
    width: 100%;
    font-size: 1.1rem;
  }
  .header__menu.info > li:first-child {
    border-top: 1px dashed #808075;
  }
  .header__menu.info > li a {
    padding: 10px 18px;
    text-align: left;
    background-color: #fff;
    border-bottom: 1px dashed #808075;
  }
  .header__menu.info > li a:before {
    content: '';
    width: 9px;
    height: 14px;
    background-image: url("../../images/store/icon-pencil.svg");
    background-size: 9px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .header__menu.info > li.pencil a:before {
    position: relative;
    top: -1px;
    left: 3px;
    margin-right: 14px;
  }
  .header__menu.info > li.cart a:before {
    width: 17px;
    height: 11px;
    background-image: url("../../images/store/icon-cart.svg");
    background-size: 17px 11px;
    position: relative;
    top: -1px;
    left: 0;
    margin-right: 5px;
  }
  .header__menu.info > li.change a:before {
    width: 11px;
    height: 11px;
    background-image: url("../../images/store/icon-close.svg");
    background-size: 11px 11px;
    position: relative;
    top: -1px;
    left: 2px;
    margin-right: 12px;
  }
  .header__menu.info > li:nth-child(2) {
    border-bottom: none;
  }
  .header__menu.info > li:nth-child(3) {
    border-bottom: none;
  }
  .header__menu-child {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  .header__menu-child > li {
    width: 100%;
  }
  .header__menu-child > li a {
    width: 100%;
    font-size: 1.3rem;
    background-color: #fff;
    border-bottom: 1px dashed #808075;
    text-align: left;
    padding-left: 10px;
  }
  .header__menu-child > li:last-child a {
    border-bottom: none;
  }
  .header__menu__yarn-dyed, .header__menu__color-mark {
    top: 0;
  }
  .header__menu__gara > li a {
    font-size: 1.6rem;
    background-color: #fff;
    border-bottom: 1px dashed #808075;
    text-align: left;
    padding-left: 10px;
    line-height: 1.5;
  }
  .header__menu__gara > li a:before {
    content: '';
    background-color: #333;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
  }
  .header__menu__gara > li a:hover {
    opacity: 1;
    color: #aaa;
  }
  .header__menu__about > li a:before {
    content: none;
  }
}

.footer {
  padding: 70px 0;
}

.share .tostoretop {
  width: 100%;
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
  color: #000;
  font-family: "Gothic Medium BBB", sans-serif;
  display: block;
}

.share .tostoretop:before {
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../img/icon_home.png);
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.share__list {
  width: 95%;
  max-width: 1200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
}

.share__list li a {
  text-align: center;
  display: block;
  padding: 15px 5px;
  color: #000;
}

.share__list li a img {
  margin-right: 5px;
}

.share__list li:nth-child(2) {
  margin-right: 10px;
}

.share__list li:nth-child(3) {
  margin-left: 10px;
}

.footer__menu {
  width: 95%;
  max-width: 700px;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
  padding-bottom: 10px;
  -ms-flex-pack: center;
      justify-content: center;
}

.footer__menu li:after {
  content: '／';
  display: inline;
}

.footer__menu li:last-child:after {
  content: none;
}

.footer__menu a {
  font-size: 1.4rem;
  color: #000;
  font-family: "Gothic Medium BBB", sans-serif;
}

.copyright {
  display: block;
  text-align: center;
  padding: 0 0 15px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.1rem;
}

@media screen and (max-width: 600px) {
  .footer {
    padding: 60px 0 50px;
  }
  .footer__sns {
    width: 80%;
    margin: 0 auto 24px;
  }
  .footer__sns li {
    padding: 0 10px;
    width: 40px;
  }
  .footer__sns li:nth-child(2) {
    padding-right: 10px;
  }
  .footer__sns li svg {
    width: 40px;
  }
  .footer__menu {
    width: 95%;
    max-width: 95%;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto 0;
    padding-bottom: 10px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .footer__menu li {
    text-align: center;
  }
  .footer__menu li:after {
    content: '';
    display: inline;
  }
  .footer__menu li:last-child:after {
    content: none;
  }
  .footer__menu a {
    font-size: 1.4rem;
    color: #000;
    font-family: "Gothic Medium BBB", sans-serif;
  }
}

.head {
  max-width: 1600px;
  min-width: 950px;
  width: calc(100% - 50px);
  margin: 0 auto;
  padding: 0 25px;
  opacity: 0;
  transition: opacity 1s ease-out;
}

.head.active {
  opacity: 1;
}

.head__color {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.head__color li {
  width: calc(25% - 4px);
  margin-right: 4px;
  margin-bottom: 4px;
  height: 246px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}

.head__color li.head__title {
  width: calc(50% - 4px);
  position: relative;
}

.head__color li.head__title a:hover {
  opacity: .7;
}

.head__color li.head__title #news-contents {
  display: none;
}

.head__color li.head__title .logo__stole {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 45%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.head__color li.head__title .logo__stole img {
  width: 100%;
}

.head__color li.head__title .logo__hobonichi {
  width: auto;
  height: auto;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 60%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

.head__color li.head__title .news {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 3%;
  font-size: 1.2rem;
  border: 1px solid #a82f27;
  padding: 0 10px;
  border-radius: 3px;
  color: #a82f27;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  white-space: nowrap;
}

.head__color li.head__title .news a {
  color: #a82f27;
}

.head__color li.head__title .sns {
  position: absolute;
  right: 4px;
  top: 5px;
  padding: 0;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
}

.head__color li.head__title .sns li {
  animation: head_keyframes2 2.5s ease-out alternate forwards;
  margin: 0;
  font-size: 1em;
  line-height: 1;
  text-align: right;
  margin-left: 10px;
  height: 30px;
  width: 120px;
}

.head__color li.head__title .sns li.fb .fb-like > span {
  vertical-align: top !important;
}

.head__color li .path {
  display: block;
  position: absolute;
  left: 50%;
  top: 41%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  z-index: 20;
  pointer-events: none;
}

.head__color li .path svg {
  opacity: 0;
}

.head__color li .path svg svg {
  width: 100%;
}

.head__color li .plant {
  height: 30%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  z-index: 60;
  opacity: 0;
  transition: all 1s ease;
}

.head__color li .plant img {
  height: 100%;
  width: auto;
  margin: 0 10px;
}

.head__color li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.head__color li a:after {
  content: '';
  opacity: 0;
  transition: all 1s ease;
}

.head__color li.akanezora a {
  background: url("../img/head_1.png");
  background-size: 100% 100%;
}

.head__color li.akanezora a:hover {
  background: url("../img/head_1.png") center center;
  background-size: 100% 100%;
}

.head__color li.akanezora a:hover:after {
  content: '';
  opacity: 1;
  background-image: url("../img/head_1_o.png");
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.head__color li.poissy a {
  background: url("../img/head_2.png");
  background-size: 100% 100%;
}

.head__color li.poissy a:hover {
  background: url("../img/head_2.png") center center;
  background-size: 100% 100%;
}

.head__color li.poissy a:hover:after {
  content: '';
  opacity: 1;
  background-image: url("../img/head_2_o.png");
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.head__color li.usukou a {
  background: url("../img/head_3.png");
  background-size: 100% 100%;
}

.head__color li.usukou a:hover {
  background: url("../img/head_3.png") center center;
  background-size: 100% 100%;
}

.head__color li.usukou a:hover:after {
  content: '';
  opacity: 1;
  background-image: url("../img/head_3_o.png");
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.head__color li.plata a {
  background: url("../img/head_4.png");
  background-size: 100% 100%;
}

.head__color li.plata a:hover {
  background: url("../img/head_4.png") center center;
  background-size: 100% 100%;
}

.head__color li.plata a:hover:after {
  content: '';
  opacity: 1;
  background-image: url("../img/head_4_o.png");
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.head__color li.chapelle a {
  background: url("../img/head_5.png");
  background-size: 100% 100%;
}

.head__color li.chapelle a:hover {
  background: url("../img/head_5.png") center center;
  background-size: 100% 100%;
}

.head__color li.chapelle a:hover:after {
  content: '';
  opacity: 1;
  background-image: url("../img/head_5_o.png");
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.head__color li.millet a {
  background: url("../img/head_6.png");
  background-size: 100% 100%;
}

.head__color li.millet a:hover {
  background: url("../img/head_6.png") center center;
  background-size: 100% 100%;
}

.head__color li.millet a:hover:after {
  content: '';
  opacity: 1;
  background-image: url("../img/head_6_o.png");
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.head__color li.plata2 a {
  background: url("../img/head_7.png");
  background-size: 100% 100%;
}

.head__color li.plata2 a:hover {
  background: url("../img/head_7.png") center center;
  background-size: 100% 100%;
}

.head__color li.plata2 a:hover:after {
  content: '';
  opacity: 1;
  background-image: url("../img/head_7_o.png");
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.head__color li.millet2 a {
  background: url("../img/head_8.png");
  background-size: 100% 100%;
}

.head__color li.millet2 a:hover {
  background: url("../img/head_8.png") center center;
  background-size: 100% 100%;
}

.head__color li.millet2 a:hover:after {
  content: '';
  opacity: 1;
  background-image: url("../img/head_8_o.png");
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.head__color li.poissy2 a {
  background: url("../img/head_9.png");
  background-size: 100% 100%;
}

.head__color li.poissy2 a:hover {
  background: url("../img/head_9.png") center center;
  background-size: 100% 100%;
}

.head__color li.poissy2 a:hover:after {
  content: '';
  opacity: 1;
  background-image: url("../img/head_9_o.png");
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.head__color li.karashi a {
  background: url("../img/head_10.png");
  background-size: 100% 100%;
}

.head__color li.karashi a:hover {
  background: url("../img/head_10.png") center center;
  background-size: 100% 100%;
}

.head__color li.karashi a:hover:after {
  content: '';
  opacity: 1;
  background-image: url("../img/head_10_o.png");
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.intro {
  padding: 72px 0;
}

.intro p {
  width: 500px;
  margin: 0 auto;
  line-height: 1.875;
  letter-spacing: 0.15em;
  color: #808075;
}

.products {
  padding: 100px 0 50px;
  border-top: 1px solid #b8b7b1;
  text-align: center;
}

.products__list {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.products__list li {
  margin: 0 10px 65px;
  padding: 0;
  width: calc(25% - 20px);
  min-width: 110px;
}

.products__list li a {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}

.products__list li a .img {
  width: 100%;
  margin: 0 auto;
}

.products__list li a .img img {
  width: 100%;
  height: auto;
}

.products__list li a .over {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.products__list li a:hover {
  opacity: 1;
}

.products__list li a:hover .over {
  display: block;
}

.products__list li .name {
  height: 50px;
  margin-top: 10px;
}

.products__list li .value {
  font-size: 1.6rem;
  color: #808075;
}

.products__list li .en {
  font-size: 1.3rem;
  margin-left: 3px;
  color: #808075;
}

.products__list li .note {
  font-size: 1.1rem;
  letter-spacing: 0;
  color: #808075;
}

.products__list li .soldout {
  display: none;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 3px 5px;
  line-height: 1;
  border: 1px solid #a82f27;
  border-radius: 2px;
  color: #a82f27;
  font-size: 1.2rem;
  z-index: 40;
  text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px 1px 1px #fff, -1px -1px 1px #fff;
}

.products__list li.millet .over {
  background-image: url(../img/thumb_millet_o.png);
}

.products__list li.plata .over {
  background-image: url(../img/thumb_plata_o.png);
}

.products__list li.poissy .over {
  background-image: url(../img/thumb_poissy_o.png);
}

.products__list li.millet .over {
  background-image: url(../img/thumb_millet_o.png);
}

.products__list li.chapelle .over {
  background-image: url(../img/thumb_chapelle_o.png);
}

.products__list li.akanezora .over {
  background-image: url(../img/thumb_akanezora_o.png);
}

.products__list li.usukou .over {
  background-image: url(../img/thumb_usukou_o.png);
}

.products__list li.karashi .over {
  background-image: url(../img/thumb_karashi_o.png);
}

.information {
  background-color: #deded4;
  border-top: 1px solid #9c9b95;
  border-bottom: 1px solid #9c9b95;
  padding: 74px 0 58px;
  text-align: center;
}

.information .spec {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.information .spec li {
  width: calc(38% - 40px);
  display: inline-block;
  text-align: left;
  border-left: 1px solid #bcbbb4;
  padding-left: 15px;
  padding-right: 25px;
}

.information .spec__title {
  font-size: 1.6rem;
  letter-spacing: 0.25em;
  line-height: 1.5;
  margin-bottom: 12px;
}

.information .spec__text {
  font-size: 1.1rem;
  line-height: 2;
  font-family: "Gothic Medium BBB", sans-serif;
}

.information .spec__text a {
  text-decoration: underline;
}

.information .spec__text a:hover {
  opacity: .7;
}

.information .staff__title {
  font-size: 1.8rem;
}

.information .staff__list {
  width: 400px;
  margin: 0 auto;
}

.information .staff__list li {
  margin-right: 1em;
  font-size: 1.1rem;
  display: inline-block;
}

.banner {
  text-align: center;
  padding-bottom: 100px;
}

.banner a {
  opacity: 1;
}

.banner a:hover {
  opacity: .7;
}

@media screen and (max-width: 999px) {
  .head {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    padding: 0;
  }
  .head__color {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .head__color li {
    height: auto;
  }
  .products__list {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 599px) {
  .head {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    padding: 0;
    min-height: auto;
  }
  .head__color {
    width: 100%;
    display: block;
  }
  .head__color > li {
    display: none;
  }
  .head__color > li.head__title {
    opacity: 1;
    display: block;
    width: calc(100% - 36px);
    margin: 90px auto 30px;
    position: relative;
  }
  .head__color > li.head__title .logo__stole {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    -ms-transform: none;
        transform: none;
    text-align: center;
  }
  .head__color > li.head__title .logo__stole img {
    width: 80%;
    margin: 0 auto;
  }
  .head__color > li.head__title .logo__hobonichi {
    display: none;
  }
  .head__color > li.head__title .news {
    position: relative;
    left: 0;
    top: 0;
    bottom: auto;
    -ms-transform: none;
        transform: none;
    text-align: center;
    margin-top: 20px;
  }
  .head__color > li.head__title .sns {
    display: none;
  }
  .intro {
    padding: 20px 0;
  }
  .intro p {
    width: calc(100% - 36px);
    margin: 0 auto;
  }
  .products {
    padding: 20px 0;
  }
  .products__list {
    width: 100%;
  }
  .products__list li {
    display: block;
    vertical-align: top;
    margin-bottom: 57px;
    width: 100%;
    text-align: center;
  }
  .products__list li:hover a {
    opacity: 1;
  }
  .products__list li:hover a .more {
    opacity: 0;
  }
  .products__list li:hover a .over {
    -ms-transform: none;
        transform: none;
  }
  .products__list li.millet .over, .products__list li.plata .over, .products__list li.poissy .over, .products__list li.millet .over, .products__list li.chapelle .over, .products__list li.akanezora .over, .products__list li.usukou .over, .products__list li.karashi .over {
    background-image: none;
  }
  .products__list li a {
    display: block;
    width: calc(100% - 36px);
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .products__list li a .img {
    width: 100%;
    height: auto;
    transition: none;
  }
  .products__list li a .over {
    display: block;
    width: 100%;
    height: auto;
    transition: none;
    z-index: 30;
    position: absolute;
    left: 0;
    top: 0;
  }
  .products__list li a .over:after {
    content: '詳しくはこちら';
    display: block;
    position: absolute;
    left: 50%;
    top: 85%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    font-family: Koburina Gothic W3 JIS2004,sans-serif;
    font-size: 2rem;
    color: #fff;
    text-shadow: 0 0 4px #000;
    width: 100%;
    transition: none;
    z-index: 50;
  }
  .products__list li a .soldout {
    display: none;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: absolute;
    right: 13px;
    top: 5px;
    padding: 3px 5px;
    line-height: 1;
    border: 1px solid #a82f27;
    border-radius: 2px;
    color: #a82f27;
    font-size: 1.2rem;
    z-index: 40;
  }
  .products__list li.soldout a.img_anchor .soldout {
    display: block;
  }
  .products__list li .img {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
  }
  .products__list li .img img {
    width: 100%;
    height: auto;
  }
  .products__list li .more {
    opacity: 1;
    font-family: "Koburina Gothic W3 JIS2004", sans-serif;
    font-size: 2rem;
    color: #fff;
    text-shadow: 0 0 4px #000;
    position: absolute;
    left: 50%;
    top: 85%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 100%;
    transition: none;
    z-index: 50;
  }
  .products__list li .name {
    height: 50px;
    margin-top: 10px;
  }
  .products__list li .name.yasyabushi {
    padding-top: 5px;
    height: 45px;
  }
  .products__list li .value {
    font-size: 1.6rem;
  }
  .products__list li .en {
    font-size: 1.3rem;
    margin-left: 3px;
  }
  .products__list li .note {
    font-size: 1.1rem;
  }
  .information {
    background-color: #fafaf0;
    border-top: 1px solid #b8b7b1;
    border-bottom: 1px solid #b8b7b1;
    padding: 74px 0 58px;
    text-align: center;
  }
  .information .spec {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto 60px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .information .spec li {
    width: calc(100% - 80px);
    display: block;
    text-align: left;
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
  .information .spec__title {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .information .spec__text {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  .information .staff__title {
    font-size: 1.6rem;
  }
  .information .staff__list {
    width: calc(100% - 36px);
    margin: 0 auto;
  }
  .information .staff__list li {
    font-size: 1rem;
    display: block;
  }
  .banner {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .banner img {
    width: 100%;
  }
}
