@import url(https://fonts.googleapis.com/css?family=Gravitas+One);
@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/YakuHanJPs-Regular.eot");
  src: url("../fonts/YakuHanJPs-Regular.woff2") format("woff2"), url("../fonts/YakuHanJPs-Regular.woff") format("woff"); }

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/YakuHanJPs-Bold.eot");
  src: url("../fonts/YakuHanJPs-Bold.woff2") format("woff2"), url("../fonts/YakuHanJPs-Bold.woff") format("woff"); }

/*! sanitize.css v6.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Correct the line height in all browsers.
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 4. Breaks words to prevent prevent overflow in all browsers (opinionated).
 */
html {
  line-height: 1.15;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  word-break: break-word;
  /* 4 */ }

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

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

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

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 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
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none; }

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * 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; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

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

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse; }

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

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none; }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-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 in Chrome and Safari on macOS.
 */
::-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 Edge and IE.
 */
details {
  display: block; }

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

/*
 * 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; }

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled],
[disabled] {
  cursor: disabled; }

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*

# PC版デザイン基準のvw値取得
- @param  integer $value デザイン上のpx数
- @return string  vw値

```
// デザインでfont-sizeが20pxをvw換算に
font-size: pc-width(20);
```

*/
/*

# SP版デザイン基準のvw値取得
- @param  integer $value デザイン上のpx数
- @return string  vw値

*/
/*

# fluid-type
ref. https://css-tricks.com/snippets/css/fluid-typography/

*/
/*

# font-size

*/
.js-inview {
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity .1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity .1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-delay: .1s;
          transition-delay: .1s; }
  .js-inview.is-inview-enter {
    visibility: visible;
    opacity: 1; }

.js-lazy {
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-delay: .3s;
          transition-delay: .3s; }
  .js-lazy.lazyloaded {
    visibility: visible;
    opacity: 1; }

.js-search__target__row.is-hidden {
  display: none !important; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: -apple-system, BlinkMacSystemFont, YakuHanJPs, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; }

@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif; } }

@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif; } }

html {
  min-height: 100%;
  font-size: 10px; }

@media (min-width: 375px) {
  html {
    font-size: calc(10px + 5 * ((100vw - 375px) / 525)); } }

@media (min-width: 900px) {
  html {
    font-size: 15px; } }

@media (min-width: 900px) {
  html.ua-desktop {
    font-size: 10px; } }

@media (min-width: 1280px) {
  html.ua-desktop {
    font-size: calc(10px + 5 * ((100vw - 1280px) / 320)); } }

@media (min-width: 1600px) {
  html.ua-desktop {
    font-size: 15px; } }

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  color: #4A4A4A;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  tap-highlight-color: rgba(0, 0, 0, 0.5);
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }

a {
  color: #f00;
  text-decoration: none; }

a:hover {
  color: #f00;
  text-decoration: underline; }

a:active {
  color: #f00;
  text-decoration: none; }

a:focus {
  outline: none; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox; }

input[type="radio"] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
  border-radius: 1;
  vertical-align: baseline;
  *vertical-align: middle; }

input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none; }

input:-moz-submit-invalid {
  box-shadow: none; }

input:-moz-ui-invalid {
  box-shadow: none; }

input::-moz-placeholder {
  color: #000;
  opacity: 1; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

select {
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  outline: none; }

h1,
h2,
h3,
h4,
h5,
ul,
li,
dl,
dt,
dd,
figure,
blockquote {
  margin: 0;
  padding: 0;
  font-weight: normal;
  list-style: none; }

figure {
  line-height: 1; }

p {
  margin: 0; }

figure,
img,
video,
i {
  font-style: normal;
  image-rendering: optimizeQuality; }

@media (max-width: 900px) {
  .is-show--pc {
    display: none; } }

html.ua-mobile .is-show--pc {
  display: none; }

.is-show--sp {
  display: none; }
  @media (max-width: 900px) {
    .is-show--sp {
      display: block; } }
  html.ua-mobile .is-show--sp {
    display: block; }

.c-entry {
  background: #fff;
  border-radius: 8px;
  margin: 10px 8px;
  padding: 10px 15px 15px;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .c-entry:last-child {
    margin-bottom: 0px; }
  .c-modal .c-entry {
    margin: 0 !important; }
  .c-entry em[data-role="highlight"] {
    background: #ff0;
    font-style: normal; }
  html[data-mode="search"].ua-desktop .c-entry {
    margin-bottom: 0; }

.c-entry__header {
  color: #f00;
  position: relative; }
  .c-entry__header__date {
    font-weight: normal;
    font-family: "Gravitas One", cursive, "Hiragino Kaku Gothic Std", "Yu Gothic UI Bold", "HiraKakuProN-W6";
    font-size: 16px; }
    @media (min-width: 375px) and (max-width: 900px) {
      .c-entry__header__date {
        font-size: calc(16px + 4 * ((100vw - 375px) / 525)); } }
    @media (min-width: 900px) {
      .c-entry__header__date {
        font-size: 20px; } }
    @media (min-width: 900px) {
      html.ua-desktop .c-entry__header__date {
        font-size: calc(12px + 4 * ((100vw - 900px) / 380)); } }
    @media (min-width: 1280px) {
      html.ua-desktop .c-entry__header__date {
        font-size: calc(16px + 4 * ((100vw - 1280px) / 320)); } }
    @media (min-width: 1600px) {
      html.ua-desktop .c-entry__header__date {
        font-size: 20px; } }
  .c-entry__header__title {
    font-weight: bold;
    font-size: 16px; }
    @media (min-width: 375px) and (max-width: 900px) {
      .c-entry__header__title {
        font-size: calc(16px + 4 * ((100vw - 375px) / 525)); } }
    @media (min-width: 900px) {
      .c-entry__header__title {
        font-size: 20px; } }
    @media (min-width: 900px) {
      html.ua-desktop .c-entry__header__title {
        font-size: calc(12px + 4 * ((100vw - 900px) / 380)); } }
    @media (min-width: 1280px) {
      html.ua-desktop .c-entry__header__title {
        font-size: calc(16px + 4 * ((100vw - 1280px) / 320)); } }
    @media (min-width: 1600px) {
      html.ua-desktop .c-entry__header__title {
        font-size: 20px; } }
  .c-entry__header .js-edit {
    display: inline; }
  .c-entry__header__share {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0; }

.c-entry__share {
  position: relative;
  overflow: hidden; }
  .c-entry__share svg {
    height: 14px;
    width: 14px;
    fill: #9b9b9b;
    -webkit-transition: fill 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: fill 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .c-entry__share__input {
    position: absolute;
    left: 0px;
    top: -200px; }

.c-entry__table {
  margin-top: 1em;
  font-size: 14px; }
  @media (min-width: 375px) and (max-width: 900px) {
    .c-entry__table {
      font-size: calc(14px + 4 * ((100vw - 375px) / 525)); } }
  @media (min-width: 900px) {
    .c-entry__table {
      font-size: 18px; } }
  @media (min-width: 900px) {
    html.ua-desktop .c-entry__table {
      font-size: calc(12px + 2 * ((100vw - 900px) / 380)); } }
  @media (min-width: 1280px) {
    html.ua-desktop .c-entry__table {
      font-size: calc(14px + 4 * ((100vw - 1280px) / 320)); } }
  @media (min-width: 1600px) {
    html.ua-desktop .c-entry__table {
      font-size: 18px; } }
  .c-entry__table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .c-entry__table dt {
    width: 6rem;
    font-weight: bold; }
  .c-entry__table dd {
    width: calc(100% - 6rem); }

.c-entry__image {
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto; }
  .c-entry__image.is-flagships {
    margin-top: 0; }
  .c-entry__image.is-full {
    margin-left: -15px;
    margin-right: -15px; }
    .c-entry__image.is-full .c-entry__image__caption {
      margin-left: 15px;
      margin-right: 15px; }
  .c-entry__image__figure {
    position: relative;
    height: 0;
    overflow: hidden; }
    .c-entry__image__figure.is-square {
      height: auto; }
    .c-entry__image__figure__img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
      .is-square .c-entry__image__figure__img {
        position: static;
        -o-object-fit: contain;
           object-fit: contain;
        height: 26vw; }
        @media (min-width: 900px) {
          html.ua-desktop .is-square .c-entry__image__figure__img {
            height: 6vw; } }
  .c-entry__image__caption {
    font-size: 12px;
    margin-top: .5em;
    color: #9B9B9B; }
    @media (min-width: 375px) and (max-width: 900px) {
      .c-entry__image__caption {
        font-size: calc(12px + 2 * ((100vw - 375px) / 525)); } }
    @media (min-width: 900px) {
      .c-entry__image__caption {
        font-size: 14px; } }
    @media (min-width: 900px) {
      html.ua-desktop .c-entry__image__caption {
        font-size: calc(10px + 2 * ((100vw - 900px) / 380)); } }
    @media (min-width: 1280px) {
      html.ua-desktop .c-entry__image__caption {
        font-size: calc(12px + 2 * ((100vw - 1280px) / 320)); } }
    @media (min-width: 1600px) {
      html.ua-desktop .c-entry__image__caption {
        font-size: 14px; } }

.c-entry__text {
  margin-top: 1em;
  font-size: 14px; }
  @media (min-width: 375px) and (max-width: 900px) {
    .c-entry__text {
      font-size: calc(14px + 4 * ((100vw - 375px) / 525)); } }
  @media (min-width: 900px) {
    .c-entry__text {
      font-size: 18px; } }
  @media (min-width: 900px) {
    html.ua-desktop .c-entry__text {
      font-size: calc(12px + 2 * ((100vw - 900px) / 380)); } }
  @media (min-width: 1280px) {
    html.ua-desktop .c-entry__text {
      font-size: calc(14px + 4 * ((100vw - 1280px) / 320)); } }
  @media (min-width: 1600px) {
    html.ua-desktop .c-entry__text {
      font-size: 18px; } }
  .c-entry__text h3 {
    margin-top: 1.5em;
    font-size: 14px;
    font-weight: bold; }
    @media (min-width: 375px) and (max-width: 900px) {
      .c-entry__text h3 {
        font-size: calc(14px + 4 * ((100vw - 375px) / 525)); } }
    @media (min-width: 900px) {
      .c-entry__text h3 {
        font-size: 18px; } }
    @media (min-width: 900px) {
      html.ua-desktop .c-entry__text h3 {
        font-size: calc(12px + 2 * ((100vw - 900px) / 380)); } }
    @media (min-width: 1280px) {
      html.ua-desktop .c-entry__text h3 {
        font-size: calc(14px + 4 * ((100vw - 1280px) / 320)); } }
    @media (min-width: 1600px) {
      html.ua-desktop .c-entry__text h3 {
        font-size: 18px; } }
    .c-entry__text h3:first-child {
      margin-top: 0; }
  .c-entry__text p {
    margin-top: 1em; }
    .c-entry__text p:first-child {
      margin-top: 0; }

.c-entry__readmore {
  display: none;
  margin-top: 1.5em;
  text-align: center;
  font-size: 14px; }
  @media (min-width: 375px) and (max-width: 900px) {
    .c-entry__readmore {
      font-size: calc(14px + 4 * ((100vw - 375px) / 525)); } }
  @media (min-width: 900px) {
    .c-entry__readmore {
      font-size: 18px; } }
  @media (min-width: 900px) {
    html.ua-desktop .c-entry__readmore {
      font-size: calc(12px + 2 * ((100vw - 900px) / 380)); } }
  @media (min-width: 1280px) {
    html.ua-desktop .c-entry__readmore {
      font-size: calc(14px + 4 * ((100vw - 1280px) / 320)); } }
  @media (min-width: 1600px) {
    html.ua-desktop .c-entry__readmore {
      font-size: 18px; } }
  .l-category.is-products .c-entry__readmore {
    display: block; }
  @media (min-width: 900px) {
    html.ua-desktop .c-entry__readmore {
      display: block; } }
  html[data-mode="search"] .c-entry__readmore {
    display: none !important; }
  .c-entry__readmore__a:after {
    content: 'もっと見る';
    display: inline-block;
    text-decoration: none;
    background: #9B9B9B;
    color: #fff;
    border-radius: 1.04167em;
    line-height: 1.2;
    padding: 0.41667em 1.66667em;
    font-size: 12px;
    -webkit-transition: background 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: background 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
    @media (min-width: 375px) and (max-width: 900px) {
      .c-entry__readmore__a:after {
        font-size: calc(12px + 2 * ((100vw - 375px) / 525)); } }
    @media (min-width: 900px) {
      .c-entry__readmore__a:after {
        font-size: 14px; } }
    @media (min-width: 900px) {
      html.ua-desktop .c-entry__readmore__a:after {
        font-size: calc(10px + 2 * ((100vw - 900px) / 380)); } }
    @media (min-width: 1280px) {
      html.ua-desktop .c-entry__readmore__a:after {
        font-size: calc(12px + 2 * ((100vw - 1280px) / 320)); } }
    @media (min-width: 1600px) {
      html.ua-desktop .c-entry__readmore__a:after {
        font-size: 14px; } }
  .c-entry__readmore__a:hover:after {
    background: #f00; }
  .c-modal .c-entry__readmore {
    display: none !important; }

.c-entry__readmore ~ * {
  display: none; }
  html[data-mode="search"] .c-entry__readmore ~ * {
    display: block; }
  .c-modal .c-entry__readmore ~ * {
    display: block !important; }

.c-entry__flagships {
  margin-top: 5px;
  margin-left: -15px;
  margin-right: -15px;
  border-top: 1px solid #eee; }
  .c-entry__flagships li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    position: relative; }
  .c-entry__flagships__image {
    width: calc(30% - 20px);
    margin-right: 20px;
    height: 0;
    padding-top: calc(30% - 20px);
    position: relative; }
    .c-entry__flagships__image figure {
      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;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .c-entry__flagships__image figure img {
        max-width: 100%;
        max-height: 100%; }
  .c-entry__flagships__title {
    width: 50%;
    text-align: left;
    font-size: 14px; }
    @media (min-width: 375px) and (max-width: 900px) {
      .c-entry__flagships__title {
        font-size: calc(14px + 4 * ((100vw - 375px) / 525)); } }
    @media (min-width: 900px) {
      .c-entry__flagships__title {
        font-size: 18px; } }
    @media (min-width: 900px) {
      html.ua-desktop .c-entry__flagships__title {
        font-size: calc(12px + 2 * ((100vw - 900px) / 380)); } }
    @media (min-width: 1280px) {
      html.ua-desktop .c-entry__flagships__title {
        font-size: calc(14px + 4 * ((100vw - 1280px) / 320)); } }
    @media (min-width: 1600px) {
      html.ua-desktop .c-entry__flagships__title {
        font-size: 18px; } }
  .c-entry__flagships__category {
    width: 20%;
    text-align: right;
    color: #9B9B9B;
    font-size: 9px; }
    @media (min-width: 375px) and (max-width: 900px) {
      .c-entry__flagships__category {
        font-size: calc(9px + 3 * ((100vw - 375px) / 525)); } }
    @media (min-width: 900px) {
      .c-entry__flagships__category {
        font-size: 12px; } }
    @media (min-width: 900px) {
      html.ua-desktop .c-entry__flagships__category {
        font-size: 9px; } }
    @media (min-width: 1280px) {
      html.ua-desktop .c-entry__flagships__category {
        font-size: calc(9px + 3 * ((100vw - 1280px) / 320)); } }
    @media (min-width: 1600px) {
      html.ua-desktop .c-entry__flagships__category {
        font-size: 12px; } }
  .c-entry__flagships .js-edit {
    position: absolute;
    right: 10px;
    top: 10px; }

.c-entry__products {
  margin-top: 1em;
  font-size: 14px; }
  @media (min-width: 375px) and (max-width: 900px) {
    .c-entry__products {
      font-size: calc(14px + 4 * ((100vw - 375px) / 525)); } }
  @media (min-width: 900px) {
    .c-entry__products {
      font-size: 18px; } }
  @media (min-width: 900px) {
    html.ua-desktop .c-entry__products {
      font-size: calc(12px + 2 * ((100vw - 900px) / 380)); } }
  @media (min-width: 1280px) {
    html.ua-desktop .c-entry__products {
      font-size: calc(14px + 4 * ((100vw - 1280px) / 320)); } }
  @media (min-width: 1600px) {
    html.ua-desktop .c-entry__products {
      font-size: 18px; } }
  .c-entry__products li {
    position: relative; }
  .c-entry__products__category {
    text-align: right;
    color: #9B9B9B;
    display: inline-block;
    padding-left: 5px;
    font-size: 9px; }
    @media (min-width: 375px) and (max-width: 900px) {
      .c-entry__products__category {
        font-size: calc(9px + 3 * ((100vw - 375px) / 525)); } }
    @media (min-width: 900px) {
      .c-entry__products__category {
        font-size: 12px; } }
    @media (min-width: 900px) {
      html.ua-desktop .c-entry__products__category {
        font-size: 9px; } }
    @media (min-width: 1280px) {
      html.ua-desktop .c-entry__products__category {
        font-size: calc(9px + 3 * ((100vw - 1280px) / 320)); } }
    @media (min-width: 1600px) {
      html.ua-desktop .c-entry__products__category {
        font-size: 12px; } }
  .c-entry__products .js-edit {
    position: absolute;
    top: 0;
    right: 0; }

.c-legacy {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1; }
  html.ua-ie .c-legacy {
    display: block; }

.c-legacy__wrapper {
  background: #9b9b9b;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.c-legacy__message {
  font-size: 14px;
  color: #fff;
  padding-right: 10px; }
  @media (min-width: 375px) and (max-width: 900px) {
    .c-legacy__message {
      font-size: calc(14px + 4 * ((100vw - 375px) / 525)); } }
  @media (min-width: 900px) {
    .c-legacy__message {
      font-size: 18px; } }
  @media (min-width: 900px) {
    html.ua-desktop .c-legacy__message {
      font-size: calc(12px + 2 * ((100vw - 900px) / 380)); } }
  @media (min-width: 1280px) {
    html.ua-desktop .c-legacy__message {
      font-size: calc(14px + 4 * ((100vw - 1280px) / 320)); } }
  @media (min-width: 1600px) {
    html.ua-desktop .c-legacy__message {
      font-size: 18px; } }

.c-legacy__close svg {
  width: 20px;
  height: 20px;
  fill: #fff; }

.loader {
  width: 100%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  -webkit-transition: all .3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all .3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .loader.-index {
    height: 100vh; }
  .loader.is-visible {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    opacity: 1 !important; }
  body.is-init .loader {
    display: none;
    opacity: 0;
    background: #eee; }
    body.is-init .loader .loader__spinner:after {
      background: #eee; }

.loader__spinner {
  font-size: 10px;
  margin: 0;
  margin-top: 50px;
  text-indent: -9999em;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ff0000;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #ff0000), color-stop(42%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #ff0000 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
          animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  @media (min-width: 900px) {
    html.ua-desktop .loader__spinner {
      margin-top: 122px; } }

.loader__spinner:before {
  width: 50%;
  height: 50%;
  background: #ff0000;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

.loader__spinner:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

body.is-modal .c-modal {
  opacity: 1;
  display: block; }
  @media (min-width: 900px) {
    html.ua-desktop body.is-modal .c-modal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.c-modal {
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  height: calc(100vh - 60px);
  z-index: 10;
  background: #fff; }
  @media (min-width: 900px) {
    html.ua-desktop .c-modal {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: rgba(0, 0, 0, 0.5); } }
  @media (min-width: 900px) {
    html.ua-desktop .c-modal__header, html.ua-desktop .c-modal__footer {
      display: none; } }
  .c-modal__close {
    background: #f00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    height: 30px;
    width: 100%;
    padding: 0 8px; }
    .c-modal__close svg {
      height: 12px;
      width: 12px;
      -webkit-transform: rotate(90deg) translateY(3px);
              transform: rotate(90deg) translateY(3px);
      color: #fff; }
  @media (min-width: 900px) {
    html.ua-desktop .c-modal__inner {
      background: none;
      width: 42.1875vw;
      max-width: 50%; } }
  .c-modal__entry {
    max-height: calc(100vh - 60px - 60px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    @media (max-width: 899px) {
      .c-modal__entry {
        border-radius: 0; } }
  .c-modal__footer {
    margin: 20px -15px 80px; }

.c-search {
  position: relative;
  margin: 0 15px; }
  @media (min-width: 900px) {
    html.ua-desktop .c-search {
      margin: 0 20px; } }
  .c-search__box {
    border: none;
    padding: 4px;
    padding-left: 15px;
    font-size: 16px;
    width: 0;
    opacity: 0;
    color: #f00;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
    .c-search__box:focus {
      outline: none; }
    @media (min-width: 900px) {
      html.ua-desktop .c-search__box {
        font-size: 18px; } }
    .is-open .c-search__box {
      border-color: #f00;
      opacity: 1;
      padding-right: 35px;
      width: calc(100vw - 30px);
      padding-left: 30px; }
      @media (min-width: 900px) {
        html.ua-desktop .is-open .c-search__box {
          width: 31.25vw;
          max-width: 400px; } }
  .c-search__icon {
    display: block;
    position: absolute;
    left: 0px;
    top: 7px;
    cursor: pointer;
    z-index: 1; }
    .c-search__icon svg {
      display: block;
      width: 20px;
      height: 20px;
      color: #f00; }
      @media (min-width: 900px) {
        html.ua-desktop .c-search__icon svg {
          width: 20px;
          height: 20px; } }
  .c-search__cancel {
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 7px;
    z-index: -1;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: opacity 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }
    .is-open .c-search__cancel {
      opacity: 1;
      z-index: 1; }
    .c-search__cancel svg {
      width: 20px;
      height: 20px;
      fill: #666; }
    .c-search__cancel:hover svg {
      fill: #000; }

.c-tooltip {
  position: fixed;
  pointer-events: none;
  z-index: -1;
  margin-top: -28px;
  margin-left: -110px;
  width: 140px;
  text-align: center;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: -webkit-transform .1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: -webkit-transform .1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform .1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform .1s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform .1s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .c-tooltip span {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transition: opacity .2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: opacity .2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -webkit-transition-delay: .1s;
            transition-delay: .1s; }
    .c-tooltip span:before {
      display: block;
      background: #9b9b9b;
      color: #fff;
      content: '';
      font-size: 11px;
      line-height: 20px;
      border-radius: 4px; }
    .c-tooltip span:after {
      content: '';
      position: absolute;
      top: 16px;
      right: 0;
      margin-right: 15px;
      border: 8px solid transparent;
      border-top: 10px solid #9b9b9b; }
  .c-tooltip.is-hover {
    z-index: 10;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .c-tooltip.is-hover span {
      opacity: 1; }
      .c-tooltip.is-hover span:before {
        content: 'リンクをコピー'; }
  .c-tooltip.is-done {
    display: block;
    z-index: 10;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .c-tooltip.is-done span {
      opacity: 1; }
      .c-tooltip.is-done span:before {
        content: 'リンクをコピーしました'; }

.l-category {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  html[data-mode="search"] .l-category {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important; }
  html.is-debug .l-category[data-scroll-target="is-test"] {
    background: #00f; }
  html.is-debug .l-category[data-scroll-target="is-current"] {
    background: #f00; }
  html.is-debug .l-category[data-scroll-target="is-active"] {
    background: #f60; }
  html.is-debug .l-category[data-scroll-target="is-negative"] {
    background: #eee; }
  .l-category__header {
    display: none; }
  .l-category__wrapper {
    padding: 0 0 0px; }
    @media (min-width: 900px) {
      html.ua-desktop .l-category__wrapper {
        padding-top: 30px; } }
    html[data-mode="search"][data-screen-mode="sp"] .l-category__wrapper {
      padding-top: 10px; }
    html[data-mode="search"][data-screen-mode="pc"] .l-category__wrapper {
      padding-top: 37px; }
    .l-category__wrapper__decade {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      will-change: transform;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
      html[data-screen-mode="sp"] .is-contentsScroll-init .l-category__wrapper__decade {
        display: none; }
      html[data-screen-mode="sp"] .is-contentsScroll-init .slick-current .l-category__wrapper__decade {
        display: block; }
      html[data-mode="index"] .l-category__wrapper__decade.js-inview .l-category__year {
        display: none; }
      html[data-mode="index"] .l-category__wrapper__decade.is-inview-enter .l-category__year {
        display: block; }
  .l-category__year {
    padding-bottom: 10px; }
    html[data-mode="search"] .l-category__year {
      display: none; }
      html[data-mode="search"] .l-category__year.is-hit {
        display: block;
        padding-bottom: 0;
        margin-bottom: 10px; }
        html[data-mode="search"] .l-category__year.is-hit .l-category__year__title {
          display: block; }
  .is-search .l-category__year__title {
    display: none; }
  .l-category__year__title__label {
    background: #f00;
    font-family: "Gravitas One", cursive, "Hiragino Kaku Gothic Std", "Yu Gothic UI Bold", "HiraKakuProN-W6";
    color: #fff;
    font-size: 18px;
    text-align: center; }

.l-category__year.is-empty {
  opacity: .1 !important; }
  html[data-screen-mode="sp"] .l-category__year.is-empty {
    display: none;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0; }

.l-category__year.is-empty + section {
  position: relative; }

.l-category__search__nohit {
  display: none;
  text-align: center;
  margin: 30px 20px; }
  .is-noresult .l-category__search__nohit {
    display: block; }
  @media (min-width: 900px) {
    html.ua-desktop .l-category__search__nohit {
      display: none !important; } }
  .l-category__search__nohit p {
    font-size: 14px; }
    @media (min-width: 375px) and (max-width: 900px) {
      .l-category__search__nohit p {
        font-size: calc(14px + 4 * ((100vw - 375px) / 525)); } }
    @media (min-width: 900px) {
      .l-category__search__nohit p {
        font-size: 18px; } }
    @media (min-width: 900px) {
      html.ua-desktop .l-category__search__nohit p {
        font-size: calc(12px + 2 * ((100vw - 900px) / 380)); } }
    @media (min-width: 1280px) {
      html.ua-desktop .l-category__search__nohit p {
        font-size: calc(14px + 4 * ((100vw - 1280px) / 320)); } }
    @media (min-width: 1600px) {
      html.ua-desktop .l-category__search__nohit p {
        font-size: 18px; } }
  .l-category__search__nohit strong {
    font-size: 16px; }
    @media (min-width: 375px) and (max-width: 900px) {
      .l-category__search__nohit strong {
        font-size: calc(16px + 4 * ((100vw - 375px) / 525)); } }
    @media (min-width: 900px) {
      .l-category__search__nohit strong {
        font-size: 20px; } }
    @media (min-width: 900px) {
      html.ua-desktop .l-category__search__nohit strong {
        font-size: calc(12px + 4 * ((100vw - 900px) / 380)); } }
    @media (min-width: 1280px) {
      html.ua-desktop .l-category__search__nohit strong {
        font-size: calc(16px + 4 * ((100vw - 1280px) / 320)); } }
    @media (min-width: 1600px) {
      html.ua-desktop .l-category__search__nohit strong {
        font-size: 20px; } }

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  border-bottom: 1px solid #fff; }
  .l-header__wrapper {
    position: relative;
    height: 59px;
    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; }
    @media (min-width: 900px) {
      html.ua-desktop .l-header__wrapper {
        margin: 0 1.17188vw; } }
  .l-header__logo {
    left: 15px;
    position: absolute;
    top: 14px; }
    .l-header__logo svg {
      display: block;
      width: 64px;
      height: 32px; }
  .l-header__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .l-header__title a {
      text-decoration: none;
      font-family: "Gravitas One", cursive, "Hiragino Kaku Gothic Std", "Yu Gothic UI Bold", "HiraKakuProN-W6";
      font-size: 14px; }
      @media (min-width: 900px) {
        html.ua-desktop .l-header__title a {
          font-size: 20px; } }
  .l-header__search {
    position: absolute;
    background: #fff;
    right: 0;
    top: 0;
    height: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.l-main {
  position: relative;
  margin: 0 auto;
  overflow-x: hidden;
  padding-top: 95px;
  min-height: 100vh; }
  @media (min-width: 900px) {
    html.ua-desktop .l-main {
      padding-top: 65px;
      overflow: hidden; } }
  .l-main.is-fixed {
    position: fixed;
    left: 0;
    right: 0; }
  .l-main__wrapper {
    position: relative;
    will-change: transform, opacity;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: opacity .3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
    .is-init .l-main__wrapper {
      opacity: 1; }
    .is-init-scroll .l-main__wrapper {
      opacity: 0; }
    .is-searching .l-main__wrapper {
      opacity: 0; }
    body.is-loading .l-main__wrapper {
      opacity: 0; }
    @media (min-width: 900px) {
      html.ua-desktop .l-main__wrapper {
        margin: 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        html[data-mode="search"] html.ua-desktop .l-main__wrapper {
          margin-top: 30px; } }
    @media (min-width: 900px) {
      html.ua-desktop .l-main__wrapper > * {
        width: 25%; } }

.is-init .l-main {
  background: #eee; }
  @media (min-width: 900px) {
    html.ua-desktop .is-init .l-main {
      background: linear-gradient(to bottom, #fff 92px, #eee 92px, #eee 100%); } }

.l-main .slick-slider {
  -webkit-touch-callout: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  cursor: -webkit-grabbing;
  cursor: grabbing; }
  .l-main .slick-slider .slick-list {
    height: auto !important; }
    @media (min-width: 900px) {
      html.ua-desktop .l-main .slick-slider .slick-list {
        overflow: visible; } }
  .l-main .slick-slider .slick-slide {
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: opacity 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
    position: relative; }
    .l-main .slick-slider .slick-slide .l-category__wrapper {
      display: none; }
      body.is-loading .l-main .slick-slider .slick-slide .l-category__wrapper {
        display: block; }
    .l-main .slick-slider .slick-slide.slick-current {
      opacity: 1;
      visibility: visible; }
      .l-main .slick-slider .slick-slide.slick-current .l-category__wrapper {
        display: block; }

.l-main__search__nohit {
  display: none;
  text-align: center;
  margin: 30px 20px;
  visibility: hidden; }
  @media (min-width: 900px) {
    html.ua-desktop .l-main__search__nohit {
      visibility: visible; } }
  .l-main__search__nohit p {
    font-size: 14px; }
    @media (min-width: 375px) and (max-width: 900px) {
      .l-main__search__nohit p {
        font-size: calc(14px + 4 * ((100vw - 375px) / 525)); } }
    @media (min-width: 900px) {
      .l-main__search__nohit p {
        font-size: 18px; } }
    @media (min-width: 900px) {
      html.ua-desktop .l-main__search__nohit p {
        font-size: calc(12px + 2 * ((100vw - 900px) / 380)); } }
    @media (min-width: 1280px) {
      html.ua-desktop .l-main__search__nohit p {
        font-size: calc(14px + 4 * ((100vw - 1280px) / 320)); } }
    @media (min-width: 1600px) {
      html.ua-desktop .l-main__search__nohit p {
        font-size: 18px; } }
  .l-main__search__nohit strong {
    font-size: 16px; }
    @media (min-width: 375px) and (max-width: 900px) {
      .l-main__search__nohit strong {
        font-size: calc(16px + 4 * ((100vw - 375px) / 525)); } }
    @media (min-width: 900px) {
      .l-main__search__nohit strong {
        font-size: 20px; } }
    @media (min-width: 900px) {
      html.ua-desktop .l-main__search__nohit strong {
        font-size: calc(12px + 4 * ((100vw - 900px) / 380)); } }
    @media (min-width: 1280px) {
      html.ua-desktop .l-main__search__nohit strong {
        font-size: calc(16px + 4 * ((100vw - 1280px) / 320)); } }
    @media (min-width: 1600px) {
      html.ua-desktop .l-main__search__nohit strong {
        font-size: 20px; } }

.l-nav {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 1; }
  @media (min-width: 900px) {
    html.ua-desktop .l-nav {
      top: 60px; } }
  .l-nav__wrapper {
    position: relative; }
    @media (min-width: 900px) {
      html.ua-desktop .l-nav__wrapper {
        background: #fff; } }

.l-nav__list {
  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;
  width: 100%;
  border-bottom: none; }
  @media (min-width: 900px) {
    html.ua-desktop .l-nav__list {
      margin: 0 20px;
      width: calc(100% - 40px);
      border-bottom: none; } }
  .l-nav__list__item {
    width: 25%;
    border: 1px solid #f00; }
    @media (min-width: 900px) {
      html.ua-desktop .l-nav__list__item {
        border-top: none; } }
    .l-nav__list__item:not(:last-child) {
      border-right: none; }
    .l-nav__list__item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 32px;
      background: #fff;
      -webkit-transition: color 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: color 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      font-size: 14px;
      font-weight: bold; }
      @media (min-width: 900px) {
        html.ua-desktop .l-nav__list__item a {
          pointer-events: none; } }
      @media (min-width: 375px) and (max-width: 900px) {
        .l-nav__list__item a {
          font-size: calc(14px + 4 * ((100vw - 375px) / 525)); } }
      @media (min-width: 900px) {
        .l-nav__list__item a {
          font-size: 18px; } }
      @media (min-width: 900px) {
        html.ua-desktop .l-nav__list__item a {
          font-size: calc(12px + 2 * ((100vw - 900px) / 380)); } }
      @media (min-width: 1280px) {
        html.ua-desktop .l-nav__list__item a {
          font-size: calc(14px + 4 * ((100vw - 1280px) / 320)); } }
      @media (min-width: 1600px) {
        html.ua-desktop .l-nav__list__item a {
          font-size: 18px; } }
      .l-nav__list__item a:hover, .l-nav__list__item a.is-current {
        background: #f00;
        color: #fff;
        text-decoration: none; }
        @media (min-width: 900px) {
          html.ua-desktop .l-nav__list__item a:hover, html.ua-desktop .l-nav__list__item a.is-current {
            background: #fff;
            color: #f00;
            pointer-events: none; } }
      .l-nav__list__item a.is-negative {
        background: #fff;
        color: #4A4A4A !important; }

.l-nav__decade {
  border-top: none;
  position: relative;
  margin-top: -1px; }
  .is-init .l-nav__decade {
    background: #eee; }
  @media (min-width: 900px) {
    html.ua-desktop .l-nav__decade {
      border-top: none;
      margin-top: -1px; } }
  html[data-mode="search"] .l-nav__decade {
    display: none; }

.l-nav__decade__toggle {
  background: #f00;
  opacity: 0;
  -webkit-transition: opacity .3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity .3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  body.is-init .l-nav__decade__toggle {
    opacity: 1; }
  body.is-loading .l-nav__decade__toggle {
    opacity: 0; }
  .l-nav__decade__toggle a {
    color: #fff; }
    .l-nav__decade__toggle a:hover {
      text-decoration: none; }
  .l-nav__decade__toggle__wrapper {
    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;
    height: 30px; }
    @media (min-width: 900px) {
      html.ua-desktop .l-nav__decade__toggle__wrapper {
        margin: 0 auto;
        max-width: 200px; } }
  .l-nav__decade__toggle__current {
    font-family: "Gravitas One", cursive, "Hiragino Kaku Gothic Std", "Yu Gothic UI Bold", "HiraKakuProN-W6";
    text-align: center;
    width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .l-nav__decade__toggle__current a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto;
      width: 130px;
      height: 30px;
      will-change: opacity;
      -webkit-transition: opacity 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: opacity 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
      .l-nav__decade__toggle__current a span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 130px;
        height: 22px;
        border-radius: 22px;
        background: #fff;
        color: #f00; }
      .l-nav__decade__toggle__current a em {
        font-size: 18px;
        line-height: 19px;
        font-style: normal; }
      .l-nav__decade__toggle__current a:hover {
        opacity: .7; }
      .is-show .l-nav__decade__toggle__current a {
        opacity: .7; }
  .l-nav__decade__toggle__prev, .l-nav__decade__toggle__next {
    position: relative;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .l-nav__decade__toggle__prev a, .l-nav__decade__toggle__next a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 30px;
      height: 30px;
      will-change: opacity;
      -webkit-transition: opacity 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: opacity 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
      .l-nav__decade__toggle__prev a span, .l-nav__decade__toggle__next a span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 22px;
        height: 22px;
        background: #fff;
        border-radius: 50%; }
      .l-nav__decade__toggle__prev a.is-negative, .l-nav__decade__toggle__next a.is-negative {
        opacity: .7;
        pointer-events: none; }
      html.ua-desktop .l-nav__decade__toggle__prev a:hover, html.ua-desktop .l-nav__decade__toggle__next a:hover {
        opacity: .7; }
    .l-nav__decade__toggle__prev svg, .l-nav__decade__toggle__next svg {
      height: 12px;
      width: 12px;
      fill: #f00;
      stroke: #f00;
      stroke-width: 4px; }
  .l-nav__decade__toggle__prev {
    margin-right: auto; }
    .l-nav__decade__toggle__prev i {
      position: relative;
      top: 3px; }
    .l-nav__decade__toggle__prev svg {
      -webkit-transform: rotate(180deg) translateY(3px);
              transform: rotate(180deg) translateY(3px); }
  .l-nav__decade__toggle__next {
    margin-left: auto; }
    .l-nav__decade__toggle__next i {
      position: relative;
      top: 4px; }
    .l-nav__decade__toggle__next svg {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px); }

.l-nav__decade__dropdown {
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .is-show .l-nav__decade__dropdown {
    opacity: 1;
    height: auto;
    padding-bottom: 10px; }
  @media (min-width: 900px) {
    html.ua-desktop .l-nav__decade__dropdown {
      left: calc(50% - 185px);
      width: 370px; } }
  .l-nav__decade__dropdown ul {
    background: #fff;
    border-radius: 8px;
    margin: 0px 8px;
    position: relative;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 5px 0 #D0D0D0;
            box-shadow: 0 2px 5px 0 #D0D0D0;
    border-radius: 8px; }
    @media (min-width: 900px) {
      html.ua-desktop .l-nav__decade__dropdown ul {
        width: 360px;
        margin: 0px auto; } }
  .l-nav__decade__dropdown li {
    text-align: center; }
    .l-nav__decade__dropdown li:not(:last-child) {
      border-bottom: 1px solid #eee; }
    .l-nav__decade__dropdown li:first-child {
      border-radius: 8px 8px 0 0; }
    .l-nav__decade__dropdown li:last-child {
      border-radius: 0 0 8px 8px; }
  .l-nav__decade__dropdown a {
    display: block;
    font-family: "Gravitas One", cursive, "Hiragino Kaku Gothic Std", "Yu Gothic UI Bold", "HiraKakuProN-W6";
    font-size: 18px;
    padding: .5em;
    font-weight: normal;
    -webkit-transition: background 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: background 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
    .l-nav__decade__dropdown a:hover {
      text-decoration: none;
      background: rgba(255, 0, 0, 0.1); }

.l-nav__progress {
  position: relative;
  width: 100%;
  margin-top: -30px; }
  html[data-mode="search"] .l-nav__progress {
    margin-top: 0; }
  .is-loaded .l-nav__progress {
    display: none;
    z-index: -1; }
  .l-nav__progress span {
    display: block;
    will-change: all;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: #f00;
    height: 30px;
    width: 0; }
    .is-init .l-nav__progress span {
      opacity: 0; }
  .l-nav__progress em {
    display: none; }

body:before {
  display: none;
  content: "pc"; }
  @media (max-width: 900px) {
    body:before {
      content: "sp"; } }
  @media (min-width: 901px) {
    body:before {
      content: "pc"; } }
  html.ua-mobile body:before {
    content: "sp"; }

html[data-screen-mode="sp"] body.is-pointerNoneEvents {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.u-edit {
  display: inline;
  padding-left: .5em;
  font-size: 10px; }

.u-debugger {
  position: fixed;
  display: block;
  left: 2vw;
  right: 2vw;
  bottom: 2vw;
  height: 5vh;
  width: 96vw;
  background: #eee;
  font-family: monospace;
  font-size: 12px;
  padding: 20px;
  opacity: .3; }
  .u-debugger:focus {
    height: 50vh;
    opacity: 1; }

.u-debug_item {
  font-family: monospace;
  white-space: nowrap;
  background: #00f;
  color: #fff;
  font-size: 10px;
  padding: 5px;
  z-index: 10;
  display: none; }
  html.is-debug .u-debug_item {
    display: block; }
  .u-debug_item.is-absolute {
    position: absolute; }
  .u-debug_item.is-fixed {
    position: fixed;
    bottom: 10px; }
  .u-debug_item.is-right {
    right: 10px; }

