@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}
/* ----全体設定---- */
body {
  margin: 0;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.09em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #333;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
  font-feature-settings: "palt";
  animation: page-delay 1.4s ease-in forwards;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}
@keyframes page-delay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ----ヘッドライン---- */
h1,
.h1 {
  margin: 40px 0 20px;
  font-size: 32px;
  font-weight: normal;
}
h2 {
  margin: 20px 0;
  font-size: 26px;
  font-weight: normal;
}
h3 {
  margin: 10px 0;
  font-size: 21px;
  font-weight: normal;
}
/* ----リンク---- */
a:focus {
  outline: none;
}
/* ----タグ---- */
img {
  max-width: 100%;
  display: block;
}
/* ----入力フォーム共通---- */
input,
button,
select,
textarea {
  color: #333;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea {
  padding: 0.5em 0.8em;
  border: 1px solid #ccc;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="search"],
  input[type="password"],
  input[type="url"],
  input[type="number"],
  select,
  textarea {
    padding: 0.8em;
  }
}
input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="url"]:hover,
input[type="number"]:hover,
select:hover,
textarea:hover {
  border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  outline: none;
}
label input[type="radio"] {
  display: inline;
}
label input[type="checkbox"] {
  display: inline;
}
input[type="radio"] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
input[type="checkbox"] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
label.radio,
label.checkbox,
input[type="radio"],
input[type="radio"] + label,
input[type="checkbox"],
input[type="checkbox"] + label,
select {
  cursor: pointer;
}
input[type="text"][disabled] {
  background: #dcdcdc;
  cursor: not-allowed;
}
@media screen and (max-width: 767px) {
  input[name*="uid"],
  input[type="password"],
  input[name="oldid"],
  input[name="mail"] {
    width: 100%;
  }
}
input[type="submit"],
input[type="button"],
button {
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  input[type="submit"],
  input[type="button"],
  button {
    border-radius: 4px;
  }
}
textarea {
  width: 100%;
}
/* ----ボタン---- */
.btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  padding: 4px 10px;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled],
.btn.disabled:hover,
.btn[disabled]:hover,
.btn.disabled:active,
.btn[disabled]:active {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none !important;
}
.hidden-btn {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}
/* ----画面上部メッセージ---- */
.alert {
  margin-top: 5px;
  padding: 10px 10px 10px 30px;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 12px auto;
  background-position: 10px 50%;
  background-image: url(../../img/sys/icon/alert.png);
}
.success {
  margin-top: 5px;
  padding: 10px 10px 10px 30px;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #bce8f1;
  color: #31708f;
  background-color: #d9edf7;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 12px auto;
  background-position: 10px 50%;
  background-image: url(../../img/sys/icon/success.png);
}
/* ----入力フォームタイトル---- */
.legend {
  margin: 60px 0 10px;
  padding: 0 0 0 0;
  font-size: 26px;
  font-weight: 500;
  border-bottom: none;
}
.legend .required {
  vertical-align: text-bottom;
}
@media screen and (max-width: 767px) {
  .legend {
    margin: 40px 0 10px;
    font-size: 18px;
  }
}
.block-login--first-time-header,
.common_headline2_area_ {
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .block-login--first-time-header,
  .common_headline2_area_ {
    font-size: 18px;
  }
}
/* ----縦型入力フォーム---- */
.fieldset-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
.fieldset-vertical .form-group {
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .fieldset-vertical .form-group {
    margin: 5px 0 10px 0;
  }
}
.fieldset-vertical .form-label,
.fieldset-vertical .constraint {
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .fieldset-vertical .form-label,
  .fieldset-vertical .constraint {
    margin: 0 0 5px 0;
  }
}
.fieldset-vertical .form-label {
  padding: 10px;
  margin-right: 0;
  text-align: left;
  background: #EFEFEF;
  vertical-align: middle;
}
.fieldset-vertical .form-label label {
  font-weight: bold;
}
.fieldset-vertical .form-control {
  clear: both;
}
/* ----横型入力フォーム---- */
.fieldset {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.fieldset .form-group {
  display: table;
  width: 100%;
  border-top: 1px solid #ccc;
}
.fieldset .form-group:last-child {
  border-bottom: 1px solid #ccc;
}
.fieldset .form-label,
.fieldset .constraint,
.fieldset .form-control {
  display: table-cell;
}
.fieldset .form-label {
  width: 23%;
  padding: 25px 10px 25px 25px;
  text-align: left;
  background: #EFEFEF;
}
.fieldset .form-label label {
  font-weight: 500;
}
.fieldset .constraint {
  width: 65px;
  padding: 5px;
  background: #EFEFEF;
}
.fieldset .form-control {
  padding: 5px 20px 5px 20px;
}
@media screen and (max-width: 767px) {
  .fieldset .required:after {
    margin-right: 1em;
  }
  .fieldset .form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .fieldset .form-label {
    padding: 0.8em 1em;
    flex: 1;
  }
  .fieldset .constraint {
    display: flex;
    align-items: center;
    align-self: stretch;
    width: auto;
    padding: 0;
  }
  .fieldset .form-control {
    width: 100%;
    padding: 1.5em 0;
  }
  .fieldset .form-control > span {
    display: flex;
    align-items: center;
  }
  .fieldset .form-control > span + span,
  .fieldset .form-control > div + div {
    margin-top: 1em;
  }
  .fieldset .checktype_nickname input[type="text"],
  .fieldset .checktype_name input[type="text"],
  .fieldset .checktype_kana input[type="text"],
  .fieldset .checktype_addr input[type="text"],
  .fieldset .checktype_addr2 input[type="text"],
  .fieldset .checktype_addr3 input[type="text"] {
    width: 100%;
  }
  .fieldset .block-order-method--sales-append-textbox input[type="text"] {
    max-width: 100%;
  }
}
/* ----入力支援---- */
.form-error {
  display: block;
  color: #c53d43;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .form-error {
    font-size: 11px;
  }
}
.required:after {
  display: inline-block;
  padding: 0.2em 0.6em;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  color: #fff;
  background-color: #d9534f;
  content: "必須";
}
.help-block {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  color: #737373;
}
@media screen and (max-width: 767px) {
  .help-block {
    font-size: 10px;
  }
}
.count-msg-another {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #555;
}
.count-msg {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  color: #c53d43;
}
/* ----入力フォームボタン---- */
.action-buttons {
  margin-top: 60px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .action-buttons {
    margin-top: 30px;
  }
}
.action {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
.btn.block-order-complete--home-btn,
.btn.block-order-method--next-btn,
.action .btn {
  width: auto;
  min-width: 300px;
  padding: 0 2em;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #333;
  line-height: 58px;
}
@media screen and (max-width: 767px) {
  .btn.block-order-complete--home-btn,
  .btn.block-order-method--next-btn,
  .action .btn {
    font-size: 13px;
    min-width: 130px;
    line-height: 48px;
    border-radius: 4px;
  }
}
/* ----ラジオボタン、チェックボックス---- */
.radio {
  margin-right: 10px;
}
.checkbox {
  margin-right: 10px;
}
/* ----EFO---- */
.efo-icon {
  border: none;
  vertical-align: middle;
}
input[type="text"].efo-error,
input[type="tel"].efo-error,
input[type="email"].efo-error,
input[type="search"].efo-error,
input[type="password"].efo-error,
input[type="url"].efo-error,
input[type="number"].efo-error,
select.efo-error,
textarea.efo-error {
  background-color: #f2dede;
}
input[type="text"].efo-valid,
input[type="tel"].efo-valid,
input[type="email"].efo-valid,
input[type="search"].efo-valid,
input[type="password"].efo-valid,
input[type="url"].efo-valid,
input[type="number"].efo-valid,
select.efo-valid,
textarea.efo-valid {
  background-color: #e9f2d7;
}
input[name="addr2"].efo-caution {
  background-color: #fbf5c0;
}
input[name="s_addr2"].efo-caution {
  background-color: #fbf5c0;
}
input[name="d_addr2"].efo-caution {
  background-color: #fbf5c0;
}
.block-filter-option-items input[type="checkbox"],
.block-filter--option-items input[type="checkbox"] {
  display: none;
}
.block-filter-option-items input[type="checkbox"] + label,
.block-filter--option-items input[type="checkbox"] + label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 25px;
  position: relative;
  width: auto;
}
.block-filter-option-items input[type="checkbox"] + label:before,
.block-filter--option-items input[type="checkbox"] + label:before,
.block-filter-option-items input[type="checkbox"] + label:after,
.block-filter--option-items input[type="checkbox"] + label:after {
  content: "";
  display: block;
  top: 10px;
  position: absolute;
}
.block-filter-option-items input[type="checkbox"] + label:before,
.block-filter--option-items input[type="checkbox"] + label:before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 1.2em;
  height: 1.2em;
  left: 0;
  margin-top: -8px;
}
.block-filter-option-items input[type="checkbox"] + label:after,
.block-filter--option-items input[type="checkbox"] + label:after {
  border-right: 2px solid #E6A09A;
  border-bottom: 2px solid #E6A09A;
  width: 8px;
  height: 12px;
  left: 5px;
  margin-top: -7px;
  opacity: 0;
  transform: rotate(45deg);
}
.block-filter-option-items input[type="checkbox"]:checked + label:after,
.block-filter--option-items input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
  width: auto;
}
input[type="radio"] + label:before,
input[type="radio"] + label:after {
  content: "";
  display: block;
  top: 10px;
  position: absolute;
}
input[type="radio"] + label:before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 1.4em;
  height: 1.4em;
  left: 0;
  margin-top: -0.7em;
  border-radius: 100%;
}
input[type="radio"] + label:after {
  border-radius: 100%;
  background: #E6A09A;
  width: 0.8em;
  height: 0.8em;
  left: 0.3em;
  margin-top: -0.4em;
  opacity: 0;
}
input[type="radio"]:checked + label:after {
  opacity: 1;
}
/* ----テーブル---- */
.table,
.table td,
.table th {
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.table td,
.table th {
  padding: 10px;
}
.table th {
  font-weight: 500;
  background-color: #EFEFEF;
}
/* ----テキストカラー----*/
.text-muted {
  color: #777;
}
.text-warning {
  color: #8a6d3b;
}
.text-danger {
  color: #c53d43;
}
.price {
  color: #333;
  font-weight: 400;
}
.price:first-letter {
  font-size: 0;
}
.price:after {
  content: "円（税込）";
}
#itemHistory .price:after,
#block_of_history .price:after {
  content: "";
}
.default-price {
  text-decoration: line-through;
  color: #333;
  font-weight: bold;
}
.net-price {
  color: #555;
}
.exchange-price {
  color: #555;
}
/* ----プロモーションメッセージ--- */
.promotion-criteria,
.promotion-benefit {
  color: #c53d43;
  font-weight: 500;
}
.promotion-criteria {
  display: inline-block;
}
.promotion-criteria:first-letter {
  font-size: 0;
}
.promotion-criteria:after {
  content: "円（税込）";
}
.promotion-criteria-list-message {
  display: flex;
  justify-content: center;
  font-size: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .promotion-criteria-list-message {
    margin-bottom: 1em;
  }
}
/* ----商品説明リスト---- */
.goods-detail-description dt {
  display: table-cell;
  width: 100px;
  font-weight: bold;
  display: none;
}
.goods-detail-description dd {
  display: table-cell;
}
/* ----パネル---- */
.panel {
  padding: 10px;
  overflow: hidden;
  border: solid 1px #dcdcdc;
  background: #fff;
}
/* ----バッジ---- */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background-color: #777;
}
.badge:empty {
  display: none;
}
/* ----ページャー---- */
.pager {
  margin-bottom: 0;
  margin-top: 0;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
}
.pager > * {
  display: inline-block;
  vertical-align: top;
}
.pager-scope {
  padding: 3px;
  margin-right: 5px;
}
.pager-total {
  padding: 0;
  margin-right: 0;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
}
.pager-count {
  font-size: 0;
}
.pager-count span {
  font-size: 15px;
}
.pager-count span:last-of-type {
  margin-left: -0.3em;
}
@media screen and (max-width: 767px) {
  .pager-count span {
    font-size: 13px;
  }
  .pager-count span:last-of-type {
    margin-left: 0;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .pagination {
  border: 0;
}
.pagination .pager-last,
.pagination .pager-first {
  display: none;
}
.pagination > * {
  list-style-type: none;
  float: left;
  margin-left: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #666;
}
.pagination > li {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #666;
  border-radius: 100%;
  overflow: hidden;
  font-size: 15px;
  margin-right: 10px;
  transition: all 0.3s;
  margin-top: 10px;
}
.pagination > li a {
  color: #666;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.pagination > li:not(.pager-current):hover {
  background: #999;
  border: 1px solid #999;
}
.pagination > li:not(.pager-current):hover a {
  color: #fff;
}
.pagination > .disabled {
  color: #777;
}
.pagination .pager-last {
  display: none;
}
.pager-current {
  color: #c00;
  background: #666;
  color: #fff;
}
.pager-previous a,
.pager-next a {
  font-size: 0;
  width: 100%;
  height: 100%;
}
.pager-previous a:before,
.pager-next a:before {
  content: "";
  width: 20px;
  height: 4px;
  background: url("/img/usr/common/arrow_gray.svg") no-repeat center center / contain;
  transition: all 0.3s;
}
.pager-previous a:hover:before,
.pager-next a:hover:before {
  background: url("/img/usr/common/arrow_white.svg") no-repeat center center / contain;
}
.pager-previous a:before {
  transform: scale(-1, 1);
}
.block-pagecategory--pager-top,
.block-goods-list--pager-top {
  /* ページネーション（ページ上部） */
}
.block-pagecategory--pager-top .pagination,
.block-goods-list--pager-top .pagination {
  display: none;
}
.block-pagecategory--pager-bottom,
.block-goods-list--pager-bottom {
  /* ページネーション（ページ下部） */
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.block-pagecategory--pager-bottom .pager-total,
.block-goods-list--pager-bottom .pager-total {
  display: none;
}
.block-goods-list--display-style-items,
.block-goods-list--pager-bottom + .block-goods-list--sort-order-items {
  display: none;
}
/* ----画像センタリング配置---- */
.img-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-center img {
  flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
/* ----ツールチップ---- */
.balloontip {
  min-width: 20px;
  padding: 10px;
  border-radius: 6px;
  opacity: 1;
  z-index: 32767;
  text-align: left;
  font-size: 12px;
  border: 1px solid #777777;
  box-shadow: #555555 4px 4px 4px;
  color: #ffffff;
  background: #333;
}
/* ----ドロップダウン---- */
.dropdown {
  z-index: 11000;
}
.dropdown li {
  background: #444;
}
.dropdown li span {
  display: block;
  padding: 13px 15px;
  margin: 0;
  text-decoration: none;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
.dropdown li span:hover {
  background: #616d0b;
}
/* ----モーダルダイアログ---- */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.5;
  z-index: 10000;
}
.modal-overlay-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.5;
  z-index: 10002;
}
.modal-alert {
  width: 400px;
  z-index: 10003;
}
.modal-dialog {
  width: 600px;
  z-index: 10001;
}
.modal-header {
  padding: 15px 20px 15px;
  font-size: 15px;
  font-weight: 400;
  clear: both;
  border-bottom: none;
  line-height: 1;
  color: #333;
  background-color: #EFEFEF;
}
.modal-content {
  background: #fff;
}
.modal-body {
  padding: 20px;
  text-align: center;
}
.modal-body p {
  margin-bottom: 10px;
}
.modal-body li {
  border-bottom: 1px solid #ccc;
}
.modal-body li a {
  padding: 0.5em 0 0.5em 0.5em;
  color: #333;
  display: flex;
  max-width: 560px;
  font-size: 15px;
}
.modal-body li a i {
  margin: 0 10px 0 auto;
  color: #333;
  font-size: 15px;
}
.modal-body li a:hover {
  text-decoration: none;
  color: #E6A09A;
}
.modal-body li a:hover i {
  color: #E6A09A;
  text-decoration: none;
}
.modal-footer {
  padding: 0 10px 15px;
}
.modal-alert .modal-footer {
  text-align: center;
}
.modal-alert .modal-footer input {
  width: 40%;
}
.modal-close {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 0;
  margin-top: -8px;
  margin-right: -10px;
  position: relative;
}
.modal-close:before,
.modal-close:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  right: 0;
}
.modal-close:before {
  transform: rotate(45deg);
}
.modal-close:after {
  transform: rotate(-45deg);
}
.modal-dialog .modal-footer {
  text-align: center;
}
.modal-dialog .modal-footer .btn {
  min-width: 150px;
  margin-right: 5px;
  width: 48%;
}
.modal-dialog .modal-footer .btn:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .modal-dialog {
    width: 95%;
  }
  .modal-body {
    padding: 15px;
  }
  .modal-dialog .modal-footer .btn {
    min-width: initial;
    width: 45%;
  }
  .pagination > li {
    width: 40px;
    height: 40px;
    font-size: 13px;
    margin-right: 8px;
  }
}
/* ----ヘッダー警告---- */
.header-warning {
  position: relative;
  padding: 10px;
  background: #fffacd;
  border-bottom: 1px solid #b0c4de;
}
.header-warning-contents {
  display: block;
  padding-right: 18px;
  text-align: center;
  background: transparent;
}
.header-warning-close {
  display: block;
  position: absolute;
  width: 18px;
  cursor: pointer;
  font-weight: bold;
  top: 10px;
  right: 10px;
  background: transparent;
}
/* ----検索エンジン向けH1タグ---- */
.optimaized-h1 {
  margin: 0;
  font-size: 10px;
}
/* ----レビュー---- */
.star-base {
  cursor: pointer;
  width: 60px;
  height: 15px;
  background: url("../../img/usr/user_review/star.png");
}
.star-select {
  width: 60px;
  height: 15px;
  background: url("../../img/usr/user_review/star.png");
  background-repeat: no-repeat;
}
/* ----注文ステータス---- */
.status-order,
.status-cancel,
.status-income,
.status-reserve,
.status-rship,
.status-ship,
.status-verify,
.status-return,
.status-status_,
.status-status_1,
.status-status_2,
.status-status_3,
.status-status_4,
.status-status_9 {
  width: 100%;
  height: auto;
  min-height: 50px;
  border: 1px solid #ccc;
  padding: 10px 5px;
}
.status-message,
.status-percentage {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}
.status-message {
  width: 70%;
  font-size: 12px;
}
.status-percentage {
  width: 30%;
  color: #E6A09A;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
[class^="status-progress"] {
  display: block;
  position: relative;
  width: 96%;
  height: 14px;
  margin: 1em auto 0 auto;
  background: #EFEFEF;
}
[class^="status-progress"]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  border-right: #031241 solid 0;
  background: #E6A09A;
}
.status-progress-20:after {
  width: 20%;
}
.status-progress-40:after {
  width: 40%;
}
.status-progress-60:after {
  width: 60%;
}
.status-progress-80:after {
  width: 80%;
}
.status-progress-100:after {
  width: 100%;
}
.status-reserve .status-message,
.status-cancel .status-message,
.status-return .status-message,
.status-status_ .status-message,
.status-status_1 .status-message,
.status-status_2 .status-message,
.status-status_3 .status-message,
.status-status_4 .status-message,
.status-status_9 .status-message {
  width: 100%;
}
.status-reserve [class^="status-progress"]:after {
  border-right: #ea7500 solid 4px;
  background: #f79800;
}
.status-return [class^="status-progress"]:after {
  border-right: #028900 solid 4px;
  background: #00ab0b;
}
/* ----ホワイトスペース制御----*/
.white-space-pre-wrap {
  white-space: pre-wrap;
}
/* ---- !!!! ここより下にスタイルを追加しないこと !!!! */
/* ----表示・非表示---- */
.hidden {
  display: none;
}
.show {
  display: block;
}
.wrapper {
  background: #fff;
  display: grid;
}
.pane-globalnav {
  position: relative;
  background-color: #F7F7F7;
  color: #333;
}
@media screen and (max-width: 767px) {
  .pane-globalnav {
    background-color: #fff;
  }
}
.pane-footer {
  background: #666;
}
.pane-topic-path {
  order: 50;
  margin: 120px auto 0 auto;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .pane-topic-path {
    margin: 60px auto 0 auto;
    font-size: 11px;
  }
}
.block-topic-path--list a {
  text-decoration: none;
}
.pane-order-header {
  border-bottom: 0;
  width: 100%;
}
.pane-order-header .block-header-logo--link {
  flex: initial;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pane-order-contents {
  width: 1100px;
  max-width: 1100px;
  min-height: initial;
  margin: 80px auto 120px auto;
  padding-bottom: 0;
  background: #fff;
  border: none;
}
.pane-order-contents .pane-main {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .pane-order-contents {
    margin: 60px auto 60px auto;
  }
}
.page-login .pane-order-contents {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .page-login .pane-order-contents {
    margin-top: 120px;
  }
}
.page-login .block-cart--amazonpay-description {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .page-login .block-cart--amazonpay-description {
    font-size: 13px;
  }
}
.page-askpass .pane-contents,
.page-askpasschange .pane-contents,
.page-askpasscomplete .pane-contents,
.page-mailchangeonetimepasswordcertify .pane-contents,
.page-entrycomplete .pane-contents,
.page-mag .pane-contents {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .page-askpass .pane-contents,
  .page-askpasschange .pane-contents,
  .page-askpasscomplete .pane-contents,
  .page-mailchangeonetimepasswordcertify .pane-contents,
  .page-entrycomplete .pane-contents,
  .page-mag .pane-contents {
    margin-bottom: 60px;
  }
}
.page-cart .pane-contents,
.page-estimate .pane-contents,
.page-method .pane-contents,
.page-cart .pane-order-contents,
.page-estimate .pane-order-contents,
.page-method .pane-order-contents {
  margin: 80px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .page-cart .pane-contents,
  .page-estimate .pane-contents,
  .page-method .pane-contents,
  .page-cart .pane-order-contents,
  .page-estimate .pane-order-contents,
  .page-method .pane-order-contents {
    margin: 60px auto 0 auto;
  }
}
.pane-landingpage-contents {
  background: #eee;
  border: 1px solid #eee;
}
.block-login,
.block-member-info,
.block-member-info-confirmation,
.block-member-registration-completed,
.block-shipping-address,
.block-credit-card-confirmation,
.block-point-history-list,
.block-order-method--container,
.block-inquiry,
.block-inquiry-history,
.block-mail-address,
.block-member-password,
.block-reset-password,
.block-reset-password-completed,
.block-update-new-password,
.block-onetimepassword-send,
.block-onetimepassword-certify,
.block-user-review,
.block-mail-news,
.block-withdrawal {
  width: 900px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .block-login,
  .block-member-info,
  .block-member-info-confirmation,
  .block-member-registration-completed,
  .block-shipping-address,
  .block-credit-card-confirmation,
  .block-point-history-list,
  .block-order-method--container,
  .block-inquiry,
  .block-inquiry-history,
  .block-mail-address,
  .block-member-password,
  .block-reset-password,
  .block-reset-password-completed,
  .block-update-new-password,
  .block-onetimepassword-send,
  .block-onetimepassword-certify,
  .block-user-review,
  .block-mail-news,
  .block-withdrawal {
    width: 100%;
    max-width: 100%;
  }
}
.block-order-method--contents,
.block-order-complete--orderinfo {
  width: 900px;
  max-width: 900px;
  margin: 0 auto;
  float: none;
}
@media screen and (max-width: 1200px) {
  .block-order-method--contents,
  .block-order-complete--orderinfo {
    width: 100%;
    max-width: 100%;
  }
}
.block-login--pwd,
.block-login--member-info-addr3,
.block-member-info--pwd,
.block-credit-card-confirmation--authentication-items,
.block-shipping-address--addr3,
.block-withdrawal--pwd,
.block-member-password--update-items {
  border-bottom: 1px solid #ccc;
}
.block-credit-card-confirmation--update-confirmation .action-buttons .action + .action {
  display: none;
}
.block-login--body .block-cart--amazonpay {
  border: none;
  padding-top: 0;
  margin-top: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.block-login--body .block-cart--amazonpay-description {
  margin-bottom: 20px;
}
.page-everyform .block-questionnaire,
.page-everyformcomplete .block-questionnaire,
.page-everyform .block-questionnaire-completed,
.page-everyformcomplete .block-questionnaire-completed {
  width: 900px;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .page-everyform .block-questionnaire,
  .page-everyformcomplete .block-questionnaire,
  .page-everyform .block-questionnaire-completed,
  .page-everyformcomplete .block-questionnaire-completed {
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }
}
/* ----全体レイアウト---- */
.wrapper {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 100vw;
  }
}
.container {
  width: auto;
  max-width: 100%;
}
.pane-header {
  background: #fff;
  z-index: 1;
}
.pane-header .container {
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .pane-header .container {
    height: 80px;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .pane-header {
    position: relative;
  }
  .pane-header .inner {
    padding: 0 3%;
    padding-top: 10px;
  }
  .pane-header .container {
    display: flex;
    align-items: center;
    height: 50px;
  }
}
.pane-contents,
.free-contents {
  min-height: initial;
  padding-bottom: 0;
}
.pane-contents .container {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  /* IE11 */
  display: -ms-grid;
  -ms-grid-columns: auto 1fr;
  -ms-grid-rows: auto 1fr;
}
.pane-left-menu {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  /* IE11 */
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  width: 240px;
  margin: 0 60px 0 0;
}
.pane-main {
  display: block;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  /* IE11 */
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}
.pane-right-menu {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  /* IE11 */
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  margin: 30px 0;
  width: 900px;
}
.pane-footer {
  order: 60;
  padding: 50px 0 30px 0;
}
/* ----商品詳細レイアウト---- */
.block-goods-detail {
  display: grid;
  grid-template-columns: 45.45% 1fr;
  grid-template-rows: auto auto auto auto;
  /* IE11 */
  display: -ms-grid;
  -ms-grid-columns: 45.45% 1fr;
  -ms-grid-rows: auto auto auto auto;
  margin-top: 80px;
}
.pane-goods-header {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  /* IE11 */
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  width: 100%;
  margin: 30px 0 0 0;
  display: none;
}
.pane-goods-left-side {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  /* IE11 */
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  width: 100%;
  max-width: 500px;
  margin: 0;
}
.pane-goods-right-side {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  /* IE11 */
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  width: 100%;
  padding: 0 0 0 13.4%;
}
@media screen and (max-width: 767px) {
  .block-goods-detail {
    display: block;
    margin-top: 40px;
  }
  .block-header-logo--link {
    flex: 1;
  }
  .pane-goods-right-side {
    padding: 30px 0 0 0;
  }
}
.pane-goods-center {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  /* IE11 */
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 3;
  width: 100%;
}
.pane-goods-footer {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
  /* IE11 */
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 4;
  width: 100%;
  /* margin-top: 120px; */
}
/* ----注文フロー---- */
.pane-order-header .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .pane-order-header .container {
    height: 50px;
  }
}
.pane-order-header .block-header-logo--img {
  height: auto;
}
/* ----Google reCAPTCHAロゴ位置---- */
.grecaptcha-badge {
  margin-bottom: 80px;
}
/* ----ログアウト/新規会員登録---- */
.page-entryonetimepasswordsend .pane-contents,
.page-entryonetimepasswordcertify .pane-contents,
.page-logout .pane-contents {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .page-entryonetimepasswordsend .pane-contents,
  .page-entryonetimepasswordcertify .pane-contents,
  .page-logout .pane-contents {
    margin-bottom: 60px;
  }
}
.block-logout--message {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .block-logout--message {
    text-align: left;
  }
}
.pane-right-menu,
.pane-left-menu h2,
.block-filter--tree-1 > li:first-child,
.page-page .pane-left-menu {
  display: none;
}
/* ----アイコン画像---- */
.block-icon-image {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  background-size: contain;
}
.block-icon-image-small {
  width: 24px;
  height: 24px;
  padding-top: 0;
  background-size: contain;
}
.block-icon-image-double-small {
  width: 18px;
  padding-top: 18px;
  background-size: 18px auto;
}
.block-icon-image--commenting {
  background-image: url(../../img/sys/icon/white/commenting.png);
}
.block-icon-image--bullhorn {
  background-image: url(../../img/sys/icon/white/bullhorn.png);
}
.block-icon-image--line-chart {
  background-image: url(../../img/sys/icon/white/line-chart.png);
}
.block-icon-image--tv {
  background-image: url(../../img/sys/icon/white/tv.png);
}
.block-icon-image--cubes {
  background-image: url(../../img/sys/icon/white/cubes.png);
}
.block-icon-image--search {
  background-image: url(../../img/usr/common/icon_search.svg);
}
.block-icon-image--search-sp-head {
  background-image: url(../../img/usr/common/icon_search_sp_head.svg);
}
.block-icon-image--welcome {
  background-image: url(../../img/usr/common/icon_welcome.svg);
}
.block-icon-image--envelope {
  background-image: url(../../img/sys/icon/black/envelope.png);
}
.block-icon-image--envelope-o {
  background-image: url(../../img/sys/icon/black/envelope-o.png);
}
.block-icon-image--columns {
  background-image: url(../../img/sys/icon/black/columns.png);
}
.block-icon-image--pencil-square-o {
  background-image: url(../../img/sys/icon/black/pencil-square-o.png);
}
.block-icon-image--sign-up {
  background-image: url(../../img/usr/common/icon_sign-up.svg);
}
.block-icon-image--sign-in {
  background-image: url(../../img/usr/common/icon_login.svg);
}
.block-icon-image--shopping-cart {
  background-image: url(../../img/usr/common/icon_cart.svg);
}
.block-icon-image--desktop {
  background-image: url(../../img/sys/icon/white/desktop.png);
}
.block-icon-image--mobile-phone {
  background-image: url(../../img/sys/icon/white/mobile-phone.png);
}
.block-icon-image--spinner-pulse {
  background-image: url(https://office.chifure.mercart-bo.net/img/sys/icon/spinner_pulse.png);
}
.block-icon-image--comments {
  background-image: url(../../img/sys/icon/black/comments.png);
}
.block-icon-image--user-o {
  background-image: url(../../img/sys/icon/black/user-o.png);
}
.block-icon-image--sign-out {
  background-image: url(../../img/usr/common/icon_logout.svg);
}
.block-icon-image--check-square {
  background-image: url(../../img/sys/icon/black/check-square.png);
}
.block-icon-image--pencil-lg {
  background-image: url(../../img/sys/icon/black/pencil-lg.png);
}
.block-icon-image--shopping-basket {
  background-image: url(../../img/sys/icon/black/shopping-basket.png);
}
.block-icon-image--user-circle-o {
  background-image: url(../../img/sys/icon/black/user-circle-o.png);
}
.block-icon-image--calendar-check-o {
  background-image: url(../../img/sys/icon/black/calendar-check-o.png);
}
.block-icon-image--heart {
  background-image: url(../../img/sys/icon/black/heart.png);
}
.block-icon-image--heart-pink {
  background-image: url(../../img/sys/icon/heart_pink.png);
}
.block-icon-image--affix {
  background-image: url(../../img/sys/icon/affix.png);
}
.block-icon-image--brand {
  background-image: url(../../img/usr/common/icon_brand.svg);
}
.block-icon-image--category {
  background-image: url(../../img/usr/common/icon_category.svg);
}
.block-icon-image--skincondition {
  background-image: url(../../img/usr/common/icon_skincondition.svg);
}
.block-icon-image--newproducts {
  background-image: url(../../img/usr/common/icon_newproducts.svg);
}
.block-icon-image--campaign {
  background-image: url(../../img/usr/common/icon_topics.svg);
}
.block-icon-image--newproducts {
  background-image: url(../../img/usr/common/icon_pickup.svg);
}
.block-icon-image--ranking {
  background-image: url(../../img/usr/common/icon_ranking.svg);
}
.block-icon-image--eol {
  background-image: url(../../img/usr/common/icon_eol.svg);
}
.block-icon-image--ethical {
  background-image: url(../../img/usr/common/icon_ethical.svg);
}
.block-icon-image--rss-square {
  width: 30px;
  padding-top: 30px;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 35px auto;
  background-position: 50% 50%;
  border-radius: 5px;
  background-image: url(../../img/sys/icon/white/rss-square.png);
  background-color: black;
}
.block-icon-image--angle-up:after {
  content: "";
  display: inline-block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
}
.block-icon-image--angle-down:after {
  content: "";
  display: inline-block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
}
.block-icon-image--angle-right:after {
  content: "";
  display: inline-block;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 5px 10px 0;
}
.block-icon-image--angle-right-bold:before {
  content: "";
  display: inline-block;
  border-top: 2px solid black;
  border-right: 2px solid black;
  border: none;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 5px 10px 0;
}
.block-icon-image--angle-right-bold:after {
  content: "";
  display: inline-block;
  border-top: 2px solid black;
  border-right: 2px solid black;
  border: none;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 5px 10px 0;
}
.block-icon-image--center {
  text-align: center;
}
.block-icon-image--center-inline-block {
  display: block;
}
.block-icon-image--flex {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.block-icon-image--flex-align-left {
  display: flex;
  width: 100%;
  align-items: left;
  justify-content: left;
}
.block-icon-image--flex-cell {
  vertical-align: middle;
}
.block-icon-image--flex-cell-margin {
  vertical-align: middle;
  margin: 7px 0 0 10px;
}
.block-globalnav--item-list .block-icon-image--flex-cell.block-icon-image--flex-cell--small{
  font-size: 7px;
  text-align: center;
  line-height: 1;
}
.block-icon-image--flex-cell-margin-right {
  margin-right: 10px;
}
.block-icon-image--table {
  display: table;
  width: 100%;
}
.block-icon-image--table-cell {
  display: table-cell;
  vertical-align: middle;
}
.block-icon-image--table-cell-text-align-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.block-icon-image--table-cell-left {
  display: table-cell;
  width: 100%;
  padding-left: 0;
  vertical-align: middle;
  text-align: left;
}
.block-icon-image--table-cell-angle-right {
  display: table-cell;
  padding-right: 5px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}
/* ----ローディング（読み込み中）イメージ---- */
.block-loading {
  height: 100px;
  position: relative;
  overflow: hidden;
}
.block-loading-vh {
  height: 100vh;
  position: relative;
}
.block-loading--balls {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: transparent;
}
.block-loading--ball {
  width: 50%;
  height: 15px;
  position: absolute;
  top: calc(50% - 10px);
  transform-origin: 100% 50%;
  left: 0;
}
.block-loading--ball::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block-loading--ball-1::before {
  animation: block-loading--keyframes 1s linear 0s infinite;
}
.block-loading--ball-2 {
  transform: rotate(45deg);
}
.block-loading--ball-2::before {
  animation: block-loading--keyframes 1s linear -0.125s infinite;
}
.block-loading--ball-3 {
  transform: rotate(90deg);
}
.block-loading--ball-3::before {
  animation: block-loading--keyframes 1s linear -0.25s infinite;
}
.block-loading--ball-4 {
  transform: rotate(135deg);
}
.block-loading--ball-4::before {
  animation: block-loading--keyframes 1s linear -0.375s infinite;
}
.block-loading--ball-5 {
  transform: rotate(180deg);
}
.block-loading--ball-5::before {
  animation: block-loading--keyframes 1s linear -0.5s infinite;
}
.block-loading--ball-6 {
  transform: rotate(225deg);
}
.block-loading--ball-6::before {
  animation: block-loading--keyframes 1s linear -0.625s infinite;
}
.block-loading--ball-7 {
  transform: rotate(270deg);
}
.block-loading--ball-7::before {
  animation: block-loading--keyframes 1s linear -0.75s infinite;
}
.block-loading--ball-8 {
  transform: rotate(315deg);
}
.block-loading--ball-8::before {
  animation: block-loading--keyframes 1s linear -0.875s infinite;
}
@keyframes block-loading--keyframes {
  0% {
    width: 15px;
    height: 15px;
    opacity: 1;
  }
  100% {
    width: 6px;
    height: 6px;
    opacity: 0.2;
    margin-left: 7px;
  }
}
/* ----ローディング（読み込み中）小サイズ イメージ---- */
.block-loading-min {
  height: 24px;
  position: relative;
}
.block-loading-min--balls {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
}
.block-loading-min--ball {
  width: 50%;
  height: 5px;
  position: absolute;
  top: calc(50% - 3px);
  transform-origin: 100% 50%;
  left: 0;
}
.block-loading-min--ball::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block-loading-min--ball-1::before {
  animation: block-loading-min--keyframes 1s linear 0s infinite;
}
.block-loading-min--ball-2 {
  transform: rotate(45deg);
}
.block-loading-min--ball-2::before {
  animation: block-loading-min--keyframes 1s linear -0.125s infinite;
}
.block-loading-min--ball-3 {
  transform: rotate(90deg);
}
.block-loading-min--ball-3::before {
  animation: block-loading-min--keyframes 1s linear -0.25s infinite;
}
.block-loading-min--ball-4 {
  transform: rotate(135deg);
}
.block-loading-min--ball-4::before {
  animation: block-loading-min--keyframes 1s linear -0.375s infinite;
}
.block-loading-min--ball-5 {
  transform: rotate(180deg);
}
.block-loading-min--ball-5::before {
  animation: block-loading-min--keyframes 1s linear -0.5s infinite;
}
.block-loading-min--ball-6 {
  transform: rotate(225deg);
}
.block-loading-min--ball-6::before {
  animation: block-loading-min--keyframes 1s linear -0.625s infinite;
}
.block-loading-min--ball-7 {
  transform: rotate(270deg);
}
.block-loading-min--ball-7::before {
  animation: block-loading-min--keyframes 1s linear -0.75s infinite;
}
.block-loading-min--ball-8 {
  transform: rotate(315deg);
}
.block-loading-min--ball-8::before {
  animation: block-loading-min--keyframes 1s linear -0.875s infinite;
}
@keyframes block-loading-min--keyframes {
  0% {
    width: 5px;
    height: 5px;
    opacity: 1;
  }
  100% {
    width: 2px;
    height: 2px;
    opacity: 0.2;
    margin-left: 2px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* ----トピック---- */
.block-top-topic--header {
  font-size: 28px;
  text-align: center;
  line-height: 1.2;
  border-top: #444 2px solid;
  padding: 19px 0 30px;
}
.block-top-topic--header span {
  display: block;
  font-size: 11px;
}
.block-top-topic--body {
  margin-bottom: 60px;
}
.block-top-topic--items li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.block-top-topic--items dl,
.block-top-topic--items dt,
.block-top-topic--items dd {
  display: inline;
}
.block-top-topic--items dt {
  margin-right: 10px;
}
.block-top-topic--next-page {
  text-align: right;
  margin-top: 20px;
}
.block-top-topic--next-page a {
  color: #6fb4c3;
  text-decoration: underline;
  font-size: 14px;
}
.block-top-topic--items img {
  vertical-align: middle;
}
.block-topic-page--article-icon {
  vertical-align: middle;
}
.block-topic-page--article figure {
  font-size: 0;
}
.block-topic-page--article figure img {
  padding-bottom: 10px;
}
.block-topic-details--items dl,
.block-topic-details--items dt,
.block-topic-details--items dd {
  display: inline;
}
.block-topic-details--items dt {
  margin-right: 10px;
}
.block-topic-details--items img {
  vertical-align: middle;
}
.block-topic-details--items li {
  border-bottom: #ddd 1px solid;
  padding: 10px 0;
}
/* ----最近見た商品---- */
.block-recent-item {
  width: 100%;
  margin-top: 120px;
}
.block-recent-item--header {
  border: none;
  padding: 0;
}
.block-recent-item--header:after {
  content: "チェックした商品";
}
.block-recent-item--items {
  width: 100%;
}
.block-recent-item--keep-history {
  text-align: right;
  margin-top: 20px;
  display: none;
}
.block-recent-item--keep-history a {
  color: #6fb4c3;
  text-decoration: underline;
  font-size: 14px;
}
.block-thumbnail-h {
  margin: 0;
}
.block-thumbnail-h li {
  margin-left: 20px;
  margin-bottom: 0;
  min-height: 100%;
  width: auto;
  height: auto;
  flex: 1;
}
.block-thumbnail-h li:first-child {
  margin-left: 0;
}
/* ----最近チェックした商品(ブランド)---- */
.block-brand-recent-item {
  width: 900px;
}
.block-brand-recent-item--header {
  font-size: 28px;
  text-align: center;
  border-top: #444 2px solid;
  padding: 19px 0 30px;
}
.block-brand-recent-item--items {
  width: 900px;
}
.block-brand-recent-item--keep-history {
  text-align: right;
  margin-top: 20px;
}
.block-brand-recent-item--keep-history a {
  color: #6fb4c3;
  text-decoration: underline;
  font-size: 14px;
}
/* ----最近チェックした商品(カート)---- */
.block-cart-recent-item {
  width: 1200px;
  display: none;
}
.page-cart .block-recent-item {
  width: 100%;
  margin-top: 120px;
  padding: 120px 0;
  position: relative;
  z-index: 0;
}
.page-cart .block-recent-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: -50vw;
    background: #FFF;
    width: calc(100vw + 50%);
    height: 100%;
    z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-cart .block-recent-item {
    margin-top: 60px;
    padding: 60px 0;
  }
  .page-cart .block-recent-item:after {
    left: -6.6vw;
    width: 100vw;
  }
}
.page-cart .block-recent-item--header {
  border: none;
  padding: 0;
}
.page-cart .block-recent-item--header:after {
  content: "チェックした商品";
}
.page-cart .block-recent-item--items {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-cart .block-recent-item--items {
    margin-top: -20px;
  }
  .page-cart .block-recent-item--items .block-pickup-list-p--item-body {
    margin-top: 20px;
  }
  .page-cart .block-recent-item--items .block-pickup-list-p--item-description {
    padding: 0 15px 15px 15px;
  }
}
/* ----検索サジェスト---- */
.block-search-suggest {
  position: absolute;
  display: block;
  z-index: 1000;
  text-align: left;
  padding: 5px;
  width: 370px;
  background-color: #fff;
  border: 1px solid #000;
}
.block-search-suggest--keyword {
  padding: 2px;
}
.block-search-suggest--keyword-entry {
  display: block;
  text-decoration: none;
}
.block-search-suggest--goods {
  min-height: 60px;
  padding: 2px;
  display: block;
  clear: both;
}
.block-search-suggest--goods-img {
  display: block;
  float: left;
  width: 60px;
  margin-right: 10px;
}
.block-search-suggest--goods-img img {
  width: 60px;
  height: 60px;
}
.block-search-suggest--goods-name,
.block-search-suggest--goods-comment,
.block-search-suggest--goods-price-items {
  width: 100%;
}
.block-search-suggest--keyword:hover,
.block-search-suggest--goods:hover {
  background-color: #ccc;
  cursor: pointer;
}
/* ----パンくず---- */
.block-topic-path {
  padding: 12px 0;
  background: none;
  margin: 0;
}
.block-topic-path--list {
  clear: both;
}
.block-topic-path--list li {
  display: inline-block;
  padding-right: 5px;
  float: left;
}
.block-topic-path--list li a {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.block-topic-path--list li:last-child {
  float: none;
  display: inline;
}
.block-topic-path--list li:last-child a {
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .block-topic-path--list li {
    font-size: 11px;
  }
}
.block-topic-path--list a {
  text-decoration: none;
}
/* ----左メニューブロック共通---- */
.pane-left-menu h2 {
  font-size: 16px;
  border-top: #444 1px solid;
  padding: 16px 0;
  font-weight: bold;
  margin-bottom: 0;
}
.pane-left-menu h3 {
  font-size: 18px;
  padding: 0 0 10px 0;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  cursor: default;
}
/* ----キーワード検索ブロック---- */
.block-search-box--search-detail a {
  color: #6fb4c3;
  text-decoration: underline;
}
.block-search-box--form {
  background-color: #eee;
  display: flex;
}
input.block-search-box--keyword:hover,
input.block-search-box--keyword {
  border: none;
  background-color: transparent;
  flex-grow: 1;
}
button.block-search-box--search-submit {
  border: none;
  background-color: transparent;
  width: 33px;
}
.block-search-box--search-detail {
  margin: 5px 0;
}
/* ----Ajaxカートブロック---- */
.block-jscart--items {
  border-bottom: #eee 1px solid;
  margin-bottom: 5px;
}
.block-jscart--items dd {
  text-align: right;
}
.block-jscart--delete {
  text-align: right;
  margin-bottom: 5px;
}
.block-jscart--cart-to-order {
  text-align: center;
  margin-top: 15px;
}
/* ----エラー画面---- */
.block-validation-alert {
  text-align: center;
  margin: 100px auto;
  padding: 30px;
  width: 500px;
  border: 1px solid #808080;
}
.block-validation-alert--title {
  font-weight: bold;
  margin-bottom: 10px;
}
.block-validation-alert--link {
  display: block;
  margin-top: 10px;
}
.block-common-alert {
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}
.block-common-alert--link {
  display: block;
  margin-top: 10px;
}
.block-common-alert-list {
  margin: 0 auto 20px;
  padding: 20px;
  border: 1px solid #ccc;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block-common-alert-list {
    padding: 15px;
  }
}
.block-common-alert-list--items {
  color: #a94442;
}
/* ----郵便番号サジェスト---- */
.block-ziplist--ziplist-frame {
  z-index: 2000;
}
/* ----サイクル情報編集---- */
.block-regular-cycle--cycle-sub-type {
  margin-bottom: 10px;
  padding: 10px;
  background: #f8f8f8;
  border: 1px solid #ccc;
}
.block-regular-cycle--deliv_date {
  width: 100%;
  margin: 20px 0;
}
.block-regular-cycle--deliv_date--prev-expected-dt {
  border-top: 1px dotted #ccc;
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}
.block-regular-cycle--deliv_date--next-expected-dt {
  border: 1px dotted #ccc;
}
.block-regular-cycle--deliv_date--prev-expected-dt-title,
.block-regular-cycle--deliv_date--next-expected-dt-title {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
  background-color: #f8f8f8;
  border-bottom: 1px dotted #ccc;
}
.block-regular-cycle--deliv_date--prev-expected-dt-date,
.block-regular-cycle--deliv_date--next-expected-dt-date {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
}
/* ----ワンタイムパスワード送信---- */
.block-onetimepassword-certify--resend-message {
  margin-top: 30px;
  text-align: center;
}
.block-onetimepassword-certify--resend-link {
  cursor: pointer;
  color: #333;
  font-size: 14px;
  border: none;
  text-decoration: underline;
  background: none;
}
/* ----絞り込み項目チェックマーク---- */
.block-filter-checkmark {
  width: auto;
  height: auto;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* ----会員規約画面---- */
.block-member-terms--header {
  margin-top: 0;
}
.block-member-terms--body {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
/* ----マイページ画面---- */
.page-menu h1,
.page-entry h1,
.page-entryonetimepasswordsend h1,
.page-entryonetimepasswordcertify h1,
.page-entrycomplete h1,
.page-login h1 {
  text-align: center;
  margin: 60px auto;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .page-menu h1,
  .page-entry h1,
  .page-entryonetimepasswordsend h1,
  .page-entryonetimepasswordcertify h1,
  .page-entrycomplete h1,
  .page-login h1 {
    margin: 40px auto;
    font-size: 32px;
  }
}
h1[class$="--header"],
h1[class$="--update-header"] {
  text-align: center;
  margin: 60px auto;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  h1[class$="--header"],
  h1[class$="--update-header"] {
    margin: 40px auto;
    font-size: 32px;
  }
}
.page-entry .pane-contents {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .page-entry .pane-contents {
    margin-bottom: 60px;
  }
}
.block-member-registration-completed {
  text-align: center;
}
.block-member-info--items-mailnews:before {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .block-member-info--items-mailnews:before {
    font-size: 13px;
  }
}
.block-member-info--use-spoofing-protection .form-control > span.block-order-estimate--order-terms-link {
  display: none;
}
.block-member-info--message-password a,
.block-member-info--update-mail a {
  text-decoration: underline;
}
.page-couponlist .pager-total,
.page-bookmark .pager-total,
.page-history .pager-total,
.page-historydetail .pager-total,
.page-pointlist .pager-total,
.page-cardedit .pager-total,
.page-custdest .pager-total,
.page-customer .pager-total,
.page-withdrawal .pager-total {
  margin-bottom: 0;
}
[class$="--customer-name"] {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 767px) {
  [class$="--customer-name"] {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.block-mypage--sign [class$="--customer-name"] {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .block-mypage--sign [class$="--customer-name"] {
    margin-bottom: 0;
  }
}
.block-mypage--customer-status {
  background: #666;
  border-radius: 6px;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .block-mypage--customer-status {
    border-radius: 4px;
  }
}
@media screen and (max-width: 767px) {
  .block-mypage--customer-status {
    flex-flow: column;
    padding: 1em 1.2em;
  }
}
.block-mypage--sign {
  flex-grow: 1;
  text-align: center;
  padding: 0;
  border-right: #fff 1px solid;
  white-space: nowrap;
  display: flex;
  flex-flow: column;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .block-mypage--sign {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.block-mypage--mypoint {
  flex-grow: 2;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .block-mypage--mypoint {
    text-align: center;
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.block-mypage--rank-status {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 2;
}
@media screen and (max-width: 767px) {
  .block-mypage--rank-status {
    justify-content: center;
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.block-mypage--rank-condition dl {
  display: flex;
  align-items: center;
}
.block-mypage--customer-name {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .block-mypage--customer-name {
    font-size: 16px;
  }
}
.block-mypage--logout {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .block-mypage--logout {
    font-size: 12px;
  }
}
.block-mypage--mypoint-duedate {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .block-mypage--mypoint-duedate {
    font-size: 12px;
    text-align: center;
  }
}
.block-mypage--logout a {
  color: #fff;
  text-decoration: underline;
}
.block-mypage--mypoint-duedate {
  display: block;
}
.block-mypage--rank-info {
  border: #fff 1px solid;
  text-align: center;
  padding: 1em;
}
.block-mypage--rank-info * {
  line-height: 1;
}
.block-mypage--rank-title {
  font-size: 10px;
  white-space: nowrap;
  margin-bottom: 0.5em;
}
.block-mypage--rank-name {
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .block-mypage--rank-name {
    font-size: 13px;
  }
}
.block-mypage--rank-condition {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .block-mypage--rank-condition {
    font-size: 12px;
  }
}
.block-mypage--rank-condition-1 {
  margin-bottom: 2px;
}
.block-mypage--rank-condition-1-title,
.block-mypage--rank-condition-2-title {
  background: #fff;
  color: #444;
  text-align: center;
  padding: 1px 5px;
  border-radius: 2px;
  font-size: 12px;
  margin-right: 5px;
  display: none;
}
.block-mypage--rank-condition-1-title i,
.block-mypage--rank-condition-2-title i {
  padding-right: 3px;
}
.block-mypage--customer-barcode {
  text-align: center;
  padding: 10px;
}
.block-mypage--customer-barcode #customer_barcode_ > div {
  margin: 0 auto;
}
.block-mypage--recommend {
  padding: 10px;
  text-align: right;
}
.block-mypage--recommend a {
  text-decoration: underline;
}
.block-mypage--shopping-info,
.block-mypage--member-info,
.block-mypage--inquiry-info,
.block-mypage--snssync-info,
.block-mypage--linesync-info {
  font-size: 24px;
  padding: 0.8em;
  background: #EFEFEF;
}
@media screen and (max-width: 767px) {
  .block-mypage--shopping-info,
  .block-mypage--member-info,
  .block-mypage--inquiry-info,
  .block-mypage--snssync-info,
  .block-mypage--linesync-info {
    font-size: 18px;
  }
}
.block-mypage--shopping-info i,
.block-mypage--member-info i,
.block-mypage--inquiry-info i,
.block-mypage--snssync-info i,
.block-mypage--linesync-info i {
  padding-right: 5px;
}
.block-mypage--shopping-info-items,
.block-mypage--member-info-items,
.block-mypage--inquiry-info-items,
.block-mypage--snssync-info-items,
.block-mypage--linesync-info-items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: 40px;
}
.block-mypage--shopping-info-items li,
.block-mypage--member-info-items li,
.block-mypage--inquiry-info-items li,
.block-mypage--snssync-info-items li,
.block-mypage--linesync-info-items li {
  width: calc((100% / 3) - 20px);
  max-width: calc((100% / 3) - 20px);
  flex-grow: 1;
  border: 1px solid #ccc;
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .block-mypage--shopping-info-items li,
  .block-mypage--member-info-items li,
  .block-mypage--inquiry-info-items li,
  .block-mypage--snssync-info-items li,
  .block-mypage--linesync-info-items li {
    width: 100%;
    max-width: 100%;
  }
}
.block-mypage--shopping-info-items li:nth-of-type(3n+1),
.block-mypage--member-info-items li:nth-of-type(3n+1),
.block-mypage--inquiry-info-items li:nth-of-type(3n+1),
.block-mypage--snssync-info-items li:nth-of-type(3n+1),
.block-mypage--linesync-info-items li:nth-of-type(3n+1) {
  margin-left: 20px;
}
.block-mypage--shopping-info-items li dt,
.block-mypage--member-info-items li dt,
.block-mypage--inquiry-info-items li dt,
.block-mypage--snssync-info-items li dt,
.block-mypage--linesync-info-items li dt {
  border-bottom: 1px solid #ccc;
  display: block;
}
.block-mypage--shopping-info-items li dt a,
.block-mypage--member-info-items li dt a,
.block-mypage--inquiry-info-items li dt a,
.block-mypage--snssync-info-items li dt a,
.block-mypage--linesync-info-items li dt a {
  font-size: 18px;
  padding: 0 0 0 14px;
  font-weight: 500;
  display: flex;
  max-width: initial;
}
@media screen and (max-width: 767px) {
  .block-mypage--shopping-info-items li dt a,
  .block-mypage--member-info-items li dt a,
  .block-mypage--inquiry-info-items li dt a,
  .block-mypage--snssync-info-items li dt a,
  .block-mypage--linesync-info-items li dt a {
    font-size: 14px;
  }
}
.block-mypage--shopping-info-items li dt i,
.block-mypage--member-info-items li dt i,
.block-mypage--inquiry-info-items li dt i,
.block-mypage--snssync-info-items li dt i,
.block-mypage--linesync-info-items li dt i {
  margin: 0 10px 0 auto;
}
.block-mypage--shopping-info-items li dt a:hover,
.block-mypage--member-info-items li dt a:hover,
.block-mypage--inquiry-info-items li dt a:hover,
.block-mypage--snssync-info-items li dt a:hover,
.block-mypage--linesync-info-items li dt a:hover {
  opacity: 0.7;
}
.block-mypage--shopping-info-items li dd,
.block-mypage--member-info-items li dd,
.block-mypage--inquiry-info-items li dd,
.block-mypage--snssync-info-items li dd,
.block-mypage--linesync-info-items li dd {
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .block-mypage--shopping-info-items li dd,
  .block-mypage--member-info-items li dd,
  .block-mypage--inquiry-info-items li dd,
  .block-mypage--snssync-info-items li dd,
  .block-mypage--linesync-info-items li dd {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  li.block-mypage--member-info-item-update-address-book {
    border: none;
  }
  li.block-mypage--member-info-item-update-address-book .block-mypage--update-address-book {
    width: 100%;
    margin-top: 0;
    background: #EFEFEF;
  }
}
.block-mypage--withdrawal-link {
  text-align: right;
}
.block-mypage--withdrawal {
  color: #333;
  text-decoration: underline;
}
.block-mypage--update-address-book {
  display: block;
  width: 260px;
  height: auto;
  background: #EFEFEF;
  border-radius: 3px;
  text-align: center;
  padding: 10px 0;
  margin: 10px auto 0 auto;
}
/* SNS連動設定モーダル */
.modal--snssync-menu {
  width: 660px;
  margin: auto;
  overflow: hidden;
  zoom: 1;
}
.modal--snssync-menu .snslogin {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  height: 50px;
  background-color: transparent;
  border: none;
}
.modal--snssync-menu .sns_logo {
  width: 40px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.modal--snssync-menu .snslogin-contents {
  float: left;
}
.modal--snssync-menu-contents-facebook .sns_logo {
  background: #3b579d url(../../img/sys/snslogin/facebook.png) no-repeat;
  background-size: 40px 40px;
}
.modal--snssync-menu-contents-twitter .sns_logo {
  background: #55acee url(../../img/sys/snslogin/twitter.png) no-repeat;
  background-size: 40px 40px;
}
.modal--snssync-menu-contents-gplus .sns_logo {
  background: url(../../img/sys/snslogin/gplus.png) no-repeat;
  background-size: 45px 45px;
  background-position: center;
}
.modal--snssync-menu-contents-yahoo .sns_logo {
  background: #e61017 url(../../img/sys/snslogin/yahoo.png) no-repeat;
  background-size: 38px 38px;
  width: 38px;
  height: 38px;
  border: 1px solid #e61017;
}
.modal--snssync-menu-contents-line .sns_logo {
  background: #00b900 url(../../img/sys/snslogin/line.png) no-repeat;
  background-size: 40px 40px;
}
.modal--snssync-menu button:focus {
  outline: none;
}
.modal--snssync-menu:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}
.modal--snssync-menu .sns_word {
  width: 195px;
  height: 38px;
  line-height: 38px;
  float: left;
  text-align: left;
  padding: 0 10px;
  margin-left: 1px;
  border-left: solid 1px #ccc;
}
.modal--snssync-menu .snslogin_btn_width {
  width: 280px;
}
.modal--snssync-menu-contents-line .sns_word {
  border: solid 1px #00b900;
}
.modal--snssync-menu-contents-facebook .sns_word {
  border: solid 1px #3b579d;
}
.modal--snssync-menu-contents-twitter .sns_word {
  border: solid 1px #55acee;
}
.modal--snssync-menu-contents-gplus .sns_word {
  border: solid 1px #4285f4;
}
.modal--snssync-menu-contents-yahoo .sns_word {
  border: solid 1px #e61017;
}
.modal--snssync-menu-contents-line .snssync-release .sns_word {
  background: #00b900;
  color: #fff;
}
.modal--snssync-menu-contents-facebook .snssync-release .sns_word {
  background: #3b579d;
  color: #fff;
}
.modal--snssync-menu-contents-twitter .snssync-release .sns_word {
  background: #55acee;
  color: #fff;
}
.modal--snssync-menu-contents-gplus .snssync-release .sns_word {
  background: #de4f3e;
  color: #fff;
}
.modal--snssync-menu-contents-yahoo .snssync-release .sns_word {
  background: #e61017;
  color: #fff;
}
.modal--snssync-menu {
  margin: 15px;
}
/* マイページ用 > line友達登録用 */
.snslogin-line-friends .snslogin-line-friend-message {
  margin-bottom: 10px;
}
.snslogin-line-friends form {
  float: left;
}
.snslogin-line-friends .snslogin_btn_width {
  color: #fff;
  width: 160px;
  margin: 0 16px;
}
.snslogin-line-friends .snslogin-line-friend-sns_word {
  width: 100%;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
  margin-left: 1px;
}
.snslogin-line-friend-yes .snslogin-line-friend-sns_word {
  background: #232323;
}
.snslogin-line-friend-no .snslogin-line-friend-sns_word {
  background: #9a9a9a;
}
/* マイページ用 > LINEアカウント連携設定用 */
.linesync-message {
  margin-bottom: 10px;
}
.linesync-message .linesync-message-clientlist {
  display: block;
  margin-left: 10px;
}
.linesync-message .linesync-message-client {
  white-space: nowrap;
}
/* Lineログイン設定モーダル */
.modal--linesync-menu {
  width: 660px;
  margin: auto;
  overflow: hidden;
  zoom: 1;
}
.modal--linesync-menu .linelogin {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  height: 50px;
  background-color: transparent;
  border: none;
}
.modal--linesync-menu-contents .line_logo {
  background: #00c300 url(../../img/sys/linelogin/line.png) no-repeat;
  background-size: 40px 40px;
  border-radius: 7px 0 0 7px;
  width: 40px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.modal--linesync-menu button:focus {
  outline: none;
}
.modal--linesync-menu:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}
.modal--linesync-menu .line_word {
  background: #00c300;
  border-left: solid 1px #00b300;
  border-radius: 0 7px 7px 0;
  color: #fff;
  width: 196px;
  height: 38px;
  line-height: 38px;
  float: left;
  text-align: left;
  padding: 0 10px;
}
.modal--linesync-menu .linelogin_btn_width {
  width: 280px;
}
.modal--linesync-menu {
  padding: 15px;
}
/* ----会員登録画面---- */
.block-member-info--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}
.block-member-info input[name="name"],
.block-member-info input[name="name2"],
.block-member-info input[name="kana"],
.block-member-info input[name="kana2"] {
  max-width: 200px;
}
/* ----アドレス帳の新規登録・変更画面---- */
.block-shipping-address--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}
.block-shipping-address input[name="name"],
.block-shipping-address input[name="name2"],
.block-shipping-address input[name="kana"],
.block-shipping-address input[name="kana2"] {
  max-width: 200px;
}
.block-shipping-address--regular-delete-msg {
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .block-shipping-address--form .action-buttons {
    display: flex;
    flex-wrap: wrap;
  }
}
/* ----会員登録確認画面---- */
.block-member-info-confirmation--login-state-saving {
  margin-top: 10px;
  text-align: center;
}
.block-member-info-confirmation--login-state-saving-message {
  margin-top: 10px;
  text-align: center;
}
/* ----ログイン画面---- */
.block-login--member-message {
  margin: 0 0 10px;
}
.block-login--input-items {
  width: 100%;
  margin: 0 auto;
}
.block-mail-news--mail input,
.block-mail-news--cmail input,
.block-mail-news--cancel-mail input,
.block-login--uid input,
.block-login--pwd input,
.block-credit-card-confirmation--olduid input,
.block-credit-card-confirmation--oldpwd input {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .block-mail-news--mail input,
  .block-mail-news--cmail input,
  .block-mail-news--cancel-mail input,
  .block-login--uid input,
  .block-login--pwd input,
  .block-credit-card-confirmation--olduid input,
  .block-credit-card-confirmation--oldpwd input {
    width: 100%;
  }
}
.block-login--login-state-saving {
  margin-top: 10px;
  text-align: center;
}
.block-login--login-state-saving label {
  text-align: center;
}
.block-login--login-state-saving-message {
  margin-top: 10px;
  text-align: center;
}
.block-login--uid .form-label,
.block-login--pwd .form-label,
.block-login--login-state-saving .form-label {
  width: 180px;
}
.block-login--login {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 160px;
}
.block-login--ask-password {
  margin-top: 10px;
  text-align: left;
}
.block-login--ask-password a {
  color: #E6A09A;
  text-decoration: underline;
}
.block-login--ask-password a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .block-login--ask-password {
    text-align: center;
  }
}
.block-login--entry {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 160px;
}
.block-login--first-time-body {
  overflow: hidden;
  background: #fff;
}
.block-login--first-time hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.block-login--member-body {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  margin-bottom: 120px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .block-login--member-body {
    margin: 0 0 60px;
  }
}
.block-login--member-frame {
  display: table-cell;
  width: 100%;
  padding: 20px 40px 40px 40px;
  margin-bottom: 40px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .block-login--member-frame {
    padding: 10px 20px 20px 20px;
  }
}
.block-login--social-frame {
  display: table-cell;
  width: 100%;
  padding: 20px 40px 40px 40px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .block-login--social-frame {
    padding: 10px 20px 20px 20px;
  }
}
.block-login--amazon-body {
  display: table-cell;
  width: 100%;
}
.block-login--amazon-login {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.block-login--guest {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 240px;
}
.block-login--member-info-value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}
.block-login--display-password {
  margin-top: 10px;
  text-align: left;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .block-login--display-password {
    display: inline-block;
  }
}
input[name="pwd_display"] {
  width: 25px;
}
/******************************/
.block-login--snslogin-body {
  width: 480px;
  padding: 15px 0;
  text-align: center;
  overflow: hidden;
  zoom: 1;
}
.block-login--snslogin-body:after {
  clear: both;
}
.block-login--snslogin-body ul {
  justify-content: center;
  align-items: center;
  margin-left: 120px;
}
.block-login--snslogin-body ul li {
  float: left;
  width: 220px;
}
.block-login--snslogin-contents-btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  width: 280px;
  height: 50px;
  background-color: transparent;
  border: none;
}
.block-login--snslogin-contents-btn button:focus {
  outline: none;
}
.block-login--snslogin-body .sns_logo {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.block-login--snslogin-contents-facebook .sns_logo {
  background: #3b579d url(../../img/sys/snslogin/facebook.png) no-repeat;
  background-size: 40px 40px;
}
.block-login--snslogin-contents-twitter .sns_logo {
  background: #55acee url(../../img/sys/snslogin/twitter.png) no-repeat;
  background-size: 40px 40px;
}
.block-login--snslogin-contents-gplus .sns_logo {
  background: url(../../img/sys/snslogin/gplus.png) no-repeat;
  background-size: 48px 48px;
  background-position: center;
}
.block-login--snslogin-contents-yahoo .sns_logo {
  background: #e61017 url(../../img/sys/snslogin/yahoo.png) no-repeat;
  background-size: 39px 39px;
  border: 1px solid #e61017;
  width: 41px;
  height: 40px;
}
.block-login--snslogin-contents-line .sns_logo {
  background: #00b900 url(../../img/sys/snslogin/line.png) no-repeat;
  background-size: 40px 40px;
}
.block-login--snslogin-body .sns_word {
  width: 190px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: left;
  padding: 2px 6px;
  margin-left: 1px;
  border-left: solid 1px #ccc;
  font-size: 85%;
  color: #fff;
}
.block-login--snslogin-contents-line .sns_word {
  background: #00b900;
}
.block-login--snslogin-contents-facebook .sns_word {
  background: #3b579d;
}
.block-login--snslogin-contents-twitter .sns_word {
  background: #55acee;
}
.block-login--snslogin-contents-gplus .sns_word {
  background: #4285f4;
}
.block-login--snslogin-contents-yahoo .sns_word {
  background: #e61017;
}
.block-login--snslogin-state-saving-body {
  text-align: center;
}
.block-login--snslogin-state-saving-mesage {
  margin-top: 10px;
}
/******************************/
.block-login--linelogin-body {
  width: 480px;
  padding: 15px 0;
  text-align: center;
  overflow: hidden;
  zoom: 1;
}
.block-login--linelogin-body:after {
  clear: both;
}
.block-login--linelogin-body ul {
  justify-content: center;
  align-items: center;
  margin-left: 120px;
}
.block-login--linelogin-body ul li {
  float: left;
  width: 220px;
}
.block-login--linelogin-contents-btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  width: 280px;
  height: 50px;
  background-color: transparent;
  border: none;
}
.block-login--linelogin-contents-btn button:focus {
  outline: none;
}
.block-login--linelogin-contents .line_logo {
  background: #00c300 url(../../img/sys/linelogin/line.png) no-repeat;
  background-size: 40px 40px;
  border-radius: 7px 0 0 7px;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.block-login--linelogin-contents .line_word {
  background: #00c300;
  border-left: solid 1px #00b300;
  border-radius: 0 7px 7px 0;
  width: 191px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: left;
  padding: 2px 6px;
  font-size: 85%;
  color: #fff;
}
.block-login--linelogin-state-saving-body {
  text-align: center;
}
.block-login--linelogin-state-saving-mesage {
  margin-top: 10px;
}
/* ----追加認証画面---- */
.block-additional-authentication {
  height: 510px;
}
.block-additional-authentication--body {
  padding: 20px;
  overflow: hidden;
  border: solid 1px #dcdcdc;
  background: #fff;
}
.block-additional-authentication--message-header {
  font-size: 14px;
  font-weight: bold;
}
.block-additional-authentication--input-items {
  width: 600px;
  margin: 10px auto;
}
.block-additional-authentication--authentication-key input[type="text"] {
  width: 330px;
}
.block-additional-authentication--login {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 160px;
}
/* ----お気に入り画面---- */
.block-favorite--form li {
  border: 1px solid #ccc;
  border-top: none;
  padding: 20px;
}
.block-favorite--form li:first-child {
  border-top: 1px solid #ccc;
}
.block-favorite--favorite-goods {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block-favorite--favorite-goods {
    flex-wrap: wrap;
    position: relative;
  }
}
.block-favorite--checkbox,
.block-favorite--delete-item {
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.block-favorite--checkbox {
  flex-basis: 30px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .block-favorite--checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
  }
}
.block-favorite--image {
  flex-basis: 20%;
}
@media screen and (max-width: 767px) {
  .block-favorite--image {
    flex-basis: initial;
    width: 100%;
  }
}
.block-favorite--description {
  flex-basis: 28%;
}
@media screen and (max-width: 767px) {
  .block-favorite--description {
    flex-basis: initial;
    width: 100%;
  }
}
.block-favorite--comment-textarea {
  width: 100%;
  height: 75px;
}
@media screen and (max-width: 767px) {
  .block-favorite--comment-textarea {
    width: 100%;
  }
}
.block-favorite--comment {
  flex-basis: initial;
  flex: 1;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .block-favorite--comment {
    flex-basis: initial;
    width: 100%;
    margin: 0 0;
  }
}
.block-favorite--comment-message {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .block-favorite--comment-message {
    margin-top: 1em;
    font-size: 12px;
  }
}
.block-favorite--comment-textarea-container .btn {
  width: auto;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .block-favorite--comment-textarea-container .btn {
    font-size: 13px;
  }
}
.block-favorite--delete-item {
  flex-basis: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block-favorite--delete-item {
    margin: 10px auto 0 auto;
  }
}
.block-favorite--image figure {
  background: #f5f5f5;
  width: 100%;
  height: auto;
}
.block-favorite--goods-name a {
  color: #333;
  font-weight: 500;
  text-decoration: none;
}
.block-favorite--edit-comment {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .block-favorite--edit-comment {
    text-align: right;
  }
}
.block-favorite--edit-comment a {
  text-decoration: underline;
}
.block-favorite--price-items {
  padding-top: 10px;
}
.block-favorite--price-title,
.block-favorite--price {
  display: inline-block;
}
.block-favorite--update-dt dt,
.block-favorite--update-dt dd {
  margin-top: 1em;
  display: inline-block;
  font-size: 14px;
}
/* ----入荷案内申し込み商品画面---- */
.block-arrival-notice-list--form li {
  margin-bottom: 20px;
}
.block-arrival-notice-list--goods {
  display: flex;
  width: 100%;
}
.block-arrival-notice-list--image {
  flex-basis: 160px;
}
.block-arrival-notice-list--description {
  flex-grow: 1;
}
.block-arrival-notice-list--delete-item {
  flex-basis: 80px;
  text-align: center;
}
.block-arrival-notice-list--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}
.block-arrival-notice-list--goods-name a {
  color: #000;
  text-decoration: underline;
}
.block-arrival-notice-list--price-title,
.block-arrival-notice-list--price {
  display: inline-block;
}
.block-arrival-notice-list--update-dt dt,
.block-arrival-notice-list--update-dt dd {
  display: inline-block;
}
/* ----購入履歴一覧画面---- */
.block-purchase-history--table {
  margin: 5px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block-purchase-history--table {
    margin: 0 0 20px 0;
  }
  .block-purchase-history--table td {
    vertical-align: middle;
  }
}
.block-purchase-history--order-id a {
  text-decoration: underline;
}
.block-purchase-history--order-detail-reorder a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .block-purchase-history--order-detail-reorder a .btn {
    width: 100%;
  }
}
.block-purchase-history--status a:hover {
  text-decoration: none;
}
.block-purchase-history--status .status-order,
.block-purchase-history--status .status-cancel,
.block-purchase-history--status .status-income,
.block-purchase-history--status .status-reserve,
.block-purchase-history--status .status-rship,
.block-purchase-history--status .status-ship,
.block-purchase-history--status .status-verify,
.block-purchase-history--status .status-return,
.block-purchase-history--status .status-status_,
.block-purchase-history--status .status-status_1,
.block-purchase-history--status .status-status_2,
.block-purchase-history--status .status-status_3,
.block-purchase-history--status .status-status_4,
.block-purchase-history--status .status-status_9 {
  border: none;
  padding: 0;
}
.block-purchase-history--order-detail .btn {
  margin-top: 1em;
}
/* ----購入履歴詳細画面---- */
.block-purchase-history-detail--customer-name {
  margin: 10px 0;
  display: flex;
  width: 50%;
  float: left;
}
@media screen and (max-width: 767px) {
  .block-purchase-history-detail--customer-name {
    width: 100%;
  }
}
.block-purchase-history-detail--company-name {
  margin: 10px 0;
  width: 300px;
  float: right;
  text-align: right;
}
.block-purchase-history-detail--order-info {
  margin: 10px 0;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block-purchase-history-detail--order-info {
    display: block;
  }
}
.block-purchase-history-detail--order-info-left {
  width: 65%;
}
.block-purchase-history-detail--order-info-right {
  width: 35%;
  padding: 0 0 0 10px;
}
.block-purchase-history-detail--order-info-table {
  width: 100%;
}
.block-purchase-history-detail--order-info-table th {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .block-purchase-history-detail--order-info-table th {
    width: 30%;
  }
}
.block-purchase-history-detail--order-body {
  margin: 10px 0;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block-purchase-history-detail--order-body {
    display: block;
  }
}
.block-purchase-history-detail--order-body-left {
  width: 65%;
}
.block-purchase-history-detail--order-body-right {
  width: 35%;
  padding: 0 0 0 10px;
}
.block-purchase-history-detail--order-detail-items {
  width: 100%;
}
.block-purchase-history-detail--tax-reduced-message {
  margin: 3px 0;
}
.block-purchase-history-detail--payment-info-items {
  width: 100%;
}
.block-purchase-history-detail--point-message {
  margin: 5px 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .block-purchase-history-detail--point-message {
    font-size: 11px;
  }
}
.block-purchase-history-detail--shipping-info {
  margin: 10px 0;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block-purchase-history-detail--shipping-info {
    display: block;
  }
}
.block-purchase-history-detail--shipping-info-left {
  width: 65%;
}
.block-purchase-history-detail--shipping-info-right {
  width: 35%;
  padding: 0 0 0 10px;
}
.block-purchase-history-detail--sender-items {
  width: 100%;
}
.block-purchase-history-detail--shipping-info-items {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block-purchase-history-detail--delivery-day br {
    display: none;
  }
  .block-purchase-history-detail--delivery-day .help-block {
    text-align: left;
  }
}
.block-purchase-history-detail--shiment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}
.block-purchase-history-detail--shipment-items {
  width: 100%;
}
.block-purchase-history-detail--csv-info-items {
  width: 100%;
  margin: 10px 0;
}
.block-purchase-history-detail--csv-info-items th {
  width: 250px;
}
.block-purchase-history-detail--invoice {
  margin: 5px 0;
  width: 100%;
}
.block-purchase-history-detail--invoice dt {
  display: inline-block;
  font-weight: bold;
}
.block-purchase-history-detail--invoice dd {
  display: inline-block;
}
.block-purchase-history-detail--track-shipment {
  margin: 5px 0;
  width: 100%;
}
.block-purchase-history-detail--track-shipment dt {
  display: inline-block;
  font-weight: bold;
}
.block-purchase-history-detail--track-shipment dd {
  display: inline-block;
}
.block-purchase-history-detail--append-items {
  width: 100%;
}
.block-purchase-history-detail--append-items th {
  width: 250px;
}
.block-purchase-history-detail .block-purchase-history-detail--add-goods {
  width: 300px;
}
.block-purchase-history-detail .block-purchase-history-detail--contact {
  width: 300px;
}
.block-purchase-history-detail .block-purchase-history-detail--cancel {
  width: 250px;
}
.block-purchase-history-detail .block-purchase-history-detail--receipt {
  width: 200px;
  margin: auto 0 auto 10px;
  margin-top: auto;
  margin-bottom: auto;
}
.block-purchase-history-detail--child-order-id a {
  text-decoration: underline;
}
.block-purchase-history-detail--parent-order-id a {
  text-decoration: underline;
}
.block-purchase-history-detail--regular-sales-include a {
  text-decoration: underline;
}
.block-purchase-history-detail--regular-sales a {
  text-decoration: underline;
}
.block-purchase-history-detail--tax-reduced {
  margin-left: 30px;
}
.block-purchase-history-detail--total-for-tax-ratio {
  display: flex;
  margin-left: 10px;
  width: 100%;
  font-size: 80%;
}
.block-purchase-history-detail--total-for-tax-ratio-title {
  margin-right: 8px;
}
.block-purchase-history-detail--total-for-tax-ratio-list {
  text-align: right;
}
.block-purchase-history-detail--total-for-tax-ratio-list ul {
  display: flex;
}
.block-purchase-history-detail--tax-ratio {
  min-width: 50px;
  margin-right: 5px;
}
.block-purchase-history-detail--total-for-tax-ratio-amount {
  min-width: 55px;
}
.block-purchase-history-detail--receipt-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}
.block-purchase-history-detail--receipt-reissuemsg {
  margin-bottom: 10px;
}
.block-purchase-history-detail--receipts {
  margin-bottom: 50px;
}
.block-purchase-history-detail--receipt-items {
  display: flex;
}
.block-purchase-history-detail--receipt-items label {
  margin-top: auto;
  margin-bottom: auto;
}
.block-purchase-history-detail--receipt-input {
  margin-left: 5px;
  margin-right: 20px;
  margin-top: auto;
  margin-bottom: auto;
}
/* ----ご注文キャンセル画面---- */
.block-order-cancellation--order-info {
  margin: 10px 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block-order-cancellation--order-info {
    display: flex;
  }
}
.block-order-cancellation--order-info-left {
  width: 65%;
}
.block-order-cancellation--order-info-right {
  width: 35%;
  padding: 0 0 0 10px;
}
.block-order-cancellation--shiment-address {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0 0 10px 0;
}
.block-order-cancellation--payment-info-items {
  width: 100%;
}
.block-order-cancellation--order-items {
  width: 100%;
}
/* ----定期購入商品一覧画面---- */
.block-regular-purcharse-list--table {
  margin: 5px 0;
  width: 100%;
}
.block-regular-purcharse-list--regular-sales a {
  text-decoration: underline;
}
.block-regular-purcharse-list--list {
  background: #fff;
  margin: 0 0 15px;
  padding: 50px 15px 15px;
  border: 1px solid #444;
  border-radius: 3px 3px 0 0;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.block-regular-purcharse-list--list a {
  color: #257AC6;
}
.block-regular-purcharse-list--info {
  padding: 0 10px 0 0;
  background: url(https://office.chifure.mercart-bo.net/img/sys/regular_icon.png) top 30px center / 92px auto no-repeat;
  width: 265px;
  flex-basis: 265px;
  flex-grow: 0;
  flex-shrink: 0;
}
.block-regular-purcharse-list--info ul > li {
  padding: 8px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 12px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #FFF;
}
.block-regular-purcharse-list--info-regular-sales > span:last-of-type {
  font-weight: bold;
}
.block-regular-purcharse-list--head-info-regular-create-dt {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #444444;
  color: #FFF;
  padding: 10px;
  font-size: 13px;
  border-radius: 2px 2px 0 0;
  width: 100%;
}
.block-regular-purcharse-list--head-info-regular-create-dt > span {
  margin-right: 30px;
}
.block-regular-purcharse-list--head-info-regular-create-dt > span:last-child {
  font-weight: bold;
  font-size: 15px;
}
.block-regular-purcharse-list--info-method {
  border-bottom: 1px solid #ddd;
}
.block-regular-purcharse-list--info li > span {
  width: 80%;
}
.block-regular-purcharse-list--info li > a,
.block-regular-purcharse-list--info li > span:last-child {
  width: 20%;
}
.block-regular-purcharse-list--info li > a {
  padding: 0;
  font-size: 12px;
  text-align: right;
  white-space: nowrap;
}
.block-regular-purcharse-list--info ul > li.block-regular-purcharse-list--info-withdrawal {
  border: 0px solid #fff;
  width: 100%;
  display: block;
  text-align: right;
}
.block-regular-purcharse-list--detail {
  width: 300px;
  margin: 0 10px 0 0;
  border-radius: 4px;
}
.block-regular-purcharse-list--detail.detail_end {
  background: #f2f2f2;
}
.block-regular-purcharse-list--detail.detail_skip {
  background: #e7f5f4;
}
.block-regular-purcharse-list--detail.detail_next {
  background: #ffeaea;
}
.block-regular-purcharse-list--detail > ul > li {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.block-regular-purcharse-list--detail > ul > li:last-child {
  border-bottom: 1px solid #fff;
}
.block-regular-purcharse-list--date-spec {
  position: relative;
  font-size: 15px;
  padding: 15px;
  background: url(https://office.chifure.mercart-bo.net/img/sys/order_date_spec_icon.png) right 22px top 17px / 46px auto no-repeat;
}
.block-regular-purcharse-list--date-spec dl {
  display: flex;
}
.block-regular-purcharse-list--date-spec dt {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 90px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  border-radius: 22px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
.block-regular-purcharse-list--alter-end {
  background: #858E95;
}
.block-regular-purcharse-list--skip {
  background: #50C9B2;
}
.block-regular-purcharse-list--alter {
  background: #FF6063;
}
.block-regular-purcharse-list--skip-expected-dt {
  font-size: 20px;
  font-weight: bold;
}
.block-regular-purcharse-list--expected-dt {
  width: 100%;
}
.block-regular-purcharse-list--expected-dt-title {
  font-size: 11px;
}
.block-regular-purcharse-list--expected-dt-title i {
  font-size: 1.3em;
  padding-right: 5px;
}
.block-regular-purcharse-list--skip-expected-dt {
  display: inline;
  vertical-align: middle;
}
.block-regular-purcharse-list--skip-expected-dt i {
  font-size: 14px;
  padding-right: 5px;
}
.block-regular-purcharse-list--expected-dt-ymd,
.block-regular-purcharse-list--skip-expected-dt {
  font-size: 20px;
  font-weight: bold;
}
.block-regular-purcharse-list--detail-item {
  padding: 12px 15px 14px;
  font-size: 13px;
}
.block-regular-purcharse-list--detail-item-list-list {
  margin: 8px 0;
}
.block-regular-purcharse-list--detail-item-list-list ul {
  display: flex;
  max-width: 100%;
  min-width: 70%;
}
.block-regular-purcharse-list--detail-item-list-list ul > li {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 13px;
}
.block-regular-purcharse-list--detail-item ul li span {
  vertical-align: middle;
}
.block-regular-purcharse-list--detail-item-image {
  width: 50px;
  flex-shrink: 0;
}
.block-regular-purcharse-list--detail-item-goods > ul {
  display: flex;
  flex-wrap: wrap;
}
.block-regular-purcharse-list--detail-item-goods-name {
  max-width: 70%;
  margin-left: 0;
}
.block-regular-purcharse-list--detail-item-list-nolink {
  width: 100%;
  display: block;
  padding: 0;
  word-wrap: break-word;
  padding-left: 5px;
}
.block-regular-purcharse-list--detail-item-list-unit {
  display: inline-block;
  padding: 0 0 0 12px;
}
.block-regular-purcharse-list--detail-item-goods-unit-amount {
  margin: auto auto auto 0;
  flex-shrink: 0;
}
.block-regular-purcharse-list--detail-item-change {
  margin: auto 0 auto auto;
  padding-left: 10px;
  flex-shrink: 0;
}
a.block-regular-purcharse-list--detail-item-changelink {
  font-size: 12px;
  text-decoration: underline;
  flex-shrink: 0;
}
.block-regular-purcharse-list--sales-link {
  text-align: right;
  font-size: 11px;
}
.block-regular-purcharse-list--sales-link a {
  display: inline;
  text-decoration: underline;
  padding-right: 1.3em;
}
.block-regular-purcharse-list--benefits {
  display: flex;
  font-size: 12px;
  padding: 10px;
  color: #FF5E60;
}
.block-regular-purcharse-list--benefits .block-regular-purcharse-list--benefits-icon {
  width: 50px;
  margin: auto 0;
}
.block-regular-purcharse-list--benefits-frame {
  padding-left: 10px;
}
.block-regular-purcharse-list--skip-link {
  width: 120px;
  margin: auto 0 0 auto;
}
.block-regular-purcharse-list--skip-button input[type="button"] {
  display: block;
  margin: auto 0 0 auto;
  padding: 0;
  font-size: 11px;
  border: 0px;
  background: #ffeaea;
  font-size: 13px;
  color: #257AC6;
  text-decoration: underline;
}
/* ----定期購入商品詳細画面---- */
.block-regular-purcharse-detail--body {
  margin: 10px 0;
  width: 100%;
}
.block-regular-purcharse-detail--regular-sales-items {
  width: 100%;
}
.block-regular-purcharse-detail--regular-sales-items th {
  width: 250px;
}
.block-regular-purcharse-detail--shipment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}
.block-regular-purcharse-detail--update-address {
  margin: 10px 0;
  text-align: right;
}
.block-regular-purcharse-detail--goods-items {
  width: 100%;
}
.block-regular-purcharse-detail--append-items {
  width: 100%;
}
.block-regular-purcharse-detail--append-items th {
  width: 250px;
}
.block-regular-purcharse-detail--include-items {
  width: 100%;
}
.block-regular-purcharse-detail--include-items th {
  width: 250px;
}
.block-regular-purcharse-detail--action-message {
  margin-top: 10px;
}
.block-regular-purcharse-list--order-id a {
  text-decoration: underline;
}
/* ----定期購入商品配送先変更画面---- */
.block-regular-purcharse-shipment-info-update--new-address,
.block-regular-purcharse-shipment-info-update--old-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
  overflow: hidden;
}
.block-regular-purcharse-shipment-info-update--new-address address {
  float: left;
}
.block-regular-purcharse-shipment-info-update--cust-edit,
.block-regular-purcharse-shipment-info-update--dest-edit,
.block-regular-purcharse-shipment-info-dest-add {
  text-align: right;
}
/* ----定期購入商品配送先変更画面(AmazonPay)---- */
.block-regular-purcharse-shipment-info--amazonpay-body {
  width: 480px;
  margin: 0 auto;
}
.block-regular-purcharse-shipment-info--amazonpay-message {
  text-align: left;
}
.block-regular-purcharse-shipment-info--amazonpay-login {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.block-regular-purcharse-shipment-info--amazonpay-error {
  text-align: left;
  color: #a94442;
}
.block-regular-purcharse-shipment-info--amazonpay-widget-body {
  margin: 0 auto;
}
.block-regular-purcharse-shipment-info--amazonpay-address-widget {
  float: left;
}
.block-regular-purcharse-shipment-info--amazonpay-widget-error {
  text-align: left;
  color: #a94442;
  margin-left: 5px;
}
/* ----定期購入商品サイクル情報変更画面---- */
.block-regular-purcharse-cycle-info-update h3 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin: 0 0 12px 0;
}
.block-regular-purcharse-cycle-info-update--body {
  margin: 10px 0;
  width: 100%;
}
.block-regular-purcharse-cycle-info-update--regular-sales-items {
  width: 100%;
}
.block-regular-purcharse-cycle-info-update--regular-sales-items th {
  width: 250px;
}
.block-regular-purcharse-cycle-info-update--shipment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}
.block-regular-purcharse-cycle-info-update--goods-items {
  width: 100%;
}
.block-regular-cycle--select-timespec-title {
  font-weight: bold;
  margin-right: 5px;
}
.block-regular-purcharse-cycle-info-update--skip-cancel-message {
  margin: 5px 0 0 5px;
}
/* ----定期購入商品解約画面---- */
.block-regular-purcharse-cancellation--goods-items {
  margin: 10px 0;
  width: 100%;
}
.block-regular-purcharse-cancellation--message {
  text-align: center;
  padding-top: 10px;
}
.block-regular-purcharse-cancellation--cancel-reason-items {
  width: 600px;
  margin: 0 auto;
}
.block-regular-purcharse-cancellation--cancel-reason-items label::after {
  content: "\A";
  white-space: pre ;
}
.block-regular-purcharse-cancellation--cancel-reason-other-comment {
  padding-top: 10px;
  display: none;
}
/* ----定期購入商品変更画面---- */
.block-goodschange-list .block-regular-goodschange-info-header-msg {
  margin-bottom: 10px;
}
.block-goodschange-list .block-goodschange-list-item-buttons-selected {
  cursor: default;
  background: #fffcfc;
  border: 1px solid #f00;
  color: #f00;
  font-weight: bold;
  margin-top: 10px;
  padding: 8px 8px;
  font-size: 16px;
  min-width: 160px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
/* ----定期購入支払い方法変更画面---- */
.block-regular-purcharse-method-info-update--body {
  margin: 10px 0;
  width: 100%;
}
.block-regular-purcharse-method-info-update--regular-sales-items .block-regular-purcharse-method--info-cardedit a {
  text-decoration: underline;
}
/* ----カード情報確認画面---- */
.block-credit-card-confirmation--credit-card-info-table {
  width: 100%;
}
.block-credit-card-confirmation--credit-card-info-table th {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .block-credit-card-confirmation--credit-card-info-table th {
    width: 30%;
  }
}
/* ----お問い合わせ画面---- */
.block-inquiry--inquiry-body .form-label,
.block-inquiry--inquiry-body .constraint {
  vertical-align: top;
  padding-top: 8px;
}
/* ----お問い合わせ履歴一覧画面---- */
.block-inquiry-history--body li {
  margin: 5px 0;
  padding: 10px 0;
  border-bottom: 1px solid #c8c8c8;
}
.block-inquiry-history--body li span {
  margin: 0 10px 0 0;
}
/* ----お問い合わせ履歴詳細画面---- */
.block-inquiry-history-detail--form {
  margin: 20px 0;
}
.block-inquiry-history-detail--message {
  text-align: center;
}
.block-inquiry-history-detail--inquiry-body {
  margin: 20px 0;
}
.block-inquiry-history-detail--inquiry-body textarea {
  width: 100%;
}
.block-inquiry-history-detail--item dt {
  width: 100%;
  display: flex;
}
.block-inquiry-history-detail--contact-name {
  width: 80%;
}
.block-inquiry-history-detail--update-dt {
  width: 20%;
  text-align: right;
  font-weight: normal;
}
.block-inquiry-history-detail--message-confirm {
  text-align: center;
}
.block-inquiry-history-detail--inquiry-body-confirm {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #c8c8c8;
}
/* ----ポイント履歴一覧画面---- */
.block-point-history-list--point {
  font-size: 20px;
  font-weight: bold;
  margin: 0 5px;
}
.block-point-history-list--message {
  margin: 5px 0;
}
.block-point-history-list--items {
  margin: 5px 0;
  width: 100%;
}
/* ----ポイント履歴一覧画面---- */
.block-mail-address--update-completed-message {
  text-align: center;
}
.block-mail-address--update-completed-message a {
  text-decoration: underline;
}
/* ----所持クーポン一覧画面---- */
.block-coupon-list--list {
  margin: 5px 0;
}
.block-coupon-list--table {
  margin: 5px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block-coupon-list--table {
    margin: 0 0 20px 0;
  }
}
.block-coupon-list--coupon-dt {
  white-space: nowrap;
  width: 300px;
}
/* ----店舗クーポン一覧画面---- */
.block-store-coupon-list--table {
  margin: 5px 0;
  width: 100%;
}
.block-store-coupon-list--coupon-dt {
  white-space: nowrap;
  width: 300px;
}
/* ----ログアウト画面---- */
.block-logout--message a {
  text-decoration: underline;
}
/* ----退会画面---- */
@media screen and (min-width: 768px) {
  .block-withdrawal--completed-message {
    text-align: center;
  }
}
/* ----会員登録確認(クイックエントリー)---- */
.block-quick-info-confirmation--login-state-saving {
  margin-top: 10px;
  text-align: center;
}
.block-quick-info-confirmation--login-state-saving-message {
  margin-top: 10px;
  text-align: center;
}
/* ----パスワード再設定---- */
.block-reset-password--tel,
.block-update-new-password--new-pwd1 {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .block-reset-password-completed--message {
    text-align: center;
  }
  .block-reset-password-completed--message a {
    text-decoration: underline;
  }
}
.block-reset-new-password--completed-message {
  text-align: center;
}
.block-reset-new-password--completed-message a {
  text-decoration: underline;
}
/* ----制限付きログイン画面---- */
.block-login-parts--body a {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* ----領収書印刷画面---- */
@media screen, print {
  .block-receipt--ContentsAll {
    width: 640px;
    clear: both;
    font-family: YuGothic, 'Yu Gothic', sans-serif;
    font-size: 12pt;
    margin: 0px auto;
  }
  .block-receipt--printBox {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media print {
  .block-receipt--printBox {
    display: none;
  }
}
.block-receipt--main {
  break-after: page;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.block-receipt--main:last-child {
  break-after: auto;
}
.block-receipt--header {
  text-align: center;
}
.block-receipt--header-title {
  display: inline-block;
  text-align: center;
  font-size: 24pt;
  font-weight: bold;
}
.block-receipt--header-pagenum {
  text-align: right;
  float: right;
}
.block-receipt--top {
  display: flex;
  justify-content: space-between;
}
.block-receipt--top-left {
  width: 340px;
  text-align: left;
}
.block-receipt--top-left-address {
  font-size: 18pt;
  font-weight: bold;
  padding: 0px 0px 10px;
}
.block-receipt--top-left-total {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 0px 0px 0px;
}
.block-receipt--top-left-total-title {
  text-align: left;
  font-weight: bold;
}
.block-receipt--top-left-total-price {
  text-align: right;
  font-size: 18pt;
  font-weight: bold;
}
.block-receipt--top-left-proviso {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 10px 0px 0px 0px;
}
.block-receipt--top-left-middle {
  padding: 10px 0px 0px 0px;
}
.block-receipt--top-right {
  width: 340px;
  font-size: 10pt;
  text-align: right;
}
.block-receipt--top-right-items {
  line-height: 50%;
}
.block-receipt--tax-info p {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: bold;
  margin: 10px 0;
}
.block-receipt--tax-info-items {
  width: auto;
  display: flex;
  font-size: 10pt;
  margin: 0 0 10px 10px;
}
.block-receipt--tax-info-items-ratio {
  width: 120px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.block-receipt--tax-info-items-amount-title {
  width: 120px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.block-receipt--tax-info-items-amount-price {
  width: 120px;
  text-align: right;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.block-receipt--tax-info-items-consumption-title {
  width: 80px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-left: 50px;
}
.block-receipt--tax-info-items-consumption-price {
  width: 80px;
  text-align: right;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.block-receipt--payment > p {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: bold;
  margin-bottom: 10px;
}
.block-receipt--payment-items-method {
  display: flex;
  justify-content: space-between;
  font-size: 10pt;
  margin: 0 10px 0;
}
.block-receipt--payment-items-method-method {
  width: 240px;
  display: flex;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  align-items: flex-end;
}
.block-receipt--payment-items-method-income {
  width: 240px;
  display: flex;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  align-items: flex-end;
}
.block-receipt--payment-items-price {
  margin: 0 10px 0;
}
.block-receipt--payment-items-price > p {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 10px 0;
}
.block-receipt--payment-items-price-items {
  display: flex;
  justify-content: space-between;
  margin: 0 10px 0;
}
.block-receipt--payment-items-price-items-detail {
  width: 280px;
}
.block-receipt--payment-items-price-items-detail-list {
  display: flex;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 10pt;
  margin: 0 10px 0;
}
.block-receipt--payment-items-price-items-detail-list {
  margin-bottom: 10px;
}
.block-receipt--goods-title {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 10px 0 0;
  font-weight: bold;
}
.block-receipt--goods-detail {
  margin: 0 0 0 10px;
}
.block-receipt--goods-detail-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 600px;
}
.block-receipt--goods-detail-table th {
  vertical-align: middle;
}
.block-receipt--goods-detail-table th,
.block-receipt--goods-detail-table td {
  font-weight: normal;
  font-size: 10pt;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 5px 5px 0;
}
.block-receipt--goods-detail-table th {
  text-align: center;
}
.block-receipt--goods-detail-table-td-text {
  text-align: left;
}
.block-receipt--goods-detail-table-td-num {
  text-align: right;
}
.block-receipt--goods-detail-table-td-mark {
  text-align: center;
}
.block-receipt--goods-detail-table th:nth-child(1),
.block-receipt--goods-detail-table td:nth-child(1) {
  width: 17.5%;
}
.block-receipt--goods-detail-table th:nth-child(2),
.block-receipt--goods-detail-table td:nth-child(2) {
  width: 42.5%;
}
.block-receipt--goods-detail-table th:nth-child(3),
.block-receipt--goods-detail-table td:nth-child(3) {
  width: 2.5%;
}
.block-receipt--goods-detail-table th:nth-child(4),
.block-receipt--goods-detail-table td:nth-child(4) {
  width: 15%;
}
.block-receipt--goods-detail-table th:nth-child(5),
.block-receipt--goods-detail-table td:nth-child(5) {
  width: 7.5%;
}
.block-receipt--goods-detail-table th:nth-child(6),
.block-receipt--goods-detail-table td:nth-child(6) {
  width: 15%;
}
.block-receipt--goods-detail-comment {
  font-size: 10pt;
  margin: 0 0 10px;
}
.block-receipt--bottom {
  font-size: 10pt;
}
.page-goods .pane-contents {
  margin-top: 0;
}
.page-goods .bx-wrapper {
  border: none;
  box-shadow: none;
}
.page-goods .bx-wrapper img {
  width: 100%;
}
.page-goods .bx-wrapper .bx-controls-direction a.disabled {
  display: block;
}
.page-goods .product-main-container > dl {
  border-bottom: 1px solid #ccc;
}
.page-goods .product-main-container > dl > dt {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
}
.page-goods .product-main-container > dl > dt:before,
.page-goods .product-main-container > dl > dt:after {
  right: 5px;
}
.page-goods .product-main-container > dl .accordion-inner {
  margin-bottom: 30px;
}
.page-goods .product-main-container > dl .accordion-inner:after {
  content: "";
  display: block;
  clear: both;
}
/* ----セール期間非表示---- */
.page-goods .block-goods-term--sales-term{
  display:none;
}
/*スタッフコメント*/
.staff-comment{
  padding: 0 0 0 120px;
}
.staff-comment + .staff-comment{
  margin-top: 40px;
}
.staff-comment.face01{
  background: url(../../img/page/staff01.png) no-repeat;
}
.staff-comment.face02{
  background: url(../../img/page/staff02.png) no-repeat;
}
.staff-comment.face03{
  background: url(../../img/page/staff03.png) no-repeat;
}
.staff-comment_lead{
  font-size: 16px;
  font-weight: bold;
}
.staff-comment_content{
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.45;
}
.staff-comment_content b{
  font-weight: bold;
}
.staff-comment_content a{
  text-decoration: underline;
}
.staff-comment_content u{
  text-decoration: none;
  background: linear-gradient(transparent 80%, #E6A09A 80%);
}
@media screen and (max-width: 767px) {
  .staff-comment{
    padding-left: 60px;
    background-size: 50px auto !important;
  }
  .staff-comment + .staff-comment{
    margin-top: 20px;
  }
  .staff-comment_lead{
    font-size: 13px;
  }
  .staff-comment_content{
    margin-top: 8px;
    font-size: 13px;
  }
}

/* ----商品詳細スライド ページネーション---- */
.block-goods-gallery ul {
  font-size: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-left: -2%;
}
.block-goods-gallery ul li {
  width: calc((100% / 6) - 2%);
  margin-left: 2%;
  margin-right: 0;
  margin-bottom: 10px;
}
.block-goods-gallery ul li figure {
  width: 100%;
  height: auto;
}
/* ----商品詳細画面---- */
.block-goods-detail--promotion-freespace {
  margin-bottom: 10px;
}
.block-src-l figure {
  text-align: center;
}
.block-goods-detail-line-item a + div {
  text-align: center;
}
.block-goods-affix-list {
  margin-bottom: 10px;
}
.block-goods-affix-list dt {
  padding: 5px 0;
  border-bottom: 1px dotted #ccc;
}
.block-goods-affix-list dd {
  padding: 5px 0 0 15px;
}
.block-add-cart--btn {
  margin-top: 40px;
}
.block-custom-order--btn {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 18px;
  width: 280px;
}
.block-goods-store-stock--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}
.block-arrival-notice--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}
.block-contact-about-goods--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}
.block-goods-favorite--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}
.block-goods-favorite-registed--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
  color: #fff;
  background-color: #808080;
}
.block-variation-add-cart {
  margin-right: 5px;
}
.block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  width: 165px;
  height: 54px;
}
.block-variation-favorite--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  width: 54px;
  height: 54px;
}
.block-variation-favorite-registed--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  width: 54px;
  height: 54px;
  color: #ff99ff;
}
.bookmarkmodal-option {
  margin: 5px;
}
.bookmarkmodal-option .btn {
  width: 310px;
}
.block-no-stock--message {
  margin-top: 40px;
  padding: 20px 0;
  font-size: 16px;
  width: 100%;
  border: none;
  color: #333;
  background-color: #EFEFEF;
}
.block-outside-sales-period--message {
  text-align: center;
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}
.block-variation-no-stock,
.block-variation-outside-sales-period,
.block-goods-variation-arrival-notice {
  margin-right: 5px;
}
.block-variation-no-stock--message,
.block-variation-outside-sales-period--message,
.block-goods-variation-arrival-notice--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 165px;
  height: 54px;
}
.block-variation-no-stock--message,
.block-variation-outside-sales-period--message {
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}
.block-goods-gallery ul {
  font-size: 0;
}
.block-goods-gallery li {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.block-goods-gallery li figure {
  width: 100px;
  height: 100px;
}
.block-goods-price {
  margin: 10px 0;
}
.block-goods-price--price {
  font-size: 24px;
  font-weight: 400;
}
.block-goods-price--price span {
  font-size: 14px;
}
.block-goods-price--on-sales-comment {
  color: #c30;
}
.block-accessory-list {
  margin-top: 120px;
}
.block-accessory-list--name,
.block-recent-item--header,
.block-cart-recent-item--header {
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.16;
}
.block-accessory-list--name:after,
.block-recent-item--header:after,
.block-cart-recent-item--header:after {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1.5;
}
.block-accessory-list--name:after {
  content: "おすすめ商品";
}
.pane-goods-right-side .block-check-list-a--item-body {
  width: auto;
}
.block-goods-footer-cart {
  display: none;
}
/* 同一バリエーション画像表示 */
.block-goods-detail .block-goods-detail--color-variation-goods-image .bx-viewport {
  max-height: 606px;
}
.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-wrapper {
  position: relative;
}
.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction .bx-prev {
  left: 10px;
  background: url(../../img/usr/btn_slider_prev.png) no-repeat center;
  position: absolute;
  top: 40%;
  left: -5%;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 40px;
}
.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction .bx-next {
  background: url(../../img/usr/btn_slider_next.png) 0 0 no-repeat;
  position: absolute;
  top: 40%;
  right: -5%;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 40px;
}
.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction a.disabled {
  opacity: 0.3;
  cursor: default;
}
.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .block-goods-detail--color-variation-goods-color-name {
  display: none;
}
.block-goods-detail .block-goods-detail--color-variation-goods-image .bx-viewport .block-goods-detail-line-item figure {
  text-align: center;
}
.block-goods-detail .block-goods-detail--color-variation-goods-image .block-goods-detail-line-item {
  z-index: 3 !important;
}
.block-goods-gallery--color-variation-src {
  vertical-align: top;
}
/* 注文明細拡張 */
.block-goods-sales-detail-append--item .form-label {
  padding: 10px;
  margin-right: 10px;
}
.block-goods-sales-detail-append--item input[type="text"],
.block-goods-sales-detail-append--item textarea {
  width: 100%;
}
.block-goods-sales-detail-append--item .constraint .required {
  margin: -38px 20px 16px 0;
  display: block;
  text-align: right;
}
/* バリエーション入荷案内申し込み */
.block-variation-back-order {
  margin-top: 10px;
}
.block-variation-arrival-notice {
  margin-right: 5px;
}
.block-variation-arrival-notice--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}
/* バリエーション切り替えボタン */
.block-variation--item-list {
  display: flex;
  flex-flow: wrap;
}
.block-variation--item {
  margin-right: 1px;
  width: calc((100% / 10) - 2px);
  display: block;
  font-size: 0;
}
.block-variation--item-description {
  display: none;
}
.block-variation--item dt {
  display: block;
  border: 1px solid #fff;
  background-color: #fff;
  cursor: pointer;
}
.block-variation--item.color-disable-stock dt,
.block-variation--item.size-disable-stock dt {
  border: 1px solid #fff;
  background-color: #fff;
  position: relative;
}
.block-variation--item.color-disable-stock dt:before,
.block-variation--item.size-disable-stock dt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
  opacity: 0.5;
}
.block-variation--item.active dt {
  border: 1px solid #ccc;
}
.block-color--item dt {
  width: auto;
  height: auto;
}
.block-color--item-term img {
  max-width: 100%;
  max-height: 100%;
}
.block-color--item-term figure {
  width: 100%;
  height: 100%;
  padding: 3px;
}
.block-size--item dt {
  width: 54px;
  min-height: 54px;
}
.block-size--item-term {
  min-width: 54px;
  min-height: 54px;
}
.block-size--item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  padding: 2px;
}
/* サイズ別カートボタン */
.block-size-with-cart--item {
  padding: 5px 0;
  width: 100%;
  display: flex;
}
.block-size-with-cart--item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}
.block-size-with-cart--item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 96px;
  height: 50px;
  padding: 2px;
}
/* カラー別カートボタン */
.block-color-with-cart--item {
  padding: 5px 0;
  width: 100%;
  display: flex;
}
.block-color-with-cart--item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}
.block-color-with-cart--item-term figure {
  width: 50px;
  height: 50px;
}
.block-color-with-cart--item-term img {
  max-width: 40px;
  max-height: 40px;
}
/* カラーサイズ別カートボタン */
.block-color-size-with-cart {
  display: none;
}
.block-color-size-with-cart--nocolor {
  width: 54px;
  height: 54px;
  margin-right: 5px;
}
.block-color-size-with-cart--color-line {
  padding: 5px 0;
  width: 100%;
  display: flex;
}
.block-color-size-with-cart--size-line {
  padding: 5px 0;
  width: 100%;
  display: flex;
}
.block-color-size-with-cart--size-item-term {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}
.block-color-size-with-cart--size-item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 96px;
  height: 50px;
  padding: 2px;
}
.block-color-size-with-cart--color-item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}
.block-color-size-with-cart--color-item-term figure {
  width: 50px;
  height: 50px;
}
.block-color-size-with-cart--color-item-term img {
  max-width: 40px;
  max-height: 40px;
}
/* 商品詳細ユーザーレビュー */
.block-goods-user-review {
  display: none;
}
.block-goods-user-review h2 {
  background-color: #f5f5f5;
  font-size: 22px;
  padding: 10px 15px;
}
.block-goods-user-review--score dt {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}
.block-goods-user-review--score dd {
  display: inline-block;
  vertical-align: top;
  height: 21px;
}
.block-goods-user-review--score dd img {
  height: 21px;
}
.block-goods-user-review--count dt {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}
.block-goods-user-review--count dd {
  display: inline-block;
}
.block-goods-user-review--need-login-message a {
  text-decoration: underline;
}
.block-goods-user-review--write-review-link {
  text-decoration: underline;
}
.block-goods-user-review--description {
  margin: 10px 0;
}
.block-goods-user-review--item {
  margin-top: 15px;
}
.block-goods-user-review--item-title {
  font-weight: bold;
  font-size: 16px;
}
.block-goods-user-review--item-score dt {
  margin: 0 0 5px 0;
  height: 14px;
}
.block-goods-user-review--item-score dt img {
  height: 14px;
}
.block-goods-user-review--item-size dt,
.block-goods-user-review--item-color dt,
.block-goods-user-review--item-name dt,
.block-goods-user-review--item-size dd,
.block-goods-user-review--item-color dd,
.block-goods-user-review--item-name dd,
.block-goods-user-review--item-moderate-underestimate dt,
.block-goods-user-review--item-moderate-underestimate dd,
.block-goods-user-review--item-moderate-overestimate dt,
.block-goods-user-review--item-moderate-overestimate dd {
  display: inline-block;
}
.block-goods-user-review--item-moderate-link,
.block-goods-user-review--item-moderate-other-link {
  text-decoration: underline;
}
.block-goods-user-review--pagenav {
  background: #f0f0f0 none repeat scroll 0 0;
  clear: both;
  margin: 0 0 10px;
  padding: 5px;
}
.block-goods-user-review--pager-now {
  color: #c00;
}
.block-goods-user-review--item-comment {
  margin: 5px 0;
}
.block-goods-user-review--write-review-btn {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  padding: 6px 0;
  width: 160px;
}
.block-goods-price--regular-repeat-initial-price-name {
  font-size: 20px;
  font-weight: bold;
  color: #444;
}
.block-goods-price--regular-repeat-price-name {
  font-size: 14px;
  font-weight: bold;
  color: #444;
  margin-top: 10px;
}
.block-goods-price--items {
  display: table;
}
.block-goods-price--item {
  display: table-cell;
  padding-right: 20px;
}
.block-goods-price--regular-repeat-price {
  font-weight: bold;
  color: #333;
}
.block-goods-price--regular-repeat-net {
  color: #555;
}
.block-goods-price--regular-repeat-default-price {
  text-decoration: line-through;
  color: #333;
  font-weight: bold;
}
/* ----ユーザーレビュー画面---- */
.block-user-review--score .form-label,
.block-user-review--score .constraint {
  vertical-align: top;
  padding-top: 8px;
}
.block-user-review--review-body .form-label,
.block-user-review--review-body .constraint {
  vertical-align: top;
  padding-top: 8px;
}
.block-user-review--score .form-control,
.block-user-review--review-body .form-control {
  padding-top: 10px;
}
.block-user-review--evaluation-score img {
  height: 21px;
}
.block-user-review--evaluator-name dt,
.block-user-review--evaluator-name dd {
  display: inline-block;
}
.block-user-review--review-comment {
  margin: 10px 0;
}
.block-user-review--footer h3 {
  padding: 40px 0 10px;
}
/* 商品説明ブロック */
.block-goods-comment5 {
  /* リッチ化 */
  margin-top: 80px;
}
.block-goods-comment6 {
  /* 商品特徴 */
  margin-top: 80px;
}
.block-goods-comment6 .accordion dl {
  border-top: 1px solid #ccc;
}
.block-goods-comment7 {
  /* 使用方法 */
}
.block-goods-comment7 .accordion dl {
  border-top: 1px solid #ccc;
}
.block-goods-comment8 {
  /* ご使用上の注意 */
}
.block-goods-comment8 .accordion dl {
  border-top: 1px solid #ccc;
}
.block-goods-comment9 {
  /* 予備 */
}
.block-goods-comment6 + .block-goods-comment7 .accordion dl,
.block-goods-comment7 + .block-goods-comment8 .accordion dl,
.block-goods-comment6 + .block-goods-comment8 .accordion dl {
  border-top: none;
}
.share {
  /* SNS/シェア */
  margin-top: 60px;
}
/* ----トップページイベント表示---- */
.block-top-event--header {
  font-size: 28px;
  text-align: center;
  border-top: #444 2px solid;
  padding: 19px 0 30px;
}
/* ----店舗在庫画面---- */
.block-store-stock--goods-detail dt {
  float: left;
  font-weight: bold;
  width: 100px;
  padding: 3px;
}
.block-store-stock--goods-detail dd {
  margin-left: 120px;
  padding: 3px;
}
.block-store-stock--message {
  color: #a94442;
  margin: 10px 0;
}
.block-store-stock--list li {
  display: inline-block;
  margin: 0 10px 0 0;
}
/* ----アイコン---- */
.block-icon img {
  width: auto;
  height: 22px;
}
/* ----商品一覧画面----*/
/* 表示方法・並べ替え・ページャ */
.block-goods-list--display-style-items {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}
.block-goods-list--display-style-items .active {
  color: #c00;
}
.block-goods-list--display-style-items dt {
  display: inline-block;
  font-weight: bold;
}
.block-goods-list--display-style-items dd {
  display: inline-block;
  margin-right: 5px;
}
.block-goods-list--sort-order-items {
  margin-top: 0;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.block-goods-list--sort-order-items .active {
  color: #fff;
  background: #666;
  padding: 0.45em 0.6em;
  border: 1px solid #666;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .block-goods-list--sort-order-items .active {
    border-radius: 4px;
  }
}
.block-goods-list--sort-order-items dt {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin-right: 8px;
}
.block-goods-list--sort-order-items dd {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1;
}
.block-goods-list--sort-order-items dd a {
  display: block;
  padding: 0.45em 0.6em;
  border: 1px solid #666;
  line-height: 1;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .block-goods-list--sort-order-items dd a {
    border-radius: 4px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .block-goods-list--sort-order-items dd a:hover {
    border: 1px solid #E6A09A;
    color: #E6A09A;
  }
}
/* ----商品一覧画面：一覧：block-goods-list-l---- */
.block-goods-list-l--table {
  width: 100%;
}
.block-goods-list-l--table,
.block-goods-list-l--table td,
.block-goods-list-l--table th {
  border-collapse: collapse;
}
.block-goods-list-l--table td,
.block-goods-list-l--table th {
  padding: 10px;
}
.block-goods-list-l--table th {
  font-weight: bold;
  white-space: nowrap;
}
.block-goods-list-l--table,
.block-goods-list-l--table td,
.block-goods-list-l--table th {
  border: 1px solid #444;
}
.block-goods-list-l--add-cart {
  text-align: center;
}
.block-goods-list-l--stock {
  text-align: center;
}
.block-goods-list-l--goods-name a {
  color: #000;
  text-decoration: underline;
}
.block-goods-list-l--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
}
.block-goods-list-l--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
  margin-bottom: 5px;
}
.block-goods-list-l .price {
  font-weight: 400;
}
.block-goods-list-l .price,
.block-goods-list-l .net-price,
.block-goods-list-l .default-price,
.block-goods-list-l .exchange-price,
.block-goods-list-l .block-exchange-price--rate-dt {
  text-align: right;
}
.block-goods-list-l .net-price,
.block-goods-list-l .default-price,
.block-goods-list-l .exchange-price,
.block-goods-list-l .block-exchange-price--rate-dt {
  font-size: 12px;
}
.block-goods-list-l--scomment {
  font-size: 12px;
  color: #cc3302;
}
/* ----商品一覧画面：一括購入：block-goods-list-l---- */
.block-bulk-purchase-b--table {
  width: 100%;
}
.block-bulk-purchase-b--table,
.block-bulk-purchase-b--table td,
.block-bulk-purchase-b--table th {
  border-collapse: collapse;
}
.block-bulk-purchase-b--table td,
.block-bulk-purchase-b--table th {
  padding: 10px;
}
.block-bulk-purchase-b--table th {
  font-weight: bold;
  white-space: nowrap;
}
.block-bulk-purchase-b--table,
.block-bulk-purchase-b--table td,
.block-bulk-purchase-b--table th {
  border: 1px solid #444;
}
.block-bulk-purchase-b--stock {
  text-align: center;
}
.block-bulk-purchase-b--goods-name a {
  color: #000;
  text-decoration: underline;
}
.block-bulk-purchase-b--add-cart {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}
.block-bulk-purchase-b--add-cart .block-list-add-cart-btn {
  display: inline-block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
}
.block-bulk-purchase-b .price {
  font-weight: 400;
}
.block-bulk-purchase-b .price,
.block-bulk-purchase-b .net-price,
.block-bulk-purchase-b .default-price,
.block-bulk-purchase-b .exchange-price,
.block-bulk-purchase-b .block-exchange-price--rate-dt {
  text-align: right;
}
.block-bulk-purchase-b .net-price,
.block-bulk-purchase-b .default-price,
.block-bulk-purchase-b .exchange-price,
.block-bulk-purchase-b .block-exchange-price--rate-dt {
  font-size: 12px;
}
.block-bulk-purchase-b--scomment {
  font-size: 12px;
  color: #cc3302;
}
/* ----商品一覧画面：詳細一覧：block-goods-list-d---- */
.block-goods-list-d li {
  margin-bottom: 20px;
}
.block-goods-list-d--image {
  width: 200px;
}
.block-goods-list-d--item-body {
  display: flex;
  width: 900px;
}
.block-goods-list-d--image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}
.block-goods-list-d--item-description {
  width: 700px;
  padding-left: 20px;
  padding-right: 20px;
}
.block-goods-list-d--goods-name a {
  color: #000;
  text-decoration: underline;
}
.block-goods-list-d--item-details {
  display: flex;
  margin-top: 10px;
}
.block-goods-list-d--item-details-left {
  flex-basis: 360px;
}
.block-goods-list-d--add-cart {
  flex-basis: 300px;
  text-align: center;
}
.block-goods-list-d--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
  margin: 0 auto;
}
.block-goods-list-d--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.block-goods-list-d--price-infos {
  width: 330px;
  text-align: right;
}
.block-goods-list-d--price-title {
  display: inline-block;
}
.block-goods-list-d--price {
  display: inline-block;
}
.block-goods-list-d--stock-items {
  width: 330px;
  text-align: right;
}
.block-goods-list-d--stock-title {
  display: inline-block;
}
.block-goods-list-d--stock {
  display: inline-block;
}
.block-goods-list-d .price {
  font-weight: 400;
}
.block-goods-list-d .price,
.block-goods-list-d .net-price,
.block-goods-list-d .default-price,
.block-goods-list-d .exchange-price,
.block-goods-list-d .block-exchange-price--rate-dt {
  text-align: right;
}
.block-goods-list-d--scomment {
  color: #cc3302;
}
.block-goods-list-d--goods-comment {
  margin-top: 10px;
}
/* ----商品一覧画面：チェックリスト：block-check-list-a---- */
.block-check-list-a li {
  width: 100%;
  margin: 0 0 20px 20px;
}
.block-check-list-a--price-infos,
.block-check-list-a--stock-items,
.block-check-list-a--select-item {
  text-align: right;
  margin: 5px 0;
}
.block-check-list-a--select-item .radio {
  margin-right: 0;
}
.block-check-list-a--image {
  width: 142px;
}
.block-check-list-a--items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.block-check-list-a--item-body {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.block-check-list-a--items li:last-child .block-check-list-a--item-body {
  border-bottom: none;
}
.block-check-list-a--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}
.block-check-list-a--item-description {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.block-check-list-a--goods-name {
  margin-bottom: 10px;
}
.block-check-list-a--goods-name a {
  color: #000;
  text-decoration: underline;
}
.block-check-list-a--price-title {
  display: inline-block;
}
.block-check-list-a--price {
  display: inline-block;
}
.block-check-list-a--stock-title {
  display: inline-block;
}
.block-check-list-a--stock {
  display: inline-block;
}
.block-check-list-a .price {
  font-weight: 400;
}
.block-check-list-a .price,
.block-check-list-a .net-price,
.block-check-list-a .default-price,
.block-check-list-a .exchange-price,
.block-check-list-a .block-exchange-price--rate-dt {
  text-align: left;
}
.block-check-list-a--scomment {
  color: #cc3302;
}
.block-check-list-a--goods-comment {
  margin-top: 10px;
}
.block-check-list-a--add-cart {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.block-check-list-a--add-cart .block-list-add-cart-btn {
  display: inline-block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
}
.block-order-complete .block-check-list-a .block-check-list-a--comment,
.page-bookmark .block-check-list-a .block-check-list-a--comment {
  padding: 0 0 5px;
}
.block-order-complete .block-check-list-a .block-check-list-a--stock-items .page-bookmark .block-check-list-a .block-check-list-a--stock-items {
  padding: 5px 0;
}
/* ----商品一覧画面：ピックアップ：block-pickup-list-p---- */
@media screen and (min-width: 768px) {
  .block-accessory-list--list .block-pickup-list,
  .block-recent-item--items .block-pickup-list {
    display: flex;
    justify-content: flex-start;
  }
  .block-accessory-list--list .block-pickup-list-p li,
  .block-recent-item--items .block-pickup-list-p li {
    width: calc((100% / 4) - 20px);
    flex: initial;
  }
}
.block-pickup-list-p li {
  margin-left: 20px;
  margin-bottom: 0;
  min-height: 100%;
  height: auto;
  flex: 1;
}
.block-pickup-list-p--items {
  display: flex;
  flex-flow: wrap;
}
.block-pickup-list-p--item-body {
  flex-flow: column;
  background: #fff;
  width: 100%;
}
.block-pickup-list-p--image {
  width: auto;
  overflow: hidden;
}
.block-pickup-list-p--image figure {
  background: none;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
}
.block-pickup-list-p--image figure.img-center img {
  width: 100%;
  object-fit: contain;
}
.block-pickup-list-p--item-description,
.block-pickup-list-p--goods-description {
  display: flex;
  flex-flow: column;
  width: auto;
  margin-top: 0;
  padding: 0 30px 30px 30px;
  position: relative;
}
.block-pickup-list-p--item-description .block-icon,
.block-pickup-list-p--goods-description .block-icon {
  order: -1;
  display: flex;
  flex-wrap: wrap;
}
.block-pickup-list-p--item-description .block-icon span,
.block-pickup-list-p--goods-description .block-icon span {
  margin-top: 10px;
  margin-right: 5px;
}
.block-pickup-list-p--item-description .block-icon span:last-of-type,
.block-pickup-list-p--goods-description .block-icon span:last-of-type {
  margin-right: 0;
}
.block-pickup-list-p--comment {
  padding: 0.8em;
  order: -2;
  font-size: 11px;
  font-weight: 500;
  background: #EFEFEF;
  line-height: 1;
  display: flex;
  width: auto;
  align-self: self-start;
  color: #666;
  letter-spacing: 0.05em;
}
.block-pickup-list-p--goods-name {
  margin-top: 10px;
  margin-bottom: 10px;
}
.block-pickup-list-p--goods-name a {
  color: #333;
  text-decoration: none;
}
.block-pickup-list-p--add-cart {
  display: none;
}
.block-pickup-list-p--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 8px 0;
  width: 160px;
}
.block-pickup-list-p--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 8px 0;
  width: 160px;
  margin-bottom: 5px;
}
.block-pickup-list-p .price {
  font-weight: 400;
}
.block-pickup-list-p .price,
.block-thumbnail-h--price-items .price {
  font-weight: 400;
}
.block-pickup-list-p .price,
.block-thumbnail-h--price-items .price,
.block-pickup-list-p .net-price,
.block-thumbnail-h--price-items .net-price,
.block-pickup-list-p .default-price,
.block-thumbnail-h--price-items .default-price,
.block-pickup-list-p .exchange-price,
.block-thumbnail-h--price-items .exchange-price,
.block-pickup-list-p .block-exchange-price--rate-dt,
.block-thumbnail-h--price-items .block-exchange-price--rate-dt {
  text-align: left;
}
.block-pickup-list-p--scomment {
  color: #cc3302;
}
/* ----商品一覧画面：ピックアップ：block-pickup-list-w---- */
.block-pickup-list-w li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.block-pickup-list-w--item-body {
  display: flex;
  width: 450px;
}
.block-pickup-list-w--image {
  width: 142px;
}
.block-pickup-list-w--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}
.block-pickup-list-w--item-description {
  width: 308px;
  padding-left: 20px;
  padding-right: 20px;
}
.block-pickup-list-w--goods-name a {
  color: #000;
  text-decoration: underline;
}
.block-pickup-list-w--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 8px 0;
  border-bottom-width: 2px;
  width: 160px;
}
.block-pickup-list-w--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 8px 0;
  width: 160px;
  margin-bottom: 5px;
}
.block-pickup-list-w .price {
  font-weight: 400;
}
.block-pickup-list-w .price,
.block-pickup-list-w .net-price,
.block-pickup-list-w .default-price,
.block-pickup-list-w .exchange-price,
.block-pickup-list-w .block-exchange-price--rate-dt {
  text-align: right;
}
.block-pickup-list-w--scomment {
  color: #cc3302;
}
/* ----商品一覧画面：サムネイル：block-thumbnail-t---- */
.block-thumbnail-t li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.block-thumbnail-t--goods {
  width: 200px;
  margin-left: 33px;
}
.block-thumbnail-t--goods:first-of-type {
  margin-left: 0;
}
.block-thumbnail-t--goods-image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}
.block-thumbnail-t--goods a {
  color: #000;
  text-decoration: underline;
}
.block-thumbnail-t--goods-description {
  margin-top: 20px;
}
.block-thumbnail-t--goods .price {
  font-weight: 400;
}
.block-thumbnail-t--goods .price,
.block-thumbnail-t--goods .net-price,
.block-thumbnail-t--goods .default-price,
.block-thumbnail-t--goods .exchange-price,
.block-thumbnail-t--goods .block-exchange-price--rate-dt {
  text-align: right;
}
.block-thumbnail-t--scomment {
  color: #cc3302;
}
/* ----商品一覧画面：ランキング：block-ranking-r---- */
.block-ranking-r li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.block-ranking-r--goods {
  flex-basis: 200px;
  margin-left: 33px;
}
.block-ranking-r--goods:first-of-type {
  margin-left: 0;
}
.block-ranking-r--goods-image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}
.block-ranking-r--goods a {
  text-decoration: underline;
}
.block-ranking-r--goods-description {
  margin-top: 20px;
}
.block-ranking-r--goods .price {
  font-weight: 400;
}
.block-ranking-r--goods .price,
.block-ranking-r--goods .net-price,
.block-ranking-r--goods .default-price,
.block-ranking-r--goods .exchange-price,
.block-ranking-r--goods .block-exchange-price--rate-dt {
  text-align: right;
}
.block-ranking-r--scomment {
  color: #cc3302;
}
/* ランキングアイコン */
.block-ranking-r--goods-image {
  position: relative;
}
.block-ranking-r--goods-image .block-ranking-r--rank {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 32px;
  height: 32px;
  background: #000;
  border-radius: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */
.block-thumbnail-h {
  margin: 10px 0;
}
.block-thumbnail-h {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.block-thumbnail-h li {
  margin-left: 20px;
  margin-bottom: 0;
  min-height: 100%;
  height: auto;
  flex: 1;
}
.block-thumbnail-h li:first-child {
  margin-left: 0;
}
.block-thumbnail-h li:nth-child(6n+1) {
  margin-left: 0;
}
.block-thumbnail-h--goods-image {
  width: auto;
  overflow: hidden;
}
.block-thumbnail-h--goods-image figure {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  background: #fff;
}
.block-thumbnail-h--goods-image figure.img-center img {
  width: 100%;
  object-fit: contain;
}
.block-thumbnail-h--goods-description {
  display: flex;
  flex-flow: column;
  width: auto;
  margin-top: 0;
  padding: 0 30px 30px 30px;
  position: relative;
}
.block-thumbnail-h--goods-description .block-icon {
  order: -1;
  display: flex;
  flex-wrap: wrap;
}
.block-thumbnail-h--goods-description .block-icon span {
  margin-top: 10px;
  margin-right: 5px;
}
.block-thumbnail-h--goods-description .block-icon span:last-of-type {
  margin-right: 0;
}
.block-thumbnail-h--goods-name {
  margin-top: 10px;
  margin-bottom: 10px;
}
.block-thumbnail-h--goods-name a {
  color: #333;
  text-decoration: none;
}
.block-thumbnail-h--goods .price {
  font-weight: 400;
}
.block-thumbnail-h--goods .price,
.block-thumbnail-h--goods .net-price,
.block-thumbnail-h--goods .default-price,
.block-thumbnail-h--goods .exchange-price,
.block-thumbnail-h--goods .block-exchange-price--rate-dt {
  text-align: left;
}
.block-thumbnail-h--scomment {
  color: #cc3302;
}
/* ----商品一覧画面：リスト：block-list-s---- */
.block-list-s li:first-child {
  border-top: 1px solid #444;
}
.block-list-s li {
  display: block;
  border-bottom: 1px solid #444;
  margin: 0;
  padding: 5px 0;
}
.block-list-s div {
  display: inline;
}
.block-list-s--goods-name,
.block-list-s--price-items div {
  padding-right: 1em;
}
.block-list-s--goods-name a {
  color: #000;
  text-decoration: underline;
}
.block-list-s .price {
  font-weight: 400;
}
.block-list-s--scomment {
  color: #cc3302;
}
/* ----商品一覧画面：買い物かご：block-cart-i---- */
.block-cart-i li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.block-cart-i--goods {
  flex-basis: 200px;
  margin-left: 33px;
}
.block-cart-i--goods:first-of-type {
  margin-left: 0;
}
.block-cart-i--goods-image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}
.block-cart-i--goods a {
  text-decoration: underline;
}
.block-cart-i--goods-description {
  margin-top: 20px;
}
.block-cart-i--goods .price {
  font-weight: 400;
}
.block-cart-i--goods .price,
.block-cart-i--goods .net-price,
.block-cart-i--goods .default-price,
.block-cart-i--goods .exchange-price,
.block-cart-i--goods .block-exchange-price--rate-dt {
  text-align: right;
}
.block-cart-i--scomment {
  color: #cc3302;
}
/* ----商品一覧画面：商品詳細：block-goods-detail-j---- */
.block-goods-detail-j li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.block-goods-detail-j--goods {
  flex-basis: 200px;
  margin-left: 33px;
}
.block-goods-detail-j--goods:first-of-type {
  margin-left: 0;
}
.block-goods-detail-j--goods-image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}
.block-goods-detail-j--goods a {
  text-decoration: underline;
}
.block-goods-detail-j--goods-description {
  margin-top: 20px;
}
.block-goods-detail-j--goods .price {
  font-weight: 400;
}
.block-goods-detail-j--goods .price,
.block-goods-detail-j--goods .net-price,
.block-goods-detail-j--goods .default-price,
.block-goods-detail-j--goods .exchange-price,
.block-goods-detail-j--goods .block-exchange-price--rate-dt {
  text-align: right;
}
.block-goods-detail-j--scomment {
  color: #cc3302;
}
/* ----商品一覧画面：商品名：block-goods-name-n---- */
.block-goods-name-n li:first-child {
  border-top: 1px solid #444;
}
.block-goods-name-n li {
  display: block;
  border-bottom: 1px solid #444;
  margin: 0;
  padding: 5px 0;
}
.block-goods-name-n dt {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  padding-right: 1em;
}
.block-goods-name-n dd {
  display: inline-block;
  vertical-align: top;
}
.block-goods-name-n a {
  color: #000;
  text-decoration: underline;
}
/* ----商品一覧画面：ブランド画面：block-goods-list-x---- */
.block-goods-list-x--items li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.block-goods-list-x--item-body {
  flex-basis: 200px;
  margin-left: 33px;
}
.block-goods-list-x--item-body:first-of-type {
  margin-left: 0;
}
.block-goods-list-x--image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}
/* ----商品一覧画面：カート画面：block-goods-list-c---- */
.block-goods-list-c--items li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.block-goods-list-c--item-body {
  flex-basis: 180px;
  margin-left: 24px;
}
.block-goods-list-c--item-body:first-of-type {
  margin-left: 0;
}
.block-goods-list-c--image figure {
  background: #f5f5f5;
  width: 180px;
  height: 180px;
}
/* ----カテゴリー画面：ピックアップ：block-category-style-p---- */
.block-category-style-p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}
.block-category-style-p--item {
  flex-basis: 440px;
  overflow: hidden;
}
.block-category-style-p--item:nth-child(2n) {
  margin: 0 0 0 20px;
}
.block-category-style-p--item-name {
  font-size: 16px;
  border-bottom: #444 dashed 1px;
  padding-bottom: 10px;
  clear: both;
}
.block-category-style-p--item-image {
  width: 143px;
  float: left;
}
.block-category-style-p--item-comment {
  width: 275px;
  float: right;
}
/* ----カテゴリー画面：詳細：block-category-style-d---- */
/* ----カテゴリー画面：孫カテゴリ：block-category-style-g---- */
.block-category-style-g {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}
.block-category-style-g--item:nth-child(2n) {
  margin: 0 0 0 20px;
}
.block-category-style-g--item {
  flex-basis: 440px;
  overflow: hidden;
}
.block-category-style-g--item-name {
  font-size: 16px;
  border-bottom: #444 dashed 1px;
  padding-bottom: 10px;
}
.block-category-style-g--item-image {
  width: 143px;
  float: left;
}
.block-category-style-g--item-comment {
  width: 275px;
  float: right;
}
.block-category-style-g--item ul {
  clear: both;
  margin: 10px 10px 0 10px;
  padding: 0;
}
.block-category-style-g--item ul li {
  margin: 0 0 0 2em;
  padding: 0;
  list-style: square;
}
/* ----カテゴリー画面：一覧：block-category-style-l---- */
.block-category-style-l--item-name {
  display: inline;
}
.block-category-style-l--splitter {
  margin: 0 5px;
}
/* ----カテゴリー画面：サムネイル：block-category-style-t---- */
.block-category-style-t {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}
.block-category-style-t--item {
  flex-basis: 210px;
  overflow: hidden;
  margin: 0 0 0 20px;
}
.block-category-style-t--item:nth-child(4n+1) {
  margin: 0;
}
/* ----カテゴリーツリー---- */
.block-category-tree--item__open,
.block-category-tree--item {
  border-top: #eee 1px solid;
}
.block-category-tree--item__open a,
.block-category-tree--item a,
.block-category-tree--item > span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 43px;
}
.block-category-tree--level-2 > li {
  text-indent: 10px;
}
.block-category-tree--level-3 > li {
  text-indent: 20px;
}
.block-category-tree--level-4 > li {
  text-indent: 30px;
}
.block-category-tree--image {
  width: 43px;
  height: 43px;
  margin-right: 9px;
}
/* ----ジャンルツリー---- */
.block-genre-tree--item__open,
.block-genre-tree--item {
  border-top: #eee 1px solid;
}
.block-genre-tree--item__open a,
.block-genre-tree--item a,
.block-genre-tree--item > span {
  display: flex;
  align-items: center;
  height: 43px;
}
.block-genre-tree--level2 > li {
  text-indent: 10px;
}
.block-genre-tree--level3 > li {
  text-indent: 20px;
}
.block-genre-tree--level4 > li {
  text-indent: 30px;
}
.block-genre-tree--image {
  width: 43px;
  height: 43px;
  margin-right: 9px;
}
/* ----絞り込み検索---- */
.block-filter--treelist-inner:last-of-type {
  border-bottom: 1px solid #ccc;
}
.block-filter--treeitem {
  border-top: #ccc 1px solid;
}
.block-filter--tree-1 > li:first-child {
  border-top: none;
}
.block-filter--tree-2 > li {
  padding-left: 20px;
  border: 0;
  margin-bottom: 10px;
}
.block-filter--tree-2 > li:last-child {
  margin-bottom: 22px;
}
.block-filter--tree-3 > li {
  padding-left: 20px;
}
.block-filter--tree-4 > li {
  padding-left: 30px;
}
.block-filter--tree-1 > .block-filter--treeitem:nth-child(2) > .block-filter--treeitem-container,
.block-filter--tree-1 > .block-filter--treeitem:nth-child(3) > .block-filter--treeitem-container,
.block-filter--tree-1 > .block-filter--treeitem:nth-child(4) > .block-filter--treeitem-container {
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: all 0.3s;
}
.block-filter--tree-1 > .block-filter--treeitem:nth-child(2) > .block-filter--treeitem-container .block-icon-image--angle-right-bold,
.block-filter--tree-1 > .block-filter--treeitem:nth-child(3) > .block-filter--treeitem-container .block-icon-image--angle-right-bold,
.block-filter--tree-1 > .block-filter--treeitem:nth-child(4) > .block-filter--treeitem-container .block-icon-image--angle-right-bold {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .block-filter--tree-1 > .block-filter--treeitem:nth-child(2):hover .item-category-name,
  .block-filter--tree-1 > .block-filter--treeitem:nth-child(3):hover .item-category-name,
  .block-filter--tree-1 > .block-filter--treeitem:nth-child(4):hover .item-category-name {
    color: #E6A09A;
  }
  .block-filter--tree-1 > .block-filter--treeitem:nth-child(2):hover .block-filter--treeitem-dir:before,
  .block-filter--tree-1 > .block-filter--treeitem:nth-child(3):hover .block-filter--treeitem-dir:before,
  .block-filter--tree-1 > .block-filter--treeitem:nth-child(4):hover .block-filter--treeitem-dir:before,
  .block-filter--tree-1 > .block-filter--treeitem:nth-child(2):hover .block-filter--treeitem-dir__close:before,
  .block-filter--tree-1 > .block-filter--treeitem:nth-child(3):hover .block-filter--treeitem-dir__close:before,
  .block-filter--tree-1 > .block-filter--treeitem:nth-child(4):hover .block-filter--treeitem-dir__close:before,
  .block-filter--tree-1 > .block-filter--treeitem:nth-child(2):hover .block-filter--treeitem-dir:after,
  .block-filter--tree-1 > .block-filter--treeitem:nth-child(3):hover .block-filter--treeitem-dir:after,
  .block-filter--tree-1 > .block-filter--treeitem:nth-child(4):hover .block-filter--treeitem-dir:after,
  .block-filter--tree-1 > .block-filter--treeitem:nth-child(2):hover .block-filter--treeitem-dir__close:after,
  .block-filter--tree-1 > .block-filter--treeitem:nth-child(3):hover .block-filter--treeitem-dir__close:after,
  .block-filter--tree-1 > .block-filter--treeitem:nth-child(4):hover .block-filter--treeitem-dir__close:after {
    background: #E6A09A;
  }
}
.block-filter--tree-1 .block-filter--treeitem-dir {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.block-filter--tree-1 .block-filter--treeitem-dir:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 14px;
  height: 1px;
  background: #666;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.block-filter--tree-1 .block-filter--treeitem-dir__close:before,
.block-filter--tree-1 .block-filter--treeitem-dir__close:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 14px;
  height: 1px;
  background: #666;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.block-filter--tree-1 .block-filter--treeitem-dir__close:after {
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
}
.block-filter--tree-1 .item-category-name {
  display: flex;
  width: 100%;
  min-height: 100%;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s;
}
.block-filter--treeitem-container {
  width: 100%;
  display: flex;
  flex-flow: row-reverse;
}
.block-filter--treeitem-dir {
  display: table-cell;
  height: auto;
  width: 100%;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
  position: absolute;
}
.block-filter--treeitem-dir > div {
  transform: rotate(90deg);
  display: none;
}
.block-filter--treeitem-dir__close > div {
  transform: rotate(0);
  display: none;
}
.block-filter--treeitem-name {
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 0;
  height: auto;
  vertical-align: middle;
  text-align: left;
}
.block-filter--treeitem-selected {
  color: #c00;
}
.block-filter--image {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-right: 5px;
}
.block-filter--image-check {
  position: relative;
  display: block;
}
.block-filter--image-check i {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
}
.block-filter--image-check:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.block-filter--close .block-filter--list-inner-accordion,
.block-filter--close .block-filter--treelist-inner-accordion,
.block-filter--close .block-filter--select-inner-accordion,
.block-filter--close .block-filter--imagelist-inner-accordion {
  display: none;
}
.block-filter--close .block-filter--list-inner-accordion,
.block-filter--close .block-filter--treelist-inner-accordion {
  display: block;
}
.block-filter--option-items img {
  vertical-align: middle;
}
.block-filter--list-inner-accordion .block-filter-option-items {
  margin-bottom: 16px;
}
.block-filter--list-inner-accordion .block-filter-option-items:first-of-type {
  margin-top: 20px;
}
.block-filter--list-inner-accordion .block-filter-option-items .checkbox {
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .block-filter--list-inner-accordion .block-filter-option-items:hover .checkbox {
    transition: all 0.3s;
    color: #E6A09A;
  }
}
.block-filter--form {
  display: flex;
  flex-flow: column;
}
.block-filter--form #div_filter1 {
  order: 10;
}
.block-filter--form #div_filter2 {
  order: 20;
}
.block-filter--form #div_filter3 {
  order: 30;
}
.block-filter--form #div_filter15 {
  order: 50;
}
.block-filter--form #div_filter15 h3 {
  display: none;
}
.block-filter--form .filter-btn {
  order: 40;
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.filter-btn .block-sort--element-btn-enter {
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  padding: 4px 10px;
  width: 100%;
  display: inline-block;
  background: transparent;
  border: 1px solid #333;
  border-radius: 6px;
  max-width: 570px;
  padding: 0 1em;
  overflow: hidden;
  transition: linear 0.2s;
  color: #333;
  line-height: 48px;
  line-height: 38px;
  font-size: 14px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .filter-btn .block-sort--element-btn-enter {
    border-radius: 4px;
  }
}
.filter-btn .block-sort--element-btn-enter.arrow,
.filter-btn .block-sort--element-btn-enter.arrow-back {
  line-height: 68px;
  position: relative;
  border: 1px solid #666;
}
.filter-btn .block-sort--element-btn-enter.arrow span,
.filter-btn .block-sort--element-btn-enter.arrow-back span {
  position: relative;
  z-index: 2;
  color: #333;
}
.filter-btn .block-sort--element-btn-enter.arrow:after,
.filter-btn .block-sort--element-btn-enter.arrow-back:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 4px;
  background: url(../../img/usr/common/arrow_gray.svg) no-repeat center center / contain;
  z-index: 2;
}
.filter-btn .block-sort--element-btn-enter.arrow-back:after {
  left: 20px;
  transform: scale(-1, 1);
}
.filter-btn .block-sort--element-btn-enter.btn-primary {
  background: #333;
  color: #fff;
}
.filter-btn .block-sort--element-btn-enter.btn-secondary {
  border: 1px solid #666;
}
.filter-btn .block-sort--element-btn-enter.btn-danger {
  border: 1px solid #ccc;
  background: #EFEFEF;
}
.filter-btn .block-sort--element-btn-enter.block-goods-favorite--btn,
.filter-btn .block-sort--element-btn-enter.block-goods-favorite-registed--btn {
  margin-top: 20px;
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #666;
  position: relative;
}
.filter-btn .block-sort--element-btn-enter.block-goods-favorite--btn:before,
.filter-btn .block-sort--element-btn-enter.block-goods-favorite-registed--btn:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 18px;
  top: calc(50% - 9px);
  left: 20px;
  transition: linear 0.2s;
}
.filter-btn .block-sort--element-btn-enter.block-goods-favorite--btn:before {
  background: url(../../img/usr/common/icon_favorite.svg) no-repeat center center / contain;
}
.filter-btn .block-sort--element-btn-enter.block-goods-favorite-registed--btn:before {
  background: url(../../img/usr/common/icon_favorite_on.svg) no-repeat center center / contain;
}
@media (hover: hover) and (pointer: fine) {
  .filter-btn .block-sort--element-btn-enter:hover {
    color: #fff;
  }
  .filter-btn .block-sort--element-btn-enter:hover.arrow,
  .filter-btn .block-sort--element-btn-enter:hover.arrow-back {
    opacity: 1;
    background: #666;
    transform: scale(1.05);
  }
  .filter-btn .block-sort--element-btn-enter:hover.arrow span,
  .filter-btn .block-sort--element-btn-enter:hover.arrow-back span {
    color: #fff;
  }
  .filter-btn .block-sort--element-btn-enter:hover.arrow:after,
  .filter-btn .block-sort--element-btn-enter:hover.arrow-back:after {
    background: url(../../img/usr/common/arrow_white.svg) no-repeat center center / contain;
  }
  .filter-btn .block-sort--element-btn-enter:hover.btn-default,
  .filter-btn .block-sort--element-btn-enter:hover.btn-primary,
  .filter-btn .block-sort--element-btn-enter:hover.btn-secondary {
    opacity: 0.7;
    background: #666;
    border: 1px solid #666;
  }
  .filter-btn .block-sort--element-btn-enter:hover.btn-danger {
    opacity: 0.7;
    border: 1px solid #666;
    background: #666;
  }
  .filter-btn .block-sort--element-btn-enter:hover.block-goods-favorite--btn,
  .filter-btn .block-sort--element-btn-enter:hover.block-goods-favorite-registed--btn {
    color: #333;
    background: #fff;
    opacity: 1;
  }
  .filter-btn .block-sort--element-btn-enter:hover.block-goods-favorite--btn:before,
  .filter-btn .block-sort--element-btn-enter:hover.block-goods-favorite-registed--btn:before {
    transition: linear 0.2s;
    background: url(../../img/usr/common/icon_favorite_on.svg) no-repeat center center / contain;
  }
}
@media screen and (max-width: 767px) {
  .filter-btn .block-sort--element-btn-enter {
    width: 100%;
    max-width: initial;
    border-radius: 4px;
    line-height: 38px;
  }
  .filter-btn .block-sort--element-btn-enter.btn-danger {
    font-size: 13px;
  }
  .filter-btn .block-sort--element-btn-enter.arrow,
  .filter-btn .block-sort--element-btn-enter.arrow-back {
    line-height: 48px;
  }
  .filter-btn .block-sort--element-btn-enter.block-goods-favorite--btn,
  .filter-btn .block-sort--element-btn-enter.block-goods-favorite-registed--btn {
    max-width: 250px;
    margin: 20px auto 0;
    font-size: 13px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .filter-btn .block-sort--element-btn-enter:hover {
    color: #fff;
    background: #999;
    border: 1px solid #999;
  }
}
.filter-btn .clear_filter {
  text-decoration: underline;
  font-size: 13px;
  text-align: center;
  margin-top: 14px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .filter-btn .clear_filter:hover {
    color: #E6A09A;
  }
}
/* ----クイックビュー---- */
.block-quickview {
  display: none;
  position: absolute;
  z-index: 10000;
  overflow: visible;
  width: auto;
  max-width: 324px;
  height: auto;
  padding: 10px;
  border: 1px solid;
  background-color: #fff;
}
.block-quickview-line {
  overflow: hidden;
  width: 100%;
}
.block-quickview-item {
  display: inline-block;
  width: 142px;
}
.block-pickup-list-p--item-body a,
.block-pagecategory-page-list--page a,
.block-thumbnail-h--goods-image a {
  overflow: hidden;
  display: block;
  transition: all 0.3s;
}
.block-pickup-list-p--item-body a figure img,
.block-pagecategory-page-list--page a figure img,
.block-thumbnail-h--goods-image a figure img {
  transition: all 0.3s;
}
.block-pickup-list-p--item-body a:hover,
.block-pagecategory-page-list--page a:hover,
.block-thumbnail-h--goods-image a:hover {
  transition: all 0.3s;
}
.block-pickup-list-p--item-body a:hover figure img,
.block-pagecategory-page-list--page a:hover figure img,
.block-thumbnail-h--goods-image a:hover figure img {
  transform: scale(1.05);
  transition: all 0.3s;
}
.block-pickup-list-p--item-body a:hover figure img,
.block-thumbnail-h--goods-image a:hover figure img {
  transform: scale(1.1);
}
.block-pagecategory-freespace--caption,
.block-category-list--header-freespace,
.block-event-page--header-freespace,
.block-genre-page--header-freespace {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 80px;
}
.block-pagecategory-freespace--caption h1,
.block-category-list--header-freespace h1,
.block-event-page--header-freespace h1,
.block-genre-page--header-freespace h1 {
  font-size: 42px;
  margin: 0;
  letter-spacing: 0.1em;
  line-height: 1.46;
}
.block-event-page--header-freespace a+h1{
  margin-top: 40px;
}
.block-pagecategory-freespace--caption .h1-ja,
.block-category-list--header-freespace .h1-ja,
.block-event-page--header-freespace .h1-ja,
.block-genre-page--header-freespace .h1-ja {
  margin-top: 10px;
  font-size: 16px;
}
.block-pagecategory-freespace--caption .kv,
.block-category-list--header-freespace .kv,
.block-event-page--header-freespace .kv,
.block-genre-page--header-freespace .kv {
  margin-top: 60px;
}
.block-pagecategory-freespace--caption.only-ja h1,
.block-category-list--header-freespace.only-ja h1,
.block-event-page--header-freespace.only-ja h1,
.block-genre-page--header-freespace.only-ja h1 {
  font-weight: 500;
}
.block-search-goods,
.block-event-page--goods {
  display: grid;
}
.block-search-goods .block-goods-list--pager-top,
.block-event-page--goods .block-goods-list--pager-top {
  order: -1;
}
.page-cart .wrapper {
  overflow: visible;
}
.page-cart .block-accessory-list--name,
.page-cart .block-accessory-list--list {
  display: none;
}
.page-cart .block-cart--rule,
.block-goods-first-limited-order {
  display: none;
}
.page-estimate .wrapper {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .page-goods .block-pickup-list-p--items,
  .page-cart .block-pickup-list-p--items {
    margin-left: -20px;
  }
  .page-category .block-pickup-list-p--items,
  .page-event .block-pickup-list-p--items,
  .page-genre .block-pickup-list-p--items,
  .page-search .block-pickup-list-p--items {
    margin-left: -1.24%;
  }
  .page-category .block-pickup-list-p--items li,
  .page-event .block-pickup-list-p--items li,
  .page-genre .block-pickup-list-p--items li,
  .page-search .block-pickup-list-p--items li {
    flex: initial;
    width: calc((100% / 3) - 1.24%);
    margin-left: 1.24%;
  }
  .page-category .block-pickup-list-p--items li:first-child,
  .page-event .block-pickup-list-p--items li:first-child,
  .page-genre .block-pickup-list-p--items li:first-child,
  .page-search .block-pickup-list-p--items li:first-child {
    margin-left: 1.24%;
  }
}
@media screen and (max-width: 767px) {
  .page-goods .accordion dl > dt {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }
  .block-goods-gallery ul li {
    width: calc((100% / 5) - 2%);
  }
  .block-icon img {
    height: 20px;
  }
  .block-goods-price--price {
    font-size: 20px;
  }
  .block-goods-price--price span {
    font-size: 12px;
  }
  .block-add-cart--btn {
    margin-top: 30px;
    font-size: 15px;
  }
  .block-no-stock--message {
    margin-top: 30px;
    padding: 15px 0;
    font-size: 14px;
  }
  .block-variation--item {
    margin-right: 0;
    width: calc(100% / 8);
  }
  .block-goods-comment5,
  .block-goods-comment6,
  .block-goods-comment7,
  .block-goods-comment8,
  .block-goods-comment9 {
    width: 100%;
  }
  .block-goods-comment5 {
    margin-top: 40px;
  }
  .block-goods-comment6 {
    margin-top: 40px;
  }
  .share {
    margin-top: 40px;
  }
  .block-accessory-list,
  .block-recent-item {
    margin-top: 60px;
  }
  .block-accessory-list--name,
  .block-recent-item--header,
  .block-cart-recent-item--header {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .block-accessory-list--name:after,
  .block-recent-item--header:after,
  .block-cart-recent-item--header:after {
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.4;
  }
  .block-pickup-list-p,
  .block-thumbnail-h {
    margin-left: -6.6%;
  }
  .block-pickup-list-p li,
  .block-thumbnail-h li {
    width: calc((100% / 2) - 6.6%);
    margin-left: 6.6%;
    flex: initial;
  }
  .block-pickup-list-p--item-description,
  .block-thumbnail-h--goods-description {
    padding: 0 0 30px 0;
  }
  .block-pickup-list-p--comment {
    font-size: 10px;
  }
  .block-pickup-list-p--goods-name a,
  .block-thumbnail-h--goods-name a {
    font-size: 13px;
  }
  .pane-left-menu {
    display: none;
  }
  .page-genre .pane-main .accordion,
  .page-search .pane-main .accordion,
  .page-event .pane-main .accordion {
    margin-bottom: 30px;
  }
  .page-genre .pane-main .accordion > dl > dt,
  .page-search .pane-main .accordion > dl > dt,
  .page-event .pane-main .accordion > dl > dt {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .page-genre .pane-main .accordion > dl > dt span,
  .page-search .pane-main .accordion > dl > dt span,
  .page-event .pane-main .accordion > dl > dt span {
    margin-left: 5px;
    width: 16px;
    height: 16px;
    border: 1px solid #666;
    border-radius: 100%;
    display: block;
    position: relative;
  }
  .page-genre .pane-main .accordion > dl > dt span:before,
  .page-search .pane-main .accordion > dl > dt span:before,
  .page-event .pane-main .accordion > dl > dt span:before,
  .page-genre .pane-main .accordion > dl > dt span:after,
  .page-search .pane-main .accordion > dl > dt span:after,
  .page-event .pane-main .accordion > dl > dt span:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 3px;
    width: 8px;
    height: 1px;
    background: #666;
    transform: translateY(-50%);
  }
  .page-genre .pane-main .accordion > dl > dt span:after,
  .page-search .pane-main .accordion > dl > dt span:after,
  .page-event .pane-main .accordion > dl > dt span:after {
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.3s;
  }
  .page-genre .pane-main .accordion > dl > dt.active span:after,
  .page-search .pane-main .accordion > dl > dt.active span:after,
  .page-event .pane-main .accordion > dl > dt.active span:after {
    transform: rotate(0);
    opacity: 0;
  }
  .page-genre .pane-left-menu,
  .page-search .pane-left-menu,
  .page-event .pane-left-menu {
    display: block;
    grid-row: initial;
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
  }
  .page-genre .pane-left-menu h3,
  .page-search .pane-left-menu h3,
  .page-event .pane-left-menu h3 {
    font-size: 16px;
  }
  .block-filter--tree-1 .item-category-name {
    font-size: 16px;
  }
  .block-filter--treelist {
    display: none;
  }
  .block-pagecategory-freespace--caption,
  .block-category-list--header-freespace,
  .block-event-page--header-freespace,
  .block-genre-page--header-freespace {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .block-pagecategory-freespace--caption h1,
  .block-category-list--header-freespace h1,
  .block-event-page--header-freespace h1,
  .block-genre-page--header-freespace h1 {
    font-size: 32px;
    margin: 0;
    padding: 0;
  }
  .block-event-page--header-freespace a+h1{
    margin-top: 30px;
  }
  .block-pagecategory-freespace--caption .h1-ja,
  .block-category-list--header-freespace .h1-ja,
  .block-event-page--header-freespace .h1-ja,
  .block-genre-page--header-freespace .h1-ja {
    margin-top: 5px;
    font-size: 14px;
  }
  .block-pagecategory-freespace--caption .kv,
  .block-category-list--header-freespace .kv,
  .block-event-page--header-freespace .kv,
  .block-genre-page--header-freespace .kv {
    margin-top: 40px;
  }
  .block-goods-list--sort-order-items {
    margin-bottom: 20px;
  }
  .block-goods-list--sort-order-items .active {
    padding: 0.4em 0.5em;
  }
  .block-goods-list--sort-order-items dt {
    font-size: 13px;
    margin-right: 5px;
  }
  .block-goods-list--sort-order-items dd {
    margin-right: 5px;
    font-size: 11px;
  }
  .block-goods-list--sort-order-items dd a {
    padding: 0.4em 0.5em;
  }
}
#goodsdetail_itemhistory {
  display: none;
}
/* ----注文フローステップ---- */
.block-order-flow--step {
  padding: 40px 0 80px;
  margin: 0;
  text-align: center;
}
.block-order-flow--step ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  .block-order-flow--step {
    padding: 20px 0 30px;
  }
}
.block-order-flow--step1,
.block-order-flow--step2,
.block-order-flow--step3,
.block-order-flow--step4,
.block-order-flow--step5 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  position: relative;
  background: #F7F7F7;
  margin: 0 20px 0 0;
  padding: 0;
  line-height: 1;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .block-order-flow--step1,
  .block-order-flow--step2,
  .block-order-flow--step3,
  .block-order-flow--step4,
  .block-order-flow--step5 {
    margin: 0 10px 0 0;
    padding: 0;
    font-size: 11px;
    line-height: 1.2;
    height: 40px;
  }
}
.block-order-flow--step1:after,
.block-order-flow--step2:after,
.block-order-flow--step3:after,
.block-order-flow--step4:after,
.block-order-flow--step5:after {
  position: absolute;
  top: 0;
  right: -30px;
  content: "";
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left: 15px solid #F7F7F7;
  border-bottom-width: 25px;
  border-top-width: 25px;
}
@media screen and (max-width: 767px) {
  .block-order-flow--step1:after,
  .block-order-flow--step2:after,
  .block-order-flow--step3:after,
  .block-order-flow--step4:after,
  .block-order-flow--step5:after {
    right: -20px;
    border: 10px solid transparent;
    border-left: 10px solid #F7F7F7;
    border-bottom-width: 20px;
    border-top-width: 20px;
  }
}
.block-order-flow--step-current {
  color: #fff;
  background: #333;
  font-weight: 500;
}
.block-order-flow--step-current:after {
  border-left: 15px solid #333;
}
@media screen and (max-width: 767px) {
  .block-order-flow--step-current:after {
    border-left: 10px solid #333;
  }
}
/* ----注文フロー右サイドエリア----*/
.block-cart--container,
.block-order-method--container,
.block-order-estimate--container {
  position: relative;
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .block-cart--container,
  .block-order-method--container,
  .block-order-estimate--container {
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
}
.block-cart--container .order-side-area-fixed,
.block-order-method--container .order-side-area-fixed,
.block-order-estimate--container .order-side-area-fixed {
  display: block;
}
@media screen and (min-width: 768px) {
  .block-cart--container .order-side-area-fixed,
  .block-order-method--container .order-side-area-fixed,
  .block-order-estimate--container .order-side-area-fixed {
    position: static;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .block-cart--container .order-side-area-fixed,
  .block-order-method--container .order-side-area-fixed,
  .block-order-estimate--container .order-side-area-fixed {
    position: sticky;
    top: 50px;
  }
}
.block-cart--container .order-side-area-end,
.block-order-method--container .order-side-area-end,
.block-order-estimate--container .order-side-area-end {
  position: static;
  bottom: initial;
  right: initial;
}
.block-order-estimate--container,
.block-order-estimate--container .order-side-area-fixed,
.block-order-estimate--container .order-side-area-end {
  position: static;
  bottom: initial;
  right: initial;
}
/* ----カートアイテム ---- */
.block-cart--infomation {
  background: #fff;
  border: none;
  margin: 40px auto;
  padding: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block-cart--infomation {
    padding: 0;
    text-align: left;
  }
}
.block-cart--infomation + .block-cart--continue-shopping {
  background: #fff;
}
.block-cart--order-button-description {
  font-size: 12px;
  text-align: center;
}
.block-cart--amazonpay {
  border-top: 1px solid #ccc;
  padding: 10px 0 0 0;
  margin-top: 5px;
  text-align: center;
}
.block-cart--amazonpay-description {
  text-align: left;
  font-size: 12px;
  margin: 5px 0;
}
.block-cart--amazonpay-error {
  color: #a94442;
}
.block-cart--amazonpay-button {
  width: 100%!important;
}
.block-cart--container {
  position: relative;
  overflow: visible;
}
.block-cart--goods-list-image {
  float: left;
  margin: 0 20px 0 0;
  background: #f5f5f5;
  width: 100%;
  height: auto;
}
.block-cart--goods-list-item-name {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
}
.block-cart .block-icon,
[class^="block-order-"] .block-icon {
  margin: 0 15px 0 0;
  display: flex;
}
.block-cart .block-icon [class^="block-icon-"],
[class^="block-order-"] .block-icon [class^="block-icon-"] {
  margin-right: 5px;
}
.block-cart--goods-list-item {
  float: left;
  width: 400px;
  margin: 8px 0 8px 0;
}
@media screen and (min-width: 768px) {
  .block-cart--goods-list-item {
    min-height: 3em;
  }
}
@media screen and (max-width: 830px) {
  .block-cart--goods-list-item {
    width: calc((100% - 25%) - 20px);
  }
}
.block-cart--goods-list-item-price-info {
  float: right;
  width: 130px;
  text-align: right;
  margin: 8px 0 20px 10px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 1085px) {
  .block-cart--goods-list-item-price-info {
    margin: 0 0 20px 10px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .block-cart--goods-list-item-price-info {
    margin: 0 0 20px 10px;
    width: calc((100% - 25%) - 20px);
  }
}
.block-cart--goods-list-item-price {
  color: #333;
  font-weight: 500;
}
.block-cart--goods-list-item-input {
  float: right;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .block-cart--goods-list-item-input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.block-cart--goods-list-item-qty {
  position: relative;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .block-cart--goods-list-item-qty {
    flex: 1;
    margin: 0 30px 0 0;
  }
}
.block-cart--goods-list-item-qty input {
  width: 100%;
  padding: 6px 10px 6px 10px;
}
.block-cart--goods-list-item-qty:after {
  position: absolute;
  top: 3px;
  right: 28px;
  content: "";
  width: 1px;
  height: 28px;
  background: #ccc;
}
.block-cart--goods-list-item-qty-plus {
  position: absolute;
  top: 6px;
  right: 10px;
}
.block-cart--goods-list-item-qty-minus {
  position: absolute;
  top: 21px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .block-cart--goods-list-item-calc {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.block-cart--goods-list-item-calc-btn {
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
}
.block-cart--goods-list-item-calc-btn.btn {
  line-height: 32px;
  background: #EFEFEF;
  border: none;
  font-size: 14px;
}
@media (hover: hover) and (pointer: fine) {
  .block-cart--goods-list-item-calc-btn.btn:hover {
    border: none!important;
  }
}
@media screen and (max-width: 767px) {
  .block-cart--goods-list-item-calc-btn {
    margin: 0 0 0 0;
  }
  .block-cart--goods-list-item-calc-btn.btn {
    font-size: 12px;
  }
}
.block-cart--goods-list-item-delete {
  cursor: pointer;
  color: #333;
  font-size: 14px;
  border: none;
  text-decoration: underline;
  background: none;
  width: 100%;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .block-cart--goods-list-item-delete:hover {
    color: #E6A09A;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .block-cart--goods-list-item-delete {
    width: auto;
    margin-left: 15px;
    font-size: 12px;
  }
}
.block-cart--goods-list-item-comment {
  padding: 20px 0 15px;
}
/* カート左エリア */
.block-cart--contents {
  width: calc(72% - 40px);
  float: none;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .block-cart--contents {
    order: 1;
    width: 100%;
  }
}
.block-cart--goods-list li:last-child {
  border: none;
}
.block-cart--goods-list li {
  margin: 20px 0 20px 0;
  padding: 0 0 20px 0;
  overflow: hidden;
  border-bottom: solid 1px #ccc;
}
.block-cart--goods-list li > a {
  display: block;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .block-cart--goods-list li > a {
    width: 25%;
  }
}
/* カート右サイドエリア */
.block-cart--side-area {
  position: relative;
  float: none;
  flex: 1;
  margin-left: 40px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .block-cart--side-area {
    order: 0;
    flex: initial;
    width: 100vw;
    position: sticky;
    top: 50px;
    margin-left: -6.6vw;
    margin-right: -6.6vw;
  }
  .block-cart--side-area.amazonpay-sp-btn-active .block-cart--amazonpay,
  .block-cart--side-area.amazonpay-sp-btn-active .block-cart--continue-shopping {
    animation: amazonpay-sp-btn-active 0.6s linear forwards;
  }
  .block-cart--side-area.amazonpay-sp-btn-hidden .block-cart--amazonpay,
  .block-cart--side-area.amazonpay-sp-btn-hidden .block-cart--continue-shopping {
    animation: amazonpay-sp-btn-hidden 0.6s linear forwards;
  }
  .block-cart--side-area.amazonpay-sp-btn-hidden .block-cart--order-btn {
    margin-bottom: 0;
  }
}
@keyframes amazonpay-sp-btn-active {
  0% {
    opacity: 0;
    height: 0;
    padding: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amazonpay-sp-btn-hidden {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    height: 0;
    padding: 0;
  }
}
.block-cart--side-contents {
  width: 100%;
  margin: 0;
  position: sticky;
  top: 80px;
}
@media screen and (max-width: 767px) {
  .block-cart--side-contents {
    position: static;
  }
}
.block-cart--procedure {
  border: solid 1px #ccc;
  background: #fff;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .block-cart--procedure {
    border: none;
    margin-bottom: 0;
  }
}
.block-cart--procedure-container {
  padding: 20px;
  overflow: hidden;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .block-cart--procedure-container {
    padding: 15px 6.6% 10px 6.6%;
  }
}
.block-cart--order-btn {
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  font-weight: 500;
}
.block-cart--order-btn-gift {
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  background: #ffa200;
  border: #d28500 1px solid;
}
.block-cart--subtotal {
  text-align: center;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .block-cart--subtotal {
    padding: 0;
    margin: 0;
    border: none;
  }
}
.block-cart .block-exchange-price {
  text-align: center;
  margin-bottom: 8px;
}
.block-cart--subtotal-price {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.block-cart--subtotal-price:first-letter {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .block-cart--subtotal-price {
    font-size: 26px;
  }
  .block-cart--subtotal-price:after {
    font-size: 20px;
  }
}
.block-cart--continue-shopping {
  text-align: center;
  margin-bottom: 40px;
}
.block-cart--continue-shopping:first-letter {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .block-cart--continue-shopping {
    background: #F7F7F7;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
}
.block-cart--promotion {
  text-align: center;
}
.block-cart--promotion dd,
.block-cart--promotion dt {
  display: inline-block;
  margin-bottom: 10px;
}
.block-cart--promotion-discount {
  font-size: 13px;
  font-weight: bold;
}
.block-cart--continue-shopping-link {
  cursor: pointer;
  color: #333;
  font-size: 14px;
  border: none;
  text-decoration: underline;
  background: none;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .block-cart--continue-shopping-link:hover {
    color: #E6A09A;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .block-cart--continue-shopping-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .block-promotion-message--container {
    margin-bottom: 20px;
    width: 100%;
  }
}
.block-promotion-message--content {
  border: 1px solid #c53d43;
  background-color: transparent;
  text-align: left;
  padding: 1em 1.5em;
  margin: 0 0 20px 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .block-promotion-message--content {
    padding: 1em;
    margin: 0 0 0 0;
    text-align: center;
  }
  .block-promotion-message--content + .block-promotion-message--content {
    margin-top: 10px;
  }
}
.block-promotion-message--content span {
  color: #c53d43;
  font-weight: 500;
  font-size: 13px;
}
a.block-promotion-message--info {
  text-decoration: none;
}
/* ---------------------- */
/* ----通常の注文--------- */
/* ---------------------- */
/* ----カート画面直後のAmazonPayローディング---- */
.block-order-amazonpay--loading {
  padding: 60px 0;
  text-align: center;
}
/* ----アマゾンウィジェット---- */
.block-order-estimate--amazonpay-address-widget,
.block-order-amazonpay--address-widget,
.block-amazon--address-widget {
  width: 600px;
  margin: 0 auto;
  height: 270px;
  padding: 5px 0;
  box-sizing: content-box;
}
/* ----AmazonPayV2ボタン押下後表示メッセージ---- */
.block-cart--amazonpay-alert {
  display: none;
  color: #a94442;
}
/* ----注文方法指定画面---- */
/* 共通設定 */
.block-order-method--promotion-title,
.block-order-method--point-use-title,
.block-order-method--payment-method-title,
.block-order-method--coupon-title {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .block-order-method--promotion-title,
  .block-order-method--point-use-title,
  .block-order-method--payment-method-title,
  .block-order-method--coupon-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.block-order-method--payment-content,
.block-order-method--regular-content,
.block-order-method--spec-content,
.block-order-method--goods-content,
.block-order-method--dest-content,
.block-order-method--host-content,
.block-order-method--host-confirmation {
  background: #fff;
  border: solid 1px #ccc;
  padding: 30px;
  margin: 0 0 20px 0;
}
.block-order-method--payment-content > div,
.block-order-method--regular-content > div,
.block-order-method--spec-content > div,
.block-order-method--goods-content > div,
.block-order-method--dest-content > div,
.block-order-method--host-content > div,
.block-order-method--host-confirmation > div {
  margin-top: 40px;
}
.block-order-method--payment-content > div:first-of-type,
.block-order-method--regular-content > div:first-of-type,
.block-order-method--spec-content > div:first-of-type,
.block-order-method--goods-content > div:first-of-type,
.block-order-method--dest-content > div:first-of-type,
.block-order-method--host-content > div:first-of-type,
.block-order-method--host-confirmation > div:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .block-order-method--payment-content,
  .block-order-method--regular-content,
  .block-order-method--spec-content,
  .block-order-method--goods-content,
  .block-order-method--dest-content,
  .block-order-method--host-content,
  .block-order-method--host-confirmation {
    padding: 15px;
  }
  .block-order-method--payment-content > div,
  .block-order-method--regular-content > div,
  .block-order-method--spec-content > div,
  .block-order-method--goods-content > div,
  .block-order-method--dest-content > div,
  .block-order-method--host-content > div,
  .block-order-method--host-confirmation > div {
    margin-top: initial;
  }
}
@media screen and (max-width: 767px) {
  .block-order-method--payment-content > [class^="block-order-method--"] {
    margin-top: 20px;
  }
  .block-order-method--payment-content .block-order-method--point-use {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.block-order-method--host-content,
.block-order-method--dest-content {
  border: none;
  padding: 0;
}
.block-order-method h2 {
  font-weight: 500;
  font-size: 20px;
  color: #333;
  padding: 0;
  margin: 60px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .block-order-method h2 {
    font-size: 16px;
    margin: 20px 0 10px 0;
  }
}
.block-order-method--host h2 {
  margin-top: 0;
}
.block-order-method--comp,
.block-order-method--dept {
  display: none!important;
}
.block-order-method--addr3 {
  border-bottom: 1px solid #ccc;
}
.block-order-method h3 {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .block-order-method h3 {
    font-size: 14px;
  }
}
.block-order-method address {
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .block-order-method address {
    font-size: 12px;
  }
}
.block-order-method .block-icon {
  margin: 0 15px 10px 0;
}
.block-order-method dt {
  font-weight: 500;
}
.block-order-method--container {
  display: block;
  overflow: hidden;
}
.block-order-method--name-sei,
.block-order-method--name-mei,
.block-order-method--kana-sei,
.block-order-method--kana-mei {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .block-order-method--name-sei > span,
  .block-order-method--name-mei > span,
  .block-order-method--kana-sei > span,
  .block-order-method--kana-mei > span {
    display: flex;
    align-items: center;
  }
}
.block-order-method--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}
/* 右サイドエリア */
.block-order-method--side-area {
  position: relative;
  float: none;
  width: 100%;
}
.block-order-method--side-contents {
  background: none;
  width: 100%;
  margin: 0 auto;
}
.block-order-method--procedure {
  border: none;
  background: #fff;
  padding: 0;
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .block-order-method--procedure {
    position: static;
  }
}
.block-order-method--procedure-container {
  margin-top: 60px;
  padding: 0;
  background: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block-order-method--procedure-container {
    margin-top: 30px;
  }
}
.block-order-method--next-btn {
  width: 100%;
  font-size: 16px;
  text-align: center;
  margin: 5px 0;
  padding: 14px 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .block-order-method--next-btn {
    font-size: 13px;
  }
}
/* お届け先 */
.block-order-method--dest-item:first-child {
  border-top: 1px solid #ccc;
}
.block-order-method--dest-item {
  border-bottom: 1px solid #ccc;
  padding: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .block-order-method--dest-item {
    padding: 15px;
  }
}
.block-order-method--dest-item address {
  float: left;
}
.block-order-method--dest-item-nickname {
  font-weight: 500;
}
.block-order-method--amazonpay-dest-title {
  font-weight: 500;
}
.block-order-method--dest-title-salesinclude {
  font-weight: 500;
  font-size: 16px;
}
.block-order-method--dest-item-salesinclude {
  font-weight: 500;
}
.block-order-method--dest-change {
  padding: 10px;
  margin: 0 0 10px 0;
  background: #EFEFEF;
  border: 1px solid #ccc;
}
.block-order-method--dest-change strong {
  font-weight: 500;
}
.block-order-method--dest-change span {
  margin-left: 20px;
  font-size: 12px;
}
.block-order-method--dest-add,
.block-order-method--amazonpay {
  text-align: right;
  padding: 20px 0;
}
.block-order-method--dest-add {
  padding: 20px 0 0 0;
}
.block-order-method--dest-add .btn {
  width: auto;
  font-weight: 400;
}
.block-order-method--dest-item .block-order-method--dest-change-btn {
  width: auto;
}
@media screen and (max-width: 767px) {
  .block-order-method--dest-item .block-order-method--dest-change-btn {
    width: 100%;
    margin-top: 10px;
    font-weight: 400;
  }
}
.block-order-method--dest-list address {
  margin: 1em 0 0 30px;
}
@media screen and (max-width: 767px) {
  .block-order-method--dest-list address {
    margin: 0.5em 0 0 0;
  }
}
/* 商品情報 */
.block-order-method--goods-list li {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
}
.block-order-method--goods-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.block-order-method--goods-item-image {
  float: left;
  margin: 0 20px 0 0;
  background: #f5f5f5;
  width: 15%;
  height: 15%;
}
@media screen and (max-width: 767px) {
  .block-order-method--goods-item-image {
    width: 30%;
    height: 30%;
  }
}
.block-order-method--goods-item-name,
.block-order-method--goods-item-set-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .block-order-method--goods-item-name,
  .block-order-method--goods-item-set-name {
    font-size: 13px;
  }
}
.block-order-method--goods-item-comment {
  padding: 20px 0 15px;
}
@media screen and (max-width: 767px) {
  .block-order-method--goods-item-quantity {
    text-align: right;
  }
}
.block-order-method--sales-detail-append-item {
  overflow: hidden;
}
/* 配送方法 */
.block-order-method--spec-content dl {
  margin: 0 0 10px 0;
}
.block-order-method--spec-content dl dt {
  float: left;
}
.block-order-method--spec-content dl dd {
  margin-left: 8em;
}
.block-order-method--spec-content .block-regular-cycle--deliv_date dl dt {
  float: none;
}
.block-order-method--spec-content .block-regular-cycle--deliv_date dl dd {
  margin: 0;
}
/* お支払い情報 */
.block-order-method--coupon-content,
.block-order-method--promotion-content,
.block-order-method--point-use-content {
  margin: 0 0 10px 0;
}
.block-order-method--payment-method-select li {
  margin: 0 0 10px 0;
}
.block-order-method--payment-method-select li .help-block {
  display: inline-block;
  margin-left: 30%;
}
.block-order-method--point-use-select {
  margin-bottom: 10px;
  padding: 10px;
  background: #EFEFEF;
  border: 1px solid #ccc;
}
.block-order-method--point-use-select label {
  cursor: pointer;
  padding: 0 23px 0 5px;
}
.block-order-method--point-use-message {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .block-order-method--point-use-message {
    font-size: 11px;
  }
}
.block-order-method--current-point {
  margin: 0 0 10px 0;
}
.block-order-method--current-point-num {
  font-weight: bold;
}
.block-order-method--coupon-available-btn {
  margin: 0 0 0 1em;
}
.block-order-method--coupon-available-btn.btn {
  width: auto;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .block-order-method--coupon-available-btn.btn {
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .block-order-method--coupon-available-btn {
    margin: 1em 0 0 0;
  }
  .block-order-method--coupon-available-btn.btn {
    width: auto;
    font-size: 13px;
  }
}
/* その他 */
.block-order-method--sales-append-content {
  background: #fff;
  border: none;
  margin: 0 0 0 0;
}
.block-order-method--sales-append-content .form-label,
.block-order-method--sales-append-content .constraint {
  background-color: #EFEFEF;
}
.block-order-method--sales-append-content .form-group:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
/* クーポンダイアログ */
.block-order-method--coupondialog-wrapper {
  max-height: 300px;
  overflow-y: auto;
}
.block-order-method--coupondialog-table {
  width: 100%;
}
.block-order-method--coupondialog-table td {
  background: #fff;
}
.block-order-method--coupondialog-header-code {
  width: 180px;
}
.block-order-method--coupondialog-header-select {
  width: 180px;
}
/* ---- 注文内容確認(通常フロー) ---- */
/* クレジットカード設定 */
.block-order-estimate--pay-input {
  margin-bottom: 10px;
  background: #F7F7F7;
  border: 1px solid #ccc;
}
.block-order-estimate--pay-header {
  background: #666;
  padding: 10px;
  margin: 0 0 15px 0;
  color: #fff;
}
.block-order-estimate--pay-input .block-order-estimate--pay-selectcard {
  border-top: none;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--pay-input .block-order-estimate--pay-selectcard label {
    margin-top: 1em;
  }
  .block-order-estimate--pay-input .block-order-estimate--pay-selectcard label:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .block-order-estimate--pay-input .form-group .form-control {
    padding: 1em;
  }
}
.block-order-estimate--pay-input .form-group .form-label {
  width: 25%;
}
.block-order-estimate--pay-savecard,
.block-order-estimate--pay-selectcard {
  padding: 0 0 0 0;
}
.block-order-estimate--pay-input .block-common-alert-list {
  margin: 10px;
  width: calc(100% - 20px);
}
/* 画面内共通設定 */
@media screen and (max-width: 767px) {
  .block-order-estimate {
    font-size: 13px;
  }
}
.block-order-estimate--container {
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--container {
    margin-bottom: 0;
  }
}
.block-order-estimate h2 {
  font-weight: 500;
  font-size: 20px;
  color: #333;
  padding: 10px 0;
  margin: 0 0 10px 0;
}
.block-order-estimate h2:after {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .block-order-estimate h2 {
    font-size: 16px;
    margin: 20px 0 0 0;
  }
}
.block-order-estimate h3 {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin: 0 0 0.5em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .block-order-estimate h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .block-order-estimate--confirmation-title {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
}
.block-order-estimate h3 a,
.block-order-estimate h3 .btn {
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 0 20px;
  width: 70px;
  line-height: 30px;
}
.block-order-estimate h3 .btn.block-order-estimate--amazonpay-payment-btn {
  width: auto;
}
.block-order-estimate h3 .btn:focus,
.block-order--amazonpay-btn:focus,
.block-order-estimate--amazonpay-payment-btn:focus {
  outline: 0;
}
.block-order-estimate--salesinclude-btn {
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 0 5px!important;
  width: 120px!important;
}
.block-order-estimate address {
  font-size: 12px;
  line-height: 1.4;
  word-wrap: break-word;
}
.block-order-estimate--point {
  color: #c53d43;
  font-size: 16px;
  font-weight: bold;
}
.block-order-estimate--confirmation,
.block-order-estimate--date-spec-confirmation,
.block-order-estimate--goods-content,
.block-order-estimate--sales-append,
.block-order-estimate--regular-cycle-confirmation,
.block-order-estimate--comment-content,
.block-order-estimate--amazonpay-login {
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 0 20px 0;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--confirmation,
  .block-order-estimate--date-spec-confirmation,
  .block-order-estimate--goods-content,
  .block-order-estimate--sales-append,
  .block-order-estimate--regular-cycle-confirmation,
  .block-order-estimate--comment-content,
  .block-order-estimate--amazonpay-login {
    padding: 10px;
  }
}
.block-order-estimate--novelty {
  background: #fff;
  border: 1px solid #ccc;
  margin: 20px 0 20px 0;
  padding: 20px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .block-order-estimate--novelty {
    margin: 0 0 20px 0;
  }
}
.block-order-estimate--entry {
  margin-top: 10px;
  padding: 0 10px;
}
.block-order-estimate--register-customer {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.block-order-estimate--register-customer-checkbox,
.block-order-estimate--register-customer-checkbox-message {
  display: table-cell;
}
.block-order-estimate--addr-retention-checkbox,
.block-order-estimate--addr-retention-checkbox-message {
  display: table-cell;
}
.block-order-estimate--addr-retention-message {
  font-size: 9px;
}
.block-order-estimate--entry-customer {
  margin-bottom: 5px;
}
.block-order-estimate--entry-customer-message {
  font-size: 12px;
}
.block-order-estimate--entry-customer-point {
  color: #c53d43;
  font-size: 15px;
  font-weight: bold;
}
.block-order-estimate--uid-label {
  margin-bottom: 3px;
}
.block-order-estimate--uid-label-font {
  margin-right: 10px;
}
.block-order-estimate--uid-count {
  margin-top: 0;
}
.block-order-estimate--pwd {
  margin-top: 10px;
}
.block-order-estimate--pwd-label {
  margin-bottom: 3px;
}
.block-order-estimate--pwd-label-font {
  margin-right: 10px;
}
.block-order-estimate--pwd-count {
  margin-top: 0;
}
.block-order-estimate--login-state-saving {
  padding-left: 0;
  margin-top: 10px;
}
.block-order-estimate--login-state-saving-message {
  margin-top: 10px;
}
.block-order-estimate--mailnews {
  margin-top: 10px;
}
.block-order-estimate--mailnews-title {
  font-weight: bold;
}
.block-order-estimate--mailnews-label {
  margin-bottom: 3px;
  font-weight: bold;
  margin-right: 10px;
}
.block-order-estimate--mailnews-message {
  font-size: 12px;
}
.block-order-estimate--procedure {
  border: solid 1px #ccc;
  background: #fff;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--procedure {
    border: none;
    margin-bottom: 0;
  }
}
.block-order-estimate--guest-address-input-container .form-group .constraint,
.block-order-estimate--dest-address-item-register-input-form .form-group .constraint {
  text-align: right;
}
.block-order-estimate--guest-address-input-container .form-group .constraint .required,
.block-order-estimate--dest-address-item-register-input-form .form-group .constraint .required {
  margin: -53px 20px 30px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--guest-address-input-container .form-group .constraint .required,
  .block-order-estimate--dest-address-item-register-input-form .form-group .constraint .required {
    margin: -35px 20px 16px 0;
  }
}
/* 注文内容確認左サイドエリア */
.block-order-estimate--content {
  width: calc(72% - 40px);
  float: none;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--content {
    order: 1;
    width: 100%;
  }
}
/* お届け先情報 */
.block-order-estimate--confirmation {
  overflow: hidden;
}
.block-order-estimate--confirmation-list {
  width: 100%;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--confirmation-list {
    margin-top: 0;
  }
}
.block-order-estimate--confirmation-list li {
  margin: 0 0 20px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--confirmation-list li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
  }
}
.block-order-estimate--confirmation-list-full li {
  padding: 0 0 20px 0;
}
.block-order-estimate--sales-delivery-comment {
  margin: 10px 0;
  font-size: 12px;
}
.block-order-estimate--amazonpay-wallet {
  color: #333;
  border: 1px solid #ccc;
  clear: both;
}
.block-order-estimate--amazonpay-wallet-header {
  background: #333;
  padding: 10px;
  color: #fff;
}
.block-order-estimate--amazonpay-wallet-content {
  margin: 15px auto;
  height: 270px;
}
.block-order-estimate--amazonpay-billagree-wallet-content {
  margin: 15px auto;
  height: 450px;
}
.block-order-estimate--amazonpay-wallet-widget {
  margin: 0 auto;
  width: 600px;
}
.block-order-estimate--amazonpay-consent-widget {
  margin: 0 auto;
  width: 600px;
}
/* 配送希望情報 */
.block-order-estimate--date-spec-confirmation {
  overflow: hidden;
}
.block-order-estimate--confirmation-message {
  color: #555;
  font-size: 12px;
}
/* ノベルティ商品のノベルティ選択 */
.block-order-estimate--novelty-item label {
  cursor: pointer;
}
.block-order-estimate--novelty-item {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.block-order-estimate--novelty-item-image,
.block-order-estimate--novelty-item-goods {
  display: table-cell;
  vertical-align: middle;
}
.block-order-estimate--novelty-item-image {
  width: 60px;
}
.block-order-estimate--novelty-item-goods {
  padding-left: 10px;
  width: auto;
}
.block-order-estimate--novelty-item-image figure {
  width: 60px;
  height: 60px;
  background: #f5f5f5;
}
.block-order-estimate--novelty-none-item-image figure,
.block-order-gift-confirmation--novelty-none-item-image figure {
  width: 0px;
  height: 60px;
  background: #f5f5f5;
}
.block-order-estimate--novelty-list li {
  float: left;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--novelty-list li {
    float: none;
    width: 100%;
  }
}
ul.block-order-estimate--novelty-list {
  overflow: hidden;
  padding: 0 10px 20px 10px;
}
.block-order-estimate--novelty-displaynone {
  display: none;
}
/* ご注文商品 */
.block-order-estimate--goods-list li {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
}
.block-order-estimate--goods-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.block-order-estimate--goods-item-image {
  float: left;
  margin: 0 20px 0 0;
  background: #f5f5f5;
  width: 15%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--goods-item-image {
    width: 25%;
    height: auto;
  }
}
.block-order-estimate--goods-item-name,
.block-order-estimate--goods-item-set-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--goods-item-name,
  .block-order-estimate--goods-item-set-name {
    font-size: 13px;
  }
}
.block-order-estimate--goods-item-comment {
  overflow: hidden;
}
.page-estimate .block-icon {
  margin: 0 15px 0 0;
}
@media screen and (max-width: 900px) {
  label[class$="-display-password"] {
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  label[class$="-display-password"] {
    margin-bottom: 0;
  }
}
.block-order-estimate--goods-item {
  float: left;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--goods-item {
    width: calc(70% - 20px);
  }
}
.block-order-estimate--goods-price-items {
  float: right;
}
.block-order-estimate--amt {
  width: 140px;
  text-align: right;
  margin: 0 10px 0 0;
  font-weight: 500;
  color: #333;
  display: inline-block;
}
/* ご注文商品 注文明細拡張情報 */
.block-order-estimate--sales-detail-append-link-edit {
  text-decoration: underline;
}
/* その他 */
.block-order-estimate--sales-append-list {
  width: 100%;
}
.block-order-estimate--sales-append-list th {
  padding: 12px;
  text-align: left;
  font-weight: 500;
  vertical-align: top;
  background-color: #EFEFEF;
  color: #333;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 30%;
}
.block-order-estimate--sales-append,
.block-order-estimate--comment-content {
  padding: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--sales-append-list {
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .block-order-estimate--sales-append-list tr {
    display: block;
    width: 100%;
  }
  .block-order-estimate--sales-append-list th {
    display: block;
    width: 100%;
    border: none;
  }
  .block-order-estimate--sales-append-list td {
    display: block;
    width: 100%;
    border: none;
  }
}
/* AmazonPayログイン */
.block-order-estimate--amazonpay-loginform {
  margin: 10px 0 0 0;
}
.block-order-estimate--amazonpay-loginform .form-label {
  text-align: left;
}
/* 備考 */
.block-order-estimate--comment-content textarea {
  width: 100%;
}
/* 注文内容確認右サイドエリア */
.block-order-estimate--order-terms-link {
  text-decoration: underline;
  cursor: pointer;
}
.block-order-estimate--return-agree {
  margin: 5px 0 5px 0;
}
@media (hover: hover) and (pointer: fine) {
  .block-order-estimate--return-agree a:hover {
    color: #fff;
  }
}
.block-order-estimate--agreebody {
  width: 100%;
  height: 400px;
}
.block-order-estimate--side-area {
  position: relative;
  float: none;
  flex: 1;
  margin-left: 40px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--side-area {
    order: 10;
    flex: initial;
    width: 100vw;
    position: static;
    top: 0;
    margin-left: -6.6vw;
    margin-right: -6.6vw;
  }
}
.block-order-estimate--side-contents {
  width: 100%;
  margin: 0;
  position: sticky;
  top: 80px;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--side-contents {
    position: static;
  }
}
.block-order-estimate--procedure-container {
  padding: 0;
  overflow: hidden;
  background: none;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--procedure-container {
    padding: 15px 0 10px 0;
  }
}
.block-order-estimate--commit {
  text-align: center;
  margin: 0 0 10px 0;
}
.block-order-estimate--commit-btn {
  width: 100%;
  font-size: 20px;
  text-align: center;
  margin: 5px 0;
  padding: 14px 0;
  font-weight: 500;
}
.block-order-estimate--total {
  text-align: center;
  padding: 8px;
  margin: 0 0 10px 0;
  background: #fff;
}
.block-order-estimate .block-exchange-price {
  text-align: center;
  margin-bottom: 12px;
}
.block-order-estimate--total-price {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--total-price {
    font-size: 26px;
  }
}
.block-order-estimate--total-tax {
  font-size: 11px;
}
.block-order-estimate--point-add {
  overflow: hidden;
  padding-top: 10px;
  margin: 20px 0 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}
.block-order-estimate--point-add dt {
  float: left;
  width: 40%;
}
.block-order-estimate--point-add dd {
  float: left;
  width: 60%;
  text-align: right;
}
.block-order-estimate--point-add-num {
  color: #c53d43;
  font-size: 16px;
  font-weight: 500;
}
.block-order-estimate--point-add dd + dd {
  width: 100%;
  color: #c53d43;
  font-size: 11px;
  text-align: left;
  padding-bottom: 10px;
}
.block-order-estimate--price-items {
  letter-spacing: -0.4em;
  font-size: 12px;
  color: #737373;
  margin: 10px 0 0 0;
}
.block-order-estimate--price-items dt {
  display: inline-block;
  letter-spacing: normal;
  width: 60%;
  margin: 0 0 10px 0;
}
.block-order-estimate--price-items dd {
  display: inline-block;
  letter-spacing: normal;
  text-align: right;
  width: 40%;
}
.block-order-estimate--pwd-textbox .checktype_pwd input {
  width: 100%;
}
/* メッセージ「クール便追加料金を含む」 */
dd.block-order-estimate--cool-postage {
  width: 100%;
  text-align: right;
  margin: 0 0 10px 0;
}
.block-order-estimate--promotion-novelty-helper {
  border: 1px solid #c53d43;
  background: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 0 0 10px 0;
  cursor: pointer;
}
/* お届け先の変更(ダイアログ)*/
/* Magnific Popup CSS */
.mfp-bg {
  background: #333 !important;
  opacity: 0.5 !important;
  filter: alpha(opacity=50);
}
.block-order-estimate--address-frame {
  background: #fff;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--address-frame {
    max-width: 95vw;
  }
}
.block-order-estimate--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}
/* ×ボタン */
.block-order-estimate--address-frame-close {
  position: relative;
  cursor: pointer;
}
.block-order-estimate--address-frame-close span {
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
}
.block-order-estimate--address-frame-close span:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(45deg);
}
.block-order-estimate--address-frame-close span:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(-45deg);
}
/* お届け先の変更 */
.block-order-estimate--address-frame h2 {
  color: #333;
  background: #EFEFEF;
  border-bottom: none;
  font-size: 15px;
  margin: 0;
  padding: 15px 20px 15px;
}
.block-order-estimate--dest-address-item-register-input-title {
  font-weight: bold;
  margin-top: 1em;
}
.block-order-estimate--dest-address-select,
.block-order-estimate--amazonpay-address-select {
  padding: 20px 20px 0 20px;
}
.block-order-estimate--dest-salesinclude-address-select,
.block-order-estimate--dest-salesinclude-address-note {
  padding: 0 20px;
}
.block-order-estimate--amazonpay-address-area p {
  margin-left: 20px;
}
.block-order-estimate--dest-address-list {
  padding: 10px 20px 20px 20px;
}
.block-order-estimate--dest-address-title {
  font-size: 15px;
  font-weight: 500;
}
.block-order-estimate--amazonpay-address-container {
  padding: 0 0 10px 0;
}
.block-order-estimate--dest-address-item {
  position: relative;
  display: inline-block;
  width: calc((100% / 3) - 9px);
  height: 240px;
  vertical-align: top;
  font-size: 14px;
}
.block-order-estimate--dest-address-item address {
  margin-top: 5px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--dest-address-item {
    width: 100%;
    height: auto;
    font-size: 13px;
  }
  .block-order-estimate--dest-address-item address {
    font-size: 12px;
  }
}
.block-order-estimate--dest-address-item-register {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 60px;
  top: 10px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--dest-address-item-register {
    width: 100%;
  }
}
.block-order-estimate--dest-address-item-container {
  height: 130px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 10px 0 10px 0;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--dest-address-item-container {
    height: auto;
  }
}
.block-order-estimate--dest-address-item {
  background: #fff;
  border: 1px solid #ccc;
  margin: 10px 5px 0 0;
  padding: 10px;
}
.block-order-estimate--dest-address-item .btn {
  line-height: 31px;
  font-size: 14px;
}
.block-order-estimate--dest-address-item-register {
  background: #fff;
  border: none;
  margin: 0;
  padding: 0;
}
.block-order-estimate--dest-address-item address {
  word-wrap: break-word;
}
.block-order-estimate--dest-address-change-btn {
  width: 100%;
}
.block-order-estimate--dest-address-item-register .block-order-estimate--dest-address-item-buttons {
  position: absolute;
  top: 0;
  margin: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--dest-address-item-buttons + .block-order-estimate--dest-address-item-buttons {
    margin-top: 10px;
  }
}
.block-order-estimate--dest-address-change {
  text-align: right;
}
.block-order-estimate--dest-address-change,
.block-order-estimate--dest-address-item-buttons {
  height: 31px;
}
.block-order-estimate--dest-address-item-buttons__selected {
  cursor: default;
  background: #fff;
  border: 1px solid #c53d43;
  color: #c53d43;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
/* お届け先情報入力 */
.block-order-estimate--dest-address-item-register-input-form .form-control [class^="block-order-estimate--dest-address-"] {
  margin-bottom: 1em;
}
.block-order-estimate--dest-address-item-register-input-form .fieldset-vertical {
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .block-order-estimate--dest-address-item-register-input-form .fieldset-vertical .action-buttons {
    flex-flow: column;
  }
}
.block-order-estimate--guest-address-input-form {
  background: #fff;
  border: none;
  padding: 10px 20px 20px 20px;
}
.block-order-estimate--guest-address-input-container .form-control [class^="block-order-estimate--guest-address-"] {
  margin-bottom: 1em;
}
.block-order-estimate--dest-address-name .checktype_name,
.block-order-estimate--dest-address-kana .checktype_kana,
.block-order-estimate--guest-address-name .checktype_name,
.block-order-estimate--guest-address-kana .checktype_kana {
  margin: 0 0 10px 0;
}
/* お届けサイクル */
.block-order-estimate--regular-cycle {
  width: 80%;
}
.block-order-estimate--regular-cycle th {
  padding: 12px;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  background-color: #999;
  color: #fff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 30%;
}
/* ディスカウント情報 */
.block-order-estimate--discount-period {
  font-size: 12px;
  text-indent: 0.5em;
  color: #777;
}
.block-order-estimate--goods-item-sales-period {
  font-size: 12px;
  color: #777;
}
/* ---- 注文完了(通常・ギフトフロー共通) ---- */
.block-order-complete--customerentry {
  margin: 80px 0 40px 0;
  padding: 30px 30px 60px 30px;
  border: 1px solid #ccc;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block-order-complete--customerentry {
    margin: 40px 0 30px 0;
    padding: 10px 6.6% 30px 6.6%;
  }
}
.block-order-complete--orderinfo,
.block-order-complete--customerentry-wrapper {
  background: #fff;
  border: none;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .block-order-complete--orderinfo,
  .block-order-complete--customerentry-wrapper {
    text-align: left;
  }
}
.block-order-complete--message {
  margin: 0 0 40px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block-order-complete--message {
    margin: 0 0 30px 0;
    text-align: left;
  }
  .block-order-complete--message p {
    padding: 0;
  }
}
.block-order-complete--orderinfo dt {
  width: 30%;
  background: #EFEFEF;
  font-weight: bold;
  float: left;
}
.block-order-complete--orderinfo dt,
.block-order-complete--orderinfo dd {
  border-bottom: 1px solid #ccc;
  padding: 8px 8px 8px 8px;
}
.block-order-complete--orderinfo dd {
  margin-left: 30%;
}
.block-order-complete--orderinfo dd:after {
  clear: both;
  display: block;
}
.block-order-complete--home {
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block-order-complete--home {
    margin: 30px auto 0;
  }
}
.block-order-complete--home-btn {
  padding: 10px;
}
.block-order-complete--customerentry-form {
  margin: 20px 0 0 0;
}
.block-order-complete--rules {
  margin: 10px 0 0 0;
}
.block-order-complete--orderid {
  width: 100%;
  margin-bottom: 10px;
}
.block-order-complete--orderid th {
  width: 30%;
  font-size: 0;
}
.block-order-complete--orderid th:after {
  content: "オーダーID";
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .block-order-complete--orderid th:after {
    font-size: 13px;
  }
}
.block-order-complete--orderid td {
  width: 70%;
}
.block-order-complete--salesinclude {
  width: 100%;
  margin-bottom: 10px;
}
.block-order-complete--salesinclude th {
  width: 30%;
}
.block-order-complete--salesinclude td {
  width: 70%;
}
.block-order-complete--convenience {
  width: 100%;
  margin-bottom: 10px;
}
.block-order-complete--convenience th {
  width: 30%;
}
.block-order-complete--convenience td {
  width: 70%;
}
/* ---------------------- */
/* ----ギフトフロー------- */
/* ---------------------- */
/* ---- 配送先選択 ---- */
.block-order-gift-dest h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  padding: 10px 0;
  margin: 0 0 10px 0;
}
.block-order-gift-dest--check-all {
  margin: 0 0 10px 0;
}
.block-order-gift-dest--list-wrapper,
.block-order-gift-dest--method-sender-info,
.block-order-gift-dest--address-item,
.block-order-gift-dest--method-sender-info-edit {
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 20px;
}
/* お届け先配送情報エリア */
.block-order-gift-dest--address-item {
  background: #EFEFEF;
}
.block-order-gift-dest--address-item-title {
  font-weight: bold;
}
.block-order-gift-dest--address-item address {
  margin: 5px 0 5px 20px;
}
.block-order-gift-dest--address-change {
  text-align: right;
}
.block-order-gift-dest--address-error {
  margin: 0 0 10px 0;
}
/* 贈り主情報エリア */
.block-order-gift-dest--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}
.block-order-gift-dest--method-sender-change label {
  font-weight: bold;
}
.block-order-gift-dest--method-sender-info address {
  margin: 0 0 10px 0;
}
.block-order-gift-dest--address-item {
  background: #EFEFEF;
}
.block-order-gift-dest--method-sender-info-edit {
  margin: 10px 0 0 0;
}
.block-order-gift-dest--method-sender-btn {
  text-align: right;
}
.block-order-gift-dest--action-buttons {
  margin: 0 0 20px 0;
}
/* ---- 配送先商品追加 ---- */
.block-order-gift-select h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.block-order-gift-select h3 {
  font-size: 16px;
  font-weight: bold;
}
.block-order-gift-select--sender-info,
.block-order-gift-select--delivery-dest-content,
.block-order-gift-select--delivery-date,
.block-order-gift-select--payment-content,
.block-order-gift-select--point-use-select {
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 20px;
}
.block-order-gift-select--sender-info {
  margin: 0 0 5px 0;
}
.block-order-gift-select--delivery-dest-add {
  padding: 5px 0 5px 0;
  margin: 0 0 10px 0;
  text-align: right;
}
.block-order-gift-select--delivery-dest-goods-select,
.block-order-gift-select--point-use-select {
  padding: 10px 10px 10px 10px;
  margin: 0 0 0 0;
}
/* お届け先 */
.block-order-gift-select--delivery-dest-header {
  position: relative;
}
.block-order-gift-select--delivery-dest-delete {
  position: absolute;
  right: 0;
  top: 3px;
}
.block-order-gift-select--delivery-dest-nickname {
  font-weight: bold;
}
.block-order-gift-select--delivery-dest-address address {
  margin: 0 0 10px 0;
}
.block-order-gift-select--delivery-dest-goods-content-list table {
  width: 100%;
}
.block-order-gift-select--delivery-dest-goods-name {
  width: 800px;
}
.block-order-gift-select--delivery-dest-goods-qty {
  text-align: right;
}
.block-order-gift-select--delivery-dest-goods-qty input {
  text-align: right;
  margin: 0 0 0 10px;
}
/* お届け先商品 */
.block-order-gift-select--delivery-dest-goods-content-info,
.block-order-gift-select--delivery-dest-goods-noshi {
  width: 100%;
  margin: 0 0 10px 0;
}
.block-order-gift-select--delivery-dest-goods-price,
.block-order-gift-select--delivery-dest-goods-total,
.block-order-gift-select--delivery-dest-goods-noshi-charge {
  width: 18%;
  text-align: right;
}
.block-order-gift-select--delivery-dest-goods-sales-qty {
  width: 100px;
}
.block-order-gift-select--delivery-dest-goods-sales-qty input {
  text-align: right;
}
.block-order-gift-select--delivery-dest-goods-content-info-delete,
.block-order-gift-select--delivery-dest-goods-noshi-edit {
  width: 70px;
}
.block-order-gift-select--delivery-dest-goods-noshi th,
.block-order-gift-select--delivery-dest-goods-noshi td {
  text-align: left;
}
.block-order-gift-select--delivery-dest-total table {
  margin-left: auto;
}
/* 配送方法 */
.block-order-gift-select--delivery-date-content {
  display: table;
}
.block-order-gift-select--delivery-date-content dt,
.block-order-gift-select--delivery-date-content dd {
  display: table-cell;
}
/* お支払い情報 */
.block-order-gift-select--method-list li {
  margin: 0 0 10px 0;
}
.block-order-gift-select--method-list li .help-block {
  display: inline-block;
  margin-left: 30%;
}
.block-order-gift-select--method-list label {
  cursor: pointer;
}
.block-order-gift-select--current-point {
  margin: 0 0 10px 0;
}
.block-order-gift-select--current-point-num {
  font-weight: bold;
}
.block-order-gift-select--coupon-available-btn {
  margin: 0 0 0 14px;
}
.block-order-gift-select--point-use-select {
  background: #EFEFEF;
}
.block-order-gift-select--point-use-select label {
  cursor: pointer;
  padding: 0 23px 0 5px;
}
/* その他 */
.block-order-gift-select--sales-append-content {
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 0 20px 0;
}
.block-order-gift-select--sales-append-content .form-group:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
/* ---- のし・ラッピング設定 ---- */
.block-order-gift-noshi h1 {
  font-weight: bold;
  font-size: 24px;
  color: #333;
  padding: 15px 0 0 0;
}
.block-order-gift-noshi h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.block-order-gift-noshi h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.block-order-gift-noshi--sender {
  font-weight: bold;
}
.block-order-gift-noshi--noshi-select,
.block-order-gift-noshi--purpose-select,
.block-order-gift-noshi--paper-wrapper,
.block-order-gift-noshi--nameprint-wrapper,
.block-order-gift-noshi--covertype-select,
.block-order-gift-noshi--wrap-select,
.block-order-gift-noshi--bag-wrapper {
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 20px;
}
.block-order-gift-noshi--noshi-select li,
.block-order-gift-noshi--purpose-select li,
.block-order-gift-noshi--paper-wrapper li,
.block-order-gift-noshi--nameprint-wrapper li,
.block-order-gift-noshi--covertype-select li,
.block-order-gift-noshi--wrap-select li,
.block-order-gift-noshi--bag-wrapper li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.block-order-gift-noshi--paper-item-price,
.block-order-gift-noshi--bag-item-price,
.block-order-gift-noshi--wrap-item-price {
  display: block;
}
.block-order-gift-noshi--paper-message,
.block-order-gift-noshi--covertype-message,
.block-order-gift-noshi--wrap-message,
.block-order-gift-noshi--bag-message {
  background: #EFEFEF;
  border: 1px solid #ccc;
  margin: 10px 0 10px 0;
  padding: 20px 20px 20px 20px;
  width: 60%;
}
.block-order-gift-noshi--setting-message {
  text-align: center;
  font-weight: bold;
}
.block-order-gift-noshi--nameprint-input {
  margin: 15px 0 0 0;
}
.block-order-gift-noshi--setting-all-btn {
  margin: 0 0 20px 0;
}
/* ---- 注文内容確認(ギフトフロー) ---- */
.block-order-gift-confirmation h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.block-order-gift-confirmation h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 0 0 12px 0;
}
.block-order-gift-confirmation table {
  width: 100%;
}
.block-order-gift-confirmation--item-image figure,
.block-order-gift-confirmation--sending-item-image figure {
  width: 200px;
  height: 200px;
  background: #f5f5f5;
}
.block-order-gift-confirmation--item-image,
.block-order-gift-confirmation--sending-item-image {
  width: 220px;
}
.block-order-gift-confirmation--order-item-wrapper,
.block-order-gift-confirmation--order,
.block-order-gift-confirmation--destination-address-wrapper,
.block-order-gift-confirmation--other-wrapper,
.block-order-gift-confirmation--novelty,
.block-order-gift-confirmation--order-comment,
.block-order-gift-confirmation--payment-method-wrapper {
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 20px;
}
.block-order-gift-confirmation--novelty {
  background: #fff;
  border: 1px solid #ccc;
  margin: 20px 0 20px 0;
  padding: 20px 20px 0 20px;
}
.block-order-gift-confirmation--order-item-detail {
  display: inline-block;
  width: 780px;
  vertical-align: top;
}
.block-order-gift-confirmation--order-item-summary {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  margin: 0 0 0 15px;
}
.block-order-gift-confirmation--order-item-summary-table th,
.block-order-gift-confirmation--point-summary th {
  width: 180px;
}
.block-order-gift-confirmation--order-item-summary-table td,
.block-order-gift-confirmation--point-summary td {
  text-align: right;
}
.block-order-gift-confirmation--item-qty-header {
  width: 50px;
}
.block-order-gift-confirmation--item-amount,
.block-order-gift-confirmation--item-qty {
  text-align: right;
}
/* ノベルティ商品のノベルティ選択 */
.block-order-gift-confirmation--novelty-item label {
  cursor: pointer;
}
.block-order-gift-confirmation--novelty-item {
  display: table;
  margin-bottom: 10px;
  width: 100%;
}
.block-order-gift-confirmation--novelty-item-image,
.block-order-gift-confirmation--novelty-item-goods {
  display: table-cell;
  vertical-align: middle;
}
.block-order-gift-confirmation--novelty-item-image {
  width: 60px;
}
.block-order-gift-confirmation--novelty-item-goods {
  padding-left: 10px;
  width: auto;
}
.block-order-gift-confirmation--novelty-item-image figure {
  width: 60px;
  height: 60px;
  background: #f5f5f5;
}
.block-order-gift-confirmation--novelty-list li {
  float: left;
  width: 33%;
}
ul.block-order-gift-confirmation--novelty-list {
  overflow: hidden;
  padding: 0 10px 20px 10px;
}
.block-order-gift-confirmation--novelty-displaynone {
  display: none;
}
/* 配送情報 */
.block-order-gift-confirmation--shipping-address {
  display: inline-block;
  vertical-align: top;
  width: 700px;
}
.block-order-gift-confirmation--shipping-info {
  width: 430px;
  display: inline-block;
  margin: 0 0 0 15px;
}
.block-order-gift-confirmation--shipping-info-detail th {
  width: 150px;
}
/* お届け先 */
.block-order-gift-confirmation--destination-address {
  margin: 0 0 10px 0;
}
.block-order-gift-confirmation--sending-item-qty-header {
  width: 50px;
}
.block-order-gift-confirmation--sending-item-qty {
  text-align: right;
}
.block-order-gift-confirmation--sending-item-comment-header,
.block-order-gift-confirmation--sending-item-noshi-header {
  width: 220px;
}
/* ディスカウント情報 */
.block-order-gift-confirmation--discount {
  margin: 5px 0;
}
.block-order-gift-confirmation--discount-message {
  text-indent: 0.5em;
}
.block-order-gift-confirmation--discount-period {
  font-size: 12px;
  text-indent: 1em;
  color: #777;
}
.block-order-gift-confirmation--goods-item-sales-period {
  font-size: 12px;
  color: #777;
}
/* その他 */
.block-order-gift-confirmation--other-detail th {
  width: 300px;
}
.block-order-gift-confirmation--order-comment textarea {
  width: 100%;
}
/* ----AmazonPayロード中表示---- */
.block-cart--amazonpay-loading {
  display: none;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: #fff;
  opacity: 0.8;
  z-index: 2;
}
.block--cart-amazonpay-loading-icon {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.block-order-gift-confirmation--return-agree {
  text-align: center;
}
.block-order-gift-confirmation--agree {
  text-align: center;
}
.block-order-gift-confirmation--sales-delivery-comment {
  margin: 10px 0;
  text-align: center;
}
/* ----スマホ切り替えバナー---- */
.block-switch-banner {
  width: 1200px;
  position: relative;
  display: none;
}
.block-switch-banner--btn {
  width: 100%;
}
.block-switch-banner--hide-btn {
  position: absolute;
  top: 2px;
}
/* ----メールニュース画面----*/
.block-mail-news--terms-body {
  padding: 30px 40px;
  width: 100%;
  border-color: #ccc;
  margin-bottom: 40px;
  resize: none;
}
@media screen and (max-width: 767px) {
  .block-mail-news--terms-body {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.block-mail-news--register-form {
  margin-bottom: 40px;
}
/* ----アンケート画面----*/
.block-questionnaire--item input[type="text"],
.block-questionnaire--item textarea {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .block-questionnaire--item .block-questionnaire--name-value-label:first-of-type {
    margin-bottom: 1em;
  }
  .block-questionnaire--item .block-questionnaire--name {
    margin-bottom: 1em;
  }
  .block-questionnaire--item #table_name .form-control {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .block-questionnaire--item .block-questionnaire--name,
  .block-questionnaire--item .block-questionnaire--name-2 {
    width: 65%;
  }
}
.block-questionnaire--freespace-top a {
  text-decoration: underline;
}
.block-questionnaire--item-description {
  margin: 10px 0;
}
.block-questionnaire--name-value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}
/* ----クイックオーダー---- */
.block-quick-order--table {
  width: 100%;
}
.block-quick-order--goods-code-header {
  width: 320px;
}
.block-quick-order--goods-detail-cell {
  width: 100px;
}
.block-quick-order--qty-header {
  width: 100px;
}
.block-quick-order--subtotal-header {
  width: 100px;
}
.block-quick-order--stock-header {
  width: 100px;
}
.block-quick-order--delete-btn-header {
  width: 80px;
}
.block-quick-order--suggest-list {
  background-color: #fff;
  border: 1px solid #000;
  display: none;
  padding: 5px;
  position: absolute;
  top: 50px;
  left: 5px;
}
.block-quick-order--suggest-list-line {
  padding: 2px;
  list-style: none;
}
.block-quick-order--suggest-item-code {
  float: left;
  font-weight: bold;
  margin-right: 5px;
}
.block-quick-order--suggest-item-not-found {
  text-align: center;
  padding: 5px;
  height: 20px;
  width: 250px;
}
.block-quick-order .block-quick-order--forward {
  padding: 12px 0;
  font-size: 18px;
  width: 240px;
}
/* ----ランディングページ---- */
.block-landingpage-login--member-body {
  display: table;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  border: solid 3px #ccc;
  background: #fff;
  table-layout: fixed;
}
.block-landingpage-login--member-frame {
  display: table-cell;
}
.block-landingpage-login--login {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 160px;
}
.block-landingpage-login--ask-password {
  margin-top: 10px;
  text-align: center;
}
.block-landingpage-form {
  margin-top: 10px;
  display: table;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  border: solid 3px #ccc;
  background: #fff;
}
.block-landingpage-form--goods {
  padding: 20px;
  border: solid 1px #ccc;
  background: #fff;
}
.block-landingpage-form--spec-content {
  padding: 20px;
  border: solid 1px #ccc;
  background: #fff;
}
.block-landingpage-form--goods {
  padding: 20px;
  border: solid 1px #ccc;
  background: #fff;
}
.block-landingpage-form--spec-content dl {
  margin: 0 0 10px 0;
}
.block-landingpage-form--payment-content {
  padding: 20px;
  border: solid 1px #ccc;
  background: #fff;
}
.block-landingpage-form--payment-content-method-select li {
  margin: 0 0 10px 0;
}
.block-landingpage-form--sales-append-content {
  background: #fff;
  border: solid 1px #ccc;
  margin: 0 0 20px 0;
}
.block-landingpage-form--sales-append-content .form-label,
.block-landingpage-form--sales-append-content .constraint {
  background-color: #EFEFEF;
}
.block-landingpage-form--sales-append-content .form-group:not(:last-child) {
  border-bottom: solid 1px #ccc;
}
.block-landingpage-login--guest-body {
  display: table;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  border: solid 3px #ccc;
  background: #fff;
}
.block-landingpage-login--guest-info {
  padding: 20px;
  border: solid 1px #ccc;
  background: #fff;
}
.block-landingpage-login--guest-info-value-label,
.block-landingpage-other--dest-input-value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}
.block-landingpage-other--dest {
  padding: 10px;
  background: #EFEFEF;
  border: 1px solid #ccc;
}
.block-landingpage-other--dest-input {
  padding: 20px;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  background: #fff;
}
.block-landingpage-order {
  padding: 20px;
  border: solid 1px #ccc;
  background: #fff;
}
.block-landingpage-login--customer-status {
  background: #666;
  border-radius: 3px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 8px 0;
  margin-bottom: 20px;
}
.block-landingpage-login--sign {
  flex-grow: 1;
  text-align: center;
  padding: 8px 0;
  border-right: #fff 1px solid;
}
.block-landingpage-login--mypoint {
  flex-grow: 2;
  font-size: 24px;
  padding-left: 34px;
}
.block-landingpage-login--rank-status {
  display: flex;
  align-items: center;
  flex-grow: 2;
  justify-content: flex-end;
}
.block-landingpage-login--rank-condition dl {
  display: flex;
  align-items: center;
}
.block-landingpage-login--customer-name {
  font-size: 24px;
}
.block-landingpage-login--mypoint-duedate {
  font-size: 14px;
  display: block;
}
.block-landingpage-login--rank-info {
  border: #fff 1px solid;
  text-align: center;
  padding: 12px 18px 13px;
}
.block-landingpage-login--rank-title {
  font-size: 12px;
}
.block-landingpage-login--rank-name {
  font-size: 14px;
}
.block-landingpage-login--rank-condition {
  padding: 0 10px 0 17px;
}
.block-landingpage-login--rank-condition-1 {
  margin-bottom: 2px;
}
.block-landingpage-login--rank-condition-1-title,
.block-landingpage-login--rank-condition-2-title {
  background: #fff;
  color: #333;
  text-align: center;
  padding: 1px 5px;
  border-radius: 2px;
  font-size: 12px;
  margin-right: 5px;
}
.block-landingpage-login--rank-condition-1-title i,
.block-landingpage-login--rank-condition-2-title i {
  padding-right: 3px;
}
/* ----ページ---- */
.block-page-caption,
.block-page-freespace--top,
.block-page-freespace--bottom,
.block-page-block--contents {
  word-break: break-all;
}
.block-page-block--frame {
  margin-bottom: 0;
}
.block-page-block--contents-goodslist dl {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.block-page-block--goods-name {
  text-decoration: underline;
}
.block-page-block--contents-body-img-slider-1column {
  display: inline-block;
  vertical-align: top;
  width: 500px;
}
.block-page-block--contents-body-imgtext-slider-1column {
  display: inline-block;
  vertical-align: top;
  width: 500px;
}
/* ----ページカテゴリ---- */
.block-pagecategory-caption,
.block-pagecategory-freespace--top,
.block-pagecategory-freespace--bottom,
.block-pagecategory-page-list {
  word-break: break-all;
}
.block-pagecategory-page-list--page {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.block-pagecategory-page-list--page-image {
  width: 100%;
}
.block-pagecategory-page-list--date {
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 0.3em;
}
.block-pagecategory-page-list--auto-new {
  display: none;
}
.block-pagecategory-page-list--page-caption {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .scroll-wrap {
    position: relative;
  }
  .scroll-wrap:before {
    content: "";
    width: 150vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10%;
    background: #EFEFEF;
  }
  .scroll {
    overflow-x: scroll;
    display: flex;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .scroll:-webkit-scrollbar {
    display: none;
  }
  .scroll:after {
    content: "";
    padding-right: calc(100vw - 93.4vw);
  }
}
.block-pagecategory-subcategory-list {
  display: flex;
  flex-direction: row;
  word-break: break-all;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .block-pagecategory-subcategory-list {
    flex-wrap: wrap;
  }
  .block-pagecategory-subcategory-list:before {
    content: "";
    width: 150vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
    background: #EFEFEF;
  }
}
@media screen and (max-width: 767px) {
  .block-pagecategory-subcategory-list {
    flex-wrap: nowrap;
    padding-top: 0;
    padding-bottom: 10px;
    margin: 0 0 0 6.6%;
  }
  .block-pagecategory-subcategory-list:before {
    display: none;
  }
}
.block-pagecategory-subcategory-list--category {
  display: flex;
  flex-basis: initial;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(100% / 5);
  margin-top: 10px;
  border-left: 1px solid #ccc;
}
.block-pagecategory-subcategory-list--category:nth-of-type(5n),
.block-pagecategory-subcategory-list--category:last-of-type {
  border-right: 1px solid #ccc;
}
.block-pagecategory-subcategory-list--category a:hover,
.block-pagecategory-subcategory-list--category a.active {
  background: #999;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .block-pagecategory-subcategory-list--category {
    width: auto;
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 14px;
  }
  .block-pagecategory-subcategory-list--category:nth-of-type(5n) {
    border-right: none;
  }
  .block-pagecategory-subcategory-list--category:last-of-type {
    border-right: 1px solid #ccc;
  }
}
.block-pagecategory-subcategory-list--category-caption {
  margin: 0 10px;
  display: flex;
  width: 100%;
}
.block-pagecategory-subcategory-list--category-caption a {
  display: flex;
  justify-content: center;
  width: 100%;
  color: #666;
  margin: 0;
  padding: 0.8em;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .block-pagecategory-subcategory-list--category-caption a {
    border-radius: 4px;
  }
}
@media screen and (max-width: 767px) {
  .block-pagecategory-subcategory-list--category-caption {
    margin: 0 3px;
  }
  .block-pagecategory-subcategory-list--category-caption a {
    padding: 0.5em 1.2em;
  }
}
.block-pagecategory-subcategory-list--category-image {
  width: 200px;
  display: none;
}
/* ----住所2の注意メッセージ---- */
.block-addr2-message {
  color: #c53d43;
}
/* ----Cookieポリシー同意---- */
.block-cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 2em;
  box-sizing: border-box;
  visibility: visible;
  z-index: 10;
}
.block-cookie-consent--text {
  margin-right: 1em;
  color: #fff;
  flex: 1;
}
.block-cookie-consent--text a {
  color: #fff;
}
.block-cookie-consent--btn {
  display: inline-block;
  min-width: 100px;
  padding: 1em 2em;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  color: #333;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .block-pagecategory-page-list--date {
    width: 100%;
  }
  .block-cookie-consent {
    padding: 1em;
  }
  .block-cookie-consent--btn {
    font-size: 12px;
    padding: 0.8em;
  }
}
/* ----店舗一覧：block-store-list---- */
.block-store-list--area {
  width: 100%;
  display: flex;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px;
  margin-bottom: 30px;
  float: left;
}
.block-store-list--area-title {
  font-weight: bold;
  margin-right: 10px;
}
.block-store-list--area-anchor ul {
  display: flex;
}
.block-store-list--area-anchor li {
  padding-right: 15px;
}
.block-store-list--area-anchor a {
  text-decoration: underline;
}
.block-store-list--area-anchor a:before {
  content: "＞";
}
.block-store-list--stores {
  margin-bottom: 20px;
}
.block-store-list--stores-title {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px;
  clear: both;
}
.block-store-list--stores-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.block-store-list--store {
  width: 400px;
  padding-left: 5px;
}
.block-store-list--store-image {
  width: 400px;
}
.block-store-list--store-image figure {
  background: #f5f5f5;
  width: 390px;
  height: 300px;
}
.block-store-list--store-image figure:hover {
  opacity: 0.7;
}
.block-store-list--store-description {
  padding: 10px;
}
.block-store-list--store-name {
  margin-bottom: 20px;
  font-size: 20px;
}
.block-store-list--store-name a {
  color: #000;
  text-decoration: underline;
}
.block-store-list--store-details {
  display: flex;
  flex-direction: column;
}
.block-store-list--store-details dl {
  display: flex;
}
.block-store-list--store-details dt {
  white-space: nowrap;
}
.block-store-list--store-address {
  width: 100%;
  order: 10;
}
.block-store-list--store-tel {
  width: 100%;
  order: 20;
}
.block-store-list--store-sales-info {
  width: 100%;
  order: 30;
}
.block-store-list--store-regularholiday {
  width: 100%;
  order: 40;
}
.block-store-list--store-access {
  width: 100%;
  order: 50;
}
/* ----店舗詳細：block-store-detail---- */
.block-store-detail--title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.block-store-detail--store-images {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 20px;
}
.block-store-detail--store-src-1 {
  padding: 10px;
  width: 50%;
  order: 10;
}
.block-store-detail--store-src-2 {
  padding: 10px;
  width: 50%;
  order: 20;
}
.block-store-detail--store-src-3 {
  padding: 10px;
  width: 50%;
  order: 30;
}
.block-store-detail--store-src-4 {
  padding: 10px;
  width: 50%;
  order: 40;
}
.block-store-detail--store-src-5 {
  padding: 10px;
  width: 50%;
  order: 50;
}
.block-store-detail--store {
  display: flex;
  margin-bottom: 20px;
}
.block-store-detail--store-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
}
.block-store-detail--store-info dl {
  display: flex;
}
.block-store-detail--store-info dt {
  white-space: nowrap;
}
.block-store-detail--store-address {
  width: 100%;
  order: 10;
}
.block-store-detail--store-tel {
  width: 100%;
  order: 20;
}
.block-store-detail--store-fax {
  width: 100%;
  order: 30;
}
.block-store-detail--store-sales-info {
  width: 100%;
  order: 40;
}
.block-store-detail--store-regularholiday {
  width: 100%;
  order: 50;
}
.block-store-detail--store-etc-sales-info {
  width: 100%;
  order: 60;
}
.block-store-detail--store-access {
  width: 100%;
  order: 70;
}
.block-store-detail--store-comment {
  width: 100%;
  order: 80;
}
.block-store-detail--store-map-info {
  width: 50%;
}
.block-store-detail--store-map {
  display: none;
  width: 100%;
  height: 400px;
}
.block-store-detail--store-separate-map {
  display: none;
  margin-top: 5px;
  text-decoration: underline;
}
.block-store-detail--store-separate-map a:before {
  content: "＞";
}
.block-store-detail--blog-link {
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: underline;
}
.block-store-detail--blog-link a:before {
  content: "＞";
}
.block-store-detail--staff {
  max-width: 100%;
  margin-bottom: 20px;
}
.block-store-detail--staff-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.block-store-detail--staff-info {
  margin-top: 10px;
  margin-right: 10px;
}
.block-store-detail--blog-staff-link {
  text-decoration: underline;
}
.block-store-detail--blog-staff-link img:hover {
  opacity: 0.7;
}
.block-store-detail--staff-image figure {
  background: #f5f5f5;
  width: 120px;
  height: 120px;
}
.block-store-detail--staff-name {
  word-wrap: break-word;
  text-align: center;
  width: 120px;
}
/* ============================================================
 カスタマイズ
============================================================ */
.pane-topic-path {
  width: 1100px;
  max-width: 1100px;
  margin: 120px auto 0;
}
.pane-contents,
.inner {
  width: 1100px;
  max-width: 1100px;
  margin: 0 auto;
}
.inner800 {
  width: 800px;
  max-width: 800px;
  margin: 0 auto;
}
.inner900 {
  width: 900px;
  max-width: 900px;
  margin: 0 auto;
}
.inner1200 {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
.page-search .pane-contents {
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .pane-topic-path,
  .inner,
  .inner800,
  .inner900,
  .inner1200 {
    width: 100%;
    max-width: 100vw;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .pane-topic-path .pane-topic-path,
  .inner .pane-topic-path,
  .inner800 .pane-topic-path,
  .inner900 .pane-topic-path,
  .inner1200 .pane-topic-path,
  .pane-topic-path .inner,
  .inner .inner,
  .inner800 .inner,
  .inner900 .inner,
  .inner1200 .inner,
  .pane-topic-path .inner800,
  .inner .inner800,
  .inner800 .inner800,
  .inner900 .inner800,
  .inner1200 .inner800,
  .pane-topic-path .inner900,
  .inner .inner900,
  .inner800 .inner900,
  .inner900 .inner900,
  .inner1200 .inner900,
  .pane-topic-path .inner1200,
  .inner .inner1200,
  .inner800 .inner1200,
  .inner900 .inner1200,
  .inner1200 .inner1200 {
    padding-left: 0;
    padding-right: 0;
  }
  .pane-contents,
  .pane-order-contents {
    width: 100%;
    max-width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .pane-topic-path,
  .inner,
  .inner800,
  .inner900,
  .inner1200 {
    padding-left: 6.6%;
    padding-right: 6.6%;
  }
  .pane-topic-path .pane-topic-path,
  .inner .pane-topic-path,
  .inner800 .pane-topic-path,
  .inner900 .pane-topic-path,
  .inner1200 .pane-topic-path,
  .pane-topic-path .inner,
  .inner .inner,
  .inner800 .inner,
  .inner900 .inner,
  .inner1200 .inner,
  .pane-topic-path .inner800,
  .inner .inner800,
  .inner800 .inner800,
  .inner900 .inner800,
  .inner1200 .inner800,
  .pane-topic-path .inner900,
  .inner .inner900,
  .inner800 .inner900,
  .inner900 .inner900,
  .inner1200 .inner900,
  .pane-topic-path .inner1200,
  .inner .inner1200,
  .inner800 .inner1200,
  .inner900 .inner1200,
  .inner1200 .inner1200 {
    padding-left: 0;
    padding-right: 0;
  }
  .pane-contents,
  .pane-order-contents {
    padding-left: 6.6%;
    padding-right: 6.6%;
  }
  .pane-topic-path {
    margin: 60px auto 0;
  }
  .page-search .pane-contents {
    margin-bottom: 60px;
  }
  .page-category .pane-contents {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ============================================================
 typography
============================================================ */
.en {
  font-family: 'Roboto', sans-serif;
}
.serif {
  font-family: 'Noto Serif JP', serif;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.note,
.note a {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .note,
  .note a {
    font-size: 11px;
  }
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.txt-indent.half {
  margin-left: 0.5em;
  text-indent: -0.5em;
}
.txt-indent.half2 {
  margin-left: 1em;
  text-indent: -1em;
}
.txt-indent.full {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.txt-indent.full2 {
  margin-left: 2em;
  text-indent: -2em;
}
.txt-pink {
  color: #E6A09A;
}
.txt-red {
  color: #c53d43;
}
.txt-gray {
  color: #999;
}
sup {
  vertical-align: top;
  font-size: 0.6rem;
}
sub {
  vertical-align: bottom;
  font-size: 0.6rem;
}
::selection {
  background: rgba(51, 51, 51, 0.1);
  color: #000000;
}
::-moz-selection {
  background: rgba(51, 51, 51, 0.2);
  color: #000000;
}
a {
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  transition: all 0.3s;
}
a:focus {
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: #E6A09A;
  }
  a.underline:hover {
    text-decoration: none;
  }
}
.img-auto {
  width: auto;
  max-width: 100%;
}
.img-50 {
  zoom: 0.5;
  width: auto;
  max-width: 100%;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
/* ============================================================
 margin
============================================================ */
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.ml100 {
  margin-left: 100px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mt120 {
  margin-top: 120px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.ml120 {
  margin-left: 120px !important;
}
.mr120 {
  margin-right: 120px !important;
}
/* ============================================================
 btn
============================================================ */
.btn-wrap {
  text-align: center;
}
.btn {
  width: 100%;
  display: inline-block;
  background: transparent;
  border: 1px solid #333;
  border-radius: 6px;
  max-width: 570px;
  padding: 0 1em;
  overflow: hidden;
  transition: linear 0.2s;
  color: #333;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .btn {
    border-radius: 4px;
  }
}
.btn.arrow,
.btn.arrow-back {
  line-height: 68px;
  position: relative;
  border: 1px solid #666;
}
.btn.arrow span,
.btn.arrow-back span {
  position: relative;
  z-index: 2;
  color: #333;
}
.btn.arrow:after,
.btn.arrow-back:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 4px;
  background: url(../../img/usr/common/arrow_gray.svg) no-repeat center center / contain;
  z-index: 2;
}
.btn.arrow-back:after {
  left: 20px;
  transform: scale(-1, 1);
}
.btn.btn-primary {
  background: #333;
  color: #fff;
}
.btn.btn-secondary {
  border: 1px solid #666;
}
.btn.btn-danger {
  border: 1px solid #ccc;
  background: #EFEFEF;
}
.btn.block-goods-favorite--btn,
.btn.block-goods-favorite-registed--btn {
  margin-top: 20px;
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #666;
  position: relative;
}
.btn.block-goods-favorite--btn:before,
.btn.block-goods-favorite-registed--btn:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 18px;
  top: calc(50% - 9px);
  left: 20px;
  transition: linear 0.2s;
}
.btn.block-goods-favorite--btn:before {
  background: url(../../img/usr/common/icon_favorite.svg) no-repeat center center / contain;
}
.btn.block-goods-favorite-registed--btn:before {
  background: url(../../img/usr/common/icon_favorite_on.svg) no-repeat center center / contain;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    color: #fff;
  }
  .btn:hover.arrow,
  .btn:hover.arrow-back {
    opacity: 1;
    background: #666;
    transform: scale(1.05);
  }
  .btn:hover.arrow span,
  .btn:hover.arrow-back span {
    color: #fff;
  }
  .btn:hover.arrow:after,
  .btn:hover.arrow-back:after {
    background: url(../../img/usr/common/arrow_white.svg) no-repeat center center / contain;
  }
  .btn:hover.btn-default,
  .btn:hover.btn-primary,
  .btn:hover.btn-secondary {
    opacity: 0.7;
    background: #666;
    border: 1px solid #666;
  }
  .btn:hover.btn-danger {
    opacity: 0.7;
    border: 1px solid #666;
    background: #666;
  }
  .btn:hover.block-goods-favorite--btn,
  .btn:hover.block-goods-favorite-registed--btn {
    color: #333;
    background: #fff;
    opacity: 1;
  }
  .btn:hover.block-goods-favorite--btn:before,
  .btn:hover.block-goods-favorite-registed--btn:before {
    transition: linear 0.2s;
    background: url(../../img/usr/common/icon_favorite_on.svg) no-repeat center center / contain;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    max-width: initial;
    border-radius: 4px;
    line-height: 38px;
  }
  .btn.btn-danger {
    font-size: 13px;
  }
  .btn.arrow,
  .btn.arrow-back {
    line-height: 48px;
  }
  .btn.block-goods-favorite--btn,
  .btn.block-goods-favorite-registed--btn {
    max-width: 250px;
    margin: 20px auto 0;
    font-size: 13px;
  }
}
.category-ttl {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.category-ttl a {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.category-ttl a:before,
.category-ttl a:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
}
.category-ttl a:before {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  border-radius: 100%;
  top: -0.1em;
  right: -1.95em;
}
.category-ttl a:after {
  width: 10px;
  height: 4px;
  background: url(../../img/usr/common/arrow_gray_small.svg) no-repeat center center / contain;
  top: calc(50% - 0.18em);
  right: -1.64em;
}
@media (hover: hover) and (pointer: fine) {
  .category-ttl a:hover:before {
    border: 1px solid #E6A09A;
  }
  .category-ttl a:hover:after {
    background: url(../../img/usr/common/arrow_accent_small.svg) no-repeat center center / contain;
  }
}
@media screen and (max-width: 767px) {
  .category-ttl {
    font-size: 16px;
  }
}
.link-arrow-small {
  display: inline-block;
  position: relative;
  line-height: 1;
  margin-left: 1.95em;
}
.link-arrow-small:before,
.link-arrow-small:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
}
.link-arrow-small:before {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  border-radius: 100%;
  top: -0.2em;
  left: -1.95em;
}
.link-arrow-small:after {
  width: 10px;
  height: 4px;
  background: url(../../img/usr/common/arrow_gray_small.svg) no-repeat center center / contain;
  top: 0.3em;
  left: -1.64em;
}
@media (hover: hover) and (pointer: fine) {
  .link-arrow-small:hover:before {
    border: 1px solid #E6A09A;
  }
  .link-arrow-small:hover:after {
    background: url(../../img/usr/common/arrow_accent_small.svg) no-repeat center center / contain;
  }
}
@media screen and (max-width: 767px) {
  .link-arrow-small:before {
    top: -0.3em;
  }
}
/* ============================================================
 parts
============================================================ */
.corner {
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .corner {
    border-radius: 4px;
  }
}
.campaign {
  background: #E6A09A;
  padding: 12px 0;
  margin-top: 140px;
  font-size: 16px;
  color: #fff;
}
.campaign .inner900 {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.campaign a {
  color: #fff;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .campaign:hover a {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .campaign {
    padding: 7px 0;
    margin-top: 120px;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
  }
}
.free-contents,
.pane-contents {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .free-contents,
  .pane-contents {
    margin-top: 120px;
  }
}
.campaign + .pane-contents {
  margin-top: 0;
}
.common-bnr-wrap {
  max-width: 650px;
  margin: 100px auto 0 auto;
}
.common-bnr-wrap li {
  margin-top: 30px;
}
.common-bnr-wrap a {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .common-bnr-wrap a {
    border-radius: 4px;
  }
}
.common-bnr-wrap a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .common-bnr-wrap {
    width: 100%;
    max-width: 100%;
    margin: 40px auto 0 auto;
  }
  .common-bnr-wrap li {
    margin-top: 20px;
  }
}
/* ブランドラベル */
.block-pagecategory-page-list--category,
.block-page-caption--label {
  padding: 0.5em 0.55em 0.4em 0.55em;
  border-radius: 3px;
  border: 1px solid #f58220;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  vertical-align: middle;
}
.n1010,
.t2010,
.c4010 {
  /* すべて */
  color: #f58220;
  border-color: #f58220;
}
.n1020,
.t2020,
.c4020 {
  /* ちふれ */
  color: #003C71;
  border-color: #003C71;
}
.n1030,
.t2030,
.c4030 {
  /* 綾花 */
  color: #B9838C;
  border-color: #B9838C;
}
.n1040,
.t2040,
.c4040 {
  /* 潤肌実 */
  color: #a50034;
  border-color: #a50034;
}
.n1050,
.t2050,
.c4050 {
  /* HIKARIMIRAI */
  color: #418fde;
  border-color: #418fde;
}
.n1060,
.t2060,
.c4060 {
  /* do organic */
  color: #662000;
  border-color: #662000;
}
.n1070,
.t2070,
.c4070 {
  /* WA */
  color: #74b2e0;
  border-color: #74b2e0;
}
.n1080,
.t2080,
.c4080 {
  /* do natural */
  color: #95cbc6;
  border-color: #95cbc6;
}
.n1090,
.t2090,
.c4090 {
  /* BEAUTY UP TOOL */
  color: #000000;
  border-color: #000000;
}
.page-anc {
  margin-top: -105px;
  padding-top: 105px;
}
@media screen and (max-width: 767px) {
  .page-anc {
    margin-top: -60px;
    padding-top: 60px;
  }
}
.accordion > dl > dt {
  cursor: pointer;
}
.accordion > dl > dd {
  display: none;
}
.accordion.add-mark > dl > dt {
  position: relative;
  transition: all 0.3s;
  padding-right: 1.8em;
}
.accordion.add-mark > dl > dt:before,
.accordion.add-mark > dl > dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 1px;
  background: #666;
  transform: translateY(-50%);
}
.accordion.add-mark > dl > dt:after {
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
}
.accordion.add-mark > dl > dt.active:after {
  transform: rotate(0);
  opacity: 0;
}
.accordion.add-mark > dl.open > dd {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .accordion > dl.open .parent {
    color: #E6A09A;
  }
  .accordion > dl.open .parent.active:before,
  .accordion > dl.open .parent.active:after {
    background: #E6A09A;
  }
  .accordion > dl > dt:hover {
    color: #E6A09A;
    transition: all 0.3s;
  }
  .accordion.add-mark > dl > dt:hover:before,
  .accordion.add-mark > dl > dt:hover:after {
    background: #E6A09A;
  }
}
/* フリーコンテンツ パーツ */
.section-content-common {
  margin: 80px 0;
}
.section-content-common:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .section-content-common {
    margin: 40px 0;
  }
  .section-content-common .second-ttl {
    margin-bottom: 20px;
  }
  .section-content-common .third-ttl {
    margin-bottom: 20px;
  }
}
.section-content-border-bottom {
  padding: 60px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.section-content-border-bottom + .section-content-border-bottom {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .section-content-border-bottom {
    padding: 40px 0;
  }
}
.section-content-common p,
.section-content-border-bottom p,
.section-content-common ul,
.section-content-border-bottom ul,
.section-content-common dl,
.section-content-border-bottom dl {
  line-height: 2;
}
.section-content-common p,
.section-content-border-bottom p {
  margin-top: 2em;
  line-height: 2;
}
.section-content-common p:first-of-type,
.section-content-border-bottom p:first-of-type {
  margin-top: 0;
}
.section-content-common .fourth-ttl,
.section-content-border-bottom .fourth-ttl {
  margin-top: 2em;
  margin-bottom: 1em;
}
.section-content-common .mark-list,
.section-content-border-bottom .mark-list,
.section-content-common .common-table,
.section-content-border-bottom .common-table,
.section-content-common .dl-table,
.section-content-border-bottom .dl-table,
.section-content-common .dl-table2,
.section-content-border-bottom .dl-table2 {
  margin-top: 2em;
}
.section-content-common p.medium + .mark-list,
.section-content-border-bottom p.medium + .mark-list,
.section-content-common p.medium + .common-table,
.section-content-border-bottom p.medium + .common-table,
.section-content-common p.medium + .dl-table,
.section-content-border-bottom p.medium + .dl-table,
.section-content-common p.medium + .dl-table2,
.section-content-border-bottom p.medium + .dl-table2,
.section-content-common p.medium + p,
.section-content-border-bottom p.medium + p {
  margin-top: 1em;
}
.section-content-common .mark-list + .mark-list,
.section-content-border-bottom .mark-list + .mark-list {
  margin-top: 0;
}
.section-content-common .btn-wrap,
.section-content-border-bottom .btn-wrap {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .section-content-common .btn-wrap,
  .section-content-border-bottom .btn-wrap {
    margin-top: 30px;
  }
}
.free-main-content .section + .section {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .free-main-content .section + .section {
    margin-top: 40px;
  }
}
.free-contents-container {
  margin-bottom: 120px;
}
.free-contents-side-column {
  display: flex;
}
.free-contents-side-column-left {
  width: 240px;
  margin-right: 40px;
}
.free-contents-side-column-left .side-column-menu .parent {
  font-weight: 500;
  font-size: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: 1px solid #ccc;
}
.free-contents-side-column-left .side-column-menu .parent:last-of-type {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .free-contents-side-column-left .side-column-menu .parent.active a {
    color: #E6A09A;
  }
}
.free-contents-side-column-left .side-column-accordion > dl:last-of-type {
  border-bottom: 1px solid #ccc;
}
.free-contents-side-column-left .side-column-accordion > dl > dd {
  display: block;
  padding-bottom: 20px;
}
.free-contents-side-column-left .side-column-accordion .parent {
  font-weight: 500;
  font-size: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: 1px solid #ccc;
}
.free-contents-side-column-left .side-column-accordion .parent + dd .layer {
  padding-left: 1em;
}
.free-contents-side-column-left .side-column-accordion .layer > li a {
  font-size: 14px;
  display: block;
  padding: 0.3em 0;
}
.free-contents-side-column-right {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .free-contents-container {
    margin-bottom: 60px;
  }
  .free-contents-side-column {
    display: block;
  }
  .free-contents-side-column-left {
    width: 100%;
    margin-right: 0;
  }
  .free-contents-side-column-left .side-column-accordion > dl > dd {
    display: none;
  }
  .free-contents-side-column-left .side-column-accordion .parent {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .free-contents-side-column-left .side-column-accordion .layer > li a {
    font-size: 13px;
  }
  .free-contents-side-column-right {
    width: 100%;
    margin-top: 40px;
  }
}
.second-ttl {
  margin: 0 0 40px 0;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .second-ttl {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.third-ttl {
  margin: 0 0 30px 0;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .third-ttl {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
}
.fourth-ttl {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fourth-ttl {
    font-size: 14px;
  }
}
.border-ttl {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1.1em 1em;
  text-align: center;
  line-height: 2;
}
.border-ttl span {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .border-ttl {
    line-height: 1.7;
  }
  .border-ttl span {
    display: block;
    font-size: 11px;
  }
}
.bg-ttl {
  background: #EFEFEF;
  padding: 0.85em 1.1em;
}
.common-table {
  display: table;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.common-table th,
.common-table td {
  padding: 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.common-table th {
  background: #EFEFEF;
  font-weight: 500;
  font-size: 14px;
}
.common-table td {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .common-table th {
    font-size: 12px;
  }
  .common-table td {
    font-size: 12px;
  }
}
.dl-table {
  display: grid;
  border-top: 1px solid #ccc;
  grid-template-columns: 25% 1fr;
}
.dl-table dt,
.dl-table dd {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
}
.dl-table dt {
  grid-column: 1 / 2;
  font-weight: 500;
}
.dl-table dd {
  grid-column: 2 / 3;
}
@media screen and (min-width: 768px) {
  .dl-table.about-shop {
    grid-template-columns: 22% 1fr;
  }
}
@media screen and (max-width: 767px) {
  .dl-table {
    grid-template-columns: 1fr;
  }
  .dl-table dt {
    padding: 1em 0 0.3em 0;
    grid-column: 1 / 2;
    border-bottom: none;
  }
  .dl-table dd {
    padding: 0.3em 0 1em 0;
    grid-column: 1 / 2;
  }
}
.dl-table2 {
  display: flex;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.dl-table2 > dl {
  flex: 1;
  display: flex;
  flex-flow: column;
  margin-top: 0;
}
.dl-table2 > dl > dt,
.dl-table2 > dl > dd {
  padding: 1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.dl-table2 > dl > dt {
  background: #EFEFEF;
  font-size: 14px;
}
.dl-table2 > dl > dd {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .dl-table2 {
    display: block;
  }
  .dl-table2 > dl {
    flex-flow: row;
  }
  .dl-table2 > dl > dt {
    width: 25%;
    font-size: 12px;
  }
  .dl-table2 > dl > dd {
    flex: 1;
    font-size: 12px;
  }
}
.section-content-lead {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section-content-lead {
    margin-bottom: 40px;
  }
}
.mark-list {
  display: grid;
  align-items: baseline;
  grid-template-columns: auto 1fr;
  margin-left: 1em;
}
.mark-list dt {
  grid-column: 1 / 2;
  white-space: nowrap;
  margin-right: 1em;
  text-align: right;
}
.mark-list dd {
  grid-column: 2 / 3;
}
.mark-list .mark-list {
  margin: 0 0 0 0.5em;
}
/* ============================================================
 footer
============================================================ */
.block-footernav--content-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 4% 50px 4%;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.block-footernav--content-list > li {
  display: flex;
  text-align: left;
  margin-left: max(40px, 5%);
}
.block-footernav--content-list > li:first-child {
  margin-left: 0;
  width: 21%;
  min-width: 180px;
  max-width: 220px;
}
.block-footernav--content-list > li:first-child a {
  display: block;
}
.block-footernav--content-list > li dl {
  display: flex;
  flex-flow: column;
  line-height: 1.4;
}
.block-footernav--content-list > li dd {
  display: flex;
  flex-flow: column;
  margin-top: 10px;
  margin-left: 1.2em;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .block-footernav--content-list > li {
    flex: 1;
  }
  .block-footernav--content-list > li:first-child {
    min-width: 100%;
    margin-bottom: 50px;
  }
  .block-footernav--content-list > li:nth-child(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .block-footernav--content-list {
    display: block;
    padding: 0 0 30px 0;
  }
  .block-footernav--content-list > li {
    margin-left: 4%;
    margin-right: 4%;
  }
  .block-footernav--content-list > li:first-child {
    width: 100%;
    min-width: initial;
    max-width: 180px;
    margin-bottom: 10px;
  }
  .block-footernav--content-list > li:nth-child(2) {
    margin-left: 4%;
  }
  .block-footernav--content-list > li dl {
    margin-top: 10px;
  }
  .block-footernav--content-list > li dt {
    margin-top: 1em;
  }
  .block-footernav--content-list > li dd {
    margin-top: 1.2em;
    font-size: 12px;
  }
}
.block-footernav--item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-footernav--item-list > li {
  margin-left: 1em;
  margin-right: 1em;
  font-size: 14px;
  white-space: nowrap;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .block-footernav--item-list {
    display: block;
    padding-left: 4%;
    padding-right: 4%;
  }
  .block-footernav--item-list > li {
    margin: 1em 0 0 0;
    display: block;
    text-align: left;
  }
  .block-footernav--item-list a {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .sp,
  #sp-gnav,
  #hbg,
  .sp-gnav-outside {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* フリーエリアbase */
.free-contents {
  line-height: 1.7;
}
.free-contents .free-contents-second-ttl {
  /* h2 */
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .free-contents .free-contents-second-ttl {
    /* h2 */
    font-size: 16px;
    margin-bottom: 10px;
  }
}
/* ブランド紹介 左ナビ・シリーズ非表示 */
.page-category .pane-left-menu,
.page-category .block-category-list--sub {
  display: none;
}
/* TOPICS */
.topics .block-pagecategory-page-list--frame,
.top-topics .block-pagecategory-page-list--frame {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -3.3%;
}
.topics .block-pagecategory-page-list--page,
.top-topics .block-pagecategory-page-list--page {
  width: calc((100% / 3) - 3.3%);
  margin-left: 3.3%;
}
.topics .block-pagecategory-page-list--date,
.top-topics .block-pagecategory-page-list--date,
.topics .block-pagecategory-page-list--auto-new,
.top-topics .block-pagecategory-page-list--auto-new {
  display: none;
}
.topics .block-pagecategory-page-list--page-caption,
.top-topics .block-pagecategory-page-list--page-caption {
  margin-top: 20px;
}
.topics .block-pagecategory-page-list--page-caption a,
.top-topics .block-pagecategory-page-list--page-caption a {
  text-decoration: none;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .topics .slick-slider,
  .top-topics .slick-slider {
    position: static;
    width: calc(100% + (100vw - 100%) / 2);
  }
  .topics .slick-initialized .slick-slide,
  .top-topics .slick-initialized .slick-slide {
    margin-left: 8vw;
    width: 64vw;
    max-width: 64vw;
  }
  .topics .block-pagecategory-page-list--frame,
  .top-topics .block-pagecategory-page-list--frame {
    margin-left: 0;
  }
  .topics .block-pagecategory-page-list--page,
  .top-topics .block-pagecategory-page-list--page {
    margin-left: 0;
  }
}
.topics .block-pagecategory-page-list--page {
  margin-top: 60px;
}
.topics .block-pagecategory-page-list--page-image,
.topics .block-pagecategory-page-list--auto-new {
  margin-bottom: 20px;
}
.topics .block-pagecategory-page-list--page-caption {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .topics .block-pagecategory-page-list--frame {
    display: block;
    margin-left: 0;
  }
  .topics .block-pagecategory-page-list--page {
    width: 100%;
    margin-left: 0;
  }
  .topics .block-pagecategory-page-list--page {
    margin-top: 40px;
  }
  .topics .block-pagecategory-page-list--page-image {
    margin-bottom: 15px;
  }
  .topics .block-pagecategory-page-list--page-caption {
    margin-top: 7px;
  }
}
/* NEWS */
.news .block-pagecategory-page-list--page,
.top-news .block-pagecategory-page-list--page {
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.news .block-pagecategory-page-list--page:last-of-type,
.top-news .block-pagecategory-page-list--page:last-of-type {
  border-bottom: 1px solid #ccc;
}
.news .block-pagecategory-page-list--page-image,
.top-news .block-pagecategory-page-list--page-image {
  display: none;
}
.news .block-pagecategory-page-list {
  width: 900px;
  max-width: 900px;
  margin: 0 auto;
}
.news .block-pagecategory-page-list--page:first-of-type {
  border-top: 0;
}
@media screen and (max-width: 1200px) {
  .news .block-pagecategory-page-list {
    width: 100%;
    max-width: 100%;
  }
}
.topics .block-pagecategory-page-list--category,
.top-topics .block-pagecategory-page-list--category,
.news .block-pagecategory-page-list--category,
.top-news .block-pagecategory-page-list--category {
  display: inline-block;
  margin-right: 5px;
}
.top-topics .block-pagecategory-page-list--category {
  display: none;
}
.topics .pager-total,
.news .pager-total {
  display: none;
}
.topics .pane-main,
.news .pane-main {
  display: flex;
  flex-flow: column;
  overflow: visible;
}
.topics .scroll-wrap,
.news .scroll-wrap,
.topics .block-pagecategory-subcategory-list,
.news .block-pagecategory-subcategory-list {
  order: -1;
}
@media screen and (max-width: 767px) {
  .topics,
  .news {
    padding-left: 0;
    padding-right: 0;
  }
  .topics .pane-main,
  .news .pane-main {
    overflow: hidden;
  }
  .topics .block-pagecategory-page-list,
  .news .block-pagecategory-page-list {
    padding-left: 6.6%;
    padding-right: 6.6%;
  }
}
/* TOPICS/NEWS詳細ページ */
.page-page .pane-main {
  overflow: visible;
}
.page-page .pane-main > div > ul {
  display: none;
}
.page-page .block-page-caption {
  width: 800px;
  max-width: 800px;
  margin: 60px auto 0 auto;
}
.page-page .block-page-caption h1,
.page-page .block-page-caption .h1 {
  font-size: 24px;
  margin: 20px 0 50px 0;
}
.page-page .block-page-caption--meta {
  display: flex;
}
.page-page .block-page-caption--date {
  margin-right: 1em;
}
.page-page .block-page-caption--label {
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .page-page .block-page-caption {
    width: 100%;
    max-width: 100%;
    margin: 40px auto 0 auto;
  }
  .page-page .block-page-caption h1,
  .page-page .block-page-caption .h1 {
    font-size: 20px;
    margin: 15px 0 30px 0;
  }
  .page-page .block-page-caption--meta {
    display: block;
  }
  .page-page .block-page-caption--date {
    margin-bottom: 10px;
  }
}
.block-page-block--frame {
  margin-top: 60px;
  line-height: 2;
}
.block-page-block--frame h1 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px 0;
  line-height: 1.7;
  padding: 1.5em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.block-page-block--frame h2 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.block-page-block--frame h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.block-page-block--frame * + h1 {
  margin-top: 60px;
}
.block-page-block--frame * + h2 {
  margin-top: 20px;
}
.block-page-block--frame * + h3 {
  margin-top: 10px;
}
.block-page-block--frame ol {
  margin-top: 30px;
  list-style-type: decimal;
  padding-left: 2em;
}
.block-page-block--frame ol > li {
  list-style-type: decimal;
}
.block-page-block--frame ul {
  margin-top: 30px;
  list-style-type: disc;
  padding-left: 1.5em;
}
.block-page-block--frame ul > li {
  list-style-type: disc;
}
.block-page-block--frame table {
  margin-top: 30px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.block-page-block--frame table th,
.block-page-block--frame table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.5em 1em;
}
.block-page-block--frame table th {
  background: #EFEFEF;
  text-align: center;
  font-weight: 500;
}
.block-page-block--frame p {
  margin-top: 30px;
}
.block-page-block--frame h3 + p {
  margin-top: 10px;
}
.block-page-block--frame strong {
  font-weight: 500;
}
.block-page-block--frame .marker {
  background: linear-gradient(rgba(230, 160, 154, 0) 60%, rgba(230, 160, 154, 0.5) 61%);
}
.block-page-block--frame hr {
  margin-top: 60px;
  border-bottom: 1px solid #ccc;
}
.block-page-block--frame .ttl-img {
  border: none;
  padding: 0;
  margin: 0;
}
.block-page-block--frame h1.ttl-img {
  border: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.block-page-block--frame .cate-label {
  margin-top: 10px;
  display: inline-block;
  margin-right: 0.2em;
}
.block-page-block--frame .cate-label span {
  padding: 0.8em;
  display: inline-block;
  background: #EFEFEF;
  font-size: 11px;
  color: #666;
  line-height: 1;
  font-weight: 500;
}
.block-page-block--frame .cate-label .quasi-drugs {
  background: #999;
}
.block-page-block--frame .cate-label .recommend {
  background: #F58220;
}
.block-page-block--frame .cate-label .limited {
  background: #7FA2C6;
}
.block-page-block--frame .cate-label .new {
  background: #E6A09A;
}
.block-page-block--frame .cate-label .new-color {
  background: #7DC395;
}
.block-page-block--frame .cate-label .other01 {
  background: #D9C295;
}
.block-page-block--frame .cate-label .cate-label-corner {
  padding: 0.2em 0.5em 0.2em 0.55em;
  border-radius: 3px;
  line-height: 1.7;
  color: #fff;
}
.block-page-block--frame .cate-label + p {
  margin-top: 10px;
}
.block-page-block--frame .cate-label + .cate-label,
.block-page-block--frame .cate-label + br + .cate-label {
  margin-top: 10px;
}
.block-page-block--frame .btn-2colum {
  display: flex;
  justify-content: space-between;
}
.block-page-block--frame .btn-2colum .btn {
  flex: 1;
}
.block-page-block--frame .btn-2colum .btn:nth-child(odd) {
  margin-right: 10px;
}
.block-page-block--frame .btn-2colum .btn:nth-child(even) {
  margin-left: 10px;
}
.block-page-block--frame ul.reference-list1,
.block-page-block--frame ul.reference-list2 {
  padding-left: 0;
}
.block-page-block--frame .mark-list {
  margin-left: 0;
}
.block-page-block--frame .mark-list dt {
  margin-right: 0.5em;
}
.block-page-block--frame .mark-list + .mark-list {
  margin-top: 0;
}
.block-page-block--frame .label-ttl {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}
.block-page-block--frame .label-ttl dt,
.block-page-block--frame .label-ttl dd {
  align-self: stretch;
  display: flex;
  align-items: center;
}
.block-page-block--frame .label-ttl dt {
  color: #fff;
  background: #333;
  white-space: nowrap;
  padding: 0.5em 1em;
  letter-spacing: 0;
  line-height: 1.1;
}
.block-page-block--frame .label-ttl dt p {
  margin: 0;
  display: flex;
  align-items: center;
}
.block-page-block--frame .label-ttl dt span:first-of-type {
  font-size: 12px;
  border-bottom: 1px solid #fff;
}
.block-page-block--frame .label-ttl dt span:last-of-type {
  font-size: 36px;
  margin-left: 0.2em;
}
.block-page-block--frame .label-ttl dd {
  flex: 1;
  padding: 0.9em 1em;
  line-height: 1.5;
  background: #EFEFEF;
}
.block-page-block--frame .label-ttl.pink dt {
  background: #E6A09A;
}
.block-page-block--frame .block-page-block--contents-body-img-1column {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.block-page-block--frame .block-page-block--contents-body-img-1column img {
  margin: 0 auto;
}
.block-page-block--frame .block-page-block--contents-body-img-2column {
  /* 画像（2カラム） */
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.block-page-block--frame .block-page-block--contents-imgtext {
  /* 画像+本文 */
}
.block-page-block--frame .block-page-block--contents-imgtext img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
.block-page-block--frame .block-page-block--contents-imgtext h1 {
  margin-top: 20px;
}
.block-page-block--frame .relate-list {
  margin-top: 120px;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
.block-page-block--frame .relate-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  background: #EFEFEF;
  width: 150vw;
  height: 100%;
  z-index: -1;
}
.block-page-block--frame .relate-list a {
  text-decoration: none;
}
.block-page-block--frame .block-page-block--contents:not(.block-page-block--contents-goodslist),
.block-page-block--frame .block-page-block--freespace-top:not(.block-page-block--contents-goodslist),
.block-page-block--frame .block-page-block--freespace-bottom:not(.block-page-block--contents-goodslist) {
  width: 800px;
  max-width: 800px;
  margin: 0 auto;
}
.block-page-block--frame .block-page-block--contents:not(.block-page-block--contents-goodslist) a:not(.btn),
.block-page-block--frame .block-page-block--freespace-top:not(.block-page-block--contents-goodslist) a:not(.btn),
.block-page-block--frame .block-page-block--freespace-bottom:not(.block-page-block--contents-goodslist) a:not(.btn) {
  text-decoration: underline;
  color: #666;
}
@media (hover: hover) and (pointer: fine) {
  .block-page-block--frame .block-page-block--contents:not(.block-page-block--contents-goodslist) a:not(.btn):hover,
  .block-page-block--frame .block-page-block--freespace-top:not(.block-page-block--contents-goodslist) a:not(.btn):hover,
  .block-page-block--frame .block-page-block--freespace-bottom:not(.block-page-block--contents-goodslist) a:not(.btn):hover {
    color: #E6A09A;
    text-decoration: none;
  }
}
.block-page-block--frame .block-page-block--goods-name {
  text-decoration: none;
}
.block-page-block--frame .block-relate-item--header {
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 300;
}
.block-page-block--frame .block-page-block--contents-goodslist {
  display: flex;
  justify-content: flex-start;
  line-height: 1.7;
  margin-left: -20px;
}
.block-page-block--frame .block-page-block--contents-goodslist dl {
  background: #fff;
  margin-left: 20px;
  width: calc((100% / 4) - 20px);
}
.block-page-block--frame .block-page-block--contents-goodslist .block-page-block--goods-image {
  width: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.block-page-block--frame .block-page-block--contents-goodslist .block-page-block--goods-image a {
  overflow: hidden;
  display: block;
  transition: all 0.3s;
}
.block-page-block--frame .block-page-block--contents-goodslist dd {
  padding: 0 30px 30px 30px;
}
.block-page-block--frame .block-page-block--contents-goodslist a img {
  transition: all 0.3s;
  width: 100%;
}
.block-page-block--frame .block-page-block--contents-goodslist a figure {
  width: 100%;
  height: auto;
}
@media (hover: hover) and (pointer: fine) {
  .block-page-block--frame .block-page-block--contents-goodslist a:hover img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .block-page-block--frame {
    margin-top: 40px;
  }
  .block-page-block--frame h1 {
    font-size: 16px;
    margin: 0 0 15px 0;
    padding: 1em 0;
  }
  .block-page-block--frame h2 {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  .block-page-block--frame h3 {
    font-size: 14px;
  }
  .block-page-block--frame * + h1 {
    margin-top: 30px;
  }
  .block-page-block--frame * + h2 {
    margin-top: 10px;
  }
  .block-page-block--frame * + h3 {
    margin-top: 10px;
  }
  .block-page-block--frame ol,
  .block-page-block--frame ul {
    margin-top: 15px;
  }
  .block-page-block--frame table {
    margin-top: 15px;
  }
  .block-page-block--frame table th,
  .block-page-block--frame table td {
    padding: 0.3em 0.5em;
  }
  .block-page-block--frame p {
    margin-top: 15px;
  }
  .block-page-block--frame h3 + p {
    margin-top: 5px;
  }
  .block-page-block--frame hr {
    margin-top: 30px;
  }
  .block-page-block--frame h1.ttl-img {
    margin: 0 0 15px 0;
  }
  .block-page-block--frame .cate-label {
    margin-top: 5px;
  }
  .block-page-block--frame .cate-label span {
    font-size: 10px;
  }
  .block-page-block--frame .cate-label + .cate-label,
  .block-page-block--frame .cate-label + br + .cate-label {
    margin-top: 5px;
  }
  .block-page-block--frame .btn-2colum .btn:nth-child(odd) {
    margin-right: 5px;
  }
  .block-page-block--frame .btn-2colum .btn:nth-child(even) {
    margin-left: 5px;
  }
  .block-page-block--frame .label-ttl {
    display: block;
    font-size: 15px;
  }
  .block-page-block--frame .label-ttl dt {
    background: none;
    padding: 0;
  }
  .block-page-block--frame .label-ttl dt p {
    background: #333;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0.4em 0.5em;
  }
  .block-page-block--frame .label-ttl dt span:first-of-type {
    font-size: 10px;
  }
  .block-page-block--frame .label-ttl dt span:last-of-type {
    font-size: 18px;
  }
  .block-page-block--frame .label-ttl dd {
    padding: 0.6em 0.8em;
  }
  .block-page-block--frame .label-ttl.pink dt {
    background: none;
  }
  .block-page-block--frame .label-ttl.pink dt p {
    background: #E6A09A;
  }
  .block-page-block--frame .block-page-block--contents-body-img-1column {
    width: 100%;
  }
  .block-page-block--frame .block-page-block--contents-body-img-2column {
    /* 画像（2カラム） */
    width: 74%;
  }
  .block-page-block--frame .block-page-block--contents-imgtext {
    /* 画像+本文 */
  }
  .block-page-block--frame .block-page-block--contents-imgtext img {
    width: 74%;
  }
  .block-page-block--frame .relate-list {
    margin-top: 60px;
    padding: 60px 0;
  }
  .block-page-block--frame .block-page-block--contents:not(.block-page-block--contents-goodslist),
  .block-page-block--frame .block-page-block--freespace-top:not(.block-page-block--contents-goodslist),
  .block-page-block--frame .block-page-block--freespace-bottom:not(.block-page-block--contents-goodslist) {
    width: 100%;
    max-width: 100%;
  }
  .block-page-block--frame .block-relate-item--header {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .block-page-block--frame .block-page-block--contents-goodslist {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6.6%;
    margin-top: -20px;
  }
  .block-page-block--frame .block-page-block--contents-goodslist dl {
    width: calc((100% / 2) - 6.6%);
    margin-left: 6.6%;
    margin-top: 20px;
  }
  .block-page-block--frame .block-page-block--contents-goodslist dd {
    padding: 0 15px 15px 15px;
  }
}
.block-page-block--goods-comment {
  display: none;
}
/* カテゴリから探す */
.category-list > li {
  margin-top: 60px;
}
.category-list > li:first-child {
  margin-top: 0;
}
.category-list .category-child-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.category-list .category-child-list > li {
  margin-top: 20px;
  width: calc((100% / 4) - 20px);
  margin-left: 20px;
}
.category-list .category-child-list a {
  display: flex;
  align-items: center;
}
.category-list .category-child-list a figure {
  width: 60px;
  height: 60px;
  background: #EFEFEF;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
}
.category-list .category-child-list a span {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .category-list > li {
    margin-top: 40px;
  }
  .category-list .category-child-list {
    margin-left: -4.2%;
  }
  .category-list .category-child-list > li {
    margin-top: 15px;
    width: calc((100% / 2) - 4.2%);
    margin-left: 4.2%;
  }
  .category-list .category-child-list a figure {
    width: 45px;
    height: 45px;
    margin-right: 7px;
  }
}
@media screen and (min-width: 768px) {
  .category-list + .section .reference-list1 {
    margin-top: 0;
  }
}
/* 肌悩みから探す */
.skincondition .category-ttl {
  margin-top: 40px;
}
.skincondition .category-child-list > li {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .skincondition .category-ttl {
    margin-top: 20px;
  }
  .skincondition .category-child-list {
    margin-left: 0;
  }
  .skincondition .category-child-list > li {
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
  }
  .skincondition .category-child-list > li a {
    line-height: 13px;
  }
}
/* ブランドから探す */
.brand-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -60px;
  margin-left: -4.5%;
}
.brand-list li {
  width: calc((100% / 3) - 4.5%);
  margin-top: 60px;
  margin-left: 4.5%;
}
.brand-list li a {
  display: block;
  transition: all 0.3s;
}
.brand-list li figure {
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .brand-list li figure {
    border-radius: 4px;
  }
}
.brand-list li img {
  object-fit: cover;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .brand-list li img:hover {
    transform: scale(1.05);
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .brand-list {
    display: block;
    margin-top: -40px;
    margin-left: 0;
  }
  .brand-list li {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
  .brand-list img {
    aspect-ratio: 650 / 360;
  }
}
.brand-page--header,
.block-relate-item--header {
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.16;
}
.brand-page--header:after,
.block-relate-item--header:after {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .brand-page--header,
  .block-relate-item--header {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .brand-page--header:after,
  .block-relate-item--header:after {
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.4;
  }
}
.block-relate-item--header:after {
  content: "関連商品";
}
/* ブランド別ページ */
.page-category {
  /* シリーズ */
}
.page-category .pane-main {
  overflow: visible;
}
.page-category .brand-anc-wrap {
  position: relative;
  z-index: 0;
}
.page-category .brand-anc-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  background: #EFEFEF;
  width: 150vw;
  height: 100%;
  z-index: -1;
}
.page-category .brand-anc-wrap ul {
  display: flex;
  justify-content: center;
  padding: 0 17.2%;
}
.page-category .brand-anc-wrap li {
  width: calc(100% / 3);
  text-align: center;
  padding: 10px;
  position: relative;
}
.page-category .brand-anc-wrap li:before,
.page-category .brand-anc-wrap li:after {
  content: "";
  position: absolute;
  top: 27px;
  height: calc(100% - (27px * 2));
}
.page-category .brand-anc-wrap li:before {
  left: 0;
  border-left: 1px solid #ccc;
}
.page-category .brand-anc-wrap li:last-child:after {
  right: 0;
  border-left: 1px solid #ccc;
}
.page-category .brand-anc-wrap a {
  display: flex;
  flex-flow: column;
  padding: 20px 0 33px 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.15;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-category .brand-anc-wrap a {
    border-radius: 4px;
  }
}
.page-category .brand-anc-wrap a:after {
  content: "";
  position: absolute;
}
.page-category .brand-anc-wrap a:after {
  bottom: 20px;
  left: calc(50% - 6px);
  width: 6px;
  height: 12px;
  background: url(../../img/usr/common/arrow_next.svg) no-repeat center center / contain;
  transform: rotate(90deg);
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .page-category .brand-anc-wrap a:hover {
    color: #fff;
    background: #999;
  }
  .page-category .brand-anc-wrap a:hover:after {
    bottom: 17px;
    background: url(../../img/usr/common/arrow_white_next.svg) no-repeat center center / contain;
  }
}
.page-category .brand-cont-wrap {
  padding: 120px 0;
}
.page-category #about .brand-cont-wrap {
  padding-top: 80px;
}
.page-category #series .brand-cont-wrap {
  position: relative;
  z-index: 0;
}
.page-category #series .brand-cont-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  background: #EFEFEF;
  width: 150vw;
  height: 100%;
  z-index: -1;
}
.page-category #brand-item-list .brand-cont-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.page-category #brand-item-list .brand-page--header {
  margin-top: 120px;
}
.page-category .brand-page-chifure #about .brand-page--header:after {
  content: "ちふれについて";
}
.page-category .brand-page-chifure #series .brand-page--header:after {
  content: "ちふれシリーズ";
}
.page-category .brand-page-chifure #brand-item-list .brand-page--header:after {
  content: "ちふれ商品一覧";
}
.page-category .brand-page-do #about .brand-page--header:after {
  content: "do organicについて";
}
.page-category .brand-page-do #series .brand-page--header:after {
  content: "do organicシリーズ";
}
.page-category .brand-page-do #brand-item-list .brand-page--header:after {
  content: "do organic商品一覧";
}
.page-category .brand-page-wa #about .brand-page--header:after {
  content: "WA by do organicについて";
}
.page-category .brand-page-wa #series .brand-page--header:after {
  content: "WA by do organicシリーズ";
}
.page-category .brand-page-wa #brand-item-list .brand-page--header:after {
  content: "WA by do organic商品一覧";
}
.page-category .brand-page-dn #about .brand-page--header:after {
  content: "do naturalについて";
}
.page-category .brand-page-dn #series .brand-page--header:after {
  content: "do naturalシリーズ";
}
.page-category .brand-page-dn #brand-item-list .brand-page--header:after {
  content: "do natural商品一覧";
}
.page-category .brand-page-hm #about .brand-page--header:after {
  content: "HIKARIMIRAIについて";
}
.page-category .brand-page-hm #series .brand-page--header:after {
  content: "HIKARIMIRAIシリーズ";
}
.page-category .brand-page-hm #brand-item-list .brand-page--header:after {
  content: "HIKARIMIRAI商品一覧";
}
.page-category .brand-page-ayaka #about .brand-page--header:after {
  content: "綾花について";
}
.page-category .brand-page-ayaka #series .brand-page--header:after {
  content: "綾花シリーズ";
}
.page-category .brand-page-ayaka #brand-item-list .brand-page--header:after {
  content: "綾花商品一覧";
}
.page-category .brand-page-uruhadami #about .brand-page--header:after {
  content: "潤肌実について";
}
.page-category .brand-page-uruhadami #series .brand-page--header:after {
  content: "潤肌実シリーズ";
}
.page-category .brand-page-uruhadami #brand-item-list .brand-page--header:after {
  content: "潤肌実商品一覧";
}
.page-category .brand-page-but #about .brand-page--header:after {
  content: "BEAUTY UP TOOLについて";
}
.page-category .brand-page-but #series .brand-page--header:after {
  content: "BEAUTY UP TOOLシリーズ";
}
.page-category .brand-page-but #brand-item-list .brand-page--header:after {
  content: "BEAUTY UP TOOL商品一覧";
}
.page-category .brand-main-copy {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  line-height: 2;
  text-align: center;
}
.page-category .brand-philosophy {
  text-align: center;
  line-height: 2;
}
.page-category .brand-philosophy p {
  margin-top: 2em;
}
.page-category .brand-details dl {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.page-category .brand-details dt {
  width: 47%;
}
.page-category .brand-details dd {
  width: 43.5%;
}
.page-category .brand-details p {
  margin-top: 2em;
  line-height: 2;
}
.page-category .brand-details li:nth-child(even) dl {
  flex-flow: row-reverse;
}
.page-category .brand-details-ttl {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.75;
}
.page-category .brand-series {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-bottom: 40px;
  margin-left: -5%;
}
.page-category .brand-series > li {
  width: calc((100% / 3) - 5%);
  margin-top: 40px;
  margin-left: 5%;
}
.page-category .brand-series-ttl {
  margin: 20px 0 15px 0;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
}
.page-category .brand-series p {
  line-height: 1.7;
}
.page-category .brand-series a img {
  transition: all 0.3s;
}
.page-category .brand-series a figure {
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .page-category .brand-series a:hover img {
    transform: scale(1.05);
  }
}
.page-category .brand-series ul.reference-list1,
.page-category .brand-series ul.reference-list2 {
  margin-top: 15px;
}
.page-category .btn-wrap {
  margin-top: 80px;
  margin-bottom: 10px;
}
.page-category .brand-about-accordion {
  position: relative;
}
.page-category .brand-about-accordion .handle {
  position: absolute;
  bottom: 0;
  left: calc(50% - 3.3em);
  z-index: 1;
}
.page-category .brand-about-accordion .handle > div {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #666;
  padding-bottom: 6px;
  transition: all 0.3s;
}
.page-category .brand-about-accordion .handle span {
  margin-left: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid #666;
  border-radius: 100%;
  display: block;
  position: relative;
  transition: all 0.3s;
}
.page-category .brand-about-accordion .handle span:before,
.page-category .brand-about-accordion .handle span:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 8px;
  height: 1px;
  background: #666;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.page-category .brand-about-accordion .handle span:after {
  transform: translateY(-50%) rotate(90deg);
}
@media (hover: hover) and (pointer: fine) {
  .page-category .brand-about-accordion .handle:hover {
    color: #E6A09A;
  }
  .page-category .brand-about-accordion .handle:hover > div {
    border-color: #E6A09A;
  }
  .page-category .brand-about-accordion .handle:hover span {
    border-color: #E6A09A;
  }
  .page-category .brand-about-accordion .handle:hover span:before,
  .page-category .brand-about-accordion .handle:hover span:after {
    background: #E6A09A;
  }
}
.page-category .brand-about-accordion .content {
  height: 240px;
  overflow: hidden;
  position: relative;
  display: block;
  transition: all 0.3s;
}
.page-category .brand-about-accordion .content:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 170px;
  padding-top: 60px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 45%);
  transition: all 0.3s;
}
.page-category .brand-about-accordion .content.open {
  height: auto;
}
.page-category .brand-about-accordion .content.open:after {
  opacity: 0;
  z-index: -2;
}
.page-category #filtertab {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.page-category #filtertab li {
  flex: 1;
  align-self: stretch;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-category #filtertab li.is-active a {
  font-weight: 500;
  color: #333;
}
.page-category #filtertab li.is-active a:after {
  background: #666;
}
.page-category #filtertab a {
  display: block;
  transition: all 0.3s;
  padding-bottom: 1em;
  text-decoration: none;
  color: #666;
  line-height: 1.3;
}
.page-category #filtertab a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .page-category #filtertab a:hover {
    color: #E6A09A;
  }
}
.page-category .series-kv-area {
  position: relative;
  overflow: hidden;
}
.page-category .series-kv-area .series-ttl {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  color: #fff;
  margin-top: -10px;
}
.page-category .series-kv-area h1 {
  line-height: 1.16;
  margin-top: 5px;
  margin-bottom: 10px;
}
.page-category .series-kv-area .brand-name {
  font-size: 24px;
}
.page-category .series-kv-area .kv {
  margin-top: 0;
  position: relative;
}
.page-category .series-kv-area .kv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(153, 153, 153, 0.9);
  mix-blend-mode: multiply;
}
.page-category .block-category-list--comment {
  width: 800px;
  max-width: 800px;
  margin: -20px auto 50px auto;
  line-height: 2;
}
.page-category .block-category-list--comment p {
  margin-top: 2em;
}
.page-category .block-category-list--comment p:first-of-type {
  margin-top: 0;
}
.page-category .block-category-list--comment .reference-list,
.page-category .block-category-list--comment .reference-list2 {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .page-category .block-pickup-list-p--items {
    margin-left: -1.8%;
  }
  .page-category .block-pickup-list-p--items > li {
    width: calc((100% / 4) - 1.8%);
    margin-left: 1.8%;
  }
}
@media screen and (max-width: 767px) {
  .page-category {
    /* シリーズ */
  }
  .page-category .pane-main {
    overflow: hidden;
  }
  .page-category .block-category-list--goods {
    padding-left: 6.6%;
    padding-right: 6.6%;
  }
  .page-category .scroll-wrap:before {
    display: none;
  }
  .page-category .scroll {
    padding-left: calc(100vw - 93.4vw);
  }
  .page-category .brand-anc-wrap ul {
    padding: 0 7.4%;
  }
  .page-category .brand-anc-wrap li {
    padding: 0 0 14px 0;
  }
  .page-category .brand-anc-wrap li:before,
  .page-category .brand-anc-wrap li:after {
    top: 14px;
    height: calc(100% - (14px * 2));
  }
  .page-category .brand-anc-wrap a {
    padding: 14px 0 14px 0;
    font-size: 14px;
  }
  .page-category .brand-anc-wrap a:after {
    bottom: 0;
    left: calc(50% - 5px);
    width: 5px;
    height: 10px;
  }
  .page-category .brand-cont-wrap {
    padding: 60px 0;
  }
  .page-category #brand-item-list .brand-cont-wrap {
    padding-bottom: 0;
  }
  .page-category #brand-item-list .brand-page--header {
    margin-top: 60px;
  }
  .page-category .brand-main-copy {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
  }
  .page-category .brand-philosophy {
    text-align: left;
  }
  .page-category .brand-details dl {
    margin-top: 30px;
    display: block;
  }
  .page-category .brand-details dt {
    width: 100%;
  }
  .page-category .brand-details dd {
    width: 100%;
  }
  .page-category .brand-details p {
    margin-top: 1.5em;
  }
  .page-category .brand-details-ttl {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.7;
  }
  .page-category .brand-series {
    display: block;
    margin-top: -10px;
    margin-bottom: 0;
    margin-left: 0;
  }
  .page-category .brand-series > li {
    width: 100%;
    margin-left: 0;
  }
  .page-category .brand-series-ttl {
    margin: 20px 0 10px 0;
    font-size: 16px;
    line-height: 1.7;
  }
  .page-category .btn-wrap {
    margin-top: 40px;
  }
  .page-category #filtertab li {
    width: 130px;
  }
  .page-category #filtertab a {
    white-space: nowrap;
  }
  .page-category .series-kv-area .series-ttl {
    padding: 0 6.6%;
  }
  .page-category .series-kv-area .brand-name {
    font-size: 21px;
  }
  .page-category .block-category-list--comment {
    padding-left: 6.6%;
    padding-right: 6.6%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 40px auto;
  }
}
/* 検索結果 不要なツリー表示非表示 */
#block_of_genretree {
  display: none;
}
/* 検索結果 入力フォーム非表示 */
.fieldset.block-search-goods--condition-items,
.fieldset-vertical.block-search-goods--condition-items {
  font-size: 18px;
}
.fieldset.block-search-goods--condition-items > div,
.fieldset-vertical.block-search-goods--condition-items > div {
  display: none;
}
.fieldset.block-search-goods--condition-items .form-group,
.fieldset-vertical.block-search-goods--condition-items .form-group {
  border: none;
}
.fieldset.block-search-goods--condition-items .form-control,
.fieldset-vertical.block-search-goods--condition-items .form-control {
  padding: 0 0 10px 0;
  display: block;
}
.fieldset.block-search-goods--condition-items .form-control input,
.fieldset-vertical.block-search-goods--condition-items .form-control input {
  border: none;
}
.fieldset.block-search-goods--condition-items .form-control > span,
.fieldset-vertical.block-search-goods--condition-items .form-control > span {
  font-weight: 500;
}
.fieldset.block-search-goods--condition-items .block-search-goods--keyword,
.fieldset-vertical.block-search-goods--condition-items .block-search-goods--keyword {
  display: block;
}
.fieldset.block-search-goods--condition-items .block-search-goods--keyword .form-label,
.fieldset-vertical.block-search-goods--condition-items .block-search-goods--keyword .form-label {
  display: none;
}
.fieldset.block-search-goods--condition-items .block-search-goods--keyword input[type="text"][disabled],
.fieldset-vertical.block-search-goods--condition-items .block-search-goods--keyword input[type="text"][disabled] {
  background: none;
  cursor: text;
  width: calc(100% - 6em);
  padding: 0;
  color: #333;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .fieldset.block-search-goods--condition-items,
  .fieldset-vertical.block-search-goods--condition-items {
    font-size: 15px;
  }
}
.block-search-goods--condition-items + .action-buttons {
  /* 検索結果の検索ボタン非表示 */
  display: none;
}
.page-search form {
  order: -2;
}
ul.reference-list1,
ul.reference-list2 {
  margin-top: 30px;
  font-size: 12px;
  line-height: 1.5;
}
ul.reference-list1 > li,
ul.reference-list2 > li {
  display: flex;
  align-items: baseline;
}
ul.reference-list1 > li:before {
  content: "※";
  white-space: nowrap;
  margin-right: 0.5em;
}
ul.reference-list2 {
  counter-reset: li;
}
ul.reference-list2 > li:before {
  counter-increment: li;
  content: "＊" counter(li) "";
  text-align: left;
  white-space: nowrap;
  margin-right: 0.5em;
}
.border-box {
  padding: 30px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.border-box h1 {
  margin-bottom: 0;
  border: 0;
  padding: 0;
}
.border-box h1 + p {
  margin-top: 15px;
}
.border-box .icon-pdf {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}
.border-box .icon-pdf img {
  width: auto;
  height: 1.3em;
}
.bg-box,
.note-box {
  background: #EFEFEF;
}
.bg-box p:first-of-type,
.note-box p:first-of-type,
.bg-box ul:first-of-type,
.note-box ul:first-of-type,
.bg-box ol:first-of-type,
.note-box ol:first-of-type,
.bg-box div:first-of-type,
.note-box div:first-of-type {
  margin-top: 0;
}
.bg-box {
  padding: 40px;
}
.note-box {
  padding: 30px;
}
ul.product-list-2colum,
ul.product-list-just3column {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 60px;
  list-style: none;
  padding: 0;
}
ul.product-list-2colum > li,
ul.product-list-just3column > li {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
ul.product-list-2colum > li:before,
ul.product-list-just3column > li:before {
  display: none;
}
ul.product-list-2colum {
  margin-left: -2%;
}
ul.product-list-2colum > li {
  width: calc((100% / 2) - 2%);
  margin-left: 2%;
}
ul.product-list-2colum dd {
  padding: 0 20px;
}
ul.product-list-just3column {
  margin-left: -1.5%;
}
ul.product-list-just3column > li {
  width: calc((100% / 3) - 1.5%);
  margin-left: 1.5%;
}
ul.product-list-just3column dd {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  ul.reference-list1,
  ul.reference-list2 {
    margin-top: 15px;
    font-size: 11px;
  }
  .border-box {
    padding: 20px 0;
  }
  .border-box h1 + p {
    margin-top: 10px;
  }
  .bg-box,
  .note-box {
    padding: 20px;
  }
  ul.product-list-2colum,
  ul.product-list-just3column {
    display: block;
    margin-top: 40px;
    margin-left: 0;
  }
  ul.product-list-2colum > li,
  ul.product-list-just3column > li {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  ul.product-list-2colum dt,
  ul.product-list-just3column dt {
    width: 74%;
    margin: 0 auto;
  }
  ul.product-list-2colum dd,
  ul.product-list-just3column dd {
    padding: 0;
  }
}
.payment-list {
  display: grid;
  grid-template-columns: auto 1fr;
}
.payment-list dt {
  grid-column: 1 / 2;
  margin-right: 2em;
  display: grid;
  place-content: center;
  font-weight: 500;
}
.payment-list dd {
  margin: 15px 0;
  grid-column: 2 / 3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 36px;
}
.payment-list dd img {
  width: auto;
  height: 36px;
  margin-right: 1em;
}
.payment-list dd.payment-other img {
  height: 32px;
}
@media screen and (max-width: 767px) {
  .payment-list {
    display: block;
    max-width: 100%;
  }
  .payment-list dt {
    display: block;
  }
  .payment-list dd {
    margin: 5px 0 10px 0;
    height: auto;
    flex-wrap: wrap;
  }
  .payment-list dd img {
    height: 21px;
    margin-right: 0.5em;
    margin-bottom: 5px;
  }
  .payment-list dd.payment-other img {
    height: 20px;
  }
}
.ec-contact-info {
  background: #EFEFEF;
  padding: 40px;
}
.ec-contact-info-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ec-contact-info-list li {
  width: 48%;
  align-self: stretch;
}
.ec-contact-info-list .ec-contact-info-link,
.ec-contact-info-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 100%;
  height: 100%;
}
.ec-contact-info-list .ec-contact-info-link {
  background: #fff;
}
.ec-contact-info-tel .ec-contact-info-link {
  padding: 1em;
  flex-flow: column;
}
.ec-contact-info-tel a {
  font-size: 24px;
  font-weight: 500;
}
.ec-contact-info-tel a:before {
  content: "";
  width: 34px;
  height: 30px;
  margin-right: 0.5em;
  background: url(../../img/usr/common/icon_free-dial.svg) no-repeat center center / contain;
}
@media screen and (min-width: 768px) {
  .ec-contact-info-tel a[href^="tel:"] {
    pointer-events: none;
  }
}
.ec-contact-info-tel-ttl {
  margin: 0;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
.ec-contact-info-mailform a {
  padding: 1em;
  font-size: 18px;
  font-weight: 500;
}
.ec-contact-info-mailform a:before {
  content: "";
  width: 26px;
  height: 26px;
  margin-right: 0.5em;
  background: url(../../img/usr/common/icon_mail.svg) no-repeat center center / contain;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .ec-contact-info-mailform a:hover:before {
    background: url(../../img/usr/common/icon_mail_pink.svg) no-repeat center center / contain;
    transition: all 0.3s;
  }
}
.ec-contact-info .second-ttl {
  text-align: center;
}
@media screen and (max-width: 990px) {
  .ec-contact-info {
    padding: 30px 6.6%;
  }
  .ec-contact-info-list {
    margin-top: 0!important;
  }
  .ec-contact-info-list li {
    width: 100%;
  }
  .ec-contact-info-list .ec-contact-info-link,
  .ec-contact-info-list a {
    height: auto;
  }
  .ec-contact-info-tel {
    order: 1;
  }
  .ec-contact-info-tel a {
    font-size: 18px;
  }
  .ec-contact-info-tel a:before {
    width: 28px;
    height: 24px;
  }
  .ec-contact-info-tel-ttl {
    font-size: 12px;
  }
  .ec-contact-info-mailform {
    order: 2;
    margin-top: 20px;
  }
  .ec-contact-info-mailform a {
    padding: 1.5em;
    font-size: 15px;
  }
  .ec-contact-info-mailform a:before {
    width: 20px;
    height: 20px;
  }
}
/* ============================================================
 welcome
============================================================ */
.page-welcome .section-content-lead {
  margin-bottom: 60px;
  text-align: center;
}
.page-welcome .welcome-brand-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -1.8%;
  margin-top: -20px;
}
.page-welcome .welcome-brand-list li {
  width: calc((100% / 4) - 1.8%);
  margin-left: 1.8%;
  margin-top: 20px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-welcome .welcome-brand-list li {
    border-radius: 4px;
  }
}
.page-welcome .welcome-brand-list a {
  display: block;
}
.page-welcome .welcome-brand-list figure {
  border-radius: 6px;
  overflow: hidden;
}
.page-welcome .welcome-brand-list img {
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .page-welcome .welcome-brand-list img:hover {
    transition: all 0.3s;
    transform: scale(1.05);
  }
}
.page-welcome .icon-ttl {
  margin-top: 60px;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.5;
}
.page-welcome .icon-ttl:first-of-type {
  margin-top: 0;
}
.page-welcome .icon-ttl:before,
.page-welcome .icon-ttl:after {
  content: "";
}
.page-welcome .icon-ttl:before {
  width: 60px;
  height: 60px;
  background: #EFEFEF;
  border-radius: 100%;
  margin-right: 10px;
}
.page-welcome .icon-ttl:after {
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  width: 60px;
  height: 60px;
}
.page-welcome .icon-ttl span {
  flex: 1;
}
.page-welcome .icon-ttl.welcome-about-shop:after {
  background: url(../../img/usr/welcome/icon_cart.svg) no-repeat center center / contain;
}
.page-welcome .icon-ttl.welcome-about-shipping:after {
  background: url(../../img/usr/welcome/icon_shipping.svg) no-repeat center center / contain;
}
.page-welcome .icon-ttl.welcome-about-payment:after {
  background: url(../../img/usr/welcome/icon_payment.svg) no-repeat center center / contain;
}
.page-welcome .icon-ttl.welcome-about-agreement:after {
  background: url(../../img/usr/welcome/icon_agreement.svg) no-repeat center center / contain;
}
.page-welcome .icon-ttl.welcome-about-point:after {
  background: url(../../img/usr/welcome/icon_point.svg) no-repeat center center / contain;
}
.page-welcome .icon-ttl.welcome-about-mailmag:after {
  background: url(../../img/usr/welcome/icon_mailmag.svg) no-repeat center center / contain;
}
.page-welcome .icon-ttl.welcome-about-fav:after {
  background: url(../../img/usr/welcome/icon_fav.svg) no-repeat center center / contain;
}
.page-welcome figure {
  margin: 2em auto;
  max-width: 100%;
}
.page-welcome .payment-list {
  margin-top: 40px;
}
.page-welcome .after-table {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-welcome .section-content-lead {
    margin-bottom: 30px;
    text-align: left;
  }
  .page-welcome .welcome-brand-list {
    margin-left: -4.4%;
    margin-top: -15px;
  }
  .page-welcome .welcome-brand-list li {
    width: calc((100% / 2) - 4.4%);
    margin-left: 4.4%;
    margin-top: 15px;
  }
  .page-welcome .icon-ttl {
    margin-top: 45px;
  }
  .page-welcome .icon-ttl:before {
    width: 45px;
    height: 45px;
  }
  .page-welcome .icon-ttl:after {
    top: calc(50% - 22px);
    width: 45px;
    height: 45px;
  }
  .page-welcome .payment-list {
    margin-top: 20px;
  }
  .page-welcome .after-table {
    text-align: left;
  }
}
/* ============================================================
 guide
============================================================ */
@media screen and (max-width: 767px) {
  .page-guide .second-ttl {
    text-align: center;
  }
}
.guide-cont.accordion > dl {
  border-bottom: 1px solid #ccc;
  margin-top: 0;
}
.guide-cont.accordion > dl:first-of-type {
  border-top: 1px solid #ccc;
}
.guide-cont.accordion > dl.open .parent {
  color: #333;
}
.guide-cont.accordion > dl > dt {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  padding-left: 1.5em;
  font-weight: 500;
}
.guide-cont.accordion > dl > dt .guide-step-num {
  color: #E6A09A;
  margin-right: 1em;
}
.guide-cont.accordion > dl > dd {
  padding: 0 1.5em 4em 1.5em;
}
.guide-cont.accordion > dl .parent {
  display: flex;
}
.guide-cont.accordion > dl figure {
  max-width: 600px;
}
.guide-cont.accordion > dl figure img {
  border: 1px solid #ccc;
}
.guide-cont figure {
  margin: 2em auto 0 auto;
  max-width: 100%;
}
.guide-cont p + .section-content-border-bottom {
  margin-top: 60px;
}
.guide-cont .security-code {
  max-width: 442px;
  margin-left: 0;
  margin-right: 0;
}
.guide-cont .payment-logo {
  margin: 0 auto 2em 0;
}
.guide-cont .payment-logo img {
  margin: 0 auto 0 0;
  width: auto;
  height: 75px;
}
.guide-cont .point-calc {
  margin-top: 2em;
  padding: 30px;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .guide-cont.accordion > dl.open .parent:hover {
    color: #E6A09A;
  }
}
@media screen and (max-width: 767px) {
  .guide-cont.accordion > dl:last-of-type {
    margin-bottom: 40px;
  }
  .guide-cont.accordion > dl > dt {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    padding-left: 0.8em;
  }
  .guide-cont.accordion > dl > dd {
    padding: 0 0.8em 3em 0.8em;
  }
  .guide-cont p + .section-content-border-bottom {
    margin-top: 40px;
  }
  .guide-cont .payment-logo {
    max-width: 100%;
    margin: 0 auto 2em auto;
  }
  .guide-cont .payment-logo img {
    margin: 0 auto;
    width: auto;
    height: 55px;
  }
}
/* ============================================================
 faq
============================================================ */
.page-faq .third-ttl {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-faq .second-ttl {
    text-align: center;
  }
}
.faq-cont.accordion > dl {
  border-bottom: 1px solid #ccc;
  margin-top: 0;
}
.faq-cont.accordion > dl > dt {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  padding-left: 1.5em;
  font-weight: 500;
}
.faq-cont.accordion > dl > dt p:before {
  content: "Q. ";
  display: inline;
}
.faq-cont.accordion > dl > dt.active {
  color: #E6A09A;
}
.faq-cont.accordion > dl > dt.active:before,
.faq-cont.accordion > dl > dt.active:after {
  background: #E6A09A;
}
.faq-cont.accordion > dl > dd {
  padding: 0 1.5em 1.6em 1.5em;
}
.faq-cont.accordion .mark-list {
  margin-left: 0;
}
.faq-cont.accordion .mark-list dt {
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .faq-cont a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .faq-cont.accordion > dl:last-of-type {
    margin-bottom: 40px;
  }
  .faq-cont.accordion > dl > dt {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    padding-left: 0.8em;
  }
  .faq-cont.accordion > dl > dd {
    padding: 0 0.8em 1.2em 0.8em;
  }
  .faq-cont a[href^="tel:"] {
    text-decoration: underline;
  }
}
/* ============================================================
 contact
============================================================ */
.page-contact .bg-box {
  margin-bottom: 40px;
  text-align: center;
}
.page-contact .bg-box .btn {
  max-width: 320px;
  line-height: 50px;
  font-feature-settings: normal;
}
.page-contact .third-ttl {
  margin-bottom: 20px;
}
.page-contact .tel-link {
  margin-top: 1.4em;
}
.page-contact .tel-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
.page-contact .tel-link a:before {
  content: "";
  width: 52px;
  height: 30px;
  margin-right: 0.2em;
  background: url(../../img/usr/common/icon_free-dial.svg) no-repeat center center / contain;
}
@media screen and (min-width: 768px) {
  .page-contact .tel-link a[href^="tel:"] {
    pointer-events: none;
  }
}
.page-contact div.contact-detail-list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.page-contact div.contact-detail-list .contact-detail-list-inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.page-contact .brand-contact-btn-list {
  max-width: 660px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.page-contact .brand-contact-btn-list li {
  width: 50%;
  display: flex;
  margin-top: 20px;
}
.page-contact .brand-contact-btn-list li:nth-child(odd) {
  justify-content: flex-start;
}
.page-contact .brand-contact-btn-list li:nth-child(even) {
  justify-content: flex-end;
}
.page-contact .brand-contact-btn-list .btn {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .page-contact .bg-box {
    margin-bottom: 30px;
  }
  .page-contact .tel-link a {
    font-size: 27px;
  }
  .page-contact .tel-link a:before {
    width: 44px;
    height: 25px;
  }
  .page-contact .btn {
    line-height: 45px;
  }
  .page-contact .brand-contact-btn-list {
    max-width: initial;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .page-contact .brand-contact-btn-list li {
    width: 100%;
    display: block;
    margin-top: 15px;
  }
  .page-contact .brand-contact-btn-list .btn {
    letter-spacing: 0;
  }
}
font[color="red"],
[color="#ff0000"],
[color="#f00"] {
  color: #c53d43 !important;
}
/* マイページ */
.page-menu .block-icon-image--flex-cell .block-icon-image {
  display: none;
}
/*トップページイベントブロックのタイトル非表示*/
.block-top-event--header {
  display: none;
}
/* ============================================================
 top
============================================================ */
.page-top .pane-contents {
  width: 100%;
  max-width: 100%;
}
.page-top input[type="text"],
.page-top input[type="tel"],
.page-top input[type="email"],
.page-top input[type="search"],
.page-top input[type="password"],
.page-top input[type="url"],
.page-top input[type="number"],
.page-top select,
.page-top textarea {
  border: none;
  padding: 0;
}
.page-top input[type="text"]:hover,
.page-top input[type="tel"]:hover,
.page-top input[type="email"]:hover,
.page-top input[type="search"]:hover,
.page-top input[type="password"]:hover,
.page-top input[type="url"]:hover,
.page-top input[type="number"]:hover,
.page-top select:hover,
.page-top textarea:hover {
  border: none;
}
@media screen and (max-width: 1200px) {
  .page-top .pane-contents {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-top .btn.arrow {
    width: 85%;
  }
}
.top-kv-slider-wrap {
  display: none;
}
.top-kv-slider-wrap.slick-initialized {
  display: block;
}
.top-kv-slider-wrap .slick-slide {
  margin: 0 auto;
  width: 1100px;
  max-width: 100vw;
}
.top-kv-slider-wrap a {
  display: block;
}
.top-kv-slider-wrap img {
  display: block;
}
@media screen and (max-width: 767px) {
  .top-kv-slider-wrap .slick-slide {
    min-width: 100vw;
  }
}
.top-ttl {
  margin: 0 0 60px 0;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.16em;
}
.top-ttl span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .top-ttl {
    margin: 0 0 30px 0;
    font-size: 28px;
  }
  .top-ttl span {
    margin-top: 5px;
    font-size: 12px;
  }
}
.top-second-ttl {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .top-second-ttl {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
}
.important-info {
  margin-top: -10px;
}
.important-info dl {
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.important-info dl dt {
  white-space: nowrap;
}
.important-info dl dd {
  flex: 1;
  margin-left: 40px;
  padding: 20px 0 0 40px;
  border-left: 1px solid #ccc;
}
.important-info dl p {
  margin-bottom: 20px;
}
.important-info .top-second-ttl {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .important-info {
    margin-top: -10px;
  }
  .important-info dl {
    flex-flow: column;
    align-items: center;
  }
  .important-info dl dd {
    margin-left: 0;
    padding: 0;
    border-left: none;
  }
  .important-info dl p {
    margin-bottom: 15px;
  }
  .important-info dl p:last-of-type {
    margin-bottom: 0;
  }
  .important-info .top-second-ttl {
    margin-bottom: 15px;
  }
}
.search-block {
  background: #EFEFEF;
  padding: 50px 0;
}
.search-block .block-global-search {
  background: #fff;
  padding: 20px;
}
.search-block .block-global-search .btn {
  width: auto;
  border: none;
}
.search-block .block-global-search .btn:hover {
  background: none;
}
.search-block .block-global-search form {
  border: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-block input.block-global-search--keyword:hover,
.search-block input.block-global-search--keyword {
  width: calc(100% - 40px);
  font-size: 15px;
}
.search-block .hot-word {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}
.search-block .hot-word dt {
  color: #fff;
  background: #999;
  padding: 1em;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.search-block .hot-word dd {
  flex: 1;
}
.search-block .hot-word a {
  display: inline-block;
  margin-top: 0.8em;
  margin-left: 1em;
  font-size: 12px;
}
.search-block .detail-search {
  margin-top: 30px;
  margin-bottom: 100px;
}
.search-block .detail-search:last-of-type {
  margin-bottom: 0;
}
.search-block .detail-search dl > dt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
}
.search-block .type-search {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}
.search-block .type-search li {
  flex: 1;
  margin-left: 1.6%;
}
.search-block .type-search li:first-child {
  margin-left: 0;
}
.search-block .price-range {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.search-block .price-range li {
  width: calc((100% / 6) - 0.9%);
  letter-spacing: 0;
  font-size: 14px;
}
.search-block .btn {
  background: #fff;
}
.search-block .btn:before {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .search-block .btn:hover {
    background: #333;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .search-block .block-global-search {
    padding: 12px;
  }
  .search-block .block-global-search .btn {
    width: auto;
  }
  .search-block input.block-global-search--keyword:hover,
  .search-block input.block-global-search--keyword {
    font-size: 14px;
    width: 100%;
  }
  .search-block .hot-word {
    margin-top: 15px;
    flex-flow: column;
  }
  .search-block .hot-word dt {
    padding: 0.54em;
  }
  .search-block .hot-word dd {
    margin-left: -1em;
  }
  .search-block .type-search {
    margin-top: 20px;
  }
  .search-block .price-range {
    margin-top: -10px;
  }
  .search-block .price-range li {
    width: calc((100% / 2) - 0.9%);
    margin-top: 10px;
    font-size: 13px;
  }
  .search-block .btn {
    width: 100%;
    max-width: initial;
  }
}
.top-content {
  padding: 120px 0;
}
.top-content .btn-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .top-content {
    padding: 60px 0;
  }
  .top-content .btn-wrap {
    margin-top: 40px;
  }
}
.page-top .detail-search > dl > dt {
  cursor: pointer;
  color: #333;
}
.page-top .detail-search > dl > dt span {
  margin-left: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid #666;
  border-radius: 100%;
  display: block;
  position: relative;
}
.page-top .detail-search > dl > dt span:before,
.page-top .detail-search > dl > dt span:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 8px;
  height: 1px;
  background: #666;
  transform: translateY(-50%);
}
.page-top .detail-search > dl > dt span:after {
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
}
.page-top .detail-search > dl > dt.active span:after {
  transform: rotate(0);
  opacity: 0;
}
.block-pagecategory[data-display="1"] {
  background: #EFEFEF;
}
/* TOP - PICK UP */
.top-pickup .slick-track {
  display: flex;
  height: 100%;
}
.top-pickup .slick-initialized .slick-slide {
  display: flex;
  margin-left: 55px;
  width: 330px;
  max-width: 330px;
}
.top-pickup .slick-prev {
  left: -24px;
}
.top-pickup .slick-next {
  right: -24px;
}
@media screen and (max-width: 767px) {
  .top-pickup .slick-slider {
    position: static;
    width: calc(100% + (100vw - 100%) / 2);
  }
  .top-pickup .slick-initialized .slick-slide {
    margin-left: 8vw;
    width: 64vw;
    max-width: 64vw;
  }
}
/* TOP - ブランドから探す */
.top-brand .brand-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -1.35%;
}
.top-brand .brand-list li {
  width: calc((100% / 4) - 1.35%);
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 20px;
  margin-left: 1.35%;
}
@media screen and (max-width: 767px) {
  .top-brand .brand-list li {
    border-radius: 4px;
  }
}
.top-brand .brand-list li img {
  /* 画像はブランドから探すのロゴを使うが上下が切れるので注意 */
  aspect-ratio: 2 / 1;
}
@media screen and (max-width: 767px) {
  .top-brand .brand-list {
    margin-top: -15px;
    margin-left: -1.9%;
  }
  .top-brand .brand-list li {
    width: calc((100% / 2) - 1.9%);
    margin-top: 15px;
    margin-left: 1.9%;
  }
}
/* TOP - ランキングから探す */
#index_ranking .block-pickup-list-p--price {
  display: none;
}
#index_ranking .slick-prev {
  top: calc(220px - 24px);
}
#index_ranking .slick-next {
  top: 220px;
}
.top-ranking {
  background: #EFEFEF;
}
.top-ranking .block-pickup-list-p {
  position: relative;
}
.top-ranking .block-pickup-list-p--image {
  padding: 30px;
}
.top-ranking .slick-slider {
  position: static;
  width: calc(100% + (100vw - 100%) / 2);
}
.top-ranking .slick-track {
  display: flex;
  height: 100%;
}
.top-ranking .slick-initialized .slick-slide {
  display: flex;
  margin-top: 50px;
  margin-left: 20px;
  width: 260px;
  max-width: 260px;
  position: relative;
}
.top-ranking .slick-initialized .slick-slide:after {
  position: absolute;
  top: -0.5em;
  left: 15px;
  line-height: 1;
  font-style: italic;
  font-size: 74px;
  font-weight: 300;
  opacity: 0.6;
}
.top-ranking .slick-initialized .slick-slide:first-child {
  margin-left: 0;
}
.top-ranking .slick-initialized .slick-slide:first-child:after {
  content: "1";
}
.top-ranking .slick-initialized .slick-slide:nth-child(2):after {
  content: "2";
}
.top-ranking .slick-initialized .slick-slide:nth-child(3):after {
  content: "3";
}
.top-ranking .slick-initialized .slick-slide:nth-child(4):after {
  content: "4";
}
.top-ranking .slick-initialized .slick-slide:nth-child(5):after {
  content: "5";
}
.top-ranking .slick-prev {
  left: -24px;
}
.top-ranking .slick-next {
  right: -24px;
}
.top-ranking .tab-ttl-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.top-ranking .tab-ttl-wrap .tab-ttl {
  flex: 1;
  align-self: stretch;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-ranking .tab-ttl-wrap .tab-ttl a {
  display: block;
  transition: all 0.3s;
  padding-bottom: 1em;
  text-decoration: none;
  color: #666;
  line-height: 1.3;
}
.top-ranking .tab-ttl-wrap .tab-ttl a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .top-ranking .tab-ttl-wrap .tab-ttl a:hover {
    color: #E6A09A;
  }
}
.top-ranking .tab-ttl-wrap .is-active a {
  font-weight: 500;
  color: #333;
}
.top-ranking .tab-ttl-wrap .is-active a:hover {
  text-decoration: none;
}
.top-ranking .tab-ttl-wrap .is-active a:after {
  background: #666;
}
.top-ranking .tab-content-wrap {
  position: relative;
}
.top-ranking .tab-content-wrap .tab-content {
  display: none;
  opacity: 0;
  transition: all 0.3s;
}
.top-ranking .tab-content-wrap .tab-content.is-show {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .top-ranking .block-pickup-list-p--image {
    padding: 20px;
  }
  .top-ranking .slick-initialized .slick-slide {
    margin-left: 5.3vw;
    margin-top: 30px;
    width: 53vw;
    max-width: 53vw;
  }
  .top-ranking .slick-initialized .slick-slide:after {
    top: -0.4em;
    font-size: 50px;
  }
  .top-ranking .tab-ttl-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
}
/* TOP - カテゴリーから探す */
/* TOP - 肌悩み・状態から探す */
.top-skin-condition ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -4.4%;
}
.top-skin-condition ul > li {
  width: calc((100% / 3) - 4.4%);
  width: calc((100% / 2) - 4.4%);
  max-width: 320px;
  margin-left: 4.4%;
}
.top-skin-condition ul > li a {
  position: relative;
  display: block;
  transition: all 0.3s;
  overflow: hidden;
}
.top-skin-condition ul > li a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #aaa;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
.top-skin-condition ul > li a:hover figure img {
  transform: scale(1.05);
  transition: all 0.3s;
}
.top-skin-condition ul > li figure img {
  transition: all 0.3s;
}
.top-skin-condition ul > li span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 2;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .top-skin-condition ul {
    display: block;
    margin-left: 0;
  }
  .top-skin-condition ul > li {
    width: 100%;
    max-width: initial;
    margin-top: 20px;
    margin-left: 0;
  }
  .top-skin-condition ul > li span {
    font-size: 20px;
  }
}
/* TOP - ABOUT */
.top-about {
  position: relative;
  background: url(../../img/usr/top/about_bg.jpg) no-repeat center center / cover;
}
.top-about:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #aaa;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
.top-about * {
  color: #fff;
}
.top-about .inner900 {
  position: relative;
  z-index: 2;
}
.top-about .about-message {
  text-align: center;
}
.top-about .about-message p {
  line-height: 2;
}
.top-about .about-message p + p {
  margin-top: 2em;
}
.top-about .btn.arrow {
  border-color: #fff;
}
.top-about .btn.arrow span {
  color: #fff;
}
.top-about .btn.arrow:after {
  background: url(../../img/usr/common/arrow_white.svg) no-repeat center center / contain;
}
.top-about .btn:hover.arrow {
  opacity: 0.8;
  background: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}
.top-about .btn:hover.arrow span {
  color: #333;
}
.top-about .btn:hover.arrow:after {
  background: url(../../img/usr/common/arrow_gray.svg) no-repeat center center / contain;
}
@media screen and (max-width: 767px) {
  .top-about .about-message {
    text-align: left;
  }
}
/* TOP - SNS */
.top-sns-list {
  background: #EFEFEF;
}
.top-sns-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -30px;
  margin-left: -4.4%;
}
.top-sns-list ul li {
  width: calc((100% / 3) - 4.4%);
  max-height: 100px;
  margin-top: 30px;
  margin-left: 4.4%;
  padding: 27px 10px;
  background: #fff;
}
.top-sns-list ul:after {
  display: block;
  content: "";
  width: calc(100% / 3);
}
.top-sns-list ul dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.top-sns-list ul dt {
  width: 54%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-sns-list ul dt img {
  width: 100%;
}
.top-sns-list ul dd {
  flex: 1;
  display: flex;
}
.top-sns-list ul dd a {
  display: block;
  margin-left: 20px;
}
.top-sns-list ul .sns-chifure dt img {
  max-width: 78px;
}
.top-sns-list ul .sns-ayaka dt img {
  max-width: 54px;
}
.top-sns-list ul .sns-hm dt img {
  max-width: 136px;
}
.top-sns-list ul .sns-do dt img {
  max-width: 76px;
}
.top-sns-list ul .sns-dn dt img {
  max-width: 110px;
}
@media screen and (max-width: 995px) {
  .top-sns-list ul {
    margin-left: -2.5%;
  }
  .top-sns-list ul li {
    width: calc((100% / 3) - 2.5%);
    margin-left: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .top-sns-list ul {
    display: flex;
    flex-flow: column;
    margin-top: -15px;
    margin-left: 0;
  }
  .top-sns-list ul li {
    width: 100%;
    height: 75px;
    min-height: 75px;
    max-height: 75px;
    margin-top: 15px;
    margin-left: 0;
    padding: 15px 10px;
  }
  .top-sns-list ul dd a img {
    max-width: initial;
    max-height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .top-pickup .block-pickup-list-p--item-description,
  .top-ranking .block-pickup-list-p--item-description {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-pickup .block-pickup-list-p,
  .top-ranking .block-pickup-list-p {
    margin-left: initial;
  }
}
/* リッチコンテンツ */
.article-area img {
  width: 100%;
}
.article-area a {
  text-decoration: underline;
}
.article-area p {
  margin-top: 2em;
  line-height: 2;
}
.article-area div,
.article-area ul,
.article-area dl,
.article-area table {
  margin-top: 2em;
}
.article-area .note {
  line-height: 1.5;
}
.article-area .note + .note {
  margin-top: 0;
}
.product-main-container {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  max-width: 900px;
  line-height: 2;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .product-main-container {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .product-main-container {
    margin-bottom: 50px;
    max-width: 100%;
  }
}
.product-main-container a {
  text-decoration: underline;
}
.product-main-container ul + p,
.product-main-container dl + p,
.product-main-container div + p,
.product-main-container p + ul,
.product-main-container p + dl,
.product-main-container p + div {
  margin-top: 2em;
}
.product-main-container ul.em-half li {
  text-indent: -1em;
  margin-left: 1em;
}
.product-main-container ul.em-half li:before {
  content: "・ ";
}
.product-main-container ul.em-black li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.product-main-container ul.em-black li:before {
  content: "● ";
}
.product-main-container ul.em-white li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.product-main-container ul.em-white li:before {
  content: "○ ";
}
.product-main-container.accordion {
  margin-bottom: 0;
}
.product-main-container .accordion-inner-ttl {
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.5;
}
.product-main-container p + .accordion-inner-ttl,
.product-main-container ul + .accordion-inner-ttl,
.product-main-container dl + .accordion-inner-ttl,
.product-main-container div + .accordion-inner-ttl {
  margin-top: 2em;
}
.product-main-container .accordion-inner-ttl + p,
.product-main-container .accordion-inner-ttl + ul,
.product-main-container .accordion-inner-ttl + dl,
.product-main-container .accordion-inner-ttl + div {
  margin-top: 1em;
}
.product-main-container .product-kv {
  margin-top: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .product-main-container .product-kv {
    margin-bottom: 30px;
  }
}
.product-main-container .product-main-copy {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 1.7;
}
.product-main-container .product-main-copy sup {
  vertical-align: text-top;
}
@media screen and (max-width: 767px) {
  .product-main-container .product-main-copy {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
.product-main-container .note + .note {
  margin-top: 0;
}
.product-img-wrap {
  line-height: 2;
  margin-bottom: 20px;
}
.product-img-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.product-img-wrap .product-img-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
}
.product-img-wrap .product-img-box p {
  margin-top: 0;
}
.product-img-wrap .product-img-box.float-right {
  margin-left: 5%;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .product-img-wrap .product-img-box.float-right .product-circle-img {
    max-width: initial;
    max-width: auto;
  }
}
.product-img-wrap .product-img-box.ingredient-7 .product-circle-img {
  flex: initial;
  margin: 0 1% 0.5em 1%;
  max-width: calc((100% / 7) - 3%);
}
.product-img-wrap .product-img-box.ingredient-8 .product-circle-img {
  flex: initial;
  min-width: initial;
  min-width: auto;
  margin: 0 0.5% 0.5em 0.5%;
  max-width: calc((100% / 8) - 1%);
}
.product-img-wrap .product-img-box.step {
  flex: 1;
  flex-wrap: initial;
}
@media screen and (max-width: 767px) {
  .product-img-wrap .product-img-box.step {
    flex-wrap: wrap;
  }
}
.product-img-wrap .product-img-box.oil-ingredient {
  width: 80%;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .product-img-wrap .product-img-box.oil-ingredient {
    width: 100%;
    flex-direction: column;
  }
}
.product-img-wrap .product-img-box.oil-ingredient div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.product-img-wrap .product-img-box.oil-ingredient div .product-circle-img {
  min-width: initial;
  min-width: auto;
  max-width: initial;
  max-width: auto;
}
.product-img-wrap .product-img-box.oil-ingredient div:first-of-type {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .product-img-wrap .product-img-box.oil-ingredient div:first-of-type {
    width: 70%;
  }
}
.product-img-wrap .product-img-box.oil-ingredient div:last-of-type {
  flex: 1;
  flex-wrap: wrap;
}
.product-img-wrap .product-img-box.oil-ingredient div:last-of-type .product-circle-img {
  flex: initial;
  min-width: 60px;
  max-width: 100px;
  width: calc((100% / 3) - 8%);
}
@media screen and (max-width: 767px) {
  .product-img-wrap .product-img-box.oil-ingredient div:last-of-type .product-circle-img {
    min-width: initial;
    min-width: auto;
    max-width: initial;
    max-width: auto;
    width: calc((100% / 6) - 3%);
  }
}
@media screen and (max-width: 767px) {
  .product-img-wrap .product-img-box.sp-float-none {
    float: none !important;
    margin: 0 auto 0.5em auto;
  }
  .product-img-wrap .product-img-box.sp-float-none.wide20,
  .product-img-wrap .product-img-box.sp-float-none.wide25,
  .product-img-wrap .product-img-box.sp-float-none.wide30,
  .product-img-wrap .product-img-box.sp-float-none.wide35,
  .product-img-wrap .product-img-box.sp-float-none.wide40,
  .product-img-wrap .product-img-box.sp-float-none.wide45,
  .product-img-wrap .product-img-box.sp-float-none.wide50,
  .product-img-wrap .product-img-box.sp-float-none.wide60,
  .product-img-wrap .product-img-box.sp-float-none.wide70,
  .product-img-wrap .product-img-box.sp-float-none.wide80,
  .product-img-wrap .product-img-box.sp-float-none.wide90 {
    width: 100%;
  }
  .product-img-wrap .product-img-box.ingredient-4 .product-circle-img,
  .product-img-wrap .product-img-box.ingredient-8 .product-circle-img {
    flex: initial;
    max-width: calc((100% / 4) - 3%);
  }
  .product-img-wrap .product-img-box.ingredient-5 .product-circle-img,
  .product-img-wrap .product-img-box.ingredient-7 .product-circle-img {
    flex: initial;
    max-width: calc((100% / 5) - 3%);
  }
}
.product-img-wrap .product-circle-img {
  display: block;
  min-width: 100px;
  max-width: 120px;
  flex: 1;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 8px 0.5em 8px;
}
.product-img-wrap .product-circle-img.large {
  min-width: 120px;
  max-width: 140px;
}
@media screen and (max-width: 767px) {
  .product-img-wrap .product-circle-img {
    min-width: initial;
    min-width: auto;
    max-width: calc((100% / 3) - 3%);
    margin: 0 1.5% 0.5em 1.5%;
  }
  .product-img-wrap .product-circle-img.large {
    min-width: initial;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .product-img-wrap.img-after {
    display: flex;
    flex-flow: column-reverse;
  }
  .product-img-wrap.img-after .product-img-box {
    margin-top: 2em!important;
    margin-bottom: 0;
  }
  .product-img-wrap.img-after .product-img-box-txt {
    margin-top: 0;
  }
  .product-img-wrap.img-after .product-img-box-txt p:first-of-type {
    margin-top: 0;
  }
}
.product-img-wrap .wide20 {
  width: 20%;
}
.product-img-wrap .wide25 {
  width: 25%;
}
.product-img-wrap .wide30 {
  width: 30%;
}
.product-img-wrap .wide35 {
  width: 35%;
}
.product-img-wrap .wide40 {
  width: 40%;
}
.product-img-wrap .wide45 {
  width: 45%;
}
.product-img-wrap .wide50 {
  width: 50%;
}
.product-img-wrap .wide60 {
  width: 60%;
}
.product-img-wrap .wide70 {
  width: 70%;
}
.product-img-wrap .wide80 {
  width: 80%;
}
.product-img-wrap .wide90 {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .product-img-wrap .sp-wide20 {
    width: 20%!important;
  }
  .product-img-wrap .sp-wide30 {
    width: 30%!important;
  }
  .product-img-wrap .sp-wide40 {
    width: 40%!important;
  }
  .product-img-wrap .sp-wide50 {
    width: 50%!important;
  }
  .product-img-wrap .sp-wide60 {
    width: 60%!important;
  }
  .product-img-wrap .sp-wide70 {
    width: 70%!important;
  }
  .product-img-wrap .sp-wide80 {
    width: 80%!important;
  }
}
.product-img-wrap .dn-ingredient {
  width: 56%;
  min-width: 500px;
  margin-top: 0;
  margin-left: 1%;
}
.product-img-wrap .dn-ingredient .product-circle-img {
  width: 100px;
}
.product-img-wrap .dn-ingredient ul {
  display: flex;
  margin-top: 0;
}
.product-img-wrap .dn-ingredient dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}
.product-img-wrap .dn-ingredient dt {
  display: flex;
  align-items: center;
  position: relative;
}
.product-img-wrap .dn-ingredient dt:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1em;
  margin-left: 50%;
  width: 1px;
  height: 1em;
  background: #969696;
}
.product-img-wrap .dn-ingredient dt:after {
  content: "";
  width: 100%;
  height: 1em;
  border-left: 1px solid #969696;
  border-right: 1px solid #969696;
  border-bottom: 1px solid #969696;
}
.product-img-wrap .dn-ingredient dd {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .product-img-wrap .dn-ingredient {
    width: 46%;
    min-width: initial;
    min-width: auto;
    margin-left: 0;
  }
  .product-img-wrap .dn-ingredient ul {
    flex-direction: column;
  }
  .product-img-wrap .dn-ingredient li {
    margin-top: 1em;
  }
  .product-img-wrap .dn-ingredient li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-img-wrap .dn-ingredient {
    width: 100%;
  }
  .product-img-wrap .dn-ingredient li:first-child dt {
    flex-direction: column;
    width: 100%;
  }
  .product-img-wrap .dn-ingredient li:first-child dt:after {
    width: 33%;
  }
  .product-img-wrap .dn-ingredient .product-circle-img {
    width: calc((100% / 3) - 3%);
  }
}
.product-best-cosme {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  max-width: 900px;
  margin-bottom: 100px;
  padding: 25px 30px 25px 140px;
  border: 1px solid #DCB400;
  background: url(../../img/usr/product_detail/icon_best-cosme.svg) no-repeat center left 30px;
  background-size: 80px auto;
}
.product-best-cosme p {
  margin-top: 0.5em;
  color: #DCB400;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
}
.product-best-cosme span {
  color: #333;
  font-weight: normal;
  margin-left: 1em;
}
@media screen and (max-width: 1200px) {
  .product-best-cosme {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .product-best-cosme {
    margin-bottom: 50px;
    padding: 20% 20px 20px 20px;
    background-position: top 15px center;
    background-size: 20% auto;
  }
  .product-best-cosme p,
  .product-best-cosme span {
    font-size: 12px;
  }
  .product-best-cosme p {
    text-align: center;
    margin-top: 0.5em;
  }
  .product-best-cosme p:first-of-type {
    margin-top: 0;
  }
}
.movie {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  max-width: 900px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .movie {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .movie {
    margin: 50px 0;
    width: 100%;
  }
  .movie iframe {
    width: 100%;
    height: calc(86vw*0.54);
  }
}
.product-feature {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  max-width: 900px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .product-feature {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .product-feature {
    margin-bottom: 40px;
    max-width: 100%;
  }
}
.product-feature .second-ttl {
  padding-top: 60px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  border-top: 1px solid #ccc;
}
.product-feature .second-ttl sup {
  vertical-align: text-top;
}
@media screen and (max-width: 767px) {
  .product-feature .second-ttl {
    padding-top: 30px;
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.product-feature .tag {
  display: inline-block;
  color: #E6A09A;
  border: 1px solid #E6A09A;
  font-size: 0;
}
.product-feature .tag.jp {
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px 15px;
  border-radius: 0;
}
.product-feature .tag.jp span {
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .product-feature .tag.jp {
    margin-right: 5px;
    padding: 5px 15px;
    width: 100%;
    text-align: center;
  }
  .product-feature .tag.jp span {
    font-size: 12px;
  }
}
.product-feature a img {
  transition: all 0.3s;
}
.product-feature a:hover img {
  opacity: 0.5;
  transition: all 0.3s;
}
.thmb-list li {
  margin-bottom: 40px;
}
.thmb-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .thmb-list li {
    margin-bottom: 30px;
  }
}
.thmb-list dl {
  display: flex;
}
.thmb-list dt {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .thmb-list dt {
    width: 65px;
  }
}
.thmb-list dd {
  flex: 1;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .thmb-list dd {
    margin-left: 4.8%;
  }
}
.thmb-list p {
  line-height: 1.7;
}
.thmb-list .list-ttl {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .thmb-list .list-ttl {
    margin-top: 0;
    font-size: 15px;
  }
}
.thmb-list .list-ttl + p {
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .thmb-list .list-ttl + p {
    font-size: 13px;
  }
}
.thmb-list p + p {
  margin-top: 0.3em;
}
.thmb-list .note {
  margin-top: 0.5em;
}
.oil-step {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .oil-step {
    width: 80%;
    margin: 0 auto;
    flex-direction: column;
  }
}
.oil-step li {
  display: flex;
  margin-right: 30px;
  padding: 0.7em 1.3em;
  position: relative;
  border: 1px solid #94624C;
  background: none;
}
@media screen and (max-width: 767px) {
  .oil-step li {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
    justify-content: center;
  }
}
.oil-step li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 15px;
  border-color: transparent transparent transparent #ff807b;
}
@media screen and (max-width: 767px) {
  .oil-step li:before {
    top: initial;
    bottom: -25px;
    right: 50%;
    margin-right: -5px;
    transform: rotate(90deg);
  }
}
.oil-step li:last-child:before {
  display: none;
}
.oil-step li img {
  width: auto;
  height: 2.5em;
  margin-left: 0.8em;
  margin-right: 0.8em;
}
.oil-step li.on {
  background: #94624C;
}
.oil-step li.on p {
  color: #fff;
}
.oil-step p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #94624C;
}
.oil-step p span {
  font-size: 13px;
}
.bright {
  margin-top: 50px;
}
.bright .bright-head {
  padding: 40px 5% 40px 5%;
  background: #f8f7f2;
  position: relative;
}
.bright .bright-head:after {
  content: "";
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 20%;
  height: 95%;
  background: url(../../img/usr/product_detail/72091_bright_img_01.svg) no-repeat right bottom -20px;
  background-size: contain;
}
.bright .bright-head .bright-inner {
  width: 70%;
}
.bright .bright-ttl {
  font-size: 30px;
  letter-spacing: 0.2em;
}
.bright .type-list-txt p {
  margin-top: 1em;
}
.bright .arrow {
  margin: 2em auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 15px 0 15px;
  border-color: #ff807b transparent transparent transparent;
}
.bright .bright-answer-ttl {
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bright {
    margin-top: 40px;
  }
  .bright .bright-head {
    padding: 20px 5% 20px 5%;
  }
  .bright .bright-head:after {
    right: 8%;
    width: 20%;
  }
  .bright .bright-ttl {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-top: 0;
  }
  .bright .type-list-txt p {
    font-size: 13px;
  }
  .bright .arrow {
    margin: 1.5em auto;
    border-width: 30px 10px 0 10px;
  }
  .bright .bright-answer-ttl {
    font-size: 18px;
  }
}
.chart {
  width: 65%;
  margin: 0 auto;
}
.chart ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.chart p {
  margin-top: 0;
}
.chart .chart-line-ttl li {
  flex: 1;
}
.chart .chart-line {
  position: relative;
  height: 12px;
  margin: 10px;
  background: linear-gradient(to right, #f69045, #fad725);
}
.chart .chart-line:before {
  content: "";
  position: absolute;
  top: -7px;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 14px 0;
  border-color: transparent #f69045 transparent transparent;
}
.chart .chart-line:after {
  content: "";
  position: absolute;
  top: -7px;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 10px;
  border-color: transparent transparent transparent #fad725;
}
.chart .chart-item {
  justify-content: space-between;
  align-items: flex-end;
}
.chart .chart-item li {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 1em;
}
.chart .chart-item li span {
  font-size: 12px;
}
.chart .label {
  width: 80px;
  height: 80px;
  margin-top: 0;
  border-radius: 100%;
  overflow: hidden;
}
.chart .label.active {
  width: 95px;
  height: 95px;
}
.chart .label.olive {
  background: #c6dc9a;
}
.chart .label.argan {
  background: #e394a7;
}
.chart .label.jojoba {
  background: #f7cf7b;
}
@media screen and (max-width: 767px) {
  .chart {
    width: 100%;
  }
  .chart .chart-item li {
    flex: 1;
    margin: 0 0.3em;
  }
  .chart .label {
    width: 60px;
    height: 60px;
  }
  .chart .label.active {
    width: 80px;
    height: 80px;
  }
  .chart p {
    font-size: 13px;
  }
}
.chart-table.common-table {
  width: 100%;
}
.chart-table.common-table th,
.chart-table.common-table td {
  padding: 10px;
  vertical-align: top;
}
.chart-table.common-table th {
  font-size: 14px;
  text-align: center;
}
.chart-table.common-table th p {
  font-size: 14px;
}
.chart-table.common-table td {
  text-align: left;
  font-size: 13px;
}
.chart-table.common-table td p {
  font-size: 13px;
}
.chart-table.common-table .active {
  border-width: 2px;
  border-style: solid;
  border-color: #94624C;
}
.chart-table.common-table .active.olive {
  border-color: #c6dc9a;
}
.chart-table.common-table .active.olive td:first-child {
  background: rgba(198, 220, 154, 0.25);
}
.chart-table.common-table .active.jojoba {
  border-color: #f7cf7b;
}
.chart-table.common-table .active.jojoba td:first-child {
  background: rgba(247, 207, 123, 0.25);
}
.chart-table.common-table .active.argan {
  border-color: #e394a8;
}
.chart-table.common-table .active.argan td:first-child {
  background: rgba(227, 148, 168, 0.25);
}
.chart-table.common-table th p,
.chart-table.common-table td p {
  margin-top: 0;
}
.chart-table.common-table th {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 375px) {
  .chart-table.common-table th {
    font-size: 14px;
  }
}
.chart-table.common-table td {
  width: 30%;
}
.chart-table.common-table td p {
  display: inline;
}
.chart-table.common-table td:first-child {
  width: auto;
  white-space: nowrap;
  vertical-align: middle;
}
@media screen and (max-width: 375px) {
  .chart-table.common-table td:first-child p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 12px;
    text-align: center;
    line-height: 1;
  }
}
.chart-table.common-table.table1 td:first-child {
  background: #f8f7f2;
}
@media screen and (max-width: 767px) {
  .chart-table.common-table th {
    font-size: 12px;
  }
  .chart-table.common-table th p {
    font-size: 12px;
  }
  .chart-table.common-table td {
    font-size: 11px;
  }
  .chart-table.common-table td p {
    font-size: 11px;
  }
}
/* リンクをコピー */
#copy-url {
  border: 0;
  padding: 0;
  background: 0;
  line-height: 1;
  font-size: 13px;
  cursor: pointer;
}
#copy-url:before {
  content: "";
  width: 18px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url(../../img/usr/common/icon_share.svg) no-repeat center center / contain;
}
.success-msg {
  display: none;
  position: absolute;
  width: auto;
  background: #EFEFEF;
  top: -2em;
  left: 0;
  margin: auto;
  text-align: center;
  border-radius: 6px;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.5em;
  white-space: nowrap;
}
.product-main-container .sns-shere-area {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.product-main-container .sns-shere-area li {
  text-indent: 0;
  margin-left: 10px;
  display: flex;
}
.product-main-container .sns-shere-area li:before {
  display: none;
}
.product-main-container .sns-shere-area .fb_iframe_widget > span {
  vertical-align: top!important;
}
.product-main-container .sns-shere-area .copy-url-area {
  position: relative;
}
@media screen and (max-width: 767px) {
  .product-main-container .sns-shere-area {
    justify-content: center;
    flex-wrap: wrap;
  }
  .product-main-container .sns-shere-area li:first-child {
    margin-left: 0;
  }
  .product-main-container .sns-shere-area li:last-child {
    margin-top: 10px;
    justify-content: center;
  }
  .success-msg {
    top: initial;
    bottom: -2.5em;
  }
}
/*lib上書き*/
.bx-wrapper .bx-prev {
  width: 9px !important;
  height: 18px !important;
  margin-top: -9px !important;
  background: url('/img/usr/common/arrow_next.svg') no-repeat center center / contain !important;
  transform: scale(-1, 1);
}
.bx-wrapper .bx-next {
  width: 9px !important;
  height: 18px !important;
  margin-top: -9px !important;
  background: url('/img/usr/common/arrow_next.svg') no-repeat center center / contain !important;
}
.slick-loading .slick-list {
  background: none;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  /*border: 1px solid #038BBB;*/
  border-radius: 100%;
  background: #666;
  z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #666;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  opacity: 0.85;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -10px;
  width: 20px;
  height: 4px;
  background: url(/img/usr/common/arrow_white.svg) no-repeat center center;
  background-size: contain;
}
.slick-prev {
  left: 25px;
  transform: scale(-1, 1);
  top: calc(50% - 24px);
}
.slick-next {
  right: 25px;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  bottom: -15px;
}
.slick-dots li {
  margin: 0;
  width: 30px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  width: 6px;
  height: 6px;
  content: '';
  background: #333;
  border-radius: 100%;
  top: initial;
  left: initial;
  transition: all 0.3s;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    max-width: 90%;
  }
  .slick-dots li {
    width: 15px;
  }
}
.variation-name{
white-space: nowrap;
}
/* 商品一覧 カラー非表示 */
.variation-name.js-enhanced-ecommerce-variation-name{
  display: none;
}
/* トップページ重要なお知らせボタン */
.important-info-more {
  text-align: right;
  margin-top: -40px;
  margin-bottom: 40px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .important-info-more {
    margin-top: -25px;
  }
}
.important-info-more a {
  position: relative;
  display: inline-block;
  padding: 0 25px 5px 0;
  border-bottom: 1px solid #333;
}
.important-info-more a:hover{
  border-color: #E6A09A;
}
.important-info-more a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  border-radius: 8px;
  margin-top: -10.5px;
  transition: .4s ease;
}
.important-info-more a:hover::before {
  border-color: #E6A09A;
}
.important-info-more a::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  width: 10px;
  height: 4px;
  margin-top: -4.5px;
  mask: url(../../img/usr/common/arrow_gray_small.svg) no-repeat center center / contain;
  background: #333;
  transition: .4s ease;
}
.important-info-more a:hover::after {
  background: #E6A09A;
}
/* swiper有効時の画像切り替え左右ボタンのデザイン調整 */
.swiper-button-prev::after,
.swiper-button-next::after{
  color: #959595;
}
.swiper-wrapper .swiper-button-next:after, .swiper-wrapper .swiper-button-prev:after {
  font-size: 24px;
}
/*数量*/
.block-goods-qty{
margin-top:20px;
font-weight:normal;
}
/*クーポン*/
.block-goods-coupon,
.block-goods-promotion{
  width: 100%;
}
.block-seemore{
  height: 220px;
}
.block-seemore::before{
  bottom: 50px;
}
.btn.seemore-label{
  bottom: 0;
  background: #fff;
}
.btn.seemore-label:hover{
  opacity: 1;
  background: #666;
}
.block-goods-coupon-item--benefit,
.block-goods-promotion-item--benefit{
  color: #c53d43;
}
/*swiper使用設定を「使用しない」に設定後の画像サイズ調整*/
@media screen and (max-width: 767px){
.page-goods .bx-viewport{
  height:340px !important;
}

.page-goods .block-goods-detail-line-item{
  width:auto !important;
}
}
/*AIレコメンド 商品ページ*/
@media screen and (min-width: 768px) {
    .block-thumbnail-t li dl{
        width: calc((100% / 4) - 20px);
        flex: initial;
    }
}

@media screen and (min-width: 768px) {
    .block-thumbnail-t li{
        margin-left: -20px;
    }
}

.block-thumbnail-t li{
  display:flex;
  flex-flow: wrap;
}

.block-common-lightningrecommend--header{
  text-align:center;
}

.block-common-lightningrecommend{
  width:100%;
}

@media screen and (min-width: 768px) {
.block-common-lightningrecommend--list ul.block-thumbnail-t li dl{
  margin: 0 0 0 20px !important;
}
}

.block-thumbnail-t--goods{
  display:flex;
  flex-flow: column;
  width: 100%;
}

.block-thumbnail-t--goods-image{
  width: auto;
  overflow: hidden;
}

.block-thumbnail-t--goods-image a{
  overflow: hidden;
  display: block;
  transition: all o.3s;
}

.block-thumbnail-t--goods-image figure{
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow:hidden;
  background: #fff;
}

.block-thumbnail-t--goods-image figure img{
  width: 100%;
  object-fit: contain;
}

.block-thumbnail-t--goods-description{
  display: flex;
  flex-flow: column;
  width: auto;
  margin-top: 0;
  padding: 0 30px 30px 30px;
  position: relative;
}

.block-thumbnail-t--goods-name{
  margin-top: 10px;
  margin-bottom: 10px;
}

.block-thumbnail-t--goods-description .block-thumbnail-t--goods-name{
  overflow: hidden;
  display: block;
  transition: all 0.3s;
}

.block-thumbnail-t--goods .price, .block-thumbnail-t--goods .net-price, .block-thumbnail-t--goods .default-price, .block-thumbnail-t--goods .exchange-price, .block-thumbnail-t--goods .block-exchange-price--rate-dt{
  text-align: left;
}

@media screen and (max-width: 767px) {
    .block-thumbnail-t li dl{
        width: calc((100% / 2) - 6.6%);
        margin-left: 6.6% !important;
        flex: initial;
    }
}

@media screen and (max-width: 767px) {
    .block-common-lightningrecommend--list ul {
        margin-left: -6.6%;
    }
}

.block-thumbnail-t--goods-name a{
  text-decoration-line: none;
}

.ai-catchcopy{
  padding: 0.8em;
    order: -2;
    font-size: 11px;
    font-weight: 500;
    background: #EFEFEF;
    line-height: 1;
    display: flex;
    width: auto;
    align-self: self-start;
    color: #666;
    letter-spacing: 0.05em;
}

.block-common-lightningrecommend--list ul.block-thumbnail-t li dl {
    margin: 0;
}

@media screen and (max-width: 767px) {
  .block-common-lightningrecommend--header {
      margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .block-common-lightningrecommend--header {
      margin-top: 80px;
  }
}

.block-common-lightningrecommend--header{
    margin-bottom: 60px;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.16;
}

.page-goods .block-common-lightningrecommend--header:after{
    content: "あなたへのおすすめ商品";
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .block-common-lightningrecommend--header{
        margin-bottom: 30px;
        font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .block-common-lightningrecommend--header:after{
        font-size: 12px;
        margin-top: 5px;
        line-height: 1.4;
  }
}

.page-goods #share {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
}

.page-goods .pane-goods-footer
{
    grid-row-start: 5;
    grid-row-end: 6;
}

.page-cart .block-common-lightningrecommend--header:after{
    content: "この商品を買った方におすすめの商品";
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 1.5;
}

@media print{
  [oncontextmenu="return false;"]{
    opacity:0;
    visibility: hidden;
  }
}
/* ----全体領収書のスマートフォン表示について---- */
@media screen and (max-width: 767px){
  .page-historydetail .block-purchase-history-detail--receipt-header{
    margin: 40px 0 10px 0;
    font-size: 18px;
  }
}

/* PC注文確認画面 お届け先の枠に説明文追加 */
.block-order-estimate--dest .block-order-estimate--confirmation-title h3 span::before{
  font-size: 11px;
  content: "※ 氏名・住所に誤りがある場合、お届けできない場合がございますのでご注意ください。";
  color: #C53D43;
  white-space: pre-wrap;
}

/* SP注文確認画面 お届け先の枠に説明文追加(\Aで改行できます) */
.block-order-estimate--dest-title::after{
  font-size: 11px;
  content: "\A※ 氏名・住所に誤りがある場合、お届けできない場合がございますのでご注意ください。";
  color: #C53D43;
  white-space: pre-wrap;
}

/* PC・SP商品ページ 入荷案内申し込みボタンの表示調整 */
.block-arrival-notice--btn {
  border: 1px solid #666;
  width:300px; /* お気に入りボタンと横幅を揃える場合はこの行を追加 */
}

/* AIレコメンドとCHECKの表示ずれ修正 */
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--image{
  width: auto;
}

/* AIレコメンド デザイン調整 */
.block-thumbnail-t--goods a:hover figure img{
  transition: all 0.3s;
  transform: scale(1.1);
}

.block-thumbnail-t--goods figure img{
  transition: all 0.3s;
}

.block-thumbnail-t--goods-description .block-icon{
  order: 0;
}

.block-thumbnail-t--goods-description .block-icon span{
  margin-top: 10px;
}

/* 購入履歴一覧 カラー名表示 */
.page-historydetail .variation-name.js-enhanced-ecommerce-variation-name, .page-history .variation-name.js-enhanced-ecommerce-variation-name{
  display: block !important;
}
