/* Final public layout compatibility and isolated page overrides.
   Source order is preserved from legacy base.css to avoid layout drift. */
/* Modern public layout compatibility */
img {
  max-width: 100%;
  height: auto;
}

.s__items {
  gap: 20px;
  justify-content: flex-start;
}

.s__items li {
  display: flex;
  min-height: 330px;
  overflow: hidden;
}

.s__items li.empty {
  min-height: 0;
}

.s__items li a {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100%;
  padding-bottom: 10px;
}

.s__items figure {
  text-align: center;
}

.s__items figure img {
  vertical-align: bottom;
}

.s__items__inner,
.s__items__inner2 {
  min-width: 0;
}

.s__items__inner2 {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.s__items__name {
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.s__new .s__items__name {
  max-height: none;
  display: block;
  -webkit-line-clamp: initial;
}

.s__items__price {
  position: static;
  margin-top: auto;
}

.slick-slider,
.slick-list {
  max-width: 100%;
  overflow: hidden;
}

.slick-slider.s__new {
  width: 100%;
}

.plainBox table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
}

.plainBox td,
.plainBox p {
  overflow-wrap: anywhere;
}

.main__searchFrame,
.main__searchFrame input,
.date-input {
  max-width: 100%;
  min-width: 0;
}

.s__items__price01,
.s__items__price02,
.s__items__price02 span {
  overflow-wrap: anywhere;
}

.s__product__detail h2,
.s__product__detail02 dd,
.s__product02__detail dd,
.s__header__inner .s__cartArea ul .s__cartArea__detail__inner .name {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.s__product__detail h2 {
  line-height: 1.45;
}

.s__product__icon {
  flex-wrap: wrap;
  gap: 7px;
}

.s__product__icon .icon01,
.s__product__icon .icon02 {
  margin-right: 0;
}

.s__product__price01,
.s__product__price02,
.s__product__point {
  overflow-wrap: anywhere;
}

.s__product_price02_without_tax {
  display: inline-block;
}

.s__product__formInner0,
.s__product__formInner02 form {
  width: 100%;
}

.s__product__formInner02 form {
  display: flex;
}

.s__product__select {
  max-width: 100%;
}

.s__product__select select,
.s__product__select input {
  max-width: 100%;
}

.s__product__formInner_size {
  flex: 0 0 50px;
  width: 50px;
  min-width: 50px;
  max-width: 100%;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.s__product__formInner02 .s__product__cart,
.s__product__formInner02 .s__product__cart_invalid {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  max-width: 390px;
}

.s__product__formInner02 .s__product__wish {
  flex: 0 0 80px;
}

.s__cart__table {
  width: 740px;
  max-width: 100%;
}

.s__cart__table__dl {
  align-items: center;
}

.s__cart__photo {
  display: flex;
  flex: 0 0 120px;
  align-items: center;
  justify-content: center;
  width: 120px;
  min-height: 120px;
}

.s__cart__photo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.s__cart__table__dl dt {
  flex: 0 0 278px;
  width: 278px;
  min-width: 0;
}

.s__cart__table__dl dt a {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.s__cart__option {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.s__cart__resister span.s__cart__resister__btn {
  display: flex;
  padding: 0;
  margin-right: 0;
}

.product-soldout {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: #c83227;
  font-weight: bold;
}

.right {
  text-align: right;
}

.login-message {
  vertical-align: middle;
}

.featured-sidebox-image {
  float: left;
  margin-right: 8px;
}

.featured-sidebox-category {
  color: #cc6633;
  font-size: 0.9em;
}

.sidebox-product,
.best-sellers-list__item {
  display: grid;
  gap: 6px;
  overflow-wrap: anywhere;
}

.sidebox-product__image,
.best-sellers-list__image {
  display: block;
  text-align: center;
}

.sidebox-product__price,
.best-sellers-list__price {
  text-align: right;
}

.best-sellers-list {
  display: grid;
  gap: 14px;
}

.best-sellers-list__name {
  display: block;
}

.best-sellers-list__category {
  font-size: 0.9em;
}

.quantity-discounts {
  margin: 18px 0;
}

.quantity-discounts__heading,
.quantity-discounts__note {
  margin: 0 0 8px;
  text-align: center;
}

.quantity-discounts__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.quantity-discounts__cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.quantity-discounts__qty {
  font-weight: bold;
}

.quantity-discounts__price {
  overflow-wrap: anywhere;
}

.ssl-check {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(220px, 2fr);
  gap: 20px;
}

.customers-authorization__heading {
  align-items: center;
}

.s__header__inner .s__cartArea ul .s__cartArea__detail__inner {
  min-width: 0;
}

.s__header__inner .s__cartArea ul .s__cartArea__detail__inner .name {
  min-width: 0;
}

@media screen and (max-width: 800px) {
  .s__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .s__items li {
    min-height: 0;
  }

  .s__items li a {
    flex-direction: row;
    gap: 12px;
  }

  .s__items__inner {
    flex: 0 0 44%;
  }

  .s__items__inner2 {
    flex: 1 1 auto;
    width: auto;
  }

  .s__items__price {
    margin-top: 10px;
  }

  .s__product__formInner01,
  .s__product__formInner02,
  .s__product__formInner03,
  .s__product__formInner02 form {
    align-items: stretch;
  }

  .s__product__formInner_size {
    flex-basis: 50px;
  }

  .s__product__formInner02 .s__product__cart,
  .s__product__formInner02 .s__product__cart_invalid {
    max-width: none;
  }

  .s__cart__photo {
    flex: 0 0 80px;
    width: 80px;
    min-height: 80px;
  }

  .s__cart__table__dl dt {
    flex: 1 1 calc(100% - 87px);
    width: calc(100% - 87px);
  }

  .plainBox table,
  .plainBox tbody,
  .plainBox tr,
  .plainBox td {
    display: block;
    width: 100% !important;
  }

  .ssl-check {
    grid-template-columns: 1fr;
  }
}

  .s__breadcrumb {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;

    padding: 20px 0;
  }

  @media screen and (max-width: 1060px) {
    .s__breadcrumb {
      padding: 20px 4%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
  }

  @media screen and (max-width: 800px) {
    .s__breadcrumb {
      padding: 10px;
      overflow-x: scroll;
      overflow-y: auto;
      background-color: #FFF;
      white-space: nowrap;
      -ms-overflow-style: none;
    }
  }

  .s__breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
  }

  .s__breadcrumb ul li {
    margin-right: 10px;
    color: #999999;
    font-size: 12px;
  }

  .s__breadcrumb ul li:after {
    content: ">";
    margin-left: 10px;
    color: #999999;
  }

  .s__breadcrumb ul li:last-child:after {
    content: none;
  }

  .s__breadcrumb ul a {
    color: #999999;
  }

  .s__breadcrumb ul a:hover {
    text-decoration: underline;
  }

  @media screen and (max-width: 1320px) {
    .s__breadcrumb {
      padding: 10px 4% 0px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
  }

  @media screen and (max-width: 800px) {
    .s__breadcrumb::-webkit-scrollbar {
      display: none;
    }
  }

  .s__p {
    line-height: 1.8;
    font-size: 14px;
  }

  .pager {
    background: #FFF;
  }

  .pager__inner {
    padding: 0 0 40px;
    margin: 0 auto;
    max-width: 1020px;
  }

  @media screen and (max-width: 800px) {
    .pager__inner {
      padding: 0 2% 20px 2%;
      margin: 0 auto;
      max-width: 1020px;
    }
  }

  .s__item__number {
    text-align: right;
    margin-bottom: 20px;
  }

  .s__item__number.white {
    color: #333;
  }

  @media screen and (max-width: 800px) {
    .s__item__number {
      text-align: center;
    }
  }

  .s__pager {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 254px;
    margin: 0 auto 40px;
  }

  .s__pager ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .s__pager ul li {
    margin: 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .s__pager ul li.ellipsis {
    margin: 0 10px;
  }

  .s__pager ul a {
    color: #FFF;
    border: 1px solid #915e5e;
    width: 26px;
    height: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.6;
  }

  .s__pager ul a:hover {
    color: #400b0d;
    background: #ff9494;
    border: none;
    line-height: 1.7;
  }

  .s__pager ul a.s__pager__current {
    color: #400b0d;
    background: #e6e1d9;
    border: none;
    line-height: 1.7;
  }

  .s__pager__before, .s__pager__next {
    width: 26px;
  }

  .s__pager__before a, .s__pager__next a {
    border: none;
    padding: 0;
  }

  .s__pager__before a:hover, .s__pager__next a:hover {
    background: none;
    opacity: 0.6;
  }

  .s__pager__before img, .s__pager__next img {
    width: 100%;
    vertical-align: bottom;
  }

  .yoyaku {
    background: #ff0000;
    color: #FFF;
    font-weight: bold;
  }

  .zaiko {
    background: #005aa7;
    color: #FFF;
    font-weight: bold;
  }

  .toriyose {
    background: #5bc273;
    color: #FFF;
    font-weight: bold;
  }

  .kariyoyaku {
    background: #ff7200;
    color: #FFF;
    font-weight: bold;
  }

  .soldout {
    background: #000;
    color: #FFF;
    font-weight: bold;
  }

  .icon02 {
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px 4px;
    text-align: center;
    background: #FFF;
    border: 1px solid #ff0000;
  }

  .s__cart__ex {
    font-size: 14px;
    line-height: 1.8;
  }

  .s__cart__ex span {
    display: inline-block;
    padding: 3px 5px 2px 6px;
    margin-right: 2px;
  }

  .bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: url(../images/sp-menu_ov.png) no-repeat;
    background-size: 30px 36px;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    top: 0;
    left: 0;
    background-position: calc(100% - 285px) 10px;
  }

  .spMenuClose {
    position: fixed;
    width: 30px;
    height: 36px;
    top: 10px;
    left: -35px;
    z-index: 1000;
  }

  .active {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }

  .error_message {
    padding-bottom: 20px;
    color: #FF0000;
  }

  .shipping_error {
    margin-bottom: 10px;
    display: block;
    font-size: 14pt;
    font-weight: bold;
    color: #FF0000;
  }

  .s__empty {
    background: #FFF;
    padding: 60px 0;
  }

  .s__empty__inner {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    color: #333;
  }

  @media screen and (max-width: 800px) {
    .s__empty {
      padding: 30px 0;
    }

    .s__empty__inner {
      max-width: 92%;
      margin-left: auto;
      margin-right: auto;
      padding: 0 0;
      color: #333;
    }
  }


  .s__alertArea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px 9px;
    width: 100%;
    background: #FFF;
  }

  .s__alertArea ul {
    max-width: 1280px;
    margin: 0 auto;
  }

  .s__alertArea li {
    color: #c83227;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media screen and (max-width: 800px) {
    .s__alertArea li {
      margin-bottom: 13px;
      font-size: 13px;
    }
  }

  .s__alertArea li:last-child {
    margin-bottom: 0;
  }

  .s__alertArea li figure {
    width: 22px;
    height: 22px;
    margin-right: 15px;
  }

  .s__alertArea li figure img {
    width: 100%;
  }

  .s__alertArea li span {
    width: calc(100% - 32px);
    font-weight: bold;
  }

  .s__alertArea_black {
    color: #333;
  }


  .s__pager.white {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 254px;
    margin: 60px auto 40px;
    background: #FFF;
  }

  .s__pager ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .s__pager.white ul li {
    margin: 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #400b0d;
  }

  .s__pager ul li.ellipsis {
    margin: 0 10px;
  }

  .s__pager.white ul a {
    color: #400b0d;
    border: 1px solid #915e5e;
    width: 26px;
    height: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.6;
  }

  .s__pager.white ul a:hover {
    color: #400b0d;
    background: #ff9494;
    border: none;
    line-height: 1.7;
  }

  .s__pager.white ul a.s__pager__current {
    color: #400b0d;
    background: #ff9494;
    border: none;
    line-height: 1.7;
  }

  .s__pager__before, .s__pager__next {
    width: 26px;
  }

  .s__pager__before a, .s__pager__next a {
    border: none;
    padding: 0;
  }

  .s__pager__before a:hover, .s__pager__next a:hover {
    background: none;
    opacity: 0.6;
  }

  .s__pager__before img, .s__pager__next img {
    width: 100%;
    vertical-align: bottom;
  }


  .s__special {
    margin: 20px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: start;
  }

  .s__special__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .s__special__select p {
    background: #b68686;
    color: #3f0b0d;
    font-weight: bold;
    padding: 3px 10px 2px;
    position: relative;
    margin-right: 40px;
    font-size: 14px;
  }

  .s__special__select p:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 13px;
    margin-left: 20px;
    border-color: transparent transparent transparent #b68686;
    position: absolute;
    right: -13px;
    top: 0;
  }

  .s__special__check {
    font-size: 13px;
  }

  .s__special__check .checkbox01-parts {
    padding-left: 27px;
  }

  .s__special__check .checkbox01-parts::before {
    top: -2px;
  }

  .s__special__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.1;
    margin-right: 50px;
  }

  .s__special__dl dt {
    background: #b68686;
    color: #3f0b0d;
    font-weight: bold;
    padding: 3px 10px 2px;
    position: relative;
    margin-right: 40px;
    font-size: 14px;
  }

  .s__special__dl dt:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 13px;
    margin-left: 20px;
    border-color: transparent transparent transparent #b68686;
    position: absolute;
    right: -13px;
    top: 0;
  }

  .s__special__dl dd {
    font-size: 14px;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #b68686;
    color: #c4a5a3;
  }

  .s__special__dl dd:last-child {
    border: none;
    margin-right: 0;
  }

  .s__special__dl dd a,
  .s__special__dl dd span {
    color: #c4a5a3;
  }

  .s__special__dl dd a:hover {
    color: #FFF;
  }

  .s__special__dl dd.on a,
  .s__special__dl dd.on span {
    color: #fff;
    font-weight: bold;
  }

  @media screen and (max-width: 1320px) {
    .s__special__dl dt {
      margin-right: 30px;
    }

    .s__special__dl dd {
      padding-right: 15px;
      margin-right: 15px;
    }
  }

  @media screen and (max-width: 1140px) {
    .s__special {
      display: block;
    }

    .s__special__select {
      justify-content: flex-start;
      margin-bottom: 20px;
    }

    .s__special__dl {
      justify-content: flex-start;
      margin-right: 0;
    }

    .s__special__dl dd {
      padding-right: 10px;
      margin-right: 10px;
    }
  }


  @media screen and (max-width: 800px) {
    .s__special {
      margin: 0px auto 20px;
      display: flex;
    }

    .s__special__select {
      justify-content: flex-start;
      margin-bottom: 0;
      margin-right: 20px;
    }

    .s__special__dl {
      justify-content: flex-start;
      margin-right: 0;
    }

    .s__special__dl dd {
      font-size: 16px;
      padding-right: 17px;
      margin-right: 17px;
    }

    .s__special__dl dt {
      background: #b68686;
      color: #3f0b0d;
      font-weight: bold;
      padding: 4px 10px 2px;
      position: relative;
      margin-right: 30px;
      font-size: 16px;
      display: block;
    }

    .s__special__dl dt:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 0 12px 13px;
      margin-left: 20px;
      border-color: transparent transparent transparent #b68686;
      position: absolute;
      right: -13px;
      top: 0;
    }

    .s__special__select p {
      background: #b68686;
      color: #3f0b0d;
      font-weight: bold;
      padding: 3px 10px 3px;
      position: relative;
      margin-right: 30px;
      font-size: 16px;
      line-height: 1.1;
      display: block;
    }

    .s__special__select p:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 0 11px 13px;
      margin-left: 20px;
      border-color: transparent transparent transparent #b68686;
      position: absolute;
      right: -13px;
      top: 0;
    }

    .s__special__select select {
      width: 195px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: #FFF;
      border: none;
      margin: 0;
      padding: 4px 6px 4px 6px;
      border: 1px solid #b99a98;
      height: 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      font-family: 'Roboto', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-size: 16px;
      background: url(../images/s-arrow_down.png) no-repeat right 6px top 14px #450406;
      cursor: pointer;
    }

    .s__special__select select {
      font-weight: bold;
    }

    .s__special__check {
    }

    .s__special__check .checkbox01-parts {
      padding-left: 24px;
    }
  }

  @media screen and (max-width: 700px) {
    .s__special {
      display: flex;
    }

    .s__special__dl dt {
      display: none;
    }

    .s__special__select p {
      display: none;
    }
  }

  @media screen and (max-width: 450px) {
    .s__special__dl dd {
      font-size: 13.5px;
      padding-right: 8px;
      margin-right: 8px;
    }

    .s__special__select {
      margin-right: 8px;
    }

    .s__special__select select {
      width: 190px;
    }
  }

  @media screen and (max-width: 380px) {
    .s__special {
      margin: 0px auto 20px;
      display: block;
    }

    .s__special__select {
      justify-content: flex-start;
      margin-bottom: 20px;
    }

    .s__special__dl {
      justify-content: flex-start;
      margin-right: 0;
    }

    .s__special__dl dd {
      font-size: 16px;
      padding-right: 17px;
      margin-right: 17px;
    }

    .s__special__dl dt {
      background: #b68686;
      color: #3f0b0d;
      font-weight: bold;
      padding: 4px 10px 2px;
      position: relative;
      margin-right: 30px;
      font-size: 16px;
      display: block;
    }

    .s__special__dl dt:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 0 12px 13px;
      margin-left: 20px;
      border-color: transparent transparent transparent #b68686;
      position: absolute;
      right: -13px;
      top: 0;
    }

    .s__special__select p {
      background: #b68686;
      color: #3f0b0d;
      font-weight: bold;
      padding: 3px 10px 3px;
      position: relative;
      margin-right: 30px;
      font-size: 16px;
      line-height: 1.1;
      display: block;
    }

    .s__special__select p:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 0 11px 13px;
      margin-left: 20px;
      border-color: transparent transparent transparent #b68686;
      position: absolute;
      right: -13px;
      top: 0;
    }

    .s__special__select select {
      width: 195px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: #FFF;
      border: none;
      margin: 0;
      padding: 4px 6px 4px 6px;
      border: 1px solid #b99a98;
      height: 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      font-family: 'Roboto', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-size: 16px;
      background: url(../images/s-arrow_down.png) no-repeat right 6px top 14px #450406;
      cursor: pointer;
    }

    .s__special__select select {
      font-weight: bold;
    }

    .s__special__check {
    }

    .s__special__check .checkbox01-parts {
      padding-left: 24px;
    }
  }

  @media screen and (min-width: 500px) {
    .sp_sp {
      display: none !important;
    }
  }

  .oem_line {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
  }

  .oem_line a {
    color: #e9e9e9;
  }

  @media screen and (max-width: 1000px) {
    .oem_line {
      display: none;
    }
  }

  .error-highlight {
    border: 1px solid red;
    background-color: rgba(255, 0, 0, 0.1);
  }

/* =============================================
   メンテナンスページ用レイアウト調整（tm003）
   目的: 中央寄せ・十分な文字サイズ・十分な余白の確保
   影響範囲: .maintenance-page 配下に限定
   ============================================= */
.maintenance-page {
  display: flex;
  align-items: center; /* 垂直方向中央寄せ */
  justify-content: center; /* 水平方向中央寄せ */
  min-height: 60vh; /* 画面の6割以上の高さで中央に寄せる */
  padding: 48px 24px; /* モバイルで十分な余白 */
  text-align: center;
  box-sizing: border-box;
}

.maintenance-content {
  max-width: 720px; /* 可読幅の上限 */
  margin: 0 auto;
}

.maintenance-content .message {
  font-size: 1.125rem; /* モバイルで充分な本文サイズ */
  line-height: 1.8; /* 日本語でも読みやすい行間 */
  margin: 0 0 24px; /* 下に区切りの余白 */
}

@media (min-width: 768px) {
  .maintenance-page {
    padding: 64px 40px; /* PCで左右余白を拡張 */
  }
  .maintenance-content .message {
    font-size: 1.25rem; /* PCではやや大きめに */
  }
}


/* Square: ステータス内の各要素を1つずつ改行（縦並び） */
.s__form__inner__dl.pt1 .status {
  white-space: normal;               /* 通常の折返しに戻す */
  word-break: break-word;            /* 長い語も折り返し */
  display: flex;                     /* 子要素を縦方向に並べる */
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;                          /* 行間を少し空ける */
}
.s__form__inner__dl.pt1 .status > * {
  display: block;                    /* 直接の子要素をブロック化＝1行扱い */
}
