@charset "UTF-8";
/* ================== body ================== */
body {
  min-width: 100%;
}

@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
}
a,
button,
input,
*:active {
  -webkit-tap-highlight-color: transparent;
}

*:active,
*:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none;
}

.block-topic-path {
  padding-left: 20px;
  padding-right: 20px;
}

.block-topic-path--category + .block-topic-path--genre {
  margin-top: 12px;
}

ul.block-topic-path--list + ul.block-topic-path--list {
  margin-top: 12px;
}

.block-common-alert-list,
.alert {
  width: 100%;
  padding: 12px;
  max-width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1101px) {
  .block-common-alert-list,
  .alert {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
  }
}

.alert {
  color: #e05979;
  border: #e05979 2px solid;
  font-weight: bold;
  background: none;
  font-size: 1.4rem;
}

.form-error {
  margin-top: 8px;
}

.form-error,
.count-msg {
  color: #e05979;
}

.modal-content {
  background: #fff;
  padding: 20px 12px 12px;
  border: 2px solid #ededed;
}
.modal-content [value=キャンセル] {
  font-weight: normal;
  background-color: #ccc;
  font-size: 1em;
  box-shadow: none;
  border: none;
  color: #fff;
}

.modal-header {
  color: #71a0ac;
  background: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}

.modal-close {
  position: absolute;
  width: 30px;
  color: #333;
  font-size: 30px;
  font-weight: 400;
  top: 6px;
  right: 16px;
}

.modal-body {
  margin-top: 16px;
  padding: 20px 12px;
  border: 3px solid #d6dfe4;
  background-color: #fff;
}

@media (min-width: 1101px) {
  .modal-dialog {
    width: 100%;
    max-width: 1000px;
  }
  .modal-content {
    padding: 24px 16px 20px;
    border: 3px solid #d6dfe4;
  }
  .modal-header {
    color: #71a0ac;
    background: none;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin-bottom: 24px;
  }
  .modal-close {
    position: absolute;
    width: 32px;
    color: #333;
    font-size: 32px;
    font-weight: 400;
    top: 10px;
    right: 20px;
  }
  .modal-body {
    padding: 20px 16px;
  }
}
@media (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=url],
  input[type=number],
  textarea {
    width: 100%;
  }
}
.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 48px;
  background-color: #8ab7c3;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  border: none;
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 2px #ededed;
}
.btn-primary:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 575px) {
  .btn-primary {
    font-size: 14px;
  }
}
.btn-primary {
  border: none;
  max-width: 100%;
}

.btn-default:not(.block-order-method--dest-change-btn) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 48px;
  background-color: #8ab7c3;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  border: none;
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 2px #ededed;
}
.btn-default:not(.block-order-method--dest-change-btn):hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 575px) {
  .btn-default:not(.block-order-method--dest-change-btn) {
    font-size: 14px;
  }
}
.btn-default:not(.block-order-method--dest-change-btn) {
  border: none;
  max-width: 100%;
}

.action-buttons .action {
  width: 100%;
  max-width: 320px;
}
@media (max-width: 1100px) {
  .action-buttons .action {
    max-width: 100%;
  }
}
.action-buttons .action .btn {
  width: 100%;
  max-width: 320px;
}
@media (min-width: 1101px) {
  .action-buttons .action .btn {
    margin-top: 10px;
  }
}
@media (max-width: 1100px) {
  .action-buttons .action .btn {
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
  .action-buttons .action + .action {
    margin-top: 32px;
  }
}
.action-buttons .action [value=戻る],
.action-buttons .action [href="javascript:history.go(-1);"] {
  font-weight: normal;
  background-color: #ccc;
  font-size: 1em;
  box-shadow: none;
  border: none;
  color: #fff;
}

.required:after {
  background-color: #e05979;
}

label:has(input[type=checkbox]) span {
  margin-top: 0.2em;
  display: inline-block;
}

/* ================== common ================== */
.mv_wrap {
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .mv_wrap {
    padding: 0 12px;
  }
}
.mv_wrap h1,
.mv_wrap h2,
.mv_wrap h3,
.mv_wrap h4 {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.mv_wrap ul,
.mv_wrap ol,
.mv_wrap li,
.mv_wrap dl,
.mv_wrap dt,
.mv_wrap dd {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mv_wrap p {
  margin-bottom: 20px;
}
.mv_wrap li {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mv_wrap li {
    margin-bottom: 4px;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 8px !important;
}

.mt-2 {
  margin-top: 16px !important;
}

.mt-3 {
  margin-top: 24px !important;
}

.mt-4 {
  margin-top: 32px !important;
}

.mt-5 {
  margin-top: 40px !important;
}

.mt-6 {
  margin-top: 48px !important;
}

.mt-7 {
  margin-top: 56px !important;
}

.mt-8 {
  margin-top: 64px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 8px !important;
}

.mb-2 {
  margin-bottom: 16px !important;
}

.mb-3 {
  margin-bottom: 24px !important;
}

.mb-4 {
  margin-bottom: 32px !important;
}

.mb-5 {
  margin-bottom: 40px !important;
}

.mb-6 {
  margin-bottom: 48px !important;
}

.mb-7 {
  margin-bottom: 56px !important;
}

.mb-8 {
  margin-bottom: 64px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 8px !important;
}

.ml-2 {
  margin-left: 16px !important;
}

.ml-3 {
  margin-left: 24px !important;
}

.ml-4 {
  margin-left: 32px !important;
}

.ml-5 {
  margin-left: 40px !important;
}

.ml-6 {
  margin-left: 48px !important;
}

.ml-7 {
  margin-left: 56px !important;
}

.ml-8 {
  margin-left: 64px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 8px !important;
}

.mr-2 {
  margin-right: 16px !important;
}

.mr-3 {
  margin-right: 24px !important;
}

.mr-4 {
  margin-right: 32px !important;
}

.mr-5 {
  margin-right: 40px !important;
}

.mr-6 {
  margin-right: 48px !important;
}

.mr-7 {
  margin-right: 56px !important;
}

.mr-8 {
  margin-right: 64px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 8px !important;
}

.pt-2 {
  padding-top: 16px !important;
}

.pt-3 {
  padding-top: 24px !important;
}

.pt-4 {
  padding-top: 32px !important;
}

.pt-5 {
  padding-top: 40px !important;
}

.pt-6 {
  padding-top: 48px !important;
}

.pt-7 {
  padding-top: 56px !important;
}

.pt-8 {
  padding-top: 64px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 8px !important;
}

.pb-2 {
  padding-bottom: 16px !important;
}

.pb-3 {
  padding-bottom: 24px !important;
}

.pb-4 {
  padding-bottom: 32px !important;
}

.pb-5 {
  padding-bottom: 40px !important;
}

.pb-6 {
  padding-bottom: 48px !important;
}

.pb-7 {
  padding-bottom: 56px !important;
}

.pb-8 {
  padding-bottom: 64px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 8px !important;
}

.pl-2 {
  padding-left: 16px !important;
}

.pl-3 {
  padding-left: 24px !important;
}

.pl-4 {
  padding-left: 32px !important;
}

.pl-5 {
  padding-left: 40px !important;
}

.pl-6 {
  padding-left: 48px !important;
}

.pl-7 {
  padding-left: 56px !important;
}

.pl-8 {
  padding-left: 64px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 8px !important;
}

.pr-2 {
  padding-right: 16px !important;
}

.pr-3 {
  padding-right: 24px !important;
}

.pr-4 {
  padding-right: 32px !important;
}

.pr-5 {
  padding-right: 40px !important;
}

.pr-6 {
  padding-right: 48px !important;
}

.pr-7 {
  padding-right: 56px !important;
}

.pr-8 {
  padding-right: 64px !important;
}

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 8px !important;
  }
  .mt-sm-2 {
    margin-top: 16px !important;
  }
  .mt-sm-3 {
    margin-top: 24px !important;
  }
  .mt-sm-4 {
    margin-top: 32px !important;
  }
  .mt-sm-5 {
    margin-top: 40px !important;
  }
  .mt-sm-6 {
    margin-top: 48px !important;
  }
  .mt-sm-7 {
    margin-top: 56px !important;
  }
  .mt-sm-8 {
    margin-top: 64px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 8px !important;
  }
  .mb-sm-2 {
    margin-bottom: 16px !important;
  }
  .mb-sm-3 {
    margin-bottom: 24px !important;
  }
  .mb-sm-4 {
    margin-bottom: 32px !important;
  }
  .mb-sm-5 {
    margin-bottom: 40px !important;
  }
  .mb-sm-6 {
    margin-bottom: 48px !important;
  }
  .mb-sm-7 {
    margin-bottom: 56px !important;
  }
  .mb-sm-8 {
    margin-bottom: 64px !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 8px !important;
  }
  .ml-sm-2 {
    margin-left: 16px !important;
  }
  .ml-sm-3 {
    margin-left: 24px !important;
  }
  .ml-sm-4 {
    margin-left: 32px !important;
  }
  .ml-sm-5 {
    margin-left: 40px !important;
  }
  .ml-sm-6 {
    margin-left: 48px !important;
  }
  .ml-sm-7 {
    margin-left: 56px !important;
  }
  .ml-sm-8 {
    margin-left: 64px !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 8px !important;
  }
  .mr-sm-2 {
    margin-right: 16px !important;
  }
  .mr-sm-3 {
    margin-right: 24px !important;
  }
  .mr-sm-4 {
    margin-right: 32px !important;
  }
  .mr-sm-5 {
    margin-right: 40px !important;
  }
  .mr-sm-6 {
    margin-right: 48px !important;
  }
  .mr-sm-7 {
    margin-right: 56px !important;
  }
  .mr-sm-8 {
    margin-right: 64px !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 8px !important;
  }
  .pt-sm-2 {
    padding-top: 16px !important;
  }
  .pt-sm-3 {
    padding-top: 24px !important;
  }
  .pt-sm-4 {
    padding-top: 32px !important;
  }
  .pt-sm-5 {
    padding-top: 40px !important;
  }
  .pt-sm-6 {
    padding-top: 48px !important;
  }
  .pt-sm-7 {
    padding-top: 56px !important;
  }
  .pt-sm-8 {
    padding-top: 64px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 8px !important;
  }
  .pb-sm-2 {
    padding-bottom: 16px !important;
  }
  .pb-sm-3 {
    padding-bottom: 24px !important;
  }
  .pb-sm-4 {
    padding-bottom: 32px !important;
  }
  .pb-sm-5 {
    padding-bottom: 40px !important;
  }
  .pb-sm-6 {
    padding-bottom: 48px !important;
  }
  .pb-sm-7 {
    padding-bottom: 56px !important;
  }
  .pb-sm-8 {
    padding-bottom: 64px !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 8px !important;
  }
  .pl-sm-2 {
    padding-left: 16px !important;
  }
  .pl-sm-3 {
    padding-left: 24px !important;
  }
  .pl-sm-4 {
    padding-left: 32px !important;
  }
  .pl-sm-5 {
    padding-left: 40px !important;
  }
  .pl-sm-6 {
    padding-left: 48px !important;
  }
  .pl-sm-7 {
    padding-left: 56px !important;
  }
  .pl-sm-8 {
    padding-left: 64px !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 8px !important;
  }
  .pr-sm-2 {
    padding-right: 16px !important;
  }
  .pr-sm-3 {
    padding-right: 24px !important;
  }
  .pr-sm-4 {
    padding-right: 32px !important;
  }
  .pr-sm-5 {
    padding-right: 40px !important;
  }
  .pr-sm-6 {
    padding-right: 48px !important;
  }
  .pr-sm-7 {
    padding-right: 56px !important;
  }
  .pr-sm-8 {
    padding-right: 64px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 8px !important;
  }
  .mt-md-2 {
    margin-top: 16px !important;
  }
  .mt-md-3 {
    margin-top: 24px !important;
  }
  .mt-md-4 {
    margin-top: 32px !important;
  }
  .mt-md-5 {
    margin-top: 40px !important;
  }
  .mt-md-6 {
    margin-top: 48px !important;
  }
  .mt-md-7 {
    margin-top: 56px !important;
  }
  .mt-md-8 {
    margin-top: 64px !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 8px !important;
  }
  .mb-md-2 {
    margin-bottom: 16px !important;
  }
  .mb-md-3 {
    margin-bottom: 24px !important;
  }
  .mb-md-4 {
    margin-bottom: 32px !important;
  }
  .mb-md-5 {
    margin-bottom: 40px !important;
  }
  .mb-md-6 {
    margin-bottom: 48px !important;
  }
  .mb-md-7 {
    margin-bottom: 56px !important;
  }
  .mb-md-8 {
    margin-bottom: 64px !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-1 {
    margin-left: 8px !important;
  }
  .ml-md-2 {
    margin-left: 16px !important;
  }
  .ml-md-3 {
    margin-left: 24px !important;
  }
  .ml-md-4 {
    margin-left: 32px !important;
  }
  .ml-md-5 {
    margin-left: 40px !important;
  }
  .ml-md-6 {
    margin-left: 48px !important;
  }
  .ml-md-7 {
    margin-left: 56px !important;
  }
  .ml-md-8 {
    margin-left: 64px !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 8px !important;
  }
  .mr-md-2 {
    margin-right: 16px !important;
  }
  .mr-md-3 {
    margin-right: 24px !important;
  }
  .mr-md-4 {
    margin-right: 32px !important;
  }
  .mr-md-5 {
    margin-right: 40px !important;
  }
  .mr-md-6 {
    margin-right: 48px !important;
  }
  .mr-md-7 {
    margin-right: 56px !important;
  }
  .mr-md-8 {
    margin-right: 64px !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 8px !important;
  }
  .pt-md-2 {
    padding-top: 16px !important;
  }
  .pt-md-3 {
    padding-top: 24px !important;
  }
  .pt-md-4 {
    padding-top: 32px !important;
  }
  .pt-md-5 {
    padding-top: 40px !important;
  }
  .pt-md-6 {
    padding-top: 48px !important;
  }
  .pt-md-7 {
    padding-top: 56px !important;
  }
  .pt-md-8 {
    padding-top: 64px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 8px !important;
  }
  .pb-md-2 {
    padding-bottom: 16px !important;
  }
  .pb-md-3 {
    padding-bottom: 24px !important;
  }
  .pb-md-4 {
    padding-bottom: 32px !important;
  }
  .pb-md-5 {
    padding-bottom: 40px !important;
  }
  .pb-md-6 {
    padding-bottom: 48px !important;
  }
  .pb-md-7 {
    padding-bottom: 56px !important;
  }
  .pb-md-8 {
    padding-bottom: 64px !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-1 {
    padding-left: 8px !important;
  }
  .pl-md-2 {
    padding-left: 16px !important;
  }
  .pl-md-3 {
    padding-left: 24px !important;
  }
  .pl-md-4 {
    padding-left: 32px !important;
  }
  .pl-md-5 {
    padding-left: 40px !important;
  }
  .pl-md-6 {
    padding-left: 48px !important;
  }
  .pl-md-7 {
    padding-left: 56px !important;
  }
  .pl-md-8 {
    padding-left: 64px !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 8px !important;
  }
  .pr-md-2 {
    padding-right: 16px !important;
  }
  .pr-md-3 {
    padding-right: 24px !important;
  }
  .pr-md-4 {
    padding-right: 32px !important;
  }
  .pr-md-5 {
    padding-right: 40px !important;
  }
  .pr-md-6 {
    padding-right: 48px !important;
  }
  .pr-md-7 {
    padding-right: 56px !important;
  }
  .pr-md-8 {
    padding-right: 64px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 8px !important;
  }
  .mt-lg-2 {
    margin-top: 16px !important;
  }
  .mt-lg-3 {
    margin-top: 24px !important;
  }
  .mt-lg-4 {
    margin-top: 32px !important;
  }
  .mt-lg-5 {
    margin-top: 40px !important;
  }
  .mt-lg-6 {
    margin-top: 48px !important;
  }
  .mt-lg-7 {
    margin-top: 56px !important;
  }
  .mt-lg-8 {
    margin-top: 64px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 8px !important;
  }
  .mb-lg-2 {
    margin-bottom: 16px !important;
  }
  .mb-lg-3 {
    margin-bottom: 24px !important;
  }
  .mb-lg-4 {
    margin-bottom: 32px !important;
  }
  .mb-lg-5 {
    margin-bottom: 40px !important;
  }
  .mb-lg-6 {
    margin-bottom: 48px !important;
  }
  .mb-lg-7 {
    margin-bottom: 56px !important;
  }
  .mb-lg-8 {
    margin-bottom: 64px !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 8px !important;
  }
  .ml-lg-2 {
    margin-left: 16px !important;
  }
  .ml-lg-3 {
    margin-left: 24px !important;
  }
  .ml-lg-4 {
    margin-left: 32px !important;
  }
  .ml-lg-5 {
    margin-left: 40px !important;
  }
  .ml-lg-6 {
    margin-left: 48px !important;
  }
  .ml-lg-7 {
    margin-left: 56px !important;
  }
  .ml-lg-8 {
    margin-left: 64px !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 8px !important;
  }
  .mr-lg-2 {
    margin-right: 16px !important;
  }
  .mr-lg-3 {
    margin-right: 24px !important;
  }
  .mr-lg-4 {
    margin-right: 32px !important;
  }
  .mr-lg-5 {
    margin-right: 40px !important;
  }
  .mr-lg-6 {
    margin-right: 48px !important;
  }
  .mr-lg-7 {
    margin-right: 56px !important;
  }
  .mr-lg-8 {
    margin-right: 64px !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 8px !important;
  }
  .pt-lg-2 {
    padding-top: 16px !important;
  }
  .pt-lg-3 {
    padding-top: 24px !important;
  }
  .pt-lg-4 {
    padding-top: 32px !important;
  }
  .pt-lg-5 {
    padding-top: 40px !important;
  }
  .pt-lg-6 {
    padding-top: 48px !important;
  }
  .pt-lg-7 {
    padding-top: 56px !important;
  }
  .pt-lg-8 {
    padding-top: 64px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 8px !important;
  }
  .pb-lg-2 {
    padding-bottom: 16px !important;
  }
  .pb-lg-3 {
    padding-bottom: 24px !important;
  }
  .pb-lg-4 {
    padding-bottom: 32px !important;
  }
  .pb-lg-5 {
    padding-bottom: 40px !important;
  }
  .pb-lg-6 {
    padding-bottom: 48px !important;
  }
  .pb-lg-7 {
    padding-bottom: 56px !important;
  }
  .pb-lg-8 {
    padding-bottom: 64px !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 8px !important;
  }
  .pl-lg-2 {
    padding-left: 16px !important;
  }
  .pl-lg-3 {
    padding-left: 24px !important;
  }
  .pl-lg-4 {
    padding-left: 32px !important;
  }
  .pl-lg-5 {
    padding-left: 40px !important;
  }
  .pl-lg-6 {
    padding-left: 48px !important;
  }
  .pl-lg-7 {
    padding-left: 56px !important;
  }
  .pl-lg-8 {
    padding-left: 64px !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 8px !important;
  }
  .pr-lg-2 {
    padding-right: 16px !important;
  }
  .pr-lg-3 {
    padding-right: 24px !important;
  }
  .pr-lg-4 {
    padding-right: 32px !important;
  }
  .pr-lg-5 {
    padding-right: 40px !important;
  }
  .pr-lg-6 {
    padding-right: 48px !important;
  }
  .pr-lg-7 {
    padding-right: 56px !important;
  }
  .pr-lg-8 {
    padding-right: 64px !important;
  }
}
/* ================== 見出し ================== */
.mv_wrap .hdg_h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  .mv_wrap .hdg_h1 {
    text-align: left;
    font-size: 18px;
  }
}
.mv_wrap .hdg_h2 {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  .mv_wrap .hdg_h2 {
    font-size: 16px;
  }
}
.mv_wrap .hdg_h3 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 2px solid #4a91cd;
  padding-bottom: 8px;
  font-weight: 700;
  margin: 20px 0;
  background: none;
}
@media (max-width: 767px) {
  .mv_wrap .hdg_h3 {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.mv_wrap * + .hdg_h3 {
  margin-top: 40px;
}
.mv_wrap .hdg_h2 + .hdg_h3 {
  margin-top: 20px;
}
.mv_wrap .hdg_h4 {
  color: #666;
  font-weight: 700;
  font-size: 16px;
  margin: 16px 0;
}
@media (max-width: 767px) {
  .mv_wrap .hdg_h4 {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

/* ================== ナビ（ページ内リンク） ================== */
.mv_wrap .nav_anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.mv_wrap .nav_anchor > li {
  width: calc((100% - 30px) / 4);
  height: auto;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .mv_wrap .nav_anchor > li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 0;
  }
}
.mv_wrap .nav_anchor li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #71a0ac;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #8ab7c3;
  padding: 0.8em 2em 0.8em 1em;
  box-sizing: border-box;
  height: 100%;
}
@media (max-width: 767px) {
  .mv_wrap .nav_anchor li a {
    font-size: 12px;
  }
}
.mv_wrap .nav_anchor li a::after {
  content: "▼";
  position: absolute;
  color: #71a0ac;
  font-size: 0.6em;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}

/* ================== テーブル ================== */
.mv_wrap .table_common {
  table-layout: auto;
  border: 1px solid #8ab7c3;
  width: 100%;
  margin-bottom: 20px;
}
.mv_wrap .table_common + .table_common {
  margin-top: 56px;
}
.mv_wrap .table_common tr th {
  width: 25%;
  color: #fff;
  background: #8ab7c3;
  font-weight: 700;
  text-align: left;
  padding: 15px 20px;
  border-top: 1px solid #fff;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .mv_wrap .table_common tr th {
    padding: 1em;
  }
}
.mv_wrap .table_common tr:first-child th {
  border-top: none;
}
.mv_wrap .table_common tr td {
  background-color: #fff;
  padding: 15px 20px;
  border: 1px solid #8ab7c3;
}
@media (max-width: 767px) {
  .mv_wrap .table_common tr td {
    padding: 1.2em 1em;
  }
  .mv_wrap .table_common tr td:only-child {
    border-top: 1px solid #8ab7c3;
  }
}
@media (max-width: 767px) {
  .mv_wrap .table_common tr th,
  .mv_wrap .table_common tr td {
    display: block;
    width: 100%;
    border: none;
  }
}

/* ================== テキスト装飾 ================== */
.txt_red {
  color: #e05979;
  font-weight: bold;
}

.txt_marker {
  background-color: rgba(241, 181, 51, 0.2);
  padding: 0.1em;
}

.txt_large {
  font-size: 1.2em !important;
}

.txt_small {
  font-size: 0.9em !important;
}

.txt_bold {
  font-weight: 700;
}

/* ================== 枠 ================== */
.mv_wrap .box_common {
  box-sizing: border-box;
  border: 2px solid #d6dfe4;
  padding: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mv_wrap .box_common {
    padding: 20px;
  }
}
.mv_wrap .box_sub {
  box-sizing: border-box;
  border: 1px solid #8ab7c3;
  padding: 20px;
  margin-bottom: 20px;
  background-color: rgba(230, 244, 248, 0.4);
}

/* ================== リスト ================== */
.mv_wrap .list_icon {
  margin-bottom: 20px;
}
.mv_wrap .list_icon span.icon {
  position: absolute;
  left: 0;
  color: #4a91cd;
}
.mv_wrap .list_icon > li {
  position: relative;
  padding-left: 1.5em;
}
.mv_wrap .list_flow {
  margin-bottom: 20px;
}
.mv_wrap .list_flow .hdg {
  color: #71a0ac;
  font-size: 16px;
  font-weight: 700;
}
.mv_wrap .list_flow .hdg .icon_num {
  display: inline-block;
  background-color: #71a0ac;
  color: #fff;
  padding: 0.2em 0.4em;
  margin-right: 0.4em;
}
.mv_wrap ul.list_link {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2em 1.4em;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .mv_wrap ul.list_link {
    padding-right: 45px;
    gap: 0.8em 1.1em;
  }
}
.mv_wrap ul.list_link > li {
  position: relative;
  line-height: 1.4;
}
.mv_wrap ul.list_link a {
  display: block;
  position: relative;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .mv_wrap ul.list_link a {
    font-size: 12px;
  }
}
.mv_wrap ul.list_link a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.2em;
  clip-path: polygon(30% 0, 100% 50%, 30% 100%, 0% 100%, 70% 50%, 0% 0%);
  transform: translate(0, -50%);
  background: #4a91cd;
  width: 0.3em;
  height: 0.5em;
}
.mv_wrap ul.list_link a:hover, .mv_wrap ul.list_link a:active {
  text-decoration: underline;
}

/* ================== 定義リスト ================== */
.mv_wrap .dl_common {
  margin-bottom: 20px;
}
.mv_wrap .dl_common dt {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.mv_wrap .dl_common dd {
  margin-bottom: 1.5rem;
}
.mv_wrap .dl_common dd:last-child {
  margin-bottom: 0;
}

/* ================== ボタン ================== */
.mv_wrap .btn_common,
.mv_wrap .btn_sub {
  margin-bottom: 20px;
}
.mv_wrap .btn_common a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 48px;
  background-color: #8ab7c3;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  border: none;
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 2px #ededed;
}
.mv_wrap .btn_common a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 575px) {
  .mv_wrap .btn_common a {
    font-size: 14px;
  }
}
.mv_wrap .btn_sub a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  max-width: 100%;
  height: 32px;
  border: 2px solid #8ab7c3;
  background-color: #fff;
  color: #71a0ac;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
  line-height: 1;
}
.mv_wrap .btn_sub a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 575px) {
  .mv_wrap .btn_sub a {
    font-size: 14px;
  }
}
.mv_wrap .btn_sub02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  max-width: 100%;
  height: 32px;
  border: 2px solid #8ab7c3;
  background-color: #fff;
  color: #71a0ac;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
  line-height: 1;
}
.mv_wrap .btn_sub02 a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 575px) {
  .mv_wrap .btn_sub02 a {
    font-size: 14px;
  }
}
.mv_wrap .btn_sub02 a {
  border-color: #f87a49;
  color: #f87a49;
}
.mv_wrap .btn_none {
  margin-bottom: 20px;
}
.mv_wrap .btn_none a,
.mv_wrap .btn_none input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 48px;
  background-color: #8ab7c3;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  border: none;
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 2px #ededed;
}
.mv_wrap .btn_none a:hover,
.mv_wrap .btn_none input:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 575px) {
  .mv_wrap .btn_none a,
  .mv_wrap .btn_none input {
    font-size: 14px;
  }
}
.mv_wrap .btn_none a,
.mv_wrap .btn_none input {
  font-weight: normal;
  background-color: #ccc;
  font-size: 1em;
  box-shadow: none;
  border: none;
  color: #fff;
  box-shadow: none;
}

/* ================== 画像 ================== */
.mv_wrap .img_common,
.mv_wrap .img_res {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.mv_wrap .img_common img,
.mv_wrap .img_res img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* ================== アコーディオン ================== */
.mv_wrap .dl_accordion {
  box-sizing: border-box;
  border: 2px solid #d6dfe4;
  padding: 0;
  margin-bottom: 20px;
}
.mv_wrap .dl_accordion:last-child {
  margin-bottom: 0;
}
.mv_wrap .dl_accordion dt,
.mv_wrap .dl_accordion dd {
  position: relative;
}
.mv_wrap .dl_accordion dt {
  cursor: pointer;
  font-size: 16px;
  padding: 16px 24px 16px 52px;
  -webkit-tap-highlight-color: transparent;
}
.mv_wrap .dl_accordion dt:active, .mv_wrap .dl_accordion dt:focus,
.mv_wrap .dl_accordion dd:active,
.mv_wrap .dl_accordion dd:focus {
  outline: none;
}
.mv_wrap .dl_accordion dt::before {
  content: "＋";
  display: block;
  position: absolute;
  left: 24px;
  top: auto;
  color: #71a0ac;
  font-weight: 700;
}
.mv_wrap .dl_accordion dt.open::before {
  content: "－";
}
.mv_wrap .dl_accordion dt:has(.icon_accordion)::before {
  content: none;
}
.mv_wrap .dl_accordion dd {
  display: none;
  padding: 12px 24px 30px;
}
@media (max-width: 767px) {
  .mv_wrap .dl_accordion dd {
    font-size: 12px;
    padding: 12px 12px 20px;
  }
}
.mv_wrap .dl_accordion dd .icon_accordion {
  background-color: #71a0ac;
}
.mv_wrap .dl_accordion dt .icon_accordion {
  background-color: #e05979;
}
@media (max-width: 767px) {
  .mv_wrap .dl_accordion dt {
    font-size: 14px;
    padding: 12px 12px 12px 36px;
  }
  .mv_wrap .dl_accordion dt::before {
    left: 12px;
  }
}
.mv_wrap .dl_accordion dt .icon_accordion,
.mv_wrap .dl_accordion dd .icon_accordion {
  position: absolute;
  left: 24px;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8em;
  height: 1.8em;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  margin-right: 0.4em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .mv_wrap .dl_accordion dt .icon_accordion,
  .mv_wrap .dl_accordion dd .icon_accordion {
    left: 12px;
    font-size: 12px;
  }
}
.mv_wrap .dl_accordion dt:has(.icon_accordion),
.mv_wrap .dl_accordion dd:has(.icon_accordion) {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .mv_wrap .dl_accordion dt:has(.icon_accordion),
  .mv_wrap .dl_accordion dd:has(.icon_accordion) {
    padding-left: 40px;
  }
}
.mv_wrap .dl_accordion dt:has(.icon_accordion)::before,
.mv_wrap .dl_accordion dd:has(.icon_accordion)::before {
  content: none;
}

.block-genre-page .block-genre-page--header-freespace {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .block-genre-page .block-genre-page--header-freespace {
    padding: 0 12px;
  }
}
.block-genre-page .block-genre-page--header-freespace .mv_wrap {
  padding: 0;
}
.block-genre-page .block-genre-page--header-freespace h1 {
  padding: 0;
  margin-bottom: 40px;
}
.block-genre-page .block-genre-page--header-freespace .img_common img[src*="/genre/"] {
  margin: 0 auto 8px;
  width: 600px;
  max-width: 100%;
}
.block-genre-page .block-genre-page--header-img {
  margin: 0 auto 40px;
  width: 600px;
  max-width: 100%;
}
.block-genre-page .block-genre-page--header-freespace .genre-bnr {
  display: block;
}
.block-genre-page .block-genre-page--header-freespace h2.genre_name_ {
  color: #333;
  background: none;
  font-size: 24px;
  padding: 0;
  margin: 40px auto;
  border: none;
}
@media (max-width: 767px) {
  .block-genre-page .block-genre-page--header-freespace h2.genre_name_ {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.block-genre-page .block-genre-page--header-freespace h3.genre_h3 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 2px solid #4a91cd;
  padding-bottom: 8px;
  font-weight: 700;
  margin: 20px 0;
  background: none;
}
@media (max-width: 767px) {
  .block-genre-page .block-genre-page--header-freespace h3.genre_h3 {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.block-genre-page .block-genre-page--header-freespace h3.genre_h3 {
  padding-left: 0;
  padding-right: 0;
}
.block-genre-page .block-genre-page--header-freespace h3.genre_h3:first-child {
  margin-top: 0;
}
.block-genre-page .genre_txt_wrap {
  margin: 40px auto;
}
.block-genre-page .genre_txt_wrap .privilege {
  font-weight: bold;
  background-color: rgba(241, 181, 51, 0.2);
  padding: 0.1em;
  display: inline;
}
.block-genre-page #fair-end {
  display: none;
  color: #e05979;
  font-size: 14px;
  margin: 8px auto;
}
@media (max-width: 767px) {
  .block-genre-page #fair-end {
    font-size: 12px;
  }
}
.block-genre-page .genreAttTitle {
  border: 2px solid #d6dfe4;
  margin-top: 12px;
}
.block-genre-page .genreAttTitle h3.btn {
  position: relative;
  cursor: pointer;
  display: block;
  background: none;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding: 16px 24px 16px 52px;
  margin-bottom: 0;
  border: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 767px) {
  .block-genre-page .genreAttTitle h3.btn {
    font-size: 12px;
    padding: 12px 12px 12px 36px;
  }
}
.block-genre-page .genreAttTitle h3.btn:active, .block-genre-page .genreAttTitle h3.btn:focus {
  outline: none;
  box-shadow: none;
}
.block-genre-page .genreAttTitle h3.btn::before {
  content: "＋";
  display: block;
  position: absolute;
  left: 24px;
  top: auto;
  color: #71a0ac;
  font-weight: 700;
}
@media (max-width: 767px) {
  .block-genre-page .genreAttTitle h3.btn::before {
    left: 12px;
  }
}
.block-genre-page .genreAttTitle .slide {
  position: relative;
  padding: 12px 24px 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .block-genre-page .genreAttTitle .slide {
    font-size: 12px;
    padding: 12px 12px 20px;
  }
}
.block-genre-page .genreAttTitle.close .slide {
  display: none;
}
.block-genre-page .genreAttTitle.open h3.btn::before {
  content: "－";
}
.block-genre-page .genre_period_txt {
  font-size: 14px;
}
@media (max-width: 767px) {
  .block-genre-page .genre_period_txt {
    font-size: 12px;
  }
}
.block-genre-page .genreAttTitle .slide > ul > li,
.block-genre-page ul.genre_att > li {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .block-genre-page .genreAttTitle .slide > ul > li,
  .block-genre-page ul.genre_att > li {
    font-size: 12px;
  }
}

/* ================== ご利用ガイド　各コンテンツコンテナ（2026.04.27） ================== */
.mv_anchor {
  margin-bottom: 40px;
  scroll-margin-top: 72px;
}

/* ================== ご利用ガイド　チェックインタブ切り替え（2026.04.27） ================== */
.mv_wrap .sc-txt {
  font-family: "Noto Sans SC", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ================== マイページ > 連動特典　既存スタイルの打ち消し（2026.04.27） ================== */
.block-purchase-novelty-link-card-detail--customer-name {
  float: none;
  width: 100%;
}

/* ================== マイページ > 連動特典　達成状況一覧表（2026.04.27） ================== */
.block-purchase-novelty-link-card-detail--info-table .block-purchase-novelty-link-card--id a {
  display: inline-block;
  margin-left: 16px;
  border-bottom: none;
  text-decoration: underline;
  word-break: break-all;
  color: #f87a49;
}
.block-purchase-novelty-link-card-detail--info-table .block-purchase-novelty-link-card--id a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.block-purchase-novelty-link-card-detail--info-table .block-purchase-novelty-link-card-detail--process .graph {
  width: 150px;
  max-width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .block-purchase-novelty-link-card-detail--info-table .block-purchase-novelty-link-card-detail--process .graph {
    width: 100%;
  }
}
.block-purchase-novelty-link-card-detail--info-table .block-purchase-novelty-link-card-detail--process div.graph_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  /* 古いiOS用 */
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #666;
}

.block-purchase-novelty-link-card-detail--info-table .block-purchase-novelty-link-card-detail--process strong {
  color: #71a0ac;
  font-size: 1.4em;
}

.block-purchase-novelty-link-card-detail--info-table .block-purchase-novelty-link-card-detail--process img.graph_img {
  width: 150px;
  max-width: 100%;
  height: 150px;
  display: block;
}

/* ================== マイページ > 連動特典詳細　対象商品購入済みバッジ（2026.04.27） ================== */
.block-purchase-novelty-link-card-detail--gift-item .item-card .badge,
.block-purchase-novelty-link-card-detail--target-item .item-card .badge,
.block-purchase-novelty-link-card-detail--target-item .item-card .badge {
  border-radius: 0;
  text-shadow: none;
  backdrop-filter: blur(4px);
}

.block-purchase-novelty-link-card-detail--gift-item .item-card .badge,
.block-purchase-novelty-link-card-detail--target-item .item-card .badge {
  background: rgba(0, 0, 0, 0.2);
}

.block-purchase-novelty-link-card-detail--gift-item .item-card .badge img.badge_img,
.block-purchase-novelty-link-card-detail--target-item .item-card .badge img.badge_img,
.block-purchase-novelty-link-card-detail--target-item .item-card img.badge_img {
  width: 60px;
  height: 60px;
}

.block-purchase-novelty-link-card-detail--gift-item .item-card .badge div.badge-text,
.block-purchase-novelty-link-card-detail--target-item .item-card .badge div.badge-text,
.block-purchase-novelty-link-card-detail--target-item .item-card div.badge-text {
  font-size: 20px;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .block-purchase-novelty-link-card-detail--gift-item .item-card .badge div.badge-text,
  .block-purchase-novelty-link-card-detail--target-item .item-card .badge div.badge-text,
  .block-purchase-novelty-link-card-detail--target-item .item-card div.badge-text {
    font-size: 16px;
  }
}
/* ================== マイページ > 連動特典詳細　対象商品（2026.05.11） ================== */
.block-purchase-novelty-link-card-detail--gift-item .item-card .item-image,
.block-purchase-novelty-link-card-detail--target-item .item-card .item-image {
  margin-bottom: 8px;
}

.block-purchase-novelty-link-card-detail--target-item .block-thumbnail-t--goods-name {
  overflow: hidden;
}

body.page-noveltylinkcard [class^=block-purchase-history--pager] .pager {
  display: flex;
  align-items: flex-start;
  margin: 28px 0;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 1101px) {
  body.page-noveltylinkcard [class^=block-purchase-history--pager] .pager {
    margin-right: 12px;
    padding: 0;
    text-align: right;
  }
  body.page-noveltylinkcard [class^=block-purchase-history--pager] .pager .pager-total {
    margin-right: auto;
  }
  body.page-noveltylinkcard [class^=block-purchase-history--pager] .pager .pager-current {
    color: #4a91cd;
    background-color: transparent;
  }
  body.page-noveltylinkcard [class^=block-purchase-history--pager] .pager .pager-current span {
    position: relative;
    padding-bottom: 4px;
    font-weight: 700;
  }
  body.page-noveltylinkcard [class^=block-purchase-history--pager] .pager li {
    padding: inherit;
    border: none;
  }
}

/* ================== last-childの余白設定（2026.04.30） ================== */
.mv_wrap p:last-child,
.mv_wrap ul:last-child,
.mv_wrap ul li:last-child,
.mv_wrap ol:last-child,
.mv_wrap ol li:last-child,
.mv_wrap dl:last-child,
.mv_wrap dl dd:last-child,
.mv_wrap table:last-child,
.mv_wrap .box_sub:last-child {
  margin-bottom: 0;
}
.mv_wrap .box_common p:last-child,
.mv_wrap .box_common ul:last-child,
.mv_wrap .box_common ol:last-child,
.mv_wrap .box_common dl:last-child,
.mv_wrap .box_common div:last-child,
.mv_wrap .box_common table:last-child,
.mv_wrap .box_common span:last-child,
.mv_wrap .box_common iframe:last-child,
.mv_wrap .box_common picture:last-child,
.mv_wrap .box_common img:last-child,
.mv_wrap .box_common .box_sub:last-child {
  margin-bottom: 0;
}

/* ================== aタグ設定（2026.04.30） ================== */
.mv_wrap a {
  text-decoration: underline;
  word-break: break-all;
  color: #f87a49;
}
.mv_wrap a:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media (max-width: 1200px) {
  /* グローバルナビ */
  .block-globalnav ul.list-items li.list-item a {
    font-size: 14px;
  }
  .block-nav-icon ul.list-items li.list-item {
    margin-left: 20px;
  }
}
.header-info {
  color: #71a0ac;
  text-align: center;
  font-weight: bold;
  background-color: #ededed;
  font-size: 12px;
  padding: 8px;
}
@media (max-width: 767px) {
  .header-info {
    padding: 4px;
    font-size: 11px;
  }
}

header#header a:hover,
nav.pane-globalnav a:hover {
  text-decoration: none;
  color: #71a0ac;
}
header#header a img:hover,
nav.pane-globalnav a img:hover {
  opacity: 0.8;
}
header#header .list-items a:hover,
header#header .list-items button:hover,
nav.pane-globalnav .list-items a:hover,
nav.pane-globalnav .list-items button:hover {
  text-decoration: none;
  color: #71a0ac;
}

#search_view .block-search_box-wrapper .block-search_box-body .item-content {
  padding: 40px 56px;
}
@media (max-width: 767px) {
  #search_view .block-search_box-wrapper .block-search_box-body .item-content {
    padding: 40px 16px;
  }
}
#search_view .block-search_box-wrapper .block-search_box-body .list-items dd {
  width: 640px;
  max-width: 100%;
}
@media (max-width: 1100px) {
  #search_view .block-search_box-wrapper .block-search_box-body .list-items dd {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #search_view .block-search_box-wrapper {
    align-items: flex-start;
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  #search_view .block-search_box-body {
    overflow-y: scroll;
  }
  #search_view .item-close_btn {
    position: fixed;
    top: 32px;
    right: 32px;
  }
}
#search_view ul.list-keyword {
  max-height: 108px;
  overflow: hidden;
}
#search_view ul.list-keyword a:hover {
  text-decoration: none;
  border-color: #4a91cd;
  color: #4a91cd;
}
@media (max-width: 575px) {
  #search_view ul.list-keyword a {
    font-size: 11px;
  }
}
#search_view .list-btn a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 48px;
  background-color: #8ab7c3;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  border: none;
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 2px #ededed;
}
#search_view .list-btn a.btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 575px) {
  #search_view .list-btn a.btn {
    font-size: 14px;
  }
}

.block-search_box-body ul.list-category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.block-search_box-body ul.list-category > li {
  width: calc((100% - 5px) / 2);
}
.block-search_box-body ul.list-category > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #71a0ac;
  background: #fff;
  font-size: 12px;
  padding: 12px;
  border: 1px solid #8ab7c3;
}
@media (max-width: 575px) {
  .block-search_box-body ul.list-category > li a {
    font-size: 10px;
  }
}
.block-search_box-body ul.list-category > li a:hover {
  text-decoration: none;
  color: #4a91cd;
  border-color: #4a91cd;
}

.mv_wrap .col_wrap {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.mv_wrap [class^=col],
.mv_wrap [class*=" col-"] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.mv_wrap .col-1 {
  width: 8.3333333333%;
}
.mv_wrap .col-2 {
  width: 16.6666666667%;
}
.mv_wrap .col-3 {
  width: 25%;
}
.mv_wrap .col-4 {
  width: 33.3333333333%;
}
.mv_wrap .col-5 {
  width: 41.6666666667%;
}
.mv_wrap .col-6 {
  width: 50%;
}
.mv_wrap .col-7 {
  width: 58.3333333333%;
}
.mv_wrap .col-8 {
  width: 66.6666666667%;
}
.mv_wrap .col-9 {
  width: 75%;
}
.mv_wrap .col-10 {
  width: 83.3333333333%;
}
.mv_wrap .col-11 {
  width: 91.6666666667%;
}
.mv_wrap .col-12 {
  width: 100%;
}
@media (min-width: 576px) {
  .mv_wrap .col-sm-1 {
    width: 8.3333333333%;
  }
  .mv_wrap .col-sm-2 {
    width: 16.6666666667%;
  }
  .mv_wrap .col-sm-3 {
    width: 25%;
  }
  .mv_wrap .col-sm-4 {
    width: 33.3333333333%;
  }
  .mv_wrap .col-sm-5 {
    width: 41.6666666667%;
  }
  .mv_wrap .col-sm-6 {
    width: 50%;
  }
  .mv_wrap .col-sm-7 {
    width: 58.3333333333%;
  }
  .mv_wrap .col-sm-8 {
    width: 66.6666666667%;
  }
  .mv_wrap .col-sm-9 {
    width: 75%;
  }
  .mv_wrap .col-sm-10 {
    width: 83.3333333333%;
  }
  .mv_wrap .col-sm-11 {
    width: 91.6666666667%;
  }
  .mv_wrap .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .mv_wrap .col-md-1 {
    width: 8.3333333333%;
  }
  .mv_wrap .col-md-2 {
    width: 16.6666666667%;
  }
  .mv_wrap .col-md-3 {
    width: 25%;
  }
  .mv_wrap .col-md-4 {
    width: 33.3333333333%;
  }
  .mv_wrap .col-md-5 {
    width: 41.6666666667%;
  }
  .mv_wrap .col-md-6 {
    width: 50%;
  }
  .mv_wrap .col-md-7 {
    width: 58.3333333333%;
  }
  .mv_wrap .col-md-8 {
    width: 66.6666666667%;
  }
  .mv_wrap .col-md-9 {
    width: 75%;
  }
  .mv_wrap .col-md-10 {
    width: 83.3333333333%;
  }
  .mv_wrap .col-md-11 {
    width: 91.6666666667%;
  }
  .mv_wrap .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .mv_wrap .col-lg-1 {
    width: 8.3333333333%;
  }
  .mv_wrap .col-lg-2 {
    width: 16.6666666667%;
  }
  .mv_wrap .col-lg-3 {
    width: 25%;
  }
  .mv_wrap .col-lg-4 {
    width: 33.3333333333%;
  }
  .mv_wrap .col-lg-5 {
    width: 41.6666666667%;
  }
  .mv_wrap .col-lg-6 {
    width: 50%;
  }
  .mv_wrap .col-lg-7 {
    width: 58.3333333333%;
  }
  .mv_wrap .col-lg-8 {
    width: 66.6666666667%;
  }
  .mv_wrap .col-lg-9 {
    width: 75%;
  }
  .mv_wrap .col-lg-10 {
    width: 83.3333333333%;
  }
  .mv_wrap .col-lg-11 {
    width: 91.6666666667%;
  }
  .mv_wrap .col-lg-12 {
    width: 100%;
  }
}

/* ================== テキストの整列（2026.05.08） ================== */
.txt_start {
  text-align: left !important;
}

.txt_center {
  text-align: center !important;
}

.txt_end {
  text-align: right !important;
}

body.page-contactthanks .pane-contents .container {
  padding: 0;
}
body.page-contactthanks .block-inquiry-completed {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-contactthanks .block-inquiry-completed {
    padding: 0 12px;
  }
}
body.page-contactthanks .block-inquiry-completed h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-contactthanks .block-inquiry-completed h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-contactthanks .block-inquiry-completed h2 {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-contactthanks .block-inquiry-completed h2 {
    font-size: 16px;
  }
}

body.page-contact .pane-contents .container {
  padding: 0;
}
body.page-contact .block-inquiry:has(.mv_wrap) {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-contact .block-inquiry:has(.mv_wrap) {
    padding: 0 12px;
  }
}
body.page-contact .block-inquiry:has(.mv_wrap) {
  padding: 0;
}
body.page-contact .mv_wrap .block-inquiry--customer-name {
  margin-bottom: 20px;
}
body.page-contact .mv_wrap .block-topic-path {
  display: none;
}
body.page-contact .mv_wrap .form-control span {
  word-break: break-all;
  display: block;
}

/* ================== タブ切り替え（2026.05.12） ================== */
.mv_wrap .tab-wrapper {
  display: block;
  margin: 40px auto 0;
  border: 3px solid #d6dfe4;
}
@media (max-width: 767px) {
  .mv_wrap .tab-wrapper {
    margin-top: 32px;
  }
}
.mv_wrap .nav-tabs {
  display: flex;
  justify-content: center;
}
.mv_wrap .nav-tabs .nav-tabs-item {
  margin-bottom: 0;
  padding: 0;
}
.mv_wrap .nav-tabs .nav-tabs-item .nav-tabs-link {
  display: block;
  color: #71a0ac;
  background: #d6dfe4;
  padding: 12px 12px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.mv_wrap .nav-tabs .nav-tabs-item .nav-tabs-link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #71a0ac;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border: 0.16em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(45deg);
}
.mv_wrap .nav-tabs .nav-tabs-item .nav-tabs-link.active {
  color: #4a91cd;
  background: #fff;
}
.mv_wrap .nav-tabs .nav-tabs-item .nav-tabs-link.active::after {
  color: #4a91cd;
  transform: translateY(-25%) rotate(135deg);
}
.mv_wrap .tab-content .tab-pane {
  display: none;
  background: #fff;
  padding: 20px;
}
@media (max-width: 767px) {
  .mv_wrap .tab-content .tab-pane {
    padding: 12px;
  }
}
.mv_wrap .tab-content .tab-pane.active {
  display: block;
}

/* ================== ログイン画面 ================== */
body.page-login .pane-contents .container {
  padding: 0;
}
body.page-login .block-login {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-login .block-login {
    padding: 0 12px;
  }
}
body.page-login .block-login h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-login .block-login h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-login .block-login h2 {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-login .block-login h2 {
    font-size: 16px;
  }
}
body.page-login .block-login h2 {
  margin-top: 0;
}
body.page-login .block-login a {
  text-decoration: underline;
  word-break: break-all;
  color: #f87a49;
}
body.page-login .block-login a:hover {
  text-decoration: none;
  opacity: 0.8;
}
body.page-login .block-login .block-login--body {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
@media (min-width: 1101px) {
  body.page-login .block-login .block-login--body {
    gap: 20px 12px;
  }
}
body.page-login .block-login .block-login--member,
body.page-login .block-login .block-login--container,
body.page-login .block-login .block-login--first-time {
  width: 100%;
  padding: 24px 20px;
  border: 3px solid #d6dfe4;
}
@media (max-width: 767px) {
  body.page-login .block-login .block-login--member,
  body.page-login .block-login .block-login--container,
  body.page-login .block-login .block-login--first-time {
    padding: 20px 12px;
  }
}
@media (min-width: 1101px) {
  body.page-login .block-login .block-login--member,
  body.page-login .block-login .block-login--container {
    flex-basis: auto;
  }
  body.page-login .block-login .block-login--member,
  body.page-login .block-login .block-login--container {
    width: calc(50% - 6px);
  }
}
body.page-login .block-login .action .btn {
  width: 320px;
  margin-top: 4px;
}
@media (max-width: 1100px) {
  body.page-login .block-login .action .btn {
    width: 100%;
  }
}
body.page-login .block-login .block-login--member .block-login--member-message {
  color: #666;
}
body.page-login .block-login .block-login--member .block-login--ask-password {
  text-decoration: none;
}
body.page-login .block-login .block-login--clubanimate .block-login--clubanimate-text p {
  color: #666;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  body.page-login .block-login .block-login--clubanimate .btn.btn-primary .clubanimate_word {
    font-size: 12px;
  }
}
body.page-login .block-login .block-login--first-time .block-login--first-time-message {
  color: #666;
}
body.page-login .block-login .block-login--first-time .action .btn {
  margin-top: 24px;
}
body.page-login {
  /* 入力フォーム */
}
body.page-login .block-login--member-body,
body.page-login .block-login--first-time-body {
  background: none;
  border: none;
  padding: 0;
}
body.page-login .block-login--input-items {
  width: 100%;
  background: none;
  padding: 0;
  margin: 20px auto 12px;
}
@media (max-width: 767px) {
  body.page-login .block-login--input-items {
    margin: 0 auto 20px;
  }
}
body.page-login .block-login--input-items .form-group {
  display: flex;
  flex-wrap: wrap;
}
body.page-login .block-login--input-items .form-label {
  display: block !important;
  width: 150px;
  font-size: 14px;
  padding: 4px 0 0;
  margin-right: 0;
}
body.page-login .block-login--input-items .form-control {
  width: calc(100% - 150px);
  padding: 0;
}
@media (max-width: 767px) {
  body.page-login .block-login--input-items .form-label,
  body.page-login .block-login--input-items .form-control {
    width: 100%;
  }
  body.page-login .block-login--input-items .form-label {
    padding: 0;
  }
}
body.page-login .block-login--input-items .block-login--display-password {
  font-size: 13px;
  margin: 10px 0 0;
  width: calc(100% - 150px);
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  body.page-login .block-login--input-items .block-login--display-password {
    width: 100%;
    margin-right: auto;
  }
}
body.page-login .block-login--ask-password {
  font-size: 13px;
  text-align: center;
  margin-top: 16px;
}
@media (max-width: 767px) {
  body.page-login .block-login--ask-password {
    font-size: 12px;
  }
}
body.page-login .block-login--login-state-saving {
  margin: 12px 0 0;
}
@media screen and (min-width: 768px) {
  body.page-login .block-login--login-state-saving {
    margin: 12px 0 0;
  }
}
body.page-login .block-login--login-state-saving .form-control label {
  font-size: 13px;
}
@media (max-width: 767px) {
  body.page-login .block-login--login-state-saving .form-control label {
    font-size: 12px;
  }
}

/* ================== 会員登録・メールアドレス変更　ワンタイムパスワード送信画面 ================== */
body.page-quickentryonetimepasswordsend .pane-contents .container,
body.page-mailchangeonetimepasswordcertify .pane-contents .container,
body.page-entryonetimepasswordcertify .pane-contents .container {
  padding: 0;
}
body.page-quickentryonetimepasswordsend .block-onetimepassword-send,
body.page-quickentryonetimepasswordsend .block-onetimepassword-certify,
body.page-quickentryonetimepasswordsend .block-onetimepassword-certify,
body.page-mailchangeonetimepasswordcertify .block-onetimepassword-send,
body.page-mailchangeonetimepasswordcertify .block-onetimepassword-certify,
body.page-mailchangeonetimepasswordcertify .block-onetimepassword-certify,
body.page-entryonetimepasswordcertify .block-onetimepassword-send,
body.page-entryonetimepasswordcertify .block-onetimepassword-certify,
body.page-entryonetimepasswordcertify .block-onetimepassword-certify {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-quickentryonetimepasswordsend .block-onetimepassword-send,
  body.page-quickentryonetimepasswordsend .block-onetimepassword-certify,
  body.page-quickentryonetimepasswordsend .block-onetimepassword-certify,
  body.page-mailchangeonetimepasswordcertify .block-onetimepassword-send,
  body.page-mailchangeonetimepasswordcertify .block-onetimepassword-certify,
  body.page-mailchangeonetimepasswordcertify .block-onetimepassword-certify,
  body.page-entryonetimepasswordcertify .block-onetimepassword-send,
  body.page-entryonetimepasswordcertify .block-onetimepassword-certify,
  body.page-entryonetimepasswordcertify .block-onetimepassword-certify {
    padding: 0 12px;
  }
}
body.page-quickentryonetimepasswordsend .block-onetimepassword-send h1,
body.page-quickentryonetimepasswordsend .block-onetimepassword-certify h1,
body.page-quickentryonetimepasswordsend .block-onetimepassword-certify h1,
body.page-mailchangeonetimepasswordcertify .block-onetimepassword-send h1,
body.page-mailchangeonetimepasswordcertify .block-onetimepassword-certify h1,
body.page-mailchangeonetimepasswordcertify .block-onetimepassword-certify h1,
body.page-entryonetimepasswordcertify .block-onetimepassword-send h1,
body.page-entryonetimepasswordcertify .block-onetimepassword-certify h1,
body.page-entryonetimepasswordcertify .block-onetimepassword-certify h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-quickentryonetimepasswordsend .block-onetimepassword-send h1,
  body.page-quickentryonetimepasswordsend .block-onetimepassword-certify h1,
  body.page-quickentryonetimepasswordsend .block-onetimepassword-certify h1,
  body.page-mailchangeonetimepasswordcertify .block-onetimepassword-send h1,
  body.page-mailchangeonetimepasswordcertify .block-onetimepassword-certify h1,
  body.page-mailchangeonetimepasswordcertify .block-onetimepassword-certify h1,
  body.page-entryonetimepasswordcertify .block-onetimepassword-send h1,
  body.page-entryonetimepasswordcertify .block-onetimepassword-certify h1,
  body.page-entryonetimepasswordcertify .block-onetimepassword-certify h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-quickentryonetimepasswordsend .block-onetimepassword-send--message,
body.page-mailchangeonetimepasswordcertify .block-onetimepassword-send--message,
body.page-entryonetimepasswordcertify .block-onetimepassword-send--message {
  text-align: center;
}
@media (max-width: 767px) {
  body.page-quickentryonetimepasswordsend .block-onetimepassword-send--message,
  body.page-mailchangeonetimepasswordcertify .block-onetimepassword-send--message,
  body.page-entryonetimepasswordcertify .block-onetimepassword-send--message {
    text-align: left;
  }
}
body.page-quickentryonetimepasswordsend .fieldset,
body.page-mailchangeonetimepasswordcertify .fieldset,
body.page-entryonetimepasswordcertify .fieldset {
  box-sizing: border-box;
  border: 2px solid #d6dfe4;
  padding: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.page-quickentryonetimepasswordsend .fieldset,
  body.page-mailchangeonetimepasswordcertify .fieldset,
  body.page-entryonetimepasswordcertify .fieldset {
    padding: 20px;
  }
}
body.page-quickentryonetimepasswordsend .fieldset,
body.page-mailchangeonetimepasswordcertify .fieldset,
body.page-entryonetimepasswordcertify .fieldset {
  width: 100%;
  max-width: 880px;
  margin: 40px auto 0;
}
@media (max-width: 1100px) {
  body.page-quickentryonetimepasswordsend .fieldset input,
  body.page-mailchangeonetimepasswordcertify .fieldset input,
  body.page-entryonetimepasswordcertify .fieldset input {
    width: 100%;
  }
}
body.page-quickentryonetimepasswordsend .fieldset .form-group,
body.page-mailchangeonetimepasswordcertify .fieldset .form-group,
body.page-entryonetimepasswordcertify .fieldset .form-group {
  align-items: flex-start;
  border: none;
  margin-top: 40px;
}
body.page-quickentryonetimepasswordsend .fieldset .form-group .form-label,
body.page-mailchangeonetimepasswordcertify .fieldset .form-group .form-label,
body.page-entryonetimepasswordcertify .fieldset .form-group .form-label {
  margin-top: 4px;
  padding-top: 0;
}
body.page-quickentryonetimepasswordsend .fieldset .form-group .constraint,
body.page-mailchangeonetimepasswordcertify .fieldset .form-group .constraint,
body.page-entryonetimepasswordcertify .fieldset .form-group .constraint {
  margin-top: 4px;
  padding-top: 0;
}
body.page-quickentryonetimepasswordsend .fieldset .form-group .form-control,
body.page-mailchangeonetimepasswordcertify .fieldset .form-group .form-control,
body.page-entryonetimepasswordcertify .fieldset .form-group .form-control {
  margin-top: 0;
  padding-top: 0;
}
body.page-quickentryonetimepasswordsend .fieldset .form-group,
body.page-mailchangeonetimepasswordcertify .fieldset .form-group,
body.page-entryonetimepasswordcertify .fieldset .form-group {
  margin-top: 0;
}
body.page-quickentryonetimepasswordsend .action-buttons,
body.page-mailchangeonetimepasswordcertify .action-buttons,
body.page-entryonetimepasswordcertify .action-buttons {
  margin-bottom: 32px;
}
@media (max-width: 1100px) {
  body.page-quickentryonetimepasswordsend .action-buttons .action,
  body.page-mailchangeonetimepasswordcertify .action-buttons .action,
  body.page-entryonetimepasswordcertify .action-buttons .action {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  body.page-quickentryonetimepasswordsend .action-buttons .action,
  body.page-mailchangeonetimepasswordcertify .action-buttons .action,
  body.page-entryonetimepasswordcertify .action-buttons .action {
    max-width: 100%;
  }
}
body.page-quickentryonetimepasswordsend .block-onetimepassword-certify--resend-link,
body.page-mailchangeonetimepasswordcertify .block-onetimepassword-certify--resend-link,
body.page-entryonetimepasswordcertify .block-onetimepassword-certify--resend-link {
  text-decoration: underline;
  word-break: break-all;
  color: #f87a49;
}
body.page-quickentryonetimepasswordsend .block-onetimepassword-certify--resend-link:hover,
body.page-mailchangeonetimepasswordcertify .block-onetimepassword-certify--resend-link:hover,
body.page-entryonetimepasswordcertify .block-onetimepassword-certify--resend-link:hover {
  text-decoration: none;
  opacity: 0.8;
}
body.page-quickentryonetimepasswordsend .block-onetimepassword-certify--resend-link,
body.page-mailchangeonetimepasswordcertify .block-onetimepassword-certify--resend-link,
body.page-entryonetimepasswordcertify .block-onetimepassword-certify--resend-link {
  display: inline-block;
  margin-top: -4px;
}
@media (max-width: 767px) {
  body.page-quickentryonetimepasswordsend .block-onetimepassword-certify--resend-link,
  body.page-mailchangeonetimepasswordcertify .block-onetimepassword-certify--resend-link,
  body.page-entryonetimepasswordcertify .block-onetimepassword-certify--resend-link {
    font-size: 12px;
    margin-top: -6px;
  }
}

/* ================== 会員登録　ワンタイムパスワード入力画面（2026.05.13） ================== */
body.page-quickentryonetimepasswordcertify .pane-contents .container {
  padding: 0;
}
body.page-quickentryonetimepasswordcertify .block-onetimepassword-certify {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-quickentryonetimepasswordcertify .block-onetimepassword-certify {
    padding: 0 12px;
  }
}
body.page-quickentryonetimepasswordcertify .block-onetimepassword-certify h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-quickentryonetimepasswordcertify .block-onetimepassword-certify h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-quickentryonetimepasswordcertify .block-onetimepassword-certify--header-message {
  text-align: center;
}
@media (max-width: 767px) {
  body.page-quickentryonetimepasswordcertify .block-onetimepassword-certify--header-message {
    text-align: left;
  }
}
body.page-quickentryonetimepasswordcertify .block-onetimepassword-certify--form {
  box-sizing: border-box;
  border: 2px solid #d6dfe4;
  padding: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.page-quickentryonetimepasswordcertify .block-onetimepassword-certify--form {
    padding: 20px;
  }
}
body.page-quickentryonetimepasswordcertify .block-onetimepassword-certify--form {
  width: 100%;
  max-width: 880px;
  margin: 40px auto 0;
}
@media (max-width: 1100px) {
  body.page-quickentryonetimepasswordcertify .block-onetimepassword-certify--form input {
    width: 100%;
  }
}
body.page-quickentryonetimepasswordcertify .block-onetimepassword-certify--form .form-group {
  align-items: flex-start;
  border: none;
  margin-top: 40px;
}
body.page-quickentryonetimepasswordcertify .block-onetimepassword-certify--form .form-group .form-label {
  margin-top: 4px;
  padding-top: 0;
}
body.page-quickentryonetimepasswordcertify .block-onetimepassword-certify--form .form-group .constraint {
  margin-top: 4px;
  padding-top: 0;
}
body.page-quickentryonetimepasswordcertify .block-onetimepassword-certify--form .form-group .form-control {
  margin-top: 0;
  padding-top: 0;
}
body.page-quickentryonetimepasswordcertify .block-onetimepassword-certify--form .form-group {
  margin-top: 0;
}
body.page-quickentryonetimepasswordcertify .block-onetimepassword-certify--resend-message {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  body.page-quickentryonetimepasswordcertify .block-onetimepassword-certify--resend-message {
    text-align: left;
  }
}
body.page-quickentryonetimepasswordcertify .block-onetimepassword-certify--resend-message .block-onetimepassword-certify--resend-link {
  text-decoration: underline;
  word-break: break-all;
  color: #f87a49;
}
body.page-quickentryonetimepasswordcertify .block-onetimepassword-certify--resend-message .block-onetimepassword-certify--resend-link:hover {
  text-decoration: none;
  opacity: 0.8;
}
body.page-quickentryonetimepasswordcertify .block-onetimepassword-certify--resend-message .block-onetimepassword-certify--resend-link {
  display: inline-block;
  margin-top: -4px;
}
@media (max-width: 767px) {
  body.page-quickentryonetimepasswordcertify .block-onetimepassword-certify--resend-message .block-onetimepassword-certify--resend-link {
    font-size: 12px;
    margin-top: -6px;
  }
}
body.page-quickentryonetimepasswordcertify .modal-body {
  border: none;
  text-align: center;
}
@media (max-width: 575px) {
  body.page-quickentryonetimepasswordcertify .modal-body {
    text-align: left;
  }
}
@media (max-width: 1100px) {
  body.page-quickentryonetimepasswordcertify [value=キャンセル] {
    margin-bottom: 24px;
  }
}

body.page-entryonetimepasswordsend .pane-contents .container,
body.page-entry .pane-contents .container,
body.page-quickentry .pane-contents .container {
  padding: 0;
}
body.page-entryonetimepasswordsend .block-onetimepassword-send,
body.page-entryonetimepasswordsend .block-member-info,
body.page-entryonetimepasswordsend .block-member-info-confirmation,
body.page-entryonetimepasswordsend .block-quick-member-info,
body.page-entryonetimepasswordsend .block-quick-member-info-confirmation,
body.page-entry .block-onetimepassword-send,
body.page-entry .block-member-info,
body.page-entry .block-member-info-confirmation,
body.page-entry .block-quick-member-info,
body.page-entry .block-quick-member-info-confirmation,
body.page-quickentry .block-onetimepassword-send,
body.page-quickentry .block-member-info,
body.page-quickentry .block-member-info-confirmation,
body.page-quickentry .block-quick-member-info,
body.page-quickentry .block-quick-member-info-confirmation {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-entryonetimepasswordsend .block-onetimepassword-send,
  body.page-entryonetimepasswordsend .block-member-info,
  body.page-entryonetimepasswordsend .block-member-info-confirmation,
  body.page-entryonetimepasswordsend .block-quick-member-info,
  body.page-entryonetimepasswordsend .block-quick-member-info-confirmation,
  body.page-entry .block-onetimepassword-send,
  body.page-entry .block-member-info,
  body.page-entry .block-member-info-confirmation,
  body.page-entry .block-quick-member-info,
  body.page-entry .block-quick-member-info-confirmation,
  body.page-quickentry .block-onetimepassword-send,
  body.page-quickentry .block-member-info,
  body.page-quickentry .block-member-info-confirmation,
  body.page-quickentry .block-quick-member-info,
  body.page-quickentry .block-quick-member-info-confirmation {
    padding: 0 12px;
  }
}
body.page-entryonetimepasswordsend .block-onetimepassword-send h1,
body.page-entryonetimepasswordsend .block-member-info h1,
body.page-entryonetimepasswordsend .block-member-info-confirmation h1,
body.page-entryonetimepasswordsend .block-quick-member-info h1,
body.page-entryonetimepasswordsend .block-quick-member-info-confirmation h1,
body.page-entry .block-onetimepassword-send h1,
body.page-entry .block-member-info h1,
body.page-entry .block-member-info-confirmation h1,
body.page-entry .block-quick-member-info h1,
body.page-entry .block-quick-member-info-confirmation h1,
body.page-quickentry .block-onetimepassword-send h1,
body.page-quickentry .block-member-info h1,
body.page-quickentry .block-member-info-confirmation h1,
body.page-quickentry .block-quick-member-info h1,
body.page-quickentry .block-quick-member-info-confirmation h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-entryonetimepasswordsend .block-onetimepassword-send h1,
  body.page-entryonetimepasswordsend .block-member-info h1,
  body.page-entryonetimepasswordsend .block-member-info-confirmation h1,
  body.page-entryonetimepasswordsend .block-quick-member-info h1,
  body.page-entryonetimepasswordsend .block-quick-member-info-confirmation h1,
  body.page-entry .block-onetimepassword-send h1,
  body.page-entry .block-member-info h1,
  body.page-entry .block-member-info-confirmation h1,
  body.page-entry .block-quick-member-info h1,
  body.page-entry .block-quick-member-info-confirmation h1,
  body.page-quickentry .block-onetimepassword-send h1,
  body.page-quickentry .block-member-info h1,
  body.page-quickentry .block-member-info-confirmation h1,
  body.page-quickentry .block-quick-member-info h1,
  body.page-quickentry .block-quick-member-info-confirmation h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-entryonetimepasswordsend .block-onetimepassword-send h2,
body.page-entryonetimepasswordsend .block-onetimepassword-send .legend,
body.page-entryonetimepasswordsend .block-member-info h2,
body.page-entryonetimepasswordsend .block-member-info .legend,
body.page-entryonetimepasswordsend .block-member-info-confirmation h2,
body.page-entryonetimepasswordsend .block-member-info-confirmation .legend,
body.page-entryonetimepasswordsend .block-quick-member-info h2,
body.page-entryonetimepasswordsend .block-quick-member-info .legend,
body.page-entryonetimepasswordsend .block-quick-member-info-confirmation h2,
body.page-entryonetimepasswordsend .block-quick-member-info-confirmation .legend,
body.page-entry .block-onetimepassword-send h2,
body.page-entry .block-onetimepassword-send .legend,
body.page-entry .block-member-info h2,
body.page-entry .block-member-info .legend,
body.page-entry .block-member-info-confirmation h2,
body.page-entry .block-member-info-confirmation .legend,
body.page-entry .block-quick-member-info h2,
body.page-entry .block-quick-member-info .legend,
body.page-entry .block-quick-member-info-confirmation h2,
body.page-entry .block-quick-member-info-confirmation .legend,
body.page-quickentry .block-onetimepassword-send h2,
body.page-quickentry .block-onetimepassword-send .legend,
body.page-quickentry .block-member-info h2,
body.page-quickentry .block-member-info .legend,
body.page-quickentry .block-member-info-confirmation h2,
body.page-quickentry .block-member-info-confirmation .legend,
body.page-quickentry .block-quick-member-info h2,
body.page-quickentry .block-quick-member-info .legend,
body.page-quickentry .block-quick-member-info-confirmation h2,
body.page-quickentry .block-quick-member-info-confirmation .legend {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-entryonetimepasswordsend .block-onetimepassword-send h2,
  body.page-entryonetimepasswordsend .block-onetimepassword-send .legend,
  body.page-entryonetimepasswordsend .block-member-info h2,
  body.page-entryonetimepasswordsend .block-member-info .legend,
  body.page-entryonetimepasswordsend .block-member-info-confirmation h2,
  body.page-entryonetimepasswordsend .block-member-info-confirmation .legend,
  body.page-entryonetimepasswordsend .block-quick-member-info h2,
  body.page-entryonetimepasswordsend .block-quick-member-info .legend,
  body.page-entryonetimepasswordsend .block-quick-member-info-confirmation h2,
  body.page-entryonetimepasswordsend .block-quick-member-info-confirmation .legend,
  body.page-entry .block-onetimepassword-send h2,
  body.page-entry .block-onetimepassword-send .legend,
  body.page-entry .block-member-info h2,
  body.page-entry .block-member-info .legend,
  body.page-entry .block-member-info-confirmation h2,
  body.page-entry .block-member-info-confirmation .legend,
  body.page-entry .block-quick-member-info h2,
  body.page-entry .block-quick-member-info .legend,
  body.page-entry .block-quick-member-info-confirmation h2,
  body.page-entry .block-quick-member-info-confirmation .legend,
  body.page-quickentry .block-onetimepassword-send h2,
  body.page-quickentry .block-onetimepassword-send .legend,
  body.page-quickentry .block-member-info h2,
  body.page-quickentry .block-member-info .legend,
  body.page-quickentry .block-member-info-confirmation h2,
  body.page-quickentry .block-member-info-confirmation .legend,
  body.page-quickentry .block-quick-member-info h2,
  body.page-quickentry .block-quick-member-info .legend,
  body.page-quickentry .block-quick-member-info-confirmation h2,
  body.page-quickentry .block-quick-member-info-confirmation .legend {
    font-size: 16px;
  }
}
body.page-entryonetimepasswordsend .alert,
body.page-entry .alert,
body.page-quickentry .alert {
  margin-bottom: 40px;
}
body.page-entryonetimepasswordsend .block-quick-member-info--value-label,
body.page-entryonetimepasswordsend .block-member-info--value-label,
body.page-entryonetimepasswordsend .block-shipping-address--value-label,
body.page-entry .block-quick-member-info--value-label,
body.page-entry .block-member-info--value-label,
body.page-entry .block-shipping-address--value-label,
body.page-quickentry .block-quick-member-info--value-label,
body.page-quickentry .block-member-info--value-label,
body.page-quickentry .block-shipping-address--value-label {
  font-size: 14px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  body.page-entryonetimepasswordsend .block-quick-member-info--value-label,
  body.page-entryonetimepasswordsend .block-member-info--value-label,
  body.page-entryonetimepasswordsend .block-shipping-address--value-label,
  body.page-entry .block-quick-member-info--value-label,
  body.page-entry .block-member-info--value-label,
  body.page-entry .block-shipping-address--value-label,
  body.page-quickentry .block-quick-member-info--value-label,
  body.page-quickentry .block-member-info--value-label,
  body.page-quickentry .block-shipping-address--value-label {
    display: block;
    width: auto;
    text-align: left;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  body.page-entryonetimepasswordsend .block-quick-member-info--value-label,
  body.page-entryonetimepasswordsend .block-member-info--value-label,
  body.page-entryonetimepasswordsend .block-shipping-address--value-label,
  body.page-entry .block-quick-member-info--value-label,
  body.page-entry .block-member-info--value-label,
  body.page-entry .block-shipping-address--value-label,
  body.page-quickentry .block-quick-member-info--value-label,
  body.page-quickentry .block-member-info--value-label,
  body.page-quickentry .block-shipping-address--value-label {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  body.page-entryonetimepasswordsend .checktype_name input,
  body.page-entryonetimepasswordsend .checktype_kana input,
  body.page-entry .checktype_name input,
  body.page-entry .checktype_kana input,
  body.page-quickentry .checktype_name input,
  body.page-quickentry .checktype_kana input {
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.page-entryonetimepasswordsend .checktype_name,
  body.page-entryonetimepasswordsend .checktype_kana,
  body.page-entry .checktype_name,
  body.page-entry .checktype_kana,
  body.page-quickentry .checktype_name,
  body.page-quickentry .checktype_kana {
    display: block;
  }
  body.page-entryonetimepasswordsend .checktype_name,
  body.page-entry .checktype_name,
  body.page-quickentry .checktype_name {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1101px) {
  body.page-entryonetimepasswordsend .block-member-info--pwd .form-pwd .block-login--display-password,
  body.page-entryonetimepasswordsend .block-quick-member-info--pwd .form-pwd .block-login--display-password,
  body.page-entry .block-member-info--pwd .form-pwd .block-login--display-password,
  body.page-entry .block-quick-member-info--pwd .form-pwd .block-login--display-password,
  body.page-quickentry .block-member-info--pwd .form-pwd .block-login--display-password,
  body.page-quickentry .block-quick-member-info--pwd .form-pwd .block-login--display-password {
    margin-left: 8px;
  }
}
body.page-entryonetimepasswordsend .block-quick-member-info--items label[for=agree_checkbox],
body.page-entryonetimepasswordsend .block-member-info--use-spoofing-protection label[for=agree_checkbox],
body.page-entry .block-quick-member-info--items label[for=agree_checkbox],
body.page-entry .block-member-info--use-spoofing-protection label[for=agree_checkbox],
body.page-quickentry .block-quick-member-info--items label[for=agree_checkbox],
body.page-quickentry .block-member-info--use-spoofing-protection label[for=agree_checkbox] {
  display: inline-block;
}
body.page-entryonetimepasswordsend .block-member-info--mailnews .form-control .radio:not(:last-child),
body.page-entryonetimepasswordsend .block-quick-member-info-confirmation--mailnews .form-control .radio:not(:last-child),
body.page-entryonetimepasswordsend .block-member-info--use-spoofing-protection .form-control .radio:not(:last-child),
body.page-entry .block-member-info--mailnews .form-control .radio:not(:last-child),
body.page-entry .block-quick-member-info-confirmation--mailnews .form-control .radio:not(:last-child),
body.page-entry .block-member-info--use-spoofing-protection .form-control .radio:not(:last-child),
body.page-quickentry .block-member-info--mailnews .form-control .radio:not(:last-child),
body.page-quickentry .block-quick-member-info-confirmation--mailnews .form-control .radio:not(:last-child),
body.page-quickentry .block-member-info--use-spoofing-protection .form-control .radio:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  body.page-entryonetimepasswordsend .block-member-info--mailnews .form-control .radio:not(:last-child),
  body.page-entryonetimepasswordsend .block-quick-member-info-confirmation--mailnews .form-control .radio:not(:last-child),
  body.page-entryonetimepasswordsend .block-member-info--use-spoofing-protection .form-control .radio:not(:last-child),
  body.page-entry .block-member-info--mailnews .form-control .radio:not(:last-child),
  body.page-entry .block-quick-member-info-confirmation--mailnews .form-control .radio:not(:last-child),
  body.page-entry .block-member-info--use-spoofing-protection .form-control .radio:not(:last-child),
  body.page-quickentry .block-member-info--mailnews .form-control .radio:not(:last-child),
  body.page-quickentry .block-quick-member-info-confirmation--mailnews .form-control .radio:not(:last-child),
  body.page-quickentry .block-member-info--use-spoofing-protection .form-control .radio:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1101px) {
  body.page-entryonetimepasswordsend .block-quick-info-confirmation--login-state-saving .form-control,
  body.page-entry .block-quick-info-confirmation--login-state-saving .form-control,
  body.page-quickentry .block-quick-info-confirmation--login-state-saving .form-control {
    display: inline-block;
  }
}
@media (max-width: 1100px) {
  body.page-entryonetimepasswordsend .block-member-info-confirmation--login-state-saving + .action,
  body.page-entryonetimepasswordsend .block-quick-info-confirmation--login-state-saving + .action,
  body.page-entry .block-member-info-confirmation--login-state-saving + .action,
  body.page-entry .block-quick-info-confirmation--login-state-saving + .action,
  body.page-quickentry .block-member-info-confirmation--login-state-saving + .action,
  body.page-quickentry .block-quick-info-confirmation--login-state-saving + .action {
    margin-top: 32px;
  }
}
body.page-entryonetimepasswordsend .modal-dialog .modal-header .modal-title,
body.page-entry .modal-dialog .modal-header .modal-title,
body.page-quickentry .modal-dialog .modal-header .modal-title {
  display: none;
}
body.page-entryonetimepasswordsend .modal-dialog .modal-body,
body.page-entry .modal-dialog .modal-body,
body.page-quickentry .modal-dialog .modal-body {
  overflow-y: scroll;
  padding-bottom: 40px;
  margin-bottom: 0;
}
body.page-entryonetimepasswordsend .modal-dialog .modal-body h2:first-child,
body.page-entry .modal-dialog .modal-body h2:first-child,
body.page-quickentry .modal-dialog .modal-body h2:first-child {
  margin-top: 8px;
}
body.page-entryonetimepasswordsend .modal-dialog .modal-body li,
body.page-entry .modal-dialog .modal-body li,
body.page-quickentry .modal-dialog .modal-body li {
  border-bottom: none;
}
body.page-entryonetimepasswordsend .modal-dialog .modal-body a,
body.page-entry .modal-dialog .modal-body a,
body.page-quickentry .modal-dialog .modal-body a {
  display: inline;
  color: #f87a49;
  font-size: 1em;
  padding: 0;
}

/* ================== マイページTOP（2026.05.14） ================== */
body.page-menu .pane-contents .container {
  padding: 0;
}
body.page-menu .block-mypage {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-menu .block-mypage {
    padding: 0 12px;
  }
}
body.page-menu .block-mypage h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-menu .block-mypage h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-menu .block-mypage h2[class^=block-mypage--] {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-menu .block-mypage h2[class^=block-mypage--] {
    font-size: 16px;
  }
}
body.page-menu .block-mypage h2[class^=block-mypage--] .block-icon-image--flex-cell:first-child {
  display: none;
}
@media (min-width: 1101px) {
  body.page-menu .block-mypage h2[class^=block-mypage--] {
    color: #71a0ac;
    font-size: 20px;
    font-weight: 700;
    margin: 40px 0 20px;
    background: none;
    border: none;
    padding: 0;
  }
}
body.page-menu .block-mypage .block-mypage--customer-status {
  overflow: hidden;
  color: #333;
  background: #fff;
  gap: 0;
  padding: 0;
  margin: 0 auto 20px;
  border: 3px solid #d6dfe4;
  justify-content: flex-start;
}
@media screen and (max-width: 1100px) {
  body.page-menu .block-mypage .block-mypage--customer-status {
    padding: 0;
    margin: 0 auto 20px;
    border: 2px solid #d6dfe4;
  }
}
body.page-menu .block-mypage .block-mypage--customer-status .block-mypage--rank-status {
  display: none;
}
body.page-menu .block-mypage .block-mypage--customer-status .block-mypage--rank-status .block-mypage--rank-info {
  color: #444;
  background: none;
  border: 1px solid #444;
}
@media screen and (max-width: 1100px) {
  body.page-menu .block-mypage .block-mypage--customer-status .block-mypage--rank-status .block-mypage--rank-info {
    line-height: 1.6;
    padding: 10px;
    margin-top: 15px;
  }
  body.page-menu .block-mypage .block-mypage--customer-status .block-mypage--rank-status .block-mypage--rank-info .block-mypage--rank-title {
    font-size: 10px;
  }
  body.page-menu .block-mypage .block-mypage--customer-status .block-mypage--rank-status .block-mypage--rank-info .block-mypage--rank-current {
    font-size: 15px;
  }
}
body.page-menu .block-mypage .block-mypage--sign {
  width: 100%;
  border-right: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1100px) {
  body.page-menu .block-mypage .block-mypage--sign {
    padding: 20px 10px;
    border-bottom: 2px solid #d6dfe4;
  }
}
@media screen and (min-width: 1101px) {
  body.page-menu .block-mypage .block-mypage--sign {
    padding: 24px 32px;
    flex-basis: 30%;
    align-self: stretch;
    border-right: 3px solid #d6dfe4;
  }
}
body.page-menu .block-mypage .block-mypage--sign .block-mypage--customer-name {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  body.page-menu .block-mypage .block-mypage--sign .block-mypage--customer-name {
    font-size: 14px;
  }
}
body.page-menu .block-mypage .block-mypage--sign .block-mypage--logout {
  font-size: 12px;
}
@media screen and (max-width: 1100px) {
  body.page-menu .block-mypage .block-mypage--sign .block-mypage--logout {
    font-size: 11px;
  }
}
body.page-menu .block-mypage .block-mypage--sign .block-mypage--logout a {
  text-decoration: underline;
  word-break: break-all;
  color: #f87a49;
}
body.page-menu .block-mypage .block-mypage--sign .block-mypage--logout a:hover {
  text-decoration: none;
  opacity: 0.8;
}
body.page-menu .block-mypage .block-mypage--sign .block-mypage--logout a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1100px) {
  body.page-menu .block-mypage .block-mypage--mypoint {
    padding: 12px 10px;
    border: none;
  }
  body.page-menu .block-mypage .block-mypage--mypoint :last-of-type {
    padding-top: 0;
  }
  body.page-menu .block-mypage .block-mypage--mypoint .block-mypage--mypoint-duedate {
    font-size: 12px;
    margin-top: 0.2em;
  }
}
@media screen and (min-width: 1101px) {
  body.page-menu .block-mypage .block-mypage--mypoint {
    padding: 24px 32px;
    font-size: 14px;
    flex-basis: 40%;
    flex-grow: 0;
  }
}
body.page-menu .block-mypage .block-mypage--mypoint .block-mypage--mypoint-point {
  color: #4a91cd;
  font-weight: 600;
}
@media screen and (min-width: 1101px) {
  body.page-menu .block-mypage .block-mypage--mypoint .block-mypage--mypoint-duedate {
    font-size: 13px;
  }
}
body.page-menu .block-mypage .block-mypage--pointlink {
  flex-basis: 30%;
}
body.page-menu .block-mypage .customer_code {
  color: #4a91cd;
  font-weight: 400;
  text-align: center;
  max-width: 600px;
  margin: 12px auto 0;
}
body.page-menu .block-mypage .customer_code strong {
  color: #333;
  display: block;
  font-weight: 400;
}
body.page-menu .block-mypage .block-mypage--withdrawal {
  text-decoration: underline;
  word-break: break-all;
  color: #f87a49;
}
body.page-menu .block-mypage .block-mypage--withdrawal:hover {
  text-decoration: none;
  opacity: 0.8;
}
body.page-menu .block-mypage--shopping-info-items,
body.page-menu .block-mypage--member-info-items,
body.page-menu .block-mypage--inquiry-info-items,
body.page-menu .block-mypage--snssync-info-items {
  margin: 20px 0 40px;
  padding: 20px 12px 0;
  border: 2px solid #d6dfe4;
}
body.page-menu .block-mypage--shopping-info-items li,
body.page-menu .block-mypage--member-info-items li,
body.page-menu .block-mypage--inquiry-info-items li,
body.page-menu .block-mypage--snssync-info-items li {
  border: none;
  margin-bottom: 12px;
}
body.page-menu .block-mypage--shopping-info-items li dt,
body.page-menu .block-mypage--member-info-items li dt,
body.page-menu .block-mypage--inquiry-info-items li dt,
body.page-menu .block-mypage--snssync-info-items li dt {
  border: 2px solid #8ab7c3;
}
body.page-menu .block-mypage--shopping-info-items li dt a,
body.page-menu .block-mypage--member-info-items li dt a,
body.page-menu .block-mypage--inquiry-info-items li dt a,
body.page-menu .block-mypage--snssync-info-items li dt a {
  padding: 0 4px 0 12px;
}
body.page-menu .block-mypage--shopping-info-items li dd,
body.page-menu .block-mypage--member-info-items li dd,
body.page-menu .block-mypage--inquiry-info-items li dd,
body.page-menu .block-mypage--snssync-info-items li dd {
  display: block;
  font-size: 11px;
  padding: 12px;
}
body.page-menu .block-mypage .block-icon-image--table-cell {
  color: #71a0ac;
  font-size: 16px;
  font-weight: 600;
}
body.page-menu .block-mypage .block-icon-image-double-small::after {
  border-color: #71a0ac;
}
body.page-menu .block-mypage--account-sync-description .clubanimatesync-message {
  color: #e05979;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 1101px) {
  body.page-menu .block-mypage--shopping-info-items,
  body.page-menu .block-mypage--member-info-items,
  body.page-menu .block-mypage--inquiry-info-items,
  body.page-menu .block-mypage--snssync-info-items {
    margin: 20px 0 40px;
    padding: 28px 28px 8px;
    border: 3px solid #d6dfe4;
  }
  body.page-menu .block-mypage--shopping-info-items li,
  body.page-menu .block-mypage--member-info-items li,
  body.page-menu .block-mypage--inquiry-info-items li,
  body.page-menu .block-mypage--snssync-info-items li {
    border: none;
  }
  body.page-menu .block-mypage--shopping-info-items li dt,
  body.page-menu .block-mypage--member-info-items li dt,
  body.page-menu .block-mypage--inquiry-info-items li dt,
  body.page-menu .block-mypage--snssync-info-items li dt {
    border: 2px solid #8ab7c3;
  }
  body.page-menu .block-mypage--shopping-info-items li dt a,
  body.page-menu .block-mypage--member-info-items li dt a,
  body.page-menu .block-mypage--inquiry-info-items li dt a,
  body.page-menu .block-mypage--snssync-info-items li dt a {
    padding: 4px 4px 4px 12px;
  }
  body.page-menu .block-mypage--shopping-info-items li dd,
  body.page-menu .block-mypage--member-info-items li dd,
  body.page-menu .block-mypage--inquiry-info-items li dd,
  body.page-menu .block-mypage--snssync-info-items li dd {
    color: #666;
    font-size: 12px;
    padding: 12px;
  }
}
@media (max-width: 1100px) {
  body.page-menu .block-mypage .block-icon-image--table-cell {
    font-size: 14px;
  }
  body.page-menu .block-mypage .block-icon-image-double-small {
    height: 36px;
  }
  body.page-menu .block-mypage--account-sync-description .clubanimatesync-message {
    font-size: 12px;
  }
}
body.page-menu .block-mypage--member-info-items li a.block-mypage--update-address-book {
  text-decoration: underline;
  word-break: break-all;
  color: #f87a49;
}
body.page-menu .block-mypage--member-info-items li a.block-mypage--update-address-book:hover {
  text-decoration: none;
  opacity: 0.8;
}
body.page-menu .block-mypage--member-info-items li a.block-mypage--update-address-book {
  max-width: none;
  background: none;
  margin-top: 8px;
}
@media screen and (min-width: 1101px) {
  body.page-menu .block-mypage--member-info-items li a.block-mypage--update-address-book {
    max-width: none;
    background: none;
    padding: 0;
  }
}
body.page-menu .block-mypage--member-info-items li a.block-mypage--update-address-book:hover {
  text-decoration: none;
}
body.page-menu .modal-dialog p {
  text-align: center;
}
@media (max-width: 575px) {
  body.page-menu .modal-dialog p {
    text-align: left;
  }
}
body.page-menu .modal-dialog ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.page-menu .modal-dialog ul li {
  border-bottom: none;
  margin-top: 16px;
  max-width: 100%;
}
body.page-menu .modal-dialog .block-icon-image--table {
  display: block;
}
body.page-menu .modal-dialog .block-icon-image--table .block-icon-image--table-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  max-width: 100%;
  height: 32px;
  border: 2px solid #8ab7c3;
  background-color: #fff;
  color: #71a0ac;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
  line-height: 1;
}
body.page-menu .modal-dialog .block-icon-image--table .block-icon-image--table-cell:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 575px) {
  body.page-menu .modal-dialog .block-icon-image--table .block-icon-image--table-cell {
    font-size: 14px;
  }
}
body.page-menu .modal-dialog .block-icon-image--table .block-icon-image--table-cell {
  max-width: 100%;
}
body.page-menu .modal-dialog .block-icon-image--table .block-icon-image--table-cell-angle-right {
  display: none;
}

/* ================== マイページ　チェックイン（2026.05.14） ================== */
div.block-mypage nav#mypagenav div.reload_button_,
div.block-Checkin-list div.reload_button_ {
  width: 40px;
  height: 40px;
  margin: 16px auto 32px;
}

.page-checkin .block-Checkin-list .container {
  width: 100%;
  padding: 0 20px;
  max-width: 1200px;
}

@media (max-width: 1000px) {
  .page-checkin .block-Checkin-list .container {
    padding: 0 12px;
  }
}
.page-checkin .block-Checkin-list h1.block-checkin-list--header {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  .page-checkin .block-Checkin-list h1.block-checkin-list--header {
    text-align: left;
    font-size: 18px;
  }
}

.page-checkin .block-Checkin-list .block-Checkin-list--customer-name {
  text-align: center;
}

.page-checkin .block-Checkin-list .customer_code {
  color: #4a91cd;
  font-weight: 400;
  text-align: center;
  max-width: 600px;
  margin: 12px auto 0;
}

.page-checkin .block-Checkin-list .customer_code strong {
  color: #333;
  display: block;
  font-weight: 400;
}

.page-checkin .block-Checkin-list .block-inquiry-history-detail--item-header {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  border-bottom: none;
}

@media (max-width: 767px) {
  .page-checkin .block-Checkin-list .block-inquiry-history-detail--item-header {
    font-size: 16px;
  }
}
.page-checkin .block-Checkin-list .block-Checkin-list--list .fieldset-vertical {
  box-sizing: border-box;
  border: 2px solid #d6dfe4;
  padding: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-checkin .block-Checkin-list .block-Checkin-list--list .fieldset-vertical {
    padding: 20px;
  }
}
.page-checkin .block-Checkin-list .block-Checkin-list--list .form-group {
  display: flex;
  justify-content: start;
  align-self: start;
  width: 100%;
}
.page-checkin .block-Checkin-list .block-Checkin-list--list .form-group .form-label {
  flex-basis: 120px;
  justify-content: start;
  align-self: start;
  float: none;
}
@media (max-width: 767px) {
  .page-checkin .block-Checkin-list .block-Checkin-list--list .form-group .form-label {
    flex-basis: 80px;
  }
}
.page-checkin .block-Checkin-list .block-Checkin-list--list .form-group .form-control {
  width: calc(100% - 120px);
}
@media (max-width: 767px) {
  .page-checkin .block-Checkin-list .block-Checkin-list--list .form-group .form-control {
    width: calc(100% - 80px);
  }
}
.page-checkin .block-Checkin-list .block-Checkin-list--list a.checkin_goods_url_ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  max-width: 100%;
  height: 32px;
  border: 2px solid #8ab7c3;
  background-color: #fff;
  color: #71a0ac;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
  line-height: 1;
}
.page-checkin .block-Checkin-list .block-Checkin-list--list a.checkin_goods_url_:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 575px) {
  .page-checkin .block-Checkin-list .block-Checkin-list--list a.checkin_goods_url_ {
    font-size: 14px;
  }
}
.page-checkin .block-Checkin-list .block-Checkin-list--list a.checkin_goods_url_ {
  border-color: #f87a49;
  color: #f87a49;
  margin: 16px 0 0;
}
.page-checkin .block-Checkin-list .block-Checkin-list--list .block-topic-path {
  padding: 0;
  margin-left: 0;
}

body.page-checkin [class^=block-Checkin-list--pager] .pager {
  display: flex;
  align-items: flex-start;
  margin: 28px 0;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 1101px) {
  body.page-checkin [class^=block-Checkin-list--pager] .pager {
    margin-right: 12px;
    padding: 0;
    text-align: right;
  }
  body.page-checkin [class^=block-Checkin-list--pager] .pager .pager-total {
    margin-right: auto;
  }
  body.page-checkin [class^=block-Checkin-list--pager] .pager .pager-current {
    color: #4a91cd;
    background-color: transparent;
  }
  body.page-checkin [class^=block-Checkin-list--pager] .pager .pager-current span {
    position: relative;
    padding-bottom: 4px;
    font-weight: 700;
  }
  body.page-checkin [class^=block-Checkin-list--pager] .pager li {
    padding: inherit;
    border: none;
  }
}

/* ================== カート画面 ================== */
body.page-cart h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-cart h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-cart h2 {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-cart h2 {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  body.page-cart .block-order-step-flow {
    margin-left: auto;
    margin-right: auto;
    width: 480px;
    max-width: 100%;
    overflow: hidden;
  }
  body.page-cart .block-order-step-flow li:first-child span.txt {
    left: 16px;
  }
}
@media (max-width: 1100px) {
  body.page-cart .btn-bdr,
  body.page-cart .btn-sld {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  body.page-cart .btn-bdr,
  body.page-cart .btn-sld {
    max-width: 100%;
  }
}
body.page-cart .block-cart--rule-container div.block-icon,
body.page-cart .block-cart--rule-container div[class*=icon] {
  display: none;
}
body.page-cart .block-cart--rule-container .list-payment div.block-icon,
body.page-cart .block-cart--rule-container .list-payment div[class*=icon] {
  display: block;
}

body.page-method h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-method h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-method h2 {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-method h2 {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  body.page-method .block-order-step-flow {
    margin-left: auto;
    margin-right: auto;
    width: 480px;
    max-width: 100%;
    overflow: hidden;
  }
  body.page-method .block-order-step-flow li:first-child span.txt {
    left: 16px;
  }
}
@media (max-width: 1100px) {
  body.page-method .btn-bdr,
  body.page-method .btn-sld,
  body.page-method .block-order-method--delivery-help,
  body.page-method .block-order-method--coupon-available-btn {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  body.page-method .btn-bdr,
  body.page-method .btn-sld,
  body.page-method .block-order-method--delivery-help,
  body.page-method .block-order-method--coupon-available-btn {
    max-width: 100%;
  }
}
body.page-method .block-order-method--delivery-address-add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  max-width: 100%;
  height: 32px;
  border: 2px solid #8ab7c3;
  background-color: #fff;
  color: #71a0ac;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
  line-height: 1;
}
body.page-method .block-order-method--delivery-address-add-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 575px) {
  body.page-method .block-order-method--delivery-address-add-btn {
    font-size: 14px;
  }
}
body.page-method .block-order-method--delivery-address-add-btn {
  box-shadow: none;
}
body.page-method .block-order-method--contents .block-order-method--goods-info div.block-icon,
body.page-method .block-order-method--contents .block-order-method--goods-info div[class*=icon] {
  display: none;
}
body.page-method .block-order-method--coupondialog .block-order-method--coupondialog-data-btn {
  margin-bottom: 24px;
}
body.page-method .block-order-method--coupondialog .pager {
  display: flex;
  align-items: flex-start;
  margin: 28px 0 0;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 1101px) {
  body.page-method .block-order-method--coupondialog .pager {
    margin-right: 12px;
    padding: 0;
    text-align: right;
  }
  body.page-method .block-order-method--coupondialog .pager .pager-total {
    margin-right: auto;
  }
  body.page-method .block-order-method--coupondialog .pager .pager-current {
    color: #4a91cd;
    background-color: transparent;
  }
  body.page-method .block-order-method--coupondialog .pager .pager-current span {
    position: relative;
    padding-bottom: 4px;
    font-weight: 700;
  }
  body.page-method .block-order-method--coupondialog .pager li {
    padding: inherit;
    border: none;
  }
}

body.page-estimate h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-estimate h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-estimate h2 {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-estimate h2 {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  body.page-estimate .btn-bdr,
  body.page-estimate .btn-sld {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  body.page-estimate .btn-bdr,
  body.page-estimate .btn-sld {
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
  body.page-estimate .block-order-step-flow {
    margin-left: auto;
    margin-right: auto;
    width: 480px;
    max-width: 100%;
    overflow: hidden;
  }
  body.page-estimate .block-order-step-flow li:first-child span.txt {
    left: 16px;
  }
}
body.page-estimate .novelty-list .list-item {
  max-width: 200px;
}
body.page-estimate .block-order-estimate--goods-content div.block-icon,
body.page-estimate .block-order-estimate--goods-content div[class*=icon] {
  display: none;
}
body.page-estimate .block-order-estimate--pay-input .form-group.block-order-estimate--cvs-select {
  display: block;
}
body.page-estimate .block-order-estimate--pay-input .form-group.block-order-estimate--cvs-select .form-label {
  width: 100%;
  flex-basis: 100%;
}
body.page-estimate .block-order-estimate--pay-input .form-group.block-order-estimate--cvs-select .control-label {
  color: #333;
  font-size: 16px;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 1100px) {
  body.page-estimate .block-order-estimate--pay-input .form-group.block-order-estimate--cvs-select .control-label {
    font-size: 14px;
  }
}
body.page-estimate .block-order-estimate--pay-input .form-group.block-order-estimate--cvs-select .form-control select[name=konbini_code] {
  width: 100%;
  max-width: 400px;
}
body.page-estimate .block-order-estimate--commit-btn-rakutenpayv2 {
  width: 100%;
  max-width: 300px;
  padding: 0;
}

body.page-order h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-order h1 {
    text-align: left;
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  body.page-order .block-order-step-flow {
    margin-left: auto;
    margin-right: auto;
    width: 480px;
    max-width: 100%;
    overflow: hidden;
  }
  body.page-order .block-order-step-flow li:first-child span.txt {
    left: 16px;
  }
}
body.page-order .block-order-complete--message {
  text-align: center;
}
@media (max-width: 767px) {
  body.page-order .block-order-complete--message {
    text-align: left;
  }
}
body.page-order .block-order-complete--orderid {
  justify-content: center;
}
@media (max-width: 1100px) {
  body.page-order .btn-bdr,
  body.page-order .btn-sld {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  body.page-order .btn-bdr,
  body.page-order .btn-sld {
    max-width: 100%;
  }
}

/* ================== マイページ　購入履歴一覧ページ ================== */
body.page-history .pane-contents .container {
  padding: 0;
}
body.page-history .block-purchase-history {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-history .block-purchase-history {
    padding: 0 12px;
  }
}
body.page-history h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-history h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-history .block-purchase-history--customer-name {
  font-weight: normal;
}
body.page-history form[name=frm] {
  box-sizing: border-box;
  border: 2px solid #d6dfe4;
  padding: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.page-history form[name=frm] {
    padding: 20px;
  }
}
body.page-history form[name=frm] {
  margin-bottom: 40px;
}
body.page-history form[name=frm] .block-purchase-history--search-frame {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
@media (max-width: 1100px) {
  body.page-history form[name=frm] .block-purchase-history--search-frame input {
    width: 100%;
  }
}
body.page-history form[name=frm] .form-group.block-purchase-history--search-order-id {
  margin-top: 0;
}
body.page-history form[name=frm] .block-purchase-history--search-btn,
body.page-history form[name=frm] .action-buttons .action .block-purchase-history--search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  max-width: 100%;
  height: 32px;
  border: 2px solid #8ab7c3;
  background-color: #fff;
  color: #71a0ac;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
  line-height: 1;
}
body.page-history form[name=frm] .block-purchase-history--search-btn:hover,
body.page-history form[name=frm] .action-buttons .action .block-purchase-history--search-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 575px) {
  body.page-history form[name=frm] .block-purchase-history--search-btn,
  body.page-history form[name=frm] .action-buttons .action .block-purchase-history--search-btn {
    font-size: 14px;
  }
}
body.page-history form[name=frm] .block-purchase-history--search-btn,
body.page-history form[name=frm] .action-buttons .action .block-purchase-history--search-btn {
  box-shadow: none;
  padding: 0;
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table {
  table-layout: auto;
  border: 1px solid #8ab7c3;
  width: 100%;
  margin-bottom: 20px;
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table + .table_common {
  margin-top: 56px;
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table tr th {
  width: 25%;
  color: #fff;
  background: #8ab7c3;
  font-weight: 700;
  text-align: left;
  padding: 15px 20px;
  border-top: 1px solid #fff;
  vertical-align: middle;
}
@media (max-width: 767px) {
  body.page-history .block-purchase-history--list .table.block-purchase-history--table tr th {
    padding: 1em;
  }
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table tr:first-child th {
  border-top: none;
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table tr td {
  background-color: #fff;
  padding: 15px 20px;
  border: 1px solid #8ab7c3;
}
@media (max-width: 767px) {
  body.page-history .block-purchase-history--list .table.block-purchase-history--table tr td {
    padding: 1.2em 1em;
  }
  body.page-history .block-purchase-history--list .table.block-purchase-history--table tr td:only-child {
    border-top: 1px solid #8ab7c3;
  }
}
@media (max-width: 767px) {
  body.page-history .block-purchase-history--list .table.block-purchase-history--table tr th,
  body.page-history .block-purchase-history--list .table.block-purchase-history--table tr td {
    display: block;
    width: 100%;
    border: none;
  }
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table {
  margin: 56px 0;
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table a {
  text-decoration: underline;
  word-break: break-all;
  color: #f87a49;
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table a:hover {
  text-decoration: none;
  opacity: 0.8;
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table .block-purchase-history--order-detail-reorder {
  margin-top: 16px;
  margin-bottom: 16px;
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table .block-purchase-history--order-detail-reorder a {
  text-decoration: none;
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table .block-purchase-history--order-detail-reorder .btn.btn-default {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  max-width: 100%;
  height: 32px;
  border: 2px solid #8ab7c3;
  background-color: #fff;
  color: #71a0ac;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
  line-height: 1;
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table .block-purchase-history--order-detail-reorder .btn.btn-default:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 575px) {
  body.page-history .block-purchase-history--list .table.block-purchase-history--table .block-purchase-history--order-detail-reorder .btn.btn-default {
    font-size: 14px;
  }
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table .block-purchase-history--order-detail-reorder .btn.btn-default {
  box-shadow: none;
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table .block-purchase-history--status .status-percentage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  max-width: 100%;
  height: 32px;
  border: 2px solid #8ab7c3;
  background-color: #fff;
  color: #71a0ac;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
  line-height: 1;
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table .block-purchase-history--status .status-percentage:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 575px) {
  body.page-history .block-purchase-history--list .table.block-purchase-history--table .block-purchase-history--status .status-percentage {
    font-size: 14px;
  }
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table .block-purchase-history--status .status-percentage {
  border-color: #f87a49;
  color: #f87a49;
  box-shadow: none;
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table .block-purchase-history--status a {
  text-decoration: none;
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table .block-purchase-history--status .status-message {
  color: #666;
  display: block;
  margin: 16px 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  body.page-history .block-purchase-history--list .table.block-purchase-history--table .block-purchase-history--status .status-message {
    text-align: left;
  }
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table .block-purchase-history--status .status-progresbar-description {
  font-weight: normal;
  font-size: 10px;
  width: auto;
  color: #ccc;
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table .block-purchase-history--status .status-cancel .status-percentage {
  font-weight: normal;
  background-color: #ccc;
  font-size: 1em;
  box-shadow: none;
  border: none;
  color: #fff;
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table .block-purchase-history--status .status-progresbar .status-progresbar-item,
body.page-history .block-purchase-history--list .table.block-purchase-history--table .block-purchase-history--status .status-progresbar .status-progresbar-item:last-child {
  border-color: #ccc;
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table .block-purchase-history--status .status-progresbar .status-progresbar-completed {
  background-color: #71a0ac;
}
body.page-history .block-purchase-history--list .table.block-purchase-history--table .block-purchase-history--status .status-progress-100,
body.page-history .block-purchase-history--list .table.block-purchase-history--table .block-purchase-history--status .status-progress-0 {
  display: none;
}
body.page-history .block-purchase-history--pager .pager {
  display: flex;
}
body.page-history [class^=block-purchase-history] .pager {
  display: flex;
  align-items: flex-start;
  margin: 28px 0;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 1101px) {
  body.page-history [class^=block-purchase-history] .pager {
    margin-right: 12px;
    padding: 0;
    text-align: right;
  }
  body.page-history [class^=block-purchase-history] .pager .pager-total {
    margin-right: auto;
  }
  body.page-history [class^=block-purchase-history] .pager .pager-current {
    color: #4a91cd;
    background-color: transparent;
  }
  body.page-history [class^=block-purchase-history] .pager .pager-current span {
    position: relative;
    padding-bottom: 4px;
    font-weight: 700;
  }
  body.page-history [class^=block-purchase-history] .pager li {
    padding: inherit;
    border: none;
  }
}

/* ================== 商品詳細ページ　 ================== */
@media (max-width: 1200px) {
  body.page-goods .block-goods-detail {
    max-width: calc(100% - 20px - 60px);
  }
}
@media (max-width: 1100px) {
  body.page-goods .block-goods-detail {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  body.page-goods .block-goods-bottom {
    max-width: calc(100% - 60px - 60px);
  }
}
@media (max-width: 1100px) {
  body.page-goods .block-goods-bottom {
    max-width: 100%;
  }
}
body.page-goods .block-goods-main-img .swiper-slider-main,
body.page-goods .block-goods-main-img .block-goods-gallery {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
body.page-goods .block-goods-main-img ul.block-goods-gallery-src > li {
  margin-left: 0;
}
body.page-goods .pane-goods-right-side {
  display: block;
}
body.page-goods .block-icon {
  margin: 16px 0 0;
  gap: 8px 12px;
}
body.page-goods .block-goods-info-tab-container:not(:has(.block-goods-info-tab-tab)) .block-goods-info-tab-content-item::before {
  content: "サイズ・詳細";
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 2px solid #4a91cd;
  padding-bottom: 8px;
  font-weight: 700;
  margin: 20px 0;
  background: none;
}
@media (max-width: 767px) {
  body.page-goods .block-goods-info-tab-container:not(:has(.block-goods-info-tab-tab)) .block-goods-info-tab-content-item::before {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
body.page-goods .block-goods-info-tab-container:not(:has(.block-goods-info-tab-tab)) .block-goods-info-tab-content-item::before {
  margin-bottom: 0;
}
body.page-goods .block-goods-detail-footer.sp-only {
  top: auto;
  bottom: 0;
  height: 88px;
}

/* ================== 商品一覧ページ　 ================== */
@media (max-width: 1100px) {
  body.page-genre .block-thumbnail-t--item,
  body.page-event .block-thumbnail-t--item,
  body.page-category .block-thumbnail-t--item,
  body.page-search .block-thumbnail-t--item {
    width: calc((100% - 48px) / 5);
  }
}
@media (max-width: 991px) {
  body.page-genre .block-thumbnail-t--item,
  body.page-event .block-thumbnail-t--item,
  body.page-category .block-thumbnail-t--item,
  body.page-search .block-thumbnail-t--item {
    width: calc((100% - 36px) / 4);
  }
}
@media (max-width: 767px) {
  body.page-genre .block-thumbnail-t--item,
  body.page-event .block-thumbnail-t--item,
  body.page-category .block-thumbnail-t--item,
  body.page-search .block-thumbnail-t--item {
    width: calc((100% - 24px) / 3);
  }
}
@media (max-width: 575px) {
  body.page-genre .block-thumbnail-t--item,
  body.page-event .block-thumbnail-t--item,
  body.page-category .block-thumbnail-t--item,
  body.page-search .block-thumbnail-t--item {
    width: calc((100% - 12px) / 2);
  }
}
body.page-genre .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock,
body.page-event .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock,
body.page-category .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock,
body.page-search .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock {
  font-size: 15px;
}
@media (max-width: 767px) {
  body.page-genre .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock,
  body.page-event .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock,
  body.page-category .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock,
  body.page-search .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock {
    font-size: 14px;
  }
}
body.page-genre .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock dt,
body.page-genre .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock dd,
body.page-event .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock dt,
body.page-event .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock dd,
body.page-category .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock dt,
body.page-category .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock dd,
body.page-search .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock dt,
body.page-search .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock dd {
  color: #71a0ac;
  font-weight: bold;
}
body.page-genre .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock.js-stock_none dt,
body.page-genre .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock.js-stock_none dd,
body.page-event .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock.js-stock_none dt,
body.page-event .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock.js-stock_none dd,
body.page-category .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock.js-stock_none dt,
body.page-category .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock.js-stock_none dd,
body.page-search .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock.js-stock_none dt,
body.page-search .block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--stock.js-stock_none dd {
  color: #ccc;
}
body.page-genre .block-search-goods .alert,
body.page-event .block-search-goods .alert,
body.page-category .block-search-goods .alert,
body.page-search .block-search-goods .alert {
  margin-bottom: 40px;
}
body.page-genre .block-icon,
body.page-event .block-icon,
body.page-category .block-icon,
body.page-search .block-icon {
  margin-bottom: 8px;
  gap: 4px;
}
@media (max-width: 767px) {
  body.page-genre .block-icon,
  body.page-event .block-icon,
  body.page-category .block-icon,
  body.page-search .block-icon {
    margin-bottom: 4px;
    margin-right: -8px;
  }
}
@media (max-width: 767px) {
  body.page-genre .block-icon img,
  body.page-event .block-icon img,
  body.page-category .block-icon img,
  body.page-search .block-icon img {
    height: 16px;
  }
}
body.page-genre .block-goods-detail-j--items,
body.page-event .block-goods-detail-j--items,
body.page-category .block-goods-detail-j--items,
body.page-search .block-goods-detail-j--items {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  border-top: none;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-genre .block-goods-detail-j--items,
  body.page-event .block-goods-detail-j--items,
  body.page-category .block-goods-detail-j--items,
  body.page-search .block-goods-detail-j--items {
    padding: 0 12px;
  }
}
body.page-genre .block-goods-detail-j--items .block-goods-detail-j--item,
body.page-event .block-goods-detail-j--items .block-goods-detail-j--item,
body.page-category .block-goods-detail-j--items .block-goods-detail-j--item,
body.page-search .block-goods-detail-j--items .block-goods-detail-j--item {
  width: calc((100% - 48px) / 5);
  display: flex;
  flex-direction: column;
  background-color: #d6dfe4;
  background-color: #f0f4f6;
}
@media (max-width: 1100px) {
  body.page-genre .block-goods-detail-j--items .block-goods-detail-j--item,
  body.page-event .block-goods-detail-j--items .block-goods-detail-j--item,
  body.page-category .block-goods-detail-j--items .block-goods-detail-j--item,
  body.page-search .block-goods-detail-j--items .block-goods-detail-j--item {
    width: calc((100% - 48px) / 5);
  }
}
@media (max-width: 991px) {
  body.page-genre .block-goods-detail-j--items .block-goods-detail-j--item,
  body.page-event .block-goods-detail-j--items .block-goods-detail-j--item,
  body.page-category .block-goods-detail-j--items .block-goods-detail-j--item,
  body.page-search .block-goods-detail-j--items .block-goods-detail-j--item {
    width: calc((100% - 36px) / 4);
  }
}
@media (max-width: 767px) {
  body.page-genre .block-goods-detail-j--items .block-goods-detail-j--item,
  body.page-event .block-goods-detail-j--items .block-goods-detail-j--item,
  body.page-category .block-goods-detail-j--items .block-goods-detail-j--item,
  body.page-search .block-goods-detail-j--items .block-goods-detail-j--item {
    width: calc((100% - 24px) / 3);
  }
}
@media (max-width: 575px) {
  body.page-genre .block-goods-detail-j--items .block-goods-detail-j--item,
  body.page-event .block-goods-detail-j--items .block-goods-detail-j--item,
  body.page-category .block-goods-detail-j--items .block-goods-detail-j--item,
  body.page-search .block-goods-detail-j--items .block-goods-detail-j--item {
    width: calc((100% - 12px) / 2);
  }
}
body.page-genre .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-list--image-relative a,
body.page-genre .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-list--image-relative .block-goods-detail-j--goods-image,
body.page-genre .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-list--image-relative figure,
body.page-genre .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-list--image-relative img,
body.page-event .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-list--image-relative a,
body.page-event .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-list--image-relative .block-goods-detail-j--goods-image,
body.page-event .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-list--image-relative figure,
body.page-event .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-list--image-relative img,
body.page-category .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-list--image-relative a,
body.page-category .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-list--image-relative .block-goods-detail-j--goods-image,
body.page-category .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-list--image-relative figure,
body.page-category .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-list--image-relative img,
body.page-search .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-list--image-relative a,
body.page-search .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-list--image-relative .block-goods-detail-j--goods-image,
body.page-search .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-list--image-relative figure,
body.page-search .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-list--image-relative img {
  width: 100%;
  height: auto;
  display: block;
}
body.page-genre .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--goods-description,
body.page-event .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--goods-description,
body.page-category .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--goods-description,
body.page-search .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--goods-description {
  width: 100%;
  padding-left: 0;
}
body.page-genre .block-goods-detail-j--items .block-goods-detail-j--item .block-icon img,
body.page-event .block-goods-detail-j--items .block-goods-detail-j--item .block-icon img,
body.page-category .block-goods-detail-j--items .block-goods-detail-j--item .block-icon img,
body.page-search .block-goods-detail-j--items .block-goods-detail-j--item .block-icon img {
  margin-top: 8px;
}
body.page-genre .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--goods-name,
body.page-event .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--goods-name,
body.page-category .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--goods-name,
body.page-search .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--goods-name {
  font-size: 12px;
  font-weight: normal;
  margin: 8px 0;
}
body.page-genre .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-favorite,
body.page-genre .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--net-price.net-price,
body.page-genre .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--price.price,
body.page-genre .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--stock,
body.page-genre .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--comment1,
body.page-event .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-favorite,
body.page-event .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--net-price.net-price,
body.page-event .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--price.price,
body.page-event .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--stock,
body.page-event .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--comment1,
body.page-category .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-favorite,
body.page-category .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--net-price.net-price,
body.page-category .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--price.price,
body.page-category .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--stock,
body.page-category .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--comment1,
body.page-search .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-favorite,
body.page-search .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--net-price.net-price,
body.page-search .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--price.price,
body.page-search .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--stock,
body.page-search .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--comment1 {
  display: none;
}
body.page-genre .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--cart-btn,
body.page-event .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--cart-btn,
body.page-category .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--cart-btn,
body.page-search .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--cart-btn {
  width: 100%;
}
body.page-genre .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--cart-btn a,
body.page-event .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--cart-btn a,
body.page-category .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--cart-btn a,
body.page-search .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--cart-btn a {
  border-radius: 0;
  background-color: #f8af49;
  height: auto;
  padding: 1em;
}
@media (max-width: 767px) {
  body.page-genre .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--cart-btn a,
  body.page-event .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--cart-btn a,
  body.page-category .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--cart-btn a,
  body.page-search .block-goods-detail-j--items .block-goods-detail-j--item .block-goods-detail-j--cart-btn a {
    line-height: 1;
  }
}
@media (max-width: 575px) {
  body.page-genre .block-goods-list--params,
  body.page-event .block-goods-list--params,
  body.page-category .block-goods-list--params,
  body.page-search .block-goods-list--params {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 575px) {
  body.page-genre .block-goods-list--stock-info label,
  body.page-event .block-goods-list--stock-info label,
  body.page-category .block-goods-list--stock-info label,
  body.page-search .block-goods-list--stock-info label {
    margin-right: 0;
    font-size: 11px;
  }
}
body.page-genre .block-goods-list--stock-info label:has(input[type=checkbox]),
body.page-event .block-goods-list--stock-info label:has(input[type=checkbox]),
body.page-category .block-goods-list--stock-info label:has(input[type=checkbox]),
body.page-search .block-goods-list--stock-info label:has(input[type=checkbox]) {
  padding-left: 0;
  padding-right: 48px;
}
body.page-genre .block-goods-list--stock-info label:has(input[type=checkbox]):before, body.page-genre .block-goods-list--stock-info label:has(input[type=checkbox]):after,
body.page-event .block-goods-list--stock-info label:has(input[type=checkbox]):before,
body.page-event .block-goods-list--stock-info label:has(input[type=checkbox]):after,
body.page-category .block-goods-list--stock-info label:has(input[type=checkbox]):before,
body.page-category .block-goods-list--stock-info label:has(input[type=checkbox]):after,
body.page-search .block-goods-list--stock-info label:has(input[type=checkbox]):before,
body.page-search .block-goods-list--stock-info label:has(input[type=checkbox]):after {
  left: auto;
  right: 0;
}
body.page-genre .block-goods-list--stock-info label:has(input[type=checkbox]):after,
body.page-event .block-goods-list--stock-info label:has(input[type=checkbox]):after,
body.page-category .block-goods-list--stock-info label:has(input[type=checkbox]):after,
body.page-search .block-goods-list--stock-info label:has(input[type=checkbox]):after {
  transition: right 0.03s;
}
body.page-genre .block-goods-list--stock-info label:has(input[type=checkbox]):has(input[type=checkbox]:checked):before,
body.page-event .block-goods-list--stock-info label:has(input[type=checkbox]):has(input[type=checkbox]:checked):before,
body.page-category .block-goods-list--stock-info label:has(input[type=checkbox]):has(input[type=checkbox]:checked):before,
body.page-search .block-goods-list--stock-info label:has(input[type=checkbox]):has(input[type=checkbox]:checked):before {
  background-color: #ededed;
}
body.page-genre .block-goods-list--stock-info label:has(input[type=checkbox]):has(input[type=checkbox]:checked):after,
body.page-event .block-goods-list--stock-info label:has(input[type=checkbox]):has(input[type=checkbox]:checked):after,
body.page-category .block-goods-list--stock-info label:has(input[type=checkbox]):has(input[type=checkbox]:checked):after,
body.page-search .block-goods-list--stock-info label:has(input[type=checkbox]):has(input[type=checkbox]:checked):after {
  left: auto;
  right: 26px;
}
body.page-genre .block-goods-list-naviframe--top .pager-scope,
body.page-genre .block-goods-list-naviframe--top .pager-total,
body.page-genre .block-goods-list-naviframe--bottom .pager-scope,
body.page-genre .block-goods-list-naviframe--bottom .pager-total,
body.page-event .block-goods-list-naviframe--top .pager-scope,
body.page-event .block-goods-list-naviframe--top .pager-total,
body.page-event .block-goods-list-naviframe--bottom .pager-scope,
body.page-event .block-goods-list-naviframe--bottom .pager-total,
body.page-category .block-goods-list-naviframe--top .pager-scope,
body.page-category .block-goods-list-naviframe--top .pager-total,
body.page-category .block-goods-list-naviframe--bottom .pager-scope,
body.page-category .block-goods-list-naviframe--bottom .pager-total,
body.page-search .block-goods-list-naviframe--top .pager-scope,
body.page-search .block-goods-list-naviframe--top .pager-total,
body.page-search .block-goods-list-naviframe--bottom .pager-scope,
body.page-search .block-goods-list-naviframe--bottom .pager-total {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
  letter-spacing: 0;
}
body.page-genre .block-goods-list-naviframe--top .pager-scope,
body.page-genre .block-goods-list-naviframe--bottom .pager-scope,
body.page-event .block-goods-list-naviframe--top .pager-scope,
body.page-event .block-goods-list-naviframe--bottom .pager-scope,
body.page-category .block-goods-list-naviframe--top .pager-scope,
body.page-category .block-goods-list-naviframe--bottom .pager-scope,
body.page-search .block-goods-list-naviframe--top .pager-scope,
body.page-search .block-goods-list-naviframe--bottom .pager-scope {
  margin-right: 0;
}

body.page-top .block-top-more-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 48px;
  background-color: #8ab7c3;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  border: none;
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 2px #ededed;
}
body.page-top .block-top-more-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 575px) {
  body.page-top .block-top-more-btn a {
    font-size: 14px;
  }
}
body.page-top .item-help a:hover {
  text-decoration: none;
  border-color: #4a91cd;
  color: #4a91cd;
}
body.page-top h2:not(.pane-block--title),
body.page-top .ttl-h2-top-1 > h2.ttl-ja {
  color: #71a0ac;
}
body.page-top .block-top-mv .slick-list .list-item img {
  border: 1px solid #ccc;
}
@media (max-width: 1100px) {
  body.page-top .block-top-search .block-top-container {
    width: 606px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  body.page-top .block-top-search .block-top-container {
    width: 556px;
  }
}
@media (max-width: 575px) {
  body.page-top .block-top-search .block-top-container {
    width: auto;
  }
}
body.page-top .block-top-search .block-top-search-keyword ul.list-items a:hover {
  text-decoration: none;
  border-color: #4a91cd;
  color: #4a91cd;
}
@media (max-width: 1100px) {
  body.page-top .block-top-search .block-top-search-works .block-top-search-works-list ul {
    gap: 24px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  body.page-top .block-top-search .block-top-search-works .block-top-search-works-list ul {
    width: 516px;
  }
}
@media (max-width: 767px) {
  body.page-top .block-top-search .block-top-search-works .block-top-search-works-list ul li {
    min-width: auto;
    width: 84px;
  }
}
body.page-top .block-top-search .block-top-search-works .block-top-search-works-list ul li img {
  border-radius: 50%;
}
body.page-top .block-top-search .block-top-search-works .block-top-search-works-list ul li img:hover {
  opacity: 0.8;
}
body.page-top .block-top-search .block-top-search-category ul.list-category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1100px) {
  body.page-top .block-top-search .block-top-search-category ul.list-category {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  body.page-top .block-top-search .block-top-search-category ul.list-category {
    gap: 5px;
  }
}
body.page-top .block-top-search .block-top-search-category ul.list-category > li {
  width: calc((100% - 40px) / 5);
}
@media (max-width: 1100px) {
  body.page-top .block-top-search .block-top-search-category ul.list-category > li {
    width: calc((100% - 8px) / 2);
  }
}
@media (max-width: 767px) {
  body.page-top .block-top-search .block-top-search-category ul.list-category > li {
    width: calc((100% - 5px) / 2);
  }
}
body.page-top .block-top-search .block-top-search-category ul.list-category > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #71a0ac;
  background: #fff;
  letter-spacing: normal;
  padding: 12px 4px;
  border: 1px solid #8ab7c3;
}
@media (max-width: 575px) {
  body.page-top .block-top-search .block-top-search-category ul.list-category > li a {
    font-size: 11px;
  }
}
body.page-top .block-top-search .block-top-search-category ul.list-category > li a:hover {
  text-decoration: none;
  color: #4a91cd;
  border-color: #4a91cd;
}
body.page-top .block-top-event-content ul.list-items {
  gap: 24px;
}
body.page-top .block-top-event-content ul.list-items li.list-item {
  min-width: auto;
}
@media (max-width: 767px) {
  body.page-top .block-top-event-content ul.list-items li.list-item {
    width: calc((100% - 48px) / 3);
  }
}
@media (max-width: 575px) {
  body.page-top .block-top-event-content ul.list-items li.list-item {
    width: calc((100% - 24px) / 2);
  }
}
body.page-top .block-top-event-content ul.list-items li.list-item img {
  border: 1px solid #ccc;
  border-radius: 4px;
}
body.page-top .block-top-pickup-content .block-top-pickup-container.event-date .block-icon {
  display: block;
}
body.page-top .block-top-pickup-content .block-top-pickup-container.event-date .block-icon img:not([src*="limit.png"]) {
  display: none;
}
body.page-top .block-top-pickup-content .block-top-pickup-container.event-date .block-thumbnail-t--goods-name {
  margin-top: 4px;
}
body.page-top .block-top-pickup-content .block-top-pickup-container.event-new .block-icon {
  display: block;
}
body.page-top .block-top-pickup-content .block-top-pickup-container.event-new .block-icon img:not([src*="new.png"]) {
  display: none;
}
body.page-top .block-top-pickup-content .block-top-pickup-container.event-new .block-thumbnail-t--goods-name {
  margin-top: 4px;
}
body.page-top .block-top-pickup-content .block-top-pickup-container.event-return .block-icon {
  display: none;
}
@media (max-width: 575px) {
  body.page-top .block-top-movicbrand-content .ttl-h2-top-1 .ttl-ja {
    font-size: 2.3rem;
  }
}
@media (max-width: 1100px) {
  body.page-top .block-top-movicbrand-content .block-top-movicbrand-list ul.list-items li.list-item {
    width: 16.6666666667%;
  }
  body.page-top .block-top-movicbrand-content .block-top-movicbrand-list ul.list-items li.list-item:not(:nth-child(-n+2)) {
    border-top: none;
  }
  body.page-top .block-top-movicbrand-content .block-top-movicbrand-list ul.list-items li.list-item:not(:last-child) {
    border-right: 1px dashed var(--cl-pgr);
  }
}
@media (max-width: 767px) {
  body.page-top .block-top-movicbrand-content .block-top-movicbrand-list ul.list-items li.list-item {
    width: 33.3333333333%;
  }
  body.page-top .block-top-movicbrand-content .block-top-movicbrand-list ul.list-items li.list-item:not(:nth-child(-n+3)) {
    border-top: 1px dashed var(--cl-pgr);
  }
  body.page-top .block-top-movicbrand-content .block-top-movicbrand-list ul.list-items li.list-item:nth-child(3) {
    border-right: none;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  body.page-top .block-top-movicbrand-content .block-top-movicbrand-list ul.list-items li.list-item {
    width: 50%;
  }
  body.page-top .block-top-movicbrand-content .block-top-movicbrand-list ul.list-items li.list-item:nth-child(even) {
    border-right: none;
  }
  body.page-top .block-top-movicbrand-content .block-top-movicbrand-list ul.list-items li.list-item:nth-child(3) {
    border-right: 1px dashed var(--cl-pgr);
  }
  body.page-top .block-top-movicbrand-content .block-top-movicbrand-list ul.list-items li.list-item:not(:nth-child(-n+2)) {
    border-top: 1px dashed var(--cl-pgr);
  }
}
body.page-top .block-top-movicbrand-content .block-top-movicbrand-list ul.list-items a:hover {
  text-decoration: none;
}
body.page-top .block-top-movicbrand-content .block-top-movicbrand-list ul.list-items a:hover .list-detail {
  color: #71a0ac;
}
body.page-top .block-top-fair-content .block-top-fair-list ul.list-items > li:nth-child(n+6) {
  display: none;
}
body.page-top .block-top-exhibition-list .list-img img {
  border: #ededed 1px solid;
}

.mv_wrap .block-top-event-list ul.list-items {
  display: flex;
  flex-wrap: wrap;
}
.mv_wrap .block-top-event-list ul.list-items li.list-item {
  width: calc((100% - 96px) / 5);
}
.mv_wrap .block-top-event-list ul.list-items {
  gap: 24px;
}
.mv_wrap .block-top-event-list ul.list-items li.list-item {
  min-width: auto;
}
@media (max-width: 767px) {
  .mv_wrap .block-top-event-list ul.list-items li.list-item {
    width: calc((100% - 48px) / 3);
  }
}
@media (max-width: 575px) {
  .mv_wrap .block-top-event-list ul.list-items li.list-item {
    width: calc((100% - 24px) / 2);
  }
}
.mv_wrap .block-top-event-list ul.list-items li.list-item img {
  border: 1px solid #ccc;
  border-radius: 4px;
}
.mv_wrap .block-top-event-list ul.list-items a {
  color: #333;
  text-decoration: none;
  font-size: 12px;
}
.mv_wrap .block-top-event-list ul.list-items a:hover {
  text-decoration: underline;
}
.mv_wrap .block-top-event-list ul.list-items .list-comment {
  margin-top: 8px;
}
.mv_wrap .block-top-fair-list ul.list-items li.list-item + .list-item {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #d6dfe4;
}
.mv_wrap .block-top-fair-list ul.list-items a {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #333;
  text-decoration: none;
}
@media (max-width: 767px) {
  .mv_wrap .block-top-fair-list ul.list-items a {
    gap: 12px;
  }
}
.mv_wrap .block-top-fair-list ul.list-items a:hover {
  text-decoration: underline;
}
.mv_wrap .block-top-fair-list ul.list-items .list-img {
  width: 144px;
}
@media (max-width: 767px) {
  .mv_wrap .block-top-fair-list ul.list-items .list-img {
    width: 72px;
  }
}
.mv_wrap .block-top-fair-list ul.list-items .list-detail {
  max-width: calc(100% - 24px - 144px);
}
@media (max-width: 767px) {
  .mv_wrap .block-top-fair-list ul.list-items .list-detail {
    max-width: calc(100% - 12px - 72px);
  }
}
.mv_wrap .block-top-fair-list ul.list-items .list-date {
  font-weight: bold;
}
.mv_wrap .block-top-movicbrand-list ul.list-items {
  display: flex;
  flex-wrap: wrap;
  border: 1px dashed #8ab7c3;
  border-bottom: none;
  border-right: none;
}
.mv_wrap .block-top-movicbrand-list ul.list-items li.list-item {
  width: 16.6666666667%;
  padding: 12px;
  margin-bottom: 0;
  border-bottom: 1px dashed #8ab7c3;
  border-right: 1px dashed #8ab7c3;
}
@media (max-width: 1100px) {
  .mv_wrap .block-top-movicbrand-list ul.list-items li.list-item {
    width: 16.6666666667%;
  }
  .mv_wrap .block-top-movicbrand-list ul.list-items li.list-item:not(:nth-child(-n+2)) {
    border-top: none;
  }
  .mv_wrap .block-top-movicbrand-list ul.list-items li.list-item:not(:last-child) {
    border-right: 1px dashed var(--cl-pgr);
  }
}
@media (max-width: 767px) {
  .mv_wrap .block-top-movicbrand-list ul.list-items li.list-item {
    width: 33.3333333333%;
  }
  .mv_wrap .block-top-movicbrand-list ul.list-items li.list-item:not(:nth-child(-n+3)) {
    border-top: 1px dashed var(--cl-pgr);
  }
  .mv_wrap .block-top-movicbrand-list ul.list-items li.list-item:nth-child(3) {
    border-right: none;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .mv_wrap .block-top-movicbrand-list ul.list-items li.list-item {
    width: 50%;
  }
  .mv_wrap .block-top-movicbrand-list ul.list-items li.list-item:nth-child(even) {
    border-right: none;
  }
  .mv_wrap .block-top-movicbrand-list ul.list-items li.list-item:nth-child(3) {
    border-right: 1px dashed var(--cl-pgr);
  }
  .mv_wrap .block-top-movicbrand-list ul.list-items li.list-item:not(:nth-child(-n+2)) {
    border-top: 1px dashed var(--cl-pgr);
  }
}
.mv_wrap .block-top-movicbrand-list ul.list-items a:hover {
  text-decoration: none;
}
.mv_wrap .block-top-movicbrand-list ul.list-items a:hover .list-detail {
  color: #71a0ac;
}
@media (max-width: 991px) {
  .mv_wrap .block-top-movicbrand-list ul.list-items li.list-item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .mv_wrap .block-top-movicbrand-list ul.list-items li.list-item {
    width: 33.3333333333%;
  }
  .mv_wrap .block-top-movicbrand-list ul.list-items li.list-item:nth-child(3) {
    border-right: 1px dashed #8ab7c3;
  }
  .mv_wrap .block-top-movicbrand-list ul.list-items li.list-item:not(:nth-child(-n+3)) {
    border-top: none;
  }
}
@media (max-width: 575px) {
  .mv_wrap .block-top-movicbrand-list ul.list-items li.list-item {
    width: 50%;
  }
  .mv_wrap .block-top-movicbrand-list ul.list-items li.list-item:nth-child(even) {
    border-right: 1px dashed #8ab7c3;
  }
}
.mv_wrap .block-top-movicbrand-list ul.list-items a {
  color: #666;
  text-decoration: none;
  font-size: 12px;
}
.mv_wrap .block-top-movicbrand-list ul.list-items .list-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  aspect-ratio: 1/1;
}
.mv_wrap .block-top-movicbrand-list ul.list-items .list-detail {
  margin-top: 8px;
  font-size: 12px;
}
.mv_wrap .block-top-movicbrand-list ul.list-items .list-detail .list-ttl {
  font-weight: bold;
  text-align: center;
}
@media (max-width: 991px) {
  .mv_wrap .block-top-movicbrand-list ul.list-items .list-detail .list-ttl {
    text-align: left;
  }
}
.mv_wrap .block-top-movicbrand-list ul.list-items .list-detail .list-comment {
  margin-top: 8px;
  font-size: 11px;
}
.mv_wrap .block-top-exhibition-list .list-img img {
  border: #ededed 1px solid;
}
.mv_wrap .block-top-exhibition-list ul.list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.mv_wrap .block-top-exhibition-list ul.list-items li.list-item {
  width: calc((100% - 72px) / 4);
}
@media (max-width: 767px) {
  .mv_wrap .block-top-exhibition-list ul.list-items li.list-item {
    width: calc((100% - 48px) / 3);
  }
}
@media (max-width: 575px) {
  .mv_wrap .block-top-exhibition-list ul.list-items li.list-item {
    width: calc((100% - 24px) / 2);
  }
}
.mv_wrap .block-top-exhibition-list ul.list-items a {
  color: #333;
  text-decoration: none;
  font-size: 12px;
}
.mv_wrap .block-top-exhibition-list ul.list-items a:hover {
  text-decoration: underline;
  opacity: 1;
}
.mv_wrap .block-top-exhibition-list ul.list-items .list-img img {
  border-radius: 6px;
}
.mv_wrap .block-top-exhibition-list ul.list-items .list-ttl {
  margin-top: 12px;
}
.mv_wrap .block-top-press-list ul.list-items li.list-item {
  font-size: 12px;
}
.mv_wrap .block-top-press-list ul.list-items li.list-item + .list-item {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dotted #333;
}
.mv_wrap .block-top-press-list ul.list-items a {
  color: #666;
  text-decoration: none;
  display: flex;
}
@media (max-width: 991px) {
  .mv_wrap .block-top-press-list ul.list-items a {
    display: block;
  }
}
.mv_wrap .block-top-press-list ul.list-items a:hover {
  text-decoration: underline;
}
.mv_wrap .block-top-press-list ul.list-items .list-date {
  width: 140px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .mv_wrap .block-top-press-list ul.list-items .list-date {
    width: 100%;
  }
}
.mv_wrap .block-top-press-list ul.list-items .new {
  margin-left: 8px;
  color: #e05979;
}
.mv_wrap .block-top-press-list ul.list-items .list-ttl {
  width: calc(100% - 140px);
}
@media (max-width: 991px) {
  .mv_wrap .block-top-press-list ul.list-items .list-ttl {
    margin-top: 12px;
    width: 100%;
  }
}

/* ================== マイページ　購入履歴詳細ページ ================== */
body.page-historydetail .pane-contents .container {
  padding: 0;
}
body.page-historydetail .block-purchase-history-detail {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-historydetail .block-purchase-history-detail {
    padding: 0 12px;
  }
}
body.page-historydetail h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-historydetail h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-historydetail h2 {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-historydetail h2 {
    font-size: 16px;
  }
}
body.page-historydetail table.block-purchase-history-detail--order-info-table,
body.page-historydetail table.block-purchase-history-detail--payment-info-items,
body.page-historydetail table.block-purchase-history-detail--shipping-info-items,
body.page-historydetail table.block-purchase-history-detail--cash-paymentinfo-items,
body.page-historydetail table.block-purchase-history-detail--sender-info,
body.page-historydetail .block-purchase-history-detail--delivery-plan > table.table,
body.page-historydetail table.block-purchase-history-detail--shipment-items {
  table-layout: auto;
  border: 1px solid #8ab7c3;
  width: 100%;
  margin-bottom: 20px;
}
body.page-historydetail table.block-purchase-history-detail--order-info-table + .table_common,
body.page-historydetail table.block-purchase-history-detail--payment-info-items + .table_common,
body.page-historydetail table.block-purchase-history-detail--shipping-info-items + .table_common,
body.page-historydetail table.block-purchase-history-detail--cash-paymentinfo-items + .table_common,
body.page-historydetail table.block-purchase-history-detail--sender-info + .table_common,
body.page-historydetail .block-purchase-history-detail--delivery-plan > table.table + .table_common,
body.page-historydetail table.block-purchase-history-detail--shipment-items + .table_common {
  margin-top: 56px;
}
body.page-historydetail table.block-purchase-history-detail--order-info-table tr th,
body.page-historydetail table.block-purchase-history-detail--payment-info-items tr th,
body.page-historydetail table.block-purchase-history-detail--shipping-info-items tr th,
body.page-historydetail table.block-purchase-history-detail--cash-paymentinfo-items tr th,
body.page-historydetail table.block-purchase-history-detail--sender-info tr th,
body.page-historydetail .block-purchase-history-detail--delivery-plan > table.table tr th,
body.page-historydetail table.block-purchase-history-detail--shipment-items tr th {
  width: 25%;
  color: #fff;
  background: #8ab7c3;
  font-weight: 700;
  text-align: left;
  padding: 15px 20px;
  border-top: 1px solid #fff;
  vertical-align: middle;
}
@media (max-width: 767px) {
  body.page-historydetail table.block-purchase-history-detail--order-info-table tr th,
  body.page-historydetail table.block-purchase-history-detail--payment-info-items tr th,
  body.page-historydetail table.block-purchase-history-detail--shipping-info-items tr th,
  body.page-historydetail table.block-purchase-history-detail--cash-paymentinfo-items tr th,
  body.page-historydetail table.block-purchase-history-detail--sender-info tr th,
  body.page-historydetail .block-purchase-history-detail--delivery-plan > table.table tr th,
  body.page-historydetail table.block-purchase-history-detail--shipment-items tr th {
    padding: 1em;
  }
}
body.page-historydetail table.block-purchase-history-detail--order-info-table tr:first-child th,
body.page-historydetail table.block-purchase-history-detail--payment-info-items tr:first-child th,
body.page-historydetail table.block-purchase-history-detail--shipping-info-items tr:first-child th,
body.page-historydetail table.block-purchase-history-detail--cash-paymentinfo-items tr:first-child th,
body.page-historydetail table.block-purchase-history-detail--sender-info tr:first-child th,
body.page-historydetail .block-purchase-history-detail--delivery-plan > table.table tr:first-child th,
body.page-historydetail table.block-purchase-history-detail--shipment-items tr:first-child th {
  border-top: none;
}
body.page-historydetail table.block-purchase-history-detail--order-info-table tr td,
body.page-historydetail table.block-purchase-history-detail--payment-info-items tr td,
body.page-historydetail table.block-purchase-history-detail--shipping-info-items tr td,
body.page-historydetail table.block-purchase-history-detail--cash-paymentinfo-items tr td,
body.page-historydetail table.block-purchase-history-detail--sender-info tr td,
body.page-historydetail .block-purchase-history-detail--delivery-plan > table.table tr td,
body.page-historydetail table.block-purchase-history-detail--shipment-items tr td {
  background-color: #fff;
  padding: 15px 20px;
  border: 1px solid #8ab7c3;
}
@media (max-width: 767px) {
  body.page-historydetail table.block-purchase-history-detail--order-info-table tr td,
  body.page-historydetail table.block-purchase-history-detail--payment-info-items tr td,
  body.page-historydetail table.block-purchase-history-detail--shipping-info-items tr td,
  body.page-historydetail table.block-purchase-history-detail--cash-paymentinfo-items tr td,
  body.page-historydetail table.block-purchase-history-detail--sender-info tr td,
  body.page-historydetail .block-purchase-history-detail--delivery-plan > table.table tr td,
  body.page-historydetail table.block-purchase-history-detail--shipment-items tr td {
    padding: 1.2em 1em;
  }
  body.page-historydetail table.block-purchase-history-detail--order-info-table tr td:only-child,
  body.page-historydetail table.block-purchase-history-detail--payment-info-items tr td:only-child,
  body.page-historydetail table.block-purchase-history-detail--shipping-info-items tr td:only-child,
  body.page-historydetail table.block-purchase-history-detail--cash-paymentinfo-items tr td:only-child,
  body.page-historydetail table.block-purchase-history-detail--sender-info tr td:only-child,
  body.page-historydetail .block-purchase-history-detail--delivery-plan > table.table tr td:only-child,
  body.page-historydetail table.block-purchase-history-detail--shipment-items tr td:only-child {
    border-top: 1px solid #8ab7c3;
  }
}
@media (max-width: 767px) {
  body.page-historydetail table.block-purchase-history-detail--order-info-table tr th,
  body.page-historydetail table.block-purchase-history-detail--order-info-table tr td,
  body.page-historydetail table.block-purchase-history-detail--payment-info-items tr th,
  body.page-historydetail table.block-purchase-history-detail--payment-info-items tr td,
  body.page-historydetail table.block-purchase-history-detail--shipping-info-items tr th,
  body.page-historydetail table.block-purchase-history-detail--shipping-info-items tr td,
  body.page-historydetail table.block-purchase-history-detail--cash-paymentinfo-items tr th,
  body.page-historydetail table.block-purchase-history-detail--cash-paymentinfo-items tr td,
  body.page-historydetail table.block-purchase-history-detail--sender-info tr th,
  body.page-historydetail table.block-purchase-history-detail--sender-info tr td,
  body.page-historydetail .block-purchase-history-detail--delivery-plan > table.table tr th,
  body.page-historydetail .block-purchase-history-detail--delivery-plan > table.table tr td,
  body.page-historydetail table.block-purchase-history-detail--shipment-items tr th,
  body.page-historydetail table.block-purchase-history-detail--shipment-items tr td {
    display: block;
    width: 100%;
    border: none;
  }
}
body.page-historydetail table.block-purchase-history-detail--order-info-table,
body.page-historydetail table.block-purchase-history-detail--payment-info-items,
body.page-historydetail table.block-purchase-history-detail--shipping-info-items,
body.page-historydetail table.block-purchase-history-detail--cash-paymentinfo-items,
body.page-historydetail table.block-purchase-history-detail--sender-info,
body.page-historydetail .block-purchase-history-detail--delivery-plan > table.table,
body.page-historydetail table.block-purchase-history-detail--shipment-items {
  margin-bottom: 32px;
}
body.page-historydetail table.block-purchase-history-detail--order-info-table td,
body.page-historydetail table.block-purchase-history-detail--payment-info-items td,
body.page-historydetail table.block-purchase-history-detail--shipping-info-items td,
body.page-historydetail table.block-purchase-history-detail--cash-paymentinfo-items td,
body.page-historydetail table.block-purchase-history-detail--sender-info td,
body.page-historydetail .block-purchase-history-detail--delivery-plan > table.table td,
body.page-historydetail table.block-purchase-history-detail--shipment-items td {
  text-align: left;
}
body.page-historydetail table.block-purchase-history-detail--order-info-table td .block-purchase-history-detail--total-for-tax-ratio,
body.page-historydetail table.block-purchase-history-detail--payment-info-items td .block-purchase-history-detail--total-for-tax-ratio,
body.page-historydetail table.block-purchase-history-detail--shipping-info-items td .block-purchase-history-detail--total-for-tax-ratio,
body.page-historydetail table.block-purchase-history-detail--cash-paymentinfo-items td .block-purchase-history-detail--total-for-tax-ratio,
body.page-historydetail table.block-purchase-history-detail--sender-info td .block-purchase-history-detail--total-for-tax-ratio,
body.page-historydetail .block-purchase-history-detail--delivery-plan > table.table td .block-purchase-history-detail--total-for-tax-ratio,
body.page-historydetail table.block-purchase-history-detail--shipment-items td .block-purchase-history-detail--total-for-tax-ratio {
  justify-content: flex-start;
}
body.page-historydetail table.block-purchase-history-detail--order-info-table a,
body.page-historydetail table.block-purchase-history-detail--payment-info-items a,
body.page-historydetail table.block-purchase-history-detail--shipping-info-items a,
body.page-historydetail table.block-purchase-history-detail--cash-paymentinfo-items a,
body.page-historydetail table.block-purchase-history-detail--sender-info a,
body.page-historydetail .block-purchase-history-detail--delivery-plan > table.table a,
body.page-historydetail table.block-purchase-history-detail--shipment-items a {
  text-decoration: underline;
  word-break: break-all;
  color: #f87a49;
}
body.page-historydetail table.block-purchase-history-detail--order-info-table a:hover,
body.page-historydetail table.block-purchase-history-detail--payment-info-items a:hover,
body.page-historydetail table.block-purchase-history-detail--shipping-info-items a:hover,
body.page-historydetail table.block-purchase-history-detail--cash-paymentinfo-items a:hover,
body.page-historydetail table.block-purchase-history-detail--sender-info a:hover,
body.page-historydetail .block-purchase-history-detail--delivery-plan > table.table a:hover,
body.page-historydetail table.block-purchase-history-detail--shipment-items a:hover {
  text-decoration: none;
  opacity: 0.8;
}
body.page-historydetail table.block-purchase-history-detail--order-detail-items {
  table-layout: auto;
  border: 1px solid #8ab7c3;
  width: 100%;
  margin-bottom: 20px;
}
body.page-historydetail table.block-purchase-history-detail--order-detail-items + .table_common {
  margin-top: 56px;
}
body.page-historydetail table.block-purchase-history-detail--order-detail-items tr th {
  width: 25%;
  color: #fff;
  background: #8ab7c3;
  font-weight: 700;
  text-align: left;
  padding: 15px 20px;
  border-top: 1px solid #fff;
  vertical-align: middle;
}
@media (max-width: 767px) {
  body.page-historydetail table.block-purchase-history-detail--order-detail-items tr th {
    padding: 1em;
  }
}
body.page-historydetail table.block-purchase-history-detail--order-detail-items tr:first-child th {
  border-top: none;
}
body.page-historydetail table.block-purchase-history-detail--order-detail-items tr td {
  background-color: #fff;
  padding: 15px 20px;
  border: 1px solid #8ab7c3;
}
@media (max-width: 767px) {
  body.page-historydetail table.block-purchase-history-detail--order-detail-items tr td {
    padding: 1.2em 1em;
  }
  body.page-historydetail table.block-purchase-history-detail--order-detail-items tr td:only-child {
    border-top: 1px solid #8ab7c3;
  }
}
body.page-historydetail table.block-purchase-history-detail--order-detail-items th:first-child,
body.page-historydetail table.block-purchase-history-detail--order-detail-items td:first-child {
  width: 50%;
}
body.page-historydetail .block-purchase-history-detail--customer-name {
  font-weight: normal;
}
body.page-historydetail .block-purchase-history-detail--proceed-status .status-order,
body.page-historydetail .block-purchase-history-detail--proceed-status .status-cancel,
body.page-historydetail .block-purchase-history-detail--proceed-status .status-income,
body.page-historydetail .block-purchase-history-detail--proceed-status .status-reserve,
body.page-historydetail .block-purchase-history-detail--proceed-status .status-rship,
body.page-historydetail .block-purchase-history-detail--proceed-status .status-ship,
body.page-historydetail .block-purchase-history-detail--proceed-status .status-verify,
body.page-historydetail .block-purchase-history-detail--proceed-status .status-return,
body.page-historydetail .block-purchase-history-detail--proceed-status .status-status_,
body.page-historydetail .block-purchase-history-detail--proceed-status .status-status_1,
body.page-historydetail .block-purchase-history-detail--proceed-status .status-status_2,
body.page-historydetail .block-purchase-history-detail--proceed-status .status-status_3,
body.page-historydetail .block-purchase-history-detail--proceed-status .status-status_4,
body.page-historydetail .block-purchase-history-detail--proceed-status .status-status_9 {
  padding: 16px;
}
@media (max-width: 767px) {
  body.page-historydetail .block-purchase-history-detail--proceed-status .status-order,
  body.page-historydetail .block-purchase-history-detail--proceed-status .status-cancel,
  body.page-historydetail .block-purchase-history-detail--proceed-status .status-income,
  body.page-historydetail .block-purchase-history-detail--proceed-status .status-reserve,
  body.page-historydetail .block-purchase-history-detail--proceed-status .status-rship,
  body.page-historydetail .block-purchase-history-detail--proceed-status .status-ship,
  body.page-historydetail .block-purchase-history-detail--proceed-status .status-verify,
  body.page-historydetail .block-purchase-history-detail--proceed-status .status-return,
  body.page-historydetail .block-purchase-history-detail--proceed-status .status-status_,
  body.page-historydetail .block-purchase-history-detail--proceed-status .status-status_1,
  body.page-historydetail .block-purchase-history-detail--proceed-status .status-status_2,
  body.page-historydetail .block-purchase-history-detail--proceed-status .status-status_3,
  body.page-historydetail .block-purchase-history-detail--proceed-status .status-status_4,
  body.page-historydetail .block-purchase-history-detail--proceed-status .status-status_9 {
    padding: 8px;
  }
}
body.page-historydetail .block-purchase-history-detail--proceed-status .status-percentage {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-historydetail .block-purchase-history-detail--proceed-status .status-percentage {
    font-size: 16px;
  }
}
body.page-historydetail .block-purchase-history-detail--proceed-status .status-percentage {
  width: 100%;
  margin: 16px 0;
}
body.page-historydetail .block-purchase-history-detail--proceed-status .status-message {
  color: #666;
  display: block;
  margin: 16px 0;
  width: 100%;
  text-align: left;
}
body.page-historydetail .block-purchase-history-detail--proceed-status .status-cancel .status-message {
  text-align: center;
}
body.page-historydetail .block-purchase-history-detail--proceed-status .status-progresbar-description {
  font-weight: normal;
  font-size: 10px;
  width: auto;
  color: #ccc;
}
body.page-historydetail .block-purchase-history-detail--proceed-status .status-progresbar .status-progresbar-item,
body.page-historydetail .block-purchase-history-detail--proceed-status .status-progresbar .status-progresbar-item:last-child {
  border-color: #ccc;
}
body.page-historydetail .block-purchase-history-detail--proceed-status .status-progresbar .status-progresbar-completed {
  background-color: #71a0ac;
}
body.page-historydetail .block-purchase-history-detail--proceed-status .status-progress-100,
body.page-historydetail .block-purchase-history-detail--proceed-status .status-progress-0 {
  display: none;
}
body.page-historydetail .block-purchase-history-detail--shiment-address {
  border: none;
  margin: 16px 0 24px;
}
body.page-historydetail .block-purchase-history-detail--requests-for-order {
  margin: 40px 0 0;
}
body.page-historydetail .block-purchase-history-detail--requests-for-order .action {
  margin-bottom: 24px;
}
@media (max-width: 1100px) {
  body.page-historydetail .block-purchase-history-detail--requests-for-order .action .btn {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  body.page-historydetail .block-purchase-history-detail--requests-for-order .action .btn {
    max-width: 100%;
  }
}
body.page-historydetail .block-purchase-history-detail--requests-for-order .action .btn.block-purchase-history-detail--add-goods {
  background-color: var(--cl-or);
  border: none;
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 2px #ededed;
  margin-top: 0;
}
body.page-historydetail .block-purchase-history-detail--requests-for-order .action .btn.block-purchase-history-detail--contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  max-width: 100%;
  height: 32px;
  border: 2px solid #8ab7c3;
  background-color: #fff;
  color: #71a0ac;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
  line-height: 1;
}
body.page-historydetail .block-purchase-history-detail--requests-for-order .action .btn.block-purchase-history-detail--contact:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 575px) {
  body.page-historydetail .block-purchase-history-detail--requests-for-order .action .btn.block-purchase-history-detail--contact {
    font-size: 14px;
  }
}
body.page-historydetail .block-purchase-history-detail--requests-for-order .action .btn.block-purchase-history-detail--contact {
  border-color: #f87a49;
  color: #f87a49;
  padding: 0;
  box-shadow: none;
  width: 400px;
  height: 48px;
}
@media (max-width: 767px) {
  body.page-historydetail .block-purchase-history-detail--requests-for-order .action .btn.block-purchase-history-detail--contact {
    width: 100%;
  }
}
body.page-historydetail .block-purchase-history-detail--requests-for-order .action .btn.block-purchase-history-detail--change-sales-address {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  max-width: 100%;
  height: 32px;
  border: 2px solid #8ab7c3;
  background-color: #fff;
  color: #71a0ac;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
  line-height: 1;
}
body.page-historydetail .block-purchase-history-detail--requests-for-order .action .btn.block-purchase-history-detail--change-sales-address:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 575px) {
  body.page-historydetail .block-purchase-history-detail--requests-for-order .action .btn.block-purchase-history-detail--change-sales-address {
    font-size: 14px;
  }
}
body.page-historydetail .block-purchase-history-detail--requests-for-order .action .btn.block-purchase-history-detail--change-sales-address {
  padding: 0;
  box-shadow: none;
  width: 400px;
  height: 48px;
}
@media (max-width: 767px) {
  body.page-historydetail .block-purchase-history-detail--requests-for-order .action .btn.block-purchase-history-detail--change-sales-address {
    width: 100%;
  }
}
body.page-historydetail .block-purchase-history-detail--requests-for-order .action .btn.block-purchase-history-detail--back {
  margin-top: 0;
}

/* ================== マイページ パスワードの変更 ================== */
body.page-passchange .pane-contents .container {
  padding: 0;
}
body.page-passchange .block-update-member-password {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-passchange .block-update-member-password {
    padding: 0 12px;
  }
}
body.page-passchange .block-update-member-password h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-passchange .block-update-member-password h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-passchange .block-update-member-password h2 {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-passchange .block-update-member-password h2 {
    font-size: 16px;
  }
}
body.page-passchange .block-update-member-password .block-update-member-password--customer-name {
  font-weight: normal;
}
body.page-passchange .block-update-member-password .block-update-member-password--update-items {
  box-sizing: border-box;
  border: 2px solid #d6dfe4;
  padding: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.page-passchange .block-update-member-password .block-update-member-password--update-items {
    padding: 20px;
  }
}
body.page-passchange .block-update-member-password .block-update-member-password--update-items {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
}
body.page-passchange .block-update-member-password .block-update-member-password--update-items .form-group {
  align-items: flex-start;
  border: none;
  margin-top: 40px;
}
body.page-passchange .block-update-member-password .block-update-member-password--update-items .form-group .form-label {
  margin-top: 4px;
  padding-top: 0;
}
body.page-passchange .block-update-member-password .block-update-member-password--update-items .form-group .constraint {
  margin-top: 4px;
  padding-top: 0;
}
body.page-passchange .block-update-member-password .block-update-member-password--update-items .form-group .form-control {
  margin-top: 0;
  padding-top: 0;
}
body.page-passchange .block-update-member-password .block-update-member-password--update-items .form-group:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1101px) {
  body.page-passchange .block-update-member-password .block-update-member-password--update-items .form-group .form-pwd .block-login--display-password {
    margin-left: 8px;
  }
}
body.page-passchange .block-update-member-password .block-update-member-password--login-link a {
  text-decoration: underline;
  word-break: break-all;
  color: #f87a49;
}
body.page-passchange .block-update-member-password .block-update-member-password--login-link a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (min-width: 1101px) {
  body.page-passchange .block-update-member-password .block-update-member-password--login-link a {
    text-decoration: underline;
    word-break: break-all;
    color: #f87a49;
  }
  body.page-passchange .block-update-member-password .block-update-member-password--login-link a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
body.page-passchange .action-buttons {
  margin-top: 32px;
}
@media screen and (min-width: 1101px) {
  body.page-passchange .action-buttons {
    margin-top: 20px;
  }
  body.page-passchange .action-buttons .action .btn {
    margin-top: 0;
  }
}

body.page-customer .pane-contents .container {
  padding: 0;
}
body.page-customer .block-member-info,
body.page-customer .block-member-info-confirmation {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-customer .block-member-info,
  body.page-customer .block-member-info-confirmation {
    padding: 0 12px;
  }
}
body.page-customer .block-member-info h1,
body.page-customer .block-member-info-confirmation h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-customer .block-member-info h1,
  body.page-customer .block-member-info-confirmation h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-customer .block-member-info h2,
body.page-customer .block-member-info .legend,
body.page-customer .block-member-info-confirmation h2,
body.page-customer .block-member-info-confirmation .legend {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-customer .block-member-info h2,
  body.page-customer .block-member-info .legend,
  body.page-customer .block-member-info-confirmation h2,
  body.page-customer .block-member-info-confirmation .legend {
    font-size: 16px;
  }
}
body.page-customer .block-member-info h2:first-child,
body.page-customer .block-member-info .legend:first-child,
body.page-customer .block-member-info-confirmation h2:first-child,
body.page-customer .block-member-info-confirmation .legend:first-child {
  margin-top: 0;
}
body.page-customer .block-member-info .block-member-info--customer-name,
body.page-customer .block-member-info-confirmation .block-member-info--customer-name {
  font-weight: normal;
}
body.page-customer .block-member-info .alert,
body.page-customer .block-member-info-confirmation .alert {
  margin-bottom: 40px;
}
body.page-customer .block-member-info .fieldset-vertical,
body.page-customer .block-member-info-confirmation .fieldset-vertical {
  box-sizing: border-box;
  border: 2px solid #d6dfe4;
  padding: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.page-customer .block-member-info .fieldset-vertical,
  body.page-customer .block-member-info-confirmation .fieldset-vertical {
    padding: 20px;
  }
}
body.page-customer .block-member-info .fieldset-vertical,
body.page-customer .block-member-info-confirmation .fieldset-vertical {
  width: 100%;
  max-width: 880px;
  margin: 24px auto 0;
}
@media (max-width: 767px) {
  body.page-customer .block-member-info .fieldset-vertical,
  body.page-customer .block-member-info-confirmation .fieldset-vertical {
    margin-top: 12px;
  }
}
@media (max-width: 1100px) {
  body.page-customer .block-member-info .fieldset-vertical input,
  body.page-customer .block-member-info-confirmation .fieldset-vertical input {
    width: 100%;
  }
}
body.page-customer .block-member-info .fieldset-vertical .form-group,
body.page-customer .block-member-info-confirmation .fieldset-vertical .form-group {
  align-items: flex-start;
  border: none;
  margin-top: 40px;
}
body.page-customer .block-member-info .fieldset-vertical .form-group .form-label,
body.page-customer .block-member-info-confirmation .fieldset-vertical .form-group .form-label {
  margin-top: 4px;
  padding-top: 0;
}
body.page-customer .block-member-info .fieldset-vertical .form-group .constraint,
body.page-customer .block-member-info-confirmation .fieldset-vertical .form-group .constraint {
  margin-top: 4px;
  padding-top: 0;
}
body.page-customer .block-member-info .fieldset-vertical .form-group .form-control,
body.page-customer .block-member-info-confirmation .fieldset-vertical .form-group .form-control {
  margin-top: 0;
  padding-top: 0;
}
body.page-customer .block-member-info .fieldset-vertical .form-group,
body.page-customer .block-member-info-confirmation .fieldset-vertical .form-group {
  margin-top: 0;
}
body.page-customer .block-member-info .block-member-info--use-spoofing-protection .form-control .radio:not(:last-child),
body.page-customer .block-member-info-confirmation .block-member-info--use-spoofing-protection .form-control .radio:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  body.page-customer .block-member-info .block-member-info--use-spoofing-protection .form-control .radio:not(:last-child),
  body.page-customer .block-member-info-confirmation .block-member-info--use-spoofing-protection .form-control .radio:not(:last-child) {
    margin-bottom: 12px;
  }
}
body.page-customer .block-member-info .block-member-info--update-mail a,
body.page-customer .block-member-info .block-member-info--message-password a,
body.page-customer .block-member-info-confirmation .block-member-info--update-mail a,
body.page-customer .block-member-info-confirmation .block-member-info--message-password a {
  text-decoration: underline;
  word-break: break-all;
  color: #f87a49;
}
body.page-customer .block-member-info .block-member-info--update-mail a:hover,
body.page-customer .block-member-info .block-member-info--message-password a:hover,
body.page-customer .block-member-info-confirmation .block-member-info--update-mail a:hover,
body.page-customer .block-member-info-confirmation .block-member-info--message-password a:hover {
  text-decoration: none;
  opacity: 0.8;
}
body.page-customer .block-member-info .block-member-info--message-password,
body.page-customer .block-member-info-confirmation .block-member-info--message-password {
  margin-top: 12px;
}

body.page-custdest .pane-contents .container {
  padding: 0;
}
body.page-custdest .block-shipping-address,
body.page-custdest .block-shipping-address-confirmation {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-custdest .block-shipping-address,
  body.page-custdest .block-shipping-address-confirmation {
    padding: 0 12px;
  }
}
body.page-custdest .block-shipping-address h1,
body.page-custdest .block-shipping-address-confirmation h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-custdest .block-shipping-address h1,
  body.page-custdest .block-shipping-address-confirmation h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-custdest .block-shipping-address h2,
body.page-custdest .block-shipping-address-confirmation h2 {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-custdest .block-shipping-address h2,
  body.page-custdest .block-shipping-address-confirmation h2 {
    font-size: 16px;
  }
}
body.page-custdest .modal-dialog .modal-footer {
  padding-left: 0;
  padding-right: 0;
  margin-top: 12px;
}
@media screen and (min-width: 1101px) {
  body.page-custdest .modal-dialog .modal-footer {
    padding-left: 0;
    padding-right: 0;
    margin-top: 12px;
    gap: 20px;
  }
}
body.page-custdest .modal-dialog .modal-footer .btn {
  margin-top: 12px;
}
@media screen and (min-width: 1101px) {
  body.page-custdest .modal-dialog .modal-footer .btn {
    margin-top: 0;
    margin-right: 0;
  }
}

body.page-bookmark .pane-contents .container {
  padding: 0;
}
body.page-bookmark .block-favorite {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-bookmark .block-favorite {
    padding: 0 12px;
  }
}
body.page-bookmark .block-favorite h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-bookmark .block-favorite h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-bookmark .block-favorite h2 {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-bookmark .block-favorite h2 {
    font-size: 16px;
  }
}
body.page-bookmark .block-favorite--delete-fg-checkbox {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 575px) {
  body.page-bookmark .block-favorite--delete-fg-checkbox {
    display: block;
  }
}
body.page-bookmark .block-favorite--delete-fg-checkbox label:has(input[type=checkbox]) {
  padding-left: 0;
}
body.page-bookmark .block-favorite--delete-fg-checkbox label:has(input[type=checkbox])::before, body.page-bookmark .block-favorite--delete-fg-checkbox label:has(input[type=checkbox])::after {
  content: none;
}
body.page-bookmark .block-favorite--delete-fg-checkbox input:checked ~ .switch::after {
  left: -1em;
}
body.page-bookmark .block-favorite--delete-fg-checkbox span {
  cursor: pointer;
}
body.page-bookmark .block-favorite--add-to-cart {
  margin-top: 10px;
}
@media screen and (min-width: 1101px) {
  body.page-bookmark .block-favorite--add-to-cart .action .btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 1100px) {
  body.page-bookmark .block-favorite--add-to-cart + .action-buttons {
    margin-top: 32px;
  }
}
body.page-bookmark [class^=block-favorite--pager] .pager {
  display: flex;
  align-items: flex-start;
  margin: 28px 0;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 1101px) {
  body.page-bookmark [class^=block-favorite--pager] .pager {
    margin-right: 12px;
    padding: 0;
    text-align: right;
  }
  body.page-bookmark [class^=block-favorite--pager] .pager .pager-total {
    margin-right: auto;
  }
  body.page-bookmark [class^=block-favorite--pager] .pager .pager-current {
    color: #4a91cd;
    background-color: transparent;
  }
  body.page-bookmark [class^=block-favorite--pager] .pager .pager-current span {
    position: relative;
    padding-bottom: 4px;
    font-weight: 700;
  }
  body.page-bookmark [class^=block-favorite--pager] .pager li {
    padding: inherit;
    border: none;
  }
}

body.page-contactlist .pane-contents .container {
  padding: 0;
}
body.page-contactlist .block-inquiry-history {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-contactlist .block-inquiry-history {
    padding: 0 12px;
  }
}
body.page-contactlist .block-inquiry-history h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-contactlist .block-inquiry-history h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-contactlist .block-inquiry-history h2 {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-contactlist .block-inquiry-history h2 {
    font-size: 16px;
  }
}
body.page-contactlist [class^=block-inquiry-history--pager] .pager {
  display: flex;
  align-items: flex-start;
  margin: 28px 0;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 1101px) {
  body.page-contactlist [class^=block-inquiry-history--pager] .pager {
    margin-right: 12px;
    padding: 0;
    text-align: right;
  }
  body.page-contactlist [class^=block-inquiry-history--pager] .pager .pager-total {
    margin-right: auto;
  }
  body.page-contactlist [class^=block-inquiry-history--pager] .pager .pager-current {
    color: #4a91cd;
    background-color: transparent;
  }
  body.page-contactlist [class^=block-inquiry-history--pager] .pager .pager-current span {
    position: relative;
    padding-bottom: 4px;
    font-weight: 700;
  }
  body.page-contactlist [class^=block-inquiry-history--pager] .pager li {
    padding: inherit;
    border: none;
  }
}

body.page-contactdetail .pane-contents .container {
  padding: 0;
}
body.page-contactdetail .block-inquiry-history-detail {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-contactdetail .block-inquiry-history-detail {
    padding: 0 12px;
  }
}
body.page-contactdetail .block-inquiry-history-detail h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-contactdetail .block-inquiry-history-detail h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-contactdetail .block-inquiry-history-detail h2 {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-contactdetail .block-inquiry-history-detail h2 {
    font-size: 16px;
  }
}
body.page-contactdetail .block-inquiry-history-detail h3 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 2px solid #4a91cd;
  padding-bottom: 8px;
  font-weight: 700;
  margin: 20px 0;
  background: none;
}
@media (max-width: 767px) {
  body.page-contactdetail .block-inquiry-history-detail h3 {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
body.page-contactdetail .block-inquiry-history-detail--inquiry-body-confirm {
  word-break: break-all;
}

body.page-mailchange .pane-contents .container {
  padding: 0;
}
body.page-mailchange .block-update-mail-address {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-mailchange .block-update-mail-address {
    padding: 0 12px;
  }
}
body.page-mailchange .block-update-mail-address h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-mailchange .block-update-mail-address h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-mailchange .block-update-mail-address h2 {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-mailchange .block-update-mail-address h2 {
    font-size: 16px;
  }
}
body.page-mailchange .block-update-mail-address h3 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 2px solid #4a91cd;
  padding-bottom: 8px;
  font-weight: 700;
  margin: 20px 0;
  background: none;
}
@media (max-width: 767px) {
  body.page-mailchange .block-update-mail-address h3 {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

body.page-couponlist .pane-contents .container {
  padding: 0;
}
body.page-couponlist .block-coupon-list {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-couponlist .block-coupon-list {
    padding: 0 12px;
  }
}
body.page-couponlist .block-coupon-list h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-couponlist .block-coupon-list h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-couponlist .block-coupon-list h2 {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-couponlist .block-coupon-list h2 {
    font-size: 16px;
  }
}
body.page-couponlist .block-coupon-list h3 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 2px solid #4a91cd;
  padding-bottom: 8px;
  font-weight: 700;
  margin: 20px 0;
  background: none;
}
@media (max-width: 767px) {
  body.page-couponlist .block-coupon-list h3 {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
body.page-couponlist [class^=block-coupon-list--pager] .pager {
  display: flex;
  align-items: flex-start;
  margin: 28px 0;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 1101px) {
  body.page-couponlist [class^=block-coupon-list--pager] .pager {
    margin-right: 12px;
    padding: 0;
    text-align: right;
  }
  body.page-couponlist [class^=block-coupon-list--pager] .pager .pager-total {
    margin-right: auto;
  }
  body.page-couponlist [class^=block-coupon-list--pager] .pager .pager-current {
    color: #4a91cd;
    background-color: transparent;
  }
  body.page-couponlist [class^=block-coupon-list--pager] .pager .pager-current span {
    position: relative;
    padding-bottom: 4px;
    font-weight: 700;
  }
  body.page-couponlist [class^=block-coupon-list--pager] .pager li {
    padding: inherit;
    border: none;
  }
}

body.page-pointlist .pane-contents .container {
  padding: 0;
}
body.page-pointlist .block-point-history-list {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-pointlist .block-point-history-list {
    padding: 0 12px;
  }
}
body.page-pointlist .block-point-history-list h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-pointlist .block-point-history-list h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-pointlist .block-point-history-list h2 {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-pointlist .block-point-history-list h2 {
    font-size: 16px;
  }
}
body.page-pointlist .block-point-history-list h3 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 2px solid #4a91cd;
  padding-bottom: 8px;
  font-weight: 700;
  margin: 20px 0;
  background: none;
}
@media (max-width: 767px) {
  body.page-pointlist .block-point-history-list h3 {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
body.page-pointlist [class^=block-point-history-list--pager] .pager {
  display: flex;
  align-items: flex-start;
  margin: 28px 0;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 1101px) {
  body.page-pointlist [class^=block-point-history-list--pager] .pager {
    margin-right: 12px;
    padding: 0;
    text-align: right;
  }
  body.page-pointlist [class^=block-point-history-list--pager] .pager .pager-total {
    margin-right: auto;
  }
  body.page-pointlist [class^=block-point-history-list--pager] .pager .pager-current {
    color: #4a91cd;
    background-color: transparent;
  }
  body.page-pointlist [class^=block-point-history-list--pager] .pager .pager-current span {
    position: relative;
    padding-bottom: 4px;
    font-weight: 700;
  }
  body.page-pointlist [class^=block-point-history-list--pager] .pager li {
    padding: inherit;
    border: none;
  }
}

body.page-cardedit .pane-contents .container {
  padding: 0;
}
body.page-cardedit .block-credit-card-confirmation {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-cardedit .block-credit-card-confirmation {
    padding: 0 12px;
  }
}
body.page-cardedit .block-credit-card-confirmation h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-cardedit .block-credit-card-confirmation h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-cardedit .block-credit-card-confirmation h2 {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-cardedit .block-credit-card-confirmation h2 {
    font-size: 16px;
  }
}
body.page-cardedit .block-credit-card-confirmation h3 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 2px solid #4a91cd;
  padding-bottom: 8px;
  font-weight: 700;
  margin: 20px 0;
  background: none;
}
@media (max-width: 767px) {
  body.page-cardedit .block-credit-card-confirmation h3 {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
body.page-cardedit .action-buttons .action input[value=削除する] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 48px;
  background-color: #8ab7c3;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  border: none;
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 2px #ededed;
}
body.page-cardedit .action-buttons .action input[value=削除する]:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 575px) {
  body.page-cardedit .action-buttons .action input[value=削除する] {
    font-size: 14px;
  }
}
body.page-cardedit .action-buttons .action input[value=削除する] {
  margin-top: 32px;
  margin-bottom: 32px;
  width: 320px;
  max-width: 100%;
}
body.page-cardedit .action-buttons .action input[value=戻る] {
  font-weight: normal;
  background-color: #ccc;
  font-size: 1em;
  box-shadow: none;
  border: none;
  color: #fff;
  margin-top: 32px;
  margin-bottom: 32px;
  width: 320px;
  max-width: 100%;
}

body.page-withdrawal .pane-contents .container {
  padding: 0;
}
body.page-withdrawal .block-withdrawal {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-withdrawal .block-withdrawal {
    padding: 0 12px;
  }
}
body.page-withdrawal .block-withdrawal h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-withdrawal .block-withdrawal h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-withdrawal .block-withdrawal h2 {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-withdrawal .block-withdrawal h2 {
    font-size: 16px;
  }
}
body.page-withdrawal .block-withdrawal h3 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 2px solid #4a91cd;
  padding-bottom: 8px;
  font-weight: 700;
  margin: 20px 0;
  background: none;
}
@media (max-width: 767px) {
  body.page-withdrawal .block-withdrawal h3 {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1101px) {
  body.page-withdrawal .block-withdrawal--pwd .form-pwd .block-login--display-password {
    margin-left: 8px;
  }
}
body.page-withdrawal .modal-body {
  border: none;
}
body.page-withdrawal .modal-dialog .modal-footer {
  padding-left: 0;
  padding-right: 0;
  margin-top: 12px;
}
@media screen and (min-width: 1101px) {
  body.page-withdrawal .modal-dialog .modal-footer {
    padding-left: 0;
    padding-right: 0;
    margin-top: 12px;
    gap: 20px;
  }
}
body.page-withdrawal .modal-dialog .modal-footer .btn {
  margin-top: 12px;
}
@media screen and (min-width: 1101px) {
  body.page-withdrawal .modal-dialog .modal-footer .btn {
    margin-top: 0;
    margin-right: 0;
  }
}

body.page-logout .pane-contents .container {
  padding: 0;
}
body.page-logout .block-logout {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-logout .block-logout {
    padding: 0 12px;
  }
}
body.page-logout .block-logout h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-logout .block-logout h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-logout .block-logout h2 {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-logout .block-logout h2 {
    font-size: 16px;
  }
}
body.page-logout .block-logout h3 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 2px solid #4a91cd;
  padding-bottom: 8px;
  font-weight: 700;
  margin: 20px 0;
  background: none;
}
@media (max-width: 767px) {
  body.page-logout .block-logout h3 {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
body.page-logout .block-logout--message a {
  text-decoration: underline;
  word-break: break-all;
  color: #f87a49;
}
body.page-logout .block-logout--message a:hover {
  text-decoration: none;
  opacity: 0.8;
}

body.page-mag .pane-contents .container {
  padding: 0;
}
body.page-mag .block-mail-news {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-mag .block-mail-news {
    padding: 0 12px;
  }
}
body.page-mag .block-mail-news h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-mag .block-mail-news h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-mag .block-mail-news h2 {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-mag .block-mail-news h2 {
    font-size: 16px;
  }
}
body.page-mag .block-mail-news--terms-of-service {
  box-sizing: border-box;
  border: 2px solid #d6dfe4;
  padding: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.page-mag .block-mail-news--terms-of-service {
    padding: 20px;
  }
}
body.page-mag .block-mail-news--terms-of-service {
  padding: 16px 8px;
}
body.page-mag .block-mail-news--terms-of-service .block-mail-news--terms-body {
  overflow-y: scroll;
  padding-bottom: 40px;
  margin-bottom: 0;
}
body.page-mag .block-mail-news--terms-of-service .block-mail-news--terms-body h2:first-child {
  margin-top: 8px;
}

body.page-askpass .pane-contents .container,
body.page-askpasscomplete .pane-contents .container,
body.page-askpasschange .pane-contents .container {
  padding: 0;
}
body.page-askpass .block-reset-password,
body.page-askpass .block-reset-password-completed,
body.page-askpass .block-update-new-password,
body.page-askpasscomplete .block-reset-password,
body.page-askpasscomplete .block-reset-password-completed,
body.page-askpasscomplete .block-update-new-password,
body.page-askpasschange .block-reset-password,
body.page-askpasschange .block-reset-password-completed,
body.page-askpasschange .block-update-new-password {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-askpass .block-reset-password,
  body.page-askpass .block-reset-password-completed,
  body.page-askpass .block-update-new-password,
  body.page-askpasscomplete .block-reset-password,
  body.page-askpasscomplete .block-reset-password-completed,
  body.page-askpasscomplete .block-update-new-password,
  body.page-askpasschange .block-reset-password,
  body.page-askpasschange .block-reset-password-completed,
  body.page-askpasschange .block-update-new-password {
    padding: 0 12px;
  }
}
body.page-askpass .block-reset-password h1,
body.page-askpass .block-reset-password-completed h1,
body.page-askpass .block-update-new-password h1,
body.page-askpasscomplete .block-reset-password h1,
body.page-askpasscomplete .block-reset-password-completed h1,
body.page-askpasscomplete .block-update-new-password h1,
body.page-askpasschange .block-reset-password h1,
body.page-askpasschange .block-reset-password-completed h1,
body.page-askpasschange .block-update-new-password h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-askpass .block-reset-password h1,
  body.page-askpass .block-reset-password-completed h1,
  body.page-askpass .block-update-new-password h1,
  body.page-askpasscomplete .block-reset-password h1,
  body.page-askpasscomplete .block-reset-password-completed h1,
  body.page-askpasscomplete .block-update-new-password h1,
  body.page-askpasschange .block-reset-password h1,
  body.page-askpasschange .block-reset-password-completed h1,
  body.page-askpasschange .block-update-new-password h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-askpass .block-reset-password h2,
body.page-askpass .block-reset-password-completed h2,
body.page-askpass .block-update-new-password h2,
body.page-askpasscomplete .block-reset-password h2,
body.page-askpasscomplete .block-reset-password-completed h2,
body.page-askpasscomplete .block-update-new-password h2,
body.page-askpasschange .block-reset-password h2,
body.page-askpasschange .block-reset-password-completed h2,
body.page-askpasschange .block-update-new-password h2 {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-askpass .block-reset-password h2,
  body.page-askpass .block-reset-password-completed h2,
  body.page-askpass .block-update-new-password h2,
  body.page-askpasscomplete .block-reset-password h2,
  body.page-askpasscomplete .block-reset-password-completed h2,
  body.page-askpasscomplete .block-update-new-password h2,
  body.page-askpasschange .block-reset-password h2,
  body.page-askpasschange .block-reset-password-completed h2,
  body.page-askpasschange .block-update-new-password h2 {
    font-size: 16px;
  }
}

.mv_wrap .d-none {
  display: none !important;
}
.mv_wrap .d-block {
  display: block !important;
}
.mv_wrap .d-inline-block {
  display: inline-block !important;
}
.mv_wrap .d-flex {
  display: flex !important;
}
@media (min-width: 576px) {
  .mv_wrap .d-sm-none {
    display: none !important;
  }
  .mv_wrap .d-sm-block {
    display: block !important;
  }
  .mv_wrap .d-sm-inline-block {
    display: inline-block !important;
  }
  .mv_wrap .d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .mv_wrap .d-md-none {
    display: none !important;
  }
  .mv_wrap .d-md-block {
    display: block !important;
  }
  .mv_wrap .d-md-inline-block {
    display: inline-block !important;
  }
  .mv_wrap .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .mv_wrap .d-lg-none {
    display: none !important;
  }
  .mv_wrap .d-lg-block {
    display: block !important;
  }
  .mv_wrap .d-lg-inline-block {
    display: inline-block !important;
  }
  .mv_wrap .d-lg-flex {
    display: flex !important;
  }
}

footer.pane-footer a:hover {
  text-decoration: none;
  color: #71a0ac;
}
footer.pane-footer a:hover .list-comment {
  color: #71a0ac;
}
footer.pane-footer .block-footer-sns a:hover {
  opacity: 0.8;
}

body.page-topic .pane-contents .container {
  padding: 0;
}
body.page-topic .block-topic-page {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-topic .block-topic-page {
    padding: 0 12px;
  }
}
body.page-topic .block-topic-page {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  body.page-topic .block-topic-page {
    margin-bottom: 60px;
  }
}
body.page-topic .block-topic-page h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-topic .block-topic-page h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-topic .block-topic-page h1 {
  font-size: 24px;
  text-align: left;
}
@media (max-width: 767px) {
  body.page-topic .block-topic-page h1 {
    font-size: 18px;
  }
}
body.page-topic .block-topic-page .block-topic-page--article-body {
  margin: 0;
}

body.page-changesalesaddress .pane-contents .container {
  padding: 0;
}
body.page-changesalesaddress .block-customer-change_sales_address {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  body.page-changesalesaddress .block-customer-change_sales_address {
    padding: 0 12px;
  }
}
body.page-changesalesaddress .block-customer-change_sales_address h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-changesalesaddress .block-customer-change_sales_address h1 {
    text-align: left;
    font-size: 18px;
  }
}
body.page-changesalesaddress .block-customer-change_sales_address h2 {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-changesalesaddress .block-customer-change_sales_address h2 {
    font-size: 16px;
  }
}
body.page-changesalesaddress .block-customer-change_sales_address h3 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 2px solid #4a91cd;
  padding-bottom: 8px;
  font-weight: 700;
  margin: 20px 0;
  background: none;
}
@media (max-width: 767px) {
  body.page-changesalesaddress .block-customer-change_sales_address h3 {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
body.page-changesalesaddress .block-customer-change_sales_address--dest-content,
body.page-changesalesaddress .block-customer-change_sales_address--orderer-detail {
  box-sizing: border-box;
  border: 2px solid #d6dfe4;
  padding: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.page-changesalesaddress .block-customer-change_sales_address--dest-content,
  body.page-changesalesaddress .block-customer-change_sales_address--orderer-detail {
    padding: 20px;
  }
}
body.page-changesalesaddress .block-customer-change_sales_address--orderer-detail address {
  font-size: 12px;
}
@media screen and (min-width: 1101px) {
  body.page-changesalesaddress .block-customer-change_sales_address--orderer-detail address {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
  }
}
body.page-changesalesaddress .block-customer-change_sales_address--dest-item {
  padding: 0;
  border-bottom: none;
}
body.page-changesalesaddress .block-customer-change_sales_address--dest-item + .block-customer-change_sales_address--dest-item, body.page-changesalesaddress .block-customer-change_sales_address--dest-item + .block-customer-change_sales_address--dest-add {
  margin-top: 40px;
}
body.page-changesalesaddress .block-customer-change_sales_address--dest-item .block-customer-change_sales_address--dest-item-title {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  font-size: 14px;
}
body.page-changesalesaddress .block-customer-change_sales_address--dest-item address {
  font-size: 12px;
}
@media screen and (min-width: 1101px) {
  body.page-changesalesaddress .block-customer-change_sales_address--dest-item address {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
  }
}
@media screen and (min-width: 1101px) {
  body.page-changesalesaddress .block-customer-change_sales_address--dest-item .block-customer-change_sales_address--dest-item-nickname {
    font-size: 16px;
    font-weight: 400;
  }
}
body.page-changesalesaddress .block-customer-change_sales_address--dest-add {
  padding: 0;
  border-bottom: none;
}
body.page-changesalesaddress .action-buttons {
  flex-direction: column;
}
body.page-changesalesaddress .block-customer-change_sales_address--buttons-area .action-buttons > div {
  max-width: 320px;
}
@media screen and (min-width: 1101px) {
  body.page-changesalesaddress .block-customer-change_sales_address--buttons-area .action-buttons > div {
    max-width: 320px;
  }
}
body.page-changesalesaddress .block-customer-change_sales_address--dest-change-btn,
body.page-changesalesaddress .block-customer-change_sales_address--delivery-address-add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  max-width: 100%;
  height: 32px;
  border: 2px solid #8ab7c3;
  background-color: #fff;
  color: #71a0ac;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
  line-height: 1;
}
body.page-changesalesaddress .block-customer-change_sales_address--dest-change-btn:hover,
body.page-changesalesaddress .block-customer-change_sales_address--delivery-address-add-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 575px) {
  body.page-changesalesaddress .block-customer-change_sales_address--dest-change-btn,
  body.page-changesalesaddress .block-customer-change_sales_address--delivery-address-add-btn {
    font-size: 14px;
  }
}
body.page-changesalesaddress .block-customer-change_sales_address--dest-change-btn,
body.page-changesalesaddress .block-customer-change_sales_address--delivery-address-add-btn {
  margin-top: 12px;
}

.page-certify .pane-contents .container {
  padding: 0;
}
.page-certify .block-additional-authentication {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .page-certify .block-additional-authentication {
    padding: 0 12px;
  }
}
.page-certify .block-additional-authentication h1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 56px 0 40px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  .page-certify .block-additional-authentication h1 {
    text-align: left;
    font-size: 18px;
  }
}
.page-certify .block-additional-authentication .block-additional-authentication--message-header {
  color: #71a0ac;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  .page-certify .block-additional-authentication .block-additional-authentication--message-header {
    font-size: 16px;
  }
}
.page-certify .block-additional-authentication .block-additional-authentication--message-header {
  margin-top: 0;
}
.page-certify .block-additional-authentication--body {
  box-sizing: border-box;
  border: 2px solid #d6dfe4;
  padding: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-certify .block-additional-authentication--body {
    padding: 20px;
  }
}
.page-certify .block-additional-authentication--input-items {
  margin: 20px auto 12px;
}
@media screen and (min-width: 1101px) {
  .page-certify .block-additional-authentication--input-items {
    margin: 20px auto 12px;
  }
}
.page-certify .block-additional-authentication--inquiry a {
  text-decoration: underline;
  word-break: break-all;
  color: #f87a49;
}
.page-certify .block-additional-authentication--inquiry a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (min-width: 1101px) {
  .page-certify .block-additional-authentication--inquiry a {
    text-decoration: underline;
    word-break: break-all;
    color: #f87a49;
  }
  .page-certify .block-additional-authentication--inquiry a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
.page-certify .block-additional-authentication--authentication-key .input-group {
  display: block;
}
@media screen and (min-width: 1101px) {
  .page-certify .block-additional-authentication--authentication-key .input-group {
    display: flex;
    align-items: center;
  }
}
.page-certify .block-additional-authentication--authentication-key .input-group > span {
  display: block;
  width: 100%;
}
.page-certify .block-additional-authentication--authentication-key .input-group .input-group-btn .block-additional-authentication--reissue {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  max-width: 100%;
  height: 32px;
  border: 2px solid #8ab7c3;
  background-color: #fff;
  color: #71a0ac;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
  line-height: 1;
}
.page-certify .block-additional-authentication--authentication-key .input-group .input-group-btn .block-additional-authentication--reissue:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 575px) {
  .page-certify .block-additional-authentication--authentication-key .input-group .input-group-btn .block-additional-authentication--reissue {
    font-size: 14px;
  }
}
@media screen and (min-width: 1101px) {
  .page-certify .block-additional-authentication--authentication-key .input-group .input-group-btn .block-additional-authentication--reissue {
    width: auto;
  }
}
@media screen and (max-width: 1100px) {
  .page-certify .block-additional-authentication--authentication-key .input-group .input-group-btn .block-additional-authentication--reissue {
    margin-top: 12px;
  }
}

div#cookieBox {
  background-color: #ededed;
  border-top: #d6dfe4 2px solid;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  z-index: 10000000000;
}
@media (max-width: 575px) {
  div#cookieBox {
    padding: 8px 0;
  }
}
div#cookieBox .block-cookie-consent {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  div#cookieBox .block-cookie-consent {
    padding: 0 12px;
  }
}
div#cookieBox .block-cookie-consent {
  background: transparent;
  flex-direction: row;
  position: relative;
}
@media (max-width: 991px) {
  div#cookieBox .block-cookie-consent {
    flex-direction: column;
  }
}
div#cookieBox .block-cookie-consent .block-cookie-consent--text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  div#cookieBox .block-cookie-consent .block-cookie-consent--text {
    margin-bottom: 12px;
  }
}
div#cookieBox .block-cookie-consent p {
  font-size: 12px;
  margin-bottom: 16px;
  color: #666;
}
@media (max-width: 575px) {
  div#cookieBox .block-cookie-consent p {
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
}
div#cookieBox .block-cookie-consent p:last-child {
  margin-bottom: 0;
}
div#cookieBox .block-cookie-consent a {
  text-decoration: underline;
  word-break: break-all;
  color: #f87a49;
}
div#cookieBox .block-cookie-consent a:hover {
  text-decoration: none;
  opacity: 0.8;
}
div#cookieBox .block-cookie-consent #consentButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  max-width: 100%;
  height: 32px;
  border: 2px solid #8ab7c3;
  background-color: #fff;
  color: #71a0ac;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
  line-height: 1;
}
div#cookieBox .block-cookie-consent #consentButton:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 575px) {
  div#cookieBox .block-cookie-consent #consentButton {
    font-size: 14px;
  }
}
div#cookieBox .block-cookie-consent #consentButton {
  margin-right: 0;
}
@media (max-width: 991px) {
  div#cookieBox .block-cookie-consent #consentButton {
    margin-right: auto;
  }
}

body.page-lottery .block-lottery-winning-prize .list-img:after {
  animation-delay: 0s;
}