/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media (max-width: 640px) {
  /**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
  }
  .swiper-container-no-flexbox .swiper-slide {
    float: left;
  }
  .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  .swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
  .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }
  /* Auto Height */
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
  }
  /* a11y */
  .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }
  /* IE10 Windows Phone 8 Fixes */
  .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
  }
  /* Arrows */
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
  }
  .swiper-button-prev.swiper-button-black,
  .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
  }
  .swiper-button-next.swiper-button-black,
  .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  /* Pagination Styles */
  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  /* Common Styles */
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  /* Bullets */
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
  }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
  }
  .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
  }
  .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
  }
  .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
  }
  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
  /* Progress */
  .swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
  }
  .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
  .swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
  }
  .swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
  }
  .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
  }
  .swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
  }
  /* 3D Container */
  .swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
  }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-container-3d .swiper-slide-shadow-left {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
  }
  .swiper-container-3d .swiper-slide-shadow-right {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
  }
  .swiper-container-3d .swiper-slide-shadow-top {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
  }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
  }
  /* Coverflow */
  .swiper-container-coverflow .swiper-wrapper,
  .swiper-container-flip .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
  }
  /* Cube + Flip */
  .swiper-container-cube,
  .swiper-container-flip {
    overflow: visible;
  }
  .swiper-container-cube .swiper-slide,
  .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
  }
  .swiper-container-cube .swiper-slide .swiper-slide,
  .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active,
  .swiper-container-cube .swiper-slide-active .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-cube .swiper-slide-shadow-top,
  .swiper-container-flip .swiper-slide-shadow-top,
  .swiper-container-cube .swiper-slide-shadow-bottom,
  .swiper-container-flip .swiper-slide-shadow-bottom,
  .swiper-container-cube .swiper-slide-shadow-left,
  .swiper-container-flip .swiper-slide-shadow-left,
  .swiper-container-cube .swiper-slide-shadow-right,
  .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* Cube */
  .swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-next,
  .swiper-container-cube .swiper-slide-prev,
  .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
  }
  /* Fade */
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-fade .swiper-slide-active,
  .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    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;
    text-align: center;
  }
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg,
  .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  /* Scrollbar */
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }
  .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
  }
  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }
  /* Preloader */
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
  }
  .swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  @-webkit-keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
}

/* Slider */

.slick-slider {
  position: relative;

  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  /* -ms-touch-action: pan-y;
  touch-action: pan-y; */
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  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;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

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

@charset "UTF-8";

/* Slider */

.slick-loading .slick-list {
  background: #fff url(../vendor/slick-caroucel/ajax-loader.gif) center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url(../vendor/slick-caroucel/fonts/slick.eot);
  src: url(../vendor/slick-caroucel/fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(../vendor/slick-caroucel/fonts/slick.woff) format("woff"),
    url(../vendor/slick-caroucel/fonts/slick.ttf) format("truetype"),
    url(../vendor/slick-caroucel/fonts/slick.svg#slick) format("svg");
}

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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 {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[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-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.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 {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.ps > .ps__scrollbar-x-rail,
.ps > .ps__scrollbar-y-rail {
  display: block;
}

.ps > .ps__scrollbar-x-rail {
  position: absolute;
  /* please don't change 'position' */
  background-color: #cfcdc8;
  border-radius: 6px;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 13px;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #00b5b6;
  border-radius: 6px;
  bottom: 0;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 13px;
}

.ps > .ps__scrollbar-y-rail {
  position: absolute;
  /* please don't change 'position' */
  background-color: #cfcdc8;
  border-radius: 6px;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 13px;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #00b5b6;
  border-radius: 6px;
  right: 0px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 13px;
}

@media screen and (max-width: 640px) {
  .ps > .ps__scrollbar-x-rail {
    border-radius: 4px;
    height: 10px;
  }

  .ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    border-radius: 4px;
    height: 10px;
  }

  .ps > .ps__scrollbar-y-rail {
    border-radius: 4px;
    width: 10px;
  }

  .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    border-radius: 4px;
    width: 10px;
  }
}

@charset "utf-8";

/* Base ----------------------------------------------------------------------------------------------------------------------------- */

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", Osaka, sans-serif;
  /* font-size: 1.5rem; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  background-color: #fafbfb;
  /* color: #363636; */
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: block-axis;
  -ms-flex-direction: column;
  flex-direction: column;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
  overflow: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
    height: auto;
    overflow: hidden;
    /**/
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

a {
  text-decoration: none;
}

html.desktop a:hover:not(.no-hover-effect) {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)"; /*for ie older browsers*/
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

a:focus {
  outline: none;
}

a img {
  outline: none;
}

ul {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  list-style: none;
}

figure {
  margin: auto;
}

p {
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (max-width: 640px) {
  body {
    min-width: 1px;
    max-width: 100%;
    font-size: 1.4rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      "ＭＳ Ｐゴシック", Osaka, sans-serif;
  }

  img {
    width: 100%;
  }

  a {
    text-decoration: none;
  }
}

@charset "utf-8";

.l-wrap {
  width: 100%;
  min-width: 1012px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.l-main {
  padding-bottom: 100px;
}

.l-top-main {
  padding-bottom: 53px;
  overflow: hidden;
}

.l-top-main_content_inner {
  margin: 0 auto;
  width: 1010px;
}

.l-top_info {
  margin-bottom: 45px;
}

.l-product-confectionery {
  float: left;
  width: 500px;
}

.l-product-nuts {
  float: right;
  width: 500px;
}

@media screen and (max-width: 640px) {
  .l-wrap {
    min-width: 0;
  }

  .l-main {
    padding-bottom: 0;
  }

  .l-top_info {
    margin-bottom: 0;
  }

  .l-top-main_content_inner {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .l-product-confectionery,
  .l-product-nuts {
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@charset "utf-8";

.sp {
  display: none;
}

.pc {
  display: inherit;
}

#mq-detector {
  display: block;
  content: "";
  height: 0;
  width: 0;
  overflow: hidden;
}

/* margin ----------------------------------------------------------------------------------------------------------------------------- */

.m-large {
  margin-bottom: 80px;
}

.m-medium {
  margin-bottom: 40px;
}

.m-small {
  margin-bottom: 20px;
}

.m-xsmall {
  margin-bottom: 10px;
}

html.desktop .button-close:hover {
  opacity: 0.6;
}

.remodal-overlay {
  background-color: rgba(47, 53, 48, 0.5);
}

/* list ----------------------------------------------------------------------------------------------------------------------------- */

.dl-basic {
  margin: 0;
  margin-top: -20px;
  font-size: 1.4rem;
}

.dl-basic > dt {
  float: left;
  padding: 10px 20px;
  width: 170px;
  color: #012d77;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2.2;
}

.dl-basic > dd {
  margin: 0;
  padding: 10px 0 10px 170px;
  border-bottom: 1px solid #c5c5c5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2.2;
}

.dl-basic_hr {
  margin: 10px auto;
  border: none;
  height: 1px;
  background-color: #c5c5c5;
}

.dl-sub {
  margin: 0;
}

.dl-sub > dt {
  float: left;
  width: 126px;
  color: #012d77;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dl-sub > dd {
  margin: 0;
  padding-left: 126px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dl-sub-bk > dt {
  color: #1e1e1e;
}

.dl-basic > .dl-row2-t {
  padding-bottom: 0;
  border-bottom: none;
}

.dl-basic > .dl-row2-b {
  padding-top: 0;
}

.list-disc {
  list-style: none;
  padding-left: 0.3em;
  display: table;
}

.list-disc li:after {
  content: "";
  display: block;
}

.list-disc li {
  display: table-row;
}

.list-disc li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.5em;
}

.list-stripe > li {
  padding: 10px 145px;
}

.list-stripe > li:nth-child(odd) {
  background-color: #f0f0f0;
}

.list-stripe > li a {
  color: #1e1e1e;
}

.list-circle {
  padding-left: 2rem;
}

.list-circle li {
  position: relative;
}

.list-circle li:before {
  position: absolute;
  content: "●";
  top: 0.25rem;
  left: -1.8rem;
  font-size: 1rem;
}

.list-circle.list-circle-red li:before {
  color: #f0a9c1;
}

.list-circle.list-circle-blue li:before {
  color: #46c8c9;
}

.list-circle.list-circle-green li:before {
  color: #90cc6c;
}

.list-circle li.list-circle-blue_item:before {
  color: #46c8c9;
}

.list-circle li.list-circle-green_item:before {
  color: #90cc6c;
}

.list-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 630px;
  margin: 0 145px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list-pager > li {
  display: inline-block;
  font-size: 1.3rem;
  margin-right: 14px;
}

.list-pager > li:last-of-type {
  margin-right: 0;
}

.list-pager > li a {
  display: block;
  background-color: #fff;
  border: 1px solid #a88e6b;
  border-radius: 3px;
  color: #424444;
}

.list-pager > li.list-pager_prev {
  position: relative;
}

.list-pager > li.list-pager_prev.disable {
  visibility: hidden;
}

.list-pager > li.list-pager_prev:before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #424444;
  border-left: solid 1px #424444;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -4px;
}

.list-pager > li.list-pager_prev a {
  line-height: 1;
  padding: 10px 15px 10px 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.5rem;
}

.list-pager > li.list-pager_next {
  position: relative;
}

.list-pager > li.list-pager_next.disable {
  visibility: hidden;
}

.list-pager > li.list-pager_next:before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #424444;
  border-right: solid 1px #424444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
}

.list-pager > li.list-pager_next a {
  line-height: 1;
  padding: 10px 28px 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  font-size: 1.5rem;
}

.list-pager > li.list-pager_num {
  display: none;
}

.list-pager > li.list-pager_num a {
  height: 30px;
  width: 30px;
}

.list-pager > li.list-pager_num span.active {
  display: block;
  background-color: #ffd200;
  border-radius: 3px;
  line-height: 30px;
  height: 30px;
  width: 30px;
}

/* button ----------------------------------------------------------------------------------------------------------------------------- */

.btn {
  display: inline-block;
}

.btn.sp {
  display: none;
}

.btn-orange {
  color: #fff;
  background-color: #e1a660;
  -webkit-box-shadow: 2px 4px 0px 0px rgba(172, 109, 34, 0.8);
  box-shadow: 2px 4px 0px 0px rgba(172, 109, 34, 0.8);
}

.btn-pink {
  color: #fff;
  background-color: #fd77ad;
  -webkit-box-shadow: 1px 3px 0px 0px rgba(184, 20, 70, 0.6);
  box-shadow: 1px 3px 0px 0px rgba(184, 20, 70, 0.6);
}

.btn-dpink {
  color: #fff;
  background-color: #ec5986;
  -webkit-box-shadow: 2px 4px 0px 0px rgba(194, 0, 59, 0.8);
  box-shadow: 2px 4px 0px 0px rgba(194, 0, 59, 0.8);
}

.btn-green {
  color: #fff;
  background-color: #5dbc24;
  -webkit-box-shadow: 1px 3px 0px 0px rgba(61, 96, 0, 0.6);
  box-shadow: 1px 3px 0px 0px rgba(61, 96, 0, 0.6);
}

.btn-blue {
  color: #fff;
  background-color: #4383bf;
  -webkit-box-shadow: 2px 4px 0px 0px rgba(0, 62, 120, 0.8);
  box-shadow: 2px 4px 0px 0px rgba(0, 62, 120, 0.8);
}

.btn-brown {
  color: #fff;
  background-color: #c68e58;
  -webkit-box-shadow: 1px 3px 0px 0px rgba(160, 125, 77, 0.6);
  box-shadow: 1px 3px 0px 0px rgba(160, 125, 77, 0.6);
}

html.desktop .btn-orange:hover,
html.desktop .btn-pink:hover,
html.desktop .btn-dpink:hover,
html.desktop .btn-green:hover,
html.desktop .btn-blue:hover,
html.desktop .btn-brown:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0);
  opacity: 1;
  -ms-filter: "alpha(opacity=60)";
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
}

.btn-small {
  padding: 15px;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 13px;
  line-height: 1;
}

.btn-medium {
  padding: 15px 0;
  width: 294px;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 13px;
}

.btn-large {
  padding: 30px 0;
  width: 425px;
  font-weight: bold;
  font-size: 2rem;
  border-radius: 13px;
}

.btn-center {
  text-align: center;
}

.square-gray {
  color: #9b9b9b;
}

.font-red {
  color: #e00801;
}

/* main ----------------------------------------------------------------------------------------------------------------------------- */

.main-blue {
  background-color: #c8e1ed;
}

.main-blue .sub-menu {
  background-color: rgba(255, 255, 255, 0.4);
}

.main-blue .sub-menu_list a {
  color: #012d77;
}

.main-blue .sub-menu_list > li {
  border-bottom: 4px solid transparent;
}

.main-blue .sub-menu_list > li.active {
  border-bottom: 4px solid #012d77;
}

.main-confection {
  background: url(../images/common/bg_confection.png) repeat;
}

.sub-menu_list {
  text-align: center;
}

.sub-menu_list > li {
  margin-right: 28px;
  display: inline-block;
  vertical-align: bottom;
}

.sub-menu_list > li:last-child {
  margin-right: 0;
}

.sub-menu_list > li > a {
  display: block;
  padding: 22px 0 18px;
  font-size: 1.4rem;
  line-height: 1;
}

.main_inner {
  margin: 0 auto;
  width: 1000px;
}

.main_header {
  margin-left: 104px;
  margin-bottom: 50px;
}

.main_breadcrumbs {
  margin: 0 0 48px;
  padding-top: 23px;
}

.main_breadcrumbs li {
  display: inline-block;
  font-size: 1.2rem;
  color: #2e2e2e;
}

.main_breadcrumbs li:after {
  content: ">";
  margin: 0 5px 0 10px;
  font-size: 1.2rem;
}

.main_breadcrumbs li:last-child:after {
  display: none;
}

.main_breadcrumbs li a {
  margin: 0;
  color: #2e2e2e;
}

.main_title .title {
  margin: 0 0 20px;
  color: #012d77;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.2;
}

.main_title small {
  margin-left: 4px;
  color: #2d8cb9;
  font-size: 1.4rem;
  line-height: 1.2;
}

.main_header_404 {
  margin-left: 0px;
  margin-bottom: 50px;
  text-align: center;
}
.main_title_404 .title {
  margin: 40 0 0px;
  padding: 120px 0 70px 0;
  color: #012d77;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.2;
  background: url(../../assets/images/404/404.png) center 40px no-repeat;
}

.main_title_404 p {
  padding: 0px 0 60px 0;
  font-size: 1.8rem;
  font-weight: normal;
  color: #eb3c76;
  background: url(../../assets/images/404/arrow.png) center bottom no-repeat;
}

.main-confection .main_title .title {
  color: #770401;
}

.main-confection .main_title small {
  color: #d3682e;
}

.main_content {
  background-color: rgba(255, 255, 255, 0.9);
}

.inner-large {
  padding: 97px 168px;
}

.inner-medium {
  padding: 97px 90px;
}

.inner-small {
  padding: 97px 56px;
}

.main-blue .sub-title {
  margin-top: 0;
  margin-bottom: 45px;
  color: #012d77;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.8;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }

  .sp {
    display: inherit;
  }

  #mq-detector {
    display: none;
    content: "";
  }

  /* margin ----------------------------------------------------------------------------------------------------------------------------- */
  .m-medium {
    margin-bottom: 20px;
  }

  .m-small {
    margin-bottom: 10px;
  }

  /* list ----------------------------------------------------------------------------------------------------------------------------- */
  .dl-basic {
    margin-top: -10px;
  }

  .dl-basic > dt {
    float: none;
    padding: 10px 19px 0;
    width: 100%;
    line-height: 1.8;
  }

  .dl-basic > dd {
    float: none;
    padding: 0 19px 10px;
    width: 100%;
    line-height: 1.8;
  }

  .dl-basic_hr {
    margin: 10px -19px;
  }

  .dl-sub > dt {
    float: none;
    width: 100%;
    padding: 0;
  }

  .dl-sub > dd {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }

  .dl-sub > dd:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .dl-basic > dd.dl-row2-t {
    padding-bottom: 20px;
  }

  .list-stripe > li {
    padding: 17px 29px;
  }

  .list-pager {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .list-pager > li.list-pager_prev:before {
    width: 6px;
    height: 6px;
    left: 11px;
    margin-top: -3px;
  }

  .list-pager > li.list-pager_prev a {
    padding: 8px 13px 8px 23px;
    font-size: 1.4rem;
  }

  .list-pager > li.list-pager_next:before {
    width: 6px;
    height: 6px;
    right: 11px;
    margin-top: -3px;
  }

  .list-pager > li.list-pager_next a {
    padding: 8px 23px 8px 13px;
    font-size: 1.4rem;
  }

  /* button ----------------------------------------------------------------------------------------------------------------------------- */

  .btn-pink {
    color: #fff;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(184, 20, 70, 0.6);
    box-shadow: 2px 2px 0px 0px rgba(184, 20, 70, 0.6);
  }

  .btn-green {
    color: #fff;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(61, 96, 0, 0.6);
    box-shadow: 2px 2px 0px 0px rgba(61, 96, 0, 0.6);
  }

  .btn-brown {
    color: #fff;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(160, 125, 77, 0.6);
    box-shadow: 2px 2px 0px 0px rgba(160, 125, 77, 0.6);
  }

  html.desktop .btn-orange:hover,
  html.desktop .btn-pink:hover,
  html.desktop .btn-green:hover,
  html.desktop .btn-brown:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
    opacity: 1;
    -ms-filter: "alpha(opacity=60)";
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
  }

  .btn-small {
    padding: 9px 21px;
    font-size: 1.4rem;
    border-radius: 7px;
  }
  .btn-medium {
    max-width: 100%;
    font-size: 1.8rem;
  }
  .btn-large {
    padding: 20px 0;
    width: 100%;
    font-size: 1.8rem;
    border-radius: 35px;
  }
  .btn.sp {
    display: inherit;
  }

  /* main ----------------------------------------------------------------------------------------------------------------------------- */
  .sub-menu_list {
    text-align: left;
    font-weight: bold;
  }

  .main-blue .sub-menu_list > li {
    border-bottom: none;
  }

  .main-blue .sub-menu_list > li.active {
    border-bottom: none;
  }

  .sub-menu_list > li {
    margin-right: 25px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .sub-menu_list > li:first-child {
    margin-left: 63px;
  }

  .sub-menu_list > li:nth-child(1) {
    width: 6.5rem;
  }

  .sub-menu_list > li:nth-child(2) {
    width: 5.2rem;
  }

  .sub-menu_list > li:nth-child(3) {
    width: 5.2rem;
  }

  .sub-menu_list > li:nth-child(4) {
    width: 5.2rem;
  }

  .sub-menu_list > li:nth-child(5) {
    width: 7.2rem;
  }

  .sub-menu_list > li:nth-child(6) {
    width: 13rem;
  }

  .sub-menu_list > li:nth-child(7) {
    width: 17.2rem;
  }

  .sub-menu_list > li:last-child {
    margin-right: 20px;
  }

  .sub-menu_list > li > a {
    padding: 15px 0;
    font-size: 1.2rem;
  }

  .main_header {
    margin: 0;
    padding: 25px 30px;
  }

  .main_breadcrumbs {
    display: none;
  }

  .main_title .title {
    margin-bottom: 5px;
    font-size: 1.5rem;
    font-weight: bold;
  }

  .main_title small {
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .main_header_404 {
    margin: 0;
    padding: 20px 10px;
    display: block;
    background: url(../../assets/images/404/sp/404.png) 20% 20% no-repeat top center;
  }
  .main_title_404 .title {
    margin: 40 0 0px;
    padding: 0;
    font-size: 1.6rem;
  }

  .main_title_404 p {
    margin: 0;
    padding: 0 0 60px;
    font-size: 1.4rem;
    line-height: 1;
    background: url(../../assets/images/404/arrow.png) center bottom no-repeat;
  }
  .main_inner {
    width: 100%;
  }

  .inner-large,
  .inner-medium {
    padding: 50px 30px;
  }

  .inner-small {
    padding: 50px 10px;
  }

  .main-blue .sub-title {
    margin-bottom: 35px;
    font-size: 1.6rem;
  }
}

@charset "utf-8";

.top-main {
  background: url(../images/top/bg_toppage.jpg) no-repeat top center #deece1 fixed;
}

.icon-new {
  position: relative;
}

.top-feature_fixed .icon-new:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 106px;
  height: 63px;
  background: url(../images/common/icon_new-medium.png) top left;
  background-size: cover;
}

.top-feature_slider_content .icon-new:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  height: 51px;
  background: url(../images/common/icon_new-small.png) top left;
  background-size: cover;
}
.top-feature_slider_content2 .icon-new:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  height: 51px;
  background: url(../images/common/icon_new-small.png) top left;
  background-size: cover;
}

/* slider ----------------------------------------------------------------------------------------------------------------------------- */

.slick-slide:focus {
  outline: none;
}

.slick-next,
.slick-prev {
  width: 54px;
  height: 55px;
  z-index: 5;
}

.slick-next:before,
.slick-prev:before {
  display: block;
  content: "";
  width: 54px;
  height: 55px;
}

.slick-prev:before {
  background: url(../images/common/icon_slider-prev.png);
}

.slick-next:before {
  background: url(../images/common/icon_slider-next.png);
}

.slick-slide:not(.slick-active) a {
  cursor: default;
}

html.desktop .slick-slide:not(.slick-active) a:hover {
  opacity: 1;
}

.top-main-visual_slider {
  padding-top: 8px;
  height: 415px;
}

.top-main-visual_slider .slick-dots {
  bottom: -40px;
}

.top-main-visual_slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.top-main-visual_slider .slick-dots li button::before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 15px;
  height: 15px;
  content: "";
  text-align: center;
  background-color: #939393;
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  opacity: 1;
}

.top-main-visual_slider .slick-dots li.slick-active button:before {
  background-color: #059a9b;
  opacity: 1;
}

.top-main-visual_slider_content {
  margin-right: 7px;
}

.top_contents_slider_content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.top_contents_slider_content_inner a img {
  display: inline-block;
  width: 246px;
}

.top_contents_slider .slick-dots li {
  margin: 0 3px;
  width: 11px;
  height: 11px;
}

.top_contents_slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0;
  width: 11px;
  height: 11px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.top_contents_slider .slick-dots li button::before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 11px;
  height: 11px;
  content: "";
  text-align: center;
  background-color: #939393;
  -webkit-font-smoothing: antialiased;
  border-radius: 2px;
  opacity: 1;
}

.top_contents_slider .slick-dots li.slick-active button:before {
  background-color: #059a9b;
  opacity: 1;
}

.top_contents_slider .slick-dots {
  bottom: -16px;
}

@media screen and (min-width: 641px) {
  .slick-prev {
    left: 50%;
  }

  .slick-next {
    right: 50%;
  }

  .top-main-visual_slider .slick-prev,
  .top_contents_slider .slick-prev {
    margin-left: -538px;
  }

  .top-main-visual_slider .slick-next,
  .top_contents_slider .slick-next {
    margin-right: -538px;
  }

  .top-recipe-movie_slider .slick-prev {
    margin-left: -240px;
  }

  .top-recipe-movie_slider .slick-next {
    margin-right: -240px;
  }

  .top-feature_slider .slick-prev {
    margin-left: -240px;
  }

  .top-feature_slider .slick-next {
    margin-right: -240px;
  }
}

/* main-content ----------------------------------------------------------------------------------------------------------------------------- */

.top-main_content_inner {
  margin-top: 77px;
  padding-bottom: 15px;
  position: relative;
}

.top_sns {
  position: absolute;
  top: -66px;
  right: 0;
}

.top_sns > li {
  margin-left: 8px;
  display: inline-block;
}

.top_sns > li > a {
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
}

.top_sns > li > a > img {
  vertical-align: middle;
  width: 28px;
}

/* top-info ----------------------------------------------------------------------------------------------------------------------------- */

.product-block a {
  float: left;
  display: block;
  width: 151px;
  height: 151px;
}

.product-block a img {
  display: block;
}

.product-block_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  /*
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  */
  height: 151px;
}

.product-block_title {
  margin: 6px 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.product-block_description {
  margin: 0 0 6px;
}

/* product-confectionery ----------------------------------------------------------------------------------------------------------------------------- */

.product-confectionery {
  background: url(../images/common/bg_dot-pink.png) #fde8f3;
}

.product-confectionery_wrap {
  border-bottom: 3px solid #deece1;
}

.product-confectionery_top {
  height: 582px;
}

.product-confectionery_title {
  position: relative;
  margin: 0 24px 15px;
  padding-top: 24px;
}

.product-confectionery_title .title {
  margin: 0 0 0 15px;
}

.product-confectionery_title .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.product-confectionery_body {
  position: relative;
  margin: 24px 24px 0;
  padding: 17px;
  background-color: #fff;
  border-radius: 7px;
}

.product-confectionery_body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -19px;
  width: 38px;
  height: 20px;
  background: url(../images/common/img_arrow-dot-pink.png) no-repeat;
}

.product-confectionery_body > .title {
  margin: 15px auto 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}

.product-confectionery_body > .title .date {
  margin-right: 15px;
  font-size: 3.3rem;
  font-weight: bold;
  vertical-align: -3px;
  color: #ff5499;
}

.product-confectionery_body > .title .date small {
  font-size: 2.2rem;
}

.product-confectionery_body > .title img {
  vertical-align: middle;
}

.product-confectionery .product-block_title {
  color: #ff5499;
  line-height: 1.2;
}

.product-confectionery_recipe {
  padding: 18px 0 10px;
  background-color: #fff0f4;
  border-radius: 7px;
  text-align: center;
}

.product-confectionery_recipe .title {
  margin-top: 0;
  margin-bottom: 15px;
}

.product-confectionery_recipe .body {
  vertical-align: middle;
}

.product-confectionery_recipe .body-block {
  display: inline-block;
  margin: 0 11px;
  width: 160px;
  text-align: center;
  vertical-align: top;
}

.product-confectionery_recipe .body-block a {
  display: block;
  color: #6d2a01;
  font-size: 1.3rem;
}

.product-confectionery_recipe .body-block a {
  font-weight: bold;
}

.product-confectionery_recipe .body-block_img {
  margin: 0 auto;
  width: 126px;
  height: 126px;
}

.product-confectionery_recipe .body-block_img img {
  width: 100%;
}

.top-recipe {
  height: 493px;
}

.top-recipe .product-confectionery_inner > .title {
  position: relative;
  margin: 0 24px 15px;
  padding-top: 24px;
}

.top-recipe .product-confectionery_inner > .title .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.top-recipe_body {
  margin: 0 25px;
}

.top-recipe_body_img {
  float: left;
  position: relative;
}

.top-recipe_body_img .title {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 174px;
  z-index: 5;
}

.top-recipe_body_img .date {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 15px;
  bottom: 19px;
  width: 54px;
  height: 54px;
  z-index: 5;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 4px;
}

.top-recipe_body_img .date span {
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  line-height: 54px;
  text-align: center;
  color: #a74413;
  font-size: 2.2rem;
  font-weight: bold;
}

.top-recipe_body_img .date span small {
  font-size: 1.6rem;
}

.top-recipe_body_img a {
  display: block;
  width: 244px;
  height: 251px;
}

.top-recipe_text {
  float: right;
  width: 200px;
  color: #6d2a01;
  font-size: 1.6rem;
}

.top-recipe_text > .title {
  margin-bottom: 13px;
  padding: 10px 0;
  border-bottom: 4px solid #fd77ad;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.top-recipe_footer {
  position: relative;
  margin-top: 15px;
  padding: 15px 0 24px;
  background-color: #fff;
}

.top-recipe_footer:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  height: 7px;
  width: 100%;
  background: url(../images/common/border_wavy-line.png) repeat-x bottom left;
}

.top-recipe_footer .title {
  float: left;
  width: 160px;
  line-height: 105px;
  text-align: right;
}

.top-recipe_footer .title img {
  margin-right: 20px;
  vertical-align: middle;
}

.top-recipe_footer_body {
  margin-left: 160px;
}

.top-recipe_footer_body > li {
  display: inline-block;
  width: 78px;
  text-align: center;
}

.top-recipe_footer_body > li img {
  max-height: 105px;
  vertical-align: middle;
}

.top-recipe-movie {
  height: 311px;
}

.top-recipe-movie .product-confectionery_inner > .title {
  position: relative;
  margin: 0 24px 15px;
  padding-top: 24px;
  text-align: center;
}

.top-recipe-movie .product-confectionery_inner > .title .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.top-recipe-movie_slider {
  margin-bottom: 20px;
}

.top-recipe-movie_slider.slick-slider .slick-track {
  margin-left: 54px;
}

.top-recipe-movie_slider_content {
  margin-right: 11px;
  padding: 15px 0;
}

.top-recipe-movie_slider_content a {
  display: block;
  position: relative;
  width: 190px;
}

.top-recipe-movie_slider_content a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 190px;
  height: 197px;
  border-radius: 7px;
  box-shadow: 0px 0px 27px 0px #f7b6ca;
  -moz-box-shadow: 0px 0px 27px 0px #f7b6ca;
  -webkit-box-shadow: 0px 0px 27px 0px #f7b6ca;
}

.top-recipe-movie_slider_content a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 117px;
  height: 117px;
  content: "";
  margin: -59px 0 0 -59px;
  background: url(../images/common/icon_movie-arrow.png) no-repeat;
  background-size: cover;
}

.top-recipe-movie_slider_content a.is-hover:after {
  display: none;
}

.top-recipe-movie_slider_content a .hover-text {
  display: none;
}

html.desktop .top-recipe-movie_slider_content a:hover {
  opacity: 1;
}

.top-recipe-movie_slider_content a.is-hover .hover-text {
  display: table;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0 20px 0;
  width: 190px;
  height: 197px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.4;
}

.top-recipe-movie_slider_content a.is-hover .hover-text > .hover-text_inner {
  display: table-cell;
  vertical-align: middle;
}

.top-recipe-movie_slider_content .hover-text .title {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #fff;
  font-size: 1.6rem;
}

.top-recipe-movie_slider_content .hover-text .text {
  margin-top: 0;
}

.product-confectionery .top-feature {
  border-bottom: none;
  height: 1470px;
}

.top-feature .top-feature_inner > .title {
  margin: 0 0 20px;
  padding-top: 20px;
  text-align: center;
}

.top-feature_body {
  margin: 0 27px 25px;
}

.top-feature_body .link-block {
  display: block;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(192, 173, 133, 0.8);
  box-shadow: 3px 3px 0px 0px rgba(192, 173, 133, 0.8);
}

.top-feature_body .link-block img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.top-feature_body .link-block .link-block_text {
  position: relative;
  padding: 15px 12px;
  color: #a75e00;
}

.top-feature_body .link-block .link-block_text .title {
  padding: 0 9px 9px;
  border-bottom: 1px solid #a75e00;
  font-weight: bold;
  line-height: 1.3;
}

.top-feature_body .link-block .link-block_text .title + p {
  padding: 9px 9px 0;
  line-height: 1.4;
}

.top-feature_fixed {
  margin-bottom: 11px;
  width: 444px;
}

.top-feature_fixed .link-block_text {
  position: relative;
}

.top-feature_fixed .link-block_text:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  width: 22px;
  height: 18px;
  margin-left: -11px;
  background: url(../images/common/icon_arrow-white-top.png) no-repeat;
  background-size: cover;
}

.top-feature_slider_content a {
  display: block;
  float: left;
  margin-bottom: 6px;
  width: 218px;
  height: 192px;
}

.top-feature_slider_content a:nth-child(odd) {
  margin-right: 7px;
}

.top-feature_slider_content a .title {
  padding: 15px 0 0 0;
  font-weight: bold;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #a75e00;
}

.top-feature_slider_content .title {
  position: relative;
}

.top-feature_slider_content .title:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  width: 14px;
  height: 11px;
  margin-left: -7px;
  background: url(../images/common/icon_arrow-white-top.png) no-repeat;
  background-size: cover;
}
.top-feature_slider_content2 a {
  display: block;
  float: left;
  margin-bottom: 20px;
  width: 218px;
  height: 192px;
}

.top-feature_slider_content2 a:nth-child(odd) {
  margin-right: 7px;
}

.top-feature_slider_content2 a .title {
  padding: 15px 0 0 0;
  font-weight: bold;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #a75e00;
}

.top-feature_slider_content2 .title {
  position: relative;
}

.top-feature_slider_content2 .title:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  width: 14px;
  height: 11px;
  margin-left: -7px;
  background: url(../images/common/icon_arrow-white-top.png) no-repeat;
  background-size: cover;
}
.top-answers_inner {
  margin: 0 12px 12px;
  background: url(../images/top/top_answers/bg_top-answers.png);
}

.top-answers_inner > .title {
  margin: 0;
  padding: 25px 0;
  text-align: center;
}

.top-answers_body {
  padding-bottom: 25px;
  text-align: center;
}

.top-answers_body a {
  display: inline-block;
}

.top-answers_body a:nth-child(odd) {
  margin-right: 5px;
}

.top-answers_body a img {
  box-shadow: 0px 0px 27px 3px #f1d8cb;
  -moz-box-shadow: 0px 0px 27px 3px #f1d8cb;
  -webkit-box-shadow: 0px 0px 27px 3px #f1d8cb;
}

/* product-nuts ----------------------------------------------------------------------------------------------------------------------------- */

.product-nuts {
  background: url(../images/common/bg_dot-green.png) #f5fee5;
}

.product-nuts_wrap {
  border-bottom: 3px solid #deece1;
}

.product-nuts_top {
  height: 582px;
}

.product-nuts .product-block_title {
  color: #389501;
}

.product-nuts_title {
  position: relative;
  margin: 0 24px 12px;
  padding-top: 22px;
}

.product-nuts_title .title {
  margin: 0;
}

.product-nuts_title .btn {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.product-nuts_body {
  position: relative;
  margin: 0 24px;
  padding: 17px 17px 45px 0;
  background-color: #fff;
  border-radius: 7px;
}

.product-nuts_body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -19px;
  width: 38px;
  height: 20px;
  background: url(../images/common/img_arrow-dot-green.png) no-repeat;
}

.product-nuts_body > .title {
  margin: 15px auto 19px;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}

.product-nuts_body > .title img {
  vertical-align: middle;
}

.product-nuts_body > .title .date {
  margin-right: 15px;
  font-size: 3.3rem;
  font-weight: 700;
  vertical-align: -3px;
  color: #389501;
}

.product-nuts_body .product-block {
  margin-bottom: 40px;
}

.product-nuts_body .product-block:last-child {
  margin-bottom: 0;
}

.product-nuts .top-feature {
  height: 1188px;
}

.top-other {
  height: 1089px;
  background-color: #fff1c0;
}

.top-news .title {
  position: relative;
  margin: 0 24px;
  padding-top: 24px;
  text-align: center;
}

.top-news .title .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.top-news_body {
  margin: 15px;
}

.top-news_list li {
  margin-bottom: 2px;
  padding: 17px 20px;
  height: 75px;
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  overflow: hidden;
}

.top-news_list li .date {
  margin-bottom: 0.2rem;
}

.top-news_list li a {
  color: #a75e00;
}

.top-sns_footer {
  margin: 0 auto 28px;
  height: 470px;
  width: 470px;
  background: url(../images/top/top_news/img_bg-sns.jpg) no-repeat;
  background-size: cover;
}

.top-sns_footer .title {
  margin-bottom: 50px;
  padding-top: 40px;
  text-align: center;
}

.top-sns_footer .text {
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
}

.top-sns_footer_list {
  text-align: center;
}

.top-sns_footer_list li {
  display: inline-block;
  margin-right: 13px;
}

.top-sns_footer_list li:last-child {
  margin-right: 0;
}

.top-sns_footer_list li a {
  display: block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
}

.top-sns_footer_list li a img {
  vertical-align: middle;
  width: 43px;
}

.top-banner {
  margin: 0 19px;
}

.top-banner_list li {
  float: left;
  width: 227px;
}

.top-banner_list li:nth-child(even) {
  float: right;
}

.top-declaration p {
  margin: 5px 0 0 2px;
  font-size: 1.1rem;
}

.top-declaration_list li {
  margin: 0 2px;
  float: left;
}

.top-declaration_list li img {
  height: 54px;
}

@media screen and (max-width: 640px) {
  /* slider ----------------------------------------------------------------------------------------------------------------------------- */
  .slick-next,
  .slick-prev {
    width: 42px;
    height: 73px;
    z-index: 100;
  }

  .slick-next {
    right: -8px;
  }

  .slick-prev {
    left: -8px;
  }

  .slick-next:before,
  .slick-prev:before {
    display: block;
    content: "";
    width: 42px;
    height: 73px;
  }

  .slick-prev:before {
    background: url(../images/common/sp/icon_slider-prev.png);
    background-size: cover;
  }

  .slick-next:before {
    background: url(../images/common/sp/icon_slider-next.png);
    background-size: cover;
  }

  .top-main-visual_slider {
    padding-top: 0;
    height: auto;
  }

  .top-main-visual_slider .slick-dots {
    bottom: -25px;
  }

  .top-main-visual_slider .slick-dots li {
    width: 10px;
    height: 10px;
  }

  .top-main-visual_slider .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }

  .top-main-visual_slider .slick-prev,
  .top-main-visual_slider .slick-next {
    display: none !important;
  }

  .top-main-visual_slider_content {
    margin-right: 0;
  }

  .top-main-visual_slider_content img {
    width: 100%;
  }

  .top_contents_slider {
    padding: 0 2.94117647059%;
  }

  .top_contents_slider_content_inner {
    display: block;
  }

  .top_contents_slider_content_inner a {
    display: block;
    float: left;
    margin-bottom: 4px;
    width: 49.5%;
  }

  .top_contents_slider_content_inner a:nth-child(even) {
    float: right;
  }

  .top_contents_slider_content_inner a img {
    width: 100%;
  }

  .top_contents_slider .slick-dots {
    margin-left: -3.125%;
  }

  .top-recipe-movie_slider {
    margin-bottom: 10px;
  }

  .top-recipe-movie_slider.slick-slider .slick-track {
    margin-left: 0;
  }

  .top-recipe-movie_slider_content a .hover-text {
    display: block;
    position: absolute;
    /*top: 0;*/
    bottom: 0;
    width: 100%;
    padding: 100px 18px 18px;
    /*background-color: rgba(0, 0, 0, .5);*/
    color: #fff;
    border-radius: 0 0 7px 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 1.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(32%, rgba(124, 58, 29, 0)),
      color-stop(32%, rgba(124, 58, 29, 0.01)),
      color-stop(92%, rgba(124, 58, 29, 0.89)),
      to(rgb(124, 58, 29))
    );
    background-image: linear-gradient(
      180deg,
      rgba(124, 58, 29, 0) 32%,
      rgba(124, 58, 29, 0.01) 32%,
      rgba(124, 58, 29, 0.89) 92%,
      rgb(124, 58, 29) 100%
    );
  }

  .top-recipe-movie_slider_content a .hover-text .title {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 1.5rem;
  }

  .top-feature_slider {
    margin-bottom: 21px;
  }

  .top-feature_slider .slick-prev {
    left: -20px;
  }

  .top-feature_slider .slick-next {
    right: -20px;
  }

  .top-feature_slider_content {
  }

  .top-feature_slider_content a {
    margin-bottom: 7px;
    width: 48.8215488215%;
    height: auto;
  }

  .top-feature_slider_content a .title {
    height: 65px;
  }
  .top-feature_slider_content2 {
  }

  .top-feature_slider_content2 a {
    margin-bottom: 7px;
    width: 48.8215488215%;
    height: auto;
  }

  .top-feature_slider_content2 a .title {
    height: 65px;
  }

  /* main-content ----------------------------------------------------------------------------------------------------------------------------- */

  .top-main {
    background: none;
  }

  .top-main_content_inner {
    margin-top: 0;
    padding-top: 7px;
    background-color: #deece1;
  }

  /* top-info ----------------------------------------------------------------------------------------------------------------------------- */
  .top-feature_fixed {
    width: 100%;
  }

  .top_info .product-confectionery_inner .product-block a {
    width: 35%;
    height: auto;
    max-width: 151px;
    margin-left: -3%;
  }

  /* product-confectionery ----------------------------------------------------------------------------------------------------------------------------- */
  .product-confectionery_title a {
    -webkit-transition: none !important;
    transition: none !important;
  }

  .product-confectionery_title.on {
    position: absolute;
    bottom: 0;
    left: 6.25%;
    margin: 0;
    padding: 0;
    width: 41.625%;
    height: 116px;
    overflow: hidden;
    background: #fde8f3;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  .product-confectionery_title.on a {
    display: block;
    padding: 0;
    width: 100%;
    height: 116px;
    background: url(../images/top/sp/title_top_product-confectionery_on.png) no-repeat center center;
    background-size: 80px 68px;
    -webkit-transition: none;
    transition: none;
    cursor: pointer;
  }

  .product-confectionery_title.off {
    position: absolute;
    bottom: 12px;
    left: 6.25%;
    margin: 0;
    padding: 0;
    width: 41.625%;
    height: 130px;
    background-color: #fd77ad;
    border-radius: 15px;
    box-shadow: 3px 5px 0px 0px #df557e;
    -moz-box-shadow: 3px 5px 0px 0px #df557e;
    -webkit-box-shadow: 3px 5px 0px 0px #df557e;
  }

  .product-confectionery_title.off a {
    display: block;
    height: 130px;
    background: url(../images/top/sp/title_top_product-confectionery_off.png) no-repeat center
      bottom 7px;
    background-size: 80px 100px;
    -webkit-transition: none;
    transition: none;
    cursor: pointer;
  }

  .product-confectionery_title h2 {
    display: none;
  }

  .product-nuts_title a {
    -webkit-transition: none !important;
    transition: none !important;
  }

  .product-nuts_title.on {
    position: absolute;
    bottom: 0;
    right: 6.25%;
    margin: 0;
    padding: 0;
    width: 41.625%;
    background: #edfed0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  .product-nuts_title.on a {
    display: block;
    padding: 0;
    width: 100%;
    height: 116px;
    background: url(../images/top/sp/title_top_product-nuts_on.png) no-repeat center center;
    background-size: 107px 62px;
    -webkit-transition: none;
    transition: none;
    cursor: pointer;
  }

  .product-nuts_title.off {
    position: absolute;
    bottom: 12px;
    right: 6.25%;
    margin: 0;
    padding: 0;
    width: 41.625%;
    height: 130px;
    background-color: #86c02a;
    border-radius: 15px;
    box-shadow: 3px 5px 0px 0px #709b31;
    -moz-box-shadow: 3px 5px 0px 0px #709b31;
    -webkit-box-shadow: 3px 5px 0px 0px #709b31;
  }

  .product-nuts_title.off a {
    display: block;
    height: 130px;
    background: url(../images/top/sp/title_top_product-nuts_off.png) no-repeat center bottom 7px;
    background-size: 107px 98px;
    -webkit-transition: none;
    transition: none;
    cursor: pointer;
  }

  .product-nuts_title h2 {
    display: none;
  }

  .product-nuts_title img {
    width: 82.3076923077%;
  }

  .product-confectionery_title .title {
    margin: 0;
  }

  .product-confectionery {
    display: none;
    position: relative;
    background: #fde8f3;
  }

  .product-confectionery.is-show {
    display: block;
  }

  .product-confectionery_top {
    padding: 10px 0;
    height: auto;
  }

  .top_info_title {
    position: relative;
    height: 150px;
  }

  .product-confectionery_body {
    margin: 0 2.94117647059%;
    padding: 3.18257956449%;
    background: #fff;
  }

  .product-confectionery_body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 27px;
    height: 14px;
    margin-left: -14px;
    background: url(../images/common/sp/img_arrow-pink.png) no-repeat;
    background-size: cover;
  }

  .product-confectionery_body > .title {
    position: relative;
    margin: 15px auto 10px 3.18257956449%;
    text-align: left;
  }

  .product-confectionery_body > .title .date {
    margin-right: 5px;
  }

  .product-confectionery_body > .title .btn {
    position: absolute;
    right: 2px;
    bottom: 2px;
  }

  .product-confectionery_body > .title img {
    width: 21.9430485762%;
  }

  .product-block_title {
    font-size: 1.5rem;
  }

  .product-block_description {
    font-size: 1.3rem;
    color: #633820;
  }

  .product-confectionery_recipe {
    padding: 15px 0 23px;
  }

  .product-confectionery_recipe .title img {
    width: 78.9285714286%;
  }

  .product-confectionery_recipe .body-block {
    width: 36.9642857143%;
  }

  .product-confectionery_recipe .body-block_img {
    width: 94.2028985507%;
    height: auto;
  }

  .product-confectionery_recipe .body-block p {
    text-align: left;
    font-size: 1.3rem;
  }

  .top-recipe {
    height: auto;
  }

  .top-recipe .product-confectionery_inner {
    padding: 23px 6.25% 0;
  }

  .top-recipe .product-confectionery_inner > .title {
    position: relative;
    margin: 0 auto 50px 2px;
    padding: 0;
    text-align: left;
  }

  .top-recipe .product-confectionery_inner > .title .btn {
    position: absolute;
    right: 2px;
    bottom: 2px;
    padding: 9px 14px;
  }

  .top-recipe .product-confectionery_inner > .title img {
    width: 54.6428571429%;
  }

  .top-recipe_body {
    margin: 0 3.39285714286%;
  }

  .top-recipe_body_img {
    float: none;
    margin-bottom: 18px;
  }

  .top-recipe_body_img .title {
    width: 69.3798449612%;
    top: -10px;
    left: -10px;
  }

  .top-recipe_body_img a {
    width: 100%;
    height: auto;
  }

  .top-recipe_body_img .date {
    right: 15px;
    bottom: 25px;
    width: 57px;
    height: 57px;
  }

  .top-recipe_body_img .date span {
    line-height: 57px;
    font-size: 2.4rem;
  }

  .top-recipe_body_img .date span small {
    font-size: 1.8rem;
  }

  .top-recipe_text {
    margin-bottom: 10px;
    float: none;
    width: 100%;
    font-size: 1.3rem;
  }

  .top-recipe_text > .title {
    padding-top: 0;
    border-bottom: 3px solid #fd77ad;
    font-size: 1.5rem;
  }

  .top-recipe_footer {
    padding: 17px 0 23px;
  }

  .top-recipe_footer .title {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1;
    text-align: center;
  }

  .top-recipe_footer .title img {
    width: 23.4375%;
    vertical-align: middle;
  }

  .top-recipe_footer_body {
    margin-left: 0;
    text-align: center;
  }

  .top-recipe_footer_body > li img {
    width: auto;
    height: 100px;
  }

  .top-recipe-movie {
    height: auto;
  }

  .top-recipe-movie .product-confectionery_inner {
    padding: 23px 0 0;
  }

  .top-recipe-movie .product-confectionery_inner > .title {
    position: relative;
    margin: 0 6.25% 20px;
    padding: 0;
    text-align: left;
  }

  .top-recipe-movie .product-confectionery_inner > .title img {
    margin-left: 3px;
    width: 44.2857142857%;
    vertical-align: middle;
  }

  .top-recipe-movie .product-confectionery_inner > .title .btn {
    position: absolute;
  }

  .top-recipe-movie_slider_content {
    padding: 13px 18px;
    margin: 0;
  }

  .top-recipe-movie_slider_content a {
    width: 247px;
    height: 256px;
  }

  .top-recipe-movie_slider_content a:before {
    width: 247px;
    height: 256px;
  }

  .top-recipe-movie_slider_content a img {
    width: 247px;
    height: 256px;
  }

  .product-confectionery .top-feature {
    height: auto;
  }

  .top-feature {
    height: auto;
  }

  .top-feature .top-feature_inner > .title {
    margin: 25px 0 29px;
    padding: 0;
    text-align: center;
  }

  .top-feature .top-feature_inner > .title img {
    width: 45%;
    vertical-align: middle;
  }

  .top-feature_body {
    margin: 0 3.125%;
  }

  .top-feature_body .link-block {
    -webkit-box-shadow: 2px 2px 0 0 hsla(41, 32%, 64%, 0.8);
    box-shadow: 2px 2px 0 0 hsla(41, 32%, 64%, 0.8);
  }

  .top-feature_body .link-block .link-block_text {
    font-size: 1.3rem;
  }

  .top-feature_fixed {
    margin-bottom: 12px;
  }

  .top-answers {
    padding-bottom: 12px;
  }

  .top-answers_inner {
    margin-bottom: 0;
    background-size: 100%;
  }

  .top-answers_inner > .title img {
    width: 60.625%;
    vertical-align: middle;
  }

  .top-answers_body {
    margin: 0 6.36515912898%;
  }

  .top-answers_body a {
    display: block;
    margin-bottom: 21px;
  }

  .top-answers_body a:nth-child(odd) {
    margin-right: 0;
  }

  .top-answers_body a:last-child {
    margin-bottom: 0;
  }

  /* product-nuts ----------------------------------------------------------------------------------------------------------------------------- */
  .product-nuts {
    display: none;
  }

  .product-nuts.is-show {
    display: block;
  }

  .product-nuts_top {
    position: relative;
    height: auto;
    padding: 10px 0;
  }

  .product-nuts_body {
    margin: 0 2.94117647059%;
    padding: 3.18257956449%;
    background: #fff;
    overflow: hidden;
  }

  .product-nuts_body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 27px;
    height: 14px;
    margin-left: -14px;
    background: url(../images/common/sp/img_arrow-green.png) no-repeat;
    background-size: cover;
  }

  .product-nuts_body > .title {
    position: relative;
    margin: 15px auto 40px 3.18257956449%;
    text-align: left;
  }

  .product-nuts_body > .title img {
    width: 21.9430485762%;
  }

  .product-nuts_body > .title .date {
    margin-right: 5px;
  }

  .product-nuts_body > .title .date small {
    font-size: 2.2rem;
  }

  .product-nuts_body > .title .btn {
    position: absolute;
    right: 2px;
    bottom: 2px;
  }

  .product-nuts_body .product-block {
    margin-bottom: 30px;
  }

  .product-nuts_body .product-block a {
    width: 35%;
    /*height: 130px;*/
    height: auto;
    max-width: 151px;
    margin-left: -3%;
  }

  .product-nuts_body .product-block a img {
  }

  .product-nuts_body .product-block_text {
    /* height: 130px; */
    height: auto;
  }

  .product-nuts .top-feature {
    height: auto;
  }

  .top-other {
    padding-bottom: 11px;
    height: auto;
  }

  .top-news > .title {
    position: relative;
    margin: 0 6.25% 20px;
    padding-top: 20px;
    text-align: left;
  }

  .top-news > .title img {
    margin-left: 10px;
    width: 39.1071428571%;
  }

  .top-news_body {
    margin: 0;
  }

  .top-news_list li {
    margin: 0;
    padding: 15px 3.125% 0;
    height: auto;
    font-size: 1.3rem;
  }

  .top-news_list li:nth-child(3) {
    display: none;
  }

  .top-news_list li p {
    padding: 0 5.9375%;
  }

  .top-news_list li a {
    display: block;
    padding: 0 5.9375% 15px;
  }

  .top-news_list li:first-child a {
    border-bottom: 2px solid #ececec;
  }

  .top-sns_footer {
    height: auto;
    width: auto;
    margin: 20px 3.125%;
    padding-bottom: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .top-sns_footer .title {
    margin-bottom: 25px;
    padding-top: 25px;
  }

  .top-sns_footer .title img {
    width: 51.3468013468%;
  }

  .top-sns_footer .text {
    margin-bottom: 27px;
    font-size: 1.3rem;
  }

  .top-sns_footer_list {
    margin: 0 auto;
    width: 280px;
  }

  .top-sns_footer_list li {
    margin-right: 14px;
    margin-bottom: 14px;
  }

  .top-sns_footer_list li:nth-child(even) {
    margin-right: 0;
  }

  .top-sns_footer_list li a {
    box-shadow: 4px 4px 0px 0 #635039;
    -moz-box-shadow: 4px 4px 0px 0 #635039;
    -webkit-box-shadow: 4px 4px 0px 0 #635039;
  }

  .top-banner {
    margin: 0 3.125%;
  }

  .top-banner_list li {
    width: 48.8215488215%;
  }

  .top-declaration {
    margin: 15px 3.125% 0;
    padding: 25px 6.39730639731%;
    background-color: #fff;
  }

  .top-declaration_list {
    text-align: center;
  }

  .top-declaration_list li {
    display: inline-block;
    float: none;
    margin: 0;
  }

  .top-declaration_list li img {
    height: 53px;
    width: auto;
  }

  .top-declaration p {
    margin: 5px auto 0;
    width: 86.8686868687%;
    font-size: 1.2rem;
  }
}

@charset "utf-8";

.aboutus_content {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 500;
}

.message_content_caption {
  margin-left: 238px;
}

.message_content .box-image {
  float: left;
}

.aboutus_content .box-text p {
  font-size: 1.4rem;
  line-height: 2.7;
  color: #1e1e1e;
}

.message_content .box-text {
  float: right;
  width: 430px;
}

.message_content .box-text .name {
  margin-top: 45px;
  text-align: right;
  font-size: 2.2rem;
}

.message_content .box-text .name small {
  font-size: 1.6rem;
  margin-right: 1.8rem;
}

.business_content .box-text p {
  margin-bottom: 45px;
}

.business_content .box-image {
  margin: 100px -90px;
  border-top: 4px solid #c8e1ed;
  border-bottom: 4px solid #c8e1ed;
}

.privacy_text .box-text {
  margin-bottom: 25px;
  line-height: 2.2;
  font-size: 1.4rem;
}

.privacy_text .box-text p {
  line-height: 2.2;
  font-size: 1.4rem;
}

.privacy_text .box-text:last-child {
  margin-bottom: 0;
}

.privacy_text .box-text .title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: normal;
}

.privacy_text .text-right {
  text-align: right;
}

/* 食品安全方針 */
.food_safety .box-text {
  margin-bottom: 25px;
  line-height: 2.2;
  font-size: 1.4rem;
}

.food_safety .box-text p {
  line-height: 2.2;
  font-size: 1.4rem;
}

.food_safety .center {
  text-align: center;
}

.food_safety .box-text-date {
  width: 300px;
  margin-left: auto;
}

.food_safety .box-text-date #date {
  text-align: left;
}

.food_safety .att {
  padding-left: 1em;
  text-indent: -1em;
}

.food_safety .box-text:last-child {
  margin-bottom: 0;
}

.food_safety .box-text .title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: normal;
}

.food_safety .text-right {
  text-align: right;
}

.food_safety_content .name {
  margin-top: 45px;
  text-align: right;
  font-size: 2.2rem;
}

.food_safety_content .name small {
  font-size: 1.6rem;
  margin-right: 1.8rem;
}

/* 認証取得ページ */
.certification .box-text {
  margin-bottom: 25px;
  line-height: 2.2;
  font-size: 1.4rem;
}

.certification .box-text p {
  line-height: 2.2;
  font-size: 1.4rem;
}

.certification .center {
  text-align: center;
}

.certification .box-text-date {
  width: 225px;
  margin-left: auto;
}

.certification .box-text-date #date {
  text-align: left;
}

.certification .att {
  padding-left: 1em;
  text-indent: -1em;
}

.certification .box-text:last-child {
  margin-bottom: 0;
}

.certification .box-text .title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: normal;
}

.certification .text-right {
  text-align: right;
}

.certification_content .name {
  margin-top: 5px;
  text-align: right;
  font-size: 2.2rem;
  margin-bottom: 60px;
}

.certification_content .name small {
  font-size: 1.6rem;
  margin-right: 1.8rem;
}

.inner-medium .c_box-table {
}

.c_box-table p {
  margin-left: 0;
}

#c_table {
}

#c_table table.fssc {
  table-layout: fixed;
}

#c_table table.fssc td {
  padding: 8px;
}
.a {
  width: 310px;
}
.b {
  width: 355px;
  padding: 15px;
}
.c {
  width: 100px;
  text-align: center;
}

#c_table .fssc th {
  background-color: #e6e6e6;
  text-align: left;
  padding-left: 10px;
}

#c_table .fssc tr:nth-child(2n + 1) {
  background-color: #e6e6e6;
}

@media screen and (max-width: 640px) {
  .fssc,
  fssc td,
  fssc th {
    border-spacing: 0px;
    border-collapse: collapse;
    border: none;
    line-height: 100%;
  }
  .inner-medium .c_box-table {
    padding-left: 0;
    width: 100%;
  }
  .fssc {
    width: auto;
    border-color: #dddddd;
  }
  .a {
    width: 200px;
  }
  .b {
    width: 200px;
    padding: 15px;
  }
}

@media only screen and (min-width: 641px) {
  .fssc br {
    display: none;
  }
}

.r_contnent {
  text-align: right;
}

.r_contnent p {
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .message_content_caption {
    margin-left: 0;
  }

  .message_content .box-image {
    float: none;
    margin-bottom: 33px;
    text-align: center;
  }

  .message_content .box-image img {
    width: 143px;
  }

  .message_content .box-text {
    float: none;
    width: 100%;
  }

  .aboutus_content .box-text p {
    margin-bottom: 30px;
    font-size: 1.3rem;
    line-height: 1.7;
  }

  .message_content .box-text .name {
    margin-top: 33px;
  }

  .message_content .box-text .name small {
    margin-right: 1rem;
  }

  .business_content .box-image {
    margin: 45px -30px;
  }

  .privacy_text {
    margin-bottom: 20px;
  }

  .privacy_text .box-text {
    margin-bottom: 25px;
    line-height: 1.8;
    font-size: 1.3rem;
  }

  .privacy_text .box-text p {
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 1.3rem;
  }

  .privacy_text .box-text .title {
    margin: 0;
    font-size: 1.3rem;
    font-weight: normal;
  }
}

@charset "utf-8";

.news_list {
  margin-bottom: 100px;
}

.news_list li a {
  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;
}

.news_list .date {
  width: 100px;
  margin-right: 15px;
}

.news_post {
  color: #1e1e1e;
  line-height: 1.3;
}

.news_title {
  margin-bottom: 20px;
}

.news_title .title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
}

.news_post_hr {
  margin-top: 0;
  margin-bottom: 15px;
  height: 4px;
  border: none;
  background-color: #c8e1ed;
}

.news_date {
  margin-bottom: 20px;
}

.news_body {
  margin-bottom: 60px;
}

.news_body a {
  color: #005992;
}

.news_body > p {
  margin-bottom: 20px;
}

.news_body > p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .news_content .main_content_inner {
    padding: 0;
  }

  .news_detail_content .main_content_inner {
  }

  .news_list {
    margin-bottom: 65px;
  }

  .news_list li a {
    display: block;
  }

  .news_list .date {
    display: block;
    width: auto;
    margin-right: 0;
  }

  .news_list-pager {
    margin-bottom: 50px;
  }

  .news_list-pager li.pc {
    display: none;
  }

  .news_title {
    margin-bottom: 15px;
  }

  .news_title .title {
    font-size: 1.3rem;
  }

  .news_post_hr {
    height: 2px;
    margin: 0 -10px 15px;
  }
}

@charset "utf-8";

.qa_content {
  font-weight: bold;
  font-size: 1.3rem;
  background: url(../images/common/bg_wood.jpg) repeat-y;
  word-wrap: break-word;
  word-break: break-all;
}

.qa_content .main_content_inner {
  padding-top: 34px;
  padding-bottom: 34px;
}

.qa_image {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

.qa_categories {
  width: 480px;
  margin: 0 auto 24px;
}

.qa_categories li {
  float: left;
  margin: 0 10px 34px 10px;
  text-align: center;
  color: #012d77;
  font-weight: bold;
}

.qa_categories li a {
  color: #012d77;
}

.qa_categories .qa_category_bg {
  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: 100px;
  height: 100px;
  margin-bottom: 8px;
  border: 2px solid #012d77;
  background: #fff9de;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qa_content_category {
  background: #fff;
  border-radius: 18px;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.qa_content_title {
  text-align: center;
  margin-bottom: 30px;
}

.qa_content_qa_list {
  margin: 0 auto;
  width: 630px;
}

.qa_content_qa_list dt {
  border: 1px solid #012d77;
  margin-bottom: 30px;
}

.qa_content_qa_list dt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  padding: 0 25px 0 0;
  color: #012d77;
  font-weight: bold;
  font-size: 1.6rem;
}

.qa_content_qa_list dt a picture {
  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: 88px;
}

.qa_content_qa_list dt {
  position: relative;
  margin-top: 5px;
}

.qa_content_qa_toggle {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 25px;
  margin-top: -15px;
  border: 1px solid #012d77;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qa_content_qa_toggle:after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/community/q_a/icon_qa_toggle_arrow.png) 11px 11px no-repeat;
  background-size: 9px auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.qa_content_qa_toggle.is-open:after {
  background: url(../images/community/q_a/icon_qa_toggle_arrow.png) 10px 10px no-repeat;
  background-size: 9px auto;
  -webkit-transform: none;
  transform: none;
}

.qa_content_qa_list dt,
.qa_content_qa_list dd {
  margin-left: 0;
  margin-right: 0;
}

.qa_content_qa_list dd {
  display: none;
}

.qa_content_q {
  position: relative;
  padding-top: 4px;
  /*margin-bottom: 25px;*/
  padding-bottom: 25px;
  padding-left: 34px;
  color: #012d77;
}

.qa_content_q a {
  color: #012d77;
  text-decoration: underline;
}

.q_mark {
  position: absolute;
  width: 28px;
  height: 28px;
  margin-left: -34px;
  margin-top: -4px;
  border: 2px solid #012d77;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.q_mark:after {
  display: block;
  content: "Q";
  color: #012d77;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
}

.qa_content_a {
  display: none;
  /*margin-bottom: 25px;*/
  padding-bottom: 25px;
}

.qa_content_a a {
  color: #012d77;
}

.qa_content_a_text {
  padding-top: 4px;
  position: relative;
  padding-left: 34px;
}

.a_mark {
  position: absolute;
  width: 28px;
  height: 28px;
  margin-left: -34px;
  margin-top: -4px;
  border: 2px solid #a85f00;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.a_mark:after {
  display: block;
  content: "A";
  color: #a85f00;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
}

.qa_content_a_check {
  padding-bottom: 25px;
}

.qa_content_a_check_inner {
  padding: 25px 20px;
  border: 1px solid #37ae9f;
  border-radius: 15px;
}

.qa_content_a_check-list {
  counter-reset: number;
  margin: 0;
  padding-left: 28px;
}

.qa_content_a_check-list li {
  position: relative;
  margin-top: 30px;
}

.qa_content_a_check-list li:first-of-type {
  margin-top: 24px;
}

.qa_content_a_check-list li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  background: #37ae9f;
  display: block;
  width: 22px;
  height: 22px;
  margin-left: -28px;
  margin-top: -2px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
}

@media screen and (max-width: 640px) {
  .qa_categories {
    width: 299px;
  }

  .qa_categories li {
    float: left;
    /* margin: 0 28px 30px 0; */
  }

  .qa_categories li:nth-of-type(3n) {
    margin-right: 0;
  }

  .qa_categories .qa_category_bg {
    width: 81px;
    height: 81px;
    margin-bottom: 8px;
    border: 2px solid #012d77;
    background: #fff9de;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .qa_category_pastry_icon {
    width: 50px;
  }

  .qa_category_cream_icon {
    width: 45px;
  }

  .qa_category_butter_icon {
    width: 64px;
  }

  .qa_category_chocolate_icon {
    width: 52px;
  }

  .qa_category_sugar_icon {
    width: 36px;
  }

  .qa_category_nuts_icon {
    width: 39px;
  }

  .qa_category_rice_icon {
    width: 36px;
  }

  .qa_category_other_icon {
    width: 56px;
  }

  .qa_content_category_pastry .qa_content_title img {
    width: 110px;
  }

  .qa_content_category_cream .qa_content_title img {
    width: 154px;
  }

  .qa_content_qa_list {
    margin: 0 17px;
    width: auto;
  }

  .qa_content_qa_list dt a picture {
    width: 50px;
  }

  .qa_content_a_check picture img {
    width: 155px;
  }

  .qa_content_qa_cake a picture img {
    width: 31px;
  }

  .qa_content_qa_chiffon a picture img {
    width: 26px;
  }

  .qa_content_qa_meringue a picture img {
    width: 24px;
  }

  .qa_content_qa_butter-cake a picture img {
    width: 25px;
  }

  .qa_content_qa_madeleine a picture img {
    width: 24px;
  }

  .qa_content_qa_pie a picture img {
    width: 30px;
  }

  .qa_content_qa_tart a picture img {
    width: 26px;
  }

  .qa_content_qa_cookie a picture img {
    width: 28px;
  }

  .qa_content_qa_macaroon a picture img {
    width: 25px;
  }

  .qa_content_qa_topping a picture img {
    width: 27px;
  }

  .qa_content_qa_choux a picture img {
    width: 24px;
  }

  .qa_content_qa_custard a picture img {
    width: 24px;
  }

  .qa_content_qa_raw-cream picture img {
    width: 24px;
  }

  .qa_content_qa_butter picture img {
    width: 35px;
  }

  .qa_content_qa_chocolate picture img {
    width: 22px;
  }

  .qa_content_qa_sugar picture img {
    width: 19px;
  }

  .qa_content_qa_nuts picture img {
    width: 21px;
  }

  .qa_content_qa_rice picture img {
    width: 19px;
  }

  .qa_content_qa_other picture img {
    width: 36px;
  }
}

@charset "utf-8";

.list_content .main_content_inner {
  padding-left: 168px;
  padding-right: 214px;
}

.btn_list-point {
  display: block;
  margin: -76px 0 53px auto;
  padding-left: 0;
  padding-right: 0;
  width: 200px;
  text-align: center;
}

.table_list_content {
  position: relative;
  margin: 0 auto 0 66px;
  border: 1px solid #c9b89c;
  background-color: #fff;
  table-layout: fixed;
  line-height: 1.3;
}

.table_list_content th,
.table_list_content td {
  border-left: 1px solid #c9b89c;
  font-weight: bold;
}

.table_list_content th {
  padding: 13px 0 13px 23px;
}

.table_list_content thead th {
  padding: 13px 0;
  width: 100px;
  background-color: #fbf4d6;
  color: #c6741d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table_list_content thead th.title {
  padding: 13px 0 13px 23px;
  width: 253px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table_list_content thead th.title,
.table_list_content tbody th {
  text-align: left;
  color: #a22200;
}

.table_list_content tbody td {
  padding: 10px 30px 10px 0;
  text-align: right;
}

.table_list_content tbody tr:nth-child(even) th,
.table_list_content tbody tr:nth-child(even) td {
  background-color: #f5f3eb;
}

.list_content_section-05 .table_list_content thead th {
  width: 297px;
}

.list_content_section-05 .table_list_content thead th.title {
  width: 253px;
}

.list_content_section-05 .table_list_content td {
  padding-right: 0;
  text-align: center;
}

.list_content_section {
  margin-bottom: 50px;
}

.list_content_section-06 {
  margin-bottom: 170px;
}

.list_content_section .note {
  margin-left: 66px;
}

.list_content_section .note small {
  color: #1e1e1e;
  font-size: 1.2rem;
}

.list_content_section .table_list_content:before {
  position: absolute;
  content: "";
}

.list_content_section-01 .table_list_content:before {
  left: -161px;
  top: 48px;
  width: 161px;
  height: 202px;
  background: url(../images/img_bg-list01.png);
}

.list_content_section-02 .table_list_content:before {
  left: -136px;
  top: 61px;
  width: 136px;
  height: 251px;
  background: url(../images/img_bg-list02.png);
}

.list_content_section-03 .table_list_content:before {
  left: -164px;
  top: 93px;
  width: 164px;
  height: 267px;
  background: url(../images/img_bg-list03.png);
}

.list_content_section-04 .table_list_content:before {
  left: -141px;
  top: 59px;
  width: 141px;
  height: 314px;
  background: url(../images/img_bg-list04.png);
}

.list_content_section-05 .table_list_content:before {
  left: -95px;
  top: 13px;
  width: 95px;
  height: 110px;
  background: url(../images/img_bg-list05.png);
}

.list_content_section-06 .table_list_content:before {
  left: -98px;
  top: 11px;
  width: 98px;
  height: 197px;
  background: url(../images/img_bg-list06.png);
}

.list_content_point {
  position: relative;
}

.list_content_point:before {
  position: absolute;
  content: "";
  top: -99px;
  right: -117px;
  width: 430px;
  height: 307px;
  background: url(../images/img_bg-list07.png);
}

.list_content_point .title {
  margin-bottom: 60px;
  color: #012d77;
  font-size: 2.2rem;
  font-weight: bold;
}

.list_content_point .text {
  position: inherit;
  margin-bottom: 40px;
  color: #1e1e1e;
  z-index: 1;
}

.ol_list_content {
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
  color: #012d77;
  counter-reset: list-count;
}

.ol_list_content > li {
  margin-bottom: 12px;
}

.ol_list_content > li:before {
  display: inline-block;
  content: counter(list-count);
  counter-increment: list-count;
  margin: 0 11px 0 3px;
  border: 2px solid #012d77;
  width: 25px;
  height: 25px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
}

.ol_list_content > li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .list_content .main_content_inner {
    padding: 65px 10px 50px;
  }

  .list_content_point:before {
    display: none;
  }

  .btn_list-point {
    margin: -52px 0 26px auto;
    padding-left: 0;
    padding-right: 0;
    width: 126px;
  }

  .list_content_section {
    margin-bottom: 23px;
  }

  .list_content_section-06 {
    margin-bottom: 78px;
  }

  .table_list_content {
    margin-left: 0;
    width: 100%;
    font-size: 1.1rem;
  }

  .table_list_content thead th {
    padding: 7px 0;
    width: 17.9229480737%;
  }

  .table_list_content thead th.title {
    padding: 7px 0 7px 4px;
    width: 46.0636515913%;
  }

  .table_list_content th {
    padding: 7px 0 7px 4px;
  }

  .table_list_content tbody td {
    padding: 7px 12px 7px 0;
  }

  .list_content_section-05 .table_list_content thead th {
    width: 53.9363484087%;
  }

  .list_content_section-05 .table_list_content thead th.title {
    width: 46.0636515913%;
  }

  .list_content_section .table_list_content:before {
    display: none;
  }

  .list_content_section .note {
    margin-left: 0;
  }

  .list_content_point .title {
    margin-bottom: 25px;
    font-size: 1.6rem;
  }

  .list_content_point .text {
    margin-bottom: 30px;
    font-size: 1.3rem;
  }

  .ol_list_content {
    margin-bottom: 40px;
    font-size: 1.3rem;
  }

  .ol_list_content > li {
    margin-bottom: 25px;
  }

  .ol_list_content > li:before {
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .ol_list_content + .text {
    margin-bottom: 15px;
  }
}

@charset "utf-8";

.link_content a {
  color: #012d77;
}

.link_list li {
  margin-bottom: 54px;
}

.link_list li:last-child {
  margin-bottom: 0;
}

.link_list_name {
  float: left;
  color: #1e1e1e;
  width: 264px;
}

.link_list_url {
  float: left;
}

@media screen and (max-width: 640px) {
  .link_list li {
    margin-bottom: 20px;
  }

  .link_list_name {
    float: none;
    width: auto;
    font-weight: bold;
  }

  .link_list_url {
    float: none;
    word-wrap: break-word;
    word-break: break-all;
  }
}

@charset "utf-8";

.sitemap_content {
  color: #1e1e1e;
}

.sitemap_content .list-circle {
  margin-bottom: 23px;
  padding-left: 1.4rem;
}

.sitemap_content .list-circle li {
  margin-bottom: 23px;
  font-size: 1.4rem;
  line-height: 1;
}

.sitemap_content .list-circle li:last-of-type {
  margin-bottom: 0;
}

.sitemap_content .list-circle li a {
  color: #012d77;
}

.sitemap_content .list-circle li:before {
  left: -1.4rem;
}

.sitemap_content .main_content_inner {
  padding: 40px 40px 96px;
}

.sitemap_column {
  float: left;
}

.sitemap_column > :last-child {
  margin-bottom: 0;
}

.sitemap_row1 {
  margin: 0 0 75px;
}

.sitemap_row1 > div:nth-of-type(1) {
  width: 196px;
  margin-right: 32px;
}

.sitemap_row1 > div:nth-of-type(2) {
  width: 692px;
}

.sitemap_recipe_row > div:nth-of-type(1) {
  width: 249px;
}

.sitemap_recipe_row > div:nth-of-type(2) {
  width: 234px;
}

.sitemap_recipe_row > div:nth-of-type(3) {
  width: 209px;
}

.sitemap_recipe_column {
  float: left;
}

.sitemap_recipe_column > :last-child {
  margin-bottom: 0;
}

.sitemap_recipe_h {
  margin: 0 0 16px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

.sitemap_recipe-list {
  margin-bottom: 20px;
}

.sitemap_recipe-list li {
  margin-bottom: 14px;
  line-height: 1;
}

.sitemap_recipe-list li a {
  color: #012d77;
}

.sitemap_recipe-list li a picture {
  display: inline-block;
  margin-right: 4px;
  min-width: 24px;
  max-width: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.sitemap_recipe-list li a img {
  vertical-align: middle;
  width: auto;
  max-width: 100%;
}

.sitemap_recipe-list li:last-of-type {
  margin-bottom: 0;
}

.sitemap_row2 > div:nth-of-type(1) {
  width: 204px;
  margin-right: 62px;
}

.sitemap_row2 > div:nth-of-type(2) {
  width: 206px;
  margin-right: 62px;
}

.sitemap_row2 > div:nth-of-type(3) {
  width: 386px;
}

.sitemap_section_lv1 {
  margin-bottom: 50px;
}

.sitemap_section_lv1 > :last-child {
  margin-bottom: 0;
}

.sitemap_h_lv1 {
  padding-bottom: 12px;
  margin: 0 0 23px;
  border-bottom: 3px solid #012d77;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

.sitemap_h_lv2 {
  margin: 0 0 23px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

.sitemap_h_blue {
  color: #012d77;
}

@media screen and (max-width: 640px) {
  .sitemap_content .list-circle {
    margin-bottom: 23px;
  }

  .sitemap_content .list-circle li {
    margin-bottom: 23px;
  }

  .sitemap_content .list-circle li:last-of-type {
    margin-bottom: 0;
  }

  .sitemap_content .main_content_inner {
    padding: 40px 10px 65px;
  }

  .sitemap_column {
    float: none;
  }

  .sitemap_column > :last-child {
    margin-bottom: 65px;
  }

  .sitemap_row1 {
    margin: 0;
  }

  .sitemap_row1 > div:nth-of-type(1) {
    width: auto;
    margin-right: 0;
  }

  .sitemap_row1 > div:nth-of-type(2) {
    width: auto;
  }

  .sitemap_recipe_row > div:nth-of-type(1) {
    width: auto;
  }

  .sitemap_recipe_row > div:nth-of-type(2) {
    width: auto;
  }

  .sitemap_recipe_row > div:nth-of-type(3) {
    width: auto;
  }

  .sitemap_recipe_column {
    float: none;
  }

  .sitemap_recipe_column > :last-child {
    margin-bottom: 20px;
  }

  .sitemap_recipe_h {
    margin: 0 0 16px;
  }

  .sitemap_recipe-list {
    border-bottom: 3px solid #ddd6ba;
    margin-bottom: 20px;
  }

  .sitemap_recipe-list li:last-of-type {
    margin-bottom: 20px;
  }

  .sitemap_recipe_row > .sitemap_recipe_column:last-child > .sitemap_recipe-list:last-child {
    border-bottom: none;
  }

  .sitemap_recipe_row > .sitemap_recipe_column:last-child > .sitemap_recipe-list:last-child,
  .sitemap_recipe_row
    > .sitemap_recipe_column:last-child
    > .sitemap_recipe-list:last-child
    > li:last-of-type {
    margin: 0;
  }

  .sitemap_row2 > div:nth-of-type(1) {
    width: auto;
    margin-right: 0;
  }

  .sitemap_row2 > div:nth-of-type(2) {
    width: auto;
    margin-right: 0;
  }

  .sitemap_row2 > div:nth-of-type(3) {
    width: auto;
  }

  .main_content_inner > .sitemap_row:last-child > div.sitemap_column:last-of-type > ul:last-child {
    margin-bottom: 0;
  }

  .sitemap_section_lv1 {
    margin-bottom: 60px;
  }

  .sitemap_section_lv1 > :last-child {
    margin-bottom: 0;
  }

  .sitemap_h_lv1 {
    padding-bottom: 8px;
    margin: 0 0 11px;
    border-bottom: 3px solid #012d77;
    line-height: 1.4;
  }

  .sitemap_h_lv2 {
    margin: 0 0 23px;
  }
}

@charset "utf-8";

.sp-photo-contest_link {
  display: none;
}

.photo-contest {
  padding-top: 20px;
  background: url(../images/common/bg_dot-beige.png) #fcf8d9;
  color: #3c3c3c;
  font-size: 1.4rem;
}

.photo-contest p {
  line-height: 1.8;
}

.photo-contest .title {
  font-weight: bold;
  font-size: 1.6rem;
}

.photo-contest .btn img {
  margin-right: 13px;
  vertical-align: middle;
}

.photo-contest_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  width: 100%;
}

.photo-contest_title {
  position: relative;
  margin: 0 auto 30px;
  max-width: 807px;
  width: 100%;
  text-align: center;
}

.photo-contest_title p {
  position: absolute;
  right: 14px;
  bottom: 55px;
  width: 440px;
  height: 140px;
  color: #fff;
  text-align: left;
  font-size: 1.6rem;
}

.photo-contest_overview {
  margin: 0 auto 40px;
  max-width: 722px;
}

.photo-contest_overview_title {
  margin: 0 auto 45px;
  height: 56px;
  background: url(../images/common/img_ribbon-md.png) no-repeat center center;
  color: #7b3903;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  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;
}

.photo-contest_overview_body {
  padding: 0 30px;
}

.photo-contest_overview_body .text {
  float: left;
  max-width: 474px;
  width: 100%;
}

.photo-contest_overview_body .text .title {
  float: left;
  padding-left: 0;
  color: #3c3c3c;
}

.photo-contest_overview_body .text p {
  padding-left: 65px;
  color: #7b3903;
  vertical-align: middle;
}

.photo-contest_overview_body .image {
  float: right;
  width: 170px;
}

.photo-contest_guide {
  margin-bottom: 50px;
}

.photo-contest_guide .title {
  margin-bottom: 15px;
}

.photo-contest_guide .left {
  float: left;
  width: 450px;
}

.photo-contest_guide .right {
  float: right;
  width: 450px;
}

.photo-contest_guide ul {
  margin-bottom: 30px;
}

.photo-contest_guide ul li {
  line-height: 1.8;
}

.photo-contest_button {
  margin-bottom: 110px;
  text-align: center;
}

.photo-contest_application_title {
  margin: 0 auto 20px;
  width: 722px;
  height: 114px;
  background: url(../images/common/img_ribbon-lg.png) no-repeat center center;
  color: #7b3903;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  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;
}

.photo-contest_application_title p {
  line-height: normal;
}

.photo-contest_application_title img {
  vertical-align: -10px;
}

.photo-contest_application_title small {
  font-size: 1.6rem;
  font-weight: normal;
}

.photo-contest_application .list {
  margin: 0 auto 40px;
  text-align: center;
  max-width: 750px;
  width: 100%;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.photo-contest_application .list li {
  margin-bottom: 0.4%;
  width: 33.0666666667%;
}

.photo-contest_application .list:after {
  content: "";
  display: list-item;
  width: 33.0666666667%;
}

.photo-contest_application .list li .photo-contest_application_thumb {
  display: block;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.photo-contest_application_modal-prev,
.photo-contest_application_modal-next,
.photo-contest_application_modal-close {
  cursor: pointer;
}

.photo-contest_application_modal-prev.disable,
.photo-contest_application_modal-next.disable {
  visibility: hidden;
}

.photo-contest_button_more {
  cursor: pointer;
}

.photo-contest_button_more.disable {
  visibility: hidden;
}

.photo-contest_application_modal.remodal {
  max-width: 648px;
  border-radius: 10px;
  padding: 50px 32px 25px;
  text-align: left;
}

.photo-contest_entry {
  padding-left: 48px;
  padding-right: 48px;
}

.photo-contest_entry_photo {
  display: block;
  max-width: 340px;
  max-height: 340px;
  margin: 0 auto 45px;
}

.photo-contest_entry_title {
  padding: 0;
  color: #ae6301;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 26px;
}

.photo-contest_entry_heading {
  padding: 0;
  color: #ae6301;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 6px;
  line-height: 1;
}

.photo-contest_entry_used-product-name {
  color: #59310e;
  margin-bottom: 24px;
  line-height: 1.4;
}

.photo-contest_entry_comment {
  color: #59310e;
  margin-bottom: 32px;
}

.photo-contest_application_modal_buttons {
  position: relative;
}

.photo-contest_application_modal_prev-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.photo-contest_application_modal-prev,
.photo-contest_application_modal-next {
  position: relative;
  display: block;
  width: 53px;
  height: 53px;
  color: #503d1c;
  border: 1px solid #503d1c;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.photo-contest_application_modal-prev:before,
.photo-contest_application_modal-prev:after,
.photo-contest_application_modal-next:before,
.photo-contest_application_modal-next:after {
  position: absolute;
  display: block;
  content: "";
  width: 23px;
  height: 17px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.photo-contest_application_modal-prev:before {
  left: 8px;
  border-top: 1px solid #503d1c;
  -webkit-transform: rotate(-36deg);
  transform: rotate(-36deg);
}

.photo-contest_application_modal-prev:after {
  left: 8px;
  border-bottom: 1px solid #503d1c;
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
}

.photo-contest_application_modal-next:before {
  right: 8px;
  border-top: 1px solid #503d1c;
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
}

.photo-contest_application_modal-next:after {
  right: 8px;
  border-bottom: 1px solid #503d1c;
  -webkit-transform: rotate(-36deg);
  transform: rotate(-36deg);
}

.photo-contest_application_modal-close {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 180px;
  height: 53px;
  margin: 0 auto;
  border: 1px solid #503d1c;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #503d1c;
  line-height: 53px;
  font-size: 1.6rem;
}

.photo-contest_application_modal-close .icon-cross {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 6px;
}

.photo-contest_application_modal-close .icon-cross:before,
.photo-contest_application_modal-close .icon-cross:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  border-top: 1px solid #503d1c;
  width: 100%;
  height: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 15px;
}

.photo-contest_application_modal-close .icon-cross:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.photo-contest_application_modal-close .icon-cross:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.photo-contest_old {
  padding: 60px 0;
  background: url(../images/common/bg_dot-beige.png) #fff;
  text-align: center;
}

.photo-contest_button_old {
  cursor: pointer;
}

.photo-contest_old_modal.remodal {
  max-width: 575px;
  border-radius: 10px;
  padding: 30px 38px 20px 70px;
  text-align: left;
  background-color: #fff9e3;
  color: #59310e;
  font-size: 14px;
}

.photo-contest_old_modal-title {
  padding: 0;
  margin: 0 0 20px;
  color: #07b0b1;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}

.photo-contest_old_text {
  margin-bottom: 22px;
  line-height: 1.4;
  width: 420px;
}

.photo-contest_old_modal-close {
  position: absolute;
  top: 20px;
  right: 23px;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.photo-contest_old_modal-close .icon-cross {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 6px;
}

.photo-contest_old_modal-close .icon-cross:before,
.photo-contest_old_modal-close .icon-cross:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  border-top: 4px solid #07b0b1;
  width: 100%;
  height: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 12px;
}

.photo-contest_old_modal-close .icon-cross:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.photo-contest_old_modal-close .icon-cross:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.photo-contest_old_contests_wrapper {
  position: relative;
  max-height: 500px;
}

.photo-contest_old_contests {
  width: 100%;
  table-layout: fixed;
}

.photo-contest_old_contests li {
  position: relative;
  margin-bottom: 14px;
}

.photo-contest_old_contests li a {
  color: #59310e;
}

.photo-contest_old_contests .times {
  display: inline-block;
  width: 66px;
  position: absolute;
  top: 0;
  left: 0;
}

.photo-contest_old_contests .photo-contest_old_title {
  display: inline-block;
  padding-left: 70px;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .photo-contest {
    padding-top: 0;
  }

  .photo-contest_inner {
    margin-bottom: 75px;
  }

  .photo-contest .title {
    font-size: 1.4rem;
  }

  .photo-contest_title {
    margin: 0 auto 25px;
    background-color: #fb5b84;
  }

  .photo-contest_title p {
    position: relative;
    right: auto;
    bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0 40px;
    width: 87.5%;
    height: 18.4375%;
  }

  .photo-contest_overview_title {
    margin: 0 auto 23px;
    width: 93.28125%;
    background: url(../images/common/sp/img_ribbon-md.png) no-repeat center center;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.4rem;
  }

  .photo-contest_overview_title span {
    font-size: 1.4rem;
  }

  .sp-photo-contest_link {
    display: block;
    width: 96.09375%;
    height: 57px;
    margin: 0 auto 15px;
    border: 1px solid #d0b33b;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    -webkit-box-shadow: 2px 4px 0px 0px #d0b33b;
    box-shadow: 2px 4px 0px 0px #d0b33b;
    border-radius: 10px;
  }

  .sp-photo-contest_link > div {
    float: left;
    width: 33.3333333333%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .sp-photo-contest_link .left {
    border-right: 1px solid #d0b33b;
  }

  .sp-photo-contest_link .right {
    border-left: 1px solid #d0b33b;
  }

  .sp-photo-contest_link a {
    color: #6e3400;
    font-size: 1.3rem;
  }

  .photo-contest_overview {
    margin-bottom: 35px;
  }

  .photo-contest_overview_body {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 87.5%;
  }

  .photo-contest_overview_body .text {
    float: none;
    width: 100%;
  }

  .photo-contest_overview_body .text .title {
    float: none;
  }

  .photo-contest_overview_body .text p {
    margin-bottom: 15px;
    padding: 0;
  }

  .photo-contest_overview_body .image {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }

  .photo-contest_overview_body .image img {
    width: 76.7857142857%;
  }

  .photo-contest_guide {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 87.5%;
  }

  .photo-contest_guide ul {
    margin-bottom: 0;
  }

  .photo-contest_guide .left {
    margin-bottom: 30px;
  }

  .photo-contest_guide .left,
  .photo-contest_guide .right {
    float: none;
    width: 100%;
  }

  .photo-contest_button {
    margin-bottom: 35px;
  }

  .photo-contest_button .btn-large {
    width: 78.125%;
  }

  .photo-contest_button .btn-large .photo img {
    width: 12.6%;
  }

  .photo-contest_application {
    width: 98.4375%;
    margin: 0 auto;
  }

  .photo-contest_application_title {
    width: 100%;
    height: auto;
    margin: 0 auto 23px;
    padding: 10px 0 7px;
    background: url(../images/common/sp/img_ribbon-md.png) no-repeat center center;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.6rem;
  }

  .photo-contest_application_title .phone img {
    width: 5.2380952381%;
    vertical-align: middle;
  }

  .photo-contest_application_title small {
    font-size: 1rem;
  }

  .photo-contest_application_modal.remodal {
    padding: 10px 10px 20px;
    border-radius: 5px;
  }

  .photo-contest_entry {
    padding-left: 0;
    padding-right: 0;
  }

  .photo-contest_entry_photo {
    display: block;
    margin: 0 auto 14px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 300px;
  }

  .photo-contest_entry_title {
    font-size: 1.4rem;
    margin-left: 10px;
    margin-right: 10px;
  }

  .photo-contest_entry_heading {
    font-size: 1.4rem;
    margin-left: 10px;
    margin-right: 10px;
  }

  .photo-contest_entry_used-product-name {
    margin-left: 10px;
    margin-right: 10px;
  }

  .photo-contest_entry_comment {
    margin-left: 10px;
    margin-right: 10px;
  }

  .photo-contest_application_modal-prev,
  .photo-contest_application_modal-next {
    width: 45px;
    height: 50px;
    border-radius: 5px;
  }

  .photo-contest_application_modal-prev:before,
  .photo-contest_application_modal-prev:after,
  .photo-contest_application_modal-next:before,
  .photo-contest_application_modal-next:after {
    width: 20px;
    height: 15px;
  }

  .photo-contest_application_modal-prev:before {
    left: 6px;
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
  }

  .photo-contest_application_modal-prev:after {
    left: 6px;
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }

  .photo-contest_application_modal-next:before {
    right: 6px;
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }

  .photo-contest_application_modal-next:after {
    right: 6px;
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
  }

  .photo-contest_application_modal-close {
    width: 110px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
  }

  .photo-contest_application_modal-close .icon-cross {
    width: 17px;
    height: 17px;
    margin-right: 2px;
  }

  .photo-contest_application_modal-close .icon-cross:before,
  .photo-contest_application_modal-close .icon-cross:after {
    margin-top: 11px;
  }

  .photo-contest_application .list {
    margin-bottom: 22px;
  }

  .photo-contest_old {
    padding: 57px 0 50px;
  }

  .photo-contest_old .file img {
    width: 14.0127388535%;
  }

  .photo-contest_old_modal.remodal {
    border-radius: 5px;
    padding: 20px 6px 6px 6px;
  }

  .photo-contest_old_modal-title {
    margin: 0 10px 20px;
    font-size: 1.5rem;
  }

  .photo-contest_old_text {
    margin: 0 10px 22px;
    width: auto;
    font-size: 1.4rem;
  }

  .photo-contest_old_modal-close {
    top: 17px;
    right: 15px;
    font-size: 1.5rem;
  }

  .photo-contest_old_modal-close .icon-cross {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }

  .photo-contest_old_modal-close .icon-cross:before,
  .photo-contest_old_modal-close .icon-cross:after {
    border-top: 3px solid #07b0b1;
    margin-top: 9px;
  }

  .photo-contest_old_contests_wrapper {
    padding-right: 15px;
    max-height: 340px;
  }

  .photo-contest_old_contests li {
    margin-bottom: 14px;
  }

  .photo-contest_old_contests .times {
    display: block;
    width: auto;
    position: static;
  }

  .photo-contest_old_contests .photo-contest_old_title {
    display: block;
    padding-left: 0;
  }
}

/*# sourceMappingURL=app.css.map */

/* 220427追記 */
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
@media screen and (max-width: 640px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}

.breadcrumb_cont li {
  font-size: 13px;
}
