﻿@charset "UTF-8";

/* ----会員規約画面---- */

.block-member-terms--header {
  margin-top: 0;
}

.block-member-terms--body {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

/* ----マイページ画面---- */

.block-mypage--customer-status {
  background: #444;
  border-radius: 3px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 8px 0;
  margin-bottom: 20px;
}

.block-mypage--sign {
  flex-grow: 1;
  text-align: center;
  padding: 8px 0;
  border-right: #fff 1px solid;
}

.block-mypage--mypoint {
  flex-grow: 2;
  font-size: 24px;
  padding-left: 34px;
}

.block-mypage--rank-status {
  display: flex;
  align-items: center;
  flex-grow: 2;
  justify-content: flex-end;
}

.block-mypage--rank-condition dl {
  display: flex;
  align-items: center;
}

.block-mypage--customer-name {
  font-size: 24px;
}

.block-mypage--logout {
  font-size: 14px;
}

.block-mypage--mypoint-duedate {
  font-size: 14px;
}

.block-mypage--logout a {
  color: #fff;
  text-decoration: underline;
}

.block-mypage--mypoint-duedate {
  display: block;
}

.block-mypage--rank-info {
  border: #fff 1px solid;
  text-align: center;
  padding: 12px 18px 13px;
}

.block-mypage--rank-title {
  font-size: 12px;
}

.block-mypage--rank-name {
  font-size: 14px;
}

.block-mypage--rank-condition {
  padding: 0 10px 0 17px;
}

.block-mypage--rank-condition-1 {
  margin-bottom: 2px;
}

.block-mypage--rank-condition-1-title,
.block-mypage--rank-condition-2-title {
  background: #fff;
  color: #444;
  text-align: center;
  padding: 1px 5px;
  border-radius: 2px;
  font-size: 12px;
  margin-right: 5px;
}

.block-mypage--rank-condition-1-title i,
.block-mypage--rank-condition-2-title i {
  padding-right: 3px;
}

.block-mypage--customer-barcode {
  text-align: center;
  padding: 10px;
}

.block-mypage--customer-barcode #customer_barcode_ > div {
  margin: 0 auto;
}

.block-mypage--recommend {
  padding: 10px;
  text-align: right;
}

.block-mypage--recommend a {
  text-decoration: underline;
}

.block-mypage--shopping-info,
.block-mypage--member-info,
.block-mypage--inquiry-info,
.block-mypage--snssync-info,
.block-mypage--linesync-info {
  font-size: 22px;
  padding: 20px;
  background: #f5f5f5;
}

.block-mypage--shopping-info i,
.block-mypage--member-info i,
.block-mypage--inquiry-info i,
.block-mypage--snssync-info i,
.block-mypage--linesync-info i {
  padding-right: 5px;
}

.block-mypage--shopping-info-items,
.block-mypage--member-info-items,
.block-mypage--inquiry-info-items,
.block-mypage--snssync-info-items,
.block-mypage--linesync-info-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.block-mypage--shopping-info-items li,
.block-mypage--member-info-items li,
.block-mypage--inquiry-info-items li,
.block-mypage--snssync-info-items li,
.block-mypage--linesync-info-items li {
  width: 390px;
  max-width: 390px;
  flex-grow: 1;
  border: #c8c8c8 1px solid;
  margin: 0 0 15px 15px;
}

.block-mypage--shopping-info-items li:nth-of-type(3n+1),
.block-mypage--member-info-items li:nth-of-type(3n+1),
.block-mypage--inquiry-info-items li:nth-of-type(3n+1),
.block-mypage--snssync-info-items li:nth-of-type(3n+1),
.block-mypage--linesync-info-items li:nth-of-type(3n+1) {
  margin-left: 0;
}

.block-mypage--shopping-info-items li dt,
.block-mypage--member-info-items li dt,
.block-mypage--inquiry-info-items li dt,
.block-mypage--snssync-info-items li dt,
.block-mypage--linesync-info-items li dt {
  border-bottom: #e5e5e5 3px solid;
  display: block;
}

.block-mypage--shopping-info-items li dt a,
.block-mypage--member-info-items li dt a,
.block-mypage--inquiry-info-items li dt a,
.block-mypage--snssync-info-items li dt a,
.block-mypage--linesync-info-items li dt a {
  font-size: 18px;
  padding: 14px 0 10px 14px;
  display: flex;
  max-width: 390px;
}

.block-mypage--shopping-info-items li dt i,
.block-mypage--member-info-items li dt i,
.block-mypage--inquiry-info-items li dt i,
.block-mypage--snssync-info-items li dt i,
.block-mypage--linesync-info-items li dt i {
  margin: 0 10px 0 auto;
}

.block-mypage--shopping-info-items li dt a:hover,
.block-mypage--member-info-items li dt a:hover,
.block-mypage--inquiry-info-items li dt a:hover,
.block-mypage--snssync-info-items li dt a:hover,
.block-mypage--linesync-info-items li dt a:hover {
  text-decoration: none;
  color: #4da7ba;
}

.block-mypage--shopping-info-items li dd,
.block-mypage--member-info-items li dd,
.block-mypage--inquiry-info-items li dd,
.block-mypage--snssync-info-items li dd,
.block-mypage--linesync-info-items li dd {
  padding: 16px 19px;
}

.block-mypage--withdrawal-link {
  text-align: right;
}

.block-mypage--withdrawal {
  color: #4da7ba;
  text-decoration: underline;
}

.block-mypage--update-address-book {
  display: block;
  width: 260px;
  height: auto;
  background: #ddd;
  border-radius: 3px;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
}

/* スマレジ */
.block-mypage--smaregipoint {
  margin: 10px;
}

/* SNS連動設定モーダル */
.modal--snssync-menu {
  width: 660px;
  margin: auto;
  overflow: hidden;
  zoom: 1;
}

.modal--snssync-menu .snslogin {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  height: 50px;
  background-color: transparent;
  border: none;
}

.modal--snssync-menu .sns_logo {
  width: 40px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.modal--snssync-menu .snslogin-contents {
  float: left;
}

.modal--snssync-menu-contents-facebook .sns_logo {
  background: #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: 45px 45px;
  background-position: center;
}

.modal--snssync-menu-contents-yahoo .sns_logo {
  background: #e61017 url(../../img/sys/snslogin/yahoo.png) no-repeat;
  background-size: 38px 38px;
  width: 38px;
  height: 38px;
  border: 1px solid #e61017;
}

.modal--snssync-menu-contents-line .sns_logo {
  background: #00b900 url(../../img/sys/snslogin/line.png) no-repeat;
  background-size: 40px 40px;
}

.modal--snssync-menu button:focus {
  outline: none;
}

.modal--snssync-menu:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

.modal--snssync-menu .sns_word {
  width: 195px;
  height: 38px;
  line-height: 38px;
  float: left;
  text-align: left;
  padding: 0 10px;
  margin-left: 1px;
  border-left: solid 1px #ccc;
}

.modal--snssync-menu .snslogin_btn_width {
  width: 280px;
}

.modal--snssync-menu-contents-line .sns_word {
  border: solid 1px #00b900;
}

.modal--snssync-menu-contents-facebook .sns_word {
  border: solid 1px #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: #00b900;
  color: #fff;
}

.modal--snssync-menu-contents-facebook .snssync-release .sns_word {
  background: #3b579d;
  color: #fff;
}

.modal--snssync-menu-contents-twitter .snssync-release .sns_word {
  background: #55acee;
  color: #fff;
}

.modal--snssync-menu-contents-gplus .snssync-release .sns_word {
  background: #de4f3e;
  color: #fff;
}

.modal--snssync-menu-contents-yahoo .snssync-release .sns_word {
  background: #e61017;
  color: #fff;
}

.modal--snssync-menu {
  margin: 15px;
}

/* マイページ用 > line友達登録用 */

.snslogin-line-friends .snslogin-line-friend-message {
  margin-bottom: 10px;
}

.snslogin-line-friends form {
  float: left;
}

.snslogin-line-friends .snslogin_btn_width {
  color: #fff;
  width: 160px;
  margin: 0 16px;
}

.snslogin-line-friends .snslogin-line-friend-sns_word {
  width: 100%;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
  margin-left: 1px;
}

.snslogin-line-friend-yes .snslogin-line-friend-sns_word {
  background: #232323;
}

.snslogin-line-friend-no .snslogin-line-friend-sns_word {
  background: #9a9a9a;
}

/* マイページ用 > LINEアカウント連携設定用 */
.linesync-message {
  margin-bottom: 10px;
}
.linesync-message .linesync-message-clientlist {
  display: block;
  margin-left: 10px;
}
.linesync-message .linesync-message-client {
  white-space: nowrap;
}

/* Lineログイン設定モーダル */
.modal--linesync-menu {
  width: 660px;
  margin: auto;
  overflow: hidden;
  zoom: 1;
}

.modal--linesync-menu .linelogin {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  height: 50px;
  background-color: transparent;
  border: none;
}

.modal--linesync-menu-contents .line_logo {
  background: #00c300 url(../../img/sys/linelogin/line.png) no-repeat;
  background-size: 40px 40px;
  border-radius: 7px 0 0 7px;
  width: 40px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.modal--linesync-menu button:focus {
  outline: none;
}

.modal--linesync-menu:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

.modal--linesync-menu .line_word {
  background: #00c300;
  border-left: solid 1px #00b300;
  border-radius: 0 7px 7px 0;
  color: #fff;
  width: 196px;
  height: 38px;
  line-height: 38px;
  float: left;
  text-align: left;
  padding: 0 10px;
}

.modal--linesync-menu .linelogin_btn_width {
  width: 280px;
}

.modal--linesync-menu {
  padding: 15px;
}

/* ----会員登録画面---- */

.block-member-info--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

.block-member-info input[name="name"],
.block-member-info input[name="name2"],
.block-member-info input[name="kana"],
.block-member-info input[name="kana2"] {
  max-width: 200px;
}

/* ----アドレス帳の新規登録・変更画面---- */

.block-shipping-address--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

.block-shipping-address input[name="name"],
.block-shipping-address input[name="name2"],
.block-shipping-address input[name="kana"],
.block-shipping-address input[name="kana2"] {
  max-width: 200px;
}

.block-shipping-address--regular-delete-msg {
  text-align: center;
  padding-top: 10px;
}

.message-interest {
  margin-bottom: 0px !important;
}

.interest-flex {
  display: flex;
  flex-wrap: wrap;
}

.form-interest {
  padding: 12px 0px !important;
}

/* ----会員登録確認画面---- */

.block-member-info-confirmation--login-state-saving {
  margin-top: 10px;
  text-align: center;
}

.block-member-info-confirmation--login-state-saving-message {
  margin-top: 10px;
  text-align: center;
}

/* ----ログイン画面---- */

.block-login--member-message {
  margin: 0 0 10px;
}

.block-login--input-items {
  width: 700px;
  margin: 20px auto;
}

.block-login--uid input,
.block-login--pwd input {
  width: 350px;
}

.block-login--login-state-saving {
  margin-top: 10px;
  text-align: center;
}

.block-login--login-state-saving label {
  text-align: center;
}

.block-login--login-state-saving-message {
  margin-top: 10px;
  text-align: center;
}

.block-login--uid .form-label,
.block-login--pwd .form-label,
.block-login--login-state-saving .form-label {
  width: 180px;
}

.block-login--login {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 160px;
}

.block-login--ask-password {
  margin-top: 10px;
  text-align: left;
}

.block-login--entry {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 160px;
}

.block-login--first-time-body {
  overflow: hidden;
  background: #fff;
}

.block-login--first-time hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-login--member-body {
  display: table;
  width: 100%;
  overflow: hidden;
  background: #fff;
  margin: 0 0 40px;
}

.block-login--member-frame {
  display: table-cell;
}

.block-login--social-frame {
  display: table-cell;
  padding-left: 20px;
}

.block-login--amazon-body {
  display: table-cell;
  width: 480px;
}

.block-login--amazon-login {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.block-login--guest {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 240px;
}

.block-login--member-info-value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

/******************************/
.block-login--snslogin-body {
  width: 480px;
  padding: 15px 0;
  text-align: center;
  overflow: hidden;
  zoom: 1;
}

.block-login--snslogin-body:after {
  clear: both;
}

.block-login--snslogin-body ul {
  justify-content: center;
  align-items: center;
  margin-left: 120px;
}

.block-login--snslogin-body ul li {
  float: left;
  width: 220px;
}

.block-login--snslogin-contents-btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  width: 280px;
  height: 50px;
  background-color: transparent;
  border: none;
}

.block-login--snslogin-contents-btn button:focus {
  outline: none;
}

.block-login--snslogin-body .sns_logo {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.block-login--snslogin-contents-facebook .sns_logo {
  background: #1877f2 url(../../img/sys/snslogin/facebook.png) center no-repeat;
  background-size: 24px;
  border-radius: 5px 0 0 5px;
}
.block-login--snslogin-contents-facebook .sns_word {
  background: #1877f2;
  margin-left: 0;
  border: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0 5px 5px 0;
}

.block-login--snslogin-contents-twitter .sns_logo {
  background: #55acee url(../../img/sys/snslogin/twitter.png) no-repeat;
  background-size: 40px 40px;
}

.block-login--snslogin-contents-gplus .sns_logo {
  background: url(../../img/sys/snslogin/gplus.png) no-repeat;
  background-size: 48px 48px;
  background-position: center;
}

.block-login--snslogin-contents-yahoo .sns_logo {
  background: #e61017 url(../../img/sys/snslogin/yahoo.png) no-repeat;
  background-size: 39px 39px;
  border: 1px solid #e61017;
  width: 41px;
  height: 40px;
}

.block-login--snslogin-contents-line .sns_logo {
  background: #00b900 url(../../img/sys/snslogin/line.png) no-repeat;
  background-size: 40px 40px;
}

.block-login--snslogin-body .sns_word {
  width: 190px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: left;
  padding: 2px 6px;
  margin-left: 1px;
  border-left: solid 1px #ccc;
  font-size: 85%;
  color: #fff;
}

.block-login--snslogin-contents-line .sns_word {
  background: #00b900;
}

.block-login--snslogin-contents-facebook .sns_word {
  background: #1877f2;
}

.block-login--snslogin-contents-twitter .sns_word {
  background: #55acee;
}

.block-login--snslogin-contents-gplus .sns_word {
  background: #4285f4;
}

.block-login--snslogin-contents-yahoo .sns_word {
  background: #e61017;
}

.block-login--snslogin-state-saving-body {
  text-align: center;
}

.block-login--snslogin-state-saving-mesage {
  margin-top: 10px;
}

/* スマレジ */
.block-login--smaregi-errormsg {
  margin: 10px;
}

/******************************/
.block-login--linelogin-body {
  width: 480px;
  padding: 15px 0;
  text-align: center;
  overflow: hidden;
  zoom: 1;
}

.block-login--linelogin-body:after {
  clear: both;
}

.block-login--linelogin-body ul {
  justify-content: center;
  align-items: center;
  margin-left: 120px;
}

.block-login--linelogin-body ul li {
  float: left;
  width: 220px;
}

.block-login--linelogin-contents-btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  width: 280px;
  height: 50px;
  background-color: transparent;
  border: none;
}

.block-login--linelogin-contents-btn button:focus {
  outline: none;
}

.block-login--linelogin-contents .line_logo {
  background: #00c300 url(../../img/sys/linelogin/line.png) no-repeat;
  background-size: 40px 40px;
  border-radius: 7px 0 0 7px;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.block-login--linelogin-contents .line_word {
  background: #00c300;
  border-left: solid 1px #00b300;
  border-radius: 0 7px 7px 0;
  width: 191px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: left;
  padding: 2px 6px;
  font-size: 85%;
  color: #fff;
}

.block-login--linelogin-state-saving-body {
  text-align: center;
}

.block-login--linelogin-state-saving-mesage {
  margin-top: 10px;
}

/* ----追加認証画面---- */

.block-additional-authentication {
  /*height: 510px;*/
}

.block-additional-authentication--body {
  padding: 20px;
  overflow: hidden;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-additional-authentication--inquiry {
  padding: 20px 0;
}

.block-additional-authentication--message-header {
  font-size: 14px;
  font-weight: bold;
}

.block-additional-authentication--input-items {
  width: 600px;
  margin: 10px auto;
}

.block-additional-authentication--authentication-key input[type="text"] {
  width: 330px;
}

.block-additional-authentication--login {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 160px;
}

.block-additional-authentication--select--message {
  margin: 10px 0;
}

.block-additional-authentication--select--input-items {
  margin: 20px;
}

.block-additional-authentication--select--cert-method {
  padding: 20px;
  border: solid 1px #dcdcdc;
}

.block-additional-authentication--select--cert-method + .block-additional-authentication--select--cert-method {
  border-top: none;
}

.block-additional-authentication--select--cert-method[data-is-sms-enabled="false"] {
  background-color: #bebebe;
}

.block-additional-authentication--select--input-remarks {
  display: block;
}

.block-additional-authentication--bottom-note {
  margin: 20px 0;
}

/* ----お気に入り画面---- */

.block-favorite--form li {
  border: 1px solid #ccc;
  border-top: none;
  padding: 20px;
}

.block-favorite--form li:first-child {
  border-top: 1px solid #ccc;
}

.block-favorite--favorite-goods {
  display: flex;
  width: 100%;
}

.block-favorite--checkbox,
.block-favorite--delete-item {
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.block-favorite--checkbox {
  flex-basis: 30px;
  padding-right: 10px;
}

.block-favorite--image {
  flex-basis: 160px;
}

.block-favorite--description {
  flex-basis: 280px;
}

.block-favorite--comment-textarea {
  width: 540px;
  height: 75px;
}

.block-favorite--comment {
  flex-basis: 580px;
  margin: 0 20px;
}

.block-favorite--delete-item {
  flex-basis: 80px;
  text-align: center;
}

.block-favorite--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-favorite--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-favorite--edit-comment a {
  text-decoration: underline;
}

.block-favorite--price-items {
  padding-top: 10px;
}

.block-favorite--price-title,
.block-favorite--price {
  display: inline-block;
}

.block-favorite--update-dt dt,
.block-favorite--update-dt dd {
  display: inline-block;
}

.block-favorite--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 30px 40px;
  padding: 0 0 0 10px;
}

.block-favorite--sort {
  width: 60%;
  display: flex;
  align-items: center;
  gap: 30px;
}

.block-favorite--sort_list {
  display: flex;
  align-items: center;
  gap: 15px;
}

.block-favorite--sort_item input[type=radio] + label.radio {
  margin-right: 0;
  padding-left: 26px;
}


.block-favorite--pager-top {
  padding: 0;
}

.p-block-favorite-goods:has(.block-favorite-goods-folder-current-all) .block-favorite--form {
  position: relative;
}
.p-block-favorite-goods:has(.block-favorite-goods-folder-current-all) .block-favorite--pager-top .pager-total {
  position: absolute;
  top: -97px;
  left: 140px;
}
.p-block-favorite-goods:has(.block-favorite-goods-folder-current-all) .block-favorite--pager-top .pager-total .pager-count {
  font-size: 16px;
}
.p-block-favorite-goods:has(.block-favorite-goods-folder-current-all) .block-favorite--pager-top .pager-total .pager-count span {
  font-size: 28px;
  position: relative;
  top: 2px;
  padding: 0 2px;
}

.block-favorite-goods-folder {
  padding: 30px 40px 0px;
}
.block-favorite-goods-folder-wrapper {
  overflow-x: auto;
  scrollbar-width: none;
  position: relative;
  padding-bottom: 85px;
}
/* Swiper本体の .swiper-wrapper{z-index:1} に打ち消されないよう詳細度を上げ、
   フォルダ操作メニューがスクロールバー(.swiper-scrollbar)より前面に表示されるようにする */
.block-favorite-goods-folder-wrapper .block-favorite-goods-folder-list {
  width: max-content !important;
  display: flex !important;
  align-items: center;
  position: relative;
  z-index: 100;
}
.block-favorite-goods-folder-item {
  background: #fff;
  width: fit-content !important;
  padding: 10px 12px 10px 20px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.28;
  height: 43px !important;
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
/* 編集メニューを持たない項目（「すべて」等）は左右の余白を揃える */
.block-favorite-goods-folder-item:not(:has(.block-favorite-goods-folder-item-edit)) {
  padding-right: 20px;
}
.block-favorite-goods-folder-item.is-active {
  background: #3A6DCE;
  color: #fff;
  font-weight: bold;
}
.block-favorite-goods-folder-item.is-active a {
  color: #fff;
}
.block-favorite-goods-folder-item-edit {
  display: flex;
  background: #D9E7FF;
  margin-left: 12px;
  border-radius: 4px;
  height: 17px;
  justify-content: center;
  align-items: center;
  padding: 0 4px;
  color: #000;
}
.block-favorite-goods-folder-item-edit-wrapper {
  position: absolute;
  top: 43px;
  background: #fff;
  z-index: 100000;
  color: #000;
  right: 0;
  border-radius: 8px;
  padding: 12px 10px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  box-shadow: 0 0 6px rgba(0,0,0,0.16);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  width: 220px;
}
.block-favorite-goods-folder-item-edit-wrapper.is-open {
  opacity: 1;
  visibility: visible;
}
.block-favorite-goods-folder-item-edit-btn {
  color: #396DCE;
  border-bottom: 1px solid #396DCE;
  padding: 0 0 8px 20px;
  position: relative;
}
.block-favorite-goods-folder-item-edit-btn::before {
  content:"";
  width: 16px;
  height: 14px;
  background: url(../../img/usr/common/icon_filename-edit.png) no-repeat;
  background-size: cover;
  position: absolute;
  left:20px;
  top: calc(50% - 4px);
  transform: translateY(-50%)
}
.block-favorite-goods-folder-item-delete-btn {
  padding: 8px 0 0 20px;
  color: #B91C1C;
  position: relative;
}
.block-favorite-goods-folder-item-delete-btn::before {
  content:"";
  width: 14px;
  height: 16px;
  background: url(../../img/usr/common/icon_file-delete.png) no-repeat;
  background-size: cover;
  position: absolute;
  left:20px;
  top: calc(50% + 1px);
  transform: translateY(-50%)
}
.block-favorite-goods-folder .swiper-container-horizontal>.swiper-scrollbar {
  width: 100%;
  left: 0;
  top: 55px;
}
.block-favorite-goods-folder .swiper-scrollbar-drag {
  background: #6B9AF0;
}

.block-favorite-goods-folder-content {
  padding: 0px 40px 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: -60px;
}
.block-favorite-goods-folder-current {
  flex: 1 1 auto;
  min-width: 0;
}
.block-favorite-goods-folder-current-name {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.block-favorite-goods-folder-current-all .block-favorite-goods-folder-current-name {
  padding-left: 0;
}
.block-favorite-goods-folder-current-name::before {
  content: "";
  width: 33px;
  height: 24px;
  background: url(../../img/usr/common/icon_folder.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block-favorite-goods-folder-current-all .block-favorite-goods-folder-current-name:before {
  content: none;
}
.block-favorite-goods-folder-current-num {
  display: inline;
  font-size:16px;
  font-weight: 400;
  padding-left: 10px;
}
.block-favorite-goods-folder-current-num span {
  font-size:28px;
  font-weight: bold;
  position: relative;
  top: 2px;
  padding: 0 2px;
}
.block-favorite-goods-folder-current-memo {
  background: #fff;
  padding: 8px;
  width: 630px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.block-favorite-goods-folder-current-all .block-favorite-goods-folder-current-memo {
  display: none;
}
.block-favorite-goods-add-folder {
  flex: 0 0 285px;
  width: 285px;
}
.block-favorite-goods-add-folder-btn {
  width: 100%;
  height: 43px;
  border: 1px solid #3A6DCE;
  background: #fff;
  color: #3A6DCE;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.block-favorite-goods-add-folder-btn:before {
  content: "";
  width: 20px;
  height: 22px;
  background: url(../../img/usr/common/icon_add.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.p-block-favorite-goods:has(.block-favorite-goods-folder-current-division) .block-favorite--pager-top .pager-total {
    display: none;
}

/* --- モーダルのスタイル --- */

/* モーダル全体（初期状態は非表示） */
.modal-add-favorite-folder {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.modal-add-favorite-folder.is-open {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-add-favorite-folder-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.modal-add-favorite-folder-content {
  position: relative;
  background-color: #fff;
  padding: 40px 30px 20px;
  border-radius: 8px;
  width: 800px;
  z-index: 1001;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.modal-add-favorite-folder-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #E6E6E6;
  border-radius: 50%;
}
.modal-add-favorite-folder-close::before,
.modal-add-favorite-folder-close::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #3A6DCE;
}

.modal-add-favorite-folder-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-add-favorite-folder-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-add-favorite-folder-name {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 30px;
}
.modal-add-favorite-folder-message {
  color: #d9333f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.modal-add-favorite-folder-message:not(:empty) {
  margin-bottom: 15px;
}
.modal-add-favorite-folder-ttl {
  border: 2px solid #AFAFAF;
  margin-bottom: 15px;
  border-radius: 10px;
  position: relative;
}
.modal-add-favorite-folder-ttl:before {
  content:"タイトル";
  position: absolute;
  top: 6px;
  left: 10px;
  font-weight: bold;
}
input.modal-add-favorite-folder-ttl-input[type=text] {
  border-radius: 10px;
  margin-top: 20px;
  background: none;
  border: none !important;
  width: 100%;
}
input.modal-add-favorite-folder-ttl-input[type=text]:focus {
  box-shadow: none;
}
.modal-add-favorite-folder-ttl:has(input.modal-add-favorite-folder-ttl-input[type=text]:focus) {
  border: 2px solid #3A6DCE;
}
.modal-add-favorite-folder-memo {
  border: 2px solid #AFAFAF;
  min-height: 140px;
  border-radius: 10px;
  position: relative;
}
.modal-add-favorite-folder-memo:before {
  content:"メモ";
  position: absolute;
  top: 6px;
  left: 10px;
  font-weight: bold;
}
.modal-add-favorite-folder-memo-input {
  width: 100%;
  padding: 10px 10px 10px;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  min-height: 140px;
  resize: none;
  background: #fff;
  margin-top: 25px;
}
.modal-add-favorite-folder-memo-input:hover {
  border: none;
}
.modal-add-favorite-folder-memo-input:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.modal-add-favorite-folder-memo:has(.modal-add-favorite-folder-memo-input:focus) {
  border: 2px solid #3A6DCE;
}
.modal-add-favorite-folder-memo-input:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}
.modal-add-favorite-folder .action-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}
.action-cancel,
.action-create {
  padding: 10px 24px;
  border: 1px solid #3A6DCE;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  color: #3A6DCE;
  width: 150px;
}
.action-create {
  background-color: #3A6DCE;
  color: white;
  border-color: #3A6DCE;
}
.action-cancel:hover {
  background-color: #f0f0f0;
}
.action-create:hover {
  background-color: #0056b3;
}

.modal-edit-favorite-folder {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.modal-edit-favorite-folder.is-open {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-edit-favorite-folder-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.modal-edit-favorite-folder-content {
  position: relative;
  background-color: #fff;
  padding: 40px 30px 20px;
  border-radius: 8px;
  width: 800px;
  z-index: 1001;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.modal-edit-favorite-folder-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #E6E6E6;
  border-radius: 50%;
}
.modal-edit-favorite-folder-close::before,
.modal-edit-favorite-folder-close::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #3A6DCE;
}
.modal-edit-favorite-folder-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-edit-favorite-folder-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-edit-favorite-folder-name {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 30px;
}
.modal-edit-favorite-folder-message {
  color: #d9333f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.modal-edit-favorite-folder-message:not(:empty) {
  margin-bottom: 15px;
}
.modal-edit-favorite-folder-ttl {
  border: 2px solid #AFAFAF;
  margin-bottom: 15px;
  border-radius: 10px;
  position: relative;
}
.modal-edit-favorite-folder-ttl:before {
  content:"タイトル";
  position: absolute;
  top: 6px;
  left: 10px;
  font-weight: bold;
}
input.modal-edit-favorite-folder-ttl-input[type=text] {
  border-radius: 10px;
  margin-top: 20px;
  background: none;
  border: none !important;
  width: 100%;
}
input.modal-edit-favorite-folder-ttl-input[type=text]:focus {
  box-shadow: none;
}
.modal-edit-favorite-folder-ttl:has(input.modal-edit-favorite-folder-ttl-input[type=text]:focus) {
  border: 2px solid #3A6DCE;
}
.modal-edit-favorite-folder-memo {
  border: 2px solid #AFAFAF;
  min-height: 140px;
  border-radius: 10px;
  position: relative;
}
.modal-edit-favorite-folder-memo:before {
  content:"メモ";
  position: absolute;
  top: 6px;
  left: 10px;
  font-weight: bold;
}
.modal-edit-favorite-folder-memo-input {
  width: 100%;
  padding: 10px 10px 10px;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  min-height: 140px;
  resize: none;
  background: #fff;
  margin-top: 25px;
}
.modal-edit-favorite-folder-memo-input:hover {
  border: none;
}
.modal-edit-favorite-folder-memo-input:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.modal-edit-favorite-folder-memo:has(.modal-edit-favorite-folder-memo-input:focus) {
  border: 2px solid #3A6DCE;
}
.modal-edit-favorite-folder-memo-input:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}
.modal-edit-favorite-folder .action-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}
.action-save {
  padding: 10px 24px;
  border: 1px solid #3A6DCE;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  width: 150px;
  background-color: #3A6DCE;
  color: white;
  border-color: #3A6DCE;
}
.action-save:hover {
  background-color: #0056b3;
}

.modal-delete-favorite-folder {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.modal-delete-favorite-folder.is-open {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-delete-favorite-folder-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.modal-delete-favorite-folder-content {
  position: relative;
  background-color: #fff;
  padding: 40px 30px 20px;
  border-radius: 8px;
  width: 600px;
  z-index: 1001;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.modal-delete-favorite-folder-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #E6E6E6;
  border-radius: 50%;
}
.modal-delete-favorite-folder-close::before,
.modal-delete-favorite-folder-close::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #3A6DCE;
}
.modal-delete-favorite-folder-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-delete-favorite-folder-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-delete-favorite-folder-name {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 30px;
}
.modal-delete-favorite-folder-message {
  color: #d9333f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.modal-delete-favorite-folder-message:not(:empty) {
  margin-bottom: 15px;
}
.modal-delete-favorite-folder-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.modal-delete-favorite-folder-target {
  font-weight: bold;
  word-break: break-all;
}
.modal-delete-favorite-folder .action-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}
.action-delete {
  padding: 10px 24px;
  border: 1px solid #d9333f;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  width: 150px;
  background-color: #d9333f;
  color: white;
  border-color: #d9333f;
}
.action-delete:hover {
  background-color: #b71c2a;
}




.block-favorite--items li {
  box-shadow: 0px 2px 4px rgba(0,0,0,0.16)
}
.block-favorite--items > li.is-folder-modal-open {
  z-index: 21000;
}
.block-favorite--update-dt {
  right: 60px;
}

.block-favorite--comment {
  margin-right:0;
  border-right: 0;
}

.block-favorite--delete-item {
  position: absolute;
  top: -10px;
  right: -20px;
}
.block-favorite--delete-item a {
  font-size: 0;
  padding: 0;
}

.block-favorite--edit-comment {
  display: flex;
  align-items: center;
  gap: 20px;
}
.block-favorite--edit-folder {
  width: 175px;
  text-align: center;
  border: 1px solid #3A6DCE;
  background: #EEF2FF;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  color: #3A6DCE;
  transition: 0.2s;
}
.block-favorite--edit-folder::before {
  content: "";
  background: url(../../img/usr/common/icon_add-folder.png) no-repeat;
  width: 14px;
  height: 10px;
  background-size: cover;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.block-favorite--edit-folder:hover {
  border: 1px solid #3A6DCEb0;
  background: #EEF2FFb0;
  color: #3A6DCEb0;
}

.block-favorite--edit-folder.block-favorite--remove-folder {
  border: 1px solid #B1B1B1;
  background: #fff;
  color: #000000;
}
.block-favorite--edit-folder.block-favorite--remove-folder:before {
  background: url(../../img/usr/common/icon_edit-folder.png) no-repeat;
  background-size: cover;
}
.block-favorite--edit-folder.block-favorite--remove-folder:hover {
  opacity: 0.7;
}

.block-favorite--edit-folder-modal {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 260px;
  background: #fff;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.16);
  left: 50%;
  transform: translateX(-50%);
  top: 55px;
  z-index: 20000;
  text-align: left;
  pointer-events: none;
}
.block-favorite--edit-folder-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.block-favorite--edit-folder-modal.is-open * {
  pointer-events: auto;
}

.block-favorite--edit-folder-result-message {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 260px;
  background: #fff;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.16);
  left: 50%;
  transform: translateX(-50%);
  top: 55px;
  z-index: 20000;
  text-align: left;
  pointer-events: none;
}
.block-favorite--edit-folder-result-message.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.block-favorite--edit-folder-result-message.is-open * {
  pointer-events: auto;
}
.block-favorite--edit-folder-result-message::before {
  content:"";
  width: 17px;
  height: 10px;
  background: #fff;
  clip-path: polygon(50% 0,100% 100%, 0 100%);
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index:1;
}
.block-favorite--edit-folder-result-message::after {
  content:"";
  width: 19px;
  height: 11px;
  background: rgba(0,0,0,0.07);
  clip-path: polygon(50% 0,100% 100%, 0 100%);
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(6px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.block-favorite--edit-folder-result-message-text {
  width: 95%;
  margin: 8px auto 0;
  color: #363636;
  font-size: 13px;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.block-favorite--edit-folder-result-message-text > div + div {
  margin-top: 4px;
}
.block-favorite--edit-folder-result-message-action {
  display: flex;
  gap: 10px;
  width: 90%;
  margin: 8px auto;
  position: relative;
  z-index: 3;
}
.block-favorite--edit-folder-result-message-close {
  width: 100%;
  text-align: center;
  border: 1px solid #3A6DCE;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  color: #3A6DCE;
}

body.is-bookmark-folder-modal-open .p-heading,
body.is-bookmark-folder-modal-open h2.p-heading,
body.is-bookmark-folder-modal-open .p-heading::before,
body.is-bookmark-folder-modal-open h2.p-heading::before {
  pointer-events: none;
}

.block-favorite--edit-folder-modal::before {
  content:"";
  width: 17px;
  height: 10px;
  background: #fff;
  clip-path: polygon(50% 0,100% 100%, 0 100%);
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index:1;
}
.block-favorite--edit-folder-modal::after {
  content:"";
  width: 19px;
  height: 11px;
  background: rgba(0,0,0,0.07);
  clip-path: polygon(50% 0,100% 100%, 0 100%);
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(6px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.block-favorite--edit-folder-modal-ttl {
  padding-left: 12px;
  font-size: 15px;
  font-weight: bold;
  color: #363636;
}
.block-favorite--edit-folder-modal-select {
  background: #F5F5F5;
  width: 95%;
  margin: 0 auto;
  max-height: 180px;
  overflow-y: auto;
  padding-top: 14px;
  padding-bottom: 10px;
}
.block-favorite--edit-folder-modal-message {
  width: 95%;
  margin: 8px auto 0;
  color: #363636;
  font-size: 13px;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.block-favorite--edit-folder-modal-message > div + div {
  margin-top: 4px;
}
.block-favorite--edit-folder-modal-action {
  display: flex;
  gap: 10px;
  width: 90%;
  margin: 8px auto;
  position: relative;
  z-index: 3;
}
.block-favorite--edit-folder-modal-action div {
  width: calc((100% - 10px) / 2);
  text-align: center;
  border: 1px solid #3A6DCE;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
}
.block-favorite--edit-folder-modal-action-cancel {
  color: #3A6DCE;
}
.block-favorite--edit-folder-modal-action-submit {
  color: #fff;
  background: #3A6DCE;;
}
.block-favorite--edit-folder-modal-action-submit.is-processing {
  opacity: 0.7;
  pointer-events: none;
  cursor: wait;
}

.block-favorite--edit-folder-modal-select-folder {
  width: 90%;
  background: #fff;
  margin: 0 auto;
  padding: 8px 4px 8px 10px;
  border-bottom: 1px solid #E6E6E6;
  color: #363636;
}
.block-favorite--edit-folder-modal-select-folder label {
  display: inline-block;
  max-width: calc(100% - 22px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.block-favorite--edit-folder-modal-select-folder:not(.is-disabled) {
  cursor: pointer;
}
.block-favorite--edit-folder-modal-select-folder.is-disabled {
  background: #f2f2f2;
  color: #9a9a9a;
  cursor: not-allowed;
}
.block-favorite--edit-folder-modal-select-folder.is-disabled label {
  color: #9a9a9a;
}
.block-favorite--edit-folder-modal-select-folder.is-disabled input[type=checkbox] {
  opacity: 0.6;
  cursor: not-allowed;
}
.block-favorite--edit-folder-modal-select-folder .p-form-select {
  display: flex;
  align-items: center;
}
.block-favorite--edit-folder-modal-select-folder + .block-favorite--edit-folder-modal-select-folder {
  margin-top: 10px;
}
.block-favorite--edit-folder-modal .p-form-select input[type=checkbox] + label.checkbox::before {
  border-radius: 50%;
  background: #EEEEEE;
  border: 1px solid #DEDEDE;

}
.block-favorite--edit-folder-modal .p-form-select input[type=checkbox] + label.checkbox::after {
  border-left: 2px solid #D3D3D3;
  border-bottom: 2px solid #D3D3D3;
}
.block-favorite--edit-folder-modal .p-form-select input[type=checkbox]:checked + label.checkbox::before {
  background: #3A6DCE
}
.block-favorite--edit-folder-modal .p-form-select input[type=checkbox]:checked + label.checkbox::after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.block-favorite--edit-folder-modal .p-form-select input[type=checkbox] + label.checkbox {
  display: block;
  min-height: 22px;
  line-height: 22px;
}

/* ----入荷案内申し込み商品画面---- */

.block-arrival-notice-list--form li {
  margin-bottom: 20px;
}

.block-arrival-notice-list--goods {
  display: flex;
  width: 100%;
}

.block-arrival-notice-list--image {
  flex-basis: 160px;
}

.block-arrival-notice-list--description {
  flex-grow: 1;
}

.block-arrival-notice-list--delete-item {
  flex-basis: 80px;
  text-align: center;
}

.block-arrival-notice-list--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-arrival-notice-list--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-arrival-notice-list--price-title,
.block-arrival-notice-list--price {
  display: inline-block;
}

.block-arrival-notice-list--update-dt dt,
.block-arrival-notice-list--update-dt dd {
  display: inline-block;
}

/* ----購入履歴一覧画面---- */

.block-purchase-history--table {
  margin: 5px 0;
  width: 100%;
}

/* X start */
.block-purchase-history--order-id a,
.block-purchase-history--shop-name a,
.block-purchase-history-detail--url a,
.block-purchase-history-detail--coupon a,
.block-purchase-history-detail--goods-code a,
.block-purchase-history-detail--goods-name a,
.block-favorite--recommend a,
.block-purchase-customer-entry-privacy-policy a {
  text-decoration: underline;
}
/* X end */

.block-purchase-history--order-detail-reorder a {
  text-decoration: underline;
}

.block-purchase-history--status a:hover {
  text-decoration: none;
}

.block-purchase-history--search-frame {
  display: flex;
  margin: 10px 0;
  width: 100%;
  background-color: #f8f8f8;
}

.block-purchase-history--search-item {
  flex-grow: 1;
  padding: 10px;
}

.block-purchase-history--search-title {
  font-weight: bold;
}

/* X */
.block-purchase-history--order-dt-width{
  width: 12%;
}

.block-purchase-history--shop-width {
  width: 7%;
}

.block-purchase-history--price-width {
  width: 7%;
}

.block-purchase-history--method-width {
  width: 12%;
}
/* X */

/* ----購入履歴詳細画面---- */

.block-purchase-history-detail--customer-name {
  margin: 10px 0;
  display: flex;
  width: 50%;
  float: left;
}

.block-purchase-history-detail--company-name {
  margin: 10px 0;
  width: 300px;
  float: right;
  text-align: right;
}

.block-purchase-history-detail--order-info {
  margin: 10px 0;
  display: flex;
  width: 100%;
}

.block-purchase-history-detail--order-info-left {
  width: 65%;
}

.block-purchase-history-detail--order-info-right {
  width: 35%;
  padding: 0 0 0 10px;
}

.block-purchase-history-detail--order-info-table {
  width: 100%;
}

.block-purchase-history-detail--order-info-table th {
  width: 250px;
}

.block-purchase-history-detail--order-body {
  margin: 10px 0;
  display: flex;
  width: 100%;
}

.block-purchase-history-detail--order-body-left {
  width: 65%;
}
/* X start */
.block-purchase-history-detail--order-body-right {
  width: 35%;
  padding: 10px 0 0 10px;
}
/* X end */

.block-purchase-history-detail--order-detail-items {
  width: 100%;
}

.block-purchase-history-detail--tax-reduced-message {
  margin: 3px 0;
}

.block-purchase-history-detail--payment-info-items {
  width: 100%;
}

.block-purchase-history-detail--point-message {
  margin: 5px 0;
}

.block-purchase-history-detail--donation-certificate-dest {
  margin: 10px 0;
  display: flex;
  width: 100%;
}

.block-purchase-history-detail--donation-certificate-dest-left {
  width: 65%;
}

.block-purchase-history-detail--donation-certificate-dest-items {
  width: 100%;
}

.block-purchase-history-detail--question-items th {
  width: 400px;
}

.block-purchase-history-detail--question-items th {
  width: 250px;
}

.block-purchase-history-detail--contact-shop-items th {
  width: 250px;
}

.block-purchase-history-detail--shipping-info {
  margin: 10px 0;
  display: flex;
  width: 100%;
}

.block-purchase-history-detail--shipping-info-left {
  width: 65%;
}

.block-purchase-history-detail--shipping-info-right {
  width: 35%;
  padding: 0 0 0 10px;
}

.block-purchase-history-detail--sender-items {
  width: 100%;
}

.block-purchase-history-detail--shipping-info-items {
  width: 100%;
}

.block-purchase-history-detail--shiment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-purchase-history-detail--shiment-address--delivery-table:has(tr) {
  margin-top: 24px;
}

.block-purchase-history-detail--delivery-period-items {
  margin: 20px 0 0 0;
  width: 100%;
}

.block-purchase-history-detail--shipment-items {
  width: 100%;
}

.block-purchase-history-detail--csv-info-items {
  width: 100%;
  margin: 10px 0;
}

.block-purchase-history-detail--csv-info-items th {
  width: 250px;
}

.block-purchase-history-detail--invoice {
  margin: 5px 0;
  width: 100%;
}

.block-purchase-history-detail--invoice dt {
  display: inline-block;
  font-weight: bold;
}

.block-purchase-history-detail--invoice dd {
  display: inline-block;
}

.block-purchase-history-detail--track-shipment {
  margin: 5px 0;
  width: 100%;
}

.block-purchase-history-detail--track-shipment dt {
  display: inline-block;
  font-weight: bold;
}

.block-purchase-history-detail--track-shipment dd {
  display: inline-block;
}

.block-purchase-history-detail--append-items {
  width: 100%;
}

.block-purchase-history-detail--append-items th {
  width: 250px;
}

.block-purchase-history-detail .block-purchase-history-detail--add-goods {
  width: 300px;
}

.block-purchase-history-detail .block-purchase-history-detail--contact {
  width: 300px;
}

.block-purchase-history-detail .block-purchase-history-detail--cancel {
  width: 250px;
}

.block-purchase-history-detail--child-order-id a {
  text-decoration: underline;
}

.block-purchase-history-detail--parent-order-id a {
  text-decoration: underline;
}

.block-purchase-history-detail--regular-sales-include a {
  text-decoration: underline;
}

.block-purchase-history-detail--regular-sales a {
  text-decoration: underline;
}

.block-purchase-history-detail--tax-reduced {
  margin-left: 30px;
}

.block-purchase-history-detail--total-for-tax-ratio {
  display: flex;
  margin-left: 10px;
  width: 100%;
  font-size: 80%;
}

.block-purchase-history-detail--total-for-tax-ratio-title {
  margin-right: 8px;
}

.block-purchase-history-detail--total-for-tax-ratio-list {
  text-align: right;
}

.block-purchase-history-detail--total-for-tax-ratio-list ul {
  display: flex;
}

.block-purchase-history-detail--tax-ratio {
  min-width: 50px;
  margin-right: 5px;
}

.block-purchase-history-detail--total-for-tax-ratio-amount {
  min-width: 55px;
}

/* X start */
.btn.btn-default.block-purchase-history--search-btn {
  padding: 12px 10px;
}

.block-purchase-history-detail--area {
  border: 1px solid #c8c8c8;
  padding: 20px;
  margin: 10px 0;
}

.block-purchase-history-detail--shiment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 0 0 10px 0;
}

.block-purchase-history-detail--address-title {
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  padding: 10px;
  margin: 20px 0 0 0;
  background-color: #f8f8f8;
}

.history-detail--address {
  font-weight: bold;
}

.block-purchase-history-detail--table {
  width: 140px;
}

.history-table-top {
	vertical-align: top;
}

.history-help-block {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  color: #737373;
  margin-bottom: 5px;
}

table.table.block-purchase-history-detail--payment-info-items th {
    width: 40%;
    white-space: nowrap;
}

/* ----メールマガジン---- */
.form-mailmag {
  width: 25% !important;
}

/* ----他サイトの寄付履歴一覧---- */

.fieldset .break-form {
  word-break: break-all;
}

.block-other-sales-order-dt-width{
  width: 12%;
}
.block-other-sales-shop-name-width{
  width: 20%;
}
.block-other-sales-price-width{
  width: 15%;
}
/* X end */

/* スマレジ */
.block-purchase-history-detail--smaregipoint {
  clear: both;
}

/* ----ご注文キャンセル画面---- */

.block-order-cancellation--order-info {
  margin: 10px 0;
  display: flex;
  width: 100%;
}

.block-order-cancellation--order-info-left {
  width: 65%;
}

.block-order-cancellation--order-info-right {
  width: 35%;
  padding: 0 0 0 10px;
}

.block-order-cancellation--shiment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-order-cancellation--payment-info-items {
  width: 100%;
}

.block-order-cancellation--order-items {
  width: 100%;
}

/* ----定期購入商品一覧画面---- */

.block-regular-purcharse-list--table {
  margin: 5px 0;
  width: 100%;
}

.block-regular-purcharse-list--regular-sales a {
  text-decoration: underline;
}

.block-regular-purcharse-list--list {
  background: #fff;
  margin: 0 0 15px;
  border: 1px solid #444;
  border-radius: 3px 3px 0 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.block-regular-purcharse-list--list a {
  color: #257ac6;
}

.block-regular-purcharse-list--list > dd {
  margin: 10px 0 10px 10px;
}

.block-regular-purcharse-list--info {
  width: 265px;
  flex-basis: 265px;
  flex-grow: 0;
  flex-shrink: 0;
}

.block-regular-purcharse-list--info ul > li {
  padding: 8px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 12px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
}

.block-regular-purcharse-list--info-regular-sales > span:last-of-type {
  font-weight: bold;
}

.block-regular-purcharse-list--head-info-regular-create-dt {
  background-color: #444;
  color: #fff;
  padding: 10px;
  font-size: 13px;
  border-radius: 2px 2px 0 0;
  width: 100%;
}

.block-regular-purcharse-list--head-info-regular-create-dt > span {
  margin-right: 30px;
}

.block-regular-purcharse-list--head-info-regular-create-dt > span:last-child {
  font-weight: bold;
  font-size: 15px;
}

.block-regular-purcharse-list--info-method {
  border-bottom: 1px solid #ddd;
}

.block-regular-purcharse-list--info li > span {
  width: 80%;
}

.block-regular-purcharse-list--info li > a,
.block-regular-purcharse-list--info li > span:last-child {
  width: 20%;
}

.block-regular-purcharse-list--info li > a {
  padding: 0;
  font-size: 12px;
  text-align: right;
  white-space: nowrap;
}

.block-regular-purcharse-list--info ul > li.block-regular-purcharse-list--info-withdrawal {
  border: none;
  display: block;
  text-align: right;
}

.block-regular-purcharse-list--detail {
  width: 295px;
  margin: 0 10px 0 0;
  border-radius: 4px;
}

.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: 100%;
}

.block-regular-purcharse-list--expected-dt-title {
  font-size: 11px;
}

.block-regular-purcharse-list--expected-dt-title i {
  font-size: 1.3em;
  padding-right: 5px;
}

.block-regular-purcharse-list--skip-expected-dt {
  display: inline;
  vertical-align: middle;
}

.block-regular-purcharse-list--skip-expected-dt i {
  font-size: 14px;
  padding-right: 5px;
}

.block-regular-purcharse-list--expected-dt-ymd,
.block-regular-purcharse-list--skip-expected-dt {
  font-size: 20px;
  font-weight: bold;
}

.block-regular-purcharse-list--detail-item {
  font-size: 13px;
}

.block-regular-purcharse-list--detail-item-list-list {
  padding: 8px 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-list-list > ul > li {
  font-size: 13px;
}

.block-regular-purcharse-list--detail-item ul li span {
  vertical-align: middle;
}

.block-regular-purcharse-list--detail-item-image {
  width: 50px;
  flex-shrink: 0;
}

.block-regular-purcharse-list--detail-item-goods {
  width: 100%;
}

.block-regular-purcharse-list--detail-item-goods > ul {
  display: flex;
  flex-wrap: wrap;
}

.block-regular-purcharse-list--detail-item-goods-name {
  max-width: 100%;
  margin-left: 0;
}

.block-regular-purcharse-list--detail-item-list-nolink {
  width: 100%;
  display: block;
  padding: 0;
  word-wrap: break-word;
  padding-left: 5px;
}

.block-regular-purcharse-list--detail-item-list-unit {
  display: inline-block;
  padding: 0 0 0 12px;
}

.block-regular-purcharse-list--detail-item-goods-unit-amount {
  margin: auto auto auto 0;
  flex-shrink: 0;
}

.block-regular-purcharse-list--detail-item-change {
  margin: 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: 120px;
  text-align: right;
  font-size: 12px;
  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 .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: 100px;
  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-detail--body {
  margin: 10px 0;
  width: 100%;
}

.block-regular-purcharse-detail--regular-sales-items {
  width: 100%;
}

.block-regular-purcharse-detail--regular-sales-items th {
  width: 250px;
}

.block-regular-purcharse-detail--shipment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-regular-purcharse-detail--update-address {
  margin: 10px 0;
  text-align: right;
}

.block-regular-purcharse-detail--goods-items {
  width: 100%;
}

.block-regular-purcharse-detail--append-items {
  width: 100%;
}

.block-regular-purcharse-detail--append-items th {
  width: 250px;
}

.block-regular-purcharse-detail--include-items {
  width: 100%;
}

.block-regular-purcharse-detail--include-items th {
  width: 250px;
}

.block-regular-purcharse-detail--action-message {
  margin-top: 10px;
}

.block-regular-purcharse-list--order-id a {
  text-decoration: underline;
}

/* ----定期購入商品配送先変更画面---- */

.block-regular-purcharse-shipment-info-update--new-address,
.block-regular-purcharse-shipment-info-update--old-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
  overflow: hidden;
}

.block-regular-purcharse-shipment-info-update--new-address address {
  float: left;
}

.block-regular-purcharse-shipment-info-update--cust-edit,
.block-regular-purcharse-shipment-info-update--dest-edit,
.block-regular-purcharse-shipment-info-dest-add {
  text-align: right;
}

/* ----定期購入商品配送先変更画面(AmazonPay)---- */

.block-regular-purcharse-shipment-info--amazonpay-body {
  width: 480px;
  margin: 0 auto;
}

.block-regular-purcharse-shipment-info--amazonpay-message {
  text-align: left;
}

.block-regular-purcharse-shipment-info--amazonpay-login {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.block-regular-purcharse-shipment-info--amazonpay-error {
  text-align: left;
  color: #a00000;
}

.block-regular-purcharse-shipment-info--amazonpay-widget-body {
  margin: 0 auto;
}

.block-regular-purcharse-shipment-info--amazonpay-address-widget {
  float: left;
}

.block-regular-purcharse-shipment-info--amazonpay-wallet-widget {
}

.block-regular-purcharse-shipment-info--amazonpay-widget-error {
  text-align: left;
  color: #a00000;
  margin-left: 5px;
}

/* ----定期購入商品サイクル情報変更画面---- */

.block-regular-purcharse-cycle-info-update h3 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.block-regular-purcharse-cycle-info-update--body {
  margin: 10px 0;
  width: 100%;
}

.block-regular-purcharse-cycle-info-update--regular-sales-items {
  width: 100%;
}

.block-regular-purcharse-cycle-info-update--regular-sales-items th {
  width: 250px;
}

.block-regular-purcharse-cycle-info-update--shipment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-regular-purcharse-cycle-info-update--goods-items {
  width: 100%;
}

.block-regular-cycle--select-timespec-title {
  font-weight: bold;
  margin-right: 5px;
}

.block-regular-purcharse-cycle-info-update--skip-cancel-message {
  font-size: 10px;
}

/* ----定期購入商品解約画面---- */

.block-regular-purcharse-cancellation--goods-items {
  margin: 10px 0;
  width: 100%;
}

.block-regular-purcharse-cancellation--message {
  text-align: center;
  padding-top: 10px;
}

.block-regular-purcharse-cancellation--cancel-reason-items {
  width: 600px;
  margin: 0 auto;
}

.block-regular-purcharse-cancellation--cancel-reason-items label::after {
  content: "\A" ;
  white-space: pre ;
}

.block-regular-purcharse-cancellation--cancel-reason-other-comment {
  padding-top: 10px;
  display: none;
}

/* ----定期購入商品変更画面---- */

.block-goodschange-list .block-regular-goodschange-info-header-msg {
  margin-bottom: 10px;
}

.block-goodschange-list .block-goodschange-list-item-buttons-selected {
  cursor: default;
  background: #fffcfc;
  border: 1px solid #a00;
  color: #a00;
  font-weight: bold;
  margin-top: 10px;
  padding: 8px 8px;
  font-size: 16px;
  min-width: 160px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

/* ----定期購入支払い方法変更画面---- */

.block-regular-purcharse-method-info-update--body {
  margin: 10px 0;
  width: 100%;
}

.block-regular-purcharse-method-info-update--regular-sales-items .block-regular-purcharse-method--info-cardedit a {
  text-decoration: underline;
}

/* ----カード情報確認画面---- */

.block-credit-card-confirmation--credit-card-info-table {
  width: 100%;
}

.block-credit-card-confirmation--credit-card-info-table th {
  width: 250px;
}

.block-credit-card-confirmation--card-title {
  vertical-align: baseline;
}

.block-credit-card-confirmation--card-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block-credit-card-confirmation--card-info-details {
  display: flex;
  gap: 16px;
}

.block-credit-card-confirmation--remarks {
  margin-top: 10px;
}

/* ----お問い合わせ画面---- */

.block-inquiry--inquiry-body .form-label,
.block-inquiry--inquiry-body .constraint {
  vertical-align: top;
  padding-top: 8px;
}

/* ----お問い合わせ履歴一覧画面---- */

.block-inquiry-history--body li {
  margin: 5px 0;
  padding: 10px 0;
  border-bottom: 1px solid #c8c8c8;
}

.block-inquiry-history--body li span {
  margin: 0 10px 0 0;
}

/* ----お問い合わせ履歴詳細画面---- */

.block-inquiry-history-detail--form {
  margin: 20px 0;
}

.block-inquiry-history-detail--message {
  text-align: center;
}

.block-inquiry-history-detail--inquiry-body {
  margin: 20px 0;
}

.block-inquiry-history-detail--inquiry-body textarea {
  width: 100%;
}

.block-inquiry-history-detail--item dt {
  width: 100%;
  display: flex;
}

.block-inquiry-history-detail--contact-name {
  width: 80%;
}

.block-inquiry-history-detail--update-dt {
  width: 20%;
  text-align: right;
  font-weight: normal;
}

.block-inquiry-history-detail--message-confirm {
  text-align: center;
}

.block-inquiry-history-detail--inquiry-body-confirm {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #c8c8c8;
}

/* ----ポイント履歴一覧画面---- */

.block-point-history-list--point {
  font-size: 20px;
  font-weight: bold;
  margin: 0 5px;
}

.block-point-history-list--message {
  margin: 5px 0;
}

.block-point-history-list--items {
  margin: 5px 0;
  width: 100%;
}

/* ----所持クーポン一覧画面---- */

.block-coupon-list--table {
  margin: 5px 0;
  width: 100%;
}

.block-coupon-list--coupon-dt {
  white-space: nowrap;
  width: 300px;
}

/* ----店舗クーポン一覧画面---- */

.block-store-coupon-list--table {
  margin: 5px 0;
  width: 100%;
}

.block-store-coupon-list--coupon-dt {
  white-space: nowrap;
  width: 300px;
}

/* ----ログアウト画面---- */

.block-logout--message a {
  text-decoration: underline;
}

/* ----会員登録確認(クイックエントリー)---- */

.block-quick-info-confirmation--login-state-saving {
  margin-top: 10px;
  text-align: center;
}

.block-quick-info-confirmation--login-state-saving-message {
  margin-top: 10px;
  text-align: center;
}

/* ----パスワード再設定---- */

.block-reset-password--tel {
  border-bottom: 1px solid #e5e5e5;
}

/* ----制限付きログイン画面---- */

.block-login-parts--body a {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ----会員登録完了画面---- */
.block-member-registration-completed--smaregipoint {
  margin: 10px;
}

/* ----会員登録完了画面(クイックエントリー)---- */
.block-quick-member-registration-completed--smaregipoint {
  margin: 10px;
}

