@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

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

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

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

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

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

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

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

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

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

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

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-webkit-keyframes sweep-from-top {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes sweep-from-top {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.mt0 {
  margin-top: 0 !important; }

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

html {
  font-size: 62.5% !important; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: "Montserrat", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: #fff;
  color: #1a1a1a;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .06em;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }

a {
  text-decoration: none;
  color: #1a1a1a;
  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; }

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

.svg-icon {
  display: inline-block; }

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  position: relative;
  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;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em;
  max-width: 400px;
  min-width: 240px;
  height: 48px;
  border: none;
  border-radius: 24px;
  font-size: 14px;
  font-weight: bold;
  background: #e51f1f;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: .16em; }
  @media (max-width: 736px) {
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    button,
    .button {
      width: 100%;
      max-width: 240px;
      min-width: 0; } }
  input[type="submit"]::before,
  input[type="reset"]::before,
  input[type="button"]::before,
  button::before,
  .button::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 5px 0 5px 8px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    transition: all 0.2s; }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  button:hover,
  .button:hover {
    background-color: #f44343; }
    input[type="submit"]:hover::before,
    input[type="reset"]:hover::before,
    input[type="button"]:hover::before,
    button:hover::before,
    .button:hover::before {
      -webkit-transform: translate(3px, -50%);
              transform: translate(3px, -50%); }
  input[type="submit"].is-s,
  input[type="reset"].is-s,
  input[type="button"].is-s,
  button.is-s,
  .button.is-s {
    font-size: 14px;
    width: 148px;
    min-width: 0;
    height: 28px;
    border-radius: 14px;
    background: #333129; }
    input[type="submit"].is-s::before,
    input[type="reset"].is-s::before,
    input[type="button"].is-s::before,
    button.is-s::before,
    .button.is-s::before {
      right: 18px;
      border-width: 3.5px 0 3.5px 6px; }
  input[type="submit"].is-xs,
  input[type="reset"].is-xs,
  input[type="button"].is-xs,
  button.is-xs,
  .button.is-xs {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding: .25em 2em .25em 1.3em;
    width: auto;
    min-width: 0;
    height: 28px;
    border-radius: 14px;
    font-size: 12px;
    background: #333129;
    font-size: 12px; }
    @media (max-width: 736px) {
      input[type="submit"].is-xs,
      input[type="reset"].is-xs,
      input[type="button"].is-xs,
      button.is-xs,
      .button.is-xs {
        height: 24px;
        border-radius: 12px; } }
    input[type="submit"].is-xs::before,
    input[type="reset"].is-xs::before,
    input[type="button"].is-xs::before,
    button.is-xs::before,
    .button.is-xs::before {
      right: 9px;
      border-width: 3.5px 0 3.5px 6px; }
    input[type="submit"].is-xs:hover,
    input[type="reset"].is-xs:hover,
    input[type="button"].is-xs:hover,
    button.is-xs:hover,
    .button.is-xs:hover {
      background-color: #f44343; }
  input[type="submit"].is-back,
  input[type="reset"].is-back,
  input[type="button"].is-back,
  button.is-back,
  .button.is-back {
    background-color: #1a1a1a; }
    input[type="submit"].is-back:hover,
    input[type="reset"].is-back:hover,
    input[type="button"].is-back:hover,
    button.is-back:hover,
    .button.is-back:hover {
      background-color: #343434; }

input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: block; }

.js-scroll-view {
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.75s ease-in-out, -webkit-filter 0.15s linear;
  transition: transform 0.75s ease-in-out, opacity 0.75s cubic-bezier(0.77, 0, 0.175, 1), filter 0.15s linear;
  transition: transform 0.75s ease-in-out, opacity 0.75s cubic-bezier(0.77, 0, 0.175, 1), filter 0.15s linear, -webkit-transform 0.75s ease-in-out, -webkit-filter 0.15s linear;
  will-change: transform;
  opacity: 0;
  transition-delay: 0.2s;
  -webkit-transform: translate3d(0px, 20px, 0px);
          transform: translate3d(0px, 20px, 0px); }
  .js-scroll-view.is-animated {
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important; }

.l-header {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100px;
  transition: all 0.2s; }
  @media (max-width: 980px) {
    .l-header {
      position: fixed;
      height: auto; } }
  .l-header.is-fixed, .l-header.is-page {
    position: fixed;
    background: #fff; }
    @media (max-width: 980px) {
      .l-header.is-fixed, .l-header.is-page {
        background: none;
        -webkit-animation: none;
                animation: none; } }
  .l-header.is-fixed {
    -webkit-animation: sweep-from-top 0.2s ease-out;
            animation: sweep-from-top 0.2s ease-out; }
    @media (max-width: 736px) {
      .l-header.is-fixed {
        -webkit-animation: none;
                animation: none; } }
  .l-header__inner {
    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;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 950px;
    height: 100%; }
    @media (max-width: 980px) {
      .l-header__inner {
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0; } }

.header-logo__link {
  display: block;
  width: 83px;
  transition: all 0.2s ease;
  transition: all 0.2s; }
  .header-logo__link:hover, .header-logo__link:active, .header-logo__link:focus {
    opacity: 0.8;
    text-decoration: none; }
  @media (max-width: 980px) {
    .header-logo__link {
      margin-top: 20px;
      width: 86px;
      -webkit-transform-origin: top center;
              transform-origin: top center; } }
  .header-logo__link img, .header-logo__link object {
    display: block;
    width: 100%; }

.toggle-menu {
  display: none; }
  @media (max-width: 980px) {
    .toggle-menu {
      position: absolute;
      top: 0;
      right: 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;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 72px;
      height: 72px; } }
  .toggle-menu__btn {
    position: relative;
    display: block;
    margin: 20px 0 10px;
    width: 32px;
    height: 3px;
    background: #333129;
    transition: all 0.2s; }
    .l-header.is-menu-open .toggle-menu__btn {
      background: transparent !important; }
    .l-header.is-fixed .toggle-menu__btn,
    .l-header.is-page .toggle-menu__btn,
    .l-header.is-menu-open .toggle-menu__btn {
      background: #333129; }
      .l-header.is-fixed .toggle-menu__btn::before, .l-header.is-fixed .toggle-menu__btn::after,
      .l-header.is-page .toggle-menu__btn::before,
      .l-header.is-page .toggle-menu__btn::after,
      .l-header.is-menu-open .toggle-menu__btn::before,
      .l-header.is-menu-open .toggle-menu__btn::after {
        background: #333129; }
    .toggle-menu__btn::before, .toggle-menu__btn::after {
      content: '';
      position: absolute;
      left: 0;
      display: block;
      width: 32px;
      height: 3px;
      background: #333129;
      transition: all 0.2s ease; }
    .toggle-menu__btn::before {
      top: -9px; }
      .l-header.is-menu-open .toggle-menu__btn::before {
        -webkit-transform: translate(0, 9px) rotate(45deg);
                transform: translate(0, 9px) rotate(45deg); }
    .toggle-menu__btn::after {
      bottom: -9px; }
      .l-header.is-menu-open .toggle-menu__btn::after {
        -webkit-transform: translate(0, -9px) rotate(-45deg);
                transform: translate(0, -9px) rotate(-45deg); }
  .toggle-menu__text {
    margin-top: 4px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .12em;
    white-space: nowrap; }

.g-nav {
  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;
  margin-left: auto;
  transition: all 0.2s; }
  @media (max-width: 980px) {
    .g-nav {
      overflow: hidden;
      position: fixed;
      z-index: -1;
      top: 0;
      left: 0;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 0;
      padding-top: 120px;
      padding-bottom: 100px;
      width: 100vw;
      height: 100vh;
      background: white;
      -webkit-transform: translate3d(0, -160%, 0);
              transform: translate3d(0, -160%, 0);
      transition: all 0.4s;
      will-change: transform; } }
  .l-header.is-menu-open .g-nav {
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .g-nav__item {
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #1a1a1a;
    letter-spacing: .12em;
    text-transform: uppercase; }
    @media (max-width: 980px) {
      .g-nav__item {
        padding: 1em .5em;
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #333129; } }
    .g-nav__item:not(:first-child) {
      margin-left: 63px; }
      @media (max-width: 980px) {
        .g-nav__item:not(:first-child) {
          margin-left: 0; } }

.l-footer {
  padding: 80px 0; }
  @media (max-width: 736px) {
    .l-footer {
      padding: 40px 20px 45px; } }
  .l-footer__inner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1040px;
    height: 100%; }
    @media (max-width: 1680px) {
      .l-footer__inner {
        max-width: 1040px; } }
    @media (max-width: 1280px) {
      .l-footer__inner {
        max-width: 1040px;
        padding: 0 20px; } }
    @media (max-width: 736px) {
      .l-footer__inner {
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0; } }

.footer {
  background: #fff; }

.footer-pagetop {
  text-align: center; }
  .footer-pagetop a {
    position: relative;
    display: inline-block;
    padding-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase; }
    .footer-pagetop a::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 7px 12px 7px;
      border-color: transparent transparent #333129 transparent;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      transition: all 0.2s;
      will-change: transform; }
    .footer-pagetop a:hover::before {
      -webkit-transform: translate(-50%, -6px);
              transform: translate(-50%, -6px); }

.footer-logo {
  margin-top: 40px;
  text-align: center; }
  .footer-logo__link {
    display: inline-block;
    transition: all 0.2s ease; }
    .footer-logo__link:hover, .footer-logo__link:active, .footer-logo__link:focus {
      opacity: 0.8;
      text-decoration: none; }
    .footer-logo__link img, .footer-logo__link object {
      display: block;
      width: 120px; }

.footer-social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px; }
  @media (max-width: 736px) {
    .footer-social {
      margin-top: 46px; } }
  .footer-social__item {
    width: 24px;
    height: 24px; }
    .footer-social__item:not(:first-child) {
      margin-left: 24px; }
    .footer-social__item .svg-icon {
      width: 100%;
      height: 100%;
      color: #1a1a1a; }

.footer-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px; }
  @media (max-width: 736px) {
    .footer-nav {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      margin-top: 46px; } }
  .footer-nav__item {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333129;
    letter-spacing: .06em;
    transition: all 0.2s ease;
    text-transform: uppercase; }
    .footer-nav__item:hover, .footer-nav__item:active, .footer-nav__item:focus {
      opacity: 0.8;
      text-decoration: none; }
    .footer-nav__item:not(:first-child) {
      margin-left: 40px; }
      @media (max-width: 736px) {
        .footer-nav__item:not(:first-child) {
          margin-left: 0; } }

.footer-copyright {
  margin-top: 50px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .06em; }
  @media (max-width: 736px) {
    .footer-copyright {
      margin-top: 40px;
      font-size: 10px;
      font-size: 1rem; } }

.l-wrapper.is-page {
  padding-top: 100px; }
  @media (max-width: 736px) {
    .l-wrapper.is-page {
      padding-top: 0; } }

.l-section {
  padding: 100px 0; }
  @media (max-width: 736px) {
    .l-section {
      padding: 40px 30px; } }
  .l-section .anchor {
    position: relative;
    top: -200px; }
    @media (max-width: 980px) {
      .l-section .anchor {
        top: -100px; } }
  .l-section__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1040px; }
    @media (max-width: 1680px) {
      .l-section__inner {
        max-width: 1040px; } }
    @media (max-width: 1280px) {
      .l-section__inner {
        max-width: 1040px;
        padding: 0 20px; } }
    @media (max-width: 736px) {
      .l-section__inner {
        padding: 0; } }

.headline {
  text-align: center;
  font-weight: bold; }
  .headline.is-left {
    text-align: left; }
    @media (max-width: 736px) {
      .headline.is-left {
        text-align: center; } }
  .headline .en {
    display: block;
    padding-bottom: .175em;
    line-height: 1.1;
    font-size: 48px;
    font-size: 4.8rem;
    text-transform: uppercase;
    letter-spacing: .12em; }
    @media (max-width: 736px) {
      .headline .en {
        font-size: 32px;
        font-size: 3.2rem; } }
  .headline .ja {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .24em; }
    @media (max-width: 736px) {
      .headline .ja {
        font-size: 12px;
        font-size: 1.2rem; } }

.kv {
  overflow: hidden;
  position: relative;
  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: 100px 0 30px;
  height: calc(100vh - 82px);
  max-height: 700px;
  background: #fafaf5; }
  @media (max-width: 736px) {
    .kv {
      padding: 140px 0 40px;
      height: auto;
      max-height: none; } }
  .kv__image {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 960px;
    max-height: 100%; }
    @media (max-width: 980px) {
      .kv__image {
        max-width: 100%; } }
  .kv__copy {
    position: absolute;
    z-index: 1;
    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%; }
    .kv__copy .svg-icon {
      width: 80%;
      max-width: 806px;
      fill: #fff; }

.top-news {
  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: 0;
  width: 100%;
  height: 82px; }
  @media (max-width: 736px) {
    .top-news {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 25px 30px;
      height: auto; } }
  .top-news__more {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    text-transform: uppercase; }
  .top-news__item {
    position: relative;
    margin-left: 30px;
    font-weight: bold; }
    @media (max-width: 736px) {
      .top-news__item {
        margin-top: 12px;
        margin-left: 0; } }
    .top-news__item::before {
      content: '';
      opacity: 0;
      position: absolute;
      top: 50%;
      right: -20px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3.5px 0 3.5px 6px;
      border-color: transparent transparent transparent #333129;
      -webkit-transform: translate(-6px, -50%);
              transform: translate(-6px, -50%);
      transition: all 0.2s;
      will-change: transform; }
    .top-news__item:hover::before {
      opacity: 1;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .top-news__item .date {
      display: inline-block;
      font-size: 13px;
      font-size: 1.3rem;
      letter-spacing: .12em;
      white-space: nowrap; }
      @media (max-width: 736px) {
        .top-news__item .date {
          display: block;
          font-size: 12px;
          font-size: 1.2rem;
          white-space: normal; } }
    .top-news__item .title {
      display: inline-block;
      margin-left: 30px;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: .12em;
      white-space: nowrap; }
      @media (max-width: 736px) {
        .top-news__item .title {
          display: block;
          margin-top: .5em;
          margin-left: 0;
          white-space: normal; } }

.about {
  background: #e8e7e3; }
  .about__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 736px) {
      .about__inner {
        display: block; } }
  @media (max-width: 736px) {
    .about__title.is-left {
      text-align: left; } }
  .about__body {
    margin-top: 55px;
    line-height: 1.875;
    font-size: 16px;
    font-size: 1.6rem; }
    @media (max-width: 736px) {
      .about__body {
        margin-top: 20px;
        font-size: 14px;
        font-size: 1.4rem; } }
    .about__body p + p {
      margin-top: 1.875em; }

.about-body__section:not(:first-child) {
  margin-top: 60px; }
  @media (max-width: 736px) {
    .about-body__section:not(:first-child) {
      margin-top: 20px; } }

.about-body__section.is-ja {
  line-height: 2.5;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .16em; }
  @media (max-width: 736px) {
    .about-body__section.is-ja {
      font-size: 12px;
      font-size: 1.2rem; } }
  .about-body__section.is-ja p + p {
    margin-top: 1em; }

.about-body__section.is-en {
  line-height: 2;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .06em; }
  @media (max-width: 736px) {
    .about-body__section.is-en {
      font-size: 12px;
      font-size: 1.2rem; } }

.brands {
  background: #fafaf5; }

.brands-contents:not(:first-child) {
  margin-top: 80px; }
  @media (max-width: 736px) {
    .brands-contents:not(:first-child) {
      margin-top: 40px; } }

.brands-contents__section:not(:first-child) {
  margin-top: 100px; }
  @media (max-width: 736px) {
    .brands-contents__section:not(:first-child) {
      margin-top: 50px; } }

.brands-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .brands-section__title {
    position: relative;
    padding-bottom: 4px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .24em; }
    @media (max-width: 736px) {
      .brands-section__title {
        font-size: 14px;
        font-size: 1.4rem; } }
    .brands-section__title::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 100%;
      width: calc(100% - .24em);
      height: 4px;
      background: #333129; }
      @media (max-width: 736px) {
        .brands-section__title::before {
          height: 3px; } }
  .brands-section__list {
    margin-top: 60px; }
    @media (max-width: 736px) {
      .brands-section__list {
        margin-top: 40px; } }

.brands-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }
  .brands-list__item {
    -webkit-flex: 0 0 28%;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    margin-left: 8%; }
    @media (max-width: 736px) {
      .brands-list__item {
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin-left: 0;
        width: 100%;
        max-width: 100%; } }
    .brands-list__item:nth-child(n + 4) {
      margin-top: 50px; }
    .brands-list__item:nth-child(3n + 1) {
      margin-left: 0; }
    @media (max-width: 736px) {
      .brands-list__item:not(:first-child) {
        margin-top: 30px; } }

.brand-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 30px;
  background: #fff;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.04); }
  @media (max-width: 736px) {
    .brand-item {
      padding-bottom: 34px; } }
  .brand-item:hover .brand-item-photo .brand-image {
    -webkit-filter: saturate(1);
            filter: saturate(1);
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .brand-item:hover .brand-item-logo {
    margin-top: -56px; }
  .brand-item:hover .brand-logo-text {
    margin-top: 22px; }
  .brand-item:hover .button {
    background-color: #f44343; }
    .brand-item:hover .button::before {
      -webkit-transform: translate(3px, -50%);
              transform: translate(3px, -50%); }
  .brand-item .brand-item-photo {
    overflow: hidden;
    display: block;
    transition: all 0.2s; }
    .brand-item .brand-item-photo.is-dummy {
      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;
      height: 206px;
      text-align: center;
      background: #c2c1ba;
      color: #fff;
      font-size: 18px;
      letter-spacing: .06em; }
      @media (max-width: 736px) {
        .brand-item .brand-item-photo.is-dummy {
          height: 223px; } }
    .brand-item .brand-item-photo .brand-image {
      position: relative;
      z-index: 0;
      display: block;
      width: 100%;
      -webkit-filter: saturate(0);
              filter: saturate(0);
      transition: all 0.2s; }
      @media (max-width: 736px) {
        .brand-item .brand-item-photo .brand-image {
          -webkit-filter: saturate(1);
                  filter: saturate(1); } }
  .brand-item .brand-item-logo {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: -46px;
    min-height: 115px;
    transition: all 0.2s; }
    @media (max-width: 736px) {
      .brand-item .brand-item-logo {
        margin-top: -56px; } }
    .brand-item .brand-item-logo .brand-logo-image {
      display: block;
      margin: 0 auto;
      width: 92px; }
      @media (max-width: 736px) {
        .brand-item .brand-item-logo .brand-logo-image {
          width: 112px; } }
  .brand-item .brand-logo-text {
    display: block;
    margin-top: 12px;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s; }
    @media (max-width: 736px) {
      .brand-item .brand-logo-text {
        margin-top: 10px; } }
    .brand-item .brand-logo-text .ja {
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: .06em; }
      @media (max-width: 736px) {
        .brand-item .brand-logo-text .ja {
          font-size: 18px;
          font-size: 1.8rem; } }
    .brand-item .brand-logo-text .en {
      display: block;
      margin-top: .5em;
      font-size: 11px;
      font-size: 1.1rem;
      letter-spacing: .08em; }
      @media (max-width: 736px) {
        .brand-item .brand-logo-text .en {
          font-size: 12px;
          font-size: 1.2rem; } }
  .brand-item__more {
    margin-top: 20px;
    width: auto; }

.company {
  background: #fff; }
  .company__title {
    font-weight: bold; }
  .company__body {
    margin-top: 90px; }
    @media (max-width: 736px) {
      .company__body {
        margin-top: 40px; } }

.company-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 736px) {
    .company-body {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .company-body__section {
    width: 50%; }
    @media (max-width: 736px) {
      .company-body__section {
        width: 100%; } }
    @media (max-width: 736px) {
      .company-body__section:not(:first-child) {
        margin-top: 2em; } }

.company-section.is-ja .profile-title {
  width: 18%; }
  @media (max-width: 736px) {
    .company-section.is-ja .profile-title {
      width: 100%; } }

.company-section.is-ja .profile-data {
  width: 82%; }
  @media (max-width: 736px) {
    .company-section.is-ja .profile-data {
      width: 100%; } }

.company-section.is-en .profile-title {
  width: 26%; }
  @media (max-width: 736px) {
    .company-section.is-en .profile-title {
      width: 100%; } }

.company-section.is-en .profile-data {
  width: 74%; }
  @media (max-width: 736px) {
    .company-section.is-en .profile-data {
      width: 100%; } }

.company-section__title {
  font-size: 16px;
  font-size: 1.6rem; }

.company-profile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: normal;
  line-height: 2; }
  @media (max-width: 736px) {
    .company-profile {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .company-profile .profile-title {
    margin-top: 2.175em;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal; }
    @media (max-width: 736px) {
      .company-profile .profile-title {
        font-size: 12px;
        font-size: 1.2rem; } }
    .company-profile .profile-title.is-wide {
      width: 100%; }
  .company-profile .profile-data {
    margin-top: 2.175em;
    font-size: 12px;
    font-size: 1.2rem; }
    @media (max-width: 736px) {
      .company-profile .profile-data {
        margin-top: .5em; } }
    .company-profile .profile-data.is-wide {
      margin-top: 1em;
      width: 100%; }
      @media (max-width: 736px) {
        .company-profile .profile-data.is-wide {
          margin-top: .5em; } }
    .company-profile .profile-data .label {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal; }
      @media (max-width: 736px) {
        .company-profile .profile-data .label {
          font-size: 12px;
          font-size: 1.2rem; } }
      .company-profile .profile-data .label:not(:first-child) {
        margin-top: 1em; }
    .company-profile .profile-data .list > li {
      list-style: disc; }

.embeded-map {
  position: relative;
  overflow: hidden;
  height: 540px; }
  @media (max-width: 736px) {
    .embeded-map {
      height: 375px;
      height: 100vw; } }
  .l-wrapper.is-page .embeded-map {
    height: 400px; }
    @media (max-width: 736px) {
      .l-wrapper.is-page .embeded-map {
        height: 375px;
        height: 100vw; } }

.contact {
  background: #e8e7e3; }
  .contact__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .contact__note {
    margin-top: 70px;
    font-size: 14px;
    font-size: 1.4rem; }
    @media (max-width: 736px) {
      .contact__note {
        margin-top: 2em;
        font-size: 12px;
        font-size: 1.2rem; } }
  .contact__form {
    margin-top: 70px;
    width: 100%;
    max-width: 764px; }
    @media (max-width: 736px) {
      .contact__form {
        margin-top: 30px; } }

.contact-form__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  @media (max-width: 736px) {
    .contact-form__item {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .contact-form__item.is-submit {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .contact-form__item:not(:first-child) {
    margin-top: 40px; }
  .contact-form__item .label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1em;
    width: 21.5%;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .12em; }
    @media (max-width: 736px) {
      .contact-form__item .label {
        width: 100%; } }
    .contact-form__item .label .required {
      margin-left: auto;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 1.9;
      color: #e51f1f;
      letter-spacing: .06em; }
      @media (max-width: 736px) {
        .contact-form__item .label .required {
          margin-left: 1em;
          line-height: 1.75;
          font-size: 12px;
          font-size: 1.2rem; } }
  .contact-form__item p {
    width: 75%; }
    @media (max-width: 736px) {
      .contact-form__item p {
        width: 100%; } }
  .contact-form__item .input {
    padding: 1em 1.5em;
    width: 100%;
    background: #fff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Montserrat", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
    @media (max-width: 736px) {
      .contact-form__item .input {
        margin-top: .5em; } }
    .contact-form__item .input:placeholder-shown {
      font-family: "Montserrat", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #b2abab;
      letter-spacing: .06em; }
  .contact-form__item textarea {
    min-height: 260px; }

.page-title {
  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;
  padding: 2em;
  text-indent: .24em;
  letter-spacing: .24em; }
  @media (max-width: 736px) {
    .page-title {
      padding-top: 5em;
      padding-bottom: 1em; } }

.brand-kv {
  overflow: hidden;
  position: relative;
  padding: 0;
  background: #fafaf5; }
  @media (max-width: 736px) {
    .brand-kv {
      height: 100vh;
      max-height: 800px; } }
  .brand-kv__image {
    display: block;
    width: 100%; }
    @media (max-width: 736px) {
      .brand-kv__image {
        position: absolute;
        top: 0;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 100%;
        height: 100%;
        max-width: inherit;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
    .brand-kv__image.is-dummy {
      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;
      height: 500px;
      text-align: center;
      background: #c2c1ba;
      color: #fff;
      font-size: 18px;
      letter-spacing: .06em; }
  .brand-kv__contents {
    position: absolute;
    z-index: 1;
    top: 0;
    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;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    text-align: center; }
    .brand-kv__contents .brand-kv-logo {
      display: block;
      width: 112px; }
    .brand-kv__contents .brand-kv-title {
      margin-top: 20px;
      color: #fff;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.24); }
      .brand-kv__contents .brand-kv-title .ja {
        display: block;
        font-size: 24px;
        font-size: 2.4rem;
        letter-spacing: .12em; }
        @media (max-width: 736px) {
          .brand-kv__contents .brand-kv-title .ja {
            font-size: 18px;
            font-size: 1.8rem; } }
      .brand-kv__contents .brand-kv-title .en {
        display: block;
        margin-top: .5em;
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: .08em; }
        @media (max-width: 736px) {
          .brand-kv__contents .brand-kv-title .en {
            font-size: 12px;
            font-size: 1.2rem; } }

.store-info {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff; }
  @media (max-width: 736px) {
    .store-info {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .store-info__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 736px) {
      .store-info__inner {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .store-info__section {
    width: 50%; }
    @media (max-width: 736px) {
      .store-info__section {
        width: 100%; } }
    @media (max-width: 736px) {
      .store-info__section:not(:first-child) {
        margin-top: 2em; } }

.store-info-section.is-ja .profile-title {
  width: 18%; }
  @media (max-width: 736px) {
    .store-info-section.is-ja .profile-title {
      width: 100%; } }
  .store-info-section.is-ja .profile-title + .profile-data {
    width: 82%; }
    @media (max-width: 736px) {
      .store-info-section.is-ja .profile-title + .profile-data {
        width: 100%; } }

.store-info-section.is-ja .profile-data {
  width: 100%; }

.store-info-section.is-en .profile-title {
  width: 35%; }
  @media (max-width: 736px) {
    .store-info-section.is-en .profile-title {
      width: 100%; } }
  .store-info-section.is-en .profile-title + .profile-data {
    width: 65%; }
    @media (max-width: 736px) {
      .store-info-section.is-en .profile-title + .profile-data {
        width: 100%; } }

.store-info-section.is-en .profile-data {
  width: 100%; }

.store-info-section__title {
  font-size: 14px;
  font-size: 1.4rem; }

.store-info-profile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 2; }
  @media (max-width: 736px) {
    .store-info-profile {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .store-info-profile .profile-title {
    margin-top: 2.175em;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal; }
    @media (max-width: 736px) {
      .store-info-profile .profile-title {
        font-size: 12px;
        font-size: 1.2rem; } }
    .store-info-profile .profile-title.is-wide {
      width: 100%; }
  .store-info-profile .profile-data {
    margin-top: 2.175em;
    font-size: 12px;
    font-size: 1.2rem; }
    @media (max-width: 736px) {
      .store-info-profile .profile-data {
        margin-top: .5em; } }
    .store-info-profile .profile-data.is-wide {
      margin-top: 1em;
      width: 100%; }
      @media (max-width: 736px) {
        .store-info-profile .profile-data.is-wide {
          margin-top: .5em; } }
    .store-info-profile .profile-data .label {
      font-size: 12px;
      font-size: 1.2rem; }
      @media (max-width: 736px) {
        .store-info-profile .profile-data .label {
          font-size: 12px;
          font-size: 1.2rem; } }
      .store-info-profile .profile-data .label:not(:first-child) {
        margin-top: 1em; }
    .store-info-profile .profile-data .list > li {
      list-style: disc; }

.instagram-list {
  padding: 40px 0;
  background: #e8e7e3; }
  @media (max-width: 736px) {
    .instagram-list {
      padding: 20px 0; } }
  .instagram-list__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: -40px auto 0;
    padding: 0 40px;
    width: 100%;
    max-width: 1600px; }
    @media (max-width: 736px) {
      .instagram-list__inner {
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: -20px;
        padding: 0 20px; } }
  .instagram-list__item {
    display: block;
    width: calc(25% - 30px);
    margin: 40px 0 0 40px;
    transition: all 0.2s ease; }
    .instagram-list__item:hover, .instagram-list__item:active, .instagram-list__item:focus {
      opacity: 0.8;
      text-decoration: none; }
    @media (max-width: 736px) {
      .instagram-list__item {
        margin: 20px 0 0;
        width: calc(50% - 10px); } }
    .instagram-list__item:nth-child(4n + 1) {
      margin-left: 0; }
    .instagram-list__item img {
      display: block;
      width: 100%; }
  .instagram-list .instagram-media {
    width: calc(25% - 30px) !important;
    margin: 40px 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: none !important; }
    @media (max-width: 736px) {
      .instagram-list .instagram-media {
        margin-top: 20px !important;
        width: calc(50% - 20px) !important; } }
    .instagram-list .instagram-media .EmbedHeader {
      display: none !important; }

.news-list {
  padding: 0; }

.article-list {
  border-bottom: solid 1px #f2f2f2; }
  .article-list__item {
    position: relative;
    display: block;
    padding: 1.75em 2.5em;
    width: 100%;
    border-top: solid 1px #f2f2f2;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .12em;
    transition: all 0.2s; }
    @media (max-width: 736px) {
      .article-list__item {
        font-size: 12px;
        font-size: 1.2rem; } }
    .article-list__item::before {
      content: '';
      opacity: 0;
      position: absolute;
      top: 50%;
      right: 20px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3.5px 0 3.5px 6px;
      border-color: transparent transparent transparent #333129;
      -webkit-transform: translate(-6px, -50%);
              transform: translate(-6px, -50%);
      transition: all 0.2s;
      will-change: transform; }
      @media (max-width: 736px) {
        .article-list__item::before {
          opacity: 1;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); } }
    .article-list__item:hover::before {
      opacity: 1;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .article-list__item:hover {
      background-color: #f7f9fa; }
    .article-list__item .date {
      display: block; }
    .article-list__item .title {
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400; }
      @media (max-width: 736px) {
        .article-list__item .title {
          font-size: 14px;
          font-size: 1.4rem; } }
      .article-list__item .title:not(:first-child) {
        margin-top: .5em; }

.article-pager {
  margin-top: 40px; }

.news-article__title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .12em; }
  @media (max-width: 736px) {
    .news-article__title {
      font-size: 12px;
      font-size: 1.2rem; } }
  .news-article__title .date {
    display: block; }
  .news-article__title .title {
    display: block;
    margin-top: .25em;
    font-size: 20px;
    font-size: 2rem; }
    @media (max-width: 736px) {
      .news-article__title .title {
        font-size: 16px;
        font-size: 1.6rem; } }

.news-article__body {
  margin-top: 40px;
  font-size: 14px;
  font-size: 1.4rem; }
  @media (max-width: 736px) {
    .news-article__body {
      margin-top: 20px; } }
  .news-article__body p {
    *zoom: 1; }
    .news-article__body p:before, .news-article__body p:after {
      display: table;
      content: " "; }
    .news-article__body p:after {
      clear: both; }
    .news-article__body p:not(:first-child) {
      margin-top: 2em; }
      @media (max-width: 736px) {
        .news-article__body p:not(:first-child) {
          margin-top: 1em; } }
  .news-article__body img {
    display: block;
    max-width: 100%;
    height: auto; }
    .news-article__body img:not(:first-child) {
      margin-top: 2em; }
      @media (max-width: 736px) {
        .news-article__body img:not(:first-child) {
          margin-top: 1em; } }

.news-article__share {
  margin-top: 60px; }
  @media (max-width: 736px) {
    .news-article__share {
      margin-top: 40px; } }

.news-article__back {
  margin-top: 40px; }
  @media (max-width: 736px) {
    .news-article__back {
      margin-top: 20px; } }

.recruit-kv {
  overflow: hidden;
  position: relative;
  padding: 0;
  background: #fafaf5; }
  @media (max-width: 736px) {
    .recruit-kv {
      padding-top: 80px; } }
  .recruit-kv__image {
    display: block;
    margin: 0 auto;
    padding-top: 150px;
    width: 80%;
    max-width: 1000px; }
    @media (max-width: 736px) {
      .recruit-kv__image {
        padding-top: 120px;
        width: 100%; } }
  .recruit-kv__title {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 80px;
    width: 100%;
    text-align: center; }
    @media (max-width: 736px) {
      .recruit-kv__title {
        padding-top: 120px; } }
    .recruit-kv__title .ja {
      display: block; }
    .recruit-kv__title .en {
      display: block; }

@media (max-width: 736px) {
  .recruit {
    padding-left: 20px;
    padding-right: 20px; } }

.recruit__title {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem; }
  @media (max-width: 736px) {
    .recruit__title {
      font-size: 14px;
      font-size: 1.4rem; } }
  .recruit__title .note {
    display: block;
    margin-top: .5em;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    color: #1a1a1a; }
    @media (max-width: 736px) {
      .recruit__title .note {
        font-size: 11px;
        font-size: 1.1rem; } }

.recruit__note {
  padding: 40px 40px 0;
  line-height: 2;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem; }
  @media (max-width: 736px) {
    .recruit__note {
      padding: 20px 20px 0;
      font-size: 12px;
      font-size: 1.2rem; } }

.recruit-list {
  margin-top: 80px;
  padding: 40px;
  background: #e8e7e3; }
  @media (max-width: 736px) {
    .recruit-list {
      margin-top: 40px;
      padding: 20px; } }
  .recruit-list__item {
    padding: 40px;
    background: #fff; }
    @media (max-width: 736px) {
      .recruit-list__item {
        padding: 20px; } }
    .recruit-list__item:not(:first-child) {
      margin-top: 40px; }
      @media (max-width: 736px) {
        .recruit-list__item:not(:first-child) {
          margin-top: 20px; } }

.recruit-item__header {
  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) {
    .recruit-item__header {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .recruit-item__header .logo {
    width: 15%; }
    @media (max-width: 736px) {
      .recruit-item__header .logo {
        width: 100%;
        text-align: center; } }
    .recruit-item__header .logo img {
      display: block;
      width: 80px; }
      @media (max-width: 736px) {
        .recruit-item__header .logo img {
          display: inline-block;
          width: 60px; } }
  .recruit-item__header .name {
    font-size: 18px;
    font-size: 1.8rem; }
    @media (max-width: 736px) {
      .recruit-item__header .name {
        margin-top: .5em;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem; } }

.recruit-item__body {
  margin-top: 28px; }
  @media (max-width: 736px) {
    .recruit-item__body {
      margin-top: 20px; } }

.recruit-data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 2;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal; }
  @media (max-width: 736px) {
    .recruit-data {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .recruit-data__title {
    padding-top: 1em;
    width: 15%;
    font-weight: normal; }
    @media (max-width: 736px) {
      .recruit-data__title {
        width: 100%; } }
  .recruit-data__body {
    padding-top: 1em;
    width: 85%; }
    @media (max-width: 736px) {
      .recruit-data__body {
        padding-top: 0;
        width: 100%;
        font-weight: 400; } }

.document-article__headline {
  font-size: 16px;
  font-size: 1.6rem; }
  @media (max-width: 736px) {
    .document-article__headline {
      font-size: 14px;
      font-size: 1.4rem; } }
  .document-article__headline:not(:first-child) {
    margin-top: 2em; }

.document-article__body {
  font-size: 14px;
  font-size: 1.4rem; }
  @media (max-width: 736px) {
    .document-article__body {
      font-size: 12px;
      font-size: 1.2rem; } }
  .document-article__body:not(:first-child) {
    margin-top: 1em; }

.document-article__list {
  padding-left: 1.5em;
  font-size: 14px;
  font-size: 1.4rem; }
  @media (max-width: 736px) {
    .document-article__list {
      font-size: 12px;
      font-size: 1.2rem; } }
  .document-article__list:not(:first-child) {
    margin-top: .5em; }
  .document-article__list li {
    list-style: disc; }
    .document-article__list li:not(:first-child) {
      margin-top: .5em; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.wp_social_bookmarking_light {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .wp_social_bookmarking_light div:last-child {
    margin-right: 0 !important; }

.wsbl_twitter {
  width: auto !important; }

.wp-pagenavi {
  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; }
  .wp-pagenavi a {
    display: block;
    padding: 1em; }

.wpcf7,
.wpcf7-form {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.wpcf7-form-control-wrap {
  display: block;
  width: 100%; }

div.wpcf7-response-output {
  padding: .5em 1em;
  background-color: #fff; }
