@charset "UTF-8";
/* # =================================================================
# normalize
# ================================================================= */
/*! normalize.scss v0.1.0 | MIT License | based on 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,
menu,
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-color: 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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
  /* 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;
}

/* # =================================================================
# base
# ================================================================= */
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  letter-spacing: 0.08em;
  line-height: 2.1;
  -webkit-text-size-adjust: 100%;
  -ms-font-feature-settings: "normal";
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

ul, ol {
  padding: 0;
  margin: 0;
}

ul li, ol li {
  list-style-type: none;
}

p {
  margin: 0;
}

main {
  display: block;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #333;
}

select::-ms-expand {
  display: none;
}

hr {
  border: none;
  margin: 0;
}

b,
strong,
em {
  font-weight: bold;
}

.clearfix::after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
}

a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

a:hover {
  opacity: .7;
}

/* # =================================================================
# structures
# ================================================================= */
.st-l-wrapper {
  min-width: 1200px;
}

.st-l-main {
  overflow: hidden;
  padding-top: 90px;
}

.st-l-inner {
  max-width: 1320px;
  padding: 0 60px;
  margin: 0 auto;
}

.st-l-column {
  width: 1000px;
  margin: 0 auto;
}

.st-l-column._swd {
  width: 800px;
}

/**
 * header
 */
.st-header {
  position: fixed;
  width: 100%;
  min-width: 1200px;
  z-index: 10;
  background: #fff;
}

.st-hd__conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
  padding: 0 3.75%;
  position: relative;
}

.st-hd__logo {
  width: 130px;
}

.st-hd__trigger {
  height: 45px;
  width: 45px;
  background: rgba(0, 0, 0, 0.6);
  margin: auto;
  position: relative;
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: 9999;
  -webkit-transition: background .6s;
  transition: background .6s;
}

.st-hd__trigger span {
  display: block;
  width: 18px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: background .6s;
  transition: background .6s;
}

.st-hd__trigger span:nth-child(1) {
  top: 15px;
}

.st-hd__trigger span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.st-hd__trigger span:nth-child(3) {
  bottom: 15px;
}

.st-hd__trigger.is-open {
  background: #efefef;
}

.st-hd__trigger.is-open span {
  background: #000;
}

.st-hd__trigger.is-open span:nth-child(1) {
  -webkit-animation: open1 .6s forwards;
          animation: open1 .6s forwards;
}

.st-hd__trigger.is-open span:nth-child(2) {
  opacity: 0;
}

.st-hd__trigger.is-open span:nth-child(3) {
  -webkit-animation: open2 .6s forwards;
          animation: open2 .6s forwards;
}

.st-hd__trigger.is-close span:nth-child(1) {
  -webkit-animation: close1 .6s forwards;
          animation: close1 .6s forwards;
}

.st-hd__trigger.is-close span:nth-child(2) {
  opacity: 1;
}

.st-hd__trigger.is-close span:nth-child(3) {
  -webkit-animation: close2 .6s forwards;
          animation: close2 .6s forwards;
}

@-webkit-keyframes open1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}

@keyframes open1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}

@-webkit-keyframes open2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}

@keyframes open2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}

@-webkit-keyframes close1 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes close1 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes close2 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes close2 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

/**
 * nav
 */
/* ヘッダー PCメニュー */

.st-gn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.st-gn__link {
  border-left: solid 1px #ccc;
}

.st-gn__link:last-child {
  border-right: solid 1px #ccc;
}

.st-gn__link > a {
  display: block;
  padding: 7px 30px;
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.0;
  position: relative;
}

.st-gn__link > a:hover {
  opacity: 1;
}

.st-gn__link > a:hover::before {
  opacity: 1;
}

.st-gn__link > a::before {
  content: "";
  display: block;
  width: calc(100% - 60px);
  height: 2px;
  background: #111;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.st-gn__link > a.is-current::before {
  opacity: 1;
}

.st-gn__link._submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.st-gn__link._submenu a.is-current + .st-gn__sub_list a.is-current::before {
  opacity: 1;
}

.st-gn__sub_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px 0 0;
}

.st-gn__sub_list li + li {
  margin: 0 0 0 32px;
}

.st-gn__sub_list a {
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.st-gn__sub_list a span {
  font-family: "EB Garamond", serif;
}

.st-gn__sub_list a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #111;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.st-gn__sub_list a:hover {
  opacity: 1;
}

.st-gn__sub_list a:hover::before {
  opacity: 1;
}

/**
 * footer
 */
.st-footer {
  border-top: solid 1px #ccc;
  margin: 0 100px;
  padding: 40px 0 10px;
}

.st-ft__logo {
  text-align: center;
}

.st-ft__logo img {
  width: 87px;
}

.st-ft__copy {
  color: #676767;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 12px 0 0;
}

/* =================================================================
contents
================================================================= */
/**
 * ボタン
 */
.c-btn {
  width: 230px;
}

.c-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  height: 46px;
  font-family: 'Montserrat','Noto Sans JP',sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  position: relative;
  overflow: hidden;
}

.c-btn a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.c-btn a:hover::before {
  -webkit-transform: none;
          transform: none;
}

.c-btn a:hover i::before {
  -webkit-animation: btnHover .5s forwards;
          animation: btnHover .5s forwards;
}

.c-btn i {
  display: block;
  width: 16px;
  height: 9px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  overflow: hidden;
}

.c-btn i::before {
  content: "";
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(/company/images/icn_arrow_bl.png) no-repeat right center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.c-btn--bl a {
  background: #000;
  color: #fff;
}

.c-btn--bl a::before {
  background-color: rgba(255, 255, 255, 0.2);
}

.c-btn--bl i::before {
  background-image: url(/company/images/icn_arrow_wh.png);
}

@-webkit-keyframes btnHover {
  0% {
    right: 0;
  }
  25% {
    right: -100%;
  }
  26% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}

@keyframes btnHover {
  0% {
    right: 0;
  }
  25% {
    right: -100%;
  }
  26% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}

.c-headline {
  margin: 0;
  text-align: center;
}

.c-headline span {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 1.0;
}

.c-headline small {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.6;
  letter-spacing: 0.26em;
}

/**
 * layout
 */

.c-l-sp {
  display: none;
}

.c-l-tb {
  display: none;
}

.c-l-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-l-pages {
  padding: 100px 0 120px;
}

/* hover */
.c-hover {
  position: relative;
  overflow: hidden;
}

.c-hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.c-hover:hover::before {
  -webkit-transform: none;
          transform: none;
}

.c-hover--bl::before {
  background-color: rgba(255, 255, 255, 0.2);
}

/**
 * link
 */
.c-link {
  line-height: 0;
}

.c-link a {
  display: inline-block;
  -webkit-transition: color .3s;
  transition: color .3s;
  position: relative;
  overflow: hidden;
}

.c-link a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #0092D4;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-link-arrow span {
  position: relative;
  padding: 0 30px 0 0;
}

.c-link-blank::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url(/company/images/icn_blank.png) no-repeat center center;
  background-size: 16px auto;
  margin: 0 0 0 7px;
}

.c-link--more a {
  padding: 0 30px 8px 0;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  line-height: 2.0;
}

.c-link--more a::before {
  background-color: #000;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-link--more a:hover::before {
  background-color: #0092D4;
  -webkit-animation: linkBorder .5s forwards;
          animation: linkBorder .5s forwards;
}

.c-link--more a:hover i {
  overflow: hidden;
}

.c-link--more a:hover i::before {
  background-image: url(/company/images/icn_arrow.png);
  -webkit-animation: btnHover .5s forwards;
          animation: btnHover .5s forwards;
}

.c-link--more i {
  top: 9px;
  bottom: auto;
}

.c-link--more i::before {
  background-image: url(/company/images/icn_arrow_bl.png);
}

.c-link-l2 {
  color: #0092D4;
}

.c-link-l3 {
  overflow: hidden;
  position: relative;
}

.c-link-l3::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #eaf7ff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.c-link-l3 span {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.c-link-l3 span::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #0092D4;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-link-mail {
  color: #0092D4;
}

.c-link-mail:hover {
  text-decoration: underline;
}

.c-link-mail::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 23px;
  height: 16px;
  background: url(/company/images/icn_mail.svg) no-repeat center center;
  background-size: 23px 16px;
}

@-webkit-keyframes linkBorder {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  35% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  36% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes linkBorder {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  35% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  36% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.c-txt {
  letter-spacing: 0.06em;
  margin: 37px 0 0;
}

.c-txt02 {
  line-height: 1.6;
}

.c-txt-small {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #333;
  margin: 19px 0 0;
}

.c-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.c-ttl small {
  font-size: 1.2rem;
}

.c-ttl + .c-txt {
  margin: 0;
}

.c-tc {
  text-align: center;
}

/* # =================================================================
# plugins
# ================================================================= */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  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;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* =================================================================
//
//  pages
//
================================================================= */
/*==================
* MV 
==================*/
.hero {
  position: relative;
}

.hero__conts {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.hero__copy {
  width: 253px;
  margin: 0;
  position: absolute;
  left: 60px;
  bottom: 60px;
}

/*==================
* Massage 
==================*/
.message {
  background: url(../images/bg_dot.png) repeat left top;
  padding: 75px 0 0;
}

.message__headline {
  margin: 0 0 70px;
}

.message-top {
  position: relative;
}

.message-top::before {
  background: #fff;
  content: "";
  display: block;
  width: calc(100% - 200px);
  height: calc(100% + 250px);
  position: absolute;
  top: 90px;
  right: 0;
}

.message-top__headline {
  width: 364px;
  margin: 0 0 56px;
}

.message-top__img {
  width: 50%;
  position: relative;
}

.message-top__img li {
  width: 48.75%;
}

.message-top__img li:first-child {
  width: 100%;
  margin: 0 0 20px;
}

.message-top__img img {
  width: 100%;
}

.message-top__img img + img {
  margin: 20px 0 0;
}

.message-top__txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
  position: relative;
}

.message-top__txt p {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 2.0rem;
  letter-spacing: 0.06em;
  line-height: 2.0;
}

.message-top__txt p + p {
  margin: 38px 0 0;
}

.message-top__txt__inner {
  width: 550px;
  padding: 0 0 0 60px;
}

.message-movie {
  margin-top: 99px;
  padding: 99px 0 75px;
  position: relative;
  background: url(../images/bg_movie.jpg) no-repeat top center #f6f6f6;
  background-size: contain;
}

.message-movie__box {
  background: #ccc;
  width: 1000px;
  padding-top: 56.2%;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 8px 15px 20px;
          box-shadow: rgba(0, 0, 0, 0.3) 8px 15px 20px;
}

.message-movie__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.message-movie__box p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.0rem;
  font-family: "EB Garamond", serif;
}

.message-movie__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px;
}

.message-movie__txt p {
  position: relative;
  letter-spacing: 0.06em;
}

.message-movie__txt p.message-movie__l-txt {
  margin-left: 167px;
  padding-left: 66px;
  font-size: 1.8rem;
  font-weight: bold;
}

.message-movie__txt p.message-movie__l-txt span {
  display: inline-block;
  padding: 12px 0;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 3px;
  left: 1px;
  color: #FFF;
  z-index: 1;
  font-size: 1.2rem;
  line-height: 1.2;
}

.message-movie__txt p.message-movie__l-txt span::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: -1px;
  background: #8c0c0c;
  border-radius: 50%;
  z-index: -1;
}

.message-movie__txt p.message-movie__l-txt small {
  display: block;
  margin: -8px 11px 0px;
  font-weight: normal;
}

.message-movie__txt p.message-movie__r-txt {
  margin: -2px 0 0 77px;
  line-height: 1.8;
}

.message-movie:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 35%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(98%, #f6f6f6), to(rgba(246, 246, 246, 0)));
  background: linear-gradient(0deg, #f6f6f6 98%, rgba(246, 246, 246, 0) 100%);
}

.message-prod {
  background: #fff;
}

.message-prod__headline {
  width: 321px;
  margin: 0 0 20px 30px;
}

.message-prod__headline img {
  width: 100%;
}

.message-prod__col {
  background: #fff;
  padding: 102px 0 25px;
  position: relative;
}

.message-prod__col::before {
  background: #fff;
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 50%;
  top: 0;
}

.message-prod__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}

.message-prod__num {
  position: relative;
  left: 10px;
}

.message-prod__num img {
  display: block;
  margin: 0 -190px 0 0;
  max-width: inherit;
}

.message-prod__num span {
  background: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  position: absolute;
}

.message-prod__num span.is-active {
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: rgba(117, 0, 0, 0.9);
  font-size: 2.4rem;
}

.message-prod__num span._num01 {
  top: 72px;
  right: 95px;
}

.message-prod__num span._num01.is-active {
  top: 57px;
  right: 80px;
}

.message-prod__num span._num02 {
  bottom: 80px;
  right: 260px;
}

.message-prod__num span._num02.is-active {
  bottom: 65px;
  right: 245px;
}

.message-prod__num span._num03 {
  top: 365px;
  left: 237px;
}

.message-prod__num span._num03.is-active {
  top: 350px;
  left: 222px;
}

.message-prod__num span._num04 {
  bottom: 192px;
  left: 237px;
}

.message-prod__num span._num04.is-active {
  bottom: 177px;
  left: 222px;
}

.message-prod__num span._num05 {
  top: 260px;
  right: 130px;
}

.message-prod__num span._num05.is-active {
  top: 245px;
  right: 115px;
}

.message-prod__txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  width: 420px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.message-prod__txt dl {
  border-top: solid 1px #ccc;
  margin: 0;
  position: relative;
}

.message-prod__txt dl:last-child {
  border-bottom: solid 1px #ccc;
}

.message-prod__txt dl dt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  padding: 10px 0 9px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message-prod__txt dl dt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin: 0 13px 0 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 32px;
  height: 32px;
  text-align: center;
}

.message-prod__txt dl dt::before {
  content: "";
  display: block;
  width: 17px;
  height: 9px;
  background: url(../images/icn_arrow.svg) no-repeat center center;
  background-size: 17px 9px;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.message-prod__txt dl dd {
  display: none;
  margin: 0;
  padding: 7px 0 22px;
}

.message-prod__txt dl dd p {
  margin: 22px 0 0;
}

.message-prod__txt dl dd img {
  width: 320px;
  display: block;
  margin: 0 auto;
}

.message-prod__txt dl.is-active::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #111;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-animation: timer 15s ease-out forwards;
          animation: timer 15s ease-out forwards;
  z-index: 1;
}

.message-prod__txt dl.is-active dt {
  font-size: 2.0rem;
  letter-spacing: 0.12em;
  line-height: 2.4;
  padding: 11px 0;
}

.message-prod__txt dl.is-active dt span {
  background: #750000;
}

.message-prod__txt dl.is-active dt::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@-webkit-keyframes timer {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes timer {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/*==================
* Features
==================*/
.features__headline {
  background: url(../images/bg_dot.png) repeat left top;
  padding: 36px 0 30px;
}

.features__headline span {
  font-size: 4.0rem;
}

.features__headline small {
  font-size: 1.4rem;
}

.features-wrap {
  border-top: solid 1px #ccc;
}

.features-col {
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.features-col:nth-child(odd) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.features-col:nth-child(odd) .features-col__header {
  float: right;
}

.features-col:nth-child(odd) .features-col__main {
  left: 0;
}

.features-col:nth-child(even) .features-col__txt__inner {
  float: right;
}

.features-col:nth-child(even) .features-col__txt__scroll {
  left: 46px;
  right: auto;
}

.features-col:nth-child(even) .features-col__main {
  right: 0;
}

.features-col:nth-child(even) .features-col__main.is-min {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.features-col__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 660px;
  width: 100%;
  height: 170px;
  padding: 0 0 0 60px;
}

.features-col__header p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 2.1;
  font-weight: 500;
}

.features-col__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 40px 0 0;
}

.features-col__headline span {
  display: block;
  padding: 10px 19px 10px 0;
}

.features-col__headline span:nth-child(1) {
  -ms-flex-item-align: center;
      align-self: center;
  border-right: solid 1px #111;
}

.features-col__headline span:nth-child(2) {
  padding: 0 0 0 16px;
}

.features-col__headline strong {
  color: #111;
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 4.2rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.0;
}

.features-col__headline small {
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.26em;
  display: block;
}

.features-col__headline img {
  width: 55px;
}

.features-col__bg {
  clear: both;
  height: calc(100vh - 260px);
  background-position: center center;
  background-size: cover;
}

.features-col__main {
  width: 50%;
  min-width: 600px;
  height: calc(100vh - 90px);
  top: 0;
}

.features-col__main.is-min {
  position: static;
}

.features-col__txt {
  width: 50%;
  position: relative;
}

.features-col__txt__inner {
  max-width: 660px;
  padding: 60px;
}

.features-col__txt .c-ttl {
  margin: 0 0 7px;
}

.features-col__txt__scroll {
  position: absolute;
  height: 102px;
  top: 60px;
  right: 46px;
}

.features-col__txt__scroll p {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-weight: 500;
}

.features-col__txt__scroll span {
  height: 60px;
  width: 1px;
  background: #ccc;
  display: block;
  position: absolute;
  left: -2px;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.features-col__txt__scroll span::before {
  content: "";
  width: 1px;
  height: 30px;
  background: #111;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  top: 0;
  -webkit-animation: featureScroll 1.2s .2s infinite ease;
          animation: featureScroll 1.2s .2s infinite ease;
}

.features-item {
  padding: 0 0 32px;
}

.features-item + .features-item {
  padding: 40px 0 35px;
  border-top: solid 1px #ccc;
}

.features-item._txt_only {
  padding: 34px 0;
}

.features-item._mbw {
  padding-bottom: 40px;
}

.features-item:last-child {
  border-bottom: solid 1px #ccc;
}

.features-item__img {
  margin: 0 0 40px;
}

.features-item__img span {
  display: block;
  line-height: 2.3;
  margin: 3px 0 0;
}

.features-item__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 0;
}

.features-item__col__elm {
  width: 48.148148148%;
}

.features-item__col__elm span {
  display: block;
  text-align: center;
}

.features-item__col:first-child {
  margin: 0;
}

.features-item__col._style2 .features-item__col__txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 46.296296296%;
}

.features-item__col._col3 .features-item__col__elm {
  width: 30.74074074%;
}

.features-item__col._col5 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.features-item__col._col5 .features-item__col__elm {
  width: calc((100% - 36px)/3);
  margin: 14px 18px 0 0;
}

.features-item__col._col5 .features-item__col__elm:nth-of-type(3) {
  margin-right: 0;
}

.features-item__col._col5 .features-item__col__elm:nth-of-type(-n+3) {
  margin-top: 0;
}

.features-item__col2 {
  overflow: hidden;
}

.features-item__col2 .features-item__col__elm {
  float: left;
  margin: 0 5.55555555% 40px 0;
}

.features-item__col2 .c-ttl {
  margin-top: -3px;
}

.features-item__dl {
  margin: 0;
}

.features-item__dl dt {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.0;
  margin: 0 0 20px;
  text-align: center;
}

.features-item__dl dd {
  margin: 0;
}

.features-item__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ccc;
  width: 487px;
}

.cleaning .features-col__headline span:nth-child(2) {
  line-height: 1.0;
}

.cleaning .features-col__headline img {
  font-size: 45px;
}

.cleaning .features-col__main {
  background: #e3eff6;
}

.cleaning .features-item._item01 .features-item__img {
  margin: 0 0 23px;
}

.cleaning .features-item._item01 .features-item__img span {
  font-size: 1.2rem;
  line-height: 1.0;
  margin: -12px 0 0;
}

.cleaning .features-item._item02 {
  padding: 34px 0 37px;
}

.cleaning .features-item._item02 .features-item__img {
  width: 380px;
  margin: 35px auto 0;
}

.cleaning .features-item._item02 .features-item__col p {
  width: 100%;
  margin: 14px 0 0;
}

.cleaning .features-item._item02 .features-item__col dd {
  position: relative;
}

.cleaning .features-item._item02 .features-item__col + .features-item__col {
  margin: 40px 0 0;
}

.cleaning .features-item._item02 ._icon {
  width: 99px;
  position: absolute;
  bottom: -43px;
  right: 17px;
}

.cleaning .features-item._item04 .features-item__img {
  margin-bottom: 34px;
}

.cleaning .features-item._item05 .features-item__col__elm, .cleaning .features-item._item06 .features-item__col__elm {
  margin-bottom: 0;
}

.grill .features-col__headline span:nth-child(2) {
  padding: 0 0 0 19px;
}

.grill .features-col__main {
  background: #f7eee9;
}

.grill .features-item__bnr {
  padding: 16px 36px 18px;
  position: relative;
}

.grill .features-item__bnr img {
  width: 212px;
  margin: 0 20px 0 0;
}

.grill .features-item__bnr span {
  color: #e60012;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
}

.grill .features-item__bnr::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.grill .features-item__bnr:hover {
  opacity: 1;
}

.grill .features-item__bnr:hover::before {
  opacity: 1;
}

.grill .features-item._item01 {
  padding: 28px 0 36px;
}

.grill .features-item._item02 {
  padding-top: 0;
  border-top: 0;
}

.grill .features-item._item02 .features-item__col__txt {
  margin-top: -5px;
}

.grill .features-item._item02 .features-item__col__txt p {
  margin: 0;
}

.grill .features-item._item02 .features-item__col__txt img {
  width: 186px;
  margin: 24px 0 0;
}

.grill .features-item._item03 .c-ttl {
  margin-top: -7px;
}

.grill .features-item._item03 .features-item__img {
  float: left;
  width: 260px;
  margin: 0 30px 40px 0;
}

.grill .features-item._item03 .features-item__col {
  clear: both;
}

.grill .features-item._item05 .features-item__col {
  margin-bottom: -16px;
}

.grill .features-item._item05 .features-item__col__elm {
  margin-bottom: 16px;
}

.grill .features-item._item08 .features-item__col__elm:nth-child(2) {
  width: 46.296296296%;
}

.grill .features-item._item08 .features-item__col__elm p small {
  display: block;
  line-height: 2.1;
}

.grill .features-item__col2 .features-item__col__elm {
  margin-bottom: 0;
}

.grill .features-item__col span {
  margin: 13px 0 0;
}

.cooking .features-col__headline span:nth-child(2) {
  line-height: 1.0;
  padding: 0 0 0 17px;
}

.cooking .features-col__main {
  background: #e6efe6;
}

.cooking .features-item._item02 .c-ttl small {
  display: inline;
}

.cooking .features-item._item05 {
  padding-top: 33px;
}

.cooking .features-item._item05 .features-item__img {
  margin: 34px 0 0;
}

.cooking .features-item._item05 .c-ttl {
  margin: 0 0 20px;
}

.cooking .c-ttl small {
  display: block;
}

.cooking .features-item__col__elm {
  margin-bottom: 0;
}

.app .features-col__headline span:nth-child(2) {
  padding: 0 0 0 23px;
}

.app .features-col__headline small {
  margin: 5px 0 0;
}

.app .features-col__main {
  background: #e2e5ef;
}

.app .features-item__bnr {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.app .features-item__bnr__logo {
  width: 114px;
}

.app .features-item__bnr__conts {
  padding: 9px 0 0 11px;
}

.app .features-item__bnr__conts > p {
  color: #dd5012;
  font-weight: 700;
  margin: 0 0 10px;
}

.app .features-item__app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.app .features-item__app li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 150px;
}

.app .features-item__app li + li {
  margin: 0 0 0 22px;
}

.app .features-item__app li > img {
  width: 50px;
}

.app .features-item__app li:nth-child(2) {
  width: 160px;
}

.app .features-item__app li:nth-child(2) .features-item__app__conts {
  width: 100px;
}

.app .features-item__app__conts {
  width: 91px;
}

.app .features-item__app__conts p {
  margin: -4px 0 3px;
}

.app .features-item__app__conts img {
  width: 100%;
}

.app .features-item._item01 {
  padding: 40px 0 35px;
}

.app .features-item._item01 .features-item__col__elm:nth-child(2) {
  width: 46.296296296%;
  margin-top: -7px;
}

.app .features-item._item02 .c-txt-small {
  margin-top: 25px;
}

.app .features-item__info {
  margin: 28px 0 0;
}

.app .features-item__info dl {
  margin: 0;
}

.app .features-item__info dl + dl {
  margin: 29px 0 0;
}

.app .features-item__info dl dt {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app .features-item__info dl dt span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 8px 0 0;
}

.app .features-item__info dl dt::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
}

.app .features-item__info dl dd {
  margin: 20px 0 0;
}

.app .features-item__info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 -10px;
}

.app .features-item__info__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ccc;
  width: 31.454545454%;
  height: 40px;
  margin: 0 .909090909% 10px;
  color: #666;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
}

.app .features-item__info .c-txt-small {
  margin: 15px 0 0;
}

.app .features-item__step {
  margin: 32px 0 0;
}

.app .features-item__step dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 0 18px;
  border-bottom: solid 1px #ccc;
  position: relative;
}

.app .features-item__step dl::after {
  background: #fff;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  margin: auto;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.app .features-item__step dl + dl {
  margin: 25px 0 0;
}

.app .features-item__step dl dt {
  width: 65px;
  line-height: 1.4;
}

.app .features-item__step dl dd {
  margin: 0;
  line-height: 1.4;
}

.app .features-item__col2 .features-item__img {
  width: 46.296296296%;
  margin: 40px 0 0 auto;
}

.app .features-item__col__elm {
  margin-bottom: 0;
}

.safety .features-col__headline span:nth-child(1) {
  position: relative;
  top: -7px;
}

.safety .features-col__headline span:nth-child(2) {
  padding: 0 0 0 19px;
}

.safety .features-col__headline small {
  position: relative;
  top: 5px;
}

.safety .features-col__main {
  background: #fbf9e1;
}

.safety .features-item._item01 .c-ttl {
  margin-top: -5px;
}

.safety .features-item._item01 .features-item__col {
  margin: 34px 0 0;
}

.safety .features-item._item01 .features-item__col:nth-of-type(1) {
  position: relative;
  margin: 25px 0 0;
}

.safety .features-item._item01 .features-item__col p {
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  margin: auto;
  text-align: center;
}

.safety .features-item._item01 .features-item__col + .c-txt {
  margin-top: 26px;
}

.safety .features-item._item01 .features-item__col__elm span {
  margin: 17px 0 0;
}

.safety .features-item._item01 .features-item__col__elm:nth-child(3) .features-item__col__img span {
  margin-left: auto;
}

.safety .features-item._item01 .features-item__col__img {
  position: relative;
}

.safety .features-item._item01 .features-item__col__img span {
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  width: 98px;
  height: 98px;
  margin: 0 0 -48px;
  padding: 24px 0 0;
  font-family: "Noto Serif JP", serif;
  line-height: 1.0;
  position: relative;
}

.safety .features-item._item01 .features-item__col__img span > small {
  display: block;
  font-size: 1.6rem;
}

.safety .features-item._item01 .features-item__col__img span strong {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 3.1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin: 2px 0 0;
}

.safety .features-item._item01 .features-item__col__img span strong small {
  font-family: "Noto Serif JP", serif;
  font-size: 1.9rem;
}

.safety .features-item._item06 .c-ttl {
  letter-spacing: 0;
}

.safety .features-item._item06 .c-ttl small {
  display: block;
}

.safety .features-item._item07 .c-ttl {
  width: 80.55555555%;
  float: left;
}

.safety .features-item._item07 .c-txt {
  width: 80.55555555%;
  float: left;
}

.safety .features-item._item07 .features-item__col__elm {
  width: 14.814814814%;
  float: right;
  margin-top: -36px;
}

.safety .c-txt-small {
  display: block;
  margin-top: 7px;
}

/*==================
* Line Up
==================*/
.lineup {
  background: url(../images/bg_dot.png) repeat left top;
  padding: 75px 0 60px;
}

.lineup__headline span {
  font-size: 4.0rem;
}

.lineup__headline small {
  font-size: 1.4rem;
}

.lineup-desc {
  margin: 21px 0 0;
}

.lineup-desc p {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 2.1;
  width: 750px;
}

.lineup-desc p small {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  display: block;
  margin: 5px 0 0;
}

.lineup-desc__img {
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 10px 0 0;
}

.lineup-prod__col {
  background: #fff;
  margin: 38px 0 0;
  padding: 28px 30px 30px;
}

.lineup-prod__col._pannel li {
  padding: 0 40px 0 30px;
}

.lineup-prod__col._pannel li:nth-child(2n) {
  padding: 0 30px 0 40px;
}

.lineup-prod__col._pannel .lineup-prod__txt {
  padding: 0;
}

.lineup-prod__headline {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.0;
  margin: 0 auto;
  text-align: center;
}

.lineup-prod__headline > span {
  display: inline-block;
  border-left: solid 1px #111;
  border-right: solid 1px #111;
  padding: 0 16px;
}

.lineup-prod__headline > span span {
  padding-right: 10px;
}

.lineup-prod__sub_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.0;
  margin: 40px 0 0;
}

.lineup-prod__sub_ttl::before, .lineup-prod__sub_ttl::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #ccc;
}

.lineup-prod__sub_ttl span {
  margin: 0 10px;
}

.lineup-prod__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 -38px;
}

.lineup-prod__list li {
  width: 450px;
  margin: 0 0 38px;
}

.lineup-prod__list + .lineup-prod__sub_ttl {
  margin: 38px 0 40px;
}

.lineup-prod__list--l2 .lineup-prod__img {
  width: 200px;
  margin: 0;
}

.lineup-prod__list--l2 .lineup-prod__txt {
  width: 230px;
  padding: 0;
}

.lineup-prod__list + p {
  margin-top: 20px;
}

.lineup-prod__img {
  width: 96%;
  margin: 0 0 17px;
  padding-left: 15px;
  position: relative;
}

.lineup-prod__img span {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 1.0;
  border: solid 1px #000;
  border-radius: 50%;
  font-family: "EB Garamond", serif;
  text-align: center;
  padding: 7px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

.lineup-prod__img span strong {
  display: block;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.0;
}

.lineup-prod__img span small {
  display: block;
  font-size: 1.8rem;
  margin: -5px 0 0;
}

.lineup-prod__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 0 20px;
}

.lineup-prod__txt p {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.lineup-prod__txt p._color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.lineup-prod__txt p._color img {
  width: 45px;
  margin: 0 8px 0 0;
}

.lineup-prod__txt p a {
  border-bottom: solid 1px #999;
}

.lineup-prod__btn {
  width: 470px;
  margin: 40px auto 0;
  border: solid 1px #ccc;
}

.lineup-prod__btn a {
  background: #fff;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.0rem;
  letter-spacing: 0.06em;
  position: relative;
}

.lineup-prod__btn a::after {
  content: "";
  display: block;
  width: 20px;
  height: 11px;
  background: url(../images/icn_arrow.svg) no-repeat center center;
  background-size: 20px 11px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*==================
* 関連コンテンツ
==================*/
.relation {
  padding: 97px 0 77px;
}

.relation__headline {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.0;
  margin: 0;
  text-align: center;
}

.relation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px -20px 0;
}

.relation__list li {
  width: 270px;
  margin: 0 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0;
}

.relation__list__ttl {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.0;
  margin: 5px 0 0;
}

@-webkit-keyframes featureScroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}

@keyframes featureScroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  a:hover {
    opacity: 1;
  }
  .st-l-wrapper {
    min-width: inherit;
  }
  .st-l-main {
    padding: 0;
  }
  .st-l-inner {
    max-width: inherit;
    padding: 0;
    margin: 0 20px;
  }
  .st-l-column {
    width: auto;
    margin: 0 20px;
  }
  .st-l-column._swd {
    width: auto;
  }
  .st-header {
    position: static;
    min-width: inherit;
  }
  .st-hd__conts {
    height: auto;
    padding: 0;
  }
  .st-hd__logo {
    display: none;
  }
  .st-hd__trigger {
    display: block;
  }
  .st-gnav {
    display: none;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 85px 0 0;
    z-index: 10;
  }
  .st-gn__list {
    display: block;
  }
  .st-gn__link {
    border: none;
    padding: 0 40px;
  }
  .st-gn__link + .st-gn__link {
    margin: 30px 0 0;
  }
  .st-gn__link:last-child {
    border: none;
  }
  .st-gn__link > a {
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 0;
  }
  .st-gn__link > a::before {
    display: none;
  }
  .st-gn__link > a:hover {
    opacity: 1;
  }
  .st-gn__link > a:hover::before {
    opacity: 0;
  }
  .st-gn__link._submenu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #efefef;
    padding: 30px 40px;
  }
  .st-gn__sub_list {
    display: block;
    margin: 0 0 0 40px;
    padding: 0;
  }
  .st-gn__sub_list li + li {
    margin: 12px 0 0;
  }
  .st-gn__sub_list a {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .st-gn__sub_list a::before {
    display: none;
  }
  .st-gn__sub_list a:hover {
    opacity: 1;
  }
  .st-gn__sub_list a:hover::before {
    opacity: 0;
  }
  .st-footer {
    margin: 0;
    padding: 30px 0;
  }
  .st-footer .st-l-inner {
    margin: 0;
  }
  .st-ft__logo img {
    width: 80px;
  }
  .st-ft__copy {
    font-size: 1.0rem;
    margin: 18.5px 0 0;
  }
  .c-btn a:hover::before {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .c-btn a:hover i::before {
    -webkit-animation: none;
            animation: none;
  }
  .c-btn i {
    right: 17px;
  }
  .c-headline span {
    font-size: 9.06666666vw;
  }
  .c-headline small {
    font-size: 3.2vw;
    line-height: 1.5;
    margin: 2.66666666vw 0 0;
  }
  .c-l-pc {
    display: none;
  }
  .c-l-sp {
    display: block;
  }
  br.c-l-sp {
    display: inline-block;
  }
  .c-l-col {
    display: block;
  }
  .c-l-pages {
    padding: 40px 0 50px;
  }
  .c-hover::before {
    display: none;
  }
  .c-hover:hover::before {
    display: none;
  }
  .c-link-arrow span {
    margin: 0;
    padding: 0 24px 0 0;
  }
  .c-link--more {
    width: 230px;
    margin: 30px auto 0;
  }
  .c-link--more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #000;
    color: #fff;
    height: 45px;
    padding: 0;
  }
  .c-link--more a::before {
    display: none;
  }
  .c-link--more a:hover {
    color: #fff;
  }
  .c-link--more a:hover::before {
    background: none;
    -webkit-animation: none;
            animation: none;
  }
  .c-link--more a:hover i::before {
    background-image: url(/company/images/icn_arrow_wh.png);
    -webkit-animation: none;
            animation: none;
  }
  .c-link--more i {
    right: 15px;
    top: 0;
    bottom: 0;
  }
  .c-link--more i::before {
    background-image: url(/company/images/icn_arrow_wh.png);
  }
  .c-link-l3::before {
    display: none;
  }
  .c-link-l3 span::before {
    display: none;
  }
  .c-link-mail:hover {
    text-decoration: none;
  }
  .c-link-mail::before {
    width: 15px;
    height: 10.5px;
    background-size: 15px 10.5px;
  }
  .c-txt {
    margin: 17px 0 0;
  }
  .c-txt02 {
    font-size: 1.2rem;
  }
  .c-txt-small {
    font-size: 1.0rem;
  }
  .hero .slick-slide img {
    height: 106.6666666666vw;
    max-width: inherit;
    width: auto !important;
  }
  .hero__copy {
    width: 37.761194029%;
    left: 0;
    right: 0;
    bottom: 8vw;
    margin: 0 auto;
  }
  .message {
    padding: 62px 0 0;
  }
  .message__headline {
    margin: 0 0 12.2666666vw;
  }
  .message-top::before {
    width: 100%;
    height: calc(100% + 100px);
    top: 43px;
  }
  .message-top__headline {
    width: 36.666666666vw;
    margin: 0 auto 6.133333333vw;
  }
  .message-top__img {
    width: auto;
    margin: 35px 20px 0;
  }
  .message-top__img li {
    width: 47.761194029%;
  }
  .message-top__img li:first-child {
    margin: 0 0 15px;
  }
  .message-top__img img + img {
    margin: 15px 0 0;
  }
  .message-top__txt {
    width: 100%;
    text-align: center;
  }
  .message-top__txt p {
    font-size: 3.733333333vw;
    line-height: 1.8;
  }
  .message-top__txt p + p {
    margin: 6.933333333vw 0 0;
  }
  .message-top__txt__inner {
    width: 100%;
    padding: 0 20px;
  }
  .message-movie {
    margin: 40px 0 0;
    padding: 60px 0 55px;
    background-size: 100% 37%;
  }
  .message-movie__box {
    width: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 6px 10px;
            box-shadow: rgba(0, 0, 0, 0.3) 1px 6px 10px;
  }
  .message-movie__txt {
    display: block;
    margin-top: 7px;
  }
  .message-movie__txt p {
    text-align: center;
  }
  .message-movie__txt p.message-movie__l-txt {
    margin: 64px 0 0;
    padding: 0;
  }
  .message-movie__txt p.message-movie__l-txt span {
    top: -54px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .message-movie__txt p.message-movie__r-txt {
    margin: 4px 0 0;
  }
  .message-prod__headline {
    width: 57.73333333vw;
    margin: 0 auto 6.66666666vw;
  }
  .message-prod__col {
    padding: 40px 0 0;
  }
  .message-prod__col::before {
    display: none;
  }
  .message-prod__img {
    padding: 0 17px 16px;
  }
  .message-prod__num {
    left: 0;
  }
  .message-prod__num img {
    margin: 0;
    max-width: 100%;
  }
  .message-prod__num span {
    width: 5.333333333vw;
    height: 5.333333333vw;
    line-height: 5.333333333vw;
    font-size: 2.666666666vw;
  }
  .message-prod__num span.is-active {
    width: 6.666666666666vw;
    height: 6.666666666666vw;
    font-size: 2.666666666vw;
    line-height: 6.666666666666vw;
  }
  .message-prod__num span._num01 {
    top: 4.933333333vw;
    right: 22.2666666666vw;
  }
  .message-prod__num span._num01.is-active {
    top: 4.26666666666vw;
    right: 21.6vw;
  }
  .message-prod__num span._num02 {
    bottom: 4.8vw;
    right: 36.5333333333vw;
  }
  .message-prod__num span._num02.is-active {
    bottom: 4.4vw;
    right: 35.86666666666vw;
  }
  .message-prod__num span._num03 {
    top: 29.6vw;
    left: 16.93333333333vw;
  }
  .message-prod__num span._num03.is-active {
    top: 28.93333333333vw;
    left: 16.2666666666vw;
  }
  .message-prod__num span._num04 {
    bottom: 13.333333333vw;
    left: 20vw;
  }
  .message-prod__num span._num04.is-active {
    bottom: 12.666666666vw;
    left: 19.33333333vw;
  }
  .message-prod__num span._num05 {
    top: 21.3333333333vw;
    right: 24vw;
  }
  .message-prod__num span._num05.is-active {
    top: 20.666666666vw;
    right: 23.333333333vw;
  }
  .message-prod__txt {
    width: 100%;
    padding: 20px 10.447761194% 40px;
    border-top: solid 1px #ccc;
  }
  .message-prod__txt .slick-arrow {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.4);
    text-indent: -99999px;
    overflow: hidden;
    position: absolute;
    top: 120px;
  }
  .message-prod__txt .slick-arrow::before {
    content: "";
    display: block;
    width: 9px;
    height: 18.5px;
    background: url(../images/icn_arrow_wh.svg) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .message-prod__txt .slick-prev {
    left: -20px;
  }
  .message-prod__txt .slick-prev::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .message-prod__txt .slick-next {
    right: -20px;
  }
  .message-prod__txt dl {
    border: none;
  }
  .message-prod__txt dl:last-child {
    border: none;
  }
  .message-prod__txt dl dt {
    text-align: center;
    line-height: 1.5;
    margin: 0 0 20px;
    padding: 0;
  }
  .message-prod__txt dl dt span {
    width: 30px;
    height: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1.5rem;
    margin: 0 8px 0 0;
  }
  .message-prod__txt dl dt::before {
    display: none;
  }
  .message-prod__txt dl dd {
    display: block;
    padding: 0;
  }
  .message-prod__txt dl.is-active::after {
    display: none;
  }
  .features__headline {
    padding: 33px 0 37px;
  }
  .features-col:nth-child(odd) .features-col__header {
    float: none;
  }
  .features-col:nth-child(even) .features-col__txt__inner {
    float: none;
  }
  .features-col__header {
    display: block;
    max-width: inherit;
    width: 100%;
    height: auto;
    padding: 40px 0 28px;
  }
  .features-col__header p {
    font-size: 3.7333333333vw;
    line-height: 1.275;
    text-align: center;
  }
  .features-col__headline {
    display: block;
    margin: 0 0 5.3333333vw;
    padding: 0 0 2.6666666vw;
    position: relative;
    text-align: center;
  }
  .features-col__headline::before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #111;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .features-col__headline span {
    padding: 0;
  }
  .features-col__headline span:nth-child(1) {
    line-height: 0;
    margin: 0 0 8px;
  }
  .features-col__headline span:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    border: none;
  }
  .features-col__headline img {
    width: 9.0666666666vw;
  }
  .features-col__headline strong {
    font-size: 6.4vw;
    letter-spacing: 0.03em;
    margin: 0 10px 0 -15px;
  }
  .features-col__headline small {
    font-size: 3.2vw;
  }
  .features-col__bg {
    height: auto;
    padding-top: 105.0666666%;
  }
  .features-col__main {
    width: 100%;
    min-width: inherit;
    height: auto;
  }
  .features-col__txt {
    width: 100%;
  }
  .features-col__txt__inner {
    width: auto;
    padding: 0;
    margin: 0 20px;
  }
  .features-col__txt__scroll {
    display: none;
  }
  .features-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 24px 0;
  }
  .features-item + .features-item {
    padding: 24px 0;
  }
  .features-item._mbw {
    padding-bottom: 24px;
  }
  .features-item:last-child {
    border-bottom: none;
    padding-bottom: 46px;
  }
  .features-item * {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .features-item .c-ttl {
    margin: 0 0 17px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    text-align: center;
  }
  .features-item__img + .c-ttl {
    margin: 0 0 25px;
  }
  .features-item__img span {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    margin: 12px 0 0;
    line-height: 1.0;
  }
  .features-item__col {
    width: 100%;
  }
  .features-item__col__elm {
    width: 47.014925373%;
  }
  .features-item__col__elm span {
    margin: 15px 0 0;
  }
  .features-item__col._style2 .features-item__col__txt {
    width: 100%;
  }
  .features-item__col._style2 .features-item__col__elm {
    width: 100%;
  }
  .features-item__col._col3 .features-item__col__elm {
    width: 31.343283582%;
  }
  .features-item__col._col5 .features-item__col__elm {
    width: calc((100% - 20px)/3);
    margin-right: 10px;
  }
  .features-item__col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .features-item__col2 .features-item__col__elm {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .features-item__col2 .features-item__col__elm + .c-ttl {
    margin: 0 0 25px;
  }
  .features-item__col2 .c-ttl {
    margin-top: 0;
  }
  .features-item__dl dt {
    font-size: 1.2rem;
    margin: 0 0 15px;
  }
  .features-item__bnr {
    width: 100%;
  }
  .cleaning .features-col__headline img {
    width: 7.2vw;
  }
  .cleaning .features-item._item01 .features-item__img {
    margin: 0 auto 20px;
  }
  .cleaning .features-item._item01 .features-item__img span {
    font-size: 1.0rem;
    margin: 0;
  }
  .cleaning .features-item._item02 {
    padding: 24px 0 27px;
  }
  .cleaning .features-item._item02 .features-item__img {
    width: auto;
    margin: 14px 2.6666666vw 0 5.3333333vw;
  }
  .cleaning .features-item._item02 .features-item__col p {
    margin: 11px 0 0;
  }
  .cleaning .features-item._item02 .features-item__col + .features-item__col {
    margin: 26px 0 0;
  }
  .cleaning .features-item._item02 ._icon {
    width: 60px;
    bottom: -25px;
    right: 10px;
  }
  .cleaning .features-item._item04 .features-item__img {
    margin-bottom: 20px;
  }
  .cleaning .features-item._item05 .features-item__col__elm, .cleaning .features-item._item06 .features-item__col__elm {
    margin-bottom: 20px;
  }
  .grill .features-item__bnr {
    width: 100%;
    padding: 11px 4vw 10px;
  }
  .grill .features-item__bnr img {
    width: 38.9333333vw;
    margin: 0 4vw 0 0;
  }
  .grill .features-item__bnr span {
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .grill .features-item._item02 {
    padding: 0 0 30px;
  }
  .grill .features-item._item02 .features-item__col__txt {
    margin: 0 0 30px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    text-align: center;
  }
  .grill .features-item._item02 .features-item__col__txt img {
    width: 93px;
    margin: 16px 0 0;
  }
  .grill .features-item._item03 {
    padding-bottom: 30px;
  }
  .grill .features-item._item03 .c-ttl {
    margin: 0 0 17px;
  }
  .grill .features-item._item03 .features-item__img {
    float: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 53.731343283%;
    margin: 25px auto 0;
  }
  .grill .features-item._item03 .features-item__col {
    margin: 22px 0 0;
  }
  .grill .features-item._item05 .features-item__col {
    margin-top: 24px;
  }
  .grill .features-item._item05 .c-ttl small {
    display: block;
  }
  .grill .features-item._item08 {
    padding: 30px 0 60px;
  }
  .grill .features-item._item08 .features-item__col__elm:nth-child(2) {
    width: 48.358208955%;
    margin-top: -10px;
  }
  .grill .features-item._item08 .features-item__col__elm p {
    text-align: left;
  }
  .grill .features-item__col2 .features-item__col__elm {
    margin-bottom: 20px;
  }
  .grill .features-item__col span {
    font-size: 1.2rem;
  }
  .cooking .features-item._item02 .c-txt small {
    display: block;
    font-size: 1.0rem;
    margin: 4px 0 0;
  }
  .cooking .features-item._item05 {
    padding-top: 24px;
  }
  .cooking .features-item._item05 .features-item__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
  .cooking .features-item._item05 .c-ttl {
    margin: 0 0 30px;
  }
  .cooking .features-item._item05 .c-txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 20px 0 0;
  }
  .cooking .c-ttl small {
    letter-spacing: 0;
  }
  .cooking .features-item__col__elm._img_small {
    width: 53.731343283%;
    margin: 0 auto 20px;
  }
  .app .features-item__bnr {
    margin: 30px 0 0;
  }
  .app .features-item__bnr__logo {
    width: 21.066666666vw;
  }
  .app .features-item__bnr__conts {
    padding: 1.3333333vw 0 0 1.7333333vw;
  }
  .app .features-item__bnr__conts > p {
    font-size: 2.666666666vw;
    letter-spacing: 0;
    margin: 0 0 1.3333333vw;
    white-space: nowrap;
  }
  .app .features-item__app li {
    width: 27.46666666vw;
  }
  .app .features-item__app li + li {
    margin: 0 0 0 16px;
  }
  .app .features-item__app li > img {
    width: 9.0666666666vw;
  }
  .app .features-item__app li:nth-child(2) {
    width: 29.066666666vw;
  }
  .app .features-item__app li:nth-child(2) .features-item__app__conts {
    width: 18.4vw;
  }
  .app .features-item__app__conts {
    width: 16.66666666vw;
    font-size: 2.666666666vw;
  }
  .app .features-item__app__conts p {
    font-size: 2.666666666vw;
    margin: 0;
    white-space: nowrap;
  }
  .app .features-item._item01 {
    padding: 40px 0 27px;
  }
  .app .features-item._item01 .c-ttl {
    text-align: left;
  }
  .app .features-item._item01 .features-item__col__elm:nth-child(2) {
    width: 50.746268656%;
  }
  .app .features-item._item02 .c-ttl {
    margin: 0 0 17px;
  }
  .app .features-item._item02 .c-txt {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 0 22px;
  }
  .app .features-item._item02 .features-item__col__elm {
    width: 42.835820895%;
  }
  .app .features-item._item02 .features-item__col__txt {
    width: 50.746268656%;
  }
  .app .features-item._item02 .c-txt-small {
    margin-top: 18px;
  }
  .app .features-item._item03 {
    padding-bottom: 30px;
  }
  .app .features-item._item04 {
    padding-bottom: 60px;
  }
  .app .features-item__info {
    margin: 25px 0 0;
  }
  .app .features-item__info dl dt::after {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .app .features-item__info__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .app .features-item__info__list li {
    font-size: 1.2rem;
    width: 48.507462686%;
    height: 30px;
    margin: 0 0 10px;
    line-height: 1.8;
  }
  .app .features-item__step {
    width: 50.746268656%;
    margin: -5px 0 0;
  }
  .app .features-item__step dl {
    padding: 0 0 10px;
  }
  .app .features-item__step dl::after {
    width: 8px;
    height: 8px;
  }
  .app .features-item__step dl:last-child::after {
    display: none;
  }
  .app .features-item__step dl + dl {
    margin: 11px 0 0;
  }
  .app .features-item__step dl dt {
    font-size: 1.2rem;
    line-height: 1.6;
    width: 50px;
  }
  .app .features-item__step dl dd {
    letter-spacing: 0;
    line-height: 1.6;
  }
  .app .features-item__col2 .features-item__img {
    width: 100%;
    margin: 30px 0 0;
  }
  .app .features-item__col2 .features-item__col__elm {
    width: 42.835820895%;
    margin: 0;
  }
  .app .features-item__col2 .features-item__col__txt {
    width: 50.746268656%;
  }
  .app .features-item__col2 .features-item__col__txt .c-ttl {
    text-align: left;
  }
  .app .features-item__col__elm {
    width: 42.835820895%;
  }
  .safety .features-item._item01 .c-txt {
    margin: 30px 0 0;
  }
  .safety .features-item._item01 .features-item__col {
    margin: 0;
  }
  .safety .features-item._item01 .features-item__col:nth-of-type(1) {
    margin: 0;
  }
  .safety .features-item._item01 .features-item__col p {
    position: static;
    margin: 0 0 10px;
    width: 100%;
    font-size: 1.2rem;
  }
  .safety .features-item._item01 .features-item__col._style2 {
    display: block;
    margin: 20px 0 0;
  }
  .safety .features-item._item01 .features-item__col._style2 .features-item__col__elm {
    width: 100%;
    margin: 0;
  }
  .safety .features-item._item01 .features-item__col._style2 .features-item__col__elm + .features-item__col__elm {
    margin: 30px 0 0;
  }
  .safety .features-item._item01 .features-item__col + .c-txt {
    margin-top: 18px;
  }
  .safety .features-item._item01 .features-item__col__elm span {
    margin: 12px 0 0;
  }
  .safety .features-item._item01 .features-item__col__elm:nth-child(3) .features-item__col__img span {
    left: -1.33333333vw;
  }
  .safety .features-item._item01 .features-item__col__img span {
    width: 16vw;
    height: 16vw;
    border: solid 1px #000;
    margin: 0 0 -6.93333333333vw;
    padding: 3.7333333333vw 0 0;
    position: relative;
    left: 1.33333333vw;
  }
  .safety .features-item._item01 .features-item__col__img span > small {
    font-size: 2.66666666vw;
  }
  .safety .features-item._item01 .features-item__col__img span strong {
    font-size: 4.8vw;
  }
  .safety .features-item._item01 .features-item__col__img span strong small {
    font-size: 3.0666666666vw;
  }
  .safety .features-item._item02 .features-item__col__elm {
    width: 55%;
    margin: 0 auto 22px;
  }
  .safety .features-item._item07 .c-ttl {
    width: 100%;
    float: none;
  }
  .safety .features-item._item07 .c-txt {
    width: 67.164179104%;
  }
  .safety .features-item._item07 .features-item__col__elm {
    width: 25.522388059%;
    margin: 0;
  }
  .safety .features-item__col2 .features-item__col__elm {
    margin-bottom: 22px;
  }
  .lineup {
    padding: 63px 0 60px;
  }
  .lineup-desc {
    margin: 27px 0 0;
  }
  .lineup-desc p {
    width: auto;
  }
  .lineup-desc__img {
    width: 100%;
    margin: 27px auto 0;
  }
  .lineup-prod__col {
    padding: 30px 20px;
  }
  .lineup-prod__col + .lineup-prod__col {
    margin-top: 30px;
  }
  .lineup-prod__col._pannel li {
    padding: 0;
  }
  .lineup-prod__col._pannel li:nth-child(2n) {
    padding: 0;
  }
  .lineup-prod__col._pannel .lineup-prod__img {
    width: 100%;
    margin: 0 0 25px;
  }
  .lineup-prod__col._pannel .lineup-prod__txt {
    width: 100%;
  }
  .lineup-prod__col._pannel .lineup-prod__txt p {
    width: 100%;
  }
  .lineup-prod__headline > span {
    padding: 0 10px;
  }
  .lineup-prod__headline > span img {
    width: 34px;
  }
  .lineup-prod__headline {
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 0 0 30px;
  }
  .lineup-prod__sub_ttl {
    font-size: 1.4rem;
    margin: 30px 0 0;
  }
  .lineup-prod__sub_ttl::before, .lineup-prod__sub_ttl::after {
    width: 25px;
  }
  .lineup-prod__list {
    display: block;
    margin: 30px 0 0;
  }
  .lineup-prod__list li {
    width: 100%;
    margin: 0;
  }
  .lineup-prod__list li + li {
    margin: 30px 0 0;
  }
  .lineup-prod__list--l2 .lineup-prod__img {
    width: 100%;
    margin: 0 0 25px;
  }
  .lineup-prod__list--l2 .lineup-prod__txt {
    width: 100%;
  }
  .lineup-prod__list--l2 .lineup-prod__txt p {
    width: 100%;
  }
  .lineup-prod__img {
    margin: 0 auto 14px;
    padding-left: 0;
  }
  .lineup-prod__img span {
    width: 8vw;
    height: 8vw;
    top: 6.7vw;
    left: -4.5px;
    padding: 1.066666666vw 0 0;
  }
  .lineup-prod__img span strong {
    font-size: 3.7333333333vw;
  }
  .lineup-prod__img span small {
    font-size: 2.66666666vw;
    margin: -.8vw 0 0;
  }
  .lineup-prod__txt {
    padding: 0;
  }
  .lineup-prod__txt p {
    width: 67.796610169%;
  }
  .lineup-prod__txt p._color {
    width: 68px;
    display: block;
    font-size: 1.1rem;
    letter-spacing: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 5px 0 0;
  }
  .lineup-prod__txt p._color img {
    width: 40px;
    display: block;
    margin: 0 auto 5px;
  }
  .lineup-prod__btn {
    width: auto;
    margin: 30px 20px 0;
  }
  .lineup-prod__btn a {
    height: 45px;
    font-size: 1.4rem;
  }
  .lineup-prod__btn a::after {
    width: 18.5px;
    height: 9.5px;
    background-size: 18.5px 9.5px;
  }
  .relation {
    padding: 60px 0;
  }
  .relation__headline {
    font-size: 2.3rem;
  }
  .relation__list {
    display: block;
    margin: 30px 0 0;
  }
  .relation__list li {
    letter-spacing: 0.06em;
    width: 100%;
    margin: 0;
  }
  .relation__list li + li {
    margin: 25px 0 0;
  }
  .relation__list__ttl {
    font-size: 1.6rem;
    line-height: 1.9;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 374px) {
  body {
    font-size: 3.733333333vw;
  }
  .features-item__dl dt {
    font-size: 3.2vw;
  }
  .grill .features-item__col span {
    font-size: 3.2vw;
  }
  .app .features-item__info__list li {
    font-size: 3.2vw;
  }
  .lineup-prod__headline {
    font-size: 4.26666666vw;
  }
  .lineup-prod__sub_ttl {
    font-size: 3.73333333vw;
  }
}

@media only screen and (min-width: 1600px) {
  .st-hd__conts {
    padding: 0 60px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1320px) {
  .st-hd__logo {
    width: 9.848484848%;
  }
  .st-gn__link > a {
    font-size: 2.0rem;
    padding: 7px 20px;
  }
  .st-gn__link > a::before {
    width: calc(100% - 40px);
  }
  .c-txt {
    font-size: 1.3rem;
  }
  .c-txt02 {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .c-ttl {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 992px) {
  .c-l-mtb {
    display: none;
  }
  .c-l-tb {
    display: block;
  }
  br.c-l-tb {
    display: inline-block;
  }
}

@media only screen and (min-width: 769px) {
  .c-link a:hover {
    color: #0092D4;
  }
  .c-link a:hover::before {
    -webkit-transform: none;
            transform: none;
  }
  .c-link-l3:hover {
    color: #0092D4;
  }
  .c-link-l3:hover::before {
    -webkit-transform: none;
            transform: none;
  }
  .c-link-l3:hover span::before {
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media only screen and (max-width: 1400px) {
  .features-col:nth-child(even) .features-col__txt__scroll {
    left: 15px;
  }
  .features-col__txt__scroll {
    right: 15px;
  }
}
