﻿@charset "UTF-8";

/* ----会員登録 認証コード入力画面---- */

.block-onetimepassword-certify--resend-link {
  color: #000000;
}

/* ----会員規約画面---- */

.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;
}

/* ----マイページ画面---- */

.page-menu main.pane-main {
  background: #F0F0F0;
}

.block-mypage h1 {
  text-align: center;
}

.block-mypage--customer-status {
  margin: 0 20px 24px;
}

.block-mypage--sign {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border-radius: 4px;
  text-align: center;
  margin: 0 0 4px;
  padding: 20px;
}

.block-mypage--customer-name {
  font-size: 16px;
  width: 140px;
}

.block-mypage--logout {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.block-mypage--logout a {
  color: #AA0046;
  font-size: 12px;
}

.block-mypage--customer-info {
  background: #FFF;
  border-radius: 4px;
  text-align: center;
  padding: 16px 20px;
}

.block-mypage--mypoint {
  display: inline-block;
  padding: 0 0 0 28px;
  margin: 0 0 6px;
  font-size: 16px;
  background: url(../../img/usr/sb/common/icon_point.png) no-repeat left center / 22px;
}

.block-mypage--mypoint-point {
  font-size: 20px;
  font-weight: bold;
  margin: 0 24px 0 6px;
}

.block-mypage--mypoint-text {
  font-size: 17px;
}

.block-mypage--mypoint-limit {
  font-size: 11px;
}

.block-mypage--mypoint-history {
  margin: 8px 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid #E0E0E0;
}

.block-mypage--mypoint-history a {
  color: #AA0046;
}

.block-mypage--myshop dt {
  width: 130px;
  margin: 0 auto 8px;
  padding: 4px 0;
  background: #121212;
  border-radius: 30px;
  color: #FFF;
  font-size: 11px;
}

.block-mypage--myshop dd {
  font-size: 14px;
}

.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;
}

.block-mypage--recommend {
  padding: 0 10px 10px 10px;
  text-align: right;
}

.block-mypage--recommend a {
  text-decoration: underline;
}

.block-mypage--snssync-info i,
.block-mypage--linesync-info i {
  padding-right: 5px;
}

.block-mypage--snssync-info-items li,
.block-mypage--linesync-info-items li {
  border-bottom: 1px solid #eee;
  position: relative;
}

.block-mypage--snssync-info-items li dd,
.block-mypage--linesync-info-items li dd {
  display: none;
}

.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;
}

/* アドレス帳の変更 */
.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;
}

.block-mypage--coupon {
  background: #FFF url(../../img/usr/sb/common/img_coupon.png) no-repeat right 24px top 24px / 114px;
  padding: 36px 0 30px;
  margin: 0 0 20px;
}

.block-mypage--coupon-title {
  font-size: 14px;
  padding: 0 20px;
  margin: 0 0 10px;
}

.block-mypage--coupon-text {
  font-size: 11px;
  margin: 0 0 20px;
  padding: 0 20px;
}

.block-mypage--coupon-lists {
  overflow-x: scroll;
  padding: 0 0 10px 20px;
}

.block-mypage--coupon-lists ul {
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
}

.block-mypage--coupon-lists li {
  position: relative;
  display: inline-block;
  width: 137px;
  margin: 0 14px 0 0;
  white-space: normal;
}

.block-mypage--coupon-lists li:last-child {
  margin: 0 20px 0 0;
}

.block-mypage--coupon-used-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 137px;
  height: 137px;
  background: rgba(128, 128, 128, .8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  border-radius: 12px;
}

.block-mypage--coupon-used-panel span {
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  padding: 48px 0 0;
  background: url(../../img/usr/sb/common/img_check.png) no-repeat center top / 40px;
}

.block-mypage--coupon-used-panel-date {
  font-size: 10px;
  font-weight: normal;
  margin: 5px 0 0;
}

.block-mypage--coupon-item-img {
  border-radius: 12px;
  overflow: hidden;
  margin: 0 0 8px;
}

.block-mypage--coupon-item-name {
  font-size: 12px;
}

.block-mypage--coupon-used-date,
.block-mypage--coupon-limit {
  color: #808080;
  font-size: 11px;
  margin: 16px 0 0;
}

.block-mypage--coupon-message {
  padding: 0 145px 0 20px;
}

.block-mypage--app-member-id {
  margin: 0 0 28px;
}

.block-mypage--app-member-id a {
  display: block;
  width: 280px;
  border: 1px solid #8D075C;
  border-radius: 30px;
  text-align: center;
  background: #FFF;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  margin: 0 auto;
  padding: 17px 0;
  color: #AA0046;
}

.block-mypage--app-member-id-issued {
  width: 280px;
  border: 1px solid #DEDEDE;
  border-radius: 30px;
  text-align: center;
  background: #FFF;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  margin: 0 auto;
  padding: 17px 0;
  color: #999;
  background: #F5F5F5;
}

.block-mypage--app-member-id span {
  color: #AA0046;
  font-size: 14px;
  padding: 1px 0 1px 40px;
  background: url(../../img/usr/sb/common/icon_card.png) no-repeat left center / 26px;
}

.block-mypage--shopping-info {
  margin: 0 0 28px;
}

.block-mypage--shopping-info-title,
.block-mypage--member-info-title {
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px;
  margin: 0 0 14px;
}

.block-mypage--shopping-info-items {
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  padding: 24px 24px 6px;
}

.block-mypage--shopping-info-items li {
  position: relative;
  width: 18vw;
  margin-right: calc((100% - 72vw) / 3);
  margin-bottom: 18px;
  text-align: center;
}

.block-mypage--shopping-info-items li:nth-child(4n) {
  margin-right: 0;
}

.block-mypage--shopping-info-items li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18vw;
  height: 18vw;
  border-radius: 50%;
  background: #F5F5F5;
}

.block-mypage--shopping-info-items--link {
  position: relative;
  display: block;
  padding-top: calc(18vw + 6px);
}

.block-mypage--shopping-info-item-coupon-list .block-mypage--shopping-info-items--link {
  background: url(../../img/usr/sb/common/icon_mypage_coupon.png) no-repeat center top 6.5vw / 8.765vw;
}

.block-mypage--shopping-info-item-benefits .block-mypage--shopping-info-items--link {
  background: url(../../img/usr/sb/common/icon_mypage_point.png) no-repeat center top 4vw / 8.535vw;
}

.block-mypage--shopping-info-item-favorite .block-mypage--shopping-info-items--link {
  background: url(../../img/usr/sb/common/icon_mypage_bookmark.png) no-repeat center top 6.5vw / 7.47vw;
}

.block-mypage--shopping-info-item-regular-purchase .block-mypage--shopping-info-items--link {
  background: url(../../img/usr/sb/common/icon_mypage_calendar.png) no-repeat center top 5.7vw / 6.67vw;
}

.block-mypage--shopping-info-item-purchase-history .block-mypage--shopping-info-items--link {
  background: url(../../img/usr/sb/common/icon_mypage_history.png) no-repeat center top 5vw / 8.535vw;
}

.block-mypage--shopping-info-item-store-receipt-history .block-mypage--shopping-info-items--link {
  background: url(../../img/usr/sb/common/icon_mypage_shop.png) no-repeat center top 5.5vw / 8vw;
}

.block-mypage--shopping-info-item-point-history .block-mypage--shopping-info-items--link {
  background: url(../../img/usr/sb/common/icon_mypage_point_history.png) no-repeat left 6vw top 5vw / 7.47vw;
}

.block-mypage--shopping-info-item-arrival-notice-list .block-mypage--shopping-info-items--link {
  background: url(../../img/usr/sb/common/icon_mypage_arrival_notice.png) no-repeat left 5vw top 5.5vw / 9.07vw;
}

.block-mypage--shopping-info-items li span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1.27;
  letter-spacing: 0;
  min-height: 36px;
}

.block-mypage--member-info-items {
  background: #FFF;
}

.block-mypage--member-info-items a {
  display: block;
  border-bottom: 1px solid #E8E8E8;
  padding: 19px 20px;
}

.block-mypage--orderticket {
  background: #FFF url(../../img/usr/sb/common/img_orderticket.png) no-repeat right 24px top 24px / 114px;
  padding: 36px 0 30px;
  margin: 0 0 20px;
}

.block-mypage--orderticket-title {
  font-size: 14px;
  padding: 0 20px;
  margin: 0 0 10px;
}

.block-mypage--orderticket-text {
  font-size: 11px;
  margin: 0 0 20px;
  padding: 0 20px;
}

.block-mypage--orderticket-lists {
  overflow-x: scroll;
  padding: 0 0 10px 20px;
}

.block-mypage--orderticket-lists ul {
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
}

.block-mypage--orderticket-lists li {
  position: relative;
  display: inline-block;
  width: 137px;
  margin: 0 14px 0 0;
  white-space: normal;
}

.block-mypage--orderticket-lists li:last-child {
  margin: 0 20px 0 0;
}

.block-mypage--orderticket-used-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 137px;
  height: 137px;
  background: rgba(128, 128, 128, .8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  border-radius: 12px;
}

.block-mypage--orderticket-expired-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 137px;
  height: 137px;
  background: rgba(128, 128, 128, .8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  border-radius: 12px;
}

.block-mypage--orderticket-active-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 137px;
  height: 137px;
  background: rgba(128, 128, 128, .8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  border-radius: 12px;
}

.block-mypage--orderticket-used-panel span {
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
}

.block-mypage--orderticket-expired-panel span {
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
}

.block-mypage--orderticket-active-panel span {
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  padding: 48px 0 0;
  background: url(../../img/usr/sb/common/img_orderticket_active.png) no-repeat center top / 40px;
}
.block-mypage--orderticket-used-panel-date {
  font-size: 10px;
  font-weight: normal;
  margin: 5px 0 0;
}
.block-mypage--orderticket-expired-panel-date {
  font-size: 10px;
  font-weight: normal;
  margin: 5px 0 0;
}
.block-mypage--orderticket-active-panel-date {
  font-size: 10px;
  font-weight: normal;
  margin: 5px 0 0;
}

.block-mypage--orderticket-item-img {
  border-radius: 12px;
  overflow: hidden;
  margin: 0 0 8px;
}

.block-mypage--orderticket-item-name {
  font-size: 12px;
}

.block-mypage--orderticket-used-date,
.block-mypage--orderticket-expired-date,
.block-mypage--orderticket-active-date,
.block-mypage--orderticket-limit {
  color: #808080;
  font-size: 11px;
  margin: 16px 0 0;
}

.block-mypage--orderticket-message {
  padding: 0 145px 0 20px;
}

.block-mypage--orderticketurlcopy-btn {
  display: inline-block;
  width: 50px;
  text-align: center;
  border: 1px solid #8D075C;
  border-radius: 30px;
  color: #AA0046;
  font-size: 11px;
  font-weight: bold;
  padding: 10px 0 8px;
  filter: drop-shadow(0px 4px 6px rgba(37, 28, 41, 0.06));

  color: #EA0161;
  border-color: #EA0161;
  text-decoration: none;
}

.block-mypage--orderticketurlcopy-btn a {
  display: inline-block;
  width: 50px;
  text-align: center;
  border: 1px solid #8D075C;
  border-radius: 30px;
  color: #AA0046;
  font-size: 11px;
  font-weight: bold;
  padding: 10px 0 8px;
  filter: drop-shadow(0px 4px 6px rgba(37, 28, 41, 0.06));
}

.block-mypage--orderticketurlcopy-btn a:hover {
  color: #EA0161;
  border-color: #EA0161;
  text-decoration: none;
}

.block-mypage--orderticketurl-btn {
  text-align: right;
  margin-top: auto;
}

.block-mypage--orderticketurl-btn a {
  display: inline-block;
  width: 120px;
  text-align: center;
  border: 1px solid #8D075C;
  border-radius: 30px;
  color: #AA0046;
  font-size: 11px;
  font-weight: bold;
  padding: 10px 0 8px;
  filter: drop-shadow(0px 4px 6px rgba(37, 28, 41, 0.06));
}

.block-mypage--orderticketurl-btn a:hover {
  color: #EA0161;
  border-color: #EA0161;
  text-decoration: none;
}

.block-mypage--orderticket-field {
  display: flex;
}
/* スマレジ */
.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: #00b900 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 #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;
}

/* 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: #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;
}

.modal--linesync-menu-contents .line_word {
  background: #00c300;
  border-left: solid 1px #00b300;
  border-radius: 0 7px 7px 0;
  width: 70%;
  height: 40px;
  line-height: 38px;
  float: left;
  text-align: left;
  padding: 0 10px;
  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 20px 30px;
}

.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--update-mail a {
  text-decoration: underline;
}

.block-member-info .block-topic-path {
  margin: 10px -10px 0;
}

.block-member-info--items-family-info .block-member-info--birth select {
  min-width: 0;
  width: 25%;
}

.block-member-info--items-family-info-title {
  position: relative;
  font-size: 14px;
  padding: 10px;
  border-top: 1px solid #DEDEDE;
}
.block-member-info--items-family-info-title:first-child {
  border: 0;
}
.block-member-info--items-family-info-title:before,
.block-member-info--items-family-info-title:after {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 1px;
  background: #121212;
}
.block-member-info--items-family-info-title:after {
  transform: rotate(90deg);
}
.block-member-info--items-family-info-title.open:after {
  transform: rotate(180deg);
}
.block-member-info--items-family-info .form-group {
  display: none;
}
.block-member-info--items-family-info .block-member-info--name {
  border-top: 1px solid #DEDEDE;
  margin-top: 0;
  padding: 12px 0;
}
.help-block .block-member-info--uid-text-unchangeable {
  display: inline;
  text-decoration:underline;
  font-size: 14px;
}

/* ----会員登録 カシポカード欄・電話番号検索欄---- */

#cashipo_no.nonactive {
  pointer-events: none;
  background-color: #BFBFBF;
}

#telsearch_inputform.nonactive {
  pointer-events: none;
  background-color: #EFEFEF;
}

input[type="text"].nonactive {
  pointer-events: none;
  background-color: #BFBFBF;
}

#telsearchexec.nonactive {
  pointer-events: none;
  color: #FFFFFF;
  background-color: #BFBFBF;
}

.action-buttons.telsearchdisp {
  margin-top: 10px;
}

/* ----会員登録 電話番号検索欄 電話番号照会成功時メッセージ---- */

.block-member-info-customer-search-success.inactive-success-msg{
  display: none;
}

.block-member-info-customer-search{
  display: flex;
  justify-content: center;
}

.block-member-info-customer-search-success{
  display: inline-block;
  color: #AA0046;
  font-size: 13px;
}

/* ----会員登録画面 EFOエラーメッセージ（固定）---- */

.js-efo-form-fixed-error{
  display: none;
}
.js-efo-form-fixed-error.active-error{
  display: table;
}

.block-member-info--btns-error{
  display: flex;
  justify-content: center;
}

.js-efo-form-fixed-error-btn.active-error-btn{
  display: inline-block;
}

.block-member-info .block-member-info--btn-next.inactive-btn, .action .block-member-info--forward.inactive-btn{
  pointer-events: none;
  color: #FFFFFF;
  background-image: none;
  background-color: #BFBFBF;
  border: 0;
}

/* ----会員登録確認画面---- */

.block-member-info-confirmation {
  margin: 10px 20px 30px;
}

.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 {
  display: none;
  margin-top: 10px;
}

.block-member-info-confirmation--login-state-saving-message {
  margin-top: 10px;
}

/* ----会員登録完了画面---- */

.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-update-mail-address {
  margin: 10px 20px 30px;
}

.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 20px 30px;
}

.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 20px 30px;
}

.block-shipping-address--message {
  padding-bottom: 10px;
}

.block-reset-password--message,
.block-reset-password--form {
  margin: 0 0 12px;
}

.block-update-member-password .block-topic-path {
  margin: 10px -10px 0;
}

.block-reset-password--uid input {
  width: 100%;
}

.block-pass-change-modal--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}

.block-pass-change-modal--contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  width: 87%;
  border-radius: 12px;
  padding: 40px 24px 48px;
}

.block-pass-change-modal--title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}

.block-pass-change-modal--text {
  font-size: 13px;
  text-align: center;
  margin: 0 0 12px;
}

.block-pass-change-modal--close {
  position: absolute;
  top: -18px;
  right: -18px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  width: 36px;
  height: 36px;
  background: #808080;
  border-radius: 50%;
  filter: drop-shadow(0px 4px 12px rgba(37, 28, 41, 0.14));
  cursor: pointer;
}

.block-pass-change-modal--caution {
  color: #AA0046;
  font-size: 12px;
  line-height: 1.67;
  background: #FCEAEF;
  padding: 12px 16px;
  margin: 0 0 24px;
}

.block-pass-change-modal--submit input {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: #FFF;
  padding: 17px 0;
  cursor: pointer;
}

.block-pass-change-modal--cancel button {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  height:50px;
  color: #AA0046;
  padding: 17px 0;
  cursor: pointer;
}

.block-pass-change-modal--submit {
  position: relative;
  display: block;
  margin: auto auto 0;
  max-width: 280px;
  border-radius: 30px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  height:52px;
  /* padding: 17px 0; */
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
}

.block-pass-change-modal--submit::before, .block-pass-change-modal--submit::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e21469;
  background: linear-gradient(#aa0046 0%, #b70054 100%);
  box-shadow: 0px 4px 12px rgba(37, 28, 41, 0.06);
  z-index: -1;
  transition: .3s ease;
}

.block-pass-change-modal--submit::after {
  background: linear-gradient(#c60051 0%, #e50069 100%);
  border: 1px solid #f8237b;
  z-index: -2;
  color:#FFF
}

.block-pass-change-modal--cancel {
  position: relative;
  display: block;
  margin: auto auto 0;
  max-width: 280px;
  border-radius: 30px;
  border: solid 1px #AA0046;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  /* padding: 17px 0; */
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  margin-top:10px;
}

.block-pass-change-modal--close::before, .block-pass-change-modal--close::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 12px;
  background: #FFF;
  transform: rotate(45deg);
}

.block-pass-change-modal--submit:hover::before {
  opacity: 0;
}

.block-pass-change-modal--close::after {
  transform: rotate(-45deg);
}

.block-login--display-autologout {
  display: flex; 
  flex-direction: row;
}

.autologout-caption{
  color:#AA0046
}


/* ----パスワード変更完了画面---- */

.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: 4px 0 10px;
}

.block-update-member-password--login-link a {
  color: #AA0046;
  text-decoration: underline;
}

/* ----パスワード再設定画面---- */

.block-update-new-password {
  margin: 10px 20px 30px;
}

.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 {
  margin: 10px 20px 30px;
}

.block-update-new-password--items input {
  width: 100%;
}

/* ----パスワード再設定メール送信完了画面---- */

.block-reset-password {
  margin: 10px 20px 30px;
}

.block-reset-password-completed--message {
  padding: 0 10px 10px;
}

.block-reset-password-completed .action-buttons {
  margin: 0 10px 10px;
}
/* ----ログイン画面---- */

.block-login {
  margin: 10px 20px 30px;
}

.block-login h1 {
  margin: -10px;
}

.block-login h2 {
  background: transparent;
}

.block-login--member-body {
  padding: 10px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.block-login--appli-message {
  padding: 5px;
}

.block-login--uid input,
.block-login--pwd input {
  width: 100%;
}

.block-login--display-password input {
  width: 24px;
}

.block-login--display-autologout input {
  min-width: 24px;
  width: 24px;
}

.block-login--display-autologout {
    display: block;
    margin-top: 10px;
    text-align: left;
    margin-left: 15px;
}

.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,
.block-login--ask-uid {
  margin: 0 0 8px;
}

.block-login--logout {
  margin: 8px 0 0;
}

.block-login--ask-withdrawal {
  margin: 8px 0 0;
}

.block-login--ask-password a,
.block-login--ask-uid a,
.block-login--ask-help a,
.block-login--logout a,
.block-login--ask-withdrawal a {
  position: relative;
  display: block;
  color: #AA0046;
  border: solid 1px #8D075C;
  background-color: #FFF;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  padding: 8px 0;
  margin: 0 auto;
  width: 80%;
  min-width: 250px;
}

.block-login--ask-password a:after,
.block-login--ask-uid a:after,
.block-login--ask-help a:after,
.block-login--logout a:after,
.block-login--ask-withdrawal a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 1px solid #8D075C;
  border-bottom: 1px solid #8D075C;
  transform: rotate(-45deg);
}

.block-login--first-time-header {
  margin: 20px 0 8px;
}

.block-login--first-time-body {
  padding: 10px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.block-login--amazon-header {
  margin: 20px 0 8px;
}

.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--guest[disabled] {
  background: #dcdcdc;
  cursor: not-allowed;
}

.block-login--member-info-country select {
  max-width: 100%;
}

.block-login--member-info-value-label {
  display: block;
  margin: 5px 0;
}

.checktype_myshop {
  display: block;
  margin: 10px 0 12px;
}

.block-login--display-password {
  display: block;
  margin-top: 10px;
  text-align: left;
}

/* 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(75% + 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: #00b900 url(../../img/sys/snslogin/line.png) no-repeat;
  background-size: 40px 40px;
}

.block-login--snslogin-contents .sns_word {
  width: 75%;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: left;
  padding: 0 10px;
  border-left: solid 1px #ccc;
}
.block-login--snslogin-contents .sns_word {
  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-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: #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 .line_word {
  background: #00c300;
  border-left: solid 1px #00b300;
  border-radius: 0 7px 7px 0;
  width: 75%;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: left;
  padding: 0 10px;
  color: #fff;
}

.block-login--linelogin-state-saving-mesage {
  margin-top: 10px;
}

/* ----追加認証画面---- */

.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 {
  margin: 10px 20px 30px;
}

.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 #DEDEDE;
}

.block-favorite--items > li {
  width: 100%;
  padding: 10px 0;
  vertical-align: top;
  border-bottom: 1px solid #DEDEDE;
}

.block-favorite--favorite-goods {
  display: table;
  width: 100%;
}

.block-favorite--checkbox {
  display: table-cell;
  width: 20px;
  vertical-align: top;
  padding: 5px;
}

.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-title {
  float: left;
}

.block-favorite--comment {
  margin-top: 10px;
}

.block-favorite--comment-message {
  word-break: break-all;
}

.block-favorite--comment-button {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

input.block-favorite--update {
  color: #AA0046;
  border: solid 1px #8D075C;
  margin-bottom: 5px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 4px 10px;
  border-radius: 30px;
  font-size: 12px;
  background: #FFF;
}

input.block-favorite--cancel {
 color: #AA0046;
  background-color: #F0F0F0;
  border: solid 1px #E0E0E0;
  margin-bottom: 5px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 4px 10px;
  border-radius: 30px;
  font-size: 12px;
}

.block-favorite--delete-item {
  text-align: right;
  margin-top: 4px;
}

.block-favorite--delete-item .btn {
  background: 0;
  border: 0;
  padding: 0;
  border-radius: 0 !important;
  box-shadow: none;
  text-decoration: underline;
}

.block-favorite--items {
  margin-bottom: 10px;
}

.block-favorite .block-accessory-list {
  margin: 28px -20px 0;
}

.block-favorite--name .block-topic-path {
  margin: 0 -10px;
}

.block-favorite--name {
  font-weight: bold;
}

.block-favorite--edit-comment a {
  text-decoration: underline;
}

.block-favorite--update-dt {
  color: #808080;
  font-size: 10px;
  margin: 8px 0 0;
}

.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%;
}

.btn.block-favorite--add-to-cart {
  color: #FFF;
  background: linear-gradient(#aa0046 0%, #b70054 100%);
  border: 1px solid #E21469;
}

.block-favorite .form-error {
  display: inline-flex;
  padding: 0;
}

.block-favorite .form-error:before,
.block-favorite .form-error:after {
  content: '';
  width: 10px;
  height: 100%;
}

/* ----入荷案内申し込み商品画面---- */

.block-arrival-notice-list {
  margin: 10px 20px 30px;
}

.block-arrival-notice-list--items > li:first-child {
  border-top: 1px solid #DEDEDE;
}

.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 solid #DEDEDE;
}

.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--delete-item .btn {
  background: 0;
  border: 0;
  box-shadow: none;
  padding-bottom: 0;
  text-decoration: underline;
  border-radius: 0 !important;
}

.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-arrival-notice-list--order-dt {
  color: #808080;
  font-size: 10px;
  margin: 8px 0 0;
}

/* ----購入履歴一覧画面---- */

.block-purchase-history {
  margin: 10px 20px 30px;
}

.block-purchase-history--customer-name {
  margin: 0 0 10px;
  font-weight: bold;
}

.block-purchase-history--search-frame input {
  width: 100%;
}

.block-purchase-history--recommend {
  padding: 0 10px 10px 10px;
  text-align: right;
  text-decoration: underline;
}

.block-purchase-history--list {
  margin: 28px 0 0;
}

.block-purchase-history--table {
  margin: 0 0 10px;
}
.block-purchase-history--table tr {
    display: flex;
    flex-wrap: wrap;
}
.block-purchase-history--table tr>* {
    display: block;
    width: 100%;
    border: 0;
}

.block-purchase-history .block-topic-path {
  margin: 0 -10px;
}
.block-purchase-history--order-detail-item { display: flex; gap: 5px; }
.block-purchase-history--order-detail-item::before {
  content: "・";
  display: inline-block;
}
.block-purchase-history--order-detail-item + .block-purchase-history--order-detail-item {
  margin-top: 10px;
}
.block-purchase-history--order-detail-list .block-purchase-history--goods-subitems .block-goods-child .block-goods-child--name {
  padding-left: 10px;
}

.block-purchase-history--pager {
  text-align: center;
}

.block-purchase-history--pager .pager-total {
  text-align: left;
}

.block-purchase-history .block-accessory-list {
  margin: 32px -20px 0;
}

.block-purchase-history--order-id a {
  text-decoration: underline;
}

.block-purchase-history--status a:hover,
.block-purchase-history--status a:focus {
  text-decoration: none;
}

.block-purchase-history--order-detail-reorder {
  text-align: center;
  margin-top: 20px;
}

.block-purchase-history--order-detail-reorder a {
  display: inline-block;
  text-decoration: none;
  color: #AA0046;
  border: solid 1px #8D075C;
  background-color: #FFF;
  border-radius: 30px;
  width: 100%;
  margin-top: 0;
  padding: 10px 0;
}

.action .block-purchase-history--order-detail-reorder .btn {
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* ----購入履歴詳細画面---- */

.block-purchase-history-detail {
  margin: 10px 20px 30px;
}

.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--tax-reduced-message {
  margin: 3px 0;
}

.block-purchase-history-detail--payment-info-items {
  margin-top: 10px;
}

.block-purchase-history-detail--point-message {
  margin: 4px 0 0;
}

.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--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: 20px 0;
}

.block-purchase-history-detail--goods-code {
  font-size: 12px;
}

th.block-purchase-history-detail--goods-name-title {
  width: 55%;
}

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--egift-discount td,
.block-purchase-history-detail--order-comment 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--shipment-header {
  margin: 24px 0px 8px;
}

.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-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--add-goods {
  color: #FFF;
  background: linear-gradient(#aa0046 0%, #b70054 100%);
  border: 1px solid #E21469;
}

.block-purchase-history-detail--cancel {
  background: #F0F0F0;
  border: 1px solid #d5d5d5;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
}

.block-purchase-history-detail--body th {
  font-weight: bold;
}

.block-purchase-history-detail--receipt-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-purchase-history-detail--receipt-reissuemsg {
  margin-bottom: 10px;
}

.block-purchase-history-detail--receipts {
  margin-bottom: 50px;
}

.block-purchase-history-detail--receipt-items {
  display: flex;
  flex-direction: column;
}

.block-purchase-history-detail--receipt-items label {
  margin-top: auto;
  margin-bottom: auto;
  font-weight: bold;
}

.block-purchase-history-detail--receipt-input {
  margin-right: 20px;
  margin-bottom: 20px;
}

.block-purchase-history-detail--receipt{
  width: 100%;
  padding: 10px 0;
}

.block-purchase-history-detail--receipt-caution {
  margin-bottom: 10px;
}

.block-purchase-history-detail--deli-receipt-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-purchase-history-detail--deli-receipt-reissuemsg {
  margin-bottom: 10px;
}

.block-purchase-history-detail--deli-receipts {
  margin-bottom: 50px;
}

.block-purchase-history-detail--deli-receipt-items {
  display: flex;
  flex-direction: column;
}

.block-purchase-history-detail--deli-receipt-items label {
  margin-top: auto;
  margin-bottom: auto;
  font-weight: bold;
}

.block-purchase-history-detail--deli-receipt-input {
  margin-right: 20px;
  margin-bottom: 20px;
}

.block-purchase-history-detail--deli-receipt{
  width: 100%;
  padding: 10px 0;
}

.block-purchase-history-detail--deli-receipt-caution {
  margin-bottom: 10px;
}

.block-purchase-history-detail--re-deli-receipt-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-purchase-history-detail--re-deli-receipt-reissuemsg {
  margin-bottom: 10px;
}

.block-purchase-history-detail--re-deli-receipts {
  margin-bottom: 50px;
}

.block-purchase-history-detail--re-deli-receipt-items {
  display: flex;
  flex-direction: column;
}

.block-purchase-history-detail--re-deli-receipt-items label {
  margin-top: auto;
  margin-bottom: auto;
  font-weight: bold;
}

.block-purchase-history-detail--re-deli-receipt-input {
  margin-right: 20px;
  margin-bottom: 20px;
}

.block-purchase-history-detail--re-deli-receipt{
  width: 100%;
  padding: 10px 0;
}

.block-purchase-history-detail--re-deli-receipt-caution {
  margin-bottom: 10px;
}

.block-purchase-history-detail--order-ticket-ticket_url-field {
    display: flex;
}

.block-purchase-history-detail--order-ticket-ticket_url-field-copy-btn {
    display: inline-block;
    width: 50px;
    text-align: center;
    border: 1px solid #8D075C;
    border-radius: 30px;
    color: #AA0046;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0 8px;
    filter: drop-shadow(0px 4px 6px rgba(37, 28, 41, 0.06));
    color: #EA0161;
    border-color: #EA0161;
    text-decoration: none;
}

.block-purchase-history-detail--order-space {
  height: 10px;
}

.block-purchase-history-detail--order-ticket_copy-msg,
.block-mypage--orderticketurlcopy-btn-copy-msg {
  color: #AA0046;
  height: 20px;
}

.block-purchase-history-detail--order-ticket_copy-msg {
  text-align: left;
}

.block-mypage--orderticketurlcopy-btn-copy-msg {
  text-align: center;
}

.block-purchase-history-detail--egift-discount-message {
  margin: 4px 0 0;
}

/* ----ご注文キャンセル画面---- */

.block-order-cancellation {
  margin: 10px 20px 30px;
}

.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: 24px 0 0;
}

.block-order-cancellation--reason-detail {
  width: 100%;
}

.block-order-cancellation .block-topic-path {
  margin: 10px -10px 0;
}

/* ----ご注文キャンセル完了画面---- */

.block-order-cancellation-completed--header {
  margin: -10px -10px 0;
}

.block-order-cancellation-completed {
  margin: 10px;
  padding-top: -10px;
}

/* ----定期購入商品一覧画面---- */

.block-regular-purcharse-list {
  margin: 10px 20px 30px;
}

.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: 10px 0 0;
}

.block-regular-purcharse-list--list {
  background: #fff;
  margin: 0 0 15px;
  border: 1px solid #DEDEDE;
  border-radius: 3px 3px 0 0;
}

.block-regular-purcharse-list--list a {
  color: #AA0046;
  font-size: 12px;
}

.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-regular-sales > span:last-of-type {
  font-weight: bold;
  text-align: right;
}

.block-regular-purcharse-list--head-info-regular-create-dt {
  background-color: #F0F0F0;
  padding: 10px;
  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;
}

dd.block-regular-purcharse-list--info-withdrawal {
  width: 100%;
  text-align: center;
  margin: 8px 0;
}

.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%;
}

.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;
}

.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: #AA0046;
  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-regular-sales-add--goods {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.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 20px 30px;
}

.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 0 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 {
  margin: 20px 0 0;
}

.block-regular-purcharse-shipment-info-update--new-info-header {
  width: auto;
  margin: 0;
  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-update--cust-edit .btn,
.block-regular-purcharse-shipment-info-update--dest-edit .btn {
  border: 0;
  box-shadow: none;
  padding: 0;
}

.block-regular-purcharse-shipment-info-dest-add {
  padding-top: 5px;
}

.block-regular-purcharse-shipment-info-update--new-item {
  border-bottom: 1px solid #eee;
  padding: 16px 0 12px;
}

.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 20px 30px;
}

.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 20px 30px;
}

.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-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-regular-purcharse-method-info-update {
  margin: 10px 20px 30px;
}

.block-regular-purcharse-method-info-update--regular-sales-items {
  margin: 0 0 8px;
}

.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;
  margin: 0 0 4px;
}

.block-regular-purcharse-method-info-update--current-method {
  margin: 2px 0 0 1em;
}

.block-regular-purcharse-method-info-update--change-method-title {
  margin: 12px 0 8px;
  font-weight: bold;
}

.block-regular-purcharse-method-info-update--change-method {
  margin: 2px 0 0 1em;
}

.block-regular-purcharse-method-info-update--change-method input {
  margin: 2px 4px 2px 0;
}

.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-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-inquiry {
  margin: 10px 20px 30px;
}

.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-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 12;
}

.block-inquiry-modal--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.block-inquiry-modal--contents {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: 70%;
  background: #FFF;
  border-radius: 2px;
  padding: 24px 20px;
}

.block-inquiry-modal--title {
  font-size: 18px;
  font-weight: bold;
  font-family: serif;
  margin: 0 0 12px;
  text-align: center;
  letter-spacing: 1px;
}

.block-inquiry-modal--text {
  text-align: center;
  margin: 0 0 16px;
}

.block-inquiry-modal--privacy {
  overflow-y: auto;
  height: calc(100% - 245px);
  border: 1px solid #DEDEDE;
  padding: 16px;
  font-size: 12px;
}

.block-inquiry-modal--privacy-sec:not(:last-child) {
  margin: 0 0 20px;
}

.block-inquiry-modal--privacy-sec-ttl {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 8px;
}

.block-inquiry-modal--privacy-sec p {
  margin: 0 0 4px;
}

.block-inquiry-modal--privacy-sec ul {
  margin: 0 0 12px;
}

.block-inquiry-modal--privacy-sec p:last-child,
.block-inquiry-modal--privacy-sec ul:last-child {
  margin: 0;
}

.block-inquiry-modal--privacy-sec li {
  text-indent: -10px;
  padding: 0 0 0 10px;
}

.block-inquiry-modal--privacy-sec dl {
  margin: 16px 0 0;
}

.block-inquiry-modal--privacy-sec dt {
  margin: 0 0 4px;
}

.block-inquiry-modal--privacy-sec dt a {
  text-decoration: underline;
}

.block-inquiry-modal--btn {
  margin: 20px 0 0;
}

.block-inquiry-modal--btn-disagree {
  display: block;
  color: #AA0046;
  font-size: 14px;
  padding: 12px 0;
  border-radius: 30px;
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  text-align: center;
}

.block-inquiry-modal--btn-agree {
  color: #AA0046;
  font-size: 14px;
  letter-spacing: 1px;
  border: 1px solid #8D075C;
  background: transparent;
  padding: 12px 0;
  margin: 0 0 10px;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  border-radius: 30px;
  text-align: center;
}

.block-inquiry .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 20px;
}

.block-inquiry .constraint {
  margin: 0 0 0 4px;
}

.block-inquiry .form-control {
  width: 100%;
  margin: 8px 0 0;
}

.block-inquiry .control-label {
  font-weight: bold;
}

.block-inquiry--withdrawal_reason {
  width: 900px;
}

/* ----お問い合わせ確認画面---- */

.block-inquiry--confirmation-form .form-control {
  display: block;
  min-height: 24px;
}

/* ----お問い合わせ完了画面---- */

.block-inquiry-completed {
  margin: 10px 20px 30px;
}

.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 {
  padding: 12px;
  border-bottom: 1px solid #DEDEDE;
}

.block-inquiry-history--body li:first-child {
  border-top: 1px solid #DEDEDE;
}

.block-inquiry-history--body li > span {
  display: block;
}

.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--pager-top {
  text-align: right;
  margin: 0 0 8px;
}

.block-inquiry-history--pager-bottom {
  text-align: right;
}

.block-inquiry-history--inquiry-dt {
  color: #808080;
  margin: 0 0 8px;
}

.block-inquiry-history--subject {
  margin: 8px 0 0;
}

/* ----お問い合わせ履歴詳細画面---- */

.block-inquiry-history-detail {
  margin: 10px 20px 30px;
}

.block-inquiry-history-detail--customer-name {
  margin: 0 0 8px;
  font-weight: bold;
}

.block-inquiry-history-detail--subject {
  background: #f5f5f5;
  padding: 6px 10px 4px;
}

.block-inquiry-history-detail--date {
  float: left;
}

.block-inquiry-history-detail--title {
  margin-bottom: 4px;
  overflow: hidden;
}

.block-inquiry-history-detail--contact-info {
  display: block;
}

.block-inquiry-history-detail--id {
  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: 1px solid #DEDEDE;
  font-size: 14px;
}

.block-inquiry-history-detail--form {
  margin-top: 10px;
  margin-bottom: 10px;
}

.block-inquiry-history-detail--item dd {
  margin-bottom: 16px;
}

.block-inquiry-history-detail--message {
  margin: 0 0 10px;
}

.block-inquiry-history-detail--inquiry-body {
  margin: 0 0 12px;
}

.block-inquiry-history-detail--inquiry-body textarea {
  width: 100%;
}

.block-inquiry-history-detail--inquiry-body-confirm {
  margin-bottom: 10px;
}

/* ----お問い合わせ履歴詳細確認画面---- */

.block-inquiry-history-detail--message-confirm {
  padding-bottom: 10px;
}

.block-inquiry-history {
  margin: 10px 20px 30px;
}

/* スマレジ */
.block-purchase-history-detail--smaregipoint {
  clear: both;
}

/* ----フリーお問い合わせ履歴詳細確認画面---- */

.block-inquiry--confirmation-free-contact {
  display: block;
  min-height: 24px;
}

.block-inquiry--subject {
  width: 100%;
}

.block-inquiry--order-id input {
  width: 100%;
}

/* ----ポイント履歴一覧画面---- */

.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 20px 30px;
}

.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-coupon-list--list {
  margin: 5px 0 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: 1px 5px;
}

.block-store-coupon-list--table .block-store-coupon-list--dt {
  text-align: right;
}

.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;
}

.block-store-coupon-detail--barcode-image {
  padding: 0 10px 10px;
}

.block-store-coupon-detail--barcode-image img {
  height: auto;
  width: 100%;
}

.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;
}

.block-customer-card--barcode {
  padding-bottom: 10px;
}

.block-customer-card--barcode img {
  height: auto;
  width: 100%;
}

.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 20px 30px;
}

.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-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-coupon-detail {
  padding: 20px;
  border-bottom: 20px solid #F0F0F0;
}
.block-coupon-detail--img {
  position: relative;
  width: 240px;
  margin: 0 auto 10px;
  padding: 0 0 24px;
}
.block-coupon-detail--img figure {
  transition: .5s ease;
}
.block-coupon-detail--img.rotate figure {
  transform: rotate(-180deg);
}
.block-coupon-detail--img-rotate {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 48px;
  height: 48px;
  background: #FFF;
  border-radius: 50%;
  filter: drop-shadow(0px 4px 12px rgba(140, 85, 165, 0.12));
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-coupon-detail--img-rotate img {
  width: 24px;
}
.block-coupon-detail--info-name {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 0 0 10px;
  letter-spacing: 1px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.block-coupon-detail--info-message {
  color: #AA0046;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
.block-coupon-detail--info-coupon-btn {
  width: 280px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(#aa0046 0%, #b70054 100%);
  border: 1px solid #e21469;
  box-shadow: 0px 4px 12px rgba(37, 28, 41, 0.06);
  border-radius: 30px;
  text-align: center;
  margin: 0 auto 15px;
  padding: 17px 0;
}
.block-coupon-detail--info-caution {
  color: #121212;
  font-size: 10px;
  text-align: center;
}
.block-coupon-detail--info-date {
  border-top: 1px solid #E0E0E0;
  padding: 16px 0 0;
  margin: 16px 0 8px;
}
.block-coupon-detail--info-date,
.block-coupon-detail--info-remaining {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1;
}
.block-coupon-detail--info-date dt,
.block-coupon-detail--info-remaining dt {
  position: relative;
  padding: 0 8px 0 0;
  margin: 0 12px 0 0;
}
.block-coupon-detail--info-date dt::after,
.block-coupon-detail--info-remaining dt::after {
  content: ':';
  position: absolute;
  top: -1px;
  right: 0;
}
.block-coupon-detail--info-date dd span {
  font-weight: bold;
}
.block-coupon-detail--info-remaining dd {
  font-size: 14px;
  font-weight: bold;
}
.block-coupon-detail--info-myshop {
  display: flex;
  align-items: center;
  margin: 16px 0 0;
}
.block-coupon-detail--info-myshop dt {
  color: #FFF;
  font-size: 11px;
  background: #121212;
  border-radius: 30px;
  margin: 0 12px 0 0;
  padding: 5px 15px;
}
.block-coupon-detail--info-myshop dd {
  font-size: 14px;
}
.block-coupon-detail--info-back-btn a {
  display: block;
  width: 280px;
  background: #F0F0F0;
  border-radius: 30px;
  margin: 16px auto 0;
  padding: 18px 0;
  box-shadow: 0px 4px 12px rgba(37, 28, 41, 0.06);
  text-align: center;
  color: #AA0046;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #E0E0E0;
}
.block-coupon-note,
.block-birthday-coupon-note {
  padding: 32px 20px;
}
.block-coupon-note--title,
.block-birthday-coupon-note--title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px;
}
.block-coupon-note--text {
  margin: 0 0 20px;
}
.block-coupon-note--caution,
.block-birthday-coupon-note--caution {
  margin: 40px 0 0;
  color: #808080;
}
.block-coupon-note--caution-title,
.block-birthday-coupon-note--caution-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px;
}
.block-coupon-note--caution li,
.block-birthday-coupon-note--caution li {
  font-size: 11px;
}
.block-coupon-confirm {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 11;
}
.block-coupon-confirm--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}
.block-coupon-confirm--contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  border-radius: 12px;
  padding: 72px 25px;
  width: 87%;
}
.block-coupon-confirm--close {
  position: absolute;
  top: 10px;
  right: 10px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #121212;
  box-shadow: 0px 4px 12px rgba(37, 28, 41, 0.12);
}
.block-coupon-confirm--close::before,
.block-coupon-confirm--close::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 15px;
  background: #fff;
  transform: rotate(45deg);
}
.block-coupon-confirm--close::after {
  transform: rotate(-45deg);
}
.block-coupon-confirm--title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
.block-coupon-confirm--text {
  font-size: 12px;
  line-height: 1.67;
}
.block-coupon-confirm--checkbox {
  background: #FCEAEF;
  border-radius: 4px;
  padding: 10px;
  margin: 0 0 12px;
}
.block-coupon-confirm--checkbox label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
}
.block-coupon-confirm--contents .block-app-members-modal--submit {
  background: none;
  border: none;
  box-shadow: none;
}
.block-coupon-confirm--contents .block-app-members-modal--submit input {
  position: relative;
  width: 100%;
  border-radius: 30px;
  text-align: center;
  color: #E0E0E0;
  font-size: 14px;
  font-weight: bold;
  padding: 19px 0;
  box-shadow: 0px 4px 20px rgba(140, 85, 165, 0.12);
  background: #BBB;
  border: 1px solid #BBB;
  pointer-events: none;
}
.block-coupon-confirm--contents .block-app-members-modal--submit input.active {
  background: linear-gradient(#aa0046 0%, #b70054 100%);
  border: 1px solid #e21469;
  color: #FFF;
  pointer-events: auto;
}
.block-coupon-confirm--back {
  text-align: center;
  margin: 16px 0 20px;
}
.block-coupon-confirm--back a {
  text-align: center;
  color: #AA0046;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

/* ----マイショップクーポン使用済み画面---- */
.block-coupon-used {
  padding: 20px 20px 32px;
}
.block-coupon-used--img {
  position: relative;
  width: 80vw;
  margin: 0 auto 32px;
  border-radius: 15px;
  overflow: hidden;
}
.block-coupon-used--panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(128, 128, 128, .8);
}
.block-coupon-used--panel span {
  color: #FFF;
  font-size: 19px;
  font-weight: bold;
  padding: 80px 0 0;
  background: url(../../img/usr/sb/common/img_check.png) no-repeat center top / 62px;
}
.block-coupon-used--barcode {
  width: 280px;
  margin: 0 auto 30px;
}
.block-coupon-used--name {
  font-size: 14px;
  line-height: 1.43;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
.block-coupon-used--message {
  color: #AA0046;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.block-coupon-used--date {
  text-align: center;
  margin: 0 0 12px;
}
.block-coupon-used--remaining {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 0 0 24px;
}
.block-coupon-used--remaining dt {
  position: relative;
  padding: 1px 8px 0 0;
  margin: 0 8px 0 0;
}
.block-coupon-used--remaining dt::before {
  content: ':';
  position: absolute;
  top: -1px;
  right: 0;
}
.block-coupon-used--remaining dd {
  font-size: 16px;
  font-weight: bold;
}
.block-coupon-used--back a {
  display: block;
  width: 84%;
  margin: 0 auto;
  padding: 18px 0;
  background: #F0F0F0;
  border: 1px solid #E0E0E0;
  text-align: center;
  border-radius: 30px;
  color: #AA0046;
  font-size: 14px;
  font-weight: bold;
}

/* ----誕生日クーポン詳細画面---- */
.block-birthday-coupon-detail {
  padding: 20px 20px 32px;
  border-bottom: 20px solid #F0F0F0;
}
.block-birthday-coupon-detail--img {
  position: relative;
  width: 300px;
  margin: 0 auto 20px;
}
.block-birthday-coupon-detail--info-name {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 0 0 20px;
  letter-spacing: 1px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.block-birthday-coupon-detail--info-message {
  margin: 0 0 24px;
}
.block-birthday-coupon-detail--info-date {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
.block-birthday-coupon-detail--info-date dt {
  position: relative;
  padding: 0 8px 0 0;
  margin: 0 8px 0 0;
}
.block-birthday-coupon-detail--info-date dt::after {
  content: ':';
  position: absolute;
  top: -1px;
  right: 0;
}
.block-birthday-coupon-detail--info-date dd span {
  font-weight: bold;
}
.block-birthday-coupon-detail--info-reserve a {
  width: 280px;
  display: block;
  margin: 0 auto;
  padding: 18px 0;
  font-weight: bold;
}
.block-birthday-coupon-detail--info-back-btn a {
  display: block;
  width: 280px;
  background: #F0F0F0;
  border-radius: 30px;
  margin: 16px auto 0;
  padding: 18px 0;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  text-align: center;
  color: #AA0046;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #E0E0E0;
}

/* ----会員情報変更画面---- */
.page-customer .block-member-info--job1,
.page-customer .block-member-info-confirmation--job1 {
  display: none;
}

.block-member-info--custappend3 .help-block {
  font-weight: normal;
}

.form-control .registered-mail {
  pointer-events: none;
  background-color: #BFBFBF;
  font-weight: bold;
}

/* ----ご注文方法指定画面 eギフト金額過剰メッセージ ---- */

.block-estimateEgiftMessage-modal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 12;
}

.block-estimateEgiftMessage-modal--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.block-estimateEgiftMessage-modal--contents {
  overflow-y : auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: fit-content;
  background: #FFF;
  border-radius: 2px;
  padding: 24px 20px;
}

.block-estimateEgiftMessage-modal--contents-promotionRed {
  color: #FF0000;

}

.block-estimateEgiftMessage-modal--contents-promotionNormal {
  color: #000000;

}

.block-estimateEgiftMessage-modal--contents-couponRed {
  color: #FF0000;

}

.block-estimateEgiftMessage-modal--contents-couponNormal {
  color: #000000;

}

.block-estimateEgiftMessage-modal--contents-egiftRed {
  color: #FF0000;

}

.block-estimateEgiftMessage-modal--contents-egiftNormal {
  color: #000000;

}

.block-estimateEgiftMessage-modal--title {
  font-size: 18px;
  font-weight: bold;
  font-family: serif;
  margin: 0 0 12px;
  text-align: center;
  letter-spacing: 1px;
}

.block-estimateEgiftMessage-modal--text {
  text-align: center;
  margin: 0 0 16px;
}

.block-estimateEgiftMessage-modal--btn {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}

.block-estimateEgiftMessage-modal--btn-back {
  color: #AA0046;
  font-size: 14px;
  letter-spacing: 1px;
  border: 1px solid #8D075C;
  background: transparent;
  padding: 12px 0;
  margin: 0 30px 10px;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  border-radius: 30px;
  text-align: center;
  flex-direction: column;
}

.block-estimateEgiftMessage-modal--btn-back-top {
  font-size: 20px;
}
.block-estimateEgiftMessage-modal--btn-back-under {
  font-size: 14px;
}

.block-estimateEgiftMessage-modal--btn-back:hover {
  text-decoration: none;
  background: #e6e6e6;
  border: 1px solid #d5d5d5;
}

.block-estimateEgiftMessage-modal--btn-close {
  width: 240px;
  color:#FFF;
  font-size: 14px;
  letter-spacing: 1px;
  border: 1px solid #8D075C;
  background: linear-gradient(#aa0046 0%, #ce005f 100%);
  padding: 12px 0;
  margin:auto;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  border-radius: 30px;
  text-align: center;
  flex-direction: column;
}

.block-estimateEgiftMessage-modal--btn-close-top {
  font-size: 20px;
}

.block-estimateEgiftMessage-modal--btn-close-under {
  font-size: 14px;
}

.block-estimateEgiftMessage-modal--btn-close:hover {
  text-decoration: none;
  background: #FFF;
  border: 1px solid #d5d5d5;
}
.block-estimateEgiftMessage-modal--btn-close:before,
.block-estimateEgiftMessage-modal--btn-close:after {
}

.block-estimateEgiftMessage-modal--btn a {
  width: 240px;
}
.block-estimateEgiftMessage-modal--btnMesssage {
  display: flex;
  justify-content: center;
}
.block-estimateEgiftMessage-modal--btnMesssage div {
  width: 175px;
  text-align: left;
}

/* ----退会手続き画面---- */

.block-withdrawal {
  margin: 10px 20px 30px;
}

.block-withdrawal--customer-name {
  margin: 0 0 10px;
  font-weight: bold;
}

.block-withdrawal--message {
  padding: 0 0 10px;
}
.block-withdrawal--name .form-control input {
  margin: 0 0 5px ;
}

.block-withdrawal--withdrawal-body textarea {
  width: 100%;
}

.block-withdrawal .block-topic-path {
  margin: 10px -10px 0;
}

.block-withdrawal-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 12;
}

.block-withdrawal-modal--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.block-withdrawal-modal--contents {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: 70%;
  background: #FFF;
  border-radius: 2px;
  padding: 24px 20px;
}

.block-withdrawal-modal--title {
  font-size: 18px;
  font-weight: bold;
  font-family: serif;
  margin: 0 0 12px;
  text-align: center;
  letter-spacing: 1px;
}

.block-withdrawal-modal--text {
  text-align: center;
  margin: 0 0 16px;
}

.block-withdrawal-modal--privacy {
  overflow-y: auto;
  height: calc(100% - 245px);
  border: 1px solid #DEDEDE;
  padding: 16px;
  font-size: 12px;
}

.block-withdrawal-modal--privacy-sec:not(:last-child) {
  margin: 0 0 20px;
}

.block-withdrawal-modal--privacy-sec-ttl {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 8px;
}

.block-withdrawal-modal--privacy-sec p {
  margin: 0 0 4px;
}

.block-withdrawal-modal--privacy-sec ul {
  margin: 0 0 12px;
}

.block-withdrawal-modal--privacy-sec p:last-child,
.block-withdrawal-modal--privacy-sec ul:last-child {
  margin: 0;
}

.block-withdrawal-modal--privacy-sec li {
  text-indent: -10px;
  padding: 0 0 0 10px;
}

.block-withdrawal-modal--privacy-sec dl {
  margin: 16px 0 0;
}

.block-withdrawal-modal--privacy-sec dt {
  margin: 0 0 4px;
}

.block-withdrawal-modal--privacy-sec dt a {
  text-decoration: underline;
}

.block-withdrawal-modal--btn {
  margin: 20px 0 0;
}

.block-withdrawal-modal--btn-disagree {
  display: block;
  color: #AA0046;
  font-size: 14px;
  padding: 12px 0;
  border-radius: 30px;
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  text-align: center;
}

.block-withdrawal-modal--btn-agree {
  color: #AA0046;
  font-size: 14px;
  letter-spacing: 1px;
  border: 1px solid #8D075C;
  background: transparent;
  padding: 12px 0;
  margin: 0 0 10px;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  border-radius: 30px;
  text-align: center;
}

.block-withdrawal .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 20px;
}

.block-withdrawal .constraint {
  margin: 0 0 0 4px;
}

.block-withdrawal .form-control {
  width: 100%;
  margin: 8px 0 0;
}

.block-withdrawal .control-label {
  font-weight: bold;
}

/* ----お問い合わせ確認画面---- */

.block-withdrawal--confirmation-form .form-control {
  display: block;
  min-height: 24px;
}

/* ----お問い合わせ完了画面---- */

.block-withdrawal-completed {
  margin: 10px 20px 30px;
}

.block-withdrawal-completed--customer-name {
  margin: 0 0 10px;
  font-weight: bold;
}

.block-withdrawal-completed--message {
  padding-bottom: 10px;
}

.block-withdrawal-completed .block-topic-path {
  margin: 10px -10px 0;
}