@charset "UTF-8";
/*
 libraries
-------------------------------------------------- */
/* Slider */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600");
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none; }

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .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 {
  display: block;
  position: relative;
  top: 0;
  left: 0; }
  .slick-track:before, .slick-track:after {
    display: table;
    content: ""; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left; }
  [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; }

/* Slider */
.slick-loading .slick-list {
  background: url("/files/user/css/libraries/slickslider/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-family: "slick";
  font-style: normal;
  font-weight: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  display: block;
  position: absolute;
  bottom: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75; }

.slick-prev {
  left: 0; }
  [dir="rtl"] .slick-prev {
    right: -25px;
    left: auto; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 0; }
  [dir="rtl"] .slick-next {
    right: auto;
    left: -25px; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-slide:focus {
  outline: none; }

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      border: 0;
      outline: none;
      background: transparent;
      color: transparent;
      font-size: 0px;
      line-height: 0px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        color: black;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        content: "•";
        opacity: 0.25; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*
 foundation
-------------------------------------------------- */
.l-footer__sns__list, .l-footer__magazine__head, .l-header__head, .l-header__nav, .l-header__nav__list, .c-tab, .p-productDetail__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.l-gnav__inner, .l-gnav__menu, .l-gnav__mypage, .l-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

a:hover, a:hover *, button:hover, button:hover * {
  opacity: 0.5;
  transition: 1s; }

.p-top__pickup__subHeading::after, .p-top__category__heading::after {
  display: block;
  height: 2px;
  margin-top: 10px;
  background-color: #000;
  content: ""; }

/*
 * mixin用SCSS
 *
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  /* 1 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/********************************************
		Common
********************************************/
*,
*:after,
*:before {
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.75; }

dd,
dl,
dt,
label,
ul,
ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  color: inherit;
  font-family: 'Montserrat', 'Yu Gothic Medium', '游ゴシック Medium', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  text-decoration: none; }
  a:hover {
    cursor: pointer; }

img {
  vertical-align: top; }

html {
  font-size: 62.5%; }

body,
html {
  width: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  color: #000;
  font-family: 'Montserrat', 'Yu Gothic Medium', '游ゴシック Medium', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75; }

button,
input,
optgroup,
select,
textarea {
  color: #000;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem; }

button,
input[type="button"],
input[type="submit"] {
  border: none; }

iframe {
  vertical-align: top; }

/*
 layout
-------------------------------------------------- */
.l-breadcrumb {
  font-size: 11px;
  font-size: 1.1rem;
  text-align: left; }
  .l-breadcrumb a {
    color: #000; }
    .l-breadcrumb a:after {
      display: inline-block;
      margin: 0 4px 0 5px;
      content: ">"; }
    .l-breadcrumb a:hover {
      text-decoration: none; }

.l-container {
  position: relative; }
  .l-container--huge {
    position: relative;
    width: 100%;
    margin: 0 auto; }
  .l-container--large {
    position: relative; }
  .l-container--middle {
    position: relative; }
  .l-container--single {
    position: relative; }
  .l-container--main {
    position: relative; }
  .l-container--side {
    position: relative; }
  .l-container--wrap {
    padding-right: 20px;
    padding-left: 20px; }

[class*=" l-"]:after,
[class^="l-"]:after {
  display: block;
  clear: both;
  content: ""; }

.l-footer a {
  color: #000; }
  .l-footer a:hover {
    text-decoration: none; }

.l-footer__sns__head {
  width: 100%;
  min-height: 80px;
  margin-bottom: 10px;
  background: url(/files/user/images/common/footer_bg_sns.svg?v=1519276034) no-repeat center;
  background-size: contain;
  font-weight: bold;
  letter-spacing: .2em;
  text-align: center; }

.l-footer__sns__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .l-footer__sns__list li:not(:first-child) {
    margin-left: 40px; }

.l-footer__about__text {
  margin: 30px 0;
  line-height: 23px; }

.l-footer__magazine {
  padding: 30px;
  background-color: #ffe4b5; }
  .l-footer__magazine__head {
    width: 220px;
    margin: 0 auto; }
    .l-footer__magazine__head__heading {
      margin-left: 15px;
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: bold;
      letter-spacing: .2em; }
      .l-footer__magazine__head__heading span {
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: .3em; }
  .l-footer__magazine__button {
    width: 175px;
    margin: 0 auto;
    letter-spacing: .3em; }

.l-footer__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.l-footer__nav__item {
  width: 150px; }

.l-footer__nav__head {
  margin-bottom: 18px;
  padding: 6px 0;
  border-bottom: 2px solid #000;
  font-weight: bold; }

.l-footer__nav__body li {
  margin-top: 10px; }

.l-footer__logo {
  display: block;
  text-align: center; }
  .l-footer__logo img {
    display: block; }

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF; }

.l-header a {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #000; }
  .l-header a:hover {
    text-decoration: none; }

.l-header.p-top__header {
  display: none; }

.l-header__nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .l-header__nav__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: auto; }
    .l-header__nav__list li {
      display: inline-block;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      cursor: pointer; }
      .l-header__nav__list li:hover * {
        opacity: .5;
        transition: 1s; }
  .l-header__nav__item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
    .l-header__nav__item__icon img {
      display: block; }
  .l-header__nav__item__title {
    display: block;
    font-weight: bold; }

.l-gnav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-color: #FFFFFF;
  transition: 1.5s; }
  .l-gnav.is-open {
    display: block; }
  .l-gnav a {
    color: #000; }
    .l-gnav a:hover {
      text-decoration: none; }
  .l-gnav__inner {
    margin: 0 auto;
    text-align: center; }
  .l-gnav__search {
    position: relative;
    height: 8vh; }
    .l-gnav__search input[type=text] {
      width: 100%;
      border: 0;
      border-bottom: 1px solid #000;
      border-radius: 0;
      outline: none; }
    .l-gnav__search input[type=submit] {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 20px;
      height: 20px;
      background: url(/files/user/images/common/gnav_search.png?v=1519276033) no-repeat;
      background-size: contain;
      text-indent: -9999px;
      content: "";
      cursor: pointer; }
  .l-gnav__menu {
    height: 55vh; }
  .l-gnav__mypage {
    height: 37vh; }
  .l-gnav__heading {
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1; }
    .l-gnav__heading__outer {
      margin-bottom: 5%; }
  .l-gnav__subHeading {
    margin-top: 8px;
    font-weight: bold;
    letter-spacing: .3em; }
  .l-gnav__list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: bold;
    letter-spacing: .3em; }
  .l-gnav__close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
    .l-gnav__close--icon {
      display: block;
      position: absolute;
      height: 2px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      background-color: #000; }
      .l-gnav__close--icon:after {
        display: block;
        height: 2px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        background-color: #000; }

/*
 object
-------------------------------------------------- */
/* component --------------------------- */
/*
---
name: Bg Image
category:
 - component/bg
---

```html
<section class="l-container--large">
    <div class="c-bg--r"></div>
    <h1>テキスト</h1>
    <p>
    テキストテキストテキストテキストテキスト<br>
    テキストテキストテキストテキストテキスト<br>
    テキストテキストテキストテキストテキスト<br>
    テキストテキストテキストテキストテキスト<br>
    テキストテキストテキストテキストテキスト<br>
    テキストテキストテキストテキストテキスト<br>
    </p>
</section>
<section class="l-container--large">
    <div class="c-bg--l"></div>
    <h1>テキスト</h1>
    <p>
    テキストテキストテキストテキストテキスト<br>
    テキストテキストテキストテキストテキスト<br>
    テキストテキストテキストテキストテキスト<br>
    テキストテキストテキストテキストテキスト<br>
    テキストテキストテキストテキストテキスト<br>
    テキストテキストテキストテキストテキスト<br>
    </p>
</section>
```
*/
/*
---
name: Bg Color
category:
- component/bg
---

```html
<section class="c-bg--pink">
  <div class="l-container--middle">
    <p>
    テキストテキストテキストテキストテキスト<br>
    テキストテキストテキストテキストテキスト<br>
    テキストテキストテキストテキストテキスト
    </p>
  </div>
</section>
<section class="c-bg--green">
  <div class="l-container--middle">
    <p>
    テキストテキストテキストテキストテキスト<br>
    テキストテキストテキストテキストテキスト<br>
    テキストテキストテキストテキストテキスト
    </p>
  </div>
</section>
<section class="c-bg--gray">
  <div class="l-container--middle">
    <p>
    テキストテキストテキストテキストテキスト<br>
    テキストテキストテキストテキストテキスト<br>
    テキストテキストテキストテキストテキスト
    </p>
  </div>
</section>
```
*/
.c-bg--r, .c-bg--l {
  display: block;
  position: absolute;
  top: 0;
  content: ""; }

.c-bg--pink {
  background-color: #fff7f7; }

.c-bg--green {
  background-color: #f5f6ee; }

.c-bg--gray {
  background-color: #f0f0f0; }

/*
---
name: base button
category:
 - component/button
tag:
 - base
 - button
---

## This is base button

* Base button style.
* Use `a` or `button` tag.

```html
<a href="/dummy/" class="c-button">More</a>
<a href="/dummy/" class="c-button--sm">tag</a>
<a href="/dummy/" class="c-button--sm">tag</a>
<br>
<br>
<a href="/dummy/" class="c-button--blue">More</a>
```
*/
.l-footer__magazine__button, .c-button, .c-button--blue, .c-button--sm, .p-top__category__button {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #000;
  border-radius: 3px;
  background-color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  cursor: pointer; }

.c-button {
  padding: 10px 0;
  letter-spacing: .3em; }
  .c-button--blue {
    border-color: #1d7dc7;
    color: #1d7dc7; }
  .c-button--sm {
    display: inline-block;
    letter-spacing: .1em; }

/*
---
name: Error MessageBox
category:
 - component/form/error
---

```html
<div class="c-form-errorBox">
    <ul>
        <li>※お名前は必ず入力してください。</li>
    </ul>
</div>
```
*/
.c-form-errorBox {
  margin: 10px auto;
  border: 2px solid #c72a2a;
  border-radius: 3px;
  color: #c72a2a; }

.c-form-errorBox li:not(:first-child) {
  margin-top: 10px; }

/*
---
name: Heading h1
category:
 - component/typography/heading
---

## h1

```html
<h1 class="c-heading--lv1">h1テキストh1テキストh1テキストh1テキストh1テキストh1テキストh1テキストh1テキスト</h1>

<article class="c-article">
	<h1>h1テキストh1テキストh1テキストh1テキスト</h1>
</article>

```
*/
.c-heading--lv1, .c-article h1 {
  color: #000;
  font-weight: bold;
  line-height: 1.4; }

/*
---
name: Heading h2
category:
 - component/typography/heading
---

## h2

```html
<h2 class="c-heading--lv2">h2テキストh2テキストh2テキストh2テキストh2テキストh2テキストh2テキストh2テキスト</h2>
<h2 class="c-heading--lv2 c-heading--lv2--sm">h2テキストh2テキストh2テキストh2テキストh2テキストh2テキストh2テキストh2テキスト</h2>
<article class="c-article">
	<h2>h2テキストh2テキストh2テキストh2テキスト</h2>
</article>

```
*/
.c-heading--lv2 {
  font-weight: bold;
  line-height: 1.9;
  text-align: center; }
  .c-heading--lv2::after {
    display: block;
    height: 2px;
    margin: auto;
    background-color: #000;
    content: ""; }

.c-article h2 {
  font-weight: bold; }
  .c-article h2::after {
    display: block;
    height: 2px;
    background-color: #000;
    content: ""; }

/*
---
name: Heading h3
category:
 - component/typography/heading
---

## h3

```html
<h3 class="c-heading--lv3"><span>h3テキストh3テキストh3テキスト</span></h3>

<article class="c-article">
	<h3><span>h3テキストh3テキストh3テキストh3テキスト</span></h3>
</article>

```
*/
.c-heading--lv3 {
  display: inline-block;
  position: relative;
  font-weight: bold; }
  .c-heading--lv3::before, .c-heading--lv3::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #000;
    content: ""; }
  .c-heading--lv3::before {
    border-right: 0; }
  .c-heading--lv3::after {
    border-left: 0; }

.c-heading--side {
  font-weight: bold;
  letter-spacing: .15em; }
  .c-heading--side__outer {
    margin-bottom: 30px; }

.c-subHeading--side {
  font-weight: bold;
  letter-spacing: .15em; }

/*
---
name: Input
category:
 - component/form/input
---

```html
<div class="c-form__note">
※必須事項
</div>
<div class="c-form__inner">
  <div class="c-form__title">名前<span>※</span></div>
  <div class="c-form__input">
    <input type="text" name="" class="c-form__input--col2" value="" placeholder="鈴木">
    <input type="text" name="" class="c-form__input--col2" value="" placeholder="太郎">
  </div>
</div>
<div class="c-form__inner">
  <div class="c-form__title">メールアドレス</div>
  <div class="c-form__input"><input type="text" name="" value="" placeholder="テキストを入力してください。"></div>
</div>
<div class="c-form__inner">
  <div class="c-form__title">生年月日</div>
  <div class="c-form__input">
    <select class="c-form__input--col3">
      <option></option>
      <option>2000</option>
      <option>1999</option>
    </select>
    <select class="c-form__input--col3">
      <option></option>
      <option>1</option><option>2</option><option>3</option><option>4</option><option>5</option><option>6</option><option>7</option><option>8</option><option>9</option><option>10</option><option>11</option><option>12</option>
    </select>
    <select class="c-form__input--col3">
    <option></option>
    <option>1</option><option>2</option><option>3</option><option>4</option><option>5</option><option>6</option><option>7</option><option>8</option><option>9</option><option>10</option><option>11</option><option>12</option>
    </select>
  </div>
</div>
<div class="c-form__inner">
  <div class="c-form__title">書類</div>
  <div class="c-form__input">
    <div class="c-form__input--row">
      <a href="/dummy/" target="_blank">ファイル</a>
    </div>
    <div class="c-form__input--row">
      <label class="c-form__input__file" for="file_1">
        ファイルを選択
      </label>
      <input name="" type="file" id="file_1" data-js="file-input" />
      <span></span>
    （最大3MBまで）
      <label><input type="checkbox" value="1" name="">削除</label>
    </div>
  </div>
</div>
<div class="c-form__inner">
  <div class="c-form__title">補足</div>
  <div class="c-form__input">
  <p>その他アピールポイントとなるもの、資格等をお持ちの方は記載ください。</p>
  <textarea name="" rows="10" cols="0" placeholder="テキストを入力してください。"></textarea>
  </div>
</div>
<div class="c-form__inner">
  <div class="c-form__title">同意事項</div>
  <div class="c-form__input">
    <label><input type="checkbox" name="" value="">同意する</label>
  </div>
</div>
<div class="c-from__button">
  <button type="button" class="c-button--blue">修正</button>
  <button type="submit" class="c-button--blue">送信</button>
</div>
```
*/
.c-form__input input[type=text], .c-form__input textarea, .c-form__input select {
  border: 2px solid #c9c9c9;
  border-radius: 3px; }

::-webkit-input-placeholder {
  color: #b1b1b1; }

::-moz-placeholder {
  color: #b1b1b1; }

:-moz-placeholder {
  color: #b1b1b1; }

:-ms-input-placeholder {
  color: #b1b1b1; }

.c-form__note {
  color: #c72a2a;
  font-weight: bold;
  text-align: right; }

.c-form__title {
  font-weight: bold; }
  .c-form__title span {
    display: inline-block;
    margin-left: 5px;
    color: #c72a2a; }

.c-form__input input[type=text], .c-form__input textarea, .c-form__input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.c-form__input input[type=text]:not([class]) {
  display: block;
  width: 100%; }

.c-form__input textarea {
  display: block;
  width: 100%;
  min-height: 100px; }

.c-form__input select {
  padding: 12px 14px;
  background: url(/files/user/images/common/icon-select.svg?v=1521093774) no-repeat center right 10px;
  cursor: pointer; }

.c-form__input select::-ms-expand {
  display: none; }

.c-form__input label:not([class]) {
  font-weight: bold;
  cursor: pointer; }
  .c-form__input label:not([class]) input {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle; }

.c-form__input input[type=file] {
  display: none; }

.c-form__input p {
  margin: 10px 0; }
  .c-form__input p:first-child {
    margin-top: 0; }

.c-form__input a {
  text-decoration: underline; }

.c-form__input__file {
  display: inline-block;
  border-radius: 3px;
  background: #1d7dc7;
  color: #fff;
  text-align: center;
  cursor: pointer; }

.c-form__input--col2 {
  display: inline-block;
  width: calc(50% - 7px); }
  .c-form__input--col2:not(:first-of-type) {
    margin-left: 10px; }

.c-form__input--col3 {
  display: inline-block; }
  .c-form__input--col3 + label {
    display: inline-block;
    font-weight: normal !important;
    cursor: default !important; }

.c-form__input--row:not(:first-of-type) {
  margin-top: 15px; }

.c-form__input--row + p {
  margin-top: 20px; }

.c-form__button__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #000;
  text-decoration: none; }

.c-article a:not([class]) {
  color: #0782C1;
  text-decoration: underline; }

/*
---
name: NavLink
category:
 - component/typography/link
---

```html
<nav class="c-navlink l-container--large">
	<ul>
		<li><a href="/AboutCompany/">猫壱について</a></li>
		<li><a href="/Company/">会社情報</a></li>
		<li><a href="/RecruitList/">採用情報</a></li>
	</ul>
</nav>
```
*/
.c-navlink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.c-navlink li {
  border: 1px solid #0b0307;
  border-radius: 3px;
  font-weight: bold;
  text-align: center; }
  .c-navlink li a {
    display: block; }

/*
---
name: Modal
category:
 - component/js/modal
---

```html
<div class="c-modal">
  <div class="c-modal__bg"></div>
  <div class="c-modal__contents">
    <div class="c-modal__contents__item" data-js="modal-contents" data-modal-content="1">
        <iframe allowfullscreen="" frameborder="0" width="700" height="540" src="https://www.youtube.com/embed/ndkROHDtsUY"></iframe>
      </div>
    </div>
    <div class="c-modal__contents__item" data-js="modal-contents" data-modal-content="2">
      <div class="c-modal__contents__item__inner">
        <p>ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー</p>
        <button type="button" data-js="modal-apply">モーダル内の特定のボタンを押下したらモーダルを閉じる</button>
      </div>
    </div>
    <div class="c-modal__contents__item" data-js="modal-contents" data-modal-content="3">
      <div class="c-modal__contents__item__inner">
        <p>テストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテストテスト</p>
        <button type="button" data-js="modal-apply">モーダル内の特定のボタンを押下したらモーダルを閉じる</button>
      </div>
    </div>
    <div class="c-modal__close" data-js="modal-close"></div>
  </div>
</div>
<button type="button" data-js="modal-open" data-modal="1">モーダル1（youtube）を開く</button>
<button type="button" data-js="modal-open" data-modal="2">モーダル2を開く</button>
<button type="button" data-js="modal-open" data-modal="3">モーダル3を開く</button>
```
*/
.is-overflow-y {
  overflow-y: hidden; }

.c-modal.is-open {
  display: block; }

.c-modal__bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: 9000; }

.c-modal__contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  max-height: 95%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  z-index: 9100; }
  .c-modal__contents__item {
    display: none; }
    .c-modal__contents__item.is-active {
      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; }
    .c-modal__contents__item img {
      max-width: 100%;
      max-height: 100vh; }

.c-modal__close {
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #666;
  cursor: pointer;
  z-index: 100; }
  .c-modal__close:hover {
    opacity: 1; }
  .c-modal__close::after, .c-modal__close::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    background: #ffffff;
    content: ""; }
  .c-modal__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .c-modal__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }

/*
---
name: pageTop
category:
 - component/js/pagetop
---

```html
<div class="c-pageTop" data-js="pageTop">
</div>

```
*/
.c-pageTop {
  position: fixed;
  bottom: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  background-color: #87d6ff;
  cursor: pointer;
  opacity: 0;
  transition: ease 1s; }
  .c-pageTop::after {
    position: absolute;
    border-width: 2px !important;
    border-color: #fff !important; }
  .c-pageTop.on {
    opacity: 1; }

/*
---
name: Parallax(fadeIn)
category:
- component/js/parallax
---

```html
<p>※高さが必要なので改行</p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<section class="c-parallax--fadeIn" data-js="parallax-fadeIn">
  <h1>テキスト</h1>
  <p>
  テキストテキストテキストテキストテキスト<br>
  テキストテキストテキストテキストテキスト<br>
  テキストテキストテキストテキストテキスト<br>
  テキストテキストテキストテキストテキスト<br>
  テキストテキストテキストテキストテキスト<br>
  テキストテキストテキストテキストテキスト<br>
  </p>
</section>
```
*/
/*
---
name: Parallax(slideIn)
category:
- component/js/parallax
---

```html
<p>※高さが必要なので改行</p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<section class="c-parallax--slideIn" data-js="parallax-slideIn">
  <h1>テキスト</h1>
  <p>
  テキストテキストテキストテキストテキスト<br>
  テキストテキストテキストテキストテキスト<br>
  テキストテキストテキストテキストテキスト<br>
  テキストテキストテキストテキストテキスト<br>
  テキストテキストテキストテキストテキスト<br>
  テキストテキストテキストテキストテキスト<br>
  </p>
</section>
```
*/
/*
---
name: Parallax(scale)
category:
- component/js/parallax
---

```html
<p>※高さが必要なので改行</p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div class="p-about__policy__reason__inner c-parallax--scale" data-js="parallax-scale">
  <div class="p-about__policy__reason__item">
    <div class="c-parallax--scale__image"><img src="/files/user/images/about/reason8.jpg?v=1519276030"></div>
    <div class="c-parallax--scale__bg"><img src="/files/user/images/about/reason8.jpg?v=1519276030"></div>
    <div class="p-about__policy__reason__text c-parallax--scale__text">猫と人の暮らしを<br>深く見つめています</div>
  </div>
  <div class="p-about__policy__reason__item">
    <div class="c-parallax--scale__image"><img src="/files/user/images/about/reason9.jpg?v=1554843973"></div>
    <div class="c-parallax--scale__bg"><img src="/files/user/images/about/reason9.jpg?v=1554843973"></div>
    <div class="p-about__policy__reason__text c-parallax--scale__text">デザインが違います</div>
  </div>
  <div class="p-about__policy__reason__item">
    <div class="c-parallax--scale__image"><img src="/files/user/images/about/reason10.jpg?v=1519276030"></div>
    <div class="c-parallax--scale__bg"><img src="/files/user/images/about/reason10.jpg?v=1519276030"></div>
    <div class="p-about__policy__reason__text c-parallax--scale__text">安全性が違います</div>
  </div>
</div>
```
*/
.c-parallax--fadeIn {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  transition: ease 1s; }
  .c-parallax--fadeIn--active {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; }

.c-parallax--slideIn {
  -webkit-transform: translateX(-3000px);
  transform: translateX(-3000px);
  opacity: 0;
  transition: ease .5s; }
  .c-parallax--slideIn--slow {
    transition: ease 1s; }
  .c-parallax--slideIn--active {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; }

.c-parallax--scale__text, .c-parallax--scale__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: scale(0.5) translate(-50%, 0);
  transform: scale(0.5) translate(-50%, 0);
  opacity: 0;
  transition: all 0.35s ease-in-out; }
  .c-parallax--scale__text img, .c-parallax--scale__bg img {
    width: 100%; }

.c-parallax--scale__image {
  transition: all 0.35s ease-in-out; }

.c-parallax--scale--active .c-parallax--scale__image {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0; }

.c-parallax--scale--active .c-parallax--scale__text, .c-parallax--scale--active .c-parallax--scale__bg {
  -webkit-transform: scale(1) translate(-50%, 0);
  transform: scale(1) translate(-50%, 0);
  opacity: 1; }

/*
---
name: Slider
category:
 - component/js/slider
---

```html
<div class="p-about__slider c-slider">
  <div>
    <a href=""><img src="/files/user/images/about/mainvisual1.jpg?v=1519276028"></a>
  </div>
  <div>
    <a href=""><img src="/files/user/images/about/mainvisual2.jpg?v=1519276029"></a>
  </div>
  <div>
    <a href=""><img src="/files/user/images/about/mainvisual3.jpg?v=1519276029"></a>
  </div>
  <div>
    <a href=""><img src="/files/user/images/about/mainvisual4.jpg?v=1519276029"></a>
  </div>
</div>
```
*/
/*
---
name: slider-slow
category:
 - component/js/slider
---

```html
<div class="c-slider--slow">
  <div>
    <a href="/dummy/">
      <img src="/files/user/images/top/tmp/item-1.jpg?v=">
      <h3>ハッピーダイニング　脚付フードボウル 猫柄</h3>
    </a>
  </div>
  <div>
    <a href="/dummy/">
      <img src="/files/user/images/top/tmp/item-2.jpg?v=">
      <h3>バリバリボウル猫柄</h3>
    </a>
  </div>
  <div>
    <a href="/dummy/">
      <img src="/files/user/images/top/tmp/item-3.jpg?v=">
      <h3> ハッピーダイニング 食器トレー ダブル　食べこぼし、飲みこぼしを受けます</h3>
    </a>
  </div>
  <div>
    <a href="/dummy/">
      <img src="/files/user/images/top/tmp/item-4.jpg?v=">
      <h3>バリバリ ベッド L 花柄</h3>
    </a>
  </div>
  <div>
    <a href="/dummy/">
      <img src="/files/user/images/top/tmp/item-5.jpg?v=">
      <h3>ハッピーダイニング　脚付ウォーターボウル 猫柄</h3>
    </a>
  </div>
</div>
```
*/
/*
---
name: Slider-slides-4
category:
 - component/js/slider
---

```html
<div class="c-slider--slides-4">
  <div>
    <a href="/dummy/"><img src="/files/user/images/top/tmp/item-1.jpg?v="></a>
  </div>
  <div>
    <a href="/dummy/"><img src="/files/user/images/top/tmp/item-2.jpg?v="></a>
  </div>
  <div>
    <a href="/dummy/"><img src="/files/user/images/top/tmp/item-3.jpg?v="></a>
  </div>
  <div>
    <a href="/dummy/"><img src="/files/user/images/top/tmp/item-4.jpg?v="></a>
  </div>
  <div>
    <a href="/dummy/"><img src="/files/user/images/top/tmp/item-5.jpg?v="></a>
  </div>
</div>
```
*/
/*
---
name: Slider-thumb
category:
 - component/js/slider
---

```html
<div class="c-slider--thumb__outer">
  <ul class="c-slider--thumb">
    <li>
      <img src="/files/user/images/product/detail/tmp/3042_ext_01_0.jpg?v=">
    </li>
    <li>
      <img src="/files/user/images/product/detail/tmp/3042_ext_01_1.jpg?v=">
    </li>
    <li>
      <img src="/files/user/images/product/detail/tmp/3042_ext_01_2.jpg?v=">
    </li>
    <li>
      <img src="/files/user/images/product/detail/tmp/3042_ext_01_3.jpg?v=">
    </li>
    <li>
      <img src="/files/user/images/product/detail/tmp/3042_ext_01_4.jpg?v=">
    </li>
  </ul>
  <ul class="c-slider--thumb__nav">
    <li>
      <img src="/files/user/images/product/detail/tmp/3042_ext_01_0.jpg?v=">
    </li>
    <li>
      <img src="/files/user/images/product/detail/tmp/3042_ext_01_1.jpg?v=">
    </li>
    <li>
      <img src="/files/user/images/product/detail/tmp/3042_ext_01_2.jpg?v=">
    </li>
    <li>
      <img src="/files/user/images/product/detail/tmp/3042_ext_01_3.jpg?v=">
    </li>
    <li>
      <img src="/files/user/images/product/detail/tmp/3042_ext_01_4.jpg?v=">
    </li>
  </ul>
</div>
```
*/
/*
---
name: Slider-arrows
category:
 - component/js/slider
---

```html
<ul class="c-slider--arrows">
  <li>
    <img src="/files/user/images/about/ci_1.jpg?v=1519276028" alt="Mission">
  </li>
  <li>
    <img src="/files/user/images/about/ci_2.jpg?v=1519276028" alt="Vision">
  </li>
  <li>
    <img src="/files/user/images/about/ci_3.jpg?v=1519276028" alt="Value">
  </li>
</ul>
```
*/
.c-slider {
  position: relative; }
  .c-slider img {
    max-width: 100%; }
  .c-slider .slick-slide {
    position: relative; }
  .c-slider .slick-dots {
    bottom: 20px; }
    .c-slider .slick-dots li {
      width: 10px;
      height: 10px; }
    .c-slider .slick-dots button {
      width: 100%;
      height: 100%; }
      .c-slider .slick-dots button::before {
        width: 100%;
        height: 100%;
        border: 1px solid #FFFFFF;
        border-radius: 50%;
        font-weight: bold;
        content: "";
        opacity: 1; }
    .c-slider .slick-dots .slick-active button:before {
      background-color: #FFFFFF; }

.c-slider--slow {
  text-align: center; }
  .c-slider--slow a {
    display: block; }
  .c-slider--slow .slick-slide {
    margin: 0 5px; }
  .c-slider--slow img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }

.c-slider--slides-4 {
  position: relative; }
  .c-slider--slides-4 .slick-slide {
    margin: 0 5px; }
  .c-slider--slides-4 .slick-list {
    width: 90%;
    margin: 0 auto; }
  .c-slider--slides-4 .slick-next {
    top: 50%; }
    .c-slider--slides-4 .slick-next::before {
      position: absolute; }
  .c-slider--slides-4 .slick-prev {
    top: 50%;
    left: 0; }
    .c-slider--slides-4 .slick-prev::before {
      position: absolute; }

.c-slider--thumb__outer {
  margin: 0 auto; }

.c-slider--thumb {
  margin: 0 auto; }
  .c-slider--thumb img {
    width: 100%; }

.c-slider--thumb__nav .slick-next, .c-slider--thumb__nav .slick-prev, .c-slider--thumb__nav .slick-next:before, .c-slider--thumb__nav .slick-prev:before {
  position: absolute;
  top: 50%; }

.c-slider--thumb__nav .slick-next {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .c-slider--thumb__nav .slick-next::before {
    right: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.c-slider--thumb__nav .slick-prev {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .c-slider--thumb__nav .slick-prev::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg); }

.c-slider--arrows {
  position: relative; }
  .c-slider--arrows .slick-next::before {
    position: absolute; }
  .c-slider--arrows .slick-prev::before {
    position: absolute; }

/*
---
name: sns
category:
 - component/sns
---

```html
<div class="c-sns">
  <div class="c-sns__btn">
    <iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fdev-necoichi.r-cms.jp%2FProducts%2Fdetail%2Fid%3D6035&width=119&layout=button&action=like&size=small&show_faces=false&share=true&height=65&appId" width="119" height="20" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
  </div>
  <div class="c-sns__btn">
    <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-share-button twitter-share-button-rendered twitter-tweet-button" title="Twitter Tweet Button" src="https://platform.twitter.com/widgets/tweet_button.36c0c29c73929bf937f4c70adb1a29e4.ja.html#dnt=false&amp;id=twitter-widget-0&amp;lang=ja&amp;original_referer=https%3A%2F%2Fdev-necoichi.r-cms.jp%2FProducts%2Fdetail%2Fid%3D6035&amp;size=m&amp;text=%E3%83%8F%E3%83%83%E3%83%94%E3%83%BC%E3%83%80%E3%82%A4%E3%83%8B%E3%83%B3%E3%82%B0%E3%80%80%E8%84%9A%E4%BB%98%E3%82%A6%E3%82%A9%E3%83%BC%E3%82%BF%E3%83%BC%E3%83%9C%E3%82%A6%E3%83%AB%20%E9%99%90%E5%AE%9AFUJI%E6%9F%84%20%7C%20%E3%80%90%E9%96%8B%E7%99%BA%E3%80%91%E7%8C%AB%E5%A3%B1JP&amp;time=1519632479125&amp;type=share&amp;url=http%3A%2F%2Fdev-necoichi.r-cms.jp%2FProducts%2Fdetail%2Fid%3D6035" style="position: static; visibility: visible; width: 75px; height: 20px;" data-url="http://dev-necoichi.r-cms.jp/Products/detail/id=6035"></iframe>
    <script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
  </div>
  <div class="c-sns__btn">
    <script src="https://apis.google.com/js/platform.js" async="" defer="" gapi_processed="true">{lang: 'ja'}</script>
    <div id="___plusone_0"><iframe ng-non-bindable="" frameborder="0" hspace="0" marginheight="0" marginwidth="0" scrolling="no" style="position: static; top: 0px; width: 50px; margin: 0px; border-style: none; left: 0px; visibility: visible; height: 20px;" tabindex="0" vspace="0" width="100%" id="I0_1519632478826" name="I0_1519632478826" src="https://apis.google.com/u/0/se/0/_/+1/fastbutton?usegapi=1&amp;size=tall&amp;hl=ja&amp;origin=https%3A%2F%2Fdev-necoichi.r-cms.jp&amp;url=http%3A%2F%2Fdev-necoichi.r-cms.jp%2FProducts%2Fdetail%2Fid%3D6035&amp;gsrc=3p&amp;ic=1&amp;jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.ja.4QBmAiRXoks.O%2Fm%3D__features__%2Fam%3DAQE%2Frt%3Dj%2Fd%3D1%2Frs%3DAGLTcCOcbhdn-TAFNvKI2iCIxLqhQGUcMQ#_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart%2Concircled%2Cdrefresh%2Cerefresh%2Conload&amp;id=I0_1519632478826&amp;_gfid=I0_1519632478826&amp;parent=https%3A%2F%2Fdev-necoichi.r-cms.jp&amp;pfname=&amp;rpctoken=38923407" data-gapiattached="true" title="G+"></iframe></div>
  </div>
  <div class="c-sns__btn">
    <div class="line-it-button" data-lang="ja" data-type="share-a" data-url="https://dev-necoichi.r-cms.jp/Products/detail/id=6035" style="display: none;"></div>
    <script src="https://d.line-scdn.net/r/web/social-plugin/js/thirdparty/loader.min.js" async="async" defer="defer"></script>
  </div>
</div>

<div class="c-sns c-sns--left">
  <div class="c-sns__btn">
    <iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fdev-necoichi.r-cms.jp%2FProducts%2Fdetail%2Fid%3D6035&width=119&layout=button&action=like&size=small&show_faces=false&share=true&height=65&appId" width="119" height="20" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
  </div>
  <div class="c-sns__btn">
    <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-share-button twitter-share-button-rendered twitter-tweet-button" title="Twitter Tweet Button" src="https://platform.twitter.com/widgets/tweet_button.36c0c29c73929bf937f4c70adb1a29e4.ja.html#dnt=false&amp;id=twitter-widget-0&amp;lang=ja&amp;original_referer=https%3A%2F%2Fdev-necoichi.r-cms.jp%2FProducts%2Fdetail%2Fid%3D6035&amp;size=m&amp;text=%E3%83%8F%E3%83%83%E3%83%94%E3%83%BC%E3%83%80%E3%82%A4%E3%83%8B%E3%83%B3%E3%82%B0%E3%80%80%E8%84%9A%E4%BB%98%E3%82%A6%E3%82%A9%E3%83%BC%E3%82%BF%E3%83%BC%E3%83%9C%E3%82%A6%E3%83%AB%20%E9%99%90%E5%AE%9AFUJI%E6%9F%84%20%7C%20%E3%80%90%E9%96%8B%E7%99%BA%E3%80%91%E7%8C%AB%E5%A3%B1JP&amp;time=1519632479125&amp;type=share&amp;url=http%3A%2F%2Fdev-necoichi.r-cms.jp%2FProducts%2Fdetail%2Fid%3D6035" style="position: static; visibility: visible; width: 75px; height: 20px;" data-url="http://dev-necoichi.r-cms.jp/Products/detail/id=6035"></iframe>
    <script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
  </div>
  <div class="c-sns__btn">
    <script src="https://apis.google.com/js/platform.js" async="" defer="" gapi_processed="true">{lang: 'ja'}</script>
    <div id="___plusone_0"><iframe ng-non-bindable="" frameborder="0" hspace="0" marginheight="0" marginwidth="0" scrolling="no" style="position: static; top: 0px; width: 50px; margin: 0px; border-style: none; left: 0px; visibility: visible; height: 20px;" tabindex="0" vspace="0" width="100%" id="I0_1519632478826" name="I0_1519632478826" src="https://apis.google.com/u/0/se/0/_/+1/fastbutton?usegapi=1&amp;size=tall&amp;hl=ja&amp;origin=https%3A%2F%2Fdev-necoichi.r-cms.jp&amp;url=http%3A%2F%2Fdev-necoichi.r-cms.jp%2FProducts%2Fdetail%2Fid%3D6035&amp;gsrc=3p&amp;ic=1&amp;jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.ja.4QBmAiRXoks.O%2Fm%3D__features__%2Fam%3DAQE%2Frt%3Dj%2Fd%3D1%2Frs%3DAGLTcCOcbhdn-TAFNvKI2iCIxLqhQGUcMQ#_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart%2Concircled%2Cdrefresh%2Cerefresh%2Conload&amp;id=I0_1519632478826&amp;_gfid=I0_1519632478826&amp;parent=https%3A%2F%2Fdev-necoichi.r-cms.jp&amp;pfname=&amp;rpctoken=38923407" data-gapiattached="true" title="G+"></iframe></div>
  </div>
  <div class="c-sns__btn">
    <div class="line-it-button" data-lang="ja" data-type="share-a" data-url="https://dev-necoichi.r-cms.jp/Products/detail/id=6035" style="display: none;"></div>
    <script src="https://d.line-scdn.net/r/web/social-plugin/js/thirdparty/loader.min.js" async="async" defer="defer"></script>
  </div>
</div>
```
*/
.c-sns {
  text-align: center; }
  .c-sns--left {
    text-align: left; }
  .c-sns__btn {
    display: inline-block; }
    .c-sns__btn div, .c-sns__btn iframe {
      height: 20px !important;
      vertical-align: middle !important; }

/*
---
name: Tab
category:
 - component/js/tab
---
```html
<ul class="c-tab">
  <li class="is-current" data-js="tab" data-tab="1">暮らし</li>
  <li data-js="tab" data-tab="2">食</li>
  <li data-js="tab" data-tab="3">健康</li>
  <li data-js="tab" data-tab="4">知識</li>
</ul>
<div class="c-tab-cont">
  <div class="is-current" data-tab-content="1">
    <img src="/files/user/images/top/tmp/article_1.jpg?v=">
    <h3>犬好きと猫好きでは人生がこんなに違った…。一緒に暮らすならどっち？</h3>
  </div>
  <div data-tab-content="2">
    <img src="/files/user/images/top/tmp/article_2.jpg?v=">
    <h3>犬好きと猫好きでは人生がこんなに違った…。一緒に暮らすならどっち？</h3>
  </div>
  <div data-tab-content="3">
    <img src="/files/user/images/top/tmp/article_1.jpg?v=">
    <h3 class="p-top__article__title">犬好きと猫好きでは人生がこんなに違った…。一緒に暮らすならどっち？</h3>
  </div>
  <div data-tab-content="4">
    <img src="/files/user/images/top/tmp/article_2.jpg?v=">
    <h3>犬好きと猫好きでは人生がこんなに違った…。一緒に暮らすならどっち？</h3>
  </div>
</div>
```
*/
.c-tab li {
  font-weight: bold;
  text-align: center;
  cursor: pointer; }
  .c-tab li:not(:first-child) {
    margin-left: 10px; }
  .c-tab li:hover {
    opacity: 0.5;
    transition: 1s; }

.c-tab-cont > div:not([class^=is-current]) {
  display: none; }

/* project ----------------------------- */

.p-about__slider {
  margin: 0 auto; }

.p-about__summary {
  text-align: center; }
  .p-about__summary .c-bg--r {
    top: -20px; }

.p-about__symbol {
  background-color: #fbfbfb;
  text-align: center; }
  .p-about__symbol .c-bg--l {
    top: -160px; }
  .p-about__symbol img {
    display: block; }

.p-about__intro__block div:first-child {
  text-align: right; }

.p-about__intro__block h3 {
  font-weight: bold; }

.p-about__intro__block img {
  max-width: 100%; }

.p-about__policy {
  background-color: #f5f6ee;
  text-align: center; }
  .p-about__policy .c-bg--l {
    top: -160px; }
  .p-about__policy__reason__item {
    position: relative;
    counter-increment: item; }
  .p-about__policy__reason__item::before {
    display: inline-block;
    position: absolute;
    top: 0;
    color: #cede68;
    font-weight: bold;
    line-height: 1;
    content: counter(item);
    z-index: 10; }
  .p-about__policy__reason__item:nth-of-type(2n)::before {
    color: #9ed887; }
  .p-about__policy__reason__item img {
    border-radius: 6px; }
  .p-about__policy__reason__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-weight: bold;
    text-align: center; }

.p-blog__sideTopics__heading {
  text-align: right; }

.p-blog__sideTopics__tab li {
  display: inline-block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  border: solid 1px #d5d4d4;
  background: #FFF;
  color: #d5d4d4;
  font-weight: bold;
  text-align: center; }
  .p-blog__sideTopics__tab li.is-current {
    border-color: #000;
    color: #000; }
    .p-blog__sideTopics__tab li.is-current::after {
      border-top: 8px solid #000; }
  .p-blog__sideTopics__tab li::before, .p-blog__sideTopics__tab li::after {
    position: absolute;
    left: 50%;
    content: ""; }
  .p-blog__sideTopics__tab li::before {
    bottom: -14px;
    margin-top: -7px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 7px solid transparent;
    border-top: 7px solid #FFF;
    z-index: 2; }
  .p-blog__sideTopics__tab li::after {
    bottom: -16px;
    margin-top: -8px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 8px solid transparent;
    border-top: 8px solid #d5d4d4;
    z-index: 1; }

.p-blog__sideTopics__list {
  margin-top: 30px;
  border-radius: 4px;
  background-color: #fff; }
  .p-blog__sideTopics__list li {
    position: relative; }
    .p-blog__sideTopics__list li.icon-new::before {
      display: block;
      position: absolute;
      background: url(/files/user/images/top/icon_cat-yl.svg?v=1519276074) no-repeat;
      background-size: contain;
      color: #FFFFFF;
      font-weight: bold;
      letter-spacing: .2em;
      text-align: center;
      content: "New";
      z-index: 10; }
    .p-blog__sideTopics__list li img {
      display: block;
      width: 100%;
      margin: 0 auto 10px;
      border-radius: 4px; }

.p-blog__sideTopics__title {
  line-height: 1.5; }

.p-blogDetail__title {
  margin-bottom: 10px !important; }

.p-blogDetail__author {
  display: inline-block;
  position: relative;
  color: #999; }
  .p-blogDetail__author time {
    padding-left: 10px; }
    .p-blogDetail__author time::before {
      display: inline-block;
      width: 1px;
      height: 10px;
      background-color: #999;
      content: ""; }

.p-blogDetail__mainVisual {
  text-align: center; }
  .p-blogDetail__mainVisual img {
    max-width: 100%; }

.p-blogDetail__tag {
  background-color: #FFFFFF;
  text-align: center; }
  .p-blogDetail__tag--left {
    display: inline-block;
    position: relative;
    max-width: 100%;
    border: solid 1px #0b0307;
    background: #FFF;
    font-weight: bold;
    text-align: center; }
    .p-blogDetail__tag--left::before, .p-blogDetail__tag--left::after {
      position: absolute;
      top: 50%;
      content: ""; }
    .p-blogDetail__tag--left::before {
      left: -14px;
      margin-top: -7px;
      border: 7px solid transparent;
      border-right: 7px solid #FFF;
      z-index: 2; }
    .p-blogDetail__tag--left::after {
      left: -16px;
      margin-top: -8px;
      border: 8px solid transparent;
      border-right: 8px solid #0b0307;
      z-index: 1; }

.p-blogDetail__text img {
  max-width: 100%; }

.p-blogDetail__ad {
  width: 100%;
  text-align: center; }
  .p-blogDetail__ad li:not(:first-child) {
    margin-top: 30px; }
  .p-blogDetail__ad img {
    width: 100%; }

.p-company__slider {
  margin: 0 auto; }

.p-company__ci__block {
  background-color: #f6f8f7; }
  .p-company__ci__block div img {
    width: 100%; }
  .p-company__ci__block__text.left {
    text-align: right; }
  .p-company__ci__block h3 {
    color: #cbcbcb;
    font-weight: bold;
    letter-spacing: .2em; }

.p-company__overview__block div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .p-company__overview__block div dl dt {
    width: 15%; }
  .p-company__overview__block div dl dd {
    -webkit-box-flex: 85%;
    -ms-flex: 85%;
    flex: 85%; }

.p-company__overview__block img {
  max-width: 100%; }

.p-productDetail__nav {
  border: 1px solid #0b0307;
  border-radius: 2px;
  text-align: center; }
  .p-productDetail__nav a:not(:last-of-type) {
    border-right: 1px solid #0b0307; }
  .p-productDetail__nav a img {
    max-width: 100%; }

.p-productDetail__main {
  text-align: center; }
  .p-productDetail__main__title {
    font-weight: bold; }
  .p-productDetail__main__store {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .p-productDetail__main__store a img {
      max-width: 100%; }
    .p-productDetail__main__store a:last-of-type {
      border: 1px solid #0b0307;
      border-radius: 3px;
      font-weight: bold;
      text-align: center; }

.p-productDetail__desc__block a {
  color: #0782C1;
  text-decoration: underline; }

.p-productDetail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .p-productDetail__list img {
    width: 100%; }

.p-productDetail__user__thumb__outer {
  background-position: center;
  background-size: cover;
  cursor: pointer; }

.p-productDetail__video__list li:hover * {
  opacity: .5;
  transition: 1s; }

.p-productDetail__video__list li div {
  display: block;
  position: relative;
  cursor: pointer; }
  .p-productDetail__video__list li div::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/files/user/images/product/detail/icon-play.png?v=1521091719) no-repeat center;
    background-size: contain;
    content: ""; }

.p-productDetail__faq__list li {
  border-bottom: 1px solid #0b0307; }

.p-productDetail__faq .p-productDetail__faq__question::before, .p-productDetail__faq .p-productDetail__faq__answer::before {
  display: block;
  position: absolute;
  margin-right: 10px;
  font-weight: bold; }

.p-productDetail__faq__question {
  position: relative;
  cursor: pointer; }
  .p-productDetail__faq__question::before {
    top: -5px;
    left: 0;
    content: "Q"; }
  .p-productDetail__faq__question::after {
    position: absolute;
    top: 0;
    right: 0; }

.p-productDetail__faq__answer {
  display: none;
  position: relative; }
  .p-productDetail__faq__answer::before {
    position: absolute;
    left: 2px;
    content: "A"; }
  .p-productDetail__faq__answer a {
    text-decoration: underline; }
  .p-productDetail__faq__answer img {
    max-width: 100%; }

.p-productDetail__relatedItem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .p-productDetail__relatedItem__list img {
    width: 100%; }

.p-recruit__intro {
  text-align: center; }
  .p-recruit__intro__subHeading {
    font-weight: bold; }
  .p-recruit__intro img {
    max-width: 100%; }

.p-recruit__job {
  text-align: center; }
  .p-recruit__job__list li a {
    display: block;
    border: 1px solid #0b0307;
    border-radius: 3px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }

.p-recruit__office {
  text-align: center; }
  .p-recruit__office__list li img {
    max-width: 100%; }
  .p-recruit__office__list li p {
    font-weight: bold; }

.p-recruit__benefits__list li {
  margin-top: 20px; }

.p-recruit__benefits__heading {
  display: inline-block;
  margin-right: 15px;
  padding: 0 5px;
  border: 1px solid #0b0307; }

.p-recruit__principle__list:first-child {
  counter-reset: item; }

.p-recruit__principle__list:nth-of-type(2) {
  counter-reset: item +5; }

.p-recruit__principle__list li {
  counter-increment: item; }
  .p-recruit__principle__list li::before {
    display: inline-block;
    border-radius: 50%;
    background-color: #f8d1d1;
    font-weight: bold;
    text-align: center;
    content: counter(item); }
  .p-recruit__principle__list li:nth-of-type(2n)::before {
    background-color: #fbe2e2; }

.p-recruit__ci__block {
  background-color: transparent; }

.p-recruit__ci .c-bg--l {
  top: -110px; }

.p-recruitDetail__heading {
  border-bottom: 1px solid #000;
  font-weight: bold; }

.p-recruitForm__text {
  padding-top: 50px;
  text-align: center; }

.p-top__heading {
  font-weight: bold;
  letter-spacing: .3em; }

.p-top__subHeading {
  font-weight: bold;
  letter-spacing: .2em; }

.p-top__button {
  display: inline-block;
  padding: 10px 45px; }

.p-top__link {
  display: inline-block;
  margin-top: 20px;
  float: right;
  font-weight: bold;
  text-align: right; }
  .p-top__link::after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    vertical-align: middle; }

.p-top__mainVisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  text-align: center; }
  .p-top__mainVisual__lead {
    display: block;
    margin: 50px auto 60px;
    color: #FFFFFF;
    letter-spacing: .5em; }
  .p-top__mainVisual__button {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-width: 2px;
    border-color: #FFFFFF;
    -webkit-animation: bound 3s linear infinite;
    animation: bound 3s linear infinite;
    content: "";
    cursor: pointer;
    vertical-align: middle;
    z-index: 10; }

@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(0px) rotate(135deg);
    transform: translateY(0px) rotate(135deg); }
  10% {
    -webkit-transform: translateY(-20px) rotate(135deg);
    transform: translateY(-20px) rotate(135deg); }
  20% {
    -webkit-transform: translateY(0px) rotate(135deg);
    transform: translateY(0px) rotate(135deg); }
  30% {
    -webkit-transform: translateY(-10px) rotate(135deg);
    transform: translateY(-10px) rotate(135deg); }
  40% {
    -webkit-transform: translateY(0px) rotate(135deg);
    transform: translateY(0px) rotate(135deg); }
  100% {
    -webkit-transform: translateY(0px) rotate(135deg);
    transform: translateY(0px) rotate(135deg); } }

@keyframes bound {
  0% {
    -webkit-transform: translateY(0px) rotate(135deg);
    transform: translateY(0px) rotate(135deg); }
  10% {
    -webkit-transform: translateY(-20px) rotate(135deg);
    transform: translateY(-20px) rotate(135deg); }
  20% {
    -webkit-transform: translateY(0px) rotate(135deg);
    transform: translateY(0px) rotate(135deg); }
  30% {
    -webkit-transform: translateY(-10px) rotate(135deg);
    transform: translateY(-10px) rotate(135deg); }
  40% {
    -webkit-transform: translateY(0px) rotate(135deg);
    transform: translateY(0px) rotate(135deg); }
  100% {
    -webkit-transform: translateY(0px) rotate(135deg);
    transform: translateY(0px) rotate(135deg); } }

.p-top__pickup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.p-top__pickup__image img {
  max-width: 100%; }

.p-top__pickup__subHeading {
  font-weight: bold;
  letter-spacing: .2em; }
  .imageR .p-top__pickup__subHeading::after {
    margin-left: auto; }

.p-top__pickup__title {
  font-weight: bold; }

.p-top__category {
  background-color: #fff7f7 !important; }
  .p-top__category__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .p-top__category__list li {
      background-color: #FFFFFF; }
      .p-top__category__list li img {
        display: block; }
  .p-top__category__heading {
    font-weight: bold;
    letter-spacing: .2em; }
  .p-top__category__button {
    letter-spacing: normal; }

.p-top__items {
  background-color: #FFFFFF; }
  .p-top__items .p-top__heading__outer {
    text-align: center; }

.p-top__about a:hover {
  opacity: .9; }

.p-top__about__desc {
  border-radius: 4px;
  background-color: #FFFFFF; }
  a:hover .p-top__about__desc {
    opacity: .9; }
  .p-top__about__desc__text {
    line-height: 2.4; }

.p-top__about__slider__inner {
  position: absolute;
  top: 0;
  color: #FFFFFF; }
  .p-top__about__slider__inner.text--bk {
    color: #000; }

.p-top__about__slider a:hover, .p-top__about__slider a:hover * {
  opacity: 1; }

.p-top__about__slider img {
  max-width: 100%;
  border-radius: 4px; }

.p-top__about__slider__title {
  font-weight: bold; }

.p-top__about__slider__text {
  margin-top: 30px; }

.p-top__article__tab li {
  background-size: contain;
  color: #d5d4d4; }
  .p-top__article__tab li.is-current {
    color: #000; }

.p-top__article__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  .p-top__article__list li[class^="icon-"] {
    position: relative; }
    .p-top__article__list li[class^="icon-"]::before {
      display: block;
      position: absolute;
      color: #FFFFFF;
      font-weight: bold;
      letter-spacing: .2em;
      text-align: center;
      z-index: 10; }
  .p-top__article__list li.icon-new::before {
    background: url(/files/user/images/top/icon_cat-yl.svg?v=1519276074) no-repeat;
    content: "New"; }
  .p-top__article__list li.icon-pickup::before {
    background: url(/files/user/images/top/icon_cat-bl.svg?v=1519276074) no-repeat;
    content: "Pick up"; }
  .p-top__article__list li img {
    width: 100%; }

.p-top__article__link {
  display: inline-block;
  margin-top: 20px;
  padding-right: 30px;
  float: right;
  font-weight: bold;
  text-align: right; }
  .p-top__article__link::after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    vertical-align: middle; }

.p-top__user {
  background-color: #f5f6ed !important; }
  .p-top__user__list {
    margin-bottom: 30px; }
  .p-top__user a {
    display: block;
    max-width: 250px;
    height: auto;
    margin: 0 auto;
    padding: 30px;
    background-color: #FFFFFF; }
    .p-top__user a p {
      margin: 10px 0 0; }
  .p-top__user__thumb {
    width: 178px;
    height: 178px;
    margin: 0 auto; }
    .p-top__user__thumb__outer {
      border-radius: 4px;
      background-position: center;
      background-size: cover; }
  .p-top__user__title {
    margin-top: 20px;
    font-weight: bold;
    line-height: 25px; }

/* utility ----------------------------- */
.l-header {
  z-index: 1000; }

.l-gnav {
  z-index: 10000; }

.c-bg--r, .c-bg--l {
  z-index: 100; }

.c-pageTop {
  z-index: 100; }

.slick-prev, .slick-next {
  z-index: 100; }

.u-ma-0 {
  margin: 0px !important; }

.u-mt-0 {
  margin-top: 0px !important; }

.u-mr-0 {
  margin-right: 0px !important; }

.u-mb-0 {
  margin-bottom: 0px !important; }

.u-ml-0 {
  margin-left: 0px !important; }

.u-pa-0 {
  padding: 0px !important; }

.u-pt-0 {
  padding-top: 0px !important; }

.u-pr-0 {
  padding-right: 0px !important; }

.u-pb-0 {
  padding-bottom: 0px !important; }

.u-pl-0 {
  padding-left: 0px !important; }

.u-ma-5 {
  margin: 5px !important; }

.u-mt-5 {
  margin-top: 5px !important; }

.u-mr-5 {
  margin-right: 5px !important; }

.u-mb-5 {
  margin-bottom: 5px !important; }

.u-ml-5 {
  margin-left: 5px !important; }

.u-pa-5 {
  padding: 5px !important; }

.u-pt-5 {
  padding-top: 5px !important; }

.u-pr-5 {
  padding-right: 5px !important; }

.u-pb-5 {
  padding-bottom: 5px !important; }

.u-pl-5 {
  padding-left: 5px !important; }

.u-ma-10 {
  margin: 10px !important; }

.u-mt-10 {
  margin-top: 10px !important; }

.u-mr-10 {
  margin-right: 10px !important; }

.u-mb-10 {
  margin-bottom: 10px !important; }

.u-ml-10 {
  margin-left: 10px !important; }

.u-pa-10 {
  padding: 10px !important; }

.u-pt-10 {
  padding-top: 10px !important; }

.u-pr-10 {
  padding-right: 10px !important; }

.u-pb-10 {
  padding-bottom: 10px !important; }

.u-pl-10 {
  padding-left: 10px !important; }

.u-ma-15 {
  margin: 15px !important; }

.u-mt-15 {
  margin-top: 15px !important; }

.u-mr-15 {
  margin-right: 15px !important; }

.u-mb-15 {
  margin-bottom: 15px !important; }

.u-ml-15 {
  margin-left: 15px !important; }

.u-pa-15 {
  padding: 15px !important; }

.u-pt-15 {
  padding-top: 15px !important; }

.u-pr-15 {
  padding-right: 15px !important; }

.u-pb-15 {
  padding-bottom: 15px !important; }

.u-pl-15 {
  padding-left: 15px !important; }

.u-ma-20 {
  margin: 20px !important; }

.u-mt-20 {
  margin-top: 20px !important; }

.u-mr-20 {
  margin-right: 20px !important; }

.u-mb-20 {
  margin-bottom: 20px !important; }

.u-ml-20 {
  margin-left: 20px !important; }

.u-pa-20 {
  padding: 20px !important; }

.u-pt-20 {
  padding-top: 20px !important; }

.u-pr-20 {
  padding-right: 20px !important; }

.u-pb-20 {
  padding-bottom: 20px !important; }

.u-pl-20 {
  padding-left: 20px !important; }

.u-ma-25 {
  margin: 25px !important; }

.u-mt-25 {
  margin-top: 25px !important; }

.u-mr-25 {
  margin-right: 25px !important; }

.u-mb-25 {
  margin-bottom: 25px !important; }

.u-ml-25 {
  margin-left: 25px !important; }

.u-pa-25 {
  padding: 25px !important; }

.u-pt-25 {
  padding-top: 25px !important; }

.u-pr-25 {
  padding-right: 25px !important; }

.u-pb-25 {
  padding-bottom: 25px !important; }

.u-pl-25 {
  padding-left: 25px !important; }

.u-ma-30 {
  margin: 30px !important; }

.u-mt-30 {
  margin-top: 30px !important; }

.u-mr-30 {
  margin-right: 30px !important; }

.u-mb-30 {
  margin-bottom: 30px !important; }

.u-ml-30 {
  margin-left: 30px !important; }

.u-pa-30 {
  padding: 30px !important; }

.u-pt-30 {
  padding-top: 30px !important; }

.u-pr-30 {
  padding-right: 30px !important; }

.u-pb-30 {
  padding-bottom: 30px !important; }

.u-pl-30 {
  padding-left: 30px !important; }

.u-ma-35 {
  margin: 35px !important; }

.u-mt-35 {
  margin-top: 35px !important; }

.u-mr-35 {
  margin-right: 35px !important; }

.u-mb-35 {
  margin-bottom: 35px !important; }

.u-ml-35 {
  margin-left: 35px !important; }

.u-pa-35 {
  padding: 35px !important; }

.u-pt-35 {
  padding-top: 35px !important; }

.u-pr-35 {
  padding-right: 35px !important; }

.u-pb-35 {
  padding-bottom: 35px !important; }

.u-pl-35 {
  padding-left: 35px !important; }

.u-ma-40 {
  margin: 40px !important; }

.u-mt-40 {
  margin-top: 40px !important; }

.u-mr-40 {
  margin-right: 40px !important; }

.u-mb-40 {
  margin-bottom: 40px !important; }

.u-ml-40 {
  margin-left: 40px !important; }

.u-pa-40 {
  padding: 40px !important; }

.u-pt-40 {
  padding-top: 40px !important; }

.u-pr-40 {
  padding-right: 40px !important; }

.u-pb-40 {
  padding-bottom: 40px !important; }

.u-pl-40 {
  padding-left: 40px !important; }

.u-ma-45 {
  margin: 45px !important; }

.u-mt-45 {
  margin-top: 45px !important; }

.u-mr-45 {
  margin-right: 45px !important; }

.u-mb-45 {
  margin-bottom: 45px !important; }

.u-ml-45 {
  margin-left: 45px !important; }

.u-pa-45 {
  padding: 45px !important; }

.u-pt-45 {
  padding-top: 45px !important; }

.u-pr-45 {
  padding-right: 45px !important; }

.u-pb-45 {
  padding-bottom: 45px !important; }

.u-pl-45 {
  padding-left: 45px !important; }

.u-ma-50 {
  margin: 50px !important; }

.u-mt-50 {
  margin-top: 50px !important; }

.u-mr-50 {
  margin-right: 50px !important; }

.u-mb-50 {
  margin-bottom: 50px !important; }

.u-ml-50 {
  margin-left: 50px !important; }

.u-pa-50 {
  padding: 50px !important; }

.u-pt-50 {
  padding-top: 50px !important; }

.u-pr-50 {
  padding-right: 50px !important; }

.u-pb-50 {
  padding-bottom: 50px !important; }

.u-pl-50 {
  padding-left: 50px !important; }

.u-ma-55 {
  margin: 55px !important; }

.u-mt-55 {
  margin-top: 55px !important; }

.u-mr-55 {
  margin-right: 55px !important; }

.u-mb-55 {
  margin-bottom: 55px !important; }

.u-ml-55 {
  margin-left: 55px !important; }

.u-pa-55 {
  padding: 55px !important; }

.u-pt-55 {
  padding-top: 55px !important; }

.u-pr-55 {
  padding-right: 55px !important; }

.u-pb-55 {
  padding-bottom: 55px !important; }

.u-pl-55 {
  padding-left: 55px !important; }

.u-ma-60 {
  margin: 60px !important; }

.u-mt-60 {
  margin-top: 60px !important; }

.u-mr-60 {
  margin-right: 60px !important; }

.u-mb-60 {
  margin-bottom: 60px !important; }

.u-ml-60 {
  margin-left: 60px !important; }

.u-pa-60 {
  padding: 60px !important; }

.u-pt-60 {
  padding-top: 60px !important; }

.u-pr-60 {
  padding-right: 60px !important; }

.u-pb-60 {
  padding-bottom: 60px !important; }

.u-pl-60 {
  padding-left: 60px !important; }

.u-ma-65 {
  margin: 65px !important; }

.u-mt-65 {
  margin-top: 65px !important; }

.u-mr-65 {
  margin-right: 65px !important; }

.u-mb-65 {
  margin-bottom: 65px !important; }

.u-ml-65 {
  margin-left: 65px !important; }

.u-pa-65 {
  padding: 65px !important; }

.u-pt-65 {
  padding-top: 65px !important; }

.u-pr-65 {
  padding-right: 65px !important; }

.u-pb-65 {
  padding-bottom: 65px !important; }

.u-pl-65 {
  padding-left: 65px !important; }

.u-ma-70 {
  margin: 70px !important; }

.u-mt-70 {
  margin-top: 70px !important; }

.u-mr-70 {
  margin-right: 70px !important; }

.u-mb-70 {
  margin-bottom: 70px !important; }

.u-ml-70 {
  margin-left: 70px !important; }

.u-pa-70 {
  padding: 70px !important; }

.u-pt-70 {
  padding-top: 70px !important; }

.u-pr-70 {
  padding-right: 70px !important; }

.u-pb-70 {
  padding-bottom: 70px !important; }

.u-pl-70 {
  padding-left: 70px !important; }

.u-ma-75 {
  margin: 75px !important; }

.u-mt-75 {
  margin-top: 75px !important; }

.u-mr-75 {
  margin-right: 75px !important; }

.u-mb-75 {
  margin-bottom: 75px !important; }

.u-ml-75 {
  margin-left: 75px !important; }

.u-pa-75 {
  padding: 75px !important; }

.u-pt-75 {
  padding-top: 75px !important; }

.u-pr-75 {
  padding-right: 75px !important; }

.u-pb-75 {
  padding-bottom: 75px !important; }

.u-pl-75 {
  padding-left: 75px !important; }

.u-ma-80 {
  margin: 80px !important; }

.u-mt-80 {
  margin-top: 80px !important; }

.u-mr-80 {
  margin-right: 80px !important; }

.u-mb-80 {
  margin-bottom: 80px !important; }

.u-ml-80 {
  margin-left: 80px !important; }

.u-pa-80 {
  padding: 80px !important; }

.u-pt-80 {
  padding-top: 80px !important; }

.u-pr-80 {
  padding-right: 80px !important; }

.u-pb-80 {
  padding-bottom: 80px !important; }

.u-pl-80 {
  padding-left: 80px !important; }

.u-ma-85 {
  margin: 85px !important; }

.u-mt-85 {
  margin-top: 85px !important; }

.u-mr-85 {
  margin-right: 85px !important; }

.u-mb-85 {
  margin-bottom: 85px !important; }

.u-ml-85 {
  margin-left: 85px !important; }

.u-pa-85 {
  padding: 85px !important; }

.u-pt-85 {
  padding-top: 85px !important; }

.u-pr-85 {
  padding-right: 85px !important; }

.u-pb-85 {
  padding-bottom: 85px !important; }

.u-pl-85 {
  padding-left: 85px !important; }

.u-ma-90 {
  margin: 90px !important; }

.u-mt-90 {
  margin-top: 90px !important; }

.u-mr-90 {
  margin-right: 90px !important; }

.u-mb-90 {
  margin-bottom: 90px !important; }

.u-ml-90 {
  margin-left: 90px !important; }

.u-pa-90 {
  padding: 90px !important; }

.u-pt-90 {
  padding-top: 90px !important; }

.u-pr-90 {
  padding-right: 90px !important; }

.u-pb-90 {
  padding-bottom: 90px !important; }

.u-pl-90 {
  padding-left: 90px !important; }

.u-ma-95 {
  margin: 95px !important; }

.u-mt-95 {
  margin-top: 95px !important; }

.u-mr-95 {
  margin-right: 95px !important; }

.u-mb-95 {
  margin-bottom: 95px !important; }

.u-ml-95 {
  margin-left: 95px !important; }

.u-pa-95 {
  padding: 95px !important; }

.u-pt-95 {
  padding-top: 95px !important; }

.u-pr-95 {
  padding-right: 95px !important; }

.u-pb-95 {
  padding-bottom: 95px !important; }

.u-pl-95 {
  padding-left: 95px !important; }

.u-ma-100 {
  margin: 100px !important; }

.u-mt-100 {
  margin-top: 100px !important; }

.u-mr-100 {
  margin-right: 100px !important; }

.u-mb-100 {
  margin-bottom: 100px !important; }

.u-ml-100 {
  margin-left: 100px !important; }

.u-pa-100 {
  padding: 100px !important; }

.u-pt-100 {
  padding-top: 100px !important; }

.u-pr-100 {
  padding-right: 100px !important; }

.u-pb-100 {
  padding-bottom: 100px !important; }

.u-pl-100 {
  padding-left: 100px !important; }

@media screen and (min-width: 769px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: 15px;
      font-size: 1.5rem; }
    .l-breadcrumb {
      padding: 20px 0; }
    .l-container {
      padding-top: 116px; }
      .l-container--large {
        max-width: 1200px;
        margin: 0 auto; }
      .l-container--middle {
        width: 1200px;
        margin: 0 auto; }
      .l-container--single {
        width: 980px;
        margin: 0 auto; }
    .l-container--cont {
      padding-top: 50px; }
  .l-footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 60px 0;
    font-size: 12px;
    font-size: 1.2rem; }
  .l-footer__left {
    width: 500px;
    border-right: 1px solid #d5d4d4; }
    .l-footer__left__inner {
      max-width: 360px;
      margin: 0 auto 0 50px; }
  .l-footer__right {
    position: relative;
    width: 58%; }
    .l-footer__sns__head {
      font-size: 21px;
      font-size: 2.1rem;
      line-height: 2.6em; }
    .l-footer__magazine__summary {
      margin: 25px auto; }
      .l-footer__magazine__button {
        font-size: 16px;
        font-size: 1.6rem; }
  .l-footer__nav {
    margin-left: 14px; }
  .l-footer__nav__body {
    font-size: 12px;
    font-size: 1.2rem; }
  .l-footer__nav__body a {
    position: relative; }
    .l-footer__nav__body a:before {
      display: inline-block;
      width: 6px;
      height: 6px;
      margin: 0 5px 0 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      content: "";
      vertical-align: middle; }
    .l-footer__logo {
      position: absolute;
      right: 20px;
      bottom: 0; }
      .l-footer__logo img {
        margin: 0 auto 15px; }
    .l-footer__logo small {
      font-size: 11px;
      font-size: 1.1rem; }
  .l-header__head {
    padding: 25px 0; }
  .l-header__logo {
    margin: auto auto auto 50px; }
    .l-header__nav {
      margin: auto 50px auto auto; }
        .l-header__nav__list li:not(:first-of-type) {
          margin-left: 35px; }
      .l-header__nav__item__icon {
        min-height: 30px; }
        .l-header__nav__item__icon img {
          max-width: 100%;
          max-height: 30px; }
      .l-header__nav__item__title {
        margin-top: 10px;
        font-size: 11px;
        font-size: 1.1rem;
        letter-spacing: .3em; }
    .l-header__nav__lang {
      margin-left: 35px; }
      .l-header__nav__lang img {
        height: 26px;
        margin: auto; }
      .l-gnav__inner {
        max-width: 250px;
        height: 100vh; }
      .l-gnav__search {
        margin-top: 10%; }
        .l-gnav__search input[type=text] {
          padding: 8px; }
        .l-gnav__search input[type=submit] {
          width: 20px;
          height: 20px; }
      .l-gnav__heading {
        font-size: 35px;
        font-size: 3.5rem; }
      .l-gnav__subHeading {
        font-size: 10px;
        font-size: 1rem; }
      .l-gnav__list a {
        font-size: 13px;
        font-size: 1.3rem; }
      .l-gnav__close {
        width: 60px;
        height: 60px; }
        .l-gnav__close--icon {
          top: 30px;
          right: 30px; }
          .l-gnav__close--icon:after {
            width: 20px; }
  .c-bg--r {
    right: 60px;
    width: 291px;
    height: 142px;
    background: url(/files/user/images/common/bg_footprints-r.svg?v=1519276034) no-repeat right; }
  .c-bg--l {
    left: 60px;
    width: 261px;
    height: 196px;
    background: url(/files/user/images/common/bg_footprints-l.svg?v=1519276034) no-repeat right; }
    .c-button {
      font-size: 16px;
      font-size: 1.6rem; }
      .c-button--blue {
        width: 281px;
        height: 66px;
        margin: 60px auto;
        padding: 0;
        font-size: 20px;
        font-size: 2rem;
        line-height: 66px; }
      .c-button--sm {
        padding: 10px 20px;
        font-size: 13px;
        font-size: 1.3rem; }
    .c-form-errorBox {
      display: inline-block;
      margin-left: 185px;
      padding: 10px 15px; }
  .c-form-errorBox li {
    font-size: 17px;
    font-size: 1.7rem; }
    .c-heading--lv1, .c-article h1 {
      margin-bottom: 30px;
      font-size: 22px;
      font-size: 2.2rem; }
    .c-heading--lv2 {
      margin: 60px 0;
      font-size: 20px;
      font-size: 2rem; }
      .c-heading--lv2::after {
        width: 37px;
        margin-top: 30px; }
    .c-heading--lv2--sm::after {
      margin-top: 10px; }
    .c-article h2 {
      margin: 40px 0;
      font-size: 20px;
      font-size: 2rem; }
      .c-article h2::after {
        width: 37px;
        margin-top: 20px; }
    .c-heading--lv3 {
      margin-bottom: 50px;
      font-size: 19px;
      font-size: 1.9rem; }
      .c-heading--lv3::before, .c-heading--lv3::after {
        width: 12px;
        height: 50px; }
    .c-heading--lv3 span {
      padding: 0 50px; }
    .c-heading--side {
      font-size: 20px;
      font-size: 2rem; }
    .c-subHeading--side {
      margin-top: 5px;
      font-size: 13px;
      font-size: 1.3rem; }
  .c-form {
    width: 770px;
    margin: 0 auto; }
  .c-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0; }
    .c-form__title {
      width: 170px;
      margin-right: 15px;
      padding: 10px 0;
      font-size: 17px;
      font-size: 1.7rem; }
      .c-form__title span {
        font-size: 14px;
        font-size: 1.4rem; }
  .c-form__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .c-form__input.confirm {
      padding: 10px 0; }
    .c-form__input input[type=text], .c-form__input textarea, .c-form__input select {
      font-size: 17px;
      font-size: 1.7rem; }
  .c-form__input input[type=text] {
    padding: 14px; }
    .c-form__input textarea {
      padding: 14px; }
    .c-form__input label:not([class]) {
      font-size: 16px;
      font-size: 1.6rem; }
    .c-form__input__file {
      width: 157px;
      height: 52px;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 52px; }
    .c-form__input--col3 {
      width: 143px; }
    .c-form__input--col3:not(:first-of-type) {
      margin-left: 10px; }
      .c-form__input--col3 + label {
        margin-left: 5px; }
    .c-navlink ul {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .c-navlink li {
      width: 140px;
      font-size: 16px;
      font-size: 1.6rem; }
      .c-navlink li:not(:last-child) {
        margin-right: 24px; }
      .c-navlink li a {
        padding: 10px 20px; }
    .c-modal__contents {
      max-width: 100%; }
    .c-modal__close {
      top: -20px;
      right: -20px;
      width: 40px;
      height: 40px; }
      .c-modal__close::after, .c-modal__close::before {
        width: 20px; }
    .c-pageTop {
      right: 30px;
      width: 80px;
      height: 80px;
      border-radius: 50%; }
      .c-pageTop::after {
        display: inline-block;
        right: 22px;
        bottom: 22px;
        width: 25px;
        height: 25px;
        margin: 0 5px 0 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        content: "";
        vertical-align: middle; }
      .c-pageTop.on {
        bottom: 40px; }
      .c-slider .slick-dots {
        padding-right: 25px;
        text-align: right; }
      .c-slider--slides-4 .slick-next {
        right: 20px; }
        .c-slider--slides-4 .slick-next::before {
          display: inline-block;
          width: 20px;
          height: 20px;
          margin: 0 5px 0 0;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          border-top: 1px solid #000;
          border-right: 1px solid #000;
          border-width: 2px;
          content: "";
          vertical-align: middle; }
        .c-slider--slides-4 .slick-prev::before {
          display: inline-block;
          width: 20px;
          height: 20px;
          margin: 0 5px 0 0;
          -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
          border-top: 1px solid #000;
          border-right: 1px solid #000;
          border-width: 2px;
          content: "";
          vertical-align: middle; }
    .c-slider--thumb {
      width: 400px;
      height: 400px; }
  .c-slider--thumb__nav {
    width: 480px;
    height: 120px;
    margin: 30px auto 10px; }
  .c-slider--thumb__nav__item {
    width: 120px;
    height: 120px; }
  .c-slider--thumb__nav img {
    width: 120px;
    height: 120px; }
    .c-slider--thumb__nav .slick-next, .c-slider--thumb__nav .slick-prev, .c-slider--thumb__nav .slick-next:before, .c-slider--thumb__nav .slick-prev:before {
      width: 50px;
      height: 50px; }
    .c-slider--thumb__nav .slick-next {
      right: -50px; }
      .c-slider--thumb__nav .slick-next::before {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-width: 2px;
        content: "";
        vertical-align: middle; }
    .c-slider--thumb__nav .slick-prev {
      left: -25px; }
      .c-slider--thumb__nav .slick-prev::before {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-width: 2px;
        content: "";
        vertical-align: middle; }
    .c-slider--arrows .slick-next, .c-slider--arrows .slick-prev {
      width: 50px;
      height: 50px; }
    .c-slider--arrows .slick-next {
      top: 50%;
      right: 50px; }
      .c-slider--arrows .slick-next::before {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin: 0 5px 0 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-width: 2px;
        content: "";
        vertical-align: middle; }
    .c-slider--arrows .slick-prev {
      top: 50%;
      left: 50px; }
      .c-slider--arrows .slick-prev::before {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin: 0 5px 0 0;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-width: 2px;
        content: "";
        vertical-align: middle; }
    .c-sns {
      margin: 30px 0; }
      .c-sns__btn:not(:last-of-type) {
        margin-right: 10px; }
  .p-about p {
    margin-top: 35px; }
    .p-about__slider {
      max-width: 963px; }
    .p-about__summary {
      padding: 70px 0 80px; }
    .p-about__symbol {
      padding: 90px 0 80px; }
      .p-about__symbol img {
        width: 164px;
        height: 166px;
        margin: 30px auto 50px; }
  .p-about__intro {
    padding: 40px 0 130px; }
  .p-about__intro .c-bg--r {
    top: 160px; }
  .p-about__intro__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .p-about__intro__block:not(:first-child) {
    margin-top: 77px; }
  .p-about__intro__block div {
    width: 50%; }
    .p-about__intro__block div:first-child {
      margin-right: 25px; }
    .p-about__intro__block div:last-child {
      margin-left: 25px; }
    .p-about__intro__block h3 {
      font-size: 19px;
      font-size: 1.9rem; }
    .p-about__policy {
      padding: 40px 0 100px; }
    .p-about__policy .c-bg--r {
      top: -60px; }
    .p-about__policy .p-about__slider {
      margin: 80px auto 120px; }
    .p-about__policy__reason {
      padding-top: 50px;
      overflow: hidden;
      counter-reset: item; }
      .p-about__policy__reason__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto; }
        .p-about__policy__reason__inner:not(:first-of-type) {
          margin-top: 70px; }
        .p-about__policy__reason__inner:nth-of-type(2) {
          max-width: 1140px; }
        .p-about__policy__reason__inner:nth-of-type(2n+1) {
          max-width: 840px; }
      .p-about__policy__reason__item::before {
        left: -10px;
        font-size: 85px;
        font-size: 8.5rem; }
      .p-about__policy__reason__item img {
        max-width: 100%; }
    .p-about__policy__reason__item .c-parallax--scale__image, .p-about__policy__reason__item .c-parallax--scale__bg {
      margin-top: 40px; }
    .p-about__policy__reason__item .c-parallax--scale__bg {
      width: 239px;
      height: 239px; }
      .p-about__policy__reason__text {
        width: 239px;
        height: 239px;
        -webkit-transform: scale(1) translate(-50%, 0);
        transform: scale(1) translate(-50%, 0);
        font-size: 17px;
        font-size: 1.7rem; }
    .p-about__policy .c-navlink {
      margin-top: 100px; }
    .p-blog__sideTopics__tab li {
      padding: 6px 10px;
      font-size: 12px;
      font-size: 1.2rem; }
      .p-blog__sideTopics__tab li:not(:first-child) {
        margin: 0 0 0 10px; }
        .p-blog__sideTopics__list li.icon-new::before {
          top: -11px;
          left: -14px;
          width: 54px;
          height: 57px;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 60px; }
        .p-blog__sideTopics__list li img {
          max-width: 246px; }
  .p-blogDetail {
    padding: 10px 0 50px; }
    .p-blogDetail__author {
      font-size: 12px;
      font-size: 1.2rem; }
        .p-blogDetail__author time::before {
          margin: 0 20px 0 10px; }
    .p-blogDetail__mainVisual {
      margin: 20px 0 30px; }
    .p-blogDetail__tag {
      margin: 40px 0;
      padding: 20px 10px;
      font-size: 12px;
      font-size: 1.2rem; }
      .p-blogDetail__tag span::after {
        display: inline-block;
        width: 1px;
        height: 10px;
        margin: 0 10px 0 20px;
        background-color: #999;
        content: ""; }
      .p-blogDetail__tag--left {
        min-width: 100px;
        margin: 0 0 0 20px;
        padding: 6px 10px;
        font-size: 12px;
        font-size: 1.2rem; }
  .p-blogDetail__text {
    margin: 60px 0;
    font-size: 15px;
    font-size: 1.5rem; }
    .p-blogDetail__ad {
      margin: 30px auto; }
  .p-company p {
    margin-top: 35px; }
    .p-company__slider {
      width: 963px; }
  .p-company__ci h2 {
    margin-bottom: 80px; }
    .p-company__ci__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .p-company__ci__block div {
      width: 50%; }
      .p-company__ci__block__text.left {
        padding-right: 100px; }
    .p-company__ci__block__text.right {
      padding-left: 100px; }
      .p-company__ci__block h3 {
        font-size: 19px;
        font-size: 1.9rem; }
    .p-company__ci__block p {
      font-size: 21px;
      font-size: 2.1rem;
      line-height: 52px; }
  .p-company__ci .c-bg--r {
    top: 40px; }
  .p-company__overview {
    padding: 80px 0 130px; }
  .p-company__overview .c-bg--l {
    top: -40px; }
  .p-company__overview__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .p-company__overview__block:not(:first-child) {
      margin-top: 77px; }
  .p-company__overview__block div {
    width: 50%; }
    .p-company__overview__block div:first-child {
      margin-right: 50px;
      text-align: right; }
    .p-company__overview__block div:last-child {
      margin-left: 25px; }
    .p-company__overview__block div dl dt, .p-company__overview__block div dl dd {
      margin-top: 15px; }
  .p-company .c-navlink:last-child {
    margin-bottom: 100px; }
    .p-productDetail__nav {
      width: 150px;
      margin: 0 auto 40px; }
      .p-productDetail__nav.first, .p-productDetail__nav.last {
        width: 100px; }
    .p-productDetail__nav--prev::after {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: 2px 0 0 2px;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      content: "";
      vertical-align: middle; }
    .p-productDetail__nav--next::after {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: 2px 8px 0 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      content: "";
      vertical-align: middle; }
    .p-productDetail__nav a {
      width: 50px;
      height: 50px;
      padding: 10px; }
    .p-productDetail__main {
      padding: 10px 0 50px; }
      .p-productDetail__main__title {
        margin: 30px auto;
        font-size: 18px;
        font-size: 1.8rem; }
      .p-productDetail__main__store a:not(:last-of-type) {
        margin: 0 20px; }
        .p-productDetail__main__store a:last-of-type {
          width: 120px !important;
          padding: 8px 0;
          font-size: 13px;
          font-size: 1.3rem; }
      .p-productDetail__main__store {
        margin: 30px auto; }
  .p-productDetail__desc__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 80px; }
  .p-productDetail__desc__block {
    width: 50%;
    margin: 0 70px;
    line-height: 28px; }
    .p-productDetail__desc__block:last-of-type {
      margin-left: 120px; }
    .p-productDetail__list {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .p-productDetail__user {
    padding: 10px 0 110px; }
  .p-productDetail__user__thumb {
    width: 268px;
    height: 268px; }
  .p-productDetail__video {
    padding: 10px 0 110px; }
    .p-productDetail__video__list li div {
      max-width: 270px; }
      .p-productDetail__video__list li div::after {
        width: 58px;
        height: 41px; }
  .p-productDetail__faq {
    padding: 10px 0 90px; }
  .p-productDetail__faq__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .p-productDetail__faq__list {
    width: 50%;
    margin: 0 45px; }
    .p-productDetail__faq__list li {
      padding: 12px 15px 12px 20px; }
      .p-productDetail__faq__list li:first-child {
        border-top: 1px solid #0b0307; }
    .p-productDetail__faq__question {
      padding: 0 30px;
      font-size: 17px;
      font-size: 1.7rem; }
      .p-productDetail__faq__question::before {
        font-size: 22px;
        font-size: 2.2rem; }
      .p-productDetail__faq__question::after {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 5px 10px 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        content: "";
        vertical-align: middle; }
    .p-productDetail__faq__question.is-open::after {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: 10px 10px 0 0;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      content: "";
      vertical-align: middle; }
    .p-productDetail__faq__answer {
      margin-top: 10px;
      padding: 0 30px;
      font-size: 17px;
      font-size: 1.7rem; }
      .p-productDetail__faq__answer::before {
        font-size: 22px;
        font-size: 2.2rem; }
  .p-productDetail__relatedItem {
    padding: 4px 0 50px; }
    .p-productDetail__relatedItem__list {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .p-productDetail__relatedItem__list li {
        width: 170px; }
        .p-productDetail__relatedItem__list li h3 {
          margin-top: 15px;
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 22px; }
    .p-recruit__intro {
      padding: 0 0 170px;
      background: url(/files/user/images/recruit/bg_1.png?v=1521147718) no-repeat center bottom; }
    .p-recruit__intro .c-bg--r {
      top: -80px; }
      .p-recruit__intro__subHeading {
        margin-bottom: 60px;
        font-size: 21px;
        font-size: 2.1rem; }
    .p-recruit__intro p {
      margin-top: 60px;
      line-height: 2.2em; }
    .p-recruit__job {
      padding: 30px 0; }
    .p-recruit__job .c-bg--l {
      top: -100px; }
    .p-recruit__job p {
      margin: 30px 0;
      line-height: 2.1em; }
    .p-recruit__job__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      width: 900px;
      margin: 60px auto 40px; }
      .p-recruit__job__list.over4 {
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial; }
        .p-recruit__job__list.over4 li:not(:nth-of-type(3n)) {
          margin-right: 24px; }
    .p-recruit__job__list li {
      width: 280px;
      margin-bottom: 24px; }
      .p-recruit__job__list li a {
        padding: 20px 0; }
    .p-recruit__office .c-bg--r {
      top: -90px; }
    .p-recruit__office__summary {
      margin: 0 0 120px;
      line-height: 2.2em; }
    .p-recruit__office__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 120px 0 150px; }
    .p-recruit__office__list li {
      width: 50%; }
      .p-recruit__office__list li:nth-of-type(2n) {
        padding-top: 60px; }
      .p-recruit__office__list li:nth-of-type(2n+1) {
        margin-top: -80px; }
      .p-recruit__office__list li:first-of-type {
        margin-top: 0; }
      .p-recruit__office__list li:nth-of-type(2) {
        padding-top: 140px; }
      .p-recruit__office__list li p {
        margin: 20px 0;
        font-size: 16px;
        font-size: 1.6rem; }
  .p-recruit__benefits {
    padding: 30px 0 120px; }
  .p-recruit__benefits .c-bg--l {
    top: -140px; }
  .p-recruit__benefits__list__outer {
    background: url(/files/user/images/recruit/bg_2.jpg?v=1521147689) no-repeat 800px bottom; }
  .p-recruit__benefits__list {
    width: 760px;
    margin: 0 auto; }
  .p-recruit__principle {
    padding: 50px 0 100px;
    background: url(/files/user/images/recruit/bg_3.jpg?v=1521091750) no-repeat 800px 140px; }
  .p-recruit__principle .c-bg--r {
    top: -40px; }
  .p-recruit__principle__list__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .p-recruit__principle__list {
    width: 50%; }
    .p-recruit__principle__list:first-child {
      padding: 0 0 230px 200px;
      background: url(/files/user/images/recruit/bg_4.jpg?v=1521091750) no-repeat 140px bottom; }
    .p-recruit__principle__list:nth-of-type(2) {
      padding-top: 145px; }
    .p-recruit__principle__list li {
      margin-top: 30px;
      font-size: 18px;
      font-size: 1.8rem; }
      .p-recruit__principle__list li:first-of-type {
        padding-left: 25px; }
      .p-recruit__principle__list li:nth-of-type(2) {
        padding-left: 50px; }
      .p-recruit__principle__list li:nth-of-type(3) {
        padding-left: 75px; }
      .p-recruit__principle__list li:nth-of-type(4) {
        padding-left: 100px; }
      .p-recruit__principle__list li:nth-of-type(5) {
        padding-left: 125px; }
      .p-recruit__principle__list li::before {
        width: 44px;
        height: 44px;
        margin-right: 20px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 44px; }
  .p-recruit__ci {
    margin-bottom: 80px;
    padding-top: 10px; }
  .p-recruit__ci h2 {
    margin-bottom: 50px; }
    .p-recruit__ci__block p {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 52px; }
  .p-recruitDetail {
    padding: 80px 0 120px; }
  .p-recruitDetail__button {
    background: url(/files/user/images/recruit/detail/icon-entry.svg?v=1521091757) no-repeat left 20px center;
    background-size: 30px; }
  .p-recruitDetail__inner {
    width: 877px;
    margin: 90px auto 0; }
    .p-recruitDetail__heading {
      margin: 40px 0;
      padding: 10px 0;
      font-size: 17px;
      font-size: 1.7rem; }
  .p-recruitDetail__text {
    margin: 40px 0 90px;
    line-height: 30px; }
  .p-recruitForm .c-bg--r {
    top: -50px; }
  .p-top__inner {
    padding: 80px 0 70px; }
  .p-top__bg--r {
    background: url(/files/user/images/top/bg_footprints-r.svg?v=1519276073) no-repeat right 100px; }
    .p-top__bg--r .p-top__heading__outer {
      margin: 0 0 60px auto;
      padding-right: 270px; }
    .p-top__bg--r.p-top__pickup .p-top__heading__outer {
      width: 620px; }
    .p-top__bg--r.p-top__article .p-top__heading__outer {
      width: 410px; }
  .p-top__bg--l {
    background: url(/files/user/images/top/bg_footprints-l.svg?v=1519276073) no-repeat left top; }
    .p-top__bg--l .p-top__heading__outer {
      margin-bottom: 100px;
      padding-left: 190px; }
    .p-top__heading {
      font-size: 26px;
      font-size: 2.6rem; }
    .p-top__subHeading {
      font-size: 17px;
      font-size: 1.7rem; }
    .p-top__link {
      padding-right: 30px; }
    .p-top__mainVisual {
      background: url(/files/user/images/top/mainvisual.jpg?v=1519276080) no-repeat center;
      background-size: cover; }
      .p-top__mainVisual__lead {
        font-size: 20px;
        font-size: 2rem; }
      .p-top__mainVisual__button {
        bottom: 5%; }
    .p-top__pickup__item {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    .p-top__pickup__item.imageR {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      text-align: right; }
  .p-top__pickup__image {
    width: 50%; }
  .p-top__pickup__desc {
    width: 50%;
    padding: 40px 70px; }
    .p-top__pickup__subHeading {
      margin-bottom: 40px;
      font-size: 16px;
      font-size: 1.6rem; }
    .p-top__pickup__subHeading::after {
      width: 50px; }
    .p-top__pickup__title {
      margin-bottom: 30px;
      font-size: 21px;
      font-size: 2.1rem; }
  .p-top__pickup__summary {
    margin: 30px 0 40px;
    line-height: 27px; }
      .p-top__category__list {
        -ms-flex-pack: distribute;
        justify-content: space-around; }
        .p-top__category__list li {
          width: 250px; }
          .p-top__category__list li:nth-of-type(n+5) {
            margin-top: 30px; }
          .p-top__category__list li a {
            display: block;
            padding: 30px; }
          .p-top__category__list li img {
            width: 100%;
            margin: 20px auto; }
      .p-top__category__heading {
        font-size: 16px;
        font-size: 1.6rem; }
      .p-top__category__heading::after {
        width: 50px; }
      .p-top__items .p-top__heading__outer {
        margin-bottom: 60px; }
  .p-top__about {
    background: url(/files/user/images/top/about_bg.jpg?v=1547845606) no-repeat;
    background-size: cover; }
    .p-top__about__desc {
      width: 43%;
      margin-left: 7%;
      padding: 4.8%;
      float: left; }
      .p-top__about__desc__text {
        margin: 80px 0 60px; }
  .p-top__about__slider {
    width: 48%;
    margin: 100px auto 0 -5%;
    float: left; }
    .p-top__about__slider__inner {
      margin: 50px; }
    .p-top__about__slider__title {
      font-size: 16px;
      font-size: 1.6rem; }
    .p-top__about__slider__text {
      line-height: 35px; }
  .p-top__article__tab {
    margin-bottom: 70px; }
    .p-top__article__tab li {
      width: 108px;
      height: 48px;
      background: url(/files/user/images/top/icon_tab-gr.svg?v=1519276074) no-repeat;
      background-size: contain;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 40px; }
      .p-top__article__tab li.is-current {
        background: url(/files/user/images/top/icon_tab.svg?v=1519276074) no-repeat;
        background-size: contain; }
    .p-top__article__list {
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    .p-top__article__list li {
      width: 246px;
      margin-bottom: 40px; }
      .p-top__article__list li:not(nth-of-type(4n)) {
        margin-right: 50px; }
        .p-top__article__list li[class^="icon-"]::before {
          top: -11px;
          left: -17px;
          width: 54px;
          height: 57px;
          font-size: 12px;
          font-size: 1.2rem; }
      .p-top__article__list li.icon-new::before {
        line-height: 60px; }
      .p-top__article__list li.icon-pickup::before {
        padding-top: 20px;
        line-height: 14px; }
  .p-top__article__title {
    margin-top: 20px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 27px; }
      .p-top__user__title {
        font-size: 15px;
        font-size: 1.5rem; }
  .is-pc {
    display: block !important; }
  .is-sp {
    display: none !important; } 

  .p-productDetail__main__store > div {
    background: #fff;
    border: 4px solid #e5e5e5;
    border-radius: 4px;
  }
  .p-productDetail__main__store b {
    display: block;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
    background: #fff2dc;
  }
  
  .p-productDetail__main__store > div > div {
    padding: 40px;
  }
  .p-productDetail__main__store a {
    display: inline-block;
    vertical-align: middle;
  }

  .mm-bannner {
    display: block;
    z-index: 99;
    position: fixed;
    height: 0;
    bottom: 60px;
    right: 150px;
    opacity: 0.1;
    overflow: hidden;
    transition: all 0.4s ease;
  }
  .mm-display {
    height: 150px;
    opacity: 1;
  }
  .mm-bannner a {
    display: block;
    width: 350px;
    height: 150px;
    font-size: 0;
    background: url(/files/user/images/common/mm-banner-pc.png?v=1650920552);
  }
  .mm-bannner label {
    display: block;
    z-index: 9;
    position: absolute;
    width: 26px;
    height: 26px;
    top: 0px;
    right: 0px;
    background: rgba(160,160,160,0.8);
    border-radius: 50%;
    cursor: pointer;
  }
  .mm-bannner label:hover {
    background: rgba(120,120,120,0.8);
  }
  .mm-bannner label::before,
  .mm-bannner label::after {
    display: block;
    position: absolute;
    width: 14px;
    height: 3px;
    top: 12px;
    left: 6px;
    content: '';
    background: #eee;
  }
  .mm-bannner label::before {
    transform: rotate(45deg);
  }
  .mm-bannner label::after {
    transform: rotate(-45deg);
  }
  .mm-bannner input,
  .mm-bannner input:checked ~ a {
    display: none;
  }

}

@media screen and (max-width: 768px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: 11px;
      font-size: 1.1rem; }
    body {
      font-size: 11px;
      font-size: 1.1rem; }
    button,
    input,
    optgroup,
    select,
    textarea {
      font-size: 12px;
      font-size: 1.2rem; }
    .l-breadcrumb {
      margin: 5px 0 18px; }
    .l-container {
      padding-top: 70px; }
      .l-container--large {
        width: 100%;
        padding: 0 20px; }
      .l-container--middle {
        width: 100%;
        padding: 0 20px; }
      .l-container--single {
        width: 100%; }
      .l-container--main {
        width: 100%; }
      .l-container--side {
        width: 100%; }
    .l-container--cont {
      padding-top: 20px; }
  .l-footer__body {
    padding: 38px 0 12px; }
  .l-footer__sns {
    padding: 0 40px; }
    .l-footer__sns__head {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 4em; }
  .l-footer__about {
    padding: 0 40px; }
    .l-footer__magazine__summary {
      margin: 20px auto;
      text-align: center; }
      .l-footer__magazine__button {
        font-size: 13px;
        font-size: 1.3rem; }
  .l-footer__nav {
    margin: 10px 0 20px;
    padding: 0 10px; }
  .l-footer__nav__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .l-footer__nav__body li:not(:last-child) a::after {
      display: inline-block;
      width: 1px;
      height: 10px;
      margin: 0 5px;
      background-color: #000;
      content: "";
      vertical-align: middle; }
  .l-footer__nav__body a {
    font-size: 10px;
    font-size: 1rem; }
      .l-footer__logo img {
        margin: 0 auto; }
    .l-footer__logo small {
      display: block;
      margin-top: 12px;
      font-size: 9px;
      font-size: 0.9rem; }
  .l-header__head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px; }
  .l-header__logo img {
    width: 50px;
    height: 50px; }
        .l-header__nav__list li:not(:first-of-type) {
          margin-left: 8%; }
      .l-header__nav__item__icon {
        min-height: 21px; }
        .l-header__nav__item__icon img {
          max-width: 100%;
          max-height: 21px; }
      .l-header__nav__item__title {
        margin-top: 8px;
        font-size: 8px;
        font-size: 0.8rem;
        letter-spacing: .2em;
        text-align: center; }
      .l-gnav__inner {
        max-width: 70%;
        height: 90vh; }
      .l-gnav__search {
        margin-top: 10px; }
        .l-gnav__search input[type=text] {
          padding: 6px; }
        .l-gnav__search input[type=submit] {
          width: 18px;
          height: 18px; }
      .l-gnav__heading {
        font-size: 28px;
        font-size: 2.8rem; }
      .l-gnav__subHeading {
        font-size: 8px;
        font-size: 0.8rem; }
      .l-gnav__list a {
        font-size: 8px;
        font-size: 0.8rem; }
      .l-gnav__list .c-button {
        padding: 8px 0;
        font-size: 11px;
        font-size: 1.1rem; }
      .l-gnav__close {
        width: 40px;
        height: 40px; }
        .l-gnav__close--icon {
          top: 20px;
          right: 15px; }
          .l-gnav__close--icon:after {
            width: 13px; }
  .c-bg--r {
    right: 0;
    width: 104px;
    height: 121px;
    background: url(/files/user/images/common/bg_footprints-r-sp.svg?v=1519276034) no-repeat right; }
  .c-bg--l {
    left: 0;
    width: 136px;
    height: 121px;
    background: url(/files/user/images/common/bg_footprints-l-sp.svg?v=1519276034) no-repeat right; }
    .c-button {
      font-size: 14px;
      font-size: 1.4rem; }
      .c-button--blue {
        width: 100%;
        height: 50px;
        margin: 30px auto;
        padding: 0;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 50px; }
      .c-button--sm {
        padding: 6px 20px;
        font-size: 12px;
        font-size: 1.2rem; }
    .c-form-errorBox {
      padding: 10px; }
    .c-heading--lv1, .c-article h1 {
      margin-bottom: 20px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.7; }
    .c-heading--lv2 {
      margin: 40px 0;
      font-size: 15px;
      font-size: 1.5rem; }
      .c-heading--lv2::after {
        width: 26px;
        margin-top: 25px; }
    .c-heading--lv2--sm::after {
      margin-top: 6px; }
    .c-article h2 {
      margin: 30px 0;
      font-size: 15px;
      font-size: 1.5rem; }
      .c-article h2::after {
        width: 26px;
        margin-top: 10px; }
    .c-heading--lv3 {
      margin-bottom: 30px;
      font-size: 14px;
      font-size: 1.4rem; }
      .c-heading--lv3::before, .c-heading--lv3::after {
        width: 9px;
        height: 35px; }
    .c-heading--lv3 span {
      padding: 0 40px; }
    .c-heading--side {
      font-size: 15px;
      font-size: 1.5rem; }
    .c-subHeading--side {
      font-size: 10px;
      font-size: 1rem; }
  .c-form__inner {
    padding: 10px 0; }
    .c-form__title {
      margin-bottom: 8px;
      font-size: 15px;
      font-size: 1.5rem; }
      .c-form__title span {
        font-size: 11px;
        font-size: 1.1rem; }
    .c-form__input input[type=text], .c-form__input textarea, .c-form__input select {
      font-size: 15px;
      font-size: 1.5rem; }
  .c-form__input input[type=text] {
    padding: 10px;
    line-height: normal; }
    .c-form__input label:not([class]) {
      font-size: 12px;
      font-size: 1.2rem; }
    .c-form__input__file {
      width: 135px;
      height: 40px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 40px; }
    .c-form__input--col3 {
      width: calc(33% - 20px); }
      .c-form__input--col3 + label {
        margin: 0 2px; }
    .c-form__button__outer {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .c-form__button__outer button {
        width: 48%; }
    .c-navlink ul {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .c-navlink li {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      font-size: 11px;
      font-size: 1.1rem; }
      .c-navlink li:not(:last-child) {
        margin-right: 10px; }
      .c-navlink li a {
        padding: 15px 0; }
    .c-modal__contents {
      width: calc(100% - 30px); }
  .c-modal img {
    max-width: 100%; }
    .c-modal__close {
      top: -20px;
      right: -10px;
      width: 30px;
      height: 30px; }
      .c-modal__close::after, .c-modal__close::before {
        width: 15px; }
    .c-pageTop {
      right: 20px;
      width: 30px;
      height: 30px;
      border-radius: 50%; }
      .c-pageTop::after {
        display: inline-block;
        right: 5px;
        bottom: 8px;
        width: 10px;
        height: 10px;
        margin: 0 5px 0 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        content: "";
        vertical-align: middle; }
      .c-pageTop.on {
        bottom: 20px; }
      .c-slider .slick-dots {
        text-align: center; }
      .c-slider--slides-4 .slick-next {
        right: 0; }
        .c-slider--slides-4 .slick-next::before {
          display: inline-block;
          right: 0;
          width: 11px;
          height: 11px;
          margin: 0 5px 0 0;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          border-top: 1px solid #000;
          border-right: 1px solid #000;
          border-width: 2px;
          content: "";
          vertical-align: middle; }
        .c-slider--slides-4 .slick-prev::before {
          display: inline-block;
          left: 0;
          width: 11px;
          height: 11px;
          margin: 0 5px 0 0;
          -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
          border-top: 1px solid #000;
          border-right: 1px solid #000;
          border-width: 2px;
          content: "";
          vertical-align: middle; }
    .c-slider--thumb {
      max-width: 200px;
      max-height: 200px; }
  .c-slider--thumb__nav {
    margin: 20px auto 10px; }
  .c-slider--thumb__nav img {
    width: 100%; }
    .c-slider--thumb__nav .slick-next, .c-slider--thumb__nav .slick-prev, .c-slider--thumb__nav .slick-next:before, .c-slider--thumb__nav .slick-prev:before {
      width: 20px;
      height: 30px; }
    .c-slider--thumb__nav .slick-next {
      right: -20px; }
      .c-slider--thumb__nav .slick-next::before {
        display: inline-block;
        width: 11px;
        height: 11px;
        margin: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-width: 2px;
        content: "";
        vertical-align: middle; }
    .c-slider--thumb__nav .slick-prev {
      left: -12px; }
      .c-slider--thumb__nav .slick-prev::before {
        display: inline-block;
        width: 11px;
        height: 11px;
        margin: 0;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-width: 2px;
        content: "";
        vertical-align: middle; }
    .c-slider--arrows .slick-next, .c-slider--arrows .slick-prev {
      width: 25px;
      height: 25px; }
    .c-slider--arrows .slick-next {
      right: 20px;
      bottom: 25%; }
      .c-slider--arrows .slick-next::before {
        display: inline-block;
        width: 11px;
        height: 11px;
        margin: 0 5px 0 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-width: 2px;
        content: "";
        vertical-align: middle; }
    .c-slider--arrows .slick-prev {
      bottom: 25%;
      left: 20px; }
      .c-slider--arrows .slick-prev::before {
        display: inline-block;
        width: 11px;
        height: 11px;
        margin: 0 5px 0 0;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-width: 2px;
        content: "";
        vertical-align: middle; }
    .c-sns {
      margin: 20px 0; }
      .c-sns__btn {
        margin-top: 10px; }
  .p-about p {
    margin-top: 26px; }
    .p-about__summary {
      padding: 50px 0; }
      .p-about__summary p {
        padding: 0 20px; }
    .p-about__symbol {
      padding: 70px 0; }
      .p-about__symbol img {
        width: 173px;
        height: 175px;
        margin: 30px auto 40px; }
  .p-about__intro {
    padding: 50px 20px 70px; }
    .p-about__intro div:last-child > div:first-child {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
  .p-about__intro .c-bg--r {
    top: -70px; }
  .p-about__intro__block:not(:first-child) {
    margin-top: 50px; }
  .p-about__intro__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .p-about__intro__block h3 {
      margin-top: 30px;
      font-size: 15px;
      font-size: 1.5rem; }
    .p-about__policy {
      padding: 50px 0; }
    .p-about__policy .c-bg--r {
      top: -160px; }
    .p-about__policy .p-about__slider {
      margin: 48px auto 80px; }
    .p-about__policy__reason {
      padding-top: 20px;
      counter-reset: item -2; }
      .p-about__policy__reason__item:nth-of-type(13) {
        counter-reset: item; }
      .p-about__policy__reason__item::before {
        left: -10px;
        font-size: 73px;
        font-size: 7.3rem; }
      .p-about__policy__reason__item img {
        width: 207px;
        height: 207px;
        margin-top: 30px; }
      .p-about__policy__reason__text {
        width: 207px;
        height: 207px;
        font-size: 16px;
        font-size: 1.6rem; }
    .p-about__policy .c-navlink {
      margin-top: 60px; }
    .p-blog__sideTopics__tab li {
      margin: 5px 0 0 15px;
      padding: 6px 10px; }
      .p-blog__sideTopics__tab li:first-of-type {
        margin-left: 0; }
        .p-blog__sideTopics__list li.icon-new::before {
          top: -14px;
          left: -6px;
          width: 40px;
          height: 42px;
          font-size: 10px;
          font-size: 1rem;
          line-height: 45px; }
  .p-blogDetail {
    padding: 0   0 20px; }
  .p-blogDetail .c-bg--l {
    top: -50px;
    left: -20px; }
    .p-blogDetail__title {
      margin: 10px -10px; }
    .p-blogDetail__author {
      margin: 0 -10px 10px;
      font-size: 10px;
      font-size: 1rem; }
        .p-blogDetail__author time::before {
          margin: 0 15px 0 5px; }
    .p-blogDetail__mainVisual {
      margin: 0 -20px; }
  .p-blogDetail__sns {
    margin: 10px -20px 20px; }
    .p-blogDetail__tag {
      margin: 20px 0;
      padding: 10px 10px 20px; }
      .p-blogDetail__tag span {
        display: block;
        margin-bottom: 5px; }
      .p-blogDetail__tag--left {
        min-width: 70px;
        margin: 5px 0 0 15px;
        padding: 6px 10px; }
        .p-blogDetail__tag--left:first-of-type {
          margin-left: 0; }
  .p-blogDetail__text {
    margin: 30px 0;
    font-size: 14px;
    font-size: 1.4rem; }
    .p-blogDetail__ad {
      margin: 15px auto; }
  .p-company p {
    margin-top: 26px; }
    .p-company__ci__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .p-company__ci__block__text {
      padding: 50px 0; }
      .p-company__ci__block__text.left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 60px; }
    .p-company__ci__block__text.right {
      padding-left: 60px; }
      .p-company__ci__block h3 {
        font-size: 14px;
        font-size: 1.4rem; }
    .p-company__ci__block p {
      font-size: 15px;
      font-size: 1.5rem; }
  .p-company__ci .c-bg--r {
    top: -30px; }
  .p-company__overview {
    padding: 40px 20px; }
  .p-company__overview .c-bg--l {
    top: -65px; }
  .p-company__overview__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .p-company__overview__block div dl {
      margin-top: 26px; }
    .p-company__overview__block div dl dt, .p-company__overview__block div dl dd {
      margin-top: 8px; }
  .p-company .c-navlink:last-child {
    margin-bottom: 30px; }
    .p-productDetail__nav {
      width: 120px;
      margin: 0 auto 15px; }
      .p-productDetail__nav.first, .p-productDetail__nav.last {
        width: 80px; }
    .p-productDetail__nav--prev::after {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 4px 0 0 5px;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      content: "";
      vertical-align: middle; }
    .p-productDetail__nav--next::after {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 4px 5px 0 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      content: "";
      vertical-align: middle; }
    .p-productDetail__nav a {
      width: 40px;
      height: 40px;
      padding: 8px; }
    .p-productDetail__main {
      padding: 0px 20px 10px; }
      .p-productDetail__main__title {
        margin: 18px auto;
        font-size: 15px;
        font-size: 1.5rem; }
      .p-productDetail__main__store a:not(:last-of-type) {
        margin-right: 10px; }
      .p-productDetail__main__store a {
        max-width: 100px;
        margin-top: 10px; }
        .p-productDetail__main__store a:last-of-type {
          width: 96px !important;
          padding: 5px 0;
          font-size: 11px;
          font-size: 1.1rem; }
      .p-productDetail__main__store {
        margin: 18px auto 8px; }
  .p-productDetail__desc__inner {
    padding: 2px 20px 40px; }
    .p-productDetail__list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .p-productDetail__list li {
        width: calc(50% - 10px);
        margin-bottom: 20px; }
  .p-productDetail__user {
    padding: 2px 20px 30px; }
  .p-productDetail__user__thumb {
    width: 100%;
    height: 156px; }
  .p-productDetail__video {
    padding: 2px 0 10px; }
      .p-productDetail__video__list li div::after {
        width: 44px;
        height: 31px; }
  .p-productDetail__faq {
    padding: 0; }
  .p-productDetail__faq__list:first-of-type {
    border-top: 1px solid #0b0307; }
    .p-productDetail__faq__list li {
      padding: 10px 20px; }
    .p-productDetail__faq__question {
      padding: 0 25px;
      font-size: 13px;
      font-size: 1.3rem; }
      .p-productDetail__faq__question::before {
        font-size: 18px;
        font-size: 1.8rem; }
      .p-productDetail__faq__question::after {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 5px 5px 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        content: "";
        vertical-align: middle; }
    .p-productDetail__faq__question.is-open::after {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 8px 5px 0 0;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      content: "";
      vertical-align: middle; }
    .p-productDetail__faq__answer {
      margin-top: 15px;
      padding: 0 26px;
      font-size: 12px;
      font-size: 1.2rem; }
      .p-productDetail__faq__answer::before {
        font-size: 18px;
        font-size: 1.8rem; }
  .p-productDetail__relatedItem {
    padding: 2px 0 50px; }
    .p-productDetail__relatedItem__list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .p-productDetail__relatedItem__list li {
        width: calc(50% - 10px); }
        .p-productDetail__relatedItem__list li:nth-of-type(n+3) {
          margin-top: 20px; }
        .p-productDetail__relatedItem__list li h3 {
          margin-top: 10px;
          font-size: 11px;
          font-size: 1.1rem;
          line-height: 17px; }
    .p-recruit__intro {
      padding: 0 0 20px; }
    .p-recruit__intro .c-bg--r {
      top: -60px; }
      .p-recruit__intro__subHeading {
        margin-bottom: 30px;
        font-size: 15px;
        font-size: 1.5rem; }
    .p-recruit__intro p {
      margin-top: 30px;
      line-height: 2em; }
    .p-recruit__job {
      padding: 2px 0 60px; }
    .p-recruit__job .c-bg--l {
      top: -130px; }
    .p-recruit__job p {
      margin: 30px 0; }
    .p-recruit__job__list li {
      margin-top: 15px; }
      .p-recruit__job__list li a {
        padding: 10px 0; }
    .p-recruit__office {
      margin: 10px 0 60px; }
    .p-recruit__office .c-bg--r {
      top: -80px; }
    .p-recruit__office__summary {
      margin: 0 0 60px; }
    .p-recruit__office__list li {
      margin-top: 52px; }
      .p-recruit__office__list li:nth-of-type(2n) {
        margin-left: 30px; }
      .p-recruit__office__list li:nth-of-type(2n+1) {
        margin-right: 30px; }
      .p-recruit__office__list li p {
        margin: 10px 0;
        font-size: 12px;
        font-size: 1.2rem; }
  .p-recruit__benefits {
    padding: 10px 0 60px; }
    .p-recruit__benefits .l-container--large {
      background: url(/files/user/images/recruit/bg_2.jpg?v=1521147689) no-repeat right 20px top 30px #f5f6ee;
      background-size: 100px; }
  .p-recruit__benefits .c-bg--l {
    top: -130px; }
    .p-recruit__benefits__list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .p-recruit__benefits__heading {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      height: 20px; }
  .p-recruit__principle {
    margin: 20px 0 60px; }
  .p-recruit__principle .c-bg--r {
    top: -80px; }
  .p-recruit__principle__list {
    margin: 0 -20px; }
    .p-recruit__principle__list:first-child {
      margin-bottom: 34px;
      padding-left: 80px;
      background: url(/files/user/images/recruit/bg_4.jpg?v=1521091750) no-repeat center left -20px;
      background-size: 130px; }
    .p-recruit__principle__list:nth-of-type(2) {
      background: url(/files/user/images/recruit/bg_3.jpg?v=1521091750) no-repeat top -40px right -30px;
      background-size: 160px; }
    .p-recruit__principle__list li {
      margin-top: 15px;
      font-size: 12px;
      font-size: 1.2rem; }
      .p-recruit__principle__list li:first-of-type {
        padding-left: 6px; }
      .p-recruit__principle__list li:nth-of-type(2) {
        padding-left: 26px; }
      .p-recruit__principle__list li:nth-of-type(3) {
        padding-left: 46px; }
      .p-recruit__principle__list li:nth-of-type(4) {
        padding-left: 66px; }
      .p-recruit__principle__list li:nth-of-type(5) {
        padding-left: 86px; }
      .p-recruit__principle__list li::before {
        width: 30px;
        height: 30px;
        margin-right: 15px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 30px; }
  .p-recruit__ci {
    margin-bottom: 40px;
    padding: 10px 0 0; }
    .p-recruit__ci__block .p-company__ci__block__text {
      padding-top: 30px;
      padding-bottom: 10px; }
    .p-recruit__ci__block p {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 30px; }
  .p-recruitDetail {
    margin-bottom: 70px; }
    .p-recruitDetail .c-bg--r {
      top: -50px; }
  .p-recruitDetail__button {
    background: url(/files/user/images/recruit/detail/icon-entry.svg?v=1521091757) no-repeat left 15px center;
    background-size: 20px; }
    .p-recruitDetail__heading {
      margin: 30px 0;
      padding: 14px 0;
      font-size: 14px;
      font-size: 1.4rem; }
  .p-recruitDetail__text {
    margin: 30px 0;
    line-height: 2em; }
  .p-recruitForm .c-bg--r {
    top: -90px; }
  .p-recruitForm .c-heading--lv2 {
    padding-top: 50px; }
  .p-top__inner {
    padding: 48px 0 30px; }
  .p-top__bg--r {
    background: url(/files/user/images/top/bg_footprints-r-sp.svg?v=1519276074) no-repeat right 10px; }
    .p-top__bg--r .p-top__heading__outer {
      margin-bottom: 54px;
      padding: 0 20px; }
  .p-top__bg--l {
    background: url(/files/user/images/top/bg_footprints-l-sp.svg?v=1519276073) no-repeat left 10px; }
    .p-top__bg--l .p-top__heading__outer {
      margin-bottom: 61px;
      padding: 0 20px 0 40%; }
    .p-top__heading {
      font-size: 19px;
      font-size: 1.9rem; }
    .p-top__subHeading {
      font-size: 16px;
      font-size: 1.6rem; }
    .p-top__mainVisual {
      background: url(/files/user/images/top/mainvisual-sp.jpg?v=1547799814) no-repeat center;
      background-size: cover; }
      .p-top__mainVisual__lead {
        font-size: 16px;
        font-size: 1.6rem; }
      .p-top__mainVisual__button {
        bottom: 15%;
        left: 48%; }
  .p-top__pickup {
    margin-top: -70px;
    padding-top: 118px; }
    .p-top__pickup.p-top__bg--r {
      background-position: right 85px; }
    .p-top__pickup__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  .p-top__pickup__desc {
    padding: 0 20px; }
    .imageR .p-top__pickup__desc {
      text-align: right; }
    .p-top__pickup__subHeading {
      margin-bottom: 30px;
      font-size: 13px;
      font-size: 1.3rem; }
    .p-top__pickup__subHeading::after {
      width: 27px; }
    .p-top__pickup__title {
      margin-bottom: 15px;
      font-size: 16px;
      font-size: 1.6rem; }
  .p-top__pickup__summary {
    margin: 15px 0 20px;
    line-height: 21px; }
      .p-top__category__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .p-top__category__list li {
          width: calc(50% - 8px);
          margin-top: 15px;
          padding: 18px; }
          .p-top__category__list li img {
            max-width: 100%;
            max-height: 90px;
            margin: 8px auto; }
      .p-top__category__heading {
        font-size: 12px;
        font-size: 1.2rem; }
      .p-top__category__heading::after {
        width: 24px;
        margin-top: 5px; }
      .p-top__category__button {
        font-size: 12px;
        font-size: 1.2rem; }
      .p-top__items .p-top__heading__outer {
        margin-bottom: 10px; }
  .p-top__about {
    background: url(/files/user/images/top/about_bg-sp.jpg?v=1547845606) no-repeat;
    background-size: cover; }
    .p-top__about__desc {
      width: 98%;
      margin-left: -8px;
      padding: 25px 24px 70px; }
      .p-top__about__desc__text {
        margin: 40px 0 30px; }
  .p-top__about__slider {
    width: 90%;
    margin: -40px 0 0 auto !important; }
    .p-top__about__slider .slick-dots {
      padding-right: 10px;
      text-align: right; }
    .p-top__about__slider__inner {
      margin: 26px; }
    .p-top__about__slider__text {
      line-height: 23px; }
  .p-top__article__tab {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 17px; }
    .p-top__article__tab li {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      height: 35px;
      background: url(/files/user/images/top/icon_tab-gr-sp.svg?v=1519276073) no-repeat;
      background-size: contain;
      font-size: 10px;
      font-size: 1rem;
      line-height: 30px; }
      .p-top__article__tab li.is-current {
        background: url(/files/user/images/top/icon_tab-sp.svg?v=1519276073) no-repeat;
        background-size: contain; }
    .p-top__article__list {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .p-top__article__list li {
      width: calc(50% - 12px);
      margin-top: 25px; }
        .p-top__article__list li[class^="icon-"]::before {
          top: -14px;
          left: -6px;
          width: 40px;
          height: 42px;
          font-size: 9px;
          font-size: 0.9rem; }
      .p-top__article__list li.icon-new::before {
        background-size: contain;
        line-height: 46px; }
      .p-top__article__list li.icon-pickup::before {
        padding-top: 15px;
        background-size: contain;
        line-height: 9px; }
  .p-top__article__title {
    margin-top: 15px;
    line-height: 17px; }
  .is-pc {
    display: none !important; }
  .is-sp {
    display: block !important; }
  .u-sp__inner {
    padding: 0 20px; }

  .p-productDetail__main__store > div {
    width: 100%;
    background: #fff;
    border: 4px solid #e5e5e5;
    border-radius: 4px;
  }
  .p-productDetail__main__store b {
    display: block;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    font-weight: bold;
    background: #fff2dc; 
  }
  .p-productDetail__main__store > div > div {
    padding: 20px 2% 4px 2%;
    font-size: 0;
  }
  .l-container .p-productDetail__main__store a {
    display: inline-block;
    width: 30%;
    max-width: 100px;
    margin: 0 1.5% 16px 1.5%;
    vertical-align: middle;
  }

  .mm-bannner {
    display: block;
    z-index: 99;
    position: fixed;
    height: 0;
    bottom: 0;
    left: calc(50% - 160px);
    overflow: hidden;
    transition: all 0.4s ease;
  }
  .mm-display {
    height: 60px;
    opacity: 1;
  }
  .mm-bannner a {
    display: block;
    width: 320px;
    height: 60px;
    font-size: 0;
    background: url(/files/user/images/common/mm-banner-sp.png?v=1650920553) center/320px 60px no-repeat;
  }
  .mm-bannner label {
    display: block;
    z-index: 9;
    position: absolute;
    width: 26px;
    height: 26px;
    top: 0px;
    right: 0px;
    background: rgba(160,160,160,0.8);
  }
  .mm-bannner label::before,
  .mm-bannner label::after {
    display: block;
    position: absolute;
    width: 14px;
    height: 3px;
    top: 12px;
    left: 6px;
    content: '';
    background: #eee;
  }
  .mm-bannner label::before {
    transform: rotate(45deg);
  }
  .mm-bannner label::after {
    transform: rotate(-45deg);
  }
  .mm-bannner input,
  .mm-bannner input:checked ~ a {
    display: none;
  }

}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .l-container--main {
    padding-right: 20px;
    padding-left: 20px; }
  .l-container--side {
    padding-right: 20px;
    padding-left: 20px; }
  .l-footer__left {
    width: 400px; }
    .l-footer__left__inner {
      margin: 0 auto; }
  .p-blogDetail__title {
    padding-right: 20px;
    padding-left: 20px; }
    .p-recruit__principle__list:first-child {
      padding-left: 0; } }

@media screen and (min-width: 769px) and (min-width: 1001px) {
  .l-container--main {
    width: 700px;
    float: left; }
  .l-container--side {
    width: calc(100% - 700px - 50px);
    max-width: 350px;
    margin-left: 50px;
    float: right; } }

@media screen and (min-width: 769px) and (min-width: 1201px) {
  .l-container--side {
    width: 350px;
    margin-left: 150px; } }

@media screen and (min-width: 1205px) {
    .l-footer__nav__item {
      margin: 0 0 70px 75px; } }

@media screen and (max-width: 1204px) {
    .l-footer__nav__item {
      margin: 0 0 70px 40px; } }

@media screen and (max-width: 1080px) {
    .l-footer__nav__item {
      margin: 0 0 70px 10px; } }

@media screen and (max-width: 900px) {
    .l-footer__nav__item {
      margin: 0 0 20px 40px; } }

@media screen and (min-width: 769px) and (max-width: 970px) {
        .p-about__policy__reason__inner:nth-of-type(2n+1) {
          -ms-flex-pack: distribute;
          justify-content: space-around; }
    .p-about__policy__reason__item img {
      width: 190px;
      height: 190px; }
    .p-about__policy__reason__item .c-parallax--scale__image, .p-about__policy__reason__item .c-parallax--scale__bg {
      width: 190px;
      height: 190px; }
    .p-about__policy__reason__item .c-parallax--scale__bg {
      width: 190px;
      height: 190px; }
    .p-about__policy__reason__text {
      width: 190px;
      height: 190px; } }

@media screen and (min-width: 1001px) {
    .p-blog__sideTopics__list {
      padding: 40px 40px 20px; }
      .p-blog__sideTopics__list li {
        margin-bottom: 40px; } }

@media screen and (max-width: 1000px) {
    .p-blog__sideTopics__list {
      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;
      padding: 22px 20px 10px; }
      .p-blog__sideTopics__list li {
        margin-bottom: 30px; }
      .p-blog__sideTopics__list li {
        width: 47%; } }

@media screen and (max-width: 374px) {
    .p-recruit__principle__list:first-child {
      padding-left: 40px; }
  .p-top__bg--l .p-top__heading__outer {
    padding: 0 20px 0 110px; }
  .p-top__pickup .p-top__heading {
    background-color: rgba(255, 255, 255, 0.8); } }

@media screen and (min-width: 500px) and (max-width: 768px) {
    .p-top__article__tab li {
      height: 80px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 4em; } }

/* ==============================
Added by tomimoto
============================== */
/* Global Navigation */
.gnavi {
	display: block;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 116px;
	background: rgba(255,255,255,0);
	transition: all 0.4s ease;
}
.gnavi a,
.side-menu a {
	color: #000;
}
.gnavi-bg {
	background: rgba(255,255,255,1);
}
.gnavi-logo {
	display: block;
	height: 116px;
	padding: 25px 0 0 50px;
}
.gnavi-menu {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 116px;
	padding-right: 42px;
	font-size: 0;
}
.gnavi-item {
	display: inline-block;
	width: 60px;
	margin: 26px 0 0 24px;
	text-align: center;
	font-size: 12px;
}
.gnavi-item img {
	margin-bottom: 12px;
}
.gnavi-item:nth-child(3) img {
	height: 26px;
}
.gnavi-item label {
	cursor: pointer;
	transition: all 0.4s ease;
}
.gnavi-item label:hover,
.side-close:hover {
	opacity: 0.3;
}
/* Side Menu */
.side-menu-check {
	display: none;
}
.side-menu {
	display: block;
	z-index: 99999;
	position: fixed;
	top: 0;
	right: 0;
	width: 375px;
	height: 100vh;
	font-size: 0;
	background: #f6f6f6;
	transform: translateX(375px);
	transition: all 0.3s ease;
}
.side-menu-check:checked ~ .side-menu {
	transform: translateX(0);
}
.side-bg {
	display: none;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	cursor: pointer;
}
.side-menu-check:checked ~ .side-bg {
	display: block;
}
.side-header {
	position: relative;
	height: 70px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.side-header::before {
	display: block;
	position: absolute;
	bottom: -8px;
	right: 70px;
	width: 43px;
	height: 40px;
	content: '';
	background: url(/files/user/images/common/menu-cat.png?v=1558299792) no-repeat center/43px 40px;
}
.side-header img {
	display: block;
	position: absolute;
	top: 10px;
	left: 20px;
	width: auto;
	height: 50px;
}
.side-close {
	display: block;
	position: absolute;
	top: 25px;
	right: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.side-close::before,
.side-close::after {
	display: block;
	position: absolute;
	top: 9px;
	left: 3px;
	width: 14px;
	height: 2px;
	content: '';
	background: #000;
}
.side-close::before {
	transform: rotate(45deg);
}
.side-close::after {
	transform: rotate(-45deg);
}
.side-main-menu li {
	display: inline-block;
	width: 50%;
	height: 70px;
	font-size: 16px;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
}
.side-main-menu li:nth-child(2n) {
	border-left: 1px solid #e6e6e6;
}
.side-main-menu li a {
	display: block;
	line-height: 70px;
}
.side-main-menu li a:hover {
	text-decoration: underline;
	background: #e6e6e6;
}
.side-search {
	display: block;
	position: relative;
	width: 336px;
	height: 40px;
	line-height: 40px;
	margin: 20px auto 28px auto;
	border-radius: 20px;
}
.side-search input[type=text] {
	display: block;
	width: 336px;
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
	border: 1px solid #e6e6e6;
	border-radius: 20px;
}
.side-submit {
	display: block;
	position: absolute;
	top: 11px;
	right: 20px;
	width: 17px;
	height: 17px;
	background: url(/files/user/images/common/menu-search.png?v=1558299792) no-repeat center/17px 17px;
	cursor: pointer;
}
.side-submit:hover {
	opacity: 0.7;
}
.side-submit input {
	display: none;
}
.side-sub-menu li {
	display: inline-block;
	width: 50%;
	margin-bottom: 12px;
	padding-left: 48px;
	font-size: 14px;
}
.side-sub-menu li:nth-child(2n) {
	padding-left: 26px;
}
.side-sub-menu li a::before {
	display: inline-block;
	position: relative;
	top: 2px;
	width: 18px;
	height: 16px;
	margin-right: 8px;
	content: '';
	background: url(/files/user/images/common/menu-stamp.svg?v=1558273574) no-repeat center/18px 16px;
}
.side-sub-menu li a:hover {
	text-decoration: underline;
}
.side-login {
	display: inline-block;
	width: calc(100% - 188px);
	height: 204px;
	margin-top: 18px;
	vertical-align: top;
	font-size: 12px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.side-login-btn {
	display: block;
	position: relative;
	width: 140px;
	margin: 30px auto 0 auto;
	padding: 6px 0 6px 30px;
	text-align: center;
	font-size: 14px;
	background: #fff;
	border: 2px solid #000;
	border-radius: 4px;
}
.side-login-btn::before {
	display: block;
	position: absolute;
	top: 8px;
	left: 12px;
	width: 20px;
	height: 20px;
	content: '';
	background: url(/files/user/images/common/menu-login.png?v=1558259559) no-repeat center/20px 20px;
}
.side-login-menu {
	margin-top: 20px;
}
.side-login-menu li {
	display: block;
}
.side-login-menu li a {
	display: inline-block;
	position: relative;
	margin: 0 0 10px 24px;
	font-size: 12px;
}
.side-login-menu li a::before {
	display: inline-block;
	position: relative;
	top: 2px;
	width: 16px;
	height: 14px;
	margin-right: 8px;
	content: '';
	background: url(/files/user/images/common/menu-stamp.svg?v=1558273574) no-repeat center/16px 14px;
	opacity: 0.2;
}
.side-login-menu li a:hover {
	text-decoration: underline;
}
.side-signup {
	display: inline-block;
	width: 188px;
	height: 204px;
	margin-top: 18px;
	vertical-align: top;
}
.side-signup img {
	width: 188px;
	height: 204px;
}
.side-sns {
	position: absolute;
	bottom: 88px;
	left: 50px;
}
.side-sns p {
	display: block;
	margin-bottom: 12px;
	font-size: 12px;
	color: #999;
}
.side-sns li {
	display: inline-block;
	margin-right: 40px;
	vertical-align: middle;
}
.side-sns a {
	opacity: 0.2;
}
.side-sns a img {
	width: auto;
	height: 30px;
}
.side-foot {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 48px;
	background: url("/files/user/Themes/CatOneTheme/Content/images/registerCopyright.png") repeat center right/92px 45px;
	border-top: 1px solid #e6e6e6;
}
.p-productDetail__main__store > div {
	min-width: 500px;
}
.p-productDetail__main__store div div {
  font-size: 0;
}
.p-productDetail__main__store a[href*="Stores"],
.p-productDetail__main__store a[href=""] {
  display: none;
}
.p-productDetail__main__store a:not(:last-of-type) {
	margin: 0 15px;
}
/* CSS for SP */
@media screen and (max-width: 768px) {
/* Global Navigation */
.gnavi {
	height: 70px;
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 32%,rgba(255,255,255,0) 100%);
}
.gnavi-bg {
	background: rgba(255,255,255,1);
}
.gnavi-logo {
	height: 70px;
	padding: 10px 0 0 20px;
}
.gnavi-logo img {
	display: block;
	width: 50px;
	height: 50px;
}
.side-close {
	top: 3.6vh;
	right: 5.4vw;
}
.gnavi-menu {
	width: calc(100% - 90px);
	height: 70px;
	padding: 15px 0 0 0;
	text-align: right;
}
.gnavi-item {
	width: 46px;
	margin: 0 5% 0 0;
	font-size: 11px;
}
.gnavi-item img {
	margin-bottom: 6px;
}
.gnavi-item:nth-child(1) img {
	width: 22px;
	height: 22px;
}
.gnavi-item:nth-child(2) img {
	width: 25px;
	height: 22px;
}
.gnavi-item:nth-child(3) img {
	width: 26px;
	height: 22px;
}
.gnavi-item:nth-child(4) img {
	width: 20px;
	height: 20px;
}
/* Side Menu */
.side-menu {
	width: 100%;
	transform: translateX(100%);
}
.side-header {
	height: 10vh;
}
.side-header img {
	top: 14%;
	height: 72%;
}
.side-main-menu li {
	height: 10vh;
}
.side-main-menu li a {
	line-height: 10vh;
}
.side-search {
	width: 90%;
	height: 6vh;
	margin: 3.6vh 5% 4vh 5%;
}
.side-search input[type=text] {
	width: 100%;
	height: 6vh;
	line-height: 6vh;
	font-size: 16px;
}
.side-sub-menu li {
	height: 2.2vh;
	line-height: 2.2vh;
	margin-bottom: 2.2vh;
	padding-left: 12vw;
}
.side-sub-menu li:nth-child(2n) {
	padding-left: 7vw;
}
.side-sub-menu li a::before {
	top: -1px;
	vertical-align: middle;
}
.side-login {
	width: 50%;
	height: 30vh;
	margin-top: 1.6vh;
	border-bottom: none;
}
.side-login-btn {
	width: 80%;
	margin: 4.5vh 10% 3vh 10%;
	padding: 0.9vh 0 0.9vh 7.5vw;
}
.side-login-btn::before {
	top: 1.2vh;
	left: calc(50% - 56px);
}
.side-login-menu li a {
	height: 2.4vh;
	line-height: 2.4vh;
	margin: 0 0 1.5vh calc(25vw - 68px);
}
.side-login-menu li a::before {
	top: -1px;
	margin-right: 2vw;
	vertical-align: middle;
}
.side-signup {
	position: relative;
	width: 50%;
	height: 30vh;
	margin-top: 1.6vh;
	border-top: 1px solid #e6e6e6;
}
.side-signup img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 188px;
	height: 30vh;
	max-height: 204px;
	transform: translateY(-50%) translateX(-50%);
}
.side-sns {
	display: none;
}
.side-foot {
	width: 100%;
	height: 7.2vh;
}
.p-productDetail__main__store > div {
	min-width: auto;
}
.l-container .p-productDetail__main__store a {
	margin: 0 15px 16px 15px;
}
}




/* CSS for comfirm page */
.module_title {
	display: none;
}
.module_contents form {
	display: block;
	position: relative;
	width: 340px;
	margin: 100px 0 0 calc(20% - 180px);
	padding-top: 190px;
}
.module_contents form::before {
	display: block;
	position: absolute;
	top: 0;
	width: 65px;
	height: 66px;
	content: '';
	background: url(https://www.necoichi.co.jp/files/user/images/common/logo.svg?) no-repeat;
}
.module_contents form::after {
	display: block;
	position: absolute;
	top: 100px;
	font-size: 30px;
	font-weight: bold;
	content: '\4F1A\54E1\767B\9332';
}
.module_contents form dl dt {
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 400;
	color: #999;
}
.module_contents form dl dd {
	margin-bottom: 24px;
	padding: 0 10px 10px 10px;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}
.module_contents form dl dd:nth-of-type(3) {
	position: relative;
}
.module_contents form dl dd:nth-of-type(3):before {
	font-size: 12px;
	color: #aaa;
	content: 'セキュリティ保護のため表示しません';
}
.module_contents a[href="https://www.necoichi.co.jp/MemberRules/"] {
	display: inline-block;
	margin: 10px 0 30px 0;
	text-decoration: underline;
	font-size: 12px;
	color: #333;
}
.module_contents a[href="https://www.necoichi.co.jp/MemberRules/"]:hover {
	text-decoration: none;
}
.module_contents p {
	margin: 0;
	font-size: 0;
}
.module_contents p input[type="button"] {
	display: inline-block;
	width: 30%;
	height: 36px;
	margin-right: 5%;
	vertical-align: bottom;
	font-size: 14px;
	color: #999;
	background: #ddd;
	border-radius: 3px;
}
.module_contents p input[type="submit"] {
	display: inline-block;
	width: 65%;
	height: 50px;
	vertical-align: bottom;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #1fb6ff;
	border-radius: 3px;
}
.module_contents p input[type="button"]:hover,
.module_contents p input[type="submit"]:hover {
	opacity: 0.7;
}
/* CSS for SP */
@media screen and (max-width: 767px) {
.module_contents form {
	display: block;
	position: relative;
	width: 88%;
	margin: 370px 6% 0 6%;
	padding-top: 0;
}
.module_contents form::before,
.module_contents form::after {
	display: none;
}
}

.g-recaptcha{
  margin-top:45px;
}