/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

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

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: 0.35em 0.75em 0.625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

*,
*::before,
*::after {
  box-sizing: border-box
}

html {
  font-size: 62.5%
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
  html {
    font-size: calc(100vw / 112)
  }
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  font-size: 1.6rem;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}

body.is-hidden {
  overflow: hidden
}

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

p {
  margin: 0 0 1.2em;
  line-height: 1.8
}

p:last-child {
  margin-bottom: 0
}

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

dl,
dl dd {
  margin: 0
}

table {
  border-collapse: collapse
}

figure {
  margin: 0
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}

fieldset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  border: none
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  border: none;
  background: inherit;
  cursor: pointer
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=url]:focus,
textarea:focus {
  background-color: #d9f6ff
}

.material-icons::after {
  content: attr(data-icon)
}

@media (min-width: 768px) {
  a {
    cursor: pointer;
    -webkit-transition: 0.2s all;
    transition: 0.2s all
  }

  .sp-view {
    display: none !important
  }
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem
  }

  .pc-view {
    display: none !important
  }
}

.l-btns {
  display: -webkit-box;
  display: flex
}

@media (max-width: 767px) {
  .l-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center
  }
}

.l-btns.-center {
  -webkit-box-pack: center;
  justify-content: center
}

.l-btns.-right {
  -webkit-box-pack: end;
  justify-content: flex-end
}

.l-btns__item:not(:last-child) {
  margin-right: 16px
}

.l-btns a {
  margin: 0 16px
}

@media (max-width: 767px) {
  .l-btns a {
    margin: 0 auto 24px
  }
}

.l-cards {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -4% 0 0 -2%
}

.l-cards__item {
  margin: 4% 0 0 2%
}

.l-cards__item.-col-3 {
  width: calc(94% / 3)
}

.l-cards__item.-col-4 {
  width: calc(92% / 4)
}

@media (max-width: 767px) {
  .l-cards__item.-sp-col-1 {
    width: 100%
  }

  .l-cards__item.-sp-col-2 {
    width: 48%
  }
}

.l-cards.-center {
  -webkit-box-pack: center;
  justify-content: center
}

.l-contact-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  padding: 24px
}

.l-contact-card__heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1em
}

.l-contact-card__heading img {
  margin-right: 4px
}

.l-contact-card__btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: auto
}

.l-contact-card__tel {
  font-size: 4rem;
  font-weight: bold;
  color: #373751;
  text-align: center;
  margin-bottom: 16px
}

@media (max-width: 767px) {
  .l-contact-card__tel {
    font-size: 3.2rem
  }
}

.l-contact-card__tel a {
  color: #373751
}

.l-footer {
  position: relative
}

.l-footer__pagetop {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background: #FFDB65;
  position: absolute;
  top: 0;
  right: 0
}

.l-footer__pagetop:hover {
  background: #EDEDF3
}

@media (max-width: 767px) {
  .l-footer__pagetop {
    width: 48px;
    height: 48px
  }
}

.l-footer__pagetop::after {
  content: "expand_less";
  color: #373751;
  font-size: 4.8rem;
  font-weight: 500;
  font-family: "material icons";
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  font-feature-settings: "liga"1, "dlig"1;
  -webkit-font-smoothing: antialiased
}

@media (max-width: 767px) {
  .l-footer__pagetop::after {
    font-size: 4rem
  }
}

.l-footer__pagetop span {
  width: 0;
  height: 0;
  text-indent: -9999px
}

.l-footer__top {
  padding: 60px 16px 80px;
  background: #373751;
  color: #fff
}

@media (max-width: 767px) {
  .l-footer__top {
    padding: 40px 16px 32px
  }
}

.l-footer__inner {
  max-width: 1060px;
  margin: 0 auto;
  position: relative
}

.l-footer__inner.-bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between
}

@media (max-width: 767px) {
  .l-footer__inner.-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
}

.l-footer__logo {
  margin-bottom: 80px
}

@media (max-width: 767px) {
  .l-footer__logo {
    margin-bottom: 40px
  }

  .l-footer__logo img {
    width: 70%;
    min-width: 200px
  }
}

.l-footer__bottom {
  padding: 8px 16px
}

.l-footer__address {
  font-size: 1.4rem
}

@media (max-width: 767px) {
  .l-footer__address {
    font-size: 1.2rem;
    text-align: center
  }
}

.l-footer__copyright {
  font-size: 1rem
}

.l-footer-sitemap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between
}

@media (max-width: 767px) {
  .l-footer-sitemap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
}

@media (min-width: 768px) {
  .l-footer-sitemap__col {
    width: 30%
  }

  .l-footer-sitemap__col:not(:last-child) {
    margin-right: 5%
  }
}

@media (max-width: 767px) {
  .l-footer-sitemap__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
  }
}

.l-footer-sitemap__list li {
  position: relative
}

.l-footer-sitemap__list li::before {
  content: "chevron_right";
  position: absolute;
  top: -0.2em;
  left: 0;
  font-size: 2rem;
  font-weight: 500;
  font-family: "material icons";
  font-feature-settings: "liga"1, "dlig"1;
  -webkit-font-smoothing: antialiased
}

@media (max-width: 767px) {
  .l-footer-sitemap__list li {
    width: 50%
  }
}

.l-footer-sitemap__list li:not(:last-child) {
  margin-bottom: 16px
}

.l-footer-sitemap__list li a {
  color: #fff;
  position: relative;
  padding-left: 2rem;
  display: block
}

.l-footer-sitemap__list li a:hover {
  text-decoration: underline
}

@media (min-width: 768px) {
  .l-gnav {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse
  }

  .l-gnav__main {
    display: -webkit-box;
    display: flex
  }

  .l-gnav__main li {
    font-size: 1.6rem;
    font-weight: 700
  }

  .l-gnav__main li:nth-child(1),
  .l-gnav__main li:nth-child(2),
  .l-gnav__main li:nth-child(3) {
    margin-right: 24px
  }

  .l-gnav__main li>a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #373751;
    padding: 8px 0;
    line-height: 1.4;
    position: relative
  }

  .l-gnav__main li>a::after {
    content: "";
    width: 0;
    height: 2px;
    background: #373751;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
    -webkit-transition: 0.2s all;
    transition: 0.2s all
  }

  .l-gnav__main li>a:hover::after {
    width: 100%
  }

  .l-gnav__main li>a i {
    font-size: 2rem
  }

  .l-gnav__main li>a.-active i {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
  }

  .l-gnav__main-lower {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #EDEDF3;
    border-bottom: 1px solid #ccc;
    padding: 8px 16px
  }

  .l-gnav__main-lower ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
  }

  .l-gnav__main-lower ul>li {
    position: relative
  }

  .l-gnav__main-lower ul>li:not(:last-child) {
    margin-right: 48px
  }

  .l-gnav__main-lower ul>li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 24px;
    background: #ccc;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -24px
  }

  .l-gnav__main-lower ul>li a {
    line-height: 1.4
  }

  .l-gnav__sub {
    display: -webkit-box;
    display: flex
  }

  .l-gnav__sub li {
    font-size: 1.4rem;
    position: relative
  }

  .l-gnav__sub li:first-child {
    margin-right: 32px
  }

  .l-gnav__sub li:first-child::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #ccc;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -16px
  }

  .l-gnav__sub li a {
    line-height: 1.4
  }

  .l-gnav__sub li a:hover {
    text-decoration: underline
  }

  .l-gnav__close-btn {
    display: none
  }
}

@media (max-width: 767px) {
  .l-gnav {
    display: none;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 54px;
    left: 0
  }

  .l-gnav__main {
    padding: 16px;
    font-size: 1.6rem;
    font-weight: 700
  }

  .l-gnav__main>li {
    display: block;
    width: 100%;
    position: relative
  }

  .l-gnav__main>li:first-child {
    border-bottom: 1px dotted #373751;
    padding-bottom: 8px;
    margin-bottom: 8px
  }

  .l-gnav__main>li>a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 40px
  }

  .l-gnav__main>li>a.-active i {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
  }

  .l-gnav__main>li:not(:nth-child(3))::after {
    content: "chevron_right";
    font-size: 2rem;
    font-weight: 500;
    font-family: "material icons";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    font-feature-settings: "liga"1, "dlig"1;
    -webkit-font-smoothing: antialiased
  }

  .l-gnav__main-lower {
    display: none;
    background: #EDEDF3;
    margin-bottom: 8px
  }

  .l-gnav__main-lower li {
    display: block;
    width: 100%
  }

  .l-gnav__main-lower li>a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 16px;
    position: relative
  }

  .l-gnav__main-lower li>a::after {
    content: "chevron_right";
    font-size: 2rem;
    font-weight: 500;
    font-family: "material icons";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 8px;
    font-feature-settings: "liga"1, "dlig"1;
    -webkit-font-smoothing: antialiased
  }

  .l-gnav__sub {
    padding: 0 16px 16px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
  }

  .l-gnav__sub li {
    position: relative
  }

  .l-gnav__sub li:not(:last-child) {
    width: 50%
  }

  .l-gnav__sub li:first-child::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #ccc;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 16px
  }

  .l-gnav__close-btn {
    width: 100%;
    height: 48px;
    background: #373751;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
  }

  .l-gnav__close-btn i {
    font-size: 2rem;
    margin-right: 8px
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  padding: 0 16px
}

@media (max-width: 767px) {
  .l-header {
    padding: 0;
    border-bottom: 1px solid #ccc
  }
}

.l-header.-shrinked {
  border-bottom: 1px solid #ccc
}

.l-header__inner {
  height: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  background: #fff
}

@media (max-width: 767px) {
  .l-header__inner {
    height: 54px;
    padding: 0 0 0 16px
  }
}

.l-header__bg {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1
}

@media (min-width: 768px) {
  .l-header__bg {
    display: none !important
  }
}

.l-header__logo {
  max-width: 274px;
  min-width: 140px;
  width: 25vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.l-header__nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

@media (min-width: 768px) {
  .l-header__cart {
    margin-left: 32px
  }
}

@media (max-width: 767px) {
  .l-header__cart {
    margin-right: 8px
  }
}

.l-header__cart-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 160px;
  height: 40px;
  background: #FFDB65;
  color: #373751;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 700
}

.l-header__cart-btn i {
  font-size: 1.6rem;
  margin-right: 4px
}

@media (max-width: 767px) {
  .l-header__cart-btn {
    width: 40px
  }

  .l-header__cart-btn i {
    margin-right: 0
  }
}

.l-header__cart-btn:hover {
  background: #EDEDF3
}

.l-header-menu-btn {
  width: 54px;
  height: 54px;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center
}

@media (min-width: 768px) {
  .l-header-menu-btn {
    display: none
  }
}

.l-header-menu-btn__icon {
  display: block;
  width: 26px;
  height: 20px;
  position: relative
}

.l-header-menu-btn__line {
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 1px;
  background: #373751;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all
}

.l-header-menu-btn__line:first-child {
  top: 0
}

.l-header-menu-btn__line:nth-child(2) {
  top: 9px
}

.l-header-menu-btn__line:nth-child(3) {
  top: 18px
}

.l-header-menu-btn.-active .l-header-menu-btn__line:first-child {
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.l-header-menu-btn.-active .l-header-menu-btn__line:nth-child(2) {
  opacity: 0
}

.l-header-menu-btn.-active .l-header-menu-btn__line:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.l-heading {
  position: relative
}

.l-heading h1 {
  position: relative;
  z-index: 2;
  padding: 90px 0;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  color: #fff
}

@media (max-width: 767px) {
  .l-heading h1 {
    font-size: 3.2rem;
    padding: 40px 3%
  }
}

.l-heading::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #373751;
  opacity: 0.7
}

.l-heading.-developer {
  background: url(../img/special/developer/bg_dev.png);
  background-size: cover
}

.l-heading.-professional {
  background: url(../img/special/developer/bg_dev.png);
  background-size: cover
}

.l-heading.-voice {
  background: url(../img/special/developer/bg_dev.png);
  background-size: cover
}

.l-image-layout,
.l-image-layout--one-third {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center
}

.l-image-layout.-reverse,
.-reverse.l-image-layout--one-third {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse
}

@media (max-width: 767px) {

  .l-image-layout.-reverse,
  .-reverse.l-image-layout--one-third {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
}

@media (max-width: 767px) {

  .l-image-layout,
  .l-image-layout--one-third {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
}

.l-image-layout__image {
  width: 46%
}

@media (max-width: 767px) {
  .l-image-layout__image {
    width: 100%;
    margin-bottom: 16px
  }
}

.l-image-layout__text {
  width: 50%
}

@media (max-width: 767px) {
  .l-image-layout__text {
    width: 100%
  }
}

.l-image-layout--one-third {
  -webkit-box-align: start;
  align-items: flex-start
}

.l-image-layout--one-third__image {
  width: 29%
}

@media (max-width: 767px) {
  .l-image-layout--one-third__image {
    width: 100%;
    margin-bottom: 16px;
    text-align: center
  }
}

.l-image-layout--one-third__text {
  width: 67%
}

@media (max-width: 767px) {
  .l-image-layout--one-third__text {
    width: 100%
  }
}

.l-wrap {
  overflow: hidden;
  position: relative;
  width: 100%
}

.l-contents {
  margin-top: 80px
}

@media (max-width: 767px) {
  .l-contents {
    margin-top: 54px
  }
}

.l-section {
  padding: 80px 0
}

@media (max-width: 767px) {
  .l-section {
    padding: 56px 0
  }
}

.l-section.-pb0 {
  padding-bottom: 0
}

.l-section.-pt40 {
  padding-top: 40px
}

@media (max-width: 767px) {
  .l-section.-pt40 {
    padding-top: 24px
  }
}

.l-section.-p40 {
  padding: 40px 0
}

@media (max-width: 767px) {
  .l-section.-p40 {
    padding: 24px 0
  }
}

.l-section.-p0 {
  padding: 0
}

.l-section.-gray {
  background: #EDEDF3
}

.l-section.-graylighten {
  background: #F5F5F5
}

.l-section.-navy {
  background: #373751
}

.l-block,
.l-block--post-area {
  padding: 0 16px
}

.l-block:not(:last-child),
.l-block--post-area:not(:last-child) {
  margin-bottom: 96px
}

@media (max-width: 767px) {

  .l-block:not(:last-child),
  .l-block--post-area:not(:last-child) {
    margin-bottom: 56px
  }
}

.l-block__inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto
}

.l-block__inner.-narrow {
  max-width: 960px
}

.l-block--post-area p {
  margin-bottom: 32px
}

@media (max-width: 767px) {
  .l-block--post-area p {
    margin-bottom: 16px
  }
}

.ec-layoutRole__main {
  margin-bottom: 80px
}

@media (max-width: 767px) {
  .ec-layoutRole__main {
    margin-bottom: 40px
  }
}

.ec-orderRole .h1,
.ec-orderRole .h2,
.ec-orderRole .h3,
.ec-orderRole h1,
.ec-orderRole h2,
.ec-orderRole h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

.c-border-block {
  padding: 20px 20px 0px;
  border: 1px solid #ccc
}

.c-box {
  display: block;
  width: 100%;
  padding: 4%
}

@media (max-width: 767px) {
  .c-box {
    padding: 16px
  }
}

.c-box.-white {
  background: #fff
}

.c-box.-gray {
  background: #EDEDF3
}

.c-box.-narrow {
  padding: 6%
}

.c-box.-wide {
  padding: 2%
}

.c-box.-danger {
  background: #ffefef
}

.c-box.-border {
  border: 1px solid #ccc
}

.c-box.-rounded {
  border-radius: 5px
}

.c-box.-rounded15 {
  border-radius: 15px
}

.c-box__warranty-title {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px
}

.c-box__warranty-title span {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #FFDB65)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #FFDB65 0%) repeat scroll 0 0
}

@media (max-width: 767px) {
  .c-box__warranty-title {
    font-size: 3rem
  }
}

.c-box__warranty-text {
  font-size: 1.8rem;
  text-align: center
}

@media (max-width: 767px) {
  .c-box__warranty-text {
    font-size: 1.6rem;
    text-align: left
  }
}

.c-box__warranty-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center
}

.c-btns {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center
}

.c-btns .c-btn,
.c-btns .c-btn--prev,
.c-btns .other-future-list__items a,
.other-future-list__items .c-btns a,
.c-btns .purpose-future-list__items a,
.purpose-future-list__items .c-btns a,
.c-btns .price-future-list__items a,
.price-future-list__items .c-btns a,
.c-btns .category-future-list__items a,
.category-future-list__items .c-btns a {
  margin: 0 20px
}

.c-btn,
.c-btn--prev,
.other-future-list__items a,
.purpose-future-list__items a,
.price-future-list__items a,
.category-future-list__items a {
  width: 210px;
  height: 48px;
  background: #373751;
  border: 1px solid #373751;
  border-radius: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  position: relative;
  -webkit-transition: 0.2s all;
  transition: 0.2s all
}

@media (max-width: 767px) {

  .c-btn,
  .c-btn--prev,
  .other-future-list__items a,
  .purpose-future-list__items a,
  .price-future-list__items a,
  .category-future-list__items a {
    width: 100%;
    max-width: 210px
  }
}

.c-btn.-center,
.-center.c-btn--prev,
.other-future-list__items a.-center,
.purpose-future-list__items a.-center,
.price-future-list__items a.-center,
.category-future-list__items a.-center {
  margin: 0 auto
}

.c-btn.-w280,
.-w280.c-btn--prev,
.other-future-list__items a.-w280,
.purpose-future-list__items a.-w280,
.price-future-list__items a.-w280,
.category-future-list__items a.-w280 {
  width: 280px
}

@media (max-width: 767px) {

  .c-btn.-w280,
  .-w280.c-btn--prev,
  .other-future-list__items a.-w280,
  .purpose-future-list__items a.-w280,
  .price-future-list__items a.-w280,
  .category-future-list__items a.-w280 {
    width: 100%;
    max-width: 280px
  }
}

.c-btn.-w250,
.-w250.c-btn--prev,
.other-future-list__items a.-w250,
.purpose-future-list__items a.-w250,
.price-future-list__items a.-w250,
.category-future-list__items a.-w250 {
  width: 250px
}

@media (max-width: 767px) {

  .c-btn.-w250,
  .-w250.c-btn--prev,
  .other-future-list__items a.-w250,
  .purpose-future-list__items a.-w250,
  .price-future-list__items a.-w250,
  .category-future-list__items a.-w250 {
    width: 100%;
    max-width: 250px
  }
}

.c-btn.-w350,
.-w350.c-btn--prev,
.other-future-list__items a.-w350,
.purpose-future-list__items a.-w350,
.price-future-list__items a.-w350,
.category-future-list__items a.-w350 {
  width: 350px
}

@media (max-width: 767px) {

  .c-btn.-w350,
  .-w350.c-btn--prev,
  .other-future-list__items a.-w350,
  .purpose-future-list__items a.-w350,
  .price-future-list__items a.-w350,
  .category-future-list__items a.-w350 {
    width: 100%;
    max-width: 400px
  }
}

.c-btn.-w400,
.-w400.c-btn--prev,
.other-future-list__items a.-w400,
.purpose-future-list__items a.-w400,
.price-future-list__items a.-w400,
.category-future-list__items a.-w400 {
  width: 400px
}

@media (max-width: 767px) {

  .c-btn.-w400,
  .-w400.c-btn--prev,
  .other-future-list__items a.-w400,
  .purpose-future-list__items a.-w400,
  .price-future-list__items a.-w400,
  .category-future-list__items a.-w400 {
    width: 100%;
    max-width: 400px
  }
}

.c-btn.-border,
.-border.c-btn--prev,
.other-future-list__items a.-border,
.purpose-future-list__items a.-border,
.price-future-list__items a.-border,
.category-future-list__items a.-border {
  background: #fff;
  color: #373751
}

.c-btn.-border2,
.-border2.c-btn--prev,
.other-future-list__items a.-border2,
.purpose-future-list__items a.-border2,
.price-future-list__items a.-border2,
.category-future-list__items a.-border2 {
  background: #fff;
  color: #373751;
  border-width: 2px
}

.c-btn::after,
.c-btn--prev::after,
.other-future-list__items a::after,
.purpose-future-list__items a::after,
.price-future-list__items a::after,
.category-future-list__items a::after {
  content: "chevron_right";
  font-size: 2rem;
  font-weight: 500;
  font-family: "material icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 8px;
  font-feature-settings: "liga"1, "dlig"1;
  -webkit-font-smoothing: antialiased
}

.c-btn.-large,
.-large.c-btn--prev,
.other-future-list__items a.-large,
.purpose-future-list__items a.-large,
.price-future-list__items a.-large,
.category-future-list__items a.-large {
  width: 360px;
  height: 80px;
  border-radius: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}

.c-btn.-large::after,
.-large.c-btn--prev::after,
.other-future-list__items a.-large::after,
.purpose-future-list__items a.-large::after,
.price-future-list__items a.-large::after,
.category-future-list__items a.-large::after {
  font-size: 3.2rem
}

@media (max-width: 767px) {

  .c-btn.-large,
  .-large.c-btn--prev,
  .other-future-list__items a.-large,
  .purpose-future-list__items a.-large,
  .price-future-list__items a.-large,
  .category-future-list__items a.-large {
    width: 100%;
    max-width: 360px
  }
}

.c-btn:hover,
.c-btn--prev:hover,
.other-future-list__items a:hover,
.purpose-future-list__items a:hover,
.price-future-list__items a:hover,
.category-future-list__items a:hover {
  background: #fff;
  color: #373751;
  border: 1px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.c-btn__product-main {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.c-btn__product-main span {
  line-height: 1.4
}

.c-btn__product-main span:first-child {
  font-weight: 700px;
  font-size: 2.8rem;
  color: #373751;
  margin-right: 8px
}

@media (max-width: 767px) {
  .c-btn__product-main span:first-child {
    font-size: 2.2rem
  }

  .c-btn__product-main.-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }

  .c-btn__product-main.-column span:first-child {
    margin-right: 0
  }
}

.c-btn.-cart,
.-cart.c-btn--prev,
.other-future-list__items a.-cart,
.purpose-future-list__items a.-cart,
.price-future-list__items a.-cart,
.category-future-list__items a.-cart {
  width: 400px;
  background: #FFDB65;
  color: #373751;
  border: 0
}

.c-btn.-cart::after,
.-cart.c-btn--prev::after,
.other-future-list__items a.-cart::after,
.purpose-future-list__items a.-cart::after,
.price-future-list__items a.-cart::after,
.category-future-list__items a.-cart::after {
  display: none
}

@media (max-width: 767px) {

  .c-btn.-cart,
  .-cart.c-btn--prev,
  .other-future-list__items a.-cart,
  .purpose-future-list__items a.-cart,
  .price-future-list__items a.-cart,
  .category-future-list__items a.-cart {
    width: 100%;
    max-width: 400px
  }
}

.c-btn.-cart:hover,
.-cart.c-btn--prev:hover,
.other-future-list__items a.-cart:hover,
.purpose-future-list__items a.-cart:hover,
.price-future-list__items a.-cart:hover,
.category-future-list__items a.-cart:hover {
  background: #EDEDF3;
  box-shadow: none
}

.c-btn--prev::after {
  content: "chevron_left";
  font-size: 2rem;
  font-weight: 500;
  font-family: "material icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 8px;
  font-feature-settings: "liga"1, "dlig"1;
  -webkit-font-smoothing: antialiased
}

.c-card {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15)
}

.c-card__image {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 62%
}

.c-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out
}

.c-card__image img.-border {
  border: 1px solid #CCC
}

.c-card__label {
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  padding: 4px 24px;
  background: #373751;
  color: #fff;
  min-width: 100px;
  text-align: center
}

.c-card__text {
  padding: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}

.c-card__text p {
  margin-bottom: 0.4em
}

.c-card__link-text {
  padding: 8px 16px;
  font-weight: 700;
  position: relative;
  color: #373751
}

.c-card__link-text i {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 16px
}

.c-card__tag {
  display: -webkit-box;
  display: flex;
  position: absolute;
  left: 16px;
  bottom: 8px;
  z-index: 1
}

.c-card__tag li:not(:last-child) {
  margin-right: 4px
}

.c-card__read-more {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  font-size: 1.2rem;
  line-height: 1;
  color: #78788A;
  margin-top: auto;
  position: relative
}

.c-card__read-more i {
  font-size: 2rem;
  color: #373751
}

.c-card__price {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.c-card__price i {
  font-size: 2rem;
  color: #373751
}

@media (min-width: 768px) {
  .c-card:hover img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07)
  }
}

@media (max-width: 767px) {
  .c-card.-sp-col-2 {
    display: -webkit-box;
    display: flex;
    min-height: 140px
  }

  .c-card.-sp-col-2 .c-card__image {
    width: 80px;
    padding-bottom: 80px;
    overflow: visible;
    margin: 16px 0 16px 16px
  }

  .c-card.-sp-col-2 .c-card__text {
    -webkit-box-flex: 1;
    flex: 1
  }

  .c-card.-sp-col-2 .c-card__tag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: absolute;
    left: 0;
    bottom: -76px;
    z-index: 1
  }

  .c-card.-sp-col-2 .c-card__tag li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 4px
  }

  .c-card.-sp-col-2 .c-card__label {
    bottom: -30px;
    top: auto;
    padding: 2px 6px;
    min-width: 80px;
    width: 80px;
    font-size: 1rem
  }
}

a.c-card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3)
}

.c-signature {
  text-align: right
}

.c-signature__text {
  margin-bottom: 10px
}

.c-signature__name span {
  margin-left: 10px;
  font-size: 2.4rem
}

.c-lead-massage {
  padding: 60px 0px;
  background-color: #EDEDF3
}

@media (max-width: 767px) {
  .c-lead-massage {
    padding: 20px 3%
  }
}

.c-lead-massage__text,
.c-lead-massage__text--trial {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 24px
}

@media (max-width: 767px) {

  .c-lead-massage__text,
  .c-lead-massage__text--trial {
    text-align: left;
    font-size: 2.2rem
  }
}

.c-lead-massage__sub-text {
  text-align: center;
  margin-bottom: 10px
}

.c-heading-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center
}

@media (max-width: 767px) {
  .c-heading-icon__item {
    text-align: center
  }

  .c-heading-icon__item img {
    width: 70%
  }
}

.c-heading-icon__title {
  margin-left: 0.6em;
  font-size: 4rem;
  font-weight: 700;
  color: #373751
}

@media (max-width: 767px) {
  .c-heading-icon__title {
    margin-left: 0em;
    font-size: 2.2rem
  }
}

.c-form-selectbox {
  display: inline-block;
  border: 1px solid #ccc;
  background: #fff;
  height: 40px;
  position: relative
}

.c-form-selectbox select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  padding: 0 8px;
  color: #333
}

.c-form-selectbox select::-ms-expand {
  display: none
}

.c-form-selectbox::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #A2A2A2;
  pointer-events: none
}

.c-form-selectbox.-w400 {
  width: 400px
}

@media (max-width: 767px) {
  .c-form-selectbox.-w400 {
    width: 100%;
    max-width: 400px
  }
}

.c-form-selectbox.-w100 {
  width: 100px
}

@media (max-width: 767px) {
  .c-form-selectbox.-w100 {
    width: 100%;
    max-width: 100px
  }
}

.c-form-selectbox.-w180 {
  width: 180px
}

@media (max-width: 767px) {
  .c-form-selectbox.-w180 {
    width: 100%;
    max-width: 180px
  }
}

.c-form-input {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  color: #333;
  height: 40px;
  padding: 0 8px;
  font-size: 1.6rem;
  line-height: 1.4
}

.c-form-input.-number {
  width: 100px
}

.c-heading {
  margin-bottom: 1em;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #373751
}

.c-heading.-black {
  color: #333
}

.c-heading.-white {
  color: #fff
}

.c-heading.-small {
  margin-bottom: .75em;
  font-size: 2.4rem
}

.c-heading.-xsmall {
  margin-bottom: .75em;
  font-size: 2.2rem
}

.c-heading.-xxsmall {
  font-size: 1.5rem
}

.c-heading.-center {
  text-align: center
}

@media (max-width: 767px) {
  .c-heading {
    font-size: 3.2rem
  }

  .c-heading.-small {
    font-size: 2.2rem
  }

  .c-heading.-xsmall {
    font-size: 2rem
  }
}

.feature-heading {
  color: #373751;
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 10px
}

.feature-heading span {
  color: #E0AC5A;
  font-size: 1.6rem;
  margin-left: 24px;
  display: inline-block
}

.feature-heading__block {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 32px
}

.feature-heading__text {
  font-size: 1.8rem;
  color: #373751
}

@media (max-width: 767px) {
  .feature-heading {
    font-size: 3.2rem
  }

  .feature-heading span {
    font-size: 1.4rem;
    margin-left: 10px
  }

  .feature-heading__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 24px
  }

  .feature-heading__body {
    margin-bottom: 16px
  }

  .feature-heading__text {
    font-size: 1.6rem
  }

  .feature-heading__btn {
    margin: 0 auto
  }
}

.c-image {
  text-align: center
}

.c-image img {
  width: 100%
}

.c-image.-w960 img {
  max-width: 960px
}

.c-image-thumb img {
  display: block;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all
}

.c-image-thumb img:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.c-image-thumb.-w537 img {
  max-width: 537px;
  width: 100%
}

.c-line {
  width: 100%;
  height: 1px;
  background: #ccc
}

.c-list {
  position: relative
}

.c-list.-arrow {
  padding-left: 1.2em
}

.c-list.-arrow li {
  position: relative
}

.c-list.-arrow li::before {
  content: "chevron_right";
  position: absolute;
  top: -12%;
  left: -2rem;
  font-size: 2rem;
  font-weight: 500;
  font-family: "material icons";
  font-feature-settings: "liga"1, "dlig"1;
  -webkit-font-smoothing: antialiased
}

.c-list.-cheack {
  padding-left: 1.5em
}

.c-list.-cheack li {
  position: relative;
  font-weight: 700
}

.c-list.-cheack li::before {
  content: "check";
  position: absolute;
  top: -10%;
  left: -2.5rem;
  font-size: 2rem;
  font-weight: 500;
  font-family: "material icons";
  font-feature-settings: "liga"1, "dlig"1;
  -webkit-font-smoothing: antialiased
}

.c-list>li:not(:first-child) {
  margin-top: 0.8em
}

.c-list>li a:hover {
  text-decoration: underline
}

.c-list.-circle {
  padding-left: 1em
}

.c-list.-circle li {
  position: relative
}

.c-list.-circle li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: -1em;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #333
}

.c-list>li:not(:first-child) {
  margin-top: 0.8em
}

.c-list>li a:hover {
  text-decoration: underline
}

.c-emphasis-list li {
  margin-bottom: 20px;
  font-weight: 700
}

.c-tabs {
  margin-bottom: 64px
}

.c-tabs__list {
  display: -webkit-box;
  display: flex;
  margin: 0 -5px
}

.c-tabs__list-item {
  display: block;
  width: calc(100% / 3);
  max-width: 212px;
  margin: 0 5px
}

.c-tabs__btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  width: 100%;
  padding: 10px 16px;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background: rgba(55, 55, 81, 0.7);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 15px 15px 0 0;
  position: relative
}

.c-tabs__btn::after {
  content: "chevron_right";
  font-size: 2rem;
  font-weight: 400;
  font-family: "material icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  font-feature-settings: "liga"1, "dlig"1;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: .3s;
  transition: .3s
}

.c-tabs__btn span {
  font-weight: 400;
  font-size: 1.2rem
}

@media (min-width: 768px) {
  .c-tabs__btn:hover {
    opacity: .7
  }
}

.c-tabs__btn:focus {
  outline: none
}

.c-tabs__btn.-active {
  background: #373751;
  pointer-events: none
}

.c-tabs__btn.-active::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: -12px
}

.c-tabs__panel {
  background: #373751;
  padding: 40px
}

@media (max-width: 767px) {
  .c-tabs {
    margin-bottom: 40px
  }

  .c-tabs__list {
    margin: 0 -2px
  }

  .c-tabs__list-item {
    margin: 0 2px
  }

  .c-tabs__btn {
    padding: 8px;
    font-size: 1.2rem
  }

  .c-tabs__btn span {
    font-size: 1rem
  }

  .c-tabs__btn::after {
    content: none
  }

  .c-tabs__panel {
    padding: 20px
  }
}

.c-table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc
}

.c-table.-w670 {
  max-width: 670px;
  margin: 0 auto
}

.c-table th,
.c-table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 4px 8px
}

.c-table th {
  background: #EDEDF3;
  font-weight: 400;
  text-align: left
}

.c-table tbody th {
  width: 25%
}

@media (max-width: 767px) {

  .c-table.-sp-col-1 th,
  .c-table.-sp-col-1 td {
    display: block;
    width: 100%
  }
}

.c-tag {
  /* width: 80px; */
  height: 32px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 16px;
  background: #373751;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700
}

.c-tag.-yellow {
  background: #FFDB65;
  color: #373751
}

.c-tag-type {
  border: 1px solid;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 11em;
  height: 32px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1
}

.c-tag-type.-hard {
  color: #814826;
  border-color: #814826
}

.c-tag-type.-soft {
  color: #196246;
  border-color: #196246
}

.c-tag-type.-small {
  height: 26px;
  width: 10em
}

@media (max-width: 767px) {
  .c-tag-type.-small {
    font-size: 1.1rem;
  }
  .c-tag{
    line-height: 1;
  }
}

.c-viewer__main {
  margin-bottom: 8px;
  padding-top: 76%;
  position: relative
}

.c-viewer__main img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%
}

.c-viewer__thumb {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  margin: -2% 0 0 -2%
}

.c-viewer__thumb-item {
  width: calc(90% / 5);
  margin: 2% 0 0 2%
}

.c-viewer__thumb-item img {
  width: 100%
}

.c-viewer__thumb-item.-active {
  opacity: 1 !important
}

.layer-information {
  position: relative
}

.layer-information__items {
  padding: 48px 40px
}

@media (max-width: 767px) {
  .layer-information__items {
    padding: 20px
  }
}

.layer-information__items.-first {
  background: #E6E6E6
}

.layer-information__items.-second {
  background: #DFDFED
}

.layer-information__items.-third {
  background: #373751
}

.layer-information__items.-third .c-heading {
  color: #fff
}

.layer-information__items.-third p {
  color: #fff
}

.other-future-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap
}

@media (max-width: 767px) {
  .other-future-list {
    display: block
  }
}

.other-future-list__items {
  width: calc(94%/4);
  margin-right: 2%;
  margin-bottom: 2%
}

@media (max-width: 767px) {
  .other-future-list__items {
    width: 100%;
    margin-right: 0%
  }

  .other-future-list__items:nth-child(2n) {
    margin-right: 0
  }
}

.other-future-list__items:nth-child(4n) {
  margin-right: 0
}

.other-future-list__items a {
  width: 100%;
  max-width: 100%;
  font-weight: normal;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #373751;
  color: #373751
}

.layer-information-heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 32px
}

@media (max-width: 767px) {
  .layer-information-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-align: start;
    align-items: start;
    margin-bottom: 16px
  }
}

.layer-information-label {
  display: -webkit-box;
  display: flex;
  margin-left: 38px
}

.layer-information-label__item {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 6px;
  width: 122px;
  text-align: center
}

.layer-information-label__item:not(last-child) {
  margin-right: 20px
}

.layer-information-label__item.-navy {
  background: #373751;
  color: #fff
}

.layer-information-label__item.-white {
  background: #fff;
  color: #373751
}

@media (max-width: 767px) {
  .layer-information-label {
    margin-left: 0
  }

  .layer-information-label__item {
    font-size: 1.1rem;
    padding: 6px 16px;
    width: auto
  }

  .layer-information-label__item:not(last-child) {
    margin-right: 6px
  }
}

.purpose-future-list {
  margin-bottom: 56px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap
}

@media (max-width: 767px) {
  .purpose-future-list {
    display: block
  }
}

.purpose-future-list__items {
  width: calc(92%/5);
  margin-right: 2%;
  margin-bottom: 2%
}

@media (max-width: 767px) {
  .purpose-future-list__items {
    width: 100%;
    margin-right: 0%
  }

  .purpose-future-list__items:nth-child(2n) {
    margin-right: 0
  }
}

.purpose-future-list__items:nth-child(5n) {
  margin-right: 0
}

.purpose-future-list__items a {
  width: 100%;
  max-width: 100%;
  font-size: 1.8rem;
  font-weight: normal;
  background: #fff;
  border: 1px solid #373751;
  color: #373751;
  border-radius: 0;
  text-align: center;
  height: 80px
}

.price-future-list {
  margin-bottom: 56px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap
}

@media (max-width: 767px) {
  .price-future-list {
    display: block
  }
}

.price-future-list__items {
  width: calc(96%/3);
  margin-right: 2%;
  margin-bottom: 2%
}

@media (max-width: 767px) {
  .price-future-list__items {
    width: 100%;
    margin-right: 0%
  }

  .price-future-list__items:nth-child(2n) {
    margin-right: 0
  }
}

.price-future-list__items:nth-child(3n) {
  margin-right: 0
}

.price-future-list__items a {
  width: 100%;
  max-width: 100%;
  font-size: 1.8rem;
  font-weight: normal;
  background: #fff;
  border: 1px solid #373751;
  color: #373751;
  border-radius: 0;
  height: 60px
}

.category-future-list {
  margin-bottom: 56px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap
}

@media (max-width: 767px) {
  .category-future-list {
    display: block
  }
}

.category-future-list__items {
  width: calc(94%/4);
  margin-right: 2%;
  margin-bottom: 2%
}

@media (max-width: 767px) {
  .category-future-list__items {
    width: 100%;
    margin-right: 0%
  }

  .category-future-list__items:nth-child(2n) {
    margin-right: 0
  }
}

.category-future-list__items:nth-child(4n) {
  margin-right: 0
}

.category-future-list__items a {
  width: 100%;
  max-width: 100%;
  font-size: 1.8rem;
  border: 1px solid #373751;
  border-radius: 0;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column
}

.category-future-list__items a span {
  font-size: 1.2rem;
  font-weight: 400
}

.faq-list__title {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 24px;
  padding: 18px;
  background: #373751;
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 2.6rem;
  color: #fff;
  cursor: pointer
}

@media (max-width: 767px) {
  .faq-list__title {
    padding: 10px;
    font-size: 1.8rem
  }
}

.faq-list__title:nth-child(1) {
  margin-top: 0px
}

.faq-list__title::after {
  content: "arrow_drop_down_circle";
  height: 26px;
  width: 26px;
  color: #fff;
  font-size: 2.6rem;
  vertical-align: 2rem;
  font-weight: 500;
  font-family: "material icons";
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.faq-list__title.-open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.faq-list__text {
  display: none;
  padding: 20px
}

@media (max-width: 767px) {
  .faq-list__text {
    padding: 10px
  }
}

.c-lead-massage__text--trial {
  font-size: 2.0rem;
  padding: 0 20px
}

.feature-title--top {
  background: url(../img/about/feature/bg_feature_top.jpg) no-repeat center center/cover;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 500px
}

.feature-title--top h1 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #373751;
  line-height: 1.8
}

@media (max-width: 767px) {
  .feature-title--top {
    height: 400px;
    background-position: -180px center
  }

  .feature-title--top h1 {
    font-size: 2rem
  }
}

.feature-title {
  position: relative
}

.feature-title__body {
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  height: 250px
}

.feature-title h1 {
  font-size: 4.8rem;
  margin-bottom: 8px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.feature-title h1 span {
  font-size: 1.6rem;
  color: #E0AC5A;
  margin-left: 20px
}

.feature-title__text {
  font-size: 1.8rem
}

@media (max-width: 767px) {
  .feature-title__body {
    height: 115px;
    padding: 3%
  }

  .feature-title h1 {
    font-size: 3.2rem;
    margin-bottom: 4px
  }

  .feature-title h1 span {
    font-size: 1.2rem;
    margin-left: 10px
  }

  .feature-title__text {
    font-size: 1.6rem
  }
}

.feature-title::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 55, 81, 0.7)
}

.feature-title.-assist {
  background: url(../img/about/feature/bg_feature_assist.jpg) no-repeat center center/cover
}

.feature-title.-package {
  background: url(../img/about/feature/bg_feature_package.jpg) no-repeat center center/cover
}

.feature-title.-quality {
  background: url(../img/about/feature/bg_feature_quality.jpg) no-repeat center center/cover
}

.feature-heading-icon {
  text-align: center;
  margin-bottom: 56px
}

.feature-heading-icon__img {
  margin-bottom: 12px
}

.feature-heading-icon__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #373751
}

@media (max-width: 767px) {
  .feature-heading-icon {
    margin-bottom: 32px
  }

  .feature-heading-icon__img {
    width: 40px;
    margin: 0 auto 16px
  }

  .feature-heading-icon__title {
    font-size: 2rem
  }
}

.feature-heading-sub {
  background: #373751;
  padding: 10px 20px;
  font-weight: 700
}

.feature-heading-sub span {
  margin-left: 20px;
  display: inline-block;
  font-weight: 400;
  font-size: 1.2rem
}

.feature-heading-sub.-navy {
  color: #fff;
  background: #373751;
  font-size: 1.8rem;
  margin-bottom: 40px
}

.feature-heading-sub.-gray {
  background: #F5F5F5;
  padding: 8px 10px;
  color: #373751;
  margin-bottom: 24px;
  font-size: 1.6rem
}

.feature-heading-sub.-inline {
  display: inline-block;
  margin-right: 20px
}

@media (max-width: 767px) {
  .feature-heading-sub.-navy {
    margin-bottom: 24px
  }

  .feature-heading-sub.-gray {
    margin-bottom: 10px
  }
}

.feature-lead {
  font-weight: 700;
  margin-bottom: 48px
}

@media (max-width: 767px) {
  .feature-lead {
    margin-bottom: 24px
  }
}

.feature-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 -15px
}

.feature-list__item {
  margin: 0 15px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 25px 20px;
  width: calc(100% / 3);
  max-width: 250px;
  text-align: center
}

.feature-list__item.-package {
  margin: 0 10px;
  width: calc(100% / 4)
}

.feature-list__item.-quality.-link {
  width: calc(100% / 4)
}

.feature-list__item.-link {
  max-width: 235px;
  position: relative;
  padding: 10px 10px 40px
}

.feature-list__item.-link::after {
  content: "expand_more";
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "material icons";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 2px;
  font-feature-settings: "liga"1, "dlig"1;
  -webkit-font-smoothing: antialiased
}

.feature-list__item.-link:hover {
  opacity: 0.7
}

.feature-list.-package {
  margin: 0 -15px
}

.feature-list__text {
  font-weight: 700
}

.feature-list__img {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 200px;
  height: 90px;
  margin: 0 auto
}

.feature-list__img.-link {
  height: 60px
}

.feature-list__img.-link img {
  max-height: 40px
}

.feature-list__label {
  border: 1px solid #707070;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 2px 5px;
  display: inline-block;
  margin: 15px 0 0
}

@media (max-width: 767px) {
  .feature-list {
    flex-flow: wrap;
    -webkit-box-pack: start;
    justify-content: start;
    margin: 0 -8px
  }

  .feature-list__item {
    margin: 0 8px 10px;
    padding: 20px 10px;
    width: calc((100% - 32px) / 2);
    max-width: inherit
  }

  .feature-list__item.-package {
    margin: 0 8px 10px;
    width: calc((100% - 32px) / 2)
  }

  .feature-list__item.-quality.-link {
    margin: 0 8px 10px;
    width: calc((100% - 32px) / 2)
  }

  .feature-list__img {
    width: 100%;
    height: 80px
  }

  .feature-list.-package {
    margin: 0 -8px
  }

  .feature-list__text {
    font-size: 1.3rem
  }

  .feature-list__label {
    font-size: 1.2rem;
    margin: 15px 0 0
  }
}

.feature-col {
  display: -webkit-box;
  display: flex;
  margin-bottom: 48px
}

.feature-col__img {
  margin-right: 32px;
  width: 280px;
  flex-shrink: 0
}

.feature-col__body p {
  font-size: 1.4rem
}

@media (max-width: 767px) {
  .feature-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column
  }

  .feature-col__img {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%
  }
}

.feature-link {
  display: -webkit-box;
  display: flex;
  margin: 0 -10px
}

.feature-link__item {
  width: 25%;
  border-radius: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  position: relative;
  color: #fff;
  background: rgba(55, 55, 81, 0.7);
  margin: 0 10px
}

.feature-link__item::after {
  content: "chevron_right";
  font-size: 2rem;
  font-weight: 400;
  font-family: "material icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  font-feature-settings: "liga"1, "dlig"1;
  -webkit-font-smoothing: antialiased
}

.feature-link__item span {
  font-size: 1.2rem;
  font-weight: 400
}

.feature-link__item.-current {
  background: #373751;
  pointer-events: none
}

.feature-link__item.-current::after {
  content: none
}

.feature-link__item.-top {
  background: #E0AC5A
}

@media (max-width: 767px) {
  .feature-link {
    flex-flow: wrap
  }

  .feature-link__item {
    width: 100%;
    font-size: 1.6rem;
    margin: 0 10px 10px
  }
}

.list-title--top {
  background: url(../img/products/list/bg_list_top.jpg) no-repeat center center/cover;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 500px
}

.list-title--top h1 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #373751;
  line-height: 1.8
}

@media (max-width: 767px) {
  .list-title--top {
    height: 400px;
    /* background-position: -180px center; */
    background-position:  center
  }

  .list-title--top h1 {
    font-size: 2rem
  }
}

.feature-title {
  position: relative
}

.feature-title__body {
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  height: 250px
}

.feature-title h1 {
  font-size: 4.8rem;
  margin-bottom: 8px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.feature-title h1 span {
  font-size: 1.6rem;
  color: #E0AC5A;
  margin-left: 20px
}

.feature-title__text {
  font-size: 1.8rem
}

@media (max-width: 767px) {
  .feature-title__body {
    height: 115px;
    padding: 3%
  }

  .feature-title h1 {
    font-size: 3.2rem;
    margin-bottom: 4px
  }

  .feature-title h1 span {
    font-size: 1.2rem;
    margin-left: 10px
  }

  .feature-title__text {
    font-size: 1.6rem
  }
}

.feature-title::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 55, 81, 0.7)
}

.feature-title.-assist {
  background: url(../img/about/feature/bg_feature_assist.jpg) no-repeat center center/cover
}

.feature-title.-package {
  background: url(../img/about/feature/bg_feature_package.jpg) no-repeat center center/cover
}

.feature-title.-quality {
  background: url(../img/about/feature/bg_feature_quality.jpg) no-repeat center center/cover
}

.feature-heading-icon {
  text-align: center;
  margin-bottom: 56px
}

.feature-heading-icon__img {
  margin-bottom: 12px
}

.feature-heading-icon__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #373751
}

@media (max-width: 767px) {
  .feature-heading-icon {
    margin-bottom: 32px
  }

  .feature-heading-icon__img {
    width: 40px;
    margin: 0 auto 16px
  }

  .feature-heading-icon__title {
    font-size: 2rem
  }
}

.feature-heading-sub {
  background: #373751;
  padding: 10px 20px;
  font-weight: 700
}

.feature-heading-sub span {
  margin-left: 20px;
  display: inline-block;
  font-weight: 400;
  font-size: 1.2rem
}

.feature-heading-sub.-navy {
  color: #fff;
  background: #373751;
  font-size: 1.8rem;
  margin-bottom: 40px
}

.feature-heading-sub.-gray {
  background: #F5F5F5;
  padding: 8px 10px;
  color: #373751;
  margin-bottom: 24px;
  font-size: 1.6rem
}

.feature-heading-sub.-inline {
  display: inline-block;
  margin-right: 20px
}

@media (max-width: 767px) {
  .feature-heading-sub.-navy {
    margin-bottom: 24px
  }

  .feature-heading-sub.-gray {
    margin-bottom: 10px
  }
}

.feature-lead {
  font-weight: 700;
  margin-bottom: 48px
}

@media (max-width: 767px) {
  .feature-lead {
    margin-bottom: 24px
  }
}

.feature-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 -15px
}

.feature-list__item {
  margin: 0 15px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 25px 20px;
  width: calc(100% / 3);
  max-width: 250px;
  text-align: center
}

.feature-list__item.-package {
  margin: 0 10px;
  width: calc(100% / 4)
}

.feature-list__item.-quality.-link {
  width: calc(100% / 4)
}

.feature-list__item.-link {
  max-width: 235px;
  position: relative;
  padding: 10px 10px 40px
}

.feature-list__item.-link::after {
  content: "expand_more";
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "material icons";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 2px;
  font-feature-settings: "liga"1, "dlig"1;
  -webkit-font-smoothing: antialiased
}

.feature-list__item.-link:hover {
  opacity: 0.7
}

.feature-list.-package {
  margin: 0 -15px
}

.feature-list__text {
  font-weight: 700
}

.feature-list__img {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 200px;
  height: 90px;
  margin: 0 auto
}

.feature-list__img.-link {
  height: 60px
}

.feature-list__img.-link img {
  max-height: 40px
}

.feature-list__label {
  border: 1px solid #707070;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 2px 5px;
  display: inline-block;
  margin: 15px 0 0
}

@media (max-width: 767px) {
  .feature-list {
    flex-flow: wrap;
    -webkit-box-pack: start;
    justify-content: start;
    margin: 0 -8px
  }

  .feature-list__item {
    margin: 0 8px 10px;
    padding: 20px 10px;
    width: calc((100% - 32px) / 2);
    max-width: inherit
  }

  .feature-list__item.-package {
    margin: 0 8px 10px;
    width: calc((100% - 32px) / 2)
  }

  .feature-list__item.-quality.-link {
    margin: 0 8px 10px;
    width: calc((100% - 32px) / 2)
  }

  .feature-list__img {
    width: 100%;
    height: 80px
  }

  .feature-list.-package {
    margin: 0 -8px
  }

  .feature-list__text {
    font-size: 1.3rem
  }

  .feature-list__label {
    font-size: 1.2rem;
    margin: 15px 0 0
  }
}

.feature-col {
  display: -webkit-box;
  display: flex;
  margin-bottom: 48px
}

.feature-col__img {
  margin-right: 32px;
  width: 280px;
  flex-shrink: 0
}

.feature-col__body p {
  font-size: 1.4rem
}

@media (max-width: 767px) {
  .feature-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column
  }

  .feature-col__img {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%
  }
}

.feature-link {
  display: -webkit-box;
  display: flex;
  margin: 0 -10px
}

.feature-link__item {
  width: 25%;
  border-radius: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  position: relative;
  color: #fff;
  background: rgba(55, 55, 81, 0.7);
  margin: 0 10px
}

.feature-link__item::after {
  content: "chevron_right";
  font-size: 2rem;
  font-weight: 400;
  font-family: "material icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  font-feature-settings: "liga"1, "dlig"1;
  -webkit-font-smoothing: antialiased
}

.feature-link__item span {
  font-size: 1.2rem;
  font-weight: 400
}

.feature-link__item.-current {
  background: #373751;
  pointer-events: none
}

.feature-link__item.-current::after {
  content: none
}

.feature-link__item.-top {
  background: #E0AC5A
}

@media (max-width: 767px) {
  .feature-link {
    flex-flow: wrap
  }

  .feature-link__item {
    width: 100%;
    font-size: 1.6rem;
    margin: 0 10px 10px
  }
}

.product-category {
  background: #EFEFEF;
  padding: 16px
}

@media (max-width: 767px) {
  .product-category {
    padding: 8px 16px
  }
}

.product-category__inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto
}

.product-category__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0 0 -24px
}

.product-category__list li {
  margin: 8px 0 0 24px;
  white-space: nowrap
}

.product-category__list a {
  color: #373751;
  font-weight: 700
}

.product-category__list a:hover {
  text-decoration: underline
}

.product-item-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between
}

@media (max-width: 767px) {
  .product-item-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
}

.product-item-block__image {
  width: 46%
}

@media (max-width: 767px) {
  .product-item-block__image {
    width: 100%;
    margin-bottom: 16px
  }
}

.product-item-block__main {
  width: 50%
}

@media (max-width: 767px) {
  .product-item-block__main {
    width: 100%
  }
}

.product-item-detail__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #373751;
  margin-bottom: 16px
}

@media (max-width: 767px) {
  .product-item-detail__title {
    font-size: 2.4rem
  }
}

.product-item-detail__price {
  margin-bottom: 16px
}

.product-item-detail__price .ec-productRole__priceRegularPrice,
.product-item-detail__price .ec-productRole__priceRegularTax {
  font-size: 1.6rem;
  color: #78788A
}

.product-item-detail__price .price01-default {
  font-size: 1.6rem;
  color: #78788A
}

.product-item-detail__price .price02-default {
  font-size: 3.2rem;
  font-weight: 700;
  color: #373751
}

@media (max-width: 767px) {
  .product-item-detail__price .price02-default {
    font-size: 2.4rem
  }
}

.product-item-detail__code {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px 0
}

.product-item-detail__category {
  border-bottom: 1px solid #ccc;
  padding: 8px 0
}

.product-item-detail__category ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap
}

.product-item-detail__category ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  white-space: nowrap;
  position: relative;
  line-height: 1.8
}

.product-item-detail__category ul li:not(:last-child) {
  padding-right: 2rem
}

.product-item-detail__category ul li:not(:last-child)::after {
  content: "chevron_right";
  font-size: 2rem;
  font-family: "material icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  font-feature-settings: "liga"1, "dlig"1;
  -webkit-font-smoothing: antialiased;
  color: #78788A
}

.product-item-detail__category ul li a {
  color: #373751
}

.product-item-detail__category ul li a:hover {
  text-decoration: underline
}

.product-item-add__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 16px 0
}

.product-item-add__item span {
  display: block;
  margin-right: 8px
}

.product-item-add__item.-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start
}

.product-item-add__item.-column span {
  margin-right: 0;
  margin-bottom: 4px
}

.product-item-add__btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 40px 0
}

@media (max-width: 767px) {
  .product-item-add__btn {
    margin: 24px 0
  }
}

.product-cover-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -2% 0 0 -2%
}

.product-cover-list__item {
  margin: 2% 0 0 2%;
  width: calc(92% / 4)
}

@media (max-width: 767px) {
  .product-cover-list__item {
    width: calc(96% / 2)
  }
}

.product-hardness-heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 700
}

@media (max-width: 767px) {
  .product-hardness-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
}

.product-hardness-heading__main {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  font-size: 4rem;
  line-height: 1.2;
  margin-right: 16px
}

.product-hardness-heading__main span {
  display: block;
  font-size: 1.6rem
}

@media (max-width: 767px) {
  .product-hardness-heading__main {
    font-size: 3.2rem;
    margin-right: 0;
    margin-bottom: 8px
  }
}

.product-hardness-heading__text {
  font-size: 2.4rem;
  line-height: 1.6
}

@media (max-width: 767px) {
  .product-hardness-heading__text {
    font-size: 2rem;
    text-align: center
  }
}

.product-hardness-heading__text span {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #B6E8D5)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #B6E8D5 0%) repeat scroll 0 0
}

.product-hardness-heading__text span.-support {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fad2ba)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #fad2ba 0%) repeat scroll 0 0
}

.product-searchnav__topicpath {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #ccc
}

.product-searchnav__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.product-searchnav__actions {
  display: -webkit-box;
  display: flex
}

.product-searchnav__actions div:not(:last-child) {
  margin-right: 16px
}

@media (max-width: 767px) {
  .product-searchnav__topicpath {
    margin-bottom: 8px;
    padding-bottom: 8px
  }

  .product-searchnav__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }

  .product-searchnav__counter {
    margin-bottom: 8px
  }

  .product-searchnav__actions {
    -webkit-box-pack: end;
    justify-content: flex-end
  }

  .product-searchnav__actions div:not(:last-child) {
    margin-right: 8px
  }
}

.product-topicpath {
  display: -webkit-box;
  display: flex
}

.product-topicpath__item a:hover {
  text-decoration: underline
}

.product-topicpath__item:not(:last-child) {
  margin-right: 40px
}

@media (max-width: 767px) {
  .product-topicpath__item:not(:last-child) {
    margin-right: 24px
  }
}

.product-topicpath__item:last-child {
  font-weight: 700
}

.product-card {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.product-card__image {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 62%;
  margin-bottom: 8px
}

.product-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out
}

.product-card__text {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  line-height: 1.4
}

.product-card__title {
  font-weight: 700;
  margin-bottom: 4px
}

.product-card__price {
  margin-top: auto
}

@media (min-width: 768px) {
  .product-card:hover img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07)
  }
}

@media (max-width: 767px) {
  .product-card.-sp-col-2 {
    display: -webkit-box;
    display: flex;
    min-height: 140px
  }

  .product-card.-sp-col-2 .c-card__image {
    width: 80px;
    padding-bottom: 80px;
    overflow: visible;
    margin: 16px 0 16px 16px
  }

  .product-card.-sp-col-2 .c-card__text {
    -webkit-box-flex: 1;
    flex: 1
  }
}

.ranking-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: -4% 0 0 -4%
}

.ranking-list__item {
  margin: 4% 0 0 4%
}

.ranking-list__item.-col-3 {
  width: calc(88% / 3)
}

.ranking-list__item.-col-2 {
  width: calc(92% / 2)
}

@media (max-width: 767px) {
  .ranking-list__item.-sp-col-1 {
    width: 100%
  }
}

.ranking-list__title {
  margin-bottom: 8px;
  color: #373751;
  font-size: 1.5rem;
  font-weight: 700
}

.ranking-list__title img {
  margin-right: 8px
}

.ranking-card {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15)
}

.ranking-card.-side {
  display: -webkit-box;
  display: flex;
  position: relative
}

.ranking-card.-side .ranking-card__text {
  padding: 10px 16px
}

.ranking-card.-side .ranking-card__image {
  width: 40%;
  height: auto;
  padding-bottom: 0;
  flex-shrink: 0
}

.ranking-card.-side .ranking-card__image img {
  height: auto
}

.ranking-card__image {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 62%
}

.ranking-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out
}

.ranking-card__text {
  padding: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative
}

.ranking-card__text p {
  margin-bottom: 0.4em
}

.ranking-card__label {
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  padding: 4px 24px;
  background: #373751;
  color: #fff;
  min-width: 100px;
  text-align: center
}

.ranking-card__icon {
  position: absolute;
  right: 8px;
  bottom: 8px
}

.ranking-card__icon i {
  font-size: 2rem;
  color: #373751
}

.ranking-card__price {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.ranking-card__price i {
  font-size: 2rem;
  color: #373751
}

@media (min-width: 768px) {
  .ranking-card:hover img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07)
  }
}

@media (max-width: 767px) {
  .ranking-card.-side {
    display: -webkit-box;
    display: flex;
    min-height: 188px
  }

  .ranking-card.-side .ranking-card__image {
    width: 80px;
    height: 0;
    padding-bottom: 80px;
    overflow: visible;
    margin: 16px 0 16px 16px
  }

  .ranking-card.-side .ranking-card__text {
    -webkit-box-flex: 1;
    flex: 1
  }

  .ranking-card.-side .ranking-card__label {
    bottom: -10px;
    top: auto;
    padding: 2px 6px;
    min-width: 80px;
    width: 80px;
    font-size: 1rem
  }
}

a.ranking-card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3)
}

.ranking-box {
  background: #f5f5f5;
  padding: 64px
}

@media (max-width: 767px) {
  .ranking-box {
    padding: 20px
  }
}

.top-main {
  position: relative
}

@media (min-width: 768px) {
  .top-main {
    height: 100vh
  }
}

@media (max-width: 767px) {
  .top-main {
    margin-top: 54px
  }
}

.btn_prev ,.btn_next{
  position: absolute;
  z-index: 999;
  cursor: pointer;

}
.btn_prev{
  top:50%;
  left:3%;
}
.btn_next{
  top:50%;
  right:3%;
}
.top-hero {
  width: 100%
}

@media (min-width: 768px) {
  .top-hero {
    position: absolute;
    top: 0;
    left: 0
  }
}

@media (max-width: 767px) {
  .top-hero {
    height: 300px
  }
}

.top-hero__item {
  width: 100%;
  height: calc(100vh - 80px);
  margin-top: 80px;
  transition: 0ms;
}

@media (max-width: 767px) {
  .top-hero__item {
    height: 300px;
    margin-top: 0;
  }
}

.top-hero__text-image span {
  display: inline-block;
  padding: 2px 20px;
  margin-left: 20px;
  border: 1px solid #333;
  background-color:rgba(255,255,255,0.4);
}
@media (max-width: 767px) {
  .top-hero__text-image span {
  margin-top: 10px;
  margin-left: 0px;
  }
}

.top-hero__item .top-hero__text-image {
  position: absolute;
  width: 100%;
  color: #373751;
  font-size:3rem;
  font-weight: bold;
  text-align: center;
  text-shadow:0 0 10px #FFF;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .top-hero__item .top-hero__text-image {
    top: auto;
    bottom:5%;
    width: 100%;
    font-size: 1.6rem;
  }
}
.top-hero__item .top-hero__logo {
  width: 214px;
  max-width: 214px;
  position: absolute;
  top: 5%;
  left: 5%
}
@media (max-width: 767px) {
  .top-hero__item .top-hero__logo {
    width: 140px !important;
    max-width: 100px;
    top: 5%;
    left: auto;
    right: 5%;

  }
}

.top-hero__item.-bg01 {
  background: url(../img/top/bg_hero_01.jpg) no-repeat 50% 20%/cover;
  position: relative
}
.top-hero__item.-bg02 {
  background: url(../img/top/bg_hero_02.jpg) no-repeat 50% 20%/cover;
  position: relative
}

.top-hero__item.-bg03 {
  background: url(../img/top/bg_hero_03.jpg) no-repeat 50% 20%/cover;
  position: relative
}

.top-hero__item.-bg04 {
  background: url(../img/top/bg_hero_04.jpg) no-repeat 50% 20%/cover;
  position: relative
}

.top-hero__item.-bg05 {
  background: url(../img/top/bg_hero_05.jpg) no-repeat 50% 20%/cover;
  position: relative
}



.top-hero .slick-dots {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  height: 12px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 110px
}
@media (max-width: 767px) {
  .top-hero .slick-dots {
    bottom: 16px
  }
}

@media (max-width: 767px) {
  .top-hero .slick-dots {
    margin-top: 10px
  }
}

.top-hero .slick-dots>li {
  margin: 0 6px
}

.top-hero .slick-dots>li>button {
  padding: 6px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #373751 !important;
  opacity: 0.5;
  text-indent: -9999px
}

.top-hero .slick-dots>li.slick-active>button {
  opacity: 1
}

@media (max-width: 768px) {
    .slick-arrow {
      margin-top: -16px;
    width: 30px;
  }
}
.top-news {
  width: 100%;
  max-width: 1060px;
  display: -webkit-box;
  display: flex
}

@media (min-width: 768px) {
  .top-news {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 24px;
    height: 64px
  }
}

@media (max-width: 767px) {
  .top-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
}

.top-news__header {
  width: 180px;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: #373751;
  color: #fff;
  font-size: 2rem;
  font-weight: 700
}

@media (max-width: 767px) {
  .top-news__header {
    width: 100%;
    -webkit-box-pack: start;
    justify-content: flex-start;
    font-size: 1.6rem;
    padding: 8px 16px
  }
}

.top-news__body {
  width: 100%;
  max-width: 880px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background: #EDEDF3;
  padding: 8px 24px
}

.top-news__body:hover {
  text-decoration: underline
}

@media (max-width: 767px) {
  .top-news__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 8px 16px
  }
}

.top-news__date {
  margin-right: 16px
}

.top-section {
  padding: 80px 0
}

@media (max-width: 767px) {
  .top-section {
    padding: 56px 0
  }
}

.top-section.-pb0 {
  padding-bottom: 0
}

.top-section.-gray {
  background: #EDEDF3
}

@media (min-width: 768px) {
  .top-section.-intro {
    margin: 0 0 56px
  }
}

.top-section.-feature {
  background: url(../img/top/bg_feature.jpg) no-repeat center center/cover;
  color: #fff;
  text-align: center
}

.top-block {
  padding: 0 16px
}

.top-block__inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto
}

.top-block__btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center
}

.top-feature-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -3% 0 0 -3%
}

@media (max-width: 767px) {
  .top-feature-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: -3% 0 0 0
  }
}

.top-feature-list__item {
  margin: 3% 0 0 3%;
  width: calc(88% / 4)
}

@media (max-width: 767px) {
  .top-feature-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    width: 100%;
    margin: 3% 0 0 0
  }
}

.top-feature-list__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  height: 100%
}

@media (max-width: 767px) {
  .top-feature-list__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
  }
}

.top-feature-list__link:hover {
  opacity: 0.7
}

.top-feature-list__image {
  height: 130px;
  margin: 10px 6.5% 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center
}

@media (max-width: 767px) {
  .top-feature-list__image {
    height: 80px;
    margin: 0 24px 0 16px;
    max-width: 60px
  }
}

.top-feature-list__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #373751;
  margin: 0 6.5% 24px;
  height: 64px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center
}

@media (max-width: 767px) {
  .top-feature-list__title {
    font-size: 2rem;
    height: 80px;
    margin: 0 16px 0 0
  }
}

.top-movie-box {
  display: -webkit-box;
  display: flex;
  position: relative
}

@media (max-width: 767px) {
  .top-movie-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
}

.top-movie-box__text-area {
  width: 50%;
  padding: 16px 3.8%
}

.top-movie-box__text-area p:not(last-child) {
  margin-bottom: 16px
}

@media (max-width: 767px) {
  .top-movie-box__text-area {
    width: 100%;
    padding: 0;
    margin-bottom: 24px
  }
}

.top-movie-box__movie-area {
  width: 50%
}

@media (max-width: 767px) {
  .top-movie-box__movie-area {
    width: 100%
  }
}

.top-movie-box__movie-area img {
  width: 100%
}

@media (min-width: 768px) {
  .top-movie-box.-intro::before {
    content: '';
    width: 68px;
    height: 470px;
    background: url(../img/top/bg_intro.png) no-repeat center center/contain;
    opacity: .7;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -60px
  }
}

@media (max-width: 767px) {
  .top-movie-box.-intro .top-movie-box__text-area {
    background: url(../img/top/bg_intro.png) no-repeat left center/contain;
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: lighten;
    padding-left: 17%
  }
}

.top-type-box {
  display: -webkit-box;
  display: flex
}

@media (max-width: 767px) {
  .top-type-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
}

.top-type-box__item {
  width: 50%;
  padding: 32px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

@media (max-width: 767px) {
  .top-type-box__item {
    padding: 16px 0;
    width: 100%
  }
}

.top-type-box__item.-hard {
  background: url(../img/top/bg_type-box_01.jpg) no-repeat center center/cover
}

.top-type-box__item.-soft {
  background: url(../img/top/bg_type-box_02.jpg) no-repeat center center/cover
}

.top-type-box__image {
  margin-right: 5%
}

@media (max-width: 767px) {
  .top-type-box__image {
    width: 35%
  }
}

.top-type-box__main {
  -webkit-box-flex: 1;
  flex: 1;
  padding-right: 2%
}

.top-type-box__main p {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 1.2em
}

@media (max-width: 767px) {
  .top-type-box__main p {
    font-size: 1.6rem
  }
}

.top-type-box__heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

@media (max-width: 767px) {
  .top-type-box__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start
  }
}

.top-type-box__heading span:first-child {
  margin-right: 16px
}

@media (max-width: 767px) {
  .top-type-box__heading span:first-child {
    margin-right: 0
  }
}

.top-special-block {
  position: relative
}

@media (min-width: 768px) {
  .top-special-block {
    padding-top: 30%
  }
}

@media (max-width: 767px) {
  .top-special-block {
    padding: 0 16px
  }
}

@media (min-width: 768px) {
  .top-special-block__image {
    width: 55%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
  }

  .top-special-block__image.-right {
    left: auto;
    right: 0
  }

  .top-special-block__inner {
    width: 100%;
    min-height: 100px;
    max-width: 1060px;
    margin: 0 auto;
    position: relative
  }

  .top-special-block__box {
    width: 60%;
    max-width: 600px;
    margin: 0 0 0 auto;
    position: absolute;
    right: 0;
    bottom: 0
  }

  .top-special-block__box.-left {
    left: 0;
    right: auto
  }
}

@media (max-width: 767px) {
  .top-special-block__btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
  }
}

.top-product-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between
}

@media (max-width: 767px) {
  .top-product-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
}

.top-product-box__image {
  width: 46%
}

@media (max-width: 767px) {
  .top-product-box__image {
    width: 100%;
    margin-bottom: 24px
  }
}

.top-product-box__main {
  width: 50%
}

@media (max-width: 767px) {
  .top-product-box__main {
    width: 100%
  }
}

.top-product-box__price {
  font-size: 3.2rem;
  font-weight: 700;
  color: #373751;
  line-height: 1.4;
  margin-bottom: 24px
}

.top-product-box__price small {
  font-size: 1.7rem
}

@media (max-width: 767px) {
  .top-product-box__price {
    font-size: 2.8rem
  }
}

.top-product-box__btns {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 48px
}

.top-product-box__btns a:first-child {
  margin-bottom: 16px
}

@media (max-width: 767px) {
  .top-product-box__btns {
    margin-bottom: 24px
  }
}

.u-ta-c {
  text-align: center !important
}

@media (min-width: 768px) {
  .u-pc-ta-c {
    text-align: center !important
  }
}

@media (max-width: 767px) {
  .u-sp-ta-c {
    text-align: center !important
  }
}

.u-ta-r {
  text-align: right !important
}

.u-ta-l {
  text-align: left !important
}

.u-w40 {
  width: 40%
}

.u-w80 {
  width: 80%
}

@media (max-width: 767px) {
  .u-sp-w100 {
    width: 100%
  }
}

.u-font-medium {
  font-weight: 500
}

.u-font-bold {
  font-weight: 700
}

.u-font-red {
  color: #d80000
}

.u-font-gray {
  color: #78788A
}

.u-font-navy {
  color: #373751
}

.u-font-base {
  color: #333 !important
}

.u-font-xxxs {
  font-size: 1rem !important
}

.u-font-xxs {
  font-size: 1.2rem !important
}

.u-font-xs {
  font-size: 1.4rem !important
}

.u-font-s {
  font-size: 1.6rem !important
}

.u-font-m {
  font-size: 1.8rem !important
}

.u-font-l {
  font-size: 2rem !important
}

.u-font-xl {
  font-size: 2.4rem !important
}

.u-font-xxl {
  font-size: 2.6rem !important
}

.u-font-xxxl {
  font-size: 3rem !important
}

@media (max-width: 767px) {
  .u-font-xxxs {
    font-size: 1rem !important
  }

  .u-font-xxs {
    font-size: 1.1rem !important
  }

  .u-font-xs {
    font-size: 1.2rem !important
  }

  .u-font-s {
    font-size: 1.4rem !important
  }

  .u-font-m {
    font-size: 1.6rem !important
  }

  .u-font-l {
    font-size: 1.8rem !important
  }

  .u-font-xl {
    font-size: 2rem !important
  }

  .u-font-xxl {
    font-size: 2.2rem !important
  }

  .u-font-xxxl {
    font-size: 2.4rem !important
  }
}

.u-bd-top {
  border-top: 1px solid
}

.u-bd-gray {
  border-color: #ccc
}

.u-mb-0 {
  margin-bottom: 0 !important
}

.u-mb-xxxs {
  margin-bottom: 8px !important
}

.u-mb-xxs {
  margin-bottom: 16px !important
}

.u-mb-xs {
  margin-bottom: 24px !important
}

.u-mb-s {
  margin-bottom: 32px !important
}

.u-mb-m {
  margin-bottom: 40px !important
}

.u-mb-l,
.c-heading-icon {
  margin-bottom: 56px !important
}

.u-mb-xl {
  margin-bottom: 72px !important
}

.u-mb-xxl {
  margin-bottom: 80px !important
}

.u-mb-xxxl {
  margin-bottom: 96px !important
}

@media (max-width: 767px) {
  .u-mb-xxxs {
    margin-bottom: 4px !important
  }

  .u-mb-xxs {
    margin-bottom: 8px !important
  }

  .u-mb-xs {
    margin-bottom: 12px !important
  }

  .u-mb-s {
    margin-bottom: 16px !important
  }

  .u-mb-m {
    margin-bottom: 20px !important
  }

  .u-mb-l,
  .c-heading-icon {
    margin-bottom: 28px !important
  }

  .u-mb-xl {
    margin-bottom: 36px !important
  }

  .u-mb-xxl {
    margin-bottom: 40px !important
  }

  .u-mb-xxxl {
    margin-bottom: 48px !important
  }
}

.u-d-f {
  display: -webkit-box !important;
  display: flex !important
}

.u-fxd-r {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important
}

.u-fxd-rr {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important
}

.u-fxd-c {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important
}

.u-fxd-cr {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important
}

.u-fxw-n {
  flex-wrap: nowrap !important
}

.u-fxw-w {
  flex-wrap: wrap !important
}

.u-fxw-wr {
  flex-wrap: wrap-reverse !important
}

.u-jc-fs {
  -webkit-box-pack: start !important;
  justify-content: flex-start !important
}

.u-jc-fe {
  -webkit-box-pack: end !important;
  justify-content: flex-end !important
}

.u-jc-c {
  -webkit-box-pack: center !important;
  justify-content: center !important
}

.u-jc-sb {
  -webkit-box-pack: justify !important;
  justify-content: space-between !important
}

.u-jc-sa {
  justify-content: space-around !important
}

.u-ai-fs {
  -webkit-box-align: start !important;
  align-items: flex-start !important
}

.u-ai-fe {
  -webkit-box-align: end !important;
  align-items: flex-end !important
}

.u-ai-c {
  -webkit-box-align: center !important;
  align-items: center !important
}

.u-ai-b {
  -webkit-box-align: baseline !important;
  align-items: baseline !important
}

.u-ai-s {
  -webkit-box-align: stretch !important;
  align-items: stretch !important
}

.u-ac-fs {
  align-content: flex-start !important
}

.u-ac-fe {
  align-content: flex-end !important
}

.u-ac-c {
  align-content: center !important
}

.u-ac-sb {
  align-content: space-between !important
}

.u-ac-sa {
  align-content: space-around !important
}

.u-ac-s {
  align-content: stretch !important
}

.u-fx-n {
  -webkit-box-flex: 0 !important;
  flex: none !important
}

.u-as-a {
  -ms-grid-row-align: auto !important;
  align-self: auto !important
}

.u-as-fs {
  align-self: flex-start !important
}

.u-as-fe {
  align-self: flex-end !important
}

.u-as-c {
  -ms-grid-row-align: center !important;
  align-self: center !important
}

.u-as-b {
  align-self: baseline !important
}

.u-as-s {
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important
}

@media (max-width: 767px) {
  .u-sp-fxd-r {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important
  }

  .u-sp-fxd-rr {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important
  }

  .u-sp-fxd-c {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important
  }

  .u-sp-fxd-cr {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important
  }

  .u-sp-fxw-n {
    flex-wrap: nowrap !important
  }

  .u-sp-fxw-w {
    flex-wrap: wrap !important
  }

  .u-sp-fxw-wr {
    flex-wrap: wrap-reverse !important
  }

  .u-sp-jc-fs {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important
  }

  .u-sp-jc-fe {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important
  }

  .u-sp-jc-c {
    -webkit-box-pack: center !important;
    justify-content: center !important
  }

  .u-sp-jc-sb {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important
  }

  .u-sp-jc-sa {
    justify-content: space-around !important
  }

  .u-sp-ai-fs {
    -webkit-box-align: start !important;
    align-items: flex-start !important
  }

  .u-sp-ai-fe {
    -webkit-box-align: end !important;
    align-items: flex-end !important
  }

  .u-sp-ai-c {
    -webkit-box-align: center !important;
    align-items: center !important
  }

  .u-sp-ai-b {
    -webkit-box-align: baseline !important;
    align-items: baseline !important
  }

  .u-sp-ai-s {
    -webkit-box-align: stretch !important;
    align-items: stretch !important
  }

  .u-sp-ac-fs {
    align-content: flex-start !important
  }

  .u-sp-ac-fe {
    align-content: flex-end !important
  }

  .u-sp-ac-c {
    align-content: center !important
  }

  .u-sp-ac-sb {
    align-content: space-between !important
  }

  .u-sp-ac-sa {
    align-content: space-around !important
  }

  .u-sp-ac-s {
    align-content: stretch !important
  }

  .u-sp-fx-n {
    -webkit-box-flex: 0 !important;
    flex: none !important
  }

  .u-sp-as-a {
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }

  .u-sp-as-fs {
    align-self: flex-start !important
  }

  .u-sp-as-fe {
    align-self: flex-end !important
  }

  .u-sp-as-c {
    -ms-grid-row-align: center !important;
    align-self: center !important
  }

  .u-sp-as-b {
    align-self: baseline !important
  }

  .u-sp-as-s {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}

.u-lh-1 {
  line-height: 1
}

@media print {
  .l-header {
    display: none
  }

  .l-footer {
    display: none
  }
}

/*# sourceMappingURL=maps/common.css.map */
.slick-slide{
  display: block;
}

#bnr{
  position: fixed;
  bottom:12px;
  right:12px;
}
.bnr_inner{
  position: relative;
}
.btn-close{
  position: absolute;
  top:-20px ;
  right: -10px;
  width: 40px;
  height: 40px;
}
p.text-center.input-mailmagazine input{
  padding: 10px;
  font-size: 1.8rem;
  height: 50px;
  width: 600px;
}
@media (max-width: 767px) {
  p.text-center.input-mailmagazine input{
    width: 100%;
  }
}
