@charset "UTF-8";
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,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  overflow-x: hidden; }

a {
  text-decoration: none; }

b {
  font-weight: 500; }

h1, h2, h3, h4, h5, h6 {
  -webkit-font-feature-settings: pkna;
  font-feature-settings: pkna;
  letter-spacing: 1px; }

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

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

button,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0; }
  button:active, button:focus,
  input:active,
  input:focus {
    outline: 0; }

html,
body {
  background: #fff;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300; }
  @media screen and (min-width: 942px) {
    html,
    body {
      background: #f3f3f3; } }

a {
  color: #333;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out; }
  a:hover {
    opacity: .7; }

::-webkit-input-placeholder {
  color: #555;
  font-size: 13px;
  font-weight: 100; }

:-ms-input-placeholder {
  color: #555;
  font-size: 13px;
  font-weight: 100; }

::-ms-input-placeholder {
  color: #555;
  font-size: 13px;
  font-weight: 100; }

::placeholder {
  color: #555;
  font-size: 13px;
  font-weight: 100; }

.products-list .c-items span, .c-items p, .top-magazine__boxes p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all; }
  .products-list .c-items span {
    -webkit-line-clamp: 2; }
  .c-items p, .top-magazine__boxes p {
    -webkit-line-clamp: 3; }

.c-items {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap; }

.c-btn, .c-btn--border {
  -webkit-box-shadow: 0 2px 0 rgba(51, 51, 51, 0.2);
  box-shadow: 0 2px 0 rgba(51, 51, 51, 0.2);
  border: 1px solid #625d5d;
  color: #625d5d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  padding: 0 8px;
  min-width: 122px;
  height: 40px; }
  .c-btn:hover, .c-btn--border:hover {
    opacity: .7; }

.top-recommend, .top-ranking, .top-banners, .top-benefits, .top-brand, .top-brands, .top-gift, .top-magazine, .top-news {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 24px 0 0; }
  .top-recommend .c-items, .top-ranking .c-items, .top-banners .c-items, .top-benefits .c-items, .top-brand .c-items, .top-brands .c-items, .top-magazine .c-items, .top-news .c-items {
    margin-top: 16px; }
  .top-recommend .c-btn, .top-ranking .c-btn, .top-banners .c-btn, .top-benefits .c-btn, .top-brand .c-btn, .top-brands .c-btn, .top-gift .c-btn, .top-magazine .c-btn, .top-news .c-btn {
    margin: 24px auto 0; }
  @media screen and (max-width: 1019px) {
    .top-recommend + section, .top-ranking + section, .top-banners + section, .top-benefits + section, .top-brand + section, .top-brands + section, .top-gift + section, .top-magazine + section, .top-news + section {
      border-top: 2px solid #eee;
      padding-top: 24px; } }
  @media screen and (min-width: 942px) {
    .top-recommend, .top-ranking, .top-banners, .top-benefits, .top-brand, .top-brands, .top-gift, .top-magazine, .top-news {
      margin: 80px auto 0;
      width: 942px; }
      .top-recommend .c-items, .top-ranking .c-items, .top-banners .c-items, .top-benefits .c-items, .top-brand .c-items, .top-brands .c-items, .top-magazine .c-items, .top-news .c-items {
        margin-top: 24px; }
      .top-recommend .c-btn, .top-ranking .c-btn, .top-banners .c-btn, .top-benefits .c-btn, .top-brand .c-btn, .top-brands .c-btn, .top-gift .c-btn, .top-magazine .c-btn, .top-news .c-btn {
        margin-top: 40px; } }

.c-attention {
  color: #e72450;
  font-size: 18px;
  font-weight: 500; }

.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px; }
  .c-row > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .c-row > div:not(:first-child) {
      margin-left: 20px; }

.c-block {
  text-align: center; }
  .c-block .c-btn {
    margin: 40px auto 0; }
  .c-block p {
    font-size: 15px;
    line-height: 25px;
    margin-top: 32px; }

.c-btn--border {
  background: #fff;
  border: 2px solid #C7915F;
  color: #C7915F; }

.c-h2 {
  font-size: 28px;
  letter-spacing: .8;
  text-align: center; }
  .c-h2 span {
    display: block;
    font-size: 20px;
    margin-top: 12px; }
  @media screen and (min-width: 942px) {
    .c-h2 {
      font-size: 32px; }
      .c-h2 span {
        font-size: 24px; } }

.c-h3 {
  font-size: 16px;
  line-height: 22px;
  margin-top: 8px;
  text-align: center; }
  @media screen and (min-width: 942px) {
    .c-h3 {
      font-size: 20px;
      line-height: 28px; } }

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 942px) {
    .c-flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.c-items {
  counter-reset: item;
  font-size: 0;
  padding: 8px 10px; }
  .c-items.js-panel.is-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c-items a {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 166px;
    max-width: 200px; }
    .c-items a + a {
      margin-left: 10px; }
  .c-items div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: normal;
    padding: 8px 8px 12px; }
    .c-items div.thumbnail {
      position: relative;
      margin: 0;
      padding: 100% 0 0;}
      .c-items div.thumbnail > img {
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%; }
  .c-items p {
    font-size: 14px;
    line-height: 20px; }
  .c-items b {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px; }
  @media screen and (min-width: 942px) {
    .c-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow-x: visible;
      padding: 0;
      white-space: normal; }
      .c-items a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .c-items p {
        -webkit-line-clamp: 2; } }

.c-tab {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto;
  max-width: 942px;
  height: 56px; }
  .c-tab div,
  .c-tab a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%; }
  .c-tab a {
    background: #f3f3f3;
    color: #767676; }
  @media screen and (min-width: 942px) {
    .c-tab {
      font-size: 24px;
      height: 104px; } }

.c-rating {
  font-size: 12px;
  position: relative;
  width: 5em;
  height: 1em; }

.c-rating__front {
  color: #C7915F;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }

.c-rating__back {
  color: #eee; }

.c-rating__average {
    margin-top: 15px;
}

.c-rating__1 {
  width: 20%; }

.c-rating__2 {
  width: 40%; }

.c-rating__3 {
  width: 60%; }

.c-rating__4 {
  width: 80%; }

.c-rating__5 {
  width: 100%; }

.c-panel__head {
  background: #f3f3f3;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  height: 104px; }

.c-panel__body {
  background: #fff;
  border: 1px solid #eee;
  padding: 40px; }
  .c-panel__body form {
    margin-top: 40px; }
  .c-panel__body input:not([type="checkbox"]):not([type="submit"]) {
    border: 1px solid #eee;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    box-sizing: border-box; }
  .c-panel__body input + input {
    margin-top: 20px; }
  .c-panel__body label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px; }
    .c-panel__body label input[type="checkbox"] {
      background: #eee;
      border-radius: 4px;
      margin-right: 8px;
      width: 16px;
      height: 16px; }
  .c-panel__body p {
    font-size: 16px;
    line-height: 24px; }
  .c-panel__body .c-btn {
    margin: 24px auto 0;
    display: block;
    width: 276px;
    line-height: 40px;
    text-align: center; }
    .c-panel__body .c-btn + p {
      margin-top: 32px; }

.c-panel__link {
  margin-top: 40px;
  text-align: center; }
  .c-panel__link a {
    font-size: 14px;
    text-decoration: underline; }

.js-panel {
  display: none; }
  .js-panel.is-show {
    display: block; }

.label-new:before {
  background: url(../img/common/label-new.svg) no-repeat center;
  background-size: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 54px;
  z-index: 1; }

.l-wrapper.is-active .l-content,
.l-wrapper.is-active .l-footer {
  display: none; }

@media screen and (min-width: 942px) {
  .l-wrapper.is-active .l-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .l-wrapper.is-active .l-footer {
    display: block; } }

.l-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
  position: relative;
  width: 100%; }
  .l-content > div:only-child {
    width: 100%; }

.l-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.col-md-3 {
  display: none; }

.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 20px auto;
  padding: 15px;
  max-width: 942px; }
  .alert .alert-link {
    font-weight: 500; }
  .alert h4 {
    color: inherit;
    margin-top: 0; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    color: inherit;
    position: relative;
    top: -2px;
    right: -21px; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@media screen and (min-width: 942px) {
  .sp {
    display: none; } }

.pc {
  display: none; }
  @media screen and (min-width: 942px) {
    .pc {
      display: block; } }

.l-header {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative; }
  @media screen and (min-width: 942px) {
    .l-header {
      -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 0 0 rgba(0, 0, 0, 0); } }

.l-header__top {
  border-bottom: 1px solid #eee; }

.l-header__outer {
  margin: 0 auto;
  position: relative;
  max-width: 1200px; }
  .l-header__outer .c-btn {
    display: none;
    font-size: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 0;
    width: 120px;
    height: 32px; }
    .l-header__outer .c-btn img {
      margin-right: 4px;
      width: 19px; }
  @media screen and (min-width: 942px) {
    .l-header__outer .c-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.l-header__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  height: 64px; }
  @media screen and (min-width: 1020px) {
    .l-header__inner {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 0;
      width: 1020px;
      height: 80px; } }

.l-header__logo {
  width: 119px; }
  @media screen and (min-width: 942px) {
    .l-header__logo {
      margin-left: 24px;
      width: 180px; } }

.l-header__search {
  display: none;
  margin-left: 24px;
  position: relative; }
  .l-header__search button {
    position: absolute;
    top: 50%;
    left: 12px;
    padding: 0;
    transform: translate(0, -50%);
    background: url("../img/common/icon-search.svg") no-repeat center/cover;
    width: 14px;
    height: 14px; }
  .l-header__search input {
    background: #f3f3f3;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 12px 11px 36px;
    width: 22vw;
    max-width: 300px;
    height: 35px; }
  @media screen and (min-width: 942px) {
    .l-header__search {
      display: block; } }

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 10px; }
  .l-header__nav img {
    display: block;
    margin-bottom: 10px;
    width: 26px; }
  .l-header__nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    width: 32px;
    color: #333; }
    .l-header__nav a span {
      display: none; }
    .l-header__nav a + a {
      margin-left: 12px; }
  @media screen and (min-width: 942px) {
    .l-header__nav {
      display: block;
      font-size: 13px;
      margin-left: 24px; }
      .l-header__nav img {
        display: inline;
        margin: 0 6px 3px 0;
        vertical-align: middle; }
      .l-header__nav a {
        display: inline;
        white-space: inherit; }
        .l-header__nav a span {
          display: inline; }
        .l-header__nav a + a {
          margin-left: 16px; } }

.l-header__menu {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 10px;
  margin-left: 16px;
  white-space: nowrap;
  width: 40px; }
  .l-header__menu span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3px;
    padding: 4px 0;
    position: relative;
    width: 22px;
    height: 28px; }
  .l-header__menu span:before,
  .l-header__menu span:after,
  .l-header__menu ins {
    background: #625d5d;
    border-radius: 1px;
    content: "";
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 22px;
    height: 2px; }
  .l-header__menu:after {
    content: "メニュー"; }
  .l-header__menu.is-active span:before,
  .l-header__menu.is-active span:after {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .l-header__menu.is-active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .l-header__menu.is-active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .l-header__menu.is-active ins {
    opacity: 0; }
  .l-header__menu.is-active:after {
    content: "閉じる"; }
  @media screen and (min-width: 942px) {
    .l-header__menu {
      display: none; } }

.l-header__bottom {
  display: none;
  border-bottom: 1px solid #eee;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 42px; }
  .l-header__bottom a {
    font-size: 14px; }
    .l-header__bottom a + a {
      margin-left: 32px; }
  @media screen and (min-width: 942px) {
    .l-header__bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.l-header__accordion-btn {
  font-size: 14px;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out; }
  .l-header__accordion-btn span {
    height: 43px;
    display: block;
    line-height: 43px;
    position: relative; }
  .l-header__accordion-btn:hover span {
    opacity: .7; }
  .l-header__accordion-btn + .l-header__accordion-btn,
  .l-header__accordion-btn + a {
    margin-left: 58px; }

.l-header__accordion-btn span:after {
  background: url("../img/common/icon-arrow--bottom.svg") no-repeat center;
  background-size: 100%;
  content: "";
  width: 9px;
  height: 8px;
  position: absolute;
  right: -14px;
  top: 19px; }

.l-header__accordion {
  background: #625d5d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 124px;
  left: 0;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 100%;
  height: 0;
  z-index: 1; }
  @media screen and (min-width: 942px) {
    .l-header__accordion {
      display: block;
      padding-left: 24px; } }

.l-header__accordion-btn:hover .l-header__accordion {
  padding: 8px 0 32px 24px;
  opacity: 1; }

.l-header__accordion-btn:hover .l-header__accordion--category {
  height: 156px; }

.l-header__accordion-btn:hover .l-header__accordion--bland {
  height: 360px; }

.l-header__accordion-btn:hover .l-header__accordion--skintype {
  height: 130px; }

.l-header__accordion-inner {
  font-size: 0;
  margin: 0 auto;
  max-width: 942px; }

.l-header__accordion-link {
  display: inline-block;
  margin-top: 24px;
  width: 25%; }
  .l-header__accordion-link a {
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    vertical-align: top; }
    .l-header__accordion-link a img {
      width: 46px; }

.l-header__accordion--category a:before, .l-header__accordion--skintype a:before {
  background: url("../img/common/icon-arrow--right.svg") no-repeat center;
  background-size: 100%;
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 5px;
  height: 10px; }

.l-header__bland-img {
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 8px;
  width: 56px;
  height: 56px; }

.l-header .l-footer__nav {
  display: none;
  opacity: 0;
  padding: 0;
  -webkit-transition: opacity .05s ease-out, height .2s ease-in-out;
  -o-transition: opacity .05s ease-out, height .2s ease-in-out;
  transition: opacity .05s ease-out, height .2s ease-in-out;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  height: 0; }
  @media screen and (min-width: 942px) {
    .l-header .l-footer__nav {
      display: none; } }

.l-header .is-active .l-footer__nav {
  display: block;
  opacity: 1;
  padding: 40px 16px;
  height: auto; }

.l-header .is-active .l-footer__sitemap div:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (min-width: 942px) {
  .l-header .is-active .l-footer__nav {
    display: none; } }

.l-footer {
  border-top: 2px solid #eee;
  margin-top: 24px;
  padding-top: 24px;
  overflow: hidden; }
  @media screen and (min-width: 942px) {
    .l-footer {
      border-top: 0;
      margin-top: 80px;
      padding-top: 0; } }

.l-footer__top {
  background: #F8F2ED;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #5C3E34;
  margin: 0 16px;
  padding: 24px 16px 16px;
  text-align: center; }
  .l-footer__top h2 {
    font-size: 24px; }
  .l-footer__top div {
    background: #C7915F;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 16px auto 0;
    max-width: 311px;
    height: 80px; }
  .l-footer__top img {
    width: 227px;
    height: 51px; }
  .l-footer__top p {
    font-size: 16px;
    margin-top: 16px;
    line-height: 20px; }
  @media screen and (min-width: 942px) {
    .l-footer__top {
      margin: 0; } }

.l-footer__totop {
  background: #eee;
  color: #767676;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  margin-top: 24px;
  width: 100%;
  height: 56px; }
  @media screen and (min-width: 942px) {
    .l-footer__totop {
      display: none; } }

.l-footer__nav {
  background: #625d5d;
  color: #fff;
  padding: 40px 16px; }
  @media screen and (min-width: 942px) {
    .l-footer__nav {
      font-size: 0;
      padding: 100px 0 24px;
      text-align: center; } }

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

.l-footer__nav_top{
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  margin: 0 auto 24px;
  padding: 24px 16px 16px;
  text-align: center;}
  @media screen and (min-width: 942px){
    .l-footer__top {
        margin: 0;
    }
  }
.l-footer__nav_top h2{
  font-size: 22px;
}

.l-footer__nav_top div{
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 16px auto 0;
  max-width: 311px;
  height: 80px;
}

.l-footer__nav_top img{
  width: 100%;
  height: auto;
}

.l-footer__sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%; 
}.l-footer__purpose + .l-footer__sitemap {
    margin-top: 40px;
}.l-footer__sitemap.hide-sp {
    display: none; }
@media screen and (min-width: 942px) {
    .l-footer__sitemap.hide-sp {
    display: block; }
    .l-footer__sitemap.hide-pc {
    display: none; }
}
  .l-footer__sitemap div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    .l-footer__sitemap div + div {
      margin: 40px 0 0 0; }
    .l-footer__sitemap div:nth-child(n+3) {
      display: none; }
  .l-footer__sitemap h3 {
    border-bottom: 3px solid #eee;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px;
    padding-bottom: 16px; }
  .l-footer__sitemap a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: lighter; }
    .l-footer__sitemap a + a {
      margin-top: 32px; }
  @media screen and (min-width: 942px) {
    .l-footer__sitemap {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin: 0;
      padding-left: 40px;
      text-align: left;
      vertical-align: top;
      width: 420px; }
      .l-footer__sitemap div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto; }
        .l-footer__sitemap div:nth-child(n+3) {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .l-footer__sitemap div + div {
          margin: 0 0 0 20px; }
      .l-footer__sitemap h3 {
        border-bottom: 0;
        margin-bottom: 40px;
        padding-bottom: 0; }
      .l-footer__sitemap a {
        font-size: 14px; }
        .l-footer__sitemap a + a {
          margin-top: 16px; } }

.l-footer__category,
.l-footer__purpose {
  margin-top: 40px; }
  .l-footer__category a,
  .l-footer__purpose a {
    color: #fff;
    font-size: 20px;
    display: block; }
    .l-footer__category a + a,
    .l-footer__purpose a + a {
      margin-top: 32px; }
  @media screen and (min-width: 942px) {
    .l-footer__category,
    .l-footer__purpose {
      display: inline-block;
      margin-top: 0;
      margin-left: 20px;
      text-align: left;
      vertical-align: top;
      width: 200px; }
      .l-footer__category label,
      .l-footer__purpose label {
        border: 0;
        font-size: 16px;
        padding: 0;
        height: auto; }
        .l-footer__category label:before, .l-footer__category label:after,
        .l-footer__purpose label:before,
        .l-footer__purpose label:after {
          display: none; }
      .l-footer__category .l-footer__hidemenu,
      .l-footer__purpose .l-footer__hidemenu {
        margin-top: 40px;
        opacity: 1;
        visibility: visible;
        height: auto; }
      .l-footer__category a,
      .l-footer__purpose a {
        font-size: 14px; }
        .l-footer__category a + a,
        .l-footer__purpose a + a {
          margin-top: 16px; } }

.l-footer__check {
  display: block;
  margin: 0 0 -46px;
  position: relative;
  width: 100%;
  height: 46px;
  z-index: 1; }
  .l-footer__check:checked + .l-footer__label:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .l-footer__check:checked + .l-footer__label + .l-footer__hidemenu {
    opacity: 1;
    margin-top: 24px;
    visibility: visible;
    height: auto; }
  @media screen and (min-width: 942px) {
    .l-footer__check:checked + .l-footer__label + .l-footer__hidemenu {
      margin-top: 40px; } }

.l-footer__label {
  border: 3px solid #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  position: relative;
  height: 40px; }
  .l-footer__label:before, .l-footer__label:after {
    background: #fff;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    -webkit-transition: all .05s ease-in-out;
    -o-transition: all .05s ease-in-out;
    transition: all .05s ease-in-out;
    width: 16px;
    height: 2px; }

.l-footer__hidemenu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  height: 0; }

.l-footer__sns {
  margin-top: 80px;
  text-align: center; }
  .l-footer__sns a {
    display: inline-block;
    width: 17%;
    max-width: 55px; }
    .l-footer__sns a:first-child {
      margin-top: 0; }
    .l-footer__sns a + a {
      margin: 0 0 0 20px; }
    @media screen and (min-width: 942px) {
      .l-footer__sns a + a {
        margin: 0 0 0 29px;
      }
    }

.l-footer__policy {
  margin-top: 44px;
  text-align: center; }
  .l-footer__policy a {
    color: #fff;
    font-size: 13px;
    vertical-align: middle;
    word-break: keep-all; }
  .l-footer__policy span:before {
    content: "|";
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin: 0 4px;
    vertical-align: middle; }

.l-footer__copy {
  background: #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px; }
  .l-footer__copy small {
    font-size: 10px; }

.p-footer--about.hide-sp {
    display: none;
} @media screen and (min-width: 942px) {
    .p-footer--about.hide-sp {
        display: block;
    }
}

.p-footer--brand {
    margin-top: 0;
}

.l-footer__top .btn-tel {
    display: flex;
        justify-content: center;
        align-items: center;
    width: 100%;
    height: 80px;
}

.breadcrumb {
  background: #fff;
  border-bottom: 3px solid #eee;
  display: none; }
  .breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    margin: 0 auto;
    width: 942px;
    height: 40px; }
  .breadcrumb li {
    color: #625d5d; }
    .breadcrumb li:not(:first-child):before {
      content: ">";
      margin: 0 8px; }
  .breadcrumb a {
    color: #625d5d; }
  @media screen and (min-width: 942px) {
    .breadcrumb {
      display: block; } }

#top .l-content {
  margin-top: 0; }

.top-hero {
  text-align: center; }
  .top-hero img {
    width: 100%; }
  .top-hero p {
    background: #625d5d;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 16px 16px 24px; }
  @media screen and (min-width: 942px) {
    .top-hero img {
      width: 942px; }
    .top-hero p {
      font-size: 18px;
      line-height: 24px;
      padding: 32px 0; } }

.top-banner {
  margin: 24px auto 0;
  width: 1020px; }

.top-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .top-visual a {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .top-visual a + a {
      margin-top: 20px; }
  .top-visual div {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -10px 10px 0;
    padding: 8px 0 12px;
    position: relative;
    text-align: center; }
  .top-visual h3 {
    font-size: 36px;
    font-weight: 500; }
  .top-visual p {
    font-size: 16px;
    margin-top: 8px;
    line-height: 20px; }
  .top-visual .c-btn {
    margin: 16px auto 0; }
  @media screen and (min-width: 942px) {
    .top-visual {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 80px auto 0;
      padding: 0 16px;
      max-width: 1200px; }
      .top-visual a + a {
        margin-top: 0;
        margin-left: 16px; }
      .top-visual div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0;
        padding: 16px;
        height: 100%;
        max-height: 148px; }
      .top-visual h3 {
        font-size: 22px; }
      .top-visual p {
        font-size: 15px;
        margin-top: 16px; } }

.top-recommend .c-items {
  padding: 0 16px; }
  .top-recommend .c-items a b {
    margin-top: 12px; }
  .top-recommend .c-items a + a {
    margin-left: 10px; }

@media screen and (min-width: 942px) {
  .top-recommend .c-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .top-recommend .c-items a div:not([class]) {
      height: auto;
      padding: 16px 16px 24px; }
    .top-recommend .c-items a b {
      margin-top: 32px; }
    .top-recommend .c-items a + a {
      margin-left: 16px; } }

.top-ranking .c-items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px; }
  .top-ranking .c-items a:after {
    background: #333;
    border-radius: 2px;
    color: #fff;
    counter-increment: item;
    content: counter(item);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: -4px;
    left: -4px;
    width: 40px;
    height: 40px; }
  .top-ranking .c-items a + a {
    margin-left: 10px; }

.top-banners {
  margin-top: 32px;
  padding-right: 16px;
  padding-left: 16px;
  text-align: center; }
  .top-banners a {
    display: inline-block; }
    .top-banners a + a {
      margin-top: 16px; }
  .top-banners img {
    width: 343px;
    height: 80px; }
  @media screen and (min-width: 942px) {
    .top-banners {
      margin: 80px auto 0; }
      .top-banners a + a {
        margin: 0 0 0 20px; } }

.top-benefits {
  border-top: 2px solid #eee;
  counter-reset: benefit;
  margin-top: 32px;
  padding-top: 32px; }
  .top-benefits .c-h3 {
    font-size: 21px; }
  .top-benefits ul {
    border-top: 2px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px;
    padding: 0 16px; }
  .top-benefits li {
    background: #fff;
    border: 2px solid #f4f2ed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 16px;
    padding: 10px 12px 20px;
    position: relative;
    width: calc((100vw - 48px)/2);
    height: calc((100vw - 48px)/2);
    max-width: 164px;
    max-height: 164px; }
    .top-benefits li:before, .top-benefits li:after {
      z-index: 1; }
    .top-benefits li:before {
      background: url(../img/top/label-benefit.svg) no-repeat left top;
      background-size: 100%;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 64px;
      height: 64px; }
    .top-benefits li:after {
      color: #fff;
      counter-increment: benefit;
      content: counter(benefit);
      font-size: 18px;
      font-weight: 500;
      position: absolute;
      top: 2px;
      left: 28px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .top-benefits li:nth-child(1) {
      background: #fff url(../img/top/benefit1-bg.png) no-repeat center;
      background-size: 100%; }
      .top-benefits li:nth-child(1) img {
        width: 94px;
        height: 94px; }
      .top-benefits li:nth-child(1) p {
        text-decoration: underline; }
    .top-benefits li:nth-child(2) img {
      width: 129px;
      height: 70px; }
    .top-benefits li:nth-child(2) p {
      letter-spacing: -.02em; }
    .top-benefits li:nth-child(3) img {
      width: 82px;
      height: 55px; }
    .top-benefits li:nth-child(4) h4 {
      letter-spacing: -.02em; }
    .top-benefits li:nth-child(4) img {
      margin-top: 40px;
      width: 64px;
      height: 64px; }
    .top-benefits li:nth-child(5) {
      width: calc(100vw - 48px);
      max-width: 344px; }
      .top-benefits li:nth-child(5) img {
        margin-top: 30px;
        width: 228px;
        height: 67px; }
  .top-benefits h4 {
    font-size: 12px;
    line-height: 1.4;
    text-align: right; }
  .top-benefits img {
    width: 100%;
    max-width: 534px;
    position: relative; }
  .top-benefits p {
    font-size: 10px;
    line-height: 16px;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
    width: 100%; }
  @media screen and (max-width: 1019px) {
    .top-benefits li:nth-child(2n) {
      margin-left: 16px; } }
  @media screen and (min-width: 942px) {
    .top-benefits {
      margin-top: 80px; }
      .top-benefits li {
        margin: 24px 12px 0; } }

.top-brand {
  padding: 0 16px; }
  .top-brand div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 420px; }
  @media screen and (min-width: 942px) {
    .top-brand {
      background: #fff;
      padding: 40px;
      width: 100%; } }

.top-brand__item--trilogy {
  width: 90px;
  height: 44px; }

.top-brand__item--apocos {
  width: 31px;
  height: 54px; }

.top-brand__item--paulScerri {
  width: 95px;
  height: 54px; }

.top-brand__item--herbfarmacy {
  width: 60px;
  height: 54px; }

.top-brands {
    background: #F3F3F3;
}
@media screen and (min-width: 942px) {
  .top-brands {
    padding: 0 20px;
    max-width: 1200px; } }

.top-brands__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
 }

.top-brands__box {
  display: flex;
    flex-direction: column;
    justify-content: space-between;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 10px;
  max-width: 590px;
  width: 100%; }
  .top-brands__box + .top-brands__box {
    margin-top: 16px; }
  .top-brands__box .p-items {
    display: flex;
    margin-top: 16px; }
    .top-brands__box .p-item {
      display: flex;
        flex-direction: column;
      width: 33.3333%; }
    .top-brands__box .p-item + .p-item {
    margin-left: 8px; }
  @media screen and (min-width: 942px) {
    .top-brands__box {
      margin-top: 16px;
      padding: 20px;
      width: calc((100% - 20px)/2); }
      .top-brands__box:nth-child(2n+1) + .top-brands__box {
        margin-left: 20px; }
      .top-brands__box .p-items {
        margin-top: 30px; }
        .top-brands__box .p-item {
          min-height: 230px;} }

.p-item .p-item__thunbnail {
    position: relative;
    display: block;
    padding-top: 100%;
    }.p-item .p-item__thunbnail img {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        width: 100%;
        height: 100%; }
        
.p-item .p-item__details{
    display: flex;
        flex-direction: column;
        justify-content: space-between;
    flex: auto;
    padding: 8px;
    min-height: 75px;
    font-size: 14px;
    }.p-item__details p {
        line-height: 20px;
        word-break: break-all;
    }.p-item__details b {
        margin-top: 15px;
    }

.top-brands__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .top-brands__description div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 16px; }
  .top-brands__description p {
    font-size: 19px;
    line-height: 24px;
    margin: 0 0 16px;
    word-break: break-all; }
  .top-brands__description a {
    color: #C7915F;
    font-size: 16px;
    font-weight: 500; }
  .top-brands__description span {
    display: block;
    border-radius: 2px;
    font-size: 14px; }
  .top-brands__description img {
    width: 120px;
    object-fit: cover; }
  @media screen and (min-width: 942px) {
    .top-brands__description {
      padding: 0; }
      .top-brands__description div {
        padding-right: 24px; }
      .top-brands__description p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 16px; }
      .top-brands__description a {
        font-size: 16px; } }

.top-magazine {
  padding: 0 16px; }
  @media screen and (min-width: 942px) {
    .top-magazine {
      padding: 0; } }

.top-magazine__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
  margin-top: 14px; }
  .top-magazine__boxes a {
    display: block;
    margin-top: 10px;
    width: calc((100% - 10px)/2); }
    .top-magazine__boxes a:nth-child(2n) {
      margin-left: 10px; }
  .top-magazine__boxes div {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 10px 0;
    height: 98px; }
  .top-magazine__boxes span {
    background: #625d5d;
    border-radius: 10px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px;
    width: 80px;
    height: 20px; }
  .top-magazine__boxes p {
    font-size: 13px;
    line-height: 16px;
    margin-top: 10px;
    text-align: center; }
  @media screen and (min-width: 942px) {
    .top-magazine__boxes {
      margin-top: 0; }
      .top-magazine__boxes a {
        margin-top: 18px;
        max-width: 328px; }
        .top-magazine__boxes a:nth-child(2n) {
          margin-left: 0; }
        .top-magazine__boxes a:not(:nth-child(3n)) {
          margin-right: 18px; }
      .top-magazine__boxes div {
        padding: 12px 20px 24px; }
      .top-magazine__boxes p {
        overflow: visible; } }

.top-news {
  border-top: 2px solid #eee;
  padding-top: 24px; }
  @media screen and (min-width: 942px) {
    .top-news {
      border-top: 0;
      padding-top: 0;
      padding-bottom: 40px; } }

.top-news__ul {
  margin: 8px 16px 0; }
  .top-news__ul a {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .top-news__ul li {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding: 10px;
    display: flex; }
  .top-news__image {
    display: block;
    width: 115px;
    height: 115px;
    object-fit: cover;}
  .top-news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 10px 15px 5px;
    overflow: hidden;
  }

.top-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}.top-news__meta span {
  background: #E8D5C4;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  width: 80px;
  display: block;
  box-sizing: border-box;
  padding: 5px 10px;
  text-align: center; }
.top-news__meta time {
  font-size: 12px;
  font-weight: 500;
  margin-left: 8px;
  width: 100px; } 
  @media screen and (min-width: 942px) {
    .top-news__meta time {
      font-size: 16px;
    }
  }

.top-gift .gift-img{
  margin-top: 24px;
}
    
#brand .l-content {
  margin-top: 0; }

.brand-title {
  text-align: center; }
  .brand-title span {
    display: block;
    font-size: 16px;
    font-weight: 500; }
  .brand-title i {
    background: #fff;
    display: block;
    margin: 12px auto 0;
    width: 128px;
    height: 4px; }
  .brand-title h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 32px; }
  .brand-title p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 24px; }
    .brand-title p br {
      display: none; }
  @media screen and (min-width: 942px) {
    .brand-title h2 {
      line-height: 1; }
    .brand-title p br {
      display: block; } }

.brand-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  margin: 24px -16px 0;
  padding: 10px 0;
  height: auto;
  min-height: 48px; }
  .brand-nav span {
    color: #fff;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 8px;
    opacity: .5;
    position: relative;
    text-align: center; }
    .brand-nav span.is-active {
      opacity: 1; }
      .brand-nav span.is-active:after {
        background: #fff;
        content: "";
        display: none;
        position: absolute;
        bottom: -29px;
        left: 0;
        width: 100%;
        height: 5px; }
  @media screen and (min-width: 942px) {
    .brand-nav {
      font-size: 16px;
      margin: 40px 0 0;
      padding: 0 40px;
      height: 48px; }
      .brand-nav span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0; }
        .brand-nav span.is-active:after {
          display: block;
          bottom: -16px; } }

.brand-hero, .brand-hero--b,
.brand-main {
  text-align: center; }
  .brand-hero img, .brand-hero--b img,
  .brand-main img {
    max-width: 1440px; }

.brand-hero p, .brand-hero--b p {
  color: #e72450;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 32px 16px; }

.brand-hero br, .brand-hero--b br {
  display: none; }

@media screen and (min-width: 942px) {
  .brand-hero p, .brand-hero--b p {
    font-size: 24px;
    line-height: 34px;
    padding: 56px 0; }
  .brand-hero br, .brand-hero--b br {
    display: block; } }

.brand-hero--b p {
  color: #333; }

.brand-main--b {
  margin: 0 auto;
  max-width: 942px; }

.brand-contents--a2, .brand-contents--a, .brand-contents--b2, .brand-contents--b, .brand-recommend--a, .brand-recommend--b {
  padding: 32px 16px; }
  @media screen and (min-width: 942px) {
    .brand-contents--a2, .brand-contents--a, .brand-contents--b2, .brand-contents--b, .brand-recommend--a, .brand-recommend--b {
      padding: 100px 0; } }

.brand-contents--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1200px; }
  .brand-contents--box div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 16px; }
  .brand-contents--box .brand-title {
    background: rgba(51, 51, 51, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .brand-contents--box .brand-contents__l {
    background: #333;
    text-align: left; }
  .brand-contents--box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px; }
    .brand-contents--box li:before {
      background-size: 100%;
      content: "";
      margin-right: 8px;
      width: 24px;
      height: 17px; }
    .brand-contents--box li + li {
      margin-top: 8px; }
  .brand-contents--box small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-top: 16px; }
  @media screen and (min-width: 942px) {
    .brand-contents--box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .brand-contents--box div {
        padding: 40px; }
      .brand-contents--box li {
        line-height: 28px; } }

.brand-contents--a2 {
  background: url(../img/brand/contents--a.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  margin-top: 56px; }
  .brand-contents--a2 li:before {
    background: url(../img/brand/icon-check--red.svg) no-repeat center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

.brand-contents--a {
  background: #e72450;
  color: #fff; }

.brand-contents--b2 {
  background: url(../img/brand/contents--b.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  margin-top: 56px; }
  .brand-contents--b2 .brand-title {
    background: rgba(172, 100, 164, 0.75); }
  .brand-contents--b2 .brand-contents__l {
    background: #fff;
    color: #333; }
  .brand-contents--b2 li:before {
    background: url(../img/brand/icon-check--purple.svg) no-repeat center; }
  .brand-contents--b2 p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.brand-contents--b {
  background: #ac64a4;
  color: #fff; }

.brand-recommend--a, .brand-recommend--b {
  margin: 0 auto;
  max-width: 1200px; }
  .brand-recommend--a .c-btn, .brand-recommend--b .c-btn {
    margin: 40px auto 0; }

.brand-recommend__body {
  background: #E8D5C4;
  margin: 0 -16px;
  padding: 14px 16px 14px 8px; }
  .brand-recommend__body .c-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .brand-recommend__body .c-items a {
      margin: 10px 0 0 8px;
      max-width: 248px;
      width: calc((100% - 16px)/2); }
      .brand-recommend__body .c-items a div {
        padding: 4px 8px 18px;
        height: auto;
        min-height: 90px; }
  @media screen and (min-width: 942px) {
    .brand-recommend__body {
      margin: 0;
      padding: 40px 90px; }
      .brand-recommend__body .c-items {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
        .brand-recommend__body .c-items a {
          margin: 0;
          width: auto; }
          .brand-recommend__body .c-items a div {
            height: 90px; }
          .brand-recommend__body .c-items a + a {
            margin-left: 8px; } }

.brand-recommend--a {
  color: #e72450; }
  .brand-recommend--a i,
  .brand-recommend--a .brand-nav {
    background: #e72450; }

.brand-recommend--b {
  color: #ac64a4; }
  .brand-recommend--b i,
  .brand-recommend--b .brand-nav {
    background: #ac64a4; }
  .brand-recommend--b .brand-nav {
    padding: 0; }
  @media screen and (min-width: 942px) {
    .brand-recommend--b .brand-nav {
      padding: 0 90px; } }

.brand-inst {
  color: #e72450;
  margin: 0 auto;
  max-width: 942px; }
  .brand-inst i {
    background: #e72450; }
  .brand-inst .brand-nav {
    background: #e72450;
    margin: 24px 0 0; }
  @media screen and (min-width: 942px) {
    .brand-inst .brand-nav {
      margin: 40px 0 0;
      padding: 0 200px; } }

.brand-inst__body {
  background: #fff;
  padding: 32px 16px; }
  .brand-inst__body p {
    font-size: 20px;
    font-weight: 500;
    text-align: center; }
  .brand-inst__body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px; }
    .brand-inst__body ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .brand-inst__body ul li + li:before {
        background: url(../img/brand/arrows.svg) no-repeat center;
        background-size: 100%;
        content: "";
        position: relative;
        left: -17%;
        width: 36px;
        height: 30px; }
  .brand-inst__body img {
    max-width: 192px; }
  .brand-inst__body ol {
    counter-reset: inst;
    margin: 24px auto 0;
    max-width: 564px; }
    .brand-inst__body ol li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 14px;
      font-weight: 500; }
      .brand-inst__body ol li:before {
        background: #e72450;
        border-radius: 16px;
        counter-increment: inst;
        content: counter(inst);
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 500;
        margin-right: 16px;
        width: 32px;
        height: 32px; }
      .brand-inst__body ol li + li {
        margin-top: 16px; }
  @media screen and (min-width: 942px) {
    .brand-inst__body {
      padding: 40px 100px; }
      .brand-inst__body ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; } }

.brand-history--a, .brand-history--b {
  margin: 100px auto 0;
  max-width: 820px;
  text-align: center; }
  .brand-history--a p, .brand-history--b p {
    font-size: 15px;
    line-height: 25px;
    margin-top: 16px;
    padding: 0 16px; }
  .brand-history--a .c-btn, .brand-history--b .c-btn {
    margin: 40px auto; }
    .brand-history--a .c-btn img, .brand-history--b .c-btn img {
      margin-right: 8px;
      width: 18px; }
  @media screen and (min-width: 942px) {
    .brand-history--a p, .brand-history--b p {
      padding: 0; } }

.brand-history__img {
  margin-top: 40px;
  width: 200px; }

.brand-history__movie {
  margin-top: 40px; }

.brand-history--a {
  color: #e72450; }
  .brand-history--a i,
  .brand-history--a .c-btn {
    background: #e72450; }

.brand-history--b .brand-title {
  color: #ac64a4; }

.brand-history--b i,
.brand-history--b .c-btn {
  background: #ac64a4; }

.brand-about--a, .brand-about--b {
  margin: 100px auto 0;
  max-width: 1200px; }
  .brand-about--a .brand-nav, .brand-about--b .brand-nav {
    margin: 24px 0 0; }
  .brand-about--a .c-btn, .brand-about--b .c-btn {
    margin: 40px auto 0; }
  @media screen and (min-width: 942px) {
    .brand-about--a .brand-nav, .brand-about--b .brand-nav {
      padding: 0 120px; } }

.brand-about__body {
  background: #E8D5C4;
  padding: 32px 16px; }
  .brand-about__body h3 {
    font-size: 15px;
    font-weight: 500; }
  @media screen and (min-width: 942px) {
    .brand-about__body {
      padding: 40px 90px; } }

.brand-about__ans {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  padding: 24px 20px 32px; }
  .brand-about__ans:nth-of-type(4) img {
    height: 160px; }
  .brand-about__ans:nth-of-type(5) img {
    height: 70px; }
  .brand-about__ans + h3 {
    margin-top: 24px; }
  .brand-about__ans p,
  .brand-about__ans img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .brand-about__ans img {
    margin-left: 10px; }

.brand-about--a {
  color: #e72450; }
  .brand-about--a i,
  .brand-about--a .brand-nav {
    background: #e72450; }

.brand-about--b {
  color: #ac64a4; }
  .brand-about--b i,
  .brand-about--b .brand-nav {
    background: #ac64a4; }
  .brand-about--b .brand-nav {
    margin: 40px 0 0;
    padding: 0; }
  .brand-about--b p {
    color: #333; }
  @media screen and (min-width: 942px) {
    .brand-about--b .brand-nav {
      padding: 0 240px; } }

#products .l-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 0;
  max-width: 942px; }

@media screen and (min-width: 942px) {
  #products .l-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 40px; }
  #products .l-main {
    margin-left: 20px; } }

.l-side {
  margin-top: 20px; }
  @media screen and (min-width: 942px) {
    .l-side {
      margin-top: 0;
      width: 300px; }
      .l-side .top-benefits {
        background: #fff;
        margin-top: 20px;
        padding-bottom: 12px;
        padding-top: 0;
        width: 300px; }
        .l-side .top-benefits ul {
          padding: 0; }
        .l-side .top-benefits li {
          margin-top: 12px; }
          .l-side .top-benefits li:nth-child(2n+1) {
            margin-right: 6px; }
          .l-side .top-benefits li:nth-child(2n) {
            margin-left: 6px; }
          .l-side .top-benefits li:nth-child(5) {
            margin-right: 12px; }
          .l-side .top-benefits li:not(:nth-child(5)) {
            width: 132px; }
          .l-side .top-benefits li:nth-child(2) h4 {
            padding-left: 17px; }
          .l-side .top-benefits li:nth-child(2) p {
            letter-spacing: -1.5px;
            -webkit-transform: scale(0.95);
            -ms-transform: scale(0.95);
            transform: scale(0.95); }
          .l-side .top-benefits li:nth-child(5) p {
            letter-spacing: -1px; }
          .l-side .top-benefits li:before {
            width: 48px;
            height: 48px; }
          .l-side .top-benefits li:after {
            font-size: 12px;
            top: 3px;
            left: 21px; }
        .l-side .top-benefits h4,
        .l-side .top-benefits p {
          font-size: .01rem;
          letter-spacing: .9em; }
        .l-side .top-benefits br {
          display: none; } }

    .l-side .top-benefits img{
      position: relative;
    }

.side-brand {
  display: block; }
  .side-brand span {
    background: #625d5d;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    width: 100%;
    height: 24px; }
  .side-brand + .side-brand {
    margin-top: 20px; }

.side-brands {
  background: #fff;
  border: 1px solid #eee;
  display: none;
  margin-top: 20px;
  padding: 24px; }
  .side-brands section + section {
    border-top: 1px solid #a7a7a7;
    margin-top: 16px;
    padding-top: 16px; }
  .side-brands h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px; }
  .side-brands a,
  .side-brands label {
    color: #625d5d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px; }
    .side-brands a + a,
    .side-brands a + label,
    .side-brands label + a,
    .side-brands label + label {
      margin-top: 10px; }
  .side-brands input[type="checkbox"] {
    border: 1px solid #333;
    margin-right: 5px;
    width: 16px;
    height: 16px; }
    .side-brands input[type="checkbox"]:checked {
      background: #333; }
  .side-brands input[type="text"] {
    background: #f3f3f3;
    border: 1px solid #eee;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 33px; }
  @media screen and (min-width: 942px) {
    .side-brands {
      display: block; } }

.side-nav {
  background: #fff;
  border: 1px solid #eee;
  margin-top: 20px;
  padding: 0 24px; }
  .side-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px; }
    .side-nav a + a {
      border-top: 1px solid #eee; }
  @media screen and (max-width: 1019px) {
    .side-nav {
      display: none; } }

.products-head {
  margin-top: 40px;
  padding: 0 10px; }
  .products-head p {
    font-size: 16px;
    margin-top: 16px; }
  .products-head b {
    font-size: 15px;
    font-weight: 500; }

.products-head__pagenate {
    margin-top: 20px; 
}.products-head__pagenate div + div {
    margin-top: 5px;
}@media screen and (min-width: 942px) {
    .products-head__pagenate {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }.products-head__pagenate div + div {
        margin-top: 0;
    } }

.products-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
  padding: 0 10px; }
  .products-display div:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .products-display div + div {
    margin-left: 10px; }
  .products-display select {
    background: #fff;
    border: 1px solid #eee;
    font-size: 16px;
    margin-top: 8px;
    width: 200px;
    height: 40px;
    font-family: inherit; }
  .products-display .products-display--order select{
    width: 120px; }
  @media screen and (min-width: 942px) {
    .products-display {
        display: flex;
        justify-content: flex-end;
    }.products-display select {
        margin-top: 0; }
      }

.products-display--order select{
    width: 120px;
}

.products-list {
  margin-top: 0; }
  .products-list .c-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 16px 8px 6px;
    white-space: normal; }
    .products-list .c-items a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: space-between;
      -ms-flex-align: space-between;
      align-items: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      margin-top: 10px;
      margin-left: 10px;
      width: calc((100% - 20px)/2); }
      @media screen and (max-width: 1019px) {
        .products-list .c-items a {
          max-width: calc(680px / 3); } }
    .products-list .c-items div {
      padding: 8px 8px 12px;
      height: auto; }
      .products-list .c-items div.thumbnail {
        padding: 100% 0 0;}
      .products-list .c-items div:not([class]) {
        height: 100%; }
    .products-list .c-items p {
      min-height: 34px; }
    .products-list .c-items b {
      margin-top: 16px; }
    .products-list .c-items span {
      color: #a7a7a7;
      display: block;
      font-size: 13px;
      line-height: 16px;
      margin-top: 8px;
      min-height: 32px; }
    .products-list .c-items i {
      color: #e72450;
      font-size: 14px;
      margin-top: 16px;
      min-height: 14px; }
  @media screen and (min-width: 942px) {
    .products-list .c-items {
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      padding: 8px 10px;
      white-space: nowrap; }
      .products-list .c-items a {
        width: calc((100% - 20px)/3);
        max-width: calc((100% - 20px)/3); }
        .products-list .c-items a:nth-child(2n+1) {
          margin-left: 10px; }
        .products-list .c-items a:nth-child(3n+1) {
          margin-left: 0; } }

.products-pagination {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  margin-top: 10px;
  padding: 20px 24px; }

.products-pagination__nav {
  border: 1px solid #eee;
  border-radius: 2px;
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  width: 62px;
  height: 36px; }
  .products-pagination__nav.is-active {
    background: #585858;
    border-color: #585858;
    color: #fff; }

.products-pagination__num {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .products-pagination__num a {
    border-radius: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    width: 36px;
    height: 36px; }
    .products-pagination__num a.is-active {
      background: #eee; }
    .products-pagination__num a + a {
      margin-left: 10px; }

.product-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 942px) {
    .product-head {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.product-l,
.product-r {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 500px;
  width: 100%; }

.product-l ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
  padding: 0 10px; }

.product-l li {
  margin-top: 10px;
  position: relative;
  width: calc((100% - 30px)/4); }
  .product-l li:not(:nth-child(4n+1)) {
    margin-left: 10px; }
  .product-l li:before {
    content: "";
    display: block;
    padding-top: 100%; }

.product-l div.thumbnail {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .product-l div.thumbnail > img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.product-r {
  background: #fff;
  margin: 20px 0 0;
  padding: 16px; }
  @media screen and (min-width: 942px) {
    .product-r {
      margin: 0 0 0 20px;
      padding: 32px; } }

.product-r__head {
  position: relative; }
  .product-r__head > span {
    font-size: 14px; }
  .product-r__head h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 24px; }
  .product-r__head h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    margin-top: 20px; }
  .product-r__head p {
    font-size: 14px;
    line-height: 19px;
    margin-top: 20px; }
  .product-r__head .product-options {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }

.product-like {
  width: 40px; }

.product-code {
  margin-top: 16px;
  text-align: right; }
  .product-code span {
    text-decoration: underline; }

[class*="product-box"] {
  border: 1px solid #eee;
  margin-top: 32px;
  padding: 20px; }
  [class*="product-box"] + [class*="product-box"] {
    margin-top: 20px; }

.product-box--benefit {
  border: 4px solid #EEDECF;
  text-align: center; }
  .product-box--benefit h4 {
    border-bottom: 2px solid #C7915F;
    color: #C7915F;
    display: inline-block;
    font-size: 16px;
    padding-bottom: 8px; }
    .product-box--benefit h4 + .product-price {
      margin-top: 16px; }
  .product-box--benefit .product-price b {
    color: #FC1111; }
  .product-box--benefit .product-price small {
    color: #FC1111; }

.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  text-align: left; }
  .product-price > div {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .product-price span {
    font-size: 14px; }
  .product-price b {
    display: inline-block;
    font-size: 24px;
    margin-left: 4px; }
  .product-price small {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-left: 4px; }
  .product-price p {
    border: 1px solid #625d5d;
    display: inline-block;
    font-size: 13px;
    padding: 4px 8px; }

.product-highlight {
  background: #EEDECF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  margin-top: 20px;
  height: 30px; }
  .product-highlight b {
    color: #fc1111; }

.product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px; }
  .product-quantity b {
    font-weight: 14px;
    font-weight: normal; }
  .product-quantity input,
  .product-quantity span {
    border: 2px solid #333;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 8px 0 0;
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out; }
    .product-quantity input:hover,
    .product-quantity span:hover {
      opacity: .7; }
  .product-quantity div,
  .product-quantity input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .product-quantity span,
  .product-quantity input {
    width: 42px;
    height: 42px; }
  .product-quantity p {
    font-size: 14px;
    font-weight: 500;
    margin-left: 8px; }
  .product-quantity input{
    font-size: 18px;
    text-align: center; }
    .product-quantity input::-webkit-outer-spin-button,
    .product-quantity input::-webkit-inner-spin-button {
      margin: 0;
      -webkit-appearance: none; }

.product-quantity__nav {
  margin-left: 10px; }

.product-cart {
  margin: 20px auto 0;
  text-align: center; }

.product-btn {
  background: #625d5d;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  max-width: 400px;
  height: 56px; }

.product-note {
  border: 4px solid #eee;
  font-size: 12px;
  line-height: 16px;
  margin-top: 20px;
  padding: 8px 8px 12px; }

.product-main {
  background: #fff;
  margin-top: 20px;
  padding: 24px 16px; }
  .product-main section + section {
    margin-top: 40px; }
  .product-main h2 {
    color: #5C3E34;
    font-size: 24px;
    font-weight: 500; }
  .product-main p {
    font-size: 14px;
    line-height: 19px;
    margin-top: 16px; }
  .product-main .alert > p {
    margin-top: 0;
  }
  @media screen and (min-width: 942px) {
    .product-main {
      padding: 32px 40px 40px; } }

.product-review {
  border: 1px solid #eee;
  font-size: 14px;
  margin-top: 20px;
  padding: 16px; }
  .product-review p {
    line-height: 19px;
    margin-top: 16px; }
  .product-review + .product-review {
    margin-top: 10px; }
  .product-review:nth-child(n+6){
      display: none;
  }

.product-review__head,
.product-review__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .product-review__head span,
  .product-review__head b,
  .product-review__star span,
  .product-review__star b {
    margin-left: 16px; }

.product-review__star {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  margin-top: 8px; }
  .product-review__star b {
    font-size: 14px; }

.product-review__form {
  margin-top: 40px;
}.product-review__form h3 {
    padding: 10px;
    background: #c7915f;
    color: #fff;
    }.product-review__form form {
        padding: 0 10px;
    }
@media screen and (min-width: 942px) {
    .product-review__form form {
        padding: 0 15px;
    }
}

.product-review__table {
    width: 100%;
    }.product-review__table tr {
        border-bottom: dotted 2px #ccc;
    }.product-review__table th, .product-review__table td {
        display: block;
        padding: 20px 10px;
        width: 100%;
        box-sizing: border-box;
    }.product-review__table th {
        padding: 20px 0 0 0;
        vertical-align: middle;
        color: #625e5e;
        text-align: left;
    }.product-review__table td {
        padding: 20px;
    }.product-review__table input {
        padding: 5px 10px;
        width: 250px;
        border: solid 1px #ddd;
        border-radius: 2px;
    }.product-review__table select {
        padding: 5px 10px;
        border: solid 1px #ddd;
        border-radius: 2px;
        color: #c7915f;
    }.product-review__table textarea {
        width: 100%;
        min-height: 100px;
        border: solid 1px #ddd;
    }
    @media screen and (min-width: 942px) {
        .product-review__table th, .product-review__table td {
            display: table-cell;
            padding: 20px;
        }
        .product-review__table th {
            width: 25%;
        }
    }

.product-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px; }
  @media screen and (min-width: 942px) {
    .product-btns {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.product-btns__more,
.product-btns__review {
  border-radius: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  width: 276px;
  height: 66px; }

.product-btns__more {
  background: #eee;
  margin-right: auto;
  margin-left: auto; }
  .product-btns__more:after {
    background: url(../img/common/icon-arrow--bottom.svg) no-repeat center;
    background-size: 100%;
    content: "";
    margin-left: 16px;
    width: 17px;
    height: 10px; }
  @media screen and (min-width: 942px) {
    .product-btns__more {
      margin-right: 0;
      margin-left: 0; } }

.product-btns__review {
  margin: 0 auto;
  border: 1px solid #C7915F;
  color: #C7915F;
  background: #fff;
  font-weight: normal; }

.product-foot {
  padding-bottom: 24px; }
  .product-foot h2 {
    background: #625d5d;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    margin-top: 20px;
    padding: 0 16px;
    height: 32px; }
  .product-foot .c-items {
    padding: 8px 16px 8px 8px;
    white-space: normal; }
    .product-foot .c-items a {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin: 8px 0 0 8px;
      width: calc((100% - 20px)/2); }
      .product-foot .c-items a div {
        padding: 4px 8px 16px;
        min-height: 112px; }
        .product-foot .c-items a div[class^="thumbnail"] {
          padding: 0;
          height: 100%;
          max-height: 248px; }
    .product-foot .c-items b {
      margin-top: 16px; }
  @media screen and (min-width: 942px) {
    .product-foot .c-items {
      margin-top: 24px;
      padding: 8px 10px;
      white-space: nowrap; }
      .product-foot .c-items a {
        margin: 0;
        width: calc((100% - 30px)/4); }
        .product-foot .c-items a + a {
          margin-left: 10px; } }

.cart-item {
  background: #fff;
  border: 2px solid #eee;
  /* display: flex */
  margin-top: 32px;
  padding: 40px; }

.cart-item__img {
  width: 100px; }
  .cart-item__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.cart-item__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 124px 0 40px; }
  .cart-item__txt a {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px; }
  .cart-item__txt span {
    display: block;
    font-size: 24px;
    margin-top: 16px; }

.cart-item__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .cart-item__form .product-quantity {
    margin-top: 0; }
    .cart-item__form .product-quantity span,
    .cart-item__form .product-quantity input {
      margin-top: 0; }
    .cart-item__form .product-quantity span:last-of-type {
      margin-right: 0; }

.cart-item__del {
  background: #625d5d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  margin-top: 16px;
  width: 156px;
  height: 40px; }

.cart-item__subtotal,
.cart-items__subtotal {
  font-size: 32px;
  font-weight: 500;
  margin-top: 32px; }
  .cart-item__subtotal span,
  .cart-items__subtotal span {
    font-size: 18px; }

.cart-item__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px; }

.cart-item__cassette {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px; }

.cart-items__subtotal {
  text-align: right;
  border-top: 1px solid #eee;
  padding-top: 40px; }

.simple_form {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 10px;
  max-width: 1020px; }
  @media screen and (min-width: 942px) {
    .simple_form {
      padding: 20px 40px 40px; } }

.form-group + .form-group {
  border-top: 1px solid #eee;
  margin-top: 16px;
  padding-top: 16px; }

.form-group::-webkit-input-placeholder {
  color: #a7a7a7; }

.form-group:-ms-input-placeholder {
  color: #a7a7a7; }

.form-group::-ms-input-placeholder {
  color: #a7a7a7; }

.form-group::placeholder {
  color: #a7a7a7; }

@media screen and (min-width: 942px) {
  .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.form-group__p {
  color: #625d5d;
  font-size: 11px;
  line-height: 18px;
  margin-top: 10px; }

.simple_form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px; }
  .simple_form label + label {
    margin-top: 10px; }

.simple_form .attention {
  color: #e72450;
  font-size: 13px;
  margin-left: 8px; }

.simple_form .col-md-10,
.simple_form .col-md-10--wrap,
.simple_form .col-md-10--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px; }

.simple_form .col-md-10--wrap {
  margin-top: 10px; }

.simple_form .col-md-10 + .col-md-10 {
  margin-top: 10px; }

.simple_form .col-xs-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 10px; }

.simple_form input,
.simple_form select {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #625d5d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  padding: 0 16px;
  width: 100%;
  height: 40px; }

.simple_form select {
  -webkit-appearance: pop-up-menu;
  -moz-appearance: pop-up-menu;
  appearance: pop-up-menu; }

.simple_form input[type="radio"] {
  background: #eee;
  border-radius: 50%;
  padding: 0;
  position: relative;
  width: 16px;
  height: 16px; }
  .simple_form input[type="radio"]:checked {
    background: #C7915F;
    border: 3px solid #eee; }

.simple_form a {
  text-decoration: underline; }

.simple_form .c-btn--border--black {
  border: 2px solid #625d5d;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  width: 174px;
  height: 40px; }

.simple_form .c-btn,
.simple_form .c-btn--gray {
  background: #C7915F;
  border-radius: 33px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto 0;
  max-width: 295px;
  height: 66px; }

.simple_form .c-btn--gray {
  background: #eee;
  color: #625d5d;
  margin-top: 20px; }

.simple_form .formError {
  color: #e72450;
  font-size: 13px;
  opacity: 1 !important;
  margin: 8px 0 0 !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important; }
  .simple_form .formError + input,
  .simple_form .formError + select {
    border-color: #e72450; }

@media screen and (min-width: 942px) {
  .simple_form lable {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .simple_form lable + label {
      margin: 0 0 0 10px; }
  .simple_form .col-md-10,
  .simple_form .col-md-10--radio {
    display: -ms-grid;
    display: grid;
    -webkit-box-flex: 2.7;
    -ms-flex: 2.7;
    flex: 2.7;
    margin-top: 0; }
  .simple_form .col-md-10--wrap {
    -webkit-box-flex: 2.7;
    -ms-flex: 2.7;
    flex: 2.7;
    margin-top: 0; }
  .simple_form .col-md-10--radio label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .simple_form .col-md-10 + .col-md-10 {
    margin-top: 20px; }
  .simple_form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%; }
  .simple_form .col-xs-6 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0; }
    .simple_form .col-xs-6:not(:first-child) {
      margin-left: 8px; }
    .simple_form .col-xs-6 + .col-xs-6 {
      margin-left: 24px; }
  .simple_form .form-inline .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

.col-md-10--btns {
  margin: 20px auto 0;
  text-align: center; }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px; }
  .form-inline .col-xs-6:not(:first-child) {
    margin-left: 8px; }
  .form-inline input {
    max-width: 80px; }
  .form-inline a {
    font-size: 14px;
    margin-left: 24px; }
  .form-inline span:not(:first-child),
  .form-inline input:not(:first-child) {
    margin-left: 8px; }
  @media screen and (min-width: 942px) {
    .form-inline label + label {
      margin-left: 16px;
      white-space: nowrap;
      word-break: break-all; } }

.simple_form {
  padding-top: 8px; }
  .simple_form legend {
    font-size: 24px;
    font-weight: 500;
    margin-top: 32px;
    text-align: center; }
    .simple_form legend + p {
      font-size: 15px;
      line-height: 25px;
      margin-top: 16px; }
  .simple_form .table {
    margin-top: 32px;
    width: 100%; }
  .simple_form tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .simple_form tr:not(:first-child) {
      border-top: 1px solid #eee;
      margin-top: 16px;
      padding-top: 16px; }
  .simple_form th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .simple_form th label {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .simple_form td {
    margin-top: 6px;
    width: 100%; }
    .simple_form td .form-inline {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .simple_form td input,
    .simple_form td select {
      font-size: 15px;
      margin: 10px 0 0 0; }
      .simple_form td input:not(:first-child),
      .simple_form td select:not(:first-child) {
        margin: 10px 0 0 0; }
    .simple_form td select {
      -webkit-appearance: pop-up-menu;
      -moz-appearance: pop-up-menu;
      appearance: pop-up-menu; }
  .simple_form .attention {
    color: #e72450;
    font-size: 13px;
    margin: 0 0 0 8px; }
  .simple_form .btn {
    border-radius: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    margin: 40px auto 0;
    text-decoration: none;
    width: 295px;
    height: 66px; }
    .simple_form .btn + .btn {
      margin-top: 20px; }
  .simple_form .btn-default {
    background: #eee;
    color: #625d5d; }
  .simple_form .btn-primary {
    background: #C7915F;
    color: #fff; }
  @media screen and (min-width: 942px) {
    .simple_form {
      padding-top: 40px; }
      .simple_form legend {
        margin-top: 40px; }
      .simple_form tr {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .simple_form th {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
      .simple_form td {
        -webkit-box-flex: 2.7;
        -ms-flex: 2.7;
        flex: 2.7;
        margin-top: 0; }
        .simple_form td .form-inline {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; }
        .simple_form td span,
        .simple_form td input,
        .simple_form td select,
        .simple_form td input:not(:first-child) {
          margin-top: 0; }
        .simple_form td select {
          max-width: 160px; } }

#about .l-content {
  color: #625d5d;
  margin-top: 0; }

.about-hero {
  background: url(../img/about/hero.jpg) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  height: 240px; }

.about-hero__txt {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center; }
  .about-hero__txt span {
    display: block;
    margin-top: 8px; }

.about-sec {
  margin: 32px auto 0;
  padding: 0 16px;
  max-width: 942px; }
  @media screen and (min-width: 942px) {
    .about-sec {
      margin: 72px auto 0;
      padding: 0; } }

.about-h2 {
  font-size: 24px;
  font-weight: 500;
  text-align: center; }

.about-lead {
  font-size: 14px;
  line-height: 2;
  margin-top: 16px;
  text-align: center; }

.about-num {
  counter-reset: about;
  margin-top: 16px; }
  .about-num li {
    background: #fff;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    font-size: 14px;
    line-height: 2;
    padding: 10px 20px; }
    .about-num li:before {
      counter-increment: about;
      content: counter(about) ".";
      font-size: 32px;
      font-weight: 500;
      line-height: 1.4;
      padding-right: 24px; }
    .about-num li:not(:first-child) {
      margin-top: 10px; }
  @media screen and (min-width: 942px) {
    .about-num {
      margin-top: 32px; }
      .about-num li {
        padding: 24px 40px; } }

.about-lead sup {
  font-size: 50%;
  vertical-align: super; }

.about-attention {
  background: #f3f3f3;
  border: 1px solid #eee;
  font-size: 10px;
  line-height: 1.4;
  margin: 16px auto 0;
  padding: 10px 16px;
  max-width: 800px; }
  @media screen and (min-width: 942px) {
    .about-attention {
      padding: 10px 32px; } }

.about-list {
  font-size: 0;
  margin: 20px -15px 0 0; }

.about-list__li {
  display: inline-block;
  position: relative;
  margin: 20px 15px 0 0;
  vertical-align: top; }
  @media screen and (min-width: 480px) {
    .about-list__li {
      max-width: calc((100% - 30px)/2); } }
  @media screen and (min-width: 768px) {
    .about-list__li {
      max-width: calc((100% - 45px)/3); } }

.about-list__txt {
  background: #f4f2ed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: -64px 10px 0;
  position: relative;
  padding: 20px 30px; }
  .about-list__txt h3 {
    border-bottom: 1px solid #625d5d;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 8px; }
  .about-list__txt p {
    font-size: 14px;
    line-height: 2;
    margin-top: 8px; }
  @media screen and (min-width: 768px) {
    .about-list__txt {
      min-height: 220px; } }

.about-list__img {
  height: 200px; }
  .about-list__img img {
    -o-object-fit: cover;
    object-fit: cover; }

.about-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
  width: 100%; }
  @media screen and (min-width: 942px) {
    .about-contact {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.about-contact__box {
  background: #625d5d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 200px; }
  .about-contact__box + .about-contact__box {
    margin: 10px 0 0 0; }
  @media screen and (min-width: 942px) {
    .about-contact__box {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .about-contact__box + .about-contact__box {
        margin: 0 0 0 16px; } }

.about-contact__txt {
  color: #fff;
  position: relative;
  text-align: center; }
  .about-contact__txt h3 {
    font-size: 20px;
    font-weight: 500; }
  .about-contact__txt p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 16px; }
  .about-contact__txt .c-btn {
    margin: 24px auto 0; }

.about-contact__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .3;
  width: 100%;
  height: 100%; }
  .about-contact__img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%; }

.member-rank-block{
  width:100%;
  text-align:right;
  font-size: 14px;
  margin-bottom:10px;
}

.member-rank-block p{
  font-weight: 500;
  margin:0;
}

/* mypage */
#customers-card-index-view input, #customers-card-index-view button{
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

/* 
お知らせ記事:　/information/show.html.liquid
================================== */
.l-content--information {
  padding-bottom: 20px;
}@media screen and (min-width: 1020px){
  .l-content--information {
    display: block;
  }
}

.l-main--information {
  width: 100%;
  margin: 0 auto;
  display: flex;
    flex-direction: column;
}@media screen and (min-width: 1020px){
  .l-main--information {
      flex-direction: row;
    padding: 0 10px;
      max-width: 1020px;
    box-sizing: border-box;
  }.l-main--information > section {
    flex: 1;
  }
}

/* 
プレビュー: _preview_footer.html.liquid
================================== */
#preview-footer-view {
  opacity: 0.8;
  z-index: 10000;
  position: fixed;
    bottom: 0;
    left: 0;
  display: flex;
    justify-content: center;
    align-items: center; 
  width: 200px;
  height: 50px;
  background: #333;
  }#preview-footer-view a {
    color: #fff;
  }

/*
再入荷お知らせボタン
================================== */
.product-quantity-restock {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-btn--restock {
  color: #fff;
  background: #625d5d;
  border-radius: 2rem;
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
}
.product-restock-text {
  margin-top: 0.75rem;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  color: #cb0810;
}

/* 再入荷お知らせモーダル */
.modal-scrollable {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
.modal-scrollable .modal {
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 480px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.modal-scrollable .modal-header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.modal-scrollable .modal-title {
  font-size: 1.125rem;
  font-weight: 500;
}
.modal-scrollable .close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #999;
  line-height: 1;
  padding: 0;
}
.modal-scrollable .modal-body {
  padding: 1.25rem;
}
.modal-scrollable .modal-body > p {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0 0 0.75rem;
  color: #333;
}
.modal-scrollable .form-group {
  margin-bottom: 1rem;
}
.modal-scrollable .form-group label {
  display: block;
  min-width: 7.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #555;
}
.modal-scrollable .form-group p {
  margin: 0;
  font-size: 0.875rem;
}
.modal-scrollable .form-control {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.875rem;
  box-sizing: border-box;
}
.modal-scrollable .form-control:focus {
  outline: none;
  border-color: #625d5d;
}
.modal-scrollable .btn-primary {
  display: inline-block;
  margin: auto;
  background: #625d5d;
  color: #fff;
  padding: 0.625rem 2rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
/* カテゴリーサムネイル */
.products_category_thumb {
  margin: 0 0 20px;
}
.products_category_thumb img {
  display: block;
  width: 100%;
}

/* カテゴリー説明 */
.products_category_description {
  margin: 0 0 20px;
  padding: 1rem;
  font-size: 14px;
  line-height: 1.6;
}

/* カテゴリー説明内のHTMLタグ用（リセットCSSの打ち消し） */
.products_category_description h1,
.products_category_description h2,
.products_category_description h3,
.products_category_description h4 {
  font-weight: bold;
  margin: 1em 0 0.5em;
  line-height: 1.4;
}
.products_category_description h1 {
  font-size: 1.5em;
}
.products_category_description h2 {
  font-size: 1.3em;
}
.products_category_description h3 {
  font-size: 1.15em;
}
.products_category_description h4 {
  font-size: 1em;
}
.products_category_description p {
  margin: 0 0 1em;
}
.products_category_description b,
.products_category_description strong {
  font-weight: bold;
}
.products_category_description em,
.products_category_description i {
  font-style: italic;
}
.products_category_description u {
  text-decoration: underline;
}
.products_category_description small {
  font-size: 0.85em;
}
.products_category_description ul {
  list-style: disc;
  padding-left: 1.5em;
  margin: 0 0 1em;
}
.products_category_description ol {
  list-style: decimal;
  padding-left: 1.5em;
  margin: 0 0 1em;
}
.products_category_description a {
  text-decoration: underline;
}
.products_category_description table {
  border-collapse: collapse;
  margin: 0 0 1em;
}
.products_category_description th,
.products_category_description td {
  border: 1px solid #ccc;
  padding: 0.5em;
}
.products_category_description > :first-child {
  margin-top: 0;
}
.products_category_description > :last-child {
  margin-bottom: 0;
}
