<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ----スマホ切り替えバナー---- */

.block-switch-banner {
  width: 1200px;
  position: relative;
  display: none;
}

.block-switch-banner--btn {
  width: 100%;
}

.block-switch-banner--hide-btn {
  position: absolute;
  top: 2px;
}

/* ----メールニュース画面----*/

.block-mail-news--terms-body {
  padding: 20px;
  width: 100%;
  border-color: #e5e5e0;
  margin-bottom: 40px;
}

.block-mail-news--register-form {
  margin-bottom: 40px;
}


/* ----アンケート画面----*/
.page-questionnaireform .block-questionnaire{
  margin-top: 0;
  padding-top: 30px;

}
.block-questionnaire--item-description {
  margin: 10px 0;
}

.block-questionnaire--name-value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}
.page-questionnairecomplete .block-questionnaire-completed--customer-name{
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}
.page-questionnaireform .block-questionnaire--customer-name{
  font-size: 26px;
  font-weight: 500;
  margin-top: 40px;
}
.page-questionnaireform .action-buttons{
  margin-bottom: 25px;

}
.page-questionnaireform .block-questionnaire--item-header.legend{
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
  margin-bottom: 24px;
  font-size: 24px;
  color: #3D3636;
  font-weight: 500;
  cursor: pointer;
}
.block-questionnaire--box-content input[type="radio"] {
  margin: auto 12px auto 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: top;
  border-radius: 50%;
  position: relative;
}

.block-questionnaire--box-content input[type="radio"]:checked{
  border: 1px solid #EF7A00;
}
.block-questionnaire--box-content input[type="radio"]:checked::before {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  background: #EF7A00;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
  border-radius: 50%;
}

.block-questionnaire--box-content input[type="checkbox"] {
  margin: auto 12px auto 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: top;
}
.block-questionnaire--box-content input[type="checkbox"]:checked {
  border: 1px solid #EF7A00;
  background: url(https://www.shoproyal.jp/img/usr/common/check.png) center center no-repeat;
}
.block-questionnaire--box-content input[type="radio"],
.block-questionnaire--box-content input[type="checkbox"],
.block-questionnaire--box-content span input,
.block-questionnaire--box-content span label {
  margin-bottom: 10px;
}
.block-questionnaire--item-header .required:after{
  vertical-align: middle;
}
.block-questionnaire--freespace-bottom img[alt="0120-196-303"]{
  width: unset;
  height: unset;
  margin: 15px 0;
}
/* ----クイックオーダー---- */

.block-quick-order--table {
  width: 100%;
}

.block-quick-order--goods-code-header {
  width: 320px;
}

.block-quick-order--goods-detail-cell {
  width: 100px;
}

.block-quick-order--qty-header {
  width: 100px;
}

.block-quick-order--subtotal-header {
  width: 100px;
}

.block-quick-order--stock-header {
  width: 100px;
}

.block-quick-order--delete-btn-header {
  width: 80px;
}

.block-quick-order--suggest-list {
  background-color: #fff;
  border: 1px solid #000;
  display: none;
  padding: 5px;
  position: absolute;
  top: 50px;
  left: 5px;
}

.block-quick-order--suggest-list-line {
  padding: 2px;
  list-style: none;
}

.block-quick-order--suggest-item-code {
  float: left;
  font-weight: bold;
  margin-right: 5px;
}

.block-quick-order--suggest-item-not-found {
  text-align: center;
  padding: 5px;
  height: 20px;
  width: 250px;
}

.block-quick-order .block-quick-order--forward {
  padding: 12px 0;
  font-size: 18px;
  width: 240px;
}

/* ----ランディングページ---- */

.block-landingpage-login--member-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  border: solid 3px #dcdcdc;
  background: #fff;
}

.block-landingpage-login--member-frame {
  flex-grow: 0;
}

.block-landingpage-login--amazonpay-login-frame {
  flex-grow: 0;
  width: 40%;
}

.block-landingpage-login--amazonpay-login-frame span {
  margin-left: 14px;
}

.block-landingpage--amazonpay {
  display: none;
}

.block-landingpage--amazonpay-button {
  width: 450px !important;
}

.block-landingpage--amazonpay-button.disabled {
  pointer-events: none;
}

.block-landingpage--amazonpay-error {
  color: #a94442;
}

.block-landingpage-login--login {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 160px;
}

.block-landingpage-login--ask-password {
  margin-top: 10px;
  text-align: center;
}

.block-landingpage-form {
  margin-top: 10px;
  display: table;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  border: solid 3px #dcdcdc;
  background: #fff;
}

.block-landingpage-form--goods-limited-order-description {
  margin-top: 4px;
  margin-bottom: 10px;
}

.block-landingpage-form--spec-content {
  padding: 20px;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-landingpage-form--spec-content dl {
  margin: 0 0 10px 0;
}

.block-landingpage-form--payment-content {
  padding: 20px;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-landingpage-form--payment-content-method-select li {
  margin: 0 0 10px 0;
}

.block-landingpage--amazonpay-method-label {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 60px;
  justify-content: start;
  justify-items: start;
  align-items: center;
  min-width: 600px;
  width: fit-content;
}

.block-landingpage--amazonpay-method-name {
  grid-column: 1 / 2;
}

.block-landingpage--amazonpay-change-method-button {
  grid-column: 2 / 3;
  font-size: 13px;
  font-weight: normal;
  min-width: 70px;
}

.block-landingpage--amazonpay-method-label .help-block {
  grid-column: 1 / -1;
}

.block-landingpage-form--sales-append-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
}

.block-landingpage-form--sales-append-content .form-label,
.block-landingpage-form--sales-append-content .constraint {
  background-color: #f8f8f8;
}

.block-landingpage-login--first-time-body {
  display: table;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  border: solid 3px #dcdcdc;
  background: #fff;
  table-layout: fixed;
}
.block-landingpage-login--guest-body {
  display: table;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  border: solid 3px #dcdcdc;
  background: #fff;
}

.block-landingpage-login--guest-info {
  padding: 20px;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-landingpage-login--guest-info-value-label,
.block-landingpage-other--dest-input-value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

.block-landingpage-other--dest {
  padding: 10px;
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
}

.block-landingpage-other--dest-input {
  padding: 20px;
  border-bottom: solid 1px #dcdcdc;
  border-left: solid 1px #dcdcdc;
  border-right: solid 1px #dcdcdc;
  background: #fff;
}

.block-landingpage--dest-amazonpay-body {
  display: flex;
  gap: 60px;
  align-items: start;
}

.block-landingpage--amazonpay-change-dest-button {
  font-size: 13px;
  font-weight: normal;
  min-width: 70px;
}

.block-landingpage-form--amazonpay-guest-info {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 20px 20px 20px 20px;
  margin: 0 0 20px 0;
}

.block-landingpage-order {
  padding: 20px;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-landingpage-login--customer-status {
  background: #444;
  border-radius: 3px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 8px 0;
  margin-bottom: 20px;
  width: 100%;
}

.block-landingpage-login--sign {
  flex-grow: 1;
  text-align: center;
  padding: 8px 0;
  border-right: #fff 1px solid;
}

.block-landingpage-login--mypoint {
  flex-grow: 2;
  font-size: 24px;
  padding-left: 34px;
}

.block-landingpage-login--rank-status {
  display: flex;
  align-items: center;
  flex-grow: 2;
  justify-content: flex-end;
}

.block-landingpage-login--rank-condition dl {
  display: flex;
  align-items: center;
}

.block-landingpage-login--customer-name {
  font-size: 24px;
}

.block-landingpage-login--mypoint-duedate {
  font-size: 14px;
  display: block;
}

.block-landingpage-login--rank-info {
  border: #fff 1px solid;
  text-align: center;
  padding: 12px 18px 13px;
}

.block-landingpage-login--rank-title {
  font-size: 12px;
}

.block-landingpage-login--rank-name {
  font-size: 14px;
}

.block-landingpage-login--rank-condition {
  padding: 0 10px 0 17px;
}

.block-landingpage-login--rank-condition-1 {
  margin-bottom: 2px;
}

.block-landingpage-login--rank-condition-1-title,
.block-landingpage-login--rank-condition-2-title {
  background: #fff;
  color: #444;
  text-align: center;
  padding: 1px 5px;
  border-radius: 2px;
  font-size: 12px;
  margin-right: 5px;
}

.block-landingpage-login--rank-condition-1-title i,
.block-landingpage-login--rank-condition-2-title i {
  padding-right: 3px;
}

/* 注文明細拡張 */
.block-landingpage-form--sales-detail-append {
  margin-top: 20px;
}
.block-landingpage-form--sales-detail-append .fieldset .form-label,
.block-landingpage-form--sales-detail-append .fieldset .constraint,
.block-landingpage-form--sales-detail-append .fieldset .form-control,
.block-landingpage-form--sales-detail-append .fieldset .form-error {
  vertical-align: middle;
}

.block-landingpage-form--sales-detail-append .fieldset .form-group .form-label,
.block-landingpage-form--sales-detail-append .fieldset .form-group .help-block {
  word-break: break-all;
}

.block-landingpage-form--sales-detail-append .fieldset .form-control label {
  white-space: nowrap;
}

.block-landingpage--terms-link {
  text-decoration: underline;
  cursor: pointer;
}

.block-landingpage-form--register-customer-checkbox {
  margin: 30px 0 10px;
  padding: 20px;
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
  border: none;
}

.block-landingpage--register-customer-message {
  margin: 5px 0 10px 0;
  font-size: 12px;
}

.block-landingpage--register-customer-promotion {
  color: #f00;
  font-size: 15px;
  font-weight: bold;
}

.block-landingpage--register-customer-append-title {
  padding: 0;
  margin: 20px 0 20px 0;
  border: none;
}

.block-landingpage-form--register-customer-input .form-label,
.block-landingpage-form--register-customer-input .constraint,
.block-landingpage-form--register-customer-input .form-control,
.block-landingpage-form--register-customer-input .form-error {
  vertical-align: middle;
}

.block-landingpage-form--register-customer-input .form-group .form-label,
.block-landingpage-form--register-customer-input .form-group .help-block {
  word-break: break-all;
}

.block-landingpage-form--register-customer-input .form-control label {
  white-space: nowrap;
}

.block-landingpage--register-customer-pwd {
  border-bottom: #e5e5e5 1px solid;
}

.block-landingpage--pwd-count {
  margin-top: 0;
}

.block-landingpage--uid-count {
  margin-top: 0;
}

/* ----住所2の注意メッセージ---- */
.block-addr2-message {
  color: #f66;
}

/* ----生年月日の注意メッセージ---- */
.block-birth-message {
  color: #f66;
}

/* ----Cookieポリシー同意---- */
.block-cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  color: #fff;
  background: rgba(0,0,0,.7);
  padding: 1.2em;
  box-sizing: border-box;
  visibility: visible;
  z-index: 9999;
}
.block-cookie-consent--text a {
  color: #fff;
  text-decoration: underline;
}
.block-cookie-consent--btn {
  display: inline-block;
  min-width: 100px;
  color: #fff;
  background: dodgerblue;
  padding: .5em 1.5em;
  cursor: pointer;
}
</pre></body></html>