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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #fff;
  color: #333;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.7142857143;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, sans-serif;
  }
}

strong, em {
  font-weight: 700;
}

pre {
  white-space: pre-wrap;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

a {
  color: #06c;
  outline: none;
  text-decoration: none;
  -webkit-transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms;
  transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms;
}

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

table {
  max-width: 100%;
  width: 100%;
}

table th, table td {
  word-break: break-all;
}

input,
button,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}

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

input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

textarea {
  resize: none;
}

input[type="button"],
input[type="submit"],
button {
  background: none;
  border: 0;
  cursor: pointer;
}

button {
  overflow: visible;
}

::-moz-selection {
  background: #5a4775;
  color: #fff;
}

::selection {
  background: #5a4775;
  color: #fff;
}

::-moz-selection {
  background: #5a4775;
  color: #fff;
}

input::-moz-selection,
textarea::-moz-selection {
  background: #ddd;
  color: #333;
}

input::selection,
textarea::selection {
  background: #ddd;
  color: #333;
}

input::-moz-selection,
textarea::-moz-selection {
  background: #ddd;
  color: #333;
}

input::-ms-clear {
  display: none;
}

.c-ico {
  color: transparent;
  font: 0/0 a;
  overflow: hidden;
  text-shadow: none;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
}

.c-ico-blank {
  background-image: url(../../images/front/common/ico-blank.svg);
  height: 16px;
  width: 16px;
}

@media screen and (max-width: 767px) {
  .c-ico-blank {
    height: 13px;
    width: 13px;
  }
}

.c-ico-answer, .c-ico-question {
  height: 23px;
  width: 23px;
}

@media screen and (max-width: 767px) {
  .c-ico-answer, .c-ico-question {
    height: 18px;
    width: 18px;
  }
}

.c-ico-answer {
  background-image: url(../../images/front/common/ico-answer.png);
}

.c-ico-question {
  background-image: url(../../images/front/common/ico-question.png);
}

.js-switch-image {
  opacity: 0;
}

.js-switch-image.is-loaded {
  opacity: 1;
}

.c-image-full {
  width: 100%;
}

.c-image-border {
  position: relative;
}

.c-image-border::after {
  bottom: 0;
  border: 1px solid #e5e5e5;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.c-image-border img {
  width: 100%;
}

.c-image-articles {
  background: #fff;
  overflow: hidden;
  position: relative;
}

.c-image-articles:empty {
  background: #e5e5e5;
}

.c-image-articles::before {
  content: '';
  display: block;
  padding-top: 70.3389830508%;
}

.c-image-articles::after {
  bottom: 0;
  border: 1px solid #e5e5e5;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

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

.c-image-user {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.c-image-user::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.c-image-user::after {
  border: 1px solid #ccc;
  border-radius: 50%;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

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

.c-image-iframe {
  position: relative;
}

.c-image-iframe::before {
  content: '';
  display: block;
  padding-top: 50.8%;
}

.c-image-iframe iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-btn {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms;
  transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms;
  vertical-align: middle;
}

.c-btn:disabled {
  cursor: default;
}

.c-btn.is-loading {
  color: rgba(255, 255, 255, 0);
}

.c-btn.is-loading::after {
  -webkit-animation: buttonLoading 800ms linear infinite;
  animation: buttonLoading 800ms linear infinite;
  border: 3px solid #fff;
  border-radius: 100%;
  border-top-color: transparent;
  bottom: 0;
  content: '';
  display: block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.c-btn-default {
  background: #333;
  border-radius: 3px;
  color: #fff;
  padding: 10px 20px;
}

.c-btn-default:not(:disabled):hover {
  background: #2b2b2b;
}

.c-btn-default:disabled {
  background: #999;
}

.c-btn-sub {
  background: #999;
  border-radius: 3px;
  color: #fff;
  padding: 10px 20px;
}

.c-btn-sub:not(:disabled):hover {
  background: #8d8d8d;
}

.c-btn-border {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  padding: 9px 18px;
}

.c-btn-border:not(:disabled):hover {
  background: #f5f5f5;
}

.c-btn-border.is-loading::after {
  border-color: #999;
  border-top-color: transparent;
}

.c-btn-login {
  background: #5a4775;
  border-radius: 3px;
  color: #fff;
  padding: 10px 20px;
}

.c-btn-login:not(:disabled):hover {
  background: #4e3d68;
}

.c-btn-action {
  background: #986699;
  border-radius: 3px;
  color: #fff;
  padding: 10px 20px;
}

.c-btn-action:not(:disabled):hover {
  background: #8c5a8d;
}

.c-btn-register {
  background: #ed8d36;
  border-radius: 3px;
  color: #fff;
  padding: 10px 20px;
}

.c-btn-register:not(:disabled):hover {
  background: #ea802d;
}

.c-btn-more {
  border: 2px solid #cfd3e1;
  border-radius: 5px;
  color: #666;
  padding: 12px 20px 10px;
}

.c-btn-more::before {
  background: #fff url(../../images/front/common/ico-more-gy.svg) no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: '';
  display: inline-block;
  color: #666;
  height: 22px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  vertical-align: middle;
  width: 22px;
}

.c-btn-more.is-loading::before {
  opacity: 0;
}

.c-btn-more.is-loading::after {
  border-color: #cfd3e1;
  border-top-color: transparent;
}

@media screen and (max-width: 767px) {
  .c-btn-more {
    border-radius: 3px;
    border-width: 1px;
    padding: 9px 15px 8px;
  }
  .c-btn-more::before {
    height: 17px;
    margin-right: 8px;
    width: 17px;
  }
}

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

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

.c-sns-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-sns-list__item + .c-sns-list__item {
  margin-left: 5px;
}

.c-sns-list__link {
  color: transparent;
  font: 0/0 a;
  overflow: hidden;
  text-shadow: none;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: block;
  height: 38px;
  width: 38px;
}

.c-sns-list__link--facebook {
  background-color: #5078bb;
  background-image: url(../../images/front/common/ico-facebook.svg);
}

.c-sns-list__link--facebook:hover {
  background-color: #456bb1;
}

.c-sns-list__link--twitter {
  background-color: #72c9ef;
  background-image: url(../../images/front/common/ico-twitter.svg);
}

.c-sns-list__link--twitter:hover {
  background-color: #65c0ec;
}

.c-sns-list__link--hatena {
  background-color: #00a4de;
  background-image: url(../../images/front/common/ico-hatena.svg);
}

.c-sns-list__link--hatena:hover {
  background-color: #0098d8;
}

@media screen and (max-width: 767px) {
  .c-sns-list__item + .c-sns-list__item {
    margin-left: 7px;
  }
  .c-sns-list__link {
    height: 42px;
    width: 42px;
  }
}

.c-tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -8px 0;
}

.c-tag-list__item {
  font-size: 12px;
  line-height: 1.4166666667;
  margin: 0 5px 8px 0;
  max-width: 100%;
}

.c-tag-list__link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #e5e5e5;
  color: #333;
  display: block;
  padding: 4px 10px;
}

@media screen and (max-width: 767px) {
  .c-tag-list {
    margin: 0 -4px -6px 0;
  }
  .c-tag-list__item {
    font-size: 10px;
    line-height: 1.4;
    margin: 0 4px 6px 0;
  }
  .c-tag-list__link {
    padding: 2px 5px;
  }
}

.c-table,
.p-editor table {
  border: 1px solid #ccc;
  border-collapse: separate;
  table-layout: fixed;
}

.c-table th,
.c-table td,
.p-editor table th,
.p-editor table td {
  border: 1px solid #ccc;
  border-width: 0 1px 0 0;
}

.c-table th:last-child,
.c-table td:last-child,
.p-editor table th:last-child,
.p-editor table td:last-child {
  border-right-width: 0;
}

.c-table tr + tr th, .c-table tr + tr td,
.p-editor table tr + tr th,
.p-editor table tr + tr td {
  border-top-width: 1px;
}

.c-table thead th,
.p-editor table thead th {
  background: #f3f4f8;
  font-weight: 700;
  padding: 10px 30px 9px;
  vertical-align: middle;
}

.c-table tbody:first-child th,
.p-editor table tbody:first-child th {
  background: #f3f4f8;
  border-right-width: 0;
  font-weight: 700;
}

.c-table tbody th, .c-table tbody td,
.p-editor table tbody th,
.p-editor table tbody td {
  padding: 17px 25px 16px 30px;
  vertical-align: top;
}

.c-table tbody th,
.p-editor table tbody th {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-table thead th,
  .p-editor table thead th {
    padding: 6px 10px;
  }
  .c-table tbody th, .c-table tbody td,
  .p-editor table tbody th,
  .p-editor table tbody td {
    padding: 8px 10px;
  }
  .c-table--row,
  .c-table--row thead,
  .c-table--row tbody,
  .c-table--row tfoot,
  .c-table--row tr,
  .c-table--row th,
  .c-table--row td,
  .p-editor table--row,
  .p-editor table--row thead,
  .p-editor table--row tbody,
  .p-editor table--row tfoot,
  .p-editor table--row tr,
  .p-editor table--row th,
  .p-editor table--row td {
    display: block;
  }
  .c-table--row th,
  .c-table--row td,
  .p-editor table--row th,
  .p-editor table--row td {
    border-width: 0;
  }
  .c-table--row tr + tr td,
  .p-editor table--row tr + tr td {
    border-top-width: 0;
  }
  .c-table--row tbody th,
  .p-editor table--row tbody th {
    border-bottom-width: 1px;
    padding-bottom: 6px;
    padding-top: 6px;
  }
}

.c-input,
.c-select,
.c-textarea {
  font-size: 16px;
  line-height: 1.75;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-transition: background-color 100ms, border-color 100ms;
  transition: background-color 100ms, border-color 100ms;
  width: 100%;
}

.c-input:focus,
.c-select:focus,
.c-textarea:focus {
  border-color: #8f5490;
}

.is-error .c-input, .is-error
.c-select, .is-error
.c-textarea {
  background-color: #ffc;
}

@media screen and (max-width: 767px) {
  .c-input,
  .c-select,
  .c-textarea {
    font-size: 14px;
    line-height: 1.3571428571;
    border-radius: 0;
  }
}

:placeholder-shown {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

.c-input {
  height: 45px;
  padding: 2px 15px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px #fff inset !important;
}

.c-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.c-search .c-input,
.c-search .c-btn {
  height: 42px;
}

.c-search .c-input {
  font-size: 16px;
  border-radius: 0;
  border-width: 2px 0 2px 2px;
  min-width: 0;
}

.c-search .c-btn {
  font-size: 16px;
  border-radius: 0 3px 3px 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1px 0 0;
  width: 72px;
}

.c-search--sm .c-input,
.c-search--sm .c-btn {
  height: 31px;
}

.c-search--sm .c-input {
  font-size: 14px;
  border-width: 1px 0 1px 1px;
  padding: 0 10px;
}

.c-search--sm .c-btn {
  font-size: 13px;
  width: 44px;
}

@media screen and (max-width: 767px) {
  .c-search .c-input,
  .c-search .c-btn {
    height: 35px;
  }
  .c-search .c-input {
    font-size: 14px;
    border-width: 1px 0 1px 1px;
    padding: 0 10px;
  }
  .c-search .c-btn {
    font-size: 13px;
    width: 52px;
  }
}

.c-textarea {
  height: 142px;
  padding: 9px 15px;
}

@media screen and (max-width: 767px) {
  .c-textarea {
    height: 135px;
    padding: 13px 10px;
  }
}

.c-input-ico {
  display: inline-block;
  height: 100%;
  max-height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 55px;
}

.c-input-ico::before, .c-input-ico::after {
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
}

.c-input-ico::after {
  opacity: 0;
}

.c-input-ico--user::before {
  background-image: url(../../images/front/common/ico-user-gy.svg);
}

.c-input-ico--user::after {
  background-image: url(../../images/front/common/ico-user-pu.svg);
}

.c-input-ico--tel::before {
  background-image: url(../../images/front/common/ico-tel-gy.svg);
}

.c-input-ico--tel::after {
  background-image: url(../../images/front/common/ico-tel-pu.svg);
}

.c-input-ico--company::before {
  background-image: url(../../images/front/common/ico-company-gy.svg);
}

.c-input-ico--company::after {
  background-image: url(../../images/front/common/ico-company-pu.svg);
}

.c-input-ico--mail::before {
  background-image: url(../../images/front/common/ico-mail-gy.svg);
}

.c-input-ico--mail::after {
  background-image: url(../../images/front/common/ico-mail-pu.svg);
}

.c-input-ico--body::before {
  background-image: url(../../images/front/common/ico-body-gy.svg);
}

.c-input-ico--body::after {
  background-image: url(../../images/front/common/ico-body-pu.svg);
}

.c-input-ico--password::before {
  background-image: url(../../images/front/common/ico-password-gy.svg);
}

.c-input-ico--password::after {
  background-image: url(../../images/front/common/ico-password-pu.svg);
}

.c-input-ico--invite::before {
  background-image: url(../../images/front/common/ico-invite-gy.svg);
}

.c-input-ico--invite::after {
  background-image: url(../../images/front/common/ico-invite-pu.svg);
}

.c-input-ico--pu::before,
.is-success .c-input-ico::before,
.c-input:focus + .c-input-ico::before,
.c-textarea:focus + .c-input-ico::before {
  opacity: 0;
}

.c-input-ico--pu::after,
.is-success .c-input-ico::after,
.c-input:focus + .c-input-ico::after,
.c-textarea:focus + .c-input-ico::after {
  opacity: 1;
}

.c-input-ico__outer {
  min-width: 0;
  position: relative;
  width: 100%;
}

.c-input-ico__outer .c-input,
.c-input-ico__outer .c-textarea,
.c-input-ico__outer .c-input-ico + * {
  padding-left: 55px;
}

@media screen and (max-width: 767px) {
  .c-input-ico__outer .c-input,
  .c-input-ico__outer .c-textarea,
  .c-input-ico__outer .c-input-ico + * {
    padding-left: 48px;
  }
}

.c-checkbox-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -22px -14px 0;
}

.c-checkbox-list__item {
  margin: 0 22px 14px 0;
  position: relative;
}

.c-checkbox {
  line-height: 18px;
  position: relative;
}

.c-checkbox input {
  display: none;
}

.c-checkbox label {
  cursor: pointer;
  display: inline-block;
  min-height: 19px;
  padding: 1px 0 0 26px;
  position: relative;
  vertical-align: top;
  word-break: break-all;
}

.c-checkbox label::before, .c-checkbox label::after {
  content: '';
  display: block;
  position: absolute;
}

.c-checkbox label::before {
  border: 1px solid #999;
  height: 19px;
  left: 0;
  top: 0;
  width: 19px;
}

.c-checkbox label::after {
  background: url(../../images/front/common/ico-check-gr.svg) no-repeat;
  background-size: contain;
  height: 11px;
  left: 2px;
  opacity: 0;
  top: 4px;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  width: 16px;
}

.c-checkbox input:checked + label::after {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .c-checkbox label {
    padding: 0 0 0 25px;
  }
}

.c-fieldset {
  position: relative;
}

.c-error {
  font-size: 12px;
  line-height: 1.4166666667;
  background: #f66;
  border-radius: 3px;
  color: #fff;
  display: none;
  min-height: 25px;
  min-width: 35px;
  padding: 4px 10px;
  pointer-events: none;
  position: absolute;
  right: -10px;
  top: -33px;
}

.c-error::after {
  border-color: #f66 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  bottom: -5px;
  content: '';
  display: block;
  position: absolute;
  right: 21px;
}

.c-error.is-active,
.is-error .c-error {
  display: block;
}

.c-error--cookie {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4285714286;
  background: #fff;
  border: 2px solid #f69;
  border-radius: 8px;
  color: #f69;
  display: none;
  padding: 10px 20px 9px 98px;
  position: relative;
  text-align: left;
}

.c-error--cookie::before {
  background: url(../../images/front/login/img-cookie-osaru.png) no-repeat center bottom;
  content: '';
  display: block;
  height: 87px;
  left: 23px;
  position: absolute;
  top: 0;
  width: 62px;
}

.c-error--cookie.is-active,
.is-error .c-error--cookie {
  display: block;
}

@media screen and (max-width: 767px) {
  .c-error {
    font-size: 10px;
    line-height: 1.5;
    min-height: 20px;
    padding: 2px 10px;
    right: -4px;
    top: -25px;
  }
  .c-error::after {
    right: 16px;
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* CUSTOM
---------------------------------------------------------- */
.slick-slider.slick-initialized {
  opacity: 1;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
}

.slick-slide {
  outline: none;
}

.slick-dots {
  font-size: 10px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
}

.slick-dots li + li {
  margin-left: 5px;
}

.slick-dots button {
  color: transparent;
  font: 0/0 a;
  overflow: hidden;
  text-shadow: none;
  background: url(../../images/front/top/ico-drop-gy.svg) no-repeat;
  background-size: contain;
  height: 18px;
  width: 12px;
}

.slick-dots .slick-active button {
  background-image: url(../../images/front/top/ico-drop-pu.svg);
}

.slick-arrow {
  color: transparent;
  font: 0/0 a;
  overflow: hidden;
  text-shadow: none;
  background: #333;
  border-radius: 50%;
  display: block;
  height: 60px;
  position: absolute;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  width: 60px;
  z-index: 2;
}

.slick-arrow::before {
  border-style: solid;
  content: '';
  display: block;
  left: 50%;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}

.slick-arrow:hover {
  background: #2b2b2b;
}

.slick-prev::before {
  border-color: transparent #fff transparent transparent;
  border-width: 10px 17px 10px 0;
  margin-left: -11px;
}

.slick-next::before {
  border-color: transparent transparent transparent #fff;
  border-width: 10px 0 10px 17px;
  margin-left: -6px;
}

@media screen and (max-width: 767px) {
  .slick-dots li + li {
    margin-left: 4px;
  }
  .slick-dots button {
    height: 12px;
    width: 8px;
  }
  .slick-arrow {
    height: 30px;
    width: 30px;
  }
  .slick-arrow::before {
    margin-top: -5px;
  }
  .slick-prev::before {
    border-width: 5px 8px 5px 0;
    margin-left: -5px;
  }
  .slick-next::before {
    border-width: 5px 0 5px 8px;
    margin-left: -3px;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* CUSTOM
---------------------------------------------------------- */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .3;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: 250ms;
  transition: 250ms;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .mfp-wrap {
    overflow-x: auto !important;
  }
}

.mfp-container {
  min-width: 1260px;
  padding: 0;
}

.mfp-content {
  max-width: 1080px;
  padding: 50px 0;
  position: static;
}

@media screen and (max-width: 767px) {
  .mfp-container {
    min-width: 320px;
  }
  .mfp-content {
    padding: 30px 15px;
  }
}

html {
  height: 100%;
}

html.is-nav--active {
  overflow: hidden;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  min-width: 1260px;
}

body::before {
  content: 'lg';
  display: none;
}

@media screen and (max-width: 767px) {
  body::before {
    content: 'sm';
  }
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

.l-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 0;
  overflow: hidden;
  padding-top: 88px;
  position: relative;
}

@media (-ms-high-contrast: none) {
  .l-page {
    min-height: 100vh;
  }
}

.top .l-page {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .l-page {
    padding-top: 82px;
  }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .single .l-page {
    display: block;
  }
}

.l-content {
  border-bottom: 10px solid #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  padding-bottom: 70px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-content {
    border-bottom-width: 0;
    padding-bottom: 0;
  }
}

.l-container {
  margin: 0 auto;
  max-width: 1080px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-container {
    padding: 0 15px;
  }
}

.l-main {
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-lg {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .l-sm {
    display: none !important;
  }
}

.l-header-new {
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  min-width: 1260px;
  position: fixed;
  right: 0;
  top: 30px;
  z-index: 300;
}

.l-header-logo {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.l-header-logo__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 58px;
  padding: 6px 16px;
}

.l-header-logo img {
  width: 200px;
  margin-top: 2px;
}

.l-header-logo span {
  font-size: 9px;
  line-height: 1.2;
  color: #333;
}

@media screen and (max-width: 767px) {
  .l-header-new {
    height: 52px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 0;
    padding: 0;
    top: 30px;
  }
  .l-header-logo {
    text-align: center;
  }
  .l-header-logo__link {
    height: 52px;
    padding: 0 20px 2px;
  }
  .l-header-logo img {
    width: 200px;
  }
}

.l-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.l-nav-list__item {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.3333333333;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.l-nav-list__link {
  background: #5a4775;
  color: #fff;
  display: block;
  min-width: 136px;
  text-align: center;
}

.l-nav-list__link--current, .l-nav-list__link:hover {
  background: #867897;
}

.l-nav-list__link--register {
  background: #4e3d68;
}

.l-nav-list__link--register:hover {
  background: #ed8d36;
}

.l-nav-list--sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: absolute;
  top: 100%;
}

.l-nav-list--sub__item {
  font-size: 12px;
  font-weight: 400;
  line-height: 2.5;
  position: relative;
  text-align: center;
}

.l-nav-list--sub__item::before {
  border-left: 1px dotted #ccc;
  bottom: 7px;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 7px;
}

.l-nav-list--sub__item:first-child::before {
  border-left: 1px solid #dbdbdb;
}

@media screen and (min-width: 768px) {
  .l-nav-list--sub__item:nth-child(2) {
    width: 84px;
  }
  .l-nav-list--sub__item:nth-child(3) {
    width: 108px;
  }
  .l-nav-list--sub__item:nth-child(4) {
    width: 101px;
  }
}

.l-nav-list--sub__link {
  color: #333;
  display: block;
  padding: 0 22px 0 23px;
}

@media screen and (min-width: 768px) {
  .l-nav-list--sub__link--current, .l-nav-list--sub__link:hover {
    font-weight: 700;
  }
}

.l-nav__btn {
  color: transparent;
  font: 0/0 a;
  overflow: hidden;
  text-shadow: none;
  background: #fff;
  cursor: pointer;
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 58px;
}

.l-nav__btn::before {
  background: #fff;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  content: '';
  display: block;
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
}

.l-nav__btn span, .l-nav__btn span::before, .l-nav__btn span::after {
  background: #4d4455;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  width: 28px;
}

.l-nav__btn span {
  left: 50%;
  margin: -1px 0 0 -14px;
  top: 50%;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
}

.l-nav__btn span::before, .l-nav__btn span::after {
  left: 0;
  -webkit-transition: top 200ms, -webkit-transform 200ms;
  transition: top 200ms, -webkit-transform 200ms;
  transition: transform 200ms, top 200ms;
  transition: transform 200ms, top 200ms, -webkit-transform 200ms;
}

.l-nav__btn span::before {
  top: -10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.l-nav__btn span::after {
  top: 10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.is-nav--active .l-nav__btn::before {
  background: #4d4455;
}

.is-nav--active .l-nav__btn span {
  background: rgba(77, 68, 85, 0);
}

.is-nav--active .l-nav__btn span::before, .is-nav--active .l-nav__btn span::after {
  background: #fff;
  top: 0;
}

.is-nav--active .l-nav__btn span::before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.is-nav--active .l-nav__btn span::after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

@media screen and (max-width: 767px) {
  .l-nav {
    background: #4d4455;
    bottom: 0;
    display: none;
    left: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    padding: 15px 15px;
    position: fixed;
    right: 0;
    top: 75px;
  }
  .is-nav--active .l-nav {
    display: block;
  }
  .l-nav__inner {
    background: #fff;
    border-radius: 3px;
    overflow-y: auto;
    padding: 13px 12px 7px;
  }
  .l-nav-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-nav-list__item {
    font-size: 15px;
    line-height: 1.3333333333;
    border-top: 1px solid #ccc;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    overflow: hidden;
    width: 100%;
  }
  .l-nav-list__item--login, .l-nav-list__item--register {
    font-size: 14px;
    line-height: 1;
    border-top-width: 0;
    margin-bottom: 14px;
  }
  .l-nav-list__item--login {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 2px;
    width: 50%;
  }
  .l-nav-list__item--register {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 2px;
    width: 50%;
  }
  .l-nav-list__link {
    color: #333;
    min-width: 0;
    padding: 15px 7px 14px;
    text-align: left;
  }
  .l-nav-list__link, .l-nav-list__link:hover {
    background: #fff;
  }
  .l-nav-list__link--login, .l-nav-list__link--register {
    border-radius: 2px;
    color: #fff;
    padding: 11px 10px;
    text-align: center;
  }
  .l-nav-list__link--login, .l-nav-list__link--login:hover {
    background: #5b4776;
  }
  .l-nav-list__link--register, .l-nav-list__link--register:hover {
    background: #ed8d36;
  }
  .l-nav-list--sub {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7px;
    overflow: hidden;
    position: static;
  }
  .l-nav-list--sub__outer {
    background: #eaedf2;
    border-radius: 3px;
    margin: -3px 0 7px;
    padding: 8px 0 7px 15px;
  }
  .l-nav-list--sub__item {
    font-size: 14px;
    line-height: 1.7857142857;
    margin: 0 13px 0 -14px;
    padding: 0 9px 0 14px;
  }
  .l-nav-list--sub__item::before {
    border-left-width: 0 !important;
    bottom: auto;
    color: #333;
    content: '|';
    top: 0;
  }
  .l-nav-list--sub__link {
    color: #06c;
    padding: 0;
  }
  .l-nav__btn {
    display: block;
  }
}

.l-footer {
  background: #fff fixed;
  position: relative;
  z-index: 100;
}

.l-footer .l-container {
  position: static;
}

.l-footer-pagetop {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 100;
}

.l-footer-pagetop__link {
  color: transparent;
  font: 0/0 a;
  overflow: hidden;
  text-shadow: none;
  background: #333 url(../../images/front/common/arrow-pagetop.png) no-repeat center 15px;
  background-size: 27px auto;
  border-radius: 3px;
  bottom: 8px;
  display: block;
  height: 45px;
  opacity: .7;
  position: absolute;
  right: 9px;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
  width: 45px;
}

.l-footer-pagetop__link:hover {
  background-color: #111;
}

@media screen and (min-width: 768px) {
  .l-footer-pagetop__link {
    -webkit-transform: translateY(55px);
    transform: translateY(55px);
  }
  .l-footer-pagetop.is-fixed .l-footer-pagetop__link {
    position: fixed;
    -webkit-transition: background-color 200ms, -webkit-transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: background-color 200ms, -webkit-transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: background-color 200ms, transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: background-color 200ms, transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .l-footer-pagetop.is-visible .l-footer-pagetop__link {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.l-footer-nav {
  background: #eaedf2;
  position: relative;
}

.l-footer-nav__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0 36px;
}

.l-footer-nav__col + .l-footer-nav__col {
  margin-left: 20px;
}

.l-footer-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.l-footer-page-list {
  padding-bottom: 8px;
  padding-top: 3px;
}

.l-footer-page-list + .l-footer-page-list {
  border-left: 1px solid #d8dce7;
  margin-left: 22px;
  padding-left: 22px;
}

.l-footer-page-list__item {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}

.l-footer-page-list__link {
  color: #333;
}

.l-footer-action {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 29px;
}

.l-footer-action-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.l-footer-action-list__item + .l-footer-action-list__item {
  margin-left: 8px;
}

.l-footer-action-list__item .c-btn {
  min-width: 135px;
  padding: 9px 20px;
}

.l-footer-fbpage {
  height: 300px;
  width: 350px;
}

.l-footer-mark {
  padding: 14px 0 13px;
}

.l-footer-mark-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -20px 0;
}

.l-footer-mark-list__item {
  margin: 0 20px 20px 0;
}

.l-footer-mark-list__item img {
  height: 68px;
}

.l-footer-info {
  background: #4d4455;
  color: #fff;
  padding: 12px 0 10px;
  position: relative;
  z-index: 101;
}

.l-footer-info__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer-info__text {
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.l-footer-copyright {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 90px;
  }
  .l-footer-pagetop {
    position: static;
  }
  .l-footer-pagetop__link {
    background-position: center 8px;
    border-radius: 0;
    height: 32px;
    opacity: 1;
    position: static;
    width: auto;
  }
  .l-footer-pagetop__link, .l-footer-pagetop__link:hover {
    background-color: #363636;
  }
  .l-footer-nav__inner {
    display: block;
    padding: 25px 0;
  }
  .l-footer-nav__col + .l-footer-nav__col {
    margin-left: 0;
  }
  .l-footer-page {
    padding-top: 0;
  }
  .l-footer-page-list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
  }
  .l-footer-page-list + .l-footer-page-list {
    margin-left: 14px;
    padding-left: 17px;
  }
  .l-footer-page-list__item {
    font-size: 12px;
    line-height: 1.3333333333;
  }
  .l-footer-page-list__item + .l-footer-page-list__item {
    margin-top: 10px;
  }
  .l-footer-page-list__item:first-child {
    margin-top: -2px;
  }
  .l-footer-page-list__item:last-child {
    margin-bottom: -2px;
  }
  .l-footer-action {
    display: block;
    margin: 0;
  }
  .l-footer-action-list {
    display: none;
  }
  .l-footer-sns-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: -57px;
  }
  .error .l-footer-sns-list {
    display: none;
  }
  .l-footer-fbpage {
    display: none;
  }
  .l-footer-info {
    padding: 16px 0;
    text-align: center;
  }
  .l-footer-info__inner {
    display: block;
  }
  .l-footer-info__text {
    font-size: 9px;
    line-height: 1.6666666667;
  }
  .l-footer-copyright {
    font-size: 10px;
    margin: 17px 0 0;
  }
}

.l-page-header {
  background: #fff url(../../images/front/common/bg-header.png) repeat-x;
  background-size: auto 100%;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.l-page-header::before {
  background: url(../../images/front/common/bg-header-fruits_lg.png) no-repeat right center;
  background-size: auto 100%;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.l-page-header::after {
  background: url(../../images/front/common/bg-header-water.png) repeat-x center bottom;
  background-size: auto 100%;
  content: '';
  display: block;
  height: 122.666666667%;
  left: 0;
  opacity: .2;
  position: absolute;
  right: 0;
  top: 0;
}

.l-page-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 4px;
}

.l-page-header__title {
  font-size: 36px;
  line-height: 1;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.l-page-header--sub::before {
  display: none;
}

.l-page-header--sub::after {
  opacity: .3;
}

.l-page-header--sub .l-page-header__inner::before, .l-page-header--sub .l-page-header__inner::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-page-header {
    margin-bottom: 20px;
  }
  .l-page-header::before {
    display: none;
  }
  .l-page-header__inner {
    height: 47px;
    padding-top: 2px;
    text-align: center;
  }
  .l-page-header__inner::before, .l-page-header__inner::after {
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: -1;
  }
  .l-page-header__inner::before {
    background-image: url(../../images/front/common/bg-header-fruits01_sm.png);
    background-position: left center;
    left: 0;
  }
  .l-page-header__inner::after {
    background-image: url(../../images/front/common/bg-header-fruits02_sm.png);
    background-position: right center;
    right: 0;
  }
  .l-page-header__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }
}

.l-breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.l-page-header + .l-breadcrumbs {
  margin-top: -27px;
}

.l-breadcrumbs > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.l-breadcrumbs > span::after {
  content: '＞';
  font-weight: 400;
  margin: 0 4px;
}

.l-breadcrumbs > span:last-child {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.l-breadcrumbs > span:last-child::after {
  display: none;
}

.l-breadcrumbs > span:last-child a {
  color: #333;
}

.l-breadcrumbs__single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-breadcrumbs__single::after {
  content: '】';
}

.l-breadcrumbs__date::after {
  content: '【';
}

.l-breadcrumbs__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.l-breadcrumbs--sm {
  background: #fff;
  padding: 6px 20px;
}

.l-breadcrumbs--sm:last-child {
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .l-breadcrumbs {
    margin-bottom: 10px;
  }
  .l-page-header + .l-breadcrumbs {
    margin-top: -2px;
  }
  .l-breadcrumbs > span {
    font-size: 9px;
    line-height: 1.5555555556;
  }
  .l-breadcrumbs > span::after {
    margin: 0 3px;
  }
  .l-breadcrumbs__single {
    display: inline;
  }
  .l-breadcrumbs__single::after {
    display: none;
  }
  .l-breadcrumbs__date::after {
    display: none;
  }
  .l-breadcrumbs__title {
    display: none;
  }
  .l-breadcrumbs--sm {
    padding: 3px 10px;
  }
  .l-breadcrumbs--sm:last-child {
    display: none;
    margin: 10px 0 0;
  }
}

.l-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.l-side-contact {
  background: #5a4775;
  color: #fff;
  margin-bottom: 13px;
  padding: 24px 17px 23px;
}

.l-side-contact:last-child {
  margin-bottom: 0;
}

.l-side-contact__header {
  margin-bottom: 10px;
  text-align: center;
}

.l-side-contact__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4117647059;
}

.l-side-contact__content {
  font-size: 15px;
  line-height: 1.4666666667;
}

.l-side-contact__content .c-btn {
  font-size: 16px;
  display: block;
  margin-top: 15px;
  padding: 11px 10px;
}

.l-side-search {
  margin: 2px 0 15px;
}

.l-side-nav {
  background: #fff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.l-side-nav__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2857142857;
  background: #d5cfdd;
  padding: 7px 15px 5px;
  text-align: center;
}

.l-side-nav__content {
  padding: 18px 17px 30px;
}

.l-side-nav-list__item {
  font-size: 14px;
  line-height: 1.6428571429;
}

.l-side-nav-list__item + .l-side-nav-list__item {
  margin-top: 6px;
}

.l-side-writer-list__item + .l-side-writer-list__item {
  margin-top: 9px;
}

.l-side-writer-list__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-side-writer-list__image {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 7px;
  width: 50px;
}

.l-side-writer-list__content {
  font-size: 13px;
  line-height: 1.4615384615;
  color: #333;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.l-side-writer-list__content span {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2666666667;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .l-side-contact {
    margin-bottom: 25px;
    padding: 18px 20px 20px;
  }
  .l-side-contact__header {
    margin-bottom: 10px;
  }
  .l-side-contact__title {
    font-size: 15px;
    line-height: 1.3333333333;
  }
  .l-side-contact__content {
    font-size: 12px;
    line-height: 1.4166666667;
  }
  .l-side-contact__content .c-btn {
    font-size: 13px;
    margin-top: 10px;
    padding: 9px 15px;
  }
  .l-side-search {
    display: none;
  }
  .l-side-nav__title {
    font-size: 13px;
    line-height: 1.2307692308;
    padding: 4px 14px 3px;
  }
  .l-side-nav__content {
    padding: 15px 14px 20px;
  }
  .l-side-nav-list__item {
    font-size: 12px;
    line-height: 1.5;
  }
  .l-side-nav-list__item + .l-side-nav-list__item {
    margin-top: 3px;
  }
  .l-side-writer-list__item + .l-side-writer-list__item {
    margin-top: 7px;
  }
  .l-side-writer-list__content {
    font-size: 11px;
    line-height: 1.5454545455;
  }
  .l-side-writer-list__content br {
    display: none;
  }
  .l-side-writer-list__content span {
    font-size: 14px;
    line-height: 1.2142857143;
  }
}

.p-editor {
  font-size: 16px;
  line-height: 1.75;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", sans-serif;
}

.p-editor p, .p-editor ul, .p-editor ol, .p-editor dl, .p-editor table, .p-editor img {
  margin: 0 0 1.5em;
  padding: 0;
}

.p-editor p:last-child, .p-editor ul:last-child, .p-editor ol:last-child, .p-editor dl:last-child, .p-editor table:last-child, .p-editor img:last-child {
  margin-bottom: 0;
}

.p-editor ul, .p-editor ol, .p-editor dl, .p-editor table, .p-editor img {
  margin: 1em 0;
}

.p-editor img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.p-editor a img {
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
}

.p-editor a img:hover {
  opacity: .7;
}

.p-editor h2, .p-editor h3, .p-editor h4, .p-editor h5, .p-editor h6 {
  font-weight: 700;
  margin: 1.5em 0 .5em;
}

.p-editor h2:first-child, .p-editor h3:first-child, .p-editor h4:first-child, .p-editor h5:first-child, .p-editor h6:first-child {
  margin-top: 0;
}

.p-editor h2:last-child, .p-editor h3:last-child, .p-editor h4:last-child, .p-editor h5:last-child, .p-editor h6:last-child {
  margin-bottom: 0;
}

.p-editor h2 {
  font-size: 27px;
  line-height: 1.3703703704;
}

.p-editor h3 {
  font-size: 21px;
  line-height: 1.4761904762;
}

.p-editor h4 {
  font-size: 18px;
  line-height: 1.5555555556;
}

.p-editor h5, .p-editor h6 {
  font-size: 16px;
  line-height: 1.75;
}

.p-editor ul {
  list-style: disc outside;
  margin-left: 1.5em;
}

.p-editor ol {
  list-style: decimal outside;
  margin-left: 1.5em;
}

.p-editor .twitter-tweet, .p-editor .instagram-media {
  display: none;
  margin-left: auto !important;
  margin-right: auto !important;
}

.p-editor table {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .p-editor {
    font-size: 13px;
    line-height: 1.6153846154;
  }
  .p-editor p, .p-editor ul, .p-editor ol, .p-editor dl, .p-editor table, .p-editor img {
    margin-bottom: 1.2em;
  }
  .p-editor ul, .p-editor ol, .p-editor dl, .p-editor table, .p-editor img {
    margin: 1em 0;
  }
  .p-editor h2, .p-editor h3, .p-editor h4, .p-editor h5, .p-editor h6 {
    margin: 1.2em 0 .35em;
  }
  .p-editor h2 {
    font-size: 17px;
    line-height: 1.4117647059;
  }
  .p-editor h3 {
    font-size: 15px;
    line-height: 1.4666666667;
  }
  .p-editor h4 {
    font-size: 14px;
    line-height: 1.5;
  }
  .p-editor h5, .p-editor h6 {
    font-size: 13px;
    line-height: 1.6153846154;
  }
}

.p-faq {
  background: #eaedf2;
  margin-top: 70px;
  padding: 28px 0 50px;
}

.p-faq__header {
  margin-bottom: 22px;
  text-align: center;
}

.p-faq__title {
  font-size: 30px;
  line-height: 1.3333333333;
}

.p-faq__inner {
  background: #fff;
  border-radius: 12px;
  padding: 39px 30px 38px;
}

.p-faq__footer {
  margin-top: 26px;
  text-align: center;
}

.p-faq__footer .c-btn {
  font-size: 16px;
  min-width: 260px;
  padding: 11px 20px;
}

.p-faq-list__item + .p-faq-list__item {
  margin-top: 27px;
}

.p-faq-list__title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4285714286;
  padding-left: 33px;
  position: relative;
}

.p-faq-list__title .c-ico {
  left: 0;
  position: absolute;
  top: 1px;
}

.p-faq-list__text {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 9px;
  padding-left: 33px;
  position: relative;
}

.p-faq-list__text .c-ico {
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .p-faq {
    margin-top: 45px;
    padding: 17px 0 20px;
  }
  .p-faq__header {
    margin-bottom: 15px;
  }
  .p-faq__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3333333333;
  }
  .p-faq__inner {
    background: none;
    border-radius: 0;
    padding: 0;
  }
  .p-faq__content {
    background: #fff;
    border-radius: 3px;
    padding: 14px 15px 18px;
  }
  .p-faq__footer {
    margin-top: 20px;
  }
  .p-faq__footer .c-btn {
    font-size: 14px;
    display: block;
    padding: 10px 15px 9px;
  }
  .p-faq-list__item + .p-faq-list__item {
    margin-top: 20px;
  }
  .p-faq-list__title {
    font-size: 15px;
    line-height: 1.4;
    padding-left: 26px;
  }
  .p-faq-list__title .c-ico {
    top: 2px;
  }
  .p-faq-list__text {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 12px;
    padding-left: 26px;
  }
}

.p-register {
  background: #5a4775 url(../../images/front/common/bg-bubble.png) repeat-x center top;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .p-register:last-child {
    margin-bottom: -80px;
  }
}

.p-register__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-register__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 120px;
  padding: 24px 0 20px;
  text-align: center;
}

.p-register__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3125;
  color: #fff;
}

.p-register__title span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5555555556;
  display: block;
  margin-bottom: 4px;
}

.p-register__title--home {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3333333333;
}

.p-register__title--home::before {
  background: url(../../images/front/top/ico-time.svg) no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 47px;
  margin: -10px 11px 0 0;
  vertical-align: middle;
  width: 45px;
}

.p-register__content {
  background: #fff;
  border-radius: 12px;
  padding: 34px 38px 40px;
}

.p-register-guide__item {
  font-size: 20px;
  line-height: 1.7;
  padding-left: 1.2em;
  position: relative;
}

.p-register-guide__item::before {
  content: '●';
  left: 0;
  position: absolute;
  top: 0;
}

.p-register__btns {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.p-register__btns .c-btn {
  font-size: 22px;
  line-height: 1.0454545455;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 7px;
  min-width: 315px;
  padding: 12px 20px 10px;
}

.p-register__btns .c-btn-register {
  font-size: 18px;
  line-height: 1;
}

.p-register__btns .c-btn-register__label {
  font-size: 16px;
  background: #fff;
  border-radius: 3px;
  color: #f5685e;
  display: block;
  margin: 0 14px 0 0;
  padding: 8px 10px 6px 11px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 767px) {
  .p-register {
    background-size: 131px 112px;
    padding-bottom: 15px;
  }
  .p-register__header {
    min-height: 60px;
    padding: 10px 0 9px;
  }
  .p-register__title {
    font-size: 17px;
    line-height: 1.2941176471;
  }
  .p-register__title span {
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 2px;
  }
  .p-register__title--home::before {
    height: 23px;
    margin: -2px 3px 0 0;
    width: 23px;
  }
  .p-register__content {
    border-radius: 6px;
    padding: 14px 20px 15px;
  }
  .p-register-guide__item {
    font-size: 12px;
    line-height: 1.5;
    padding-left: 1.1em;
  }
  .p-register__btns {
    display: block;
    margin-top: 11px;
  }
  .p-register__btns .c-btn {
    font-size: 15px;
    line-height: 1;
    height: 36px;
    margin: 5px 0 0;
    min-width: 0;
    padding: 10px 10px 9px;
  }
  .p-register__btns .c-btn-register__label {
    font-size: 13px;
    border-radius: 2px;
    margin: 0 6px 0 0;
    padding: 5px 5px 3px;
  }
}

@media screen and (min-width: 768px) {
  .articles .l-page-header {
    margin-bottom: 40px;
  }
}

.articles .l-content {
  background: #e9ecf1;
}

.articles .l-content > .l-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.articles .l-main {
  width: 820px;
}

.articles .l-side {
  margin-left: 20px;
  width: 240px;
}

.articles .c-btn-more {
  font-size: 15px;
  margin-top: 36px;
  width: 100%;
}

.articles-info {
  background: #eaedf1;
  margin-top: -30px;
  overflow: hidden;
  padding-top: 10px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-main .articles-info {
    display: none;
  }
}

.articles-info__inner {
  -webkit-animation: articlesInfoOsaru 300ms 500ms both cubic-bezier(0.175, 0.885, 0.32, 1.125);
  animation: articlesInfoOsaru 300ms 500ms both cubic-bezier(0.175, 0.885, 0.32, 1.125);
  padding-bottom: 46px;
}

.single .articles-info__inner {
  -webkit-animation: none;
  animation: none;
}

.articles-info__content {
  background: #fff;
  border: 2px solid #584572;
  border-radius: 3px;
  padding: 16px 16px 21px;
  position: relative;
}

.articles-info__content:after {
  background: url(../../images/front/articles/img-info-osaru.png) no-repeat;
  background-size: 100% auto;
  bottom: -69px;
  content: '';
  display: block;
  height: 70px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 113px;
}

.articles-info__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}

.articles-info__content {
  font-size: 15px;
  line-height: 1.6;
}

.l-breadcrumbs + .articles-archive {
  margin-top: 26px;
}

.articles-archive__header {
  margin-bottom: 17px;
  padding-left: 20px;
}

.articles-archive__title {
  font-size: 30px;
  line-height: 1.2;
  display: inline;
}

.articles-archive__title span {
  font-weight: 700;
}

.articles-archive__count {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.7142857143;
  display: inline-block;
  margin-left: -5px;
}

.articles-list {
  margin-bottom: -20px;
}

.articles-list__item {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  min-height: 206px;
  padding-left: 256px;
  position: relative;
  -webkit-transition: background-color 100ms, opacity 200ms, -webkit-transform 300ms;
  transition: background-color 100ms, opacity 200ms, -webkit-transform 300ms;
  transition: background-color 100ms, opacity 200ms, transform 300ms;
  transition: background-color 100ms, opacity 200ms, transform 300ms, -webkit-transform 300ms;
}

.articles-list__item:hover {
  background: #5a4775;
  color: #fff;
}

.articles-list__item:hover .articles-list__date,
.articles-list__item:hover .articles-list__title {
  color: #fff;
}

.articles-list__item.is-loading {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.articles-list__item.is-new::before {
  background: url(../../images/front/articles/ico-new.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 55px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  z-index: 2;
}

.articles-list__link {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px 20px 0;
}

.articles-list__image {
  left: 0;
  padding: 20px 0 20px 20px;
  position: absolute;
  top: 0;
  width: 256px;
}

.articles-list__date {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #999;
  margin-bottom: 10px;
}

.articles-list__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}

.articles-list__content {
  padding: 20px;
}

.articles-single {
  background: #fff;
  padding: 39px 40px 54px;
}

.articles-single__header {
  margin-bottom: 24px;
}

.articles-single__date {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #999;
  margin-bottom: 14px;
}

.articles-single__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3076923077;
}

.articles-single__image {
  margin-bottom: 20px;
}

.articles-single__footer {
  margin-top: 42px;
}

.articles-related-tags {
  border: 1px solid #ccc;
  border-width: 1px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
}

.articles-related-tags__col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px 15px;
  width: 50%;
}

.articles-related-tags__col:first-child {
  padding-left: 0;
}

.articles-related-tags__col:last-child {
  padding-right: 0;
}

.articles-related-tags__col + .articles-related-tags__col {
  border: 1px solid #ccc;
  border-width: 0 0 0 1px;
}

.articles-related-tags__col .articles-writer {
  margin: -5px 0;
}

.articles-writer__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.articles-writer__image {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 9px;
  width: 100px;
}

.articles-writer__content {
  font-size: 13px;
  line-height: 1.4615384615;
  color: #333;
  min-width: 0;
  width: 100%;
}

.articles-writer__content span {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2666666667;
}

@media screen and (max-width: 767px) {
  .articles .l-content {
    padding-bottom: 25px;
  }
  .articles .l-main {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .articles .l-side {
    margin: 25px 0 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
  .articles .c-btn-more {
    font-size: 12px;
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .articles-info {
    margin-top: -10px;
  }
  .l-side .articles-info,
  .single .articles-info {
    display: none;
  }
  .articles-info__inner {
    -webkit-animation: none;
    animation: none;
    padding-bottom: 36px;
  }
  .articles-info__content {
    padding: 12px 10px;
  }
  .articles-info__content::after {
    bottom: -53px;
    height: 53px;
    width: 85px;
  }
  .articles-info__title {
    font-size: 14px;
    line-height: 1.2857142857;
    margin-bottom: 2px;
  }
  .articles-info__content {
    font-size: 10px;
    line-height: 1.6;
  }
  .l-breadcrumbs + .articles-archive {
    margin-top: -1px;
  }
  .articles-archive__header {
    margin-bottom: 7px;
    padding-left: 5px;
  }
  .articles-archive__title {
    font-size: 16px;
    line-height: 1.25;
  }
  .articles-archive__count {
    font-size: 12px;
    line-height: 1.6666666667;
  }
  .articles-list {
    margin-bottom: -12px;
  }
  .articles-list__item {
    display: block;
    margin-bottom: 12px;
    min-height: 0;
    padding: 0;
  }
  .articles-list__item.is-new::before {
    height: 52px;
    width: 52px;
  }
  .articles-list__link {
    padding: 14px 14px 0;
  }
  .articles-list__image {
    margin-bottom: 10px;
    padding: 0;
    position: static;
    width: auto;
  }
  .articles-list__date {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .articles-list__title {
    font-size: 14px;
    line-height: 1.3571428571;
  }
  .articles-list__content {
    padding: 10px 14px 14px;
  }
  .articles-single {
    padding: 13px 15px 22px;
  }
  .articles-single__header {
    margin-bottom: 12px;
  }
  .articles-single__date {
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 9px;
  }
  .articles-single__title {
    font-size: 14px;
    line-height: 1.3571428571;
  }
  .articles-single__image {
    margin-bottom: 16px;
  }
  .articles-single__footer {
    margin-top: 24px;
  }
  .articles-related-tags {
    display: block;
    margin-top: 20px;
  }
  .articles-related-tags__col {
    padding: 12px 0;
    width: auto;
  }
  .articles-related-tags__col + .articles-related-tags__col {
    border-width: 1px 0 0;
  }
  .articles-related-tags__col .articles-writer {
    margin: -5px 0;
  }
  .articles-writer__image {
    margin-right: 7px;
    width: 50px;
  }
  .articles-writer__content {
    font-size: 10px;
    line-height: 1.2;
  }
  .articles-writer__content span {
    font-size: 14px;
    line-height: 1.2142857143;
  }
}

@-webkit-keyframes articlesInfoOsaru {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}

@keyframes articlesInfoOsaru {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}

.company-table tbody th {
  font-size: 14px;
  line-height: 1.8571428571;
  width: 136px;
}

.company-table tbody td {
  font-size: 16px;
  line-height: 1.625;
}

.company-table ul {
  margin: 9px 0;
}

.company-table ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.company-table ul li + li {
  margin-top: 8px;
}

.company-table ul h2 {
  font-weight: 700;
}

.company-table ul h2::after {
  content: ':';
  font-weight: 400;
  margin: 0 4px;
}

@media screen and (max-width: 767px) {
  .company-table tbody th {
    font-size: 12px;
    line-height: 1.3333333333;
    width: auto;
  }
  .company-table tbody td {
    font-size: 12px;
    line-height: 1.3333333333;
  }
  .company-table ul {
    margin: 2px 0 4px;
  }
  .company-table ul li {
    font-size: 11px;
    line-height: 1.4545454545;
    display: block;
  }
  .company-table ul li + li {
    margin-top: 4px;
  }
}

.error .l-content {
  padding: 110px 0 106px;
}

.error-status {
  text-align: center;
}

.error-status__image {
  margin: 0 auto 28px;
  position: relative;
  width: 226px;
}

.error-status__image img {
  position: relative;
}

.error-status__image svg {
  height: 91.320754717%;
  left: 30.0884955752%;
  position: absolute;
  top: -4.4025157233%;
  width: 40.2654867257%;
}

.error-status__image svg path {
  fill: none;
  stroke: #594574;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 4.5354;
}

.error-status__header {
  margin-bottom: 6px;
}

.error-status__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2307692308;
}

.error-status__content {
  font-size: 16px;
  line-height: 1.625;
}

.error-return-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 22px;
}

.error-return-list__item {
  font-size: 16px;
  line-height: 1;
}

.error-return-list__item::after {
  content: '｜';
  margin-right: 5px;
  vertical-align: top;
}

.error-return-list__item:last-child::after {
  display: none;
}

.error-return-list__link {
  color: #06c;
  display: inline-block;
  font-weight: 700;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .error .l-content {
    padding: 64px 0 0;
  }
  .error-status__image {
    margin-bottom: 16px;
    width: 159px;
  }
  .error-status__title {
    font-size: 17px;
    line-height: 1.2941176471;
  }
  .error-status__content {
    font-size: 11px;
    line-height: 1.5454545455;
  }
  .error-return-list {
    margin-top: 12px;
  }
  .error-return-list__item {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .faq .l-page-header {
    margin-bottom: 40px;
  }
  .faq.home .l-page-header__inner {
    padding-left: 54px;
  }
}

.faq .l-content {
  background: #e9ecf1;
}

.faq .l-content > .l-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.faq .l-main {
  width: 820px;
}

.faq .l-side {
  margin-left: 20px;
  width: 240px;
}

.faq .c-btn-more {
  font-size: 15px;
  margin-top: 36px;
  width: 100%;
}

.faq-search {
  background: #fff;
  margin-bottom: 12px;
  padding: 23px 25px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .faq-search::before, .faq-search::after {
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
  }
  .faq-search::before {
    -webkit-animation: faqSearchArm 1000ms cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    animation: faqSearchArm 1000ms cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    background-image: url(../../images/front/faq/img-search-arm.png);
    height: 46px;
    left: 17px;
    top: 8px;
    -webkit-transform-origin: 5% 0%;
    transform-origin: 5% 0%;
    width: 30px;
  }
  .faq-search::after {
    background-image: url(../../images/front/faq/img-search-osaru.png);
    height: 170px;
    left: 10px;
    top: -115px;
    width: 68px;
  }
  .faq-search .c-input {
    padding-left: 34px;
  }
}

.l-breadcrumbs + .faq-archive {
  margin-top: 26px;
}

.faq-archive__header {
  margin-bottom: 17px;
  padding-left: 20px;
}

.faq-archive__title {
  font-size: 30px;
  line-height: 1.2;
  display: inline;
}

.faq-archive__title span {
  font-weight: 700;
  margin-right: 9px;
}

.faq-archive__count {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.7142857143;
  display: inline-block;
  margin-left: -5px;
}

.faq-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px -12px 0;
}

.faq-list__item {
  background: #fff;
  margin: 0 12px 12px 0;
  position: relative;
  -webkit-transition: background-color 100ms, opacity 200ms;
  transition: background-color 100ms, opacity 200ms;
  width: calc(50% - 12px);
}

.faq-list__item::before {
  border: 3px solid #8c578d;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
}

.faq-list__item:hover::before {
  opacity: 1;
}

.faq-list__link {
  color: #333;
  display: block;
  padding: 27px 25px;
}

.faq-list__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3333333333;
  padding-left: 30px;
  position: relative;
}

.faq-list__title .c-ico {
  left: 0;
  position: absolute;
  top: 2px;
}

.faq-list__text {
  font-size: 15px;
  line-height: 1.4666666667;
  margin-top: 14px;
  padding-left: 30px;
  position: relative;
}

.faq-list__text .c-ico {
  left: 0;
  position: absolute;
  top: -1px;
}

.faq-list__content {
  border-top: 1px solid #eaedf1;
  margin: -15px 25px 0;
  padding: 15px 0 19px;
}

.faq-single {
  background: #fff;
  padding: 37px 25px 22px;
}

.faq-single__header {
  margin-bottom: 25px;
}

.faq-single__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3333333333;
  padding-left: 30px;
  position: relative;
}

.faq-single__title .c-ico {
  left: 0;
  position: absolute;
  top: 2px;
}

.faq-single__content {
  font-size: 16px;
  line-height: 1.5625;
  padding-left: 30px;
  position: relative;
}

.faq-single__content .c-ico {
  left: 0;
  position: absolute;
  top: 0;
}

.faq-single__content img {
  border: 1px solid #ccc;
}

.faq-single__date {
  text-align: right;
}

.faq-single__footer {
  border-top: 1px solid #eaedf1;
  margin-top: 23px;
  padding-top: 18px;
}

.faq-related-tags__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 6px;
}

.faq-related-faqs {
  margin-top: 38px;
}

.faq-related-faqs__header {
  margin-bottom: 8px;
}

.faq-related-faqs__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3636363636;
}

.faq-related-faqs + .l-breadcrumbs {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .faq .l-content {
    padding-bottom: 25px;
  }
  .faq .l-main {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .faq .l-side {
    margin: 25px 0 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
  .faq .c-btn-more {
    font-size: 12px;
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .faq-search {
    padding: 18px 14px;
  }
  .l-breadcrumbs + .faq-archive {
    margin-top: -1px;
  }
  .faq-archive__header {
    margin-bottom: 7px;
    padding-left: 5px;
  }
  .faq-archive__title {
    font-size: 16px;
    line-height: 1.25;
  }
  .faq-archive__title span {
    margin-right: 6px;
  }
  .faq-archive__count {
    font-size: 12px;
    line-height: 1.6666666667;
  }
  .faq-list {
    display: block;
    margin: 0 0 -12px;
  }
  .faq-list__item {
    margin: 0 0 12px;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    width: auto;
  }
  .faq-list__item.is-loading {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: none;
    transition: none;
  }
  .faq-list__item::before {
    display: none;
  }
  .faq-list__link {
    padding: 14px 15px;
  }
  .faq-list__title {
    font-size: 15px;
    line-height: 1.4;
    padding-left: 25px;
  }
  .faq-list__title .c-ico {
    top: 1px;
  }
  .faq-list__text {
    font-size: 13px;
    line-height: 1.4615384615;
    margin-top: 12px;
    padding-left: 25px;
  }
  .faq-list__text .c-ico {
    top: 0;
  }
  .faq-list__content {
    margin: -2px 15px 0;
    padding: 12px 0 13px;
  }
  .faq-single {
    padding: 14px 15px 12px;
  }
  .faq-single__header {
    margin-bottom: 17px;
  }
  .faq-single__title {
    font-size: 15px;
    line-height: 1.4;
    padding-left: 25px;
  }
  .faq-single__title .c-ico {
    top: 1px;
  }
  .faq-single__content {
    font-size: 13px;
    line-height: 1.5;
    padding-left: 25px;
  }
  .faq-single__date {
    font-size: 10px;
    line-height: 1.6;
  }
  .faq-single__footer {
    margin-top: 11px;
    padding-top: 12px;
  }
  .faq-related-tags__title {
    display: none;
  }
  .faq-related-faqs {
    margin-top: 22px;
  }
  .faq-related-faqs__header {
    text-align: center;
  }
  .faq-related-faqs__title {
    font-size: 15px;
    line-height: 1.4666666667;
  }
}

@-webkit-keyframes faqSearchArm {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
  }
}

@keyframes faqSearchArm {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
  }
}

.inquiry-box {
  margin: 0 auto;
  max-width: 640px;
}

.inquiry-guide {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

.inquiry-guide.juicer-segment {
  margin-top: 80px; 
}

.inquiry-guide ul {
  display: inline-block;
  background: #eaedf2;
  border-radius: 8px;
  margin: 24px auto 40px;
  padding: 24px;
}

.inquiry-guide ul li {
  display: flex;
  justify-content: flex-end;
  margin: 8px auto;
}

.inquiry-guide ul li a {
  display: inline-block;
  background: #5a4775;
  border-radius: 3px;
  color: #fff;
  padding: 4px 16px;
  font-size: 16px;
  min-width: 202px;
  margin-left: 16px;
  text-align: center;
}

.inquiry-guide ul li a:hover {
  background: #867897;
}

.inquiry-download {
  font-size: 16px;
  line-height: 1.75;
  background: #f1f3f7;
  border-radius: 5px;
  margin-top: 12px;
  padding: 19px 20px 16px;
  text-align: center;
}

.inquiry-download img {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

.inquiry-return-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
}

.inquiry-return-list__item + .inquiry-return-list__item {
  margin-top: 10px;
}

.inquiry-return-list .c-btn {
  font-size: 16px;
  min-width: 202px;
  padding: 13px 20px 12px;
}


.inquiry-form {
  margin-top: 40px;
}


.inquiry-privacy {
  font-size: 13px;
  line-height: 1.8461538462;
  background: #f0f2f6;
  height: 177px;
  margin-top: 40px;
  overflow-y: scroll;
}

.inquiry-privacy__inner {
  padding: 15px 20px;
}

.inquiry-term {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}

.inquiry-term label {
  font-size: 16px;
  font-weight: 700;
}

.inquiry-shippo {
  left: 50%;
  margin-top: 30px;
  position: absolute;
  top: 100%;
  -webkit-transform: translate3d(-29px, 0, 0);
  transform: translate3d(-29px, 0, 0);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: -webkit-transform 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  z-index: 100;
}

.inquiry-shippo path {
  fill: none;
  stroke: #594574;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 3;
}

.inquiry-shippo.is-animate {
  -webkit-transform: translate3d(-29px, -100%, 0);
  transform: translate3d(-29px, -100%, 0);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.inquiry-osaru {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 50%;
  margin: 20px 0 0 120px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 105px;
}

.inquiry-osaru::before, .inquiry-osaru::after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  position: absolute;
}

.inquiry-osaru::before {
  background-image: url(../../images/front/inquiry/img-confirm-mail.svg);
  background-size: contain;
  height: 39px;
  left: 0;
  opacity: 0;
  top: -16px;
  -webkit-transition: opacity 0ms 500ms;
  transition: opacity 0ms 500ms;
  width: 45px;
  z-index: -1;
}

.inquiry-osaru::after {
  background-image: url(../../images/front/inquiry/img-confirm-osaru.png);
  background-size: contain;
  height: 145px;
  left: 20px;
  top: 4px;
  width: 90px;
}

.inquiry-osaru.is-animate {
  -webkit-animation: inquiryOsaru 1000ms both cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: inquiryOsaru 1000ms both cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: visible;
}

.inquiry-osaru.is-animate::before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .inquiry-guide {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
  .inquiry-guide ul {
    display: block;
    text-align: center;
  }
  .inquiry-guide ul li {
    display: block;
    margin: 16px auto;
  }
  .inquiry-guide ul li a {
    margin: 0;
  }
  .inquiry-download {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
    margin-top: 10px;
    padding: 16px 15px 15px;
    text-align: left;
  }
  .inquiry-download img {
    margin: -3px 5px;
    width: 100px;
  }
  .inquiry-return-list {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 28px;
  }
  .inquiry-return-list__item + .inquiry-return-list__item {
    margin-top: 8px;
  }
  .inquiry-return-list .c-btn {
    font-size: 15px;
    min-width: 0;
    padding: 11px 15px 10px;
    width: 100%;
  }
  .inquiry-form {
    margin-top: 25px;
  }
  .inquiry-privacy {
    font-size: 10px;
    line-height: 1.5;
    height: 120px;
    margin-top: 35px;
  }
  .inquiry-privacy__inner {
    padding: 7px 11px;
  }
  .inquiry-term {
    margin-top: 24px;
  }
  .inquiry-term label {
    font-size: 13px;
  }
  .inquiry-shippo, .inquiry-osaru {
    display: none;
  }
}

@-webkit-keyframes inquiryOsaru {
  0%, 100% {
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  45%, 55% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes inquiryOsaru {
  0%, 100% {
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  45%, 55% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.plan-header__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #5a4775;
  border-radius: 8px 8px 0 0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 0 6px;
}

.plan-header__inner {
  font-weight: 400;
  left: -29px;
  line-height: 1.5;
  margin-right: 8px;
  position: relative;
  text-align: right;
  top: -3px;
}

.plan-header__fee {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 38px;
  left: -29px;
  line-height: 1.5;
  margin-left: 8px;
  position: relative;
}

.plan-header__fee em {
  bottom: 6px;
  font-family: "Roboto", sans-serif;
  font-size: 68px;
  line-height: 1;
  margin: 0 1px;
  position: relative;
}

.plan-contents {
  background: #eaedf2;
  border-radius: 8px;
  padding: 0 0 28px;
}

.plan-contents-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6px;
  padding: 32px 30px 0;
}

.plan-contents-list__item {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7px;
  padding: 28px 16px 9px;
  position: relative;
  width: 198px;
}

.plan-contents-list__item div {
  text-align: center;
}

.plan-contents-list__item div:first-child {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 13px;
}

.plan-contents-list__item div p {
  font-size: 18px;
  font-weight: 700;
}

.plan-contents-list__item div p span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  bottom: 10px;
  position: absolute;
  right: 10px;
}

.plan-aside {
  left: 30px;
  position: absolute;
  width: 330px;
}

.plan-aside p {
  font-size: 12px;
  line-height: 1.5;
}

.plan-entry {
  margin: 12px auto 0;
  width: 330px;
}

.plan-entry.juicer-segment {
  width: auto;
}

.plan-entry .plan-list__btns {
  padding: 6px 32px 0;
}

.plan-entry .plan-list__btns a {
  display: block;
  font-size: 16px;
  padding: 12px 0 10px;
}

.plan-entry.juicer-segment .plan-list__btns a {
  padding: 12px 20px 10px;
}

.plan-entry__txt {
  font-size: 18px;
}

.plan-plus {
  margin: 34px 0 30px;
}

.plan-plus-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #333;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  line-height: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  position: relative;
  width: 60px;
}

.plan-plus-wrap:before, .plan-plus-wrap:after {
  background: #fff;
  content: "";
  height: 36px;
  left: 50%;
  margin: -18px 0 0 -4px;
  position: absolute;
  top: 50%;
  width: 8px;
}

.plan-plus-wrap:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.plan-option-header {
  background: #3fa1ce;
  border-radius: 8px 8px 0 0;
}

.plan-option-header__title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 13px 0 9px;
  text-align: center;
}

.plan-option-contents {
  background: #eaedf2;
  border-radius: 0 0 8px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 30px;
}

.plan-option-contents__block {
  background: #fff;
  margin-bottom: 10px;
  padding: 26px 30px 25px;
  width: 49.5%;
}

.plan-option-contents__block--comingsoon {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 20px 30px;
}

.plan-option-contents__block--comingsoon p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  color: #999;
}

.plan-option-contents__block--comingsoon p::before {
  background: url(../../images/front/plan/img-comingsoon.png) no-repeat;
  content: '';
  display: block;
  height: 49px;
  margin: 0 auto 1px;
  width: 48px;
}

@media screen and (min-width: 768px) {
  .plan-option-contents__block--data {
    padding-top: 25px;
    width: 100%;
  }
  .plan-option-contents__block--data .plan-option-contents__title {
    font-size: 28px;
    margin: 0 0 5px;
  }
  .plan-option-contents__block--data .plan-option-contents__txt {
    font-size: 16px;
    line-height: 1.625;
    text-align: center;
  }
  .plan-option-contents__block--im .fee-model__contents dl:nth-of-type(2) dt p {
    margin-bottom: 15px;
  }
  .plan-option-contents__block--im .plan-option-contents__fee dl dd {
    font-size: 13px;
    font-weight: 400;
  }
}

.plan-option-contents__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 23px;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin-top: 3px;
  margin-bottom: 10px;
  padding-left: 4px;
  text-align: center;
}

.plan-option-contents__title span {
  display: inline-block;
  font-size: 16px;
  margin-left: 6px;
  margin-bottom: 2px;
}

.plan-option-contents__txt {
  line-height: 1.57;
  padding-top: 4px;
}

.plan-option-contents > p {
  line-height: 1.57;
}

.plan-option-contents__fee {
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0;
  padding: 3px 0;
  position: relative;
}

.plan-option-contents__fee:before, .plan-option-contents__fee:after {
  border-color: transparent;
  border-style: solid;
  border-width: 15px 12px 0 12px;
  content: '';
  height: 0;
  left: 18px;
  position: absolute;
  width: 0;
}

.plan-option-contents__fee:before {
  border-top-color: #ccc;
  bottom: -15px;
}

.plan-option-contents__fee:after {
  border-top-color: #fff;
  bottom: -13px;
}

.plan-option-contents__fee dl {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  min-height: 44px;
  position: relative;
}

.plan-option-contents__fee dl.split:first-child {
  width: 44%;
}

.plan-option-contents__fee dl.split:nth-child(2) {
  width: 56%;
}

.plan-option-contents__fee dl.split:nth-child(2)::before {
  background: #ccc;
  bottom: 4px;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 4px;
  width: 1px;
}

.plan-option-contents__fee dl.split:nth-child(2) dt {
  margin-top: 2px;
}

.plan-option-contents__fee dl dt {
  font-size: 12px;
  line-height: 1.3333333333;
  margin: 0 8px 0px 14px;
}

.plan-option-contents__fee dl dd {
  font-size: 16px;
}

.plan-option-contents__fee dl dd img {
  display: block;
}

.plan-option-contents__logo--im {
  height: 44px;
}

.plan-option-contents__logo--planb {
  height: 19px;
}

.plan-option-contents__logo--coins {
  margin-left: 45px;
}

.plan-option-contents__aside {
  margin-top: 2px;
}

.plan-option-contents__aside p {
  font-size: 12px;
}

.plan-option-contents .fee-model {
  background: #d0e8f4;
  padding: 5px 15px 12px;
  margin-top: 10px;
}

.plan-option-contents .fee-model__title {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 2px;
  margin-left: 3px;
}

.plan-option-contents .fee-model__plus {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 34px;
}

.plan-option-contents .fee-model__plus:before, .plan-option-contents .fee-model__plus:after {
  background: #333;
  content: "";
  height: 20px;
  left: 50%;
  margin: -10px 0 0 -2px;
  position: absolute;
  top: 50%;
  width: 4px;
}

.plan-option-contents .fee-model__plus:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.plan-option-contents .fee-model__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.plan-option-contents .fee-model__contents dl {
  background: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 11px 0 8px;
  position: relative;
  text-align: center;
  width: 235px;
}

@media screen and (min-width: 768px) {
  .plan-option-contents .fee-model__contents dl:first-child {
    width: 146px;
  }
}

.plan-option-contents .fee-model__contents dl dt p {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4615384615;
  margin-bottom: 5px;
}

.plan-option-contents .fee-model__contents dl dt img {
  display: block;
  height: 19px;
  max-width: 90%;
  object-fit: contain;
  margin: 0 auto 7px;
}

.plan-option-contents .fee-model__contents dl dd {
  line-height: 1;
  margin-top: -8px;
}

.plan-option-contents .fee-model__contents dl dd.ja {
  margin-top: 0;
}

.plan-option-contents .fee-model__contents dl dd p {
  font-size: 18px;
  font-weight: 700;
}

.plan-option-contents .fee-model__contents dl dd p em {
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  position: relative;
  top: 3px;
}

.plan-option-contents .fee-model__note {
  margin: 4px 0 0 23px;
  width: 100%;
}

.plan-option-contents .fee-model__note li {
  font-size: 15px;
  line-height: 1.4666666667;
  padding-left: 1em;
  text-indent: -1em;
}

.plan-option-contents .fee-model__note li + li {
  margin-top: 5px;
}

.plan-option-contents .fee-model__note li::before {
  content: '\25cf';
}

.plan-option-contents .fee-model__note a {
  font-weight: 700;
}

.plan-option-subcontents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 19px 0 19px;
}

.plan-option-subcontents__item {
  border: 1px solid #ccc;
  border-width: 1px 0 0;
  padding: 23px 20px 0;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .plan-option-subcontents__item:nth-child(2n-1) {
    padding-left: 0;
  }
  .plan-option-subcontents__item:nth-child(2n) {
    border-left-width: 1px;
    padding-right: 0;
  }
  .plan-option-subcontents__item:nth-child(2n) .plan-option-subcontents__image {
    text-align: right;
  }
}

.plan-option-subcontents__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
  text-align: center;
}

.plan-option-subcontents__text {
  font-size: 14px;
  line-height: 1.5714285714;
}

.plan-option-subcontents__image {
  margin-top: 20px;
}

.plan-flow {
  padding: 60px 0;
}

.plan-flow-header__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.plan-flow-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.plan-flow-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 126px;
}

.plan-flow-item:not(:last-child) {
  margin-bottom: 20px;
}

.plan-flow-item:first-child > div:first-of-type {
  background: #5a4775;
}

.plan-flow-item:first-child > div:first-of-type:before {
  border-top-color: #5a4775;
}

.plan-flow-item:not(:last-child) > .plan-flow-item__num:before {
  border-top: 17px solid #3fa1ce;
  border-right: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid transparent;
  bottom: -30px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -14px;
  position: absolute;
  width: 0;
}

.plan-flow-item__num {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #3fa1ce;
  border-radius: 8px 0 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 14%;
}

.plan-flow-item__num div {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
}

.plan-flow-item__num div span {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #5a4775;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 4px;
  width: 30px;
}

.plan-flow-item__wrap {
  background: #eaedf2;
  border-radius: 0 8px 8px 0;
  padding: 26px 15px 18px 20px;
  width: 86%;
}

.plan-flow-item__wrap .plan-list__btns .c-btn-register {
  font-size: 16px;
  margin-left: 250px;
  margin-top: 10px;
  padding: 12px 50px;
}

.plan-flow-item__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.plan-flow-item__txt {
  font-size: 16px;
  line-height: 1.625;
}

@media screen and (max-width: 767px) {
  .plan-header__title {
    border-radius: 5px 5px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 11px 0 6px;
  }
  .plan-header__inner {
    font-size: 9px;
    line-height: 1.4444444444;
    left: 0;
    margin: 0;
    text-align: center;
    top: 0;
  }
  .plan-header__fee {
    font-size: 18px;
    line-height: 1;
    left: 0;
    margin: 0;
  }
  .plan-header__fee em {
    font-size: 30px;
    bottom: 0;
    margin: 0 1px 0 3px;
  }
  .plan-header__fee span {
    font-size: 10px;
    position: relative;
    top: 4px;
  }
  .plan-contents {
    border-radius: 5px;
    padding-bottom: 25px;
  }
  .plan-contents-list {
    margin-bottom: 0;
    padding: 15px 15px 3px;
  }
  .plan-contents-list__item {
    padding: 15px 5px 8px;
    width: calc(50% - 3.5px);
  }
  .plan-contents-list__item div:first-child {
    height: 30px;
    margin-bottom: 8px;
  }
  .plan-contents-list__item div img {
    height: 24px;
  }
  .plan-contents-list__item div p {
    font-size: 12px;
    line-height: 1.3333333333;
  }
  .plan-contents-list__item div p span {
    font-size: 9px;
    bottom: 7px;
    right: 4px;
  }
  .plan-aside {
    margin-left: 15px;
    position: static;
    width: auto;
  }
  .plan-aside p {
    font-size: 9px;
    line-height: 1.5555555556;
  }
  .plan-entry {
    margin-top: 12px;
    padding: 0 15px;
    width: auto;
  }
  .plan-entry .plan-list__btns {
    margin-top: 7px;
    padding: 0;
  }
  .plan-entry .plan-list__btns a {
    font-size: 13px;
    padding: 8px 15px;
  }
  .plan-entry__txt {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
  .plan-plus {
    margin: 15px 0;
  }
  .plan-plus-wrap {
    height: 34px;
    width: 34px;
  }
  .plan-plus-wrap:before, .plan-plus-wrap:after {
    height: 20px;
    margin: -10px 0 0 -2px;
    width: 4px;
  }
  .plan-option-header {
    border-radius: 5px 5px 0 0;
  }
  .plan-option-header__title {
    font-size: 13px;
    padding: 8px 15px;
  }
  .plan-option-contents {
    border-radius: 0 0 5px 5px;
    display: block;
    padding: 15px;
  }
  .plan-option-contents__block {
    padding: 16px 15px 15px;
    width: auto;
  }
  .plan-option-contents__block--comingsoon {
    display: none;
  }
  .plan-option-contents__title {
    font-size: 15px;
    line-height: 1.3333333333;
    margin: 0 0 10px;
    padding: 0;
  }
  .plan-option-contents__title span {
    font-size: 11px;
    margin: 0 0 0 5px;
  }
  .plan-option-contents__txt {
    font-size: 12px;
    line-height: 1.5;
    padding-top: 0;
  }
  .plan-option-contents__fee {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 11px 0 10px;
    padding: 0 10px;
  }
  .plan-option-contents__fee:before, .plan-option-contents__fee:after {
    border-width: 8px 6px 0 6px;
    left: 9px;
  }
  .plan-option-contents__fee:before {
    bottom: -8px;
  }
  .plan-option-contents__fee:after {
    bottom: -6px;
  }
  .plan-option-contents__fee dl {
    min-height: 30px;
    padding: 3px 0;
  }
  .plan-option-contents__fee dl.split:first-child {
    width: 100%;
  }
  .plan-option-contents__fee dl.split:nth-child(2) {
    min-height: 33px;
    width: 100%;
  }
  .plan-option-contents__fee dl.split:nth-child(2)::before {
    bottom: auto;
    height: 1px;
    top: -1px;
    width: 100%;
  }
  .plan-option-contents__fee dl.split:nth-child(2) dt {
    margin-top: 0;
  }
  .plan-option-contents__fee dl dt {
    font-size: 9px;
    line-height: 1.1111111111;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 1px 8px 0 0;
  }
  .plan-option-contents__fee dl dd {
    font-size: 12px;
    line-height: 1;
    margin-top: -1px;
  }
  .plan-option-contents__logo--im {
    height: 27px;
  }
  .plan-option-contents__logo--planb {
    height: 14px;
  }
  .plan-option-contents__logo--km {
    height: 19px;
  }
  .plan-option-contents__aside {
    margin-top: 10px;
  }
  .plan-option-contents__aside p {
    font-size: 10px;
    line-height: 1.6;
    margin-top: 8px;
  }
  .plan-option-contents .fee-model {
    padding: 4px 11px 11px;
  }
  .plan-option-contents .fee-model__title {
    font-size: 9px;
    margin: 0 0 2px;
  }
  .plan-option-contents .fee-model__plus {
    display: block;
    height: 17px;
    margin: 6px 0;
    width: auto;
  }
  .plan-option-contents .fee-model__plus:before, .plan-option-contents .fee-model__plus:after {
    height: 17px;
    margin: -9px 0 0 -2px;
    width: 3px;
  }
  .plan-option-contents .fee-model__contents {
    display: block;
  }
  .plan-option-contents .fee-model__contents dl {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 7px 8px 7px 10px;
    text-align: left;
    width: auto;
  }
  .plan-option-contents .fee-model__contents dl dt {
    font-size: 9px;
    line-height: 1.6666666667;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 6px;
  }
  .plan-option-contents .fee-model__contents dl dt p {
    font-size: 9px;
    line-height: 1.4444444444;
    margin: 0;
    position: relative;
    top: 1px;
  }
  .plan-option-contents .fee-model__contents dl dt img {
    margin: 1px 5px 1px 0;
    height: 14px;
  }
  .plan-option-contents .fee-model__contents dl dd {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    position: relative;
    top: -2px;
  }
  .plan-option-contents .fee-model__contents dl dd.ja {
    top: 0;
  }
  .plan-option-contents .fee-model__contents dl dd p {
    font-size: 11px;
    line-height: 1.1818181818;
  }
  .plan-option-contents .fee-model__contents dl dd p em {
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    top: 2px;
  }
  .plan-option-contents .fee-model__note {
    margin: 15px 0 4px;
  }
  .plan-option-contents .fee-model__note li {
    font-size: 11px;
    line-height: 1.4545454545;
  }
  .plan-option-contents .fee-model__note li + li {
    margin-top: 0;
  }
  .plan-option-subcontents {
    display: block;
    margin: 10px 0 2px;
  }
  .plan-option-subcontents__item {
    padding: 16px 0 17px;
    width: auto;
  }
  .plan-option-subcontents__title {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 9px;
  }
  .plan-option-subcontents__text {
    font-size: 11px;
    line-height: 1.4545454545;
  }
  .plan-option-subcontents__image {
    margin-top: 11px;
    padding: 0 4px;
  }
  .plan-option-subcontents__image img {
    width: 100%;
  }
  .plan-flow {
    padding-top: 45px;
  }
  .plan-flow-header__title {
    font-size: 18px;
    line-height: 1.3333333333;
    margin-bottom: 15px;
  }
  .plan-flow-item {
    min-height: 0;
  }
  .plan-flow-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .plan-flow-item:not(:last-child) > .plan-flow-item__num:before {
    border-width: 9px 7px 0 7px;
    bottom: -8px;
    margin-left: -7px;
  }
  .plan-flow-item__num {
    border-radius: 5px 0 0 5px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 60px;
  }
  .plan-flow-item__num div {
    font-size: 10px;
  }
  .plan-flow-item__num div span {
    font-size: 12px;
    height: 20px;
    margin-left: 3px;
    position: relative;
    top: -1px;
    width: 20px;
  }
  .plan-flow-item__wrap {
    border-radius: 0 5px 5px 0;
    padding: 15px;
  }
  .plan-flow-item__wrap .plan-list__btns .c-btn-register {
    font-size: 13px;
    display: block;
    margin: 7px 0 0;
    padding: 8px 15px;
  }
  .plan-flow-item__title {
    font-size: 15px;
    line-height: 1.3333333333;
    margin-bottom: 8px;
  }
  .plan-flow-item__txt {
    font-size: 12px;
    line-height: 1.5;
  }
}

.privacy-document {
  font-size: 16px;
  line-height: 1.75;
}

.privacy-document h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2727272727;
  margin-bottom: 1px;
}

.privacy-document h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1px;
}

.privacy-document h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  margin-bottom: 1px;
}

.privacy-document section {
  margin-top: 56px;
}

.privacy-document section:first-child {
  margin-top: 0;
}

.privacy-document section section {
  margin-top: 28px;
}

.privacy-document section section section {
  margin-left: 22px;
}

.privacy-document section ul, .privacy-document section ol, .privacy-document section dl {
  margin-top: 14px;
}

.privacy-document section ul:first-child, .privacy-document section ol:first-child, .privacy-document section dl:first-child {
  margin-top: 0;
}

.privacy-table {
  font-size: 14px;
  line-height: 1.4285714286;
  margin: 8px 0;
}

.privacy-table thead th:first-child {
  width: 210px;
}

.privacy-table thead th:last-child {
  width: 100px;
}

.privacy-table tbody td:last-child {
  text-align: center;
}

.privacy-optout {
  font-size: 16px;
  line-height: 1.5;
  margin: 28px 0 0 22px;
}

.privacy-optout__item + .privacy-optout__item {
  margin-top: 10px;
}

.privacy-optout h4 {
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 0;
}

.privacy-optout .c-btn {
  font-size: 13px;
  margin: 6px 0 11px;
}

.privacy-sign {
  margin-top: 28px;
  text-align: right;
}

.privacy-sign p + p {
  margin-top: 10px;
}

.privacy-contact {
  margin-top: 18px;
  text-align: right;
}

.privacy-contact__title {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .privacy-document {
    font-size: 12px;
    line-height: 1.5;
  }
  .privacy-document h2 {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-bottom: 1px;
  }
  .privacy-document h3 {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 1px;
  }
  .privacy-document h4 {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 1px;
  }
  .privacy-document section {
    margin-top: 18px;
  }
  .privacy-document section section {
    margin-top: 17px;
  }
  .privacy-document section section section {
    margin-left: 12px;
  }
  .privacy-table {
    font-size: 11px;
    line-height: 1.4545454545;
    margin: 4px 0;
  }
  .privacy-table thead th:first-child {
    width: 100px;
  }
  .privacy-table thead th:last-child {
    width: 54px;
  }
  .privacy-optout {
    font-size: 12px;
    line-height: 1.5;
    margin: 17px 0 0 12px;
  }
  .privacy-optout__item + .privacy-optout__item {
    margin-top: 3px;
  }
  .privacy-optout h4 {
    font-size: 12px;
    line-height: 1.5;
  }
  .privacy-optout .c-btn {
    font-size: 11px;
    margin: 3px 0 4px;
    padding: 7px 13px;
  }
  .privacy-sign {
    margin-top: 18px;
  }
  .privacy-sign p + p {
    margin-top: 6px;
  }
  .privacy-contact {
    margin-top: 10px;
  }
}

.product .l-breadcrumbs {
  margin-bottom: 9px;
}

@media screen and (min-width: 768px) {
  .product .l-breadcrumbs {
    padding: 0 60px 0 10px;
  }
}

.product-top {
  margin-bottom: 45px;
}

.product-top__header {
  margin-bottom: 40px;
  text-align: center;
}

.product-top__title {
  font-size: 32px;
  color: #5a4775;
}

.product-top__content {
  overflow: hidden;
}

.product-top-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -26px;
}

.product-top-list__item {
  border: 1px solid #e0e5eb;
  border-width: 1px 0 0 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 22px;
}

@media screen and (min-width: 768px) {
  .product-top-list__item:nth-child(3n+1) {
    border-left-width: 0;
    padding-left: 0;
    width: 352px;
  }
  .product-top-list__item:nth-child(3n+2) {
    width: 375px;
  }
  .product-top-list__item:nth-child(3n) {
    padding-right: 0;
    width: 353px;
  }
}

.product-top-list__link {
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.product-top-list__link:hover {
  opacity: .8;
}

.product-top-list__summary {
  background: #5a4775;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 21px 12px;
  text-align: center;
}

.product-top-list__lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
  color: #fff;
}

.product-top-list__image {
  margin: 14px 0 -21px;
  overflow: hidden;
  position: relative;
}

.product-top-list__image::before {
  content: '';
  display: block;
  padding-top: 39.4252873563%;
}

.product-top-list__image img {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.product-top-list__header {
  margin-bottom: 10px;
  text-align: center;
}

.product-top-list__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1666666667;
}

.product-top-list__content {
  font-size: 16px;
  line-height: 1.625;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.product-top-list__footer {
  margin-top: 16px;
  text-align: center;
}

.product-top-list__footer .c-btn {
  font-size: 11px;
  min-width: 160px;
  padding: 4px 18px;
}

.product-hero {
  margin-bottom: 60px;
}

.product-hero__inner {
  background: #5a4775;
  border-radius: 12px;
  color: #fff;
  padding: 37px 94px 0;
  position: relative;
  text-align: center;
}

.product-hero__header {
  background: url(../../images/front/product/ico-hero-drop.svg) no-repeat center center;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 214px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 92px 0 12px;
  position: absolute;
  right: -14px;
  text-align: center;
  top: -33px;
  width: 129px;
  z-index: 2;
}

.product-hero__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5294117647;
}

.product-hero__title--sm {
  font-size: 16px;
  line-height: 1.5;
}

.product-hero__lead {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3125;
  margin-bottom: 6px;
}

.product-hero__lead--sm {
  font-size: 30px;
  line-height: 1.3333333333;
}

.product-hero__content {
  font-size: 16px;
  line-height: 1.75;
}

.product-hero__image {
  margin-top: 15px;
}

.product-hero__return {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  bottom: 100%;
  margin-bottom: 9px;
  position: absolute;
  right: 70px;
}

.product-feature {
  counter-increment: feature;
}

.product-feature::before, .product-feature::after {
  content: '';
  display: table;
}

.product-feature::after {
  clear: both;
}

.product-feature + .product-feature {
  margin-top: 60px;
}

.product-feature__image, .product-feature__header, .product-feature__content {
  width: 50%;
}

.product-feature__image {
  float: left;
}

.product-feature__image::after {
  border-color: #dfdfdf;
  border-width: 3px;
}

.product-feature__header, .product-feature__content {
  float: right;
  padding-left: 30px;
}

.product-feature__header {
  margin-bottom: 8px;
  position: relative;
}

.product-feature__header::before {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: #5a4775;
  color: #fff;
  content: 'Feature';
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 0 27px -30px;
  padding: 7px 45px 6px 30px;
  text-align: right;
}

.product-feature__header::after {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background: url(../../images/front/product/ico-drop-gn.svg) no-repeat;
  background-size: contain;
  content: "0" counter(feature);
  color: #fff;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  height: 54px;
  padding-top: 30px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: -31px;
  width: 33px;
}

.product-feature__title {
  font-size: 30px;
  line-height: 1.3333333333;
}

.product-feature__content {
  font-size: 16px;
  line-height: 1.625;
}

@media screen and (min-width: 768px) {
  .product-feature:nth-child(2n) .product-feature__image {
    float: right;
  }
  .product-feature:nth-child(2n) .product-feature__header,
  .product-feature:nth-child(2n) .product-feature__content {
    float: left;
    padding: 0 30px 0 0;
  }
  .product-feature:nth-child(2n) .product-feature__header::before {
    margin-left: 0;
    margin-right: -30px;
    padding-right: 45px;
    padding-left: 30px;
  }
}

.product-feature:nth-child(2) .product-feature__header::after {
  background-image: url(../../images/front/product/ico-drop-bu.svg);
}

.product-feature:nth-child(3) .product-feature__header::after {
  background-image: url(../../images/front/product/ico-drop-or.svg);
}

.product-other {
  margin-top: 70px;
}

.product-other__inner {
  background: #eaedf2;
  border-radius: 12px;
  padding: 30px 40px 40px;
}

.product-other__header {
  margin-bottom: 23px;
  text-align: center;
}

.product-other__title {
  font-size: 42px;
  line-height: 1.1904761905;
}

.product-other__note {
  font-size: 11px;
  line-height: 1.5454545455;
  margin-top: 10px;
}

.product-other-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -11px -11px 0;
}

.product-other-list__item {
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 11px 11px 0;
  padding: 32px 21px;
  width: calc(33.3333333333% - 11px);
}

.product-other-list__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 11px;
  min-height: 178px;
}

.product-other-list__image {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 12px 0;
}

.product-other-list__title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4285714286;
  text-align: center;
}

.product-other-list__content {
  font-size: 16px;
  line-height: 1.625;
}

.product-function {
  position: relative;
}

.product-function__header {
  margin-bottom: 21px;
  padding-top: 42px;
  text-align: center;
}

.product-function__header::before {
  background: url(../../images/front/product/img-function-osaru.png) no-repeat;
  content: '';
  display: block;
  height: 159px;
  left: 25%;
  margin-left: -210px;
  pointer-events: none;
  position: absolute;
  top: -16px;
  width: 116px;
}

.product-function__title {
  font-size: 34px;
  line-height: 1.2352941176;
}

.product-function__footer {
  margin-top: 30px;
  text-align: center;
}

.product-function__footer .c-btn {
  font-size: 16px;
  min-width: 260px;
  padding: 11px 20px;
}

.product-function-list {
  border: 1px solid #ccc;
  border-width: 1px 0 0 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-function-list__item {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  background: #fff;
  border: 1px solid #ccc;
  border-width: 0 1px 1px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33.3333333333%;
}

.product-function-list__link {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 11px 15px;
  text-align: center;
}

.product-function-list__link:hover {
  background: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .product .l-breadcrumbs {
    margin-bottom: 7px;
  }
  .product-top__header {
    margin-bottom: 24px;
  }
  .product-top__title {
    font-size: 18px;
  }
  .product-top-list {
    display: block;
    margin: 0;
  }
  .product-top-list__item {
    border-width: 0;
    display: block;
    padding: 0;
  }
  .product-top-list__item + .product-top-list__item {
    margin-top: 38px;
  }
  .product-top-list__link {
    display: block;
  }
  .product-top-list__summary {
    border-radius: 4px;
    margin-bottom: 12px;
    padding: 18px 8px;
  }
  .product-top-list__lead {
    font-size: 16px;
    line-height: 1.5;
  }
  .product-top-list__image {
    margin: 15px 0 -18px;
  }
  .product-top-list__header {
    margin-bottom: 7px;
  }
  .product-top-list__title {
    font-size: 17px;
    line-height: 1.4117647059;
  }
  .product-top-list__content {
    font-size: 12px;
    line-height: 1.5;
  }
  .product-top-list__footer {
    margin-top: 13px;
  }
  .product-top-list__footer .c-btn {
    font-size: 10px;
    display: block;
    padding: 8px 18px;
  }
  .product-hero {
    background: #5a4775;
    margin-bottom: 24px;
  }
  .product-hero__inner {
    border-radius: 0;
    padding: 26px 0 0;
  }
  .product-hero__header {
    height: 112px;
    padding: 35px 0 0;
    right: -12px;
    top: -10px;
    width: 68px;
  }
  .product-hero__title {
    font-size: 9px;
    line-height: 1.4444444444;
  }
  .product-hero__lead {
    font-size: 16px;
    line-height: 1.40625;
    margin-bottom: 18px;
    min-height: 66px;
    padding: 0 54px 0 44px;
    text-align: center;
  }
  .product-hero__content {
    font-size: 13px;
    line-height: 1.6153846154;
    text-align: left;
  }
  .product-hero__image {
    margin-top: 21px;
  }
  .product-hero__return {
    display: none;
  }
  .product-feature + .product-feature {
    margin-top: 30px;
  }
  .product-feature__image, .product-feature__header, .product-feature__content {
    float: none;
    width: auto;
  }
  .product-feature__header, .product-feature__content {
    padding: 0;
  }
  .product-feature__header {
    margin-bottom: 8px;
  }
  .product-feature__header::before {
    font-size: 10px;
    margin: 0 0 8px;
    padding: 4px 30px 4px 15px;
  }
  .product-feature__header::after {
    font-size: 12px;
    height: 35px;
    padding-top: 20px;
    right: 6px;
    top: -20px;
    width: 22px;
  }
  .product-feature__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4117647059;
    text-align: center;
  }
  .product-feature__image {
    margin-bottom: 11px;
  }
  .product-feature__image::after {
    border-width: 1px;
  }
  .product-feature__content {
    font-size: 12px;
    line-height: 1.5;
  }
  .product-other {
    margin-top: 36px;
  }
  .product-other__inner {
    border-radius: 0;
    margin: 0 -15px;
    padding: 17px 15px 30px;
  }
  .product-other__header {
    margin-bottom: 12px;
  }
  .product-other__title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2631578947;
  }
  .product-other__note {
    font-size: 10px;
    line-height: 1.6;
    margin-top: 8px;
  }
  .product-other-list {
    display: block;
    margin: 0 0 -12px;
  }
  .product-other-list__item {
    border-radius: 3px;
    margin: 0 0 12px;
    padding: 19px 15px;
    width: auto;
  }
  .product-other-list__header {
    margin-bottom: 7px;
    min-height: 0;
  }
  .product-other-list__image {
    margin: -10px 0 5px;
  }
  .product-other-list__image img {
    height: 68px;
  }
  .product-other-list__title {
    font-size: 16px;
    line-height: 1.375;
  }
  .product-other-list__content {
    font-size: 12px;
    line-height: 1.5;
  }
  .product-function__header {
    margin-bottom: 16px;
    padding-top: 35px;
  }
  .product-function__header::before {
    display: none;
  }
  .product-function__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }
  .product-function__footer {
    margin-top: 25px;
  }
  .product-function__footer .c-btn {
    font-size: 14px;
    display: block;
    padding: 10px 15px 9px;
  }
  .product-function-list {
    position: relative;
  }
  .product-function-list::before {
    background: url(../../images/front/product/img-function-list-osaru.png) no-repeat center bottom;
    background-size: auto 34px;
    border: 1px solid #ccc;
    border-width: 0 1px 1px 0;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
  .product-function-list__item {
    font-size: 11px;
    line-height: 1.3636363636;
    position: relative;
    width: 50%;
  }
  .product-function-list__link {
    padding: 12px 10px 11px;
  }
}

.sitemap-list__item {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333;
  padding: 19px 20px 16px;
}

.sitemap-list__item + .sitemap-list__item {
  border-top: 1px solid #e0e5eb;
}

.sitemap-list__item .c-ico-blank {
  margin-left: 6px;
}

.sitemap-list__link {
  color: #333;
}

.sitemap-list__link::before {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  content: '＞';
  margin-right: 4px;
  vertical-align: middle;
}

.sitemap-list--sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4px -48px 0 18px;
  overflow: hidden;
}

.sitemap-list--sub__item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  margin: 6px 26px 0 -27px;
  padding: 0 22px 0 27px;
  position: relative;
}

.sitemap-list--sub__item::before {
  color: #333;
  content: '|';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .sitemap-list__item {
    font-size: 13px;
    line-height: 1.3846153846;
    padding: 0;
  }
  .sitemap-list__item .c-ico-blank {
    margin-left: 7px;
  }
  .sitemap-list__link {
    display: block;
    padding: 14px 4px 13px;
  }
  .sitemap-list__link::before {
    font-size: 12px;
    margin-right: 3px;
  }
  .sitemap-list--sub {
    margin: -10px -18px 16px 18px;
  }
  .sitemap-list--sub__item {
    font-size: 12px;
    line-height: 1.5;
    margin: 8px 20px 0 -21px;
    padding: 0 16px 0 21px;
  }
}

.term-document {
  font-size: 16px;
  line-height: 1.75;
}

.term-document h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444;
  margin-bottom: 1px;
}

.term-document section {
  margin-top: 29px;
}

.term-document section ul, .term-document section ol, .term-document section dl {
  margin-bottom: 28px;
}

.term-document section ul:last-child, .term-document section ol:last-child, .term-document section dl:last-child {
  margin-bottom: 0;
}

.term-document section li {
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .term-document {
    font-size: 12px;
    line-height: 1.5;
  }
  .term-document h2 {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 1px;
  }
  .term-document section {
    margin-top: 17px;
  }
  .term-document section ul, .term-document section ol, .term-document section dl {
    margin-bottom: 18px;
  }
}

.tokushou-table tbody th {
  font-size: 14px;
  line-height: 1.8571428571;
  width: 311px;
}

.tokushou-table tbody td {
  font-size: 16px;
  line-height: 1.625;
}

@media screen and (max-width: 767px) {
  .tokushou-table tbody th {
    font-size: 12px;
    line-height: 1.3333333333;
    width: auto;
  }
  .tokushou-table tbody td {
    font-size: 12px;
    line-height: 1.3333333333;
  }
}

.top .l-content {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.top-hero {
  height: 768px;
  left: 0;
  overflow: hidden;
  position: relative;
  right: 0;
  top: 0;
  background-image: url(../../images/front/top/bg-hero.jpg);
  background-size: cover;
  background-position: center;
}

.top-hero__inner {
  left: 50%;
  position: absolute;
  text-align: center;
  bottom: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  border-radius: 50%;
  background: radial-gradient(rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 75%);
  padding: 80px;
}

.top-hero__logo {
  width: 800px;
  max-width: 100%;
  margin: 40px auto 0;
}

.top-hero__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 12px;
}

.top-hero__cta {
  display: inline-block;
  background-color: #5a4775;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding: 8px 24px;
  margin-top: 40px;
}

.top-hero__cta:hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .top-hero::before {
    background: rgba(234, 237, 242, 0.5);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#eaedf2));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #eaedf2);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #eaedf2);
    bottom: 0;
    content: '';
    display: block;
    height: 200px;
    left: 0;
    position: absolute;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-hero {
    height: auto;
    min-height: 480px;
    position: relative;
  }
  .top-hero__inner {
    padding: 40px 0 24px;
    width: 100%;
  }
  .top-hero__logo {
    width: 80%;
  }
  .top-hero__text {
    font-size: 13px;
    line-height: 1.3846153846;
    margin-top: 9px;
  }
  .top-hero__cta {
    font-size: 18px;
  }
}

.top-persona {
  padding: 48px 0 0;
  position: relative;
}

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

.top-persona__content {
  font-size: 18px;
  line-height: 1.6666666667;
  text-align: center;
}

.top-persona-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 47px;
  position: relative;
}

.top-persona-list__item {
  padding-top: 130px;
  position: relative;
  width: 94px;
}

.top-persona-list__item:nth-child(1) .top-persona-list__image, .top-persona-list__item:nth-child(4) .top-persona-list__image, .top-persona-list__item:nth-child(7) .top-persona-list__image, .top-persona-list__item:nth-child(10) .top-persona-list__image {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.top-persona-list__item:nth-child(2) .top-persona-list__image, .top-persona-list__item:nth-child(5) .top-persona-list__image, .top-persona-list__item:nth-child(8) .top-persona-list__image, .top-persona-list__item:nth-child(11) .top-persona-list__image {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.top-persona-list__item:nth-child(3) .top-persona-list__image, .top-persona-list__item:nth-child(6) .top-persona-list__image, .top-persona-list__item:nth-child(9) .top-persona-list__image {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.top-persona-list__item--osaru .top-persona-list__inner::before, .top-persona-list__item--osaru .top-persona-list__inner::after {
  display: none;
}

.top-persona-list__item.is-hello .top-persona-list__image {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.top-persona-list__item .top-persona-list__inner::before,
.top-persona-list__item .top-persona-list__inner::after,
.top-persona-list__item .top-persona-list__content,
.top-persona-list__item .top-persona-list__image::after {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.top-persona-list__item.is-active .top-persona-list__inner::before,
.top-persona-list__item.is-active .top-persona-list__inner::after,
.top-persona-list__item.is-active .top-persona-list__content {
  opacity: 1;
  -webkit-transition: opacity 300ms 300ms;
  transition: opacity 300ms 300ms;
}

.top-persona-list__item.is-active .top-persona-list__inner::after {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}

.top-persona-list__item.is-active .top-persona-list__content {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.top-persona-list__item.is-active .top-persona-list__image::after {
  opacity: 0;
  -webkit-transition: opacity 300ms 400ms;
  transition: opacity 300ms 400ms;
}

.top-persona-list__content {
  left: 50%;
  min-width: 178px;
  opacity: 0;
  padding: 0 10px 22px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.top-persona-list__content::before {
  background: #eaedf2;
  border-radius: 8px;
  bottom: 0;
  content: '';
  left: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.top-persona-list__profile {
  font-size: 13px;
  line-height: 1;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  padding: 9px 18px 8px;
  position: relative;
  -webkit-transform: translateY(-46.875%);
  transform: translateY(-46.875%);
  vertical-align: top;
}

.top-persona-list__profile::before, .top-persona-list__profile::after {
  border-style: solid;
  border-width: 7px 4px 0 4px;
  content: '';
  display: block;
  left: 50%;
  margin-left: -4px;
  position: absolute;
}

.top-persona-list__profile::before {
  border-color: #ccc transparent transparent transparent;
  bottom: -7px;
}

.top-persona-list__profile::after {
  border-color: #fff transparent transparent transparent;
  bottom: -5px;
}

.top-persona-list__think {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3888888889;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -5px;
  position: relative;
}

.top-persona-list__inner {
  position: relative;
}

.top-persona-list__inner::before, .top-persona-list__inner::after {
  background: #eaedf2;
  border-radius: 50%;
  content: '';
  display: block;
  left: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-persona-list__inner::before {
  height: 8px;
  top: -14px;
  width: 14px;
}

.top-persona-list__inner::after {
  height: 17px;
  top: -37px;
  width: 29px;
}

.top-persona-list__image {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  padding-top: 114.893617021%;
  position: relative;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}

.top-persona-list__image::after {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
}

.top-persona-list__image--osaru {
  background-image: url(../../images/front/top/img-persona-osaru.png);
}

.top-persona-list__image--woman01 {
  background-image: url(../../images/front/top/img-persona-woman01.png);
}

.top-persona-list__image--woman01::after {
  background-image: url(../../images/front/top/img-persona-woman01-mask.png);
}

.top-persona-list__image--woman02 {
  background-image: url(../../images/front/top/img-persona-woman02.png);
}

.top-persona-list__image--woman02::after {
  background-image: url(../../images/front/top/img-persona-woman02-mask.png);
}

.top-persona-list__image--woman03 {
  background-image: url(../../images/front/top/img-persona-woman03.png);
}

.top-persona-list__image--woman03::after {
  background-image: url(../../images/front/top/img-persona-woman03-mask.png);
}

.top-persona-list__image--woman04 {
  background-image: url(../../images/front/top/img-persona-woman04.png);
}

.top-persona-list__image--woman04::after {
  background-image: url(../../images/front/top/img-persona-woman04-mask.png);
}

.top-persona-list__image--woman05 {
  background-image: url(../../images/front/top/img-persona-woman05.png);
}

.top-persona-list__image--woman05::after {
  background-image: url(../../images/front/top/img-persona-woman05-mask.png);
}

.top-persona-list__image--man01 {
  background-image: url(../../images/front/top/img-persona-man01.png);
}

.top-persona-list__image--man01::after {
  background-image: url(../../images/front/top/img-persona-man01-mask.png);
}

.top-persona-list__image--man02 {
  background-image: url(../../images/front/top/img-persona-man02.png);
}

.top-persona-list__image--man02::after {
  background-image: url(../../images/front/top/img-persona-man02-mask.png);
}

.top-persona-list__image--man03 {
  background-image: url(../../images/front/top/img-persona-man03.png);
}

.top-persona-list__image--man03::after {
  background-image: url(../../images/front/top/img-persona-man03-mask.png);
}

.top-persona-list__image--man04 {
  background-image: url(../../images/front/top/img-persona-man04.png);
}

.top-persona-list__image--man04::after {
  background-image: url(../../images/front/top/img-persona-man04-mask.png);
}

.top-persona-list__image--man05 {
  background-image: url(../../images/front/top/img-persona-man05.png);
}

.top-persona-list__image--man05::after {
  background-image: url(../../images/front/top/img-persona-man05-mask.png);
}

@media screen and (max-width: 767px) {
  .top-persona {
    padding-top: 77px;
  }
  .top-persona__header {
    margin-bottom: 18px;
  }
  .top-persona__content {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
  .top-persona-list {
    margin-top: 24px;
  }
  .top-persona-list__item {
    padding-top: 66px;
    width: 14.2857142857%;
  }
  .top-persona-list__item:nth-child(1), .top-persona-list__item:nth-child(2), .top-persona-list__item:nth-child(10), .top-persona-list__item:nth-child(11) {
    display: none;
  }
  .top-persona-list__item:nth-child(3) .top-persona-list__content {
    left: 13px;
    -webkit-transform: none;
    transform: none;
  }
  .top-persona-list__item:nth-child(9) .top-persona-list__content {
    left: auto;
    right: 13px;
    -webkit-transform: none;
    transform: none;
  }
  .top-persona-list__content {
    min-width: 0;
    padding: 0 5px 9px;
  }
  .top-persona-list__content::before {
    border-radius: 3px;
  }
  .top-persona-list__profile {
    font-size: 8px;
    border-radius: 2px;
    padding: 3px 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .top-persona-list__profile::before, .top-persona-list__profile::after {
    border-width: 4px 3px 0 3px;
    margin-left: -3px;
  }
  .top-persona-list__profile::before {
    bottom: -4px;
  }
  .top-persona-list__profile::after {
    bottom: -3px;
  }
  .top-persona-list__think {
    font-size: 11px;
    line-height: 1.2727272727;
    height: 28px;
    margin-top: -11px;
  }
  .top-persona-list__inner::before {
    height: 4px;
    top: -7px;
    width: 7px;
  }
  .top-persona-list__inner::after {
    height: 8px;
    top: -18px;
    width: 14px;
  }
}

@media screen and (max-width: 767px) and (max-width: 480px) {
  .top-persona-list__item {
    position: static;
  }
  .top-persona-list__item:nth-child(6) .top-persona-list__content {
    left: auto;
    right: 50%;
  }
  .top-persona-list__item:nth-child(7) .top-persona-list__content {
    left: 55%;
  }
  .top-persona-list__item:nth-child(8) .top-persona-list__content, .top-persona-list__item:nth-child(9) .top-persona-list__content {
    left: auto;
    right: 13px;
  }
  .top-persona-list__item:nth-child(3) .top-persona-list__inner::before, .top-persona-list__item:nth-child(3) .top-persona-list__inner::after {
    left: 50%;
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
  .top-persona-list__item:nth-child(6) .top-persona-list__inner::before, .top-persona-list__item:nth-child(6) .top-persona-list__inner::after, .top-persona-list__item:nth-child(9) .top-persona-list__inner::before, .top-persona-list__item:nth-child(9) .top-persona-list__inner::after {
    left: 25%;
    -webkit-transform: translateX(-75%);
    transform: translateX(-75%);
  }
  .top-persona-list__content {
    left: 13px;
    -webkit-transform: none;
    transform: none;
  }
}

.top-intro {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #5a4775;
  margin-top: -1px;
  padding: 20px 0;
  position: relative;
}

.top-intro-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
}

.top-intro-list__item {
  background: #dcdde6;
  border-radius: 14px;
  margin-right: 18px;
  padding: 27px 24px 28px;
  width: 358px;
}

@media screen and (min-width: 768px) {
  .top-intro-list__item:nth-child(1) {
    margin-top: 24px;
  }
  .top-intro-list__item:nth-child(2) {
    padding-left: 19px;
    padding-right: 19px;
  }
  .top-intro-list__item:nth-child(3) {
    margin-top: 29px;
    width: 328px;
  }
}

.top-intro-list__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1818181818;
  color: #4c4c4c;
  margin-bottom: 10px;
  text-align: center;
}

.top-intro-list__text {
  font-size: 16px;
  line-height: 1.625;
}

.top-intro-movie {
  background: #aca3ba;
  text-align: right;
}

.top-intro-movie__link {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.375;
  color: #fff;
  display: inline-block;
}

.top-intro-movie__link:hover {
  opacity: .8;
}

.top-intro-movie__link::before {
  background: url(../../images/front/top/ico-movie.svg) no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 18px;
  margin-right: 9px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 24px;
}

@media screen and (max-width: 767px) {
  .top-intro {
    padding: 18px 0 20px;
  }
  .top-intro-list {
    background: #dcdde6;
    border-radius: 6px;
    display: block;
    margin: 0;
    padding-bottom: 5px;
  }
  .top-intro-list__item {
    background: none;
    border-radius: 0;
    margin: 0;
    padding: 13px 19px 11px;
    width: auto;
  }
  .top-intro-list__item + .top-intro-list__item {
    border-top: 1px solid #5a4775;
  }
  .top-intro-list__title {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .top-intro-list__text {
    font-size: 12px;
    line-height: 1.5;
  }
  .top-intro-movie {
    text-align: center;
  }
  .top-intro-movie__link {
    font-size: 15px;
    line-height: 2.6666666667;
    display: block;
  }
  .top-intro-movie__link::before {
    height: 14px;
    margin-right: 5px;
    width: 19px;
  }
}

.top-ux {
  background: url(../../images/front/top/bg-ux.png) no-repeat fixed center center;
  background-size: cover;
  padding: 54px 0 48px;
  position: relative;
  z-index: 2;
}

.top-ux::after {
  background: rgba(95, 113, 145, 0.05);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(95, 113, 145, 0)), to(rgba(95, 113, 145, 0.1)));
  background: -webkit-linear-gradient(top, rgba(95, 113, 145, 0), rgba(95, 113, 145, 0.1));
  background: linear-gradient(to bottom, rgba(95, 113, 145, 0), rgba(95, 113, 145, 0.1));
  bottom: 0;
  content: '';
  display: block;
  height: 130px;
  left: 0;
  position: absolute;
  right: 0;
}

.top-ux__header {
  margin-bottom: 25px;
  text-align: center;
}

.top-ux__content {
  position: relative;
}

.top-ux__content .slick-arrow {
  top: 42.662116041%;
}

.top-ux__content .slick-prev {
  left: 30px;
}

.top-ux__content .slick-next {
  right: 30px;
}

.top-ux-slider--text, .top-ux-slider--image {
  opacity: 0;
}

.top-ux-slider--text {
  margin: 0 auto;
  position: relative;
  width: 70.9259259259%;
}

.top-ux-slider--text__item {
  padding-top: 10px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 100ms, -webkit-transform 150ms;
  transition: opacity 100ms, -webkit-transform 150ms;
  transition: opacity 100ms, transform 150ms;
  transition: opacity 100ms, transform 150ms, -webkit-transform 150ms;
}

.top-ux-slider--text__item.slick-current {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: opacity 150ms 600ms, -webkit-transform 200ms 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 150ms 600ms, -webkit-transform 200ms 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 150ms 600ms, transform 200ms 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 150ms 600ms, transform 200ms 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 200ms 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.top-ux-slider--text__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  background: #986699;
  border-radius: 10px 10px 0 0;
  color: #fff;
  margin-bottom: -10px;
  padding: 12px 15px 18px;
  position: relative;
  text-align: center;
}

.top-ux-slider--text .slick-list {
  position: relative;
  z-index: -1;
}

.top-ux-slider--text .slick-dots {
  bottom: 100%;
  margin-bottom: 3px;
  right: 10px;
}

.top-ux-slider--image {
  background: #666;
  height: 480px;
  left: 50%;
  position: absolute;
  top: 35px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 764px;
}

.top-ux-slider--image::after {
  border: 1px solid #666;
  bottom: -1px;
  content: '';
  display: block;
  left: -1px;
  outline: 3px solid #000;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: -1px;
}

.top-ux-slider--image__outer {
  background: url(../../images/front/top/bg-ux-slider.png) no-repeat center top;
  background-size: contain;
  margin: 0 22px;
  padding-top: 54.2592592593%;
  position: relative;
}

.top-ux-slider--image__outer::before {
  background: url(../../images/front/top/bg-ux-slider-light.png) no-repeat center top;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.top-ux-slider--image__item img {
  width: 100%;
}

.top-ux-slider--image .slick-list,
.top-ux-slider--image .slick-track {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .top-ux {
    background: none;
    padding: 34px 0 17px;
  }
  .top-ux::after {
    display: none;
  }
  .top-ux__header {
    margin-bottom: 8px;
  }
  .top-ux__content {
    margin: 0 -12px;
  }
  .top-ux__content .slick-arrow {
    top: 39.5480225989%;
  }
  .top-ux__content .slick-prev {
    left: 7px;
  }
  .top-ux__content .slick-next {
    right: 7px;
  }
  .top-ux-slider--text {
    margin: 0 7px;
    width: auto;
  }
  .top-ux-slider--text__item {
    opacity: 0;
    padding-bottom: 20px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  .top-ux-slider--text__item.slick-current {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .top-ux-slider--text__text {
    font-size: 10px;
    line-height: 1.4;
    border-radius: 5px;
    padding: 8px 10px;
  }
  .top-ux-slider--text__text::before {
    border-color: #986699 transparent transparent transparent;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    bottom: -7px;
    content: '';
    display: block;
    left: 50%;
    margin-left: -8px;
    position: absolute;
  }
  .top-ux-slider--text .slick-dots {
    margin-bottom: -6px;
    right: 5px;
  }
  .top-ux-slider--image {
    height: 81.9112627986%;
    top: 5.9726962457%;
    width: 73.6486486486%;
  }
  .top-ux-slider--image__outer {
    margin: 0;
    padding-top: 56.3694267516%;
  }
}

.top-feature {
  background: url(../../images/front/top/bg-feature.png) no-repeat fixed center center;
  background-size: cover;
  padding: 53px 0 60px;
  position: relative;
}

.top-feature__header {
  margin-bottom: 45px;
  text-align: center;
}

.top-feature__content {
  background: rgba(234, 237, 241, 0.7);
  border-radius: 8px;
  padding: 71px 22px 44px;
}

.top-feature-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px -66px 0;
}

.top-feature-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px 66px 0;
  min-height: 141px;
  position: relative;
  width: 251px;
}

.top-feature-list__inner {
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 121px;
  min-width: 0;
  padding: 18px 20px 11px 87px;
}

.top-feature-list__inner .c-btn-border {
  font-size: 11px;
  display: block;
  margin-top: 5px;
  padding: 4px 20px;
}

.top-feature-list__image {
  left: -6px;
  position: absolute;
  top: -36px;
}

.top-feature-list__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2941176471;
  margin-bottom: 4px;
}

.top-feature-list__title--sm {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 4px;
}

.top-feature-list__text {
  font-size: 13px;
  line-height: 1.5384615385;
}

.top-feature__note {
  font-size: 11px;
  line-height: 1.5454545455;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .top-feature {
    background: none;
    padding: 20px 0 0;
  }
  .top-feature__header {
    margin-bottom: 14px;
  }
  .top-feature__content {
    border-radius: 0;
    margin: 0 -15px;
    padding: 23px 15px;
  }
  .top-feature-list {
    margin: 0 0 -23px;
  }
  .top-feature-list__item {
    margin: 0 0 23px;
    min-height: 87px;
    width: calc(50% - 3px);
  }
  .top-feature-list__inner {
    border-radius: 3px;
    min-height: 87px;
    padding: 8px 9px 8px 43px;
  }
  .top-feature-list__inner .c-btn-border {
    font-size: 8px;
    margin-top: 5px;
    padding: 4px 10px;
  }
  .top-feature-list__image {
    left: -3px;
    top: -18px;
    width: 52px;
  }
  .top-feature-list__title {
    font-size: 11px;
    line-height: 1.4545454545;
    margin-bottom: 2px;
  }
  .top-feature-list__title--sm {
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 2px;
  }
  .top-feature-list__text {
    font-size: 9px;
    line-height: 1.4444444444;
  }
  .top-feature__note {
    font-size: 10px;
    line-height: 1.6;
    margin-top: 8px;
  }
}

.top-voice {
  padding: 45px 0 120px;
  position: relative;
}

.top-voice::before, .top-voice::after {
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: -1;
}

.top-voice::before {
  background-image: url(../../images/front/top/bg-voice.jpg);
  background-position: right bottom;
  right: 50%;
}

.top-voice::after {
  background-image: url(../../images/front/top/bg-voice-repeat.jpg);
  background-position: left bottom;
  left: 50%;
}

.top-voice-bg {
  left: 140px;
  position: absolute;
  top: -45px;
  width: 32px;
}

.top-voice-bg__water {
  display: block;
  height: 10px;
  left: 50%;
  max-width: none;
  overflow: visible;
  position: absolute;
  top: -1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 48px;
}

.top-voice-bg__water path {
  fill: #fff;
}

.top-voice-bg__drop {
  background: url(../../images/front/top/ico-drop-wh.svg) no-repeat;
  background-size: contain;
  left: 0;
  margin: 0 auto;
  padding-top: 156.25%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 32px;
}

.top-voice__header {
  margin-bottom: 35px;
  text-align: center;
}

.top-voice__content {
  padding: 0 127px;
}

.top-voice-slider {
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  position: relative;
}

.top-voice-slider::before {
  background: url(../../images/front/top/bg-voice-slider.png) no-repeat;
  bottom: -10px;
  content: '';
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 822px;
}

.top-voice-slider .slick-dots {
  bottom: 100%;
  margin-bottom: 10px;
  right: 10px;
}

@media screen and (min-width: 768px) {
  .top-voice-slider .slick-dots button {
    background-image: url(../../images/front/top/ico-drop-wh.svg);
  }
  .top-voice-slider .slick-dots .slick-active button {
    background-image: url(../../images/front/top/ico-drop-bk.svg);
  }
}

.top-voice-slider .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-voice-slider .slick-prev {
  left: -75px;
}

.top-voice-slider .slick-next {
  right: -75px;
}

.top-voice-slider__item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 24px 30px;
}

.top-voice-slider__image {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 26px;
  position: relative;
  z-index: 2;
}

.top-voice-slider__inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 14px 0 0;
}

.top-voice-slider__header {
  border-bottom: 1px solid #e0e5eb;
  margin: 0 0 19px -100px;
  padding: 0 0 16px 100px;
}

.top-voice-slider__position {
  font-size: 14px;
  line-height: 1.5714285714;
  margin-bottom: 11px;
}

.top-voice-slider__name {
  font-size: 34px;
  line-height: 1;
}

.top-voice-slider__content {
  font-size: 16px;
  line-height: 1.625;
}

@media screen and (max-width: 767px) {
  .top-voice {
    padding: 35px 0 0;
  }
  .top-voice::before, .top-voice::after, .top-voice-bg {
    display: none;
  }
  .top-voice__header {
    margin-bottom: 18px;
  }
  .top-voice__content {
    padding: 0;
  }
  .top-voice-slider {
    border: 1px solid #e0e5eb;
    border-radius: 5px;
  }
  .top-voice-slider::before {
    display: none;
  }
  .top-voice-slider .slick-dots {
    margin-bottom: 4px;
    right: 0;
  }
  .top-voice-slider .slick-arrow {
    top: 75px;
    -webkit-transform: none;
    transform: none;
  }
  .top-voice-slider .slick-prev {
    left: -6px;
  }
  .top-voice-slider .slick-next {
    right: -6px;
  }
  .top-voice-slider__item {
    display: block !important;
    padding: 10px 19px 20px;
  }
  .top-voice-slider__image {
    margin: 0 auto 14px;
    width: 146px;
  }
  .top-voice-slider__inner {
    padding: 0;
  }
  .top-voice-slider__header {
    margin: 0 0 9px;
    padding: 0 0 10px;
  }
  .top-voice-slider__position {
    font-size: 10px;
    line-height: 1.3;
    margin-bottom: 7px;
  }
  .top-voice-slider__name {
    font-size: 20px;
    line-height: 1;
  }
  .top-voice-slider__content {
    font-size: 13px;
    line-height: 1.5384615385;
  }
}

.top-customer {
  margin-top: -58px;
  position: relative;
}

.top-customer__header {
  margin-bottom: 22px;
  text-align: center;
}

.top-customer__title {
  font-size: 30px;
  line-height: 1.2;
}

.top-customer-slider {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #e0e5eb;
  border-width: 1px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.top-customer-slider + .top-customer-slider {
  margin-top: -1px;
}

.top-customer-slider__item {
  border: 1px solid #e0e5eb;
  border-width: 0 1px 0 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 78px;
  width: 249px;
}

.top-customer-slider__item img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-customer {
    margin: 0 15px;
    padding-top: 30px;
  }
  .top-customer__header {
    margin-bottom: 11px;
  }
  .top-customer__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3125;
  }
  .top-customer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -1px;
  }
  .top-customer-slider {
    border-width: 1px 1px 0 1px;
    display: block;
    opacity: 1;
    width: 50%;
  }
  .top-customer-slider + .top-customer-slider {
    margin: 0 0 0 -1px;
  }
  .top-customer-slider__item {
    border-width: 0 0 1px;
    height: auto;
    width: auto;
  }
}

.top-media {
  padding: 35px 0 60px;
  position: relative;
}

.top-media__inner {
  background: #eaedf2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-media__header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #d8dce7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px 10px 5px;
  text-align: center;
  width: 139px;
}

.top-media__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.top-media__content {
  padding: 7px 4px 7px 34px;
}

.top-media-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-media-list__item {
  margin-right: 30px;
}

@media screen and (min-width: 768px) {
  .top-media-list__item img {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .top-media {
    padding: 10px 0 40px;
  }
  .top-media__inner {
    display: block;
  }
  .top-media__header {
    background: none;
    display: block;
    padding: 12px 11px 7px;
    width: auto;
  }
  .top-media__title {
    font-size: 10px;
    color: #666;
  }
  .top-media__content {
    padding: 0 0 10px 11px;
  }
  .top-media-list__item {
    margin: 0 12px 4px 0;
  }
}

.top-support {
  padding: 54px 0 60px;
  position: relative;
}

.top-support-bg {
  position: absolute;
  right: 164px;
  top: -54px;
  width: 32px;
}

.top-support-bg__water {
  display: block;
  height: 10px;
  left: 50%;
  max-width: none;
  overflow: visible;
  position: absolute;
  top: -1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 48px;
}

.top-support-bg__water path {
  fill: #5a4775;
}

.top-support-bg__drop {
  background: url(../../images/front/top/ico-drop-pu.svg) no-repeat;
  background-size: contain;
  left: 0;
  margin: 0 auto;
  padding-top: 156.25%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 32px;
}

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

@media screen and (max-width: 767px) {
  .top-support {
    padding: 34px 0 24px;
  }
  .top-support-bg {
    display: none;
  }
  .top-support__header {
    margin-bottom: 17px;
  }
}

.top-function__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333;
  background: #eaedf2;
  padding: 7px 20px 6px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.top-function-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -1px;
}

.top-function-list__item {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #e0e5eb;
  border-width: 1px 0 0 1px;
  padding: 25px 25px 23px;
  position: relative;
  text-align: center;
  width: 33.3333333333%;
}

.top-function-list__item:nth-child(3n+1) {
  border-left-width: 0;
}

.top-function-list__item:nth-child(1) .top-function-list__image img {
  width: 33px;
}

.top-function-list__item:nth-child(2) .top-function-list__image img {
  width: 41px;
}

.top-function-list__item:nth-child(3) .top-function-list__image img {
  width: 35px;
}

.top-function-list__item:nth-child(4) .top-function-list__image img {
  width: 62px;
}

.top-function-list__item:nth-child(5) .top-function-list__image img {
  width: 39px;
}

.top-function-list__item:nth-child(6) .top-function-list__image img {
  width: 46px;
}

.top-function-list__item:nth-child(7) .top-function-list__image img {
  width: 36px;
}

.top-function-list__item:nth-child(8) .top-function-list__image img {
  width: 40px;
}

.top-function-list__item:nth-child(9) .top-function-list__image img {
  width: 35px;
}

.top-function-list__item:nth-child(10) .top-function-list__image img {
  width: 46px;
}

.top-function-list__item:nth-child(11) .top-function-list__image img {
  width: 62px;
}

.top-function-list__item--faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.top-function-list__item .c-btn-border {
  font-size: 11px;
  margin-top: 11px;
  min-width: 159px;
  padding: 4px 20px;
}

.top-function-list__image {
  height: 40px;
  margin: 0 auto 21px;
  text-align: center;
  width: 62px;
}

.top-function-list__image::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.top-function-list__image img {
  position: relative;
  vertical-align: middle;
}

.top-function-list__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2727272727;
  margin-bottom: 6px;
}

.top-function-list__title--sm {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.top-function-list__text {
  font-size: 16px;
  line-height: 1.625;
  text-align: left;
}

.top-function-faq {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(234, 237, 242, 0.7);
  border-radius: 5px;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 212px;
  padding: 10px;
}

.top-function-faq:hover {
  background: rgba(234, 237, 242, 0.9);
}

.top-function-faq__ico {
  background: url(../../images/front/top/ico-faq.svg) no-repeat;
  background-size: 100% auto;
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: -4px 0 5px;
  position: relative;
  width: 42px;
}

.top-function-faq__ico::before {
  content: '';
  display: block;
  padding-top: 152.380952381%;
}

@media screen and (max-width: 767px) {
  .top-function {
    margin: 0 -15px;
  }
  .top-function__title {
    font-size: 13px;
    line-height: 1.3846153846;
    padding: 5px 15px;
  }
  .top-function-list {
    display: block;
  }
  .top-function-list__item {
    border-width: 1px 0 0;
    padding: 0;
    text-align: left;
    width: auto;
  }
  .top-function-list__item:nth-child(1) .top-function-list__image img {
    width: 24px;
  }
  .top-function-list__item:nth-child(2) .top-function-list__image img {
    width: 31px;
  }
  .top-function-list__item:nth-child(3) .top-function-list__image img {
    width: 26px;
  }
  .top-function-list__item:nth-child(4) .top-function-list__image img {
    width: 40px;
  }
  .top-function-list__item:nth-child(5) .top-function-list__image img {
    width: 28px;
  }
  .top-function-list__item:nth-child(6) .top-function-list__image img {
    width: 31px;
  }
  .top-function-list__item:nth-child(7) .top-function-list__image img {
    width: 27px;
  }
  .top-function-list__item:nth-child(8) .top-function-list__image img {
    width: 25px;
  }
  .top-function-list__item:nth-child(9) .top-function-list__image img {
    width: 23px;
  }
  .top-function-list__item:nth-child(10) .top-function-list__image img {
    width: 30px;
  }
  .top-function-list__item:nth-child(11) .top-function-list__image img {
    width: 37px;
  }
  .top-function-list__item--faq {
    padding: 20px 15px 25px;
  }
  .top-function-list__item .c-btn-border {
    font-size: 10px;
    display: block;
    margin-top: 11px;
    min-width: 0;
    padding: 8px 10px;
  }
  .top-function-list__item.is-active .top-function-list__header::before, .top-function-list__item.is-active .top-function-list__header::after {
    border-width: 0 8px 8px 8px;
  }
  .top-function-list__item.is-active .top-function-list__header::before {
    border-color: transparent transparent #333 transparent;
    margin-top: -4px;
  }
  .top-function-list__item.is-active .top-function-list__header::after {
    border-color: transparent transparent #fff transparent;
    margin-top: -2px;
  }
  .top-function-list__item.is-active .top-function-list__content {
    display: block;
  }
  .top-function-list__header {
    cursor: pointer;
    padding: 19px 32px 18px 56px;
    position: relative;
  }
  .top-function-list__header::before, .top-function-list__header::after {
    border-radius: 3px;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    content: '';
    display: block;
    right: 7px;
    position: absolute;
    top: 50%;
  }
  .top-function-list__header::before {
    border-color: #ccc transparent transparent transparent;
    margin-top: -4px;
  }
  .top-function-list__header::after {
    border-color: #fff transparent transparent transparent;
    margin-top: -6px;
  }
  .top-function-list__image {
    height: 28px;
    left: 9px;
    margin: 0;
    position: absolute;
    top: 13px;
    width: 40px;
  }
  .top-function-list__title {
    font-size: 15px;
    line-height: 1.2;
    margin: 0;
  }
  .top-function-list__content {
    display: none;
    margin-top: -13px;
    padding: 0 32px 18px 56px;
    position: relative;
  }
  .top-function-list__text {
    font-size: 12px;
    line-height: 1.4166666667;
  }
  .top-function-faq {
    font-size: 15px;
    line-height: 1.3333333333;
    border-radius: 3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 0;
    padding: 5px 10px;
  }
  .top-function-faq__ico {
    margin: 0 4px 0 0;
    top: -2px;
    width: 17px;
  }
}

.top-articles {
  border: 4px solid #e0e5eb;
  border-radius: 12px;
  padding: 26px 32px 26px;
}

.top-articles__title {
  font-size: 28px;
  line-height: 1.2142857143;
  margin-bottom: 26px;
  text-align: center;
}

.top-articles-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -21px -21px 0;
}

.top-articles-list__item {
  margin: 0 21px 21px 0;
  width: calc(25% - 21px);
}

.top-articles-list__link {
  display: block;
}

.top-articles-list__link:hover {
  opacity: .8;
}

.top-articles-list__image {
  margin-bottom: 12px;
}

.top-articles-list__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4285714286;
  color: #333;
}

.top-articles__footer {
  margin-top: 20px;
  text-align: center;
}

.top-articles__footer .c-btn {
  min-width: 159px;
}

@media screen and (max-width: 767px) {
  .top-articles {
    border-radius: 6px;
    padding: 15px 16px 19px;
  }
  .top-articles__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .top-articles-list {
    margin: 0 -14px -15px 0;
  }
  .top-articles-list__item {
    margin: 0 14px 15px 0;
    width: calc(50% - 14px);
  }
  .top-articles-list__image {
    margin-bottom: 5px;
  }
  .top-articles-list__title {
    font-size: 10px;
    line-height: 1.4;
  }
  .top-articles__footer {
    margin-top: 23px;
  }
  .top-articles__footer .c-btn {
    display: block;
    min-width: 0;
  }
}

.top-results {
  padding: 50px 0 16px;
  position: relative;
}

.top-results__wave {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.top-results__wave path {
  fill: #eaedf2;
}

.top-results__wave rect {
  opacity: .6;
}

.top-results__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.top-results-list {
  padding: 8px 20px 5px;
  text-align: center;
}

.top-results-list + .top-results-list {
  border-left: 1px solid #c5cdda;
}

@media screen and (min-width: 768px) {
  .top-results-list:first-child {
    padding-left: 0;
    text-align: left;
    width: 22.962962963%;
  }
  .top-results-list:first-child .top-results-list__title {
    left: 12px;
  }
  .top-results-list:nth-child(2) {
    width: 21.3888888889%;
  }
  .top-results-list:nth-child(2) .top-results-list__unit {
    margin-left: 0;
  }
  .top-results-list:nth-child(3) {
    width: 23.9814814815%;
  }
  .top-results-list:nth-child(4) {
    width: 18.0555555556%;
  }
  .top-results-list:nth-child(4) .top-results-list__title {
    right: 5px;
  }
  .top-results-list:last-child {
    padding-right: 0;
    width: 13.5185185185%;
  }
  .top-results-list:last-child .top-results-list__title {
    right: 5px;
  }
  .top-results-list:last-child .top-results-list__content {
    text-align: right;
  }
}

.top-results-list__title {
  font-size: 18px;
  line-height: 1.3333333333;
  margin-bottom: 2px;
  position: relative;
}

.top-results-list__count {
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}

.top-results-list__count--ja {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  margin-left: -4px;
  position: relative;
  top: -1px;
}

.top-results-list__unit {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-left: -4px;
  position: relative;
  top: -6px;
}

.top-results-list__period {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-right: -5px;
  position: relative;
  top: -6px;
}

@media screen and (max-width: 767px) {
  .top-results {
    background: #e2e6ed;
    padding: 0 0 15px;
  }
  .top-results::before {
    background: url(../../images/front/top/bg-results_sm.png) no-repeat center top;
    background-size: 100% 16px;
    content: '';
    display: block;
    height: 16px;
    margin-bottom: 11px;
  }
  .top-results__wave {
    display: none;
  }
  .top-results__inner {
    margin-bottom: -17px;
  }
  .top-results-list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 17px;
    padding: 2px 12px 0;
  }
  .top-results-list:first-child {
    padding-left: 0;
  }
  .top-results-list:first-child .top-results-list__title {
    left: -10px;
  }
  .top-results-list:nth-child(2) .top-results-list__unit {
    margin-left: -2px;
  }
  .top-results-list:nth-child(4) .top-results-list__title {
    left: -3px;
  }
  .top-results-list:last-child {
    padding-right: 0;
  }
  .top-results-list:last-child .top-results-list__title {
    left: -3px;
  }
  .top-results-list__title {
    font-size: 9px;
    line-height: 1.3333333333;
    margin-bottom: 1px;
  }
  .top-results-list__count {
    font-size: 27px;
  }
  .top-results-list__count--ja {
    font-size: 22px;
    margin-left: -4px;
    top: -1px;
  }
  .top-results-list__unit {
    font-size: 8px;
    margin-left: -3px;
    position: relative;
    top: -3px;
  }
  .top-results-list__period {
    font-size: 8px;
    margin-right: -3px;
    position: relative;
    top: -3px;
  }
}

@media screen and (max-width: 767px) and (max-width: 580px) {
  .top-results__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-results-list:first-child {
    width: 52.4137931034%;
  }
  .top-results-list:nth-child(2) {
    padding-right: 0;
    width: 47.5862068966%;
  }
  .top-results-list:nth-child(3) {
    border-left-width: 0;
    padding-left: 0;
    width: 39.3103448276%;
  }
  .top-results-list:nth-child(4) {
    width: 34.4827586207%;
  }
  .top-results-list:last-child {
    width: 26.2068965517%;
  }
}

.top-modal-movie {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
}

.top-modal-movie video {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-modal-movie {
    width: auto;
  }
}

#nexus-common-header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
  background: #333;
  color: #fff;
  z-index: 999
}

#nexus-common-header button {
  position: absolute;
  left: 8px;
  top: 50%;
  border: 0;
  padding: 4px;
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
  z-index: 100;
  display: none;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0)
}

@media only screen and (max-width :768px) {
  #nexus-common-header button {
    display: flex
  }
}

#nexus-common-header button .menu-icon,
#nexus-common-header button .menu-icon::after,
#nexus-common-header button .menu-icon::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 10px;
  height: 1px;
  border-radius: 3px;
  background: #fff;
  transition: all .3s
}

#nexus-common-header button .menu-icon::after,
#nexus-common-header button .menu-icon::before {
  content: "";
  position: absolute;
  top: -4px
}

#nexus-common-header button .menu-icon::after {
  top: 4px
}

#nexus-common-header button.active {
  top: 24px;
  left: 16px
}

#nexus-common-header button.active .menu-icon {
  height: 0;
  background: #0068b7
}

#nexus-common-header button.active .menu-icon::after {
  top: 25%;
  transform: scale(2) rotate(45deg);
  background: #0068b7
}

#nexus-common-header button.active .menu-icon::before {
  top: 25%;
  transform: scale(2) rotate(-45deg);
  background: #0068b7
}

#nexus-common-header .sp-logo {
  display: none
}

@media only screen and (max-width :768px) {
  #nexus-common-header .sp-logo {
    display: block;
    width: auto;
    max-width: 70%;
    height: 18px;
    object-fit: contain;
    margin: 6px auto
  }
}

#nexus-common-header .commonOuter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  transition: ease .4s
}

#nexus-common-header .commonOuter a {
  line-height: 1;
}

@media only screen and (max-width :768px) {
  #nexus-common-header .commonOuter {
    background-color: #fff;
    width: 100%;
    height: 100%;
    max-width: unset;
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    transform: translateX(100%);
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    box-sizing: border-box
  }

  #nexus-common-header .commonOuter.active {
    transform: translateX(0)
  }
}

#nexus-common-header .nexus-logo {
  height: 18px;
  width: auto
}

@media only screen and (max-width :768px) {
  #nexus-common-header .nexus-logo {
    height: 24px;
    max-width: 100%;
    object-fit: contain
  }
}

#nexus-common-header .chevron-down {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 100px
}

#nexus-common-header .chevron-down::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
  left: 4px;
  top: 5px
}

#nexus-common-header ul {
  display: flex;
  gap: 16px;
  align-items: center
}

@media only screen and (max-width :768px) {
  #nexus-common-header ul {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between
  }
}

#nexus-common-header ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 4px 16px
}

@media only screen and (max-width :768px) {
  #nexus-common-header ul li a {
    margin: 0 auto;
    justify-content: center;
    color: #333
  }

  #nexus-common-header ul li a:hover {
    opacity: 1 !important
  }
}

#nexus-common-header ul li a:hover {
  opacity: .5
}

@media only screen and (max-width :768px) {
  #nexus-common-header ul li {
    width: 100%
  }

  #nexus-common-header ul li a {
    display: block;
    text-align: left
  }
}

#nexus-common-header #nexus-drop-btn {
  display: flex;
  justify-content: space-between;
  gap: 8px
}

#nexus-common-header #nexus-drop-btn:hover {
  cursor: pointer
}

#nexus-common-header #nexus-drop-btn .chevron-down {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 100px
}

#nexus-common-header #nexus-drop-btn .chevron-down.arrow {
  transform: rotate(180deg) translate(2.5px, -2.5px);
  transition: .2s ease
}

#nexus-common-header #nexus-drop-btn .chevron-down.arrow::after {
  top: 6px
}

#nexus-common-header #nexus-drop-btn .chevron-down::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 4px;
  top: 3px
}

#nexus-common-header .drop-menu {
  gap: 0;
  position: absolute;
  top: 48px;
  transition: all .3s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 6px 0 8px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(16, 44, 120, .1);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-0.5rem);
  transition: all .3s cubic-bezier(0.16, 1, 0.5, 1)
}

@media only screen and (max-width :768px) {
  #nexus-common-header .drop-menu {
    position: static;
    height: 0;
    padding: 0;
    box-sizing: border-box
  }
}

#nexus-common-header .drop-menu.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0rem)
}

@media only screen and (max-width :768px) {
  #nexus-common-header .drop-menu.show {
    height: 178px;
    padding: 6px 0 8px;
    margin-top: 8px
  }
}

#nexus-common-header .drop-menu li {
  width: 100%
}

#nexus-common-header .drop-menu li a {
  display: block;
  width: 100%;
  padding: 8px 24px;
  line-height: 1.4;
  transition: all .3s;
  margin: 0;
  box-sizing: border-box;
  color: #333
}

#nexus-common-header .drop-menu li a:hover {
  background: rgba(0, 0, 0, .05)
}
