@charset "UTF-8";

/* ----会員規約画面---- */

.block-member-terms--header {
  margin-top: 0;
}

.block-member-terms--body {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

/* ----マイページ画面---- */

.page-menu .wrapper {
  background: #F0F0F0;
}

body.page-menu .container {
  width: 920px;
}

.block-mypage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block-mypage h1 {
  width: 100%;
  text-align: center;
  margin: 0 0 28px;
}

.block-mypage--customer-status {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.block-mypage--sign,
.block-mypage--customer-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 450px;
  min-height: 210px;
  background: #FFF;
  border-radius: 8px;
}

.block-mypage--customer-name {
  font-size: 20px;
  margin: 0 0 12px;
}

.block-mypage--logout {
  font-size: 14px;
}

.block-mypage--logout a {
  color: #AA0046;
  font-size: 13px;
}

.block-mypage--logout a:hover {
  text-decoration: underline;
}

.block-mypage--mypoint {
  font-size: 16px;
  padding: 0 0 0 28px;
  margin: 0 0 4px;
  background: url(../../img/usr/common/icon_point.png) no-repeat left bottom 5px / 22px;
}

.block-mypage--mypoint-point {
  font-size: 24px;
  margin: 0 24px 0 6px;
}

.block-mypage--mypoint-text {
  font-size: 13px;
}

.block-mypage--mypoint-limit {
  font-size: 11px;
  margin: 0 0 10px;
}

.block-mypage--mypoint-history {
  margin: 0 0 14px;
}

.block-mypage--mypoint-history a {
  color: #AA0046;
}

.block-mypage--mypoint-history a:hover {
  text-decoration: underline;
}

.block-mypage--myshop dt {
  width: 130px;
  margin: 0 auto 8px;
  background: #121212;
  color: #FFF;
  font-size: 11px;
  text-align: center;
  border-radius: 30px;
  padding: 4px 0;
}

.block-mypage--myshop dd {
  text-align: center;
}

.block-mypage--rank-info {
  border: #fff 1px solid;
  text-align: center;
  padding: 12px 18px 13px;
}

.block-mypage--rank-title {
  font-size: 12px;
}

.block-mypage--rank-name {
  font-size: 14px;
}

.block-mypage--rank-condition {
  padding: 0 10px 0 17px;
}

.block-mypage--rank-condition-1 {
  margin-bottom: 2px;
}

.block-mypage--rank-condition-1-title,
.block-mypage--rank-condition-2-title {
  background: #fff;
  color: #444;
  text-align: center;
  padding: 1px 5px;
  border-radius: 2px;
  font-size: 12px;
  margin-right: 5px;
}

.block-mypage--rank-condition-1-title i,
.block-mypage--rank-condition-2-title i {
  padding-right: 3px;
}

.block-mypage--customer-barcode {
  text-align: center;
  padding: 10px;
}

.block-mypage--customer-barcode #customer_barcode_ > div {
  margin: 0 auto;
}

.block-mypage--recommend {
  padding: 10px;
  text-align: right;
}

.block-mypage--recommend a {
  text-decoration: underline;
}

.block-mypage--snssync-info,
.block-mypage--linesync-info {
  font-size: 22px;
  padding: 20px;
  background: #f5f5f5;
}

.block-mypage--snssync-info i,
.block-mypage--linesync-info i {
  padding-right: 5px;
}

.block-mypage--snssync-info-items,
.block-mypage--linesync-info-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.block-mypage--snssync-info-items li,
.block-mypage--linesync-info-items li {
  width: 390px;
  max-width: 390px;
  flex-grow: 1;
  border: #c8c8c8 1px solid;
  margin: 0 0 15px 15px;
}

.block-mypage--snssync-info-items li:nth-of-type(3n+1),
.block-mypage--linesync-info-items li:nth-of-type(3n+1) {
  margin-left: 0;
}

.block-mypage--snssync-info-items li dt,
.block-mypage--linesync-info-items li dt {
  border-bottom: #e5e5e5 3px solid;
  display: block;
}

.block-mypage--snssync-info-items li dt a,
.block-mypage--linesync-info-items li dt a {
  font-size: 18px;
  padding: 0 0 0 14px;
  display: flex;
  max-width: 390px;
}

.block-mypage--snssync-info-items li dt i,
.block-mypage--linesync-info-items li dt i {
  margin: 0 10px 0 auto;
}

.block-mypage--snssync-info-items li dt a:hover,
.block-mypage--linesync-info-items li dt a:hover {
  opacity: 0.7;
}

.block-mypage--snssync-info-items li dd,
.block-mypage--linesync-info-items li dd {
  padding: 16px 19px;
}

.block-mypage--withdrawal-link {
  text-align: right;
}

.block-mypage--withdrawal {
  color: #4da7ba;
  text-decoration: underline;
}

.block-mypage--update-address-book {
  display: block;
  width: 260px;
  height: auto;
  border-radius: 3px;
  padding: 10px 0;
  margin: 0 auto;
}

.block-mypage--coupon {
  background: #FFF;
  border-radius: 8px;
  padding: 30px 0;
  margin: 20px 0 0;
  width: 920px;
}

.block-mypage--coupon-title {
  font-size: 16px;
  text-align: center;
  margin: 0 0 10px;
}

.block-mypage--coupon-text {
  font-size: 13px;
  text-align: center;
  margin: 0 0 20px;
}

.block-mypage--coupon-lists {
  padding: 120px 0 0 40px;
  background: url(../../img/usr/common/img_coupon.png) no-repeat center top / 146px;
  overflow-x: auto;
}

.block-mypage--coupon-lists ul {
  display: inline-block;
  white-space: nowrap;
}

.block-mypage--coupon-lists li {
  position: relative;
  display: inline-block;
  width: 190px;
  margin: 0 20px 0 0;
  white-space: normal;
  vertical-align: top;
}

.block-mypage--coupon-lists li:last-child {
  margin: 0 40px 0 0;
}

.block-mypage--coupon-used-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 190px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(128, 128, 128, .8);
  z-index: 1;
}

.block-mypage--coupon-used-panel span {
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 0;
  background:  url(../../img/usr/common/img_check.png) no-repeat center top / 40px;
}


.block-mypage--coupon-lists li a {
  display: block;
}

.block-mypage--coupon-lists li a:hover {
  text-decoration: none;
}

.block-mypage--coupon-item-img {
  position: relative;
  line-height: 0;
  margin: 0 0 16px;
  width: 190px;
  height: 190px;
  overflow: hidden;
  border-radius: 12px;
}

.block-mypage--coupon-item-img img {
  transition: .3s ease;
}

a:hover .block-mypage--coupon-item-img img {
  transform: scale(1.1);
}

.block-mypage--coupon-used-date,
.block-mypage--coupon-limit {
  color: #808080;
  font-size: 11px;
  margin: 4px 0 0;
}

.block-mypage--coupon-message {
  text-align: center;
}

.block-mypage--app-member-id {
  width: 100%;
  margin: 32px 0;
}

.block-mypage--app-member-id a {
  display: block;
  width: 280px;
  margin: 0 auto;
  border: 1px solid #8D075C;
  background: #FFF;
  border-radius: 30px;
  text-align: center;
  color: #AA0046;
  font-size: 14px;
  padding: 16px 0;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
}

.block-mypage--app-member-id a:hover {
  text-decoration: none;
  border-color: #EA0161;
  color: #EA0161;
}

.block-mypage--app-member-id-issued {
  width: 280px;
  margin: 0 auto;
  border: 1px solid #DEDEDE;
  background: #FFF;
  border-radius: 30px;
  text-align: center;
  color: #999;
  font-size: 14px;
  padding: 16px 0;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  background: #F5F5F5;
}

.block-mypage--member-info,
.block-mypage--shopping-info {
  background: #FFF;
  border-radius: 12px;
  width: 450px;
  padding: 28px 40px 10px;
}

.block-mypage--member-info-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

.block-mypage--shopping-info-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
}

.block-mypage--member-info-items li:not(:last-child) {
  border-bottom: 1px solid #E8E8E8;
}

.block-mypage--member-info-items li a {
  display: inline-block;
  font-size: 13px;
  padding: 18px 0;
}

.block-mypage--shopping-info-items {
  display: flex;
  flex-wrap: wrap;
}

.block-mypage--shopping-info-items li {
  position: relative;
  width: 92px;
  text-align: center;
  margin: 0 39px 16px 0;
}

.block-mypage--shopping-info-items li:nth-child(3n) {
  margin-right: 0;
}

.block-mypage--shopping-info-items li::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #F5F5F5;
}

.block-mypage--shopping-info-items li a {
  position: relative;
  display: block;
  padding: 100px 0 0;
}

.block-mypage--shopping-info-items li a:hover {
  text-decoration: none;
  opacity: .8;
}

.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-coupon-list a {
  background: url(../../img/usr/common/icon_mypage_coupon.png) no-repeat center top 30px / 56px;
}

.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-benefits a {
  background: url(../../img/usr/common/icon_mypage_point.png) no-repeat center top 20px / 46px;
}

.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-favorite a {
  background: url(../../img/usr/common/icon_mypage_bookmark.png) no-repeat center top 32px / 40px;
}

.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-regular-purchase a {
  background: url(../../img/usr/common/icon_mypage_calendar.png) no-repeat left 29px top 27px / 35px;
}

.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-purchase-history a {
  background: url(../../img/usr/common/icon_mypage_history.png) no-repeat left 24px top 24px / 45px;
}

.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-store-receipt-history a {
  background: url(../../img/usr/common/icon_mypage_shop.png) no-repeat center top 28px / 43px;
}

.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-point-history a {
  background: url(../../img/usr/common/icon_mypage_point_history.png) no-repeat left 30px top 23px / 40px;
}

.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-arrival-notice-list a {
  background: url(../../img/usr/common/icon_mypage_arrival_notice.png) no-repeat left 27px top 27px / 48px;
}

.block-mypage--shopping-info-items li span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.33;
  min-height: 32px;
}

.block-mypage--orderticket {
  background: #FFF;
  border-radius: 8px;
  padding: 30px 0;
  margin: 20px 0 0;
  width: 920px;
}

.block-mypage--orderticket-title {
  font-size: 16px;
  text-align: center;
  margin: 0 0 10px;
}

.block-mypage--orderticket-text {
  font-size: 13px;
  text-align: center;
  margin: 0 0 20px;
}

.block-mypage--orderticket-lists {
  padding: 120px 0 0 40px;
  background: url(../../img/usr/common/img_orderticket.png) no-repeat center top / 146px;
  overflow-x: auto;
}

.block-mypage--orderticket-lists ul {
  display: inline-block;
  white-space: nowrap;
}

.block-mypage--orderticket-lists li {
  position: relative;
  display: inline-block;
  width: 190px;
  margin: 0 20px 0 0;
  white-space: normal;
  vertical-align: top;
}

.block-mypage--orderticket-lists li:last-child {
  margin: 0 40px 0 0;
}

.block-mypage--orderticket-used-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 190px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(128, 128, 128, .8);
  z-index: 1;
}

.block-mypage--orderticket-expired-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 190px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(128, 128, 128, .8);
  z-index: 1;
}

.block-mypage--orderticket-used-panel span {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.block-mypage--orderticket-expired-panel span {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.block-mypage--orderticket-lists li a {
  display: block;
}

.block-mypage--orderticket-lists li a:hover {
  text-decoration: none;
}

.block-mypage--orderticket-item-img {
  position: relative;
  line-height: 0;
  margin: 0 0 16px;
  width: 190px;
  height: 190px;
  overflow: hidden;
  border-radius: 12px;
}

.block-mypage--orderticket-item-img img {
  transition: .3s ease;
}

a:hover .block-mypage--orderticket-item-img img {
  transform: scale(1.1);
}

.block-mypage--orderticket-used-date,
.block-mypage--orderticket-limit {
  color: #808080;
  font-size: 11px;
  margin: 4px 0 0;
}

.block-mypage--orderticket-message {
  text-align: center;
}

.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;
}

/* SNS連動設定モーダル */
.modal--snssync-menu {
  width: 660px;
  margin: auto;
  overflow: hidden;
  zoom: 1;
}

.modal--snssync-menu .snslogin {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  height: 50px;
  background-color: transparent;
  border: none;
}

.modal--snssync-menu .sns_logo {
  width: 40px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.modal--snssync-menu .snslogin-contents {
  float: left;
}

.modal--snssync-menu-contents-facebook .sns_logo {
  background: #1877f2 url(../../img/sys/snslogin/facebook.png) no-repeat;
  background-size: 40px 40px;
}

.modal--snssync-menu-contents-twitter .sns_logo {
  background: #55acee url(../../img/sys/snslogin/twitter.png) no-repeat;
  background-size: 40px 40px;
}

.modal--snssync-menu-contents-gplus .sns_logo {
  background: url(../../img/sys/snslogin/gplus.png) no-repeat;
  background-size: 45px 45px;
  background-position: center;
}

.modal--snssync-menu-contents-yahoo .sns_logo {
  background: #e61017 url(../../img/sys/snslogin/yahoo.png) no-repeat;
  background-size: 38px 38px;
  width: 38px;
  height: 38px;
  border: 1px solid #e61017;
}

.modal--snssync-menu-contents-line .sns_logo {
  background: #00b900 url(../../img/sys/snslogin/line.png) no-repeat;
  background-size: 40px 40px;
}

.modal--snssync-menu button:focus {
  outline: none;
}

.modal--snssync-menu:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

.modal--snssync-menu .sns_word {
  width: 195px;
  height: 38px;
  line-height: 38px;
  float: left;
  text-align: left;
  padding: 0 10px;
  margin-left: 1px;
  border-left: solid 1px #ccc;
}

.modal--snssync-menu .snslogin_btn_width {
  width: 280px;
}

.modal--snssync-menu-contents-line .sns_word {
  border: solid 1px #00b900;
}

.modal--snssync-menu-contents-facebook .sns_word {
  border: solid 1px #1877f2;
}

.modal--snssync-menu-contents-twitter .sns_word {
  border: solid 1px #55acee;
}

.modal--snssync-menu-contents-gplus .sns_word {
  border: solid 1px #4285f4;
}

.modal--snssync-menu-contents-yahoo .sns_word {
  border: solid 1px #e61017;
}

.modal--snssync-menu-contents-line .snssync-release .sns_word {
  background: #00b900;
  color: #fff;
}

.modal--snssync-menu-contents-facebook .snssync-release .sns_word {
  background: #3b579d;
  color: #fff;
}

.modal--snssync-menu-contents-twitter .snssync-release .sns_word {
  background: #55acee;
  color: #fff;
}

.modal--snssync-menu-contents-gplus .snssync-release .sns_word {
  background: #de4f3e;
  color: #fff;
}

.modal--snssync-menu-contents-yahoo .snssync-release .sns_word {
  background: #e61017;
  color: #fff;
}

.modal--snssync-menu {
  margin: 15px;
}

/* マイページ用 > line友達登録用 */

.snslogin-line-friends .snslogin-line-friend-message {
  margin-bottom: 10px;
}

.snslogin-line-friends form {
  float: left;
}

.snslogin-line-friends .snslogin_btn_width {
  color: #fff;
  width: 160px;
  margin: 0 16px;
}

.snslogin-line-friends .snslogin-line-friend-sns_word {
  width: 100%;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
  margin-left: 1px;
}

.snslogin-line-friend-yes .snslogin-line-friend-sns_word {
  background: #232323;
}

.snslogin-line-friend-no .snslogin-line-friend-sns_word {
  background: #9a9a9a;
}

/* マイページ用 > LINEアカウント連携設定用 */
.linesync-message {
  margin-bottom: 10px;
}
.linesync-message .linesync-message-clientlist {
  display: block;
  margin-left: 10px;
}
.linesync-message .linesync-message-client {
  white-space: nowrap;
}

/* Lineログイン設定モーダル */
.modal--linesync-menu {
  width: 660px;
  margin: auto;
  overflow: hidden;
  zoom: 1;
}

.modal--linesync-menu .linelogin {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  height: 50px;
  background-color: transparent;
  border: none;
}

.modal--linesync-menu-contents .line_logo {
  background: #00c300 url(../../img/sys/linelogin/line.png) no-repeat;
  background-size: 40px 40px;
  border-radius: 7px 0 0 7px;
  width: 40px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.modal--linesync-menu button:focus {
  outline: none;
}

.modal--linesync-menu:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

.modal--linesync-menu .line_word {
  background: #00c300;
  border-left: solid 1px #00b300;
  border-radius: 0 7px 7px 0;
  color: #fff;
  width: 196px;
  height: 38px;
  line-height: 38px;
  float: left;
  text-align: left;
  padding: 0 10px;
}

.modal--linesync-menu .linelogin_btn_width {
  width: 280px;
}

.modal--linesync-menu {
  padding: 15px;
}

/* ----会員登録画面---- */

.block-member-info--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

.block-member-info input[name="name"],
.block-member-info input[name="name2"],
.block-member-info input[name="kana"],
.block-member-info input[name="kana2"] {
  max-width: 200px;
}

.block-member-info--items-family-info-title {
  position: relative;
  font-size: 16px;
  padding: 15px;
  border-bottom: 1px solid #DEDEDE;
  cursor: pointer;
}

.block-member-info--items-family-info-title.open {
  border-bottom: 0;
}

.block-member-info--items-family-info-title:before,
.block-member-info--items-family-info-title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 70px;
  bottom: 0;
  margin: auto;
  width: 13px;
  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 .form-label {
  width: 276px;
}

.block-member-info--birth {
  border-bottom: 1px solid #DEDEDE;
}

.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;
  border: 0;
}

/* ----会員登録画面 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;
  margin-top: 20px;
}

.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-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;
}

/* ----アドレス帳の新規登録・変更画面---- */

.block-shipping-address--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

.block-shipping-address input[name="name"],
.block-shipping-address input[name="name2"],
.block-shipping-address input[name="kana"],
.block-shipping-address input[name="kana2"] {
  max-width: 200px;
}

.block-shipping-address--regular-delete-msg {
  text-align: center;
  padding-top: 10px;
}

.block-shipping-address--dept,
.block-shipping-address--addr3,
.block-shipping-address-confirmation--dept,
.block-shipping-address-confirmation--addr {
  border-bottom: #DEDEDE 1px solid;
}

/* ----会員登録確認画面---- */

.block-member-info-confirmation--login-state-saving {
  display: none;
  margin-top: 10px;
  text-align: center;
}

.block-member-info-confirmation--login-state-saving-message {
  margin-top: 10px;
  text-align: center;
}

.checktype_myshop {
  display: block;
  margin: 12px 0;
}

.block-member-info--cpwd {
  border-bottom: 1px solid #DEDEDE;
}

.block-member-info--back:hover {
  background: #FFF;
  color: #EA0161;
  border-color: #EA0161;
}

/* ----会員情報変更画面---- */
.block-member-info--message-password a {
  padding: 8px 0;
  margin-top: 8px;
  width: 240px;
  font-size: 14px;
}

.block-member-info--message-password a:hover {
  background: #FFF;
  color: #EA0161;
  border-color: #EA0161;
}

.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;
}

.block-member-info--custappend3 input {
  width: 820px;
}

.block-member-info--message-mail a{
  padding: 8px 0;
  margin-top: 8px;
  width: 300px;
  font-size: 14px;
}

/* ----ログイン画面---- */

.block-login {
  width: 1200px;
  margin: 0 auto;
}

.block-login--member-message {
  margin: 0 0 10px;
}

.block-login--input-items {
  width: 800px;
  margin: 20px auto;
  border-bottom: #DEDEDE 1px solid;
}

.block-login--uid input,
.block-login--pwd input {
  width: 350px;
}

.block-login--login-state-saving {
  margin-top: 10px;
  text-align: center;
}

.block-login--login-state-saving label {
  text-align: center;
}

.block-login--login-state-saving-message {
  margin-top: 10px;
  text-align: center;
}

.block-login--uid .form-label,
.block-login--pwd .form-label,
.block-login--login-state-saving .form-label {
  width: 180px;
}

.block-login--login {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 160px;
}

.block-login--ask-password {
  margin-top: 10px;
  text-align: left;
}

.block-login--entry {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 160px;
}

.block-login--first-time-body {
  overflow: hidden;
  background: #fff;
}

.block-login--first-time hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-login--member-body {
  display: table;
  width: 100%;
  overflow: hidden;
  background: #fff;
  margin: 0 0 40px;
}

.block-login--member-frame {
  display: table-cell;
}

.block-login--social-frame {
  display: table-cell;
  padding-left: 20px;
}

.block-login--amazon-body {
  display: table-cell;
  width: 480px;
}

.block-login--amazon-login {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.block-login--guest {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 240px;
}

.block-login--guest[disabled] {
  background: #dcdcdc;
  cursor: not-allowed;
}

.block-login--member-info-value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

.block-login--display-password {
  display: inline-block;
  margin-top: 8px;
  text-align: left;
  font-size: 11px;
}

input[name="pwd_display"] {
  width: 25px;
}

/******************************/
.block-login--snslogin-body {
  width: 480px;
  padding: 15px 0;
  text-align: center;
  overflow: hidden;
  zoom: 1;
}

.block-login--snslogin-body:after {
  clear: both;
}

.block-login--snslogin-body ul {
  justify-content: center;
  align-items: center;
  margin-left: 120px;
}

.block-login--snslogin-body ul li {
  float: left;
  width: 220px;
}

.block-login--snslogin-contents-btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  width: 280px;
  height: 50px;
  background-color: transparent;
  border: none;
}

.block-login--snslogin-contents-btn button:focus {
  outline: none;
}

.block-login--snslogin-body .sns_logo {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.block-login--snslogin-contents-facebook .sns_logo {
  background: #1877f2 url(../../img/sys/snslogin/facebook.png) center no-repeat;
  background-size: 24px;
  border-radius: 5px 0 0 5px;
}
.block-login--snslogin-contents-facebook .sns_word {
  background: #1877f2;
  margin-left: 0;
  border: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0 5px 5px 0;
}

.block-login--snslogin-contents-twitter .sns_logo {
  background: #55acee url(../../img/sys/snslogin/twitter.png) no-repeat;
  background-size: 40px 40px;
}

.block-login--snslogin-contents-gplus .sns_logo {
  background: url(../../img/sys/snslogin/gplus.png) no-repeat;
  background-size: 48px 48px;
  background-position: center;
}

.block-login--snslogin-contents-yahoo .sns_logo {
  background: #e61017 url(../../img/sys/snslogin/yahoo.png) no-repeat;
  background-size: 39px 39px;
  border: 1px solid #e61017;
  width: 41px;
  height: 40px;
}

.block-login--snslogin-contents-line .sns_logo {
  background: #00b900 url(../../img/sys/snslogin/line.png) no-repeat;
  background-size: 40px 40px;
}

.block-login--snslogin-body .sns_word {
  width: 190px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: left;
  padding: 2px 6px;
  margin-left: 1px;
  border-left: solid 1px #ccc;
  font-size: 85%;
  color: #fff;
}

.block-login--snslogin-contents-line .sns_word {
  background: #00b900;
}

.block-login--snslogin-contents-facebook .sns_word {
  background: #1877f2;
}

.block-login--snslogin-contents-twitter .sns_word {
  background: #55acee;
}

.block-login--snslogin-contents-gplus .sns_word {
  background: #4285f4;
}

.block-login--snslogin-contents-yahoo .sns_word {
  background: #e61017;
}

.block-login--snslogin-state-saving-body {
  text-align: center;
}

.block-login--snslogin-state-saving-mesage {
  margin-top: 10px;
}

/* スマレジ */
.block-login--smaregi-errormsg {
  margin: 10px;
}

/******************************/
.block-login--linelogin-body {
  width: 480px;
  padding: 15px 0;
  text-align: center;
  overflow: hidden;
  zoom: 1;
}

.block-login--linelogin-body:after {
  clear: both;
}

.block-login--linelogin-body ul {
  justify-content: center;
  align-items: center;
  margin-left: 120px;
}

.block-login--linelogin-body ul li {
  float: left;
  width: 220px;
}

.block-login--linelogin-contents-btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  width: 280px;
  height: 50px;
  background-color: transparent;
  border: none;
}

.block-login--linelogin-contents-btn button:focus {
  outline: none;
}

.block-login--linelogin-contents .line_logo {
  background: #00c300 url(../../img/sys/linelogin/line.png) no-repeat;
  background-size: 40px 40px;
  border-radius: 7px 0 0 7px;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.block-login--linelogin-contents .line_word {
  background: #00c300;
  border-left: solid 1px #00b300;
  border-radius: 0 7px 7px 0;
  width: 191px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: left;
  padding: 2px 6px;
  font-size: 85%;
  color: #fff;
}

.block-login--linelogin-state-saving-body {
  text-align: center;
}

.block-login--linelogin-state-saving-mesage {
  margin-top: 10px;
}

.block-login--uid .form-control {
  display: flex;
  align-items: center;
}

.block-login--logout {
  margin: 0 0 0 12px;
}

.block-login--pwd .help-block a,
.block-login--logout a {
  position: relative;
  display: block;
  width: 230px;
  color: #AA0046;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  border: 1px solid #8D075C;
  background: transparent;
  padding: 8px 0;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  border-radius: 30px;
  transition: .3s ease;
  text-align: center;
}

.block-login--pwd .help-block a:hover,
.block-login--logout a:hover {
  color: #EA0161;
  border-color: #EA0161;
  text-decoration: none;
}

.block-login--pwd .help-block a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 1px solid #8D075C;
  border-bottom: 1px solid #8D075C;
  transform: rotate(-45deg);
  transition: .3s ease;
}

.block-login--pwd .help-block a:hover:after {
  border-color: #EA0161;
}

/* ----追加認証画面---- */

.block-additional-authentication {
  height: 510px;
}

.block-additional-authentication--body {
  padding: 20px;
  overflow: hidden;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-additional-authentication--message-header {
  font-size: 14px;
  font-weight: bold;
}

.block-additional-authentication--input-items {
  width: 600px;
  margin: 10px auto;
}

.block-additional-authentication--authentication-key input[type="text"] {
  width: 330px;
}

.block-additional-authentication--login {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 160px;
}

/* ----お気に入り画面---- */

.block-favorite--bookmark-list {
  margin: 0 0 20px;
}

.block-favorite--form li {
  border: 1px solid #DEDEDE;
  border-top: none;
  padding: 20px;
}

.block-favorite--form li:first-child {
  border-top: 1px solid #DEDEDE;
}

.block-favorite--favorite-goods {
  display: flex;
  width: 100%;
}

.block-favorite--checkbox,
.block-favorite--delete-item {
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.block-favorite--checkbox {
  flex-basis: 30px;
  padding-right: 10px;
}

.block-favorite--image {
  flex-basis: 160px;
}

.block-favorite--image a:hover {
  opacity: .8;
}

.block-favorite--description {
  flex-basis: 280px;
}

.block-favorite--comment-textarea {
  width: 540px;
  height: 75px;
}

.block-favorite--comment {
  flex-basis: 580px;
  margin: 0 20px;
}

.block-favorite--update {
  width: 180px;
  margin: 8px 0 0;
  padding: 10px 0;
  font-size: 14px;
}

.block-favorite--cancel {
  width: 180px;
  margin: 8px 0 0;
  padding: 10px 0;
  font-size: 14px;
  background: #F0F0F0;
  border: 1px solid #d5d5d5;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
}

.block-favorite--delete-item {
  flex-basis: 80px;
  text-align: center;
}

.block-favorite--delete-item .btn {
  border: 0;
  background: 0;
  padding: 0;
  box-shadow: none;
  width: auto;
  font-size: 14px;
}

.block-favorite--delete-item .btn:hover {
  text-decoration: underline;
}

.block-favorite--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-favorite--goods-name a {
  color: #000;
}

.block-favorite--goods-name a:hover {
  text-decoration: underline;
}

.block-favorite--edit-comment a {
  color: #AA0046;
}

.block-favorite--edit-comment a:hover {
  text-decoration: underline;
}

.block-favorite--price-items {
  padding-top: 10px;
}

.block-favorite--price-title,
.block-favorite--price {
  display: inline-block;
}

.block-favorite--update-dt {
  color: #808080;
  font-size: 12px;
  margin: 12px 0 0;
}

.block-favorite--update-dt dt,
.block-favorite--update-dt dd {
  display: inline-block;
}

.block-favorite--add-to-cart {
  width: 350px;
  color: #FFF;
  background: linear-gradient(#aa0046 0%, #b70054 100%);
  border: 1px solid #e21469;
  box-shadow: 0px 4px 12px rgba(37, 28, 41, 0.06);
}

.block-favorite--add-to-cart:hover {
  color: #FFF;
  background: linear-gradient(#c60051 0%, #e50069 100%);
  border-color: #f8237b;
}

.block-favorite--back:hover {
  border-color: #EA0161;
  color: #EA0161;
  background: #FFF;
}

.block-favorite .form-error {
  display: inline-flex;
  padding: 0;
  line-height: 1.8;
}

.block-favorite .form-error:before,
.block-favorite .form-error:after {
  content: '';
  width: 10px;
  height: 100%;
}

/* ----入荷案内申し込み商品画面---- */

.block-arrival-notice-list--items {
  margin: 0 0 20px;
}

.block-arrival-notice-list--form li {
  padding: 20px;
  border: 1px solid #DEDEDE;
}

.block-arrival-notice-list--form li:not(:last-child) {
  border-bottom: 0;
}

.block-arrival-notice-list--goods {
  display: flex;
  width: 100%;
}

.block-arrival-notice-list--image {
  flex-basis: 160px;
}

.block-arrival-notice-list--description {
  flex-grow: 1;
}

.block-arrival-notice-list--delete-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 80px;
  text-align: center;
}

.block-arrival-notice-list--delete-item a {
  width: auto;
  background: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px;
}

.block-arrival-notice-list--delete-item a:hover {
  background: 0;
  border: 0;
  text-decoration: underline;
}

.block-arrival-notice-list--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-arrival-notice-list--goods-name {
  margin: 0 0 10px;
}

.block-arrival-notice-list--goods-name a:hover {
  text-decoration: underline;
}

.block-arrival-notice-list--price-title,
.block-arrival-notice-list--price {
  display: inline-block;
}

.block-arrival-notice-list--update-dt dt,
.block-arrival-notice-list--update-dt dd {
  display: inline-block;
}

.block-arrival-notice-list--order-dt {
  color: #808080;
  font-size: 12px;
  margin: 10px 0 0;
}

.block-arrival-notice-list--back-to-home:hover {
  border-color: #EA0161;
  color: #EA0161;
  background: #FFF;
}

/* ----購入履歴一覧画面---- */

.block-purchase-history--table {
  width: 100%;
}
.block-purchase-history--table + .block-purchase-history--table {
  margin-top: 50px;
}
.block-purchase-history--table th {
    width: 25%;
}
.block-purchase-history--table td {
    width: 75%;
}
.block-purchase-history--order-id a {
  text-decoration: underline;
}

.block-purchase-history--order-detail-reorder {
  margin: 4px 0 0;
  text-align: center;
}

.block-purchase-history--order-detail-reorder a {
  display: inline-block;
  position: relative;
  max-width: 280px;
  width: 80%;
  color: #AA0046;
  font-size: 16px;
  letter-spacing: 1px;
  border: 1px solid #8D075C;
  background: transparent;
  padding: 16px 0;
  border-radius: 30px;
  transition: .3s ease;
}

.block-purchase-history--status a:hover {
  text-decoration: none;
}

.block-purchase-history--search-frame {
  display: flex;
  align-items: center;
  margin: 10px 0;
  width: 100%;
}

.block-purchase-history--search-item {
  flex-grow: 1;
  padding: 10px;
}

.block-purchase-history--search-title {
  font-weight: bold;
}

/* ----購入履歴詳細画面---- */

.block-purchase-history-detail--customer-name {
  margin: 10px 0;
  display: flex;
  width: 50%;
  float: left;
}

.block-purchase-history-detail--company-name {
  margin: 10px 0;
  width: 300px;
  float: right;
  text-align: right;
}

.block-purchase-history-detail--order-info {
  margin: 10px 0;
  display: flex;
  width: 100%;
}

.block-purchase-history-detail--order-info-left {
  width: 65%;
}

.block-purchase-history-detail--order-info-right {
  width: 35%;
  padding: 0 0 0 10px;
}

.block-purchase-history-detail--order-info-table {
  width: 100%;
}

.block-purchase-history-detail--order-info-table th {
  width: 250px;
}

.block-purchase-history-detail--order-body {
  margin: 10px 0;
  display: flex;
  width: 100%;
}

.block-purchase-history-detail--order-body-left {
  width: 65%;
}

.block-purchase-history-detail--order-body-right {
  width: 35%;
  padding: 0 0 0 10px;
}

.block-purchase-history-detail--order-detail-items {
  width: 100%;
}

.block-purchase-history-detail--tax-reduced-message {
  margin: 3px 0;
}

.block-purchase-history-detail--payment-info-items {
  width: 100%;
}

.block-purchase-history-detail--point-message {
  margin: 5px 0;
}

.block-purchase-history-detail--shipping-info {
  margin: 10px 0;
  display: flex;
  width: 100%;
}

.block-purchase-history-detail--shipping-info-left {
  width: 65%;
}

.block-purchase-history-detail--shipping-info-right {
  width: 35%;
  padding: 0 0 0 10px;
}

.block-purchase-history-detail--sender-items {
  width: 100%;
}

.block-purchase-history-detail--shipping-info-items {
  width: 100%;
}

.block-purchase-history-detail--shiment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-purchase-history-detail--shipment-items {
  width: 100%;
}

.block-purchase-history-detail--csv-info-items {
  width: 100%;
  margin: 10px 0;
}

.block-purchase-history-detail--csv-info-items th {
  width: 250px;
}

.block-purchase-history-detail--invoice {
  margin: 5px 0;
  width: 100%;
}

.block-purchase-history-detail--invoice dt {
  display: inline-block;
  font-weight: bold;
}

.block-purchase-history-detail--invoice dd {
  display: inline-block;
}

.block-purchase-history-detail--track-shipment {
  margin: 5px 0;
  width: 100%;
}

.block-purchase-history-detail--track-shipment dt {
  display: inline-block;
  font-weight: bold;
}

.block-purchase-history-detail--track-shipment dd {
  display: inline-block;
}

.block-purchase-history-detail--append-items {
  width: 100%;
}

.block-purchase-history-detail--append-items th {
  width: 250px;
}

.block-purchase-history-detail .block-purchase-history-detail--add-goods {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 60px;
  border-radius: 30px;
  border: 0;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  z-index: 0;
  color: #FFF;
}

.block-purchase-history-detail .block-purchase-history-detail--add-goods::before,
.block-purchase-history-detail .block-purchase-history-detail--add-goods::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #AA0046;
  border: 1px solid #E21469;
  border-radius: 30px;
  z-index: -1;
  transition: .3s ease;
}

.block-purchase-history-detail .block-purchase-history-detail--add-goods::after {
  background: linear-gradient(#c60051 0%, #e50069 100%);
  border: 1px solid #f8237b;
  z-index: -2;
}

.block-purchase-history-detail .block-purchase-history-detail--add-goods:hover::before {
  opacity: 0;
}

.block-purchase-history-detail .block-purchase-history-detail--cancel {
  color: #AA0046;
  background: #F0F0F0;
  border: 1px solid #d5d5d5;
  box-shadow: 0px 4px 12px rgba(37, 28, 41, 0.06);
}

.block-purchase-history-detail .block-purchase-history-detail--cancel:hover {
  background: #e6e6e6;
  border-color: #d5d5d5;
}

.block-purchase-history-detail .block-purchase-history-detail--receipt {
  width: 200px;
  margin: auto 0 auto 10px;
  margin-top: auto;
  margin-bottom: auto;
}

.block-purchase-history-detail .block-purchase-history-detail--Deli-receipt {
  width: 200px;
  margin: auto 0 auto 10px;
  margin-top: auto;
  margin-bottom: auto;
}

.block-purchase-history-detail .block-purchase-history-detail--re-Deli-receipt {
  width: 200px;
  margin: auto 0 auto 10px;
  margin-top: auto;
  margin-bottom: auto;
}

.block-purchase-history-detail--child-order-id a {
  text-decoration: underline;
}

.block-purchase-history-detail--parent-order-id a {
  text-decoration: underline;
}

.block-purchase-history-detail--regular-sales-include a {
  text-decoration: underline;
}

.block-purchase-history-detail--regular-sales a {
  text-decoration: underline;
}

.block-purchase-history-detail--regular-sales a:hover {
  text-decoration: none;
}

.block-purchase-history-detail--tax-reduced {
  margin-left: 30px;
}

.block-purchase-history-detail--total-for-tax-ratio {
  display: flex;
  margin-left: 10px;
  width: 100%;
  font-size: 80%;
}

.block-purchase-history-detail--total-for-tax-ratio-title {
  margin-right: 8px;
}

.block-purchase-history-detail--total-for-tax-ratio-list {
  text-align: right;
}

.block-purchase-history-detail--total-for-tax-ratio-list ul {
  display: flex;
}

.block-purchase-history-detail--tax-ratio {
  min-width: 50px;
  margin-right: 5px;
}

.block-purchase-history-detail--total-for-tax-ratio-amount {
  min-width: 55px;
}

.block-purchase-history-detail--receipt-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-purchase-history-detail--deli-receipt-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-purchase-history-detail--re-deli-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--deli-receipts {
  margin-bottom: 50px;
}

.block-purchase-history-detail--re-deli-receipts {
  margin-bottom: 50px;
}

.block-purchase-history-detail--receipt-items {
  display: flex;
}

.block-purchase-history-detail--receipt-items label {
  display: flex;
}

.block-purchase-history-detail--deli-receipt-items {
  display: flex;
}

.block-purchase-history-detail--re-deli-receipt-items {
  display: flex;
}

.block-purchase-history-detail--deli-receipt-items label {
  display: flex;
}

.block-purchase-history-detail--re-deli-receipt-items label {
  display: flex;
}

.block-purchase-history-detail--receipt-items {
  margin-top: auto;
  margin-bottom: auto;
}

.block-purchase-history-detail--deli-receipt-items {
  margin-top: auto;
  margin-bottom: auto;
}

.block-purchase-history-detail--re-deli-receipt-items {
  margin-top: auto;
  margin-bottom: auto;
}

.block-purchase-history-detail--deli-receipt-items label {
  margin-top: auto;
  margin-bottom: auto;
}

.block-purchase-history-detail--re-deli-receipt-items label {
  margin-top: auto;
  margin-bottom: auto;
}

.block-purchase-history-detail--receipt-input {
  margin-left: 5px;
  margin-right: 20px;
  margin-top: auto;
  margin-bottom: auto;
}

.block-purchase-history-detail--contact:hover,
.block-purchase-history-detail--back:hover {
  border-color: #EA0161;
  color: #EA0161;
  background: #FFF;
}

.block-purchase-history--search-btn:hover,
.block-purchase-history--back:hover {
  background: #FFF;
  border-color: #EA0161;
  color: #EA0161;
}

.block-purchase-history-detail--order-ticket-items {
    width: 100%;
}

.block-purchase-history-detail--order-ticket-id {
    width: 70px;
}

.block-purchase-history-detail--order-ticket-status {
    width: 80px;
}

.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-mypage--orderticketurlcopy-btn-copy-msg {
  color: #AA0046;
  height: 20px;
  text-align: left;
}

.block-purchase-history-detail--egift-discount-message {
  margin: 5px 0;
}

/* スマレジ */
.block-purchase-history-detail--smaregipoint {
  clear: both;
}

/* ----ご注文キャンセル画面---- */

.block-order-cancellation--order-info {
  margin: 10px 0;
  display: flex;
  width: 100%;
}

.block-order-cancellation--order-info-left {
  width: 65%;
}

.block-order-cancellation--order-info-right {
  width: 35%;
  padding: 0 0 0 10px;
}

.block-order-cancellation--shiment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-order-cancellation--payment-info-items {
  width: 100%;
}

.block-order-cancellation--order-items {
  width: 100%;
}

/* ----定期購入商品一覧画面---- */

.block-regular-purcharse-list--table {
  margin: 5px 0;
  width: 100%;
}

.block-regular-purcharse-list--regular-sales a {
  text-decoration: underline;
}

.block-regular-purcharse-list--list {
  background: #fff;
  margin: 0 0 20px;
  border: 1px solid #DEDEDE;
  border-radius: 3px 3px 0 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.block-regular-purcharse-list--list a {
  color: #AA0046;
  font-size: 11px;
}

.block-regular-purcharse-list--list > dd {
  margin: 12px 0 12px 12px;
}

.block-regular-purcharse-list--info {
  width: 265px;
  flex-basis: 265px;
  flex-grow: 0;
  flex-shrink: 0;
}

.block-regular-purcharse-list--info ul > li {
  padding: 8px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 12px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
}

.block-regular-purcharse-list--info-regular-sales > span:last-of-type {
  font-weight: bold;
}

.block-regular-purcharse-list--head-info-regular-create-dt {
  background-color: #F0F0F0;
  padding: 10px;
  font-size: 13px;
  border-radius: 2px 2px 0 0;
  width: 100%;
}

.block-regular-purcharse-list--head-info-regular-create-dt > span {
  margin-right: 30px;
}

.block-regular-purcharse-list--head-info-regular-create-dt > span:last-child {
  font-weight: bold;
  font-size: 15px;
}

.block-regular-purcharse-list--info-method {
  border-bottom: 1px solid #ddd;
}

.block-regular-purcharse-list--info li > span {
  width: 87%;
}

.block-regular-purcharse-list--info li > a,
.block-regular-purcharse-list--info li > span:last-child {
  width: 30%;
  text-align: right;
}

.block-regular-purcharse-list--info li > a {
  padding: 0;
  font-size: 12px;
  text-align: right;
  white-space: nowrap;
}

.block-regular-purcharse-list--info ul > li.block-regular-purcharse-list--info-withdrawal {
  border: none;
  display: block;
  text-align: right;
}

.block-regular-purcharse-list--detail {
  width: 295px;
  margin: 0 10px 0 0;
  border-radius: 4px;
}

.block-regular-purcharse-list--detail.detail_end > ul {
  background: #f2f2f2;
}

.block-regular-purcharse-list--detail.detail_skip > ul {
  background: #e7f5f4;
}

.block-regular-purcharse-list--detail.detail_next > ul {
  background: #ffeaea;
}

.block-regular-purcharse-list--detail > ul > li {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.block-regular-purcharse-list--detail > ul > li:last-child {
  border-bottom: 1px solid #fff;
}

.block-regular-purcharse-list--date-spec {
  position: relative;
  font-size: 15px;
  padding: 15px;
}

.block-regular-purcharse-list--date-spec dl {
  display: flex;
}

.block-regular-purcharse-list--date-spec dt {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 90px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  border-radius: 22px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

.block-regular-purcharse-list--alter-end {
  background: #858e95;
}

.block-regular-purcharse-list--skip {
  background: #50c9b2;
}

.block-regular-purcharse-list--alter {
  background: #ff6063;
}

.block-regular-purcharse-list--expected-dt {
  width: 100%;
}

.block-regular-purcharse-list--expected-dt-title {
  font-size: 11px;
}

.block-regular-purcharse-list--expected-dt-title i {
  font-size: 1.3em;
  padding-right: 5px;
}

.block-regular-purcharse-list--skip-expected-dt {
  display: inline;
  vertical-align: middle;
}

.block-regular-purcharse-list--skip-expected-dt i {
  font-size: 14px;
  padding-right: 5px;
}

.block-regular-purcharse-list--expected-dt-ymd,
.block-regular-purcharse-list--skip-expected-dt {
  font-size: 20px;
  font-weight: bold;
}

.block-regular-purcharse-list--detail-item {
  font-size: 13px;
}

.block-regular-purcharse-list--detail-item-list-list {
  padding: 8px 15px;
  border-bottom: 1px solid #fff;
}

.block-regular-purcharse-list--detail-item-list-list:last-child {
  border-bottom: 0 solid #fff;
}

.block-regular-purcharse-list--detail-item-list-list > ul {
  display: flex;
  align-items: center;
  max-width: 100%;
  min-width: 70%;
}

.block-regular-purcharse-list--detail-item-list-list > ul > li {
  font-size: 13px;
}

.block-regular-purcharse-list--detail-item ul li span {
  vertical-align: middle;
}

.block-regular-purcharse-list--detail-item-image {
  width: 50px;
  flex-shrink: 0;
}

.block-regular-purcharse-list--detail-item-goods {
  width: 100%;
}

.block-regular-purcharse-list--detail-item-goods > ul {
  display: flex;
  flex-wrap: wrap;
}

.block-regular-purcharse-list--detail-item-goods-name {
  max-width: 100%;
  margin-left: 0;
}

.block-regular-purcharse-list--detail-item-list-nolink {
  width: 100%;
  display: block;
  padding: 0;
  word-wrap: break-word;
  padding-left: 5px;
}

.block-regular-purcharse-list--detail-item-list-unit {
  display: inline-block;
  padding: 0 0 0 12px;
}

.block-regular-purcharse-list--detail-item-goods-unit-amount {
  margin: auto auto auto 0;
  flex-shrink: 0;
}

.block-regular-purcharse-list--detail-item-change {
  margin: 5px 0 auto auto;
  text-align: right;
  flex-shrink: 0;
}

a.block-regular-purcharse-list--detail-item-changelink {
  font-size: 12px;
  text-decoration: underline;
  flex-shrink: 0;
}

.block-regular-purcharse-list--sales-link {
  width: 120px;
  text-align: right;
  font-size: 12px;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.block-regular-purcharse-list--sales-link a {
  text-decoration: underline;
}

.block-regular-purcharse-list--benefits {
  display: flex;
  font-size: 12px;
  padding: 10px;
  color: #ff5e60;
}

.block-regular-purcharse-list--benefits .block-regular-purcharse-list--benefits-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
}

.block-regular-purcharse-list--benefits-frame {
  padding-left: 6px;
}

.block-regular-purcharse-list--skip-link {
  width: 100px;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.block-regular-purcharse-list--skip-button input[type="button"] {
  display: block;
  margin: auto 0 0 auto;
  padding: 0;
  font-size: 11px;
  border: 0;
  background: #ffeaea;
  font-size: 13px;
  color: #AA0046;
  text-decoration: underline;
}

.block-regular-purcharse-list--info-add {
  text-align: right;
}

.block-regular-purcharse-list--info-add .action a.btn {
  font-size: 14px;
  color: #333;
  width: 220px;
}

/* ----定期購入商品追加----*/

.block-regular-goodsadd-info-header-msg {
  margin-bottom: 10px;
}

.block-regular-sales-add--goods {
  height: 400px;
  position: relative;
  margin-bottom: 20px;
  margin-right: 33px;
}

.block-regular-sales-add--goods .action .btn {
  bottom: 0;
}

.block-regular-sales-add--goods-image {
  width: 200px;
  height: 200px;
}

.block-regular-sales-add--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  padding: 5px;
}

.block-regular-sales-add--goods-description {
  position: relative;
  margin-left: auto;
  width: 200px;
}

.block-regular-sales-add--goods-name {
  margin-top: 20px;
}
.block-regular-sales-add-price {
  font-weight: bold;
  text-align: right;
}

.block-regular-sales-add-regular-repeat-price {
  font-weight: bold;
  text-align: right;
}

.block-regular-sales-add--qty {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.block-regular-sales-add--qty-title {
  margin-right: 8px;
}

.block-regular-sales-add--qty input {
  width: 100px;
}

.block-regular-sales-add--action {
  width: 100%;
  margin-left: 0;
}

.block-regular-sales-add--action .btn {
  width: 100%;
}

/* ----定期購入商品追加 モーダル----*/

.modal-body .block-regular-sales-add--goods {
  height: fit-content;
  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-name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}

.modal-body .block-regular-sales-add--price {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
}

.modal-body .block-regular-sales-add--regular-repeat-price {
  font-weight: bold;
  font-size: 12px;
}

.modal-body .block-regular-sales-add--qty {
  margin-top: 8px;
  width: auto;
  justify-content: flex-start;
  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 > .form-group > .form-label {
  margin-right: 0;
}

.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;
}

.modal-body .block-regular-sales-add-sales-detail-append--item .constraint .required {
  margin: -38px 20px 16px 0;
  display: block;
  text-align: right;
}

/* ----定期購入商品詳細画面---- */

.block-regular-purcharse-detail--body {
  margin: 10px 0;
  width: 100%;
}

.block-regular-purcharse-detail--regular-sales-items {
  width: 100%;
}

.block-regular-purcharse-detail--regular-sales-items th {
  width: 250px;
}

.block-regular-purcharse-detail--shipment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-regular-purcharse-detail--update-address {
  margin: 10px 0;
  text-align: right;
}

.block-regular-purcharse-detail--goods-items {
  width: 100%;
}

.block-regular-purcharse-detail--append-items {
  width: 100%;
}

.block-regular-purcharse-detail--append-items th {
  width: 250px;
}

.block-regular-purcharse-detail--include-items {
  width: 100%;
}

.block-regular-purcharse-detail--include-items th {
  width: 250px;
}

.block-regular-purcharse-detail--action-message {
  margin-top: 10px;
}

.block-regular-purcharse-list--order-id a {
  text-decoration: underline;
}

.block-regular-purcharse-list--back:hover {
  border-color: #EA0161;
  color: #EA0161;
  background: #FFF;
}

/* ----定期購入商品配送先変更画面---- */

.block-regular-purcharse-shipment-info-update--new-address,
.block-regular-purcharse-shipment-info-update--old-address {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border: 1px solid #DEDEDE;
  padding: 10px;
  margin: 8px 0 28px;
  overflow: hidden;
}

.block-regular-purcharse-shipment-info-update--old-address {
  margin-bottom: 8px;
}

.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 {
  font-size: 14px;
  width: auto;
  padding: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.block-regular-purcharse-shipment-info-update--cust-edit .btn:hover,
.block-regular-purcharse-shipment-info-update--dest-edit .btn:hover {
  color: #AA0046;
  text-decoration: underline;
}

/* ----定期購入商品配送先変更画面(AmazonPay)---- */

.block-regular-purcharse-shipment-info--amazonpay-body {
  width: 480px;
  margin: 0 auto;
}

.block-regular-purcharse-shipment-info--amazonpay-message {
  text-align: left;
}

.block-regular-purcharse-shipment-info--amazonpay-login {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.block-regular-purcharse-shipment-info--amazonpay-error {
  text-align: left;
  color: #a94442;
}

.block-regular-purcharse-shipment-info--amazonpay-widget-body {
  margin: 0 auto;
}

.block-regular-purcharse-shipment-info--amazonpay-address-widget {
  float: left;
}

.block-regular-purcharse-shipment-info--amazonpay-wallet-widget {
}

.block-regular-purcharse-shipment-info--amazonpay-widget-error {
  text-align: left;
  color: #a94442;
  margin-left: 5px;
}

/* ----定期購入商品サイクル情報変更画面---- */

.block-regular-purcharse-cycle-info-update h3 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.block-regular-purcharse-cycle-info-update--body {
  margin: 10px 0;
  width: 100%;
}

.block-regular-purcharse-cycle-info-update--regular-sales-items {
  width: 100%;
}

.block-regular-purcharse-cycle-info-update--regular-sales-items th {
  width: 250px;
}

.block-regular-purcharse-cycle-info-update--shipment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-regular-purcharse-cycle-info-update--goods-items {
  width: 100%;
}

.block-regular-cycle--select-timespec-title {
  font-weight: bold;
  margin-right: 5px;
}

.block-regular-purcharse-cycle-info-update--skip-cancel-message {
  font-size: 10px;
}

/* ----定期購入商品解約画面---- */

.block-regular-purcharse-cancellation--goods-items {
  margin: 10px 0;
  width: 100%;
}

.block-regular-purcharse-cancellation--message {
  text-align: center;
  padding-top: 10px;
}

.block-regular-purcharse-cancellation--cancel-reason-items {
  width: 600px;
  margin: 0 auto;
}

.block-regular-purcharse-cancellation--cancel-reason-items label::after {
  content: "\A" ;
  white-space: pre ;
}

.block-regular-purcharse-cancellation--cancel-reason-other-comment {
  padding-top: 10px;
  display: none;
}

/* ----定期購入商品変更画面---- */

.block-goodschange-list .block-regular-goodschange-info-header-msg {
  margin-bottom: 10px;
}

.block-goodschange-list .block-goodschange-list-item-buttons-selected {
  cursor: default;
  background: #fffcfc;
  border: 1px solid #f00;
  color: #f00;
  font-weight: bold;
  margin-top: 10px;
  padding: 8px 8px;
  font-size: 16px;
  min-width: 160px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

/* ----定期購入支払い方法変更画面---- */

.block-regular-purcharse-method-info-update--regular-sales-items {
  width: 100%;
}

.block-regular-purcharse-method-info-update--body {
  margin: 10px 0;
  width: 100%;
}

.block-regular-purcharse-method-info-update--regular-sales-items .block-regular-purcharse-method--info-cardedit a {
  text-decoration: underline;
}

/* ----カード情報確認画面---- */

.block-credit-card-confirmation--credit-card-info-table {
  width: 100%;
}

.block-credit-card-confirmation--credit-card-info-table th {
  width: 250px;
}

.block-credit-card-confirmation--authentication-items {
  border-bottom: 1px solid #DEDEDE;
}

.block-credit-card-confirmation--update-confirmation .action {
  margin: 0;
}

.block-credit-card-confirmation--back:hover {
  border-color: #EA0161;
  color: #EA0161;
  background: #FFF;
}

/* ----お問い合わせ画面---- */
.block-inquiry .form-group {
    position: relative;
}
.block-inquiry .fieldset .constraint {
    position: absolute;
    right: calc(100% - (23% - 15px));
    padding: 0;
    width: auto;
    vertical-align: bottom;
}
.block-inquiry .form-group.block-inquiry--inquiry-body .constraint {
    top: 8px;
}
.block-inquiry .form-group.block-inquiry--subject .constraint {
    top: 24px;
}
.block-inquiry .form-group.block-inquiry--name .constraint {
    top: 24px;
}
.block-inquiry .form-group.block-inquiry--kana .constraint {
    top: 24px;
}
.block-inquiry .form-group.block-inquiry--tel .constraint {
    top: 24px;
}
.block-inquiry .form-group.block-inquiry--mail .constraint {
    top: 24px;
}
.block-inquiry .form-group.block-inquiry--cmail .constraint {
    top: 24px;
}
.block-inquiry .form-group.block-inquiry--zip .constraint {
    top: 24px;
}
.block-inquiry .form-group.block-inquiry--pref .constraint {
    top: 24px;
}
.block-inquiry .form-group.block-inquiry--addr .constraint {
    top: 24px;
}
.block-inquiry .form-group.block-inquiry--addr2 .constraint {
    top: 24px;
}
.block-inquiry .form-group.block-inquiry--addr3 .constraint {
    top: 24px;
}
.block-inquiry .form-group.block-inquiry--birth .constraint {
    top: 24px;
}
.block-inquiry--inquiry-body .form-label,
.block-inquiry--inquiry-body .constraint {
  vertical-align: top;
  padding-top: 8px;
}
.block-inquiry .block-inquiry--confirmation-form .constraint {
  top: 23px;
}
.block-inquiry--withdrawal_reason {
  width: 900px;
}

/* ----お問い合わせ履歴一覧画面---- */

.block-inquiry-history--body li {
  margin: 5px 0;
  padding: 10px 0;
  border-bottom: 1px solid #c8c8c8;
}

.block-inquiry-history--body li span {
  margin: 0 10px 0 0;
}

/* ----お問い合わせ履歴詳細画面---- */

.block-inquiry-history-detail--form {
  margin: 20px 0;
}

.block-inquiry-history-detail--message {
  text-align: center;
}

.block-inquiry-history-detail--inquiry-body {
  margin: 20px 0;
}

.block-inquiry-history-detail--inquiry-body textarea {
  width: 100%;
}

.block-inquiry-history-detail--item dt {
  width: 100%;
  display: flex;
  font-size: 18px;
}

.block-inquiry-history-detail--contact-name {
  width: 80%;
}

.block-inquiry-history-detail--update-dt {
  width: 20%;
  text-align: right;
  font-weight: normal;
}

.block-inquiry-history-detail--message-confirm {
  text-align: center;
}

.block-inquiry-history-detail--inquiry-body-confirm {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #c8c8c8;
}

.block-inquiry--subject {
  width: 500px;
}

.block-inquiry--inquiry-body textarea {
  width: 100%;
}

.block-inquiry--confirmation-inquiry-body .form-control {
  vertical-align: middle;
}

.block-inquiry-history--body {
  margin: 0 0 20px;
}

.block-inquiry-history-detail--subject {
  font-size: 20px;
}

.block-inquiry--forward:hover,
.block-inquiry-history--back:hover {
  border-color: #EA0161;
  color: #EA0161;
  background: #FFF;
}

.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: 800px;
  height: 650px;
  background: #FFF;
  border-radius: 2px;
  padding: 32px;
}

.block-inquiry-modal--title {
  font-size: 20px;
  font-weight: bold;
  font-family: serif;
  margin: 0 0 16px;
  text-align: center;
  letter-spacing: 1px;
}

.block-inquiry-modal--text {
  text-align: center;
  margin: 0 0 24px;
}

.block-inquiry-modal--privacy {
  overflow-y: auto;
  height: 400px;
  border: 1px solid #DEDEDE;
  padding: 24px;
}

.block-inquiry-modal--privacy-sec:not(:last-child) {
  margin: 0 0 28px;
}

.block-inquiry-modal--privacy-sec-ttl {
  font-weight: bold;
  margin: 0 0 8px;
}

.block-inquiry-modal--privacy-sec p {
  font-size: 12px;
  margin: 0 0 8px;
}

.block-inquiry-modal--privacy-sec ul {
  font-size: 12px;
  margin: 0 0 16px;
}

.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: -11px;
  padding: 0 0 0 11px;
}

.block-inquiry-modal--privacy-sec dl {
  font-size: 12px;
  margin: 20px 0 0;
}

.block-inquiry-modal--privacy-sec dt {
  margin: 0 0 4px;
}

.block-inquiry-modal--privacy-sec dd a {
  text-decoration: underline;
}

.block-inquiry-modal--privacy-sec dd a:hover {
  text-decoration: none;
}

.block-inquiry-modal--btn {
  display: flex;
  justify-content: center;
  margin: 24px 0 0;
}

.block-inquiry-modal--btn-disagree {
  width: 240px;
  color: #AA0046;
  font-size: 14px;
  padding: 12px 0;
  margin: 0 10px;
  border-radius: 30px;
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  text-align: center;
  transition: .3s ease;
}

.block-inquiry-modal--btn-disagree:hover {
  text-decoration: none;
  background: #e6e6e6;
  border: 1px solid #d5d5d5;
}

.block-inquiry-modal--btn-agree {
  width: 240px;
  color: #AA0046;
  font-size: 14px;
  letter-spacing: 1px;
  border: 1px solid #8D075C;
  background: transparent;
  padding: 12px 0;
  margin: 0 10px;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  border-radius: 30px;
  text-align: center;
  transition: .3s ease;
  cursor: pointer;
}

.block-inquiry-modal--btn-agree:hover {
  color: #EA0161;
  border-color: #EA0161;
}

.block-inquiry--confirmation-back:hover {
  background: #FFF;
  color: #EA0161;
  border-color: #EA0161;
}

/* ----ポイント履歴一覧画面---- */

.block-point-history-list--point {
  font-size: 20px;
  font-weight: bold;
  margin: 0 5px;
}

.block-point-history-list--message {
  margin: 5px 0;
}

.block-point-history-list--items {
  margin: 5px 0;
  width: 100%;
}

/* ----所持クーポン一覧画面---- */

.block-coupon-list--table {
  margin: 5px 0;
  width: 100%;
}

.block-coupon-list--coupon-dt {
  white-space: nowrap;
  width: 300px;
}

.block-coupon-list--coupon-target {
  width: 480px;
}

.block-coupon-list--back:hover {
  border-color: #EA0161;
  color: #EA0161;
  background: #FFF;
}

/* ----店舗クーポン一覧画面---- */

.block-store-coupon-list--table {
  margin: 5px 0;
  width: 100%;
}

.block-store-coupon-list--coupon-dt {
  white-space: nowrap;
  width: 300px;
}

/* ----ログアウト画面---- */

.block-logout--message a {
  text-decoration: underline;
}

.block-logout--message a:hover {
  text-decoration: none;
}

/* ----会員登録確認(クイックエントリー)---- */

.block-quick-info-confirmation--login-state-saving {
  margin-top: 10px;
  text-align: center;
}

.block-quick-info-confirmation--login-state-saving-message {
  margin-top: 10px;
  text-align: center;
}

/* ----パスワード再設定---- */

.block-reset-password--uid,
.block-update-new-password--new-pwd2 {
  border-bottom: 1px solid #DEDEDE;
}

.block-reset-password--tel {
  border-bottom: 1px solid #e5e5e5;
}

.block-reset-new-password--completed-message a {
  text-decoration: underline;
}

.block-reset-new-password--completed-message a:hover {
  text-decoration: none;
}

.block-reset-new-password--completed-message a:hover {
  text-decoration: none;
}

.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: 400px;
  border-radius: 12px;
  padding: 40px 32px 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;
  height:50px;
  background: transparent;
  color: #AA0046;
  padding: 17px 0;
  cursor: pointer;
}

.block-pass-change-modal--submit {
  position: relative;
  display: block;
  margin: auto auto 0;
  width: 280px;
  height:52px;
  border-radius: 30px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  /* 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;
  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-login-parts--body a {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ----会員登録完了画面---- */
.block-member-registration-completed--smaregipoint {
  margin: 10px;
}

/* ----会員登録完了画面(クイックエントリー)---- */
.block-quick-member-registration-completed--smaregipoint {
  margin: 10px;
}

/* ----領収書印刷画面---- */
@media screen, print {
  .block-receipt--ContentsAll {
    width: 640px;
    clear: both;
    font-family: YuGothic,"Yu Gothic",sans-serif;
    font-size: 12pt;
    margin: 0 auto;
  }
  .block-receipt--printBox {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

@media print {
  .block-receipt--printBox {
    display: none;
  }
}

.block-receipt--main {
  break-after: page;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.block-receipt--main:last-child {
  break-after: auto;
}

.block-receipt--header {
  text-align: center;
}

.block-receipt--header-title {
  display: inline-block;
  text-align: center;
  font-size: 24pt;
  font-weight: bold;
}

.block-receipt--header-pagenum {
  text-align: right;
  float: right;
}

.block-receipt--top {
  display: flex;
  justify-content: space-between;
}

.block-receipt--top-left {
  width: 340px;
  text-align: left;
}

.block-receipt--top-left-address {
  font-size: 18pt;
  font-weight: bold;
  padding: 0 0 10px;
}

.block-receipt--top-left-total {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 0 0 0;
}

.block-receipt--top-left-total-title {
  text-align: left;
  font-weight: bold;
}

.block-receipt--top-left-total-price {
  text-align: right;
  font-size: 18pt;
  font-weight: bold;
}

.block-receipt--top-left-proviso {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 10px 0 0 0;
}

.block-receipt--top-left-middle {
  padding: 10px 0 0 0;
}

.block-receipt--top-right {
  width: 340px;
  font-size: 10pt;
  text-align: right;
}

.block-receipt--top-right-items {
  line-height: 50%;
}

.block-receipt--tax-info p {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: bold;
  margin: 10px 0;
}

.block-receipt--tax-info-items {
  width: auto;
  display: flex;
  font-size: 10pt;
  margin: 0 0 10px 10px;
}

.block-receipt--tax-info-items-ratio {
  width: 120px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.block-receipt--tax-info-items-amount-title {
  width: 120px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.block-receipt--tax-info-items-amount-price {
  width: 120px;
  text-align: right;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.block-receipt--tax-info-items-consumption-title {
  width: 80px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-left: 50px;
}

.block-receipt--tax-info-items-consumption-price {
  width: 80px;
  text-align: right;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}


.block-receipt--payment > p {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: bold;
  margin-bottom: 10px;
}

.block-receipt--payment-items-method {
  display: flex;
  justify-content: space-between;
  font-size: 10pt;
  margin: 0 10px 0;
}

.block-receipt--payment-items-method-method {
  width: 240px;
  display: flex;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  align-items: flex-end;
}

.block-receipt--payment-items-method-income {
  width: 240px;
  display: flex;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  align-items: flex-end;
}

.block-receipt--payment-items-price {
  margin: 0 10px 0;
}

.block-receipt--payment-items-price > p {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 10px 0;
}

.block-receipt--payment-items-price-items {
  display: flex;
  justify-content: space-between;
  margin: 0 10px 0;
}

.block-receipt--payment-items-price-items-detail {
  width: 280px;
}

.block-receipt--payment-items-price-items-detail-list {
  display: flex;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 10pt;
  margin: 0 10px 0;
}

.block-receipt--payment-items-price-items-detail-list {
  margin-bottom: 10px;
}

.block-receipt--goods-title {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 10px 0 0;
  font-weight: bold;
}

.block-receipt--goods-detail {
  margin: 0 0 0 10px;
}

.block-receipt--goods-detail-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 600px;
}

.block-receipt--goods-detail-table th {
  vertical-align: middle;
}

.block-receipt--goods-detail-table th,
.block-receipt--goods-detail-table td {
  font-weight: normal;
  font-size: 10pt;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 5px 5px 0;
}

.block-receipt--goods-detail-table th {
  text-align: center;
}

.block-receipt--goods-detail-table-td-text {
  text-align: left;
}

.block-receipt--goods-detail-table-td-num {
  text-align: right;
}

.block-receipt--goods-detail-table-td-mark {
  text-align: center;
}


.block-receipt--goods-detail-table th:nth-child(1),
.block-receipt--goods-detail-table td:nth-child(1) {
  width: 17.5%;
}

.block-receipt--goods-detail-table th:nth-child(2),
.block-receipt--goods-detail-table td:nth-child(2) {
  width: 42.5%;
}

.block-receipt--goods-detail-table th:nth-child(3),
.block-receipt--goods-detail-table td:nth-child(3) {
  width: 2.5%;
}

.block-receipt--goods-detail-table th:nth-child(4),
.block-receipt--goods-detail-table td:nth-child(4) {
  width: 15%;
}

.block-receipt--goods-detail-table th:nth-child(5),
.block-receipt--goods-detail-table td:nth-child(5) {
  width: 7.5%;
}

.block-receipt--goods-detail-table th:nth-child(6),
.block-receipt--goods-detail-table td:nth-child(6) {
  width: 15%;
}

.block-receipt--goods-detail-comment {
  font-size: 10pt;
  margin: 0 0 10px;
}

.block-receipt--bottom {
  font-size: 10pt;
}

/* ----マイショップクーポン詳細画面---- */
body.page-coupon .wrapper,
body.page-myshopcoupon .wrapper,
body.page-birthdaycoupon .wrapper {
  background: #F0F0F0;
}
body.page-coupon .pane-contents .container,
body.page-myshopcoupon .pane-contents .container,
body.page-birthdaycoupon .pane-contents .container {
  width: 920px;
}
.block-coupon-detail {
  display: flex;
  justify-content: space-between;
  background: #FFF;
  border-radius: 8px;
  padding: 40px;
  margin: 0 0 20px;
}
.block-coupon-detail--img {
  width: 400px;
  line-height: 0;
}
.block-coupon-detail--info {
  width: 400px;
}
.block-coupon-detail--info-name {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 20px;
  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: 12px;
  margin: 0 0 15px;
}
.block-coupon-detail--info-coupon-btn {
  position: relative;
  border-radius: 30px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 17px 0;
  letter-spacing: 1px;
  box-shadow: 0px 4px 20px rgba(140, 85, 165, 0.12);
  overflow: hidden;
  cursor: pointer;
  z-index: 0;
}
.block-coupon-detail--info-coupon-btn::before,
.block-coupon-detail--info-coupon-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#aa0046 0%, #b70054 100%);
  border: 1px solid #E21469;
  z-index: -1;
  transition: .3s ease;
}
.block-coupon-detail--info-coupon-btn::after {
  background: linear-gradient(#c60051 0%, #e50069 100%);
  border: 1px solid #f8237b;
  box-shadow: 0px 4px 12px rgba(37, 28, 41, 0.06);
  z-index: -2;
}
.block-coupon-detail--info-coupon-btn:hover::before {
  opacity: 0;
}
.block-coupon-detail--info-caution {
  font-size: 11px;
  margin: 16px 0 0;
}
.block-coupon-detail--info-date,
.block-coupon-detail--info-remaining,
.block-birthday-coupon-detail--info-date {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.block-coupon-detail--info-date,
.block-birthday-coupon-detail--info-date {
  border-top: 1px solid #E0E0E0;
  margin: 12px 0 8px;
  padding: 20px 0 0;
}
.block-coupon-detail--info-date dt,
.block-coupon-detail--info-remaining dt,
.block-birthday-coupon-detail--info-date dt {
  position: relative;
  padding: 0 12px 0 0;
}
.block-coupon-detail--info-date dt::after,
.block-coupon-detail--info-remaining dt::after,
.block-birthday-coupon-detail--info-date dt::after {
  content: ':';
  position: absolute;
  top: -1px;
  right: 4px;
}
.block-coupon-detail--info-date dd,
.block-birthday-coupon-detail--info-date dd {
  font-weight: bold;
}
.block-coupon-detail--info-myshop {
  margin: 22px 0 24px;
}
.block-coupon-detail--info-myshop dt {
  color: #FFF;
  font-size: 11px;
  background: #121212;
  width: 130px;
  border-radius: 30px;
  text-align: center;
  margin: 0 0 8px;
  padding: 4px 0;
}
.block-coupon-detail--info-back-btn a {
  color: #AA0046;
  font-size: 14px;
  font-weight: bold;
}
.block-coupon-note,
.block-birthday-coupon-note {
  background: #FFF;
  border-radius: 8px;
  padding: 40px;
}
.block-coupon-note--title,
.block-birthday-coupon-note--title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px;
}
.block-coupon-note--text,
.block-birthday-coupon-note--text {
  font-size: 13px;
  line-height: 1.77;
  margin: 0 0 20px;
}
.block-coupon-note--caution,
.block-birthday-coupon-note--caution {
  margin: 36px 0 0;
}
.block-coupon-note--caution-title,
.block-birthday-coupon-note--caution-title {
  color: #808080;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px;
}
.block-coupon-note--caution li,
.block-birthday-coupon-note--caution li {
  color: #808080;
  font-size: 11px;
  line-height: 1.36;
}
.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;
  width: 400px;
  border-radius: 12px;
  padding: 60px 32px;
}
.block-coupon-confirm--close {
  position: absolute;
  top: 10px;
  right: 10px;
  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-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: 12px;
  background: #FFF;
  transform: rotate(45deg);
}
.block-coupon-confirm--close::after {
  transform: rotate(-45deg);
}
.block-coupon-confirm--title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
}
.block-coupon-confirm--text {
  font-size: 12px;
  line-height: 1.67;
}
.block-coupon-confirm--checkbox {
  background: #FCEAEF;
  border-radius: 4px;
  padding: 10px 0;
  margin: 0 0 12px;
}
.block-coupon-confirm--checkbox label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}
.block-coupon-confirm .block-app-members-modal--submit {
  cursor: default;
}
.block-coupon-confirm .block-app-members-modal--submit::before,
.block-coupon-confirm .block-app-members-modal--submit::after {
  display: none;
}
.block-coupon-confirm .block-app-members-modal--submit input {
  position: relative;
  width: 280px;
  margin: 0 auto;
  border-radius: 30px;
  text-align: center;
  color: #E0E0E0;
  font-weight: bold;
  padding: 17px 0;
  box-shadow: 0px 4px 20px rgba(140, 85, 165, 0.12);
  overflow: hidden;
  background: #BBB;
  pointer-events: none;
  cursor: default;
}
.block-coupon-confirm .block-app-members-modal--submit input.active {
  pointer-events: auto;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(#aa0046 0%, #ce005f 100%);
}
.block-coupon-confirm--back {
  text-align: center;
  margin: 16px 0 20px;
}
.block-coupon-confirm--back a {
  color: #AA0046;
  font-weight: bold;
}
.block-coupon-confirm--back a:hover {
  text-decoration: underline;
}

/* ----マイショップクーポン使用済み画面---- */
.block-coupon-used {
  background: #FFF;
  border-radius: 8px;
  text-align: center;
  padding: 32px 0;
}
.block-coupon-used--img {
  position: relative;
  width: 300px;
  line-height: 0;
  margin: 0 auto 32px;
  border-radius: 12px;
  overflow: hidden;
}
.block-coupon-used--panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: rgba(128, 128, 128, .8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-coupon-used--panel span {
  color: #FFF;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  padding: 64px 0 0;
  background: url(../../img/usr/common/img_check.png) no-repeat center top / 48px;
}
.block-coupon-used--barcode {
  width: 282px;
  line-height: 0;
  margin: 0 auto 30px;
}
.block-coupon-used--name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
}
.block-coupon-used--message {
  color: #AA0046;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
}
.block-coupon-used--remaining {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
.block-coupon-used--remaining dt {
  position: relative;
  font-size: 13px;
  padding: 0 18px 0 0;
}
.block-coupon-used--remaining dt::after {
  content: ':';
  position: absolute;
  top: -1px;
  right: 10px;
}
.block-coupon-used--remaining dd {
  font-size: 16px;
  font-weight: bold;
}
.block-coupon-used--back a {
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: 17px 0;
  color: #AA0046;
  font-weight: bold;
  border: 1px solid #E0E0E0;
  border-radius: 30px;
  background: #F0F0F0;
  box-shadow: 0px 4px 12px rgba(37, 28, 41, 0.06);
  transition: .3s ease;
}
.block-coupon-used--back a:hover {
  text-decoration: none;
  background: #E6E6E6;
}

/* ----誕生日クーポン詳細画面---- */
.block-birthday-coupon-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  border-radius: 8px;
  margin: 0 0 20px;
  padding: 40px;
}
.block-birthday-coupon-detail--img {
  width: 400px;
  line-height: 0;
}
.block-birthday-coupon-detail--info {
  width: 400px;
}
.block-birthday-coupon-detail--info-name {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 20px;
  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 {
  letter-spacing: 1px;
}
.block-birthday-coupon-detail--info-reserve {
  margin: 20px 0 0;
}
.block-birthday-coupon-detail--info-back-btn {
  margin: 20px 0 0;
}
.block-birthday-coupon-detail--info-back-btn a {
  color: #AA0046;
  font-weight: bold;
}

/* メールアドレス変更完了 */
.block-mail-address--mypage-link a {
  color: #AA0046;
  text-decoration: underline;
}
.block-mail-address--mypage-link a:hover {
  text-decoration: none;
}

/* ----ご注文方法指定画面 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: 700px;
  height: fit-content;
  background: #FFF;
  border-radius: 2px;
  padding: 32px;
}

.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: 20px;
  font-weight: bold;
  font-family: serif;
  margin: 0 0 16px;
  text-align: center;
  letter-spacing: 1px;
}

.block-estimateEgiftMessage-modal--text {
  text-align: center;
  margin: 0 0 24px;
}

.block-estimateEgiftMessage-modal--btn {
  display: flex;
  justify-content: center;
  margin: 24px 0 0;
}

.block-estimateEgiftMessage-modal--btn-back {
  width: 240px;
  color: #AA0046;
  font-size: 14px;
  letter-spacing: 1px;
  border: 1px solid #8D075C;
  background: transparent;
  padding: 12px 0;
  margin: auto;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  border-radius: 30px;
  text-align: center;
  transition: .3s ease;
  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 {
  display: flex;
  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;
  transition: .3s ease;
  cursor: pointer;
  justify-content: 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;
  border: 1px solid #d5d5d5;
}
.block-estimateEgiftMessage-modal--btn-close:before,
.block-estimateEgiftMessage-modal--btn-close:after {
}
.block-estimateEgiftMessage-modal--btnMesssage {
  display: flex;
  justify-content: center;
  margin: 12px 0 0;
}
.block-estimateEgiftMessage-modal--btnMesssage div {
  width: 300px;
  text-align: right;
}

/* ----退会画面---- */
.block-withdrawal .form-group {
    position: relative;
}
.block-withdrawal .fieldset .constraint {
    position: absolute;
    right: calc(100% - (23% - 15px));
    padding: 0;
    width: auto;
    vertical-align: bottom;
}

.block-withdrawal .form-group.block-withdrawal--withdrawal_reason .constraint {
    top: 24px;
}

.block-withdrawal--withdrawal-body .form-label,
.block-withdrawal--withdrawal-body .constraint {
  vertical-align: top;
  padding-top: 8px;
}
.block-withdrawal--withdrawal_reason {
  width: 900px;
}