﻿@charset "UTF-8";

/* ----------------------------------
 元のCSS
 /css/sys/sb_base_form.css
 /css/sys/sb_base_misc.css
 /css/sys/sb_layout.css
 /css/sys/sb_block_common.css
 /css/sys/sb_block_customer.css
 /css/sys/sb_block_goods.css
 /css/sys/sb_block_order.css
 /css/sys/sb_block_misc.css
 /css/sys/sb_block_store.css
 /css/sys/sb_block_page_category.css
 /css/sys/sb_block_page.css
 /css/sys/sb_block_no_code_cms.css
---------------------------------- */

/* ----------------------------------
 /css/sys/sb_base_form.css
---------------------------------- */
/* ----入力フォーム共通---- */

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="submit"],
input[type="button"],
button {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea {
  padding: 4px;
  border: 1px solid #999;
  background-color: #fff;
  max-width: 100%;
}

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 #666;
}

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;
}

/* ----ボタン---- */

.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: inset 2px 2px 2px rgba(0, 0, 0, 0.125);
}

.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;
}

.btn-default {
  color: #333;
  border: solid 1px #dcdcdc;
  background-color: #e5e5e5;
}

.btn-primary {
  color: #fff;
  border: solid 1px #c54f00;
  background-color: #f60;
}

.btn-secondary {
  color: #fff;
  border: solid 1px #333;
  background-color: #666;
}

.btn-danger {
  color: #fff;
  border: solid 1px #c30;
  background-color: #d9534f;
}

.hidden-btn {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}

.input-group {
  display: table;
  width: 100%;
}

.input-group > span {
  display: table-cell;
  width: 100%;
}

.input-group-btn {
  display: table-cell;
  white-space: nowrap;
}

/* ----画面上部メッセージー---- */

.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 {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  margin: 10px 0;
  padding: 5px 0;
  border-bottom: 2px solid #444;
}

/* ----縦型入力フォーム---- */

.fieldset-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}

.fieldset-vertical .form-group {
  margin: 5px 0 10px 0;
}

.fieldset-vertical .form-label,
.fieldset-vertical .constraint {
  float: left;
  margin: 0 0 5px 0;
}

.fieldset-vertical .form-label {
  margin: 0 5px 0 0;
}

.fieldset-vertical .form-label label {
  font-weight: bold;
}

.fieldset-vertical .form-control {
  clear: both;
}

.form-input-wrapper {
  display: inline-block;
}

.fieldset-vertical .form-control .form-input-wrapper input[type="text"] {
  width: 100%;
}


/* ----入力支援---- */

.form-error {
  display: block;
  color: #a94442;
}

.required:after {
  display: inline;
  padding: .2em .6em;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  color: #fff;
  background-color: #d9534f;
  content: "必須";
}

.help-block {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  color: #737373;
}

.count-msg-another {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  color: #555;
}

.count-msg {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  color: #f66;
}

/* ----入力フォームボタン---- */

.action-buttons {
  width: auto;
  display: block;
}

.action .btn {
  width: 100%;
  margin-top: 10px;
  padding: 10px 0;
  border-bottom-width: 2px;
}

/* ----ラジオボタン、チェックボックス---- */

.radio {
  margin-right: 10px;
}

.checkbox {
  margin-right: 10px;
}

.page-sales_landingpage .fieldset-vertical .block-landingpage-form--sales-append-radio .form-control div {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  row-gap: 10px;
}

.page-sales_landingpage .fieldset-vertical .block-landingpage-form--sales-append-checkbox .form-control div {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  row-gap: 10px;
}

.page-sales_landingpage .fieldset-vertical .form-control input[type="radio"] {
  grid-column: 1 / 2;
  margin-top: 3px;
}

.page-sales_landingpage .fieldset-vertical .form-control input[type="checkbox"] {
  grid-column: 1 / 2;
  margin-top: 3px;
}

.page-sales_landingpage .fieldset-vertical .form-control .radio {
  grid-column: 2 / 3;
}

.page-sales_landingpage .fieldset-vertical .form-control .checkbox {
  grid-column: 2 / 3;
}

/* ----会員ID入力フォーム---- */

.form-uid input[type="email"],
.form-uid input[type="text"] {
  width: 100%;
}

/* ----メールアドレス入力フォーム---- */

.form-email input[type="email"] {
  width: 100%;
}

/* ----パスワード入力フォーム---- */

.form-pwd input[type="password"],
.form-pwd input[type="text"] {
  width: 100%;
}

/* ----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;
}

/* ----------------------------------
 /css/sys/sb_base_misc.css
---------------------------------- */
/* ----テーブル---- */

.table,
.table td,
.table th {
  border-collapse: collapse;
  border: 1px solid #c8c8c8;
}

.table {
  table-layout: fixed;
  width: 100%;
}

.table td,
.table th {
  padding: 5px;
}

.table th {
  font-weight: normal;
  background-color: #f8f8f8;
  width: 35%;
  text-align: left;
}

.table td {
  background-color: #fff;
}

/* ----テキストカラー----*/

.text-muted {
  color: #777;
}

.text-warning {
  color: #8a6d3b;
}

.text-danger {
  color: #a94442;
}

.price {
  color: #c30;
}

.default-price {
  text-decoration: line-through ;
  color: #333;
  font-weight: bold;
}

.net-price {
  color: #555;
}

.exchange-price {
  color: #555;
}

/* ----商品説明リスト---- */

.goods-detail-description {
  display: table;
  width: 100%;
}

.goods-detail-description dt {
  display: table-cell;
  width: 120px;
  font-weight: bold;
}

.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: 10px;
  text-align: center;
}

.pager > * {
  display: inline-block;
  vertical-align: top;
}

.pager-scope {
  padding: 3px;
  margin: 0 10px;
  text-align: center;
  display: block;
}

.pager-total {
  display: block;
  padding: 3px;
  margin-right: 5px;
}

.pager-count span {
  font-weight: bold;
}

.pagination > li {
  min-width: 28px;
}

.pagination {
  display: inline-block;
}

.pagination > * {
  list-style-type: none;
  float: left;
  padding: 5px 1px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin: 0 1px;
}

.pagination > .disabled {
  color: #777;
}

.pager-current {
  color: #fff;
  background-color: #666;
  border: 1px solid #666;
}

.pager-current span {
  font-weight: bold;
}

/* ----画像センタリング配置---- */

.img-center {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-center img {
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
}

/* ----画像幅調整---- */
.img-width-enlarge img {
  width: 100%;
}

/* ----ツールチップ---- */

.balloontip {
  min-width: 20px;
  max-width: 100%;
  padding: 10px;
  border-radius: 6px;
  opacity: 1;
  z-index: 32767;
  text-align: left;
  font-size: 12px;
  border: 1px solid rgb(119, 119, 119);
  box-shadow: rgb(85, 85, 85) 4px 4px 4px;
  color: rgb(255, 255, 255);
  background: #333;
  pointer-events: none;
  display: inline-block;
  position: absolute;
  transition: opacity 0.1s cubic-bezier(.4,0,.2,1);
}

.balloon-content {
  position: relative;
  z-index: 2;
}

.balloon-arrow {
  width: 0;
  height: 0;
  position: absolute;
  z-index: 1;
}

.balloon-top .balloon-arrow {
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 38px solid #333;
}

.balloon-bottom .balloon-arrow {
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 38px solid #333;
}

.balloon-left .balloon-arrow {
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 38px solid #333;
}

.balloon-right .balloon-arrow {
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 38px solid #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: #000;
  opacity: 0.5;
  z-index: 10000;
}

.modal-overlay-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 10002;
}

.modal-alert {
  padding: 0 10px;
  width: 100%;
  max-width: 600px;
  z-index: 10003;
}

.modal-dialog {
  padding: 0 10px;
  width: 100%;
  max-width: 600px;
  z-index: 10001;
}

.modal-dialog,
.modal-alert {
  position: fixed;
  inset: 0;
  height: fit-content;
  margin: auto;
}

.modal-header {
  padding: 10px;
  font-weight: bold;
  clear: both;
  border-bottom: none;
  line-height: 1;
  color: #fff;
  background-color: #333;
}

.modal-content {
  background: #eee;
}

.modal-body {
  padding: 10px;
}

.modal-body p {
  margin-bottom: 10px;
}

.modal-footer {
  padding: 0 10px 10px;
}

.modal-footer .btn {
  margin-top: 5px;
  width: 100%;
}

.modal-close {
  display: block;
  width: 18px;
  cursor: pointer;
  float: right;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
}

/* ----ヘッダー警告---- */

.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;
  padding: 0;
  font-size: 10px;
}

/* ----レビュー---- */

.star-base {
  float: left;
  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;
}

.star-select-link {
  color: #66f;
  float: left;
  margin-left: 5px;
}

/* ----注文ステータス---- */

.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 {
  height: auto;
  min-height: 50px;
  border: #ccc solid 1px;
  padding: 5px 0;
}

.block-purchase-history-cardupdate--status .status-order,
.block-purchase-history-cardupdate--status .status-cancel,
.block-purchase-history-cardupdate--status .status-income,
.block-purchase-history-cardupdate--status .status-reserve,
.block-purchase-history-cardupdate--status .status-rship,
.block-purchase-history-cardupdate--status .status-ship,
.block-purchase-history-cardupdate--status .status-verify,
.block-purchase-history-cardupdate--status .status-return,
.block-purchase-history-cardupdate--status .status-status_,
.block-purchase-history-cardupdate--status .status-status_1,
.block-purchase-history-cardupdate--status .status-status_2,
.block-purchase-history-cardupdate--status .status-status_3,
.block-purchase-history-cardupdate--status .status-status_4,
.block-purchase-history-cardupdate--status .status-status_9 {
  border: none;
}

.status-message,
.status-percentage {
  display: block;
  width: 90%;
  padding: 4px 0;
  margin: auto;
}

.status-message {
  font-size: 12px;
}

.status-percentage {
  color: #031241;
  font-size: 24px;
  text-align: center;
}

[class^="status-progress"] {
  display: block;
  position: relative;
  width: 90%;
  height: 14px;
  margin: 0 auto;
  background: #ccc;
}

[class^="status-progress"]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  border-right: #031241 solid 4px;
  background: #1e5799;
}

.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: 90%;
}

.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;
}

.status-progresbar {
  display: block;
  position: relative;
  width: 90%;
  height: 60px;
  margin: 0 auto;
}

.status-progresbar-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #ccc;
  height: 7px;
}

.status-progresbar-item {
  flex: 1;
  padding: 7px;
  text-align: center;
  background-color: #ccc;
  border: solid #031241;
  border-width: 1px 0 1px 1px;
  position: relative;
}

.status-progresbar-item:last-child {
  border: solid #031241;
  border-width: 1px;
  position: relative;
}

.status-progresbar-completed {
  background-color: #1e5799;
  color: white;
}

/* ステータス説明テキストのスタイル */
.status-progresbar-description {
  position: absolute;
  right: -15px;
  bottom: -14px;
  font-size: 12px;
  color: #666;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 7px;
}

/* ----ホワイトスペース制御----*/

.white-space-pre-wrap {
  white-space: pre-wrap;
}

/* ----カテゴリ・ジャンルツリー----*/

.expand-tree-open i:before {
  content: "\f068";
}

/* ----Google reCAPTCHAロゴ位置---- */
.grecaptcha-badge {
  margin-bottom: 60px;
}

/* ---- !!!! ここより下にスタイルを追加しないこと !!!! */

/* ----表示・非表示---- */

.hidden {
  display: none;
}

.show {
  display: block;
}

.hidden-sb {
  display: none !important;
}

/* ----------------------------------
 /css/sys/sb_layout.css
---------------------------------- */
/* ----全体レイアウト---- */

/* ----------------------------------
 /css/sys/sb_block_common.css
---------------------------------- */
/* ----トピック---- */

.block-top-topic--header {
  border-bottom: 1px solid #eee;
}

.block-top-topic--next-page {
  text-align: right;
  padding: 10px;
}

.block-top-topic--next-page a {
  text-decoration: underline;
}

.block-topic-page--article-header {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.block-topic-page--article-icon {
  vertical-align: middle;
}

.block-topic-page--article-body {
  margin: 10px;
}

.block-topic-page--article figure {
  padding: 10px 10px 0 0;
  font-size: 0;
}

.block-topic-page--article figure img {
  padding: 0 0 10px 10px;
}

.block-topic-details {
  margin: 10px;
}

.block-topic-details--header {
  margin: -10px -10px 0;
}

.block-topic-details--icon {
  vertical-align: middle;
}

.page-topicdetaillist .block-topic--items {
  margin: 0 -10px 0 -10px;
  border-top: 1px solid #eee;
}

.page-topicdetaillist .block-topic--items li {
  border-bottom: 1px solid #eee;
  padding: 10px 10px 10px 10px;
  position: relative;
}

.block-topic--items li a {
  display: block;
  text-decoration: none;
}

.page-topicdetaillist .block-topic--items li a:after {
  position: absolute;
  height: 100%;
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  right: 10px;
}

/* ----最近見た商品---- */

.block-recent-item--header {
  padding: 10px;
}

/* ----検索サジェスト---- */

.block-search-suggest {
  position: absolute;
  display: block;
  text-align: left;
  padding: 5px;
  width: 290px;
  color: #444;
  background-color: #fff;
  border: solid 1px #ccc;
}

.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: 100%;
  height: 100%;
}

.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: #dedede;
  cursor: pointer;
}

/* ----パンくず---- */

.block-topic-path {
  padding: 10px 10px;
  font-size: 0;
  background-color: #f5f5f5;
  margin-top: 10px;
  margin-bottom: 10px;
}

.block-topic-path--list li {
  display: inline-block;
  font-size: 12px;
  padding-right: 5px;
}

.block-topic-path--list a {
  text-decoration: underline;
}

.block-topic-path-top {
  margin-top: 0;
  padding-left: 10px;
  border-top: none;
}

/* ----キーワード検索ブロック---- */

.block-search-box--keyword {
  width: 100%;
  height: 38px;
}

.block-search-box--form {
  padding: 10px;
  position: relative;
  background: #eee;
}

.block-search-box--placeholder {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #999;
  font-size: 14px;
}

.block-search-box--search-submit {
  margin-left: 10px;
  width: 65px;
  height: 38px;
  background: #666;
  color: #fff;
  font-size: 18px;
}

/* ----エラー画面---- */

.block-validation-alert {
  text-align: center;
  margin: 100px 10px;
}

.block-validation-alert--title {
  font-weight: bold;
  margin-bottom: 10px;
}

.block-validation-alert--link {
  display: block;
  margin-top: 10px;
}

.block-common-alert {
  padding: 10px;
  margin: 10px;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.block-common-alert--link {
  display: block;
  text-decoration: underline;
  margin-top: 10px;
}

.block-common-alert-list {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #666;
  background-color: #fff;
}

.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-send,
.block-onetimepassword-certify {
  margin: 10px;
}

.block-onetimepassword-certify--resend-message {
  margin-top: 10px;
}
.block-onetimepassword-certify--resend-link {
  cursor: pointer;
  color: #333;
  font-size: 14px;
  border: none;
  text-decoration: underline;
  background: none;
}

/* ----お気に入り商品スライダー表示---- */
.block-bookmarkslider h2 {
  padding: 16px 20px;
  border: 0;
  font-size: 19px;
  background: none;
}

.block-bookmarkslider .block-bookmarklist-content {
  position: relative;
}

.block-bookmarkslider .block-bookmarklist-content .swiper-bookmarklist {
  overflow: hidden;
}

.block-bookmarkslider .block-bookmarklist-content .swiper-bookmarklist .swiper-wrapper {
  z-index: 0;
}

.block-bookmarkslider .block-bookmarklist-content .swiper-bookmarklist-prev {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  left: 8px;
}

.block-bookmarkslider .block-bookmarklist-content .swiper-bookmarklist-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  right: 8px;
}

.block-bookmarkslider .block-bookmarklist-content .swiper-bookmarklist-prev::before,
.block-bookmarkslider .block-bookmarklist-content .swiper-bookmarklist-next::before {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  background-color: #444;
  opacity: 0.6;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
}

.block-bookmarkslider .block-bookmarklist-content .swiper-bookmarklist-prev::after {
  color: #fff;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 12px;
  width: 10px;
  height: 10px;
  border-style: solid;
  transform: rotate(45deg);
  border-width: 0 0 3px 3px;
  box-sizing: border-box;
  content: "";
}

.block-bookmarkslider .block-bookmarklist-content .swiper-bookmarklist-next::after {
  color: #fff;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 9px;
  width: 10px;
  height: 10px;
  border-style: solid;
  transform: rotate(45deg);
  border-width: 3px 3px 0 0;
  box-sizing: border-box;
  content: "";
}

.block-bookmarkslider--item {
  padding: 10px;
  height: 100%;
  list-style: none;
}

.block-bookmarkslider--goods-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
}

.block-bookmarkslider--goods-image {
  width: 145px;
  display: table-cell;
  vertical-align: top;
}

.block-bookmarkslider--goods-image figure {
  background: #f5f5f5;
  width: 145px;
  height: 145px;
}

.block-bookmarkslider--goods-description {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  word-break: break-all;
  font-size: 14px;
  width: 100%;
}

.block-bookmarkslider--goods-name {
  font-weight: bold;
}

.block-bookmarkslider--comment {
  font-size: 12px;
}

.block-bookmarkslider--price {
  font-size: 18px;
  font-weight: bold;
}

.block-bookmarkslider .sale-price {
  color: #c30;
}

.block-bookmarkslider .default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-bookmarkslider--cart-btn {
  margin-top: 10px;
}

.block-bookmarkslider--cart-btn .block-list-add-cart-btn {
  padding: 10px;
  width: 100%;
}

.block-bookmarkslider--custom-order {
  margin-top: 10px;
  width: 100%;
}

.block-bookmarkslider--custom-order .block-list-custom-order-btn {
  padding: 10px;
  width: 100%;
}

/* ----------------------------------
 /css/sys/sb_block_customer.css
---------------------------------- */
:root {
	--default--text-color: #111;
	--gray--text-color: #bbb;
	--highlight-text-color: #D53116;
	--main--background-color: #F5F5F5;
	--main-highlight-background-color: #F8E5DE;
	--main--border-color: #E5E5E5;
}

.pc_only {
	display: none;
}


/* ----会員規約画面---- */
.block-member-terms {
	margin: 10px;
}

.block-member-terms--header {
	margin: -10px -10px 0;
}

.block-member-terms--message {
	padding: 0 0 10px;
}

.block-member-terms--body {
	width: 100%;
	height: 250px;
	font-size: 10px;
}

/* ----マイページ画面---- */
.block-mypage--customer-status {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	align-items: center;
	padding: 10px;
	margin: 0 10px 10px 10px;
}

.block-mypage--sign {
	text-align: center;
	padding-bottom: 5px;
}

.block-mypage--customer-name {
	font-size: 18px;
}

.block-mypage--logout {
	font-size: 14px;
}

.block-mypage--logout a {
	text-decoration: underline;
}

.block-mypage--mypoint {
	padding-top: 5px;
	text-align: center;
}

.block-mypage--mypoint-point {
	font-size: 18px;
	margin: 0 5px;
}

.block-mypage--rank-info {
	margin-top: 5px;
	background-color: #444;
	color: #fff;
	text-align: center;
	padding: 5px;
}

.block-mypage--rank-title {
	font-size: 12px;
}

.block-mypage--rank-current {
	font-size: 18px;
}

.block-mypage--rank-condition {
	padding-top: 5px;
}

.block-mypage--rank-condition-message {
	font-size: 14px;
}

.block-mypage--rank-condition-1,
.block-mypage--rank-condition-2 {
	display: table;
	width: 100%;
}

.block-mypage--rank-condition-2 {
	padding-top: 5px;
}

.block-mypage--rank-condition-1 dt,
.block-mypage--rank-condition-1 dd,
.block-mypage--rank-condition-2 dt,
.block-mypage--rank-condition-2 dd {
	display: table-cell;
	vertical-align: middle;
}

.block-mypage--rank-condition-1-title,
.block-mypage--rank-condition-2-title {
	background: #444;
	color: #fff;
	text-align: center;
	padding: 1px 5px;
	border-radius: 2px;
	font-size: 12px;
	width: 5em;
}

.block-mypage--rank-condition-1-title i,
.block-mypage--rank-condition-2-title i {
	padding-right: 3px;
}

.block-mypage--rank-condition-1-status,
.block-mypage--rank-condition-2-status {
	padding-left: 5px;
	font-size: 14px;
}

.block-mypage--customer-barcode {
  text-align: center;
  padding: 10px;
  margin: 10px 0 0 auto;
  width: 100%;
}

.block-mypage--recommend {
	margin-top: 50px;
	padding: 0 15px 10px 15px;
	text-align: right;
}

.block-mypage--recommend a {
	text-decoration: underline;
}

.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 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 {
	border-bottom: 1px solid #eee;
	position: relative;
}

.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 {
	display: none;
}

.block-mypage--shopping-info-items li a,
.block-mypage--inquiry-info-items li a,
.block-mypage--snssync-info-items li a,
.block-mypage--linesync-info-items li a {
	display: block;
	padding: 0 10px 0 10px;
	text-decoration: none;
}

.block-mypage--member-info-items li a {
	display: block;
	text-decoration: none;
}

.block-mypage--member-info-items--link {
	padding: 0 10px 0 10px;
}

.block-mypage--member-info-items--link2 {
	padding: 10px 5px 10px 10px;
}

.block-mypage--withdrawal-link {
	text-align: right;
	padding: 10px;
}

.block-mypage--withdrawal-link a {
	text-decoration: underline;
}

.page-menu {
	overflow-x: hidden;
}

.page-menu .container {
	width: 100%;
}

.base-btn {
  padding: 6px 15px;
  font-size: 12px;
  border: 1px solid #111;
  border-radius: 24px;
  display: inline-block;
}

/* マイページサイドメニュー */
.overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.overlay.is-active {
	display: block;
}
.block-mypage-sidemenu{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 10;
  transform: translateX(100%);
  transition: 0.2s transform ease-in;
}
.block-mypage-sidemenu.is-open{
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  opacity: 1;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  transform: translateX(0);
  transition: 0.2s transform ease-in;
  overflow: hidden;
}
.wrapper:has(.pane-header) .block-mypage-sidemenu{
  top: 112px;
}
.wrapper:has(.pane-header) .block-mypage-sidemenu.is-open{
  height: calc(100% - 112px);
}
.block-mypage-sidemenu--nav-wrap{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.block-mypage-sidemenu--nav{
  flex: 1;
  overflow-y: auto;
  padding: 2.67vw 6.67vw;
}
.block-mypage-sidemenu--close-btn-wrap {
  padding: 2.67vw 6.67vw;
  background: #fff;
  text-align: center;
}
.block-mypage-sidemenu--close-menu-btn{
  padding: 6px 15px;
  font-size: 12px;
  border: 1px solid #111;
  border-radius: 24px;
  display: inline-block;
  background-color: #fff;
}

.block-mypage--point + .block-mypage--actionpoint{
  margin-top: 10px;
  border-top: 1px solid var(--main--border-color);
}
.block-actionpointslider--header{
  padding-left: 0px;
  font-weight: normal;
}
.block-actionpointslider-content .swiper-actionpointlist{
  padding-bottom: 20px;
}
.block-mypage--actionpoint .swiper-actionpointlist{
  margin-top: 0px;
}
.block-actionpointslider--item-body{
  width: 100%;
  margin-right: 20px;
  flex-shrink: 0;
  border: 1px solid var(--main--border-color);
}
.block-actionpointslider--item-head{
  background-color: var(--main--background-color);
  padding: 10px 0;
}
.block-actionpointslider--item-title{
  display: flex;
  padding: 0 5px;
  align-items: center;
  height: 100%;
}
.block-actionpointslider--item-title-text,
.block-actionpointslider--item-comment-text,
.block-actionpointslider--item-description-text{
  word-break: break-word;
  overflow-wrap: break-word;
}
.block-actionpointslider--item-title-text{
  font-size: 12px;
  font-weight: bold;
}
.block-actionpointslider--item-title-icon-area{
  margin-right: 3px;
  width: 36px;
  flex-shrink: 0;
}
.block-actionpointslider--item-title-icon{
  width: 100%;
  height: auto;
  display: block;
}
.block-actionpointslider--item-detail{
  padding: 5px 10px;
}
.block-actionpointslider--item-comment-text{
  font-size: 12px;
  color: #f00;
  font-weight: 500;
}
.block-actionpointslider--item-description-text{
  font-size: 12px;
}
.block-actionpointslider--item-get-btn a.base-btn,
.block-actionpointslider--item-point-comment{
  font-size: 10px;
}
.block-actionpointslider--item-description:not(:last-child){
  border-bottom: 1px solid var(--main--background-color);
  padding-bottom: 5px;
}
.block-actionpointslider--item-tooltip{
  padding-top: 5px;
}
.block-actionpointslider--item-point{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.block-actionpointslider--item-first-limited{
  background-color: red;
  color: white;
  padding: 2px 3px;
  margin-right: 1px;
  font-size: 10px;
}
.block-actionpointslider--item-point-text{
  margin-left: 2px;
}
.block-actionpointslider--item-point-number{
  font-weight: bold;
  font-size: 14px;
}
.block-actionpointslider--item-get-btn{
  margin-left: auto;
}
.block-actionpointslider--item-get-btn a.base-btn{
  padding: 2px 9px;
}
.block-actionpointslider--item-status-completed{
  background-color: rgba(50, 50, 50, 0.7);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.block-actionpointslider--item-status-completed-icon{
  color: white;
  font-size: 12px;
  border: 2px solid #ccc;
  padding: 1px 15px;
  border-radius: 15px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block-mypage-sidemenu--head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.block-mypage-sidemenu--name {
	font-size: clamp(1.5rem, 1.409rem + 0.45vw, 1.75rem);
	font-weight: 500;
}

.block-mypage-sidemenu--name>small {
	font-size: 0.8em;
}

.block-mypage-sidemenu--close-link img {
	width: auto;
	height: 1.5em;
}
.block-mypage-sidemenu--nav-tree + .block-mypage-sidemenu--nav-tree{
  margin-top: 4vw;
}

.block-mypage-sidemenu--nav-title {
	padding: 2.67vw 2.67vw 2.4vw;
	font-size: 16px;
	position: relative;
	border-bottom: 1px solid var(--main--border-color);
}

.block-mypage-sidemenu--nav-title:after,
.block-mypage-sidemenu--nav-title:before {
	content: '';
	width: 10px;
	height: 2px;
	display: block;
	background-color: #444;
	position: absolute;
	top: 50%;
	right: 0;
}

.block-mypage-sidemenu--nav-title:after {
	transform: rotate(90deg);
	transition: 0.3s transform ease-in;
}

.block-mypage-sidemenu--nav-tree.is-active .block-mypage-sidemenu--nav-title:after {
	transform: rotate(0);
}

.block-mypage-sidemenu--nav-item {
	padding: 2.67vw 12.67vw 2.4vw 4vw;
	position: relative;
}

.block-mypage-sidemenu--nav-item::after {
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%) rotate(45deg);
}

.block-mypage-sidemenu--nav-sub-title {
	height: 0;
	overflow: hidden;
}

.block-mypage-sidemenu--btn-area {
	margin: 4vw 0 8vw;
	text-align: center;
}

.block-mypage-sidemenu--btn-area.-right {
	text-align: right;
}
.block-mypage-sidemenu--nav + .block-mypage-sidemenu--btn-area{
  margin-top: 8vw;
  padding: 0 6.67vw;
}

.block-mypage-sidemenu--nav+.block-mypage-sidemenu--btn-area .text-link {
	padding-left: 14px;
	color: var(--gray--text-color);
	position: relative;
}

.block-mypage-sidemenu--nav+.block-mypage-sidemenu--btn-area .text-link:after {
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	border-top: 1px solid var(--gray--text-color);
	border-right: 1px solid var(--gray--text-color);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(45deg);
}

.free-template{
  width: 100%;
  height: auto;
  min-height: 100px;
  margin-top: 20px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* マイページTOP */
.pane-main {
	width: 100%;
}

.page-menu .block-mypage--head {
	padding: 0 4vw;
	display: flex;
	align-items: center;
	position: relative;
}
.block-mypage-sidemenu--menu-btn{
  width: 40px;
  height: 40px;
  border: none;
  border: 2px solid #999;
  background-color: #fff;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 9;
  padding: 1px 6px;
}
.block-mypage-sidemenu--menu-btn img{
  width: 100%;
}
.block-mypage-sidemenu--menu-btn.menu-left-btn{
  display: none;
}

.page-menu .block-mypage--head-title {
	padding: 0;
	margin: 0;
}

.page-menu .block-mypage--coupon-status {
	margin-left: 2.67vw;
}

.page-menu .block-mypage--coupon-status-text {
	display: flex;
	align-items: center;
	font-size: 12px;
}

.page-menu .block-mypage--coupon-status-image {
	width: 20px;
	height: auto;
	margin-right: 8px;
	vertical-align: text-bottom;
	position: relative;
}

.page-menu .block-mypage--coupon-status-image img {
	display: inline-block;
}

.page-menu .block-mypage--coupon-status-image .coupon-count {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #D53116;
	color: transparent;
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -2px;
	right: -2px;
}

.page-menu .block-mypage--logout {
	margin: 4px 0 0 auto;
	padding-left: 25px;
	position: relative;
}

.page-menu .block-mypage--logout::after {
	content: '';
	width: 20px;
	height: 18px;
	display: block;
	background-image: url(../../img/usr/common/ico_logout.png);
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.page-menu .block-mypage--information {
	width: calc(100% - 30px);
	margin: 28px auto 0;
	padding: 15px;
	border: 1px solid var(--main--background-color);
}

.page-menu .block-mypage--information-lists-item {
	padding-left: 25px;
	font-size: 12px;
	position: relative;
}

.page-menu .block-mypage--information-lists-item::after {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	background-image: url(../../img/usr/common/ico_info.png);
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.page-menu .block-mypage--information-lists-item:not(:first-child) {
	margin-top: 20px;
}

.page-menu .block-mypage--customer-status {
	width: calc(100% - 30px);
	margin: 30px auto 0;
	padding: 10px 10px;
	background-color: var(--main--background-color);
}

.page-menu .block-mypage--customer-status-wrap {
	padding: 20px 15px;
	background-color: #fff;
}

.page-menu .block-mypage--customer-status-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.page-menu .block-mypage--customer-status-head+.block-mypage--rank,
.page-menu .block-mypage--customer-status-head+.block-mypage--point {
	margin-top: 20px;
}

.page-menu .block-mypage--customer-name {
	font-size: 18px;
	font-weight: 500;
}

.page-menu .block-mypage--customer-name>small {
	font-size: 0.6em;
	margin-left: 1em;
}

.page-menu .jancode {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.page-menu .block-mypage--rank {
	padding: 15px 0 20px;
	border-top: 1px solid var(--main--border-color);
}

.page-menu .block-mypage--rank-status-info {
	position: relative;
}

.page-menu .block-mypage--rank-status-rank {
	display: flex;
}

.page-menu .block-mypage--rank-status-rank .rank-image {
	width: auto;
	height: 60px;
}

.page-menu .block-mypage--rank-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.page-menu .rank-image+.block-mypage--rank-status-message {
	padding-left: 14px;
}

.page-menu .block-mypage--rank-now {
	width: 100%;
}

.page-menu .block-mypage--rank-status-message {
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
}

.page-menu .block-mypage--rank-status-message>small {
	font-size: 0.7em;
	font-weight: 400;
}

.page-menu .block-mypage--rank-next {
	width: 100%;
	padding-top: 50px;
	position: relative;
}

.page-menu .block-mypage--rank-next:before {
	content: '';
	width: 40px;
	height: 52px;
	display: block;
	background-image: url(../../img/usr/common/ico_rank_arrow.png);
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: calc(50% - 25px);
	transform: rotate(90deg);
}

.page-menu .block-mypage--rank-up-detail {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid var(--main--border-color);
	position: relative;
}

.page-menu .block-mypage--rank-next .block-mypage--rank-up-detail:before {
	content: '';
	width: 22px;
	height: 1px;
	display: block;
	background-color: var(--main--border-color);
	position: absolute;
	left: 50%;
	top: -1px;
	transform: rotate(30deg);
	transform-origin: top left;
}

.page-menu .block-mypage--rank-next .block-mypage--rank-up-detail::after {
	content: '';
	width: 22px;
	height: 1px;
	display: block;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: -1px;
}
.page-menu .block-mypage--rank-status-purchase{
  width: calc(100% - 9px);
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}
.page-menu .block-mypage--rank-status-shipping{
  width: calc(100% - 9px);
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}
.page-menu .block-mypage--rank-status-shipping + .block-mypage--rank-status-purchase{
  margin-left: 6px;
}
.page-menu .block-mypage--rank-status-meter-wrap{
  display: flex;
  flex-direction: column-reverse;
  flex: 1;
}
.page-menu .block-mypage--rank-status-meter img {
	width: auto;
	height: 20px;
}

.page-menu .block-mypage--rank-status-meter meter {
	width: 100%;
	flex-shrink: 0;
}
@-moz-document url-prefix() {
  .block-mypage--rank-status-meter meter{
    background: #fff;
    border-radius: 20px;
    border: 1px solid #cacaca;
  }
}
.page-menu .block-mypage--rank-status-meter meter::-webkit-meter-bar{
  height: 14px;
  border-radius: 20px;
  background-color: #fff;
}
.page-menu .block-mypage--rank-status-meter meter::-webkit-meter-optimum-value{
  background-color: var(--main-highlight-background-color);
  border-radius: 20px;
}
.page-menu .block-mypage--rank-status-meter meter::-moz-meter-bar {
  background: var(--main-highlight-background-color);
  border-radius: 20px;
  height: 14px;
}
.page-menu .block-mypage--rank-status-meter-message{
  margin: 4px 0 0 0;
  padding-left: 40px;
  font-size: 12px;
  position: relative;
  min-height: 45px;
}
.page-menu .block-mypage--rank-status-meter-message > small{
  font-weight: 500;
}
.page-menu .block-mypage--rank-status-meter-message>strong {
	font-size: 18px;
	font-weight: 500;
}
.page-menu .block-mypage--rank-status-purchase .block-mypage--rank-status-meter-message::after{
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(../../img/usr/common/ico_purchase-price.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page-menu .block-mypage--rank-status-shipping .block-mypage--rank-status-meter-message::after{
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(../../img/usr/common/ico_shipping.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page-menu .block-mypage--point{
  padding: 20px 0;
  border-top: 1px solid var(--main--border-color);
}
.page-menu .block-mypage--point-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.page-menu .block-mypage--point-detail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.page-menu .block-mypage--point-title {
	margin-top: 7px;
	font-size: 14px;
	font-weight: 500;
}

.page-menu .block-mypage--point-number {
	margin: 0 10px;
}

.page-menu .point-caution+.point-number {
	margin-left: 8px;
}

.page-menu .block-mypage--point-number .point-number {
	font-size: 18px;
	font-weight: 500;
}

.page-menu .block-mypage--point-mypoint {
	display: flex;
	align-items: baseline;
}

.page-menu .block-mypage--point-mypoint .point-caution {
	width: 1.25em;
}

.page-menu .block-mypage--point-number>small {
	margin-left: 0.5em;
	font-size: 14px;
	font-weight: 500;
}

.page-menu .block-mypage--point-message .point-limit {
	color: var(--gray--text-color);
	font-size: 12px;
}

.page-menu .block-mypage--point-detail+.base-btn {
	margin: 10px 0 0 auto;
	display: none;
}

.page-menu .point-limit-message {
	display: inline-block;
	color: var(--highlight-text-color);
	font-size: 12px;
}

/* line offer*/
.page-menu .block-mypage--line {
	margin: 20px 15px 0;
}

/* 定期状況 */
.page-menu .swiper-scrollbar {
	bottom: 0;
}

.page-menu .block-mypage--subscription {
	margin-top: 50px;
	padding: 0 15px;
}

.page-menu .block-mypage-head {
	margin-bottom: 20px;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-menu .block-mypage--title {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 18px;
	position: relative;
}

.page-menu .block-mypage--subscription .block-regular-purcharse-list--detail a {
	color: #3e3e3e;
}

.page-menu .block-mypage--subscription .block-mypage--title {
	padding-left: 35px;
}

.page-menu .block-mypage--subscription .block-mypage--title::after {
	content: '';
	width: 25px;
	height: 22px;
	display: block;
	background-image: url(../../img/usr/common/ico_chek_list.png);
	background-size: 25px 22px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.page-menu .block-regular-purcharse-list--detail-item-list {
	height: 220px;
}

.page-menu .block-mypage-head {
	font-size: 18px;
}

.page-menu .block-mypage-head .text-link {
	padding-left: 14px;
	color: var(--gray--text-color);
	font-size: 12px;
	position: relative;
}

.page-menu .block-mypage-head .text-link:after {
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	border-top: 1px solid var(--gray--text-color);
	border-right: 1px solid var(--gray--text-color);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(45deg);
}

.page-menu .slide-content {
	margin-top: 20px;
	padding-bottom: 20px;
}

.page-menu .block-regular-purcharse-list--list {
	margin: 0;
	align-items: stretch;
	border: none;
}

.page-menu .block-regular-purcharse-list--date-spec dl {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	overflow-wrap: anywhere;
	word-break: break-all;
}

.page-menu .block-regular-purcharse-list--date-spec dt {
	position: inherit;
	top: inherit;
	right: inherit;
}

.page-menu .block-regular-purcharse-list--detail {
	height: auto;
}

.page-menu .block-regular-purcharse-list--detail.detail_end {
	background-color: #f2f2f2;
}

.page-menu .block-regular-purcharse-list--detail.detail_skip {
	background-color: #e7f5f4;
}

.page-menu .block-regular-purcharse-list--detail.detail_next {
	background-color: #ffeaea;
}

.page-menu .block-mypage--subscription .block-regular-purcharse-list--sales-link {
	font-size: 12px;
}
.page-menu .block-mypage--subscription .block-regular-purcharse-list--info-regular-sales {
  display: flex;
  justify-content: space-between;
  padding: 15px 15px 0px 15px;
  font-size: 13px;
}

/* 最新の注文状況 */
.block-mypage--order-status {
  margin-top: 50px;
  padding: 0 15px;
}
.block-mypage--order-status .block-mypage--title {
  padding-left: 40px;
}
.block-mypage--order-status .block-mypage--title:after {
  content: "";
  width: 30px;
  height: 22px;
  display: block;
  background-image: url(../../img/usr/common/ico_order.png);
  background-size: 30px 22px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.block-mypage--order-status-lists {
  display: flex;
}
.order-status-item {
  width: 100%;
  margin-right: 20px;
  padding: 10px;
  flex-shrink: 0;
  border: 1px solid var(--main--border-color);
}
.order-status-item:hover {
  text-decoration: none;
}
.order-status-item--head {
  display: flex;
  justify-content: space-between;
  height: 2rem;
  padding: 0 10px;
}
.order-status-item--status {
  font-size: 14px;
  font-weight: 500;
}
.order-status-item--dt-wrap {
  display: flex;
}
.order-status-item-dt-title {
  font-size: 12px;
}
.order-status-item-dt-text {
  font-size: 12px;
}
.order-status-item--status-progress {
  margin-top: 20px;
  display: flex;
}
.status-progress--bar {
  width: 20%;
  height: unset;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  position: relative;
  background: none;
}
.order-status-item--status-progress .status-progress--bar:after {
  content: "";
  width: 100%;
  height: 6px;
  display: block;
  background-color: var(--main--background-color);
  position: absolute;
  top: 4px;
  left: 50%;
  border-right: inherit
}
.status-cancel .status-progress--bar:first-child::after,
.status-cancel .status-progress--bar:nth-child(2)::after,
.status-cancel .status-progress--bar:nth-child(3)::after{
  background-color: #bbb;
  border-color: #bbb;
}
.status-return .status-progress--bar:first-child::after,
.status-return .status-progress--bar:nth-child(2)::after,
.status-return .status-progress--bar:nth-child(3)::after{
  background-color: #bbb;
  border-color: #bbb;
}
.status-status_1 .status-progress--bar:first-child::after,
.status-status_1 .status-progress--bar:nth-child(2)::after,
.status-status_1 .status-progress--bar:nth-child(3)::after{
  background-color: #bbb;
  border-color: #bbb;
}
.status-status_2 .status-progress--bar:first-child::after,
.status-status_2 .status-progress--bar:nth-child(2)::after,
.status-status_2 .status-progress--bar:nth-child(3)::after{
  background-color: #bbb;
  border-color: #bbb;
}
.status-status_3 .status-progress--bar:first-child::after,
.status-status_3 .status-progress--bar:nth-child(2)::after,
.status-status_3 .status-progress--bar:nth-child(3)::after{
  background-color: #bbb;
  border-color: #bbb;
}
.status-status_4 .status-progress--bar:first-child::after,
.status-status_4 .status-progress--bar:nth-child(2)::after,
.status-status_4 .status-progress--bar:nth-child(3)::after{
  background-color: #bbb;
  border-color: #bbb;
}
.status-status_9 .status-progress--bar:first-child::after,
.status-status_9 .status-progress--bar:nth-child(2)::after,
.status-status_9 .status-progress--bar:nth-child(3)::after{
  background-color: #bbb;
  border-color: #bbb;
}
.status-verify .status-progress--bar:first-child::after{
  background-color: var(--main-highlight-background-color);
}
.status-income .status-progress--bar:first-child::after,
.status-income .five-step .status-progress--bar:nth-child(2)::after {
  background-color: var(--main-highlight-background-color);
}
.status-rship .status-progress--bar:first-child::after,
.status-rship .status-progress--bar:nth-child(2)::after,
.status-rship .five-step .status-progress--bar:nth-child(3)::after {
  background-color: var(--main-highlight-background-color);
}
.status-ship .status-progress--bar:first-child::after,
.status-ship .status-progress--bar:nth-child(2)::after,
.status-ship .status-progress--bar:nth-child(3)::after,
.status-ship .five-step .status-progress--bar:nth-child(4)::after {
  background-color: var(--main-highlight-background-color);
}
.status-reserve .status-progress--bar:first-child::after {
  background-color: var(--main-highlight-background-color);
}
.status-arrival .status-progress--bar:first-child::after,
.status-arrival .status-progress--bar:nth-child(2)::after {
  background-color: var(--main-highlight-background-color);
}
.order-status-item--status-progress .status-progress--bar:last-child::after {
  content: none;
}
.status-progress--circle {
  width: 16px;
  height: 16px;
  margin: 0;
  border-radius: 50%;
  background-color: #bbb;
  position: relative;
  z-index: 1;
}
.status-progress--circle::after {
  content: none;
}
.status-order .status-progress--bar:first-child .status-progress--circle{
  background-color: var(--main-highlight-background-color);
}
.status-verify .status-progress--bar:first-child .status-progress--circle,
.status-verify .status-progress--bar:nth-child(2) .status-progress--circle {
  background-color: var(--main-highlight-background-color);
}
.status-income .status-progress--bar:first-child .status-progress--circle,
.status-income .status-progress--bar:nth-child(2) .status-progress--circle,
.status-income .five-step .status-progress--bar:nth-child(3) .status-progress--circle {
  background-color: var(--main-highlight-background-color);
}
.status-rship .status-progress--bar:first-child .status-progress--circle,
.status-rship .status-progress--bar:nth-child(2) .status-progress--circle,
.status-rship .status-progress--bar:nth-child(3) .status-progress--circle,
.status-rship .five-step .status-progress--bar:nth-child(4) .status-progress--circle {
  background-color: var(--main-highlight-background-color);
}
.status-ship .status-progress--circle {
  background-color: var(--main-highlight-background-color);
}
.status-checking-reserve .status-progress--bar:first-child .status-progress--circle {
  background-color: var(--main-highlight-background-color);
}
.status-reserve .status-progress--bar:first-child .status-progress--circle,
.status-reserve .status-progress--bar:nth-child(2) .status-progress--circle {
  background-color: var(--main-highlight-background-color);
}
.status-arrival .status-progress--bar:first-child .status-progress--circle,
.status-arrival .status-progress--bar:nth-child(2) .status-progress--circle,
.status-arrival .status-progress--bar:nth-child(3) .status-progress--circle {
  background-color: var(--main-highlight-background-color);
}
.status-progress-bar--text {
  margin-top: 5px;
  font-size: 10px;
  text-align: center;
  background: none;
}
.status-progress-bar--text::after {
  content: none;
}
.order-status-item--product {
  margin-top: 10px;
  position: relative;
}
.order-status-item--product-lists {
  display: flex;
  justify-content: center;
}
.order-status-item--product-thumbnail {
  width: calc((100% - 24px) / 4);
  max-width: 88px;
}
.order-status-item--product-thumbnail:not(:first-child) {
  margin-left: 8px;
}
.order-status-item--product-thumbnail img {
  width: 100%;
}
.order-status-item--product-more {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: -5px;
  border-radius: 50%;
  background-color: var(--main--background-color);
}
.order-status-item--product-more img {
  width: 70%;
}


/* クーポン */
.page-menu .block-mypage--coupon-title {
	margin: 0;
	padding: 0;
	border: none;
}

.page-menu .block-mypage--coupon {
	margin-top: 50px;
	padding: 0 15px;
}
.page-menu .wrapper:has(.pane-header) .block-mypage--coupon {
	scroll-margin-top: 150px;
}

.page-menu .block-mypage--coupon--head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-menu .block-mypage--coupon .block-mypage--title {
	padding-left: 38px;
}

.page-menu .block-mypage--coupon .block-mypage--title:after {
	content: '';
	width: 28px;
	height: 22px;
	display: block;
	background-image: url(../../img/usr/common/ico_coupon.png);
	background-size: 28px 22px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.page-menu .tablist{
  display: flex;
}
.page-menu .tablist__item{
  width: calc(100% / 2);
}

.page-menu .tab-button {
	width: 100%;
	padding: 8px 0;
	background-color: #fff;
	border-radius: 5px 5px 0 0;
	border: 1px solid var(--main--border-color);
}

.page-menu .tab-button[aria-selected="true"] {
	color: #fff;
	background-color: var(--default--text-color);
}

.page-menu .tab-contents[aria-hidden="true"] {
	display: none;
}

.page-menu .block-mypage--coupon-content {
	width: 100%;
}

.page-menu .block-mypage--coupon-content+.block-mypage--coupon-content {
	margin-top: 50px;
}

.page-menu .block-mypage--coupon-content .slide-content {
	max-height: 560px;
	margin-top: 0;
	padding-bottom: 20px;
	overflow-y: hidden;
}

.page-menu .block-mypage--coupon-content .slide-content .block-coupon-list {
	/* margin: 10px 0 0 0; */
	display: flex;
}

.page-menu .block-mypage--coupon-card {
	height: auto;
	padding: 10px;
	border: 2px solid var(--main--background-color);
}

.page-menu .block-coupon-list--coupon-name {
	margin: 0;
	padding: 7px 10px 6px;
	background-color: var(--main--background-color);
}

.page-menu .coupon-benefits {
	padding: 10px 0;
	color: var(--gray--text-color);
	font-size: 12px;
	border-bottom: 1px solid var(--main--background-color);
}

.page-menu .block-coupon-list--bonus-type {
	color: var(--default--text-color);
	font-size: 1.3em;
	font-weight: 500;
}

.page-menu .coupon-summary {
	padding: 10px 0;
}

.page-menu .coupon-summary:not(:last-child) {
	border-bottom: 1px solid var(--main--background-color);
}

.page-menu .coupon-summary-title {
	color: var(--gray--text-color);
	font-size: 12px;
}

.page-menu .coupon-summary .coupon-summary-coupon-dt {
	width: 100%;
	margin-top: 5px;
	padding-left: 1em;
	font-size: 12px;
}
.page-menu .coupon-summary .coupon-summary-coupon-target{
  width: 100%;
  margin-top: 5px;
  padding-left: 1em;
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 14;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.page-menu .block-mypage--coupon-btn{
  margin-top: 10px;
  text-align: center;
}

.page-menu .block-mypage--restocking {
	margin-top: 50px;
	padding: 0 15px;
}

.page-menu .web-coupon-only {
	width: 200%
}

/* お気に入り商品 */
.page-menu .block-mypage--favorite {
	margin-top: 50px;
	padding: 0 15px;
}

.page-menu .block-bookmarkslider--header {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 18px;
}

.page-menu .block-bookmarklist-content {
	margin-top: 20px;
}
.page-menu .block-bookmarkslider--item-body{
  height: initial;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.page-menu .block-bookmarkslider--item-body .block-bookmarkslider--item {
  display: flex;
  flex-direction: row;
}

.page-menu .block-bookmarkslider--image{
  width: 125px;
  flex-shrink: 0;
}

.page-menu .block-bookmarkslider--image .img-center img {
	width: 100%;
	max-width: unset;
	max-height: unset;
}
.page-menu .block-bookmarkslider--item-description{
  margin-left: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.page-menu .block-mypage--favorite .swiper-horizontal>.swiper-scrollbar,.block-mypage--favorite .swiper-scrollbar.swiper-scrollbar-horizontal,
.page-menu .block-mypage--restocking .swiper-horizontal>.swiper-scrollbar,.block-mypage--restocking .swiper-scrollbar.swiper-scrollbar-horizontal{
  width: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
}
.page-menu .block-bookmarkslider--goods-name{
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page-menu .block-bookmarkslider--price-items .block-bookmarkslider--price{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}
.page-menu .block-bookmarkslider--price-items .block-bookmarkslider--price + .block-bookmarkslider--default-price{
  margin-top: 5px;
  color: var(--gray--text-color);
}
.page-menu .block-bookmarkslider .block-bookmarklist-content .swiper-bookmarklist{
  padding: 0 15px 20px;
}
.page-menu .block-bookmarkslider--add-cart{
  margin-top: auto;
  width: 100%;
}
.page-menu .block-bookmarkslider--add-cart .block-bookmarkslider--cart-btn{
  display: flex;
  justify-content: center;
}
.page-menu .block-bookmarkslider--add-cart .block-bookmarkslider--cart-btn .block-add-cart-btn{
  font-size: 14px;
  width: 100%;
}

/* 再入荷 */

/*関連した商品*/
.page-menu .block-mypage--relation{
  margin-top: 50px;
  padding: 0 15px;
}
.page-menu .block-accessory-list--list{
  margin-top: 20px;
}

.page-menu .block-accessory-list--name {
	margin: 0 0 20px 0;
	padding: 0;
	border: none;
	font-size: 18px;
	text-align: left;
}

.page-menu .block-pickup-list-p--items {
	display: flex;
	border-top: none;
}

.page-menu .block-pickup-list-p--item {
	width: calc(100% / 2);
	padding: 0;
	border-bottom: none;
}

.page-menu .block-pickup-list-p--item a {
	display: flex;
	flex-direction: column;
}

.page-menu .block-pickup-list-p--goods-image {
	width: 100%;
}

.page-menu .block-pickup-list-p--goods-image figure {
	width: 100%;
	height: auto;
	padding: 0;
}

.page-menu .block-pickup-list-p--goods-image figure.img-center img {
	width: 100%;
	height: 100%;
	max-width: unset;
	max-height: unset;
	object-fit: cover;
}
.page-menu .block-pickup-list-p{
  padding-bottom: 20px;
}

.page-menu .block-mypage--recommend a {
	text-decoration: none;
}

.page-menu .block-pickup-list-p--goods-name {
	margin-top: 10px;
	font-size: 12px;
	text-align: left;
}

.page-menu .block-pickup-list-p--comment {
	display: none;
}

.page-menu .block-pickup-list-p--goods-description {
	padding-left: 0;
}

.page-menu .block-pickup-list-p--price-infos {
	margin-top: 10px;
}

.page-menu .block-pickup-list-p--price-items {
	text-align: left;
}

.page-menu .block-pickup-list-p .price {
	text-align: left;
}

.page-menu .block-pickup-list-p--price.price {
	text-align: left;
}

.page-menu .block-pickup-list-p--price-infos .block-pickup-list-p--net-price {
	color: var(--gray--text-color);
	font-size: 12px;
	display: inline-block;
	text-decoration: line-through;
}

.page-menu .block-pickup-list-p--item .block-goods-list--favorite--btn {
	left: unset;
}

.page-menu .block-mypage--relation,
.page-menu .block-mypage--recommend-category {
	margin-top: 30px;
	padding: 0 10px 10px 10px;
}

/* 最近見たカテゴリ */
.page-menu .block-mypage--recommend-category .block-accessory-list--name {
	text-align: center;
}

.page-menu .block-recently-category-list--items {
	display: flex;
	padding-bottom: 20px;
}

.page-menu .block-recently-category-list--item {
	width: calc((100% - 10PX) / 2);
	max-width: 235px;
}

.page-menu .block-recently-category-list--item:not(:first-child) {
	margin-left: 10px;
}

.page-menu .block-recently-category-list--description {
	margin-top: 16px;
}

.page-menu .block-recently-category-list--name {
	text-align: center;
}

.page-menu .block-recently-category-list--image .img-center img {
	width: 100%;
	height: auto;
}

.page-menu .block-mypage--withdrawal-link {
	margin: 30px 0;
	text-align: right;
}

.page-menu .block-mypage--withdrawal-link .block-mypage--withdrawal {
	color: var(--gray--text-color);
}

.page-menu .block-recent-item--header {
	margin-bottom: 20px;
	padding-top: 50px;
	font-size: 18px;
	font-weight: bold;
}

/* アドレス帳の変更 */
.block-mypage--member-info-items .block-mypage--update-address-book dd {
	display: block;
}

.block-mypage--member-info-items .block-mypage--update-address-book dt a:after {
	content: "";
}

.block-mypage--member-info-items .block-mypage--update-address-book dd ul {
	border-top: 1px solid #eee;
}

.block-mypage--member-info-items .block-mypage--update-address-book-description a {
	display: table;
	width: 100%;
}

.block-mypage--member-info-items .block-mypage--update-address-book-description span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.block-mypage--member-info-items .block-mypage--update-address-book-description i {
	display: table-cell;
	width: 20px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

.page-menu .block-mypage--recommend-category {
	margin-top: 50px;
	padding: 0 15px;
}
.page-menu .wrapper:has(.pane-header) #accessorylink {
	scroll-margin-top: 150px;
}
/*フッターメニュー*/
.block-mypage-footermenu {
	margin-top: 30px;
	border-top: 1px solid var(--main--border-color);
}

.block-mypage-footermenu--nav {
	padding: 10px 15px;
}

.block-mypage-footermenu--nav-title {
	padding: 2.67vw 2.67vw 2.4vw;
	font-size: 16px;
	position: relative;
	border-bottom: 1px solid var(--main--border-color);
}

.block-mypage-footermenu--nav-title::after,
.block-mypage-footermenu--nav-title:before {
	content: '';
	width: 10px;
	height: 2px;
	background-color: #444;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
}

.block-mypage-footermenu--nav-title:after {
	transform: rotate(90deg);
	transition: 0.3s transform ease-in;
}

.block-mypage-footermenu--nav-tree.is-active .block-mypage-footermenu--nav-title:after {
	transform: rotate(0);
}

.block-mypage-footermenu--nav-sub-title {
	height: 0;
	overflow: hidden;
}

.block-mypage-footermenu--nav-item {
	padding: 2.67vw 12.67vw 2.4vw 8vw;
	position: relative;
}

.block-mypage-footermenu--nav-item::after {
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%) rotate(45deg);
}

.nav-link--line-login {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-link--line-login:hover {
	text-decoration: none;
}

.nav-link--line-login p:hover {
	text-decoration: underline;
}

.block-mypage-footermenu--nav-tree.is-active .block-mypage-sidemenu--nav-title:after {
	transform: rotate(0);
}

.block-mypage-footermenu--btn-area {
	margin: 4vw 0 8vw;
	text-align: center;
}
.block-mypage-footermenu .block-icon-image--table,
.block-mypage-sidemenu .block-icon-image--table{
	display: flex;
}
.block-mypage-footermenu .block-icon-image--table-cell-left,
.block-mypage-sidemenu .block-icon-image--table-cell-left{
	display: block;
	flex-grow: 1;
}

.line-login-linked {
	display: inline-block;
	background: #06C755;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px;
	border-radius: 12px;
	white-space: nowrap;
	height: min-content;
}

.line-login-unlinked {
	display: inline-block;
	background: #FFF;
	color: #D53100;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px;
	border-radius: 12px;
	white-space: nowrap;
	border: solid;
	border-width: 1px;
	height: min-content;
}

/* スマレジ */
.block-mypage--smaregipoint {
	margin: 10px;
}

/* スマホでは非表示のメニュー */
.block-mypage--shopping-info-item-order,
.block-mypage--shopping-info-item-goods-page {
	display: none;
}

/* SNS連動設定モーダル */
.modal--snssync-menu .snslogin_btn_width {
	width: 100%;
}

.modal--snssync-menu .snslogin {
	margin-top: 10px;
	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: 40px;
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.modal--snssync-menu-contents-facebook .sns_logo {
	background: #1877f2 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: 48px 48px;
	background-position: center;
}

.modal--snssync-menu-contents-yahoo .sns_logo {
	background: #e61017 url(../../img/sys/snslogin/yahoo.png) no-repeat;
	background-size: 40px 40px;
	border: 1px solid #e61017;
}

.modal--snssync-menu-contents-line .sns_logo {
	background: #06c755 url(../../img/sys/snslogin/line.png) no-repeat;
	background-size: 40px 40px;
}

.modal--snssync-menu .snslogin-wrapper .snslogin-contents button:focus {
	outline: none;
}

.modal--snssync-menu .sns_word {
	width: 70%;
	height: 40px;
	line-height: 38px;
	float: left;
	text-align: left;
	padding: 0 10px;
	margin-left: 1px;
	border-left: solid 1px #ccc;
}

.modal--snssync-menu-contents-line .sns_word {
	border: solid 1px #06c755;
}

.modal--snssync-menu-contents-facebook .sns_word {
	border: solid 1px #1877f2;
}

.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: #06c755;
	color: #fff;
}

.modal--snssync-menu-contents-facebook .snssync-release .sns_word {
	background: #1877f2;
	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: #4285f4;
	color: #fff;
}

.modal--snssync-menu-contents-yahoo .snssync-release .sns_word {
	background: #e61017;
	color: #fff;
}

/* Line連動設定モーダル */
.modal--linesync-menu {
	padding-bottom: 10px;
}

.modal--linesync-menu .linelogin_btn_width {
	width: 100%;
}

.modal--linesync-menu .linelogin {
	margin-top: 10px;
	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: #06c755 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;
}

.modal--linesync-menu-contents .line_word {
	background: #06c755;
	border-left: solid 1px rgba(0, 0, 0, 0.08);
	border-radius: 0 7px 7px 0;
	width: 85%;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: center;
	padding: 0 30px;
	color: #fff;
}

.modal--linesync-menu .linesync-message {
	margin-left: 5px;
}

.modal--linesync-menu .linesync-message.linesync-message-sync {
	margin-top: 10px;
}

.modal--linesync-menu .linesync-message .linesync-message-clientlist {
	display: block;
	margin-left: 10px;
}

.modal--linesync-menu .linesync-message .linesync-message-client {
	white-space: nowrap;
}

/* マイページ用 > line友達登録用 */
.snslogin-line-friends .snslogin-line-friend-message {
	margin-bottom: 10px;
}

.snslogin-line-friends form {
	width: 100%;
}

.snslogin-line-friends .snslogin {
	margin: 5px 0;
}

.snslogin-line-friends .snslogin-line-friend-yes {
	color: #fff;
	font-weight: bold;
	background: #232323;
}

.snslogin-line-friends .snslogin-line-friend-no {
	background: #dcdcdc;
	color: #666;
}

.snslogin-line-friends .snslogin-line-friend-sns_word {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-left: 1px;
}

/* ----会員登録---- */
.block-member-info--back {
	margin-top: 10px;
	padding: 12px 40px;
	font-weight: bold;
}

.block-member-info {
	margin: 10px;
}

.block-member-info h1 {
	margin: -10px -10px 0;
}

.block-member-info--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
}

.block-member-info--value-label {
	display: block;
	margin: 5px 0;
}

.block-member-info--message {
	padding: 0 0 10px;
}

.block-member-info--update-mail a {
	text-decoration: underline;
}

.block-member-info .block-topic-path {
	margin: 10px -10px 0;
}

/* ----会員登録確認画面---- */
.block-member-info-confirmation {
	margin: 10px;
}

.block-member-info-confirmation h1 {
	margin: -10px -10px 0;
}

.block-member-info-confirmation .form-control {
	display: block;
	min-height: 24px;
}

.block-member-info-confirmation--value-label {
	display: block;
}

.block-member-info-confirmation .block-topic-path {
	margin: 10px -10px 0;
}

.block-member-info-confirmation--login-state-saving {
	margin-top: 10px;
}

.block-member-info-confirmation--login-state-saving-message {
	margin-top: 10px;
}

.block-member-info-confirmation--pwd {
	word-break: break-all;
}

.block-member-info-confirmation--verifytel-description {
	text-align: center;
}

/* ----会員登録ステップ---- */
.block-member-flow--step {
	padding: 10px 0 10px;
	margin: 0;
	text-align: center;
}

/* ----会員登録完了画面---- */
.block-member-registration-completed {
	margin: 10px;
}

.block-member-registration-completed h1 {
	margin: -10px -10px 0;
}

/* スマレジ */
.block-member-registration-completed--smaregipoint {
	margin: 10px;
}

.block-quick-member-registration-completed--smaregipoint {
	margin: 10px;
}

/* 行動ポイントプログラム */
.block-member-registration-completed--action-register-api-failed {
  color: #a94442;
  margin-top: 1em;
}

/* ----メールアドレス変更画面---- */
.block-update-mail-address {
	margin: 10px;
}

.block-update-mail-address--header {
	margin: -10px -10px 0;
}

.block-update-mail-address--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
}

.block-update-mail-address .action-buttons {
	margin: 0;
}

.block-update-mail-address .block-topic-path {
	margin: 10px -10px 0;
}

/* ----メールアドレス変更完了画面---- */
.block-update-mail-address--login-link {
	padding: 0 0 10px;
}

.block-update-mail-address--login-link,
.block-update-mail-address--mypage-link {
	text-decoration: underline;
}

/* ----アドレス帳の新規登録・変更画面---- */
.block-shipping-address {
	margin: 10px;
}

.block-shipping-address--header {
	margin: -10px -10px 0;
}

.block-shipping-address--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
}

.block-shipping-address--value-label {
	display: block;
	margin: 5px 0;
}

.block-shipping-address .block-topic-path {
	margin: 10px -10px 0;
}

/* ----アドレス帳の新規登録・変更確認画面---- */
.block-shipping-address-confirmation {
	margin: 10px;
}

.block-shipping-address-confirmation--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
}

.block-shipping-address-confirmation .form-control {
	display: block;
	min-height: 24px;
}

.block-shipping-address-confirmation .block-topic-path {
	margin: 10px -10px 0;
}

/* ----パスワード変更画面---- */
.block-update-member-password {
	margin: 10px;
}

.block-update-member-password--header {
	margin: -10px -10px 0;
}

.block-shipping-address--message {
	padding-bottom: 10px;
}

.block-reset-password--message,
.block-reset-password--form {
	padding: 0 10px 10px;
}

.block-update-member-password .block-topic-path {
	margin: 10px -10px 0;
}

/* ----パスワード変更完了画面---- */
.block-reset-new-password--completed-message {
	padding-bottom: 10px;
}

.block-reset-new-password--completed-message a {
	text-decoration: underline;
}

.block-update-member-password--login-link {
	margin-bottom: 10px;
}

.block-update-member-password--login-link a {
	text-decoration: underline;
}

/* ----パスワード再設定画面---- */
.block-update-new-password {
	margin: 10px;
}

.block-update-new-password--header {
	margin: -10px -10px 0;
}

.block-update-member-password--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
}

.block-update-new-password--message {
	padding-bottom: 10px;
}

/* ----パスワード再設定メール送信完了画面---- */
.block-reset-password-completed--message {
	padding: 0 10px 10px;
}

.block-reset-password-completed .action-buttons {
	margin: 0 10px 10px;
}

/* ----生体認証端末登録画面---- */

.block-member-biometric {
	margin: 10px;
}

.block-member-biometric--header {
	margin: -10px -10px 0;
}

.block-member-biometric--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
}

.block-member-biometric .action-buttons {
	margin: 0;
}

.block-member-biometric .block-topic-path {
	margin: 10px -10px 0;
}

/* ----端末名変更画面---- */

.block-update-devive-name {
	margin: 10px;
}

.block-update-devive-name--header {
	margin: -10px -10px 0;
}

.block-update-devive-name--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
}

.block-update-devive-name .action-buttons {
	margin: 0;
}

.block-update-devive-name .block-topic-path {
	margin: 10px -10px 0;
}


/* ----ログイン画面---- */
.block-login {
	margin: 10px;
}

.block-login h1 {
	margin: -10px;
}

.block-login h2 {
	background: transparent;
}

.block-login--member-header {
	margin: 0 -10px;
}

.block-login--member-body {
	padding: 10px;
	border: 1px solid #dcdcdc;
	background: #fff;
}

.block-login--uid input {
	width: 100%;
}

.block-login--pwd input {
	width: 100%;
}

.block-login--login-state-saving {
	margin-top: 10px;
}

.block-login--login-state-saving-mesage {
	margin-top: 10px;
}

.block-login--login {
	padding: 10px;
	font-weight: bold;
}

.block-login--ask-password {
	text-decoration: underline;
	margin-top: 10px;
	text-align: right;
}

.block-login--first-time-header {
	margin: 0 -10px;
}

.block-login--first-time-body {
	padding: 10px;
	border: 1px solid #dcdcdc;
	background: #fff;
}

.block-login--amazon-header {
	margin: 0 -10px;
}

.block-login--amazon-body {
	padding: 10px;
	border: 1px solid #dcdcdc;
	background: #fff;
}

.block-login--entry-btn {
	padding: 10px;
	font-weight: bold;
}

.block-login--regular-sales-body {
	padding: 10px;
	border: 1px solid #dcdcdc;
	background: #fff;
}

.block-login--regular-sales {
	margin-top: 10px;
}

.block-login--amazon-login {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.block-login--guest {
	margin-top: 10px;
	padding: 10px;
	font-weight: bold;
}

.block-login--member-info-country select {
	max-width: 100%;
}

.block-login--member-info-value-label {
	display: block;
	margin: 5px 0;
}

.block-login--display-password {
	margin-top: 10px;
	text-align: left;
}

.block-login--integration-message {
	color: #e61017;
	font-weight: bold;
}

input[name="pwd_display"] {
	width: 18px;
}

.block-login--biometric-login {
	font-weight: bold;
}

/* SNSログイン */
.block-login--snslogin-header {
	margin: 0 -10px;
}

.block-login--snslogin-body {
	padding: 10px;
	border: 1px solid #dcdcdc;
	background: #fff;
}

.block-login--snslogin-text {
	font-size: 12px;
}

.block-login--snslogin-contents {
	width: 100%;
	margin: auto;
	overflow: hidden;
	zoom: 1;
}

.block-login--snslogin-contents:after {
	clear: both;
}

.block-login--snslogin-contents-btn {
	margin: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	width: 100%;
	height: 50px;
	background-color: transparent;
	border: none;
}

.block-login--snslogin-contents-btn button:focus {
	outline: none;
}

.block-login--snslogin-contents .sns_logo {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.block-login--snslogin-contents-facebook .sns_wrap {
	display: block;
	width: calc(85% + 40px);
	height: 40px;
	background: #1877f2;
	border-radius: 5px;
}

.block-login--snslogin-contents-facebook .sns_logo {
	background: url(../../img/sys/snslogin/facebook.png) center no-repeat;
	background-size: 24px;
}

.block-login--snslogin-contents-facebook .sns_word {
	background: #1877f2;
	border: none;
	font-size: 16px;
	font-weight: bold;
}

.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: 40px 40px;
	border: solid 1px #e61;
}

.block-login--snslogin-contents-line .sns_logo {
	background: #06c755 url(../../img/sys/snslogin/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--snslogin-contents .sns_word {
	width: 85%;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: center;
	padding: 0 10px;
}

.block-login--snslogin-contents .sns_word {
	color: #fff;
}

.block-login--snslogin-contents-line .sns_word {
	background: #06c755;
	border-left: solid 1px rgba(0, 0, 0, 0.08);
	border-radius: 0 7px 7px 0;
	height: 40px;
	line-height: 40px;
	float: left;
	padding: 0 30px;
	color: #fff;
}

.block-login--snslogin-contents-facebook .sns_word {
	background: #1877f2;
	float: none;
}

.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-mesage {
	margin-top: 10px;
}

/* スマレジ */
.block-login--smaregi-errormsg {
	margin: 10px;
}

/* Lineログイン */
.block-login--linelogin-header {
	margin: 0 -10px;
}

.block-login--linelogin-body {
	padding: 10px;
	border: 1px solid #dcdcdc;
	background: #fff;
}

.block-login--linelogin-text {
	font-size: 12px;
}

.block-login--linelogin-contents {
	width: 100%;
	margin: auto;
	overflow: hidden;
	zoom: 1;
}

.block-login--linelogin-contents:after {
	clear: both;
}

.block-login--linelogin-contents-btn {
	margin: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	width: 100%;
	height: 50px;
	background-color: transparent;
	border: none;
}

.block-login--linelogin-contents-btn button:focus {
	outline: none;
}

.block-login--linelogin-contents-line .line_logo {
	background: #06c755 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 .line_word {
	background: #06c755;
	border-left: solid 1px rgba(0, 0, 0, 0.08);
	border-radius: 0 7px 7px 0;
	width: 85%;
	height: 40px;
	line-height: 40px;
	float: left;
	padding: 0 30px;
	color: #fff;
}

.block-login--linelogin-state-saving-mesage {
	margin-top: 10px;
}

/* ----SMS認証コード入力画面---- */
.block-additional-sms-authentication {
	margin: 10px;
}

.block-additional-sms-authentication h1 {
	margin: -10px -10px 0;
}

.block-additional-sms-authentication--sendtel {
	font-weight: bold;
}

.block-additional-sms-authentication--authentication-key input[type="text"] {
	width: 100%;
}

.block-additional-sms-authentication--login {
	font-weight: bold;
	margin-top: 10px;
	padding: 12px 40px;
}

.block-additional-sms-authentication--sms-reissue.btn {
	padding: 5px 0;
}

.block-additional-sms-authentication--retry-message {
	text-align: center;
}

.block-additional-sms-authentication--sidemenu-item {
	margin: 10px 0;
}

.block-additional-sms-authentication--sidemenu-item:first-child {
	margin: 30px 0 10px 0;
}

.block-additional-sms-authentication--sms-restart {
	background-color: transparent;
	border: none;
	border-radius: 4px;
	color: #081f2c;
	cursor: pointer;
	display: inline-block;
	padding: 0;
	text-align: left;
	text-decoration: underline;
	white-space: normal;
	word-wrap: break-word;
}

.block-additional-sms-authentication--inquiry-link {
	text-decoration: underline;
}

/* ----SMS有効性確認モーダル画面---- */
.block-verifytel--response-container.modal-body {
	background: #fff;
}

.block-verifytel-header {
	background: #fff;
	margin-bottom: 5px;
}

.block-verifytel-modal--body {
	padding: 20px;
	border-top: solid 1px #dcdcdc;
	background: #fff;
}

.block-verifytel--body>.block-common-alert-list {
	width: 100%;
}

.block-verifytel--body .block-common-alert-list--items li {
	border-bottom: none;
}

.block-verifytel--sendtel {
	font-weight: bold;
}

.block-verifytel--authentication-key input[type="text"] {
	width: 100%;
}

.block-verifytel--login {
	font-weight: bold;
	margin-top: 10px;
	padding: 12px 40px;
}

.block-verifytel--sms-reissue.btn {
	padding: 5px 0;
	margin-bottom: 10px;
}

.block-verifytel--retry-message {
	text-align: center;
}

.block-verifytel--contents {
	padding: 10px;
}

.block-verifytel--sidemenu-item {
	margin: 10px 0;
}

.block-verifytel--sidemenu-item:first-child {
	margin: 30px 0 10px 0;
}

.block-verifytel--sms-restart {
	background-color: transparent;
	border: none;
	border-radius: 4px;
	color: #081f2c;
	cursor: pointer;
	display: inline-block;
	padding: 0;
	text-align: left;
	text-decoration: underline;
	white-space: normal;
	word-wrap: break-word;
}

.block-verifytel--inquiry-link {
	text-decoration: underline;
}

.block-verifytel-modal--footer {
	background: #fff;
}

/* ----追加認証画面---- */
.block-additional-authentication {
	margin: 10px;
}

.block-additional-authentication h1 {
	margin: -10px -10px 0;
}

.block-additional-authentication--login {
	margin-top: 10px;
	padding: 12px 40px;
	font-weight: bold;
}

.block-additional-authentication--inquiry {
	margin-top: 10px;
	text-decoration: underline;
}

.block-additional-authentication--reissue {
	font-weight: bold;
}

.block-additional-authentication--authentication-key input[type="text"] {
	width: 100%;
}

/* ----お気に入り画面---- */
.block-favorite--price-items .price {
	color: #081f2c;
}

.block-favorite--price-items .sale-price {
	color: #c30;
}

.block-favorite {
	margin: 10px;
}

.block-favorite--header {
	margin: -10px -10px 0;
}

.block-favorite--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
}

.block-favorite--recommend {
	padding: 0 10px 10px 10px;

	text-align: right;
	text-decoration: underline;
}

.block-favorite--items>li:first-child {
	border-top: 1px solid #eee;
}

.block-favorite--items>li {
	border-top: 1px solid #eee;
	width: 100%;
	padding: 10px 0;
	vertical-align: top;
	border-bottom: 1px solid #eee;
}

.block-favorite--favorite-goods {
	display: table;
	width: 100%;
}

.block-favorite--checkbox {
	display: table-cell;
	width: 33px;
	vertical-align: top;
	padding: 5px;
}

.block-favorite--checkbox:empty {
  width: 33px;
}

.block-favorite--image {
	padding: 5px;
	display: table-cell;
	vertical-align: top;
	width: 120px;
}

.block-favorite--description {
	display: table-cell;
	vertical-align: top;
	width: auto;
	padding: 5px;
}

.block-favorite--price {
	display: inline-block;
	font-size: 20px;
}

.block-favorite--price-items,
.block-favorite--update-dt {
	text-align: right;
}

.block-favorite--price-title {
	display: inline-block;
}

.block-favorite--default-price {
	font-weight: normal;
}

.block-favorite--comment {
	margin-top: 10px;
}

.block-favorite--comment-message {
	word-break: break-all;
}

.block-favorite--comment-button {
	margin: 10px 0;
}

.block-favorite--update {
	color: #fff;
	background-color: #f60;
	border: none;
	border-bottom: solid 2px #c54f00;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 4px 10px;
}

.block-favorite--cancel {
	color: #666;
	background-color: #fff;
	border: solid 1px #666;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 4px 10px;
}

.block-favorite--delete-item {
	text-align: right;
	margin-top: 4px;
}

.block-favorite--items {
	margin-bottom: 10px;
}

.block-favorite .block-accessory-list--name {
	background: #f5f5f5;
	padding: 6px 10px 4px;
	margin: 5px -10px 0;
}

.block-favorite--name .block-topic-path {
	margin: 0 -10px;
}

.block-favorite--name {
	font-weight: bold;
}

.block-favorite--name {
	word-break: break-all;
}

.block-favorite--edit-comment a {
	text-decoration: underline;
}

.block-favorite .block-topic-path {
	margin: 10px -10px 0;
}

.block-favorite--image figure {
	width: 110px;
	height: 110px;
	background: #f5f5f5;
}

.block-favorite--comment-textarea-container {
	width: 100%;
}

.block-favorite--comment-textarea {
	width: 100%;
}

/* お気に入り削除フラグ*/
.block-favorite--delete-fg {
	margin-top: 10px;
}

.block-favorite--delete-fg .block-favorite--checkbox {
	margin: 1rem auto;
	justify-content: flex-start;
}

.block-favorite--delete-fg .text {
	vertical-align: middle;
}

.block-favorite--delete-fg label {
	cursor: pointer;
}

.block-favorite--delete-fg .switch {
	position: relative;
}

.block-favorite--delete-fg .switch:before,
.block-favorite--delete-fg .switch:after {
	content: "";
	vertical-align: middle;
	display: inline-block;
}

.block-favorite--delete-fg .switch:before {
	width: 2em;
	height: 1em;
	border-radius: 32px;
	background: #999;
}

.block-favorite--delete-fg .switch:after {
	position: relative;
	width: 1em;
	height: 1em;
	border: 1px solid #ccc;
	background: #f5f5f5;
	border-radius: 50%;
	left: -2em;
}

.block-favorite--delete-fg input {
	display: none;
}

.block-favorite--delete-fg input:checked~.switch:before {
	background: #0cf;
	border-color: #f5f5f5;
}

.block-favorite--delete-fg input:checked~.switch:after {
	background: #f5f5f5;
	left: -1.1em;
}

/* ----入荷案内申し込み商品画面---- */
.block-arrival-notice-list {
	margin: 10px;
}

.block-arrival-notice-list--header {
	margin: -10px -10px 0;
}

.block-arrival-notice-list--items>li:first-child {
	border-top: 1px dotted #ccc;
}

.block-arrival-notice-list--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
}

.block-arrival-notice-list--goods {
	display: table;
	width: 100%;
}

.block-arrival-notice-list--items li {
	padding: 10px 0;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
}

.block-arrival-notice-list--goods .block-arrival-notice-list--image {
	width: 120px;
	padding: 5px;
	display: table-cell;
	vertical-align: top;
}

.block-arrival-notice-list--image figure {
	width: 110px;
	height: 110px;
	background: #f5f5f5;
}

.block-arrival-notice-list--goods .block-arrival-notice-list--description {
	width: auto;
	display: table-cell;
	vertical-align: top;
	padding: 5px;
}

.block-arrival-notice-list--delete-item {
	text-align: right;
}

.block-arrival-notice-list--goods-name {
	font-weight: bold;
}

.block-arrival-notice-list--price-title {
	display: inline;
}

.block-arrival-notice-list--price {
	display: inline;
}

.block-arrival-notice-list--net-price {
	font-size: 12px;
}

.block-arrival-notice-list .block-topic-path {
	margin: 10px -10px 0;
}

/* ----購入履歴一覧画面---- */
.block-purchase-history {
	margin: 10px;
}

.block-purchase-history--header {
	margin: -10px -10px 0;
}

.block-purchase-history--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
}

.block-purchase-history--recommend {
	padding: 0 10px 10px 10px;
	text-align: right;
	text-decoration: underline;
}

.block-purchase-history--table {
	margin: 0 0 10px;
}

.block-purchase-history .block-topic-path {
	margin: 0 -10px;
}

.block-purchase-history--table th {
	vertical-align: middle;
	white-space: nowrap;
}

.block-purchase-history--order-detail-list .block-purchase-history--goods-subitems .block-goods-child .block-goods-child--name {
	padding-left: 10px;
}

.block-purchase-history--order-detail-list {
	display: grid;
	gap: 10px;
}

.block-purchase-history .block-accessory-list {
	margin: 0 -10px;
}

.block-purchase-history--order-id a {
	text-decoration: underline;
}

.block-purchase-history--order-detail-item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
}

.block-purchase-history--status a:hover,
.block-purchase-history--status a:focus {
	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;
}

.block-purchase-history--reauth {
	padding: 5px;
	margin: 5px 0 0 0;
}

.block-purchase-history--goods-image{
  padding: 0 0 5px;
}

.block-purcahse-histroy--goods-image-figure {
  text-align: center;
  width: 50px;
  height: 50px;
}

.block-purcahse-histroy--goods-image-img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.block-purchase-history--goods-info {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.block-purchase-history--gmo-after-payment-form-url {
	padding: 5px;
	margin: 5px 0 0 0;
	border: #ccc solid 1px;
}

.block-purchase-history--gmo-after-payment-form-url-caution-message {
	margin: 5px 0 0 0;
}

/* ----購入履歴詳細画面---- */
.block-purchase-history-detail {
	margin: 10px;
}

.block-purchase-history-detail--header {
	margin: -10px -10px 0;
}

.block-purchase-history-detail--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
	width: 50%;
	float: left;
}

.block-purchase-history-detail--company-name {
	margin: 0 0 10px;
	width: 50%;
	float: right;
	text-align: right;
}

.block-purchase-history-detail--order-info-table th {
	width: 40%;
}

.block-purchase-history-detail--order-detail-item td {
	vertical-align: middle;
}

.block-purchase-history-detail--tax-reduced-message {
	margin: 3px 0;
}

.block-purchase-history-detail--payment-info-items {
	margin-top: 10px;
}

.block-purchase-history-detail--payment-info-items th {
	width: 40%;
}

.block-purchase-history-detail--shipping-info-items th {
	width: 40%;
}

.block-purchase-history-detail--csv-info-items th {
	width: 40%;
}

.block-purchase-history-detail--cash-paymentinfo-items th {
	width: 40%;
}

.block-purchase-history-detail--invoice th {
	width: 40%;
}

.block-purchase-history-detail--store td a {
	text-decoration: underline;
}

.block-purchase-history-detail--order-info-table {
	margin: 0 0 10px;
}

.block-purchase-history-detail--proceed-status {
	margin-bottom: 10px;
}

.block-purchase-history-detail--pickup-goods td {
  background-color: #fbfbfb;
}

.block-purchase-history-detail--goods-code {
	font-size: 12px;
}

td:has(> .block-purchase-history-detail--goods-name) {
	vertical-align: top;
}

.block-purchase-history-detail--goods-image {
	display: block;
	margin: 0 auto;
}

th.block-purchase-history-detail--goods-name-title {
	width: 55%;
}

.block-goods-child--name {
	font-size: 80%;
}

th.block-purchase-history-detail--goods-qty-title {
	width: 15%;
}

th.block-purchase-history-detail--goods-total-price-title {
	width: 30%;
}

.block-purchase-history-detail--shipping-info {
	margin: 10px 0;
}

.block-purchase-history-detail--goods-qty,
.block-purchase-history-detail--goods-total-price,
.block-purchase-history-detail--items-total td,
.block-purchase-history-detail--items-noshi-charge td,
.block-purchase-history-detail--shipping-fee td,
.block-purchase-history-detail--fee td,
.block-purchase-history-detail--charge-point td,
.block-purchase-history-detail--promotion-discount td,
.block-purchase-history-detail--order-total td,
.block-purchase-history-detail--discount td,
.block-purchase-history-detail--acquire-point td,
.block-purchase-history-detail--coupon-discount td,
.block-purchase-history-detail--payment-method td,
.block-purchase-history-detail--delivery-day td,
.block-purchase-history-detail--delivery-time-zone td,
.block-purchase-history-detail--order-comment td,
.block-purchase-history-detail--delivery-service-name td,
.block-purchase-history-detail--docomo-settlement-code td,
.block-purchase-history-detail--rakuten-charge-id td,
.block-purchase-history-detail--pay-info-no td,
.block-purchase-history-detail--approval-code td {
	text-align: right;
}

.block-purchase-history-detail--shipping-info-items {
	margin-bottom: 10px;
}

.block-purchase-history-detail--csv-info-items {
	margin-bottom: 10px;
}

.block-purchase-history-detail--csv-info-items td {
	text-align: right;
}

.block-purchase-history-detail--cash-paymentinfo-items {
	margin-bottom: 10px;
}

.block-purchase-history-detail--cash-paymentinfo-items td {
	text-align: right;
}

.block-purchase-history-detail--cash-paymentinfo-url a {
	text-decoration: underline;
}

.block-purchase-history-detail--cash-paymentinfo-remarks {
	margin-top: 5px;
	font-size: 13px;
	text-align: left;
}

.block-purchase-history-detail--shipment-header {
	margin: 10px -10px;
}

.block-purchase-history-detail--shipment-info {
	margin-bottom: 10px;
}

.block-purchase-history-detail--invoice {
	margin-bottom: 10px;
}

.block-purchase-history-detail--shipment-items {
	margin-bottom: 10px;
}

.block-purchase-history-detail--shipment-pickup-goods td {
  background-color: #fbfbfb;
}

.block-purchase-history-detail--shipment-items .block-purchase-history-detail--shipment-goods-name a {
	text-decoration: underline;
}

.block-purchase-history-detail--append-header {
	margin: 10px -10px;
}

.block-purchase-history-detail--income-url td a,
.block-purchase-history-detail--csv-payment-url td a,
.block-purchase-history-detail--track-shipment-url td a {
	text-decoration: underline;
}

.block-purchase-history-detail--requests-for-order {
	margin-top: 5px;
}

.block-purchase-history-detail--shipment-items th {
	vertical-align: middle;
	width: 40%;
}

.block-purchase-history-detail--shipment-order-extension th,
.block-purchase-history-detail--noshi th {
	vertical-align: middle;
}

.block-purchase-history-detail .form-control {
	display: block;
	min-height: 24px;
}

.block-purchase-history-detail .block-topic-path {
	margin: 10px -10px 0;
}

.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: 10px;
}

.block-purchase-history-detail--total-for-tax-ratio {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	font-size: 80%;
}

.block-purchase-history-detail--total-for-tax-ratio-list ul {
	display: flex;
	justify-content: flex-end;
}

.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--gmo-after-payment-form-url {
	margin: 10px;
	padding: 10px;
	border: #ccc solid 1px;
}

.block-purchase-history-detail--gmo-after-payment-form-url-caution-message {
	margin: 10px 0 0 0;
}

.block-history-detail--mq-frame {
  background: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  max-height: 80vh;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
}

.block-history-detail--mq-container {
  display: flex;
  flex-direction: column;
  max-height: none;
  flex-grow: 1;
  min-height: 0;
}

.block-history-detail--mq-frame h2 {
  color: #fff;
  background: #333;
  font-size: 16px;
  margin: 0;
  padding: 12px 50px 12px 20px;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #333;
}

.modal-scroll-content {
  flex-grow: 1;
  overflow-y: auto;
  background: #fff;
  padding-top: 0;
  -webkit-overflow-scrolling: touch;
}

.block-history-detail--mq-list {
  padding: 10px;
}

.medical-questionnaire-item {
  margin: 0 0 20px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fdfdfd;
}
.medical-questionnaire-item:last-child {
  margin-bottom: 0;
}

.block-history-detail--mq-question {
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
  padding: 15px 20px;
  background: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
}

.medical-questionnaire-item dd {
  margin: 0;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}

.medical-questionnaire-item dd:last-child {
  border-bottom: none;
}

.medical-questionnaire-label {
  display: block;
  font-size: 0.85em;
  font-weight: bold;
  color: #888;
  margin-bottom: 5px;
}

.block-history-detail--mq-answer,
.block-history-detail--mq-remark {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.block-history-detail--mq-answer {
  color: #333;
}

.block-history-detail--mq-remark {
  color: #555;
  font-size: 0.95em;
}

.block-history-detail--mq-frame-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 48px;
  cursor: pointer;
  z-index: 20;
}

.block-history-detail--mq-frame-close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
}

.block-history-detail--mq-frame-close span::before,
.block-history-detail--mq-frame-close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
  transform-origin: center;
}

.block-history-detail--mq-frame-close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.block-history-detail--mq-frame-close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.js-history-detail--mq-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 24px;
  box-sizing: border-box;
}

.js-history-detail--mq-modal {
  width: 100%;
  max-width: 860px;
  max-height: 100%;
  overflow: visible;
  display: flex;
}

@media (max-width: 768px) {
  .js-history-detail--mq-overlay {
    padding: 12px;
  }
}

body.modal-open {
  overflow: hidden;
}

/* ラッピング・メッセージカード設定 */
.block-purchase-history-detail--wrapping-message-card {
	margin-top: 10px;
	overflow-wrap: anywhere;
	word-break: break-all;
}

.block-purchase-history-detail--wrapping-message-card-title {
	font-weight: bold;
}

.block-purchase-history-detail--wrapping-message-card-items {
	padding-left: 1em;
	display: flex;
}

.block-purchase-history-detail--wrapping-message-card-item-title {
	min-width: 10em;
}

/* ----購入カード情報変更画面---- */
.block-purchase-history-cardupdate {
	margin: 10px;
}

.block-purchase-history-cardupdate--header {
	margin: -10px -10px 0;
}

.block-purchase-history-cardupdate--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
}

.block-purchase-history-cardupdate--orderframe,
.block-purchase-history-cardupdate--inputframe,
.block-purchase-history-cardupdate--authentication {
	margin: 20px 0 0 0;
}

.block-purchase-history-cardupdate--table {
	margin: 0 0 10px;
}

.block-purchase-history-cardupdate .block-topic-path {
	margin: 10px -10px;
}

.block-purchase-history-cardupdate--table th {
	vertical-align: middle;
	white-space: nowrap;
}

.block-purchase-history-cardupdate--security-code input[type="number"] {
	width: 90px;
}

/* ----ご注文キャンセル画面---- */
.block-order-cancellation {
	margin: 10px;
}

.block-order-cancellation--header {
	margin: -10px -10px 0;
}

.block-order-cancellation--order-detail-header {
	margin: 0 -10px 10px;
}

.block-order-cancellation--order-detail {
	margin-bottom: 10px;
}

.block-order-cancellation--shiment-address {
	margin-bottom: 10px;
}

.block-order-cancellation--order-items .block-order-cancellation--goods-name-title {
	width: 55%;
}

.block-order-cancellation--order-items .block-order-cancellation--qty-title {
	width: 15%;
}

.block-order-cancellation--order-items .block-order-cancellation--amt-title {
	width: 30%;
}

.block-order-cancellation--qty {
	text-align: right;
}

.block-order-cancellation--amt {
	text-align: right;
}

.block-order-cancellation--order-items {
	margin-bottom: 10px;
}

.block-order-cancellation--payment-info-items th {
	width: 40%;
	text-align: left;
}

.block-order-cancellation--payment-info-items td {
	text-align: right;
}

.block-order-cancellation--cancellation-reason-header {
	margin: 10px -10px;
}

.block-order-cancellation--reason-detail {
	width: 100%;
}

.block-order-cancellation .block-topic-path {
	margin: 10px -10px 0;
}

.block-order-cancellation--pickup-goods-child {
  background-color: #fbfbfb;
}

/* ----ご注文キャンセル完了画面---- */
.block-order-cancellation-completed--header {
	margin: -10px -10px 0;
}

.block-order-cancellation-completed {
	margin: 10px;
	padding-top: -10px;
}

/* ----購入履歴一覧画面（領収書）---- */
.block-purchase-history-detail--receipt-address {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid var(--responsive-sys-border-color-gray-primary);
}

.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;
	flex-direction: column;
	flex-wrap: wrap;
	row-gap: 10px;
}

.block-purchase-history-detail--receipt-items label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	max-width: 100%;
}

.block-purchase-history-detail--receipt-items>label input {
	width: 300px;
}

/* ----定期購入商品一覧画面---- */
.block-regular-purcharse-list {
	margin: 10px;
}

.block-regular-purcharse-list--header {
	margin: -10px -10px 0;
}

.block-regular-purcharse-list--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
}

.block-regular-purcharse-list--table {
	margin-bottom: 10px;
}

.block-regular-purcharse-list--table th {
	vertical-align: middle;
	width: 35%;
	text-align: left;
	white-space: nowrap;
}

.block-regular-purcharse-list--regular-sales td a {
	text-decoration: underline;
}

.block-regular-purcharse-list .block-topic-path {
	margin: 10px -10px 0;
}

.block-regular-purcharse-list--regular-list {
	margin: 20px 0 15px 0;
	padding: 0 0 30px;
}

.block-regular-purcharse-list--list {
	background: #fff;
	margin: 0 0 15px;
	border: 1px solid #444;
	border-radius: 3px 3px 0 0;
}

.block-regular-purcharse-list--list a {
	color: #257ac6;
}

.block-regular-purcharse-list--list>dd {
	margin: 10px;
}

.block-regular-purcharse-list .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 ul>li.block-regular-purcharse-list--info-withdrawal,
.block-regular-purcharse-list--info ul>li.block-regular-purcharse-list--info-add {
	display: block;
	border: none;
}

.block-regular-purcharse-list--info-add .action {
	width: 100%;
}

.block-regular-purcharse-list--info-regular-sales>span:last-of-type {
	font-weight: bold;
	text-align: right;
}

.block-regular-purcharse-list--head-info-regular-create-dt {
	background-color: #444;
	color: #fff;
	padding: 10px;
	font-size: 11px;
	border-radius: 2px 2px 0 0;
	width: 100%;
}

.block-regular-purcharse-list--head-info-regular-create-dt>span {
	display: inline-block;
	width: 50%;
}

.block-regular-purcharse-list--head-info-regular-create-dt>span:last-child {
	text-align: right;
}

.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-withdrawal {
	width: 100%;
	text-align: center;
}

.block-regular-purcharse-list--detail.detail_end>ul {
	background: #f2f2f2;
}

.block-regular-purcharse-list--detail.detail_skip>ul {
	background: #e7f5f4;
}

.block-regular-purcharse-list--detail.detail_next>ul {
	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;
}

.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--expected-dt {
	width: 50%;
}

.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 {
	font-size: 13px;
}

.block-regular-purcharse-list--detail-item-list-list {
	padding: 10px 15px;
	border-bottom: 1px solid #fff;
}

.block-regular-purcharse-list--detail-item-list-list:last-child {
	border-bottom: 0 solid #fff;
}

.block-regular-purcharse-list--detail-item-list-list>ul {
	display: flex;
	align-items: center;
	max-width: 100%;
	min-width: 70%;
}

.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: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.block-regular-purcharse-list--detail-item-list-nolink {
	width: 100%;
	display: block;
	word-wrap: break-word;
	padding-left: 5px;
}

.block-regular-purcharse-list--detail-item-goods-unit-amount {
	margin: auto auto auto 0;
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
	width: 80%;
}

.block-regular-purcharse-list--detail-item-list-unit {
	display: inline-block;
	padding: 0 0 0 12px;
}

.block-regular-purcharse-list--detail-item-list-amount {
	display: inline-block;
	padding: 0 0 0 6px;
	color: #3e3e3e;
}

.block-regular-purcharse-list--detail-item-change {
	margin: 5px 0 auto auto;
	text-align: right;
	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 {
	width: 50%;
	text-align: right;
	font-size: 13px;
	flex-shrink: 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.block-regular-purcharse-list--sales-link a {
	text-decoration: underline;
}

.block-regular-purcharse-list--benefits {
	display: flex;
	font-size: 12px;
	padding: 10px;
	color: #ff5e60;
}

.block-regular-purcharse-list--benefits>div {
	margin: auto 0;
}

.block-regular-purcharse-list--benefits .block-regular-purcharse-list--benefits-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
}

.block-regular-purcharse-list--benefits-frame {
	padding-left: 6px;
}

.block-regular-purcharse-list--skip-link {
	width: 50%;
	flex-shrink: 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.block-regular-purcharse-list--skip-button input[type="button"] {
	display: block;
	margin: auto 0 0 auto;
	padding: 0;
	font-size: 11px;
	border: 0;
	background: #ffeaea;
	font-size: 13px;
	color: #257ac6;
	text-decoration: underline;
}

.block-regular-purcharse-list--list .regular-add-action {
	margin: 0 10px;
}

/* ----定期購入商品追加----*/
.block-goodsadd-list {
	margin: 10px;
}

.block-goodsadd-list--customer-name {
	margin: 10px;
	font-weight: bold;
}

.block-regular-sales-add-goodsadd-info-header-msg {
	margin-bottom: 8px;
}

.block-goodsadd-list .block-thumbnail-t--items {
	display: block;
	font-size: unset;
}

.block-regular-sales-add--goods {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
	column-gap: 10px;
}

.block-regular-sales-add--goods-image {
	width: 145px;
}

.block-regular-sales-add--goods-image figure {
	background: #f5f5f5;
	min-width: 140px;
	min-height: 140px;
	padding: 5px;
}

.block-regular-sales-add--goods-description {
	position: relative;
	margin-left: auto;
	height: 165px;
	width: 200px;
}

.block-regular-sales-add--goods-name {
	font-weight: bold;
	font-size: 16px;
}

.block-regular-sales-add--price-info {}

.block-regular-sales-add--price {
	font-weight: bold;
	font-size: 14px;
}

.block-regular-sales-add--regular-repeat-price {
	font-weight: bold;
	font-size: 12px;
}

.block-regular-sales-add--qty {
	width: 200px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.block-regular-sales-add--qty-title {
	font-size: 14px;
	font-weight: bold;
	margin-right: 8px;
}

.block-regular-sales-add--qty>input {
	width: 110px;
	line-height: 80%;
}

.block-regular-sales-add--action {
	width: 100%;
}

/* ----定期購入商品追加 モーダル----*/
.modal-body .block-regular-sales-add--goods {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.modal-body .block-regular-sales-add--goods-info {
	width: auto;
	margin: 8px;
}

.modal-body .block-regular-sales-add--goods-image {
	width: 128px;
}

.modal-body .block-regular-sales-add--goods-image figure {
	background: #f5f5f5;
	min-width: 100px;
	min-height: 100px;
	padding: 5px;
}

.modal-body .block-regular-sales-add--goods-name {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
}

.modal-body .block-regular-sales-add--price-info {}

.modal-body .block-regular-sales-add--price {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
}

.modal-body .block-regular-sales-add--regular-repeat-price {
	font-weight: bold;
	font-size: 12px;
}

.modal-body .block-regular-sales-add--qty {
	margin-top: 6px;
	display: flex;
	flex-direction: row;
	width: auto;
	align-items: center;
}

.modal-body .block-regular-sales-add--qty>div {
	font-weight: bold;
	font-size: 16px;
}

.modal-body .block-regular-sales-add--action {
	width: 100%;
}

.modal-body .block-regular-sales-add-sales-detail-append--item input[type="text"],
.modal-body .block-regular-sales-add-sales-detail-append--item textarea {
	width: 100%;
}

.modal-body .block-regular-sales-add-sales-detail-append--item textarea {
	resize: none;
}

/* ----定期購入商品詳細画面---- */
.block-regular-purcharse-detail {
	margin: 10px;
}

.block-regular-purcharse-detail--header {
	margin: -10px -10px 0;
}

.block-regular-purcharse-detail--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
}

.block-regular-purcharse-detail--regular-sales-items th {
	text-align: left;
	width: 40%;
}

.block-regular-purcharse-detail--regular-sales-items {
	margin-bottom: 10px;
}

.block-regular-purcharse-detail--card-change {
	margin-bottom: 10px;
}

.block-regular-purcharse-detail--cycle-change {
	margin-bottom: 10px;
}

.block-regular-purcharse-detail--shipment-header {
	margin: 0 -10px 10px;
}

.block-regular-purcharse-detail--shipment-info {
	padding-bottom: 10px;
}

.block-regular-purcharse-detail--shipment-address {
	margin-bottom: 10px;
}

.block-regular-purcharse-detail--goods-items {
	margin-bottom: 10px;
}

.block-regular-purcharse-detail--goods-items th {
	width: 30%;
	text-align: left;
	vertical-align: middle;
}

.block-regular-purcharse-detail--goods-name td a {
	text-decoration: underline;
}

.block-regular-purcharse-detail--append-header {
	margin: 0 -10px 10px;
}

.block-regular-purcharse-detail--append {
	padding-bottom: 10px;
}

.form-group .block-regular-purcharse-detail--append-item .form-control {
	display: block;
	min-height: 24px;
}

.block-regular-purcharse-detail--include-header {
	width: auto;
	margin: 0 -10px 10px;
	background: #f5f5f5;
	padding: 6px 10px 4px;
	border-bottom: none;
}

.block-regular-purcharse-detail--include {
	padding-bottom: 10px;
}

.block-regular-purcharse-detail--action-message {
	padding-top: 10px;
}

.block-regular-purcharse-detail .block-topic-path {
	margin: 10px -10px 0;
}

.block-regular-purcharse-list--order-id a {
	text-decoration: underline;
}

/* ----定期購入商品配送先変更画面---- */
.block-regular-purcharse-shipment-info-update {
	margin: 10px;
}

.block-regular-purcharse-shipment-info-update--header {
	margin: -10px -10px 0;
}

.block-regular-purcharse-shipment-info-update--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
}

.block-regular-purcharse-shipment-info-update--old-info-header {
	width: auto;
	margin: 0 -10px 10px;
	background: #f5f5f5;
	padding: 6px 10px 4px;
	border-bottom: none;
}

.block-regular-purcharse-shipment-info-update--old-info {
	margin-bottom: 10px;
}

.block-regular-purcharse-shipment-info-update--new-info-header {
	width: auto;
	margin: 0 -10px 10px;
	background: #f5f5f5;
	padding: 6px 10px 4px;
	border-bottom: none;
}

.block-regular-purcharse-shipment-info-update--new-address {
	margin-bottom: 10px;
}

.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;
}

.block-regular-purcharse-shipment-info-dest-add {
	padding-top: 5px;
}

.block-regular-purcharse-shipment-info-update--new-item {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}

.block-regular-purcharse-shipment-info-update .block-topic-path {
	margin: 10px -10px 0;
}

/* ----定期購入商品配送先変更画面(AmazonPay)---- */
.block-regular-purcharse-shipment-info--amazonpay-body {
	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-error {
	color: #a94442;
}

/* ----定期購入商品サイクル情報変更画面---- */
.block-regular-purcharse-cycle-info-update {
	margin: 10px;
}

.block-regular-purcharse-cycle-info-update--header {
	margin: -10px -10px 0;
}

.block-regular-purcharse-cycle-info-update--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
}

.block-regular-purcharse-cycle-info-update--regular-sales-items th {
	text-align: left;
	width: 40%;
}

.block-regular-purcharse-cycle-info-update--regular-sales-items {
	margin-bottom: 10px;
}

.block-regular-purcharse-cycle-info-update--card-change {
	margin-bottom: 10px;
}

.block-regular-purcharse-cycle-info-update--cycle-change {
	margin-bottom: 10px;
}

.block-regular-purcharse-cycle-info-update--shipment-header {
	margin: 0 -10px 10px;
}

.block-regular-purcharse-cycle-info-update--shipment-info {
	padding-bottom: 10px;
}

.block-regular-purcharse-cycle-info-update--shipment-address {
	margin-bottom: 10px;
}

.block-regular-purcharse-cycle-info-update--goods-items {
	margin-bottom: 10px;
}

.block-regular-purcharse-cycle-info-update--goods-items th {
	width: 30%;
	text-align: left;
	vertical-align: middle;
}

.block-regular-purcharse-cycle-info-update--goods-name td a {
	text-decoration: underline;
}

.block-regular-purcharse-cycle-info-update--append-header {
	margin: 0 -10px 10px;
}

.block-regular-purcharse-cycle-info-update--append {
	padding-bottom: 10px;
}

.form-group .block-regular-purcharse-cycle-info-update--append-item .form-control {
	display: block;
	min-height: 24px;
}

.block-regular-purcharse-cycle-info-update--action-message {
	padding-top: 10px;
}

.block-regular-purcharse-cycle-info-update .block-topic-path {
	margin: 10px -10px 0;
}

.block-regular-purcharse-cycle-info-update--skip-cancel-message {
	font-size: 10px;
}

.block-regular-cycle--select-timespec-title {
	font-weight: bold;
	margin-right: 5px;
}

/* ----定期購入商品解約画面---- */
.block-regular-purcharse-cancellation {
	margin: 10px;
}

.block-regular-purcharse-cancellation--header {
	margin: -10px -10px 0;
}

.block-regular-purcharse-cancellation--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
}

.block-regular-purcharse-cancellation--goods-items {
	margin-bottom: 10px;
}

.block-regular-purcharse-cancellation--goods-items th {
	width: 30%;
	vertical-align: middle;
}

.block-regular-purcharse-cancellation--goods-items td {
	vertical-align: top;
}

.block-regular-purcharse-cancellation--goods-items td a {
	text-decoration: underline;
}

.block-regular-purcharse-cancellation .block-topic-path {
	margin: 10px -10px 0;
}

.block-regular-purcharse-cancellation--cancel-reason-items {
	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-thumbnail-t--items {
	display: block;
	font-size: unset;
}

.block-goodschange-list .action-buttons {
	margin: 0 5px;
}

.block-goodschange-list .block-regular-goodschange-info-header-msg {
	margin-bottom: 10px;
}

.block-goodschange-list .block-goodschange-list-item-buttons-selected {
	background: #fffcfc;
	border: 1px solid #f00;
	color: #f00;
	font-weight: bold;
	display: inline-block;
	margin: 10px 0;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 100%;
	padding: 10px 0;
}

.block-thumbnail-t--refill-goods-price-items {
	text-align: right;
}

.block-thumbnail-t--refill-goods-total-price-info {
	font-weight: bold;
}

div.block-thumbnail-t--refill-goods-total-price-items>div.block-thumbnail-t--refill-goods-total-price {
	text-align: right;
}

/* ----定期購入 本品とレフィル切り替え画面---- */
.block-refillgoods-list .block-thumbnail-t--items {
	display: block;
	font-size: unset;
}

.block-refillgoods-list .block-refillgoods-list-item-buttons-selected {
	background: #fffcfc;
	border: 1px solid #f00;
	color: #f00;
	font-weight: bold;
	display: inline-block;
	margin: 10px 0;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 100%;
	padding: 10px 0;
}

/* ----定期購入支払い方法変更画面---- */
.block-regular-purcharse-method-info-update {
	margin: 10px;
}

.block-regular-purcharse-method-info-update--header {
	margin: -10px -10px 0;
}

.block-regular-purcharse-method-info-update--regular-sales-items {
	padding: 10px;
}

.block-regular-purcharse-method-info-update--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
}

.block-regular-purcharse-method-info-update--current-method-title {
	font-weight: bold;
}

.block-regular-purcharse-method-info-update--current-method {
	margin: 2px 0 0 1em;
}

.block-regular-purcharse-method-info-update--change-method-title {
	margin-top: 5px;
	font-weight: bold;
}

.block-regular-purcharse-method-info-update--change-method {
	margin: 2px 0 0 1em;
}

.block-regular-purcharse-method--info-cardedit a {
	text-decoration: underline;
}

.block-regular-purcharse-method-info-update--change-method label::after {
	content: "\A";
	white-space: pre;
}

.block-regular-purcharse-method-info-update--amazonpay {
	margin: 0 10px 10px;
}

/* ----カード情報確認画面---- */
.block-credit-card-confirmation {
	margin: 10px;
}

.block-credit-card-confirmation--header {
	margin: -10px -10px 0;
}

.block-credit-card-confirmation--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
}

.block-credit-card-confirmation--credit-card-info-header {
	margin: 0 -10px;
}

.block-credit-card-confirmation--credit-card-info p {
	padding: 10px 0;
}

.block-credit-card-confirmation--update-confirmation-header {
	margin: 0 -10px 10px;
}

.block-credit-card-confirmation .block-topic-path {
	margin: 10px -10px 0;
}

/* ----カード情報変更画面---- */
.block-update-credit-card-info {
	margin: 10px;
}

.block-update-credit-card-info--header {
	margin: -10px -10px 0;
}

.block-update-credit-card-info--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
}

.block-update-credit-card-info--update-creditcard-header {
	margin: 0 -10px 10px;
}

.block-update-credit-card-info .block-topic-path {
	margin: 10px -10px 0;
}

.block-update-credit-card-info--security-code input[type="number"] {
	width: 90px;
}

/* --- カード情報変更 --- */
.block-customer-update--commit-btn--block-loading {
	height: 65px;
	width: 65px;
	position: absolute;
	transform: scale(0.4);
	display: inline-block;
}

/* ----お問い合わせ画面---- */
.block-inquiry {
	margin: 10px;
}

.block-inquiry--header {
	margin: -10px -10px 0;
}

.block-inquiry--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
}

.block-inquiry--message {
	padding: 0 0 10px;
}

.block-inquiry--name .form-control input {
	margin: 0 0 5px;
}

.block-inquiry--inquiry-body textarea {
	width: 100%;
}

.block-inquiry .block-topic-path {
	margin: 10px -10px 0;
}

/* ----お問い合わせ確認画面---- */
.block-inquiry--confirmation-form .form-control {
	display: block;
	min-height: 24px;
}

/* ----お問い合わせ完了画面---- */
.block-inquiry-completed {
	margin: 10px;
}

.block-inquiry-completed--header {
	margin: -10px -10px 0;
}

.block-inquiry-completed--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
}

.block-inquiry-completed--message {
	padding-bottom: 10px;
}

.block-inquiry-completed .block-topic-path {
	margin: 10px -10px 0;
}

/* ----お問い合わせ履歴一覧画面---- */
.block-inquiry-history--customer-name {
	margin: 0 10px 10px;
	font-weight: bold;
}

.block-inquiry-history--body ul {
	margin-bottom: 10px;
}

.block-inquiry-history--body li {
	border-bottom: 2px solid #444;
}

.block-inquiry-history--body li:first-child {
	border-top: 2px solid #444;
}

.block-inquiry-history--body li>span {
	display: block;
}

.block-inquiry-history--subject,
.block-inquiry-history--inquiry-id {
	padding-left: 10px;
}

.block-inquiry-history--subject a {
	text-decoration: underline;
}

.block-inquiry-history--subject a:after {
	right: 10px;
}

.block-inquiry-history .action-buttons {
	margin: 10px;
}

/* ----お問い合わせ履歴詳細画面---- */
.block-inquiry-history-detail--customer-name {
	font-weight: bold;
	margin: 0 10px 10px;
	font-weight: bold;
}

.block-inquiry-history-detail--subject {
	background: #f5f5f5;
	padding: 6px 10px 4px;
}

.block-inquiry-history-detail--body {
	margin: 10px;
}

.block-inquiry-history-detail--date {
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}

.block-inquiry-history-detail--title {
	margin-bottom: 10px;
	overflow: hidden;
}

.block-inquiry-history-detail--contact-info {
	display: block;
	margin-top: 10px;
}

.block-inquiry-history-detail--id {
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
}

.block-inquiry-history-detail--contact-name {
	float: left;
}

.block-inquiry-history-detail--body {
	margin-bottom: 10px;
}

.block-inquiry-history-detail--update-dt {
	float: right;
}

.block-inquiry-history-detail--item-header {
	margin-top: 15px;
	overflow: hidden;
	border-bottom: 2px solid #444;
}

.block-inquiry-history-detail--form {
	margin-top: 10px;
	margin-bottom: 10px;
}

.block-inquiry-history-detail--item dd {
	margin-bottom: 10px;
	overflow-wrap: break-word;
}

.block-inquiry-history-detail--message {
	padding: 0 10px 10px;
}

.block-inquiry-history-detail--inquiry-body {
	margin: 10px;
}

.block-inquiry-history-detail--inquiry-body textarea {
	width: 100%;
}

.block-inquiry-history-detail--form .action-buttons {
	margin: 0 10px 0;
}

.block-inquiry-history-detail--inquiry-body-confirm {
	margin-bottom: 10px;
}

/* ----お問い合わせ履歴詳細確認画面---- */
.block-inquiry-history-detail--confirm {
	margin: 10px;
}

.block-inquiry-history-detail--message-confirm {
	padding-bottom: 10px;
}

/* スマレジ */
.block-purchase-history-detail--smaregipoint {
	clear: both;
}

/* ----フリーお問い合わせ履歴詳細確認画面---- */
.block-inquiry--confirmation-free-contact {
	display: block;
	min-height: 24px;
}

/* ----ポイント履歴一覧画面---- */
.block-point-history-list {
	margin: 10px;
}

.block-point-history-list--header {
	margin: -10px -10px 0;
}

.block-point-history-list--customer-info {
	margin-bottom: 10px;
}

.block-point-history-list--customer-name {
	margin-bottom: 10px;
	font-weight: bold;
}

.block-point-history-list--point {
	font-weight: bold;
	font-size: 18px;
}

.block-point-history-list--point-hitstory-item {
	margin-bottom: 10px;
}

.block-point-history-list--point-hitstory-item th {
	width: 35%;
	white-space: normal;
	vertical-align: middle;
}

.block-point-history-list--point-hitstory-item td {
	text-align: left;
}

.block-point-history-list--store-name td a {
	text-decoration: underline;
}

.block-point-history-list--point-purpose td a {
	text-decoration: underline;
}

.block-point-history-list .block-topic-path {
	margin: 10px -10px 0;
}

/* ----所持クーポン一覧画面---- */
.block-coupon-list {
	margin: 10px;
}

.block-coupon-list--header {
	margin: -10px -10px 0;
}

.block-coupon-list--table {
	margin-bottom: 10px;
}

.block-coupon-list--table th {
	vertical-align: middle;
	width: 35%;
	white-space: normal;
}

.block-coupon-list--table td {
	text-align: left;
}

.block-coupon-list .block-topic-path {
	margin: 10px -10px 0;
}

/* ----店舗クーポン一覧画面---- */
.block-store-coupon-list {
	margin: 10px;
}

.block-store-coupon-list--header {
	margin: -10px -10px 0;
}

.block-store-coupon-list--table {
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 10px;
}

.block-store-coupon-list--table td {
	text-align: left;
	padding: 0 10px;
}

.block-store-coupon-list--table .block-store-coupon-list--dt {
	text-align: right;
	padding-bottom: 10px;
}

.block-store-coupon-list--table .block-store-coupon-list--name {
	padding: 10px 10px 0 10px;
	font-size: 16px;
	font-weight: bold;
}

.block-store-coupon-list--table .block-store-coupon-list--bonus {
	text-align: right;
	color: #f00;
	font-size: 300%;
}

.block-store-coupon-list--table .block-store-coupon-list--comment {
	text-align: left;
}

.block-store-coupon-list--table .block-store-coupon-list--bf-expires {
	font-weight: bold;
	text-align: center;
	background-color: #ffa500;
}

.block-store-coupon-list--table .block-store-coupon-list--af-expires {
	font-weight: bold;
	text-align: center;
	background-color: #a9a9a9;
}

.block-store-coupon-list--list a {
	text-decoration: none;
}

.block-store-coupon-list .block-topic-path {
	margin: 10px -10px 0;
}

/* ----店舗クーポン詳細画面---- */
.block-store-coupon-detail {
	margin: 10px;
}

.block-store-coupon-detail--header {
	margin: -10px -10px 0;
}

.block-store-coupon-detail--is-customer {
	padding-bottom: 10px;
	text-align: right;
}

.block-store-coupon-detail--is-customer a {
	text-decoration: underline;
}

.block-store-coupon-detail--table {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.block-store-coupon-detail--name {
	padding: 1px 5px;
	text-align: left;
}

.block-store-coupon-detail--description {
	padding: 1px 5px;
	text-align: left;
}

.block-store-coupon-detail--bonus {
	color: #f00;
	font-size: 180%;
	padding: 1px 5px;
	text-align: left;
}

.block-store-coupon-detail--dt {
	padding: 1px 5px;
	text-align: right;
}

.block-store-coupon-detail--customer-name {
	margin: 0 10px 10px;
	padding: 5px;
	background: #f8f8f8;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.block-store-coupon-detail--barcode-number {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	word-break: break-all;
}

.block-store-coupon-detail--barcode-image {
	display: flex;
	justify-content: center;
	padding: 0 10px 10px;
}

.block-store-coupon-detail--barcode-image img {
	height: auto;
	width: auto;
}

.block-store-coupon-detail--coupon-code {
	margin: 0 10px 10px;
	padding: 5px;
	background: #f8f8f8;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.block-store-coupon-detail--messege {
	padding-bottom: 10px;
}

.block-store-coupon-detail--alert {
	width: 100%;
	border: 1px solid #f00;
	margin: 0 0 10px;
	padding: 10px;
	border-style: dotted;
}

/* ----会員カード画面---- */
.block-customer-card {
	margin: 10px;
}

.block-customer-card--header {
	margin: -10px -10px 0;
}

.block-customer-card--message {
	padding-bottom: 10px;
	text-align: right;
}

.block-customer-card--message a {
	text-decoration: underline;
}

.block-customer-card--card-info {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px;
	background: #f8f8f8;
	border: 1px solid #ccc;
}

.block-customer-card--number {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	word-break: break-all;
}

.block-customer-card--barcode {
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
}

.block-customer-card--barcode img {
	height: auto;
	width: auto;
}

.block-customer-card--comment {
	padding-bottom: 10px;
}

.block-customer-card--comment-2 {
	width: 100%;
	border: 1px solid #f00;
	margin: 0 0 10px;
	color: #f00;
	border-style: dotted;
	padding: 10px;
}

.block-customer-card .block-topic-path {
	margin: 10px -10px 0;
}

/* ----ログアウト画面---- */
.block-logout {
	margin: 10px;
}

.block-logout--header {
	margin: -10px -10px 0;
}

.block-logout--message {
	padding: 0 0 10px;
}

.block-logout--message a {
	text-decoration: underline;
}

/* ----退会画面---- */
.block-withdrawal {
	margin: 10px;
}

.block-withdrawal--header {
	margin: -10px -10px 0;
}

.block-withdrawal .block-topic-path {
	margin: 10px -10px 0;
}

.block-withdrawal--customer-name {
	margin: 0 0 10px;
	font-weight: bold;
}

/* ----会員ID変更画面---- */
.block-member-id {
	margin: 10px;
}

.block-member-id--update-header {
	margin: -10px -10px 0;
}

.block-member-id--customer-name {
	margin-bottom: 10px;
	font-weight: bold;
}

.block-member-id .block-topic-path {
	margin: 10px -10px 0;
}

.block-member-id--completed-message a {
	text-decoration: underline;
}

/* ----会員登録メール送信完了---- */
.block-member-terms--auth-url-mail-comp {
	margin: 10px;
}

/* ----会員登録(クイックエントリー)---- */
.block-quick-member-info {
	margin: 10px;
}

.block-quick-member-info h1 {
	margin: -10px -10px 0;
}

.block-quick-member-info--value-label {
	display: block;
	margin: 5px 0;
}

/* ----会員登録確認(クイックエントリー)---- */
.block-quick-member-info-confirmation {
	margin: 10px;
}

.block-quick-member-info-confirmation h1 {
	margin: -10px -10px 0;
}

.block-quick-member-info-confirmation--pwd {
	word-break: break-all;
}

.block-quick-member-registration-completed {
	margin: 10px;
}

.block-quick-member-registration-completed h1 {
	margin: -10px -10px 0;
}

.block-quick-info-confirmation--login-state-saving {
	margin-top: 10px;
}

.block-quick-info-confirmation--login-state-saving-message {
	margin-top: 10px;
}

/* ----メールアドレス変更画面(メールアドレス確認機能ON)---- */
.block-mail-address {
	margin: 10px;
}

.block-mail-address--update-header {
	margin: -10px -10px 0;
}

.block-mail-address--update-message {
	margin-bottom: 10px;
}

.block-mail-address--customer-name {
	margin-bottom: 10px;
	font-weight: bold;
}

.block-mail-address .block-topic-path {
	margin: 10px -10px 0;
}

/* ----メールアドレス変更確認メール送信完了画面(メールアドレス確認機能ON)---- */
.block-mail-address--update-complete {
	margin: 10px;
}

.block-mail-address--update-completed-header {
	margin: -10px -10px 0;
}

.block-mail-address--update-completed-message {
	margin-bottom: 10px;
}

.block-mail-address--update-complete-customer-name {
	margin-bottom: 10px;
	font-weight: bold;
}

.block-mail-address--update-complete .block-topic-path {
	margin: 10px -10px 0;
}

/* ----メールアドレス変更完了画面(メールアドレス確認機能ON)---- */
.block-mail-address--registration {
	margin: 10px;
}

.block-mail-address--registration-message-login a {
	text-decoration: underline;
}

.block-mail-address--registration-header {
	margin: -10px -10px 0;
}

.block-mail-address--registration .block-topic-path {
	margin: 10px -10px 0;
}

/* ----制限付きログイン画面---- */
.block-login-parts--body {
	text-align: center;
}

.block-login-parts--body a {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 生体認証端末登録画面 */
.block-member-biometric--authenticator-name {
	display: grid;
	grid-template-columns: 11fr 1fr;
	grid-template-rows: 2fr 1fr 2fr;
	column-gap: 15px;
}

.block-member-biometric--authenticator-name--btn-update {
	margin-top: 0.2rem;
	text-align: left;
	align-self: end;
	grid-column: 1 / 2;
	grid-row: 3 / -1;
}

.block-member-biometric--authenticator-name--value {
	word-break: break-all;
	overflow-wrap: break-word;
	grid-column: 1 / -1;
	grid-row: 1 / 2;
}

.block-member-biometric--authenticator-name--rgpd {
	grid-column: 1 / -1;
	grid-row: 2 / 3;
}

.block-member-biometric--authenticator-name--btn-remove {
	font-size: x-large;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	align-self: end;
	grid-column: 2 / -1;
	grid-row: 3 / -1;
}

.block-member-biometric--disable-message-none {
	display: none !important;
}

.block-member-biometric--disable-message-show {
	display: block !important;
}

.block-member-biometric--register-none {
	display: none !important;
}

.block-member-biometric--register-show {
	display: inline-block !important;
}

/* ----------------------------------
 /css/sys/sb_block_goods.css
---------------------------------- */
/* ----商品詳細画面---- */

.page-goods .block-topic-path {
  margin-top: 0;
}

.pane-goods-right-side {
  display: contents;
}

.block-goods-detail {
  margin: 10px;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}

.block-goods-detail-footer {
  margin: 10px;
}

.block-goods-detail--promotion-freespace {
  margin-bottom: 10px;
}

.block-goods-name {
  margin-bottom: 10px;
}

.block-goods-name h2 {
  margin: -10px;
}

.block-icon {
  margin-bottom: 10px;
}

.block-src-l {
  text-align: center;
}

.block-src-c {
  margin-top: 10px;
}

.block-goods-gallery-src {
  margin-top: 10px;
  display: flex;
}

.block-goods-gallery ul {
  font-size: 0;
  z-index: 0;
}

.block-goods-gallery li {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-goods-comment {
  margin-bottom: 10px;
}

.block-goods-price {
  text-align: right;
  margin-bottom: 10px;
}

.block-goods-price--price {
  font-size: 20px;
  font-weight: bold;
}

.block-custom-order--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-add-cart--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

[class^="block-goods-favorite"] .block-loading-min {
  overflow: visible;
}

.block-goods-favorite--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-goods-favorite-registed--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
  color: #fff;
  background-color: #808080;
}

.block-arrival-notice--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-variation {
  margin-top: 10px;
}

.block-variation-arrival-notice--select {
  margin-bottom: 10px;
}

.block-variation-arrival-notice--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-no-stock--message {
  text-align: center;
  padding: 6px 0;
  font-size: 16px;
  width: 200px;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
  margin: 0 auto 10px auto;
}

.block-outside-sales-period--message {
  text-align: center;
  padding: 6px 0;
  font-size: 16px;
  width: 100%;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
  margin: 0 auto 10px auto;
}

.block-goods-store-stock--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-goods-sns {
  margin-bottom: 10px;
  text-align: center;
}

.block-contact-about-goods-btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-goods-link {
  margin-bottom: 10px;
}

.block-goods-comment1,
.block-goods-comment2,
.block-goods-comment3,
.block-goods-comment4,
.block-goods-comment5 {
  margin: 10px 0 10px;
}

.block-goods-detail div[class^="block-goods-comment"] + div[class^="block-goods-comment"] {
  margin-top: 0;
}

.block-rules-comment {
  margin-bottom: 10px;
}

.block-variation-no-stock--message,
.block-variation-outside-sales-period--message {
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.block-exchange-price {
  font-size: 12px;
}

.block-goods-set {
  margin-bottom: 10px;
}

.block-goods-set--header {
  margin: 0 -10px 10px -10px;
}

.block-goods-set--item-list {
  margin-bottom: -1px;
}

.block-goods-set--item-name-link {
  text-decoration: underline;
}

.block-goods-sales-detail-append--item select {
  max-width: 300px;
}

.block-goods-regular-min-count {
  order: 65;
  color: #c30;
}

.block-goods-detail .swiper-slider-main {
  overflow: hidden;
}

.block-goods-detail .swiper-slider-main img {
  width: calc(100vw - 40px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.block-thumbnail-h--goods-image figure,
.block-thumbnail-h--goods-image figure img {
  aspect-ratio: 1 / 1;
}

.block-goods-list-c--goods-image figure,
.block-goods-list-c--goods-image figure img {
  aspect-ratio: 1 / 1;
}

.block-ranking-r--goods-image figure.img-center,
.block-ranking-r--goods-image figure.img-center img {
  aspect-ratio: 1 / 1;
}

.block-cart-i--goods-image figure.img-center,
.block-cart-i--goods-image figure.img-center img {
  aspect-ratio: 1 / 1;
}

.block-thumbnail-t--goods-image figure.img-center,
.block-thumbnail-t--goods-image figure.img-center img {
  aspect-ratio: 1 / 1;
}

.block-goods-qty {
  font-weight: bold;
  margin-bottom: 10px;
}

.goods-list-qty {
  margin-bottom: 10px;
}

.qty-pulldown {
  margin-left: 1em;
}

#select-qty {
  font-weight: normal;
  width: 100px;
}

.block-variation--item-dropdown {
  margin-bottom: 10px;
}

.block-color-size-with-cart--color-item-term {
  background-color: transparent;
  border: none;
  width: 100%;
  display: flex;
  align-items: center;
}

.block-color-size-with-cart--size-stock-item,
.block-color-with-cart--color-stock-item,
.block-size-with-cart--size-stock-item {
  display: flex;
  width: 43%;
  height: 56px;
  flex-shrink: 0;
  font-size: 15px;
  align-items: center;
}

.size-color-modal--name {
  width: auto;
  height: auto;
  margin-left: 1em;
  flex: 1 1 auto;
}

.block-color-size-with-cart--stock-container {
  margin-left: 0.3em;
}

.block-color-with-cart--item {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
}


/* 同一バリエーション画像表示 */

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images li {
  padding-left: 0;
}

.block-goods-detail--color-variation-goods-thumbnail-control .color-variation-prev {
  background: url(../../img/usr/btn_slider_prev.png) no-repeat center;
  position: absolute;
  top: 40%;
  left: -14px;
  width: 40px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.block-goods-detail--color-variation-goods-thumbnail-control .color-variation-next {
  background: url(../../img/usr/btn_slider_next.png) 0 0 no-repeat;
  position: absolute;
  top: 40%;
  right: -14px;
  width: 40px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.block-goods-detail--color-variation-goods-thumbnail-control .swiper-button-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 {
  font-size: 14px !important;
  text-align: center;
  display: none;
}

.block-goods-detail--color-variation-goods-thumbnail-form {
  position: relative;
  max-width: 100% !important;
}

.block-goods-detail--color-variation-goods-thumbnail-form .swiper-slider-thumbnail {
  margin: 0 20px 32px;
  overflow: hidden;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .swiper-slider-main {
  margin-bottom: 10px;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .swiper-slider-main .block-goods-detail-line-item figure {
  text-align: center;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-form .swiper-slider-thumbnail ul li img {
  width: 100%;
}

.block-goods-gallery--color-variation-src {
  vertical-align: top;
}

/* バリエーション切り替えボタン */

.block-variation--name {
  margin: 10px -10px;
}

.block-variation--item-list {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.block-variation--item {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
}

.block-variation--selected-item {
  margin-bottom: 10px;
}

.block-variation--item-description {
  display: none;
}

.block-variation--item-term {
  display: block;
  border: 2px solid #d0d0d0;
  background-color: #fff;
  cursor: pointer;
}

.block-variation--item.color-disable-stock dt {
  border: 2px dashed #d0d0d0;
  background-color: #eee;
}

.block-variation--item.size-disable-stock dt {
  border: 2px dashed #d0d0d0;
  background-color: #eee;
}

.block-variation--item.active dt {
  border: 2px solid #3fbf0d;
}

.block-color--item-term {
  min-width: 54px;
  min-height: 54px;
}

.block-color--item-term img {
  max-width: 100%;
  max-height: 100%;
}

.block-color--item-term figure {
  width: 50px;
  height: 50px;
}

.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 {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.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: 50px;
  height: 50px;
  padding: 2px;
  font-size: 14px;
}

.block-size-with-cart .block-variation-no-stock--message,
.block-size-with-cart .block-variation-outside-sales-period--message,
.block-size-with-cart .block-goods-variation-arrival-notice--btn,
.block-size-with-cart .block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 54px;
  width: 182px;
  font-size: 12px;
  padding: 0;
}

.block-variation-favorite-registed--btn {
  color: #f9f;
}

.block-size-with-cart .block-variation-favorite {
  margin-left: 5px;
}

.block-size-with-cart .block-variation-favorite--btn,
.block-size-with-cart .block-variation-favorite-registed--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  height: 54px;
  width: 54px;
}

/* カラー別カートボタン */
.block-color-with-cart--item {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}

.block-color-with-cart--item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 8px;
}

.block-color-with-cart--item-term figure {
  width: 50px;
  height: 50px;
}

.block-color-with-cart--item-term img {
  max-width: 100%;
  max-height: 100%;
}

.block-color-with-cart .block-variation-no-stock--message,
.block-color-with-cart .block-variation-outside-sales-period--message,
.block-color-with-cart .block-goods-variation-arrival-notice--btn,
.block-color-with-cart .block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 54px;
  width: 182px;
  font-size: 12px;
}

.block-color-with-cart .block-variation-favorite {
  margin-left: 5px;
}

.block-color-with-cart .block-variation-favorite--btn,
.block-color-with-cart .block-variation-favorite-registed--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  height: 54px;
  width: 54px;
}

/* カラーサイズ別カートボタン */
.block-color-size-with-cart--nocolor {
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-size-with-cart--color-line {
  margin-bottom: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.block-color-size-with-cart--size-line {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
}

.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: 50px;
  height: 50px;
  padding: 2px;
  font-size: 14px;
}

.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: 100%;
  max-height: 100%;
}

.block-color-size-with-cart .block-variation-no-stock--message,
.block-color-size-with-cart .block-variation-outside-sales-period--message,
.block-color-size-with-cart .block-goods-variation-arrival-notice--btn,
.block-color-size-with-cart .block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 54px;
  width: 123px;
  font-size: 12px;
}

.block-color-size-with-cart .block-variation-favorite {
  margin-left: 5px;
}

.block-color-size-with-cart .block-variation-favorite--btn,
.block-color-size-with-cart .block-variation-favorite-registed--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  height: 54px;
  width: 54px;
}

.block-goods-price--regular-repeat-initial-price-name {
  font-size: 20px;
  font-weight: bold;
  color: #444;
}

.block-goods-price--regular-repeat-price-name {
  font-weight: bold;
  color: #444;
  margin-top: 10px;
}

.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-accessory-list {
  margin-top: 10px;
}

/* 商品詳細選べるセット商品 */
.block-goods-pickup--block-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
}
.block-goods-pickup--block-title .required::after {
  vertical-align: middle;
}
.block-goods-pickup--block-title .required {
  margin-left: 10px;
}
.block-goods-pickup--comment {
  margin: 10px;
  font-size: 24px;
}
.block-goods-pickup--error-qty-over.hidden,
.block-goods-pickup--error-qty-under.hidden {
  display: none;
}
.block-goods-pickup--block-top-comment {
  margin-bottom: 5px;
}
.block-goods-pickup--block-bottom-comment {
  margin-top: 5px;
}
.block-goods-pickup--block-variation--count {
  margin: 20px 0 5px 0;
  font-size: 16px;
  background: #f5f5f5;
  padding: 5px;
}
.block-goods-pickup--block-variation-name {
  margin: 10px 0;
  font-size: 16px;
}
.block-goods-pickup--goods-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px 0;
  gap: 10px;
}
.block-goods-pickup--block-variation-area .block-goods-pickup--goods-list {
  margin-top: 0;
}
.block-goods-pickup--goods-list.hidden {
  display: none;
}
.block-goods-pickup--goods-item {
  width: calc(50% - 5px);
  border: 1px solid #dcdcdc;
}
.block-goods-pickup--goods-item.block-goods-pickup--pickup-normal {
  position: relative;
  padding: 5px 5px 60px 5px;
}
.selected-goods .block-goods-pickup--goods-item {
  padding: 5px;
}
.selected-goods .block-goods-pickup--goods-item.allowed-to-delete-goods {
  position: relative;
  padding: 10px 10px 50px 10px;
}
.block-goods-pickup--goods-item.active {
  border: 3px solid #f00;
}
.block-goods-pickup--goods-item label {
  display: block;
  padding: 10px;
  height: 100%;
}
.block-goods-pickup--goods-item.block-goods-pickup--block-variation-variation1-item {
  padding: 2px 0;
}
.block-goods-pickup--goods-item.block-goods-pickup--block-variation-variation1-item.active {
  padding: 0;
}
.block-goods-pickup--pickup-radio label,
.block-goods-pickup--pickup-variation label {
  cursor: pointer;
}
.block-goods-pickup--goods-img-figure {
  width: 100%;
  aspect-ratio: 1;
}
.block-goods-pickup--goods-img img {
  max-width: 100%;
  max-height: 100%;
}
.block-goods-pickup--goods-price {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.block-goods-pickup--goods-name {
  overflow-wrap: anywhere;
  word-break: break-all;
}
.block-goods-pickup--block-variation--isdisplay {
  margin: 5px 0;
}
.block-goods-pickup--variation-add-goods {
  margin: 10px 0;
  padding: 6px 0;
  font-size: 16px;
  width: 100%;
}
.block-goods-pickup--block-content {
  border: solid 1px #dcdcdc;
  padding: 10px;
  margin: 0 0 20px 0;
}
.block-goods-pickup--block-no-goods,
.block-goods-pickup--no-select {
  font-size: 16px;
  font-weight: bold;
  padding: 30px;
  text-align: center;
}
.block-goods-pickup--goods-qty-area {
  position: absolute;
  text-align: center;
  bottom: 0;
  right: 0;
  left: 0;
  border: none;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-goods-pickup--goods-qty-area .block-goods-pickup--goods-qty-button {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  cursor: pointer;
  background-color: white;
  margin: 0 10px;
  padding: 10px;
}
.block-goods-pickup--goods-qty-area input[type="number"].block-goods-pickup--goods-qty-input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 30px;
  margin: 0 5px;
  padding: 0;
  border: none;
  outline: none;
  -moz-appearance: textfield;
}
.block-goods-pickup--goods-qty-area input[type="number"].block-goods-pickup--goods-qty-input::-webkit-inner-spin-button,
.block-goods-pickup--goods-qty-area input[type="number"].block-goods-pickup--goods-qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.gray-out {
  position: relative;
}
.gray-out::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000033;
  z-index: 1;
}
.block-goods-pickup--block-variation-variation2-list {
  font-size: 0;
}
.block-goods-pickup--block-variation-variation2-item {
  display: inline-block;
  margin-right: 5px;
}
.block-goods-pickup--block-variation--list .block-goods-pickup--block-variation-variation2-item {
  font-size: 0;
}
.block-goods-pickup--block-variation-variation2-item-button {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.block-goods-pickup--block-variation-variation2-item-button img {
  max-width: 100%;
  max-height: 100%;
}
.block-goods-pickup--variation-selected-goods-text {
  font-size: 14px;
}
.block-goods-pickup--variation-selected-goods-text.price {
  font-size: 18px;
  font-weight: bold;
}
.block-goods-pickup--variation-selected-goods-text.default-price,
.block-goods-pickup--variation-selected-goods-text.net-price {
  font-size: 100%;
}
.block-goods-pickup--block-variation-variation1-name,
.block-goods-pickup--goods-item .variation-name {
  overflow-wrap: anywhere;
  word-break: break-all;
}
#block-goods-pickup--footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ddd;
  padding: 10px;
  box-shadow: 0 -2px 5px #0000001a;
  z-index: 2;
}
#block-goods-pickup--total-info-qty {
  min-width: 300px;
  text-align: center;
}
.block-goods-pickup--total-qty {
  font-size: 16px;
  font-weight: bold;
}
.block-goods-pickup--total-price.price {
  font-size: 24px;
  font-weight: bold;
  color: #e74c3c;
}
.block-goods-pickup--footer-add-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
}
.block-goods-pickup--footer-add-cart .block-add-cart {
  margin-left: 20px;
}
.block-goods-pickup--footer-add-cart .block-add-cart--btn {
  margin: 0;
  width: 160px;
}
.delete-button {
  display: block;
  position: absolute;
  text-align: center;
  bottom: 0;
  right: 0;
  left: 0;
  border: none;
  padding: 5px 0;
  margin: 10px auto;
  width: 50px;
  background-color: #e74c3c;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.block-goods-pickup--block-variation-variation2-item-button.active {
  border: 3px solid #f00;
}

.block-goods-pickup--havingvariation-btn {
  margin: 0;
  width: 160px;
  padding: 10px 0;
}

.block-switcher.block-goods-pickup--footer-margin {
  margin-bottom: 90px;
}

.block-goods-pickup--footer-pagetop-margin {
  margin-bottom: 120px;
}

.price.block-goods-pickup--total-price::after {
  font-size: 14px;
}

/* 商品詳細(イベント一覧) */

#goodsdetail_eventlist_title {
  margin: 0;
  padding: 16px 20px;
  border: 0;
}

#goodsdetail_eventlist_content {
  overflow-x: hidden;
  margin: 10px 10px 10px 20px;
}

.block-eventlist {
  display: flex;
  width: 100%;
  max-width: none;
}

.block-eventlist .swiper-slide {
  width: fit-content;
}

.block-eventlist {
  display: flex;
  width: 100%;
  max-width: none;
}

.block-eventlist-item {
  width: 60vw;
}

.block-eventlist-item--image figure {
  background: #f5f5f5;
  width: 100%;
  height: 164px;
}

.block-eventlist-item--title {
  color: #000;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.block-eventlist-item--title a {
  text-decoration: none;
}

.block-eventlist::-webkit-scrollbar {
  display: none;
}

/* 商品詳細(ブログ一覧) */

#goodsdetail_bloglist h2 {
  margin: 0;
  padding: 16px 20px;
  border: 0;
}

.swiper-bloglist-content {
  overflow-x: hidden;
  margin: 10px 10px 10px 20px;
}

.block-bloglist {
  display: flex;
  width: 100%;
  max-width: none;
}

.block-bloglist .swiper-slide {
  width: fit-content;
}

.block-bloglist {
  display: flex;
  width: 100%;
  max-width: none;
}

.block-bloglist-item {
  width: 60vw;
}

.block-bloglist-item--image figure {
  background: #f5f5f5;
  width: 100%;
  height: 164px;
}

.block-bloglist-item--date {
  margin: 5px 0 5px 0;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.block-bloglist-item--newicon {
  display: inline-block;
  margin-left: 5px;
  padding: 0 5px;
  color: rgb(255, 255, 255);
  background: #e5002d;
  font-size: 12px;
  font-weight: bold;
}

.block-bloglist-item--title {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.block-bloglist-item--title a {
  text-decoration: none;
}

.block-bloglist-item--taglist {
  margin: 10px 0 0 0;
}

.block-bloglist-item--taglist div {
  display: inline-block;
}

.block-bloglist-item--taglist-item {
  display: inline-block;
  padding: 2px;
  margin-bottom: 5px;
  border-radius: 10px;
  background: #e9e9e9;
  word-break: break-all;
}

.block-bloglist-item--taglist-item a {
  text-decoration: none;
}

.block-bloglist::-webkit-scrollbar {
  display: none;
}

/* ----商品レビュー・商品レビュー確認---- */

.block-user-review--evaluation-stars {
  width: 110px;
  height: 22px;
  float: unset;
  background-position: 0 0;
  background-size: 110px 44px;
  cursor: pointer;
}

.block-user-review--selecting-stars {
  width: 110px;
  height: 22px;
  background-position: -110px -22px;
  background-size: 110px 44px;
}

.block-user-review--review-header {
  margin-bottom: 24px;
  font-size: 18px;
}

/* ----ユーザーレビュー画面---- */

.block-goods-user-review {
  margin-bottom: 10px;
}

.block-goods-user-review h2 {
  margin: 10px 0;
  padding-right: 10px;
  padding-left: 10px;
}

.block-goods-user-review--info {
  padding: 10px;
  background: #eee;
}

.block-goods-user-review--count-summary {
  margin-bottom: 5px;
  padding: 6px;
  background: #fff;
  border: 1px solid #eee;
}

.block-goods-user-review--score dt {
  display: inline;
  font-weight: bold;
}

.block-goods-user-review--score dd {
  display: inline;
}

.block-goods-user-review--score dd img {
  height: 100%;
  width: 30%;
  position: relative;
  top: -3px;
}

.block-goods-user-review--count dt {
  display: inline;
  font-weight: bold;
}

.block-goods-user-review--count dd {
  display: inline;
}

.block-goods-user-review--write-review {
  text-align: right;
}

.block-goods-user-review--write-review a {
  text-decoration: underline;
  background-size: 14px 14px;
  padding: 0 0 0 20px;
}

.block-goods-user-review--item {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.block-goods-user-review--item-title {
  padding: 0;
  margin-bottom: 10px;
}

.block-goods-user-review--item-summary dt {
  display: inline;
}

.block-goods-user-review--item-summary dd {
  display: inline;
}

.block-goods-user-review--item-score dd img {
  height: 100%;
  width: 10.2%;
  position: relative;
  top: -3px;
}

.block-goods-user-review--item-moderate-vote {
  border-top: #eee 1px dotted;
  padding: 10px 0;
}

.block-goods-user-review--item-moderate-link {
  text-decoration: underline;
}

.block-goods-user-review--item-moderate-other-link {
  text-decoration: underline;
}

.block-goods-user-review--pagenav {
  margin: 0 0 10px 0;
  clear: both;
  background: #f0f0f0;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}

.block-goods-user-review--pager-now {
  margin: 2px 5px;
  color: #c00;
  font-weight: bold;
  white-space: nowrap;
}

.block-goods-user-review--ref {
  margin: 2px 5px;
  color: #003780;
  text-decoration: underline;
  font-weight: bold;
  white-space: nowrap;
}

.block-goods-user-review--readmore a {
  text-decoration: underline;
}

.block-goods-user-review--item-moderate-underestimate {
  padding-left: 10px;
}

.block-goods-user-review--item-moderate-underestimate dt {
  display: inline;
}

.block-goods-user-review--item-moderate-underestimate dd {
  display: inline;
}

.block-goods-user-review--item-moderate-overestimate {
  padding-left: 10px;
}

.block-goods-user-review--item-moderate-overestimate dt {
  display: inline;
}

.block-goods-user-review--item-moderate-overestimate dd {
  display: inline;
}

.block-goods-user-review .dropdown {
  z-index: 1;
}

.block-goods-user-review--form {
  margin: 10px 10px 0;
}

.block-goods-user-review--write-review-btn {
  width: 100%;
  padding: 10px 0;
}

.block-goods-user-review--form + form .block-goods-detail-footer {
  margin-top: -10px;
}

.block-user-review {
  margin: 10px;
}

.block-user-review--header {
  margin: -10px -10px 0;
}

.block-user-review--review-body textarea {
  width: 100%;
}

.block-user-review--review-contribution-conditions h3 {
  padding: 10px 0;
}

.block-user-review--item-header {
  margin: 0 -10px 10px;
}

.block-user-review--message a {
  text-decoration: underline;
}

.block-user-review--evaluator-name dt {
  display: inline;
}

.block-user-review--evaluator-name dd {
  display: inline;
}

.block-user-review--evaluation {
  margin-right: 10px;
  margin-left: 10px;
}

.block-user-review--evaluation-score dt {
  display: inline;
}

.block-user-review--evaluation-score dd img {
  width: 20%;
  position: relative;
  top: -3px;
}

.block-user-review--evaluation-score dd {
  display: inline;
}

.block-user-review--review-item {
  margin: 10px -10px 10px;
}

.block-user-review--review-header {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0;
  padding-left: 0;
}

.block-user-review--review-item:first-child {
  border-top: 1px solid #eee;
}

.block-user-review--evaluation-message {
  margin: 10px 10px 0;
}

.block-user-review--review-comment {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.block-user-review--review-item .action-buttons {
  margin-right: 10px;
  margin-left: 10px;
}

.block-user-review-completed {
  margin: 10px;
}

.block-user-review-completed--header {
  margin: -10px -10px 0;
}

.block-user-review-completed--message-header {
  margin: 0 -10px 10px;
}

/* ----イベント画面---- */

.block-event-page--goods {
  margin: 0 0 10px 0;
}

.block-event-page--comment {
  margin: 0 10px 10px 10px;
}

/* ----店舗在庫画面---- */

.block-store-stock {
  margin: 10px;
}

.block-store-stock-goods-img-l {
  margin-bottom: 10px;
}

.block-store-stock-name--header {
  background: transparent;
  margin: -10px -10px 0;
}

.block-store-stock--goods-detail {
  margin-bottom: 10px;
}

.block-store-stock-goods {
  margin-bottom: 10px;
}

.block-store-stock--header {
  margin: 10px -10px 10px;
}

.block-store-stock--message {
  border: solid 1px #081f2c;
  padding: 10px;
  margin-bottom: 10px;
}

.block-store-stock--div-name {
  font-weight: bold;
  margin: 5px 0;
}

.block-store-stock--list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px rgba(34,34,34,0.2);
}

.block-store-stock--list dd {
  padding: 5px 12px;
  width: 70%;
}

.block-store-stock--list dd:last-child {
  width: 30%;
}

.block-store-stock--item {
  padding-right: 12px;
}

.block-store-stock--item a {
  text-decoration: underline;
}

/* ----アイコン---- */

.block-icon {
  font-size: 0;
}

.block-icon span {
  margin-right: 3px;
}

.block-icon img {
  width: auto;
  height: 13px;
  vertical-align: top;
}

/* ----商品一覧画面----*/

/* 表示方法 */
.block-style--header {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #dcdcdc;
}

.block-style--expand-icon {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-style--element {
  display: none;
}

.block-style--close i:before {
  content: "\f067";
}

.block-sort--select {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  height: 43px;
}

/* 並び替え */
.block-sort--header {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #dcdcdc;
}

.block-sort--expand-icon {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-sort--element {
  display: none;
}

.block-sort--close i:before {
  content: "\f067";
}

.block-goods-list--display-style-items-selectbox {
  padding-left: 10px;
}

.block-style--select {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  height: 43px;
}

.block-goods-list--image-relative {
  position: relative;
}

.block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_val_btn_sp.png) center/40% no-repeat;
}

.block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) center/40% no-repeat;
}

/* ページャ */
.block-goods-list-naviframe {
  margin-bottom: 10px;
  text-align: center;
}

/* 自動読み込み */
.block-goods-list-auto-load {
  text-align: center;
  margin: 10px 0;
}

.block-goods-list-auto-load--loading {
  font-size: 60px;
  display: none;
}

.block-goods-list-auto-load--continue span {
  text-decoration: underline;
}

/* ----商品一覧画面：ピックアップ：block-pickup-list-p---- */

.block-pickup-list-p--items {
  border-top: 1px solid #eee;
}

.block-pickup-list-p--item {
  border-bottom: 1px solid #eee;
  padding: 10px;
  display: inline-block;
}

.block-pickup-list-p--items a {
  display: table;
  table-layout: fixed;
  text-decoration: none;
  width: 100%;
}

.block-pickup-list-p--goods-image {
  width: 145px;
  display: table-cell;
  vertical-align: top;
}

.block-pickup-list-p--goods-image figure {
  background: #f5f5f5;
  width: 145px;
  height: 145px;
  padding: 5px;
}

.block-pickup-list-p--goods-description {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  word-wrap: break-word;
  font-size: 14px;
}

.block-pickup-list-p--goods-name {
  font-weight: bold;
}

.block-pickup-list-p--comment {
  font-size: 12px;
}

.block-pickup-list-p--price {
  font-size: 18px;
  font-weight: bold;
}

.block-pickup-list-p--item .block-goods-list--favorite--btn {
  position: absolute;
  top: 10px;
  left: 115px;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_val_btn_sp.png) center/40% no-repeat;
}

.block-pickup-list-p--item .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 10px;
  left: 115px;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) center/40% no-repeat;
}

/* ----商品一覧画面：サムネイル：block-thumbnail-t---- */

.block-thumbnail-t--items {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-thumbnail-t--item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-thumbnail-t--items a {
  text-decoration: none;
}

.block-thumbnail-t--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-thumbnail-t--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 140px;
  min-height: 140px;
  padding: 5px;
}

.block-thumbnail-t--goods-description {
  word-wrap: break-word;
}

.block-thumbnail-t--goods-name {
  font-weight: bold;
}

.block-thumbnail-t--comment {
  font-size: 12px;
}

.block-thumbnail-t--price {
  font-size: 18px;
  font-weight: bold;
}

.block-thumbnail-t--item .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_val_btn_sp.png) center/40% no-repeat;
}

.block-thumbnail-t--item .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) center/40% no-repeat;
}

/* ----商品一覧画面：ランキング：block-ranking-r---- */

.block-ranking-r--items {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-ranking-r--item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-ranking-r--items a {
  text-decoration: none;
}

.block-ranking-r--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-ranking-r--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 140px;
  min-height: 140px;
}

.block-ranking-r--goods-description {
  word-wrap: break-word;
}

.block-ranking-r--goods-name {
  font-weight: bold;
}

.block-ranking-r--comment {
  font-size: 12px;
}

.block-ranking-r--price {
  font-size: 18px;
  font-weight: bold;
}

.block-ranking-r--item .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_val_btn_sp.png) center/48% no-repeat;
}

.block-ranking-r--item .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) center/48% no-repeat;
}

/* ランキングアイコン */
.block-ranking-r--goods-image {
  position: relative;
}

.block-ranking-r--rank {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  background: #000;
  border-radius: 24px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */

.block-thumbnail-h--items {
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-thumbnail-h--item {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-thumbnail-h--items a {
  text-decoration: none;
}

.block-thumbnail-h--goods-image {
  width: 100%;
}

.block-thumbnail-h--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
}

.block-thumbnail-h--item .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_val_btn_sp.png) center/40% no-repeat;
}

.block-thumbnail-h--item .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) center/40% no-repeat;
}

.block-thumbnail-h--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
}

/* ----商品一覧画面：買い物かご：block-cart-i---- */

.block-cart-i--items {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-cart-i--items .block-cart-i--item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-cart-i--items li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-cart-i--items a {
  text-decoration: none;
}

.block-cart-i--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-cart-i--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
}

.block-cart-i--goods-description {
  word-wrap: break-word;
  font-size: 12px;
}

.block-cart-i--goods-image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_val_btn_sp.png) center/40% no-repeat;
}

.block-cart-i--goods-image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) center/40% no-repeat;
}

/* ----商品一覧画面：商品詳細：block-goods-detail-j---- */

.block-goods-detail-j--items {
  border-top: 1px solid #eee;
}

.block-goods-detail-j--item {
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.block-goods-detail-j--items a {
  display: table;
  table-layout: fixed;
  text-decoration: none;
  width: 100%;
}

.block-goods-detail-j--goods-image {
  width: 145px;
  display: table-cell;
  vertical-align: top;
}

.block-goods-detail-j--goods-image figure {
  background: #f5f5f5;
  width: 145px;
  height: 145px;
}

.block-goods-detail-j--goods-description {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  word-wrap: break-word;
  font-size: 14px;
}

.block-goods-detail-j--goods-name {
  font-weight: bold;
}

.block-goods-detail-j--comment {
  font-size: 12px;
}

.block-goods-detail-j--price {
  font-size: 18px;
  font-weight: bold;
}

.block-goods-detail-j--cart-btn {
  margin-top: 10px;
}

.block-goods-detail-j--cart-btn .block-list-add-cart-btn {
  padding: 10px;
}

.block-goods-detail-j--custom-order {
  margin-top: 10px;
}

.block-goods-detail-j--custom-order .block-list-custom-order-btn {
  padding: 10px;
}

.block-goods-detail-j--item .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_val_btn_sp.png) center/40% no-repeat;
}

.block-goods-detail-j--item .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) center/40% no-repeat;
}

/* ----商品一覧画面：ブランド画面：block-goods-list-x---- */

.block-goods-list-x--items {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-goods-list-x--items li {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-goods-list-x--items li a {
  text-decoration: none;
}

.block-goods-list-x--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-goods-list-x--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
}

.block-goods-list-x--item .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_val_btn_sp.png) center/40% no-repeat;
}

.block-goods-list-x--item .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) center/40% no-repeat;
}

/* ----商品一覧画面：カート画面：block-goods-list-c---- */

.block-goods-list-c--items {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-goods-list-c--items li {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-goods-list-c--items li a {
  text-decoration: none;
}

.block-goods-list-c--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-goods-list-c--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
}

.block-goods-list-c--item .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../../img/usr/common/goods_bookmark_val_btn_sp.png) center/50% no-repeat;
}

.block-goods-list-c--item .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) center/50% no-repeat;
}

/* ----カテゴリー画面---- */

.block-category-list--goods {
  margin: 0 0 10px 0;
}

.block-category-list--promotion-freespace {
  margin: 0 10px 10px 10px;
}

.block-category-list--comment {
  margin: 0 10px 10px 10px;
}

/* ----カテゴリー画面：一覧：block-category-style-l---- */

.block-category-style-l--items {
  border-top: 1px solid #eee;
}

.block-category-style-l--item {
  border-bottom: 1px solid #eee;
  background-color: #fff;
  min-height: 43px;
  position: relative;
}

.block-category-style-l--item-container {
  display: table;
  width: 100%;
}

.block-category-style-l--body {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-align: left;
  padding: 0 5px 0 0;
}

.block-category-style-l--item a {
  padding: 0 5px 0 0;
  text-decoration: none;
}

.block-category-style-l--name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}

.block-category-style-l--image {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}

.block-category-style-l--image figure {
  width: 43px;
  height: 43px;
}

/* ----カテゴリーツリー---- */

.block-category-tree {
  border-bottom: 1px solid #eee;
}

.block-category-tree--header {
  border-bottom: 1px solid #eee;
}

.block-category-style-g--items-0,
.block-category-style-g--items-1,
.block-category-style-g--items-2,
.block-category-style-g--items-3 {
  border-top: 1px solid #eee;
}

.block-category-style-g--item {
  border-bottom: 1px solid #eee;
  min-height: 43px;
  background-color: #fff;
}

.block-category-style-g--item-container {
  display: table;
  width: 100%;
}

.block-category-style-g--expand-icon {
  display: table-cell;
  height: 43px;
  width: 20px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.block-category-style-g--body {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-align: left;
}

.block-category-style-g--image {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}

.block-category-style-g--image figure {
  width: 43px;
  height: 43px;
}

.block-category-style-g--name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
  text-decoration: underline;
}

.block-category-style-g--comment {
  display: none;
}

.block-category-style-g--items-1 > li {
  padding-left: 10px;
}

.block-category-style-g--items-2 > li {
  padding-left: 20px;
}

.block-category-style-g--items-3 > li {
  padding-left: 30px;
}

.block-category-style-g--items-2 {
  margin-left: -10px;
}

.block-category-style-g--items-3 {
  margin-left: -20px;
}

/* ----ジャンル画面---- */

.block-genre-page--goods {
  margin: 0 0 10px 0;
}

.block-genre-page--comment {
  margin: 0 10px 10px 10px;
}

/* ----ジャンルツリー---- */

.block-genre-tree {
  border-bottom: 1px solid #eee;
}

.block-genre-tree--header {
  border-bottom: 1px solid #eee;
}

.block-genre-style--items-0,
.block-genre-style--items-1,
.block-genre-style--items-2,
.block-genre-style--items-3 {
  border-top: 1px solid #eee;
}

.block-genre-style--item {
  border-bottom: 1px solid #eee;
  min-height: 43px;
  background-color: #fff;
}

.block-genre-style--item:last-child {
  border-bottom: none;
}

.block-genre-style--item-container {
  display: table;
  width: 100%;
}

.block-genre-style--expand-icon {
  display: table-cell;
  height: 43px;
  width: 20px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.block-genre-style--body {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-align: left;
}

.block-genre-style--image {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}

.block-genre-style--image figure {
  width: 43px;
  height: 43px;
}

.block-genre-style--name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
  text-decoration: underline;
}

.block-genre-style--comment {
  display: none;
}

.block-genre-style--items-1 > li {
  padding-left: 10px;
}

.block-genre-style--items-2 > li {
  padding-left: 20px;
}

.block-genre-style--items-3 > li {
  padding-left: 30px;
}

.block-genre-style--items-2 {
  margin-left: -10px;
}

.block-genre-style--items-3 {
  margin-left: -20px;
}

/* ----絞り込み検索---- */

.block-filter--header {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #dcdcdc;
}

.block-filter--list-item-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.block-filter--expand-icon {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-filter--select-label {
  display: table-cell;
  height: 43px;
  padding-left: 10px;
  vertical-align: middle;
  text-align: left;
}

.block-filter--list-item {
  display: none;
  border-bottom: #eee 1px solid;
}

.block-filter--filter-options {
  border-top: #eee 1px solid;
}

.block-filter--element {
  display: table;
  table-layout: fixed;
  border-bottom: #eee 1px solid;
  width: 100%;
}

.block-filter--element:last-child {
  border-bottom: none;
}

.block-filter--option-items {
  display: table-cell;
  height: 43px;
  padding-left: 20px;
  vertical-align: middle;
  width: 100%;
}

.block-filter--select {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
  height: 43px;
}

.block-filter--close i:before {
  content: "\f067";
}

.block-filter--treelist-layer {
  border-top: #eee 1px solid;
}

.block-filter--treeitem {
  border-top: #eee 1px solid;
}

.block-filter--treeitem:first-child {
  border-top: none;
}

a.block-filter--treeitem-name {
  text-decoration: underline;
}

.block-filter--tree-2,
.block-filter--tree-3,
.block-filter--tree-4 {
  border-top: #eee 1px solid;
}

.block-filter--tree-2 > li {
  padding-left: 20px;
}

.block-filter--tree-3 > li {
  padding-left: 30px;
}

.block-filter--tree-4 > li {
  padding-left: 40px;
}

.block-filter--tree-2 {
  margin-left: -10px;
}

.block-filter--tree-3 {
  margin-left: -20px;
}

.block-filter--tree-4 {
  margin-left: -30px;
}

.block-filter--treeitem-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.block-filter--treeitem-dir {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-filter--treeitem-name {
  display: table-cell;
  height: 43px;
  padding-left: 20px;
  vertical-align: middle;
  text-align: left;
}

.block-filter--treeitem-selected {
  color: #c00;
}

.filter-button {
  padding: 0 10px;
  background: #dedede;
}
.filter-buttonr--search {
  padding-bottom: 10px;
}
.filter-button button {
  height: 40px;
  width: 100%;
  border: 1px solid #000;
  color: #000;
}

/* ----詳細検索---- */

.block-search-goods--condition-items {
  margin: 10px;
}

.block-search-goods--to-dt {
  margin-top: 5px;
}

.block-search-goods .action-buttons {
  margin: 0 10px 10px 10px;
}

/* ----カート内商品---- */
.block-cart--goods-list .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../../img/usr/common/goods_bookmark_val_btn_sp.png) center/50% no-repeat;
}

.block-cart--goods-list .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) center/50% no-repeat;
}

/* ----商品詳細画面：クーポン表示---- */

.block-goods-coupon {
  margin: 10px 0 4px;
  padding: 12px 0 0;
  border-top: 1px solid #dedede;
}

.block-goods-coupon--title {
  font-size: 14px;
  font-weight: bold;
}

.block-goods-coupon-list {
  display: flex;
  padding: 10px 0 0 0;
  width: 100%;
  max-width: none;
  overflow-x: auto;
  overflow-y: hidden;
}

.block-goods-coupon-list::-webkit-scrollbar {
  display: none;
}

.block-goods-coupon-item {
  padding: 10px;
  margin-right: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  min-width: 60vw;
  width: 60vw;
}

.block-goods-coupon-item--benefit {
  font-size: 14px;
  color: #f00;
  font-weight: bold;
}

.block-goods-coupon-item--benefit-remarks {
  font-size: 10px;
  color: #000;
  font-weight: normal;
}

.block-goods-coupon-item--name {
  margin-top: 5px;
  font-size: 12px;
  word-break: break-all;
}

.block-goods-coupon-item--term,
.block-goods-coupon-item--condition {
  margin-top: 5px;
  font-size: 10px;
  color: #777;
}

.block-goods-coupon-item--term dl,
.block-goods-coupon-item--condition dl {
  width: auto;
}

.block-goods-coupon-item--term dt,
.block-goods-coupon-item--condition dt {
  float: left;
}

.block-goods-coupon-item--term dd,
.block-goods-coupon-item--condition dd {
  margin-left: 50px;
}

/* ----商品詳細画面：キャンペーン表示---- */

.block-goods-promotion {
  margin: 10px 0 4px;
  padding: 12px 0 0;
  border-top: 1px solid #dedede;
}

.block-goods-promotion--title {
  font-size: 14px;
  font-weight: bold;
}

.block-goods-promotion-list {
  display: flex;
  padding: 10px 0 0 0;
  width: 100%;
  max-width: none;
  overflow-x: auto;
  overflow-y: hidden;
}

.block-goods-promotion-list::-webkit-scrollbar {
  display: none;
}

.block-goods-promotion-item {
  padding: 10px;
  margin-right: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  min-width: 60vw;
  width: 60vw;
}

.block-goods-promotion-item--benefit {
  font-size: 14px;
  color: #f00;
  font-weight: bold;
}

.block-goods-promotion-item--benefit-remarks {
  font-size: 10px;
  color: #000;
  font-weight: normal;
}

.block-goods-promotion-item--name {
  margin-top: 5px;
  font-size: 12px;
  word-break: break-all;
}

.block-goods-promotion-item--term,
.block-goods-promotion-item--condition {
  margin-top: 5px;
  font-size: 10px;
  color: #777;
}

.block-goods-promotion-item--term dl,
.block-goods-promotion-item--condition dl {
  width: auto;
}

.block-goods-promotion-item--term dt,
.block-goods-promotion-item--condition dt {
  float: left;
}

.block-goods-promotion-item--term dd,
.block-goods-promotion-item--condition dd {
  margin-left: 50px;
}

/* ----レフィル商品情報---- */

.block-refill-goods {
  margin: 20px;
  border-top: 1px dashed #707070;
  border-bottom: 1px dashed #707070;
  padding-top: 16px;
  margin: 0 0 12px;
}

.block-refill-goods h3 {
  margin: 0 0 16px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.666;
  border-bottom: none;
}

.block-refill-goods-item {
  margin-bottom: 20px;
}

.block-refill-goods-item--body {
  display: flex;
  width: 100%;
}

.block-refill-goods-item--image figure {
  background: #f5f5f5;
  width: 22.4vw;
  height: 22.4vw;
}

.block-refill-goods-item--description {
  width: 80%;
  padding: 0 0 0 20px;
  display: flex;
  flex-direction: column;
}

.block-refill-goods-item--name {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
}

.block-refill-goods-item--description dl {
  margin-bottom: 0.5em;
}

.block-refill-goods-item--goods-code-infos dt {
  width: auto;
  min-width: 5em;
  display: inline-block;
}

.block-refill-goods-item--goods-code-infos dd {
  margin-left: 0.3em;
  width: auto;
  min-width: 5em;
  display: inline-block;
}

.block-refill-goods-item--price-infos {
  clear: both;
  position: relative;
}

.block-refill-goods-item--price-infos dt {
  width: auto;
  min-width: 5em;
  vertical-align: top;
  float: left;
}

.block-refill-goods-item--price-infos dd {
  padding-left: 5.6em;
  position: relative;
}

.block-refill-goods-item--set-goods-infos dt {
  width: auto;
  min-width: 5em;
  vertical-align: top;
  float: left;
}

.block-refill-goods-item--set-goods-infos dd {
  padding-left: 5.6em;
  position: relative;
}

.block-refill-goods-item--set-goods-infos dd p {
  display: inline-block;
}

.block-refill-goods-item--set-goods-item-name {
  width: auto;
  min-width: 5em;
  text-decoration: underline;
}

.block-refill-goods-item--price {
  display: inline-block;
}

.block-refill-goods-item--net-price {
  display: inline-block;
}

.block-refill-goods-item--qty {
  display: inline-block;
}

.block-refill-price--infos {
  display: flex;
  align-items: flex-end;
}

.block-refill-price--total-price {
  font-weight: bold;
  color: #333;
}

/* ----商品詳細画面：動画表示---- */

.block-goods--video-thumbnail {
  color: #444;
  position: relative;
}

.block-goods--video-thumbnail-none {
  background-color: #f5f5f5;
  padding: 50%;
}

.block-goods--video-thumbnail::before {
  position: absolute;
  width: 8vw;
  height: 8vw;
  top: 50%;
  left: 50%;
  background-color: #444;
  opacity: 0.7;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
}

.block-goods--video-thumbnail::after {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-width: 1.8vw 0 1.8vw 3vw;
  box-sizing: border-box;
  content: "";
}

.block-goods-detail .swiper-slider-main .hacobune-app-container {
  width: calc(100vw - 40px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  padding: 0;
}

.block-goods-detail .swiper-slider-main .hacobune-unit-video-outline {
  display: none;
}

.block-goods-detail .swiper-slider-main .hacobune-vjs-poster {
  display: none;
}

.block-goods-detail .swiper-slider-main .hacobune-vjs-big-play-button {
  display: none;
  position: absolute;
  border: 0;
  width: 18vw;
  height: 18vw;
  top: 50%;
  left: 50%;
  background-color: #444;
  opacity: 0.7;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
}

.block-goods-detail .swiper-slider-main .hacobune-vjs-big-play-button .hacobune-vjs-icon-placeholder::before {
  content: "";
}

.block-goods-detail .swiper-slider-main .hacobune-vjs-big-play-button .hacobune-vjs-icon-placeholder::after {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-width: 3.6vw 0 3.6vw 6vw;
  box-sizing: border-box;
  content: "";
}

/* ----商品詳細画面：商品切り替えボタン---- */

.block-switch-goods {
  width: 100%;
  margin: 16px 0 4px;
  padding: 16px 0 0;
  border-top: 1px dashed #707070;
}

.block-switch-goods--button {
  display: flex;
  margin: 0 auto 0;
}

.block-switch-goods--button > .this {
  border: 2px solid #d53100;
}

.btn-switch-goods {
  display: inline-block;
  width: 48%;
  box-sizing: border-box;
  text-align: center;
  padding: 15px;
  font-size: 13px;
  margin: 1%;
  margin-top: 10px;
  border: 2px solid #dedede;
  color: #000;
  background-color: #fff;
}

#switch_comment {
  box-sizing: border-box;
  font-size: 13px;
  margin: 10px;
}

.block-switch-goods--title {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  flex-wrap: wrap;
}

/* ----商品詳細画面：出荷予定日---- */

.block-goods-ship-schedule span {
  font-weight: bold;
}

/* ----------------------------------
 /css/sys/sb_block_order.css
---------------------------------- */
/* ----注文フローステップ---- */

/* ----商品購入規約---- */

.block-goods-agreement {
  margin: 10px;
}

.block-goods-agreement--header {
  margin: -10px -10px 0 -10px;
}

/* ----カートアイテム ---- */

.block-cart--body {
  padding: 10px;
}

.block-cart--order-btn-gift {
  background: #ffa200;
  border: #d28500 1px solid;
}

.block-cart--store-delivery {
  margin: 10px 0;
}

.block-cart--store-delivery-button-description {
  padding: 5px 0 0 0;
}

.block-cart--store-delivery-order-btn-store-delivery {
  width: 100%;
  padding: 10px 0;
  border-bottom-width: 2px;
}

.block-cart--promotion-freespace {
  padding-bottom: 10px;
}

.block-cart--subtotal-container {
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.block-cart--ship-schedule {
  padding-right: 5px;
  padding-left: 5px;
}

.block-cart--contents {
  border: 1px solid #dcdcdc;
  border-bottom: none;
}

.block-cart--goods-list li {
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
}

.block-cart--goods-list-link:hover {
  text-decoration-line: none;
}

.block-cart--goods-list-item-name,
.block-cart--goods-list-item-price,
.block-cart--goods-point-info .block-cart--goods-point {
  font-weight: bold;
}

.block-cart--goods-list-item-sales-info {
  display: flex;
  flex-direction: column-reverse;
}

.block-cart--goods-list-item-sales-info + .block-cart--goods-list-item-price-info {
  width: 100%;
}

.block-cart--goods-list .block-goods-price--on-sales-off-percent {
  display: inline-block;
  vertical-align: text-bottom;
  height: 20px;
  line-height: 20px;
  width: 65px;
  text-align: center;
  font-size: 11px;
  color: #f0f0f0;
  background-color: #d53115;
}

.block-cart--goods-list .block-goods-price--on-sales-countdown,
.block-cart--goods-list .block-goods-price--on-sales-countdown > div {
  display: inline;
  font-size: 11px;
  color: #d53115;
}

.block-cart--goods-list-item-input {
  display: table;
  width: 100%;
}

.block-cart--goods-list-item-input-row {
  display: table-row;
  height: 100%;
}

.block-cart--goods-list-item-input-cell-left {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
}

.block-cart--goods-list-item-input-cell-right {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
}

.block-cart--goods-list-item-input-cell-right-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.block-cart--goods-list-item-qty,
.block-cart--goods-list-item-calc,
.block-cart--goods-list-item-delete,
.block-cart--goods-list-item-pickup-goods-reselect {
  display: table-cell;
}

.block-cart--goods-list-item-qty {
  width: 120px;
}

.block-cart--goods-list-item-qty > input {
  width: 110px;
}

.block-cart--goods-list-item-calc {
  width: 80px;
}

.block-cart--goods-list-item-calc-btn {
  width: 70px;
}

.block-cart--goods-list-item-pickup-goods-reselect {
  text-align: right;
  height: 50%;
  margin-bottom: 10px;
}

.block-cart--goods-list-item-pickup-goods-reselect-btn {
  color: #333;
  border: none;
  background: none;
}

.block-cart--goods-list-item-delete {
  text-align: right;
  height: 50%;
}

.block-cart--goods-list-item-delete-btn {
  color: #333;
  border: none;
  text-decoration: underline;
  background: none;
}

.block-cart--infomation {
  background: #fff;
  border: 1px solid #666;
  padding: 10px;
  margin: 5px;
}

.block-cart--continue-shopping {
  text-align: center;
  margin: 10px;
}

.block-cart--continue-shopping-link {
  text-decoration: underline;
}

.block-cart--amazonpay {
  text-align: center;
}

.block-cart--amazonpay-description {
  text-align: left;
  font-size: 12px;
  margin: 5px 0;
}

.block-cart--amazonpay-error {
  color: #a94442;
}

.block-promotion-message--content {
  border: 1px solid #f00;
  background-color: #fff;
  text-align: center;
  padding: 10px;
  margin: 10px 5px;
  font-size: 12px;
}

.block-promotion-message--content .promotion-benefit {
  color: #f00;
  font-weight: bold;
  font-size: 13px;
}

.block-cart--goods-list-image {
  width: 110px;
  display: table-cell;
  vertical-align: top;
}

.block-cart--goods-list-image figure {
  width: 110px;
  height: 110px;
  background: #f5f5f5;
}

.block-cart--goods-list-item-container {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  word-wrap: break-word;
  font-size: 14px;
}

.block-cart--goods-list-item-price {
  color: #333;
}

.block-cart--procedure-container .action-buttons {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.block-cart--procedure-container__fixed .action-buttons {
  width: 85%;
  display: table;
  table-layout: fixed;
  margin: auto;
}

.block-cart--procedure-container .action-buttons .action {
  width: 100%;
  display: table-cell;
}

.block-cart--procedure-container .action-buttons .action .btn {
  margin-top: 0;
  font-size: 100%;
}

.block-cart--procedure-container .action-buttons .action:first-child {
  padding-right: 5px;
}

.block-cart--procedure-container .action-buttons .action:last-child {
  padding-left: 5px;
}

.block-cart--promotion-criteria-list-container {
  padding-bottom: 10px;
}

.promotion-criteria-list-message {
  text-align: center;
}

.promotion-criteria-list-message > span {
  color: #f00;
  font-weight: bold;
  font-size: 13px;
}

.block-cart--subtotal-container .block-cart--subtotal {
  font-size: 16px;
}

.block-cart--subtotal-container .block-cart--subtotal-price,
.block-cart--promotion-discount-price {
  color: #f00;
  font-weight: bold;
}

.block-cart--procedure-container {
  background-color: #fff;
  width: 85%;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.block-cart--order-button-description-fixed {
  width: 85%;
  margin: auto;
}
.block-cart--amazonpay-description-fixed {
  width: 85%;
  margin: auto;
}

.block-cart--procedure-container__fixed {
  padding: 10px;
  border-bottom: 1px solid #dcdcdc;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 100;
}

.block-cart--amazonpay-button-fixed {
  margin: auto;
}

.block-cart--rule-container {
  border: 5px solid #dcdcdc;
  margin-bottom: 20px;
}

.block-cart--rule {
  font-size: 16px;
  border-bottom: #999 1px solid;
  background-color: #dcdcdc;
  font-weight: bold;
}

/* ----AmazonPayV2ボタン押下後表示メッセージ---- */
.block-cart--amazonpay-alert {
  display: none;
  color: #a94442;
}

/* ----注文方法指定画面---- */

/* 共通設定 */
.block-order-method {
  margin: 10px;
}

.block-order-method h1 {
  margin: -10px -10px 0;
  text-align: center;
}

.block-order-flow--step1 {
  font-size: 14px;
}

.block-order-method h2 {
  margin: 0 -10px;
  background: transparent;
}

.block-order-method--host-content input[type="text"],
.block-order-method--host-content input[type="tel"],
.block-order-method--host-content input[type="email"] {
  width: 100%;
}

.block-order-method--host-content input[type="tel"] {
  max-width: 210px;
}

.block-order-method--host-content input[type="email"],
.block-order-method--host-content input[type="text"] {
  max-width: 380px;
}

.block-order-method--host-content input[type="text"][name="s_name"],
.block-order-method--host-content input[type="text"][name="s_name2"],
.block-order-method--host-content input[type="text"][name="s_kana"],
.block-order-method--host-content input[type="text"][name="s_kana2"] {
  max-width: 180px;
}

.block-order-method--host-content input[type="text"][name="s_zip"] {
  max-width: 170px;
}

.block-order-method--contents .block-order-method--payment-content input[type="text"][name="promotion_code"],
.block-order-method--contents .block-order-method--payment-content input[type="text"][name="coupon"] {
  width: 100%;
  max-width: 300px;
}

/* ご注文主 */
.block-order-method--orderer-detail {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px;
}

.block-order-method--orderer-name {
  padding-bottom: 5px;
}

.block-order-method--host-title-confirmation {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px;
  margin-bottom: 10px;
}

.block-order-method--value-label {
  display: block;
}

.block-order-method--host-name {
  font-weight: bold;
}

.block-order-method--host .fieldset-vertical {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0;
}

.block-order-method--host-content .form-group:not(:last-child) {
  border-bottom: solid 1px #dcdcdc;
}

.block-order-method--host-content .form-group {
  padding: 10px;
  margin: 0;
}

.block-order-method--dest-input .fieldset-vertical {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0;
}

.block-order-method--dest-input .form-group:not(:last-child) {
  border-bottom: solid 1px #dcdcdc;
}

.block-order-method--dest-input .form-group {
  padding: 10px;
  margin: 0;
}

.block-order-method--atone-next-month {
  display: none;
  margin-top: 10px;
  border: #cdcdcd solid 1px;
  padding: 10px;
}

.block-order-method--atone-next-month--comment a {
  text-decoration: underline;
  color: -webkit-link;
}

.block-order-method--atone-after-payment {
  display: none;
  margin-top: 10px;
  border: #cdcdcd solid 1px;
  padding: 10px;
}

.block-order-method--atone-after-payment--comment a {
  text-decoration: underline;
  color: -webkit-link;
}

/* お届け方法(定期明細追加) */
.block-order-method--destmethod-detail {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px;
}

.block-order-method--destmethod-select li {
  margin: 5px 0 5px 0;
}

/* 定期申し込み内容(定期明細追加) */
.block-order-method--regular-add-list-detail {
  background: #fff;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  padding: 10px;
}

.block-order-method--regular-add-list-detail:last-of-type {
  border-bottom: 1px solid #dcdcdc;
}

.block-order-method--regular-add-info .block-order-method--regular-add-info-detail {
  padding: 1px 10px;
  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-order-method--regular-add-info-detail > span {
  font-size: 12px;
  width: 50%;
}

.block-order-method--regular-add-info-detail > span:last-of-type {
  text-align: right;
}

.block-order-method--regular-add-info .block-order-method--regular-add-goods-info {
  padding: 5px 10px;
  border: 1px solid #ddd;
  font-size: 12px;
  width: 100%;
  background-color: #fff;
}

.block-order-method--regular-add-goods-item > ul {
  display: flex;
  flex-direction: row;
}

.block-order-method--regular-add-goods-item > ul > li {
  width: 50%;
}

.block-order-method--regular-add-goods-item-name {
  max-width: 100%;
}

.block-order-method--regular-add-goods-item-name > span {
  width: 100%;
  display: block;
  word-wrap: break-word;
  padding-left: 10px;
}

.block-order-method--regular-add-goods-item-unit-amount {
  margin: auto auto auto 0;
  text-align: right;
}

.block-order-method--regular-add-goods-item-qty {
  display: inline-block;
  padding: 0 0 0 12px;
}

.block-order-method--regular-add-goods-item-amount {
  display: inline-block;
  padding: 0 0 0 6px;
  color: #3e3e3e;
}

/* お届け先 */
.block-order-method--dest-content {
  border-bottom: none;
}

.block-order-method--dest-content .block-order-method--sender-message {
  padding-bottom: 5px;
}

.block-order-method--dest-item-title {
  padding-bottom: 5px;
}

.block-order-method--dest-item,
.block-order-method--dest-add {
  background: #fff;
  border-bottom: solid 1px #dcdcdc;
  padding: 10px;
}

.block-order-method--amazonpay-dest-title {
  font-weight: bold;
}

.block-order-method--dest-edit,
.block-order-method--dest-add {
  text-align: right;
}

.block-order-method--dest #addressBookWidgetDiv {
  background: #fff;
  padding: 10px;
}

.block-order-method--dest-change {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #dcdcdc;
  width: auto;
}

.block-order-method--dest-title-salesinclude {
  background: #fff;
  font-weight: bold;
  font-size: 15px;
}

.block-order-method--dest-note-salesinclude {
  background: #fff;
}

/* お届け先（店舗受取） */
.block-order-method--store-delivery-store-content-hide {
  display: none;
}

.block-order-method--store-delivery-search-label {
  font-weight: bold;
  margin: 0 0 10px 0;
}

.block-order-method--store-delivery-store-search {
  margin: 0 0 15px 0;
  width: calc(100% - 75px);
}

.block-order-method--store-delivery-store-search-btn {
  width: 60px;
  margin: 0 0 15px 10px;
  text-align: center;
}

.block-order-method--store-delivery-store-list-info {
  border-top: 1px solid #dcdcdc;
  padding: 20px 0 0 0;
}

.block-order-method--store-delivery-selected-store-error {
  color: #a94442;
}

.block-order-method--store-delivery-selected-dest-error {
  color: #a94442;
}

.block-order-method--store-delivery-store-ajax-error {
  color: #a94442;
}

.block-order-method--store-delivery-store-list-arrow {
  text-align: center;
  margin: 10px 0;
  cursor: pointer;
}

.block-order-method--store-delivery-store-list-arrow:after {
  content: "";
  display: inline-block;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  margin: 0 5px 3px 10px;
}

.block-order-method--store-delivery-store-item {
  border-top: solid 1px #dcdcdc;
  padding: 15px 20px 15px 20px;
}

.block-order-method--store-delivery-store-form {
  width: 100%;
}

.block-order-method--store-btn {
  width: 100%;
}

.block-order-method--store-delivery-radio {
  font-weight: bold;
}

.block-order-method--store-delivery-store-info {
  width: 100%;
}

.block-order-method--store-delivery-store-info-btn {
  text-align: right;
  margin: 15px 0 0 0;
}

.block-order-method--store-delivery-store-list-json {
  display: none;
}

.block-order-method--store-delivery-list-max-count {
  display: none;
}

.block-order-method--store-delivery-content {
  border: solid 1px #dcdcdc;
  padding: 10px;
}

.block-order-method--store-delivery-store-selected-store-name {
  font-weight: bold;
  margin: 0 0 5px 0;
}

.block-order-method--store-delivery-store-change-btn a {
  width: 100%;
}

/* お支払い情報 */
.block-order-method--payment-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  border-bottom: none;
}

.block-order-method--payment-method-select li,
.block-order-method--point-use-select li {
  margin: 5px 0 5px 0;
}

.block-order-method--promotion-title,
.block-order-method--point-use-title,
.block-order-method--payment-method-title,
.block-order-method--coupon-title {
  font-weight: bold;
}

.block-order-method--promotion,
.block-order-method--point-use,
.block-order-method--payment-method,
.block-order-method--coupon {
  padding: 10px;
  border-bottom: solid 1px #dcdcdc;
}

.block-order-method--payment-method-select .help-block {
  padding-left: 30px;
}

input.block-order-method--point-use-input {
  margin-right: 5px;
  width: 5.0em;
  background-color: #dedede;
}

.block-order-method--coupon-available-btn {
  display: block;
  margin: 15px 0 0 0;
  padding: 5px 0 5px 0;
}

.block-order-method--coupondialog-table {
  margin: 0 0 10px 0;
}

.block-order-method--coupondialog-data-btn .btn {
  display: block;
  margin: 5px 0 5px 0;
  padding: 10px 0 10px 0;
  width: 100%;
}

.block-order-method--point-use-content {
  padding-top: 5px;
}

.block-order-method--point-pay {
  padding: 5px 0;
}

/* お届け日時指定 */
.block-order-method--delivery-datetime-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  border-bottom: none;
}

.block-order-method--delivery-service-title,
.block-order-method--date-spec-title,
.block-order-method--time-spec-title {
  font-weight: bold;
}

.block-order-method--delivery-service,
.block-order-method--date-spec,
.block-order-method--regular-content,
.block-regular-cycle--deliv_date,
.block-order-method--time-spec {
  padding: 10px;
  border-bottom: solid 1px #dcdcdc;
}

/* 定期購入お届けサイクル */
.block-order-method--regular-content,
.block-regular-cycle--deliv_date {
  padding: 10px;
}

.block-order-method--regular-cycle-title {
  font-weight: bold;
}

.block-order-method--regular-cycle label {
  margin: 5px 0 5px 0;
  display: inline-block;
}

/* 商品情報 */
.block-order-method--goods {
  margin-top: 10px;
}

.block-order-method--goods-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  border-bottom: none;
}

.block-order-method--goods-list li {
  padding: 10px;
  border-bottom: solid 1px #dcdcdc;
}

.block-order-method--goods-item-image {
  width: 110px;
  display: table-cell;
  vertical-align: top;
}

.block-order-method--goods-item-image figure {
  width: 110px;
  height: 110px;
  background: #f5f5f5;
}

.block-order-method--goods-info {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

.block-order-method--goods-name {
  font-weight: bold;
}

.block-order-method--sales-detail-append-item textarea {
  width: 100%;
}

.block-order-method--sales-detail-append-item .form-input-wrapper,
.block-order-method--sales-append-container .form-input-wrapper {
  display: block;
}

/* ラッピング・メッセージカード */
.block-order-method--wrapping-content,
.block-order-method--message-card-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px;
}

.block-order-method--wrapping-list,
.block-order-method--message-card-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-order-method--wrapping-item,
.block-order-method--message-card-item {
  display: inline-block;
  margin: 0 10px 10px 0;
  text-align: center;
  vertical-align: top;
  width: calc(50% - 20px);
}

.block-order-method--wrapping-price,
.block-order-method--message-card-price {
  display: block;
}

.block-order-method--message-card-input-title {
  font-weight: bold;
}

.block-order-method--message-card-input-textarea {
  width: 100%;
}

.block-order-method--wrapping-name,
.block-order-method--message-card-name {
  overflow-wrap: anywhere;
  word-break: break-all;
}

/* その他 */
.block-order-method--sales-append-container {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 0 0 0 10px;
  margin: 0 0 10px 0;
}

.block-order-method--procedure {
  background: rgba(238, 238, 238, 0.9);
  border-top: 1px solid #dcdcdc;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 10px;
}

.block-order-method--next-btn {
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
}

.block-order-method--regular-add-dest-info {
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.block-order-method--regular-add-dest-goods-info {
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.block-order-method--regular-add-dest-goods-list {
  padding-left: 10px;
}

.block-order-method--regular-add-error {
  color: #a94442;
}

/* ---- 注文内容確認(通常フロー) ---- */

/* 共通設定 */
.block-order-estimate {
  margin: 0 10px 0 10px;
  font-size: 14px;
}

.block-order-estimate h1 {
  margin: 0 -10px 0;
  text-align: center;
}

.block-order-estimate h2 {
  margin: 20px 0 0 0;
  padding: 5px;
  background: transparent;
}

.block-order-estimate .form-error {
  font-weight: bold;
}

/* 注文を確定する */
.block-order-estimate--commit {
  margin: 5px 0 5px 0;
  text-align: center;
}

.block-order-estimate--commit .action .btn {
  margin: 5px 0 5px 0;
  padding: 15px 0 15px 0;
  font-size: 18px;
}

.block-order-estimate--commit-btn-include-loading {
  height: 70px;
  width: 65px;
  position: absolute;
  transform: scale(0.5);
}

.block-order-estimate--commit-block {
  order: -20;
}

.block-order-estimate--order-terms-link {
  text-decoration: underline;
  cursor: pointer;
}

.block-order-estimate--return-agree {
  margin: 5px 0 5px 0;
}

.block-order-estimate--container {
  display: flex;
  flex-direction: column;
}

.block-order-estimate--side-area,
.block-order-estimate--procedure,
.block-order-estimate--procedure-container {
  display: contents;
}

/* 利用規約 */
.block-order-estimate--agreebody {
  width: 100%;
  height: 400px;
  font-size: 10px;
}

/* お選びできるノベルティがございます */
.block-order-estimate--promotion-novelty-content {
  border: 1px solid #f00;
  background-color: #fff;
  text-align: center;
  padding: 5px 0;
  margin: 10px 32px;
  font-size: 12px;
  cursor: pointer;
}

/* お届け先 */
.block-order-estimate--dest-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px 90px 10px 10px;
  position: relative;
}

.block-order-estimate--dest .block-order-estimate--change-btn {
  width: 75px;
  right: 10px;
  top: 10px;
  position: absolute;
}

.block-order-estimate--dest .block-order-estimate--salesinclude-btn {
  width: 75px;
  right: 10px;
  top: 60px;
  height: 31px;
  position: absolute;
  font-size: 12px;
  padding: 5px 0 !important;
}

/* お届け先の変更(ダイアログ)*/
.block-order-estimate--dest-address-container,
.block-order-estimate--guest-address-container,
.block-order-estimate--amazonpay-address-container {
  font-size: 14px;
}
.block-order-estimate--dest-address-container h2,
.block-order-estimate--guest-address-container h2,
.block-order-estimate--amazonpay-address-container h2 {
  font-size: 14px;
  background-color: #333;
  color: #fff;
  padding: 5px;
  margin: 10px 0 14px 0;
}

.block-order-estimate--dest .block-order--amazonpay-btn {
  width: 70px;
}

.block-order-estimate--address-frame {
  background: #f8f8f8;
  margin-top: 72px;
}

.block-order-estimate--value-label {
  display: block;
  margin: 5px 0;
}

/* ×ボタン */
.block-order-estimate--address-frame-close {
  position: relative;
  cursor: pointer;
}

.block-order-estimate--address-frame-close span {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
}

.block-order-estimate--address-frame-close span:before {
  position: absolute;
  top: 6px;
  right: 0;
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-order-estimate--address-frame-close span:after {
  position: absolute;
  top: 0;
  right: 6px;
  content: "";
  width: 2px;
  height: 15px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-order-estimate--dest-address-list {
  padding-bottom: 10px;
}

.block-order-estimate--dest-address-item {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 14px 14px 14px;
  padding: 10px;
}

.block-order-estimate--dest-address-title {
  padding-bottom: 5px;
}

.block-order-estimate--dest-address-item-buttons__selected {
  text-align: center;
  background: #fffcfc;
  border: solid 1px #f00;
  margin-top: 10px;
  padding: 5px;
  color: #f00;
  cursor: default;
  width: auto;
}

.block-order-estimate--dest-address-change-btn {
  padding: 5px;
  margin-top: 10px;
  width: 100%;
}

.block-order-estimate--dest-address-change-dest-btn {
  padding: 5px;
  margin-top: 10px;
  width: 100%;
}

.block-order-estimate--dest-address-item-register {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 14px 14px 14px;
  padding: 10px;
}

.block-order-estimate--dest-address-register-btn {
  padding: 5px;
  width: 100%;
}

.block-order-estimate--dest-address-item-register-form {
  margin: 0 14px 14px 14px;
}

.block-order-estimate--dest-address-item-register-input-title {
  background: #333;
  color: #fff;
  border-radius: 0;
  border-bottom: solid 1px #dcdcdc;
  padding: 8px 2px 8px 14px;
}

.block-order-estimate--dest-address-item-register-input-form .fieldset-vertical {
  margin: 0;
}

.block-order-estimate--dest-address-item-register-input-form .form-group,
.block-order-estimate--dest-address-item-register-input-form .action-buttons {
  background-color: #fff;
  border: solid 1px #dcdcdc;
  border-top: 0;
  padding: 10px;
  margin: 0;
}

/* お届け先の変更(AmazonPay) */
.block-order-estimate--amazonpay-address-widget {
  padding: 0 10px 10px;
  width: auto;
  height: 100%;
}

.block-order-estimate--amazonpay-address-area .action {
  padding: 0 10px 10px 10px;
}

.block-order-estimate--amazonpay-address-area .action .btn {
  min-height: 24px;
  padding: 3px 0 2px 0;
  margin: 0;
}

/* お届け先の変更(ゲスト) */
.block-order-estimate--guest-address-container {
  padding-bottom: 14px;
}

.block-order-estimate--guest-address-input-form {
  background: #fff;
  border: 1px solid #dcdcdc;
  margin: 0 14px;
}

.block-order-estimate--guest-address-input-form .form-group {
  padding: 10px;
  border-bottom: 1px solid #dcdcdc;
  margin: 0;
}

/* お届け先の変更(会員・ゲスト) アクションボタン */
.block-order-estimate--dest-address-item-register-input-form .action-buttons,
.block-order-estimate--guest-address-input-form .action-buttons {
  width: 100%;
  padding: 10px;
  display: table;
}

.block-order-estimate--dest-address-item-register-input-form .action-buttons .action,
.block-order-estimate--guest-address-input-form .action-buttons .action {
  width: 50%;
  display: table-cell;
}

.block-order-estimate--dest-address-item-register-input-form .action-buttons .action .btn,
.block-order-estimate--guest-address-input-form .action-buttons .action .btn {
  margin-top: 0;
  padding: 3px 0;
  white-space: normal;
  min-height: 50px;
}

.block-order-estimate--dest-address-item-register-input-form .action-buttons .action:first-child,
.block-order-estimate--guest-address-input-form .action-buttons .action:first-child {
  padding-right: 5px;
}

.block-order-estimate--dest-address-item-register-input-form .action-buttons .action:last-child,
.block-order-estimate--guest-address-input-form .action-buttons .action:last-child {
  padding-left: 5px;
}

.block-order-estimate--dest-address-container .block-order-method--sender-message,
.block-order-estimate--guest-address-container .block-order-method--sender-message {
  padding: 0 10px;
}

/* お支払い情報 */
.block-order-estimate--method-pay-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  border-bottom: none;
  padding: 10px;
  position: relative;
}

.block-order--amazonpay-btn {
  display: inline;
  right: 10px;
  top: 10px;
  position: absolute;
}

.block-order-method--amazonpay-btn {
  display: inline;
  right: 10px;
  top: 10px;
}

.block-order--amazonpay-btn:focus,
.block-order-method--amazonpay-btn:focus {
  outline: 0;
}

.block-order-estimate--method h3 {
  padding: 0 90px 10px 0;
}

.block-order-estimate--method-pay-content .block-order-estimate--change-btn {
  width: 70px;
  right: 10px;
  top: 10px;
  position: absolute;
}

/* クレジットカード設定 */
.block-order-estimate--pay-input {
  margin: 0 0 10px 0;
}

.block-order-estimate--pay-selectcard-keep {
  margin-bottom: 5px;
}

.block-order-estimate--pay-detail {
  background: #fff;
}

.block-order-estimate--pay-detail .form-group {
  border: solid 1px #dcdcdc;
  border-top: 0;
  margin: 0;
}

.block-order-estimate--pay-detail {
  border-top: solid 1px #dcdcdc;
}

.block-order-estimate--pay-detail .form-label {
  padding: 10px 10px 5px 10px;
}

.block-order-estimate--pay-detail .form-control {
  padding: 0 10px 10px 10px;
}

.block-order-estimate--pay-selectcard .form-control {
  padding: 10px;
}

.block-order-estimate--pay-savecard .form-control {
  padding: 10px;
}

.block-order-estimate--creditcard-newaddress-message {
  padding: 10px 0 0 0;
  color: #f00;
  font-size: 14px;
  font-weight: bold;
}

.block-order-estimate--creditcard-forceinput-message {
  padding: 10px 0 0 0;
  color: #f00;
  font-size: 14px;
  font-weight: bold;
}

.block-order-estimate--pay-detail .block-order-estimate--pay-selectcard {
  padding: 0;
}

.block-order-estimate--pay-security-code input[type="number"] {
  width: 90px;
}

/* コンビニ決済 */
.block-order-estimate--pay-input .block-order-estimate--cvs-select {
  border: solid 1px #dcdcdc;
  border-top: 0;
}

.block-order-estimate--amazonpay-wallet-widget {
  padding: 10px;
}

.block-order-estimate--amazonpay-login {
  background: #fff;
  padding: 10px;
  border: solid 1px #dcdcdc;
}

/* ご注文主様 */
.block-order-estimate--orderer-content {
  background: #fff;
  padding: 10px 90px 10px 10px;
  border: solid 1px #dcdcdc;
  position: relative;
}

.block-order-estimate--orderer-content .block-order-estimate--change-btn {
  width: 70px;
  right: 10px;
  top: 10px;
  position: absolute;
}

/* ご注文内容 */

.block-order-estimate--summary {
  order: -10;
}

.block-order-estimate--summary-content {
  background: #fff;
  border: solid 1px #dcdcdc;
}

.block-order-estimate--total-price {
  font-weight: bold;
}

.block-order-estimate--login-state-saving {
  margin-top: 10px;
}

.block-order-estimate--login-state-saving-message {
  margin-top: 10px;
}

/* ご注文内容 お届け先 */
.block-order-estimate--delivery-info-header {
  margin-right: 10px;
}

.block-order-estimate--delivery-name {
  font-weight: bold;
}

.block-order-estimate--delivery-summary {
  border-bottom: dashed 1px #dcdcdc;
  padding: 10px;
}

.block-order-estimate--price-items {
  padding: 10px 10px 5px 10px;
}

.block-order-estimate--price-items dl {
  display: table;
  width: 100%;
  overflow: hidden;
}

.block-order-estimate--price-items dt {
  width: 55%;
  display: table-cell;
  height: 100%;
  border: none;
  padding: 2px 4px;
  text-align: left;
  box-sizing: border-box;
}

.block-order-estimate--price-items dd {
  width: 45%;
  display: table-cell;
  height: 100%;
  border: none;
  padding: 2px 4px;
  text-align: right;
  box-sizing: border-box;
}

.block-order-estimate--total dt {
  border-top: 1px solid #dcdcdc;
  padding: 5px 4px;
  font-weight: bold;
}

.block-order-estimate--total dd {
  border-top: 1px solid #dcdcdc;
  padding: 5px 4px;
}

.block-order-estimate--point-add-num {
  color: #f00;
}

.block-order-estimate--point-add-message {
  color: #f00;
  font-size: 12px;
}

.block-order-estimate--sales-delivery-comment {
  margin: 5px 0 10px 0;
}

/* ディスカウント情報 */
.block-order-estimate--discount-info {
  background-color: #fff;
  border: 1px solid #dcdcdc;
}

.block-order-estimate--discount-info .block-order-estimate--point h3,
.block-order-estimate--discount-info .block-order-estimate--promotion-code h3,
.block-order-estimate--discount-info .block-order-estimate--promotion h3,
.block-order-estimate--discount-info .block-order-estimate--coupon h3 {
  padding-top: 0;
  padding-left: 0;
}

.block-order-estimate--discount-info .block-order-estimate--point {
  padding: 10px 90px 10px 10px;
  position: relative;
}

.block-order-estimate--discount-info .block-order-estimate--promotion-code,
.block-order-estimate--discount-info .block-order-estimate--coupon {
  padding: 10px 90px 0 10px;
  position: relative;
}

.block-order-estimate--discount-info .block-order-estimate--promotion {
  padding: 10px;
  position: relative;
}

.block-order-estimate--discount-info .block-order-estimate--point .block-order-estimate--change-btn,
.block-order-estimate--discount-info .block-order-estimate--promotion-code .block-order-estimate--change-btn,
.block-order-estimate--discount-info .block-order-estimate--coupon .block-order-estimate--change-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 70px;
}

.block-order-estimate--promotion-code-message {
  padding: 0 0 10px 10px;
}

.block-order-estimate--coupon-apply-message {
  padding: 0 0 10px 10px;
}

.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-estimate--goods-price--refill {
  display: inline-table;
  table-layout: fixed;
}
.block-order-estimate--goods-price--refill--price,
.block-order-estimate--goods-price--refill--refill-price {
  display: table-row;
}
.block-order-estimate--goods-price--refill--price-title,
.block-order-estimate--goods-price--refill--refill-price-title,
.block-order-estimate--goods-price--refill--price-num,
.block-order-estimate--goods-price--refill--refill-price-num {
  display: table-cell;
}

.block-order-estimate--goods-price--refill--price-num,
.block-order-estimate--goods-price--refill--refill-price-num {
  font-weight: bold;
}

.block-order-estimate--goods-refill-info {
  margin-top: 10px;
  padding-top: 4px;
  padding-left: 12px;
}

.block-order-estimate--goods-refill-info--title {
  font-weight: bold;
  margin-bottom: 4px;
}

.block-order-estimate--goods-refill-info--goods {
  padding: 4px;
}

.block-order-estimate--goods-refill-info--goods-image {
  display: table-cell;
  vertical-align: top;
}

.block-order-estimate--goods-refill-info--goods-image > figure {
  background: #f5f5f5;
  width: 80px;
  height: 80px;
}

.block-order-estimate--goods-refill-info--goods-image > figure > img {
  width: 72px;
}

.block-order-estimate--goods-refill-info--goods-description {
  padding-left: 10px;
  font-size: 12px;
  display: table-cell;
}

.block-order-estimate--goods-refill-info--goods-name {
  font-weight: bold;
}

.block-order-estimate--goods-refill-info--goods-price-qty {
  display: flex;
  justify-content: start;
}

.block-order-estimate--goods-refill-info--goods-sales-period {
  font-size: 12px;
  color: #777;
}

/* お届け日時指定 */
.block-order-estimate--date-spec-content {
  background-color: #fff;
  border: 1px solid #dcdcdc;
}

.block-order-estimate--date-spec h3,
.block-order-estimate--time-spec h3 {
  padding-top: 0;
  padding-left: 0;
}

.block-order-estimate--date-spec,
.block-order-estimate--time-spec {
  padding: 10px 90px 10px 10px;
  position: relative;
}

.block-order-estimate--date-spec .block-order-estimate--change-btn,
.block-order-estimate--time-spec .block-order-estimate--change-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 70px;
}

.block-order-estimate--confirmation-message {
  padding: 0 10px 10px;
}

/* 定期購入お届けサイクル */
.block-order-estimate--regular-cycle-confirmation {
  position: relative;
}

.block-order-estimate--regular-cycle-title {
  display: inline-block;
}

.block-order-estimate--regular-cycle-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 10px 0;
  padding: 10px;
}

.block-order-estimate--change-btn {
  width: 75px;
  right: 10px;
  top: 20px;
  position: absolute;
}

.block-order-estimate--regular-cycle li {
  padding: 5px 10px;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  font-size: 13px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

.block-order-estimate--regular-cycle li:last-child {
  border-bottom: 1px solid #dcdcdc;
}

.block-order-estimate--regular-cycle > li > span {
  font-size: 13px;
  width: 50%;
}

.block-order-estimate--regular-cycle > li > span:last-of-type {
  text-align: right;
}

.block-order-estimate--prev-expected-dt,
.block-order-estimate--next-expected-dt {
  padding: 5px 5px 0 5px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  font-weight: bold;
}

.block-order-estimate--prev-expected-dt > span,
.block-order-estimate--next-expected-dt > span {
  font-size: 16px;
  width: 50%;
}

.block-order-estimate--prev-expected-dt > span:last-of-type,
.block-order-estimate--next-expected-dt > span:last-of-type {
  text-align: right;
}

.block-order-estimate--regular-add-info {
  border-top: 1px solid #dcdcdc;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 50px;
}

.block-order-estimate--regular-add-info > span {
  font-size: 15px;
}

.block-order-estimate--regular-add-btn {
  position: absolute;
  margin-top: 10px;
  right: 10px;
}

.block-order-estimate--regular-cycle-info {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
}

.block-order-estimate--regular-cycle-info span {
  display: block;
}

/* ノベルティ商品のノベルティ選択 */

.block-order-estimate--novelty {
  order: -15;
}

.block-order-estimate--novelty-content {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 10px;
}

.block-order-estimate--novelty-item {
  display: table;
  margin-bottom: 10px;
  width: 100%;
}

.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 {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
}
.block-order-estimate--novelty-none-item-image figure {
  width: 60px;
  height: 60px;
  background: #fff;
}

.block-order-estimate--novelty-displaynone {
  display: none;
}

/* ご注文商品 */
.block-order-estimate--goods-content {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  margin: 0 0 10px 0;
}

.block-order-estimate--goods-list li {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px;
}

.block-order-estimate--goods-item-image {
  width: 110px;
  display: table-cell;
  vertical-align: top;
}

.block-order-estimate--goods-item-image figure {
  background: #f5f5f5;
  width: 110px;
  height: 110px;
}

.block-order-estimate--goods-content .block-order-estimate--postage {
  border-bottom: 1px solid #dcdcdc;
}

.block-order-estimate--goods-content .block-order-estimate--postage-item {
  margin: 10px 0 5px 15px;
  font-weight: bold;
}

.block-order-estimate--goods-content .block-order-estimate--postage-price-info {
  margin: 0 0 10px 0;
}

.block-order-estimate--goods-content .price.block-order-estimate--postage-price {
  margin: 0 0 0 15px;
  color: #333;
  font-weight: bold;
}

.block-order-estimate--goods-content .block-order-estimate--goos-list-temperature-message {
  margin: 5px 5px 5px 15px;
}

.block-order-estimate--goods-description {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

.block-order-estimate--goods-price-num {
  font-weight: bold;
}

.block-order-estimate--goods-name {
  font-weight: bold;
}

/* ご注文商品 定期2回目以降のお届け内容 */
.block-order-estimate--goods-item-regular-info {
  padding-top: 0.5rem;
}

.block-order-estimate--goods-item-regular-info--next-item-title {
  font-weight: bold;
}

.block-order-estimate--goods-item-regular-info--next-qty-title,
.block-order-estimate--goods-item-regular-info--next-amt-title {
  display: inline-block;
  padding-left: 0.5rem;
}

.block-order-estimate--goods-item-regular-info--next-qty-data,
.block-order-estimate--goods-item-regular-info--next-amt-data {
  display: inline-block;
}

.block-order-estimate--goods-item-regular-info--next-amt-data {
  font-weight: bold;
}

/* ご注文商品 その他 */
.block-order-estimate--sales-append {
  display: block;
  background: #fff;
  border: solid 1px #dcdcdc;
}

.block-order-estimate--sales-append .block-order-estimate--confirmation-title {
  padding: 10px 90px 10px 15px;
  position: relative;
}

.block-order-estimate--sales-append .block-order-estimate--confirmation-title h3 {
  padding-top: 0;
  padding-left: 0;
}

.block-order-estimate--sales-append .block-order-estimate--change-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 70px;
}

.block-order-estimate--sales-append-content {
  padding: 0 10px 10px 10px;
}

.block-order-estimate--sales-append-list th {
  vertical-align: top;
  background-color: #999;
  color: #fff;
}

.block-order-estimate--goods-item-monthly_hampukai_message {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  margin-left: 15px;
}

/* ラッピング・メッセージカード */
.block-order-estimate--wrapping-content,
.block-order-estimate--message-card-content {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  margin: 0 0 10px 0;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.block-order-estimate--wrapping-item,
.block-order-estimate--message-card-item {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: 110px auto auto;
  padding: 10px;
}

.block-order-estimate--wrapping-title-frame,
.block-order-estimate--message-card-title-frame {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
}

.block-order-estimate--wrapping-change-frame,
.block-order-estimate--message-card-change-frame {
  grid-column-start: 3;
  grid-row-start: 1;
  justify-self: right;
}

.block-order-estimate--wrapping-image-frame,
.block-order-estimate--message-card-image-frame {
  display: table-cell;
  grid-column-start: 1;
  grid-row-start: 2;
  grid-row-end: 4;
  justify-self: center;
  vertical-align: top;
}

.block-order-estimate--wrapping-info-frame,
.block-order-estimate--message-card-info-frame {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 2;
}

.block-order-estimate--message-card-input-frame {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 4;
  margin-top: 10px;
}

.block-order-estimate--wrapping-title,
.block-order-estimate--message-card-title {
  border: none;
  margin: 0;
  padding: 0;
}

.block-order-estimate--wrapping-change-frame .block-order-estimate--change-btn,
.block-order-estimate--message-card-change-frame .block-order-estimate--change-btn {
  position: static;
}

.block-order-estimate--wrapping-image,
.block-order-estimate--message-card-image {
  width: 110px;
}

.block-order-estimate--wrapping-name,
.block-order-estimate--message-card-name,
.block-order-estimate--message-card-input-title {
  font-weight: bold;
}

.block-order-estimate--wrapping-amt,
.block-order-estimate--message-card-amt {
  font-weight: bold;
}

.block-order-estimate--message-card-input-value {
  border: solid 1px #dcdcdc;
  padding: 10px;
}

/* ご注文商品 注文明細拡張情報 */
.block-order-estimate--sales-detail-append-link-edit {
  text-decoration: underline;
}

/* 備考 */
.block-order-estimate--comment-content {
  display: block;
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px;
}

.block-order-estimate--comment-content textarea {
  display: block;
  width: 100%;
}

/* メールニュース登録 */
.block-order-estimate--mailnews {
  background: #fff;
  padding: 10px;
  border: solid 1px #dcdcdc;
}

.block-order-estimate--mailnews .form-label {
  font-weight: bold;
  padding-bottom: 10px;
}

/* 会員登録 */

.block-order-estimate--entry {
  order: -5;
}

.block-order-estimate--entry-customer {
  display: block;
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px;
  margin-top: 5px;
}

.block-order-estimate--register-customer-checkbox,
.block-order-estimate--register-customer-checkbox-message {
  display: table-cell;
}

.block-order-estimate--register-customer-checkbox-message {
  margin-top: 3px;
}

.block-order-estimate--addr-retention-message {
  font-size: 12px;
}

.block-order-estimate--addr-retention-checkbox,
.block-order-estimate--addr-retention-checkbox-message {
  display: table-cell;
}

.block-order-estimate--addr-retention-checkbox-message {
  margin-top: 3px;
}

.block-order-estimate--entry-customer-message {
  margin: 5px 0;
  font-size: 12px;
}

.block-order-estimate--entry-customer-point {
  color: #f00;
  font-size: 16px;
  font-weight: bold;
}

.block-order-estimate--register-customer a {
  text-decoration: underline;
}

.block-order-estimate--uid-label {
  margin-bottom: 3px;
}

.block-order-estimate--uid-label-font {
  margin-right: 10px;
}

.block-order-estimate--verify-tel-frame {
  margin: 0 0 15px 0;
}

.block-order-estimate--verify-tel-description {
  margin: 0 0 3px 0;
}

.block-order-estimate--verify-tel-input-form {
  display: flex;
}

.block-order-estimate-verify-tel-input-form-left-column {
  width: calc(60% - 10px);
  margin-right: 10px;
}

.block-order-estimate--verify-tel-sms-cert-code {
  width: 100%;
}

.block-order-estimate-verify-tel-input-form-right-column {
  width: 40%;
  text-align: right;
}

.block-order-estimate--verify-tel-send-sms-code {
  width: 100%;
  font-size: 12px;
}

.block-order-estimate--rakutenpay-commit-btn-disabled {
  width: 100%;
  margin: 5px 0 5px 0;
  padding: 15px 0 15px 0;
  font-size: 18px;
  display: none;
}

.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--customer-name-label {
  margin-bottom: 3px;
}

.block-order-estimate--customer-name-label-font {
  margin-right: 10px;
}

.block-order-estimate--customer-name input[type="text"] {
  display: block;
  margin-bottom: 3px;
}

.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--commit-ft .span {
  display: block;
  padding-top: 10px;
  padding-bottom: 24px;
  font-size: 13px;
}

/* AmazonPayローディング */
.block-order-amazonpay--loading {
  padding-top: 50px;
  text-align: center;
}

.block-order-amazonpay--order-back {
  margin: 10px;
}
.block-order-amazonpay--order-back-btn {
  font-size: 12px;
  background: transparent;
  padding: 18px 0 !important;
  border: 0;
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
}

/* ---- 注文完了(通常・ギフトフロー共通) ---- */

.block-order-complete--body {
  padding: 10px;
  text-align: center;
}

.block-order-complete--wrapper,
.block-order-complete--customerentry,
.block-order-complete--rules,
.block-order-complete--home {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

.block-order-complete--home {
  margin-bottom: 0;
}

.block-order-complete .block-accessory-list {
  margin-top: 0;
}

.block-order-complete h1 {
  margin: -10px -10px 10px;
}

.block-order-complete--message {
  margin: 10px;
}

.block-order-complete--message p {
  padding: 10px;
}

.block-order-complete table th {
  width: 40%;
}

.block-order-complete--orderid {
  margin-bottom: 10px;
}

.block-order-complete--salesinclude {
  margin-bottom: 10px;
}

.block-order-complete--home a {
  text-decoration: underline;
}

.block-order-complete--cart p {
  font-size: 17px;
}

.block-order-complete--cart span {
  color: #f00;
  font-weight: bold;
  font-size: 20px;
}

.block-order-complete--cart a {
  text-decoration: underline;
}

.block-order-complete--customerentry-header {
  margin: 0 -10px 10px;
}

.block-order-complete--orderid td a {
  text-decoration: underline;
}

.block-order-complete--salesinclude td a {
  text-decoration: underline;
}

.block-order-complete--cash-paymentinfo-items td {
  overflow-wrap: anywhere;
  text-align: left;
}

.block-order-complete--cash-paymentinfo-items td a {
  text-decoration: underline;
}

.block-order-complete--cash-paymentinfo-remarks {
  margin-top: 5px;
  font-size: 13px;
}


/* ---------------------- */
/* ----ギフトフロー------- */
/* ---------------------- */

/* ---- 配送先選択 ---- */

.block-order-gift-dest {
  margin: 10px;
}

.block-order-gift-dest--header {
  margin: -10px -10px 0 -10px;
}

.block-order-gift-dest h2 {
  margin: 0 -10px 0 -10px;
}

.block-order-gift-dest--check-all {
  padding: 10px 0;
}

/* お届け先配送情報エリア */
.block-order-gift-dest--address-item {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}

.block-order-gift-dest--address-item-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.block-order-gift-dest--address-item address {
  margin-left: 30px;
}

.block-order-gift-dest--address-change {
  margin-top: 10px;
  text-align: right;
}


.block-order-gift-dest--address-new {
  text-align: right;
  margin-bottom: 10px;
}

.block-order-gift-dest--cart-back {
  text-decoration: underline;
  margin-top: 10px;
  text-align: center;
}

/* 贈り主情報エリア */
.block-order-gift-dest--method-sender-info {
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
}
.block-order-gift-dest--method-sender-info p {
  font-weight: bold;
  margin-bottom: 10px;
}

.block-order-gift-dest--method-sender-info address {
  margin-left: 30px;
}

.block-order-gift-dest--method-sender-change {
  padding: 10px;
  margin-top: 10px;
  background: #f0f0f0;
  border: 1px solid #dcdcdc;
}

.block-order-gift-dest--method-sender-btn {
  margin-top: 10px;
  text-align: right;
}

.block-order-gift-dest--method-sender-input {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  margin-bottom: 10px;
}

.block-order-gift-dest--method-sender-input .form-group {
  padding: 5px 10px 0 10px;
}

.block-order-gift-dest--value-label {
  display: block;
}

/* ---- 配送先商品追加 ---- */

.block-order-gift-select {
  margin: 10px;
}

.block-order-gift-select--header {
  margin: -10px -10px 0;
}

.block-order-gift-select--sender {
  margin-bottom: 5px;
}

.block-order-gift-select--sender-title {
  margin: 0 -10px;
}

.block-order-gift-select--sender-info {
  padding: 10px;
  margin-top: 10px;
  background: #fff;
}
.block-order-gift-select--sender-info p {
  font-weight: bold;
}

.block-order-gift-select--delivery-dest-add {
  margin-top: 10px;
  text-align: right;
}

.block-order-gift-select--delivery-dest-add select {
  display: inline-block;
}

.block-order-gift-select--delivery-dest-add-btn {
  display: inline-block;
  font-size: 14px;
}

.block-order-gift-select--delivery-dest-header {
  position: relative;
}

/* お届け先 */
.block-order-gift-select--delivery-dest-header-title {
  margin: 10px -10px;
}

.block-order-gift-select--delivery-dest-delete {
  text-align: right;
  position: absolute;
  right: 0;
  top: 8px;
}

.block-order-gift-select--delivery-dest-delete-btn {
  font-size: 14px;
}

.block-order-gift-select--delivery-dest-address {
  padding: 10px;
  margin-top: 10px;
  background: #fff;
}

.block-order-gift-select--delivery-dest-nickname {
  font-weight: bold;
}

/* お届け先商品 */
.block-order-gift-select--delivery-dest-goods {
  margin-top: 10px;
}

.block-order-gift-select--delivery-dest-goods-added {
  margin-top: 10px;
}

.block-order-gift-select--delivery-dest-goods-select .block-order-gift-select--delivery-dest-goods {
  padding: 10px;
  background: #f0f0f0;
  border: 1px solid #dcdcdc;
}

.block-order-gift-select--delivery-dest-goods-add {
  margin-top: 10px;
}

.block-order-gift-select--delivery-dest-goods-message {
  padding: 0 0 10px;
}

.block-order-gift-select--delivery-dest-goods-content-list .block-order-gift-select--delivery-dest-goods-checkbox-header {
  width: 30px;
}

.block-order-gift-select--delivery-dest-goods-content-list .block-order-gift-select--delivery-dest-goods-name-header {
  width: auto;
}

.block-order-gift-select--delivery-dest-goods-content-list .block-order-gift-select--delivery-dest-goods-qty-header {
  width: 50px;
}

.block-order-gift-select--delivery-dest-goods-qty input {
  width: 40px;
  text-align: right;
}

.block-order-gift-select--delivery-dest-goods-content-info th {
  width: 30%;
  max-width: 30%;
  vertical-align: middle;
  white-space: normal;
}

.block-order-gift-select--delivery-dest-goods-content-info td {
  background: #fff;
}

.block-order-gift-select--delivery-dest-goods-noshi-btn {
  font-size: 14px;
  padding: 4px 5px;
}

.block-order-gift-select--delivery-dest-goods-noshi-massage {
  padding: 0 0 10px;
}

.block-order-gift-select--delivery-dest-goods-delete {
  text-align: right;
}

.block-order-gift-select--delivery-dest-goods-pickup-child {
  overflow-wrap: anywhere;
  word-break: break-all;
}

.block-order-gift-select--delivery-dest-total {
  margin-top: 10px;
}

.block-order-gift-select--delivery-dest-total table th {
  width: 30%;
  max-width: 30%;
  vertical-align: middle;
  white-space: normal;
}

.block-order-gift-select--delivery-dest-total td {
  vertical-align: middle;
}

.block-order-gift-select--delivery-dest-total-price {
  display: inline-block;
  vertical-align: middle;
}

.block-order-gift-select--delivery-dest-total-price-calc {
  text-align: right;
  float: right;
  display: inline-block;
}

/* 配送方法 */
.block-order-gift-select--delivery-date h2 {
  margin: 10px -10px 0;
}

.block-order-gift-select--delivery-date-content {
  margin-top: 10px;
}

/* お支払い情報 */
.block-order-gift-select--coupon h2 {
  margin: 10px -10px 0;
}

.block-order-gift-select--coupon-content {
  margin-top: 10px;
}

.block-order-gift-select--coupon-content label {
  display: block;
  margin: 5px 0;
}

.block-order-gift-select--coupon-content input {
  display: block;
}

.block-order-gift-select--coupon-content a {
  margin-top: 10px;
}

.block-order-gift-select--promotion h2 {
  margin: 10px -10px 0;
}

.block-order-gift-select--promotion-content {
  margin-top: 10px;
}

.block-order-gift-select--promotion-content input {
  margin-top: 10px;
}

.block-order-gift-select--point-payment h2 {
  margin: 10px -10px 0;
}

.block-order-gift-select--point-payment-content {
  margin-top: 10px;
}

.block-order-gift-select--select-point-payment {
  margin-top: 10px;
}

input.block-order-gift-select--point-payment-input {
  width: 5.0em;
  background-color: #dedede;
  margin: 0 10px;
}

.block-order-gift-select--method h2 {
  margin: 10px -10px 0;
}

.block-order-gift-select--method-content {
  margin-top: 10px;
}

/* その他 */
.block-order-gift-select--other-title {
  margin: 10px -10px 0;
}

.block-order-gift-select--back {
  text-decoration: underline;
  margin-top: 10px;
  text-align: center;
}

/* ---- のし・ラッピング設定 ---- */

.block-order-gift-noshi {
  margin: 10px;
}

.block-order-gift-noshi h3 {
  margin: 0 -10px;
}

.block-order-gift-noshi--title {
  margin: -10px -10px 0;
}

.block-order-gift-noshi--sender {
  padding: 10px;
  background-color: #fff;
}

.block-order-gift-noshi--goods {
  margin-top: 10px;
  padding: 10px;
  background-color: #fff;
}

.block-order-gift-noshi--sender p {
  font-weight: bold;
}

.block-order-gift-noshi--noshi-container-title {
  margin: 10px -10px;
}

.js-order-gift-noshi-message-box-wrapper {
  margin-bottom: 10px;
}

.block-order-gift-noshi--paper-select li {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  margin-right: 5px;
}

.block-order-gift-noshi--paper-message {
  margin-bottom: 10px;
}

.block-order-gift-noshi--paper-input .control-label {
  font-weight: bold;
}

.block-order-gift-noshi--nameprint-select li {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  margin-right: 5px;
}

.block-order-gift-noshi--covertype-select li {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  margin-right: 5px;
}

.block-order-gift-noshi--wrap-container-title {
  margin: 10px -10px;
}

.block-order-gift-noshi--wrap-select li {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  margin-right: 5px;
}

.block-order-gift-noshi--section {
  margin-bottom: 10px;
}

.block-order-gift-noshi--bag-container-title {
  margin: 10px -10px;
}

.block-order-gift-noshi--bag-select li {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  margin-right: 5px;
}

.block-order-gift-noshi--section {
  margin-bottom: 10px;
}

.block-order-gift-noshi--bag-input {
  font-weight: bold;
}

.block-order-gift-noshi--paper-item-price {
  display: inline-block;
}

.block-order-gift-noshi--paper-item-price {
  display: inline-block;
}

.block-order-gift-noshi--item-price {
  display: inline-block;
}

.block-order-gift-noshi--covertype-item-price {
  display: inline-block;
}

.block-order-gift-noshi--wrap-item-price {
  display: inline-block;
}

.block-order-gift-noshi--bag-item-price {
  display: inline-block;
}

.block-order-gift-noshi--nameprint-name1-1,
.block-order-gift-noshi--nameprint-name1-2,
.block-order-gift-noshi--nameprint-name2-1,
.block-order-gift-noshi--nameprint-name2-2,
.block-order-gift-noshi--nameprint-name3-1,
.block-order-gift-noshi--nameprint-name3-2 {
  display: block;
  margin-bottom: 6px;
}

.block-order-gift-noshi .action-buttons .action .btn {
  margin-top: 10px;
}

/* ---- 注文内容確認---- */

.block-order-gift-confirmation {
  padding: 10px;
}

.block-order-gift-confirmation .form-error {
  font-weight: bold;
}

.block-order-gift-confirmation--header {
  margin: -10px -10px 0;
}

.block-order-gift-confirmation--order-item-header {
  margin: 0 -10px 10px;
}

.block-order-gift-confirmation--order-item-detail-table .block-order-gift-confirmation--item-name-header {
  width: 60%;
  white-space: nowrap;
}

.block-order-gift-confirmation--order-item-detail-table .block-order-gift-confirmation--item-name {
  vertical-align: middle;
}

.block-order-gift-confirmation--order-item-detail-table .block-order-gift-confirmation--item-qty-header {
  width: 15%;
  white-space: nowrap;
}

.block-order-gift-confirmation--item-qty {
  text-align: right;
}

.block-order-gift-confirmation--order-item-detail-table .block-order-gift-confirmation--item-amount-header {
  width: 25%;
  white-space: nowrap;
}

.block-order-gift-confirmation--item-amount {
  text-align: right;
}

.block-order-gift-confirmation--item-image figure {
  width: 110px;
  height: 110px;
  background: #f5f5f5;
}

.block-order-gift-confirmation--order-item-info {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--order-summary-table th {
  width: auto;
  white-space: nowrap;
}

.block-order-gift-confirmation--order-summary-table td {
  text-align: right;
}

.block-order-gift-confirmation--order-summary {
  margin-bottom: 10px;
}

.block-order-gift-confirmation .block-order-estimate--method-pay {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--shipping-header {
  margin: 0 -10px 10px;
}

.block-order-gift-confirmation--orderer-table {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--ordered-item-table th {
  width: auto;
  white-space: nowrap;
}

.block-order-gift-confirmation--ordered-item-table td {
  text-align: right;
}

.block-order-gift-confirmation--ordered-item-table {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--ordered-item-message td {
  text-align: left;
}

.block-order-gift-confirmation--sender-table {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--destination-address-header {
  margin: 0 -10px 10px;
}

.block-order-gift-confirmation--destination-address {
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
}

.block-order-gift-confirmation--sending-item-name figure {
  width: 110px;
  height: 110px;
  background: #f5f5f5;
}

.block-order-gift-confirmation--sending-item-name th {
  vertical-align: middle;
}

.block-order-gift-confirmation--sending-item-qty th {
  vertical-align: middle;
}

.block-order-gift-confirmation--sending-item-comment th {
  vertical-align: middle;
}

.block-order-gift-confirmation--sending-item-detail-table {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--other-header {
  margin: 0 -10px 10px;
}

.block-order-gift-confirmation--other-detail th {
  vertical-align: top;
  background-color: #999;
  color: #fff;
}

.block-order-gift-confirmation--other-detail {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--method-pay-title {
  margin: 0 -10px;
}

.block-order-gift-confirmation--method h3 {
  margin: 0 -10px;
}

.block-order-gift-confirmation--order-comment textarea {
  display: block;
  width: 100%;
}

.block-order-gift-confirmation--order-comment {
  margin: 10px 0;
}

.block-order-gift-confirmation .action .btn-primary {
  margin: 0;
  padding: 15px 0 15px 0;
  font-size: 18px;
}

.block-order-gift-confirmation--back {
  text-decoration: underline;
  margin-top: 10px;
  text-align: center;
}

.block-order-gift-confirmation--entry-customer-title {
  margin: 0 -10px 10px;
}

.block-order-gift-confirmation--entry-customer-message {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--mailnews-title {
  margin: 0 -10px 10px;
}

.block-order-gift-confirmation--mailnews-message {
  margin-bottom: 10px;
}

.block-order-gift-confirmation--novelty-header {
  margin: 0 -10px 10px;
}

.block-order-gift-confirmation--novelty-item {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.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-displaynone {
  display: none;
}

.block-order-gift-confirmation--novelty-item-image figure {
  width: 60px;
  height: 60px;
  background: #f5f5f5;
}

.block-order-gift-confirmation--novelty-none-item-image {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
}

.block-order-gift-confirmation--novelty-none-item-image figure {
  width: 60px;
  height: 60px;
  background: #fff;
}

.block-order-gift-confirmation--campaign-info {
  text-align: center;
  padding: 5px 0;
  margin: 10px 0;
}

.action-rakutenpay {
  text-align: center;
}
.action-rakutenpayv2 {
  text-align: center;
}

.block-order-estimate--commit-btn-rakutenpayv2 {
  border: none;
  background: transparent;
}

.block-order-estimate--commit .block-order-estimate--commit-btn-merpay {
  border: none;
  background: transparent;
  padding: 4px;
  height: 100%;
  width: 100%;
}

.block-paypay-dialog {
  text-align: center;
  width: 100%;
  font-size: 12px;
}

.block-paypay-dialog--return-top {
  padding-top: 20px;
}

/* ディスカウント情報 */
.block-order-gift-confirmation--discount {
  margin: 5px 0;
}

.block-order-gift-confirmation--discount-title {
  margin: 0 -10px 10px;
}

.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--return-agree {
  text-align: center;
  margin: 10px 0;
}

.block-order-gift-confirmation--sales-delivery-comment {
  margin: 5px 0;
}

/* ----AmazonPayロード中表示---- */

.block-cart--amazonpay-loading {
  display: none;
  top: 0;
  left: 0;
  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-regular-add-confirm {
  margin: 0 10px 0 10px;
  font-size: 14px;
}

.block-order-regular-add-confirm h1 {
  margin: 0 -10px 0;
  text-align: center;
}

.block-order-regular-add-confirm h2 {
  margin: 20px 0 0 0;
  padding: 5px;
  background: transparent;
}

.block-order-regular-add-confirm .form-error {
  font-weight: bold;
}

/* 申し込みを確定する */
.block-order-regular-add-confirm--commit {
  margin: 5px 0 5px 0;
  text-align: center;
}

.block-order-regular-add-confirm--commit .action .btn {
  margin: 5px 0 5px 0;
  padding: 15px 0 15px 0;
  font-size: 18px;
}

.block-order-regular-add-confirm--order-terms-link {
  text-decoration: underline;
  cursor: pointer;
}

.block-order-regular-add-confirm--return-agree {
  margin: 5px 0 5px 0;
}

/* 利用規約 */
.block-order-regular-add-confirm--agreebody {
  width: 100%;
  height: 400px;
  font-size: 10px;
}

/* お支払い情報 */
.block-order-regular-add-confirm--method-pay-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px;
  position: relative;
}

.block-order-regular-add-confirm--method {
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
}

.block-order-regular-add-confirm--method > span {
  width: 50%;
  font-size: 14px;
}

.block-order-regular-add-confirm--method > span:last-of-type {
  text-align: right;
}


/* ご注文主様 */
.block-order-regular-add-confirm--orderer-content {
  background: #fff;
  padding: 10px 90px 10px 10px;
  border: solid 1px #dcdcdc;
  position: relative;
}

.block-order-regular-add-confirm--message {
  text-align: center;
  font-size: 13px;
  letter-spacing: -0.1px;
  border: solid 1px #dcdcdc;
  padding: 10px 5px 10px 5px;
  margin-top: 20px;
}

/* ご注文内容 */
.block-order-regular-add-confirm--summary-content {
  background: #fff;
  border: solid 1px #dcdcdc;
}

.block-order-regular-add-confirm--total-price {
  font-weight: bold;
}

/* ご注文内容 お届け先 */

.block-order-regular-add-confirm--price-items {
  padding: 10px 10px 5px 10px;
}

.block-order-regular-add-confirm--price-items dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}

.block-order-regular-add-confirm--price-items dl > dt,
.block-order-regular-add-confirm--subtotal-tax {
  width: 50%;
  height: 100%;
  border: none;
  padding: 2px 4px;
  text-align: left;
  box-sizing: border-box;
}

.block-order-regular-add-confirm--price-items dl > dd,
.block-order-regular-add-confirm--subtotal-price {
  width: 50%;
  height: 100%;
  border: none;
  padding: 2px 4px;
  text-align: right;
  box-sizing: border-box;
}

.block-order-regular-add-confirm--total dt {
  border-top: 1px solid #dcdcdc;
  padding: 5px 4px;
  font-weight: bold;
}

.block-order-regular-add-confirm--total dd {
  border-top: 1px solid #dcdcdc;
  padding: 5px 4px;
}

/* 定期購入お届けサイクル */
.block-order-regular-add-confirm--regular-cycle-confirmation,
.block-order-regular-add-confirm--goods {
  position: relative;
}

.block-order-regular-add-confirm--regular-cycle-title,
.block-order-regular-add-confirm--goods-title {
  display: inline-block;
}

.block-order-regular-add-confirm--regular-cycle-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 10px 0;
  padding: 10px;
}

.block-order-regular-add-confirm--change-btn {
  width: 75px;
  right: 10px;
  top: 20px;
  position: absolute;
}

.block-order-regular-add-confirm--regular-cycle li {
  padding: 5px 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 13px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

.block-order-regular-add-confirm--regular-cycle > li > span {
  font-size: 13px;
  width: 50%;
}

.block-order-regular-add-confirm--regular-cycle > li > span:last-of-type {
  text-align: right;
}

.block-order-regular-add-confirm--next-expected-dt {
  padding: 5px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  font-weight: bold;
}

.block-order-regular-add-confirm--next-expected-dt > span {
  font-size: 16px;
  width: 50%;
}

.block-order-regular-add-confirm--next-expected-dt > span:last-of-type {
  text-align: right;
}

.block-order-regular-add-confirm--regular-cycle-info {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
}

.block-order-regular-add-confirm--regular-cycle-info span {
  display: block;
}

.block-order-regular-add-confirm--regular-cycle-info a {
  display: block;
  margin: 5px;
  text-decoration: underline;
}

/* ご注文商品 */
.block-order-regular-add-confirm--goods-label {
  font-size: 16px;
  margin-left: 10px;
}

.block-order-regular-add-confirm--goods-content {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  margin: 0 0 15px 10px;
}

.block-order-regular-add-confirm--goods-list li {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px;
}

.block-order-regular-add-confirm--goods-item-image {
  width: 110px;
  display: table-cell;
  vertical-align: top;
}

.block-order-regular-add-confirm--goods-item-image figure {
  background: #f5f5f5;
  width: 110px;
  height: 110px;
}

.block-order-regular-add-confirm--goods-description {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

.block-order-regular-add-confirm--goods-price-first {
  font-weight: bold;
  font-size: 16px;
}

.block-order-regular-add-confirm--goods-price-repeat {
  font-size: 14px;
}

.block-order-regular-add-confirm--goods-name {
  font-weight: bold;
}

.block-order-regular-add-confirm--goods-item-sales-period {
  font-size: 12px;
  color: #777;
}

/* ご注文商品 定期2回目以降のお届け内容 */
.block-order-regular-add-confirm--goods-item-regular-info {
  padding-top: 0.5rem;
}

.block-order-regular-add-confirm--goods-item-regular-info--next-item-title {
  font-weight: bold;
}

.block-order-regular-add-confirm--goods-item-regular-info--next-qty-title,
.block-order-regular-add-confirm--goods-item-regular-info--next-amt-title {
  display: inline-block;
  padding-left: 0.5rem;
}

.block-order-regular-add-confirm--goods-item-regular-info--next-qty-data,
.block-order-regular-add-confirm--goods-item-regular-info--next-amt-data {
  display: inline-block;
}

.block-order-regular-add-confirm--goods-item-regular-info--next-amt-data {
  font-weight: bold;
}

/* ご注文商品 注文明細拡張情報 */
.block-order-regular-add-confirm--sales-detail-append-link-edit {
  text-decoration: underline;
}

/* レフィル商品 定期明細追加画面 */
.block-order-regular-add-confirm--goods-price--refill {
  display: inline-table;
  table-layout: fixed;
}
.block-order-regular-add-confirm--goods-price--refill--price,
.block-order-regular-add-confirm--goods-price--refill--refill-price {
  display: table-row;
}
.block-order-regular-add-confirm--goods-price--refill--price-title,
.block-order-regular-add-confirm--goods-price--refill--refill-price-title,
.block-order-regular-add-confirm--goods-price--refill--price-num,
.block-order-regular-add-confirm--goods-price--refill--refill-price-num {
  display: table-cell;
}

.block-order-regular-add-confirm--goods-price--refill--price-num,
.block-order-regular-add-confirm--goods-price--refill--refill-price-num {
  font-weight: bold;
}

.block-order-regular-add-confirm--goods-refill-info {
  margin-top: 10px;
  padding-top: 4px;
  padding-left: 12px;
}

.block-order-regular-add-confirm--goods-refill-info--title {
  font-weight: bold;
  margin-bottom: 4px;
}

.block-order-regular-add-confirm--goods-refill-info--goods {
  padding: 4px;
}

.block-order-regular-add-confirm--goods-refill-info--goods-image {
  display: table-cell;
  vertical-align: top;
}

.block-order-regular-add-confirm--goods-refill-info--goods-image > figure {
  background: #f5f5f5;
  width: 80px;
  height: 80px;
}

.block-order-regular-add-confirm--goods-refill-info--goods-image > figure > img {
  width: 72px;
}

.block-order-regular-add-confirm--goods-refill-info--goods-description {
  padding-left: 10px;
  font-size: 12px;
  display: table-cell;
}

.block-order-regular-add-confirm--goods-refill-info--goods-name {
  font-weight: bold;
}

.block-order-regular-add-confirm--goods-refill-info--goods-price-qty {
  display: flex;
  justify-content: start;
}

/* ---- 明細追加完了 ---- */

.block-order-regular-add-complete--body {
  padding: 10px;
  text-align: center;
}

.block-order-regular-add-complete--wrapper,
.block-order-regular-add-complete--rules,
.block-order-regular-add-complete--home {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

.block-order-regular-add-complete--home {
  margin-bottom: 0;
}

.block-order-regular-add-complete .block-accessory-list {
  margin-top: 0;
}

.block-order-regular-add-complete h1 {
  margin: -10px -10px 10px;
}

.block-order-regular-add-complete--message {
  margin: 10px;
}

.block-order-regular-add-complete--message p {
  padding: 10px;
}

.block-order-regular-add-complete table th {
  width: 40%;
}

.block-order-regular-add-complete--regular-sales {
  margin-bottom: 10px;
}

.block-order-regular-add-complete--home a {
  text-decoration: underline;
}

.block-order-regular-add-complete--cart p {
  font-size: 17px;
}

.block-order-regular-add-complete--cart span {
  color: #f00;
  font-weight: bold;
  font-size: 20px;
}

.block-order-regular-add-complete--cart a {
  text-decoration: underline;
}

.block-order-regular-add-complete--regular-sales td a {
  text-decoration: underline;
}

/* ----------------------------------
 /css/sys/sb_block_misc.css
---------------------------------- */
/* ----メールニュース画面---- */

.block-mail-news {
  margin: 10px;
}

.block-mail-news--header {
  margin: -10px -10px 0;
}

.block-mail-news--terms-body {
  width: 100%;
  height: 250px;
  font-size: 10px;
}

.block-mail-news h2 {
  margin: 10px -10px 0;
}

/* ----メール配信解除画面---- */

.block-mail-unsubscribe {
  margin: 10px;
}

/* ----アンケート画面----*/

.block-questionnaire {
  margin: 10px;
}

.block-questionnaire--header {
  margin: -10px -10px 0;
}

.block-questionnaire--freespace-top {
  margin-bottom: 5px;
}

.block-questionnaire--freespace-bottom {
  margin-top: 10px;
}

.block-questionnaire--customer-name {
  font-weight: bold;
}

.block-questionnaire--item-header {
  background-color: transparent;
}

.block-questionnaire--textarea {
  width: 100%;
}

.block-questionnaire--name-value-label {
  display: block;
  margin-bottom: 3px;
}

.block-questionnaire--name,
.block-questionnaire--kana,
.block-questionnaire--kana-2 {
  display: block;
  margin-bottom: 10px;
}

.block-questionnaire--confirmation-item-list .form-control {
  min-height: 24px;
}

.block-questionnaire--form .action-buttons {
  margin-top: 10px;
}

/* ----アンケート完了画面----*/

.block-questionnaire-completed {
  margin: 10px;
}

.block-questionnaire-completed--header {
  margin: -10px -10px 0;
}

.block-questionnaire-completed--customer-name {
  font-weight: bold;
  margin-bottom: 10px;
}

.block-questionnaire-completed--message {
  margin-bottom: 10px;
}

/* ----クイックオーダー---- */

.block-quick-order--suggest-list {
  width: 300px;
  background-color: white;
  border: 1px solid black;
  display: none;
  padding: 5px;
  position: absolute;
  top: 50px;
  left: 5px;
  color: black;
}

.block-quick-order--suggest-items li {
  min-height: 25px;
}

.block-quick-order {
  margin: 10px;
}

.block-quick-order--header {
  margin: -10px -10px 0;
}

.block-quick-order--goods-code-cell {
  display: table;
  position: relative;
  padding-top: 10px;
}

.block-quick-order--goods-code-cell .block-quick-order--goods-code-column {
  display: table-cell;
  width: 100%;
}

.block-quick-order--goods-code-cell .block-quick-order--qty-column {
  display: table-cell;
  white-space: nowrap;
}

.block-quick-order--goods-code {
  width: 100%;
}

.block-quick-order--qty {
  margin-left: 10px;
  text-align: center;
  width: 65px;
}

.block-quick-order--name {
  font-weight: bold;
}

.block-quick-order--goods-detail {
  display: table;
  width: 100%;
  padding: 10px 0;
}

.block-quick-order--goods-image {
  display: table-cell;
  vertical-align: top;
  width: 145px;
}

.block-quick-order--goods-image figure {
  background: #f5f5f5;
  width: 145px;
  height: 145px;
}

.block-quick-order--goods-detail .block-quick-order--goods-description {
  display: table-cell;
  width: auto;
  padding-left: 10px;
}

.block-quick-order--delete-btn-cell {
  text-align: right;
}

.block-quick-order--price-pop {
  font-weight: bold;
  font-weight: bold;
  color: #f00;
}

.block-quick-order--price {
  color: #c00;
  font-weight: bold;
}

.block-quick-order--stock-cell dt {
  float: left;
}

.block-quick-order--stock-cell dd {
  padding-left: 3em;
}

.block-quick-order--subtotal-cell dt {
  float: left;
}

.block-quick-order--subtotal-cell dd {
  padding-left: 3em;
}

.block-quick-order--subtotal-cell {
  color: #c00;
  font-weight: bold;
}

.block-quick-order--add-order {
  text-decoration: underline;
}

/* ----ランディングページ---- */

.block-landingpage-login--member-body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  border: solid 3px #dcdcdc;
  background: #fff;
}

.block-landingpage--amazonpay {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

#AmazonPayButton {
  width: 100% !important;
  /* 600px 以上には広がらない */
  max-width: 600px;
}

.block-landingpage--amazonpay {
  display: none;
}

.block-landingpage--amazonpay-button.disabled {
  pointer-events: none;
}

.block-landingpage--amazonpay-error {
  color: #a94442;
}

.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 {
  display: table;
  width: 100%;
  padding: 10px;
  overflow: hidden;
  border: solid 3px #dcdcdc;
  background: #fff;
}

.block-landingpage-form--goods {
  padding: 20px;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-landingpage-form--goods-goods,
.block-landingpage-form--goods-qty,
.block-landingpage-form--sales-detail-append .fieldset-vertical,
.block-landingpage-form--sales-append-content .fieldset-vertical {
  padding: 0 0 0 10px !important;
}

.block-landingpage-form--goods-limited-order-description {
  padding: 0 0 0 10px;
  margin-top: 4px;
  margin-bottom: 10px;
}

.block-landingpage-form--spec-content {
  padding: 20px;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-landingpage-form--spec-content dl {
  margin: 0 0 10px 0;
}

.block-landingpage-form--payment-content {
  padding: 20px;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-landingpage-form--payment-content-method-select li {
  margin: 0 0 10px 0;
}

.block-landingpage-form--payment-content {
  padding: 20px;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-landingpage-form--sales-append-content {
  padding: 20px;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-landingpage--amazonpay-method-label {
  display: grid;
  grid-template-columns: 1fr auto;
}

.block-landingpage--amazonpay-method-name {
  grid-column: 1 / 2;
}

.block-landingpage--amazonpay-change-method-button {
  grid-column: 2 / 3;
  font-size: 13px;
  font-weight: normal;
  min-width: 70px;
}

.block-landingpage--amazonpay-method-label .help-block {
  grid-column: 1 / -1;
}

.block-landingpage-form--sales-append-content .form-label,
.block-landingpage-form--sales-append-content .constraint {
  background-color: #f8f8f8;
}

.block-landingpage-form--sales-append-content .form-group:not(:last-child) {
  padding: 5px 0 5px 0;
}

.block-landingpage-login--first-time-body {
  display: table;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  border: solid 3px #dcdcdc;
  background: #fff;
}

.block-landingpage-login--guest {
  width: 100%;
  border: solid 3px #dcdcdc;
  background: #fff;
}

.block-landingpage-login--guest-body {
  padding: 20px;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-landingpage-login--customer-status {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  align-items: center;
  padding: 10px;
  margin: 0 10px 10px 10px;
}

.block-landingpage-login--sign {
  text-align: center;
  padding-bottom: 5px;
}

.block-landingpage-login--customer-name {
  font-size: 18px;
}

.block-landingpage-login--mypoint {
  padding-top: 5px;
  border-top: 1px solid #ddd;
  text-align: center;
}

.block-landingpage-login--mypoint-point {
  font-size: 18px;
  margin: 0 5px;
}

.block-landingpage-login--rank-info {
  margin-top: 5px;
  background-color: #444;
  color: #fff;
  text-align: center;
  padding: 5px;
}

.block-landingpage-login--rank-title {
  font-size: 12px;
}

.block-landingpage-login--rank-current {
  font-size: 18px;
}

.block-landingpage-login--rank-condition {
  padding-top: 5px;
}

.block-landingpage-login--rank-condition-message {
  font-size: 14px;
}

.block-landingpage-login--rank-condition-1,
.block-landingpage-login--rank-condition-2 {
  display: table;
  width: 100%;
}

.block-landingpage-login--rank-condition-2 {
  padding-top: 5px;
}

.block-landingpage-login--rank-condition-1 dt,
.block-landingpage-login--rank-condition-1 dd,
.block-landingpage-login--rank-condition-2 dt,
.block-landingpage-login--rank-condition-2 dd {
  display: table-cell;
  vertical-align: middle;
}

.block-landingpage-login--rank-condition-1-title,
.block-landingpage-login--rank-condition-2-title {
  background: #444;
  color: #fff;
  text-align: center;
  padding: 1px 5px;
  border-radius: 2px;
  font-size: 12px;
  width: 5em;
}

.block-landingpage-login--rank-condition-1-title i,
.block-landingpage-login--rank-condition-2-title i {
  padding-right: 3px;
}

.block-landingpage-login--rank-condition-1-status,
.block-landingpage-login--rank-condition-2-status {
  padding-left: 5px;
  font-size: 14px;
}

/* 注文明細拡張 */
.block-landingpage-form--sales-detail-append .form-control label {
  display: list-item;
  list-style: none;
}

.block-landingpage-form--sales-detail-append .form-control label.radio,
.block-landingpage-form--sales-detail-append .form-control label.checkbox {
  padding: 0 0 10px 0;
}

.block-landingpage-form--sales-detail-append .form-group .form-label,
.block-landingpage-form--sales-detail-append .form-group .help-block {
  word-break: break-all;
}

/* ご注文主 */
.block-landingpage-login--guest-body {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px;
}

.block-landingpage-order--guest-name {
  padding-bottom: 5px;
}

.block-landingpage-order--host-title-confirmation {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 10px;
  margin-bottom: 10px;
}

.block-landingpage-order--value-label,
.block-landingpage-other--value-label {
  display: block;
}

.block-landingpage-order--host .fieldset-vertical {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0;
}

.block-landingpage-order--host-content .form-group {
  padding: 10px;
  margin: 0;
}

.block-landingpage-other--dest-input .fieldset-vertical {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0;
}

.block-landingpage-other--dest-input .form-group:not(:last-child) {
  border-bottom: solid 1px #dcdcdc;
}

.block-landingpage-other--dest-input .form-group {
  padding: 10px;
  margin: 0;
}

.block-landingpage-other--dest-change {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #dcdcdc;
  width: auto;
}

/* お届け先 */
.block-landingpage--dest {
  padding: 20px;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-landingpage--dest-input {
  padding: 20px;
  border-bottom: solid 1px #dcdcdc;
  border-left: solid 1px #dcdcdc;
  border-right: solid 1px #dcdcdc;
  background: #fff;
}

.block-landingpage--dest-amazonpay {
  padding: 20px;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-landingpage--dest-amazonpay-body {
  display: flex;
  gap: 60px;
  align-items: start;
  justify-content: space-between;
}

.block-landingpage--amazonpay-change-dest-button {
  font-size: 13px;
  font-weight: normal;
  min-width: 70px;
}

.block-landingpage-form--amazonpay-guest-info {
  padding: 20px;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-landingpage-order {
  padding: 20px;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-landingpage-form--register-customer {
  background: #fff;
  padding: 10px;
  margin: 10px 0;
  border: none;
  width: auto;
}

.block-landingpage--register-customer-message ul {
  list-style-position: inside;
}

.block-landingpage--register-customer-message ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.block-landingpage--register-customer-promotion {
  color: #f00;
  font-size: 14px;
  font-weight: bold;
}

.block-landingpage--terms-link {
  text-decoration: underline;
  cursor: pointer;
}

.block-landingpage-form--register-customer-input .fieldset-vertical {
  padding: 0 10px;
}

.block-landingpage-form--register-customer-input .fieldset-vertical .form-group {
  margin: 0 0 20px 0;
}

.block-landingpage-form--register-customer-input .fieldset-vertical .form-group .form-label,
.block-landingpage-form--register-customer-input .fieldset-vertical .form-group .help-block {
  word-break: break-all;
}

.block-landingpage--register-customer-append-title {
  padding: 0;
  margin: 20px 0 10px 0;
  font-size: 14px;
  border: none;
}

.block-landingpage--register-customer-append {
  padding: 10px 0 0 10px;
}

.block-landingpage--register-customer-append .form-control label.radio {
  display: list-item;
  list-style: none;
  padding: 0 0 10px 0;
}

.block-landingpage--register-customer-append .form-control label.checkbox {
  display: list-item;
  list-style: none;
  padding: 0 0 10px 0;
}

.block-landingpage--register-customer-append .form-control .help-block {
  margin-top: 0;
}

/* ----住所2の注意メッセージ---- */
.block-addr2-message {
  color: #f66;
}

/* ----生年月日の注意メッセージ---- */
.block-birth-message {
  color: #f66;
}
/* ----Cookieポリシー同意---- */
.block-cookie-consent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  color: #fff;
  background: rgba(0,0,0,.7);
  padding: 1.2em;
  box-sizing: border-box;
  visibility: visible;
  z-index: 9999;
}
.block-cookie-consent--text a {
  color: #fff;
  text-decoration: underline;
}
.block-cookie-consent--btn {
  display: inline-block;
  min-width: 100px;
  color: #fff;
  background: dodgerblue;
  padding: .5em 1.5em;
  cursor: pointer;
}

/* ----------------------------------
 /css/sys/sb_block_store.css
---------------------------------- */
/* ----店舗一覧：block-store-list---- */

.block-store-list--area {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px;
  margin-bottom: 30px;
  width: 100%;
}

.block-store-list--area-title {
  font-weight: bold;
}

.block-store-list--area-anchor li {
  display: inline-block;
  padding: 10px;
  font-size: 12px;
}

.block-store-list--area-anchor a {
  text-decoration: underline;
}

.block-store-list--area-anchor a:before {
  content: "＞";
}

.block-store-list--stores {
  max-width: 100%;
  margin-bottom: 20px;
}

.block-store-list--stores-title {
  margin-bottom: 20px;
  clear: both;
}

.block-store-list--store {
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}

.block-store-list--store a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  margin-right: 10px;
}

.block-store-list--store-image {
  margin: 10px;
  width: 180px;
}

.block-store-list--store-image figure {
  background: #f5f5f5;
  width: 180px;
  height: 135px;
}

.block-store-list--store-description {
  margin: 10px 20px 10px 0;
}

.block-store-list--store-name {
  margin-bottom: 10px;
  font-weight: bold;
}

.block-store-list--store-details {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.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: 10px;
}

.block-store-detail--store-images {
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 10px;
}

.block-store-detail--store-src-1 {
  padding: 10px;
  order: 10;
}

.block-store-detail--store-src-2 {
  padding: 10px;
  order: 20;
}

.block-store-detail--store-src-3 {
  padding: 10px;
  order: 30;
}

.block-store-detail--store-src-4 {
  padding: 10px;
  order: 40;
}

.block-store-detail--store-src-5 {
  padding: 10px;
  order: 50;
}

.block-store-detail--store {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.block-store-detail--store-info {
  display: flex;
  flex-direction: column;
  padding: 0 10px 10px 10px;
  font-size: 12px;
}

.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: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.block-store-detail--store-map {
  display: none;
  width: 100%;
  height: 300px;
}

.block-store-detail--store-separate-map {
  display: none;
  margin-top: 5px;
  text-decoration: underline;
}

.block-store-detail--store-separate-map a:before {
  content: "＞";
}

/* ----------------------------------
 /css/sys/sb_block_page_category.css
---------------------------------- */
/* ----ページカテゴリ---- */

.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;
  width: 50%;
  vertical-align: top;
}

.block-pagecategory-page-list--page-image {
  width: 100%;
}

.block-pagecategory-page-list--page-image figure {
  width: 100%;
  height: 120px;
  background: #f5f5f5;
}

.block-pagecategory-subcategory-list {
  word-break: break-all;
}

.block-pagecategory-subcategory-list--category {
  display: flex;
}

.block-pagecategory-subcategory-list--category-caption {
  margin: auto 10px;
}

.block-pagecategory-subcategory-list--category-image {
  width: 30%;
  margin-bottom: 5px;
}

.block-pagecategory-subcategory-list--category-image figure {
  width: 100%;
  height: 80px;
  background: #f5f5f5;
}

.block-pagecategory-auto-load--loading {
  display: none;
  font-size: 60px;
}

/* ----------------------------------
 /css/sys/sb_block_page.css
---------------------------------- */
/* ----ページ---- */

.block-page-sns,
.block-page-freespace--top,
.block-page-block,
.block-page-freespace--bottom {
  margin: 0 10px;
}

.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: 20px;
}

.block-page-block--contents-goodslist {
  width: 100%;
}

.block-page-block--contents-goodslist dl {
  word-break: break-all;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.block-page-block--goods-name {
  text-decoration: underline;
}

.block-page-block--contents-body-img-slider-1column {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.block-page-block--contents-body-imgtext-slider-1column {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/* ---- Swiper表示 ---- */
.block-page-block--contents-swiper {
  margin: 20px 0 60px 0;
  position: relative;
}

.block-page-block--contents-swiper .swiper-pageblock {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
  overflow: hidden;
}

.block-page-block--contents-swiper .swiper-pageblock .swiper-wrapper {
  z-index: 0;
}

.block-page-block--contents-swiper .swiper-button-disabled {
  display: none;
}

.block-page-block--contents-swiper .swiper-page-prev {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  left: 15px;
}

.block-page-block--contents-swiper .swiper-page-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  right: 15px;
}

.block-page-block--contents-swiper .swiper-page-prev::before,
.block-page-block--contents-swiper .swiper-page-next::before {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  background-color: #444;
  opacity: 0.6;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
}

.block-page-block--contents-swiper .swiper-page-prev::after {
  color: #fff;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 12px;
  width: 10px;
  height: 10px;
  border-style: solid;
  transform: rotate(45deg);
  border-width: 0 0 3px 3px;
  box-sizing: border-box;
  content: "";
}

.block-page-block--contents-swiper .swiper-page-next::after {
  color: #fff;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 9px;
  width: 10px;
  height: 10px;
  border-style: solid;
  transform: rotate(45deg);
  border-width: 3px 3px 0 0;
  box-sizing: border-box;
  content: "";
}

.block-page-block--contents-swiper .swiper-pagination {
  bottom: -30px !important;
}

.block-page-block--contents-swiper .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px)) !important;
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px)) !important;
}

.block-page-block--contents-swiper .swiper-pagination-bullet-active {
  --swiper-theme-color: #666 !important;
}

/* ----------------------------------
 /css/sys/sb_block_no_code_cms.css
---------------------------------- */
/* ノーコードCMS */
.block-no-code-cms {
  order: 360;
  overflow-wrap: break-word;
  overflow: hidden;
}

.block-no-code-cms--header1 {
  margin: 10px 0 25px;
  padding: 12px 10px;
  font-size: 22px;
  font-weight: bold;
  color: #111;
  border: 0;
  background: none;
}

.block-no-code-cms--header2 {
  margin: 10px 0 25px;
  padding: 8px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #111;
  border-bottom: 1px solid #111;
  background: none;
}

.block-no-code-cms--header3 {
  margin: 10px 0 25px;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #111;
  border-bottom: 1px solid #dedede;
  background: none;
}

.block-no-code-cms--text-size-0 {
  font-size: 12px;
}

.block-no-code-cms--text-size-1 {
  font-size: 14px;
}

.block-no-code-cms--text-size-2 {
  font-size: 16px;
}

.block-no-code-cms--text-color-0 {
  color: #081f2c;
}

.block-no-code-cms--text-color-1 {
  color: #f66;
}

.block-no-code-cms--text-color-2 {
  color: #737373;
}

.block-no-code-cms--text-align-0 {
  text-align: left;
}

.block-no-code-cms--text-align-1 {
  text-align: center;
}

.block-no-code-cms--text-align-2 {
  text-align: right;
}

.block-no-code-cms--button {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border: 1px solid #707070;
  background-color: #fff;
  border-radius: 3px;
  display: inline-block;
  margin: 10px 0 25px;
  padding: 16px 8px;
  width: 100%;
}
a.block-no-code-cms--button:hover {
  text-decoration: none;
}

a.block-no-code-cms--button-color-0 {
  color: #111;
  background-color: #fff;
}
a.block-no-code-cms--button-color-1 {
  color: #fff;
  background-color: #111;
  border: 0;
}
a.block-no-code-cms--button-color-2 {
  color: #fff;
  background-color: #d53100;
  border: 0;
}

.block-no-code-cms--youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 10px 0 25px;
}
.block-no-code-cms--youtube-frame {
  width: 100%;
  height: 100%;
}
.block-no-code-cms--twitter {
  width: 100%;
  margin: 10px 0 25px;
  overflow: hidden;
}

.block-no-code-cms--two-column {
  width: 100%;
  margin: 10px 0 25px;
}

.block-no-code-cms--two-column-vertical-align-0 {
  align-items: flex-start;
}

.block-no-code-cms--two-column-vertical-align-1 {
  align-items: center;
}

.block-no-code-cms--two-column-vertical-align-2 {
  align-items: flex-end;
}

.block-no-code-cms--image {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0 25px;
}

.block-no-code-cms--text {
  margin: 10px 0 25px;
}

.block-no-code-cms--anchor-text {
  margin: 10px 0 25px;
}

.block-no-code-cms--goods-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 25px;
  gap: 10px;
}

.block-no-code-cms--price-infos .block-no-code-cms--price.price {
  color: #081f2c;
  font-weight: bold;
}

.block-no-code-cms--price-infos .block-no-code-cms--price.price_on_sale {
  color: #d53115;
  font-weight: bold;
  font-size: 14px;
}

.block-no-code-cms--price.default-price {
  text-decoration: line-through;
  color: black;
  font-size: 11px;
}

.block-no-code-cms--goodslist-item-image {
  width: 100%;
}

.block-no-code-cms--goods-list--item.block-no-code-cms--goods-list--display-column-number-0 {
  width: calc(33% - 10px);
}

.block-no-code-cms--goods-list--item.block-no-code-cms--goods-list--display-column-number-1,
.block-no-code-cms--goods-list--item.block-no-code-cms--goods-list--display-column-number-2,
.block-no-code-cms--goods-list--item.block-no-code-cms--goods-list--display-column-number-3 {
  width: calc(50% - 10px);
}

.block-no-code-cms--goods-list--item.block-no-code-cms--goods-list--display-column-number-4 {
  width: 100%;
}
