/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
}

figure, h1, h2, h3, h4, h5, h6, p, dl, dd {
  margin: 0;
}

ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

table {
  border-spacing: 0;
}

header {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  background: #fff;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  header {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  }
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fefefe;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .header-top {
    position: relative;
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.04);
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .header-top {
    background: #fff;
    border-bottom: 1px solid #e1e6e7;
  }
}

.header-logo {
  display: block;
  width: 142px;
  margin-left: 20px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .header-logo {
    width: 281px;
    margin-left: 43px;
  }
  .header-logo:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) and (max-width: 1365px) and (orientation: portrait), (min-width: 897px) and (max-width: 1365px) and (orientation: landscape) {
  .header-logo {
    width: 234px;
    margin-left: 20px;
  }
}
@media (max-width: 359px) {
  .header-logo {
    margin-left: 10px;
  }
}
.header-logo img {
  width: 100%;
}

.header-top-right {
  position: relative;
  display: flex;
  align-items: center;
}

.rd-link {
  margin-right: 10px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .rd-link {
    margin-right: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) and (orientation: portrait), (min-width: 897px) and (max-width: 1365px) and (orientation: landscape) {
  .rd-link {
    margin-right: 20px;
  }
}
@media (max-width: 359px) {
  .rd-link {
    margin-right: 4px;
  }
}
.rd-link > a {
  display: block;
  width: 56px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .rd-link > a {
    width: 82px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) and (orientation: portrait), (min-width: 897px) and (max-width: 1365px) and (orientation: landscape) {
  .rd-link > a {
    width: 68px;
  }
}
.rd-link > a img {
  width: 100%;
  padding: 6px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .rd-link > a img {
    padding: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) and (orientation: portrait), (min-width: 897px) and (max-width: 1365px) and (orientation: landscape) {
  .rd-link > a img {
    padding: 6px;
  }
}

.lang-btn {
  position: relative;
}
.lang-btn__wrapper {
  cursor: pointer;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .lang-btn__wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 40px;
    height: 45px;
    margin-right: 4px;
  }
  .lang-btn__wrapper.hover > span, .lang-btn__wrapper.hover::before {
    opacity: 0.4;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .lang-btn__wrapper {
    padding-right: 32px;
    padding-left: 25px;
    font-size: 13px;
    line-height: 2;
    color: #111;
  }
}
.lang-btn__wrapper::before {
  position: absolute;
  top: 4px;
  width: 24px;
  height: 24px;
  content: "";
  background: url("../images/icon/language-gray.svg") no-repeat center/contain;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .lang-btn__wrapper::before {
    top: 50%;
    left: 0;
    content: "";
    background: url("../images/icon/language.svg") center/contain;
    transform: translateY(-50%);
  }
}
.lang-btn__wrapper > span {
  font-size: 8px;
  font-weight: bold;
  line-height: 1.45;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .lang-btn__wrapper > span {
    margin-bottom: 3px;
    color: #03141a;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .lang-btn__wrapper > span {
    font-size: 13px;
    line-height: 2;
    color: #111;
  }
}

.header-lang {
  position: fixed;
  top: 60px;
  left: 0;
  display: none;
  width: 100%;
  padding: 24px 20px;
  font-size: 16px;
  line-height: 1.45;
  background: #fff;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .header-lang {
    position: absolute;
    top: 26px;
    z-index: 1;
    width: 96px;
    padding: 10px;
    font-size: 14px;
    line-height: 2;
    box-shadow: 0 4px 4px #dbe1e7;
  }
}
.header-lang > li {
  color: #03141a;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .header-lang > li.current {
    position: relative;
    padding: 8px 0 8px 8px;
    border-bottom: 1px solid #dbe8ed;
  }
  .header-lang > li.current::after {
    position: absolute;
    top: 50%;
    right: 2px;
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    background: #111;
    border-radius: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .header-lang > li {
    color: #111;
    text-align: center;
  }
}
.header-lang a {
  display: block;
  height: 100%;
  color: #03141a;
  opacity: 0.4;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .header-lang a {
    position: relative;
    padding: 8px 0 8px 8px;
    border-bottom: 1px solid #dbe8ed;
  }
  .header-lang a::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    background: url("../images/icon/arrow-right.svg") no-repeat;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .header-lang a {
    color: #111;
  }
}
.header-lang a:hover {
  opacity: 1;
}
.header-lang .lang-close {
  padding: 16px 16px 0;
  text-align: center;
  border-bottom: 0;
}
.header-lang .lang-close > span {
  position: relative;
  padding-left: 13px;
  cursor: pointer;
}
.header-lang .lang-close > span::before {
  position: absolute;
  top: 55%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background: url("../images/icon/close-black.svg") no-repeat center/cover;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .header-lang .lang-close {
    display: none;
  }
}

.nav-container {
  position: absolute;
  top: 60px;
  left: 0;
  display: none;
  width: 100%;
  padding: 0 20px;
  overflow: scroll;
  background: #fff;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav-container {
    position: static;
    display: block;
    padding: 0;
    overflow: visible;
    background: linear-gradient(90deg, #ffe7ea 0%, rgba(255, 231, 234, 0.31) 20.83%, rgba(255, 231, 234, 0.5) 83.85%, #ffe7ea 100%);
    border-bottom: 1px solid #f1f4f5;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  }
}

@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .nav {
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav {
    display: flex;
    align-items: center;
    height: 59px;
  }
}
@media (min-width: 768px) and (max-width: 900px) and (orientation: portrait) {
  .nav {
    align-items: flex-start;
  }
}
.nav > li {
  position: relative;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav > li {
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) and (orientation: portrait), (min-width: 897px) and (max-width: 1365px) and (orientation: landscape) {
  .nav > li {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 900px) and (orientation: portrait) {
  .nav > li {
    margin-top: 14px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav > li:first-of-type {
    margin-left: 43px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) and (orientation: portrait), (min-width: 897px) and (max-width: 1365px) and (orientation: landscape) {
  .nav > li:first-of-type {
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 939px) and (orientation: portrait), (min-width: 897px) and (max-width: 939px) and (orientation: landscape) {
  .nav > li:first-of-type {
    margin-left: 11px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav > li:last-of-type {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) and (orientation: portrait), (min-width: 897px) and (max-width: 1365px) and (orientation: landscape) {
  .nav > li:last-of-type {
    margin-right: 10px;
  }
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .nav > li + li {
    margin-top: 8px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav > li.current > a::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 4px;
    height: 4px;
    content: "";
    background: #111;
    border-radius: 50%;
    transform: translate(-50%, -100%);
  }
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 8px 12px 8px 0;
  font-size: 16px;
  color: #111;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .nav > li > a {
    font-weight: 500;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav > li > a {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.48;
    border: 0;
  }
  .nav > li > a:hover {
    color: #cb1c4f;
  }
}
@media (min-width: 768px) and (max-width: 1365px) and (orientation: portrait), (min-width: 897px) and (max-width: 1365px) and (orientation: landscape) {
  .nav > li > a {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 897px) and (max-width: 1024px) and (orientation: landscape) {
  .nav > li > a {
    font-size: 10px;
  }
}
.nav > li > a::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: url("../images/icon/arrow-right.svg") no-repeat;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav > li > a::after {
    content: none;
  }
}
.nav > li > a br {
  display: none;
}
@media (min-width: 768px) and (max-width: 900px) and (orientation: portrait) {
  .nav > li > a br {
    display: block;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav > li.is-dropdown {
    padding-right: 12px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav > li.is-dropdown:nth-of-type(2) .nav-dropdown {
    left: 92px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) and (orientation: portrait), (min-width: 897px) and (max-width: 1365px) and (orientation: landscape) {
  .nav > li.is-dropdown:nth-of-type(2) .nav-dropdown {
    left: 52px;
  }
}
@media (min-width: 768px) and (max-width: 939px) and (orientation: portrait), (min-width: 897px) and (max-width: 939px) and (orientation: landscape) {
  .nav > li.is-dropdown:nth-of-type(2) .nav-dropdown {
    left: 20px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav > li.is-dropdown:nth-of-type(3) .nav-dropdown {
    left: 255px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) and (orientation: portrait), (min-width: 897px) and (max-width: 1365px) and (orientation: landscape) {
  .nav > li.is-dropdown:nth-of-type(3) .nav-dropdown {
    left: 52px;
  }
}
@media (min-width: 768px) and (max-width: 939px) and (orientation: portrait), (min-width: 897px) and (max-width: 939px) and (orientation: landscape) {
  .nav > li.is-dropdown:nth-of-type(3) .nav-dropdown {
    left: 20px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav > li.is-dropdown:nth-of-type(5) .nav-dropdown {
    left: 270px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) and (orientation: portrait), (min-width: 897px) and (max-width: 1365px) and (orientation: landscape) {
  .nav > li.is-dropdown:nth-of-type(5) .nav-dropdown {
    left: 50%;
    transform: translateX(-50%);
  }
}
.nav > li.is-dropdown > a {
  padding-right: 24px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav > li.is-dropdown > a {
    padding-right: 0;
  }
}
.nav > li.is-dropdown > a::after {
  content: none;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav > li.is-dropdown:hover > a::after {
    position: absolute;
    top: auto;
    bottom: -45px;
    left: 50%;
    display: block;
    width: 22px;
    height: 18px;
    content: "";
    background: url("../images/icon/triangle.svg") no-repeat;
    transform: translateX(-50%);
  }
}

.nav-dropdown-btn {
  position: absolute;
  top: 0;
  right: -12px;
  width: 36px;
  height: 48px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav-dropdown-btn {
    top: 0;
    right: 0;
    width: 12px;
    height: 100%;
  }
}
.nav-dropdown-btn span {
  position: absolute;
  top: 18px;
  right: 12px;
  width: 12px;
  height: 12px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav-dropdown-btn span {
    top: 49%;
    right: 0;
    background: url("../images/icon/arrow-down.svg") no-repeat;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (max-width: 900px) and (orientation: portrait) {
  .nav-dropdown-btn span {
    top: 0;
    transform: inherit;
  }
}
.nav-dropdown-btn span::before, .nav-dropdown-btn span::after {
  position: absolute;
  display: block;
  content: "";
  background: #cb1c4f;
  transition: 0.4s;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav-dropdown-btn span::before, .nav-dropdown-btn span::after {
    content: none;
  }
}
.nav-dropdown-btn span::before {
  top: 50%;
  left: 0;
  width: 12px;
  height: 2px;
  transform: translateY(-50%);
}
.nav-dropdown-btn span::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 12px;
  transform: translateX(-50%);
}
.nav-dropdown-btn.expanded span::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.nav-dropdown {
  display: none;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .nav-dropdown {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav-dropdown {
    position: fixed;
    top: 129px;
    width: 900px;
    max-width: calc(100vw - 20px);
  }
}
@media (min-width: 768px) and (max-width: 1365px) and (orientation: portrait), (min-width: 897px) and (max-width: 1365px) and (orientation: landscape) {
  .nav-dropdown {
    top: 116px;
    max-width: calc(100vw - 100px);
  }
}
@media (min-width: 768px) and (max-width: 939px) and (orientation: portrait), (min-width: 897px) and (max-width: 939px) and (orientation: landscape) {
  .nav-dropdown {
    max-width: calc(100vw - 40px);
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav-dropdown > div {
    padding: 40px 90px;
    margin-top: 17px;
    text-align: left;
    background: #fff;
    border-radius: 10px;
  }
}
@media (min-width: 768px) and (max-width: 900px) and (orientation: portrait) {
  .nav-dropdown > div {
    padding: 40px 30px;
  }
}
.nav-dropdown > div > dt {
  display: none;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav-dropdown > div > dt {
    display: block;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: normal;
    font-weight: 500;
    color: #03141a;
    border-bottom: 1px solid #e1e1e1;
  }
  .nav-dropdown > div > dt br {
    display: none;
  }
}

@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav-children {
    display: flex;
    flex-wrap: wrap;
  }
}
.nav-children > li {
  margin-top: 8px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav-children > li {
    width: 230px;
    margin-top: 16px;
    line-height: 20px;
  }
  .nav-children > li:not(:nth-child(3n)) {
    margin-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 939px) and (orientation: portrait), (min-width: 897px) and (max-width: 939px) and (orientation: landscape) {
  .nav-children > li {
    width: 212px;
  }
}
.nav-children > li > a {
  position: relative;
  display: inline-block;
  padding-left: 8px;
  font-size: 14px;
  color: #4d4d4d;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav-children > li > a {
    display: inline-flex;
    padding-left: 16px;
    font-size: 13px;
    line-height: 20px;
  }
  .nav-children > li > a:hover {
    color: gray;
  }
}
.nav-children > li > a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "-";
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav-children > li > a::before {
    top: 4px;
    width: 12px;
    height: 12px;
    content: "";
    background: url("../images/icon/arrow-right.svg") no-repeat;
  }
}

.cart-inner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  margin-top: 30px;
  background: #fff;
  border: 1px solid #cb1c4f;
  border-radius: 40px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .cart-inner-btn {
    display: none;
  }
}
.cart-inner-btn span {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #cb1c4f;
}
.cart-inner-btn span::before {
  position: absolute;
  top: 50%;
  left: -25px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../images/icon/cart.svg") no-repeat center/contain;
  transform: translateY(-50%);
}

.nav-foot {
  margin: 24px 0;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav-foot {
    display: none;
  }
}
.nav-foot > li {
  margin-top: 16px;
  line-height: 1;
  text-align: center;
}
.nav-foot > li > a {
  font-size: 12px;
  line-height: 1.5;
  color: #626262;
  text-align: center;
}

.cart-btn {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 40px;
  height: 36px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .cart-btn {
    z-index: 1;
    align-items: center;
    width: 160px;
    height: 60px;
    cursor: pointer;
    background: #cb1c4f;
  }
  header.scroll .cart-btn, .cart-btn.hover {
    border-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 1365px) and (orientation: portrait), (min-width: 897px) and (max-width: 1365px) and (orientation: landscape) {
  .cart-btn {
    width: 118px;
    height: 50px;
  }
}
.cart-btn span {
  position: relative;
  font-size: 8px;
  font-weight: bold;
  line-height: 1.45;
  color: #03141a;
  text-align: center;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .cart-btn span {
    margin-left: 32px;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1365px) and (orientation: portrait), (min-width: 897px) and (max-width: 1365px) and (orientation: landscape) {
  .cart-btn span {
    margin-left: 21px;
    font-size: 11px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .cart-btn span.sp-txt {
    display: none;
  }
}
.cart-btn span.sp-txt::before {
  position: absolute;
  top: -21px;
  left: 50%;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../images/icon/cart.svg") no-repeat center/contain;
  transform: translateX(-50%);
}
.cart-btn span.pc-txt {
  display: none;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .cart-btn span.pc-txt {
    display: block;
  }
  .cart-btn span.pc-txt::before {
    position: absolute;
    top: 50%;
    left: -32px;
    display: block;
    width: 24px;
    height: 24px;
    content: "";
    background: url("../images/icon/cart-white.svg") no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (orientation: portrait) and (min-width: 768px) and (max-width: 1365px) and (orientation: portrait), (min-width: 768px) and (orientation: portrait) and (min-width: 897px) and (max-width: 1365px) and (orientation: landscape), (min-width: 897px) and (orientation: landscape) and (min-width: 768px) and (max-width: 1365px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) and (min-width: 897px) and (max-width: 1365px) and (orientation: landscape) {
  .cart-btn span.pc-txt::before {
    left: -21px;
    width: 16px;
    height: 16px;
  }
}

.buy-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: none;
  width: calc(100% - 40px);
  padding: 24px 20px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}
.buy-dialog > p {
  position: relative;
  margin: 16px 0 18px;
  font-size: 16px;
  line-height: 1.48;
  color: #111;
}
.buy-dialog > p::before {
  position: absolute;
  top: -44px;
  left: 50%;
  display: block;
  width: 42px;
  height: 42px;
  content: "";
  background: url("../images/icon/cart-blue.svg") no-repeat;
  transform: translateX(-50%);
}

.close-btn {
  position: absolute;
  top: -26px;
  right: 0;
  width: 16px;
  height: 16px;
}
.close-btn::before, .close-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  content: "";
  background: #111;
}
.close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-btn {
  position: relative;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  background: #cb1c4f;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .nav-btn {
    display: none;
  }
}
@media (max-width: 359px) {
  .nav-btn {
    margin-left: 3px;
  }
}
.nav-btn::before, .nav-btn::after {
  position: absolute;
  left: 50%;
  display: block;
  width: 24px;
  height: 2px;
  content: "";
  background: #fff;
  transition: 0.4s;
  transform: translateX(-50%);
}
.nav-btn::before {
  top: 25px;
}
.nav-btn::after {
  bottom: 25px;
}
.nav-btn.expanded::before, .nav-btn.expanded::after {
  top: 50%;
}
.nav-btn.expanded::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav-btn.expanded::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header-bg, .dialog-bg {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.header-bg {
  background: rgba(0, 0, 0, 0.5);
}
.header-bg.lang {
  background: transparent;
}

.dialog-bg {
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}

.footer-top-inner {
  padding: 70px 20px 40px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .footer-top-inner {
    max-width: 900px;
    padding: 80px 0;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 900px) and (orientation: portrait) {
  .footer-top-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.footer-top-upper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .footer-top-upper {
    justify-content: space-between;
  }
}
.footer-top-upper .cart-btn {
  width: 160px;
  height: 60px;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .footer-top-upper .cart-btn {
    display: none;
  }
}
.footer-top-upper .cart-btn span {
  padding-top: 0;
  margin-left: 30px;
  font-size: 14px;
}
.footer-top-upper .cart-btn span::before {
  left: -29px;
  width: 18px;
  height: 18px;
}

.footer-logo {
  display: block;
  width: 279px;
  margin: 0 auto;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .footer-logo {
    flex-shrink: 0;
    margin: 0;
  }
  .footer-logo:hover {
    opacity: 0.7;
  }
}
.footer-logo img {
  width: 100%;
}

.footer-nav-wrap {
  margin-top: 32px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .footer-nav-wrap {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .footer-nav {
    width: 50%;
  }
  .footer-nav:last-child {
    margin-left: 40px;
  }
}
.footer-nav > li {
  margin-top: 16px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .footer-nav > li {
    margin: 0 0 32px;
  }
}
.footer-nav > li > a {
  position: relative;
  display: block;
  padding: 8px 0 8px 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.48;
  color: #03141a;
  border-bottom: 1px solid #e1e1e1;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .footer-nav > li > a {
    white-space: nowrap;
  }
  .footer-nav > li > a:hover {
    opacity: 0.7;
  }
}
.footer-nav > li > a::before {
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: url("../images/icon/arrow-right.svg") no-repeat;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .footer-nav > li > a br {
    display: none;
  }
}
.footer-nav > li:last-of-type {
  margin-bottom: 0;
}

.footer-nav-children > li {
  margin-top: 8px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .footer-nav-children > li {
    margin-top: 3px;
  }
  .footer-nav-children > li:first-of-type {
    margin-top: 12px;
  }
}
.footer-nav-children > li > a {
  position: relative;
  display: block;
  padding-left: 8px;
  font-size: 14px;
  color: #4d4d4d;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .footer-nav-children > li > a:hover {
    color: gray;
  }
}
.footer-nav-children > li > a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "-";
}

.footer-banner {
  padding: 40px 0;
  text-align: center;
  background: #fafbfb;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .footer-banner ul {
    display: flex;
  }
}
.footer-banner ul > li {
  width: 100%;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .footer-banner ul > li:not(:first-of-type) {
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .footer-banner ul > li {
    width: calc(50% - 20px);
  }
  .footer-banner ul > li:nth-of-type(2n) {
    margin-left: 40px;
  }
  .footer-banner ul > li:hover {
    opacity: 0.7;
  }
}
.footer-banner img {
  width: 100%;
  max-width: 530px;
}

.footer-bottom {
  border-top: 1px solid #ce2d26;
}

.footer-bottom-inner {
  padding: 16px 0;
  text-align: center;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    padding: 12px 0;
    margin: 0 auto;
  }
}
@media (max-width: 1100px) {
  .footer-bottom-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .footer-left {
    display: flex;
    align-items: center;
  }
}

.company-logo {
  display: inline-block;
  width: 165px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .company-logo {
    flex-shrink: 0;
    width: 198px;
  }
}
.company-logo img {
  width: 100%;
}

.footer-links {
  display: flex;
  justify-content: center;
  margin: 11px 0 3px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .footer-links {
    align-items: center;
    margin: 0 0 0 20px;
  }
}
.footer-links > li {
  line-height: 1;
}
.footer-links > li a {
  display: block;
  font-size: 12px;
  line-height: 2.83;
  color: #6f6f6f;
}
.footer-links > li + li {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.footer-links > li + li::before {
  position: absolute;
  top: 50%;
  left: -1px;
  display: block;
  font-size: 10px;
  color: #7f7f7f;
  content: "|";
  transform: translateY(-50%);
}

.copyright {
  display: inline-block;
  font-size: 10px;
  line-height: 1.4;
  color: #6f6f6f;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .copyright br {
    display: none;
  }
}

.breadcrumb {
  display: flex;
  padding: 20px 20px 9px;
  overflow-x: auto;
  font-size: 10px;
  font-weight: 500;
  line-height: 2;
  white-space: nowrap;
  border-bottom: 1px solid #f1f4f5;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .breadcrumb {
    padding: 10px 30px 9px;
    border-bottom: 0;
  }
}
.breadcrumb > li {
  color: #03141a;
}
.breadcrumb > li:first-of-type {
  margin-left: auto;
}
.breadcrumb > li:not(:first-of-type)::before {
  margin: 0 5px;
  color: #828282;
  content: ">";
}
.breadcrumb > li > a {
  color: #828282;
}
.breadcrumb > li br {
  display: none;
}

.content-figure-wrap {
  margin-top: 24px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .content-figure-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.content-figure-wrap figure {
  position: relative;
  width: 100%;
  max-width: calc(100vh - 100px);
  margin-bottom: 40px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .content-figure-wrap figure {
    width: 440px;
  }
}
@media (min-width: 768px) and (max-width: 1139px) and (orientation: portrait), (min-width: 897px) and (max-width: 1139px) and (orientation: landscape) {
  .content-figure-wrap figure {
    width: 48%;
  }
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .content-figure-wrap figure {
    margin-right: auto;
    margin-left: auto;
  }
}
.content-figure-wrap figure + figure {
  margin-top: 80px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .content-figure-wrap figure + figure {
    margin-top: 0;
  }
}
.content-figure-wrap figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.content-figure-wrap figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-figure-wrap figure figcaption {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  line-height: 1.48;
  text-align: center;
  cursor: pointer;
  transform: translateY(100%);
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .content-figure-wrap figure figcaption {
    bottom: -16px;
    font-size: 24px;
    line-height: 1.667;
  }
}
.content-figure-wrap figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.content-figure-wrap + p {
  margin-top: 80px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background: url("../images/icon/play.svg") no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .play-btn {
    width: 140px;
    height: 140px;
  }
}

.video-container-wrap {
  padding: 80px 0;
  background: rgba(112, 190, 87, 0.04);
}

.video-container {
  margin: 0 20px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .video-container {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 939px) and (orientation: portrait), (min-width: 897px) and (max-width: 939px) and (orientation: landscape) {
  .video-container {
    margin: 0 20px;
  }
}
.video-container h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.48;
  color: #111;
  text-align: center;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .video-container h2 {
    font-size: 32px;
    letter-spacing: 0.08em;
  }
}

@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .video-figure-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.video-figure-wrap figure {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .video-figure-wrap figure {
    width: calc(50% - 26px);
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1139px) and (orientation: portrait), (min-width: 897px) and (max-width: 1139px) and (orientation: landscape) {
  .video-figure-wrap figure {
    width: calc(50% - 10px);
  }
}
.video-figure-wrap figure .figure-img {
  position: relative;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  cursor: pointer;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .video-figure-wrap figure .figure-img {
    width: 160px;
    height: 160px;
  }
}
.video-figure-wrap figure img {
  width: 100%;
}
.video-figure-wrap figure figcaption {
  margin-left: 16px;
  font-size: 18px;
  line-height: 1.667;
  color: #03141a;
  cursor: pointer;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .video-figure-wrap figure figcaption {
    margin-left: 24px;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 939px) and (orientation: portrait), (min-width: 897px) and (max-width: 939px) and (orientation: landscape) {
  .video-figure-wrap figure figcaption br {
    display: none;
  }
}
@media (max-width: 374px) {
  .video-figure-wrap figure figcaption br {
    display: none;
  }
}
.video-figure-wrap .play-btn {
  width: 56px;
  height: 56px;
}

.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.5);
}

.video-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: none;
  width: calc(100% - 40px);
  max-width: 483px;
  transform: translate(-50%, -50%);
}
.video-dialog.is-cm {
  max-width: 800px;
}
.video-dialog.is-cm::before {
  padding-top: 56.25%;
}
.video-dialog::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.video-dialog iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-close-btn {
  position: absolute;
  top: -34px;
  right: 0;
  width: 24px;
  height: 24px;
  background: url("../images/icon/close.svg") no-repeat;
  background-size: contain;
}

@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .video-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.video-list > li {
  width: 100%;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .video-list > li {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .video-list > li {
    width: calc(50% - 18px);
  }
  .video-list > li:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}
.video-list > li .figure-img {
  position: relative;
  cursor: pointer;
}
.video-list > li .figure-img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
}
.video-list > li .figure-img img {
  width: 100%;
}
.video-list > li .play-btn {
  z-index: 1;
  width: 56px;
  height: 56px;
}
.video-list > li figcaption {
  margin-top: 10px;
  color: #111;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .video-list > li figcaption {
    margin-top: 16px;
    font-size: 20px;
  }
}

body {
  font-size: 16px;
  line-height: 2;
  color: #626262;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  body {
    font-size: 20px;
    color: #4d4d4d;
  }
}

br.break-pc {
  display: none;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  br.break-pc {
    display: inherit;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  br.break-sp {
    display: none;
  }
}

.disp-inblock {
  display: inline-block;
}

a.underline {
  color: inherit;
  text-decoration: underline;
}

.heading1 {
  position: relative;
  padding: 40px 0 24px;
  margin: 0 20px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.48;
  color: #03141a;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .heading1 {
    max-width: 900px;
    padding: 50px 0 27px;
    margin: 0 auto;
    font-size: 32px;
    letter-spacing: 0.08em;
  }
}
@media (min-width: 768px) and (max-width: 939px) and (orientation: portrait), (min-width: 897px) and (max-width: 939px) and (orientation: landscape) {
  .heading1 {
    margin: 0 20px;
  }
}
.heading1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 58px;
  height: 4px;
  content: "";
  background: #70be57;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .heading1::after {
    width: 108px;
  }
}
.heading1 br {
  display: none;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .heading1 br {
    display: inherit;
  }
}

.heading2 {
  margin-bottom: 20px;
}
.heading2 > span {
  display: block;
  padding: 12px 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.667;
  color: #111;
  background: #fafbfb;
  border-left: 4px solid #70be57;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .heading2 > span {
    padding: 12px 16px;
    font-size: 24px;
  }
}
.heading2 > span.shitehaikenai {
  display: flex;
  align-items: center;
}
.heading2 > span.shitehaikenai::before {
  display: block;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  content: "";
  background: url("../images/icon/shitehaikenai.svg") no-repeat center/contain;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .heading2 > span.shitehaikenai::before {
    width: 40px;
    height: 40px;
  }
}
.heading2 > span small {
  display: block;
  font-size: 14px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .heading2 > span small {
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  .heading2 > span small .disp-inblock {
    display: inline;
  }
}
section + section .heading2, .heading2.section-first {
  margin-top: 60px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  section + section .heading2, .heading2.section-first {
    margin-top: 80px;
  }
}

.heading3 {
  position: relative;
  padding-bottom: 8px;
  padding-left: 16px;
  margin: 24px 0 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.667;
  color: #03141a;
  border-bottom: 1px solid #d3dce0;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .heading3 {
    padding-bottom: 16px;
    margin: 24px 0;
    font-size: 24px;
  }
}
.heading3::before {
  position: absolute;
  top: 10px;
  left: 2px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background: #70be57;
  border-radius: 50%;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .heading3::before {
    top: 18px;
  }
}
.heading3.type-orange {
  padding-bottom: 0;
  font-size: 20px;
  color: #3f3838;
  text-align: left;
  border-bottom: 0;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .heading3.type-orange {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .heading3.type-orange {
    font-size: 24px;
  }
}
.heading3.type-orange::before {
  background: #ec8e00;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .heading3.type-orange::before {
    top: 14px;
  }
}

.heading-color {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.667;
  color: #cb1c4f;
  text-align: center;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .heading-color {
    font-size: 42px;
    line-height: 1.48;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .heading-color.small {
    font-size: 32px;
  }
}

.heading-num {
  display: flex;
  align-items: flex-start;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.48;
  color: #cb1c4f;
  border-bottom: 1px solid #d3dce0;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .heading-num {
    align-items: center;
    margin-bottom: 24px;
    font-size: 22px;
  }
}
.heading-num .num {
  display: block;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
  color: #cb1c4f;
  text-align: center;
  background: #fef8fa;
  border: 1px solid #cb1c4f;
  border-radius: 50%;
}
.heading-num .text {
  display: block;
  padding: 7px 7px 0 0;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .heading-num .text {
    padding: 0 14px 0 0;
  }
}

.announce {
  padding: 8px 20px;
  font-size: 12px;
  line-height: 1.67;
  color: #111;
  background: rgba(230, 77, 9, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .announce {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px 0;
    font-size: 16px;
    line-height: 2;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .announce br {
    display: none;
  }
}
@media (max-width: 374px) {
  .announce br {
    display: none;
  }
}
.announce a {
  color: #0e5279;
  text-decoration: underline;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .announce a:hover {
    opacity: 0.7;
  }
}

.container-wrap {
  padding: 40px 0 0;
  border-top: 1px solid #f1f4f5;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .container-wrap {
    padding-top: 80px;
  }
}

.container {
  margin: 0 20px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .container {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 939px) and (orientation: portrait), (min-width: 897px) and (max-width: 939px) and (orientation: landscape) {
  .container {
    margin: 0 20px;
  }
}

.lead-first {
  margin-bottom: 24px;
}

.lead-last {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #e1e1e1;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .lead-last {
    padding-top: 40px;
    margin-top: 40px;
  }
}

.text-center-bold {
  font-weight: bold;
  color: #111;
  text-align: center;
}

@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .img-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .img-text.half > * {
    width: 50%;
  }
}
.img-text img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .img-text img {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .img-text > * + * {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .img-text > * + * {
    margin-left: 20px;
  }
}
.img-text {
  margin-top: 16px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .img-text {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .img-text .width-450-pc {
    width: 450px;
  }
  .img-text .width-71p-pc {
    width: 71%;
  }
}

.parallel-area {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.parallel-area > li + li {
  margin-left: 20px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .parallel-area > li + li {
    margin-left: 40px;
  }
}

.note {
  font-size: 12px;
  color: #4d4d4d;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .note {
    font-size: 14px;
  }
  .note.pc-80 {
    font-size: 80%;
  }
}

.note-gray {
  margin-top: 8px;
  font-size: 16px;
  color: #828282;
}

.caution {
  position: relative;
  padding-left: 24px;
  margin-top: 8px;
  font-size: 14px;
  color: #4d4d4d;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .caution {
    margin-top: 16px;
  }
}
.caution::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../images/icon/caution.svg") no-repeat center/contain;
}

.list-disc > li {
  position: relative;
  padding-left: 18px;
}
.list-disc > li::before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: #70be57;
  border-radius: 50%;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .list-disc > li::before {
    top: 18px;
  }
}
.list-disc > li + li {
  margin-top: 16px;
}

.definition dt {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .definition dt {
    font-size: 20px;
  }
}
.definition dt::before {
  position: absolute;
  top: 14px;
  left: 2px;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  background: #70be57;
  border-radius: 50%;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .definition dt::before {
    top: 17px;
  }
}
.definition dd {
  color: #4d4d4d;
}
.definition div + div {
  margin-top: 16px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .definition div + div {
    margin-top: 24px;
  }
}

.usage-notes {
  padding: 30px 20px;
  margin-top: 16px;
  background: #fafbfb;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .usage-notes {
    padding: 40px 30px 40px 40px;
    margin-top: 24px;
  }
}
.usage-notes > dt {
  font-size: 16px;
  font-weight: 500;
  color: #111;
}
.usage-notes > dd {
  margin-top: 8px;
  font-size: 16px;
  color: #4d4d4d;
}
.usage-notes > dd li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.usage-notes > dd li + li {
  margin-top: 8px;
}

.pdf-link {
  margin-top: 8px;
  line-height: 1;
  text-align: right;
}
.pdf-link a {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  font-size: 14px;
  line-height: 2;
  color: #4d4d4d;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .pdf-link a {
    text-decoration: underline;
  }
  .pdf-link a:hover {
    opacity: 0.7;
  }
}
.pdf-link a::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: url("../images/icon/pdf.svg") no-repeat;
  transform: translateY(-50%);
}

.color-link {
  color: #cb1c4f;
  text-decoration: underline;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .color-link:hover {
    opacity: 0.7;
  }
}

.palt {
  font-feature-settings: "palt" 1;
}

.text-accent {
  color: #cb1c4f;
}

.nowrap {
  white-space: nowrap;
}

.default-btn, .back-btn, .next-btn, .pdf-btn {
  display: block;
  width: 100%;
  max-width: 320px;
  padding: 14px 0 16px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  color: #cb1c4f;
  text-align: center;
  background: #fff;
  border: 1px solid #cb1c4f;
  border-radius: 40px;
  transition: 0.4s;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .default-btn, .back-btn, .next-btn, .pdf-btn {
    padding: 22px 0 24px;
  }
  .default-btn:hover, .back-btn:hover, .next-btn:hover, .pdf-btn:hover {
    color: #fff;
    background: #cb1c4f;
    border: 1px solid #cb1c4f;
  }
}

.back-btn, .next-btn {
  position: relative;
}
.back-btn::after, .next-btn::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../images/icon/long-arrow-right.svg") no-repeat;
  transition: 0.4s;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .back-btn:hover::after, .next-btn:hover::after {
    background: url("../images/icon/long-arrow-white.svg") no-repeat;
  }
}

.next-btn::after {
  right: 10px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .next-btn::after {
    right: 20px;
  }
}
@media (max-width: 359px) {
  .next-btn.howto-btn {
    font-size: 14px;
  }
}

.back-btn::after {
  left: 10px;
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .back-btn::after {
    left: 20px;
  }
}

.pdf-btn > span {
  position: relative;
  padding-left: 32px;
}
.pdf-btn > span::before {
  position: absolute;
  top: 53%;
  left: 0;
  width: 22px;
  height: 22px;
  content: "";
  background: url("../images/icon/pdf.svg") no-repeat;
  transform: translateY(-50%);
}

@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .button-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .button-wrap button {
    margin: 0;
  }
}
.button-wrap button + button {
  margin-top: 20px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .button-wrap button + button {
    margin: 0 40px 0 0;
  }
}

@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .link-wrap {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .link-wrap a {
    margin: 0;
  }
}
.link-wrap a + a {
  margin-top: 20px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .link-wrap a + a {
    margin: 0 0 0 40px;
  }
}

.buy-list-wrap {
  padding: 30px 20px;
  margin-top: 24px;
  background: #fafbfb;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .buy-list-wrap {
    padding: 40px 0;
  }
}

.buy-list > li + li {
  margin-top: 10px;
}
.buy-list > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #fff;
  border: 1px solid #bacacf;
}
.buy-list > li a img {
  width: 120px;
}
.buy-list > li a img.shc {
  width: 134px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .buy-list > li a img.shc {
    width: 138px;
  }
}
.buy-list > li a img.dealer {
  width: 144px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .buy-list > li a:hover img {
    opacity: 0.7;
  }
}
.cart-btn .buy-list {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  display: none;
  width: 100%;
  padding: 20px 15px 16px;
  background: #cb1c4f;
  border-radius: 0 0 0 10px;
  transform: translateY(100%);
}
@media (min-width: 768px) and (max-width: 939px) and (orientation: portrait), (min-width: 897px) and (max-width: 939px) and (orientation: landscape) {
  .cart-btn .buy-list {
    padding: 20px 10px 16px;
  }
}
.cart-btn .buy-list a {
  height: 41px;
}
.cart-btn .buy-list img {
  width: 82px;
}
@media (min-width: 768px) and (max-width: 1365px) and (orientation: portrait), (min-width: 897px) and (max-width: 1365px) and (orientation: landscape) {
  .cart-btn .buy-list img {
    width: 59px;
  }
}
.cart-btn .buy-list img.shc {
  width: 92px;
}
@media (min-width: 768px) and (max-width: 1365px) and (orientation: portrait), (min-width: 897px) and (max-width: 1365px) and (orientation: landscape) {
  .cart-btn .buy-list img.shc {
    width: 66px;
  }
}
.cart-btn .buy-list img.dealer {
  width: 109px;
}
@media (min-width: 768px) and (max-width: 1365px) and (orientation: portrait), (min-width: 897px) and (max-width: 1365px) and (orientation: landscape) {
  .cart-btn .buy-list img.dealer {
    width: 78px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .buy-list-wrap .buy-list {
    display: flex;
    justify-content: center;
  }
  .buy-list-wrap .buy-list > li {
    width: 190px;
  }
  .buy-list-wrap .buy-list > li + li {
    margin: 0 0 0 17px;
  }
}

.feature-list > li, .faq-list > li, .link-list > li {
  margin-top: 16px;
  border-bottom: 1px solid #e1e1e1;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .feature-list > li, .faq-list > li, .link-list > li {
    margin-top: 40px;
  }
}
.feature-list > li a, .faq-list > li a, .link-list > li a {
  position: relative;
  display: block;
  padding: 9px 24px 24px 0;
  font-size: 16px;
  color: #cb1c4f;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .feature-list > li a, .faq-list > li a, .link-list > li a {
    padding-top: 7px;
    font-size: 20px;
    line-height: 1.54;
    letter-spacing: 0.04em;
  }
}
.feature-list > li a::after, .faq-list > li a::after, .link-list > li a::after {
  position: absolute;
  top: 17px;
  right: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../images/icon/long-arrow-right.svg") no-repeat;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .feature-list > li a::after, .faq-list > li a::after, .link-list > li a::after {
    top: 18px;
    transition: 0.4s;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .feature-list > li a::before, .faq-list > li a::before, .link-list > li a::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 0;
    content: "";
    border-bottom: 1px solid #cb1c4f;
    transition: 0.4s;
  }
  .feature-list > li a span[data-hover], .faq-list > li a span[data-hover], .link-list > li a span[data-hover] {
    position: relative;
    display: block;
    color: transparent;
  }
  .feature-list > li a span[data-hover]::before, .faq-list > li a span[data-hover]::before, .link-list > li a span[data-hover]::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #cb1c4f;
    content: attr(data-hover);
    transition: 0.4s;
  }
  .feature-list > li a span[data-hover]::after, .faq-list > li a span[data-hover]::after, .link-list > li a span[data-hover]::after {
    position: absolute;
    top: 0;
    left: 0;
    color: #cb1c4f;
    content: attr(data-hover);
    opacity: 0;
    transition: 0.4s;
    transform: translateY(50%);
  }
  .feature-list > li a:hover::before, .faq-list > li a:hover::before, .link-list > li a:hover::before {
    width: 100%;
  }
  .feature-list > li a:hover span[data-hover]::before, .faq-list > li a:hover span[data-hover]::before, .link-list > li a:hover span[data-hover]::before {
    opacity: 0;
    transform: translateY(-50%);
  }
  .feature-list > li a:hover span[data-hover]::after, .faq-list > li a:hover span[data-hover]::after, .link-list > li a:hover span[data-hover]::after {
    opacity: 1;
    transform: translateY(0);
  }
  .feature-list > li a:hover::after, .faq-list > li a:hover::after, .link-list > li a:hover::after {
    transform: translateX(-100%);
  }
}
.feature-list > li > span, .faq-list > li > span, .link-list > li > span {
  position: relative;
  display: block;
  padding: 9px 24px 24px 0;
  line-height: 2;
  color: #cb1c4f;
  opacity: 0.4;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .feature-list > li > span, .faq-list > li > span, .link-list > li > span {
    padding: 7px 16px 20px 0;
    line-height: 1.54;
    letter-spacing: 0.04em;
  }
}
.feature-list > li > span::after, .faq-list > li > span::after, .link-list > li > span::after {
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../images/icon/long-arrow-right.svg") no-repeat;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .feature-list > li > span::after, .faq-list > li > span::after, .link-list > li > span::after {
    top: 16px;
    transition: 0.4s;
  }
}

.faq-list > li:first-child {
  margin-top: 0;
}
.faq-list > li a {
  padding: 16px 32px 16px 40px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .faq-list > li a {
    padding-left: 48px;
    font-size: 24px;
    line-height: 1.667;
  }
}
.faq-list > li a::after {
  top: 24px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .faq-list > li a::after {
    top: 28px;
  }
}
.faq-list > li a .faq-no {
  position: absolute;
  top: 17px;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  color: #cb1c4f;
  text-align: center;
  background: #fef8fa;
  border: 1px solid #cb1c4f;
  border-radius: 50%;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .faq-list > li a .faq-no {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 38px;
  }
}

.feature-list {
  margin-top: 24px;
}
.feature-list > li {
  counter-increment: count;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .feature-list > li {
    margin-top: 16px;
  }
}
.feature-list > li:first-child {
  margin-top: 0;
}
.feature-list > li a {
  padding-left: 59px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .feature-list > li a {
    padding-bottom: 17px;
    padding-left: 62px;
    font-size: 22px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .feature-list > li a::after {
    top: 20px;
  }
}
.feature-list > li a .feature-no {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #cb1c4f;
  text-align: center;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .feature-list > li a .feature-no {
    top: 0;
  }
}
.feature-list > li a .feature-no::after {
  position: relative;
  top: -4px;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 1;
  content: counter(count, decimal-leading-zero);
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .feature-list > li a .feature-no::after {
    font-size: 28px;
  }
}

.link-list > li > span, .link-list > li > a {
  padding-bottom: 16px;
}

.card-nav {
  padding: 80px 20px;
  margin-top: 80px;
  background: #fef8fa;
}
.howto-nav + .card-nav {
  margin-top: 0;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .card-nav {
    display: flex;
    justify-content: center;
    padding: 64px 0;
    margin-top: 122px;
  }
}
.card-nav > li {
  padding: 24px 12px;
  margin-top: 16px;
  text-align: center;
  background: #fff;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .card-nav > li:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .card-nav > li {
    display: flex;
    flex-direction: column;
    width: 30%;
    max-width: 432px;
    padding: 50px 16px 54px;
    margin: 0 17.5px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .card-nav > li dl {
    margin-bottom: 22px;
  }
}
.card-nav > li dl > dt {
  position: relative;
  padding-top: 48px;
  font-size: 24px;
  line-height: 40px;
  color: #111;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .card-nav > li dl > dt {
    font-size: 30px;
    line-height: 1.48;
    letter-spacing: 0.08em;
  }
}
.card-nav > li dl > dt::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 40px;
  height: 40px;
  content: "";
  transform: translateX(-50%);
}
.card-nav > li dl > dt[data-name|=buy]::before {
  background: url("../images/icon/cart.svg") no-repeat center/contain;
}
.card-nav > li dl > dt[data-name|=faq]::before {
  background: url("../images/icon/question.svg") no-repeat center/contain;
}
.card-nav > li dl > dt[data-name|=understanding]::before {
  background: url("../images/icon/document.svg") no-repeat;
}
.card-nav > li dl > dd {
  margin-top: 16px;
  font-size: 16px;
  line-height: 2;
  color: #4d4d4d;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .card-nav > li dl > dd {
    margin-top: 20px;
  }
}
.card-nav > li .next-btn {
  margin-top: 16px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .card-nav > li .next-btn {
    margin-top: auto;
  }
}
.faq-nav + .card-nav {
  margin-top: 0;
}

.number-list {
  counter-reset: num;
}
.number-list > li {
  position: relative;
  padding-left: 22px;
  color: #4d4d4d;
}
.number-list > li + li {
  margin-top: 10px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .number-list > li + li {
    margin-top: 20px;
  }
}
.number-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  content: counter(num) ".";
  counter-increment: num;
}
.number-list > li > ol > li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.number-list > li > table {
  margin: 20px 0 20px -22px;
}

.number-list2 > li {
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.number-list2 > li + li {
  margin-top: 8px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .number-list2 > li + li {
    margin-top: 16px;
  }
}

.table-normal {
  width: 100%;
  border-collapse: collapse;
}
.table-normal thead th {
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #03141a;
  text-align: left;
  background: #fafbfb;
  border: 1px solid #e1e1e1;
}
.table-normal tbody td {
  padding: 16px;
  font-size: 16px;
  color: #4d4d4d;
  border: 1px solid #e1e1e1;
}

th.width-130, td.width-130 {
  width: 130px;
}
th.width-222, td.width-222 {
  width: 222px;
}
th.width-226, td.width-226 {
  width: 226px;
}
th.width-250, td.width-250 {
  width: 250px;
}
th.width-520, td.width-520 {
  width: 520px;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  th.width-35p-sp, td.width-35p-sp {
    width: 35%;
  }
  th.width-50p-sp, td.width-50p-sp {
    width: 50%;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  th.width-360-pc, td.width-360-pc {
    width: 360px;
  }
  th.width-540-pc, td.width-540-pc {
    width: 540px;
  }
}

.scroll-table {
  margin-top: 24px;
}
@media (max-width: 939px) {
  .scroll-table table {
    position: relative;
  }
  .scroll-table table::after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 20px;
    height: 1px;
    content: "";
  }
}

.scroll-note {
  display: none;
}
@media (max-width: 919px) {
  .scroll-note {
    display: inherit;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #828282;
  }
}

.scrollarea {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 939px) {
  .scrollarea {
    margin-right: -20px;
  }
}
.scrollarea::-webkit-scrollbar {
  height: 8px;
}
.scrollarea::-webkit-scrollbar-track {
  background: #ebebeb;
  border-radius: 4px;
}
.scrollarea::-webkit-scrollbar-thumb {
  background: #a5a5a5;
  background-clip: content-box;
  border: 2px solid transparent;
  border-radius: 6.5px;
}
.scrollarea table {
  width: 900px;
}
.scrollarea + .annotation {
  padding-left: 1em;
  margin-top: 8px;
  font-size: 16px;
  color: #3f3838;
  text-indent: -1em;
}

.table-ingredient thead th {
  text-align: center;
}
.table-ingredient tbody tr td:nth-of-type(2) {
  text-align: center;
}

.table-color {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.48;
  color: #111;
  border-collapse: collapse;
}
.table-color thead th {
  padding: 16px;
  background: #fff4ec;
  border: 1px solid #d8d8d8;
}
.table-color tbody th {
  padding: 16px 15px;
  font-weight: 500;
  text-align: left;
  background: #fff4ec;
  border: 1px solid #d8d8d8;
}
.table-color tbody td {
  height: 102px;
  padding: 16px;
  text-align: center;
  border: 1px solid #d8d8d8;
}

@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .table-40 tbody td {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .table-40 thead th, .table-40 thead td, .table-40 tbody th, .table-40 tbody td {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.table-numberlist {
  width: calc(100% + 22px);
}

.table-products {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .table-products {
    display: block;
  }
}
.table-products th, .table-products td {
  padding: 16px;
  vertical-align: top;
  border-bottom: 1px solid #e1e1e1;
}
.table-products th {
  padding: 16px 16px 0;
  font-weight: 500;
  color: #111;
  text-align: left;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .table-products th {
    width: 28%;
  }
}
.table-products td {
  padding-left: 0;
}
.table-products tbody tr:first-of-type th {
  border-top: 1px solid #e1e1e1;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .table-products tbody tr:first-of-type td {
    border-top: 1px solid #e1e1e1;
  }
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .table-products tbody, .table-products tr, .table-products th, .table-products td {
    display: block;
  }
  .table-products th {
    padding-left: 0;
    border: 0;
  }
  .table-products td {
    padding-top: 2px;
  }
}

.top-heading1 {
  font-size: inherit;
}

.top-container-wrap h2 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.667;
  color: #cb1c4f;
  text-align: center;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-container-wrap h2 {
    font-size: 42px;
    line-height: 1.48;
    letter-spacing: 0.08em;
  }
}
.top-container-wrap h2 small {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #828282;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-container-wrap h2 small {
    margin-bottom: 2px;
    font-size: 16px;
  }
}

.top-container {
  margin-right: 20px;
  margin-left: 20px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-container {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 1139px) and (orientation: portrait), (min-width: 897px) and (max-width: 1139px) and (orientation: landscape) {
  .top-container {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.top-container p + p {
  margin-top: 24px;
}

.hero {
  position: relative;
}
.hero img {
  width: 100%;
}

.top-feature {
  margin-top: 40px;
  background: url("../images/bg/feature.svg") no-repeat;
  background-position: 30px 80px;
  background-size: 585px 144px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-feature {
    margin-top: 120px;
    background-position: calc(50vw - 326px) 43px;
    background-size: 1201px 294px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-feature h2 {
    margin-bottom: 41px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-feature .feature-list {
    max-width: 525px;
    margin: 0 0 0 25px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-feature .top-lead {
    max-width: 520px;
    margin-right: 30px;
    font-size: 20px;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1139px) and (orientation: portrait), (min-width: 897px) and (max-width: 1139px) and (orientation: landscape) {
  .top-feature .top-lead {
    margin-right: 0;
  }
}

.top-feature-flex {
  margin-bottom: 24px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-feature-flex {
    display: flex;
    align-items: center;
  }
  .top-feature-flex .top-feature-box {
    width: 100%;
  }
}

@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-lead {
    font-size: 24px;
    text-align: center;
  }
}

.top-howto {
  margin-top: 64px;
  background: url("../images/bg/howtouse.svg") no-repeat;
  background-position: 45px 190px;
  background-size: 964px 147px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-howto {
    padding-top: 40px;
    margin-top: 45px;
    background-position: calc(50vw - 600px) 0;
    background-size: 1979px 300px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-howto .top-lead {
    margin-top: 50px;
  }
}
.top-howto .content-figure-wrap {
  margin-top: 35px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-howto .content-figure-wrap {
    margin-top: 30px;
  }
}
.top-howto .content-figure-wrap figure {
  max-width: calc(100vh - 60px);
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-howto .content-figure-wrap figure {
    width: 520px;
  }
}
@media (min-width: 768px) and (max-width: 1139px) and (orientation: portrait), (min-width: 897px) and (max-width: 1139px) and (orientation: landscape) {
  .top-howto .content-figure-wrap figure {
    width: 48%;
  }
}

.top-heparin {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px;
  background: #fef8fa;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-heparin {
    padding-top: 158px;
    padding-bottom: 140px;
    margin-top: 138px;
  }
}
.top-heparin .top-lead {
  margin-bottom: 24px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-heparin .top-lead {
    max-width: 967px;
    margin-right: auto;
    margin-left: auto;
  }
}

.top-faq {
  margin-top: 84px;
  background: url("../images/bg/faq.svg") no-repeat;
  background-position: 52px 250px;
  background-size: 276px 179px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-faq {
    padding-top: 38px;
    margin-top: 140px;
    background-position: calc(50vw + 48px) 0;
    background-size: 565px 365px;
  }
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .top-faq h2 {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
}
.top-faq .faq-list {
  margin-top: 24px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-faq .faq-list {
    margin-top: 158px;
  }
}

.top-rdseries {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fafbfb;
}
.top-rdseries .logo {
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-rdseries .logo {
    margin-bottom: 40px;
  }
}
.top-rdseries .logo > img {
  width: 143px;
}

.top-rdseries-nav {
  margin-bottom: 24px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-rdseries-nav {
    display: flex;
    margin-bottom: 40px;
  }
}
.top-rdseries-nav > li {
  width: 100%;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .top-rdseries-nav > li {
    margin-top: 8px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-rdseries-nav > li {
    width: calc(50% - 20px);
  }
  .top-rdseries-nav > li:nth-of-type(2n) {
    margin-left: 40px;
  }
}
.top-rdseries-nav > li > a {
  position: relative;
  display: flex;
  height: 100%;
  padding: 20px 37px 20px 16px;
  color: #03141a;
  background: #fff;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-rdseries-nav > li > a {
    align-items: center;
    padding: 19px 60px 19px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1139px) and (orientation: portrait), (min-width: 897px) and (max-width: 1139px) and (orientation: landscape) {
  .top-rdseries-nav > li > a {
    padding-right: 48px;
  }
}
.top-rdseries-nav > li > a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../images/icon/long-arrow-right.svg") no-repeat;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-rdseries-nav > li > a::after {
    right: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1139px) and (orientation: portrait), (min-width: 897px) and (max-width: 1139px) and (orientation: landscape) {
  .top-rdseries-nav > li > a::after {
    right: 16px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-rdseries-nav > li > a:hover {
    opacity: 0.7;
  }
}
.top-rdseries-nav > li > a.skin-cream > .img-wrap {
  width: 80px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-rdseries-nav > li > a.skin-cream > .img-wrap {
    width: 82px;
    margin-left: 5px;
  }
}
.top-rdseries-nav > li > a.skin-cream dl {
  margin-left: 8px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-rdseries-nav > li > a.skin-cream dl {
    margin-left: 16px;
  }
}
.top-rdseries-nav > li > a.rinderon > .img-wrap {
  width: 80px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-rdseries-nav > li > a.rinderon > .img-wrap {
    width: 93px;
  }
}
.top-rdseries-nav > li > a.rinderon dl {
  margin-left: 8px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-rdseries-nav > li > a.rinderon dl {
    margin-left: 14px;
  }
}
.top-rdseries-nav > li > a .img-wrap {
  flex-shrink: 0;
}
@media (max-width: 359px) {
  .top-rdseries-nav > li > a .img-wrap {
    flex-shrink: inherit;
  }
}
.top-rdseries-nav > li > a .img-wrap img {
  max-width: 100%;
}
.top-rdseries-nav > li > a dl dt {
  font-weight: bold;
}
.top-rdseries-nav > li > a dl dd {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .top-rdseries-nav > li > a dl dd {
    line-height: inherit;
  }
}

.about-hero {
  margin-bottom: 40px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-hero {
    margin-bottom: 80px;
  }
}
.about-hero > dt {
  width: 100%;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .about-hero > dt {
    text-align: center;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-hero > dt {
    position: relative;
  }
}
.about-hero > dt img {
  width: 100%;
  max-width: 233px;
  height: auto;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-hero > dt img {
    position: absolute;
    top: 0;
    right: 55px;
    width: 233px;
  }
}
.about-hero > dt .heading-color {
  display: block;
  text-align: left;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .about-hero > dt .heading-color {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-hero dd > p {
    max-width: 560px;
  }
}
.about-hero .list-disc {
  margin-top: 16px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-hero .list-disc {
    margin-top: 24px;
  }
}
.about-hero .list-disc li + li {
  margin-top: 8px;
}
.about-hero .note {
  margin-top: 8px;
}

.products > dt > .img-wrap {
  display: block;
  text-align: center;
}
.products > dt > .img-wrap img {
  max-width: 100%;
  height: 100%;
}

.about-points-wrap {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-points-wrap {
    margin-bottom: 40px;
  }
}

.about-points {
  margin: 0 20px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-points {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
  }
}
.about-points section {
  padding: 60px 0;
  counter-increment: count;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-points section {
    position: relative;
    max-width: 675px;
    padding: 60px 0 80px;
  }
  .about-points section::before {
    position: absolute;
    top: 80px;
    right: 24px;
    display: block;
    content: "";
  }
  .about-points section[data-name="01"]::before {
    width: 155px;
    height: 133px;
    background: url("../images/bg/01.svg") no-repeat;
  }
  .about-points section[data-name="02"]::before {
    width: 208px;
    height: 134px;
    background: url("../images/bg/02.svg") no-repeat;
  }
  .about-points section[data-name="03"]::before {
    width: 207px;
    height: 133px;
    background: url("../images/bg/03.svg") no-repeat;
  }
  .about-points section p {
    position: relative;
  }
}
.about-points section:not(:last-of-type) {
  border-bottom: 1px solid #e1e1e1;
}
.about-points section:last-of-type {
  padding-bottom: 0;
}
.about-points section img {
  width: 100%;
}
.about-points section img.img-triple {
  display: block;
  max-width: 223px;
  margin: 10px auto 0;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-points section img.img-triple {
    margin: 0;
  }
}
.about-points h2 {
  position: relative;
  padding-top: 22px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.667;
  color: #cb1c4f;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-points h2 {
    font-size: 32px;
    line-height: 1.48;
    letter-spacing: 0.08em;
  }
}
.about-points h2::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 2px;
  font-weight: normal;
  content: "";
  background: #cb1c4f;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-points h2::before {
    width: 56px;
  }
}
.about-points h2 span {
  display: block;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #cb1c4f;
  letter-spacing: 0;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-points h2 span {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 34px;
  }
}
.about-points h2 span::after {
  margin-left: 4px;
  font-size: 20px;
  content: counter(count, decimal-leading-zero);
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-points h2 span::after {
    font-size: 26px;
  }
}
.about-points h2 + * {
  margin-top: 24px;
}
.about-points .next-btn {
  margin-top: 24px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-points .next-btn {
    margin: 24px 0 0;
  }
}

.about-points-nav {
  display: none;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-points-nav {
    position: sticky;
    top: 100px;
    display: block;
    width: 350px;
    margin: 20px 0 0 -11.67vw;
  }
  .about-points-nav > li {
    margin-top: 20px;
    text-align: right;
  }
  .about-points-nav > li:first-of-type {
    margin-top: 40px;
  }
  .about-points-nav > li a {
    display: inline-block;
    font-size: 20px;
    color: #03141a;
  }
  .about-points-nav > li a:hover {
    opacity: 0.7;
  }
  .about-points-nav > li a br {
    display: none;
  }
}
@media (min-width: 768px) and (orientation: portrait) and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 768px) and (orientation: portrait) and (min-width: 897px) and (max-width: 1024px) and (orientation: landscape), (min-width: 897px) and (orientation: landscape) and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) and (min-width: 897px) and (max-width: 1024px) and (orientation: landscape) {
  .about-points-nav > li a br {
    display: block;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-points-nav > li.current a {
    position: relative;
  }
  .about-points-nav > li.current a::after {
    position: absolute;
    top: 12px;
    right: -24px;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    background: url("../images/icon/long-arrow-blue.svg") no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 1365px) and (orientation: portrait), (min-width: 897px) and (max-width: 1365px) and (orientation: landscape) {
  .about-points-nav {
    top: 90px;
    width: 310px;
  }
}
@media (min-width: 768px) and (max-width: 1139px) and (orientation: portrait), (min-width: 897px) and (max-width: 1139px) and (orientation: landscape) {
  .about-points-nav {
    width: 250px;
    margin-left: -70px;
  }
}
@media (min-width: 768px) and (max-width: 939px) and (orientation: portrait), (min-width: 897px) and (max-width: 939px) and (orientation: landscape) {
  .about-points-nav {
    flex-shrink: 0;
    margin-right: 33px;
    margin-left: 20px;
  }
}

@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-points-imgtxt {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .about-points-imgtxt > * + * {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-points-imgtxt > * + * {
    margin-left: 24px;
  }
}

.img-triple-big {
  display: block;
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: 0 auto 40px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .img-triple-big {
    max-width: 483px;
  }
}

.about-effect {
  margin-bottom: 40px;
}
.about-effect > li {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-effect > li {
    padding-bottom: 24px;
  }
}
.about-effect > li + li {
  margin-top: 16px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-effect > li + li {
    margin-top: 24px;
  }
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .about-effect div {
    flex-shrink: 0;
    width: 20%;
    max-width: 117px;
  }
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .about-effect div img {
    width: 100%;
    max-width: 117px;
    height: auto;
  }
}
.about-effect dl {
  margin-left: 16px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-effect dl {
    margin-left: 40px;
  }
}
.about-effect dl > dt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.667;
  color: #111;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-effect dl > dt {
    font-size: 24px;
  }
}
.about-effect dl > dd {
  margin-top: 8px;
  font-size: 16px;
  color: #4d4d4d;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .about-effect dl > dd {
    font-size: 20px;
  }
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .about-effect dl > dd .palt {
    font-feature-settings: inherit;
  }
}

.package-point {
  margin-top: 40px;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .package-point > li img {
    display: block;
    margin: 20px auto 0;
  }
}
.package-point > li + li {
  margin-top: 40px;
}

.howto-hero {
  margin-bottom: 40px;
}
.howto-hero > dt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.48;
  color: #cb1c4f;
  text-align: center;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .howto-hero > dt {
    font-size: 42px;
    letter-spacing: 0.08em;
  }
}
.howto-hero > dd {
  margin-top: 22px;
  font-size: 16px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .howto-hero > dd {
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .howto-hero > dd .palt {
    font-feature-settings: inherit;
  }
}
.howto-hero > dd img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .howto-hero > dd img {
    display: block;
    max-width: 335px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .howto-hero > dd img {
    margin-top: 60px;
  }
}
.howto-hero > dd aside {
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .howto-hero > dd aside {
    margin-top: 40px;
  }
}

.howto-nav {
  padding: 80px 20px;
  margin-top: 60px;
  background: #fafbfb;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .howto-nav {
    padding: 80px 0;
    margin-top: 80px;
  }
}
.howto-nav > dt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.48;
  color: #03141a;
  text-align: center;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .howto-nav > dt {
    font-size: 32px;
    letter-spacing: 0.08em;
  }
  .howto-nav > dt br {
    display: none;
  }
}
.howto-nav > dd {
  margin-top: 40px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .howto-nav > dd {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 939px) and (orientation: portrait), (min-width: 897px) and (max-width: 939px) and (orientation: landscape) {
  .howto-nav > dd {
    margin: 0 20px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .howto-nav > dd .link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .howto-nav > dd .link-list > li {
    width: 48%;
  }
  .howto-nav > dd .link-list > li:nth-of-type(2n) {
    margin-left: 4%;
  }
}

@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .storage-handling {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .storage-handling > ol {
    width: 50%;
    max-width: 450px;
  }
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .storage-handling > div {
    text-align: center;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .storage-handling > div {
    width: 44.4%;
    max-width: 399px;
    margin-top: 0;
  }
}
.storage-handling > div img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .storage-handling > div img {
    margin-top: 0;
  }
}

.title-box {
  margin-top: 16px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .title-box {
    margin-top: 24px;
  }
}
.title-box dt {
  padding: 10px;
  font-size: 20px;
  line-height: 1.667;
  color: #111;
  text-align: center;
  background: #ffeee3;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .title-box dt {
    padding: 16px;
    font-size: 24px;
  }
}
.title-box dd {
  background: #fafbfb;
  border-radius: 0 0 10px 10px;
}
.title-box dd img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .title-box dd img {
    height: auto;
  }
}
.title-box dd .inner {
  padding: 16px 20px 30px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .title-box dd .inner {
    padding: 24px 40px 40px;
  }
}
.title-box dd .inner img {
  margin-top: 24px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .title-box dd .inner img {
    margin-top: 40px;
  }
}

.img-banner-rinderon {
  display: block;
  width: 100%;
  height: auto;
  margin: 24px auto 0;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .img-banner-rinderon {
    max-width: 335px;
  }
}

.howto-illust-symptoms {
  margin-bottom: 40px;
}
.howto-illust-symptoms li {
  width: 48%;
  max-width: 273px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .howto-illust-symptoms li {
    width: 273px;
  }
}
.howto-illust-symptoms li img {
  display: block;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .howto-illust-symptoms li img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0 auto;
  }
}
.howto-illust-symptoms li + li {
  margin-left: 20px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .howto-illust-symptoms li + li {
    margin-left: 40px;
  }
}
@media (max-width: 359px) {
  .howto-illust-symptoms li + li {
    margin-left: 4%;
  }
}
.howto-illust-symptoms .img-caption {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #4d4d4d;
  text-align: center;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .howto-illust-symptoms .img-caption {
    margin-top: 16px;
    font-size: 16px;
  }
}

.faq-answer-container {
  padding-bottom: 40px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .faq-answer-container {
    padding-bottom: 80px;
  }
}
.faq-answer-container .number-list2 {
  margin-top: 8px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .faq-answer-container .number-list2 {
    margin-top: 16px;
  }
}
.faq-answer-container .number-list2 > li + li {
  margin-top: 0;
}
.faq-answer-container .number-list2 + p {
  margin-top: 8px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .faq-answer-container .number-list2 + p {
    margin-top: 16px;
  }
}
.faq-answer-container img {
  display: block;
  width: 100%;
  margin: 16px auto;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .faq-answer-container img {
    margin: 40px auto 0;
  }
}
.faq-answer-container img[data-name=a9] {
  max-width: 498.5px;
}

.faq-answer {
  position: relative;
  padding-left: 46px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .faq-answer {
    padding-left: 56px;
  }
}
.faq-answer::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
  color: #cb1c4f;
  text-align: center;
  content: "A";
  background: #fef8fa;
  border: 1px solid #cb1c4f;
  border-radius: 50%;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .faq-answer::before {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 38px;
  }
}
.faq-answer p + p {
  margin-top: 8px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .faq-answer p + p {
    margin-top: 16px;
  }
}

.faq-nav {
  padding: 60px 20px 80px;
  margin-top: 40px;
  background: #fafbfb;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .faq-nav {
    margin-top: 80px;
  }
}
.faq-nav > dt {
  font-size: 24px;
  line-height: 1.48;
  color: #03141a;
  text-align: center;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .faq-nav > dt {
    font-size: 32px;
    letter-spacing: 0.08em;
  }
}
.faq-nav > dd {
  margin-top: 40px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .faq-nav > dd {
    max-width: 900px;
    margin: 60px auto 0;
  }
}

.boxarea {
  padding: 30px 16px;
  margin-top: 24px;
  text-align: center;
  background: #fafbfb;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .boxarea {
    padding: 40px 0 35px;
    margin-top: 40px;
  }
}
.boxarea > dt {
  margin-bottom: 16px;
  font-size: 18px;
  color: #111;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .boxarea > dt {
    font-size: 20px;
    letter-spacing: 0.08em;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .boxarea dd .imgarea {
    display: flex;
    justify-content: center;
  }
}
.boxarea dd .imgarea > img {
  display: block;
}
@media (max-width: 767px) and (orientation: portrait), (max-width: 896px) and (orientation: landscape) {
  .boxarea dd .imgarea > img {
    margin: 0 auto;
  }
}
.boxarea dd .imgarea + p {
  margin-top: 16px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .boxarea dd .imgarea + p {
    font-size: 16px;
  }
}
.boxarea dd .pdf-btn {
  margin-top: 16px;
}
.boxarea dd .title {
  margin-bottom: 16px;
  line-height: 1.48;
  letter-spacing: 0.08em;
}
.boxarea dd .title.pink {
  color: #cb1c4f;
}

.dealer-search {
  padding: 30px 0 40px;
  margin-top: 24px;
  color: #4d4d4d;
  text-align: center;
  background: #fafbfb;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .dealer-search br {
    display: none;
  }
}
.dealer-search a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 60px;
  margin-top: 16px;
  background: #fff;
  border: 1px solid #bacacf;
}
.dealer-search a img {
  width: 152px;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .dealer-search a:hover img {
    opacity: 0.7;
  }
}

.cm-container-wrap {
  margin-top: -40px;
  background: url("../images/cm/comming-soon.png") no-repeat center/cover;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .cm-container-wrap {
    margin-top: -80px;
  }
}
.cm-container-wrap .container {
  padding: 40px 0;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .cm-container-wrap .container {
    padding: 80px 0;
  }
}
.cm-container-wrap dd p {
  line-height: 1.667;
  text-align: center;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 897px) and (orientation: landscape) {
  .cm-container-wrap dd p {
    font-size: 24px;
  }
}
.cm-container-wrap dd .back-btn {
  margin-top: 24px;
}
.cm-container-wrap + .card-nav {
  margin-top: 0;
}
