@charset "UTF-8";


@-ms-viewport {
  width: device-width;
}


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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main, summary {
  display: block;
}


*,
*::before,
*::after {
  box-sizing: inherit;
}


html {
  
  box-sizing: border-box;
  
  touch-action: manipulation;
  
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  
  -ms-overflow-style: scrollbar;
  
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


body {
  
  line-height: 1;
  
  font-family: sans-serif;
  
  text-align: left;
}


ol, ul {
  list-style: none;
}


blockquote, q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  caption-side: bottom;
}


th {
  
  text-align: inherit;
}


hr {
  
  box-sizing: content-box;
  height: 0;
  
  overflow: visible;
}


pre,
code,
kbd,
samp {
  
  font-family: monospace, monospace;
}

pre {
  
  overflow: auto;
  
  -ms-overflow-style: scrollbar;
}


a {
  
  background-color: transparent;
  
  -webkit-text-decoration-skip: objects;
}


abbr[title] {
  
  border-bottom: none;
  
  text-decoration: underline;
  text-decoration: underline dotted;
  
  cursor: help;
  
  text-decoration-skip-ink: none;
}


b,
strong {
  font-weight: bolder;
}


small {
  font-size: 80%;
}


sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


img {
  border-style: none;
}


svg:not(:root) {
  overflow: hidden;
}


button {
  border-radius: 0;
}


button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}


input,
button,
select,
optgroup,
textarea {
  
  margin: 0;
  
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}


button,
select {
  text-transform: none;
}


button,
[type="reset"],
[type="submit"],
[type="button"] {
  
  -webkit-appearance: button;
}


input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}


textarea {
  overflow: auto;
  resize: vertical;
}


button,
input {
  overflow: visible;
}


button,
select {
  text-transform: none;
}


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}


input[type="radio"],
input[type="checkbox"] {
  
  box-sizing: border-box;
  
  padding: 0;
}


[tabindex="-1"]:focus {
  outline: 0 !important;
}


fieldset {
  min-width: 0;
}


legend {
  
  max-width: 100%;
  white-space: normal;
  
  color: inherit;
  
  display: block;
}


progress {
  vertical-align: baseline;
}


textarea {
  overflow: auto;
}


[type="checkbox"],
[type="radio"] {
  
  box-sizing: border-box;
  
  padding: 0;
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


[type="search"] {
  
  -webkit-appearance: textfield;
  
  outline-offset: -2px;
}


[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


::-webkit-file-upload-button {
  
  -webkit-appearance: button;
  
  font: inherit;
}


output {
  display: inline-block;
}


template {
  display: none;
}

[hidden] {
  display: none;
}


.hamburger {
  padding: 0 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 22px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 22px;
  height: 1px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}


.hamburger--3dx .hamburger-box {
  perspective: 44px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}


.hamburger--3dx-r .hamburger-box {
  perspective: 44px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}


.hamburger--3dy .hamburger-box {
  perspective: 44px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}


.hamburger--3dy-r .hamburger-box {
  perspective: 44px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}


.hamburger--3dxy .hamburger-box {
  perspective: 44px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}


.hamburger--3dxy-r .hamburger-box {
  perspective: 44px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}


.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-4.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-4.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}


.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(4.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(4.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}


.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-4.4px, -5.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-4.4px, 5.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}


.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(4.4px, -5.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(4.4px, 5.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}


.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}


.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}


.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}


.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.hamburger--elastic .hamburger-inner {
  top: 0.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}


.hamburger--elastic-r .hamburger-inner {
  top: 0.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(270deg);
  transition-delay: 0.075s;
}


.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -44px;
  top: -44px;
  transform: translate3d(44px, 44px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -44px;
  top: -44px;
  transform: translate3d(-44px, 44px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}


.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -44px;
  top: 44px;
  transform: translate3d(44px, -44px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -44px;
  top: 44px;
  transform: translate3d(-44px, -44px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}


.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}


.hamburger--slider .hamburger-inner {
  top: 0.5px;
}

.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 16px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.14286px, -7px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}


.hamburger--slider-r .hamburger-inner {
  top: 0.5px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(3.14286px, -7px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(90deg);
}


.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.hamburger--spring .hamburger-inner {
  top: 0.5px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}


.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}


.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}






@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?44504214");
  src: url("../font/fontello.eot?44504214#iefix") format("embedded-opentype"), url("../font/fontello.woff2?44504214") format("woff2"), url("../font/fontello.woff?44504214") format("woff"), url("../font/fontello.ttf?44504214") format("truetype"), url("../font/fontello.svg?44504214#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  
  
  font-variant: normal;
  text-transform: none;
  
  line-height: 1em;
  
  
  margin-left: .2em;
  
  
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  
}

.icon-guide:before {
  content: '\e801';
}


.icon-left:before {
  content: '\e802';
}


.icon-login:before {
  content: '\e803';
}


.icon-right:before {
  content: '\e804';
}


.icon-up:before {
  content: '\e805';
}


.icon-cart:before {
  content: '\e806';
}


.icon-heart-line:before {
  content: '\e809';
}


.icon-heart:before {
  content: '\e80a';
}


.icon-bag:before {
  content: '\e80b';
}


.icon-instagram:before {
  content: '\f16d';
}


.icon-facebook-official:before {
  content: '\f230';
}


.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}

.slick-lightbox .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-next {
  right: 15px;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block !important;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-caption {
  font-size: 18px;
  display: block;
  margin: 10px 0 0;
  color: white;
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}

.slick-lightbox-close:focus {
  outline: none;
}

.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×';
}


.slick-loading .slick-list {
  background: #fff url("../images/common/ajax-loader.gif") center center no-repeat;
}



.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 36px;
  width: 32px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: none;
  color: transparent;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: none;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: "fontello";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (min-width: 64em) {
  .slick-prev,
  .slick-next {
    background: none;
    height: auto;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 45px;
  }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background: none;
  }
}

.slick-prev {
  left: 0;
  z-index: 1;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

@media print, screen and (min-width: 64em) {
  .slick-prev {
    left: 40px;
  }
}

.slick-next {
  right: 0;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

@media print, screen and (min-width: 64em) {
  .slick-next {
    right: 40px;
  }
}


.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
  width: 20px;
  height: 20px;
  font-family: "fontello";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #727272;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}


.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
  display: none;
}

#fs_Top .slick-slide:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  z-index: 10;
  transition: opacity .5s linear;
  visibility: visible;
}

#fs_Top .slick-slide.slick-current:before,.slick-slide.slick-current:before {
  opacity: 0;
  visibility: hidden;
}

[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;
}

.slick-slide div:not(.slick-lightbox-slick-item-inner) {
  display: block !important;
}

.slick-arrow.slick-hidden {
  display: none;
}

.about_main {
  width: 100%;
  height: 100vh;
  background: #000;
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: row wrap;
  padding: 0.9375rem;
  justify-content: center;
  align-items: center;
}

.about_main:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/about/keyvisual.jpg) no-repeat center center;
  background-size: cover;
  z-index: 2;
  opacity: .8;
}

.about_main__inner {
  width: 100%;
}

.about_main__header {
  position: relative;
  z-index: 3;
  color: #fff;
  width: 100%;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.375rem;
  margin-bottom: 1.875rem;
}

.about_main__text {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  margin-bottom: 1em;
  line-height: 1.8;
  text-align: center;
}

.about_page_section {
  padding: 2.5rem 0.9375rem 3.125rem;
}

@media print, screen and (min-width: 64em) {
  .about_page_section {
    padding: 9.375rem 6.875rem;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}

.about_page_section__header {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 2px solid #333;
  text-align: center;
  line-height: 1.5;
}

.about_page_section__header > span {
  display: block;
}

@media print, screen and (min-width: 64em) {
  .about_page_section__header > span {
    display: inline-block;
    margin-left: 1rem;
  }
}

@media print, screen and (min-width: 64em) {
  .about_page_section__header {
    text-align: left;
  }
}

@media print, screen and (min-width: 64em) {
  .about_page_section__textbox {
    width: calc(100% - 500px);
  }
}

.about_page_section__text {
  font-size: 0.9375rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2;
  margin-bottom: 1.875rem;
}

.about_page_section__image {
  margin-bottom: 3.125rem;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .about_page_section__image {
    width: 25rem;
  }
  .about_page_section__image > img {
    width: 25rem;
    height: 25rem;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
  }
}

@media print, screen and (min-width: 64em) {
  .about_page_section__link {
    width: 100%;
    text-align: center;
    margin-top: 5rem;
  }
  .about_page_section__link .button_style1 {
    width: 45rem;
  }
}

.about_page_section.section2 {
  background: url(../images/about/bg1.png) no-repeat center center;
  background-size: cover;
  color: #fff;
}

@media print, screen and (min-width: 64em) {
  .about_page_section.section2 {
    padding: 0;
    background: url(../images/about/bg2.png) no-repeat center center;
    background-size: cover;
  }
}

.about_page_section.section2 .about_page_section__header {
  border-color: #fff;
}

@media print, screen and (min-width: 64em) {
  .about_page_section.section2 .about_page_section__textbox {
    width: 45rem;
    padding: 7.8125rem 5rem;
    background: rgba(0, 0, 0, 0.7);
  }
}

.about_page_section.section3 {
  background: #F0F0F0;
}

.about_csr {
  padding: 3.125rem 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .about_csr__inner {
    width: 64rem;
    margin: 0 auto;
  }
}

.about_csr__header {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
  text-align: center;
}

.about_csr__hr {
  width: 100%;
  height: 0.3125rem;
  border: 1px solid #000;
  margin: 0 auto 1.875rem;
  box-sizing: border-box;
}

@media print, screen and (min-width: 64em) {
  .about_csr__hr {
    margin-bottom: 2.1875rem;
  }
}

.about_csr__text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 1.875rem;
  font-size: 0.9375rem;
  line-height: 2;
}

@media print, screen and (min-width: 64em) {
  .about_csr__bnrgroup {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 64em) {
  .about_csr__bnrgroup1 {
    width: 35.625rem;
  }
}

.about_csr__bnrgroup2 {
  display: flex;
  flex-flow: row wrap;
}

@media print, screen and (min-width: 64em) {
  .about_csr__bnrgroup2 {
    width: 25.25rem;
  }
}

.about_csr__bnr {
  margin-bottom: 1.875rem;
  width: 100%;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .about_csr__bnr > img {
    width: 100%;
    height: auto;
  }
  .about_csr__bnr.bnr3 {
    width: 12.5rem;
  }
}

.about_brand {
  padding: 3.125rem 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .about_brand {
    width: 64rem;
    padding: 6.25rem 0 9.375rem;
    margin: 0 auto;
  }
}

.about_brand__header {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
  text-align: center;
  line-height: 1.3;
  padding: 0 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .about_brand__header {
    margin-bottom: 5rem;
  }
}

.about_brand__section {
  margin-bottom: 1.875rem;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
}

@media print, screen and (min-width: 64em) {
  .about_brand__section {
    justify-content: space-between;
  }
}

.about_brand__hr {
  border: none;
  border-bottom: 1px solid #b2b2b2;
  width: 100%;
  margin: 0 auto 1.875rem;
}

.about_brand__logo {
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 64em) {
  .about_brand__logo {
    width: 9.125rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.625rem;
  }
}

.about_brand__logo.gres {
  width: 9.125rem;
}

.about_brand__logo.la_quoh {
  width: 7.875rem;
}

.about_brand__logo.coto {
  width: 9.125rem;
}

.about_brand__logo.second_effort {
  width: 9.125rem;
}

.about_brand__logo.prima_pelle {
  width: 9.125rem;
}

.about_brand__desc {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 2;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .about_brand__desc {
    width: 52.5rem;
  }
}

.about_brand__link {
  width: 100%;
  text-align: right;
}

.about_us {
  background: #000;
  padding: 3.125rem 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .about_us {
    padding: 5rem 0;
  }
}

.about_us__header {
  color: #fff !important;
  margin-bottom: 2.5rem;
}

.about_us__header .heading_style1__ja {
  color: #fff;
}

.about_us__links {
  display: flex;
  flex-flow: row wrap;
}

@media print, screen and (min-width: 64em) {
  .about_us__links {
    width: 64rem;
    margin: 0 auto;
    justify-content: space-between;
  }
}

.about_us__link_item {
  width: 100%;
  margin: 0 0 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .about_us__link_item {
    width: calc(50% - 15px);
  }
}


body {
  
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  overflow-x: hidden;
  color: #333;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

body * {
  box-sizing: border-box;
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

.show-for-large {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .show-for-large {
    display: block !important;
  }
}


.fz12 {
  font-size: 0.75rem !important;
}

.fz13 {
  font-size: 0.8125rem !important;
}

.fz14 {
  font-size: 0.875rem !important;
}

.fz15 {
  font-size: 0.9375rem !important;
}

.fz16 {
  font-size: 1rem !important;
}


.pT0 {
  padding-top: 0 !important;
}


.hr_style1 {
  width: 100%;
  height: 0.3125rem;
  border: 1px solid #b2b2b2;
  margin: 0 auto 1.875rem;
  box-sizing: border-box;
}

@media print, screen and (min-width: 64em) {
  .hr_style1 {
    margin-bottom: 2.1875rem;
  }
}

.hr_style2 {
  width: 100%;
  height: 1px;
  background: #707070;
  margin: 0 auto 3.125rem;
  box-sizing: border-box;
  border: none;
}

@media print, screen and (min-width: 64em) {
  .hr_style2 {
    width: 64rem;
  }
}


.heading_style1 {
  font-family: 'EB Garamond', serif;
  font-style: normal;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
  color: #333;
}

.heading_style1__ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  display: block;
  margin: 0.25rem 0 0;
  color: #333;
}

.heading_style2 {
  font-family: 'EB Garamond', serif;
  font-style: normal;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  margin: 3.125rem auto;
}

.heading_style2:before {
  display: block;
  content: "";
  width: 1.25rem;
  height: 1px;
  background: #707070;
  position: absolute;
  left: -2.5rem;
  top: 50%;
}

.heading_style2:after {
  display: block;
  content: "";
  width: 1.25rem;
  height: 1px;
  background: #707070;
  position: absolute;
  right: -2.5rem;
  top: 50%;
}

.heading_style3 {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 1.875rem;
  margin-bottom: 0.9375rem;
  position: relative;
  text-align: center;
  color: #333;
}

.heading_style3:after {
  display: block;
  content: "";
  width: 0.625rem;
  height: 1px;
  background: #707070;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5;
}


.link_stye1 {
  font-size: 0.8125rem;
  text-decoration: none;
  color: #333;
  position: relative;
  padding-right: 1.5625rem;
  transition: opacity .25s linear;
}

.link_stye1:hover {
  opacity: .6;
}

.link_stye1:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  content: "";
  
  
  font-variant: normal;
  text-transform: none;
  
  line-height: 1em;
  
  
  margin-left: .2em;
  
  
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  
  font-size: 0.8125rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
}


.button_style1 {
  font-size: 1rem;
  color: #333;
  width: 20.625rem;
  min-height: 3.125rem;
  display: flex;
  transition: opacity .25s linear;
  text-decoration: none;
  text-align: center;
  border: 1px solid #b2b2b2;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  padding: 0.75rem 0.9375rem;
}

.button_style1.white {
  color: #fff;
  border: 1px solid #fff;
}

.button_style1.black {
  background: #333;
  border: 1px solid #B2B2B2;
  color: #fff;
}

.button_style1:hover {
  opacity: .6;
}

@media print, screen and (min-width: 64em) {
  .button_style1 {
    width: 31.25rem;
    min-height: 3.75rem;
  }
}

.button_style2 {
  font-size: 1rem;
  color: #fff;
  background: #000;
  width: 20.625rem;
  min-height: 3.125rem;
  display: flex;
  transition: all .25s linear;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  padding: 0.75rem 0.9375rem;
  border: 1px solid #000;
}

.button_style2:hover {
  color: #000;
  background: #fff;
}

@media print, screen and (min-width: 64em) {
  .button_style2 {
    width: 31.25rem;
    min-height: 3.75rem;
  }
}


.breadcrumbs {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .breadcrumbs {
    display: block;
    background: #001E43;
  }
  .breadcrumbs.white {
    background: #fff;
  }
}

.breadcrumbs__list {
  display: flex;
  flex-flow: row wrap;
  width: 64rem;
  margin: 0 auto;
  padding: 0.3125rem 0 0.4375rem;
}

.breadcrumbs__item {
  font-size: 0.75rem;
  color: #fff;
  padding-right: 0.625rem;
  margin-right: 0.625rem;
  position: relative;
}

.white .breadcrumbs__item {
  color: #333333;
}

.breadcrumbs__item:after {
  width: 1em;
  height: 1em;
  display: block;
  content: ">";
  position: absolute;
  right: -0.625rem;
  top: 50%;
  transform: translateY(-50%) scaleY(1.8);
}

.breadcrumbs__item:last-child:after {
  display: none;
}

.breadcrumbs__link {
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
}

.white .breadcrumbs__link {
  color: #333333;
}

.pagetop {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .pagetop {
    display: block;
    position: fixed;
    right: 1.875rem;
    bottom: 0.625rem;
    z-index: 150;
    opacity: 0;
    visibility: hidden;
    transition: all .25s linear;
  }
  .pagetop.show {
    opacity: 1;
    visibility: visible;
  }
}

.pagetop__link {
  display: block;
}

.footer {
  padding: 3.75rem 0.9375rem 5rem;
  background: #000;
}

@media print, screen and (min-width: 64em) {
  .footer {
    padding: 3.75rem 0.9375rem 1.25rem;
  }
}

.footer__brand {
  text-align: center;
}

.footer__brand_header {
  color: #fff;
  font-family: 'EB Garamond', serif;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  margin: 0 auto 1.875rem;
}

.footer__brand_header:before {
  display: block;
  content: "";
  width: 0.3125rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -1.25rem;
  top: 50%;
}

.footer__brand_header:after {
  display: block;
  content: "";
  width: 0.3125rem;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -1.25rem;
  top: 50%;
}

.footer__brand_list {
  display: flex;
  flex-flow: row wrap;
  margin: -0.625rem;
  align-items: center;
  padding-bottom: 2.1875rem;
}

@media print, screen and (min-width: 64em) {
  .footer__brand_list {
    width: 64rem;
    margin: 0 auto;
  }
}

.footer__brand_list2 {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-bottom: 2.1875rem;
  justify-content: center;
}

@media print, screen and (min-width: 64em) {
  .footer__brand_list2 {
    width: 64rem;
    margin: 0 auto;
  }
}

.footer__brand_item {
  width: 50%;
  padding: 0 0.625rem;
  margin-bottom: 1.5625rem;
}

.footer__brand_item:first-child {
  width: 100%;
}

.footer__brand_item img {
  height: auto;
  max-width: 9.375rem;
}

@media print, screen and (min-width: 64em) {
  .footer__brand_item {
    width: 20%;
  }
  .footer__brand_item:first-child {
    width: 20%;
  }
}

.footer__hr {
  width: 100%;
  height: 1px;
  border: none;
  border-bottom: 1px solid #fff;
  margin: 0 0 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .footer__nav_wrapper {
    display: flex;
    flex-flow: row;
    width: 64rem;
    margin: 0 auto 1.875rem;
    justify-content: center;
    align-items: center;
  }
}

.footer__nav {
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .footer__nav {
    margin-bottom: 0;
  }
}

.footer__nav_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: calc(100% - 1rem);
  overflow: hidden;
  margin: 0 auto;
}

@media print, screen and (min-width: 64em) {
  .footer__nav_list {
    width: 37.5rem;
  }
}

.footer__nav_item {
  margin-bottom: 0.9375rem;
  position: relative;
  padding-right: 0.9375rem;
  margin-right: 0.9375rem;
}

.footer__nav_item::before {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  background: #fff;
  position: absolute;
  left: -0.9375rem;
  top: 50%;
  margin-top: -4px;
}

.footer__nav_item:first-child:before {
  display: none;
}

.footer__nav_item:last-child {
  margin-right: 0;
  padding-right: 0;
}

@media print, screen and (min-width: 64em) {
  .footer__nav_item {
    margin-bottom: 0;
  }
}

.footer__nav_link {
  color: #fff;
  text-decoration: none;
  font-size: 0.8125rem;
  transition: opacity .25s linear;
}

.footer__nav_link:hover {
  opacity: .6;
}

.footer__sns {
  display: flex;
  flex-flow: row;
  margin-top: 0;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  margin-bottom: 1.25rem;
  justify-content: center;
}

@media print, screen and (min-width: 64em) {
  .footer__sns {
    margin-bottom: 0;
  }
}

.footer__sns_item {
  width: 1.875rem;
  padding: 0 0.5rem;
  box-sizing: content-box;
}

@media print, screen and (min-width: 64em) {
  .footer__sns_item {
    width: 1.25rem;
    padding: 0 0.3125rem;
  }
}

.footer__sns_link {
  color: #fff;
  transition: opacity .25s linear;
}

.footer__sns_link > i {
  font-size: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .footer__sns_link > i {
    font-size: 1.25rem;
  }
}

.footer__sns_link:hover {
  opacity: .6;
}

.footer__copyright {
  font-size: 0.625rem;
  color: #fff;
  text-align: center;
}

.fs-trial-header {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .fs-l-page {
    padding-top: 4.375rem;
  }
}

.fs-c-breadcrumb {
  margin-bottom: 1.5625rem;
}

@media print, screen and (min-width: 64em) {
  .fs-c-breadcrumb {
    width: 64rem;
    margin: 0 auto 1.5625rem;
  }
}

.fs-c-breadcrumb__listItem {
  font-size: 0.875rem;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem {
  font-size: 0.875rem;
  position: relative;
  padding-left: 0.625rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem > a {
  font-size: 0.875rem;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem:before {
  transform: translateY(-50%) scaleY(1.8);
  display: block;
  font-size: 0.875rem;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1em;
  height: 1em;
}

.fs-c-productCarouselMainImage {
  margin-bottom: 3.75rem;
  max-width: 420px;
  margin: auto;
  width: 100%;
}

.fs-c-productCarouselMainImage__carousel .slick-slide:before {
  display: none;
}

.fs-c-productCarouselMainImage__expandButton {
  display: none;
}

.fs-c-productCarouselMainImage__thumbnailList {
  flex-flow: row wrap;
  overflow: visible;
  justify-content: center;
}

@media print, screen and (min-width: 64em) {
  .fs-c-productCarouselMainImage__thumbnailList {
    justify-content: flex-start;
  }
}

.fs-c-productCarouselMainImage__thumbnailList > li {
  flex-basis: auto;
}

@media print, screen and (min-width: 64em) {
  .fs-c-productCarouselMainImage__thumbnailList > li {
    flex-basis: 80px;
    font-size: 0.875rem;
    text-align: center;
    margin: 0 2px 4px 2px;
  }
}

.fs-c-productCarouselMainImage__thumbnailList > li:before {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background: none;
  border: 1px solid #333333;
  content: "";
}

@media print, screen and (min-width: 64em) {
  .fs-c-productCarouselMainImage__thumbnailList > li:before {
    display: none;
  }
}

.fs-c-productCarouselMainImage__thumbnailList > li.slick-active:before {
  background: #333;
}

.fs-c-productCarouselMainImage__thumbnailList > li > figure {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .fs-c-productCarouselMainImage__thumbnailList > li > figure {
    display: block;
  }
}

.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 32px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: none;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.fs-c-slick .slick-prev:hover, .fs-c-slick .slick-prev:focus,
.fs-c-slick .slick-next:hover,
.fs-c-slick .slick-next:focus {
  outline: none;
  background: none;
  color: transparent;
}

.fs-c-slick .slick-prev:hover:before, .fs-c-slick .slick-prev:focus:before,
.fs-c-slick .slick-next:hover:before,
.fs-c-slick .slick-next:focus:before {
  opacity: .8;
}

.fs-c-slick .slick-prev.slick-disabled:before,
.fs-c-slick .slick-next.slick-disabled:before {
  opacity: .8;
}

.fs-c-slick .slick-prev:before,
.fs-c-slick .slick-next:before {
  font-family: 'fontello';
  font-size: 30px;
  line-height: 1;
  color: #B2B2B2;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (min-width: 64em) {
  .fs-c-slick .slick-prev,
  .fs-c-slick .slick-next {
    background: none;
    height: auto;
  }
  .fs-c-slick .slick-prev:before,
  .fs-c-slick .slick-next:before {
    font-size: 60px;
  }
  .fs-c-slick .slick-prev:hover, .fs-c-slick .slick-prev:focus,
  .fs-c-slick .slick-next:hover,
  .fs-c-slick .slick-next:focus {
    background: none;
  }
}

.fs-c-slick .slick-prev {
  left: 0;
  z-index: 1;
}

[dir="rtl"] .fs-c-slick .slick-prev {
  left: auto;
  right: -25px;
}

.fs-c-slick .slick-prev:before {
  content: "";
}

[dir="rtl"] .fs-c-slick .slick-prev:before {
  content: "";
}

@media print, screen and (min-width: 64em) {
  .fs-c-slick .slick-prev {
    left: 0;
  }
}

.fs-c-slick .slick-next {
  right: 0;
}

[dir="rtl"] .fs-c-slick .slick-next {
  left: -25px;
  right: auto;
}

.fs-c-slick .slick-next:before {
  content: "";
}

[dir="rtl"] .fs-c-slick .slick-next:before {
  content: "";
}

@media print, screen and (min-width: 64em) {
  .fs-c-slick .slick-next {
    right: 0;
  }
}

.fs-c-slick .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.fs-c-slick .slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.fs-c-slick .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 8px;
  width: 8px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.fs-c-slick .slick-dots li button:hover, .fs-c-slick .slick-dots li button:focus {
  outline: none;
}

.fs-c-slick .slick-dots li button:hover:before, .fs-c-slick .slick-dots li button:focus:before {
  opacity: 1;
}

.fs-c-slick .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: none;
  border: 1px solid #333333;
  width: 8px;
  height: 8px;
  font-family: "fontello";
  font-size: 12px;
  line-height: 8px;
  text-align: center;
  color: #727272;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 100%;
}

.fs-c-slick .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
  background: #333;
}

.fs-c-modal__header {
  padding: 0.3125rem 0.625rem;
}

.fs-c-modal--inquiry {
  text-align: center;
}

.fs-c-modal__title {
  padding-top: 1.25rem;
  flex: 1 0 auto;
}

.fs-c-modal__inner.is-warning {
  border-color: #333;
}

.fs-c-modal__inner.is-warning .fs-c-modal__header {
  background: #333;
}

.fs-c-modal__inner.is-warning .fs-c-modal__title {
  padding-top: 0;
}

.fs-c-modal__contents p {
  margin-bottom: 0.9375rem;
}

.fs-c-inquiryProduct {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.9375rem;
}

.fs-c-inquiryProduct__productImage {
  width: 5rem;
}

.fs-c-inquiryProduct__productName {
  width: calc(100% - 95px);
  line-height: 1.5;
  text-align: left;
}

.fs-c-stockNotificationsProduct {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.9375rem;
}

.fs-c-stockNotificationsProduct__productImage {
  width: 5rem;
}

.fs-c-stockNotificationsProduct__productName {
  width: calc(100% - 95px);
  line-height: 1.5;
  text-align: left;
}

.fs-c-inputTable__label {
  display: inline-block;
  padding-bottom: 0.3125rem;
}

.fs-c-inputTable #fs_input_inquiry {
  border: 1px solid #ccc;
  padding: .5rem;
}

.fs-c-inquiryMessage {
  margin-bottom: 0.625rem;
}

.fs-c-inputInformation__button {
  margin: 1.875rem 0 0.9375rem;
  text-align: center;
}

.fs-c-productNameHeading {
  margin-bottom: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
}

@media print, screen and (min-width: 64em) {
  .fs-c-productNameHeading {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
    line-height: 1.8;
    font-weight: 600;
  }
}

.fs-c-productNumber {
  margin-bottom: 0.3125rem;
  font-size: .875rem;
}

.fs-c-productPrice {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin-bottom: 0.3125rem;
}

.fs-c-productPrice__main {
  margin-right: 0.3125rem;
}

.fs-c-productPointDisplay {
  background: #333;
  padding: 0.3125rem 0.625rem;
}

.fs-c-productPointDisplay__label {
  display: none;
}

.fs-c-productPointDisplay__quantity {
  color: #fff;
  text-align: center;
  display: block;
}

.fs-c-productPointDisplay__quantity:after {
  display: inline-block;
  content: "ポイント還元";
  font-size: 0.875rem;
}

.fs-c-productPointDisplay__unit {
  display: none;
}

.fs-c-variationCart {
  padding: 0;
}

.fs-c-variationCart > li {
  display: flex;
  flex-flow: row wrap;
}

.fs-c-variationCart__image {
  width: 3.4375rem;
  order: 1;
}

@media print, screen and (min-width: 64em) {
  .fs-c-variationCart__image {
    width: 5rem;
  }
}

.fs-c-variationCart__variationName {
  order: 2;
  width: calc(100% - 80px - 30px - 150px - 8px);
  font-size: 0.875rem;
  flex: 0 0 auto;
}

@media print, screen and (min-width: 64em) {
  .fs-c-variationCart__variationName .fs-c-variationCart__variationName__name {
    font-size: 0.875rem;
  }
}

.fs-c-variationCart__variationName .fs-c-variationCart__variationName__stock {
  font-size: 0.875rem;
  margin-top: 0.3125rem;
  color: #CC2323;
}

.fs-c-variationCart__wishlist {
  order: 4;
  width: 1.875rem;
}

.fs-c-variationCart__cartButton,.fs-c-productActionButton
 {
  order: 3;
  width: 9.375rem;
}

.fs-c-button--primary {
  padding: 0.625rem 1.25rem;
  background: #333;
  color: #fff;
  border-radius: 4px;
  transition: opacity .25s linear;
}

.fs-c-button--primary:hover {
  opacity: .8;
}

.fs-c-button--addToCart--variation.fs-c-button--primary,.fs-c-button--addToCart--detail.fs-c-button--primary {
  background: none;
  border: 2px solid #CC2323;
  border-radius: 0;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 0.3125rem;
}

.fs-c-button--addToCart--variation > .fs-c-button__label:before,.fs-c-button--addToCart--detail > .fs-c-button__label:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  content: "";
  
  
  font-variant: normal;
  text-transform: none;
  
  line-height: 1em;
  
  
  margin-left: .2em;
  
  
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  
  font-size: 0.875rem;
  margin-right: 0.3125rem;
}

.fs-c-button--addToCart--list.fs-c-button--plain {
  background: none;
  border: 2px solid #CC2323;
  border-radius: 0;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 0.3125rem;
  width: 80%;
  margin: 0.625rem 0;
}

.fs-c-button--addToCart--list > .fs-c-button__label:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  content: "";
  
  
  font-variant: normal;
  text-transform: none;
  
  line-height: 1em;
  
  
  margin-left: .2em;
  
  
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  
  font-size: 0.875rem;
  margin-right: 0.3125rem;
}

.fs-c-button__label {
  font-size: 0.875rem;
  line-height: 1.2;
  display: block;
}

.fs-c-button--addToWishList--icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fs-c-button--addToWishList--icon:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  content: "";
  
  
  font-variant: normal;
  text-transform: none;
  
  line-height: 1em;
  
  
  margin-left: .2em;
  
  
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  
  font-size: 1.25rem;
  color: #B2B2B2;
}

.fs-c-button--addToWishList--icon .fs-c-button__label {
  text-indent: -99999px;
  display: block;
}

.fs-c-button--removeFromWishList--icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fs-c-button--removeFromWishList--icon:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  content: "";
  
  
  font-variant: normal;
  text-transform: none;
  
  line-height: 1em;
  
  
  margin-left: .2em;
  
  
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  
  font-size: 1.25rem;
  color: #FF9A9A;
}

.fs-c-button--removeFromWishList--icon .fs-c-button__label {
  text-indent: -99999px;
  display: block;
}

.fs-c-button--subscribeToArrivalNotice--variation {
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
  border: 2px solid #B2B2B2;
  border-radius: 0;
}

.fs-c-button--subscribeToArrivalNotice--variation .fs-c-button__label:before {
  display: none;
}

.fs-c-button--subscribeToArrivalNotice--list {
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
  border: 1px solid #B2B2B2;
  border-radius: 3px;
  margin: 0.625rem 0;
  width: 80%;
  text-align: center;
}

.fs-c-button--subscribeToArrivalNotice--list .fs-c-button__label:before {
  display: none;
}

.fs-c-button--inquiryAboutProduct {
  width: 17.5rem;
  margin: 2.5rem auto;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #B2B2B2;
  border-radius: 0;
  padding: 0.9375rem 1.25rem;
  display: block;
}

.fs-c-button--inquiryAboutProduct .fs-c-button__label:before {
  display: none;
}

.fs-c-button--sendInquiry {
  padding: 0.625rem 1.25rem;
  background: #000;
  color: #fff;
  border-radius: 0;
  transition: opacity .25s linear;
}

.fs-c-button--sendInquiry > .fs-c-button__label:before {
  display: none;
}

.fs-c-button--sendInquiry:hover {
  opacity: .8;
}

.fs-c-button--subscribeToArrivalNotice {
  padding: 0.625rem 1.25rem;
  background: #333;
  color: #fff;
  border-radius: 4px;
  transition: opacity .25s linear;
}

.fs-c-button--subscribeToArrivalNotice > .fs-c-button__label:before {
  display: none;
}

.fs-c-button--subscribeToArrivalNotice:hover {
  opacity: .8;
}

.fs-c-button--viewMoreImage {
  background: #333;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.125rem 0.25rem;
  margin-bottom: 0.3125rem;
  display: inline-block;
}

.fs-p-productDescription {
  margin-bottom: 1.25rem;
  line-height: 1.25;
  font-size: 0.875rem;
}

@media print, screen and (min-width: 64em) {
  .fs-p-productDescription {
    line-height: 1.8;
    margin-bottom: 2.5rem;
  }
}

.fs-c-returnedSpecialContract__link {
  display: flex;
  justify-content: flex-end;
  margin: 0.625rem 0;
  font-size: 0.8125rem;
  text-decoration: none;
  color: #000;
  position: relative;
  padding-right: 1.5625rem;
  transition: opacity .25s linear;
}

.fs-c-returnedSpecialContract__link:hover {
  opacity: .6;
}

.fs-c-returnedSpecialContract__link:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  content: "";
  
  
  font-variant: normal;
  text-transform: none;
  
  line-height: 1em;
  
  
  margin-left: .2em;
  
  
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  
  font-size: 0.8125rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.fs-c-button--addReview--detail {
  width: 17.5rem;
  margin: 2.5rem auto;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #B2B2B2;
  border-radius: 3px;
  padding: 0.9375rem 1.25rem;
  display: block;
}

@media print, screen and (min-width: 64em) {
  .fs-l-productLayout {
    display: flex;
    flex-flow: row wrap;
  }
}

.fs-c-productList {
  padding: 0 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .fs-c-productList {
    padding: 0 3.75rem;
    max-width: 90rem;
    margin: auto;
  }
}

.fs-c-productList__list {
  display: flex;
  flex-flow: row wrap;
  margin-left: -0.125rem;
  margin-right: -0.125rem;
  margin-bottom: 5rem;
}

@media print, screen and (min-width: 64em) {
  .fs-c-productList__list {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.fs-c-productList__list__item {
  width: 50%;
  padding: 0 0.125rem;
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .fs-c-productList__list__item {
    width: 25%;
    padding: 0 2rem;
    margin-bottom: 3.75rem;
  }
}

.fs-c-productListItem__viewMoreImageButton {
  display: none;
}

.fs-c-productListItem__control {
  display: none;
}

.fs-c-productListItem__outOfStock {
  font-size: 0.875rem;
  margin-top: 0.3125rem;
  color: #CC2323;
  text-align: right;
  display: none;
}

h2.fs-c-productListItem__productName {
  margin-top: 1rem;
}

.fs-c-listControl {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1.875rem;
}

.fs-c-listControl__status {
  order: 2;
  font-size: 1rem;
  text-align: right;
  width: 100%;
}

.fs-c-pagination {
  width: 100%;
  order: 1;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9375rem;
}

.fs-c-pagination__item {
  flex: 0 0 auto;
  font-size: 1.125rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.625rem;
  margin: 0 0.9375rem;
}

.fs-c-pagination__item.is-active {
  background: none;
  border: 1px solid #333;
}

.fs-c-pagination__item--prev:before {
  content: "≪";
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  color: #333;
}

.fs-c-pagination__item--next:before {
  content: "≫";
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  color: #333;
}

.fs-c-productName__name {
  font-size: 0.875rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.5rem;
}

.fs-c-productPrice__main {
  margin: 0;
  font-size: 0.875rem;
}

.fs-c-productPrice__main__price.fs-c-price {
  display: contents;
}

.fs-c-productPrice__main__label:after {
  content: "：";
}

.fs-c-productPrice__addon {
  margin: 0;
  font-size: 0.875rem;
}

.fs-c-productPrice__addon__label:before {
  content: "（";
}

.fs-c-productPrice__addon__label:after {
  content: "）";
}

.fs-c-productPrice--listed:after {
  content: "⇒";
  margin-right: .5rem;
  margin-left: .5rem;
  font-size: .875rem;
}

.fs-c-productPrice--selling {
  font-weight: bold;
  margin: 0 0 0 auto;
  margin-bottom: 1rem;
}

.fs-c-productPrice.fs-c-productPrice--listed + .fs-c-productPrice--selling{
	color: red;
}

.fs-c-productPrices {
  display: flex;
  margin: 0 auto;
  margin-top: .875rem;
}


.fs-l-productLayout {
  max-width: 1440px;
  margin: auto;
  margin-top: 5rem;
}

.fs-c-productNotice--outOfStock {
  font-size: .875rem;
  margin-top: 1rem;
}

h2.fs-c-modal__title {
  font-size: 1.125rem;
  font-weight: 600;
}

.fs-c-inputInformation {
  font-size: .875rem;
  text-align: left;
}

.fs-c-checkbox__labelText > a {
  color: blue;
}

[type="text"], [type="tel"] {
  padding: .5rem;
}


#fs_preview_header {
  -moz-animation: cssAnimation 0s ease-in 5s forwards;
  
  -webkit-animation: cssAnimation 0s ease-in 5s forwards;
  
  -o-animation: cssAnimation 0s ease-in 5s forwards;
  
  animation: cssAnimation 0s ease-in 5s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
  }
}

@-webkit-keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    visibility: hidden;
  }
}

.fs-preview-header {
  padding: 0;
  position: absolute;
  z-index: 9999;
  width: 100%;
}

.gres_main {
  display: flex;
  justify-content: center;
}

.gres_main__image {
  width: 100%;
  height: calc(100vh - 70px);
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media print, screen and (min-width: 64em) {
  .gres_main__image {
    height: auto;
  }
}

.gres_commitment {
  padding: 4.6875rem 0 5rem;
}

@media print, screen and (min-width: 64em) {
  .gres_commitment {
    padding: 9.375rem 0 8.125rem;
  }
}

.gres_commitment__section {
  margin-bottom: 3.125rem;
}

@media print, screen and (min-width: 64em) {
  .gres_commitment__section {
    display: flex;
    flex-flow: row;
    align-items: center;
  }
  .gres_commitment__section.section2 {
    width: 64rem;
    margin: 0 auto 3.125rem;
  }
}

.gres_commitment__imagebox01 {
  padding: 0;
}

@media print, screen and (min-width: 64em) {
  .gres_commitment__imagebox01 {
    padding: 0;
    width: 57%;
  }
}

.gres_commitment__imagebox02 {
  width: 100%;
  margin: 0 auto 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .gres_commitment__imagebox02 {
    width: 26.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .gres_commitment__image {
    width: 100%;
    height: auto;
  }
}

.gres_commitment__header {
  position: relative;
  z-index: 10;
  padding-bottom: 2.1875rem;
  margin-bottom: 2.1875rem;
}

.gres_commitment__header:before {
  display: block;
  content: "";
  width: 1.25rem;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.625rem;
}

.gres_commitment__textbox {
  padding: 0 0.9375rem;
  margin-bottom: 3.125rem;
}

@media print, screen and (min-width: 64em) {
  .gres_commitment__textbox {
    padding: 0 6.25rem;
    width: 43%;
    margin: 0;
  }
  .section2 .gres_commitment__textbox {
    width: 30rem;
    padding: 0;
  }
}

.gres_commitment__logo {
  display: block;
  width: 10.625rem;
  margin: 0 auto 3.125rem;
}

.gres_commitment__text {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 2;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 64em) {
  .gres_commitment__text {
    font-size: 0.875rem;
  }
}

.gres_new_product {
  padding-bottom: 5rem;
  border-bottom: 1px solid #DBDBDB;
  position: relative;
}

.gres_new_product__header {
  font-family: 'EB Garamond', serif;
  font-style: normal;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 2.1875rem;
  background: #333333;
  padding: 3.4375rem 0.9375rem;
  line-height: 1.4;
  text-align: center;
}

.gres_new_product__header > em {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.6875rem;
}

.gres_new_product__section {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 5rem;
}

@media print, screen and (min-width: 64em) {
  .gres_new_product__section {
    justify-content: space-between;
    align-items: center;
    width: 64rem;
    margin: 0 auto 5rem;
  }
}

.gres_new_product__imagebox {
  width: 100%;
  margin-bottom: 5rem;
  padding: 0;
}

@media print, screen and (min-width: 64em) {
  .gres_new_product__imagebox {
    padding: 0 0 80.759162304% 0;
    height: 0;
    width: 43%;
  }
  .right .gres_new_product__imagebox {
    order: 2;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .gres_new_product__image {
    width: 43%;
    height: auto;
    position: absolute;
    left: 0;
  }
  .right .gres_new_product__image {
    left: auto;
    right: 0;
  }
}

@media screen and (min-width: 90em) {
  .right .gres_new_product__image {
    max-height: 56.25rem;
    width: auto;
  }
}

.gres_new_product__textbox {
  width: 100%;
  text-align: right;
}

@media print, screen and (min-width: 64em) {
  .gres_new_product__textbox {
    width: 25.625rem;
  }
  .right .gres_new_product__textbox {
    order: 1;
  }
}

.gres_new_product__product_image {
  width: 100%;
  margin: 0 auto 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .gres_new_product__product_image {
    width: 100%;
  }
}

.gres_new_product__product_name {
  font-size: 0.875rem;
  margin: 0 2.1875rem 0.625rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  text-align: right;
}

.gres_new_product__product_name:before {
  display: block;
  content: "";
  width: 0.5rem;
  height: 1px;
  background: #000;
  position: absolute;
  left: -0.9375rem;
  top: 0.5rem;
}

@media print, screen and (min-width: 64em) {
  .gres_new_product__product_name {
    margin: 0 0 0.625rem;
    text-align: left;
    display: block;
    padding-left: 1.25rem;
  }
  .gres_new_product__product_name:before {
    left: 0;
  }
}

.gres_new_product__product_price {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: right;
  margin-bottom: 1.875rem;
  padding: 0 2.5rem;
}

@media print, screen and (min-width: 64em) {
  .gres_new_product__product_price {
    padding: 0;
  }
}

.gres_new_product__product_desc {
  padding: 0 2.5rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.8;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .gres_new_product__product_desc {
    padding: 0;
    font-size: 0.9375rem;
  }
}

.gres_new_product__product_link {
  padding: 0 2.5rem;
  font-weight: bold;
}

@media print, screen and (min-width: 64em) {
  .gres_new_product__product_link {
    padding: 0;
  }
}

.gres_new_product__link {
  text-align: center;
}

.gres_prodcut {
  padding: 5rem 0 11.25rem;
  border-bottom: 1px solid #DBDBDB;
}

.gres_prodcut__header {
  position: relative;
  z-index: 10;
  padding-bottom: 2.1875rem;
  margin-bottom: 2.1875rem;
}

.gres_prodcut__header:before {
  display: block;
  content: "";
  width: 1.25rem;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.625rem;
}

.gres_prodcut__text {
  font-size: 0.875rem;
  line-height: 1.8;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  padding: 0 0.9375rem;
  margin-bottom: 3.125rem;
}

@media print, screen and (min-width: 64em) {
  .gres_prodcut__text {
    width: 64rem;
    margin: 0 auto 5rem;
    padding: 0;
  }
}

.gres_prodcut__imagebox {
  margin-bottom: 3.75rem;
}

.gres_prodcut__image {
  width: 100%;
  height: 10.9375rem;
  object-fit: cover;
  object-position: right;
  font-family: "object-fit: cover; object-position: right;";
}

@media print, screen and (min-width: 64em) {
  .gres_prodcut__image {
    height: 27.5rem;
  }
}

.gres_prodcut__image_list {
  display: flex;
  flex-flow: row wrap;
  padding: 0 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .gres_prodcut__image_list {
    width: 64rem;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0;
  }
}

.gres_prodcut__image_item {
  width: 50%;
  padding: 0 0.625rem;
  margin-bottom: 1.5625rem;
}

@media print, screen and (min-width: 64em) {
  .gres_prodcut__image_item {
    width: calc(25% - 1rem);
    padding: 0;
  }
}

.gres_prodcut__list {
  padding: 0 1.25rem;
  margin-bottom: 3.125rem;
}

@media print, screen and (min-width: 64em) {
  .gres_prodcut__list {
    width: 64rem;
    margin: 0 auto 3.125rem;
    padding: 0;
  }
  .gres_prodcut__list.large-2-col .product_category__group_list {
    padding: 0;
  }
  .gres_prodcut__list.large-2-col .product_category__group_item {
    width: 50%;
  }
}

.gres_prodcut__link {
  text-align: center;
}

.header {
  width: 100%;
  height: 4.375rem;
  background: #000;
}

@media print, screen and (min-width: 64em) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 150;
  }
}

@media print, screen and (min-width: 64em) {
  .header__logo {
    width: 9.375rem;
  }
  .header__logo img {
    width: 100%;
    height: auto;
  }
}

.header__inner {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media print, screen and (min-width: 64em) {
  .header__inner {
    width: 100%;
    max-width: 64rem;
    margin: 0 auto;
    justify-content: space-between;
  }
}

.large_nav {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .large_nav {
    display: block;
  }
}

.large_nav__list {
  display: flex;
  flex-flow: row;
  width: 33.75rem;
}

.large_nav__item {
  position: relative;
}

.large_nav__item:before {
  display: block;
  content: "";
  height: 1.25rem;
  width: 1px;
  background: #797979;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5625rem;
}

.large_nav__item:last-child:after {
  display: block;
  content: "";
  height: 1.25rem;
  width: 1px;
  background: #797979;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5625rem;
}

.large_nav__link {
  color: #fff;
  text-decoration: none;
  font-size: 0.8125rem;
  padding: 0 1.875rem;
  transition: all .25s linear;
  height: 4.375rem;
  display: flex;
  align-items: center;
}

.large_nav[data-megamenu="1"] .large_nav__link[data-megamenu-screen="1"] {
  background: #fff;
  color: #000;
}

.large_nav[data-megamenu="2"] .large_nav__link[data-megamenu-screen="2"] {
  background: #fff;
  color: #000;
}

.large_nav__megamenu {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 4.375rem;
  left: 0;
  z-index: 200;
  transition: all .25s linear;
  opacity: 0;
  visibility: hidden;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

.large_nav[data-megamenu="1"] .large_nav__megamenu.screen1 {
  opacity: 1;
  visibility: visible;
}

.large_nav[data-megamenu="0"] .large_nav__megamenu.screen1 {
  opacity: 0;
  visibility: hidden;
}

.large_nav[data-megamenu="2"] .large_nav__megamenu.screen1 {
  opacity: 0;
  visibility: hidden;
}

.large_nav[data-megamenu="1"] .large_nav__megamenu.screen2 {
  opacity: 0;
  visibility: hidden;
}

.large_nav[data-megamenu="0"] .large_nav__megamenu.screen2 {
  opacity: 0;
  visibility: hidden;
}

.large_nav[data-megamenu="2"] .large_nav__megamenu.screen2 {
  opacity: 1;
  visibility: visible;
}

.large_nav__megamenu_inner {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  padding: 3.75rem 0;
  position: relative;
}

.large_nav__megamenu_header {
  font-size: 1.5rem;
  font-family: 'EB Garamond', serif;
  font-style: normal;
  margin-bottom: 2.5rem;
  position: relative;
}

.large_nav__megamenu_header > span {
  background: #fff;
  display: inline-block;
  padding-right: 1.875rem;
  position: relative;
  z-index: 2;
}

.large_nav__megamenu_header:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}

.large_nav__megamenu_subheader {
  font-size: 1rem;
  font-weight: 700;
  padding-left: 0.625rem;
  position: relative;
  margin-bottom: 1.875rem;
}

.large_nav__megamenu_subheader > a {
  text-decoration: none;
  color: #333;
}

.large_nav__megamenu_subheader:before {
  display: block;
  content: "";
  width: 0.3125rem;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
}

.large_nav__megamenu_nav {
  margin-bottom: 3.75rem;
  display: flex;
  flex-flow: row wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.large_nav__megamenu_nav_item {
  padding: 0 0.9375rem;
  flex: 1 0 0;
}

@media print, screen and (min-width: 64em) {
  .large_nav__megamenu_nav_item {
    width: 25%;
    flex: 0 0 auto;
    margin-bottom: 0.9375rem;
  }
}

.large_nav__megamenu_nav_link {
  font-size: .75rem;
  border: 1px solid #b2b2b2;
  color: #333;
  text-decoration: none;
  display: block;
  min-height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .25s linear;
}

.large_nav__megamenu_nav_link:hover {
  background: #F0F0F0;
}

.large_nav__megamenu_brandlist {
  margin: 0;
}

.large_nav__megamenu_branditem {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding: 1.25rem 0;
  border-top: 1px solid #C3C3C3;
  align-items: center;
}

.large_nav__megamenu_branditem:first-child {
  border: none;
}

.large_nav__megamenu_brandlogo {
  width: 9.125rem;
}

.large_nav__megamenu_brandtext {
  width: 53.125rem;
}

.large_nav__megamenu_brandtextbody {
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: 0.625rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
}

.large_nav__megamenu_brandlink {
  text-align: right;
}

.large_nav__megamenu_close {
  position: absolute;
  right: -3.4375rem;
  top: 3.4375rem;
  width: 2.1875rem;
  text-align: center;
  text-decoration: none;
  color: #000;
}

.large_nav__megamenu_close:active {
  color: #000;
}

.large_nav__megamenu_close_icon {
  font-size: 1.5625rem;
  display: inline-block;
  margin-bottom: 0.1875rem;
  font-weight: 700;
}

.large_nav__megamenu_close_text {
  font-size: 0.6875rem;
}

.smart_nav {
  background: #000;
  width: 100%;
  height: 3.4375rem;
  padding: 0 0.9375rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
}

@media print, screen and (min-width: 64em) {
  .smart_nav {
    position: relative;
    width: 9.375rem;
  }
}

.smart_nav__list {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

@media print, screen and (min-width: 64em) {
  .smart_nav__list {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
}

.smart_nav__item {
  color: #fff;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

@media print, screen and (min-width: 64em) {
  .smart_nav__item.hide-large {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .smart_nav__item {
    padding: 0 0.3125rem;
  }
}

.smart_nav__item.fs-clientInfo.is-ready {
  display: flex;
}

.smart_nav__icon {
  margin-bottom: 0.1875rem;
  position: relative;
}

.smart_nav__icon > i {
  font-size: 1.375rem;
}

.smart_nav__icon > .hamburger {
  padding-top: 0.3125rem;
}

.smart_nav__bubble {
  background: #005BCB;
  color: #fff;
  padding: 0.1875rem 0.25rem 0.3125rem;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  font-size: 0.625rem;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.smart_nav__label {
  font-size: 0.625rem;
  font-family: 'EB Garamond', serif;
  font-style: normal;
}

.smart_nav__link {
  color: #fff;
  text-decoration: none;
  transition: all .25s linear;
}

.smart_nav__link:hover {
  opacity: .6;
}

.smart_nav__link.pagetop {
  border: 1px solid #fff;
  width: 2.1875rem;
  height: 2rem;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.smart_nav__link.login-link.login-true {
  display: none;
}

.smart_nav__link.mypage-link.login-false {
  display: none;
}

.smart_nav__link.mypage-link.login-true .smart_nav__label {
  margin-left: -2px;
}

.smart_nav_screen {
  width: 100%;
  height: calc(100vh - 3.4375rem);
  background: #000;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 110;
  opacity: 0;
  top: 100vh;
  transition: all .25s linear;
}

.smart_nav_screen.active {
  top: 0;
  opacity: 1;
}

.smart_nav_screen__logo {
  width: 100%;
  height: 4.375rem;
  background: #000;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
}

.smart_nav_screen__header {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  position: relative;
  padding-bottom: 1.875rem;
  margin-bottom: 2.5rem;
}

.smart_nav_screen__header:after {
  display: block;
  content: "";
  width: 0.625rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.3125rem;
}

.smart_nav_screen__screens {
  position: relative;
  height: calc(100vh - 230px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100vw;
  overflow-x: hidden;
}

.smart_nav_screen[data-active-screen="1"] .smart_nav_screen__screens {
  height: calc(100vh - 90px);
}

.smart_nav_screen[data-active-screen="3"] .smart_nav_screen__screens {
  height: calc(100vh - 230px);
}

.smart_nav_screen__screen1 {
  width: 100vw;
  padding-bottom: 6.25rem;
}

.smart_nav_screen__screen2 {
  width: 100%;
  height: calc(100vh - 230px);
  padding-bottom: 9.375rem;
  background: #000;
  position: absolute;
  top: 0;
  left: 100vw;
  z-index: 120;
  transition: left .25s linear;
  box-sizing: content-box;
}

.smart_nav_screen[data-active-screen="2"] .smart_nav_screen__screen2 {
  left: 0;
}

.smart_nav_screen[data-active-screen="0"] .smart_nav_screen__screen2 {
  left: 100vw;
}

.smart_nav_screen[data-active-screen="1"] .smart_nav_screen__screen2 {
  left: 100vw;
}

.smart_nav_screen[data-active-screen="3"] .smart_nav_screen__screen2 {
  left: 100vw;
}

.smart_nav_screen__screen3 {
  width: 100%;
  height: calc(100vh - 230px);
  background: #000;
  position: absolute;
  top: 0;
  left: 100vw;
  z-index: 120;
  transition: left .25s linear;
  box-sizing: content-box;
}

.smart_nav_screen[data-active-screen="3"] .smart_nav_screen__screen3 {
  left: 0;
}

.smart_nav_screen[data-active-screen="0"] .smart_nav_screen__screen3 {
  left: 100vw;
}

.smart_nav_screen[data-active-screen="1"] .smart_nav_screen__screen3 {
  left: 100vw;
}

.smart_nav_screen[data-active-screen="2"] .smart_nav_screen__screen3 {
  left: 100vw;
}

.smart_nav_screen__navlist {
  display: flex;
  flex-flow: row wrap;
}

.smart_nav_screen__navitem {
  width: 100%;
}

.smart_nav_screen__navlink {
  color: #fff;
  text-decoration: none;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .25s linear;
}

.smart_nav_screen__navlink.has-child {
  position: relative;
  padding-right: 2.5rem;
  text-indent: 2.5rem;
}

.smart_nav_screen__navlink.has-child:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  content: "";
  
  
  font-variant: normal;
  text-transform: none;
  
  line-height: 1em;
  
  
  margin-left: .2em;
  
  
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  
  font-size: 0.8125rem;
  position: absolute;
  right: 3.125rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 110;
}

.smart_nav_screen__navlink.to-parent {
  position: relative;
  padding-left: 2.5rem;
  text-indent: -2.5rem;
}

.smart_nav_screen__navlink.to-parent:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  content: "";
  
  
  font-variant: normal;
  text-transform: none;
  
  line-height: 1em;
  
  
  margin-left: .2em;
  
  
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  
  font-size: 0.8125rem;
  position: absolute;
  left: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 110;
}

.smart_nav_screen__navlink:hover {
  opacity: .6;
}

.smart_nav_screen__main {
  margin-bottom: 2.5rem;
}

.smart_nav_screen__sub {
  background: #363636;
  padding: 0.9375rem 0.625rem;
  min-height: calc(100vh - 251px);
}

.smart_nav_screen__subheader {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.9375rem;
}

.smart_nav_screen__subheader > a {
  text-decoration: none;
  color: #fff;
}

.smart_nav_screen__subnav {
  margin-bottom: 1.25rem;
}

.smart_nav_screen__subnav_list {
  display: flex;
  flex-flow: row wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.smart_nav_screen__subnav_item {
  width: 50%;
  padding: 0 0.625rem;
}

.smart_nav_screen__subnav_link {
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  padding: 0.625rem 0 0.625rem 0.625rem;
  display: block;
  position: relative;
  transition: opacity .25s linear;
}

.smart_nav_screen__subnav_link:hover {
  opacity: .6;
}

.smart_nav_screen__subnav_link:before {
  display: block;
  content: "";
  width: 0.3125rem;
  height: 1px;
  position: absolute;
  left: 0;
  top: 1.0625rem;
  background: #fff;
}

.smart_nav_screen__subnav_brandlist {
  display: flex;
  flex-flow: row wrap;
}

.smart_nav_screen__subnav_branditem {
  width: 100%;
  border-bottom: 1px solid #fff;
}

.smart_nav_screen__subnav_branditem:last-child {
  border: none;
}

.smart_nav_screen__subnav_brandlogo {
  width: 100%;
  text-align: center;
  margin-bottom: 0.625rem;
}

.smart_nav_screen__subnav_brandlogo > img {
  width: 7.5rem;
  height: auto;
}

.smart_nav_screen__subnav_brandtext {
  font-size: 0.8125rem;
  display: inline-block;
  position: relative;
  padding-right: 1.25rem;
}

.smart_nav_screen__subnav_brandtext:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  content: "";
  
  
  font-variant: normal;
  text-transform: none;
  
  line-height: 1em;
  
  
  margin-left: .2em;
  
  
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  
  font-size: 0.8125rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.smart_nav_screen__subnav_brandlink {
  display: flex;
  flex-flow: row wrap;
  padding: 1.25rem 0;
  color: #fff;
  text-decoration: none;
  justify-content: center;
}

.smart_nav_screen__aside {
  border-top: 1px solid #fff;
  padding-top: 2.5rem;
  margin: 0 0.625rem;
}

.list_information {
  padding: 0 1.25rem 0;
  border-bottom: none;
  margin-bottom: 3.75rem;
}

@media print, screen and (min-width: 64em) {
  .list_information {
    width: 64rem;
    margin: 0 auto 5rem;
    padding: 0;
  }
}

.list_information__header {
  margin-bottom: 1.25rem;
  color: #333;
}

@media print, screen and (min-width: 64em) {
  .list_information__header {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .list_information__list {
    flex: 1 0 0;
    margin-bottom: 1.5625rem;
  }
}

.list_information__list_item {
  font-size: 0.875rem;
  padding: 0 0 1.25rem;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 1.25rem;
  color: #333;
}

@media print, screen and (min-width: 64em) {
  .list_information__list_item {
    padding: 1.5625rem 1.25rem;
    margin: 0;
    display: flex;
    flex-flow: row;
    align-items: center;
  }
}

.list_information.no-border {
  border-bottom: 1px solid #E0E0E0;
  padding: 0 1.25rem 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .list_information.no-border {
    padding: 0 8.75rem 3.125rem;
    margin-bottom: 6.25rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
  }
}

.list_information.no-border .list_information__header {
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 64em) {
  .list_information.no-border .list_information__header {
    width: 10.625rem;
    margin-bottom: 0.3125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .list_information.no-border .hr_style1 {
    width: 0.3125rem;
    height: 3.125rem;
    margin: 0 1.5625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .list_information.no-border .list_information__list {
    margin-bottom: 0;
  }
}

.list_information.no-border .list_information__list_item {
  border: none;
  margin-bottom: 0;
  padding: 0 1.25rem 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .list_information.no-border .list_information__list_item {
    margin: 0;
    padding: 0;
  }
}

.list_information__list_date {
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
  color: #333;
}

@media print, screen and (min-width: 64em) {
  .list_information__list_date {
    margin: 0 2.8125rem 0 0;
  }
}

.list_information__list_link {
  line-height: 1.8;
  text-decoration: none;
  color: #333;
}

.list_information__archive_link {
  text-align: right;
}

@media print, screen and (min-width: 64em) {
  .list_information.no-border .list_information__archive_link {
    width: 11.25rem;
  }
}

.lsit_new_products {
  padding-bottom: 3.125rem;
}

@media print, screen and (min-width: 64em) {
  .lsit_new_products {
    padding-top: 6.25rem;
  }
}

.lsit_new_products__header {
  margin-bottom: 2.5rem;
  color: #333;
}

@media print, screen and (min-width: 64em) {
  .lsit_new_products__header {
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
    position: relative;
  }
  .lsit_new_products__header:after {
    display: block;
    content: "";
    width: 1.25rem;
    height: 1px;
    background: #707070;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.625rem;
  }
}

.lsit_new_products__list {
  display: flex;
  flex-flow: row wrap;
  border-top: 1px solid #E0E0E0;
  margin-bottom: 3.125rem;
}

@media print, screen and (min-width: 64em) {
  .lsit_new_products__list {
    width: 64rem;
    margin: 0 auto 3.125rem;
    border: none;
  }
}

.lsit_new_products__list_item {
  width: 50%;
  border-bottom: 1px solid #E0E0E0;
}

.lsit_new_products__list_item:nth-child(2n) {
  border-left: 1px solid #E0E0E0;
}

@media print, screen and (min-width: 48em) {
  .lsit_new_products__list_item {
    border: none;
    width: 25%;
    margin-bottom: 3.125rem;
  }
  .lsit_new_products__list_item:nth-child(2n) {
    border: none;
  }
}

.lsit_new_products__list_title {
  font-size: 0.875rem;
  padding: 0.5rem 0.9375rem 2.5rem;
  color: #333;
  line-height: normal;
}

@media print, screen and (min-width: 64em) {
  .lsit_new_products__list_title {
    padding: 0.5rem 0.9375rem 0.625rem;
  }
}

.lsit_new_products__list_thumb > img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.lsit_new_products__list_link {
  color: #333;
  text-decoration: none;
  transition: opacity .25s linear;
}

.lsit_new_products__list_link:hover {
  opacity: .6;
}

.lsit_new_products__archive_link {
  text-align: center;
}

.about {
  padding: 5rem 0.9375rem 3.125rem;
  position: relative;
  background: #000;
}

@media print, screen and (min-width: 64em) {
  .about {
    padding: 5rem 0.9375rem 5rem;
  }
}

.about:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/home/about_bg.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;
  opacity: 0.3;
}

@media print, screen and (min-width: 64em) {
  .about:before {
    background-size: contain;
  }
}

.about__header {
  color: #fff;
  position: relative;
  z-index: 10;
  padding-bottom: 2.1875rem;
  margin-bottom: 2.1875rem;
}

.about__header:before {
  display: block;
  content: "";
  width: 1.25rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.625rem;
}

.about__text {
  color: #fff;
  position: relative;
  z-index: 10;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  margin-bottom: 1.5625rem;
  line-height: 1.8;
  text-align: center;
}

.about__link {
  position: relative;
  z-index: 10;
  text-align: center;
}

.about__link .link_stye1 {
  color: #fff;
}

.brand {
  padding: 3.125rem 0 0;
}

@media print, screen and (min-width: 64em) {
  .brand {
    width: 64rem;
    margin: 0 auto;
  }
}

.brand__header {
  position: relative;
  z-index: 10;
  padding-bottom: 2.1875rem;
  margin-bottom: 2.1875rem;
  color: #333;
}

.brand__header:before {
  display: block;
  content: "";
  width: 1.25rem;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 64em) {
  .brand__header {
    margin-bottom: 4.375rem;
  }
}

.brand__hr {
  border: none;
  border-bottom: 1px solid #b2b2b2;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.brand__section {
  padding: 3.125rem 0 5rem;
}

@media print, screen and (min-width: 64em) {
  .brand__section {
    padding: 6.25rem 0;
  }
}

.brand__logo {
  max-width: 500px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 3.125rem;
  padding: 0 1.25rem;
}

.brand__desc {
  padding: 0 1.25rem;
  margin-bottom: 1.875rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.8;
  font-size: 0.9375rem;
  color: #333;
}

@media print, screen and (min-width: 64em) {
  .brand__desc {
    padding: 0;
  }
}

.brand__link {
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .brand__link {
    text-align: right;
  }
}

.brand__lineup {
  text-align: center;
}

.brand__lineup_section {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media print, screen and (min-width: 64em) {
  .brand__lineup_section {
    margin-left: -rem-cacl(15);
    margin-right: -rem-cacl(15);
  }
}

.brand__lineup_item {
  width: calc(50% - 1px);
}

@media print, screen and (min-width: 48em) {
  .brand__lineup_item {
    width: 25%;
    padding: 0 0.9375rem;
  }
}

.brand__lineup_link {
  color: #000;
  text-decoration: none;
  transition: opacity .25s linear;
}

.brand__lineup_link:hover {
  opacity: .6;
}

.brand__lineup_thumb {
  margin-bottom: 1.0625rem;
  overflow: hidden;
}

.brand__lineup_thumb > img {
  width: 100%;
  height: auto;
}

.brand__lineup_title {
  font-size: 0.875rem;
  padding: 0 0.5rem 2.1875rem 1.5625rem;
  line-height: 1.5;
  position: relative;
  color: #333;
}

.brand__lineup_title:before {
  display: block;
  content: "";
  width: 0.5rem;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0.625rem;
  top: 0.6875rem;
}

@media print, screen and (min-width: 64em) {
  .brand__lineup_title {
    padding: 0 0 0 0.9375rem;
    margin-bottom: 3.75rem;
  }
  .brand__lineup_title:before {
    left: 0;
  }
}

.brand__lineup_archive {
  text-align: center;
}

.repair {
  background: #F8F8F8;
  padding: 3.125rem 1.25rem;
}

@media print, screen and (min-width: 64em) {
  .repair {
    padding: 6.25rem 0;
  }
}

@media print, screen and (min-width: 64em) {
  .repair__inner {
    width: 64rem;
    margin: 0 auto;
  }
}

.repair__header {
  margin-bottom: 1.875rem;
}

.repair__images {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 3.125rem;
}

.repair__images_item {
  width: 100%;
}

.repair__images_item > img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 64em) {
  .repair__images_item {
    width: 50%;
    margin-bottom: 3.75rem;
  }
  .repair__images_item.image1 {
    order: 2;
  }
  .repair__images_item.image2 {
    order: 1;
  }
}

.repair__lead {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.8;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 1.875rem;
}

.repair__text {
  font-size: 0.8125rem;
  line-height: 1.8;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 3.125rem;
}

.repair__button {
  text-align: center;
}

.product_category {
  padding: 3.125rem 1.25rem;
  margin-top: 200px;
}

@media print, screen and (min-width: 64em) {
  .product_category {
    width: 64rem;
    margin: 0 auto;
    padding: 6.25rem 0;
    margin-top: 200px;
  }
}

.product_category__header {
  margin-bottom: 1.875rem;
  color: #333;
}

@media print, screen and (min-width: 64em) {
  .product_category__header {
    margin-bottom: 3.75rem;
  }
}

.product_category__group {
  margin-bottom: 3.125rem;
}

.product_category__group:last-child {
  margin: 0;
}

.product_category__group_header {
  margin-bottom: 1.25rem;
}

.product_category__group_header > a {
  text-decoration: none;
  color: #333;
}

@media print, screen and (min-width: 64em) {
  .product_category__group_header {
    margin-bottom: 1.875rem;
  }
}

.product_category__group_list {
  display: flex;
  flex-flow: row wrap;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  justify-content: center;
}

@media print, screen and (min-width: 64em) {
  .product_category__group_list {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.product_category__group_item {
  width: 50%;
  padding: 0 0.3125rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .product_category__group_item {
    width: 25%;
    padding: 0 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .column3 .product_category__group_item {
    width: 33.333333%;
  }
}

.product_category__group_link {
  font-size: 0.75rem;
  border: 1px solid #C3C3C3;
  color: #333;
  text-decoration: none;
  display: block;
  min-height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .25s linear;
}
/*IE*/
@media all and (-ms-high-contrast:none){
  .product_category__group_link{
 padding:1rem;
 }
 }

.product_category__group_link:hover {
  opacity: .6;
}

.laquoh_main {
  display: flex;
}

.laquoh_main__image {
  width: 100%;
  height: calc(100vh - 70px);
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media print, screen and (min-width: 64em) {
  .laquoh_main__image {
    height: auto;
  }
}

.laquoh_about__header, .laquoh_tradition__section01_header, .laquoh_tradition__section02_header {
  font-size: 1.125rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  margin-bottom: 1.875rem;
}

.laquoh_about__header:before, .laquoh_tradition__section01_header:before, .laquoh_tradition__section02_header:before {
  display: block;
  content: "";
  width: 0.9375rem;
  height: 1px;
  background: #707070;
  position: absolute;
  left: -1.5625rem;
  top: 50%;
}

.laquoh_about__header:after, .laquoh_tradition__section01_header:after, .laquoh_tradition__section02_header:after {
  display: block;
  content: "";
  width: 0.9375rem;
  height: 1px;
  background: #707070;
  position: absolute;
  right: -1.5625rem;
  top: 50%;
}

.laquoh_about {
  padding: 5rem 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

@media print, screen and (min-width: 64em) {
  .laquoh_about {
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 64em) {
  .laquoh_about__header {
    font-size: 1.75rem;
    margin: 0 auto 1.875rem;
  }
}

.laquoh_about__text {
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 6.25rem;
  padding: 0 0.9375rem;
}

.laquoh_about__imagebox01 {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

@media print, screen and (min-width: 64em) {
  .laquoh_about__imagebox01 {
    width: calc(50% - 4px);
  }
  .laquoh_about__imagebox01 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.laquoh_about__image01 {
  width: 100%;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .laquoh_about__image01 {
    margin-bottom: 0;
  }
}

.laquoh_about__imagebox02 {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

@media print, screen and (min-width: 64em) {
  .laquoh_about__imagebox02 {
    width: calc(50% - 4px);
  }
}

.laquoh_about__image02 {
  width: 100%;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .laquoh_about__image02 {
    margin-bottom: 0.5rem;
  }
  .laquoh_about__image02 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.laquoh_about__image03 {
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .laquoh_about__image03 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.laquoh_tradition {
  padding: 5rem 0;
}

.laquoh_tradition__section01 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 7.5rem;
}

@media print, screen and (min-width: 64em) {
  .laquoh_tradition__section01 {
    width: 64rem;
    margin: 0 auto 7.5rem;
    justify-content: space-between;
  }
}

.laquoh_tradition__section01_flexwrapper {
  display: flex;
  flex-flow: row wrap;
}

@media print, screen and (min-width: 64em) {
  .laquoh_tradition__section01_flexwrapper {
    justify-content: space-between;
  }
}

.laquoh_tradition__section01_header {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-weight: bold;
}

.laquoh_tradition__section01_header:before {
  width: 1.5625rem;
  left: -2.5rem;
}

.laquoh_tradition__section01_header:after {
  width: 1.5625rem;
  right: -2.5rem;
}

@media print, screen and (min-width: 64em) {
  .laquoh_tradition__section01_header {
    font-size: 1.75rem;
    margin: 0 auto 4.375rem;
  }
}

.laquoh_tradition__section01_imagebox {
  width: 100%;
  padding: 0 0.9375rem;
  margin-bottom: 3.125rem;
}

@media print, screen and (min-width: 64em) {
  .laquoh_tradition__section01_imagebox {
    padding: 0;
    width: 21.25rem;
  }
}

.laquoh_tradition__section01_textbox {
  width: 100%;
  padding: 0 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .laquoh_tradition__section01_textbox {
    width: calc(100% - 375px);
    padding: 0;
  }
}

.laquoh_tradition__section01_headline {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}

.laquoh_tradition__section01_text {
  margin-bottom: 3.125rem;
  padding-left: 1.875rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 2;
}

@media print, screen and (min-width: 64em) {
  .laquoh_tradition__section01_text {
    margin-bottom: 1.5625rem;
  }
}

.laquoh_tradition__section02 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

@media print, screen and (min-width: 64em) {
  .laquoh_tradition__section02 {
    width: 64rem;
    margin: 0 auto;
  }
}

.laquoh_tradition__section02_logo {
  width: 10rem;
  margin-bottom: 1.25rem;
}

.laquoh_tradition__section02_lead {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 2;
  color: #12356B;
  text-align: center;
  margin-bottom: 3.75rem;
  width: 100%;
}

.laquoh_tradition__section02_header {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 0.3125rem;
}

@media print, screen and (min-width: 64em) {
  .laquoh_tradition__section02_header {
    font-size: 1.75rem;
    margin-bottom: 0.625rem;
  }
}

.laquoh_tradition__section02_header_ja {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.75rem;
  text-align: center;
  margin-bottom: 3.125rem;
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .laquoh_tradition__section02_header_ja {
    font-size: 0.875rem;
  }
}

.laquoh_tradition__section02_color_section {
  padding: 0 2.1875rem;
}

@media print, screen and (min-width: 64em) {
  .laquoh_tradition__section02_color_section {
    display: flex;
    flex-flow: row wrap;
    margin-left: -3.75rem;
    margin-right: -3.75rem;
    padding: 0;
  }
}

.laquoh_tradition__section03 {
  padding: 2.5rem 0.9375rem 0;
}

@media print, screen and (min-width: 64em) {
  .laquoh_tradition__section03 {
    width: 64rem;
    margin: 0 auto;
    padding: 2.5rem 0 0;
  }
}

.laquoh_tradition__section03_header {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
  text-align: center;
}

.laquoh_tradition__section03_text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 2;
  margin-bottom: 3.125rem;
}

@media print, screen and (min-width: 64em) {
  .laquoh_tradition__section03_text {
    width: 50rem;
    margin: 0 auto 3.125rem;
  }
}

.laquoh_tradition__section03_patterns {
  margin: 0;
}

.laquoh_tradition__section03_patternbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 3.125rem;
}

.laquoh_tradition__section03_patternbox:last-of-type {
  margin-bottom: 0;
}

@media print, screen and (min-width: 64em) {
  .laquoh_tradition__section03_patternbox {
    justify-content: space-between;
  }
}

.laquoh_tradition__section03_pattern_imagebox {
  width: 13.4375rem;
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .laquoh_tradition__section03_pattern_imagebox {
    margin: 0;
  }
}

.laquoh_tradition__section03_pattern_textbox {
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .laquoh_tradition__section03_pattern_textbox {
    width: calc(100% - 260px);
  }
}

.laquoh_tradition__section03_pattern_header {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
  text-align: center;
  line-height: 1.5;
}

@media print, screen and (min-width: 64em) {
  .laquoh_tradition__section03_pattern_header {
    text-align: left;
  }
}

.laquoh_tradition__section03_pattern_header_ja {
  display: block;
}

.laquoh_tradition__section03_pattern_em {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .laquoh_tradition__section03_pattern_em {
    text-align: left;
  }
}

.laquoh_tradition__section03_pattern_desc {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 2;
}

.laquoh_color_section {
  margin-bottom: 2.5rem;
}

@media print, screen and (min-width: 64em) {
  .laquoh_color_section {
    width: 50%;
    padding: 0 3.75rem;
  }
}

.laquoh_color_section__colorbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.9375rem;
}

.laquoh_color_section__color {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 100%;
}

.laquoh_color_section__color.tsukishirogin {
  background: #EDEDED;
}

.laquoh_color_section__color.rurikon {
  background: #12356B;
}

.laquoh_color_section__color.rikyushirachakonjiki {
  background: #E8DCBC;
}

.laquoh_color_section__color.shirosumire {
  background: #DBD3E1;
}

.laquoh_color_section__color_namebox {
  width: calc(100% - 100px);
}

.laquoh_color_section__color_name {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
  display: block;
}

.laquoh_color_section__color_kana {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  display: block;
}

.laquoh_color_section__desc {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 2;
}

.laquoh_kirakaracho {
  padding-bottom: 3.125rem;
}

@media print, screen and (min-width: 64em) {
  .laquoh_kirakaracho {
    padding-bottom: 21.5625rem;
  }
}

.laquoh_kirakaracho__headerbox {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 9.375rem;
}

@media print, screen and (min-width: 64em) {
  .laquoh_kirakaracho__headerbox {
    justify-content: space-between;
  }
}

.laquoh_kirakaracho__header_la_quoh {
  background: #E9EAF5;
  padding: 5rem 0.9375rem 3.125rem;
}

@media print, screen and (min-width: 64em) {
  .laquoh_kirakaracho__header_la_quoh {
    width: calc(50% - 2px);
    padding: 5rem 4.375rem 3.125rem;
  }
}

.laquoh_kirakaracho__header_kirakaracho {
  background: #001E61;
  padding: 3.125rem 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .laquoh_kirakaracho__header_kirakaracho {
    width: calc(50% - 2px);
    padding: 3.125rem 4.375rem;
  }
}

.laquoh_kirakaracho__header_la_quoh .laquoh_kirakaracho__header_logo {
  width: 9.6875rem;
  margin: 0 auto 4.375rem;
}

@media print, screen and (min-width: 64em) {
  .laquoh_kirakaracho__header_la_quoh .laquoh_kirakaracho__header_logo {
    margin: 0 auto 5.9375rem;
  }
}

.laquoh_kirakaracho__header_kirakaracho .laquoh_kirakaracho__header_logo {
  width: 13.4375rem;
  margin: 0 auto 2.5rem;
}

.laquoh_kirakaracho__header_text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 2;
}

.laquoh_kirakaracho__header_kirakaracho .laquoh_kirakaracho__header_text {
  color: #fff;
}

.laquoh_kirakaracho__artistbox {
  background: #E0E0E0;
  margin-bottom: 9.375rem;
}

.laquoh_kirakaracho__artistbox:last-of-type {
  margin-bottom: 0;
}

.laquoh_kirakaracho__artistbox_inner {
  padding: 4.0625rem 0.9375rem 3.125rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
}

@media print, screen and (min-width: 64em) {
  .laquoh_kirakaracho__artistbox_inner {
    width: 64rem;
    padding: 1.25rem 0 3.4375rem;
    margin: 0 auto;
    align-items: flex-start;
  }
}

.laquoh_kirakaracho__artist_photo {
  width: 9.375rem;
  position: absolute;
  top: -4.375rem;
  left: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .laquoh_kirakaracho__artist_photo {
    width: 12.5rem;
    position: relative;
    height: 0;
  }
  .laquoh_kirakaracho__artist_photo > img {
    position: absolute;
    top: -0.9375rem;
  }
}

.laquoh_kirakaracho__artist_textbox {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

@media print, screen and (min-width: 64em) {
  .laquoh_kirakaracho__artist_textbox {
    width: calc(100% - 245px);
  }
}

.laquoh_kirakaracho__artist_name {
  width: 100%;
  padding-left: 10.625rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  margin-bottom: 3.75rem;
  line-height: 1.4;
}

@media print, screen and (min-width: 64em) {
  .laquoh_kirakaracho__artist_name {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    padding-left: 0;
  }
}

.laquoh_kirakaracho__artist_name_en {
  display: block;
}

@media print, screen and (min-width: 64em) {
  .laquoh_kirakaracho__artist_name_en {
    display: inline;
  }
}

.laquoh_kirakaracho__artist_text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 2;
}


.maintenace_item__header, .maintenace_repaire__header, .maintenace_menu__header, .maintenace_flow__header, .maintenace_apply__header {
  font-weight: bold;
  font-size: 1.25rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 2.1875rem;
  padding-bottom: 1.875rem;
  position: relative;
  text-align: center;
  line-height: 1.5;
}

.maintenace_item__header:after, .maintenace_repaire__header:after, .maintenace_menu__header:after, .maintenace_flow__header:after, .maintenace_apply__header:after {
  width: 1.25rem;
  height: 1px;
  background: #707070;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media print, screen and (min-width: 64em) {
  .maintenace_item__header, .maintenace_repaire__header, .maintenace_menu__header, .maintenace_flow__header, .maintenace_apply__header {
    font-size: 1.5rem;
  }
}


.page_maintenace {
  color: #333;
}

.page_maintenace__contentbox {
  padding: 0 0.9375rem;
}


.maintenace_main__image {
  width: 100%;
  height: 96.533333333vw;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media print, screen and (min-width: 64em) {
  .maintenace_main__image {
    height: 31.25rem;
  }
}

.maintenace_main__headerbox {
  width: 13.125rem;
  height: 13.125rem;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: -6.5625rem auto 3.125rem;
  position: relative;
}

@media print, screen and (min-width: 64em) {
  .maintenace_main__headerbox {
    width: 20.625rem;
    height: 20.625rem;
    margin-top: -10.3125rem;
  }
}

.maintenace_main__header {
  color: #fff;
  font-size: 1.5rem;
  font-size: bold;
  line-height: 1.3;
}

@media print, screen and (min-width: 64em) {
  .maintenace_main__header {
    font-size: 2.25rem;
  }
}

.maintenace_main__header_en {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.75rem;
  margin-top: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .maintenace_main__header_en {
    font-size: 1rem;
  }
}


.maintenace_about {
  background: #E0E0E0;
  margin-bottom: 9.375rem;
}

@media print, screen and (min-width: 64em) {
  .maintenace_about {
    margin-bottom: 11.25rem;
  }
}

.maintenace_about__inner {
  padding: 3.125rem 0.9375rem 0;
  position: relative;
}

@media print, screen and (min-width: 64em) {
  .maintenace_about__inner {
    display: flex;
    flex-flow: row wrap;
    padding: 3.125rem 0 3.125rem;
    width: 64rem;
    margin: 0 auto;
  }
}

.maintenace_about__header {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.25rem;
  margin-bottom: 3.125rem;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .maintenace_about__header {
    font-size: 2.375rem;
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .maintenace_about__textbox {
    width: 32.1875rem;
  }
}

.maintenace_about__text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.8;
}

.maintenace_about__imagebox {
  position: relative;
  bottom: -4.375rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .maintenace_about__imagebox {
    position: absolute;
    width: 33.125rem;
    left: auto;
    right: -3.125rem;
    bottom: -4.375rem;
  }
}


.maintenace_statement {
  margin-bottom: 8.75rem;
}

@media print, screen and (min-width: 64em) {
  .maintenace_statement {
    width: 64rem;
    margin: 0 auto 5.9375rem;
  }
}

.maintenace_statement__header {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1.875rem;
  padding-bottom: 3.125rem;
  border-bottom: 2px solid #333;
}

.maintenace_statement__text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.8;
}


.maintenace_item__contentbox {
  padding: 0 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .maintenace_item__contentbox {
    width: 64rem;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}

.maintenace_item__content {
  margin-bottom: 3.125rem;
}

@media print, screen and (min-width: 64em) {
  .maintenace_item__content {
    width: calc(33.33333% - 20px);
  }
}

.maintenace_item__content_header {
  display: flex;
  align-items: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5625rem;
}

.maintenace_item__content_header_num {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.5rem;
  color: #808080;
  margin-right: 1.25rem;
}

.maintenace_item__content_image {
  margin-bottom: 1.875rem;
}

.maintenace_item__content_image > img {
  width: 100%;
  height: 80vw;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media print, screen and (min-width: 64em) {
  .maintenace_item__content_image > img {
    height: 18.75rem;
  }
}

.maintenace_item__content_text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1.8;
}


.maintenace_repaire_about {
  margin-bottom: 3.125rem;
}

@media print, screen and (min-width: 64em) {
  .maintenace_repaire_about {
    width: 64rem;
    margin: 0 auto 3.125rem;
  }
}

.maintenace_repaire_about__header {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  padding: 1.25rem;
  border: 1px solid #707070;
  margin-bottom: 1.875rem;
}

.maintenace_repaire_about__text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.8;
}


.maintenace_repaire {
  margin-bottom: 5rem;
}

.maintenace_repaire__contentbox {
  padding: 0 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .maintenace_repaire__contentbox {
    padding: 0;
    width: 64rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}

.maintenace_repaire__content {
  margin-bottom: 3.125rem;
}

@media print, screen and (min-width: 64em) {
  .maintenace_repaire__content {
    width: calc(33.33333% - 20px);
  }
}


.maintenace_b_a__item {
  margin-bottom: 1.875rem;
}

.maintenace_b_a__arrow {
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background: #333;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity .25s linear;
}

.maintenace_b_a__arrow.prev {
  left: 0.625rem;
}

.maintenace_b_a__arrow.next {
  right: 0.625rem;
}

.maintenace_b_a__arrow.slick-disabled {
  opacity: 0;
}

.maintenace_b_a__arrow__icon {
  position: relative;
}

.maintenace_b_a__arrow__icon.prev:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  content: "";
  
  
  font-variant: normal;
  text-transform: none;
  
  line-height: 1em;
  
  
  margin-left: .2em;
  
  
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  
  color: #fff;
}

.maintenace_b_a__arrow__icon.prev:after {
  width: auto;
  height: 1em;
  display: block;
  content: "Before";
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  color: #333;
  font-size: 0.9375rem;
  position: absolute;
  bottom: -2em;
  left: 50%;
  transform: translateX(-50%);
}

.maintenace_b_a__arrow__icon.next:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  content: "";
  
  
  font-variant: normal;
  text-transform: none;
  
  line-height: 1em;
  
  
  margin-left: .2em;
  
  
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  
  color: #fff;
}

.maintenace_b_a__arrow__icon.next:after {
  width: auto;
  height: 1em;
  display: block;
  content: "After";
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  color: #333;
  font-size: 0.9375rem;
  position: absolute;
  bottom: -2em;
  left: 50%;
  transform: translateX(-50%);
}

.maintenace_b_a__image > img {
  width: 100%;
  height: 60.533333333vw;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media print, screen and (min-width: 64em) {
  .maintenace_b_a__image > img {
    height: 14.1875rem;
  }
}

.maintenace_b_a__header {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  font-weight: bold;
}

.maintenace_b_a__text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.8;
}


@media print, screen and (min-width: 64em) {
  .maintenace_menu {
    width: 64rem;
    margin: 0 auto;
  }
}

.maintenace_menu__subheader {
  background: #E5E5E5;
  color: #333;
  font-size: 1.125rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  padding: 0.9375rem;
  text-align: center;
}

.maintenace_menu__list_container {
  margin-bottom: 3.125rem;
}

@media print, screen and (min-width: 64em) {
  .maintenace_menu__list_container {
    display: flex;
    flex-flow: row wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.maintenace_menu__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

@media print, screen and (min-width: 64em) {
  .maintenace_menu__list {
    width: 50%;
    padding: 0 0.9375rem;
  }
}

.maintenace_menu__list_header {
  padding: 1.25rem 0.625rem 1.25rem 1.25rem;
  border-bottom: 1px solid #BCBCBC;
  width: calc(100% - 150px);
  text-align: left;
}

.maintenace_menu__list_price {
  padding: 1.25rem 1.25rem 1.25rem 0.625rem;
  border-bottom: 1px solid #BCBCBC;
  width: 9.375rem;
  text-align: right;
}


.maintenace_flow {
  margin-bottom: 5rem;
}

@media print, screen and (min-width: 64em) {
  .maintenace_flow__contentbox {
    width: 64rem;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
  }
}

.maintenace_flow__content {
  margin-bottom: 3.125rem;
}

@media print, screen and (min-width: 64em) {
  .maintenace_flow__content {
    width: calc(25% - 22.5px);
  }
}

.maintenace_flow__content_header {
  background: #0B346E;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0.5rem;
  margin-bottom: 1.25rem;
  text-align: center;
}

.maintenace_flow__content_header.complete {
  background: #001E43;
}

@media print, screen and (min-width: 64em) {
  .maintenace_flow__content_header {
    padding: 1.5625rem 0.625rem;
    position: relative;
  }
  .maintenace_flow__content_header:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.625rem 0 0.625rem 0.625rem;
    display: block;
    border-color: transparent transparent transparent #0B346E;
    position: absolute;
    right: -0.625rem;
    top: 50%;
    transform: translateY(-50%);
    content: "";
  }
  .maintenace_flow__content_header.complete:after {
    display: none;
  }
}

.maintenace_flow__content_text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.8;
}


.maintenace_apply {
  background: #E0E0E0;
  margin-bottom: 0.625rem;
}

.maintenace_apply__inner {
  padding: 3.125rem 0.9375rem;
}

.maintenace_apply__contentbox {
  background: #fff;
  padding: 1.25rem 0.625rem;
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .maintenace_apply__contentbox {
    width: 64rem;
    margin: 0 auto 3.125rem;
    padding: 1.25rem 3.125rem;
    display: flex;
    flex-flow: row;
  }
}

.maintenace_apply__content_header {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 1.875rem;
  margin-bottom: 0.9375rem;
  border-bottom: 1px solid #333;
  text-align: center;
}

.maintenace_apply__content_header > small {
  font-size: 0.9375rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .maintenace_apply__content_header {
    padding: 0.625rem 2.1875rem 0 0;
    border-bottom: none;
    border-right: 1px solid #333;
    margin-bottom: 0;
  }
}

.maintenace_apply__content_textbox {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .maintenace_apply__content_textbox {
    padding: 0 2.1875rem;
    margin-bottom: 0;
    padding-bottom: 0.625rem;
  }
}

.maintenace_apply__content_address {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.maintenace_apply__content_zip {
  display: block;
}

@media print, screen and (min-width: 64em) {
  .maintenace_apply__content_zip {
    display: inline-block;
    margin-right: 0.625rem;
  }
}

.maintenace_apply__content_address2 {
  display: block;
}

@media print, screen and (min-width: 64em) {
  .maintenace_apply__content_address2 {
    display: inline-block;
    margin-left: 0.625rem;
  }
}

.maintenace_apply__content_tel {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9375rem;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .maintenace_apply__content_tel {
    text-align: left;
  }
}

.maintenace_apply__content_tel_num {
  font-size: 2.5rem;
}

.maintenace_apply__btn_apply {
  background: #000;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 1.25rem;
  transition: opacity .25s linear;
  width: 100%;
  text-decoration: none;
  display: block;
}

.maintenace_apply__btn_apply:hover {
  opacity: .8;
}

@media print, screen and (min-width: 64em) {
  .maintenace_apply__btn_apply {
    width: 31.25rem;
    margin: 0 auto;
  }
}


.maintenace_customize {
  background: #000;
  padding: 5rem 0 0;
}

@media print, screen and (min-width: 64em) {
  .maintenace_customize {
    padding: 9.375rem 0 0;
  }
}

.maintenace_customize__header {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 3.125rem;
}

.maintenace_customize__header_en {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.9375rem;
}

.maintenace_customize__main {
  width: 100%;
  height: 106.666666667vw;
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .maintenace_customize__main {
    height: 31.25rem;
    margin-bottom: 5rem;
  }
}

.maintenace_customize__main > img {
  width: 100%;
  height: 106.666666667vw;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media print, screen and (min-width: 64em) {
  .maintenace_customize__main > img {
    height: 31.25rem;
  }
}

.maintenace_customize__text {
  padding: 0 0.9375rem 0.9375rem;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.8;
  font-size: 0.9375rem;
}

.maintenace_customize__text:last-of-type {
  padding-bottom: 3.125rem;
}

@media print, screen and (min-width: 64em) {
  .maintenace_customize__text {
    width: 64rem;
    margin: 0 auto;
  }
  .maintenace_customize__text:last-of-type {
    padding-bottom: 5rem;
  }
}

.maintenace_customize__inner {
  background: #fff;
  padding: 3.125rem 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .maintenace_customize__inner {
    padding: 3.125rem 0;
  }
}

.maintenace_customize__before_after {
  padding: 0 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .maintenace_customize__before_after {
    padding: 0;
    width: 54.375rem;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
  }
}

.maintenace_customize__before_after_item {
  margin-bottom: 3.125rem;
}

@media print, screen and (min-width: 64em) {
  .maintenace_customize__before_after_item {
    width: calc(50% - 15px);
  }
}

.primapelle_kv {
  padding-bottom: 1.25rem;
  position: relative;
  margin-bottom: 4.375rem;
}

.primapelle_kv:before {
  width: 20rem;
  height: 0.25rem;
  border: 1px solid #B2B2B2;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media print, screen and (min-width: 64em) {
  .primapelle_kv:before {
    display: none;
  }
}

.primapelle_main__logo {
  width: 15.625rem;
  margin: 0 auto 3.125rem;
}

@media print, screen and (min-width: 64em) {
  .primapelle_main__logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-178%);
  }
}

@media print, screen and (min-width: 64em) {
  .primapelle_main__inner {
    max-width: 83.375rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    margin: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .primapelle_main__imagebox {
    width: 39.375rem;
    order: 2;
  }
}

.primapelle_main__imagebox__item > img {
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .primapelle_main__imagebox__item > img {
    width: 39.375rem;
    height: auto;
  }
}

.primapelle_main__textbox {
  padding-top: 3.125rem;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .primapelle_main__textbox {
    width: calc(100% - 40rem);
    padding: 5.625rem 1.25rem 1.875rem 1.25rem;
    order: 1;
  }
}

.primapelle_main__text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 2;
  margin-bottom: 2.5rem;
}

.primapelle_main__text_big {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 3.125rem;
}

.prima_pelle_series {
  padding: 0 0.625rem;
  margin-bottom: 5rem;
}

@media print, screen and (min-width: 64em) {
  .prima_pelle_series {
    padding: 0;
  }
}

.prima_pelle_series__inner {
  border: 1px solid #B2B2B2;
  padding: 2.5rem 0.625rem;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .prima_pelle_series__inner {
    max-width: 75rem;
    margin: 0 auto;
    text-align: left;
  }
}

.prima_pelle_series__header {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 1.875rem;
}

.prima_pelle_series__header_sub {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.25rem;
  display: block;
  position: relative;
  padding-top: 1.5625rem;
  margin-top: 1.25rem;
}

.prima_pelle_series__header_sub:before {
  width: 11.25rem;
  height: 0.25rem;
  border: 1px solid #B2B2B2;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.prima_pelle_series__text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 64em) {
  .prima_pelle_series__text {
    text-align: center;
  }
}

.prima_pelle_series__products {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0 1.5625rem;
}

@media print, screen and (min-width: 64em) {
  .prima_pelle_series__products {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}

.prima_pelle_series__products__product {
  margin-bottom: 2.8125rem;
}

@media print, screen and (min-width: 64em) {
  .prima_pelle_series__products__product {
    width: 33.33333%;
    padding: 0 1.875rem;
  }
}

.prima_pelle_series__products__thumb {
  margin-bottom: 0.625rem;
}

.prima_pelle_series__products__name {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}

.prima_pelle_series__products__text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.5625rem;
}

.prima_pelle_series__products__link {
  display: block;
  width: 100%;
  padding: 0.5rem 0.625rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  background: #000;
  text-decoration: none;
  transition: opacity .25s linear;
}

.prima_pelle_series__products__link:hover {
  opacity: .8;
}

@media print, screen and (min-width: 64em) {
  .prima_pelle_series__products__link {
    color: #000;
    background: #fff;
    display: inline-block;
    text-align: right;
  }
}

.prima_pelle_series__products__icon {
  display: inline-block;
  vertical-align: -1px;
}

.prima_pelle_propducts_link {
  padding: 0 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .prima_pelle_propducts_link {
    padding: 0;
    width: 21.5625rem;
    margin: 0 auto;
  }
}

.prima_pelle_propducts_link__link {
  display: block;
  width: 100%;
  padding: 1.25rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  transition: opacity .25s linear;
  background: #000;
  text-align: center;
  line-height: 1.3;
}

.prima_pelle_propducts_link__link:hover {
  opacity: .8;
}

@media print, screen and (min-width: 64em) {
  .prima_pelle_propducts_link__link {
    background: #fff;
    border: 1px solid #b2b2b2;
    color: #000;
  }
}

.prima_pelle_propducts_link__ja {
  display: block;
}

.prima_pelle_commitment {
  margin-bottom: 10rem;
  padding: 0 1.25rem;
}

.prima_pelle_commitment__header {
  font-size: 1.75rem;
  padding-bottom: 2.5rem;
  margin-bottom: 1.25rem;
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}

.prima_pelle_commitment__header:before {
  display: block;
  width: 11.25rem;
  height: 0.25rem;
  border: 1px solid #b2b2b2;
  content: "";
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
}

.prima_pelle_commitment__header_ja {
  font-size: 1.25rem;
  display: block;
  margin-top: 0.375rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
}

.prima_pelle_commitment__text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}

.product_list {
  margin-top: -1.5625rem;
  margin-bottom: 5rem;
  padding: 0 0.625rem;
  display: block;
}

.product_list.gres {
  display: block;
}

.product_list.laquoh {
  display: block;
}

.product_list.coto {
  display: block;
}

.product_list.secont_effort {
  display: block;
}

.product_list.prima_pelle {
  display: block;
}

.product_list__image {
  margin-bottom: 5rem;
  text-align: center;
}

.product_list__header {
  font-size: 1rem;
  margin-bottom: 0.9375rem;
  text-align: center;
}

.product_list__text {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  max-width: 768px;
  margin: auto;
}

.product_detail__imagebox {
  box-sizing: border-box;
}

@media print, screen and (min-width: 64em) {
  .product_detail__imagebox {
    width: 33.333333%;
  }
}

.product_detail__specbox {
  padding: 0 0.9375rem;
  box-sizing: border-box;
}

@media print, screen and (min-width: 64em) {
  .product_detail__specbox {
    width: 33.333333%;
    padding: 0 1.0625rem;
  }
}

.product_detail__cartbox {
  padding: 0 0.9375rem 3.125rem;
  box-sizing: border-box;
}

@media print, screen and (min-width: 64em) {
  .product_detail__cartbox {
    width: 33.333333%;
    padding: 0 1.0625rem;
    margin-top: 3rem;
  }
}

.product_detail__group_name {
  margin-bottom: 0.3125rem;
}

@media print, screen and (min-width: 64em) {
  .product_detail__group_name {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}

.product_detail__size__header, .product_detail__spec .product_detail__spec__header, .product_detail__madein .product_detail__madein__header {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.9375rem;
}

.product_detail__size__header > span, .product_detail__spec .product_detail__spec__header > span, .product_detail__madein .product_detail__madein__header > span {
  background: #fff;
  display: inline-block;
  padding-right: 1.25rem;
  position: relative;
  z-index: 10;
}

.product_detail__size__header:after, .product_detail__spec .product_detail__spec__header:after, .product_detail__madein .product_detail__madein__header:after {
  width: 100%;
  height: 1px;
  display: block;
  background: #b2b2b2;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
}

.product_detail__size {
  font-size: 0.875rem;
  line-height: 2;
  margin-bottom: 1.25rem;
}

.product_detail__spec {
  font-size: 0.875rem;
  line-height: 2;
  margin-bottom: 1.25rem;
}

.product_detail__madein {
  font-size: 0.875rem;
  line-height: 2;
  margin-bottom: 1.25rem;
}

.product_detail__rich_top {
  padding: 0 0.9375rem;
  width: 100%;
}

.product_detail__rich_bottom {
  padding: 0 0.9375rem;
  width: 100%;
}

.product_recommend {
  padding: 0 0 5rem;
}

@media print, screen and (min-width: 64em) {
  .product_recommend {
    width: 64rem;
    margin: 6.25rem auto 0;
  }
  .product_recommend .slick-prev {
    left: -60px;
  }
  .product_recommend .slick-prev:before {
    color: #333;
  }
  .product_recommend .slick-next {
    right: -60px;
  }
  .product_recommend .slick-next:before {
    color: #333;
  }
}

.product_recommend__header {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 0 1rem;
  margin: 0 auto 0.9375rem;
}

.product_recommend__header:after {
  width: 100%;
  height: 4px;
  box-sizing: border-box;
  border: 1px solid #B2B2B2;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

@media print, screen and (min-width: 64em) {
  .product_recommend__header {
    margin-bottom: 1.875rem;
  }
  .product_recommend__header:after {
    width: 30rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.product_recommend__list {
  display: flex;
}

.product_recommend__list .slick-slide:before {
  display: none;
}

.product_recommend__item {
  padding: 0 0.4375rem;
}

@media print, screen and (min-width: 64em) {
  .product_recommend__item {
    padding: 0 0.75rem;
  }
}

.product_recommend__link {
  transition: opacity .25s linear;
}

.product_recommend__link:hover {
  opacity: .8;
}

.product_recommend__thumb {
  margin-bottom: 0.5rem;
}

.product_recommend__title {
  font-size: 0.875rem;
  line-height: 1.8;
}

.secondeffort_main {
  display: flex;
  flex-flow: row wrap;
}

@media print, screen and (min-width: 64em) {
  .secondeffort_main {
    align-items: stretch;
  }
  .secondeffort_main .slick-track,
  .secondeffort_main .slick-list {
    height: 100%;
  }
  .secondeffort_main .slick-slide div {
    height: 100%;
  }
}

.secondeffort_main__slider {
  width: 100%;
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 64em) {
  .secondeffort_main__slider {
    width: 60%;
    order: 2;
  }
}

.secondeffort_main__slider_link {
  display: block;
}

@media print, screen and (min-width: 64em) {
  .secondeffort_main__slider_link {
    height: 100%;
  }
  .secondeffort_main__slider_link img {
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.secondeffort_main__textbox {
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .secondeffort_main__textbox {
    width: 40%;
    order: 1;
  }
}

.secondeffort_main_text {
  background: #000;
  padding: 3.125rem 2.5rem;
}

@media print, screen and (min-width: 64em) {
  .secondeffort_main_text {
    height: 100%;
    padding: 3.75rem 5.625rem 3.125rem;
  }
}

.secondeffort_main_text__logo {
  width: 11.25rem;
  margin: 0 auto 2.5rem;
}

.secondeffort_main_text__text {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .secondeffort_main_text__text {
    font-size: 0.9375rem;
  }
}

.secondeffort_commitment {
  display: flex;
  flex-flow: row wrap;
}

@media print, screen and (min-width: 64em) {
  .secondeffort_commitment {
    justify-content: space-between;
    background: #000;
    padding: 2.5rem 0 6.25rem;
  }
}

.secondeffort_commitment__imagebox {
  width: 100%;
  background: #000;
  padding-bottom: 0.3125rem;
}

@media print, screen and (min-width: 64em) {
  .secondeffort_commitment__imagebox {
    width: calc(50% - 2.5px);
    padding: 0;
  }
}

.secondeffort_commitment__image {
  width: 100%;
  height: 24.375rem;
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: -112px;
}

@media screen and (min-width: 37.5em) {
  .secondeffort_commitment__image {
    object-position: center;
  }
}

@media print, screen and (min-width: 64em) {
  .secondeffort_commitment__image {
    height: 100%;
  }
}

.secondeffort_commitment__textbox {
  width: 100%;
  background: #2C2C2C;
  padding: 3.125rem 0.9375rem 0;
}

@media print, screen and (min-width: 64em) {
  .secondeffort_commitment__textbox {
    width: calc(50% - 2.5px);
    padding: 3.4375rem 7.1875rem 1.5625rem;
  }
}

.secondeffort_commitment__header {
  color: #fff;
  padding-bottom: 2.1875rem;
  margin-bottom: 2.1875rem;
  position: relative;
}

.secondeffort_commitment__header:before {
  display: block;
  content: "";
  width: 1.25rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.625rem;
}

.secondeffort_commitment__text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 1.875rem;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .secondeffort_commitment__text {
    font-size: 0.9375rem;
  }
}

.secondeffort_products {
  display: flex;
  flex-flow: row wrap;
  background: #000;
  justify-content: space-between;
}

@media print, screen and (min-width: 64em) {
  .secondeffort_products {
    background: #fff;
    position: relative;
  }
}

.secondeffort_products__textbox {
  width: 100%;
  padding: 3.125rem 0.9375rem 1.875rem;
  color: #fff;
}

@media print, screen and (min-width: 64em) {
  .secondeffort_products__textbox {
    background: #000;
    position: absolute;
    width: 31.25rem;
    padding: 3.125rem 2.1875rem 3.125rem;
    top: 0;
    left: 50%;
    margin-left: -15.625rem;
  }
}

.secondeffort_products__header {
  font-family: 'EB Garamond', serif;
  font-style: normal;
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 1.5625rem;
}

.secondeffort_products__header_ja {
  display: block;
  margin-top: 1.25rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
}

.secondeffort_products__text {
  font-size: 0.8125rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.8;
  text-align: center;
}

.secondeffort_products__imagebox1 {
  width: 100%;
  margin-bottom: 0.3125rem;
}

@media print, screen and (min-width: 64em) {
  .secondeffort_products__imagebox1 {
    padding-bottom: 0.3125rem;
    margin: 0;
    background: #000;
  }
}

.secondeffort_products__imagebox2 {
  width: 100%;
  margin-bottom: 0.3125rem;
}

@media print, screen and (min-width: 64em) {
  .secondeffort_products__imagebox2 {
    width: 50%;
    padding: 0 0.15625rem 0.3125rem 0;
    margin: 0;
    background: #000;
  }
}

.secondeffort_products__imagebox3 {
  width: calc(50% - 2.5px);
}

@media print, screen and (min-width: 64em) {
  .secondeffort_products__imagebox3 {
    width: 25%;
    padding: 0 0.15625rem 0.3125rem;
    background: #000;
  }
}

.secondeffort_products__imagebox4 {
  width: calc(50% - 2.5px);
}

@media print, screen and (min-width: 64em) {
  .secondeffort_products__imagebox4 {
    width: 25%;
    padding: 0 0 0.3125rem 0.15625rem;
    background: #000;
  }
}

@media print, screen and (min-width: 64em) {
  .secondeffort_products__image1 {
    width: 100%;
    height: 18.75rem;
    object-fit: cover;
    object-position: bottom;
    font-family: "object-fit: cover; object-position: bottom;";
  }
  .secondeffort_products__image1.object-position-center {
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
  }
}

@media print, screen and (min-width: 64em) {
  .secondeffort_products__image2 {
    height: 300px;
    object-fit: cover;
    object-position: bottom;
    font-family: "object-fit: cover; object-position: bottom;";
  }
}

@media print, screen and (min-width: 64em) {
  .secondeffort_products__image3 {
    height: 300px;
    object-fit: cover;
    object-position: bottom;
    font-family: "object-fit: cover; object-position: bottom;";
  }
}

@media print, screen and (min-width: 64em) {
  .secondeffort_products__image4 {
    height: 300px;
    object-fit: cover;
    object-position: bottom;
    font-family: "object-fit: cover; object-position: bottom;";
  }
}

.secondeffort_products__list {
  background: #fff;
  margin-top: 0.3125rem;
  padding: 0 0 5rem;
}
/* イレギュラー詳細 */
.fs-c-productQuantityAndWishlist__quantity 
 select.fs-c-quantity__select.fs-system-quantity-list {
    padding: .7rem;
}
.fs-c-button--addToWishList--detail > .fs-c-button__label:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    content: "";
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.875rem;
    margin-right: 0.3125rem;
}
.fs-c-button--addToWishList--detail:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    content: "";
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25rem;
    color: #B2B2B2;
}

.fs-c-button--removeFromWishList--detail:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    content: "";
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25rem;
    color: #FF9A9A;
}
.fs-c-button--addToWishList--detail .fs-c-button__label,.fs-c-button--removeFromWishList--detail .fs-c-button__label {
    text-indent: -99999px;
    display: block;
}

.fs-c-productQuantityAndWishlist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem auto auto;
    gap: 2rem;
    width: 80%;
}
.product_detail__cartbox .fs-c-productActionButton.fs-c-buttonContainer {
    margin: -2.5rem auto auto;
}
button.fs-c-button--addToWishList--detail.fs-c-button--particular,.fs-c-button--removeFromWishList--detail.fs-c-button--particular {
    display: flex;
    align-items: center;
    order: 2;
}
span.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget {
    border: 1px solid;
    order: 1;
}
span.fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer {
    order: 2;
}
.fs-c-productQuantityAndWishlist__quantity select.fs-c-quantity__select.fs-system-quantity-list {
    padding: .7rem;
}

.coto_main {
  display: flex;
}
.coto_main__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.coto_about {
  padding: 5rem 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media print, screen and (min-width: 64em) {
  .coto_about {
    justify-content: space-between;
  }
}
.coto_about__header {
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .coto_about__header {
    font-size: 1.75rem;
    margin: 0 auto 1.875rem;
  }
}
.coto_about__text {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
  padding: 0 0.9375rem;
}

.coto_product {
  display: flex;
  flex-wrap: wrap;
}
.coto_product.is-imgR {
  flex-direction: row-reverse;
}
.coto_product.is-design {
  background: #000;
}
.coto_product.is-design .coto_product__text {
  color: #fff;
}
.coto_product.is-design .coto_product__text-caption {
  padding: 0 10%;
  text-align: left;
}
@media print, screen and (min-width: 64em) {
  .coto_product.is-design .coto_product__text-caption {
    padding: 0 18%;
  }
}
.coto_product__img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 64em) {
  .coto_product__img {
    width: 50%;
  }
}
.coto_product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.coto_product__text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-self: center;
  padding: 50px 0;
}
@media print, screen and (min-width: 64em) {
  .coto_product__text {
    width: 50%;
  }
}
.coto_product__text-caption {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 2;
  padding: 0 10%;
}
.coto_product__text-img {
  width: 100%;
  text-align: center;
  padding: 30px 0 0;
}
.coto_product__text-img img {
  width: 50%;
  height: auto;
}
.coto_product__text-img figcaption {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  margin-top: 10px;
}
