@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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;
  display: none; }
  [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-arrow.slick-hidden {
  display: none; }

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  1% {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  1% {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

.va-m {
  vertical-align: middle !important; }

.fw-b {
  font-weight: bold; }

.show-md {
  display: none; }
  @media (max-width: 980px) {
    .show-md {
      display: block; } }

br.show-md {
  display: none; }
  @media (max-width: 980px) {
    br.show-md {
      display: inline; } }

.show-sm {
  display: none; }
  @media (max-width: 736px) {
    .show-sm {
      display: block; } }

br.show-sm {
  display: none; }
  @media (max-width: 736px) {
    br.show-sm {
      display: inline; } }

@media (max-width: 736px) {
  .hide-sm {
    display: none !important; } }

.l-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 736px) {
    .l-container {
      width: auto;
      margin-left: 10px;
      margin-right: 10px; } }

.l-row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  .l-row:before, .l-row:after {
    display: table;
    content: " "; }
  .l-row:after {
    clear: both; }
  @media (max-width: 736px) {
    .l-row {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (max-width: 480px) {
    .l-row {
      margin-left: 0;
      margin-right: 0; } }

[class*="l-span"] {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
  box-sizing: border-box; }
  @media (max-width: 480px) {
    [class*="l-span"] {
      float: none;
      padding: 0;
      width: auto !important;
      margin-bottom: 1em; } }

.l-span1 {
  width: 8.33333333%; }

.l-span2 {
  width: 16.66666667%; }

.l-span3 {
  width: 25%; }

.l-span4 {
  width: 33.33333333%; }

.l-span5 {
  width: 41.66666667%; }

.l-span6 {
  width: 50%; }

.l-span7 {
  width: 58.33333333%; }

.l-span8 {
  width: 66.66666667%; }

.l-span9 {
  width: 75%; }

.l-span10 {
  width: 83.33333333%; }

.l-span11 {
  width: 91.66666667%; }

html {
  font-size: 62.5% !important; }

body {
  font-family: 'Montserrat', Arial, "Helvetica Neue", Helvetica, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  color: #191919;
  line-height: 1.5;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: .12em;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a {
  text-decoration: none;
  color: #191919;
  outline: none; }
  a:active, a:visited, a:focus {
    text-decoration: none; }

ul, li, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 600; }

p {
  margin: 0; }

img {
  outline: none; }

* {
  box-sizing: inherit; }

object {
  pointer-events: none; }

#spFlg {
  display: none; }
  @media (max-width: 736px) {
    #spFlg {
      display: block; } }

@media (min-width: 737px) {
  .show-sp {
    display: none !important; } }

@media (max-width: 736px) {
  .hide-sp {
    display: none !important; } }

.slider__item {
  width: 100%; }

.feature .slick-slider {
  background: #f4f0e4; }

.slick-arrow {
  position: absolute;
  z-index: 1001;
  top: 50%;
  overflow: hidden;
  margin-top: -1px;
  padding: 0;
  width: 50px;
  height: 10px;
  background: none;
  border: 0;
  text-indent: -9999px;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 736px) {
    .slick-arrow {
      width: 31px; } }
  .slick-arrow:before {
    content: '';
    position: absolute;
    z-index: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 4px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #d5c292;
    transition: all 0.2s ease-in-out; }
    @media (max-width: 736px) {
      .slick-arrow:before {
        width: 30px; } }
  .slick-arrow:after {
    content: '';
    position: absolute;
    z-index: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    display: inline-block;
    transition: all 0.2s ease-in-out;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #d5c292; }
  /* .slick-arrow:hover {
    width: 55px; } */
    /* @media (max-width: 736px) {
      .slick-arrow:hover {
        width: 30px; } } */
  .slick-arrow.slick-prev {
    left: 20px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    /* .slick-arrow.slick-prev:hover {
      left: 15px; } */
      /* @media (max-width: 736px) {
        .slick-arrow.slick-prev:hover {
          left: 20px; } } */
    @media (max-width: 736px) {
      .slick-arrow.slick-prev {
        left: 20px; } }
  .slick-arrow.slick-next {
    right: 20px; }
    /* .slick-arrow.slick-next:hover {
      right: 15px; }
      @media (max-width: 736px) {
        .slick-arrow.slick-next:hover {
          right: 20px; } } */
    @media (max-width: 736px) {
      .slick-arrow.slick-next {
        right: 20px; } }

.slick-dots {
  position: absolute;
  z-index: 1001;
  bottom: 16px;
  left: 50%;
  height: 10px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (max-width: 736px) {
    .slick-dots {
      display: none; } }
  .slick-dots > li {
    display: inline-block;
    width: 10px; }
    .slick-dots > li + li {
      margin-left: 15px; }
    .slick-dots > li button {
      overflow: hidden;
      width: 10px;
      height: 10px;
      padding: 0;
      border: 0;
      background: #fff;
      border-radius: 50%;
      text-indent: -9999px;
      outline: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      cursor: pointer; }
    .slick-dots > li.slick-active button {
      background: #191919; }

.button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  height: 48px;
  line-height: 48px;
  background: #b89849;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .16em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: all 0.5s ease;
  white-space: nowrap;
  text-transform: uppercase;
  transition: all 0.5s ease; }
  .button:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    text-decoration: none; }
  @media (max-width: 736px) {
    .button {
      max-width: none; } }
  @media (max-width: 736px) {
    .button {
      font-size: 12px;
      font-size: 1.2rem; } }
  .button.is-second {
    background: #191919; }
  .button.is-l {
    height: 72px;
    line-height: 72px; }
    @media (max-width: 736px) {
      .button.is-l {
        height: 48px;
        line-height: 48px;
        margin-bottom: 20px; } }
  .button.is-ja {
    font-weight: 600; }
  .button.is-inline {
    display: inline-block;
    margin-right: .5em;
    padding: 0 .5em;
    width: auto;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-size: 12px;
    font-size: 1.2rem; }
    @media (max-width: 736px) {
      .button.is-inline {
        height: 20px;
        line-height: 20px; } }
  .button .link-arrow {
    margin-left: 75px; }
    @media (max-width: 736px) {
      .button .link-arrow {
        margin-left: 55px; } }

.link-arrow {
  position: relative; }
  .link-arrow:before, .link-arrow:after {
    content: '';
    position: absolute;
    z-index: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    display: inline-block;
    transition: all 0.2s ease-in-out; }
  .link-arrow:before {
    top: 50%;
    left: -75px;
    margin-top: -1px;
    background: #b89849;
    width: 50px;
    height: 2px; }
    @media (max-width: 736px) {
      .link-arrow:before {
        left: -55px;
        width: 40px;
        background: #fff; } }
  .link-arrow:after {
    top: 50%;
    left: -25px;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #b89849; }
    @media (max-width: 736px) {
      .link-arrow:after {
        left: -15px;
        border-left-color: #fff; } }
  .link-arrow:hover:before {
    width: 60px; }
    @media (max-width: 736px) {
      .link-arrow:hover:before {
        width: 40px; } }
  .link-arrow:hover:after {
    left: -15px; }
    @media (max-width: 736px) {
      .link-arrow:hover:after {
        left: -15px; } }
  @media (max-width: 736px) {
    .link-arrow {
      margin-left: 55px; } }
  .link-arrow.is-black {
    position: relative; }
    .link-arrow.is-black:before, .link-arrow.is-black:after {
      content: '';
      position: absolute;
      z-index: 1;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      display: inline-block;
      transition: all 0.2s ease-in-out; }
    .link-arrow.is-black:before {
      top: 50%;
      left: -75px;
      margin-top: -1px;
      background: #191919;
      width: 50px;
      height: 2px; }
      @media (max-width: 736px) {
        .link-arrow.is-black:before {
          left: -55px;
          width: 40px;
          background: #191919; } }
    .link-arrow.is-black:after {
      top: 50%;
      left: -25px;
      margin-top: -5px;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid #191919; }
      @media (max-width: 736px) {
        .link-arrow.is-black:after {
          left: -15px;
          border-left-color: #191919; } }
    .link-arrow.is-black:hover:before {
      width: 60px; }
      @media (max-width: 736px) {
        .link-arrow.is-black:hover:before {
          width: 40px; } }
    .link-arrow.is-black:hover:after {
      left: -15px; }
      @media (max-width: 736px) {
        .link-arrow.is-black:hover:after {
          left: -15px; } }
    .link-arrow.is-black.is-white-sp {
      position: relative; }
      .link-arrow.is-black.is-white-sp:before, .link-arrow.is-black.is-white-sp:after {
        content: '';
        position: absolute;
        z-index: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        display: inline-block;
        transition: all 0.2s ease-in-out; }
      .link-arrow.is-black.is-white-sp:before {
        top: 50%;
        left: -75px;
        margin-top: -1px;
        background: #191919;
        width: 50px;
        height: 2px; }
        @media (max-width: 736px) {
          .link-arrow.is-black.is-white-sp:before {
            left: -55px;
            width: 40px;
            background: #fff; } }
      .link-arrow.is-black.is-white-sp:after {
        top: 50%;
        left: -25px;
        margin-top: -5px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #191919; }
        @media (max-width: 736px) {
          .link-arrow.is-black.is-white-sp:after {
            left: -15px;
            border-left-color: #fff; } }
      .link-arrow.is-black.is-white-sp:hover:before {
        width: 60px; }
        @media (max-width: 736px) {
          .link-arrow.is-black.is-white-sp:hover:before {
            width: 40px; } }
      .link-arrow.is-black.is-white-sp:hover:after {
        left: -15px; }
        @media (max-width: 736px) {
          .link-arrow.is-black.is-white-sp:hover:after {
            left: -15px; } }
  .link-arrow.is-white {
    position: relative; }
    .link-arrow.is-white:before, .link-arrow.is-white:after {
      content: '';
      position: absolute;
      z-index: 1;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      display: inline-block;
      transition: all 0.2s ease-in-out; }
    .link-arrow.is-white:before {
      top: 50%;
      left: -75px;
      margin-top: -1px;
      background: #fff;
      width: 50px;
      height: 2px; }
      @media (max-width: 736px) {
        .link-arrow.is-white:before {
          left: -55px;
          width: 40px;
          background: #fff; } }
    .link-arrow.is-white:after {
      top: 50%;
      left: -25px;
      margin-top: -5px;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid #fff; }
      @media (max-width: 736px) {
        .link-arrow.is-white:after {
          left: -15px;
          border-left-color: #fff; } }
    .link-arrow.is-white:hover:before {
      width: 60px; }
      @media (max-width: 736px) {
        .link-arrow.is-white:hover:before {
          width: 40px; } }
    .link-arrow.is-white:hover:after {
      left: -15px; }
      @media (max-width: 736px) {
        .link-arrow.is-white:hover:after {
          left: -15px; } }
    .link-arrow.is-white.is-black-sp {
      position: relative; }
      .link-arrow.is-white.is-black-sp:before, .link-arrow.is-white.is-black-sp:after {
        content: '';
        position: absolute;
        z-index: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        display: inline-block;
        transition: all 0.2s ease-in-out; }
      .link-arrow.is-white.is-black-sp:before {
        top: 50%;
        left: -75px;
        margin-top: -1px;
        background: #fff;
        width: 50px;
        height: 2px; }
        @media (max-width: 736px) {
          .link-arrow.is-white.is-black-sp:before {
            left: -55px;
            width: 40px;
            background: #191919; } }
      .link-arrow.is-white.is-black-sp:after {
        top: 50%;
        left: -25px;
        margin-top: -5px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #fff; }
        @media (max-width: 736px) {
          .link-arrow.is-white.is-black-sp:after {
            left: -15px;
            border-left-color: #191919; } }
      .link-arrow.is-white.is-black-sp:hover:before {
        width: 60px; }
        @media (max-width: 736px) {
          .link-arrow.is-white.is-black-sp:hover:before {
            width: 40px; } }
      .link-arrow.is-white.is-black-sp:hover:after {
        left: -15px; }
        @media (max-width: 736px) {
          .link-arrow.is-white.is-black-sp:hover:after {
            left: -15px; } }
  .link-arrow.is-center {
    margin-left: 75px; }
    @media (max-width: 736px) {
      .link-arrow.is-center {
        margin-left: 55px; } }

.js-scroll-in {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform; }
  .js-scroll-in.is-animated {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .js-scroll-in.is-delay0 {
    transition-delay: 0; }
  .js-scroll-in.is-delay1 {
    transition-delay: .2s; }
    @media (max-width: 736px) {
      .js-scroll-in.is-delay1 {
        transition-delay: 0; } }
  .js-scroll-in.is-delay2 {
    transition-delay: .4s; }
    @media (max-width: 736px) {
      .js-scroll-in.is-delay2 {
        transition-delay: 0; } }
  .js-scroll-in.is-delay3 {
    transition-delay: .6s; }
    @media (max-width: 736px) {
      .js-scroll-in.is-delay3 {
        transition-delay: 0; } }
  .js-scroll-in.is-delay4 {
    transition-delay: .8s; }
    @media (max-width: 736px) {
      .js-scroll-in.is-delay4 {
        transition-delay: 0; } }
  .js-scroll-in.grid-item:nth-child(4n+1) {
    transition-delay: 0; }
  .js-scroll-in.grid-item:nth-child(4n+2) {
    transition-delay: .2s; }
  .js-scroll-in.grid-item:nth-child(4n+3) {
    transition-delay: .4s; }
  .js-scroll-in.grid-item:nth-child(4n) {
    transition-delay: .6s; }
  @media (max-width: 736px) {
    .js-scroll-in.grid-item:nth-child(n) {
      transition-delay: 0; } }
  .js-scroll-in.news-grid__item:nth-child(2n+1) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition-delay: 0.1s;
    -webkit-transform: translate3d(0px, 20px, 0px);
            transform: translate3d(0px, 20px, 0px); }
  .js-scroll-in.news-grid__item:nth-child(2n) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition-delay: 0.2s;
    -webkit-transform: translate3d(0px, 20px, 0px);
            transform: translate3d(0px, 20px, 0px); }
  @media (max-width: 736px) {
    .js-scroll-in.news-grid__item:nth-child(n) {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      transition-delay: 0.1s;
      -webkit-transform: translate3d(0px, 20px, 0px);
              transform: translate3d(0px, 20px, 0px); } }

.l-header {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  width: 100%;
  height: 70px;
  background: #191919; }
  @media (max-width: 1280px) {
    .l-header {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 980px) {
    .l-header {
      height: 50px;
      padding-left: 20px;
      padding-right: 20px; } }

/*.header-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100%; }
  @media (max-width: 980px) {
    .header-menu {
      position: fixed;
      top: 50px;
      left: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      height: calc(100vh - 50px);
      background: #191919;
      transition: all 0.2s ease, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.2s ease, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.2s ease, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      will-change: transform;
      visibility: hidden; }
      .header-menu.is-open {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible; } }

.header-logo {
  margin-right: auto;
  width: 116px; }
  @media (max-width: 980px) {
    .header-logo {
      width: 78px; } }
  .header-logo__link {
    display: block;
    line-height: 0;
    transition: all 0.5s ease;
    cursor: pointer; }
    .header-logo__link:hover {
      opacity: .8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }*/

.nav-item {
  position: relative;
  display: block;
  margin-left: 60px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .12em;
  white-space: nowrap;
  text-transform: uppercase; }
  @media (max-width: 1680px) {
    .nav-item {
      margin-left: 50px; } }
  @media (max-width: 1280px) {
    .nav-item {
      margin-left: 20px; } }
  @media (max-width: 980px) {
    .nav-item {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      margin-left: 0;
      margin: 20px 0;
      font-size: 20px;
      font-size: 2rem;
      -webkit-transform: translate3d(0, -10px, 0);
              transform: translate3d(0, -10px, 0);
      transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      will-change: transform; }
      .nav-item:nth-child(1) {
        transition-delay: .05s !important; }
      .nav-item:nth-child(2) {
        transition-delay: .1s !important; }
      .nav-item:nth-child(3) {
        transition-delay: .15s !important; }
      .nav-item:nth-child(4) {
        transition-delay: .2s !important; }
      .nav-item:nth-child(5) {
        transition-delay: .25s !important; }
      .nav-item:nth-child(6) {
        transition-delay: .3s !important; }
      .nav-item:nth-child(7) {
        transition-delay: .35s !important; }
      .nav-item:nth-child(8) {
        transition-delay: .4s !important; }
      .nav-item:nth-child(9) {
        transition-delay: .45s !important; }
      .is-open .nav-item {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateZ(0);
                transform: translateZ(0); } }
  @media (max-width: 360px) {
    .nav-item {
      font-size: 20px; } }
  @media (max-width: 736px) {
    .nav-item:first-child {
      margin-top: 0; } }
  .nav-item:before {
    content: '';
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    bottom: -4px;
    left: 0;
    width: calc(100% - .3em);
    height: 2px;
    background: #b89849;
    transition: all 0.2s ease-out; }
    @media (max-width: 736px) {
      .nav-item:before {
        content: none; } }
  .nav-item:hover:before {
    bottom: -8px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .nav-item.is-ja {
    font-size: 11px;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: .16em;
    font-weight: 600; }
    @media (max-width: 736px) {
      .nav-item.is-ja {
        font-size: 16px;
        font-size: 1.6rem; } }
  .nav-item.is-btn {
    padding: 5px 16px;
    background: #b89849;
    color: #fff;
    transition: background 0.2s ease; }
    @media (max-width: 736px) {
      .nav-item.is-btn {
        margin: .6em 0;
        padding: 10px 16px;
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); } }
    .nav-item.is-btn:hover {
      background: #bfa25b; }
    .nav-item.is-btn:before {
      content: none;
      background: none; }

.toggle-menu {
  display: none; }
  @media (max-width: 980px) {
    .toggle-menu {
      position: relative;
      display: block;
      width: 24px;
      height: 24px;
      background: #191919;
      font-size: 14px;
      font-size: 1.4rem; }
      .toggle-menu > span {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        margin-top: -1px;
        width: 100%;
        height: 2px;
        background: #fff;
        transition: all 0.2s ease; }
        .toggle-menu > span:nth-child(1) {
          margin-top: -9px; }
        .toggle-menu > span:nth-child(2) {
          margin-top: -1px; }
        .toggle-menu > span:nth-child(3) {
          margin-top: 7px; }
      .js-menu-open .toggle-menu > span:nth-child(1) {
        -webkit-transform: translate(0, 8px) rotate(45deg);
            -ms-transform: translate(0, 8px) rotate(45deg);
                transform: translate(0, 8px) rotate(45deg); }
      .js-menu-open .toggle-menu > span:nth-child(2) {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      .js-menu-open .toggle-menu > span:nth-child(3) {
        -webkit-transform: translate(0, -8px) rotate(-45deg);
            -ms-transform: translate(0, -8px) rotate(-45deg);
                transform: translate(0, -8px) rotate(-45deg); } }

.l-footer {
  margin-top: 95px;
  padding-top: 60px;
  padding-bottom: 65px;
  text-align: center;
  background: #191919; }
  @media (max-width: 736px) {
    .l-footer {
      margin-top: 50px;
      padding-top: 40px;
      padding-bottom: 30px; } }

.footer__logo {
  width: 125px; }
  @media (max-width: 736px) {
    .footer__logo {
      width: 105px; } }

.footer__copyright {
  display: block;
  margin-top: 50px;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: .24em;
  text-transform: uppercase; }
  @media (max-width: 736px) {
    .footer__copyright {
      margin-top: 45px;
      padding: 0 20px;
      font-size: 11px;
      font-size: 1.1rem; } }

.footer-nav {
  margin-top: 45px;
  text-align: center; }
  @media (max-width: 736px) {
    .footer-nav {
      margin-top: 45px; } }
  .footer-nav__item {
    display: inline-block;
    padding: 0 20px;
    line-height: 14px;
    border-right: solid 1px #191919;
    vertical-align: middle;
    font-size: 18px;
    font-size: 18px;
    font-size: 1.8rem; }
    @media (max-width: 736px) {
      .footer-nav__item {
        margin-top: 15px;
        font-size: 14px;
        font-size: 1.4rem; } }
    .footer-nav__item:first-child {
      padding-left: 0; }
    .footer-nav__item:last-child {
      padding-right: 0;
      border-right: 0; }
    .footer-nav__item > a {
      position: relative;
      display: block; }
      .footer-nav__item > a:before {
        content: '';
        position: absolute;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        bottom: -7px;
        left: 0;
        width: calc(100% - .3em);
        height: 2px;
        background: #191919;
        transition: all 0.5s ease-out; }
      .footer-nav__item > a:hover:before {
        bottom: -11px;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.pagetop {
  position: fixed;
  right: 60px;
  bottom: 70px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  text-align: center;
  font-size: 13px;
  font-size: 13px;
  font-size: 1.3rem;
  transition: all 0.5s ease-out; }
  @media (max-width: 736px) {
    .pagetop {
      right: 20px;
      bottom: 35px; } }
  .pagetop:before {
    content: '';
    position: absolute;
    z-index: 100;
    top: -13px;
    left: 50%;
    display: block;
    margin-left: -11px;
    width: 15px;
    height: 15px;
    border-top: solid 2px #191919;
    border-left: solid 2px #191919;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: all 0.5s ease-out; }
  .pagetop:hover:before {
    top: -18px; }
  .is-top .pagetop {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.l-main {
  padding-top: 70px;
  transition: all 0.5s ease-out; }
  @media (max-width: 980px) {
    .l-main {
      overflow: hidden;
      padding-top: 50px; } }

.index-grid {
  margin: 60px auto 0;
  padding: 0 40px;
  max-width: 1680px; }
  @media (max-width: 1680px) {
    .index-grid {
      max-width: 1440px; } }
  @media (max-width: 1280px) {
    .index-grid {
      max-width: 1140px; } }
  @media (max-width: 736px) {
    .index-grid {
      margin: 20px 0 0;
      padding: 0;
      box-shadow: none; } }
  .index-grid__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 100%; }
    @media (max-width: 736px) {
      .index-grid__row {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .index-grid__item {
    display: block;
    width: 40%;
    max-width: 800px;
    vertical-align: top; }
    @media (max-width: 736px) {
      .index-grid__item {
        display: block;
        margin-left: 20px;
        margin-right: 20px;
        width: auto; } }
    @media (max-width: 736px) {
      .index-grid__item:not(:first-child) {
        margin-top: 20px; } }

.index-item {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .index-item:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 100%;
    right: 100%;
    display: block;
    width: 840px;
    height: 840px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: all 0.5s ease; }
    @media (max-width: 736px) {
      .index-item:before {
        content: none; } }
  .index-item.is-shop {
    background: #191919; }
    @media (max-width: 736px) {
      .index-item.is-shop {
        min-height: calc(95vw - 40px); } }
    .index-item.is-shop:before {
      background: rgba(255, 255, 255, 0.1); }
  @media (max-width: 736px) {
    .index-item {
      position: static; } }
  .index-item:hover:before {
    bottom: 50%;
    right: 50%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: rotate(45deg) scale(3);
        -ms-transform: rotate(45deg) scale(3);
            transform: rotate(45deg) scale(3); }
  .index-item:hover .link-arrow:before {
    width: 60px; }
    @media (max-width: 736px) {
      .index-item:hover .link-arrow:before {
        width: 40px; } }
  .index-item:hover .link-arrow:after {
    left: -15px; }
    @media (max-width: 736px) {
      .index-item:hover .link-arrow:after {
        left: -15px; } }
  .index-item .image {
    position: relative;
    display: block;
    overflow: hidden; }
    .index-item .image img {
      display: block;
      width: 100%;
      transition: all 0.5s ease; }
  .index-item .product-caption {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15); }
    .index-item .product-caption .title {
      padding: .375em .75em;
      font-size: 72px;
      font-size: 72px;
      font-size: 7.2rem;
      font-weight: normal;
      letter-spacing: .16em;
      color: #fff;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      text-transform: uppercase;
      white-space: nowrap; }
      @media (max-width: 1680px) {
        .index-item .product-caption .title {
          font-size: 56px;
          font-size: 5.6rem; } }
      @media (max-width: 1280px) {
        .index-item .product-caption .title {
          font-size: 42px;
          font-size: 4.2rem; } }
      @media (max-width: 980px) {
        .index-item .product-caption .title {
          font-size: 32px;
          font-size: 3.2rem; } }
  .index-item .caption {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05); }
    .index-item .caption .title {
      font-size: 60px;
      font-size: 60px;
      font-size: 6rem;
      font-weight: normal;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: #fff;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      white-space: nowrap; }
      @media (max-width: 736px) {
        .index-item .caption .title {
          text-align: center;
          font-size: 28px;
          font-size: 2.8rem; } }
      @media (max-width: 1680px) {
        .index-item .caption .title {
          font-size: 50px;
          font-size: 5rem;
          font-weight: normal;
          letter-spacing: .16em;
          text-transform: uppercase; } }
  @media (max-width: 1680px) and (max-width: 736px) {
    .index-item .caption .title {
      text-align: center;
      font-size: 28px;
      font-size: 2.8rem; } }
      @media (max-width: 1280px) {
        .index-item .caption .title {
          font-size: 36px;
          font-size: 3.6rem;
          font-weight: normal;
          letter-spacing: .16em;
          text-transform: uppercase; } }
  @media (max-width: 1280px) and (max-width: 736px) {
    .index-item .caption .title {
      text-align: center;
      font-size: 28px;
      font-size: 2.8rem; } }
      @media (max-width: 980px) {
        .index-item .caption .title {
          font-size: 26px;
          font-size: 2.6rem;
          font-weight: normal;
          letter-spacing: .16em;
          text-transform: uppercase; } }
  @media (max-width: 980px) and (max-width: 736px) {
    .index-item .caption .title {
      text-align: center;
      font-size: 28px;
      font-size: 2.8rem; } }
    .index-item .caption .link {
      display: block;
      margin-top: 56px;
      text-align: right;
      color: #b89849;
      font-size: 18px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      letter-spacing: .16em; }
      @media (max-width: 1680px) {
        .index-item .caption .link {
          margin-top: 52px;
          font-size: 16px;
          font-size: 1.6rem; } }
      @media (max-width: 1280px) {
        .index-item .caption .link {
          margin-top: 32px;
          font-size: 14px;
          font-size: 1.4rem; } }
      @media (max-width: 736px) {
        .index-item .caption .link {
          margin-top: 25px;
          padding: 15px;
          width: 100%;
          text-align: center;
          font-size: 12px;
          font-size: 1.2rem;
          color: #fff;
          background: #b89849; } }
      @media (max-width: 736px) {
        .index-item .caption .link.is-black {
          background: #191919; } }
      @media (max-width: 736px) {
        .index-item .caption .link.is-white {
          color: #191919;
          background: #fff; } }

.section__title {
  font-size: 40px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-align: center; }
  @media (max-width: 736px) {
    .section__title {
      text-align: center;
      font-size: 28px;
      font-size: 2.8rem; } }

.index-news {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1680px;
  min-height: 50vw; }
  @media (max-width: 1680px) {
    .index-news {
      padding: 70px 0 20px;
      max-width: 1440px; } }
  @media (max-width: 1280px) {
    .index-news {
      max-width: 1140px; } }
  @media (max-width: 736px) {
    .index-news {
      display: block;
      padding: 40px 20px 20px;
      min-height: 0; } }
  .index-news__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 50px;
    width: 100%; }
    @media (max-width: 736px) {
      .index-news__list {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .index-news__more {
    display: block;
    margin: 70px auto 0;
    text-align: center;
    font-size: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: #b89849;
    letter-spacing: .16em; }
    @media (max-width: 736px) {
      .index-news__more {
        margin-top: 25px;
        width: 100%;
        font-size: 12px;
        font-size: 1.2rem; } }
    .index-news__more:hover .link-arrow:before {
      width: 60px; }
      @media (max-width: 736px) {
        .index-news__more:hover .link-arrow:before {
          width: 40px; } }
    .index-news__more:hover .link-arrow:after {
      left: -15px; }
      @media (max-width: 736px) {
        .index-news__more:hover .link-arrow:after {
          left: -15px; } }

.index-news-item {
  width: 20%;
  text-align: center;
  transition: all 0.5s ease; }
  .index-news-item:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    text-decoration: none; }
  @media (max-width: 736px) {
    .index-news-item {
      width: 100%; } }
  @media (max-width: 736px) {
    .index-news-item:not(:first-child) {
      margin-top: 40px; } }
  .index-news-item__image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 250px; }
    @media (max-width: 736px) {
      .index-news-item__image {
        height: auto; } }
    .index-news-item__image img {
      max-width: 100%;
      max-height: 100%; }
  .index-news-item__date {
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #b89849; }
    @media (max-width: 736px) {
      .index-news-item__date {
        text-align: left; } }
  .index-news-item__title {
    text-align: left;
    font-size: 12px;
    font-size: 12px;
    font-size: 1.2rem; }
    @media (max-width: 736px) {
      .index-news-item__title {
        position: relative;
        padding-right: 40px; }
        .index-news-item__title:before, .index-news-item__title:after {
          content: '';
          position: absolute;
          z-index: 1;
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          display: inline-block;
          transition: all 0.2s ease-in-out; }
        .index-news-item__title:before {
          top: 50%;
          right: 0px;
          margin-top: -1px;
          background: #191919;
          width: 30px;
          height: 2px; }
        .index-news-item__title:after {
          top: 50%;
          right: -5px;
          margin-top: -5px;
          width: 0;
          height: 0;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-left: 5px solid #191919; } }

.section-title {
  text-align: left;
  font-size: 40px;
  font-size: 40px;
  font-size: 4rem; }
  @media (max-width: 1280px) {
    .section-title {
      font-size: 32px;
      font-size: 3.2rem; } }
  @media (max-width: 736px) {
    .section-title {
      font-size: 28px;
      font-size: 2.8rem; } }
  .section-title.is-s {
    font-size: 36px;
    font-size: 36px;
    font-size: 3.6rem; }
    @media (max-width: 736px) {
      .section-title.is-s {
        font-size: 28px;
        font-size: 2.8rem; } }

.section-desc {
  margin-top: 30px;
  line-height: 2;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem; }
  @media (max-width: 736px) {
    .section-desc {
      margin-top: 30px;
      font-size: 14px;
      font-size: 1.4rem; } }

.other-contents {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  @media (max-width: 736px) {
    .other-contents {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .other-contents__item {
    width: 48%; }
    @media (max-width: 736px) {
      .other-contents__item {
        width: 100%; } }

.news {
  background: #f4f0e4;
  padding: 60px; }
  @media (max-width: 736px) {
    .news {
      margin-top: 30px;
      padding: 0 20px;
      background: none; } }
  .news__list {
    margin-top: 20px; }
    @media (max-width: 736px) {
      .news__list {
        margin-top: 0; } }
  .news__more {
    margin-top: 30px;
    text-align: right; }
    @media (max-width: 736px) {
      .news__more {
        margin-top: 15px;
        text-align: center; } }

.page-contents.is-collections {
  background: url(../images/bg_collections.jpg) top center no-repeat;
  background-size: cover;
  color: #fff; }

.page-contents__title {
  padding: 90px 0 70px;
  text-align: center; }
  @media (max-width: 736px) {
    .page-contents__title {
      padding: 40px 0 30px; } }
  .page-contents__title .en {
    font-size: 40px;
    font-size: 40px;
    font-size: 4rem;
    font-weight: normal;
    letter-spacing: .16em;
    text-transform: uppercase; }
    @media (max-width: 736px) {
      .page-contents__title .en {
        text-align: center;
        font-size: 28px;
        font-size: 2.8rem; } }
    .page-contents__title .en.is-collection-item {
      font-size: 36px;
      font-size: 36px;
      font-size: 3.6rem; }
      @media (max-width: 736px) {
        .page-contents__title .en.is-collection-item {
          font-size: 20px;
          font-size: 2rem; } }
  .page-contents__title .ja {
    display: block;
    margin-top: 3px;
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #b89849;
    letter-spacing: .24em; }
    @media (max-width: 736px) {
      .page-contents__title .ja {
        font-size: 12px;
        font-size: 1.2rem; } }

.page-contents__main {
  padding-top: 20px; }
  @media (max-width: 736px) {
    .page-contents__main {
      padding-top: 10px; } }

.select-category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .select-category__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border: solid 1px #b89849;
    border-left: none;
    text-align: center; }
    @media (max-width: 736px) {
      .select-category__inner {
        width: 100%;
        border-left: none;
        border-right: none; } }
  .select-category__item {
    display: block;
    min-width: 160px;
    margin-top: -1px;
    border-top: solid 1px #b89849;
    border-left: solid 1px #b89849;
    font-size: 18px;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: .16em; }
    @media (max-width: 980px) {
      .select-category__item {
        font-size: 16px;
        font-size: 1.6rem;
        width: 50%; } }
    @media (max-width: 360px) {
      .select-category__item {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media (max-width: 736px) {
      .select-category__item:first-child {
        border-left: none; } }
    @media (max-width: 736px) {
      .select-category__item:last-child {
        border-right: none; } }

.category-item {
  padding: .5em 1.5em;
  white-space: nowrap;
  transition: all 0.2s ease-out; }
  @media (max-width: 736px) {
    .category-item {
      padding: .75em 1em; } }
  .category-item:hover, .category-item.is-active {
    background: #b89849;
    color: #fff; }
  .category-item.is-active {
    pointer-events: none; }

.page-news {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px; }
  @media (max-width: 736px) {
    .page-news {
      display: block; } }

.news-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }
  @media (max-width: 736px) {
    .news-grid {
      margin-top: 60px;
      padding: 0 20px; } }
  .news-grid__item {
    position: relative;
    display: block;
    margin: 60px 0;
    width: 350px;
    max-width: 45%; }
    @media (max-width: 736px) {
      .news-grid__item {
        margin: 60px 0 0;
        width: 100%;
        max-width: none; }
        .news-grid__item:first-child {
          margin-top: 0; } }
    .news-grid__item:nth-child(2n) {
      margin-left: 20px; }
      @media (max-width: 736px) {
        .news-grid__item:nth-child(2n) {
          margin-left: 0; } }

.news-archives {
  -webkit-flex: 0 0 180px;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  margin-right: 80px;
  width: 180px;
  text-align: right; }
  @media (max-width: 736px) {
    .news-archives {
      display: none; } }
  .news-archives__title {
    padding-bottom: 1.5em;
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #b89849;
    letter-spacing: .16em; }
  .news-archives__headline {
    padding-bottom: 1.5em;
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: .16em; }
    .news-archives__headline .num {
      font-size: 16px;
      font-size: 16px;
      font-size: 1.6rem; }

.news-main {
  margin: 0 auto;
  width: 100%;
  max-width: 1020px; }

.news-months {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 1.5em;
  text-align: right; }
  .news-months .month {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5em;
    font-size: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: .16em; }
    .news-months .month:before {
      content: '';
      position: absolute;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      bottom: -2px;
      left: 0;
      width: calc(100% - .3em);
      height: 2px;
      background: #b89849;
      transition: all 0.2s ease-out; }
      @media (max-width: 736px) {
        .news-months .month:before {
          content: none; } }
    .news-months .month:hover:before {
      bottom: -6px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .news-months .month .num {
      margin-right: .4em;
      font-size: 14px;
      font-size: 14px;
      font-size: 1.4rem; }

.news-item a {
  transition: all 0.5s ease; }
  .news-item a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    text-decoration: none; }

.is-pickup .news-item__image {
  padding-top: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-item__image {
  display: block;
  width: 100%;
  text-align: center;
  width: 100%;
  height: 250px; }
  @media (max-width: 736px) {
    .news-item__image {
      height: auto; } }
  .news-item__image img {
    max-width: 100%;
    max-height: 100%; }

.news-item__info {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 736px) {
    .news-item__info {
      margin-top: 9px; } }
  .news-item__info .date {
    display: inline-block;
    font-size: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #b89849; }
    @media (max-width: 736px) {
      .news-item__info .date {
        margin-top: 9px;
        font-size: 14px;
        font-size: 1.4rem; } }
  .news-item__info .category {
    display: inline-block;
    margin-left: 1em;
    padding: .1em .5em;
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    background: #d5c292;
    color: #fff;
    text-transform: uppercase; }
    @media (max-width: 736px) {
      .news-item__info .category {
        margin-top: 9px;
        font-size: 12px;
        font-size: 1.2rem; } }

.news-item__title {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500; }
  @media (max-width: 736px) {
    .news-item__title {
      margin-top: 8px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 600; } }

.news-item__desc {
  margin-top: 12px;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500; }
  @media (max-width: 736px) {
    .news-item__desc {
      margin-top: 15px;
      font-weight: 600; } }

.news-item__more {
  margin-top: 20px; }
  @media (max-width: 736px) {
    .news-item__more {
      margin-top: 18px; } }
  .news-item__more:hover .link-arrow:before {
    width: 60px; }
    @media (max-width: 736px) {
      .news-item__more:hover .link-arrow:before {
        width: 40px; } }
  .news-item__more:hover .link-arrow:after {
    left: -15px; }
    @media (max-width: 736px) {
      .news-item__more:hover .link-arrow:after {
        left: -15px; } }

.news-pager {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  text-align: center; }
  @media (max-width: 736px) {
    .news-pager {
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 40px;
      padding-left: 20px;
      padding-right: 20px; } }
  .news-pager a {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s ease; }
    .news-pager a:hover {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      text-decoration: none; }
    .news-pager a:not(:first-child) {
      margin-left: 40px; }
      @media (max-width: 736px) {
        .news-pager a:not(:first-child) {
          margin-left: 0; } }
  .news-pager__arrow {
    position: relative;
    width: 50px;
    height: 1em;
    transition: all 0.2s ease-in-out; }
    .news-pager__arrow:before, .news-pager__arrow:after {
      content: '';
      position: absolute;
      z-index: 1;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      display: inline-block;
      transition: all 0.2s ease-in-out; }
    .news-pager__arrow:before {
      top: 50%;
      left: -75px;
      margin-top: -1px;
      background: #191919;
      width: 50px;
      height: 2px; }
      @media (max-width: 736px) {
        .news-pager__arrow:before {
          left: -55px;
          width: 40px;
          background: #191919; } }
    .news-pager__arrow:after {
      top: 50%;
      left: -25px;
      margin-top: -5px;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid #191919; }
      @media (max-width: 736px) {
        .news-pager__arrow:after {
          left: -15px;
          border-left-color: #191919; } }
    .news-pager__arrow:hover:before {
      width: 60px; }
      @media (max-width: 736px) {
        .news-pager__arrow:hover:before {
          width: 40px; } }
    .news-pager__arrow:hover:after {
      left: -15px; }
      @media (max-width: 736px) {
        .news-pager__arrow:hover:after {
          left: -15px; } }
    .news-pager__arrow:before {
      left: 0; }
    .news-pager__arrow:after {
      left: auto;
      right: -5px; }
    .news-pager__arrow:hover {
      padding-left: 10px; }
      .news-pager__arrow:hover:after {
        left: auto;
        right: -15px; }
        @media (max-width: 736px) {
          .news-pager__arrow:hover:after {
            right: -5px; } }
    @media (max-width: 736px) {
      .news-pager__arrow {
        width: 40px; } }
    .news-pager__arrow.is-prev {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .news-pager__arrow.is-disable {
      opacity: .2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      pointer-events: none; }
  .news-pager__num {
    font-size: 20px;
    font-size: 20px;
    font-size: 2rem; }
    @media (max-width: 736px) {
      .news-pager__num {
        font-size: 18px;
        font-size: 1.8rem; } }
    .news-pager__num.is-current {
      color: #d5c292;
      pointer-events: none; }

.news-detail {
  margin: 0 auto;
  max-width: 760px; }
  @media (max-width: 736px) {
    .news-detail {
      margin-left: 20px;
      margin-right: 20px; } }
  .news-detail__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 736px) {
      .news-detail__info {
        margin-top: 9px; } }
    .news-detail__info .date {
      display: inline-block;
      font-size: 16px;
      font-size: 16px;
      font-size: 1.6rem;
      color: #b89849; }
      @media (max-width: 736px) {
        .news-detail__info .date {
          margin-top: 9px;
          font-size: 14px;
          font-size: 1.4rem; } }
    .news-detail__info .category {
      display: inline-block;
      margin-left: 1em;
      padding: .1em .5em;
      font-size: 14px;
      font-size: 14px;
      font-size: 1.4rem;
      background: #d5c292;
      color: #fff;
      text-transform: uppercase; }
      @media (max-width: 736px) {
        .news-detail__info .category {
          margin-top: 9px;
          font-size: 12px;
          font-size: 1.2rem; } }
  .news-detail__title {
    margin-top: 20px;
    font-size: 20px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: .16em; }
    @media (max-width: 736px) {
      .news-detail__title {
        font-size: 14px;
        font-size: 1.4rem; } }
  .news-detail__body {
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem; }
    @media (max-width: 736px) {
      .news-detail__body {
        font-size: 12px;
        font-size: 1.2rem; } }
    .news-detail__body img {
      display: block;
      margin: 60px auto;
      max-width: 75%; }
      @media (max-width: 736px) {
        .news-detail__body img {
          margin: 20px auto;
          max-width: 100%; } }
    .news-detail__body p {
      margin-top: 1em;
      line-height: 2; }
  .news-detail__back {
    margin-top: 80px;
    text-align: center; }
    @media (max-width: 736px) {
      .news-detail__back {
        margin: 40px 20px 0; } }
    .news-detail__back a {
      margin: 0 auto; }
      .news-detail__back a:hover .link-arrow:before {
        width: 60px; }
        @media (max-width: 736px) {
          .news-detail__back a:hover .link-arrow:before {
            width: 40px; } }
      .news-detail__back a:hover .link-arrow:after {
        left: -15px; }
        @media (max-width: 736px) {
          .news-detail__back a:hover .link-arrow:after {
            left: -15px; } }

.sort-area {
  margin: 0 auto;
  padding: 25px 30px;
  width: 100%;
  max-width: 1280px;
  background: #f4f0e4; }
  @media (max-width: 1280px) {
    .sort-area {
      margin-left: 20px;
      margin-right: 20px;
      width: auto; } }
  @media (max-width: 736px) {
    .sort-area {
      margin-top: 20px;
      padding: 20px; } }

.sort-type {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px; }
  .sort-type:first-child {
    margin-top: 0; }
  @media (max-width: 736px) {
    .sort-type {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .sort-type__title {
    min-width: 6em;
    line-height: 2;
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .3em;
    white-space: nowrap; }
  .sort-type__list {
    max-width: calc(100% - 6em);
    line-height: 2; }
    @media (max-width: 736px) {
      .sort-type__list {
        margin-right: -.8em;
        max-width: 100%; } }

.sort-list__item {
  display: inline-block;
  margin-right: .8em;
  padding-right: .8em;
  border-right: solid 1px #191919;
  line-height: 1;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  text-indent: .12em; }
  @media (max-width: 736px) {
    .sort-list__item {
      font-size: 11px;
      font-size: 1.1rem; } }
  .sort-list__item:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0; }
  .sort-list__item:hover {
    text-decoration: underline; }
  .sort-list__item.is-hide {
    display: none; }

.area-list {
  margin: 80px auto 0;
  width: 100%;
  max-width: 1280px; }
  @media (max-width: 1280px) {
    .area-list {
      margin-left: 20px;
      margin-right: 20px;
      width: auto; } }
  @media (max-width: 736px) {
    .area-list {
      margin-top: 0; } }

.area-item {
  margin-top: 60px; }
  @media (max-width: 736px) {
    .area-item {
      margin-top: 15px; } }
  .area-item.is-hide {
    display: none; }
  .area-item__title {
    padding-bottom: 35px;
    font-size: 20px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: .3em; }
    @media (max-width: 736px) {
      .area-item__title {
        padding: 10px 0;
        font-size: 16px;
        font-size: 1.6rem; } }
  .area-item__body {
    padding: 0 60px 40px 35px;
    border: solid 1px #d5c292; }
    @media (max-width: 736px) {
      .area-item__body {
        padding: 0 20px 20px; } }

.city-list {
  display: table;
  margin-top: 40px;
  width: 100%; }
  @media (max-width: 736px) {
    .city-list {
      display: block;
      margin-top: 20px; } }
  .city-list:last-child .shop-item:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  .city-list.is-hide {
    display: none; }
  .city-list__title {
    display: table-cell;
    width: 8%;
    min-width: 6em;
    vertical-align: top;
    font-size: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #b89849;
    letter-spacing: .24em; }
    @media (max-width: 736px) {
      .city-list__title {
        display: block;
        width: 100%; } }
  .city-list__list {
    display: table-cell;
    width: 92.5%;
    vertical-align: top; }
    @media (max-width: 736px) {
      .city-list__list {
        display: block;
        width: 100%; } }

@media (max-width: 736px) {
  .city-shop {
    margin-top: 15px; } }

.shop-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 0;
  border-bottom: solid 1px #d5c292; }
  @media (max-width: 736px) {
    .shop-item {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      padding: 30px 0 0;
      border-bottom: none; } }
  .shop-item:first-child {
    padding-top: 0; }
  .shop-item__data .name {
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .12em;
    font-weight: 500; }
    @media (max-width: 736px) {
      .shop-item__data .name {
        font-weight: 600; } }
    .shop-item__data .name .new {
      display: inline-block;
      margin-right: .375em;
      padding: 0 .375em;
      font-size: 16px;
      font-size: 16px;
      font-size: 1.6rem;
      text-indent: .15em;
      background: #c39090;
      color: #fff; }
  .shop-item__data .location {
    margin-top: 3px;
    line-height: 2;
    font-size: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: .06em; }
    @media (max-width: 736px) {
      .shop-item__data .location {
        margin-top: 10px;
        font-weight: 600; } }
    .shop-item__data .location .address {
      margin-right: 8px; }
    .shop-item__data .location .links {
      display: inline-block; }
      .shop-item__data .location .links .button {
        font-weight: normal; }
      @media (max-width: 736px) {
        .shop-item__data .location .links {
          white-space: nowrap; } }
  .shop-item__contact {
    white-space: nowrap; }

@media (max-width: 736px) {
  .tel {
    margin-top: 10px;
    width: 100%;
    text-align: right; } }

.tel__title {
  margin-right: .25em;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #b89849;
  text-transform: uppercase; }
  @media (max-width: 736px) {
    .tel__title {
      font-size: 12px;
      font-size: 1.2rem; } }

.tel__num {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  color: #191919;
  letter-spacing: .16em;
  pointer-events: none; }
  @media (max-width: 736px) {
    .tel__num {
      color: #b89849;
      pointer-events: auto; }
      .tel__num:before {
        content: '';
        position: absolute;
        bottom: 1px;
        left: 0;
        width: calc(100% - .3em);
        height: 3px;
        background: #b89849;
        transition: all 0.5s ease-out; } }
  @media (max-width: 736px) {
    .tel__num > span {
      display: block; } }

.brand-chapter:not(:first-child) {
  margin-top: 100px; }
  @media (max-width: 736px) {
    .brand-chapter:not(:first-child) {
      margin-top: 30px; } }

.brand-chapter__hero {
  display: block;
  width: 100%; }

.brand-chapter__contents {
  margin: 0 auto;
  padding-top: 70px;
  width: 100%;
  max-width: 746px; }
  @media (max-width: 736px) {
    .brand-chapter__contents {
      padding-top: 20px;
      padding-left: 20px;
      padding-right: 20px; } }

.brand-chapter__title {
  padding-bottom: 40px;
  text-align: center;
  font-size: 22px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: .16em; }
  @media (max-width: 736px) {
    .brand-chapter__title {
      padding-bottom: 10px;
      text-align: left;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 600; } }

.brand-chapter__headline {
  margin-top: 30px;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .16em; }
  @media (max-width: 736px) {
    .brand-chapter__headline {
      margin-top: 15px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 600; } }

.brand-chapter__topic {
  margin-top: 20px; }
  @media (max-width: 736px) {
    .brand-chapter__topic {
      margin-top: 10px; } }

.brand-chapter__note {
  margin-top: 1em;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem; }
  @media (max-width: 736px) {
    .brand-chapter__note {
      margin-top: .5em;
      font-size: 10px;
      font-size: 1rem; } }

.brand-topic {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .brand-topic__image:first-child {
    margin-right: 30px; }
  .brand-topic__image:not(:first-child) {
    margin-left: 30px; }
  @media (max-width: 736px) {
    .brand-topic__image {
      display: none; } }
  .brand-topic__image .caption {
    line-height: 1.3;
    text-align: center;
    font-size: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #b89849;
    text-transform: uppercase;
    letter-spacing: .02em; }
  .brand-topic__text {
    line-height: 2;
    letter-spacing: .06em; }
    .brand-topic__text .headline {
      margin-top: -.25em;
      line-height: 1.5;
      font-size: 16px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      color: #b89849;
      letter-spacing: .16em; }
      @media (max-width: 736px) {
        .brand-topic__text .headline {
          font-size: 14px;
          font-size: 1.4rem; } }
    .brand-topic__text .body {
      font-size: 14px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 500; }
      @media (max-width: 736px) {
        .brand-topic__text .body {
          line-height: 1.75;
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: 600; } }
      .brand-topic__text .body.is-s {
        line-height: 1.75;
        font-size: 12px;
        font-size: 12px;
        font-size: 1.2rem; }

.brand-topic-alt__text {
  margin-top: 40px; }
  @media (max-width: 736px) {
    .brand-topic-alt__text {
      margin-top: 20px; } }
  .brand-topic-alt__text .headline {
    font-size: 18px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #b89849; }
    @media (max-width: 736px) {
      .brand-topic-alt__text .headline {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600; } }
  .brand-topic-alt__text .body {
    line-height: 2;
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500; }
    @media (max-width: 736px) {
      .brand-topic-alt__text .body {
        line-height: 1.75;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 600; } }

.brand-outro {
  margin-top: 60px;
  text-align: center; }
  @media (max-width: 736px) {
    .brand-outro {
      margin-top: 15px;
      padding-left: 20px;
      padding-right: 20px;
      text-align: left; } }
  .brand-outro__image {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
    @media (max-width: 736px) {
      .brand-outro__image {
        width: 200px; } }
  .brand-outro__headline {
    margin-top: -25px;
    font-size: 22px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500; }
    @media (max-width: 736px) {
      .brand-outro__headline {
        margin-top: -15px;
        line-height: 1.5;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600; } }
  .brand-outro__body {
    margin-top: 30px;
    line-height: 3;
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500; }
    @media (max-width: 736px) {
      .brand-outro__body {
        margin-top: 1em;
        line-height: 1.5;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 600; } }

.warranty {
  margin: 0 auto;
  width: 100%;
  max-width: 746px; }
  @media (max-width: 736px) {
    .warranty {
      margin-left: 20px;
      margin-right: 20px;
      width: auto; } }
  .warranty__title {
    font-size: 22px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600; }
    @media (max-width: 736px) {
      .warranty__title {
        font-size: 18px;
        font-size: 1.8rem; } }
  .warranty__body {
    margin-top: 1.25em;
    line-height: 2;
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500; }
    @media (max-width: 736px) {
      .warranty__body {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 600; } }
  .warranty__headline {
    margin-top: 2.5em;
    font-size: 18px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600; }
    @media (max-width: 736px) {
      .warranty__headline {
        font-size: 16px;
        font-size: 1.6rem; } }
  .warranty__sub-headline {
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #b89849; }
    @media (max-width: 736px) {
      .warranty__sub-headline {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 600; } }
  .warranty__list {
    margin-top: 1em;
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500; }
    @media (max-width: 736px) {
      .warranty__list {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 600; } }
    .warranty__list li {
      margin-left: 2em;
      list-style: disc; }
      .warranty__list li:not(:first-child) {
        margin-top: .5em; }
  .warranty__contact {
    margin-top: 30px; }
    @media (max-width: 736px) {
      .warranty__contact {
        margin-top: 20px; } }

.warranty-contact {
  padding: 30px 40px;
  border: solid 1px #d5c292; }
  @media (max-width: 736px) {
    .warranty-contact {
      padding: 20px; } }
  .warranty-contact__title {
    padding-bottom: .25em;
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500; }
    @media (max-width: 736px) {
      .warranty-contact__title {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 600; } }
  .warranty-contact__data {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 10px; }
    @media (max-width: 736px) {
      .warranty-contact__data {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .warranty-contact__data .head {
      min-width: 6em;
      font-size: 12px;
      font-size: 12px;
      font-size: 1.2rem;
      color: #b89849;
      text-transform: uppercase; }
      @media (max-width: 736px) {
        .warranty-contact__data .head {
          width: 100%; } }
      .warranty-contact__data .head:not(:first-child) {
        margin-top: 1.5em; }
    .warranty-contact__data .data {
      width: 70%;
      font-size: 12px;
      font-size: 12px;
      font-size: 1.2rem; }
      @media (max-width: 736px) {
        .warranty-contact__data .data {
          width: 100%; } }

.comingsoon {
  margin: 2em 80px 0;
  padding: 4em 0;
  text-align: center;
  background: #f4f0e4;
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: .16em; }
  @media (max-width: 736px) {
    .comingsoon {
      margin-left: 20px;
      margin-right: 20px; } }

.sort-products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center; }
  .sort-products__item {
    display: block;
    min-width: 160px;
    border: solid 1px #b89849;
    border-right: none;
    font-size: 18px;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: .16em; }
    @media (max-width: 736px) {
      .sort-products__item {
        font-size: 16px;
        font-size: 1.6rem;
        width: 50%; } }
    @media (max-width: 736px) {
      .sort-products__item:first-child {
        border-left: none; } }
    .sort-products__item:last-child {
      border-right: solid 1px #b89849; }
      @media (max-width: 736px) {
        .sort-products__item:last-child {
          border-right: none; } }
    @media (max-width: 736px) {
      .sort-products__item.is-dropdown {
        width: 100%; } }

@media (max-width: 736px) and (max-width: 736px) {
  .sort-products__item:not(:first-child).is-dropdown {
    border-top: none;
    border-left: none;
    width: 100%; } }

.sort-item {
  padding: .5em 1.5em;
  white-space: nowrap;
  transition: all 0.2s ease-out; }
  @media (max-width: 736px) {
    .sort-item {
      padding: .75em 1em; } }
  .sort-item:hover, .sort-item.is-active {
    background: #b89849;
    color: #fff; }

.dropdown {
  position: relative;
  cursor: pointer; }
  .dropdown__list {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 200%;
    text-align: left; }
    @media (max-width: 736px) {
      .dropdown__list {
        left: 50%;
        width: 90vw;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }

.toggle-dropdown {
  display: block;
  padding-right: 32px; }
  .toggle-dropdown:before {
    content: '';
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 12px;
    display: block;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-top: 4px solid #191919;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transition: all 0.2s ease-out; }
  .toggle-dropdown:hover:before, .toggle-dropdown.is-active:before {
    border-top-color: #fff; }
  .toggle-dropdown.is-open:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.dropdown-list {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 10px 0;
  background: rgba(41, 40, 51, 0.9); }
  @media (max-width: 736px) {
    .dropdown-list {
      width: 100%; } }
  .dropdown-list.is-open {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-name: fade-in;
            animation-name: fade-in; }
  .dropdown-list__item {
    display: block;
    font-size: 16px;
    font-size: 16px;
    font-size: 1.6rem; }
    .dropdown-list__item a {
      position: relative;
      display: block;
      padding: .5em 20px;
      color: #fff; }
      @media (max-width: 736px) {
        .dropdown-list__item a {
          display: block; } }

.products-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 30px auto 0;
  width: 100%;
  max-width: 1280px;
  min-height: 410px; }

.grid-item {
  position: relative;
  display: block;
  margin: 80px 0;
  width: 25%;
  text-align: center; }

  .grid-item.new {
    position: relative;
  }

  @media (max-width: 736px) {
    .grid-item.new {
      padding-top: 20px;
    }
  }

  .grid-item.new:before {
    text-align: center;
    position: absolute;
    content: 'NEW';
    color: #b89849;
    left: 50%;
    font-size: 1.4rem;
    margin-left: -21px;
    letter-spacing: 0.1em;
    padding-left: 4px;
    display: inline-block;
    top: -20px;
    font-weight: bold;
  }

  @media (max-width: 736px) {
    .grid-item.new:before {
      font-size: 1.2rem;
      margin-left: -19px;
      top: 5px;
    }
  }

  .grid-item.new:after {
    position: absolute;
    height: 1px;
    content: '';
    background: #b89849;
    left: 50%;
    width: 37px;
    top: 30px;
    margin-left: -20px;
  }

  @media (max-width: 736px) {
    .grid-item.new:after {
      top: 23px;
      margin-left: -18px;
    }
  }

  @media (max-width: 736px) {
    .grid-item {
      margin: 0 2%;
      padding-bottom: 60px;
      width: 46%; } }
  .grid-item:hover .grid-caption:before {
    bottom: -8px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .grid-item .grid-image {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
    @media (max-width: 736px) {
      .grid-item .grid-image {
        width: 100%; } }
  .grid-item .grid-caption {
    display: block;
    /* position: absolute; */
    /* top: 100%; */
    /* left: 50%; */
		text-align: center;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    text-indent: .24em;
    letter-spacing: .24em;
    white-space: nowrap;
    /*-webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
			transform: translateX(-50%);*/ }
    @media (max-width: 980px) {
      .grid-item .grid-caption {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media (max-width: 736px) {
      .grid-item .grid-caption {
        top: auto;
        bottom: 30px;
        margin-top: 0;
        font-size: 16px;
        font-size: 1.6rem; } }
    /*.grid-item .grid-caption:before {
      content: '';
      position: absolute;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      bottom: -4px;
      left: 0;
      width: calc(100% - .3em);
      height: 2px;
      background: #b89849;
      transition: all 0.2s ease-out; }*/
      @media (max-width: 736px) {
        .grid-item .grid-caption:before {
          content: none;
				}
			}

.grid-item .grid-price {
	display: block;
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}

@media (max-width: 736px) {
	.grid-item .grid-price {
		font-size: 12px;
	}
}

.page-product-detail {
  margin: 40px auto 0;
  max-width: 1280px; }
  @media (max-width: 1280px) {
    .page-product-detail {
      margin-left: 20px;
      margin-right: 20px;
      width: auto; } }
  @media (max-width: 736px) {
    .page-product-detail {
      margin-top: 20px;
      margin-left: 0;
      margin-right: 0; } }

.product-info {
  *zoom: 1; }
  .product-info:before, .product-info:after {
    display: table;
    content: " "; }
  .product-info:after {
    clear: both; }

.product-image {
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 58.33333333%; }
  @media (max-width: 736px) {
    .product-image {
      float: none;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; } }
  .product-image__main {
    position: relative;
    width: 85.3658537%;
    width: calc(100% - 100px);
    text-align: center; }
    @media (max-width: 736px) {
      .product-image__main {
        width: 100%; } }
    .product-image__main .image {
      display: block;
      width: 100%; }
      @media (max-width: 736px) {
        .product-image__main .image {
          padding: 0 40px; } }
  .product-image__thumbnail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

.product-slider {
  position: relative;
  display: inline-block;
  max-width: 580px;
  width: 83.333333333%; }
  @media (max-width: 736px) {
    .product-slider {
      width: 100%; } }

.slider-nav__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 736px) {
    .slider-nav__arrow img {
      width: 13px;
      height: 22px; } }
  .slider-nav__arrow.is-prev {
    left: 20px; }
    @media (max-width: 736px) {
      .slider-nav__arrow.is-prev {
        left: -20px; } }
    .slider-nav__arrow.is-prev img {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .slider-nav__arrow.is-next {
    right: 20px; }
    @media (max-width: 736px) {
      .slider-nav__arrow.is-next {
        right: -20px; } }

@media (max-width: 736px) {
  .product-thumbnail {
    padding: 0 20px;
    width: 100%; } }

.product-thumbnail__item {
  margin-top: 10px;
  width: 80px;
  height: 80px; }
  @media (max-width: 736px) {
    .product-thumbnail__item {
      margin-top: 0;
      width: 50px;
      height: 50px; }
      .product-thumbnail__item:first-child {
        margin-left: 0; } }
  .product-thumbnail__item:not(:first-child) {
    margin-left: 20px; }
    @media (max-width: 736px) {
      .product-thumbnail__item:not(:first-child) {
        margin-left: 10px; } }

.thumbnail-image {
  display: block;
  border: solid 1px #e8e8ec;
  transition: all 0.2s ease; }
  .thumbnail-image:hover {
    border-color: #d5c292; }
  .thumbnail-image img {
    display: block;
    width: 100%; }

.product-data {
  float: right;
  padding: 10px 0 60px;
  width: 41.66666667%; }
  @media (max-width: 1680px) {
    .product-data {
      padding-right: 60px; } }
  @media (max-width: 1280px) {
    .product-data {
      padding-left: 20px;
      padding-right: 0; } }
  @media (max-width: 736px) {
    .product-data {
      float: none;
      padding: 20px;
      width: 100%; } }
  .product-data__cat {
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase; }
    .product-data__cat .cat {
      display: inline-block; }
      .product-data__cat .cat:not(:first-child) {
        margin-left: .375em; }
        @media (max-width: 736px) {
          .product-data__cat .cat:not(:first-child) {
            margin-left: 0; } }
      @media (max-width: 736px) {
        .product-data__cat .cat {
          display: block; } }
    .product-data__cat .cat-new {
      margin-right: 10px;
      color: #b89849; }
    .product-data__cat .cat-collection {
      color: #191919; }
  .product-data__name {
    display: inline-block;
    font-size: 28px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: normal;
    letter-spacing: .24em; }
    @media (max-width: 736px) {
      .product-data__name {
        display: block;
        margin-top: -3px; } }
  .product-data__price {
    display: inline-block; }
    @media (max-width: 736px) {
      .product-data__price {
        display: block;
        margin-top: -4px; } }
    .product-data__price .price {
      font-size: 20px;
      font-size: 20px;
      font-size: 2rem;
      color: #b89849;
      letter-spacing: .12em; }
    .product-data__price .tax {
      margin-left: -.12em;
      font-size: 11px;
      font-size: 11px;
      font-size: 1.1rem; }
      @media (max-width: 736px) {
        .product-data__price .tax {
          font-size: 12px;
          font-size: 1.2rem; } }
  .product-data__buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px; }
    @media (max-width: 980px) {
      .product-data__buttons {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .product-data__buttons .button {
      width: 48%; }
      @media (max-width: 980px) {
        .product-data__buttons .button {
          width: 100%;
          font-size: 16px;
          font-size: 1.6rem; }
          .product-data__buttons .button:not(:first-child) {
            margin-top: 20px; } }
  .product-data__desc {
    margin-top: 20px;
    line-height: 2;
    font-size: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500; }
    @media (max-width: 736px) {
      .product-data__desc {
        margin-top: 13px; } }
  .product-data__banner {
    margin-top: 20px; }
    .product-data__banner a {
      display: block;
      transition: all 0.5s ease; }
      .product-data__banner a:hover {
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        text-decoration: none; }
    .product-data__banner img {
      display: block;
      width: 100%; }

.spec-details {
  margin-top: 20px;
  padding: 18px;
  border: solid 1px #e8e8ec; }
  @media (max-width: 736px) {
    .spec-details {
      margin-top: 13px; } }
  .spec-details__more {
    display: block;
    margin-top: 1em;
    text-align: right; }
    .spec-details__more a {
      font-size: 12px;
      font-size: 12px;
      font-size: 1.2rem;
      text-decoration: underline; }
      .spec-details__more a:hover {
        text-decoration: none; }

.specs-list {
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem; }
  @media (max-width: 736px) {
    .specs-list {
      padding-top: 20px;
      font-size: 11px;
      font-size: 1.1rem; } }

.spec-item {
  line-height: 2;
  font-weight: 500; }
  .spec-item__title {
    display: inline;
    padding-right: 1em;
    color: #b89849;
    letter-spacing: .16em;
    white-space: nowrap; }
  .spec-item__data {
    letter-spacing: .16em; }

.other-collections {
  margin-top: 100px; }
  @media (max-width: 736px) {
    .other-collections {
      margin-top: 50px; } }
  .other-collections__title {
    text-align: center;
    font-size: 32px;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: normal;
    letter-spacing: .16em;
    text-transform: uppercase; }
    @media (max-width: 736px) {
      .other-collections__title {
        padding: 0 20px;
        font-size: 18px;
        font-size: 1.8rem; } }
  .other-collections__more {
    margin: 50px auto 0; }
    @media (max-width: 736px) {
      .other-collections__more {
        margin: 30px 20px 0;
        width: auto; } }
    .other-collections__more:hover .link-arrow:before {
      width: 60px; }
      @media (max-width: 736px) {
        .other-collections__more:hover .link-arrow:before {
          width: 40px; } }
    .other-collections__more:hover .link-arrow:after {
      left: -15px; }
      @media (max-width: 736px) {
        .other-collections__more:hover .link-arrow:after {
          left: -15px; } }

.collections-carousel {
  margin-top: 50px;
  padding: 0 54px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap}

  @media (max-width: 1280px) {
    .collections-carousel {
      padding: 0; } }

  @media (max-width: 736px) {
    .collections-carousel {
      margin-top: 30px;
      padding: 0; } }

  @media (max-width: 736px) {
    .collections-carousel__item {
      width: 49%;
    }
  }

.products-carousel__item .title {
  font-size: 14px;
  display: block;
  text-align: center;
}

.products-carousel__item .price {
  font-size: 12px;
  display: block;
  text-align: center;
}

.carousel-item {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto 30px;
  transition: all 0.2s ease-out; }

  @media (max-width: 736px) {
    .carousel-item {
      margin-bottom: 10px;
    }
  }

  .carousel-item .image {
    margin: 0 auto;
    width: 190px;
    height: auto; }

    @media (max-width: 736px) {
      .carousel-item .image {
        width: 100%;
        height: auto; }
    }

.carousel-item p {
  font-size: 14px;
  text-align: center;
}

@media (max-width: 736px) {
  .carousel-item p {
    font-size: 12px;
  }
}

.collections-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px; }
  @media (max-width: 736px) {
    .collections-list {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.collection-link {
  position: relative;
  display: block;
  width: 33.3%;
  text-align: center; }
  @media (max-width: 736px) {
    .collection-link:not(:first-child) {
      margin-top: 10px; } }
  .collection-link:hover .en, .collection-link:hover .ja {
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px); }
  .collection-link:hover .photo {
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01); }
  @media (max-width: 736px) {
    .collection-link {
      width: 100%; } }
  .collection-link.is-l {
    width: 50%; }
    @media (max-width: 736px) {
      .collection-link.is-l {
        width: 100%; } }
    .collection-link.is-l .photo {
      margin-top: -5em; }
      @media (max-width: 736px) {
        .collection-link.is-l .photo {
          margin-top: -3em; } }
  .collection-link .en {
    display: block;
    font-size: 28px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: .16em;
    text-transform: uppercase;
    transition: all 0.2s ease-out; }
    @media (max-width: 980px) {
      .collection-link .en {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media (max-width: 736px) {
      .collection-link .en {
        font-size: 18px;
        font-size: 1.8rem; } }
  .collection-link .ja {
    display: block;
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #b89849;
    transition: all 0.2s ease-out; }
    @media (max-width: 736px) {
      .collection-link .ja {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media (max-width: 480px) {
      .collection-link .ja {
        font-size: 10px;
        font-size: 1rem; } }
  .collection-link .photo {
    position: relative;
    display: block;
    margin-top: -3em;
    width: 100%;
    transition: all 0.2s ease-out; }

.collection-outline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px; }
  @media (max-width: 1280px) {
    .collection-outline {
      margin-left: 20px;
      margin-right: 20px;
      width: auto; } }
  @media (max-width: 736px) {
    .collection-outline {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: 0;
      margin-right: 0;
      width: 100%; } }
  .collection-outline__photo {
    margin-top: -60px;
    margin-right: -60px;
    margin-bottom: -60px;
    width: calc(33.33333333% + 60px); }
    @media (max-width: 736px) {
      .collection-outline__photo {
        margin-top: -30px;
        margin-right: 0;
        margin-bottom: 0;
        width: 100%; } }
    .collection-outline__photo img {
      display: block;
      width: 100%; }
  .collection-outline__text {
    width: 66.66666666%; }
    @media (max-width: 736px) {
      .collection-outline__text {
        width: 100%;
        padding: 0 20px; } }

.collection-text__title {
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500; }
  @media (max-width: 736px) {
    .collection-text__title {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 600; } }

.collection-text__body {
  margin-top: 1.5em;
  line-height: 2;
  min-height: 5em;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500; }
  @media (max-width: 736px) {
    .collection-text__body {
      min-height: 0;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 600; } }

.collection-motif {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  padding: 30px 36px;
  background: #f4f0e4; }
  @media (max-width: 736px) {
    .collection-motif {
      margin-top: 20px;
      padding: 20px 18px; } }
  .collection-motif__photo {
    margin-left: 30px; }
    @media (max-width: 736px) {
      .collection-motif__photo {
        display: none; } }

.motif-text__title {
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .16em; }
  @media (max-width: 736px) {
    .motif-text__title {
      font-size: 16px;
      font-size: 1.6rem; } }
  .motif-text__title .label {
    margin-right: .5em;
    font-size: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #b89849;
    text-transform: uppercase; }
    @media (max-width: 736px) {
      .motif-text__title .label {
        font-size: 12px;
        font-size: 1.2rem; } }

.motif-text__body {
  margin-top: 1em;
  line-height: 2;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .12em; }
  @media (max-width: 736px) {
    .motif-text__body {
      margin-top: .5em;
      font-weight: 600; } }

.collection-products {
  margin-top: 60px; }
  @media (max-width: 736px) {
    .collection-products {
      margin-top: 50px; } }
  .collection-products__title {
    text-align: center;
    font-size: 32px;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: normal;
    letter-spacing: .16em;
    text-transform: uppercase; }
    @media (max-width: 736px) {
      .collection-products__title {
        padding: 0 20px;
        font-size: 18px;
        font-size: 1.8rem; } }

.products-carousel {
  margin-top: 50px;
  padding: 0 54px;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px; }
  @media (max-width: 1280px) {
    .products-carousel {
      padding: 0; } }
  @media (max-width: 736px) {
    .products-carousel {
      margin-top: 30px;
      padding: 0; } }

.collection-features {
  margin: 60px auto 0;
  padding: 30px 60px;
  width: 100%;
  max-width: 1280px;
  border: solid 2px #b89849; }
  @media (max-width: 1280px) {
    .collection-features {
      margin-left: 20px;
      margin-right: 20px;
      width: auto; } }
  @media (max-width: 736px) {
    .collection-features {
      padding: 20px; } }
  .collection-features__title {
    text-align: center;
    font-size: 32px;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: normal;
    letter-spacing: .16em;
    text-transform: uppercase; }
    @media (max-width: 736px) {
      .collection-features__title {
        font-size: 18px;
        font-size: 1.8rem; } }
  .collection-features__list {
    margin-top: 30px; }
    @media (max-width: 736px) {
      .collection-features__list {
        margin-top: 20px; } }

.features-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  @media (max-width: 736px) {
    .features-list {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .features-list__item {
    margin: 0 10px;
    max-width: 300px; }
    @media (max-width: 736px) {
      .features-list__item {
        margin: 1em 0 0;
        max-width: none; } }

.feature-item__image {
  display: block;
  width: 100%; }

.feature-item__title {
  margin-top: 1em;
  line-height: 1.25;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #b89849;
  letter-spacing: .06em; }
  @media (max-width: 736px) {
    .feature-item__title {
      margin-top: .75em;
      line-height: 1.4;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 600; } }

.feature-item__body {
  margin-top: .75em;
  line-height: 1.75;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .06em; }
  @media (max-width: 736px) {
    .feature-item__body {
      margin-top: .5em;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 600; } }

.collection-back {
  margin-top: 80px;
  text-align: center; }
  @media (max-width: 736px) {
    .collection-back {
      margin: 40px 20px 0; } }
  .collection-back a {
    margin: 0 auto; }
    .collection-back a:hover .link-arrow:before {
      width: 60px; }
      @media (max-width: 736px) {
        .collection-back a:hover .link-arrow:before {
          width: 40px; } }
    .collection-back a:hover .link-arrow:after {
      left: -15px; }
      @media (max-width: 736px) {
        .collection-back a:hover .link-arrow:after {
          left: -15px; } }
