@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Oswald&display=swap);@charset "UTF-8";
/*! sanitize.css v7.0.3 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 2 */ }

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

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 2 */
  line-height: 1.15;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */ }

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

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

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

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

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

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none; }

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

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

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

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

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

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

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

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

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

/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0; }

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */ }

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

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

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

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

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

iframe {
  border: none !important; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #410401;
  text-align: left;
  letter-spacing: 0.05em;
  background-color: #DFD5CB;
  background-image: url(../images/common/bg-noise02.png);
  background-repeat: repeat; }
  body.overflowx {
    overflow-x: hidden; }
  body.is-fixed {
    overflow: hidden; }
  body.is-added {
    padding-top: 70px; }
    @media screen and (min-width: 992px) {
      body.is-added {
        padding-top: 100px; } }

::-moz-selection {
  background: #DD2922;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #DD2922;
  color: #fff;
  text-shadow: none; }

.c-container {
  width: 100%;
  max-width: 1280px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 768px) {
    .c-container {
      padding-right: 10px;
      padding-left: 10px; } }

.c-section-header {
  border-top: 2px solid #410401;
  border-bottom: 2px solid #410401;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  position: relative; }
  @media screen and (min-width: 768px) {
    .c-section-header {
      padding-top: 25px;
      padding-bottom: 25px; } }
  .c-section-header::after {
    content: '';
    display: block;
    width: 150px;
    height: 5px;
    background-color: #DD2922;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto; }
  .c-section-header h2 {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.06em; }
    @media screen and (min-width: 768px) {
      .c-section-header h2 {
        font-size: 25px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .c-section-header h2 span {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      border: 1px solid #673734;
      font-size: 14px;
      letter-spacing: 0.06em;
      padding: 6px 18px;
      line-height: 1;
      margin-top: 2px; }
      @media screen and (min-width: 768px) {
        .c-section-header h2 span {
          margin-left: 20px; } }

#index .item-modal {
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  z-index: 9999; }
  @media screen and (min-width: 992px) {
    #index .item-modal {
      position: absolute;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      height: calc(100% - 42px);
      z-index: 1000; } }
  #index .item-modal.is-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: show 0.3s linear 0s;
            animation: show 0.3s linear 0s; }
  #index .item-modal .item-modal__inner {
    width: 100%;
    height: 100%;
    background-color: rgba(223, 213, 203, 0.95);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 992px) {
      #index .item-modal .item-modal__inner {
        padding: 10px; } }
  #index .item-modal .item-modal__image {
    width: 50%;
    text-align: center; }
    @media screen and (min-width: 992px) {
      #index .item-modal .item-modal__image {
        display: none; } }
    #index .item-modal .item-modal__image img {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
    #index .item-modal .item-modal__image p {
      text-align: center;
      font-size: 16px;
      margin-top: 10px;
      font-weight: bold; }
  #index .item-modal .item-modal__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 20px; }
    @media screen and (min-width: 992px) {
      #index .item-modal .item-modal__links {
        margin-top: 0; } }
    #index .item-modal .item-modal__links .link-product, #index .item-modal .item-modal__links .link-brand {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #index .item-modal .item-modal__links .link-product + div, #index .item-modal .item-modal__links .link-brand + div {
        margin-top: 20px;
        width: 80%; }
        @media screen and (min-width: 768px) {
          #index .item-modal .item-modal__links .link-product + div, #index .item-modal .item-modal__links .link-brand + div {
            margin-top: 10px; } }
        #index .item-modal .item-modal__links .link-product + div a, #index .item-modal .item-modal__links .link-brand + div a {
          padding: 10px; }
      #index .item-modal .item-modal__links .link-product a, #index .item-modal .item-modal__links .link-brand a {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 70%;
        padding: 20px;
        width: 100%;
        background-color: #fff;
        position: relative; }
        @media screen and (min-width: 992px) {
          #index .item-modal .item-modal__links .link-product a, #index .item-modal .item-modal__links .link-brand a {
            max-width: 100%;
            padding: 10px; } }
        #index .item-modal .item-modal__links .link-product a::after, #index .item-modal .item-modal__links .link-brand a::after {
          content: '';
          width: 7px;
          height: 7px;
          display: block;
          position: absolute;
          bottom: 5px;
          right: 5px;
          background-image: url(../images/common/cursor-right_r.svg);
          background-size: 100% auto; }
          @media screen and (min-width: 768px) {
            #index .item-modal .item-modal__links .link-product a::after, #index .item-modal .item-modal__links .link-brand a::after {
              width: 7px;
              height: 7px; } }
        #index .item-modal .item-modal__links .link-product a strong, #index .item-modal .item-modal__links .link-brand a strong {
          font-weight: bold;
          font-size: 14px; }
        #index .item-modal .item-modal__links .link-product a span, #index .item-modal .item-modal__links .link-brand a span {
          font-family: "Oswald", sans-serif;
          font-size: 12px;
          letter-spacing: 0.05em;
          display: block;
          margin-top: 0; }
    #index .item-modal .item-modal__links .link-product a {
      background-color: #fff; }
      #index .item-modal .item-modal__links .link-product a::after {
        background-image: url(../images/common/cursor-right_br.svg); }
      #index .item-modal .item-modal__links .link-product a strong {
        font-weight: normal; }
        @media screen and (min-width: 768px) {
          #index .item-modal .item-modal__links .link-product a strong {
            font-size: 12px; } }
      @media screen and (min-width: 992px) {
        #index .item-modal .item-modal__links .link-product a {
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
          #index .item-modal .item-modal__links .link-product a:hover {
            background-color: #DD2922;
            color: #fff !important; } }
    #index .item-modal .item-modal__links .link-brand a {
      background-color: #410401;
      color: #fff !important; }
      @media screen and (min-width: 992px) {
        #index .item-modal .item-modal__links .link-brand a {
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
          #index .item-modal .item-modal__links .link-brand a:hover {
            background-color: #DD2922; } }

@media screen and (min-width: 992px) {
  #index .index-recommend__list li:hover .item-modal {
    opacity: 1;
    visibility: visible; } }

#index .index-cover {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    #index .index-cover {
      margin-top: 20px; } }
  #index .index-cover img {
    width: 100%;
    height: auto; }

#index .index-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -30px; }
  @media screen and (min-width: 768px) {
    #index .index-news {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-top: -50px;
      padding: 0 5%;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media screen and (min-width: 768px) {
    #index .index-news .index-news__banner {
      width: 40%; } }
  #index .index-news .index-news__banner a {
    display: block;
    padding: 0 3% 0 5%;
    position: relative; }
    #index .index-news .index-news__banner a::after {
      content: '';
      background-color: #fff;
      display: block;
      position: absolute;
      z-index: 0;
      top: 8px;
      width: 92%;
      height: 100%;
      right: 5px; }
      @media screen and (min-width: 768px) {
        #index .index-news .index-news__banner a::after {
          width: 100%;
          height: 100%;
          top: 10px;
          left: 10px; } }
    @media screen and (min-width: 768px) {
      #index .index-news .index-news__banner a {
        padding: 0;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        opacity: 1; }
        #index .index-news .index-news__banner a:hover img {
          opacity: 0.8; } }
    #index .index-news .index-news__banner a img {
      width: 100%;
      z-index: 50;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      opacity: 1;
      position: relative;
      vertical-align: middle; }
  #index .index-news .index-news__news {
    position: relative;
    margin-top: 25px;
    margin-right: -10px;
    margin-left: 5%;
    padding: 15px 15px 15px 30px;
    background-color: #fff; }
    @media screen and (min-width: 768px) {
      #index .index-news .index-news__news {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 59%;
        margin-top: 15px;
        margin-right: 0;
        margin-left: 1%;
        padding: 10px 20px;
        border-radius: 40px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media screen and (min-width: 992px) {
      #index .index-news .index-news__news {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 55%;
        margin-top: 6.3%;
        margin-right: 0;
        margin-left: 5%;
        padding: 10px 25px;
        border-radius: 40px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    #index .index-news .index-news__news::after {
      position: absolute;
      top: -12px;
      left: 10px;
      display: block;
      width: 5px;
      height: 70px;
      background-color: #DD2922;
      content: ''; }
      @media screen and (min-width: 768px) {
        #index .index-news .index-news__news::after {
          display: none; } }
    #index .index-news .index-news__news .title {
      font-size: 15px;
      font-weight: 700; }
      @media screen and (min-width: 768px) {
        #index .index-news .index-news__news .title {
          margin-right: 20px;
          padding-left: 15px;
          border-left: 4px solid #DD2922;
          font-size: 13px;
          white-space: nowrap; } }
      @media screen and (min-width: 992px) {
        #index .index-news .index-news__news .title {
          font-size: 15px; }
          #index .index-news .index-news__news .title br {
            display: none; } }
    #index .index-news .index-news__news .list {
      font-size: 12px;
      overflow: hidden; }
      #index .index-news .index-news__news .list .js-news-item dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        line-height: 1; }
        #index .index-news .index-news__news .list .js-news-item dl dt {
          line-height: 1; }
          #index .index-news .index-news__news .list .js-news-item dl dt i {
            display: none; }
          #index .index-news .index-news__news .list .js-news-item dl dt span {
            width: 80px;
            padding-right: 10px;
            font-size: 12px;
            display: block;
            padding-bottom: 2px; }
        #index .index-news .index-news__news .list .js-news-item dl dd {
          overflow: hidden;
          white-space: nowrap;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          height: 1rem;
          width: calc(100% - 90px);
          line-height: 1; }
      #index .index-news .index-news__news .list a {
        font-weight: 700;
        color: #410401; }

#index .index-slider {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  padding-right: 0 !important;
  padding-left: 0 !important; }
  @media screen and (min-width: 768px) {
    #index .index-slider {
      overflow: visible;
      margin: 40px auto;
      padding: 0 3% !important; } }
  @media screen and (min-width: 768px) {
    #index .index-slider .index-slider__item {
      margin-bottom: 15px; } }
  #index .index-slider .index-slider__item a {
    display: block;
    margin: 0 10px;
    color: #410401;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      #index .index-slider .index-slider__item a:hover dl {
        background-color: #DD2922; }
        #index .index-slider .index-slider__item a:hover dl dd {
          color: #fff; } }
    #index .index-slider .index-slider__item a dl {
      padding: 5px;
      background-color: #fff;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      #index .index-slider .index-slider__item a dl dt img {
        width: 100%; }
      #index .index-slider .index-slider__item a dl dd {
        padding: 5px;
        font-size: 11px;
        font-weight: 500;
        text-align: center; }
        @media screen and (min-width: 768px) {
          #index .index-slider .index-slider__item a dl dd {
            font-size: 14px; } }
  #index .index-slider .slide-arrow {
    position: absolute;
    top: 45%; }
  #index .index-slider .prev-arrow {
    z-index: 100;
    left: 10vw;
    display: block;
    width: 20px;
    height: 30px;
    background-image: url(../images/cursor-left.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    cursor: pointer;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease; }
    @media screen and (min-width: 768px) {
      #index .index-slider .prev-arrow {
        left: -20px;
        width: 20px;
        height: 40px; } }
    @media screen and (min-width: 1200px) {
      #index .index-slider .prev-arrow {
        left: -30px; } }
    #index .index-slider .prev-arrow:hover {
      opacity: 0.5; }
  #index .index-slider .next-arrow {
    z-index: 100;
    right: 10vw;
    display: block;
    width: 20px;
    height: 30px;
    background-image: url(../images/cursor-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    cursor: pointer;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease; }
    @media screen and (min-width: 768px) {
      #index .index-slider .next-arrow {
        right: -20px;
        width: 20px;
        height: 40px; } }
    @media screen and (min-width: 1200px) {
      #index .index-slider .next-arrow {
        right: -30px; } }
    #index .index-slider .next-arrow:hover {
      opacity: 0.5; }
  #index .index-slider .slick-dots li {
    width: 7px;
    height: 7px;
    background-color: #410401; }
    @media screen and (min-width: 768px) {
      #index .index-slider .slick-dots li {
        width: 7px;
        height: 7px; } }
    #index .index-slider .slick-dots li.slick-active {
      background-color: #DD2922; }
    #index .index-slider .slick-dots li::before {
      display: none; }
    #index .index-slider .slick-dots li button {
      display: none; }

#index .index-recommend {
  margin-top: 50px;
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat; }
  #index .index-recommend::before {
    display: block;
    width: 110px;
    height: 4px;
    margin: 0 auto;
    background-color: #DD2922;
    content: ''; }
    @media screen and (min-width: 768px) {
      #index .index-recommend::before {
        width: 120px; } }
  #index .index-recommend .index-recommend__inner {
    padding: 40px 0; }
    @media screen and (min-width: 768px) {
      #index .index-recommend .index-recommend__inner {
        padding: 100px 0; } }
    #index .index-recommend .index-recommend__inner .index-recommend__title {
      text-align: center; }
      @media screen and (min-width: 768px) {
        #index .index-recommend .index-recommend__inner .index-recommend__title {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      #index .index-recommend .index-recommend__inner .index-recommend__title .en {
        font-family: "Oswald", sans-serif;
        font-size: 35px;
        letter-spacing: 0.06em; }
        @media screen and (min-width: 768px) {
          #index .index-recommend .index-recommend__inner .index-recommend__title .en {
            margin-bottom: -5px;
            font-size: 38px;
            line-height: 1; } }
      #index .index-recommend .index-recommend__inner .index-recommend__title h2 {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.06em; }
        @media screen and (min-width: 768px) {
          #index .index-recommend .index-recommend__inner .index-recommend__title h2 {
            margin-left: 40px;
            padding-left: 10px;
            border-left: 2px solid #410401;
            font-size: 24px;
            line-height: 1; } }
    #index .index-recommend .index-recommend__inner .index-recommend__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media screen and (min-width: 768px) {
        #index .index-recommend .index-recommend__inner .index-recommend__list {
          margin-top: 60px;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      #index .index-recommend .index-recommend__inner .index-recommend__list li {
        width: 50%;
        margin-bottom: 25px; }
        @media screen and (min-width: 768px) {
          #index .index-recommend .index-recommend__inner .index-recommend__list li {
            width: 20%;
            position: relative; } }
        #index .index-recommend .index-recommend__inner .index-recommend__list li.pcShow {
          display: none; }
          @media screen and (min-width: 768px) {
            #index .index-recommend .index-recommend__inner .index-recommend__list li.pcShow {
              display: inherit; } }
        #index .index-recommend .index-recommend__inner .index-recommend__list li a {
          display: block;
          color: #410401;
          text-decoration: none;
          position: relative; }
          @media screen and (min-width: 768px) {
            #index .index-recommend .index-recommend__inner .index-recommend__list li a:hover {
              opacity: 0.75;
              -webkit-transition: all .2s ease;
              -o-transition: all .2s ease;
              transition: all .2s ease; } }
          #index .index-recommend .index-recommend__inner .index-recommend__list li a dl dt {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
                -ms-flex-align: start;
                    align-items: flex-start; }
            #index .index-recommend .index-recommend__inner .index-recommend__list li a dl dt img {
              width: 70%;
              height: auto; }
              @media screen and (min-width: 768px) {
                #index .index-recommend .index-recommend__inner .index-recommend__list li a dl dt img {
                  width: 80%;
                  -webkit-transition: all .2s ease;
                  -o-transition: all .2s ease;
                  transition: all .2s ease; } }
          #index .index-recommend .index-recommend__inner .index-recommend__list li a dl dd {
            font-size: 14px;
            font-weight: 700;
            text-align: center; }
            @media screen and (min-width: 768px) {
              #index .index-recommend .index-recommend__inner .index-recommend__list li a dl dd {
                margin-top: 10px; } }
    #index .index-recommend .index-recommend__inner .index-recommend__button {
      margin-top: 20px;
      padding: 0 10%; }
      @media screen and (min-width: 768px) {
        #index .index-recommend .index-recommend__inner .index-recommend__button {
          margin-top: 40px;
          padding: 0; } }
      #index .index-recommend .index-recommend__inner .index-recommend__button a {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
        border: 2px solid #410401;
        border-radius: 50px;
        background-color: #fff;
        font-weight: 700;
        line-height: 1.5;
        color: #410401;
        text-align: center;
        text-decoration: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media screen and (min-width: 768px) {
          #index .index-recommend .index-recommend__inner .index-recommend__button a {
            max-width: 300px;
            margin: 0 auto;
            font-size: 14px;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
            #index .index-recommend .index-recommend__inner .index-recommend__button a:hover {
              border-color: #DD2922;
              background-color: #DD2922;
              color: #fff; }
              #index .index-recommend .index-recommend__inner .index-recommend__button a:hover::after {
                border-color: #fff; } }
        #index .index-recommend .index-recommend__inner .index-recommend__button a::after {
          position: absolute;
          top: 50%;
          right: 20px;
          width: 10px;
          height: 10px;
          margin-top: -4px;
          border: 0px;
          border-top: solid 2px #410401;
          border-right: solid 2px #410401;
          content: '';
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
    #index .index-recommend .index-recommend__inner .index-recommend__store {
      margin-top: 60px; }
      #index .index-recommend .index-recommend__inner .index-recommend__store--pc {
        display: none; }
        @media screen and (min-width: 768px) {
          #index .index-recommend .index-recommend__inner .index-recommend__store--pc {
            display: inherit;
            width: 100%;
            max-width: 830px;
            margin: 100px auto 0;
            position: relative; }
            #index .index-recommend .index-recommend__inner .index-recommend__store--pc .is--base {
              position: absolute;
              top: 0;
              left: 0; }
            #index .index-recommend .index-recommend__inner .index-recommend__store--pc .is--top {
              position: relative;
              z-index: 1;
              opacity: 0;
              -webkit-transition: all .4s ease;
              -o-transition: all .4s ease;
              transition: all .4s ease; }
            #index .index-recommend .index-recommend__inner .index-recommend__store--pc a:hover .is--top {
              opacity: 1; }
            #index .index-recommend .index-recommend__inner .index-recommend__store--pc img {
              width: 100%; } }
      #index .index-recommend .index-recommend__inner .index-recommend__store--sp a {
        display: block; }
        #index .index-recommend .index-recommend__inner .index-recommend__store--sp a img {
          width: 100%; }
      @media screen and (min-width: 768px) {
        #index .index-recommend .index-recommend__inner .index-recommend__store--sp {
          display: none; } }

@media screen and (min-width: 768px) {
  #index .index-movie {
    background-color: #fff;
    background-image: url(../images/common/bg-pattern01.gif);
    background-repeat: repeat; } }

#index .index-movie .index-movie__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 !important; }
  @media screen and (min-width: 768px) {
    #index .index-movie .index-movie__inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  #index .index-movie .index-movie__inner::before {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 110px;
    height: 4px;
    margin: auto;
    background-color: #DD2922;
    content: ''; }
    @media screen and (min-width: 768px) {
      #index .index-movie .index-movie__inner::before {
        display: none;
        width: 120px; } }
  #index .index-movie .index-movie__inner .index-movie__title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #410401;
    background-image: url(../images/common/bg-noise01.png);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-repeat: repeat; }
    #index .index-movie .index-movie__inner .index-movie__title::before {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      display: block;
      width: 110px;
      height: 4px;
      margin: auto;
      background-color: #DD2922;
      content: ''; }
    @media screen and (min-width: 768px) {
      #index .index-movie .index-movie__inner .index-movie__title {
        width: 40%;
        padding-top: 0;
        padding-bottom: 0;
        background-repeat: repeat;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    #index .index-movie .index-movie__inner .index-movie__title::after {
      position: absolute;
      bottom: -19px;
      display: block;
      width: 100px;
      height: 30px;
      background-image: url(../images/common/fukidashi-top.png);
      background-size: 100% auto;
      content: '';
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
      @media screen and (min-width: 768px) {
        #index .index-movie .index-movie__inner .index-movie__title::after {
          bottom: auto;
          right: -54px;
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); } }
    #index .index-movie .index-movie__inner .index-movie__title span {
      font-family: "Oswald", sans-serif;
      font-size: 35px;
      color: #fff; }
    #index .index-movie .index-movie__inner .index-movie__title h2 {
      font-size: 16px;
      font-weight: 700;
      color: #fff; }
    #index .index-movie .index-movie__inner .index-movie__title .index-movie__button {
      display: none; }
      @media screen and (min-width: 768px) {
        #index .index-movie .index-movie__inner .index-movie__title .index-movie__button {
          display: inherit;
          width: 300px;
          margin-top: 40px; }
          #index .index-movie .index-movie__inner .index-movie__title .index-movie__button a {
            position: relative;
            display: block;
            width: 100%;
            margin: 0 auto;
            padding: 15px 30px 15px 20px;
            border: 2px solid #fff;
            border-radius: 50px;
            font-size: 14;
            font-weight: 500;
            color: #fff;
            text-align: center;
            text-decoration: none;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
            #index .index-movie .index-movie__inner .index-movie__title .index-movie__button a:hover {
              background-color: #DD2922;
              border-color: #DD2922; }
            #index .index-movie .index-movie__inner .index-movie__title .index-movie__button a::after {
              position: absolute;
              top: 50%;
              right: 20px;
              width: 10px;
              height: 10px;
              margin-top: -4px;
              border: 0px;
              border-top: solid 2px #fff;
              border-right: solid 2px #fff;
              content: '';
              -webkit-transition: all .2s ease;
              -o-transition: all .2s ease;
              transition: all .2s ease;
              -ms-transform: rotate(45deg);
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg); } }
  #index .index-movie .index-movie__inner .index-movie__image {
    background-image: url(../images/index-movie-bg_sp.jpg);
    background-size: cover; }
    @media screen and (min-width: 768px) {
      #index .index-movie .index-movie__inner .index-movie__image {
        width: 60%;
        background-image: url(../images/index-movie-bg_pc.jpg);
        background-color: black;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        background-blend-mode: normal; }
        #index .index-movie .index-movie__inner .index-movie__image:hover {
          background-blend-mode: lighten;
          background-color: rgba(255, 255, 255, 0.8); }
          #index .index-movie .index-movie__inner .index-movie__image:hover .thumbnail {
            -webkit-transform: scale(0.99, 0.99);
                -ms-transform: scale(0.99, 0.99);
                    transform: scale(0.99, 0.99); } }
    #index .index-movie .index-movie__inner .index-movie__image .thumbnail {
      position: relative;
      display: block;
      padding: 30px 10px 10px;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      cursor: pointer; }
      @media screen and (min-width: 768px) {
        #index .index-movie .index-movie__inner .index-movie__image .thumbnail {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          height: 100%;
          padding: 30px 10px 30px 30px;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      #index .index-movie .index-movie__inner .index-movie__image .thumbnail .figure {
        position: absolute;
        top: 20px;
        right: 10px; }
        @media screen and (min-width: 768px) {
          #index .index-movie .index-movie__inner .index-movie__image .thumbnail .figure {
            top: 70px;
            right: 30px; } }
        #index .index-movie .index-movie__inner .index-movie__image .thumbnail .figure img {
          width: 40vw;
          height: auto; }
          @media screen and (min-width: 768px) {
            #index .index-movie .index-movie__inner .index-movie__image .thumbnail .figure img {
              width: 150px; } }
      #index .index-movie .index-movie__inner .index-movie__image .thumbnail .image img {
        width: 100%;
        height: auto; }
    #index .index-movie .index-movie__inner .index-movie__image .index-movie__button {
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        #index .index-movie .index-movie__inner .index-movie__image .index-movie__button {
          display: none; } }
      #index .index-movie .index-movie__inner .index-movie__image .index-movie__button a {
        position: relative;
        display: block;
        max-width: 300px;
        margin: 0 auto;
        padding: 15px 20px;
        border: 2px solid #fff;
        border-radius: 50px;
        font-size: 14;
        font-weight: 500;
        color: #fff;
        text-align: center;
        text-decoration: none; }
        #index .index-movie .index-movie__inner .index-movie__image .index-movie__button a::after {
          position: absolute;
          top: 50%;
          right: 20px;
          width: 10px;
          height: 10px;
          margin-top: -4px;
          border: 0px;
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          content: '';
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

#index .index-pickup {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat;
  padding: 40px 0; }
  @media screen and (min-width: 768px) {
    #index .index-pickup {
      padding: 80px 0px; } }
  #index .index-pickup .index-pickup__list {
    padding: 0 !important; }
    @media screen and (min-width: 768px) {
      #index .index-pickup .index-pickup__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 20px !important; } }
    @media screen and (min-width: 992px) {
      #index .index-pickup .index-pickup__list {
        padding: 0 2.5% !important; } }
    #index .index-pickup .index-pickup__list .index-pickup__item {
      margin-bottom: 20px;
      background-position: center center;
      background-size: cover; }
      @media screen and (min-width: 768px) {
        #index .index-pickup .index-pickup__list .index-pickup__item {
          width: 32%; } }
      #index .index-pickup .index-pickup__list .index-pickup__item#item01 {
        background-image: url(../images/index-pickup-bg01_sp.jpg); }
        @media screen and (min-width: 768px) {
          #index .index-pickup .index-pickup__list .index-pickup__item#item01 {
            background-image: url(../images/index-pickup-bg01_pc.jpg); } }
      #index .index-pickup .index-pickup__list .index-pickup__item#item02 {
        background-image: url(../images/index-pickup-bg02_sp.jpg); }
        @media screen and (min-width: 768px) {
          #index .index-pickup .index-pickup__list .index-pickup__item#item02 {
            background-image: url(../images/index-pickup-bg02_pc.jpg); } }
      #index .index-pickup .index-pickup__list .index-pickup__item#item03 {
        background-image: url(../images/index-pickup-bg03_sp.jpg); }
        @media screen and (min-width: 768px) {
          #index .index-pickup .index-pickup__list .index-pickup__item#item03 {
            background-image: url(../images/index-pickup-bg03_pc.jpg); } }
        @media screen and (min-width: 768px) {
          #index .index-pickup .index-pickup__list .index-pickup__item#item03 .show-sp {
            display: none; } }
        #index .index-pickup .index-pickup__list .index-pickup__item#item03 .show-pc {
          display: none; }
          @media screen and (min-width: 768px) {
            #index .index-pickup .index-pickup__list .index-pickup__item#item03 .show-pc {
              display: inherit; } }
        @media screen and (min-width: 768px) {
          #index .index-pickup .index-pickup__list .index-pickup__item#item03 .title img {
            width: 65%; } }

@-webkit-keyframes fade-to-fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-to-fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
      #index .index-pickup .index-pickup__list .index-pickup__item a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: 160px;
        padding: 10px;
        position: relative; }
        @media screen and (min-width: 768px) {
          #index .index-pickup .index-pickup__list .index-pickup__item a {
            height: 32vw;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
            #index .index-pickup .index-pickup__list .index-pickup__item a:hover .title {
              height: calc(100% - 20px);
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-transition: all .2s ease;
              -o-transition: all .2s ease;
              transition: all .2s ease;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
              #index .index-pickup .index-pickup__list .index-pickup__item a:hover .title img, #index .index-pickup .index-pickup__list .index-pickup__item a:hover .title picture img {
                -webkit-animation: show 0.5s linear 0s;
                        animation: show 0.5s linear 0s; } }
        @media screen and (min-width: 992px) {
          #index .index-pickup .index-pickup__list .index-pickup__item a {
            height: 330px; } }
        #index .index-pickup .index-pickup__list .index-pickup__item a .title {
          background-color: #fff;
          width: 50vw;
          height: 120px;
          position: absolute;
          top: 10px;
          left: 10px;
          padding: 20px 35px 20px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          @media screen and (min-width: 768px) {
            #index .index-pickup .index-pickup__list .index-pickup__item a .title {
              width: auto;
              top: auto;
              bottom: 10px;
              width: calc(100% - 20px);
              height: 130px;
              left: 0;
              margin: 0 10px;
              -webkit-box-align: end;
              -webkit-align-items: flex-end;
                  -ms-flex-align: end;
                      align-items: flex-end;
              -webkit-box-pack: start;
              -webkit-justify-content: flex-start;
                  -ms-flex-pack: start;
                      justify-content: flex-start;
              padding: 20px;
              -webkit-transition: all .2s ease;
              -o-transition: all .2s ease;
              transition: all .2s ease; } }
          #index .index-pickup .index-pickup__list .index-pickup__item a .title::after {
            content: '';
            display: block;
            width: 15px;
            height: 15px;
            background-image: url(../images/common/icon-window.svg);
            background-size: 100% auto;
            position: absolute;
            right: 7px;
            bottom: 7px; }
            @media screen and (min-width: 768px) {
              #index .index-pickup .index-pickup__list .index-pickup__item a .title::after {
                width: 25px;
                height: 25px;
                right: 15px;
                bottom: 10px; } }
          #index .index-pickup .index-pickup__list .index-pickup__item a .title img {
            height: 70%;
            width: auto; }
            @media screen and (min-width: 768px) {
              #index .index-pickup .index-pickup__list .index-pickup__item a .title img {
                width: 50%; } }

#index .index-middlemenu {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat;
  padding: 0; }
  #index .index-middlemenu .index-middlemenu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (min-width: 768px) {
      #index .index-middlemenu .index-middlemenu__list {
        padding: 0 40px; } }
    @media screen and (min-width: 992px) {
      #index .index-middlemenu .index-middlemenu__list {
        padding: 0 10%; } }
    #index .index-middlemenu .index-middlemenu__list .index-middlemenu__item {
      width: 48%;
      background-color: #fff;
      -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
      margin-bottom: 15px; }
      @media screen and (min-width: 768px) {
        #index .index-middlemenu .index-middlemenu__list .index-middlemenu__item {
          width: 32%;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          #index .index-middlemenu .index-middlemenu__list .index-middlemenu__item:hover {
            background-color: #DD2922; } }
      #index .index-middlemenu .index-middlemenu__list .index-middlemenu__item a {
        display: block;
        font-weight: 700;
        text-decoration: none;
        color: #410401;
        height: 100%; }
        @media screen and (min-width: 768px) {
          #index .index-middlemenu .index-middlemenu__list .index-middlemenu__item a {
            height: 100%; } }
        #index .index-middlemenu .index-middlemenu__list .index-middlemenu__item a dl {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding: 20px 10%;
          position: relative;
          height: 100%; }
          @media screen and (min-width: 768px) {
            #index .index-middlemenu .index-middlemenu__list .index-middlemenu__item a dl {
              padding: 30px;
              height: 100%; } }
          #index .index-middlemenu .index-middlemenu__list .index-middlemenu__item a dl::after {
            content: '';
            width: 7px;
            height: 7px;
            display: block;
            position: absolute;
            bottom: 5px;
            right: 5px;
            background-image: url(../images/common/cursor-right_r.svg);
            background-size: 100% auto; }
            @media screen and (min-width: 768px) {
              #index .index-middlemenu .index-middlemenu__list .index-middlemenu__item a dl::after {
                width: 10px;
                height: 10px; } }
          #index .index-middlemenu .index-middlemenu__list .index-middlemenu__item a dl.is-blank::after {
            content: '';
            width: 10px;
            height: 10px;
            display: block;
            position: absolute;
            bottom: 5px;
            right: 5px;
            background-image: url(../images/common/icon-window.svg);
            background-size: 100% auto; }
            @media screen and (min-width: 768px) {
              #index .index-middlemenu .index-middlemenu__list .index-middlemenu__item a dl.is-blank::after {
                width: 15px;
                height: 15px; } }
          #index .index-middlemenu .index-middlemenu__list .index-middlemenu__item a dl dt {
            width: 20%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding-left: 5px; }
            #index .index-middlemenu .index-middlemenu__list .index-middlemenu__item a dl dt img {
              width: auto;
              height: 30px; }
              @media screen and (min-width: 768px) {
                #index .index-middlemenu .index-middlemenu__list .index-middlemenu__item a dl dt img {
                  height: 50px; } }
          #index .index-middlemenu .index-middlemenu__list .index-middlemenu__item a dl dd {
            width: 65%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            text-align: center; }
            @media screen and (min-width: 768px) {
              #index .index-middlemenu .index-middlemenu__list .index-middlemenu__item a dl dd {
                font-size: 16px; } }

#index .index-sns {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 80px; }
  #index .index-sns .index-sns__inner {
    background-color: #fff;
    position: relative;
    padding: 50px 40px; }
    @media screen and (min-width: 768px) {
      #index .index-sns .index-sns__inner {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px; } }
    #index .index-sns .index-sns__inner::before {
      content: '';
      width: 116px;
      height: 4px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      background-color: #DD2922; }
  #index .index-sns .index-sns__title {
    text-align: center; }
    #index .index-sns .index-sns__title h2 {
      font-size: 14px;
      font-weight: bold; }
      @media screen and (min-width: 768px) {
        #index .index-sns .index-sns__title h2 {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 24px; }
          #index .index-sns .index-sns__title h2 br {
            display: none; }
          #index .index-sns .index-sns__title h2 strong {
            border-left: 2px solid #410401;
            margin-left: 20px;
            padding-left: 20px; } }
      #index .index-sns .index-sns__title h2 span {
        display: block;
        font-family: "Oswald", sans-serif;
        font-size: 40px;
        font-weight: normal; }
        @media screen and (min-width: 768px) {
          #index .index-sns .index-sns__title h2 span {
            font-size: 40px; } }
  #index .index-sns .index-sns__list {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      #index .index-sns .index-sns__list {
        margin-top: 50px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (min-width: 768px) {
      #index .index-sns .index-sns__list li {
        width: 33.333%;
        margin-bottom: 50px; } }
    #index .index-sns .index-sns__list li + li {
      margin-top: 30px; }
      @media screen and (min-width: 768px) {
        #index .index-sns .index-sns__list li + li {
          margin-top: 0; } }
    #index .index-sns .index-sns__list li a {
      display: block;
      color: #410401;
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        #index .index-sns .index-sns__list li a {
          opacity: 1;
          -webkit-transition: all .2s ease-in;
          -o-transition: all .2s ease-in;
          transition: all .2s ease-in; }
          #index .index-sns .index-sns__list li a:hover {
            opacity: .5; } }
      #index .index-sns .index-sns__list li a dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        #index .index-sns .index-sns__list li a dl dt {
          width: 45px; }
          @media screen and (min-width: 768px) {
            #index .index-sns .index-sns__list li a dl dt {
              width: 60px; } }
          #index .index-sns .index-sns__list li a dl dt img {
            width: 100%;
            vertical-align: middle; }
        #index .index-sns .index-sns__list li a dl dd {
          width: calc(100% - 30px);
          padding-left: 20px;
          font-size: 12px;
          font-weight: bold; }
          @media screen and (min-width: 768px) {
            #index .index-sns .index-sns__list li a dl dd {
              font-size: 16px; } }

#index .index-information {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat;
  padding-top: 40px;
  padding-bottom: 80px; }
  @media screen and (min-width: 768px) {
    #index .index-information .index-information__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 80px 20px 0 !important; } }
  @media screen and (min-width: 992px) {
    #index .index-information .index-information__inner {
      padding: 80px 2.5% 0 !important; } }
  @media screen and (min-width: 768px) {
    #index .index-information .index-information__update,
    #index .index-information .index-information__news {
      width: 47%;
      position: relative; } }
  #index .index-information .index-information__title h2 {
    font-size: 20px;
    font-weight: 700;
    position: relative; }
    @media screen and (min-width: 768px) {
      #index .index-information .index-information__title h2 {
        font-size: 24px; } }
    #index .index-information .index-information__title h2::after {
      width: 136px;
      content: '';
      height: 4px;
      background-color: #DD2922;
      display: block;
      margin-top: 5px;
      margin-bottom: 15px; }
      @media screen and (min-width: 768px) {
        #index .index-information .index-information__title h2::after {
          width: 60%;
          margin-top: 5px;
          margin-bottom: 20px; } }
  #index .index-information .index-information__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    #index .index-information .index-information__list .index-information__item {
      margin-bottom: 5px;
      background-color: #fff;
      margin-right: -10px;
      padding: 15px;
      padding-left: 30px; }
      @media screen and (min-width: 768px) {
        #index .index-information .index-information__list .index-information__item {
          padding: 30px;
          margin-bottom: 10px; } }
      #index .index-information .index-information__list .index-information__item dl {
        font-size: 12px; }
        @media screen and (min-width: 768px) {
          #index .index-information .index-information__list .index-information__item dl {
            font-size: 14px; } }
        #index .index-information .index-information__list .index-information__item dl dt {
          margin-bottom: 5px; }
        #index .index-information .index-information__list .index-information__item dl dd a {
          color: #410401; }
          @media screen and (min-width: 768px) {
            #index .index-information .index-information__list .index-information__item dl dd a:hover {
              text-decoration: none; } }
  #index .index-information .index-information__button {
    text-align: right;
    color: #410401;
    width: 100%;
    display: block;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      #index .index-information .index-information__button {
        position: absolute;
        top: 10px; }
        #index .index-information .index-information__button:hover {
          text-decoration: none; } }

@-webkit-keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

#modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 40px;
  -webkit-animation: show 0.3s linear 0s;
          animation: show 0.3s linear 0s; }
  #modal.is-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: show 0.3s linear 0s;
            animation: show 0.3s linear 0s; }
  #modal .modal-inner {
    width: 100%;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      #modal .modal-inner {
        width: 80%; } }
    @media screen and (min-width: 992px) {
      #modal .modal-inner {
        width: 100%;
        max-width: 1000px; } }
  #modal .modal-player {
    max-width: 100%;
    height: auto;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden; }
  #modal .modal-player iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  #modal .dli-close {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 40px;
    height: 2px;
    background: currentColor;
    border-radius: 0.1em;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: fixed;
    top: 40px;
    right: 20px; }
    @media screen and (min-width: 768px) {
      #modal .dli-close {
        width: 60px; } }
  #modal .dli-close::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

#productslist .productslist-header {
  position: relative; }
  #productslist .productslist-header::before {
    content: '';
    width: 100vw;
    height: 4px;
    background-color: #410401;
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-top: -10px; }
    @media screen and (min-width: 768px) {
      #productslist .productslist-header::before {
        display: none; } }
  #productslist .productslist-header::after {
    position: absolute;
    content: '';
    width: 30vw;
    height: 4px;
    top: 10px;
    right: 0;
    background-color: #DD2922;
    display: block;
    padding-right: 0;
    padding-left: 0;
    margin-top: -10px;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      #productslist .productslist-header::after {
        display: none; } }
  #productslist .productslist-header .productslist-header__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0; }
    @media screen and (min-width: 768px) {
      #productslist .productslist-header .productslist-header__title {
        padding-top: 100px;
        padding-bottom: 70px;
        max-width: 100%; } }
    #productslist .productslist-header .productslist-header__title h1 {
      font-size: 24px;
      font-weight: 700;
      letter-spacing: 0.06em; }
      @media screen and (min-width: 768px) {
        #productslist .productslist-header .productslist-header__title h1 {
          font-size: 35px; } }
    #productslist .productslist-header .productslist-header__title span {
      font-size: 10px;
      margin-top: 5px;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.34em; }

#productslist .productslist-bread {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat; }
  #productslist .productslist-bread .productslist-bread__inner {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media screen and (min-width: 768px) {
      #productslist .productslist-bread .productslist-bread__inner {
        padding-top: 25px;
        padding-bottom: 50px; } }
    #productslist .productslist-bread .productslist-bread__inner ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #productslist .productslist-bread .productslist-bread__inner ul li {
        margin-right: 10px;
        font-size: 10px; }
        #productslist .productslist-bread .productslist-bread__inner ul li a {
          display: block;
          color: #410401;
          text-decoration: none; }
          @media screen and (min-width: 768px) {
            #productslist .productslist-bread .productslist-bread__inner ul li a:hover {
              color: #DD2922; } }

#productslist .productslist-cover {
  padding: 0; }
  @media screen and (min-width: 768px) {
    #productslist .productslist-cover {
      position: relative; } }
  #productslist .productslist-cover .productslist-cover__image {
    display: none; }
    @media screen and (min-width: 768px) {
      #productslist .productslist-cover .productslist-cover__image {
        position: absolute;
        top: -280px;
        right: 0;
        width: 50%;
        z-index: 10; } }
    #productslist .productslist-cover .productslist-cover__image img {
      width: 100%;
      vertical-align: middle; }

#productslist .productslist-catalog {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat; }
  #productslist .productslist-catalog .productslist-catalog__inner {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (min-width: 768px) {
      #productslist .productslist-catalog .productslist-catalog__inner {
        padding-top: 100px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px; } }
    #productslist .productslist-catalog .productslist-catalog__inner .c-section-header {
      width: 80%;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        #productslist .productslist-catalog .productslist-catalog__inner .c-section-header {
          max-width: 480px; } }
  #productslist .productslist-catalog .productslist-catalog__caption {
    text-align: center;
    font-size: 11px;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      #productslist .productslist-catalog .productslist-catalog__caption {
        font-size: 14px;
        margin-top: 50px; } }
  #productslist .productslist-catalog .productslist-catalog__nav {
    margin-top: 40px;
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      #productslist .productslist-catalog .productslist-catalog__nav {
        margin-top: 70px; } }
    #productslist .productslist-catalog .productslist-catalog__nav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media screen and (min-width: 768px) {
        #productslist .productslist-catalog .productslist-catalog__nav ul {
          -webkit-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      #productslist .productslist-catalog .productslist-catalog__nav ul li {
        width: 48%;
        margin-bottom: 15px; }
        @media screen and (min-width: 768px) {
          #productslist .productslist-catalog .productslist-catalog__nav ul li {
            width: auto;
            margin-bottom: 0;
            border-right: 1px solid #410401; }
            #productslist .productslist-catalog .productslist-catalog__nav ul li:first-child {
              border-left: 1px solid #410401; } }
        #productslist .productslist-catalog .productslist-catalog__nav ul li a {
          background-color: #410401;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding: 0px 5px;
          color: #fff;
          text-decoration: none;
          border-radius: 10px;
          font-size: 13px;
          font-weight: 700;
          position: relative;
          text-align: center;
          min-height: 50px;
          letter-spacing: 0.01em; }
          @media screen and (min-width: 768px) {
            #productslist .productslist-catalog .productslist-catalog__nav ul li a {
              background: none;
              color: #410401;
              padding: 0px 30px;
              font-size: 14px;
              min-height: auto; }
              #productslist .productslist-catalog .productslist-catalog__nav ul li a:hover {
                color: #DD2922; } }
          #productslist .productslist-catalog .productslist-catalog__nav ul li a::after {
            content: '';
            background-image: url(../images/common/cursor-down.svg);
            background-repeat: no-repeat;
            width: 8px;
            height: 5px;
            background-size: 100% auto;
            background-position: center center;
            position: absolute;
            right: 8px; }
          #productslist .productslist-catalog .productslist-catalog__nav ul li a span {
            display: none; }
            @media screen and (min-width: 768px) {
              #productslist .productslist-catalog .productslist-catalog__nav ul li a span {
                display: inherit; } }
          @media screen and (min-width: 768px) {
            #productslist .productslist-catalog .productslist-catalog__nav ul li a br {
              display: none; } }

@media screen and (min-width: 992px) {
  #productslist .productslist-catalog__col2 {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    #productslist .productslist-catalog__col2 .productslist-catalog__item {
      width: 48.5%;
      margin: 0;
      margin-bottom: 30px; }
      #productslist .productslist-catalog__col2 .productslist-catalog__item ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 200px; }
      #productslist .productslist-catalog__col2 .productslist-catalog__item li {
        width: 55% !important; }
      #productslist .productslist-catalog__col2 .productslist-catalog__item figure {
        padding: 0; } }

#productslist .productslist-catalog__item {
  margin-top: -70px;
  padding-top: 70px; }
  @media screen and (min-width: 992px) {
    #productslist .productslist-catalog__item {
      margin-top: -120px;
      padding-top: 120px; } }
  #productslist .productslist-catalog__item:first-child {
    margin-top: -20px; }
  @media screen and (min-width: 768px) {
    #productslist .productslist-catalog__item {
      margin-left: auto;
      margin-right: auto;
      max-width: 1000px; } }
  #productslist .productslist-catalog__item .productslist-catalog__item__inner {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      #productslist .productslist-catalog__item .productslist-catalog__item__inner {
        padding: 20px;
        max-width: 1000px; } }
  #productslist .productslist-catalog__item dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 992px) {
      #productslist .productslist-catalog__item dl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    #productslist .productslist-catalog__item dl dt {
      background-color: #DFD5CB;
      background-image: url(../images/common/bg-noise02.png);
      background-repeat: repeat;
      padding: 10px;
      text-align: center;
      font-size: 16px;
      font-weight: 700; }
      @media screen and (min-width: 992px) {
        #productslist .productslist-catalog__item dl dt {
          width: 200px;
          height: 200px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 22px; } }
    #productslist .productslist-catalog__item dl dd {
      margin-top: 20px;
      padding-bottom: 10px; }
      @media screen and (min-width: 992px) {
        #productslist .productslist-catalog__item dl dd {
          width: calc(100% - 200px);
          margin-top: 0;
          padding-bottom: 0;
          padding-left: 20px; } }
      #productslist .productslist-catalog__item dl dd ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media screen and (min-width: 992px) {
          #productslist .productslist-catalog__item dl dd ul {
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                    justify-content: flex-start; } }
        @media screen and (max-width: 991px) {
          #productslist .productslist-catalog__item dl dd ul.col3 li {
            width: 33.33%; } }
        #productslist .productslist-catalog__item dl dd ul li {
          width: 50%; }
          @media screen and (min-width: 992px) {
            #productslist .productslist-catalog__item dl dd ul li {
              width: 25%;
              position: relative; } }
          #productslist .productslist-catalog__item dl dd ul li a {
            display: block;
            color: #410401;
            text-decoration: none; }
            @media screen and (min-width: 992px) {
              #productslist .productslist-catalog__item dl dd ul li a:hover figure figcaption {
                color: #DD2922; } }
            #productslist .productslist-catalog__item dl dd ul li a figure {
              text-align: center;
              cursor: pointer; }
              @media screen and (min-width: 992px) {
                #productslist .productslist-catalog__item dl dd ul li a figure {
                  padding: 0 20px; } }
              #productslist .productslist-catalog__item dl dd ul li a figure img {
                max-width: 100%; }
                @media screen and (min-width: 992px) {
                  #productslist .productslist-catalog__item dl dd ul li a figure img {
                    max-width: 100%;
                    width: 0 auto;
                    -webkit-transition: all .2s ease;
                    -o-transition: all .2s ease;
                    transition: all .2s ease; } }
              #productslist .productslist-catalog__item dl dd ul li a figure figcaption {
                text-align: center;
                font-weight: 500;
                font-size: 12px;
                margin-bottom: 20px;
                letter-spacing: 0em; }

#productslist .productslist-catalog__link {
  margin-top: 0px;
  padding-bottom: 10px;
  max-width: 300px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    #productslist .productslist-catalog__link {
      max-width: 100%; } }
  #productslist .productslist-catalog__link ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      #productslist .productslist-catalog__link ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-left: -10px; } }
    #productslist .productslist-catalog__link ul li {
      border: 1px solid #DFD5CB;
      border-radius: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (min-width: 768px) {
        #productslist .productslist-catalog__link ul li {
          width: calc(50% - 10px);
          margin-left: 10px;
          margin-top: 10px; } }
      @media screen and (min-width: 992px) {
        #productslist .productslist-catalog__link ul li {
          width: calc(33.333% - 10px); } }
      #productslist .productslist-catalog__link ul li + li {
        margin-top: 10px; }
      #productslist .productslist-catalog__link ul li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        padding: 10px;
        width: 100%;
        height: 100%;
        font-size: 10px;
        color: #410401; }
        @media screen and (min-width: 768px) {
          #productslist .productslist-catalog__link ul li a {
            padding: 15px 10px;
            font-size: 12px; } }
        @media screen and (min-width: 992px) {
          #productslist .productslist-catalog__link ul li a {
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
            #productslist .productslist-catalog__link ul li a:hover {
              background-color: #410401;
              color: #fff;
              border-radius: 10px; } }

#productslist .productslist-banner {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat; }
  @media screen and (min-width: 768px) {
    #productslist .productslist-banner {
      padding-bottom: 100px; } }
  #productslist .productslist-banner .productslist-banner__inner {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 768px) {
      #productslist .productslist-banner .productslist-banner__inner {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto; } }
    #productslist .productslist-banner .productslist-banner__inner ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 768px) {
        #productslist .productslist-banner .productslist-banner__inner ul {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      #productslist .productslist-banner .productslist-banner__inner ul li {
        margin-bottom: 30px; }
        @media screen and (min-width: 768px) {
          #productslist .productslist-banner .productslist-banner__inner ul li {
            width: 48%; } }
        #productslist .productslist-banner .productslist-banner__inner ul li a {
          display: block;
          text-decoration: none;
          color: #410401;
          text-align: center;
          font-size: 12px; }
          @media screen and (min-width: 768px) {
            #productslist .productslist-banner .productslist-banner__inner ul li a:hover dd img {
              opacity: 0.7; }
            #productslist .productslist-banner .productslist-banner__inner ul li a:hover p {
              color: #DD2922; } }
          #productslist .productslist-banner .productslist-banner__inner ul li a dl {
            position: relative; }
            #productslist .productslist-banner .productslist-banner__inner ul li a dl dt {
              position: absolute;
              top: 10px;
              left: 10px;
              background-color: #fff;
              background-image: url(../images/common/bg-noise02.png);
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              padding: 20px;
              width: 45%;
              height: calc(100% - 25px);
              z-index: 10; }
              #productslist .productslist-banner .productslist-banner__inner ul li a dl dt img {
                width: 70%; }
            #productslist .productslist-banner .productslist-banner__inner ul li a dl dd {
              background-color: #fff; }
              #productslist .productslist-banner .productslist-banner__inner ul li a dl dd img {
                width: 100%;
                -webkit-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
                opacity: 1; }
          #productslist .productslist-banner .productslist-banner__inner ul li a p {
            margin-top: 10px; }
            @media screen and (min-width: 768px) {
              #productslist .productslist-banner .productslist-banner__inner ul li a p {
                font-size: 14px; } }

#detail .detail-header {
  position: relative; }
  #detail .detail-header::before {
    content: '';
    width: 100vw;
    height: 4px;
    background-color: #410401;
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-top: -10px; }
    @media screen and (min-width: 768px) {
      #detail .detail-header::before {
        display: none; } }
  #detail .detail-header::after {
    position: absolute;
    content: '';
    width: 30vw;
    height: 4px;
    top: 10px;
    right: 0;
    background-color: #DD2922;
    display: block;
    padding-right: 0;
    padding-left: 0;
    margin-top: -10px;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      #detail .detail-header::after {
        display: none; } }
  #detail .detail-header .detail-header__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0; }
    @media screen and (min-width: 768px) {
      #detail .detail-header .detail-header__title {
        padding-top: 100px;
        padding-bottom: 70px;
        max-width: 100%; } }
    #detail .detail-header .detail-header__title h1 {
      font-size: 24px;
      font-weight: 700;
      letter-spacing: 0.06em; }
      @media screen and (min-width: 768px) {
        #detail .detail-header .detail-header__title h1 {
          font-size: 35px; } }
    #detail .detail-header .detail-header__title span {
      font-size: 10px;
      margin-top: 5px;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.34em; }

#detail .detail-bread {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat; }
  #detail .detail-bread .detail-bread__inner {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media screen and (min-width: 768px) {
      #detail .detail-bread .detail-bread__inner {
        padding-top: 25px;
        padding-bottom: 50px; } }
    #detail .detail-bread .detail-bread__inner ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #detail .detail-bread .detail-bread__inner ul li {
        margin-right: 10px;
        font-size: 10px; }
        #detail .detail-bread .detail-bread__inner ul li a {
          display: block;
          color: #410401;
          text-decoration: none; }
          @media screen and (min-width: 768px) {
            #detail .detail-bread .detail-bread__inner ul li a:hover {
              color: #DD2922; } }

#detail .detail-cover {
  padding: 0; }
  @media screen and (min-width: 768px) {
    #detail .detail-cover {
      position: relative; } }
  #detail .detail-cover .detail-cover__image {
    display: none; }
    @media screen and (min-width: 768px) {
      #detail .detail-cover .detail-cover__image {
        position: absolute;
        top: -280px;
        right: 0;
        width: 50%;
        z-index: 10; } }
    #detail .detail-cover .detail-cover__image img {
      width: 100%;
      vertical-align: middle; }

#detail .detail-catalog {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat; }
  #detail .detail-catalog .detail-catalog__inner {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media screen and (min-width: 768px) {
      #detail .detail-catalog .detail-catalog__inner {
        padding-top: 100px;
        padding-bottom: 110px;
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto; } }
    #detail .detail-catalog .detail-catalog__inner .c-section-header {
      width: 80%;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        #detail .detail-catalog .detail-catalog__inner .c-section-header {
          max-width: 700px; } }
  #detail .detail-catalog .detail-catalog__item {
    margin-top: 30px;
    padding-right: 5%;
    padding-left: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      #detail .detail-catalog .detail-catalog__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 80px;
        padding-right: 0;
        padding-left: 0; } }
    @media screen and (min-width: 768px) {
      #detail .detail-catalog .detail-catalog__item .detail-catalog__image {
        width: 45%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    #detail .detail-catalog .detail-catalog__item .detail-catalog__image img {
      max-width: 100%;
      height: auto; }
      @media screen and (min-width: 768px) {
        #detail .detail-catalog .detail-catalog__item .detail-catalog__image img {
          max-width: 400px;
          width: 100%; } }
    #detail .detail-catalog .detail-catalog__item .detail-catalog__explanation {
      margin-top: 30px; }
      @media screen and (min-width: 768px) {
        #detail .detail-catalog .detail-catalog__item .detail-catalog__explanation {
          width: 55%;
          padding-left: 20px;
          margin-top: 0; } }
    #detail .detail-catalog .detail-catalog__item .detail-catalog__copy {
      font-size: 20px;
      color: #DD2922;
      font-weight: bold;
      letter-spacing: 0.06em;
      line-height: 2; }
      @media screen and (min-width: 768px) {
        #detail .detail-catalog .detail-catalog__item .detail-catalog__copy {
          font-size: 24px; } }
    #detail .detail-catalog .detail-catalog__item .detail-catalog__text {
      margin-top: 40px;
      font-size: 16px;
      letter-spacing: 0.06em;
      line-height: 1.8; }
      @media screen and (min-width: 768px) {
        #detail .detail-catalog .detail-catalog__item .detail-catalog__text {
          margin-top: 35px; } }
    #detail .detail-catalog .detail-catalog__item .detail-catalog__efficacy {
      margin-top: 50px;
      border-top: 1px solid #673734;
      padding-top: 30px; }
      @media screen and (min-width: 768px) {
        #detail .detail-catalog .detail-catalog__item .detail-catalog__efficacy {
          border-top: 0px solid #000;
          margin-top: 0;
          padding-top: 0; }
          #detail .detail-catalog .detail-catalog__item .detail-catalog__efficacy::before {
            content: '';
            display: block;
            height: 1px;
            width: 250px;
            background-color: #673734;
            margin-top: 35px;
            margin-bottom: 35px; } }
      #detail .detail-catalog .detail-catalog__item .detail-catalog__efficacy p {
        font-size: 14px;
        letter-spacing: 0.06em;
        line-height: 1.78; }
        #detail .detail-catalog .detail-catalog__item .detail-catalog__efficacy p strong {
          font-weight: bold; }
        #detail .detail-catalog .detail-catalog__item .detail-catalog__efficacy p + p {
          margin-top: 35px; }
          @media screen and (min-width: 768px) {
            #detail .detail-catalog .detail-catalog__item .detail-catalog__efficacy p + p {
              margin-top: 20px; } }
    #detail .detail-catalog .detail-catalog__item .detail-catalog__link {
      margin-top: 40px; }
      #detail .detail-catalog .detail-catalog__item .detail-catalog__link + .detail-catalog__link {
        margin-top: 20px; }
      @media screen and (min-width: 768px) {
        #detail .detail-catalog .detail-catalog__item .detail-catalog__link {
          margin-top: 40px;
          padding: 0; } }
      #detail .detail-catalog .detail-catalog__item .detail-catalog__link a {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
        border: 2px solid #410401;
        border-radius: 50px;
        background-color: #fff;
        font-weight: 700;
        line-height: 1.5;
        color: #410401;
        text-align: center;
        text-decoration: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media screen and (min-width: 768px) {
          #detail .detail-catalog .detail-catalog__item .detail-catalog__link a {
            max-width: 300px;
            font-size: 16px;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
            #detail .detail-catalog .detail-catalog__item .detail-catalog__link a:hover {
              border-color: #DD2922;
              background-color: #DD2922;
              color: #fff; }
              #detail .detail-catalog .detail-catalog__item .detail-catalog__link a:hover::after {
                border-color: #fff; } }
        #detail .detail-catalog .detail-catalog__item .detail-catalog__link a::after {
          position: absolute;
          top: 50%;
          right: 20px;
          width: 10px;
          height: 10px;
          margin-top: -4px;
          border: 0px;
          border-top: solid 2px #410401;
          border-right: solid 2px #410401;
          content: '';
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

#detail .detail-explanation {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 75px; }
  @media screen and (min-width: 768px) {
    #detail .detail-explanation {
      padding-bottom: 100px; } }

#detail .detail-explanation__inner {
  background-color: #fff;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 992px) {
    #detail .detail-explanation__inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 50px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 1000px;
      margin-right: auto;
      margin-left: auto; } }
  #detail .detail-explanation__inner dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 992px) {
      #detail .detail-explanation__inner dl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; } }
    #detail .detail-explanation__inner dl + dl {
      margin-top: 17px; }
    #detail .detail-explanation__inner dl dt {
      background: #DFD5CB;
      padding: 12px 20px;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.04em;
      line-height: 1.1; }
      @media screen and (min-width: 992px) {
        #detail .detail-explanation__inner dl dt {
          width: 200px;
          padding: 12px 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #detail .detail-explanation__inner dl dt span {
        font-size: 14px;
        padding-top: 5px; }
    #detail .detail-explanation__inner dl dd {
      margin-top: 20px;
      font-size: 14px;
      letter-spacing: 0.06em;
      line-height: 1.78;
      padding: 0px 10px; }
      @media screen and (min-width: 992px) {
        #detail .detail-explanation__inner dl dd {
          width: calc(100% - 150px);
          margin-top: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: 0;
          padding-left: 20px;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      #detail .detail-explanation__inner dl dd table {
        border: 1px solid #dfd5cb;
        width: 100%;
        margin-bottom: 20px;
        max-width: 500px; }
        #detail .detail-explanation__inner dl dd table tr + tr {
          border-top: 1px solid #dfd5cb; }
        #detail .detail-explanation__inner dl dd table th {
          border-right: 1px solid #dfd5cb; }
        #detail .detail-explanation__inner dl dd table th, #detail .detail-explanation__inner dl dd table td {
          font-size: 14px;
          padding: 10px 20px;
          width: 50%; }

@media screen and (min-width: 992px) {
  #detail .detail-explanation__overview {
    width: 100%; } }

#detail .detail-explanation__note {
  margin-top: 17px; }
  @media screen and (min-width: 992px) {
    #detail .detail-explanation__note {
      margin-top: 0;
      width: 48%; } }
  @media screen and (min-width: 992px) {
    #detail .detail-explanation__note dl {
      height: 100%;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      #detail .detail-explanation__note dl dt {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      #detail .detail-explanation__note dl dd {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        line-height: 2; } }

#detail .detail-banner {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat; }
  @media screen and (min-width: 768px) {
    #detail .detail-banner {
      padding-bottom: 100px; } }
  #detail .detail-banner .detail-banner__inner {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 768px) {
      #detail .detail-banner .detail-banner__inner {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto; } }
    #detail .detail-banner .detail-banner__inner ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 768px) {
        #detail .detail-banner .detail-banner__inner ul {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      #detail .detail-banner .detail-banner__inner ul li {
        margin-bottom: 30px; }
        @media screen and (min-width: 768px) {
          #detail .detail-banner .detail-banner__inner ul li {
            width: 48%; } }
        #detail .detail-banner .detail-banner__inner ul li a {
          display: block;
          text-decoration: none;
          color: #410401;
          text-align: center;
          font-size: 12px; }
          @media screen and (min-width: 768px) {
            #detail .detail-banner .detail-banner__inner ul li a:hover dd img {
              opacity: 0.7; }
            #detail .detail-banner .detail-banner__inner ul li a:hover p {
              color: #DD2922; } }
          #detail .detail-banner .detail-banner__inner ul li a dl {
            position: relative; }
            #detail .detail-banner .detail-banner__inner ul li a dl dt {
              position: absolute;
              top: 10px;
              left: 10px;
              background-color: #fff;
              background-image: url(../images/common/bg-noise02.png);
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              padding: 20px;
              width: 45%;
              height: calc(100% - 25px);
              z-index: 10; }
              #detail .detail-banner .detail-banner__inner ul li a dl dt img {
                width: 70%; }
            #detail .detail-banner .detail-banner__inner ul li a dl dd {
              background-color: #fff; }
              #detail .detail-banner .detail-banner__inner ul li a dl dd img {
                width: 100%;
                -webkit-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
                opacity: 1; }
          #detail .detail-banner .detail-banner__inner ul li a p {
            margin-top: 10px; }
            @media screen and (min-width: 768px) {
              #detail .detail-banner .detail-banner__inner ul li a p {
                font-size: 14px; } }

@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media screen and (min-width: 992px) {
  .productslist-catalog__item ul li:hover .item-modal {
    opacity: 1;
    visibility: visible; } }

.item-modal {
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease; }
  @media screen and (min-width: 992px) {
    .item-modal {
      position: absolute;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      height: calc(100% - 42px); } }
  .item-modal.is-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: show 0.3s linear 0s;
            animation: show 0.3s linear 0s;
    z-index: 9999; }
    .item-modal.is-open:before {
      content: '\D7';
      position: absolute;
      top: 30px;
      right: 30px;
      font-size: 30px;
      font-weight: bold;
      line-height: 30px; }
  .item-modal .item-modal__inner {
    width: 100%;
    height: 100%;
    background-color: rgba(223, 213, 203, 0.95);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 992px) {
      .item-modal .item-modal__inner {
        padding: 10px; } }
  .item-modal .item-modal__image {
    width: 50%;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .item-modal .item-modal__image {
        display: none; } }
    .item-modal .item-modal__image img {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
    .item-modal .item-modal__image p {
      text-align: center;
      font-size: 16px;
      margin-top: 10px;
      font-weight: bold; }
  .item-modal .item-modal__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 20px; }
    @media screen and (min-width: 992px) {
      .item-modal .item-modal__links {
        margin-top: 0; } }
    .item-modal .item-modal__links .link-product, .item-modal .item-modal__links .link-brand {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .item-modal .item-modal__links .link-product + div, .item-modal .item-modal__links .link-brand + div {
        margin-top: 20px;
        width: 80%; }
        @media screen and (min-width: 768px) {
          .item-modal .item-modal__links .link-product + div, .item-modal .item-modal__links .link-brand + div {
            margin-top: 10px; } }
        .item-modal .item-modal__links .link-product + div a, .item-modal .item-modal__links .link-brand + div a {
          padding: 10px; }
      .item-modal .item-modal__links .link-product a, .item-modal .item-modal__links .link-brand a {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 70%;
        padding: 20px;
        width: 100%;
        background-color: #fff;
        position: relative; }
        @media screen and (min-width: 992px) {
          .item-modal .item-modal__links .link-product a, .item-modal .item-modal__links .link-brand a {
            max-width: 100%;
            padding: 10px; } }
        .item-modal .item-modal__links .link-product a::after, .item-modal .item-modal__links .link-brand a::after {
          content: '';
          width: 7px;
          height: 7px;
          display: block;
          position: absolute;
          bottom: 5px;
          right: 5px;
          background-image: url(../images/common/cursor-right_r.svg);
          background-size: 100% auto; }
          @media screen and (min-width: 768px) {
            .item-modal .item-modal__links .link-product a::after, .item-modal .item-modal__links .link-brand a::after {
              width: 7px;
              height: 7px; } }
        .item-modal .item-modal__links .link-product a strong, .item-modal .item-modal__links .link-brand a strong {
          font-weight: bold;
          font-size: 14px; }
        .item-modal .item-modal__links .link-product a span, .item-modal .item-modal__links .link-brand a span {
          font-family: "Oswald", sans-serif;
          font-size: 12px;
          letter-spacing: 0.05em;
          display: block;
          margin-top: 0; }
    .item-modal .item-modal__links .link-product a {
      background-color: #fff; }
      .item-modal .item-modal__links .link-product a::after {
        background-image: url(../images/common/cursor-right_br.svg); }
      .item-modal .item-modal__links .link-product a strong {
        font-weight: normal; }
        @media screen and (min-width: 768px) {
          .item-modal .item-modal__links .link-product a strong {
            font-size: 12px; } }
      @media screen and (min-width: 992px) {
        .item-modal .item-modal__links .link-product a {
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
          .item-modal .item-modal__links .link-product a:hover {
            background-color: #DD2922;
            color: #fff !important; } }
    .item-modal .item-modal__links .link-brand a {
      background-color: #410401;
      color: #fff !important; }
      @media screen and (min-width: 992px) {
        .item-modal .item-modal__links .link-brand a {
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
          .item-modal .item-modal__links .link-brand a:hover {
            background-color: #DD2922; } }

@media screen and (min-width: 768px) {
  #message {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto; } }

@media screen and (min-width: 768px) {
  #message .message-header__inner {
    margin-top: 50px; } }

@media screen and (min-width: 768px) {
  #message .message-header__title {
    max-width: 36%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; } }

#message .message-header__title img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

#message .message-bread .message-bread__inner {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media screen and (min-width: 768px) {
    #message .message-bread .message-bread__inner {
      padding-top: 0;
      padding-bottom: 0;
      margin-top: -30px;
      position: absolute; } }
  #message .message-bread .message-bread__inner ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #message .message-bread .message-bread__inner ul li {
      margin-right: 10px;
      font-size: 10px; }
      #message .message-bread .message-bread__inner ul li a {
        display: block;
        color: #410401;
        text-decoration: none; }
        @media screen and (min-width: 768px) {
          #message .message-bread .message-bread__inner ul li a:hover {
            color: #DD2922; } }

@media screen and (min-width: 768px) {
  #message .message-cover {
    width: 100%;
    max-width: 1280px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto; } }

@media screen and (min-width: 768px) {
  #message .message-cover__image {
    position: absolute;
    top: 40px;
    right: 0;
    width: 71%; } }

#message .message-cover__image img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

#message .message-contents {
  margin-right: 20px;
  padding-left: 50px;
  padding-right: 30px;
  padding-top: 70px;
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat; }
  @media screen and (min-width: 768px) {
    #message .message-contents {
      padding-top: 44%;
      background: none;
      padding-left: 0;
      padding-right: 10%;
      margin-right: 0; } }
  @media screen and (min-width: 768px) {
    #message .message-contents .message-contents__inner {
      background-color: #fff;
      background-image: url(../images/common/bg-pattern01.gif);
      background-repeat: repeat;
      padding-top: 20%;
      padding-left: 24%;
      padding-bottom: 5%; } }
  #message .message-contents .message-contents__copy picture {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 768px) {
      #message .message-contents .message-contents__copy picture {
        display: block;
        width: auto; } }
  #message .message-contents .message-contents__copy img {
    width: 100%;
    max-width: 350px; }
    @media screen and (min-width: 768px) {
      #message .message-contents .message-contents__copy img {
        max-width: 70%; } }

#message .message-image {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat;
  margin-right: 20px;
  padding-left: 50px;
  padding-right: 30px;
  padding-top: 70px;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    #message .message-image {
      background: none;
      padding-left: 0;
      padding-right: 10%;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 200px; } }
  @media screen and (min-width: 768px) {
    #message .message-image .message-image__inner {
      background-color: #fff;
      background-image: url(../images/common/bg-pattern01.gif);
      background-repeat: repeat;
      padding-top: 5%;
      padding-left: 24%;
      position: relative;
      height: 400px; } }
  @media screen and (min-width: 992px) {
    #message .message-image .message-image__inner {
      height: 600px; } }
  @media screen and (min-width: 768px) {
    #message .message-image .message-image__image {
      margin-left: -15%;
      margin-right: -10%; } }
  #message .message-image .message-image__image img {
    width: 100%;
    height: auto; }

#support .support-header {
  position: relative; }
  #support .support-header::before {
    content: '';
    width: 100vw;
    height: 4px;
    background-color: #410401;
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-top: -10px; }
    @media screen and (min-width: 768px) {
      #support .support-header::before {
        display: none; } }
  #support .support-header::after {
    position: absolute;
    content: '';
    width: 30vw;
    height: 4px;
    top: 10px;
    right: 0;
    background-color: #DD2922;
    display: block;
    padding-right: 0;
    padding-left: 0;
    margin-top: -10px;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      #support .support-header::after {
        display: none; } }
  #support .support-header .support-header__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0; }
    @media screen and (min-width: 768px) {
      #support .support-header .support-header__title {
        padding-top: 100px;
        padding-bottom: 70px;
        max-width: 50%; } }
    #support .support-header .support-header__title h1 {
      font-size: 24px;
      font-weight: 700;
      letter-spacing: 0.06em; }
      @media screen and (min-width: 768px) {
        #support .support-header .support-header__title h1 {
          font-size: 35px; } }
    #support .support-header .support-header__title span {
      font-size: 10px;
      margin-top: 5px;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.34em; }

#support .support-bread {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat; }
  #support .support-bread .support-bread__inner {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media screen and (min-width: 768px) {
      #support .support-bread .support-bread__inner {
        padding-top: 25px;
        padding-bottom: 50px; } }
    #support .support-bread .support-bread__inner ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #support .support-bread .support-bread__inner ul li {
        margin-right: 10px;
        font-size: 10px; }
        #support .support-bread .support-bread__inner ul li a {
          display: block;
          color: #410401;
          text-decoration: none; }
          @media screen and (min-width: 768px) {
            #support .support-bread .support-bread__inner ul li a:hover {
              color: #DD2922; } }

#support .support-cover {
  padding: 0; }
  @media screen and (min-width: 768px) {
    #support .support-cover {
      position: relative; } }
  @media screen and (min-width: 768px) {
    #support .support-cover .support-cover__image {
      position: absolute;
      top: -280px;
      right: 0;
      width: 50%;
      z-index: 10; } }
  #support .support-cover .support-cover__image img {
    width: 100%;
    vertical-align: middle; }

#support .support-read {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat; }
  #support .support-read .support-read__inner {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 2.1; }
    @media screen and (min-width: 768px) {
      #support .support-read .support-read__inner {
        text-align: center;
        padding-top: 30px; } }
    @media screen and (min-width: 992px) {
      #support .support-read .support-read__inner {
        padding-top: 70px; } }
    #support .support-read .support-read__inner br {
      display: none; }
      @media screen and (min-width: 768px) {
        #support .support-read .support-read__inner br {
          display: inherit; } }

#support .support-faq {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat;
  padding-top: 60px; }
  @media screen and (min-width: 768px) {
    #support .support-faq {
      padding-top: 100px; } }
  #support .support-faq .support-faq__title {
    padding-right: 20px;
    padding-left: 20px; }
    #support .support-faq .support-faq__title h2 {
      position: relative;
      z-index: 1; }
    @media screen and (min-width: 768px) {
      #support .support-faq .support-faq__title h2 {
        margin-left: -20px; } }
  #support .support-faq .c-section-header {
    margin: 0 auto; }
    #support .support-faq .c-section-header::before {
      content: '';
      background-image: url(../../inquiry/images/support-icon.png);
      background-color: none;
      right: -40px;
      top: 1px;
      width: 80px;
      height: 100px;
      background-size: auto 100%;
      background-color: center center;
      display: block;
      position: absolute;
      z-index: 10px;
      z-index: 0; }
      @media screen and (min-width: 425px) {
        #support .support-faq .c-section-header::before {
          right: 0%; } }
    @media screen and (min-width: 768px) {
      #support .support-faq .c-section-header {
        max-width: 480px;
        position: relative; }
        #support .support-faq .c-section-header::before {
          content: '';
          background-image: url(../../inquiry/images/support-icon.png);
          background-color: none;
          right: -20px;
          top: -10px;
          width: 80px;
          height: 100px;
          background-size: auto 100%;
          background-color: center center;
          display: block;
          position: absolute;
          z-index: 10px; }
        #support .support-faq .c-section-header br {
          display: none; }
        #support .support-faq .c-section-header strong {
          margin-right: 20px; } }

#support .support-faq__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 768px) {
    #support .support-faq__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-right: 20px;
      padding-left: 20px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media screen and (min-width: 992px) {
    #support .support-faq__list {
      max-width: 817px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 60px; } }
  @media screen and (min-width: 768px) {
    #support .support-faq__list .support-faq__item {
      width: 49%;
      margin-bottom: 20px;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } }
  #support .support-faq__list .support-faq__item + .support-faq__item {
    margin-top: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    @media screen and (min-width: 768px) {
      #support .support-faq__list .support-faq__item + .support-faq__item {
        margin-top: 0px;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } }
  #support .support-faq__list .support-faq__item a {
    display: block;
    background-color: #fff;
    border-left: 5px solid #DD2922;
    padding: 20px;
    text-decoration: none;
    font-size: 16px;
    color: #410401;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 18px;
    position: relative; }
    @media screen and (min-width: 992px) {
      #support .support-faq__list .support-faq__item a {
        font-size: 20px;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        opacity: 1; }
        #support .support-faq__list .support-faq__item a:hover {
          opacity: .5; } }
    #support .support-faq__list .support-faq__item a::after {
      content: '';
      width: 7px;
      height: 7px;
      display: block;
      position: absolute;
      bottom: 5px;
      right: 5px;
      background-image: url(../images/common/cursor-right_r.svg);
      background-size: 100% auto; }
      @media screen and (min-width: 768px) {
        #support .support-faq__list .support-faq__item a::after {
          width: 10px;
          height: 10px; } }
    #support .support-faq__list .support-faq__item a dl {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #support .support-faq__list .support-faq__item a dl dt {
        width: 45px;
        height: 45px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      #support .support-faq__list .support-faq__item a dl dd {
        height: 45px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: calc(100% - 45px); }

#support .support-faq2 {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat;
  padding-top: 80px; }
  #support .support-faq2 .support-faq2__title {
    padding-right: 20px;
    padding-left: 20px; }
  #support .support-faq2 .c-section-header {
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      #support .support-faq2 .c-section-header {
        max-width: 480px;
        position: relative; }
        #support .support-faq2 .c-section-header br {
          display: none; }
        #support .support-faq2 .c-section-header strong {
          margin-right: 20px; } }

#support .support-faq2__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 768px) {
    #support .support-faq2__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-right: 20px;
      padding-left: 20px;
      margin-left: -20px; } }
  @media screen and (min-width: 992px) {
    #support .support-faq2__list {
      margin-left: -20px; } }
  @media screen and (min-width: 992px) {
    #support .support-faq2__list {
      max-width: 1100px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 60px; } }
  #support .support-faq2__list .support-faq2__item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: relative;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    opacity: 1;
    margin-top: 20px; }
    #support .support-faq2__list .support-faq2__item::after {
      content: '';
      width: 7px;
      height: 7px;
      display: block;
      position: absolute;
      bottom: 5px;
      right: 5px;
      background-image: url(../images/common/cursor-right_r.svg);
      background-size: 100% auto; }
      @media screen and (min-width: 768px) {
        #support .support-faq2__list .support-faq2__item::after {
          width: 10px;
          height: 10px; } }
    #support .support-faq2__list .support-faq2__item:hover {
      opacity: .5; }
    @media screen and (min-width: 768px) {
      #support .support-faq2__list .support-faq2__item {
        width: calc(50% - 20px);
        margin-left: 20px; } }
    @media screen and (min-width: 992px) {
      #support .support-faq2__list .support-faq2__item {
        width: calc(33.333% - 20px);
        margin-left: 20px; } }
    #support .support-faq2__list .support-faq2__item a {
      display: block;
      padding: 20px;
      text-decoration: none;
      font-size: 18px;
      color: #410401;
      font-weight: bold;
      letter-spacing: 0.04em;
      line-height: 1.5;
      position: relative; }
      @media screen and (min-width: 992px) {
        #support .support-faq2__list .support-faq2__item a {
          font-size: 18px; } }
      #support .support-faq2__list .support-faq2__item a dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        #support .support-faq2__list .support-faq2__item a dl dt {
          width: 50px;
          height: 50px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          #support .support-faq2__list .support-faq2__item a dl dt img {
            width: 100%;
            height: auto; }
        #support .support-faq2__list .support-faq2__item a dl dd {
          height: 50px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          width: calc(100% - 50px);
          padding-left: 20px;
          text-decoration: underline; }

#support .support-middlenav {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat;
  padding-top: 80px; }
  #support .support-middlenav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 20px;
    padding-left: 20px; }
    @media screen and (min-width: 768px) {
      #support .support-middlenav ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-left: -20px; } }
    @media screen and (min-width: 992px) {
      #support .support-middlenav ul {
        margin-left: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        max-width: 1080px; } }
    #support .support-middlenav ul li {
      position: relative; }
      #support .support-middlenav ul li::after {
        content: '';
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        bottom: 5px;
        right: 5px;
        background-image: url(../images/common/cursor-right_r.svg);
        background-size: 100% auto; }
        @media screen and (min-width: 768px) {
          #support .support-middlenav ul li::after {
            width: 20px;
            height: 20px; } }
      @media screen and (min-width: 768px) {
        #support .support-middlenav ul li {
          margin-left: 20px;
          width: 33.3%;
          display: block; } }
      #support .support-middlenav ul li + li {
        margin-top: 20px; }
        @media screen and (min-width: 768px) {
          #support .support-middlenav ul li + li {
            margin-top: 0; } }
      #support .support-middlenav ul li a {
        display: block;
        text-decoration: none;
        color: #fff;
        background-image: url(../../inquiry/images/support-middlenav-bg.jpg);
        background-size: 100% auto;
        background-repeat: repeat;
        padding: 5px;
        height: 100%; }
        @media screen and (min-width: 768px) {
          #support .support-middlenav ul li a {
            opacity: 1;
            -webkit-transition: all .2s ease-in;
            -o-transition: all .2s ease-in;
            transition: all .2s ease-in; }
            #support .support-middlenav ul li a:hover {
              opacity: .5; } }
      #support .support-middlenav ul li dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        #support .support-middlenav ul li dl dt {
          background-color: #fff;
          padding: 10px;
          text-align: center;
          color: #410401;
          font-weight: bold;
          font-size: 18px; }
          @media screen and (min-width: 768px) {
            #support .support-middlenav ul li dl dt {
              font-size: 14px; } }
          @media screen and (min-width: 992px) {
            #support .support-middlenav ul li dl dt {
              font-size: 18px; } }
        #support .support-middlenav ul li dl dd {
          margin-top: 20px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-bottom: 20px; }
          #support .support-middlenav ul li dl dd span {
            padding: 20px; }
          #support .support-middlenav ul li dl dd p {
            font-size: 14px;
            padding: 0 20px;
            letter-spacing: 0.05em; }
            @media screen and (min-width: 992px) {
              #support .support-middlenav ul li dl dd p {
                padding: 0 40px 30px; } }

#support .support-pickup {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat;
  padding: 40px 0; }
  @media screen and (min-width: 768px) {
    #support .support-pickup {
      padding: 80px 0px; } }
  #support .support-pickup .support-pickup__list {
    padding: 0 !important; }
    @media screen and (min-width: 768px) {
      #support .support-pickup .support-pickup__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 20px !important; } }
    @media screen and (min-width: 992px) {
      #support .support-pickup .support-pickup__list {
        padding: 0 2.5% !important; } }
    #support .support-pickup .support-pickup__list .support-pickup__item {
      margin-bottom: 20px;
      background-position: center center;
      background-size: cover; }
      @media screen and (min-width: 768px) {
        #support .support-pickup .support-pickup__list .support-pickup__item {
          width: 32%; } }
      #support .support-pickup .support-pickup__list .support-pickup__item#item01 {
        background-image: url(../images/index-pickup-bg01_sp.jpg); }
        @media screen and (min-width: 768px) {
          #support .support-pickup .support-pickup__list .support-pickup__item#item01 {
            background-image: url(../images/index-pickup-bg01_pc.jpg); } }
      #support .support-pickup .support-pickup__list .support-pickup__item#item02 {
        background-image: url(../images/index-pickup-bg02_sp.jpg); }
        @media screen and (min-width: 768px) {
          #support .support-pickup .support-pickup__list .support-pickup__item#item02 {
            background-image: url(../images/index-pickup-bg02_pc.jpg); } }
      #support .support-pickup .support-pickup__list .support-pickup__item#item03 {
        background-image: url(../images/index-pickup-bg03_sp.jpg); }
        @media screen and (min-width: 768px) {
          #support .support-pickup .support-pickup__list .support-pickup__item#item03 {
            background-image: url(../images/index-pickup-bg03_pc.jpg); } }
        @media screen and (min-width: 768px) {
          #support .support-pickup .support-pickup__list .support-pickup__item#item03 .show-sp {
            display: none; } }
        #support .support-pickup .support-pickup__list .support-pickup__item#item03 .show-pc {
          display: none; }
          @media screen and (min-width: 768px) {
            #support .support-pickup .support-pickup__list .support-pickup__item#item03 .show-pc {
              display: inherit; } }
        @media screen and (min-width: 768px) {
          #support .support-pickup .support-pickup__list .support-pickup__item#item03 .title img {
            width: 65%; } }

@keyframes fade-to-fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
      #support .support-pickup .support-pickup__list .support-pickup__item a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: 160px;
        padding: 10px;
        position: relative; }
        @media screen and (min-width: 768px) {
          #support .support-pickup .support-pickup__list .support-pickup__item a {
            height: 32vw;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
            #support .support-pickup .support-pickup__list .support-pickup__item a:hover .title {
              height: calc(100% - 20px);
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-transition: all .2s ease;
              -o-transition: all .2s ease;
              transition: all .2s ease;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
              #support .support-pickup .support-pickup__list .support-pickup__item a:hover .title img, #support .support-pickup .support-pickup__list .support-pickup__item a:hover .title picture img {
                -webkit-animation: show 0.5s linear 0s;
                        animation: show 0.5s linear 0s; } }
        @media screen and (min-width: 992px) {
          #support .support-pickup .support-pickup__list .support-pickup__item a {
            height: 330px; } }
        #support .support-pickup .support-pickup__list .support-pickup__item a .title {
          background-color: #fff;
          width: 50vw;
          height: 120px;
          position: absolute;
          top: 10px;
          left: 10px;
          padding: 20px 35px 20px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          @media screen and (min-width: 768px) {
            #support .support-pickup .support-pickup__list .support-pickup__item a .title {
              width: auto;
              top: auto;
              bottom: 10px;
              width: calc(100% - 20px);
              height: 130px;
              left: 0;
              margin: 0 10px;
              -webkit-box-align: end;
              -webkit-align-items: flex-end;
                  -ms-flex-align: end;
                      align-items: flex-end;
              -webkit-box-pack: start;
              -webkit-justify-content: flex-start;
                  -ms-flex-pack: start;
                      justify-content: flex-start;
              padding: 20px;
              -webkit-transition: all .2s ease;
              -o-transition: all .2s ease;
              transition: all .2s ease; } }
          #support .support-pickup .support-pickup__list .support-pickup__item a .title::after {
            content: '';
            display: block;
            width: 15px;
            height: 15px;
            background-image: url(../images/common/icon-window.svg);
            background-size: 100% auto;
            position: absolute;
            right: 7px;
            bottom: 7px; }
            @media screen and (min-width: 768px) {
              #support .support-pickup .support-pickup__list .support-pickup__item a .title::after {
                width: 25px;
                height: 25px;
                right: 15px;
                bottom: 10px; } }
          #support .support-pickup .support-pickup__list .support-pickup__item a .title img {
            height: 70%;
            width: auto; }
            @media screen and (min-width: 768px) {
              #support .support-pickup .support-pickup__list .support-pickup__item a .title img {
                width: 50%; } }

#support .support-contact {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat;
  padding-top: 80px; }
  @media screen and (min-width: 768px) {
    #support .support-contact {
      padding-top: 100px; } }
  #support .support-contact .support-contact__inner {
    padding-right: 20px;
    padding-left: 20px; }
  #support .support-contact .c-section-header {
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      #support .support-contact .c-section-header {
        max-width: 480px;
        position: relative; }
        #support .support-contact .c-section-header br {
          display: none; }
        #support .support-contact .c-section-header strong {
          margin-right: 20px; } }
  #support .support-contact .support-contact__text {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.8; }
    @media screen and (min-width: 768px) {
      #support .support-contact .support-contact__text {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px; } }
  #support .support-contact .support-contact__tel {
    margin-top: 20px;
    font-family: "Oswald", sans-serif;
    color: #DD2922;
    text-align: center;
    font-size: 45px;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      #support .support-contact .support-contact__tel {
        font-size: 60px;
        margin-top: 30px; } }
    #support .support-contact .support-contact__tel span {
      display: block;
      width: 65px;
      margin: 0 auto 15px; }
      @media screen and (min-width: 768px) {
        #support .support-contact .support-contact__tel span {
          display: inline-block;
          width: 60px;
          margin: 0;
          margin-right: 10px; } }
      #support .support-contact .support-contact__tel span img {
        width: 100%;
        height: auto; }
    #support .support-contact .support-contact__tel a {
      text-decoration: none;
      color: #DD2922; }
      @media screen and (min-width: 992px) {
        #support .support-contact .support-contact__tel a {
          pointer-events: none; } }
  #support .support-contact .support-contact__info {
    margin-top: 10px;
    font-size: 12px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #support .support-contact .support-contact__info {
        margin-top: 10px; }
        #support .support-contact .support-contact__info br {
          display: none; } }
  #support .support-contact .support-contact__link {
    margin-top: 30px;
    padding: 0 10%; }
    @media screen and (min-width: 768px) {
      #support .support-contact .support-contact__link {
        margin-top: 40px;
        padding: 0; } }
    #support .support-contact .support-contact__link a {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 20px;
      border: 2px solid #410401;
      border-radius: 50px;
      background-color: #fff;
      font-weight: 700;
      line-height: 1.5;
      color: #410401;
      text-align: center;
      text-decoration: none;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (min-width: 768px) {
        #support .support-contact .support-contact__link a {
          max-width: 300px;
          margin: 0 auto;
          font-size: 14px;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
          #support .support-contact .support-contact__link a:hover {
            border-color: #DD2922;
            background-color: #DD2922;
            color: #fff; }
            #support .support-contact .support-contact__link a:hover::after {
              border-color: #fff; } }
      #support .support-contact .support-contact__link a::after {
        position: absolute;
        top: 50%;
        right: 20px;
        width: 10px;
        height: 10px;
        margin-top: -4px;
        border: 0px;
        border-top: solid 2px #410401;
        border-right: solid 2px #410401;
        content: '';
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
  #support .support-contact .support-contact__caption {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1.6;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      #support .support-contact .support-contact__caption {
        margin-top: 50px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
        padding-left: 0; } }

#recruit .recruit-header {
  position: relative; }
  #recruit .recruit-header::before {
    content: '';
    width: 100vw;
    height: 4px;
    background-color: #410401;
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-top: -10px; }
    @media screen and (min-width: 768px) {
      #recruit .recruit-header::before {
        display: none; } }
  #recruit .recruit-header::after {
    position: absolute;
    content: '';
    width: 30vw;
    height: 4px;
    top: 10px;
    right: 0;
    background-color: #DD2922;
    display: block;
    padding-right: 0;
    padding-left: 0;
    margin-top: -10px;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      #recruit .recruit-header::after {
        display: none; } }
  #recruit .recruit-header .recruit-header__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0; }
    @media screen and (min-width: 768px) {
      #recruit .recruit-header .recruit-header__title {
        padding-top: 100px;
        padding-bottom: 70px;
        max-width: 50%; } }
    #recruit .recruit-header .recruit-header__title h1 {
      font-size: 24px;
      font-weight: 700;
      letter-spacing: 0.06em; }
      @media screen and (min-width: 768px) {
        #recruit .recruit-header .recruit-header__title h1 {
          font-size: 35px; } }
    #recruit .recruit-header .recruit-header__title span {
      font-size: 10px;
      margin-top: 5px;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.34em; }

#recruit .recruit-bread {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat; }
  #recruit .recruit-bread .recruit-bread__inner {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media screen and (min-width: 768px) {
      #recruit .recruit-bread .recruit-bread__inner {
        padding-top: 25px;
        padding-bottom: 50px; } }
    #recruit .recruit-bread .recruit-bread__inner ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #recruit .recruit-bread .recruit-bread__inner ul li {
        margin-right: 10px;
        font-size: 10px; }
        #recruit .recruit-bread .recruit-bread__inner ul li a {
          display: block;
          color: #410401;
          text-decoration: none; }
          @media screen and (min-width: 768px) {
            #recruit .recruit-bread .recruit-bread__inner ul li a:hover {
              color: #DD2922; } }

#recruit .recruit-cover {
  padding: 0; }
  @media screen and (min-width: 768px) {
    #recruit .recruit-cover {
      position: relative; } }
  @media screen and (min-width: 768px) {
    #recruit .recruit-cover .recruit-cover__image {
      position: absolute;
      top: -280px;
      right: 0;
      width: 50%;
      z-index: 10; } }
  #recruit .recruit-cover .recruit-cover__image img {
    width: 100%;
    vertical-align: middle; }

#recruit .recruit-menu {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat;
  padding-top: 60px;
  padding-bottom: 80px; }
  @media screen and (min-width: 768px) {
    #recruit .recruit-menu {
      padding-top: 100px;
      padding-bottom: 50px;
      padding-left: 20px;
      padding-right: 20px; } }
  #recruit .recruit-menu .recruit-menu__title {
    padding-right: 20px;
    padding-left: 20px; }
    @media screen and (min-width: 768px) {
      #recruit .recruit-menu .recruit-menu__title {
        max-width: 480px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding: 0; }
        #recruit .recruit-menu .recruit-menu__title br {
          display: none; }
        #recruit .recruit-menu .recruit-menu__title strong {
          margin-right: 20px; } }
  #recruit .recruit-menu .recruit-menu__nav {
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px; }
    @media screen and (min-width: 768px) {
      #recruit .recruit-menu .recruit-menu__nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        max-width: 1000px;
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 150px; } }
    @media screen and (min-width: 768px) {
      #recruit .recruit-menu .recruit-menu__nav li {
        padding: 10px; } }
    #recruit .recruit-menu .recruit-menu__nav li + li {
      margin-top: 20px; }
      @media screen and (min-width: 768px) {
        #recruit .recruit-menu .recruit-menu__nav li + li {
          margin-top: 0; } }
    #recruit .recruit-menu .recruit-menu__nav li a {
      display: block; }
      @media screen and (min-width: 768px) {
        #recruit .recruit-menu .recruit-menu__nav li a {
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease;
          opacity: 1; }
          #recruit .recruit-menu .recruit-menu__nav li a:hover {
            opacity: 0.5; } }
      #recruit .recruit-menu .recruit-menu__nav li a img {
        width: 100%;
        vertical-align: middle; }
  #recruit .recruit-menu .recruit-menu__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    min-height: 400px;
    background-color: #fff;
    margin-top: 50px;
    max-width: 1000px; }

#recruit .recruit-banner {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat; }
  @media screen and (min-width: 768px) {
    #recruit .recruit-banner {
      padding-bottom: 100px; } }
  #recruit .recruit-banner .recruit-banner__inner {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 768px) {
      #recruit .recruit-banner .recruit-banner__inner {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto; } }
    #recruit .recruit-banner .recruit-banner__inner ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 768px) {
        #recruit .recruit-banner .recruit-banner__inner ul {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      #recruit .recruit-banner .recruit-banner__inner ul li {
        margin-bottom: 30px; }
        @media screen and (min-width: 768px) {
          #recruit .recruit-banner .recruit-banner__inner ul li {
            width: 48%; } }
        #recruit .recruit-banner .recruit-banner__inner ul li a {
          display: block;
          text-decoration: none;
          color: #410401;
          text-align: center;
          font-size: 12px; }
          @media screen and (min-width: 768px) {
            #recruit .recruit-banner .recruit-banner__inner ul li a:hover dd img {
              opacity: 0.7; }
            #recruit .recruit-banner .recruit-banner__inner ul li a:hover p {
              color: #DD2922; } }
          #recruit .recruit-banner .recruit-banner__inner ul li a dl {
            position: relative; }
            #recruit .recruit-banner .recruit-banner__inner ul li a dl dt {
              position: absolute;
              top: 10px;
              left: 10px;
              background-color: #fff;
              background-image: url(../images/common/bg-noise02.png);
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              padding: 20px;
              width: 45%;
              height: calc(100% - 25px);
              z-index: 10; }
              #recruit .recruit-banner .recruit-banner__inner ul li a dl dt img {
                width: 70%; }
            #recruit .recruit-banner .recruit-banner__inner ul li a dl dd {
              background-color: #fff; }
              #recruit .recruit-banner .recruit-banner__inner ul li a dl dd img {
                width: 100%;
                -webkit-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
                opacity: 1; }
          #recruit .recruit-banner .recruit-banner__inner ul li a p {
            margin-top: 10px; }
            @media screen and (min-width: 768px) {
              #recruit .recruit-banner .recruit-banner__inner ul li a p {
                font-size: 14px; } }

#knowledge .knowledge-header {
  position: relative; }
  #knowledge .knowledge-header::before {
    content: '';
    width: 100vw;
    height: 4px;
    background-color: #410401;
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-top: -10px; }
    @media screen and (min-width: 768px) {
      #knowledge .knowledge-header::before {
        display: none; } }
  #knowledge .knowledge-header::after {
    position: absolute;
    content: '';
    width: 30vw;
    height: 4px;
    top: 10px;
    right: 0;
    background-color: #DD2922;
    display: block;
    padding-right: 0;
    padding-left: 0;
    margin-top: -10px;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      #knowledge .knowledge-header::after {
        display: none; } }
  #knowledge .knowledge-header .knowledge-header__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0; }
    @media screen and (min-width: 768px) {
      #knowledge .knowledge-header .knowledge-header__title {
        padding-top: 100px;
        padding-bottom: 70px;
        max-width: 100%; } }
    #knowledge .knowledge-header .knowledge-header__title h1 {
      font-size: 24px;
      font-weight: 700;
      letter-spacing: 0.06em; }
      @media screen and (min-width: 768px) {
        #knowledge .knowledge-header .knowledge-header__title h1 {
          font-size: 35px; } }
    #knowledge .knowledge-header .knowledge-header__title span {
      font-size: 10px;
      margin-top: 5px;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.34em; }

#knowledge .knowledge-bread {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat; }
  #knowledge .knowledge-bread .knowledge-bread__inner {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media screen and (min-width: 768px) {
      #knowledge .knowledge-bread .knowledge-bread__inner {
        padding-top: 25px;
        padding-bottom: 50px; } }
    #knowledge .knowledge-bread .knowledge-bread__inner ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #knowledge .knowledge-bread .knowledge-bread__inner ul li {
        margin-right: 10px;
        font-size: 10px; }
        #knowledge .knowledge-bread .knowledge-bread__inner ul li a {
          display: block;
          color: #410401;
          text-decoration: none; }
          @media screen and (min-width: 768px) {
            #knowledge .knowledge-bread .knowledge-bread__inner ul li a:hover {
              color: #DD2922; } }

#knowledge .knowledge-headcopy {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat;
  padding: 40px 20px; }
  @media screen and (min-width: 768px) {
    #knowledge .knowledge-headcopy {
      padding: 0;
      padding-bottom: 80px; } }
  #knowledge .knowledge-headcopy .knowledge-headcopy__text {
    font-size: 16px;
    font-weight: bold;
    line-height: 2; }
    @media screen and (min-width: 768px) {
      #knowledge .knowledge-headcopy .knowledge-headcopy__text {
        text-align: center; } }
    #knowledge .knowledge-headcopy .knowledge-headcopy__text br {
      display: none; }
      @media screen and (min-width: 768px) {
        #knowledge .knowledge-headcopy .knowledge-headcopy__text br {
          display: block; } }

#knowledge .knowledge-slider {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat;
  position: relative;
  overflow: hidden !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 30px; }
  @media screen and (min-width: 768px) {
    #knowledge .knowledge-slider {
      overflow: hidden; } }
  @media screen and (min-width: 768px) {
    #knowledge .knowledge-slider .knowledge-slider__item {
      margin-bottom: 15px; } }
  #knowledge .knowledge-slider .knowledge-slider__item a {
    display: block;
    margin: 0 2%;
    color: #410401;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      #knowledge .knowledge-slider .knowledge-slider__item a {
        opacity: 1;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        #knowledge .knowledge-slider .knowledge-slider__item a:hover {
          opacity: 0.5; } }
    #knowledge .knowledge-slider .knowledge-slider__item a img {
      width: 100%;
      height: auto;
      border-radius: 25px; }
      @media screen and (min-width: 768px) {
        #knowledge .knowledge-slider .knowledge-slider__item a img {
          border-radius: 50px; } }
  #knowledge .knowledge-slider .slide-arrow {
    position: absolute;
    top: -25px;
    bottom: 0;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #410401;
    margin: auto; }
    @media screen and (min-width: 768px) {
      #knowledge .knowledge-slider .slide-arrow {
        top: -40px;
        bottom: 0; } }
    @media screen and (min-width: 992px) {
      #knowledge .knowledge-slider .slide-arrow {
        top: -40px;
        bottom: 0;
        border: 0px solid #000; } }
  #knowledge .knowledge-slider .prev-arrow {
    z-index: 100;
    left: -30px;
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../images/cursor-left.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 10px auto;
    cursor: pointer;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease; }
    @media screen and (min-width: 992px) {
      #knowledge .knowledge-slider .prev-arrow {
        width: 110px;
        height: 110px;
        left: -55px;
        background-size: 15px auto;
        background-position: right 25px center; } }
    #knowledge .knowledge-slider .prev-arrow:hover {
      opacity: 0.5; }
  #knowledge .knowledge-slider .next-arrow {
    z-index: 100;
    right: -30px;
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../images/cursor-right.svg);
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 10px auto;
    cursor: pointer;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease; }
    @media screen and (min-width: 992px) {
      #knowledge .knowledge-slider .next-arrow {
        width: 110px;
        height: 110px;
        right: -55px;
        background-size: 15px auto;
        background-position: left 25px center; } }
    #knowledge .knowledge-slider .next-arrow:hover {
      opacity: 0.5; }
  #knowledge .knowledge-slider .slick-dots {
    bottom: 8px !important; }
    @media screen and (min-width: 768px) {
      #knowledge .knowledge-slider .slick-dots {
        bottom: 15px !important; } }
    #knowledge .knowledge-slider .slick-dots li {
      width: 7px;
      height: 7px;
      background-color: #410401; }
      @media screen and (min-width: 768px) {
        #knowledge .knowledge-slider .slick-dots li {
          width: 7px;
          height: 7px; } }
      #knowledge .knowledge-slider .slick-dots li.slick-active {
        background-color: #DD2922; }
      #knowledge .knowledge-slider .slick-dots li::before {
        display: none; }
      #knowledge .knowledge-slider .slick-dots li button {
        display: none; }

#knowledge .knowledge-useful {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat; }
  @media screen and (min-width: 768px) {
    #knowledge .knowledge-useful {
      padding: 40px 60px; } }
  #knowledge .knowledge-useful .knowledge-useful__inner {
    background-color: #410401;
    background-repeat: repeat;
    background-image: url(../images/common/bg-noise01.png);
    padding: 40px 20px;
    position: relative; }
    #knowledge .knowledge-useful .knowledge-useful__inner::before {
      display: block;
      width: 155px;
      height: 4px;
      margin: 0 auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background-color: #DD2922;
      content: ''; }
      @media screen and (min-width: 768px) {
        #knowledge .knowledge-useful .knowledge-useful__inner::before {
          width: 155px; } }
    @media screen and (min-width: 768px) {
      #knowledge .knowledge-useful .knowledge-useful__inner {
        margin: 0 auto;
        position: relative;
        width: 100%;
        max-width: 1280px;
        border-radius: 10px;
        padding: 40px; } }
  #knowledge .knowledge-useful .knowledge-useful__title {
    position: relative; }
    #knowledge .knowledge-useful .knowledge-useful__title h2 {
      font-size: 21px;
      color: #fff;
      text-align: center;
      font-weight: bold;
      letter-spacing: 0.06em; }
      @media screen and (min-width: 768px) {
        #knowledge .knowledge-useful .knowledge-useful__title h2 {
          font-size: 30px; } }
  #knowledge .knowledge-useful .knowledge-useful__list {
    margin-top: 30px;
    padding-bottom: 40px; }
    @media screen and (min-width: 992px) {
      #knowledge .knowledge-useful .knowledge-useful__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0px; } }
  @media screen and (min-width: 768px) {
    #knowledge .knowledge-useful .knowledge-useful__item {
      background: #fff; } }
  #knowledge .knowledge-useful .knowledge-useful__item + .knowledge-useful__item {
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      #knowledge .knowledge-useful .knowledge-useful__item + .knowledge-useful__item {
        margin-top: 20px; } }
    @media screen and (min-width: 992px) {
      #knowledge .knowledge-useful .knowledge-useful__item + .knowledge-useful__item {
        margin-top: 0;
        margin-left: 20px; } }
  #knowledge .knowledge-useful .knowledge-useful__item a {
    display: block;
    background-color: #fff;
    text-decoration: none;
    color: #410401; }
    @media screen and (min-width: 992px) {
      #knowledge .knowledge-useful .knowledge-useful__item a {
        opacity: 1;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        #knowledge .knowledge-useful .knowledge-useful__item a:hover {
          opacity: 0.5; } }
    #knowledge .knowledge-useful .knowledge-useful__item a dl dt img {
      width: 100%;
      height: auto;
      vertical-align: middle; }
    #knowledge .knowledge-useful .knowledge-useful__item a dl dd {
      padding: 15px 25px; }
      @media screen and (min-width: 992px) {
        #knowledge .knowledge-useful .knowledge-useful__item a dl dd {
          padding: 20px 20px; } }
      #knowledge .knowledge-useful .knowledge-useful__item a dl dd h3 {
        font-size: 14px;
        font-weight: bold; }
        @media screen and (min-width: 768px) {
          #knowledge .knowledge-useful .knowledge-useful__item a dl dd h3 {
            font-size: 18px; } }
      #knowledge .knowledge-useful .knowledge-useful__item a dl dd p {
        margin-top: 5px;
        font-size: 12px; }
        @media screen and (min-width: 768px) {
          #knowledge .knowledge-useful .knowledge-useful__item a dl dd p {
            font-size: 14px; } }

#knowledge .knowledge-genre {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat;
  padding: 40px 20px; }
  @media screen and (min-width: 992px) {
    #knowledge .knowledge-genre {
      padding: 60px 20px; } }
  #knowledge .knowledge-genre .c-section-header {
    width: 90%;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      #knowledge .knowledge-genre .c-section-header {
        max-width: 480px; } }
  #knowledge .knowledge-genre .knowledge-genre__tab {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -10px;
    padding: 0 10px; }
    @media screen and (min-width: 992px) {
      #knowledge .knowledge-genre .knowledge-genre__tab {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        padding: 0 40px;
        max-width: 1280px;
        width: 100%;
        margin: 80px auto 0px;
        position: relative;
        left: -5px; } }
    #knowledge .knowledge-genre .knowledge-genre__tab .tab-item {
      width: calc(50% - 10px);
      margin-left: 10px;
      margin-top: 10px; }
      @media screen and (min-width: 992px) {
        #knowledge .knowledge-genre .knowledge-genre__tab .tab-item {
          width: calc(100% / 7); } }
      #knowledge .knowledge-genre .knowledge-genre__tab .tab-item.active {
        color: #DD2922; }
      #knowledge .knowledge-genre .knowledge-genre__tab .tab-item#t01 a {
        background-color: #E4DEEE; }
      #knowledge .knowledge-genre .knowledge-genre__tab .tab-item#t02 a {
        background-color: #C2D4EE; }
      #knowledge .knowledge-genre .knowledge-genre__tab .tab-item#t03 a {
        background-color: #C8E7ED; }
      #knowledge .knowledge-genre .knowledge-genre__tab .tab-item#t04 a {
        background-color: #CFE6BD; }
      #knowledge .knowledge-genre .knowledge-genre__tab .tab-item#t05 a {
        background-color: #F1E8C7; }
      #knowledge .knowledge-genre .knowledge-genre__tab .tab-item#t06 a {
        background-color: #EED2BB; }
      #knowledge .knowledge-genre .knowledge-genre__tab .tab-item#t07 a {
        background-color: #F7C8CD; }
      #knowledge .knowledge-genre .knowledge-genre__tab .tab-item a {
        background-color: gray;
        padding: 10px 10px;
        font-size: 16px;
        color: #410401;
        font-weight: bold;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 5px;
        text-decoration: none;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        background-image: url(../../knowledge/images/bg-texture.png);
        background-repeat: repeat; }
        @media screen and (min-width: 768px) {
          #knowledge .knowledge-genre .knowledge-genre__tab .tab-item a {
            opacity: 1;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
            #knowledge .knowledge-genre .knowledge-genre__tab .tab-item a:hover {
              opacity: 0.5; } }
        #knowledge .knowledge-genre .knowledge-genre__tab .tab-item a span {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 30px;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          #knowledge .knowledge-genre .knowledge-genre__tab .tab-item a span img {
            width: auto;
            height: 20px;
            vertical-align: middle; }
        #knowledge .knowledge-genre .knowledge-genre__tab .tab-item a i {
          width: calc(100% - 30px);
          text-align: center; }
  #knowledge .knowledge-genre .knowledge-genre__contents {
    margin-top: 50px; }
    @media screen and (min-width: 992px) {
      #knowledge .knowledge-genre .knowledge-genre__contents {
        margin-top: 35px; } }
  #knowledge .knowledge-genre .tab-contents {
    display: inherit;
    margin-top: -80px;
    padding-top: 80px; }
    @media screen and (min-width: 992px) {
      #knowledge .knowledge-genre .tab-contents {
        margin-top: -110px;
        padding-top: 110px; } }
    #knowledge .knowledge-genre .tab-contents + .tab-contents {
      margin-top: -50px; }
      @media screen and (min-width: 992px) {
        #knowledge .knowledge-genre .tab-contents + .tab-contents {
          margin-top: -70px; } }
    @media screen and (min-width: 992px) {
      #knowledge .knowledge-genre .tab-contents .tab-contents__inner {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        max-width: 1280px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px; } }
    #knowledge .knowledge-genre .tab-contents#c01 .tab-contents__title {
      background-color: #E4DEEE; }
    #knowledge .knowledge-genre .tab-contents#c02 .tab-contents__title {
      background-color: #C2D4EE; }
    #knowledge .knowledge-genre .tab-contents#c03 .tab-contents__title {
      background-color: #C8E7ED; }
    #knowledge .knowledge-genre .tab-contents#c04 .tab-contents__title {
      background-color: #CFE6BD; }
    #knowledge .knowledge-genre .tab-contents#c05 .tab-contents__title {
      background-color: #F1E8C7; }
    #knowledge .knowledge-genre .tab-contents#c06 .tab-contents__title {
      background-color: #EED2BB; }
    #knowledge .knowledge-genre .tab-contents#c07 .tab-contents__inner__bg {
      background-color: #DFD5CB;
      background-image: url(../images/common/bg-noise02.png);
      background-repeat: repeat;
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 40px;
      padding-bottom: 40px;
      margin-top: -20px; }
      @media screen and (min-width: 992px) {
        #knowledge .knowledge-genre .tab-contents#c07 .tab-contents__inner__bg {
          margin-top: 0; } }
    #knowledge .knowledge-genre .tab-contents#c07 .tab-contents__title {
      background-color: #F7C8CD;
      background-color: #DD2922; }
    #knowledge .knowledge-genre .tab-contents .tab-contents__title {
      background-image: url(../../knowledge/images/bg-texture.png);
      background-repeat: repeat; }
      @media screen and (min-width: 992px) {
        #knowledge .knowledge-genre .tab-contents .tab-contents__title {
          width: 25%;
          margin-top: 30px;
          height: 300px; } }
      @media screen and (min-width: 992px) {
        #knowledge .knowledge-genre .tab-contents .tab-contents__title h3 {
          display: block;
          height: 33.3%; } }
      #knowledge .knowledge-genre .tab-contents .tab-contents__title h3 dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 5px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0px 40px;
        height: 50px; }
        @media screen and (min-width: 992px) {
          #knowledge .knowledge-genre .tab-contents .tab-contents__title h3 dl {
            height: 100%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            border-radius: 0;
            height: 300px; } }
        #knowledge .knowledge-genre .tab-contents .tab-contents__title h3 dl dt {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 80px;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          @media screen and (min-width: 992px) {
            #knowledge .knowledge-genre .tab-contents .tab-contents__title h3 dl dt {
              width: 100px;
              margin-bottom: 20px; } }
          #knowledge .knowledge-genre .tab-contents .tab-contents__title h3 dl dt img {
            width: 60px;
            height: auto;
            vertical-align: middle;
            margin-top: -10px;
            margin-bottom: -10px; }
            @media screen and (min-width: 992px) {
              #knowledge .knowledge-genre .tab-contents .tab-contents__title h3 dl dt img {
                margin-top: 0;
                margin-bottom: 0; } }
        #knowledge .knowledge-genre .tab-contents .tab-contents__title h3 dl dd {
          width: calc(100% - 80px);
          text-align: center;
          font-size: 21px;
          color: #410401;
          font-weight: bold; }
          @media screen and (min-width: 992px) {
            #knowledge .knowledge-genre .tab-contents .tab-contents__title h3 dl dd {
              width: 100%;
              font-size: 35px; } }
    #knowledge .knowledge-genre .tab-contents .tab-contents__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-left: -10px;
      margin-top: 25px; }
      @media screen and (min-width: 768px) {
        #knowledge .knowledge-genre .tab-contents .tab-contents__list {
          margin-left: -20px;
          margin-top: 30px;
          width: calc(100% + 20px); } }
      @media screen and (min-width: 992px) {
        #knowledge .knowledge-genre .tab-contents .tab-contents__list {
          margin-left: -10px;
          width: 75%; } }
      #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item {
        margin-left: 10px;
        width: calc(50% - 10px);
        background-color: #fff;
        margin-bottom: 10px; }
        @media screen and (min-width: 768px) {
          #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item {
            margin-left: 20px;
            margin-bottom: 20px;
            width: calc(50% - 20px); } }
        @media screen and (min-width: 992px) {
          #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item {
            width: calc(33.333% - 20px);
            margin-left: 20px; } }
        #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item.sp_hide {
          display: none; }
          @media screen and (min-width: 992px) {
            #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item.sp_hide {
              display: block; } }
        #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item a {
          display: block;
          text-decoration: none;
          color: #410401; }
          @media screen and (min-width: 768px) {
            #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item a {
              opacity: 1;
              -webkit-transition: all .2s ease;
              -o-transition: all .2s ease;
              transition: all .2s ease; }
              #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item a:hover {
                opacity: 0.5; } }
          #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item a dl {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column; }
            #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item a dl dt img {
              width: 100%;
              height: auto;
              vertical-align: middle; }
            #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item a dl dd {
              padding: 15px 10px; }
              @media screen and (min-width: 768px) {
                #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item a dl dd {
                  padding: 20px 15px; } }
              #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item a dl dd .cat {
                display: -webkit-inline-box;
                display: -webkit-inline-flex;
                display: -ms-inline-flexbox;
                display: inline-flex;
                color: #fff;
                padding: 5px 10px;
                border-radius: 30px;
                font-size: 10px;
                -webkit-box-align: center;
                -webkit-align-items: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                    -ms-flex-pack: center;
                        justify-content: center; }
                @media screen and (min-width: 768px) {
                  #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item a dl dd .cat {
                    font-size: 13px;
                    padding-top: 5px 15px; } }
                #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item a dl dd .cat.is--shindan {
                  background-color: #435903; }
                #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item a dl dd .cat.is--nayami {
                  background-color: #A56800; }
                #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item a dl dd .cat.is--movie {
                  background-color: #940401; }
                #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item a dl dd .cat span {
                  font-size: 12px;
                  padding: 0 2px;
                  display: -webkit-box;
                  display: -webkit-flex;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-align: center;
                  -webkit-align-items: center;
                      -ms-flex-align: center;
                          align-items: center;
                  -webkit-box-pack: center;
                  -webkit-justify-content: center;
                      -ms-flex-pack: center;
                          justify-content: center;
                  height: 100%; }
                  @media screen and (min-width: 768px) {
                    #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item a dl dd .cat span {
                      font-size: 13px; } }
                  #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item a dl dd .cat span img {
                    vertical-align: middle;
                    height: 12px;
                    width: auto; }
              #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item a dl dd .title {
                margin-top: 5px;
                font-size: 12px;
                font-weight: bold; }
                @media screen and (min-width: 768px) {
                  #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item a dl dd .title {
                    font-size: 18px; } }
              #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item a dl dd .text {
                margin-top: 5px;
                font-size: 10px; }
                @media screen and (min-width: 768px) {
                  #knowledge .knowledge-genre .tab-contents .tab-contents__list .tab-contents__item a dl dd .text {
                    font-size: 16px; } }

#knowledge .knowledge-report {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat;
  padding: 40px 20px; }
  @media screen and (min-width: 992px) {
    #knowledge .knowledge-report {
      padding: 60px 20px; } }
  #knowledge .knowledge-report .c-section-header {
    width: 90%;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      #knowledge .knowledge-report .c-section-header {
        max-width: 480px; }
        #knowledge .knowledge-report .c-section-header br {
          display: none; } }
  #knowledge .knowledge-report .knowledge-report__list {
    margin-top: 40px; }
    @media screen and (min-width: 768px) {
      #knowledge .knowledge-report .knowledge-report__list {
        margin: 60px auto 0;
        max-width: 900px; } }
    #knowledge .knowledge-report .knowledge-report__list ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 768px) {
        #knowledge .knowledge-report .knowledge-report__list ul {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          margin-left: -10px; } }
      #knowledge .knowledge-report .knowledge-report__list ul li {
        background-color: #fff;
        position: relative; }
        @media screen and (min-width: 768px) {
          #knowledge .knowledge-report .knowledge-report__list ul li {
            margin-left: 10px;
            width: calc(100% - 10px); } }
        #knowledge .knowledge-report .knowledge-report__list ul li + li {
          margin-top: 20px; }
          @media screen and (min-width: 768px) {
            #knowledge .knowledge-report .knowledge-report__list ul li + li {
              margin-top: 0; } }
        #knowledge .knowledge-report .knowledge-report__list ul li a {
          display: block;
          text-decoration: none;
          color: #410401; }
          @media screen and (min-width: 768px) {
            #knowledge .knowledge-report .knowledge-report__list ul li a {
              opacity: 1;
              -webkit-transition: all .2s ease;
              -o-transition: all .2s ease;
              transition: all .2s ease; }
              #knowledge .knowledge-report .knowledge-report__list ul li a:hover {
                opacity: 0.5; } }
        #knowledge .knowledge-report .knowledge-report__list ul li dl dt img {
          width: 100%;
          height: auto;
          vertical-align: middle; }
        #knowledge .knowledge-report .knowledge-report__list ul li dl dd {
          padding: 20px; }
          @media screen and (min-width: 768px) {
            #knowledge .knowledge-report .knowledge-report__list ul li dl dd {
              padding: 20px 30px 30px;
              height: 100%; } }
          #knowledge .knowledge-report .knowledge-report__list ul li dl dd::after {
            content: '';
            display: block;
            background-image: url(../images/common/cursor-right_r.svg);
            width: 5px;
            height: 5px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% auto;
            position: absolute;
            right: 5px;
            bottom: 5px; }
            @media screen and (min-width: 768px) {
              #knowledge .knowledge-report .knowledge-report__list ul li dl dd::after {
                width: 10px;
                height: 10px;
                right: 10px;
                bottom: 10px; } }
          #knowledge .knowledge-report .knowledge-report__list ul li dl dd .date {
            font-size: 12px; }
            @media screen and (min-width: 768px) {
              #knowledge .knowledge-report .knowledge-report__list ul li dl dd .date {
                font-size: 14px; } }
          #knowledge .knowledge-report .knowledge-report__list ul li dl dd .title {
            font-size: 16px;
            font-weight: bold;
            margin-top: 5px; }
            @media screen and (min-width: 768px) {
              #knowledge .knowledge-report .knowledge-report__list ul li dl dd .title {
                font-size: 20px; } }
          #knowledge .knowledge-report .knowledge-report__list ul li dl dd .text {
            margin-top: 10px;
            font-size: 12px; }
            @media screen and (min-width: 768px) {
              #knowledge .knowledge-report .knowledge-report__list ul li dl dd .text {
                font-size: 14px; } }

#knowledge .knowledge-archives {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat;
  padding: 40px 20px; }
  @media screen and (min-width: 992px) {
    #knowledge .knowledge-archives {
      padding: 60px 20px; } }
  #knowledge .knowledge-archives .c-section-header {
    width: 90%;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      #knowledge .knowledge-archives .c-section-header {
        max-width: 480px; }
        #knowledge .knowledge-archives .c-section-header br {
          display: none; } }
  #knowledge .knowledge-archives .knowledge-archives__list {
    margin-top: 40px; }
    @media screen and (min-width: 768px) {
      #knowledge .knowledge-archives .knowledge-archives__list {
        margin: 60px auto 0;
        max-width: 900px; } }
    #knowledge .knowledge-archives .knowledge-archives__list ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 768px) {
        #knowledge .knowledge-archives .knowledge-archives__list ul {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          margin-left: -10px; } }
      #knowledge .knowledge-archives .knowledge-archives__list ul li {
        background-color: #fff;
        position: relative; }
        @media screen and (min-width: 768px) {
          #knowledge .knowledge-archives .knowledge-archives__list ul li {
            width: calc(50% - 10px);
            margin-left: 10px;
            margin-top: 10px; } }
        #knowledge .knowledge-archives .knowledge-archives__list ul li::after {
          content: '';
          display: block;
          background-image: url(../images/common/cursor-right_r.svg);
          width: 5px;
          height: 5px;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto;
          position: absolute;
          right: 5px;
          bottom: 5px; }
          @media screen and (min-width: 768px) {
            #knowledge .knowledge-archives .knowledge-archives__list ul li::after {
              width: 10px;
              height: 10px;
              right: 10px;
              bottom: 10px; } }
        #knowledge .knowledge-archives .knowledge-archives__list ul li + li {
          margin-top: 10px; }
        #knowledge .knowledge-archives .knowledge-archives__list ul li a {
          text-decoration: none;
          color: #410401;
          display: block;
          padding: 20px;
          opacity: 1;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease;
          cursor: pointer; }
          @media screen and (min-width: 768px) {
            #knowledge .knowledge-archives .knowledge-archives__list ul li a {
              padding: 20px 30px 30px; }
              #knowledge .knowledge-archives .knowledge-archives__list ul li a:hover {
                opacity: 0.5; } }
          #knowledge .knowledge-archives .knowledge-archives__list ul li a .date {
            font-size: 12px; }
            @media screen and (min-width: 768px) {
              #knowledge .knowledge-archives .knowledge-archives__list ul li a .date {
                font-size: 14px; } }
          #knowledge .knowledge-archives .knowledge-archives__list ul li a .title {
            font-weight: bold;
            font-size: 16px;
            margin-top: 5px; }
            @media screen and (min-width: 768px) {
              #knowledge .knowledge-archives .knowledge-archives__list ul li a .title {
                font-size: 18px; } }

#health .health-header {
  position: relative;
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat; }
  @media screen and (min-width: 768px) {
    #health .health-header {
      margin-top: 5px; } }
  #health .health-header::before {
    content: '';
    width: 100vw;
    height: 4px;
    background-color: #410401;
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-top: -10px; }
    @media screen and (min-width: 768px) {
      #health .health-header::before {
        display: none; } }
  #health .health-header::after {
    position: absolute;
    content: '';
    width: 30vw;
    height: 4px;
    top: 10px;
    right: 0;
    background-color: #DD2922;
    display: block;
    padding-right: 0;
    padding-left: 0;
    margin-top: -10px;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      #health .health-header::after {
        display: none; } }
  #health .health-header .health-header__inner {
    position: relative; }
  #health .health-header .health-header__title {
    width: 160px;
    margin: 20px auto 0; }
    @media screen and (min-width: 768px) {
      #health .health-header .health-header__title {
        width: 630px;
        margin: 40px auto 0; } }
    #health .health-header .health-header__title img {
      width: 100%;
      height: auto; }
  #health .health-header .health-header__text {
    margin-top: 50px; }
    @media screen and (min-width: 768px) {
      #health .health-header .health-header__text {
        margin-top: 140px; } }
    #health .health-header .health-header__text h1 {
      font-weight: bold;
      font-size: 34px;
      font-weight: bold;
      text-align: center; }
      @media screen and (min-width: 768px) {
        #health .health-header .health-header__text h1 {
          font-size: 60px; } }

#health .health-bread .health-bread__inner {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media screen and (min-width: 768px) {
    #health .health-bread .health-bread__inner {
      padding-top: 25px;
      padding-bottom: 25px; } }
  #health .health-bread .health-bread__inner ul {
    display: inline; }
    @media screen and (min-width: 768px) {
      #health .health-bread .health-bread__inner ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    #health .health-bread .health-bread__inner ul li {
      margin-right: 10px;
      font-size: 10px;
      display: inline; }
      @media screen and (min-width: 768px) {
        #health .health-bread .health-bread__inner ul li {
          display: block; } }
      #health .health-bread .health-bread__inner ul li a {
        display: inline;
        color: #410401;
        text-decoration: none; }
        @media screen and (min-width: 768px) {
          #health .health-bread .health-bread__inner ul li a {
            display: block; }
            #health .health-bread .health-bread__inner ul li a:hover {
              color: #DD2922; } }

#health .health-logo {
  width: 210px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    #health .health-logo {
      width: 130px;
      position: absolute;
      right: 20px;
      top: 20px;
      margin: auto; } }
  #health .health-logo img {
    width: 100%;
    height: auto; }

#health .health-contents {
  position: relative;
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat;
  padding-top: 40px;
  padding-bottom: 80px; }
  @media screen and (min-width: 768px) {
    #health .health-contents {
      padding-top: 60px;
      padding-bottom: 100px; } }
  #health .health-contents .health-contents__inner {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
    min-height: 100vh;
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 768px) {
      #health .health-contents .health-contents__inner {
        margin-left: auto;
        margin-right: auto;
        border-top: 0px solid #000;
        width: 100%;
        max-width: 900px; } }

#health .health-contents__read {
  border-top: 4px solid #DD2922;
  padding-top: 20px; }
  @media screen and (min-width: 768px) {
    #health .health-contents__read {
      border-top: 0 solid #000;
      padding-top: 60px; } }
  #health .health-contents__read h2 {
    font-size: 20px;
    font-weight: bold;
    color: #DD2922; }
    @media screen and (min-width: 768px) {
      #health .health-contents__read h2 {
        font-size: 30px;
        text-align: center; } }
    #health .health-contents__read h2 br {
      display: none; }
      @media screen and (min-width: 768px) {
        #health .health-contents__read h2 br {
          display: block; } }
  #health .health-contents__read p {
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 2; }
    @media screen and (min-width: 768px) {
      #health .health-contents__read p {
        font-size: 16px;
        margin-top: 40px;
        padding-left: 90px;
        padding-right: 9  0px; } }

#health .health-contents__menu {
  margin-top: 30px;
  margin-left: -30px;
  margin-right: -30px; }
  @media screen and (min-width: 768px) {
    #health .health-contents__menu {
      margin-top: 60px;
      margin-left: 0;
      margin-right: 0; } }
  #health .health-contents__menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (min-width: 768px) {
      #health .health-contents__menu ul {
        margin-left: -20px; } }
    #health .health-contents__menu ul li {
      width: 50%;
      margin-top: 10px; }
      @media screen and (min-width: 768px) {
        #health .health-contents__menu ul li {
          -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
                  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
          background-color: #fff;
          width: calc(50% - 20px);
          margin-left: 20px;
          margin-top: 20px; } }
      @media screen and (min-width: 768px) {
        #health .health-contents__menu ul li + li {
          margin-top: 20px; } }
      #health .health-contents__menu ul li a {
        display: block;
        text-decoration: none;
        color: #410401;
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 20px; }
        @media screen and (min-width: 768px) {
          #health .health-contents__menu ul li a {
            font-size: 25px;
            opacity: 1;
            margin-bottom: 0;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
            #health .health-contents__menu ul li a:hover {
              opacity: 0.5; } }
        #health .health-contents__menu ul li a dl {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
          @media screen and (min-width: 768px) {
            #health .health-contents__menu ul li a dl {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
                  -ms-flex-direction: row;
                      flex-direction: row; } }
          #health .health-contents__menu ul li a dl dt {
            width: 100%; }
            @media screen and (min-width: 768px) {
              #health .health-contents__menu ul li a dl dt {
                width: 130px; } }
            #health .health-contents__menu ul li a dl dt img {
              width: 100%;
              height: auto;
              vertical-align: middle; }
          #health .health-contents__menu ul li a dl dd {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            position: relative;
            text-decoration: underline; }
            @media screen and (min-width: 768px) {
              #health .health-contents__menu ul li a dl dd {
                width: calc(100% - 130px);
                text-decoration: none; } }
            @media screen and (min-width: 768px) {
              #health .health-contents__menu ul li a dl dd::after {
                content: '';
                position: absolute;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 0 10px 10px;
                border-color: transparent transparent #DD2922 transparent;
                bottom: 10px;
                right: 10px; } }

#health .health-contents__subtitle {
  margin: 50px auto 0;
  border-bottom: 4px solid #DD2922; }
  @media screen and (min-width: 768px) {
    #health .health-contents__subtitle {
      margin: 80px auto 0;
      max-width: 370px; } }
  #health .health-contents__subtitle h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px; }
    @media screen and (min-width: 768px) {
      #health .health-contents__subtitle h2 {
        font-size: 30px;
        padding-bottom: 15px; } }

#health .health-contents__cover {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    #health .health-contents__cover {
      margin-top: 60px; } }
  #health .health-contents__cover dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      #health .health-contents__cover dl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        padding-left: 10%;
        padding-right: 10%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media screen and (min-width: 768px) {
      #health .health-contents__cover dl dt {
        width: 45%; } }
    #health .health-contents__cover dl dt img {
      width: 100%;
      height: auto;
      vertical-align: middle; }
    #health .health-contents__cover dl dd {
      margin-top: 20px; }
      @media screen and (min-width: 768px) {
        #health .health-contents__cover dl dd {
          margin-top: 0;
          width: 45%; } }
      #health .health-contents__cover dl dd ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 15px;
        font-weight: bold; }
        #health .health-contents__cover dl dd ul li::before {
          content: '';
          background-image: url(../../health/illness/images/icon-check.svg);
          background-size: 100% auto;
          background-position: center center;
          background-repeat: no-repeat;
          display: block;
          width: 28px;
          height: 24px;
          margin-right: 10px; }
        #health .health-contents__cover dl dd ul li.title {
          font-size: 18px;
          margin-bottom: -5px; }
          #health .health-contents__cover dl dd ul li.title::before {
            display: none; }
        #health .health-contents__cover dl dd ul li.caption {
          font-size: 12px;
          font-weight: normal;
          line-height: 1.8; }
          #health .health-contents__cover dl dd ul li.caption::before {
            display: none; }
        #health .health-contents__cover dl dd ul li + li {
          margin-top: 15px; }
        #health .health-contents__cover dl dd ul li span {
          width: calc(100% - 38px); }

#health .health-contents__text {
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 2; }
  @media screen and (min-width: 768px) {
    #health .health-contents__text {
      width: 700px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px;
      font-size: 16px; } }

#health .health-contents__table {
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 2; }
  @media screen and (min-width: 768px) {
    #health .health-contents__table {
      width: 700px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px;
      font-size: 14px; } }
  #health .health-contents__table table {
    border: 1px solid #410401; }
    #health .health-contents__table table tr {
      border-bottom: 1px solid #410401; }
      #health .health-contents__table table tr td:first-child, #health .health-contents__table table tr th:first-child {
        border-right: 1px solid #410401;
        width: 100px; }
        @media screen and (min-width: 768px) {
          #health .health-contents__table table tr td:first-child, #health .health-contents__table table tr th:first-child {
            width: 150px; } }
    #health .health-contents__table table th {
      background-color: #DFD5CB; }
    #health .health-contents__table table td {
      background-color: #fff; }
    #health .health-contents__table table th, #health .health-contents__table table td {
      padding: 5px; }
      @media screen and (min-width: 768px) {
        #health .health-contents__table table th, #health .health-contents__table table td {
          padding: 10px; } }

#health .health-contents__caption {
  margin-top: 40px;
  background-color: #DFD5CB;
  background-image: url(../images/common/bg-noise02.png);
  background-repeat: repeat;
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px; }
  @media screen and (min-width: 768px) {
    #health .health-contents__caption {
      width: 700px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 50px; } }
  #health .health-contents__caption h3 {
    font-size: 20px;
    font-weight: bold;
    color: #DD2922;
    line-height: 1.6; }
    @media screen and (min-width: 768px) {
      #health .health-contents__caption h3 {
        font-size: 22px; } }
  #health .health-contents__caption p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8; }

#health .health-contents__figure {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    #health .health-contents__figure {
      margin-top: 40px; } }
  #health .health-contents__figure dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      #health .health-contents__figure dl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        max-width: 900px;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    #health .health-contents__figure dl dt {
      font-size: 15px;
      font-weight: bold;
      line-height: 2; }
      @media screen and (min-width: 768px) {
        #health .health-contents__figure dl dt {
          width: 48%;
          font-size: 16px; } }
    #health .health-contents__figure dl dd {
      margin-top: 20px;
      margin-left: -10px;
      margin-right: -10px; }
      @media screen and (min-width: 768px) {
        #health .health-contents__figure dl dd {
          width: 48%;
          margin-left: 0;
          margin-right: 0;
          margin-top: 0; } }
      #health .health-contents__figure dl dd img {
        width: 100%;
        height: auto;
        vertical-align: middle; }

#health .health-contents__yojo {
  margin-top: 40px;
  background-color: #DFD5CB;
  background-image: url(../images/common/bg-noise02.png);
  background-repeat: repeat;
  padding: 30px;
  margin-bottom: -40px; }
  @media screen and (min-width: 768px) {
    #health .health-contents__yojo {
      margin-bottom: 0;
      width: 700px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 50px;
      padding: 20px; } }
  @media screen and (min-width: 768px) {
    #health .health-contents__yojo .inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0px; } }
  @media screen and (min-width: 768px) {
    #health .health-contents__yojo .text {
      width: 50%;
      padding-right: 20px; } }
  #health .health-contents__yojo .text h3 {
    color: #DD2922;
    font-weight: bold;
    font-size: 20px; }
  #health .health-contents__yojo .text p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2; }
  #health .health-contents__yojo .image {
    margin-top: 20px; }
    #health .health-contents__yojo .image img {
      width: 100%;
      height: auto;
      vertical-align: middle; }
    @media screen and (min-width: 768px) {
      #health .health-contents__yojo .image {
        width: 50%;
        margin-top: 0; } }

#health .health-contents__memo {
  margin-top: 40px;
  background-color: #410401;
  background-repeat: repeat;
  padding: 20px; }
  @media screen and (min-width: 768px) {
    #health .health-contents__memo {
      width: 700px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 50px;
      padding: 10px; } }
  #health .health-contents__memo .inner {
    background-color: #fff;
    padding: 0 20px 20px; }
    @media screen and (min-width: 768px) {
      #health .health-contents__memo .inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 20px 0 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  @media screen and (min-width: 768px) {
    #health .health-contents__memo .title {
      width: 250px; } }
  #health .health-contents__memo .title img {
    max-width: 300px;
    width: 100%;
    height: auto;
    vertical-align: middle; }
  #health .health-contents__memo .text {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      #health .health-contents__memo .text {
        width: calc(100% - 250px);
        margin-top: 0;
        padding-left: 40px;
        font-size: 15px;
        padding-bottom: 10px; } }

#health .health-bottomnav .health-bottomnav__inner {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 768px) {
    #health .health-bottomnav .health-bottomnav__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

#health .health-bottomnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 768px) {
    #health .health-bottomnav ul {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      max-width: 900px;
      padding-left: 10px;
      padding-right: 10px;
      margin-left: -20px; } }
  #health .health-bottomnav ul li {
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (min-width: 768px) {
      #health .health-bottomnav ul li {
        padding: 0;
        margin-left: 20px;
        width: calc(100% - 20px); } }
    #health .health-bottomnav ul li + li {
      margin-top: 10px; }
      @media screen and (min-width: 768px) {
        #health .health-bottomnav ul li + li {
          margin-top: 0; } }
    #health .health-bottomnav ul li a {
      display: block; }
      @media screen and (min-width: 768px) {
        #health .health-bottomnav ul li a {
          opacity: 1;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
          #health .health-bottomnav ul li a:hover {
            opacity: 0.5; } }
      #health .health-bottomnav ul li a img {
        width: 100%;
        height: auto;
        vertical-align: middle; }

#x7x8 .x7x8-header {
  position: relative;
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat; }
  @media screen and (min-width: 768px) {
    #x7x8 .x7x8-header {
      margin-top: 5px; } }
  #x7x8 .x7x8-header::before {
    content: '';
    width: 100vw;
    height: 4px;
    background-color: #410401;
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-top: -10px; }
    @media screen and (min-width: 768px) {
      #x7x8 .x7x8-header::before {
        display: none; } }
  #x7x8 .x7x8-header::after {
    position: absolute;
    content: '';
    width: 30vw;
    height: 4px;
    top: 10px;
    right: 0;
    background-color: #DD2922;
    display: block;
    padding-right: 0;
    padding-left: 0;
    margin-top: -10px;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      #x7x8 .x7x8-header::after {
        display: none; } }
  #x7x8 .x7x8-header .x7x8-header__inner {
    position: relative; }
  #x7x8 .x7x8-header .x7x8-header__logo {
    width: 210px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      #x7x8 .x7x8-header .x7x8-header__logo {
        width: 250px;
        position: absolute;
        right: 20px;
        top: 20px;
        margin: auto; } }
    #x7x8 .x7x8-header .x7x8-header__logo img {
      width: 100%;
      height: auto; }
  #x7x8 .x7x8-header .x7x8-header__title {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 500px;
    margin: 30px auto 0; }
    @media screen and (min-width: 768px) {
      #x7x8 .x7x8-header .x7x8-header__title {
        width: 100%;
        max-width: 777px;
        margin: 40px auto 0; } }
    #x7x8 .x7x8-header .x7x8-header__title img {
      width: 100%;
      height: auto; }
    #x7x8 .x7x8-header .x7x8-header__title.is-baisu {
      padding-left: 40px;
      padding-right: 40px; }
      @media screen and (min-width: 768px) {
        #x7x8 .x7x8-header .x7x8-header__title.is-baisu {
          max-width: 555px; } }
  #x7x8 .x7x8-header .x7x8-header__text {
    margin-top: 30px;
    font-size: 15px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 2; }
    @media screen and (min-width: 768px) {
      #x7x8 .x7x8-header .x7x8-header__text {
        max-width: 770px;
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 50px auto 0;
        letter-spacing: 0.02em; } }
  #x7x8 .x7x8-header .x7x8-header__profile {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #x7x8 .x7x8-header .x7x8-header__profile dl {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 768px) {
        #x7x8 .x7x8-header .x7x8-header__profile dl {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
      #x7x8 .x7x8-header .x7x8-header__profile dl dt {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        #x7x8 .x7x8-header .x7x8-header__profile dl dt p {
          font-size: 16px; }
          #x7x8 .x7x8-header .x7x8-header__profile dl dt p + P {
            border-left: 1px solid #410401;
            padding-left: 20px;
            margin-left: 20px;
            height: 34px; }
            #x7x8 .x7x8-header .x7x8-header__profile dl dt p + P strong {
              font-size: 20px;
              font-weight: bold; }
      #x7x8 .x7x8-header .x7x8-header__profile dl dd {
        margin-top: 10px;
        text-align: center;
        font-size: 14px; }
        @media screen and (min-width: 768px) {
          #x7x8 .x7x8-header .x7x8-header__profile dl dd {
            text-align: left;
            margin-top: 0;
            margin-left: 30px; } }

#x7x8 .x7x8-bread .x7x8-bread__inner {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media screen and (min-width: 768px) {
    #x7x8 .x7x8-bread .x7x8-bread__inner {
      padding-top: 25px;
      padding-bottom: 25px; } }
  #x7x8 .x7x8-bread .x7x8-bread__inner ul {
    display: inline; }
    @media screen and (min-width: 768px) {
      #x7x8 .x7x8-bread .x7x8-bread__inner ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    #x7x8 .x7x8-bread .x7x8-bread__inner ul li {
      margin-right: 10px;
      font-size: 10px;
      display: inline-block; }
      @media screen and (min-width: 768px) {
        #x7x8 .x7x8-bread .x7x8-bread__inner ul li {
          display: block; } }
      #x7x8 .x7x8-bread .x7x8-bread__inner ul li a {
        display: block;
        color: #410401;
        text-decoration: none; }
        @media screen and (min-width: 768px) {
          #x7x8 .x7x8-bread .x7x8-bread__inner ul li a {
            display: block; }
            #x7x8 .x7x8-bread .x7x8-bread__inner ul li a:hover {
              color: #DD2922; } }

#x7x8 .x7x8-logo {
  width: 210px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    #x7x8 .x7x8-logo {
      width: 130px;
      position: absolute;
      right: 20px;
      top: 20px;
      margin: auto; } }
  #x7x8 .x7x8-logo img {
    width: 100%;
    height: auto; }

#x7x8 .x7x8-menu {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat;
  padding-top: 50px;
  padding-bottom: 80px; }
  @media screen and (min-width: 768px) {
    #x7x8 .x7x8-menu {
      padding-top: 90px; } }
  #x7x8 .x7x8-menu .x7x8-menu__inner {
    padding-left: 20px;
    padding-right: 20px; }
  #x7x8 .x7x8-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      #x7x8 .x7x8-menu ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        max-width: 900px;
        width: 100%;
        margin: 0 auto; } }
    #x7x8 .x7x8-menu ul li {
      background-color: #fff; }
      @media screen and (min-width: 768px) {
        #x7x8 .x7x8-menu ul li {
          width: calc(48%); } }
      #x7x8 .x7x8-menu ul li + li {
        margin-top: 20px; }
        @media screen and (min-width: 768px) {
          #x7x8 .x7x8-menu ul li + li {
            margin-top: 0; }
            #x7x8 .x7x8-menu ul li + li .title {
              margin-top: -15px; } }
      #x7x8 .x7x8-menu ul li .title {
        padding-top: 40px;
        padding-right: 40px;
        padding-bottom: 20px; }
        @media screen and (min-width: 768px) {
          #x7x8 .x7x8-menu ul li .title {
            padding-bottom: 30px; } }
        #x7x8 .x7x8-menu ul li .title img {
          max-width: 100%;
          width: auto;
          vertical-align: middle; }
      #x7x8 .x7x8-menu ul li p {
        margin-left: 28px;
        border-left: 4px solid #DD2922;
        padding-left: 10px;
        font-size: 14px;
        font-weight: bold; }
        @media screen and (min-width: 768px) {
          #x7x8 .x7x8-menu ul li p {
            font-size: 16px; }
            #x7x8 .x7x8-menu ul li p br {
              display: none; } }
        #x7x8 .x7x8-menu ul li p + p {
          margin-top: 10px; }
      #x7x8 .x7x8-menu ul li .button {
        margin: 30px 10px 10px; }
        @media screen and (min-width: 768px) {
          #x7x8 .x7x8-menu ul li .button {
            margin: 28px; } }
        #x7x8 .x7x8-menu ul li .button a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          background-color: #DD2922;
          color: #fff;
          padding: 20px;
          font-size: 16px;
          font-weight: bold;
          text-decoration: none;
          position: relative; }
          @media screen and (min-width: 768px) {
            #x7x8 .x7x8-menu ul li .button a {
              max-width: 250px;
              opacity: 1;
              -webkit-transition: all .2s ease;
              -o-transition: all .2s ease;
              transition: all .2s ease; }
              #x7x8 .x7x8-menu ul li .button a:hover {
                opacity: 0.6; } }
          #x7x8 .x7x8-menu ul li .button a::after {
            content: '';
            position: absolute;
            bottom: 6px;
            right: 6px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 10px 10px;
            border-color: transparent transparent #fff transparent; }
            @media screen and (min-width: 768px) {
              #x7x8 .x7x8-menu ul li .button a::after {
                bottom: 10px;
                right: 10px; } }

#x7x8 .x7x8-contents {
  position: relative;
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat;
  padding-top: 40px;
  padding-bottom: 80px; }
  @media screen and (min-width: 768px) {
    #x7x8 .x7x8-contents {
      padding-top: 60px;
      padding-bottom: 100px; } }
  #x7x8 .x7x8-contents .x7x8-contents__inner {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
    min-height: 100vh;
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 768px) {
      #x7x8 .x7x8-contents .x7x8-contents__inner {
        margin-left: auto;
        margin-right: auto;
        border-top: 0px solid #000;
        width: 100%;
        max-width: 1000px;
        padding-left: 30px;
        padding-right: 30px; } }

#x7x8 .x7x8-footer {
  background-color: #DCD2C8;
  background-image: url(../images/common/bg-noise02.png);
  background-repeat: repeat;
  padding: 50px 20px; }
  @media screen and (min-width: 768px) {
    #x7x8 .x7x8-footer a {
      display: block;
      max-width: 740px;
      padding: 0 20px;
      margin: 0 auto;
      opacity: 1;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      #x7x8 .x7x8-footer a:hover {
        opacity: 0.75; }
      #x7x8 .x7x8-footer a img {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } }

@media screen and (min-width: 768px) {
  .baisu-read {
    margin-top: 60px;
    padding: 0 50px; } }

.baisu-read h2 {
  border-top: 4px solid #DD2922;
  color: #DD2922;
  font-weight: bold;
  font-size: 20px;
  padding-top: 20px; }
  @media screen and (min-width: 768px) {
    .baisu-read h2 {
      border-top: 0 solid #000;
      text-align: center;
      font-size: 30px;
      padding-top: 0; } }

.baisu-read p {
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 2; }
  @media screen and (min-width: 768px) {
    .baisu-read p {
      font-size: 16px; } }

.baisu-read dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 768px) {
    .baisu-read dl {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-top: 40px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .baisu-read dl dt {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .baisu-read dl dt {
        margin-top: 0;
        width: 48%; } }
    .baisu-read dl dt p {
      font-size: 15px;
      font-weight: bold;
      line-height: 2; }
      @media screen and (min-width: 768px) {
        .baisu-read dl dt p {
          font-size: 16px; } }
  .baisu-read dl dd {
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      .baisu-read dl dd {
        margin-top: 0;
        width: 48%; } }
    .baisu-read dl dd img {
      width: 100%;
      height: auto; }
    .baisu-read dl dd p {
      font-size: 12px; }

.baisu-flow {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .baisu-flow {
      margin-top: 50px; } }
  .baisu-flow ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: -30px;
    margin-right: -30px; }
    @media screen and (min-width: 768px) {
      .baisu-flow ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-left: 0px;
        margin-right: 0px; } }
    .baisu-flow ul li {
      background-color: #E8E2DC;
      background-image: url(../images/common/bg-noise02.png);
      background-repeat: repeat;
      padding: 10px; }
      @media screen and (min-width: 768px) {
        .baisu-flow ul li {
          width: 49%;
          padding-bottom: 50px; } }
      .baisu-flow ul li + li {
        padding-top: 30px; }
        @media screen and (min-width: 768px) {
          .baisu-flow ul li + li {
            padding-top: 10px; } }
  .baisu-flow p {
    margin-top: 20px;
    font-size: 12px;
    line-height: 2; }
    @media screen and (min-width: 768px) {
      .baisu-flow p {
        font-size: 14px;
        margin-top: 30px;
        line-height: 1.8;
        padding: 0 40px; } }
    .baisu-flow p a {
      color: #DD2922;
      text-decoration: underline; }

.baisu-title {
  margin-top: 80px; }
  @media screen and (min-width: 768px) {
    .baisu-title {
      margin-top: 100px;
      padding: 0 20px; } }
  .baisu-title.no-read {
    margin-top: 0; }
  .baisu-title h2 {
    border-top: 4px solid #DD2922;
    color: #DD2922;
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px; }
    @media screen and (min-width: 768px) {
      .baisu-title h2 {
        border-top: 0 solid #000;
        font-size: 30px; } }

.baisu-figure {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .baisu-figure {
      margin-top: 40px;
      padding: 0 20px; } }
  .baisu-figure + .baisu-read {
    margin-top: 85px; }
    @media screen and (min-width: 768px) {
      .baisu-figure + .baisu-read {
        margin-top: 135px; } }
  .baisu-figure dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      .baisu-figure dl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media screen and (min-width: 768px) {
      .baisu-figure dl dt {
        width: 48%; } }
    .baisu-figure dl dt p {
      font-size: 15px;
      font-weight: bold;
      line-height: 2; }
      @media screen and (min-width: 768px) {
        .baisu-figure dl dt p {
          font-size: 16px; } }
      .baisu-figure dl dt p a {
        color: #DD2922;
        text-decoration: underline; }
      .baisu-figure dl dt p.caption {
        margin-top: 20px;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.6; }
        .baisu-figure dl dt p.caption a {
          color: #DD2922;
          text-decoration: underline; }
    .baisu-figure dl dd {
      margin-top: 40px; }
      @media screen and (min-width: 768px) {
        .baisu-figure dl dd {
          margin-top: 0;
          width: 48%; } }
      .baisu-figure dl dd img {
        width: 100%;
        height: auto; }
      .baisu-figure dl dd p {
        font-size: 12px;
        margin-bottom: 10px; }
        .baisu-figure dl dd p.t-center {
          text-align: center;
          margin-top: 5px; }

.baisu-age {
  background-color: #E8E2DC;
  background-image: url(../images/common/bg-noise02.png);
  background-repeat: repeat;
  padding: 30px 20px;
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .baisu-age {
      padding: 30px;
      margin-left: 20px;
      margin-right: 20px; } }
  .baisu-age img {
    width: 100%;
    height: auto; }

.baisu-sheet {
  background-color: #E8E2DC;
  background-image: url(../images/common/bg-noise02.png);
  background-repeat: repeat;
  border-radius: 40px;
  margin-top: 70px;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .baisu-sheet {
      padding: 40px;
      margin-left: 0px;
      margin-right: 0px; } }
  @media screen and (min-width: 992px) {
    .baisu-sheet .baisu-sheet__header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .baisu-sheet .baisu-sheet__header h2 {
    max-width: 250px;
    width: 100%;
    position: relative;
    top: -30px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      .baisu-sheet .baisu-sheet__header h2 {
        width: 450px;
        top: -70px;
        max-width: 100%; } }
    @media screen and (min-width: 992px) {
      .baisu-sheet .baisu-sheet__header h2 {
        margin: 0;
        width: 450px;
        top: -70px;
        max-width: 100%;
        height: 100px; } }
  .baisu-sheet .baisu-sheet__header p {
    font-size: 14px;
    font-weight: bold;
    margin-top: -10px; }
    @media screen and (min-width: 768px) {
      .baisu-sheet .baisu-sheet__header p {
        text-align: center;
        margin-top: -30px; } }
    @media screen and (min-width: 992px) {
      .baisu-sheet .baisu-sheet__header p {
        margin: 0;
        width: calc(100% - 450px);
        margin-top: 0;
        padding-left: 20px; } }
  .baisu-sheet .baisu-sheet__contents {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .baisu-sheet .baisu-sheet__contents {
        max-width: 100%; } }
    @media screen and (min-width: 992px) {
      .baisu-sheet .baisu-sheet__contents {
        margin-top: -30px; } }
  .baisu-sheet .baisu-sheet__footer {
    margin-top: 20px;
    padding-bottom: 40px; }
    .baisu-sheet .baisu-sheet__footer .copy {
      background-color: #DD2922;
      color: #fff;
      font-weight: bold;
      font-size: 16px;
      text-align: center;
      padding: 10px; }
      @media screen and (min-width: 768px) {
        .baisu-sheet .baisu-sheet__footer .copy {
          width: 300px;
          font-size: 16px; }
          .baisu-sheet .baisu-sheet__footer .copy br {
            display: none; } }
    .baisu-sheet .baisu-sheet__footer p {
      margin-top: 20px;
      font-size: 14px;
      font-weight: bold;
      line-height: 2; }
      @media screen and (min-width: 768px) {
        .baisu-sheet .baisu-sheet__footer p {
          font-size: 16px;
          line-height: 1.8;
          margin-top: 10px; } }

.baisu-column {
  background-color: #fff;
  margin-top: 40px;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  padding: 30px 20px 40px; }
  @media screen and (min-width: 768px) {
    .baisu-column {
      margin-left: 40px;
      margin-right: 40px;
      padding: 40px 60px;
      -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 rgba(0, 0, 0, 0); } }
  .baisu-column dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      .baisu-column dl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .baisu-column dl dt {
      text-align: center; }
      @media screen and (min-width: 768px) {
        .baisu-column dl dt {
          width: 135px;
          text-align: left; } }
      .baisu-column dl dt img {
        width: 90px;
        height: auto; }
        @media screen and (min-width: 768px) {
          .baisu-column dl dt img {
            width: 100%; } }
    .baisu-column dl dd {
      margin-top: 10px; }
      @media screen and (min-width: 768px) {
        .baisu-column dl dd {
          margin-top: 0;
          width: calc(100% - 180px); } }
      .baisu-column dl dd h3 {
        font-size: 18px;
        color: #DD2922;
        text-align: center;
        font-weight: bold; }
        @media screen and (min-width: 768px) {
          .baisu-column dl dd h3 {
            font-size: 20px;
            text-align: left; } }
      .baisu-column dl dd p {
        margin-top: 20px;
        font-size: 12px;
        line-height: 2;
        font-weight: bold; }
        @media screen and (min-width: 768px) {
          .baisu-column dl dd p {
            margin-top: 10px;
            font-size: 14px; } }

.baisu-image {
  background-color: #fff;
  padding: 25px;
  margin-top: 35px;
  margin-left: -20px;
  margin-right: -20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
  @media screen and (min-width: 768px) {
    .baisu-image {
      margin-left: 20px;
      margin-right: 20px;
      padding: 50px;
      -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0px rgba(0, 0, 0, 0); } }
  .baisu-image.is--md {
    padding: 0px;
    margin-left: -10px;
    margin-right: -10px; }
    @media screen and (min-width: 768px) {
      .baisu-image.is--md {
        margin-left: 50px;
        margin-right: 50px; } }
  .baisu-image img {
    max-width: 100%;
    vertical-align: middle; }
  .baisu-image + .baisu-read {
    margin-top: 80px; }
    @media screen and (min-width: 768px) {
      .baisu-image + .baisu-read {
        margin-top: 135px; } }

@media screen and (min-width: 768px) {
  .youjou-read {
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px; } }

.youjou-read h2 {
  border-top: 4px solid #DD2922;
  color: #DD2922;
  font-weight: bold;
  font-size: 20px;
  padding-top: 20px; }
  @media screen and (min-width: 768px) {
    .youjou-read h2 {
      border-top: 0 solid #000;
      text-align: center;
      font-size: 30px;
      padding-top: 0; } }

.youjou-read p {
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 2; }
  @media screen and (min-width: 768px) {
    .youjou-read p {
      font-size: 16px; } }

@media screen and (min-width: 768px) {
  .youjou-read2 {
    margin-top: 60px;
    padding: 0 50px; } }

.youjou-read2 h2 {
  border-top: 4px solid #DD2922;
  color: #DD2922;
  font-weight: bold;
  font-size: 20px;
  padding-top: 20px; }
  @media screen and (min-width: 768px) {
    .youjou-read2 h2 {
      border-top: 0 solid #000;
      text-align: center;
      font-size: 30px;
      padding-top: 0; } }

.youjou-read2 p {
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 2; }
  @media screen and (min-width: 768px) {
    .youjou-read2 p {
      font-size: 16px; } }

.youjou-figure {
  margin-top: 45px; }
  @media screen and (min-width: 768px) {
    .youjou-figure {
      margin-top: 100px;
      padding-left: 80px;
      padding-right: 80px; } }
  .youjou-figure ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -10px; }
    @media screen and (min-width: 768px) {
      .youjou-figure ul {
        margin-left: -20px; } }
    .youjou-figure ul li {
      width: calc(50% - 10px);
      margin-left: 10px; }
      @media screen and (min-width: 768px) {
        .youjou-figure ul li {
          width: calc(33.3% - 20px);
          margin-left: 20px; } }
      .youjou-figure ul li:last-child {
        margin-top: 20px; }
        @media screen and (min-width: 768px) {
          .youjou-figure ul li:last-child {
            margin-top: 0; } }
      .youjou-figure ul li figure img {
        width: 100%;
        height: auto;
        vertical-align: middle; }
      .youjou-figure ul li figure figcaption {
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        margin-top: 5px; }
        @media screen and (min-width: 768px) {
          .youjou-figure ul li figure figcaption {
            font-size: 22px;
            margin-top: 10px; } }

.youjou-text {
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 2; }
  @media screen and (min-width: 768px) {
    .youjou-text {
      margin-top: 50px;
      font-size: 16px;
      padding-left: 50px;
      padding-right: 50px; } }

.youjou-image {
  margin-top: 50px; }
  @media screen and (min-width: 768px) {
    .youjou-image {
      margin-top: 60px;
      padding-left: 50px;
      padding-right: 50px; } }
  .youjou-image img {
    width: 100%;
    height: auto; }

.youjou-column {
  background-color: #fff;
  margin-top: 40px;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  padding: 30px 20px 40px; }
  @media screen and (min-width: 768px) {
    .youjou-column {
      margin-left: 20px;
      margin-right: 20px;
      padding: 40px 60px;
      -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 rgba(0, 0, 0, 0);
      margin-top: 60px; } }
  .youjou-column dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      .youjou-column dl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .youjou-column dl dt {
      text-align: center; }
      @media screen and (min-width: 768px) {
        .youjou-column dl dt {
          width: 135px;
          text-align: left; } }
      .youjou-column dl dt img {
        width: 90px;
        height: auto; }
        @media screen and (min-width: 768px) {
          .youjou-column dl dt img {
            width: 100%; } }
    .youjou-column dl dd {
      margin-top: 10px; }
      @media screen and (min-width: 768px) {
        .youjou-column dl dd {
          margin-top: 0;
          width: calc(100% - 180px); } }
      .youjou-column dl dd h3 {
        font-size: 18px;
        color: #DD2922;
        text-align: center;
        font-weight: bold; }
        @media screen and (min-width: 768px) {
          .youjou-column dl dd h3 {
            font-size: 20px;
            text-align: left; } }
      .youjou-column dl dd p {
        margin-top: 20px;
        font-size: 12px;
        line-height: 2;
        font-weight: bold; }
        @media screen and (min-width: 768px) {
          .youjou-column dl dd p {
            margin-top: 10px;
            font-size: 14px; } }
      .youjou-column dl dd .link {
        margin-top: 20px;
        display: inline-block;
        color: #DD2922;
        font-weight: bold;
        text-decoration: underline;
        font-size: 14px; }

.youjou-title {
  margin-top: 80px; }
  @media screen and (min-width: 768px) {
    .youjou-title {
      margin-top: 100px;
      padding: 0 20px; } }
  .youjou-title h2 {
    border-top: 4px solid #DD2922;
    color: #DD2922;
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px; }
    @media screen and (min-width: 768px) {
      .youjou-title h2 {
        border-top: 0 solid #000;
        font-size: 30px; } }

.youjou-col2 {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .youjou-col2 {
      margin-top: 40px;
      padding: 0 20px; } }
  .youjou-col2 dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      .youjou-col2 dl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media screen and (min-width: 768px) {
      .youjou-col2 dl dt {
        width: 48%; } }
    .youjou-col2 dl dt p {
      font-size: 15px;
      font-weight: bold;
      line-height: 2; }
      @media screen and (min-width: 768px) {
        .youjou-col2 dl dt p {
          font-size: 16px; } }
      .youjou-col2 dl dt p a {
        color: #DD2922;
        text-decoration: underline; }
      .youjou-col2 dl dt p.caption {
        margin-top: 20px;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.6; }
        .youjou-col2 dl dt p.caption a {
          color: #DD2922;
          text-decoration: underline; }
    .youjou-col2 dl dd {
      margin-top: 40px; }
      @media screen and (min-width: 768px) {
        .youjou-col2 dl dd {
          margin-top: 0;
          width: 48%; } }
      .youjou-col2 dl dd p.caption {
        font-size: 14px;
        font-weight: bold; }
      .youjou-col2 dl dd ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -10px;
        margin-top: 10px; }
        .youjou-col2 dl dd ul li {
          width: calc(50% - 10px);
          margin-left: 10px; }
          .youjou-col2 dl dd ul li figure img {
            width: 100%;
            height: auto;
            vertical-align: middle;
            margin-top: 10px; }
          .youjou-col2 dl dd ul li figure .title {
            font-size: 12px;
            font-weight: bold; }
            @media screen and (min-width: 768px) {
              .youjou-col2 dl dd ul li figure .title {
                font-size: 14px; } }
          .youjou-col2 dl dd ul li figure p {
            font-size: 8px;
            margin-top: 5px; }
            @media screen and (min-width: 768px) {
              .youjou-col2 dl dd ul li figure p {
                font-size: 12px; } }
      .youjou-col2 dl dd .image {
        margin-top: 15px; }
        .youjou-col2 dl dd .image + .image {
          margin-top: 30px; }
        .youjou-col2 dl dd .image img {
          width: 100%;
          height: auto;
          vertical-align: middle; }
        .youjou-col2 dl dd .image span {
          font-size: 12px;
          padding-top: 10px;
          display: block; }
          @media screen and (min-width: 768px) {
            .youjou-col2 dl dd .image span {
              font-size: 14px; } }

.youjou-stretch {
  background-color: #DFD5CB;
  background-image: url(../images/common/bg-noise02.png);
  background-repeat: repeat;
  padding: 20px 10px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px; }
  @media screen and (min-width: 768px) {
    .youjou-stretch {
      margin: 60px 20px;
      padding: 20px 20px 20px 40px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .youjou-stretch .title {
    padding: 0 20px; }
    @media screen and (min-width: 768px) {
      .youjou-stretch .title {
        width: 33.3%;
        padding: 0;
        padding-right: 30px;
        padding-top: 20px; } }
    .youjou-stretch .title h3 {
      font-size: 14px;
      font-weight: bold;
      color: #DD2922; }
      @media screen and (min-width: 768px) {
        .youjou-stretch .title h3 {
          font-size: 22px; } }
      .youjou-stretch .title h3 br {
        display: none; }
        @media screen and (min-width: 768px) {
          .youjou-stretch .title h3 br {
            display: block; } }
    .youjou-stretch .title p {
      margin-top: 10px;
      font-size: 12px; }
      @media screen and (min-width: 768px) {
        .youjou-stretch .title p {
          font-size: 14px;
          margin-top: 15px; } }
  .youjou-stretch .list {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .youjou-stretch .list {
        width: 66.6%;
        margin-top: 0; } }
    .youjou-stretch .list ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 768px) {
        .youjou-stretch .list ul {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          margin-left: -20px;
          height: 100%; } }
      .youjou-stretch .list ul li {
        background-color: #fff; }
        @media screen and (min-width: 768px) {
          .youjou-stretch .list ul li {
            width: calc(50% - 20px);
            margin-left: 20px;
            height: 100%; } }
        .youjou-stretch .list ul li + li {
          margin-top: 10px; }
          @media screen and (min-width: 768px) {
            .youjou-stretch .list ul li + li {
              margin-top: 0; } }
        .youjou-stretch .list ul li figure {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 10px; }
          @media screen and (min-width: 768px) {
            .youjou-stretch .list ul li figure {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                      flex-direction: column;
              height: 100%;
              padding: 20px; } }
          .youjou-stretch .list ul li figure span {
            width: 50%;
            padding-right: 20px; }
            @media screen and (min-width: 768px) {
              .youjou-stretch .list ul li figure span {
                width: 100%; } }
            .youjou-stretch .list ul li figure span img {
              width: 100%;
              height: auto; }
          .youjou-stretch .list ul li figure figcaption {
            width: 50%;
            font-size: 10px; }
            @media screen and (min-width: 768px) {
              .youjou-stretch .list ul li figure figcaption {
                width: 100%;
                font-size: 14px;
                margin-top: 10px; } }

.youjou-l-column {
  background-color: #fff;
  margin-top: 40px;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  padding: 30px 20px 40px; }
  @media screen and (min-width: 768px) {
    .youjou-l-column {
      margin-left: 20px;
      margin-right: 20px;
      padding: 40px 60px;
      -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 rgba(0, 0, 0, 0);
      margin-top: 60px; } }
  .youjou-l-column .icon {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .youjou-l-column .icon {
        width: 135px;
        text-align: left; } }
    .youjou-l-column .icon img {
      width: 90px;
      height: auto; }
      @media screen and (min-width: 768px) {
        .youjou-l-column .icon img {
          width: 100%; } }
  .youjou-l-column dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .youjou-l-column dl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 40px; } }
    .youjou-l-column dl dt {
      margin-top: 10px; }
      @media screen and (min-width: 768px) {
        .youjou-l-column dl dt {
          margin-top: 0;
          width: 65%;
          padding-right: 20px; } }
      .youjou-l-column dl dt h3 {
        font-size: 18px;
        color: #DD2922;
        text-align: center;
        font-weight: bold; }
        @media screen and (min-width: 768px) {
          .youjou-l-column dl dt h3 {
            font-size: 20px;
            text-align: left; } }
      .youjou-l-column dl dt p {
        margin-top: 20px;
        font-size: 12px;
        line-height: 2;
        font-weight: bold; }
        @media screen and (min-width: 768px) {
          .youjou-l-column dl dt p {
            margin-top: 10px;
            font-size: 14px; } }
      .youjou-l-column dl dt .link {
        margin-top: 20px;
        display: inline-block;
        color: #DD2922;
        font-weight: bold;
        text-decoration: underline;
        font-size: 14px; }
    .youjou-l-column dl dd {
      margin-top: 30px; }
      @media screen and (min-width: 768px) {
        .youjou-l-column dl dd {
          margin-top: 0;
          width: 35%; } }
      .youjou-l-column dl dd img {
        width: 100%;
        height: auto;
        vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .youjou-l-column.is--mibyo {
      position: relative;
      margin-left: -30px;
      margin-right: -30px;
      margin-top: 80px; }
      .youjou-l-column.is--mibyo h3 {
        position: absolute;
        top: 80px;
        left: 240px; }
      .youjou-l-column.is--mibyo dd {
        margin-top: -140px;
        margin-right: -20px; } }
  .youjou-l-column.is--mibyo + .youjou-read2 {
    margin-top: 80px; }
    @media screen and (min-width: 768px) {
      .youjou-l-column.is--mibyo + .youjou-read2 {
        margin-top: 135px; } }

.youjou-col2-s {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .youjou-col2-s {
      margin-top: 50px; } }
  .youjou-col2-s dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media screen and (min-width: 768px) {
      .youjou-col2-s dl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 50px; } }
    .youjou-col2-s dl dt {
      padding: 0 30px;
      margin-top: 20px;
      font-size: 14px; }
      @media screen and (min-width: 768px) {
        .youjou-col2-s dl dt {
          padding: 0;
          margin-top: 0;
          font-size: 15px; } }
      .youjou-col2-s dl dt h4 {
        color: #DD2922;
        font-weight: bold; }
      .youjou-col2-s dl dt p {
        margin-top: 5px;
        font-size: 12px; }
        @media screen and (min-width: 768px) {
          .youjou-col2-s dl dt p {
            font-size: 13px; } }
        .youjou-col2-s dl dt p + h4 {
          margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .youjou-col2-s dl dd {
        width: 550px; } }
    .youjou-col2-s dl dd img {
      max-width: 100%;
      vertical-align: middle; }

#mibyou .mibyou-header {
  position: relative;
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat; }
  @media screen and (min-width: 768px) {
    #mibyou .mibyou-header {
      margin-top: 5px; } }
  #mibyou .mibyou-header::before {
    content: '';
    width: 100vw;
    height: 4px;
    background-color: #410401;
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-top: -10px; }
    @media screen and (min-width: 768px) {
      #mibyou .mibyou-header::before {
        display: none; } }
  #mibyou .mibyou-header::after {
    position: absolute;
    content: '';
    width: 30vw;
    height: 4px;
    top: 10px;
    right: 0;
    background-color: #DD2922;
    display: block;
    padding-right: 0;
    padding-left: 0;
    margin-top: -10px;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      #mibyou .mibyou-header::after {
        display: none; } }
  #mibyou .mibyou-header .mibyou-header__inner {
    position: relative; }
  #mibyou .mibyou-header .mibyou-header__title {
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      #mibyou .mibyou-header .mibyou-header__title {
        max-width: 900px;
        width: 100%;
        margin: 40px auto 0; } }
    #mibyou .mibyou-header .mibyou-header__title img {
      width: 100%;
      height: auto; }
  #mibyou .mibyou-header .mibyou-header__text {
    margin-top: 50px; }
    @media screen and (min-width: 768px) {
      #mibyou .mibyou-header .mibyou-header__text {
        margin-top: 140px; } }
    #mibyou .mibyou-header .mibyou-header__text h2 {
      font-weight: bold;
      font-size: 34px;
      font-weight: bold;
      text-align: center; }
      @media screen and (min-width: 768px) {
        #mibyou .mibyou-header .mibyou-header__text h2 {
          font-size: 60px; } }

#mibyou .mibyou-bread .mibyou-bread__inner {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media screen and (min-width: 768px) {
    #mibyou .mibyou-bread .mibyou-bread__inner {
      padding-top: 25px;
      padding-bottom: 25px; } }
  #mibyou .mibyou-bread .mibyou-bread__inner ul {
    display: inline; }
    @media screen and (min-width: 768px) {
      #mibyou .mibyou-bread .mibyou-bread__inner ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    #mibyou .mibyou-bread .mibyou-bread__inner ul li {
      margin-right: 10px;
      font-size: 10px;
      display: inline; }
      @media screen and (min-width: 768px) {
        #mibyou .mibyou-bread .mibyou-bread__inner ul li {
          display: block; } }
      #mibyou .mibyou-bread .mibyou-bread__inner ul li a {
        display: inline;
        color: #410401;
        text-decoration: none; }
        @media screen and (min-width: 768px) {
          #mibyou .mibyou-bread .mibyou-bread__inner ul li a {
            display: block; }
            #mibyou .mibyou-bread .mibyou-bread__inner ul li a:hover {
              color: #DD2922; } }

#mibyou .mibyou-coontents {
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px; }

@media screen and (min-width: 768px) {
  #mibyou .mibyou-coontents__inner {
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 20px; } }

#mibyou .mibyou-read {
  padding-top: 30px; }
  @media screen and (min-width: 768px) {
    #mibyou .mibyou-read {
      padding-top: 50px;
      padding-left: 100px;
      padding-right: 100px; } }
  #mibyou .mibyou-read.is-topmargin {
    padding-top: 100px; }
  #mibyou .mibyou-read h2 {
    border-top: 4px solid #DD2922;
    padding-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #DD2922; }
    @media screen and (min-width: 768px) {
      #mibyou .mibyou-read h2 {
        border-top: 0px solid #000;
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
        font-size: 30px;
        text-align: center;
        letter-spacing: 0.05em; } }
    #mibyou .mibyou-read h2 br {
      display: none; }
      @media screen and (min-width: 768px) {
        #mibyou .mibyou-read h2 br {
          display: block; } }
  #mibyou .mibyou-read p {
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 2; }
    @media screen and (min-width: 768px) {
      #mibyou .mibyou-read p {
        font-size: 16px; } }
  #mibyou .mibyou-read ul {
    margin-top: 20px;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      #mibyou .mibyou-read ul {
        font-size: 16px;
        margin-left: -100px;
        margin-right: -100px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    #mibyou .mibyou-read ul li {
      background-color: #fff;
      padding: 20px; }
      @media screen and (min-width: 768px) {
        #mibyou .mibyou-read ul li {
          width: 31%;
          padding: 30px; } }
      #mibyou .mibyou-read ul li + li {
        margin-top: 10px; }
      #mibyou .mibyou-read ul li dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        #mibyou .mibyou-read ul li dl dt {
          font-size: 20px;
          text-align: center;
          line-height: 1; }
          @media screen and (min-width: 768px) {
            #mibyou .mibyou-read ul li dl dt {
              font-size: 28px;
              line-height: 1.4;
              min-height: 80px;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
          #mibyou .mibyou-read ul li dl dt br {
            display: none; }
            @media screen and (min-width: 768px) {
              #mibyou .mibyou-read ul li dl dt br {
                display: block; } }
        #mibyou .mibyou-read ul li dl dd {
          font-size: 12px;
          line-height: 1.8;
          margin-top: 10px;
          font-weight: normal; }
          @media screen and (min-width: 768px) {
            #mibyou .mibyou-read ul li dl dd {
              font-size: 14px;
              letter-spacing: 0.01em;
              margin-top: 20px; } }
  #mibyou .mibyou-read .image {
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      #mibyou .mibyou-read .image {
        margin-top: 50px; } }
    #mibyou .mibyou-read .image img {
      width: 100%;
      height: auto; }

#mibyou .mibyou-title {
  background-color: #410401;
  color: #fff;
  font-weight: bold;
  margin-top: 80px;
  margin-left: -30px;
  margin-right: -30px; }
  @media screen and (min-width: 768px) {
    #mibyou .mibyou-title {
      margin-top: 120px;
      margin-left: 0;
      margin-right: 0; } }
  #mibyou .mibyou-title dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px; }
    @media screen and (min-width: 768px) {
      #mibyou .mibyou-title dl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 20px 30px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    #mibyou .mibyou-title dl dt {
      width: 60px; }
      @media screen and (min-width: 768px) {
        #mibyou .mibyou-title dl dt {
          width: 100px; } }
      #mibyou .mibyou-title dl dt img {
        width: 100%;
        height: auto;
        vertical-align: middle; }
    #mibyou .mibyou-title dl dd {
      font-size: 24px;
      margin-top: 5px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        #mibyou .mibyou-title dl dd {
          line-height: 1;
          margin-top: 0;
          font-size: 34px;
          padding-left: 40px; }
          #mibyou .mibyou-title dl dd br {
            display: none; } }

#mibyou .mibyou-point {
  margin-top: 60px; }
  @media screen and (min-width: 768px) {
    #mibyou .mibyou-point {
      margin-top: 160px; } }
  #mibyou .mibyou-point dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      #mibyou .mibyou-point dl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    #mibyou .mibyou-point dl dt {
      max-width: 70px;
      width: 100%;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        #mibyou .mibyou-point dl dt {
          max-width: 145px;
          margin: 0; } }
      #mibyou .mibyou-point dl dt img {
        width: 100%;
        height: auto;
        vertical-align: middle; }
    #mibyou .mibyou-point dl dd {
      margin-top: 20px;
      font-size: 18px;
      font-weight: bold; }
      @media screen and (min-width: 768px) {
        #mibyou .mibyou-point dl dd {
          padding-left: 50px;
          font-size: 34px;
          margin-top: 0;
          line-height: 1.6; } }
      #mibyou .mibyou-point dl dd br {
        display: none; }
        @media screen and (min-width: 768px) {
          #mibyou .mibyou-point dl dd br {
            display: block; } }

#mibyou .mibyou-copy {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    #mibyou .mibyou-copy {
      font-size: 24px;
      font-weight: normal;
      margin-top: 60px; } }
  @media screen and (min-width: 768px) {
    #mibyou .mibyou-copy .show-sp {
      display: none; } }
  #mibyou .mibyou-copy .show-pc {
    display: none; }
    @media screen and (min-width: 768px) {
      #mibyou .mibyou-copy .show-pc {
        display: inherit; } }

#mibyou .mibyou-image {
  margin-top: 40px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative; }
  @media screen and (min-width: 768px) {
    #mibyou .mibyou-image {
      margin-top: 60px;
      margin-left: 0;
      margin-right: 0; } }
  #mibyou .mibyou-image img {
    width: 100%;
    height: auto; }
  #mibyou .mibyou-image picture + picture img {
    margin-top: 20px; }

#mibyou .mibyou-caption {
  background-color: #DFD5CB;
  background-image: url(../images/common/bg-noise02.png);
  background-repeat: repeat;
  margin-top: 50px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px; }
  @media screen and (min-width: 768px) {
    #mibyou .mibyou-caption {
      margin-top: 100px;
      padding-left: 100px;
      padding-right: 100px;
      padding: 50px 130px; } }
  #mibyou .mibyou-caption h3 {
    font-size: 20px;
    font-weight: bold;
    color: #DD2922; }
  #mibyou .mibyou-caption p {
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 2; }
    @media screen and (min-width: 768px) {
      #mibyou .mibyou-caption p {
        font-size: 16px; } }
    #mibyou .mibyou-caption p br {
      display: none; }
      @media screen and (min-width: 768px) {
        #mibyou .mibyou-caption p br {
          display: block; } }

#mibyou .mibyou-figure {
  padding-top: 50px; }
  @media screen and (min-width: 768px) {
    #mibyou .mibyou-figure {
      padding-top: 100px; } }
  #mibyou .mibyou-figure h2 {
    border-top: 4px solid #DD2922;
    padding-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #DD2922; }
    @media screen and (min-width: 768px) {
      #mibyou .mibyou-figure h2 {
        border-top: 0px solid #000;
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
        font-size: 30px;
        letter-spacing: 0.05em; } }
    #mibyou .mibyou-figure h2 br {
      display: none; }
      @media screen and (min-width: 768px) {
        #mibyou .mibyou-figure h2 br {
          display: block; } }
  #mibyou .mibyou-figure .mibyou-figure__contents {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      #mibyou .mibyou-figure .mibyou-figure__contents {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media screen and (min-width: 768px) {
      #mibyou .mibyou-figure .mibyou-figure__contents.is-single .text {
        width: 100%; } }
    #mibyou .mibyou-figure .mibyou-figure__contents .text {
      font-size: 15px;
      font-weight: bold;
      line-height: 2; }
      @media screen and (min-width: 768px) {
        #mibyou .mibyou-figure .mibyou-figure__contents .text {
          font-size: 16px;
          width: 49.5%; } }
    #mibyou .mibyou-figure .mibyou-figure__contents .list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 30px;
      background-color: #fff;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px; }
      @media screen and (min-width: 768px) {
        #mibyou .mibyou-figure .mibyou-figure__contents .list {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          margin-left: -20px;
          width: 49.5%;
          margin-top: 0;
          padding: 0;
          background: none; } }
      @media screen and (min-width: 768px) {
        #mibyou .mibyou-figure .mibyou-figure__contents .list li {
          width: 50%;
          padding-left: 20px; } }
      #mibyou .mibyou-figure .mibyou-figure__contents .list li dl dt h3 {
        font-weight: bold;
        font-size: 15px; }
        @media screen and (min-width: 768px) {
          #mibyou .mibyou-figure .mibyou-figure__contents .list li dl dt h3 {
            font-size: 18px; } }
      #mibyou .mibyou-figure .mibyou-figure__contents .list li dl dt p {
        font-size: 11px;
        margin-top: 5px;
        line-height: 1.4; }
        @media screen and (min-width: 768px) {
          #mibyou .mibyou-figure .mibyou-figure__contents .list li dl dt p {
            font-size: 12px; } }
      #mibyou .mibyou-figure .mibyou-figure__contents .list li dl dd {
        max-width: 200px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (min-width: 768px) {
          #mibyou .mibyou-figure .mibyou-figure__contents .list li dl dd {
            max-width: 100%;
            margin-left: 0;
            margin-right: 0; } }
        #mibyou .mibyou-figure .mibyou-figure__contents .list li dl dd img {
          width: 100%;
          height: auto; }

#mibyou .mibyou-routine {
  padding-top: 30px; }
  @media screen and (min-width: 768px) {
    #mibyou .mibyou-routine {
      padding-top: 50px; } }
  #mibyou .mibyou-routine ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    #mibyou .mibyou-routine ul li {
      background-color: #fff;
      padding: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative; }
      @media screen and (min-width: 768px) {
        #mibyou .mibyou-routine ul li {
          padding: 30px;
          border-top: 0 solid #000;
          border-left: 8px solid #DD2922;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      #mibyou .mibyou-routine ul li::before {
        content: '';
        width: 65px;
        height: 5px;
        display: block;
        background-color: #DD2922;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto; }
        @media screen and (min-width: 768px) {
          #mibyou .mibyou-routine ul li::before {
            display: none; } }
      #mibyou .mibyou-routine ul li + li {
        margin-top: 20px; }
        @media screen and (min-width: 768px) {
          #mibyou .mibyou-routine ul li + li {
            margin-top: 20px; } }
      #mibyou .mibyou-routine ul li .title {
        min-height: 50px; }
        @media screen and (min-width: 768px) {
          #mibyou .mibyou-routine ul li .title {
            min-height: 100%;
            width: 48%; } }
        #mibyou .mibyou-routine ul li .title dl {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
          @media screen and (min-width: 768px) {
            #mibyou .mibyou-routine ul li .title dl {
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
                  -ms-flex-direction: row;
                      flex-direction: row;
              height: 100%; } }
          #mibyou .mibyou-routine ul li .title dl dt {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; }
            @media screen and (min-width: 768px) {
              #mibyou .mibyou-routine ul li .title dl dt {
                text-align: center;
                width: 30%;
                display: block; } }
            #mibyou .mibyou-routine ul li .title dl dt .time {
              font-size: 40px;
              font-weight: bold;
              color: #DD2922;
              line-height: 1;
              width: 40px; }
              @media screen and (min-width: 768px) {
                #mibyou .mibyou-routine ul li .title dl dt .time {
                  font-size: 50px;
                  width: 100%; } }
            #mibyou .mibyou-routine ul li .title dl dt .caption {
              font-size: 14px;
              font-weight: bold;
              margin-top: 2px;
              width: calc(100% - 50px);
              padding-left: 20px; }
              @media screen and (min-width: 768px) {
                #mibyou .mibyou-routine ul li .title dl dt .caption {
                  margin-top: 10px;
                  font-size: 12px;
                  padding-left: 0;
                  width: 100%; } }
              @media screen and (min-width: 992px) {
                #mibyou .mibyou-routine ul li .title dl dt .caption {
                  font-size: 14px;
                  margin-top: 20px; } }
          #mibyou .mibyou-routine ul li .title dl dd {
            width: 100%;
            text-align: center;
            margin-top: 10px; }
            @media screen and (min-width: 768px) {
              #mibyou .mibyou-routine ul li .title dl dd {
                width: 70%;
                text-align: center; } }
            #mibyou .mibyou-routine ul li .title dl dd img {
              width: 100%;
              height: auto; }
              #mibyou .mibyou-routine ul li .title dl dd img.is-h {
                height: 200px;
                width: auto; }
              @media screen and (min-width: 768px) {
                #mibyou .mibyou-routine ul li .title dl dd img {
                  height: 130px;
                  width: auto; }
                  #mibyou .mibyou-routine ul li .title dl dd img.is-h {
                    height: 180px; } }
      #mibyou .mibyou-routine ul li .text {
        margin-top: 20px; }
        @media screen and (min-width: 768px) {
          #mibyou .mibyou-routine ul li .text {
            margin-top: 0;
            width: 48%; } }
        #mibyou .mibyou-routine ul li .text .copy {
          font-size: 16px;
          font-weight: bold; }
          @media screen and (min-width: 768px) {
            #mibyou .mibyou-routine ul li .text .copy {
              font-size: 18px; } }
        #mibyou .mibyou-routine ul li .text p {
          margin-top: 10px;
          font-size: 12px; }
          @media screen and (min-width: 768px) {
            #mibyou .mibyou-routine ul li .text p {
              font-size: 14px;
              line-height: 2;
              letter-spacing: 0.1em; } }
          @media screen and (min-width: 768px) {
            #mibyou .mibyou-routine ul li .text p br {
              display: block; } }

#mibyou .mibyou-bottomnav {
  margin-top: 60px; }
  @media screen and (min-width: 768px) {
    #mibyou .mibyou-bottomnav {
      margin-top: 80px; } }
  #mibyou .mibyou-bottomnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      #mibyou .mibyou-bottomnav ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media screen and (min-width: 768px) {
      #mibyou .mibyou-bottomnav ul li {
        width: 49%;
        margin: 10px 10px 0; } }
    #mibyou .mibyou-bottomnav ul li + li {
      margin-top: 10px; }
    #mibyou .mibyou-bottomnav ul li a {
      display: block; }
      @media screen and (min-width: 768px) {
        #mibyou .mibyou-bottomnav ul li a {
          opacity: 1;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
          #mibyou .mibyou-bottomnav ul li a:hover {
            opacity: 0.6; } }
      #mibyou .mibyou-bottomnav ul li a img {
        width: 100%;
        height: auto;
        vertical-align: middle; }

#mibyou .mibyou-link {
  padding: 60px 20px; }
  @media screen and (min-width: 768px) {
    #mibyou .mibyou-link {
      padding: 80px 20px; } }
  #mibyou .mibyou-link a {
    display: block; }
    @media screen and (min-width: 768px) {
      #mibyou .mibyou-link a {
        max-width: 440px;
        width: 100%;
        margin: 0 auto;
        opacity: 1;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        #mibyou .mibyou-link a:hover {
          opacity: 0.6; } }
    #mibyou .mibyou-link a img {
      width: 100%;
      height: auto;
      vertical-align: middle; }

#mibyou .mibyo-bottomlink {
  background-color: #410401;
  background-image: url(../images/common/bg-noise01.png);
  background-repeat: repeat;
  padding: 40px 20px; }
  @media screen and (min-width: 768px) {
    #mibyou .mibyo-bottomlink {
      padding: 40px 20px;
      margin-bottom: 60px; } }
  #mibyou .mibyo-bottomlink a {
    display: block;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      #mibyou .mibyo-bottomlink a {
        max-width: 320px;
        width: 100%;
        margin: 0 auto; } }
    #mibyou .mibyo-bottomlink a figure img {
      width: 100%;
      height: auto;
      vertical-align: middle;
      opacity: 1; }
      @media screen and (min-width: 768px) {
        #mibyou .mibyo-bottomlink a figure img {
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
          #mibyou .mibyo-bottomlink a figure img:hover {
            opacity: 0.5; } }
    #mibyou .mibyo-bottomlink a figure figcaption {
      text-align: center;
      font-size: 14px;
      color: #fff;
      font-weight: bold;
      margin-top: 10px; }

#icho .icho-header {
  position: relative;
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat; }
  @media screen and (min-width: 768px) {
    #icho .icho-header {
      margin-top: 5px; } }
  #icho .icho-header::before {
    content: '';
    width: 100vw;
    height: 4px;
    background-color: #410401;
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-top: -10px; }
    @media screen and (min-width: 768px) {
      #icho .icho-header::before {
        display: none; } }
  #icho .icho-header::after {
    position: absolute;
    content: '';
    width: 30vw;
    height: 4px;
    top: 10px;
    right: 0;
    background-color: #DD2922;
    display: block;
    padding-right: 0;
    padding-left: 0;
    margin-top: -10px;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      #icho .icho-header::after {
        display: none; } }
  #icho .icho-header .icho-header__inner {
    position: relative;
    overflow: hidden; }
  #icho .icho-header .icho-header__title {
    width: calc(100% + 20px);
    margin: 20px auto 0;
    margin-left: -10px;
    margin-right: -10px; }
    @media screen and (min-width: 768px) {
      #icho .icho-header .icho-header__title {
        width: 860px;
        margin: 40px auto 0;
        margin-left: auto;
        margin-right: auto; } }
    #icho .icho-header .icho-header__title img {
      width: 100%;
      height: auto; }
    @media screen and (min-width: 768px) {
      #icho .icho-header .icho-header__title .icho-index-header {
        width: calc(100% + 200px);
        margin: 0 -100px;
        overflow: hidden; } }
    @media screen and (min-width: 1151px) {
      #icho .icho-header .icho-header__title .icho-index-header {
        width: calc(100% + 400px);
        margin: 0 -200px;
        overflow: hidden; } }
  #icho .icho-header .icho-header__text {
    margin-top: 50px; }
    @media screen and (min-width: 768px) {
      #icho .icho-header .icho-header__text {
        margin-top: 140px; } }
    #icho .icho-header .icho-header__text h1 {
      font-weight: bold;
      font-size: 34px;
      font-weight: bold;
      text-align: center; }
      @media screen and (min-width: 768px) {
        #icho .icho-header .icho-header__text h1 {
          font-size: 60px; } }

#icho .icho-bread .icho-bread__inner {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media screen and (min-width: 768px) {
    #icho .icho-bread .icho-bread__inner {
      padding-top: 25px;
      padding-bottom: 25px; } }
  #icho .icho-bread .icho-bread__inner ul {
    display: inline; }
    @media screen and (min-width: 768px) {
      #icho .icho-bread .icho-bread__inner ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    #icho .icho-bread .icho-bread__inner ul li {
      margin-right: 10px;
      font-size: 10px;
      display: inline; }
      @media screen and (min-width: 768px) {
        #icho .icho-bread .icho-bread__inner ul li {
          display: block; } }
      #icho .icho-bread .icho-bread__inner ul li a {
        display: inline;
        color: #410401;
        text-decoration: none; }
        @media screen and (min-width: 768px) {
          #icho .icho-bread .icho-bread__inner ul li a {
            display: block; }
            #icho .icho-bread .icho-bread__inner ul li a:hover {
              color: #DD2922; } }

#icho .icho-logo {
  width: 55px;
  height: 55px;
  position: absolute;
  right: 20px;
  top: 50px;
  z-index: 100; }
  @media screen and (min-width: 768px) {
    #icho .icho-logo {
      width: 130px;
      right: 20px;
      top: 20px;
      margin: auto; } }
  #icho .icho-logo img {
    width: 100%;
    height: auto; }

#icho .icho-pageheader__title {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    #icho .icho-pageheader__title {
      margin-top: 60px; } }
  #icho .icho-pageheader__title dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media screen and (min-width: 768px) {
      #icho .icho-pageheader__title dl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 860px;
        width: 100%;
        margin: 0 auto; } }
    #icho .icho-pageheader__title dl dt {
      margin-top: 30px; }
      @media screen and (min-width: 768px) {
        #icho .icho-pageheader__title dl dt {
          margin-top: 0;
          max-width: 420px;
          width: 100%; } }
      #icho .icho-pageheader__title dl dt h1 {
        max-width: 220px;
        width: 100%;
        margin: 0 auto; }
        @media screen and (min-width: 768px) {
          #icho .icho-pageheader__title dl dt h1 {
            max-width: 340px;
            width: 100%; } }
      #icho .icho-pageheader__title dl dt p {
        max-width: 300px;
        width: 100%;
        line-height: 30px;
        margin: 20px auto 0;
        font-size: 15px;
        padding-left: 20px;
        padding-right: 20px; }
        @media screen and (min-width: 768px) {
          #icho .icho-pageheader__title dl dt p {
            max-width: 100%;
            font-size: 16px;
            text-align: center;
            margin-top: 40px;
            padding: 0; } }
        #icho .icho-pageheader__title dl dt p br {
          display: none; }
          @media screen and (min-width: 768px) {
            #icho .icho-pageheader__title dl dt p br {
              display: inherit; } }
    #icho .icho-pageheader__title dl dd {
      max-width: 240px;
      width: 100%;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        #icho .icho-pageheader__title dl dd {
          max-width: 420px;
          width: 100%;
          margin: 0; } }
  #icho .icho-pageheader__title img {
    max-width: 100%; }

#icho .icho-contents {
  position: relative;
  background-color: #fff;
  background-image: url(../images/common/bg-pattern01.gif);
  background-repeat: repeat;
  padding-top: 30px;
  padding-bottom: 80px; }
  @media screen and (min-width: 768px) {
    #icho .icho-contents {
      padding-top: 60px;
      padding-bottom: 100px; } }
  #icho .icho-contents .icho-contents__inner {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents .icho-contents__inner {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 900px; } }

#icho .icho-contents__textblock {
  background-color: #fff;
  padding: 30px 15px; }
  @media screen and (min-width: 768px) {
    #icho .icho-contents__textblock {
      margin-left: 40px;
      margin-right: 40px; } }
  #icho .icho-contents__textblock + .icho-contents__textblock {
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__textblock + .icho-contents__textblock {
        margin-top: 50px; } }
  #icho .icho-contents__textblock ul.textblock-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__textblock ul.textblock-text {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__textblock ul.textblock-text li {
        width: 33.333%;
        padding: 10px 30px; } }
    #icho .icho-contents__textblock ul.textblock-text li + li {
      margin-top: 30px; }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__textblock ul.textblock-text li + li {
          margin-top: 0; } }
    #icho .icho-contents__textblock ul.textblock-text li h3 {
      font-size: 18px;
      font-weight: bold; }
    #icho .icho-contents__textblock ul.textblock-text li p {
      font-size: 14px;
      margin-top: 5px; }
      #icho .icho-contents__textblock ul.textblock-text li p + h3 {
        margin-top: 30px; }
  #icho .icho-contents__textblock ul.textblock-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__textblock ul.textblock-image {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    #icho .icho-contents__textblock ul.textblock-image li {
      text-align: center; }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__textblock ul.textblock-image li {
          padding: 30px 50px 0; } }
      #icho .icho-contents__textblock ul.textblock-image li + li {
        margin-top: 30px; }
        @media screen and (min-width: 768px) {
          #icho .icho-contents__textblock ul.textblock-image li + li {
            margin-top: 0; } }
      #icho .icho-contents__textblock ul.textblock-image li img {
        height: calc(45vw);
        width: auto;
        margin: 0 auto; }
        @media screen and (min-width: 768px) {
          #icho .icho-contents__textblock ul.textblock-image li img {
            height: 250px; } }
  @media screen and (min-width: 768px) {
    #icho .icho-contents__textblock dl {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 80px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  #icho .icho-contents__textblock dl dt {
    text-align: center; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__textblock dl dt {
        width: 65%;
        padding: 0 80px; } }
    #icho .icho-contents__textblock dl dt img {
      width: calc(50vw);
      height: auto; }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__textblock dl dt img {
          width: 100%;
          height: auto; } }
  #icho .icho-contents__textblock dl dd {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__textblock dl dd {
        margin-top: 0;
        width: 35%; } }
    #icho .icho-contents__textblock dl dd h3 {
      font-size: 18px;
      font-weight: bold; }
    #icho .icho-contents__textblock dl dd p {
      font-size: 14px;
      margin-top: 5px; }
      #icho .icho-contents__textblock dl dd p + h3 {
        margin-top: 30px; }

#icho .icho-contents__etc {
  margin-top: 30px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    #icho .icho-contents__etc {
      margin-top: 50px; } }

#icho .icho-contents__advice {
  margin-top: 30px;
  background-color: #E8E2DC;
  border-radius: 10px;
  padding: 20px;
  font-size: 15px;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    #icho .icho-contents__advice {
      margin-top: 50px;
      font-size: 18px;
      text-align: center;
      padding: 40px 0;
      line-height: 2;
      border-radius: 30px;
      margin-left: 40px;
      margin-right: 40px; } }
  #icho .icho-contents__advice strong {
    color: #DD2922; }

#icho .icho-contents__checklist {
  width: 80%;
  max-width: 400px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    #icho .icho-contents__checklist {
      width: 590px;
      max-width: 100%; } }

#icho .icho-contents__profile {
  margin-top: 60px; }
  #icho .icho-contents__profile dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__profile dl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    #icho .icho-contents__profile dl dt {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      #icho .icho-contents__profile dl dt p.p-title {
        font-size: 16px; }
      #icho .icho-contents__profile dl dt p.p-name {
        font-size: 20px;
        font-weight: bold;
        border-left: 2px solid #410401;
        padding-left: 20px;
        margin-left: 20px; }
    #icho .icho-contents__profile dl dd {
      margin-top: 10px;
      text-align: center;
      font-size: 14px; }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__profile dl dd {
          margin-top: 0px;
          text-align: left;
          margin-left: 30px; } }

#icho .icho-contents__read {
  padding-top: 50px; }
  @media screen and (min-width: 768px) {
    #icho .icho-contents__read {
      padding-top: 50px;
      padding-left: 100px;
      padding-right: 100px; } }
  #icho .icho-contents__read.is-topmargin {
    padding-top: 100px; }
  @media screen and (min-width: 768px) {
    #icho .icho-contents__read.is-large {
      padding-left: 40px;
      padding-right: 40px; } }
  #icho .icho-contents__read h2 {
    border-top: 4px solid #DD2922;
    padding-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #DD2922; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__read h2 {
        border-top: 0px solid #000;
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
        font-size: 30px;
        text-align: center;
        letter-spacing: 0.05em; }
        #icho .icho-contents__read h2.text-left {
          text-align: left; } }
    #icho .icho-contents__read h2 br {
      display: none; }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__read h2 br {
          display: block; } }
  #icho .icho-contents__read p {
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 2; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__read p {
        font-size: 16px; }
        #icho .icho-contents__read p.is-center {
          text-align: center; } }
  #icho .icho-contents__read > ul {
    margin-top: 20px;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__read > ul {
        font-size: 16px;
        margin-left: -100px;
        margin-right: -100px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    #icho .icho-contents__read > ul li {
      background-color: #fff;
      padding: 20px; }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__read > ul li {
          width: 31%;
          padding: 30px; } }
      #icho .icho-contents__read > ul li + li {
        margin-top: 10px; }
      #icho .icho-contents__read > ul li dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        #icho .icho-contents__read > ul li dl dt {
          font-size: 20px;
          text-align: center;
          line-height: 1; }
          @media screen and (min-width: 768px) {
            #icho .icho-contents__read > ul li dl dt {
              font-size: 28px;
              line-height: 1.4;
              min-height: 80px;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
          #icho .icho-contents__read > ul li dl dt br {
            display: none; }
            @media screen and (min-width: 768px) {
              #icho .icho-contents__read > ul li dl dt br {
                display: block; } }
        #icho .icho-contents__read > ul li dl dd {
          font-size: 12px;
          line-height: 1.8;
          margin-top: 10px;
          font-weight: normal; }
          @media screen and (min-width: 768px) {
            #icho .icho-contents__read > ul li dl dd {
              font-size: 14px;
              letter-spacing: 0.01em;
              margin-top: 20px; } }
  #icho .icho-contents__read .image {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__read .image {
        margin-top: 50px; } }
    #icho .icho-contents__read .image img {
      width: 100%;
      height: auto; }
  #icho .icho-contents__read .figure {
    margin-top: 15px; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__read .figure {
        max-width: 80%;
        margin: 50px auto 50px; } }
  #icho .icho-contents__read .col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__read .col2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    #icho .icho-contents__read .col2 img {
      max-width: 100%;
      width: 100%; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__read .col2 .col2-left {
        width: 48%;
        font-size: 16px; } }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__read .col2 .col2-right {
        width: 48%; }
        #icho .icho-contents__read .col2 .col2-right p {
          font-size: 14px;
          margin-bottom: 10px;
          font-weight: normal; } }
    #icho .icho-contents__read .col2 .col2-right ul {
      margin-top: 30px;
      margin-bottom: 50px; }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__read .col2 .col2-right ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-top: 20px;
          margin-bottom: 50px; } }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__read .col2 .col2-right ul li {
          width: 48%; } }
      #icho .icho-contents__read .col2 .col2-right ul li + li {
        margin-top: 30px; }
        @media screen and (min-width: 768px) {
          #icho .icho-contents__read .col2 .col2-right ul li + li {
            margin-top: 0; } }
      #icho .icho-contents__read .col2 .col2-right ul li img {
        width: 70%;
        max-width: 300px;
        display: block;
        margin: 0 auto; }
        @media screen and (min-width: 768px) {
          #icho .icho-contents__read .col2 .col2-right ul li img {
            width: 100%;
            max-width: 100%;
            height: auto; } }
      #icho .icho-contents__read .col2 .col2-right ul li span {
        font-size: 12px; }
    #icho .icho-contents__read .col2 .col2-right figure {
      background-color: #E8E2DC;
      padding: 20px; }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__read .col2 .col2-right figure {
          padding: 40px; } }
  #icho .icho-contents__read .col3 {
    margin-bottom: 70px; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__read .col3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 50px;
        margin-left: -60px;
        margin-right: -60px;
        margin-bottom: 50px; } }
    #icho .icho-contents__read .col3 .col3-item {
      margin-top: 50px; }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__read .col3 .col3-item {
          margin-top: 0;
          width: 30%; } }
      #icho .icho-contents__read .col3 .col3-item figure img {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 0 auto; }
      #icho .icho-contents__read .col3 .col3-item figure figcaption {
        margin-top: 10px;
        font-size: 15px;
        font-weight: bold; }
        @media screen and (min-width: 768px) {
          #icho .icho-contents__read .col3 .col3-item figure figcaption {
            font-size: 16px; } }
        #icho .icho-contents__read .col3 .col3-item figure figcaption span {
          display: block;
          font-size: 12px;
          margin-top: 20px; }

#icho .icho-contents__col2 {
  padding-top: 30px; }
  @media screen and (min-width: 768px) {
    #icho .icho-contents__col2 {
      padding-top: 50px;
      padding-left: 100px;
      padding-right: 100px; } }
  #icho .icho-contents__col2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__col2 ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 30px; } }
    #icho .icho-contents__col2 ul li {
      font-size: 12px; }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__col2 ul li {
          width: 300px;
          font-size: 14px; } }
      #icho .icho-contents__col2 ul li + li {
        margin-top: 40px; }
        @media screen and (min-width: 768px) {
          #icho .icho-contents__col2 ul li + li {
            margin-top: 0; } }
      #icho .icho-contents__col2 ul li img {
        width: 100%;
        height: auto; }
      #icho .icho-contents__col2 ul li dl dd {
        padding: 0 20px; }
        @media screen and (min-width: 768px) {
          #icho .icho-contents__col2 ul li dl dd {
            padding: 0 0px;
            font-size: 12px; } }

#icho .icho-contents__column {
  background-color: #fff;
  margin-top: 40px;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  padding: 30px 20px 40px; }
  @media screen and (min-width: 768px) {
    #icho .icho-contents__column {
      margin-top: 80px;
      margin-left: 40px;
      margin-right: 40px;
      padding: 40px 60px;
      -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 rgba(0, 0, 0, 0); } }
  #icho .icho-contents__column > dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__column > dl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    #icho .icho-contents__column > dl dt {
      text-align: center; }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__column > dl dt {
          width: 135px;
          text-align: left; } }
      #icho .icho-contents__column > dl dt img {
        width: 90px;
        height: auto; }
        @media screen and (min-width: 768px) {
          #icho .icho-contents__column > dl dt img {
            width: 100%; } }
    #icho .icho-contents__column > dl dd {
      margin-top: 10px; }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__column > dl dd {
          margin-top: 0;
          width: calc(100% - 180px); } }
      #icho .icho-contents__column > dl dd h3 {
        font-size: 18px;
        color: #DD2922;
        text-align: center;
        font-weight: bold; }
        @media screen and (min-width: 768px) {
          #icho .icho-contents__column > dl dd h3 {
            font-size: 20px;
            text-align: left; } }
      #icho .icho-contents__column > dl dd p {
        margin-top: 20px;
        font-size: 12px;
        line-height: 2;
        font-weight: bold; }
        @media screen and (min-width: 768px) {
          #icho .icho-contents__column > dl dd p {
            margin-top: 10px;
            font-size: 14px; } }
  #icho .icho-contents__column.is-ptn2 dd h3 {
    text-align: left; }
  @media screen and (min-width: 768px) {
    #icho .icho-contents__column.is-ptn2 dd {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  #icho .icho-contents__column.is-ptn2 .col2 {
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__column.is-ptn2 .col2 {
        margin-top: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__column.is-ptn2 .col2 .col2-left {
        width: 65%; } }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__column.is-ptn2 .col2 .col2-right {
        width: 32%; } }
    #icho .icho-contents__column.is-ptn2 .col2 p {
      font-size: 12px; }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__column.is-ptn2 .col2 p {
          font-size: 14px; } }
    #icho .icho-contents__column.is-ptn2 .col2 img {
      width: 100%; }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__column.is-ptn2 .col2 img.is-abs {
          margin-top: -120px; } }
  #icho .icho-contents__column .figure {
    background: #E8E2DC;
    padding: 10px;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__column .figure {
        border-radius: 10px;
        padding: 20px;
        margin-top: 40px; } }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__column .figure ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__column .figure ul li {
        width: 50%;
        padding: 10px 20px; } }
    #icho .icho-contents__column .figure ul li + li {
      margin-top: 30px; }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__column .figure ul li + li {
          margin-top: 0; } }
    #icho .icho-contents__column .figure ul li dl {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      #icho .icho-contents__column .figure ul li dl dt {
        width: 60px; }
        #icho .icho-contents__column .figure ul li dl dt img {
          width: 100%;
          height: auto; }
      #icho .icho-contents__column .figure ul li dl dd {
        width: calc(100% - 80px); }
        @media screen and (min-width: 768px) {
          #icho .icho-contents__column .figure ul li dl dd {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
                -ms-flex-align: start;
                    align-items: flex-start; } }
        #icho .icho-contents__column .figure ul li dl dd p.name {
          color: #DD2922;
          font-weight: bold;
          font-size: 16px; }
          @media screen and (min-width: 768px) {
            #icho .icho-contents__column .figure ul li dl dd p.name {
              text-align: left; } }
        #icho .icho-contents__column .figure ul li dl dd p.caption {
          font-size: 12px; }
          @media screen and (min-width: 768px) {
            #icho .icho-contents__column .figure ul li dl dd p.caption {
              text-align: left; } }
  #icho .icho-contents__column ul.col3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__column ul.col3 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-top: 30px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__column ul.col3 li {
        width: 33.333%;
        padding: 0 20px; } }
    #icho .icho-contents__column ul.col3 li + li {
      margin-top: 20px; }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__column ul.col3 li + li {
          margin-top: 0; } }
    #icho .icho-contents__column ul.col3 li img {
      max-width: 50vw;
      height: auto;
      display: block;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__column ul.col3 li img {
          max-width: 100%; } }
    #icho .icho-contents__column ul.col3 li h3 {
      font-size: 18px;
      font-weight: bold; }
    #icho .icho-contents__column ul.col3 li p {
      font-size: 14px;
      margin-top: 5px; }
      #icho .icho-contents__column ul.col3 li p + h3 {
        margin-top: 20px; }

#icho .icho-contents__menu {
  margin-top: 60px; }
  @media screen and (min-width: 768px) {
    #icho .icho-contents__menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: -20px; } }
  #icho .icho-contents__menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__menu ul {
        width: 50%;
        margin-left: 20px; } }
    #icho .icho-contents__menu ul li {
      background-color: #fff;
      padding: 20px;
      position: relative; }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__menu ul li {
          padding: 30px;
          opacity: 1;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
          #icho .icho-contents__menu ul li:hover {
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            opacity: 0.55; } }
      #icho .icho-contents__menu ul li::after {
        content: '';
        width: 10px;
        height: 10px;
        display: block;
        position: absolute;
        bottom: 5px;
        right: 5px;
        background-image: url(../images/common/cursor-right_r.svg);
        background-size: 100% auto; }
        @media screen and (min-width: 768px) {
          #icho .icho-contents__menu ul li::after {
            width: 10px;
            height: 10px; } }
      #icho .icho-contents__menu ul li + li {
        margin-top: 20px; }
      #icho .icho-contents__menu ul li a {
        text-decoration: none;
        color: #410401; }
      #icho .icho-contents__menu ul li dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative; }
        #icho .icho-contents__menu ul li dl dt h3 {
          width: 80%;
          max-width: 130px; }
          @media screen and (min-width: 768px) {
            #icho .icho-contents__menu ul li dl dt h3 {
              width: 200px;
              max-width: 100%; } }
          #icho .icho-contents__menu ul li dl dt h3.no-text {
            min-height: 110px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 240px; }
            @media screen and (min-width: 768px) {
              #icho .icho-contents__menu ul li dl dt h3.no-text {
                text-align: center;
                width: 80%; } }
            @media screen and (min-width: 768px) {
              #icho .icho-contents__menu ul li dl dt h3.no-text img {
                max-width: 80%; } }
        #icho .icho-contents__menu ul li dl dt p.m-copy {
          margin-top: 20px;
          font-size: 16px;
          font-weight: bold;
          color: #DD2922;
          margin-bottom: 20px; }
          @media screen and (min-width: 768px) {
            #icho .icho-contents__menu ul li dl dt p.m-copy {
              font-size: 18px; } }
        #icho .icho-contents__menu ul li dl dt p.m-point {
          border-left: 4px solid #DD2922;
          padding-left: 10px;
          font-size: 14px;
          font-weight: bold; }
          @media screen and (min-width: 768px) {
            #icho .icho-contents__menu ul li dl dt p.m-point {
              font-size: 16px; } }
          #icho .icho-contents__menu ul li dl dt p.m-point + p.m-point {
            margin-top: 10px; }
        #icho .icho-contents__menu ul li dl dd {
          width: 35%;
          max-width: 110px;
          position: absolute;
          top: 0px;
          right: 0px; }
        #icho .icho-contents__menu ul li dl img {
          width: 100%;
          height: auto; }

#icho .icho-contents__subtitle {
  margin: 50px auto 0;
  border-bottom: 4px solid #DD2922; }
  @media screen and (min-width: 768px) {
    #icho .icho-contents__subtitle {
      margin: 80px auto 0;
      max-width: 370px; } }
  #icho .icho-contents__subtitle h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__subtitle h2 {
        font-size: 30px;
        padding-bottom: 15px; } }

#icho .icho-contents__cover {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    #icho .icho-contents__cover {
      margin-top: 60px; } }
  #icho .icho-contents__cover dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__cover dl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        padding-left: 10%;
        padding-right: 10%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__cover dl dt {
        width: 45%; } }
    #icho .icho-contents__cover dl dt img {
      width: 100%;
      height: auto;
      vertical-align: middle; }
    #icho .icho-contents__cover dl dd {
      margin-top: 20px; }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__cover dl dd {
          margin-top: 0;
          width: 45%; } }
      #icho .icho-contents__cover dl dd ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 15px;
        font-weight: bold; }
        #icho .icho-contents__cover dl dd ul li::before {
          content: '';
          background-image: url(../../icho/illness/images/icon-check.svg);
          background-size: 100% auto;
          background-position: center center;
          background-repeat: no-repeat;
          display: block;
          width: 28px;
          height: 24px;
          margin-right: 10px; }
        #icho .icho-contents__cover dl dd ul li.title {
          font-size: 18px;
          margin-bottom: -5px; }
          #icho .icho-contents__cover dl dd ul li.title::before {
            display: none; }
        #icho .icho-contents__cover dl dd ul li.caption {
          font-size: 12px;
          font-weight: normal;
          line-height: 1.8; }
          #icho .icho-contents__cover dl dd ul li.caption::before {
            display: none; }
        #icho .icho-contents__cover dl dd ul li + li {
          margin-top: 15px; }
        #icho .icho-contents__cover dl dd ul li span {
          width: calc(100% - 38px); }

#icho .icho-contents__text {
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 2; }
  @media screen and (min-width: 768px) {
    #icho .icho-contents__text {
      width: 700px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px;
      font-size: 16px; } }

#icho .icho-contents__table {
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 2; }
  @media screen and (min-width: 768px) {
    #icho .icho-contents__table {
      width: 700px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px;
      font-size: 14px; } }
  #icho .icho-contents__table table {
    border: 1px solid #410401; }
    #icho .icho-contents__table table tr {
      border-bottom: 1px solid #410401; }
      #icho .icho-contents__table table tr td:first-child, #icho .icho-contents__table table tr th:first-child {
        border-right: 1px solid #410401;
        width: 100px; }
        @media screen and (min-width: 768px) {
          #icho .icho-contents__table table tr td:first-child, #icho .icho-contents__table table tr th:first-child {
            width: 150px; } }
    #icho .icho-contents__table table th {
      background-color: #DFD5CB; }
    #icho .icho-contents__table table td {
      background-color: #fff; }
    #icho .icho-contents__table table th, #icho .icho-contents__table table td {
      padding: 5px; }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__table table th, #icho .icho-contents__table table td {
          padding: 10px; } }

#icho .icho-contents__caption {
  margin-top: 40px;
  background-color: #DFD5CB;
  background-image: url(../images/common/bg-noise02.png);
  background-repeat: repeat;
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px; }
  @media screen and (min-width: 768px) {
    #icho .icho-contents__caption {
      width: 700px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 50px; } }
  #icho .icho-contents__caption h3 {
    font-size: 20px;
    font-weight: bold;
    color: #DD2922;
    line-height: 1.6; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__caption h3 {
        font-size: 22px; } }
  #icho .icho-contents__caption p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8; }

#icho .icho-contents__figure {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    #icho .icho-contents__figure {
      margin-top: 40px; } }
  #icho .icho-contents__figure dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__figure dl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        max-width: 900px;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    #icho .icho-contents__figure dl dt {
      font-size: 15px;
      font-weight: bold;
      line-height: 2; }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__figure dl dt {
          width: 48%;
          font-size: 16px; } }
    #icho .icho-contents__figure dl dd {
      margin-top: 20px;
      margin-left: -10px;
      margin-right: -10px; }
      @media screen and (min-width: 768px) {
        #icho .icho-contents__figure dl dd {
          width: 48%;
          margin-left: 0;
          margin-right: 0;
          margin-top: 0; } }
      #icho .icho-contents__figure dl dd img {
        width: 100%;
        height: auto;
        vertical-align: middle; }

#icho .icho-contents__yojo {
  margin-top: 40px;
  background-color: #DFD5CB;
  background-image: url(../images/common/bg-noise02.png);
  background-repeat: repeat;
  padding: 30px;
  margin-bottom: -40px; }
  @media screen and (min-width: 768px) {
    #icho .icho-contents__yojo {
      margin-bottom: 0;
      width: 700px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 50px;
      padding: 20px; } }
  @media screen and (min-width: 768px) {
    #icho .icho-contents__yojo .inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0px; } }
  @media screen and (min-width: 768px) {
    #icho .icho-contents__yojo .text {
      width: 50%;
      padding-right: 20px; } }
  #icho .icho-contents__yojo .text h3 {
    color: #DD2922;
    font-weight: bold;
    font-size: 20px; }
  #icho .icho-contents__yojo .text p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2; }
  #icho .icho-contents__yojo .image {
    margin-top: 20px; }
    #icho .icho-contents__yojo .image img {
      width: 100%;
      height: auto;
      vertical-align: middle; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__yojo .image {
        width: 50%;
        margin-top: 0; } }

#icho .icho-contents__memo {
  margin-top: 40px;
  background-color: #410401;
  background-repeat: repeat;
  padding: 20px; }
  @media screen and (min-width: 768px) {
    #icho .icho-contents__memo {
      width: 700px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 50px;
      padding: 10px; } }
  #icho .icho-contents__memo .inner {
    background-color: #fff;
    padding: 0 20px 20px; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__memo .inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 20px 0 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  @media screen and (min-width: 768px) {
    #icho .icho-contents__memo .title {
      width: 250px; } }
  #icho .icho-contents__memo .title img {
    max-width: 300px;
    width: 100%;
    height: auto;
    vertical-align: middle; }
  #icho .icho-contents__memo .text {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      #icho .icho-contents__memo .text {
        width: calc(100% - 250px);
        margin-top: 0;
        padding-left: 40px;
        font-size: 15px;
        padding-bottom: 10px; } }

#icho .icho-bottomnav .icho-bottomnav__inner {
  padding-top: 0px;
  padding-bottom: 40px; }
  @media screen and (min-width: 768px) {
    #icho .icho-bottomnav .icho-bottomnav__inner {
      padding-top: 40px;
      padding-bottom: 80px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  #icho .icho-bottomnav .icho-bottomnav__inner .icho-contents__menu {
    padding: 20px; }
    @media screen and (min-width: 768px) {
      #icho .icho-bottomnav .icho-bottomnav__inner .icho-contents__menu {
        max-width: 900px;
        margin-left: 10px;
        margin-right: 30px;
        width: 100%; } }
    #icho .icho-bottomnav .icho-bottomnav__inner .icho-contents__menu ul + ul {
      margin-top: 20px; }
      @media screen and (min-width: 768px) {
        #icho .icho-bottomnav .icho-bottomnav__inner .icho-contents__menu ul + ul {
          margin-top: 0; } }

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiIvbGF5b3V0LmNzcyIsInNvdXJjZVJvb3QiOiIifQ==*/