@charset "UTF-8";
/********************************************
コンポーネント読み込み
********************************************/
/********************************************
全体共通
********************************************/
body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  color: #484E55;
  line-height: 1.6;
}

main {
  padding-top: 140px;
}
@media (min-width: 991.98px) {
  main {
    padding-top: 280px;
  }
}
@media (min-width: 1199.98px) {
  main {
    padding-top: 260px;
  }
}

#header-order-type ~ main {
  padding-top: 180px;
}
@media (min-width: 991.98px) {
  #header-order-type ~ main {
    padding-top: 310px;
  }
}

a {
  color: #484E55;
  display: inline-block;
  opacity: 1;
  outline: 0;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
}
a:hover, a:active {
  opacity: 0.8;
  transition: 0.4s;
  text-decoration: none;
  color: inherit;
}
a.link {
  text-decoration: underline;
}

hr {
  background-color: #d5d5d5;
}

ul.list-notice {
  padding-left: 0;
  list-style: none;
}
ul.list-notice li {
  padding-left: 1rem;
  padding-bottom: 0.3rem;
  text-indent: -1rem;
}
ul.list-notice li::before {
  content: "※";
}

h1.page-title {
  font-size: 36px;
  font-weight: 700;
  color: #484E55;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  h1.page-title {
    font-size: 22px;
  }
}

h3.heading-title {
  color: #484E55;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
h3.heading-title img {
  display: block;
  margin: 0 auto 15px;
  width: 40px;
}

h4 {
  padding: 1rem;
  border-left: 2px solid #333;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-regular {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-extra-bold {
  font-weight: 800;
}

.font-weight-black {
  font-weight: 900;
}

.pc-none {
  display: none;
}

@media (max-width: 991.98px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
.pc-xl-none {
  display: none;
}

@media (max-width: 1199.98px) {
  .pc-xl-none {
    display: block;
  }
  .sp-xl-none {
    display: none;
  }
}
.centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .centered {
    display: block;
  }
}

.item-name {
  background-color: #F5F7F8;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .item-name {
    font-size: 16px;
  }
}

.tag {
  color: #0051B1;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  margin-right: 8px;
  border: 1px solid #0051B1;
  border-radius: 16px;
  display: inline-block;
  line-height: 1.1;
  white-space: nowrap;
}
.tag.tag:last-child {
  margin-right: 0;
}

/********************************************
注意
********************************************/
.caution-box {
  margin: 50px 0;
  padding: 20px 30px;
  background-color: #fff6bd;
  color: #DC3545;
  text-align: center;
}
@media (max-width: 991.98px) {
  .caution-box {
    padding: 10px;
  }
}
.caution-box .caution-box-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 991.98px) {
  .caution-box .caution-box-title {
    font-size: 16px;
  }
}

/********************************************
お気に入り商品、チェックした商品
********************************************/
#recommend,
#recommend--history,
#check-product {
  background-color: #F5F7F8;
  padding: 60px 0;
  margin-block: 30px;
}
#recommend p,
#recommend--history p,
#check-product p {
  margin: 0;
}
#recommend .product-box,
#recommend--history .product-box,
#check-product .product-box {
  padding: 5px;
}
#recommend .product-box .product-name,
#recommend--history .product-box .product-name,
#check-product .product-box .product-name {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #recommend .product-box .product-name,
  #recommend--history .product-box .product-name,
  #check-product .product-box .product-name {
    font-size: 11px;
  }
}
#recommend .product-box .product-price,
#recommend--history .product-box .product-price,
#check-product .product-box .product-price {
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #recommend .product-box .product-price,
  #recommend--history .product-box .product-price,
  #check-product .product-box .product-price {
    font-size: 17px;
  }
}
#recommend .product-box .product-taxprice,
#recommend--history .product-box .product-taxprice,
#check-product .product-box .product-taxprice {
  color: #707070;
  font-size: 10px;
  font-weight: 400;
}
#recommend .btn-all,
#recommend--history .btn-all,
#check-product .btn-all {
  background-color: #727171;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
@media (max-width: 991.98px) {
  #recommend .btn-all,
  #recommend--history .btn-all,
  #check-product .btn-all {
    font-size: 11px;
    padding: 10px 0;
  }
}

#check-product {
  background-color: #fff;
  padding: 60px 0;
}

/********************************************
商品検索
********************************************/
#item-search {
  padding: 40px;
}
@media (max-width: 991.98px) {
  #item-search {
    padding: 15px 0;
  }
}
#item-search .search-box {
  background-color: #F5F7F8;
  border-radius: 26px;
  font-size: 16px;
  padding: 40px;
}
@media (max-width: 991.98px) {
  #item-search .search-box {
    padding: 20px;
    font-size: 11px;
  }
}

/********************************************
スクロール
********************************************/
#scrollUp {
  bottom: 30px;
  right: 30px;
  background-color: #727171;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: background 200ms linear;
  display: grid;
  place-items: center;
}
@media (max-width: 991.98px) {
  #scrollUp {
    bottom: 75px;
    right: 15px;
    width: 35px;
    height: 35px;
  }
}

.sl-wrapper {
  z-index: 99999999 !important;
}

.sl-overlay {
  z-index: 888888 !important;
}

/********************************************
Swiper
********************************************/
.swiper-container {
  position: relative;
}
.swiper-container .swiper {
  margin-top: 40px;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
.swiper-container .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-container .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #484E55;
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.24);
  border: 2px solid rgba(0, 0, 0, 0.11);
  backdrop-filter: blur(6.5px);
}
@media (max-width: 991.98px) {
  .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.swiper-container .swiper-button-prev {
  left: -30px;
}
@media (max-width: 991.98px) {
  .swiper-container .swiper-button-prev {
    left: -10px;
  }
}
.swiper-container .swiper-button-next {
  right: -30px;
}
@media (max-width: 991.98px) {
  .swiper-container .swiper-button-next {
    right: -10px;
  }
}
.swiper-container .swiper-button-prev:hover,
.swiper-container .swiper-button-next:hover {
  opacity: 0.8;
}
.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after {
  font-size: 30px;
}
@media (max-width: 991.98px) {
  .swiper-container .swiper-button-prev::after,
  .swiper-container .swiper-button-next::after {
    font-size: 16px;
  }
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ccc;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #808080;
}
.swiper-container .swiper-thumbs .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  cursor: pointer;
}
.swiper-container .swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

#recommend--history {
  padding: 30px 40px 10px;
  position: relative;
  box-shadow: 300px 0 0 #f5f7f8, -300px 0 0 #f5f7f8;
}
@media (max-width: 991.98px) {
  #recommend--history {
    padding: 30px 0;
  }
}
#recommend--history .heading-title {
  font-size: clamp(18px, 1.5vw, 22px);
  text-align: left;
  font-weight: normal;
  margin-bottom: 15px;
}
#recommend--history .swiper-container .swiper {
  background: transparent;
  padding: 0 0 20px 0;
  margin-top: 0;
}
@media (min-width: 991.98px) {
  #recommend--history .swiper-container .swiper {
    width: 80%;
  }
}
#recommend--history .swiper-container .swiper .swiper-slide {
  background: transparent;
  padding: 0 1.2vw;
}
#recommend--history .swiper-container .swiper .swiper-slide .product-box {
  padding: 10px 0;
}
#recommend--history .swiper-container .swiper .swiper-slide .product-box .product-name {
  font-weight: normal;
  font-size: 0.85rem;
  text-align: left;
  line-height: 1.3;
}
@media (min-width: 1399.98px) {
  #recommend--history .swiper-container .swiper .swiper-slide .product-box .product-name {
    font-size: clamp(10px, 0.9vw, 13px);
  }
}
#recommend--history .swiper-container .swiper .swiper-slide .product-box .product-price {
  font-size: clamp(14px, 1.7vw, 16px);
}
#recommend--history .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 2px;
  background: #ccc;
  opacity: 1;
  border-radius: 0;
}
#recommend--history .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #CB0011;
}
#recommend--history .swiper-container .swiper-recommend-prev,
#recommend--history .swiper-container .swiper-recommend-next {
  visibility: visible;
  top: auto;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: none;
  background: transparent;
  backdrop-filter: none;
}
@media (min-width: 767.98px) {
  #recommend--history .swiper-container .swiper-recommend-prev,
  #recommend--history .swiper-container .swiper-recommend-next {
    right: 10%;
  }
}
@media (min-width: 991.98px) {
  #recommend--history .swiper-container .swiper-recommend-prev,
  #recommend--history .swiper-container .swiper-recommend-next {
    right: calc(50% - 180px);
  }
}
#recommend--history .swiper-container .swiper-recommend-prev::after,
#recommend--history .swiper-container .swiper-recommend-next::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  margin-top: 9px;
}
#recommend--history .swiper-container .swiper-recommend-prev {
  left: 0;
}
@media (min-width: 767.98px) {
  #recommend--history .swiper-container .swiper-recommend-prev {
    left: 10%;
  }
}
@media (min-width: 991.98px) {
  #recommend--history .swiper-container .swiper-recommend-prev {
    left: calc(50% - 180px);
  }
}
#recommend--history .swiper-container .swiper-recommend-prev::after {
  transform: rotate(-135deg);
}

/********************************************
display mask
********************************************/
.bg-load-overlay {
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  position: fixed;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  opacity: 1;
}

/********************************************
閉じbody直前に出てくる下記を非表示
********************************************/
.bodySnippet {
  display: none;
}

/********************************************
ボタン
********************************************/
.btn {
  font-size: inherit;
}
@media (hover: hover) {
  .btn:hover {
    opacity: 0.6;
    transition: all 0.1s;
  }
}

.btn-block {
  width: 100% !important;
}

button:focus {
  outline: 0;
}

.btn-default {
  background-color: #484E55;
  color: #FFF;
}
.btn-default:hover {
  background-color: #484E55;
}
@media (max-width: 991.98px) {
  .btn-default {
    display: block;
    width: 100%;
  }
}

.btn-white {
  background-color: #fff;
  color: #484E55;
}
.btn-white:hover {
  color: #484E55;
}
@media (max-width: 991.98px) {
  .btn-white {
    display: block;
    width: 100%;
  }
}

.btn-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 3rem;
  margin: 30px 0;
}
@media (max-width: 991.98px) {
  .btn-box {
    flex-direction: column;
    gap: 0;
  }
}
.btn-box a, .btn-box button {
  position: relative;
  width: 320px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .btn-box a, .btn-box button {
    width: 100%;
  }
}
.btn-box .btn-prev i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .btn-box .btn-prev {
    order: 2;
  }
}
.btn-box .btn-next i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .btn-box .btn-next {
    order: 1;
  }
}

/********************************************
bootstrap拡張
********************************************/
/**
 * 5カラム定義
 */
.col-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xl-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-15 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 575.98px) {
  .col-sm-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 767.98px) {
  .col-md-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-offset-15 {
    margin-left: 4.3333333%;
  }
}
@media (min-width: 991.98px) {
  .col-lg-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1199.98px) {
  .col-xl-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1399.98px) {
  .card-columns {
    column-count: 4;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 991.98px) {
  .card-columns {
    column-count: 4;
  }
}
.modal {
  z-index: 10000;
}

.modal-content {
  border-radius: 0;
}

figure {
  margin-bottom: 0;
}

/********************************************
フォーム
********************************************/
.form-control {
  background-color: #fff;
  border: 1px solid #D2D3D4;
  height: 45px;
}
.form-control:focus {
  color: #343434;
}
.form-control::placeholder {
  color: #B1B1B1;
  font-size: 16px;
}

button, input, select, textarea {
  font-family: inherit !important;
  font-size: 100%;
}

textarea {
  height: auto !important;
}

.error-message {
  color: #DE0903;
  width: 100%;
  font-size: 1rem;
}
.error-message img {
  vertical-align: bottom;
  margin-right: 5px;
}

.error input {
  border-color: #DE0903;
  background-color: #FDF1F0;
}
.error textarea {
  border-color: #DE0903;
  background-color: #FDF1F0;
}
.error select {
  border-color: #DE0903 !important;
  background-color: #FDF1F0 !important;
}

.form-check {
  padding-left: 1.5rem;
}

form .col-form-label {
  position: relative;
}
form label span.required {
  background: #DE0903;
  color: #ffffff;
  font-size: 12px;
  padding: 3px;
  margin-left: 10px;
}
form .form-group {
  position: relative;
}
@media (max-width: 991.98px) {
  form .form-select {
    overflow: hidden;
  }
}
form input[id$=_postal_code],
form input[id$=_post] {
  width: 130px !important;
}
form .ajaxzip3 {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  form .ajaxzip3 {
    font-size: 10px;
  }
}
form select[id=pref],
form select[id$=_prefectural],
form select[id=job],
form select[id=contact-category] {
  width: auto !important;
}
form input[id$=_phone_number],
form input[id$=_fax] {
  width: 200px !important;
}
form .form-radio label {
  margin-right: 1em;
}
form .form-radio label input[type=radio] {
  position: absolute;
  opacity: 0;
}
form .form-radio label input[type=radio] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #484E55;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  top: -0.1em;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
}
form .form-radio label input[type=radio]:checked + .radio-label:before {
  background-color: #484E55;
  box-shadow: inset 0 0 0 5px #fff;
}
form .form-radio label input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #484E55;
}
form .form-radio label input[type=radio]:disabled + .radio-label:before {
  border-color: #fff;
  background: #fff;
}
form .form-radio label input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
form .form-radio.form-block label {
  display: block;
  margin-bottom: 1rem;
}
form .orderType-wrap #catalog_order_order_type_order_type {
  padding-left: 1.3rem;
}
form .orderType-wrap p .orderType-info {
  padding-left: 1rem;
}
form .orderType-wrap p, form .orderType-wrap .form-check {
  padding: 0.75rem 0 0.5rem 1rem;
}
@media (max-width: 575.98px) {
  form .orderType-wrap p .orderType-info, form .orderType-wrap .form-check .orderType-info {
    display: block;
    padding-top: 1rem;
  }
}
form .orderType-wrap p a, form .orderType-wrap .form-check a {
  color: #0d6efd;
  text-decoration: underline;
}
form .orderType-wrap p a:hover, form .orderType-wrap .form-check a:hover {
  opacity: 0.6;
  transition: all 0.1s;
  text-decoration: none;
}

.form-search {
  display: flex;
  align-items: center;
}
.form-search select.form-select {
  background-color: #727171;
  color: #fff;
  width: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
@media (max-width: 991.98px) {
  .form-search select.form-select {
    width: 110px;
    font-size: 11px;
  }
}
.form-search .input-group .form-control {
  border: none !important;
  border-radius: 0;
}
@media (max-width: 991.98px) {
  .form-search .input-group .form-control::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .form-search .input-group .btn-white {
    width: auto;
  }
}

/********************************************
pagination
********************************************/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  font-size: 16px;
  font-weight: 500;
}
.pagination > li {
  display: inline;
}
.pagination > li > span, .pagination > li > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin: 0 5px;
  line-height: 1.42857143;
  color: #484E55;
  text-decoration: none;
}
.pagination > li > span {
  border: none;
}
@media (max-width: 767.98px) {
  .pagination > li > span {
    display: none;
  }
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #fff;
  cursor: default;
  background-color: #707070;
  border-color: #707070;
  border-radius: 50%;
}

/********************************************
よくある質問下層アコーディオン
********************************************/
.accordion-wrapper {
  margin-block: 0 5rem;
}
.accordion-wrapper summary {
  display: block;
}
.accordion-wrapper summary::-webkit-details-marker {
  display: none;
}
.accordion-wrapper details {
  border-bottom: 1px solid #ccc;
}
.accordion-wrapper details.is-opened .icon::after {
  transform: translate(-50%, -50%) rotate(0);
}
.accordion-wrapper .summary_inner::before,
.accordion-wrapper .content_inner::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 32px;
  margin-right: 1rem;
  background: url(../img/common/icon-q.svg) no-repeat center center;
  background-size: contain;
}
@media (max-width: 991.98px) {
  .accordion-wrapper .summary_inner::before,
  .accordion-wrapper .content_inner::before {
    width: 20px;
    margin-right: 0.6rem;
  }
}
@media (max-width: 991.98px) {
  .accordion-wrapper .summary_inner::before {
    position: absolute;
    left: 0;
    top: 13px;
  }
}
.accordion-wrapper .summary_inner {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.2;
  padding-inline: 0;
  padding-block: 0.8rem 1rem;
}
@media (max-width: 991.98px) {
  .accordion-wrapper .summary_inner {
    line-height: 1.6;
    font-size: 1.2rem;
    align-items: flex-start;
    padding-inline: 1.8rem 0;
  }
}
.accordion-wrapper .summary_inner .icon {
  display: block;
  aspect-ratio: 1/1;
  width: 50px;
  height: 50px;
  position: relative;
  background: #f5f5f5;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .accordion-wrapper .summary_inner .icon {
    width: 34px;
    height: 34px;
    margin-block: auto;
    margin-inline: auto 0;
  }
}
.accordion-wrapper .summary_inner .icon:before, .accordion-wrapper .summary_inner .icon::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .accordion-wrapper .summary_inner .icon:before, .accordion-wrapper .summary_inner .icon::after {
    width: 16px;
  }
}
.accordion-wrapper .summary_inner .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-wrapper .content {
  overflow: hidden;
  background-color: #F5F5F5;
  line-height: 2;
  /* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
}
.accordion-wrapper .content_inner {
  position: relative;
  padding: 30px 40px 30px 90px;
  display: block;
}
@media (max-width: 991.98px) {
  .accordion-wrapper .content_inner {
    padding-block: 20px 30px;
    padding-inline: 1rem;
    font-size: 0.85rem;
  }
}
.accordion-wrapper .content_inner::before {
  height: 29px;
  background: url(../img/common/icon-a.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 30px;
  left: 50px;
}
@media (max-width: 991.98px) {
  .accordion-wrapper .content_inner::before {
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }
}
.accordion-wrapper .content_inner a {
  display: inline;
  color: #0A58CA;
  text-decoration: underline;
}
.accordion-wrapper .content_inner figure {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 767.98px) {
  .accordion-wrapper .content_inner figure {
    overflow-x: auto;
  }
}

/********************************************
モーダル
********************************************/
body.modal-open {
  overflow: hidden;
  touch-action: none;
}

.ec-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
}
.ec-modal .ec-modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .ec-modal .ec-modal-overlay {
    align-items: flex-end;
  }
}
.ec-modal .ec-modal-close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  height: 30px;
  width: 20px;
  z-index: 1;
}
.ec-modal .ec-modal-close:hover {
  color: #4b5361;
}
@media (max-width: 991.98px) {
  .ec-modal .ec-modal-cancel {
    text-decoration: underline;
    font-size: 0.9rem;
    border: none;
    color: #484E55;
  }
  .ec-modal .ec-modal-cancel i {
    display: none;
  }
}
.ec-modal .ec-modal-wrap {
  position: relative;
  border-radius: 12px;
  border: 1px solid #333;
  background-color: #fff;
  width: 65%;
  margin: 20px auto;
  padding: 1.5rem 30px 40px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .ec-modal .ec-modal-wrap {
    width: 100%;
    height: 86vh;
    margin: 0;
    padding: 1.5rem 15px;
    border-radius: 12px 12px 0 0;
  }
}
.ec-modal .ec-modal-wrap .heading-title {
  color: #484E55;
  font-size: clamp(0.95rem, 2vw, 1.28rem);
  margin-block: 10px 0;
  text-align: left;
}
@media (min-width: 991.98px) {
  .ec-modal .ec-modal-wrap .heading-title {
    margin: 2rem 1rem;
  }
}
.ec-modal .ec-modal-wrap #ec-modal-header {
  width: 96%;
  background: #fff;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .ec-modal .ec-modal-wrap #ec-modal-header {
    font-size: 18px;
  }
}
.ec-modal .ec-modal-wrap #ec-modal-header .error-stock {
  font-size: clamp(14px, 0.8vw, 0.8rem);
  margin: 0;
}
.ec-modal .ec-modal-wrap .ec-modal-box::-webkit-scrollba {
  display: none;
}
@media (max-width: 991.98px) {
  .ec-modal .ec-modal-wrap:has(.error-stock) .ec-modal-box {
    padding-block: 0 60px;
  }
}
@media (max-width: 991.98px) {
  .ec-modal .ec-modal-wrap .ec-modal-box {
    height: 75vh;
    padding-block: 0 30px;
    overflow-y: scroll;
    overscroll-behavior-y: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media (min-width: 991.98px) {
  .ec-modal .ec-modal-wrap .ec-modal-box {
    margin-block: 1rem 0;
  }
}
.ec-modal .ec-modal-wrap .ec-modal-box .btn-box {
  margin-block: 10px 0;
}
@media (min-width: 991.98px) {
  .ec-modal .ec-modal-wrap .ec-modal-box .btn-box {
    gap: 2rem;
  }
}
@media (min-width: 991.98px) {
  .ec-modal .ec-modal-wrap .ec-modal-box .btn-box a {
    width: 273px;
  }
}
.ec-modal .ec-modal-wrap .ec-modal-box .btn-box .btn-next, .ec-modal .ec-modal-wrap .ec-modal-box .btn-box .btn-prev {
  margin-bottom: 5px;
}
.ec-modal .ec-modal-wrap .ec-modal-box .btn-box .btn-next a {
  font-size: 1rem;
}
.ec-modal .ec-modal-wrap .ec-modal-box .swiper .swiper-button-prev,
.ec-modal .ec-modal-wrap .ec-modal-box .swiper .swiper-button-next {
  top: 30%;
}
@media (max-width: 767.98px) {
  .ec-modal .ec-modal-wrap .ec-modal-box .swiper .swiper-button-prev,
  .ec-modal .ec-modal-wrap .ec-modal-box .swiper .swiper-button-next,
  .ec-modal .ec-modal-wrap .ec-modal-box .swiper .swiper-pagination {
    display: none;
  }
}
.ec-modal .ec-modal-wrap .ec-modal-box .swiper .swiper-wrapper {
  padding-block: 0 30px;
}
@media (max-width: 767.98px) {
  .ec-modal .ec-modal-wrap .ec-modal-box .swiper .swiper-wrapper {
    padding: 15px 0;
    flex-wrap: wrap;
    gap: 4%;
    box-sizing: border-box;
  }
}
.ec-modal .ec-modal-wrap .ec-modal-box .swiper .swiper-wrapper .swiper-slide {
  text-align: left;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .ec-modal .ec-modal-wrap .ec-modal-box .swiper .swiper-wrapper .swiper-slide {
    width: 48%;
    margin-bottom: 1.5rem;
  }
}
.ec-modal .ec-modal-wrap .ec-modal-box .swiper .swiper-wrapper .swiper-slide a p {
  font-size: 0.78rem;
  line-height: 1rem;
}
.ec-modal .ec-modal-wrap .ec-modal-box .swiper .swiper-wrapper .swiper-container .swiper-button-prev {
  left: 0;
}
.ec-modal .ec-modal-wrap .ec-modal-box .swiper .swiper-wrapper .swiper-container .swiper-button-next {
  right: 0;
}

#page-mypage .ec-modal .ec-modal-wrap, #page-mypage_history .ec-modal .ec-modal-wrap {
  width: min(100%, 650px);
  height: auto;
  padding-block: 6rem;
  text-align: center;
}
#page-mypage .ec-modal .ec-modal-wrap .cancel__confirm b, #page-mypage_history .ec-modal .ec-modal-wrap .cancel__confirm b {
  font-size: 1.1rem;
  display: block;
  margin-block: 0 1rem;
}
#page-mypage .ec-modal .ec-modal-wrap .btn-box, #page-mypage_history .ec-modal .ec-modal-wrap .btn-box {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}
@media (max-width: 991.98px) {
  #page-mypage .ec-modal .ec-modal-wrap .btn-box, #page-mypage_history .ec-modal .ec-modal-wrap .btn-box {
    flex-direction: row;
  }
}
#page-mypage .ec-modal .ec-modal-wrap .btn-box a, #page-mypage_history .ec-modal .ec-modal-wrap .btn-box a {
  width: auto;
  padding: 10px 2rem;
  color: #fff;
}
@media (max-width: 991.98px) {
  #page-mypage .ec-modal .ec-modal-wrap .btn-box a, #page-mypage_history .ec-modal .ec-modal-wrap .btn-box a {
    padding: 10px 1.2rem;
  }
}
#page-mypage .ec-modal .ec-modal-wrap .btn-box .btn-back, #page-mypage_history .ec-modal .ec-modal-wrap .btn-box .btn-back {
  background: #808080;
}
#page-mypage .ec-modal .ec-modal-wrap .btn-box .btn-back i, #page-mypage_history .ec-modal .ec-modal-wrap .btn-box .btn-back i {
  margin-inline: 0 0.5rem;
}
#page-mypage .ec-modal .ec-modal-wrap .btn-box .btn-cancel, #page-mypage_history .ec-modal .ec-modal-wrap .btn-box .btn-cancel {
  background: #FF5165;
}

/********************************************
パンくず
********************************************/
#breadcrumb {
  font-size: 12px;
  background-color: #fff;
  margin-bottom: 20px;
}
#breadcrumb ol {
  margin-bottom: 0;
}
#breadcrumb ol li {
  color: #fff;
}
#breadcrumb ol li:before {
  color: #fff !important;
}
#breadcrumb ol li a {
  color: #fff;
}

/********************************************
ヘッダー
********************************************/
#header-order-type {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D70000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 200;
}
@media (min-width: 767.98px) {
  #header-order-type {
    height: 40px;
  }
}
#header-order-type .order-type__status {
  font-size: 18px;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767.98px) {
  #header-order-type .order-type__status {
    font-size: clamp(18px, 5vw, 24px);
  }
}
#header-order-type .order-type__status span {
  font-weight: 700;
}
@media (min-width: 767.98px) {
  #header-order-type .order-type__status .br--sp {
    display: none;
  }
}
#header-order-type .order-type__status a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
#header-order-type ~ header {
  margin-top: 60px;
}
@media (min-width: 767.98px) {
  #header-order-type ~ header {
    margin-top: 40px;
  }
}
#header-order-type ~ header .header-block .header-right #menu-button.active {
  top: 60px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2000;
}
header:has(#menu-button.active) {
  height: 100svh;
  overflow-y: scroll;
}
header.fix {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.03);
}
header.fix #header-top {
  display: none;
}
header.fix .header-block {
  padding: 5px 0 15px 0 !important;
}
@media (max-width: 991.98px) {
  header.fix .header-block {
    padding: 5px 0 !important;
  }
}
header.fix .header-block .header-right-link {
  display: none !important;
}
header.fix .header-logo img {
  width: 120px !important;
}
header.fix #header-navi {
  margin-top: -15px !important;
}
header.fix #account-box {
  display: none;
}
header #header-top {
  background-color: #F5F7F8;
  padding: 8px;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  header #header-top {
    display: none;
  }
}
header #header-top img {
  cursor: pointer;
}
header #header-bottom {
  background-color: #fff;
  color: #484E55;
  font-size: 14px;
}
header #header-bottom .header-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  transition: all 0.3s ease;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  header #header-bottom .header-block {
    padding: 5px 0;
  }
}
@media (max-width: 991.98px) {
  header #header-bottom .header-block .header-left {
    width: 100%;
  }
}
header #header-bottom .header-block .header-left .header-logo a {
  display: inline;
  cursor: pointer;
}
header #header-bottom .header-block .header-left .header-logo img {
  width: 180px;
  margin-right: 10px;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  header #header-bottom .header-block .header-left .header-logo img {
    width: 120px;
  }
}
header #header-bottom .header-block .header-right {
  text-align: right;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  header #header-bottom .header-block .header-right {
    width: 100%;
  }
}
header #header-bottom .header-block .header-right .header-right-link {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  header #header-bottom .header-block .header-right .header-right-link {
    display: none;
  }
}
header #header-bottom .header-block .header-right .header-right-link img {
  width: 15px;
  margin-right: 5px;
}
header #header-bottom .header-block .header-right .header-right-link .catalog-list {
  display: flex;
  align-items: center;
  border: 1px solid rgba(112, 112, 112, 0.1);
  border-radius: 4px;
  font-weight: 700;
  padding: 5px;
  margin-left: 10px;
}
header #header-bottom .header-block .header-right .header-right-link .catalog-list .catalog-buy img {
  width: 30px;
  margin-right: 0;
}
header #header-bottom .header-block .header-right .header-right-link .catalog-list span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}
header #header-bottom .header-block .header-right .header-right-icon {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  header #header-bottom .header-block .header-right .header-right-icon {
    display: none;
  }
}
header #header-bottom .header-block .header-right .header-right-icon img {
  width: 18px;
}
header #header-bottom .header-block .header-right .header-right-icon span {
  font-size: 10px;
}
header #header-bottom .header-block .header-right ul {
  margin: 0;
}
@media (max-width: 991.98px) {
  header #header-bottom .header-block .header-right ul {
    display: none;
  }
}
header #header-bottom .header-block .header-right ul li {
  margin-left: 10px;
}
header #header-bottom .header-block .header-right #menu-button {
  display: none;
}
@media (max-width: 991.98px) {
  header #header-bottom .header-block .header-right #menu-button {
    display: block;
    cursor: pointer;
    color: #484E55;
    border: 1px solid #fff;
    background: #fff;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 5px;
    z-index: 10000;
  }
}
header #header-bottom .header-block .header-right #menu-button.active {
  position: fixed;
}
header #header-bottom .header-block .header-right #menu-button.active #menu-button-bar {
  transform: rotateZ(45deg);
}
header #header-bottom .header-block .header-right #menu-button.active #menu-button-bar:before {
  left: 0;
  top: 0;
  transform: rotateZ(-90deg);
}
header #header-bottom .header-block .header-right #menu-button.active #menu-button-bar:after {
  opacity: 0;
  transform: rotateZ(-25deg);
}
header #header-bottom .header-block .header-right #menu-button #menu-button-bar {
  position: relative;
  display: block;
  width: auto;
  height: 2px;
  margin: 20px auto 10px;
  transition: 0.1s all;
  background-color: #484E55;
}
header #header-bottom .header-block .header-right #menu-button #menu-button-bar:before, header #header-bottom .header-block .header-right #menu-button #menu-button-bar:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  transition: 0.3s all;
  background-color: #484E55;
}
header #header-bottom .header-block .header-right #menu-button #menu-button-bar:before {
  top: -10px;
}
header #header-bottom .header-block .header-right #menu-button #menu-button-bar:after {
  bottom: -10px;
}
header #header-bottom .header-block .header-right #menu-button #menu-button-caption {
  font-size: 11px;
}
header .cart-circle {
  background-color: #DE0903;
  position: absolute;
  right: -10px;
  display: inline-block;
  border-radius: 10px;
  height: 15px;
  width: 15px;
}
header #header-navi {
  font-weight: 700;
  font-size: 18px;
  margin-top: 15px;
}
@media (max-width: 991.98px) {
  header #header-navi {
    display: none;
  }
}
header #header-navi ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
  padding: 0;
}
header #header-navi ul li {
  margin: 0;
  text-align: center;
  width: 20%;
  border-right: 1px solid #e1e3e3;
}
header #header-navi ul li:last-child {
  border-right: none;
}
header #header-navi ul li a {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
header #header-navi ul li.menu-item a {
  padding: 10px;
  display: block;
}
header #header-navi ul li.menu-item a:hover {
  background-color: #d5d5d5;
  display: block;
}
header #header-navi ul li.menu-item:hover > .sub-menu {
  left: 0;
  right: auto;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  text-align: left;
  background-color: #F5F7F8;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.03);
}
header #header-navi ul li.menu-item .sub-menu {
  left: -999em;
  padding: 0;
  position: absolute;
  top: auto;
  z-index: 99999;
}
header #header-navi ul li.menu-item .sub-menu img {
  margin-right: 5px;
  width: 60px;
  object-fit: cover;
}
header #header-navi ul li.menu-item .sub-menu h3 {
  padding: 25px 0;
  font-weight: 700;
  font-size: 22px;
}
header #header-navi ul li.menu-item .sub-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
}
header #header-navi ul li.menu-item .sub-menu a i {
  float: right;
}
header #header-navi ul li.menu-item .sub-menu .col-6 {
  position: relative;
}
header #header-navi ul li.menu-item .sub-menu .col-6:hover > .sub-category {
  left: 0;
  right: auto;
  width: 100%;
  height: auto;
  padding: 10px;
  text-align: left;
  background-color: #fff;
}
header #header-navi ul li.menu-item .sub-menu .col-6 a {
  cursor: pointer;
}
header #header-navi ul li.menu-item .sub-menu .col-6 .sub-category {
  left: -999em;
  padding: 0;
  position: absolute;
  top: auto;
  z-index: 99999;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.03);
}
header #header-navi ul li.menu-item .sub-menu .col-6 .sub-category img {
  width: 80px;
  object-fit: cover;
}
header #header-navi ul li.menu-item .sub-menu .col-6 .sub-category ul {
  margin: 0;
  display: inherit;
}
header #header-navi ul li.menu-item .sub-menu .col-6 .sub-category ul li {
  width: 100%;
  border-right: none;
}
header #account-box {
  display: none;
}
@media (max-width: 991.98px) {
  header #account-box {
    display: block;
  }
}
header #account-box ul {
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  justify-content: space-around;
}
header #account-box ul li {
  text-align: center;
  flex: 1;
  margin-right: 0;
}
header #account-box ul li + li {
  border-left: solid 1px #ccc;
}
header #account-box ul li img {
  width: 20px;
  height: 20px;
}
header #account-box ul li span {
  display: block;
}
header #sp-menu {
  display: none;
  top: 70px;
  right: 0;
  width: 100%;
  height: calc(100% + 120px);
  padding: 0;
  padding-bottom: 100px;
  z-index: 9999;
  transition: transform 0.3s ease;
  background-color: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.03);
}
header #sp-menu .sp-menu-top {
  background-color: #D7DDE2;
}
header #sp-menu .sp-menu-top .catalog-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  padding: 5px 0;
}
header #sp-menu .sp-menu-top .catalog-list img {
  width: 18px;
  margin-left: 5px;
  margin-right: 5px;
}
header #sp-menu .sp-menu-top .catalog-list .catalog-buy img {
  margin-right: 0;
}
header #sp-menu .sp-menu-top .catalog-list span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}
header #sp-menu .sp-catalog {
  background-color: #EFF0F2;
}
header #sp-menu .sp-catalog .catalog-wrapper {
  width: 100%;
}
header #sp-menu .sp-catalog .catalog-wrapper .catalog-box {
  position: relative;
  background-color: #0051B1;
  color: #fff;
  border-radius: 25px;
  font-size: 22px;
  padding: 22px;
  text-align: center;
}
@media (max-width: 991.98px) {
  header #sp-menu .sp-catalog .catalog-wrapper .catalog-box {
    border-radius: 5px;
    font-size: 16px;
    padding: 22px 0 22px 35px;
  }
}
header #sp-menu .sp-catalog .catalog-wrapper .catalog-box img {
  width: 100px;
  position: absolute;
  bottom: 0;
  right: 15px;
}
@media (max-width: 991.98px) {
  header #sp-menu .sp-catalog .catalog-wrapper .catalog-box img {
    width: 50px;
    left: 1px;
    right: inherit;
  }
}
header #sp-menu .sp-catalog .catalog-wrapper .catalog-box.catalog-box-right img {
  left: 15px;
  right: inherit;
}
@media (max-width: 991.98px) {
  header #sp-menu .sp-catalog .catalog-wrapper .catalog-box.catalog-box-right img {
    left: 5px;
  }
}
header #sp-menu .sp-category {
  background-color: #F5F7F8;
  padding: 10px 0;
}
header #sp-menu .sp-category img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  header #sp-menu .sp-category img {
    width: 35px;
  }
}
header #sp-menu .sp-category a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #484E55;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
}
@media (max-width: 991.98px) {
  header #sp-menu .sp-category a {
    font-size: 12px;
    justify-content: space-between;
    padding: 5px 0;
  }
}
header #sp-menu .sp-category a i {
  float: right;
}
header #sp-menu .sp-category .col-6 {
  position: relative;
  border-bottom: 1px solid #d5d5d5;
  padding: 20px 15px;
}
header #sp-menu .sp-category .col-6:hover > .sub-category {
  left: 0;
  right: auto;
  width: 100%;
  height: auto;
  padding: 10px;
  text-align: left;
  background-color: #fff;
}
header #sp-menu .sp-category .col-6 a {
  cursor: pointer;
}
header #sp-menu .sp-category .col-6 .sub-category {
  left: -999em;
  padding: 0;
  position: absolute;
  top: auto;
  z-index: 99999;
}
header #sp-menu .sp-category .col-6 .sub-category img {
  width: 80px;
  object-fit: cover;
}
header #sp-menu .sp-category .col-6 .sub-category ul {
  margin: 0;
}
header .sp-menu-btn {
  background: #EFF0F2;
  padding-block: 1rem;
  padding-inline: 1.5rem;
}
header .sp-menu-btn li {
  list-style: none;
}
header .sp-menu-btn li + li {
  margin-block: 15px 0;
}
header .sp-menu-btn li a {
  display: inline-block;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 10px;
  width: 100%;
  height: 57px;
  line-height: 57px;
  min-width: 100%, 320px;
  text-align: center;
}
header .sp-menu-btn li a img {
  max-height: 22px;
  margin-inline: 0 1rem;
}
header .sp-main-menu {
  margin-bottom: 100px;
}
header .sp-main-menu li {
  list-style: none;
  margin-bottom: 10px;
}
header .sp-main-menu li a {
  width: 100%;
  padding-block: 0.8rem;
  text-align: left;
}
header .sp-main-menu li a img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  margin-inline: 0 1rem;
}

/********************************************
フッター
********************************************/
footer {
  background-color: #F8F8F8;
  padding: 85px 0 0;
}
footer #support-box {
  background-color: #f5f5f5;
  margin-top: -85px;
  padding: 50px 0;
}
footer #support-box figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
footer #support-box figure a {
  width: 20%;
  padding: 5px;
}
@media (max-width: 991.98px) {
  footer #support-box figure a {
    padding: 15px;
    width: 100%;
  }
}
footer .footer-top {
  font-size: 20px;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  footer .footer-top {
    font-size: 16px;
  }
}
footer .footer-top figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-top figure img {
  width: 40px;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  footer .footer-top figure img {
    width: 20px;
  }
}
footer .footer-top figure figcaption {
  font-size: 38px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  footer .footer-top figure figcaption {
    font-size: 20px;
  }
}
footer .footer-top .footer-link {
  display: flex;
  padding: 90px 0;
}
@media (max-width: 991.98px) {
  footer .footer-top .footer-link {
    flex-wrap: wrap;
  }
}
footer .footer-top .footer-link .footer-link-box {
  width: 20%;
  padding: 5px;
}
@media (max-width: 991.98px) {
  footer .footer-top .footer-link .footer-link-box {
    width: 100%;
  }
}
footer .footer-top .footer-link .footer-link-box h5 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
}
footer .footer-top .footer-link .footer-link-box .footer-link-list {
  font-size: 16px;
  border-left: 1px solid #CDD7E3;
  padding-left: 1rem;
  list-style: none;
}
@media (max-width: 991.98px) {
  footer .footer-top .footer-link .footer-link-box .footer-link-list {
    border-left: none;
  }
}
footer .footer-top .footer-link .footer-link-box .footer-link-list li {
  padding: 5px 0;
}
footer .footer-bottom {
  background-color: #EDEFF2;
  padding: 50px 0 25px;
  text-align: center;
}
footer .footer-bottom .footer-logo img {
  width: 160px;
}
footer .footer-bottom ul {
  margin-bottom: 0;
}
footer .footer-bottom ul li {
  margin: 0 15px;
}
@media (max-width: 991.98px) {
  footer .footer-bottom ul li {
    display: block;
    margin: 10px 0;
  }
  footer .footer-bottom ul li.vr {
    display: none;
  }
}
footer .footer-bottom .copyright {
  font-size: 12px;
  margin-top: 70px;
}
@media (max-width: 991.98px) {
  footer .footer-bottom .copyright {
    margin-top: 35px;
  }
}

/********************************************
商品カテゴリ
********************************************/
#item-category-wrap_sp {
  display: none;
  background: #fff;
  position: fixed;
  z-index: 2001;
  inset: 0;
  width: 100%;
  height: 100%;
}
#item-category-wrap_sp.is-open {
  display: block;
}
#item-category-wrap_sp .item-category-header .item-category-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
}
#item-category-wrap_sp .item-category-header .item-category-close::before, #item-category-wrap_sp .item-category-header .item-category-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #484E55;
  transform: translate(-50%, -50%) rotate(45deg);
}
#item-category-wrap_sp .item-category-header .item-category-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#item-category-wrap_sp .item-category-header .item-category-tab {
  border-bottom: solid 1px #ccc;
}
#item-category-wrap_sp .item-category-body {
  width: 100%;
  overflow-x: scroll;
  padding-block: 0 3rem;
}
#item-category-wrap_sp .item-category-body .item-category-list {
  width: 960px;
  gap: 1.5%;
  padding: 0 15px 11rem;
}
#item-category-wrap_sp .item-category-body .item-category-list > li {
  width: min(27%, 90px);
  flex-basis: unset;
}

#item-category-wrap {
  padding-block: 30px 0;
}
@media (max-width: 991.98px) {
  #item-category-wrap {
    padding-block: 30px;
  }
}
#item-category-wrap .item-category-header, #item-category-wrap .item-category-body {
  width: min(100%, 1300px);
  margin-inline: auto;
}
#item-category-wrap .item-category-body {
  width: 100%;
  overflow-x: scroll;
  padding-block: 0 3rem;
  padding-inline: 15px;
  min-height: 370px;
}
@media (min-width: 767.98px) {
  #item-category-wrap .item-category-body {
    overflow: auto;
  }
}

.item-category-header {
  padding-block: 2rem 0;
  margin-block: 0 1.5rem;
}
@media (min-with: 991.98px) {
  .item-category-header {
    margin-block: 0;
  }
}
.item-category-header h2 {
  font-size: 1.6rem;
  margin-block: 0 1rem;
  padding-inline: 1rem;
}
@media (min-width: 991.98px) {
  .item-category-header h2 {
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 6%;
  }
}
.item-category-header .item-category-tab::-webkit-scrollbar {
  display: none;
}
.item-category-header .item-category-tab {
  padding-inline: 1rem;
  padding-block: 1rem;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.item-category-header .item-category-tab .tab-list {
  width: 500px;
  padding: 0;
}
@media (min-width: 575.98px) {
  .item-category-header .item-category-tab .tab-list {
    width: 100%;
    text-align: center;
  }
}
.item-category-header .item-category-tab .tab-list li {
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  padding: 8px 24px;
  background: #F5F5F5;
  font-size: clamp(0.85rem, 2.5vw, 1.1rem);
  margin-block: 4px;
  margin-inline: 0 8px;
  cursor: pointer;
}
@media (min-width: 991.98px) {
  .item-category-header .item-category-tab .tab-list li {
    width: min(100%, 123px);
    font-size: 1rem;
  }
}
.item-category-header .item-category-tab .tab-list li.current {
  background: #000;
  color: #fff;
}
@media (min-width: 991.98px) {
  .item-category-header .item-category-tab .tab-list li:hover {
    background: #ccc;
  }
}

.item-category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.5%;
  margin-inline: auto;
  padding: 0;
  width: 960px;
}
@media (min-width: 767.98px) {
  .item-category-list {
    width: min(100%, 1300px);
    gap: 0;
  }
}
.item-category-list > li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: min(27%, 90px);
}
@media (min-width: 767.98px) {
  .item-category-list > li {
    flex-basis: 16.6666666667%;
  }
}
@media (min-width: 991.98px) {
  .item-category-list > li {
    flex-basis: 14.2857142857%;
    width: min(27%, 110px);
  }
}
@media (min-width: 1399.98px) {
  .item-category-list > li {
    flex-basis: 12.5%;
  }
}
@media (min-width: 1799.98px) {
  .item-category-list > li {
    flex-basis: 11.1111111111%;
  }
}
.item-category-list > li a, .item-category-list > li .sub-category__trigger {
  display: block;
  width: 100%;
  padding-block: 0 1.5rem;
  font-size: 0.625rem;
  text-align: center;
}
@media (min-width: 991.98px) {
  .item-category-list > li a, .item-category-list > li .sub-category__trigger {
    font-size: 0.85rem;
  }
}
.item-category-list > li a .categoryImg, .item-category-list > li .sub-category__trigger .categoryImg {
  width: min(100%, 80px);
  background: #f5f5f5;
  border-radius: 50%;
  aspect-ratio: 1/1;
  margin-inline: auto;
  display: grid;
  place-items: center;
  transition: 0.3s;
  overflow: hidden;
}
.item-category-list > li a .categoryImg img, .item-category-list > li .sub-category__trigger .categoryImg img {
  width: 68%;
  height: auto;
  border-radius: 50%;
  transition: 0.3s;
}
.item-category-list > li a p, .item-category-list > li .sub-category__trigger p {
  padding-block: 0.65rem 0;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (min-width: 991.98px) {
  .item-category-list > li a p, .item-category-list > li .sub-category__trigger p {
    padding-inline: 18px;
  }
}
@media (hover: hover) {
  .item-category-list > li a:hover {
    color: #DE0903;
  }
  .item-category-list > li a:hover .categoryImg {
    border: solid 1px #ccc;
  }
  .item-category-list > li a:hover .categoryImg img {
    width: 75%;
  }
}
.item-category-list > li .sub-category__trigger:hover .sub-category {
  display: flex;
}
.item-category-list > li .sub-category {
  position: absolute;
  top: 80%;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 6px;
  display: none;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  border: solid 1px #ccc;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
}
.item-category-list > li .sub-category li {
  width: 100%;
  list-style-type: none;
}
.item-category-list > li .sub-category li + li a {
  border-top: dotted 1px #ccc;
}
.item-category-list > li .sub-category li a {
  width: 100%;
  display: inline-block;
  padding: 0.5rem 0;
}
@media (min-width: 991.98px) {
  .item-category-list > li .sub-category li a:hover {
    background: #f5f5f5;
    color: #DE0903;
  }
}

/********************************************
各ページ用
********************************************/
/********************************************
TOP
********************************************/
#page-homepage #banner {
  padding-top: 20px;
}
@media (min-width: 991.98px) {
  #page-homepage #banner {
    padding-top: 50px;
  }
}
#page-homepage #banner .catalog-wrapper {
  width: 100%;
}
#page-homepage #banner .catalog-wrapper:hover img {
  top: -50px;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  #page-homepage #banner .catalog-wrapper:hover img {
    top: inherit;
  }
}
#page-homepage #banner .catalog-wrapper .catalog-box {
  position: relative;
  background-color: #0051B1;
  color: #fff;
  border-radius: 40px;
  font-size: 22px;
  padding: 25px 50px 25px 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  #page-homepage #banner .catalog-wrapper .catalog-box {
    border-radius: 5px;
    font-size: 16px;
    padding: 22px 0 22px 35px;
  }
}
#page-homepage #banner .catalog-wrapper .catalog-box img {
  width: 100px;
  position: absolute;
  bottom: 0;
  right: 15px;
}
@media (max-width: 991.98px) {
  #page-homepage #banner .catalog-wrapper .catalog-box img {
    width: 50px;
    left: 1px;
    right: inherit;
  }
}
#page-homepage #banner .catalog-wrapper .catalog-box.catalog-box-right {
  padding: 25px 0 25px 50px;
}
#page-homepage #banner .catalog-wrapper .catalog-box.catalog-box-right img {
  left: 15px;
  right: inherit;
}
@media (max-width: 991.98px) {
  #page-homepage #banner .catalog-wrapper .catalog-box.catalog-box-right img {
    left: 5px;
  }
}
#page-homepage #category-area {
  background-color: #F5F7F8;
  padding: 80px 0;
}
#page-homepage #category-area img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  #page-homepage #category-area img {
    width: 35px;
  }
}
#page-homepage #category-area a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #484E55;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
}
@media (max-width: 991.98px) {
  #page-homepage #category-area a {
    font-size: 12px;
    justify-content: space-between;
    padding: 5px 0;
  }
}
#page-homepage #category-area a i {
  float: right;
}
#page-homepage #category-area .col-6 {
  position: relative;
  border-bottom: 1px solid #d5d5d5;
  padding: 20px 15px;
}
#page-homepage #category-area .col-6:hover > .sub-category {
  left: 0;
  right: auto;
  width: 100%;
  height: auto;
  padding: 10px;
  text-align: left;
  background-color: #fff;
}
#page-homepage #category-area .col-6 a {
  cursor: pointer;
}
#page-homepage #category-area .col-6 .sub-category {
  left: -999em;
  padding: 0;
  position: absolute;
  top: auto;
  z-index: 99999;
}
#page-homepage #category-area .col-6 .sub-category img {
  width: 80px;
  object-fit: cover;
}
#page-homepage #category-area .col-6 .sub-category ul {
  margin: 0;
}
#page-homepage #feature {
  padding: 50px 0;
  color: #484E55;
  background-image: url("../img/top/background-feature.png");
  background-repeat: repeat;
  background-position: center center;
  background-size: contain;
}
#page-homepage #feature h2 {
  font-size: 48px;
  font-weight: 500;
  background: linear-gradient(transparent 75%, #FAFA00 75%);
  display: inline-block;
}
@media (max-width: 991.98px) {
  #page-homepage #feature h2 {
    font-size: 22px;
  }
}
#page-homepage #feature h2 span:nth-child(even) {
  color: #001F43;
}
#page-homepage #feature h2 img {
  vertical-align: bottom;
  margin-right: 10px;
  padding-left: 5px;
}
@media (max-width: 991.98px) {
  #page-homepage #feature h2 img {
    width: 80px;
  }
}
#page-homepage #feature h3 {
  font-size: 48px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #page-homepage #feature h3 {
    font-size: 22px;
  }
}
#page-homepage #feature .marker {
  background-color: #FAFA00;
}
#page-homepage #feature .feature-title {
  margin: 14px 0;
  font-size: 24px;
  font-weight: 700;
}
#page-homepage #feature .feature-wrapper {
  margin-top: 30px;
  text-align: center;
}
#page-homepage #feature .feature-wrapper .feature-caption1 {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #page-homepage #feature .feature-wrapper .feature-caption1 {
    font-size: 14px;
  }
}
#page-homepage #feature .feature-wrapper .feature-caption2 {
  font-size: 38px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #page-homepage #feature .feature-wrapper .feature-caption2 {
    font-size: 22px;
  }
}
#page-homepage #feature .feature-wrapper .feature-caption2 span {
  font-size: 46px;
}
@media (max-width: 991.98px) {
  #page-homepage #feature .feature-wrapper .feature-caption2 span {
    font-size: 27px;
  }
}
#page-homepage #feature .feature-wrapper .feature-caption3 {
  font-size: 46px;
  font-weight: 700;
  position: relative;
  margin-top: 140px;
}
@media (max-width: 991.98px) {
  #page-homepage #feature .feature-wrapper .feature-caption3 {
    font-size: 22px;
  }
}
#page-homepage #feature .feature-wrapper .feature-caption3 img {
  position: absolute;
  top: -65px;
  right: 60%;
  width: 180px;
}
@media (max-width: 991.98px) {
  #page-homepage #feature .feature-wrapper .feature-caption3 img {
    width: 90px;
    top: -45px;
  }
}
#page-homepage #feature .feature-wrapper .feature-caption4 {
  font-size: 69px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #page-homepage #feature .feature-wrapper .feature-caption4 {
    font-size: 29px;
  }
}
#page-homepage #feature .feature-wrapper .feature-block {
  margin-top: 35px;
  padding: 30px;
  border-radius: 28px;
}
@media (max-width: 991.98px) {
  #page-homepage #feature .feature-wrapper .feature-block {
    padding: 0;
  }
}
#page-homepage #feature .feature-wrapper .feature-block p {
  margin-top: 1rem;
  font-size: 12px;
  color: #707070;
  text-align: right;
}
#page-homepage #feature .feature-wrapper .feature-block .feature-caution {
  display: inline-block;
  text-align: center;
  color: #E7539C;
  font-size: 38px;
  font-weight: 700;
  margin-top: 20px;
  background: linear-gradient(transparent 75%, #FAFA00 75%);
}
@media (max-width: 991.98px) {
  #page-homepage #feature .feature-wrapper .feature-block .feature-caution {
    font-size: 22px;
  }
}
#page-homepage #movie-area {
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  #page-homepage #movie-area {
    font-size: 16px;
  }
}
#page-homepage #movie-area .movie-area-logo img {
  width: 200px;
}
#page-homepage #movie-area .movie-area-logo figcaption {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #page-homepage #movie-area .movie-area-logo figcaption {
    font-size: 18px;
  }
}
#page-homepage #movie-area .movie-caption1 {
  color: #535557;
  font-size: 38px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #page-homepage #movie-area .movie-caption1 {
    font-size: 24px;
  }
}
#page-homepage #movie-area .movie-caption2 {
  color: #535557;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #page-homepage #movie-area .movie-caption2 {
    font-size: 16px;
  }
}
#page-homepage #movie-area .movie-block {
  margin-top: 100px;
}
@media (max-width: 991.98px) {
  #page-homepage #movie-area .movie-block iframe {
    width: 100%;
  }
}
#page-homepage .product-replace {
  width: 95%;
  color: #000;
  background: #F9F5D5;
  padding-block: 2rem;
  margin-inline: auto;
  margin-block: 0 2.5rem;
  text-align: center;
}
@media (min-width: 767.98px) {
  #page-homepage .product-replace {
    width: min(95%, 1000px);
  }
}
#page-homepage .product-replace h2 {
  font-weight: bold;
  font-size: 1.1rem;
}
@media (min-width: 767.98px) {
  #page-homepage .product-replace h2 {
    font-size: 1.28rem;
  }
}
#page-homepage .product-replace h2::before {
  content: "";
  display: block;
  margin-inline: auto;
  margin-block: 0 8px;
  width: 32px;
  height: 32px;
  background: url(../img/common/icon-notice.svg) no-repeat center center;
  background-size: contain;
}
@media (min-width: 767.98px) {
  #page-homepage .product-replace h2::before {
    display: inline-block;
    vertical-align: middle;
    margin-inline: 0 5px;
    margin-block: 0;
  }
}
#page-homepage .product-replace h2 .product-replace__red {
  color: #E50012;
}
#page-homepage .product-replace h2 b {
  font-size: 1.35rem;
}
@media (min-width: 767.98px) {
  #page-homepage .product-replace h2 b {
    font-size: 1.5rem;
  }
}
#page-homepage .product-replace p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 767.98px) {
  #page-homepage .product-replace p {
    font-size: 1.2rem;
  }
}
@media (min-width: 767.98px) {
  #page-homepage .product-replace .pc--none {
    display: none;
  }
}

/********************************************
カタログ
********************************************/
#catalog .card {
  padding: 10px;
}
#catalog .card figure {
  text-align: center;
}
#catalog .card figure img {
  max-width: 100%;
}
#catalog .card .product-code {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #catalog .card .product-code {
    font-size: 14px;
  }
}
#catalog .card .product-name {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #catalog .card .product-name {
    font-size: 16px;
  }
}
#catalog .card .product-price {
  color: #484E55;
  font-size: 24px;
  font-weight: 700;
}
#catalog .card .product-tax {
  color: #707070;
  font-size: 12px;
}
#catalog .card .sub-total {
  font-size: 24px;
  font-weight: 700;
  color: #FF327A;
}
@media (max-width: 991.98px) {
  #catalog .card .sub-total {
    font-size: 20px;
  }
}
#catalog .card .product-variation-stock .product-variation-icon img {
  width: 18px;
  margin-left: 10px;
}
#catalog .cart-item .card-body {
  background-color: #F5F7F8;
}
#catalog .cart-total-box {
  background-color: #F5F7F8;
  padding: 20px;
  border-radius: 6px;
}
#catalog .cart-total-box .total-price {
  font-size: 32px;
  font-weight: 700;
  text-align: right;
  color: #FF327A;
}
#catalog .cart-total-box dl dt {
  padding-top: 5px;
  padding-bottom: 5px;
}
#catalog .cart-total-box dl dd {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
}
#catalog table th {
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  #catalog table th,
  #catalog table td {
    display: block;
    width: 100%;
  }
  #catalog table th:last-child,
  #catalog table td:last-child {
    border-bottom: none;
  }
}

/********************************************
カート
********************************************/
#cart .card {
  padding: 10px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  grid-template-rows: auto;
  gap: 0 10px;
}
@media (min-width: 991.98px) {
  #cart .card {
    gap: 0 20px;
    padding: 15px 30px;
    grid-template-columns: 227px 1fr;
  }
}
#cart .card .card__code {
  grid-column: span 2/span 2;
  height: 35px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #cart .card .card__code {
    font-size: 14px;
  }
}
#cart .card .card__code + .row {
  align-items: center;
}
#cart .card .card__code .text-end:has(a.btn) {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0.75rem;
}
#cart .card .card__img {
  grid-row-start: 2;
}
@media (min-width: 991.98px) {
  #cart .card .card__img {
    grid-row: span 2/span 2;
    grid-row-start: 2;
    place-items: center;
    display: grid;
  }
}
#cart .card .card__img figure {
  text-align: center;
}
#cart .card .card__img figure img {
  max-width: 100%;
}
#cart .card .card__name {
  grid-row-start: 2;
  display: flex;
  align-items: center;
  font-size: 16px;
}
@media (min-width: 991.98px) {
  #cart .card .card__name {
    font-size: clamp(0.75rem, 1.8vw, 1.25rem);
    font-weight: 700;
  }
}
#cart .card .card__body {
  grid-column: span 2/span 2;
}
@media (min-width: 991.98px) {
  #cart .card .card__body {
    grid-column-start: 2;
    grid-row-start: 3;
  }
}
#cart .card .card__body {
  border-top: solid 1px #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-block: 10px 0;
  padding-block: 10px 0;
}
@media (min-width: 991.98px) {
  #cart .card .card__body {
    justify-content: flex-end;
    padding-block: 0.6rem;
  }
  #cart .card .card__body .card__support {
    width: 100%;
    margin-block: 1rem 0;
  }
}
@media (min-width: 991.98px) and (min-width: 991.98px) {
  #cart .card .card__body .card__support label {
    margin-inline: 0 1rem;
    min-width: 144px;
  }
}
#cart .card .card__body .text-danger {
  display: block;
  font-size: 0.8rem;
  margin-block: 0.5rem 0;
}
#cart .card .card__body .card__count {
  display: flex;
  align-items: center;
}
@media (min-width: 991.98px) {
  #cart .card .card__body .card__count {
    margin-inline: 0 2rem;
  }
}
#cart .card .card__body .card__count label {
  white-space: nowrap;
  margin-inline: 0 0.6rem;
}
@media (min-width: 991.98px) {
  #cart .card .card__body .card__count label {
    margin-inline: 0 1rem;
  }
}
#cart .card .card__body .form-select {
  display: inline-block;
}
@media (min-width: 991.98px) {
  #cart .card .card__body .form-select {
    max-width: 375px;
  }
}
#cart .card .product-price {
  color: #484E55;
  font-size: 24px;
  font-weight: 700;
}
#cart .card .product-tax {
  color: #707070;
  font-size: 12px;
  display: block;
}
#cart .card .sub-total {
  font-size: 24px;
  font-weight: 700;
  color: #FF327A;
}
@media (max-width: 991.98px) {
  #cart .card .sub-total {
    font-size: 20px;
  }
}
#cart .cart-total-box {
  background-color: #F5F7F8;
  padding: 20px;
  border-radius: 6px;
}
@media (max-width: 991.98px) {
  #cart .cart-total-box {
    margin-block: 2rem 0;
  }
}
#cart .cart-total-box .total-price {
  font-size: 32px;
  font-weight: 700;
  text-align: right;
  color: #FF327A;
}
#cart .cart-total-box dl dt {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0;
}
#cart .cart-total-box dl dd {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
}
#cart .recycle-block {
  margin-top: 50px;
  padding: 20px;
  border: 1px solid #CDD7E3;
}
#cart .recycle-block a {
  word-break: break-all;
}

/********************************************
新規会員登録
********************************************/
/********************************************
静的ページ
********************************************/
#faq .faq-block {
  border-bottom: 1px solid #d5d5d5;
}
#faq .faq-block .faq-check {
  display: none;
}
#faq .faq-block .faq-label {
  display: block;
  margin-bottom: 1px;
  position: relative;
  cursor: pointer;
  padding: 20px 1.6em;
  text-indent: -1em;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #faq .faq-block .faq-label {
    font-size: 18px;
  }
}
#faq .faq-block .faq-label::before, #faq .faq-block .faq-label::after {
  content: "";
  width: 17px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#faq .faq-block .faq-label::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s;
}
#faq .faq-block .faq-label img {
  width: 24px;
  margin-right: 10px;
}
#faq .faq-block .faq-content {
  display: block;
  height: 0;
  opacity: 0;
  transition: 0.2s;
  visibility: hidden;
}
#faq .faq-block .faq-content a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  font-size: 18px;
  color: #505050;
  border-bottom: 1px solid #D2D3D4;
  height: 100%;
  background-color: #F5F7F8;
  text-indent: 1rem;
}
@media (max-width: 991.98px) {
  #faq .faq-block .faq-content a {
    text-indent: inherit;
    font-size: 14px;
  }
}
#faq .faq-block .faq-check:checked + .faq-label:after {
  transform: translateY(-50%) rotate(0);
}
#faq .faq-block .faq-check:checked + .faq-label + .faq-content {
  height: auto;
  opacity: 1;
  visibility: visible;
}
#faq .faq-box {
  margin-bottom: 50px;
}
#faq .faq-box .faq-q {
  font-size: 22px;
  font-weight: 700;
  color: #505050;
  line-height: 2.2;
  padding-left: 1.6rem;
}
@media (max-width: 991.98px) {
  #faq .faq-box .faq-q {
    font-size: 20px;
    line-height: 2;
  }
}
#faq .faq-box .faq-q:before {
  content: "Q.";
  font-size: 1.8rem;
  margin-left: -1.6rem;
}
#faq .faq-box .faq-a {
  font-size: 16px;
  color: #727171;
  line-height: 2;
  padding-left: 1.7rem;
}
@media (max-width: 991.98px) {
  #faq .faq-box .faq-a {
    font-size: 14px;
  }
}
#faq .faq-box .faq-a:before {
  content: "A.";
  font-size: 1.8rem;
  margin-left: -1.6rem;
}
#faq .faq-box .faq-a a {
  display: inline;
  color: #0A58CA;
  text-decoration: underline;
}

#guide .guide-block {
  border-bottom: 1px solid #d5d5d5;
}
#guide .guide-block .guide-check {
  display: none;
}
#guide .guide-block .guide-label {
  display: block;
  margin-bottom: 1px;
  position: relative;
  cursor: pointer;
  padding: 20px 1.6em;
  text-indent: -1em;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #guide .guide-block .guide-label {
    font-size: 18px;
  }
}
#guide .guide-block .guide-label::before, #guide .guide-block .guide-label::after {
  content: "";
  width: 17px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#guide .guide-block .guide-label::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s;
}
#guide .guide-block .guide-label img {
  width: 24px;
  margin-right: 10px;
}
#guide .guide-block .guide-content {
  display: block;
  height: 0;
  opacity: 0;
  transition: 0.2s;
  visibility: hidden;
}
#guide .guide-block .guide-content a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  font-size: 18px;
  color: #505050;
  border-bottom: 1px solid #D2D3D4;
  height: 100%;
  background-color: #F5F7F8;
  text-indent: 1rem;
}
@media (max-width: 991.98px) {
  #guide .guide-block .guide-content a {
    text-indent: inherit;
    font-size: 14px;
  }
}
#guide .guide-block .guide-check:checked + .guide-label:after {
  transform: translateY(-50%) rotate(0);
}
#guide .guide-block .guide-check:checked + .guide-label + .guide-content {
  height: auto;
  opacity: 1;
  visibility: visible;
}
#guide .guide-box {
  margin-bottom: 50px;
  font-size: 16px;
  color: #727171;
  line-height: 2;
}
#guide .guide-box a {
  display: inline;
  color: #0A58CA;
  text-decoration: underline;
}
#guide .guide-box table th {
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  #guide .guide-box table th,
  #guide .guide-box table td {
    display: block;
    width: 100%;
  }
}
#guide .guide-entry {
  margin: 50px 0;
}
#guide .guide-entry li {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 14px;
}
@media (max-width: 991.98px) {
  #guide .guide-entry li {
    font-size: 23px;
  }
}
#guide .guide-entry h6 {
  background-color: #CFE2FF;
  margin: 20px 0;
  padding: 15px;
  font-size: 20px;
}
#guide .guide-entry a {
  display: inline;
  color: #0A58CA;
  text-decoration: underline;
}

#company ul {
  display: flex;
  flex-wrap: wrap;
}
#company ul li {
  width: 24%;
  padding: 20px;
}
@media (max-width: 991.98px) {
  #company ul li {
    width: 47%;
    padding: 20px 10px;
  }
}
#company ul li img {
  width: 100%;
  max-width: 100%;
}
#company ul li span {
  display: block;
  padding: 5px;
  text-align: center;
  background-color: #6c757d;
  color: #fff;
}
#company table th {
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  #company table th,
  #company table td {
    display: block;
    width: 100%;
  }
}

#tradelaw table th {
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  #tradelaw table th,
  #tradelaw table td {
    display: block;
    width: 100%;
  }
}

/********************************************
静的ページ
********************************************/
#reservation .reservation-wrap {
  background-color: #F2F0E6;
  font-size: 20px;
  text-align: center;
  padding: 67px 160px;
}
@media (max-width: 991.98px) {
  #reservation .reservation-wrap {
    padding: 30px 16px;
  }
}
#reservation .reservation-wrap h3 {
  position: relative;
  padding: 0 65px;
  text-align: center;
}
#reservation .reservation-wrap h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #000;
}
@media (max-width: 991.98px) {
  #reservation .reservation-wrap h3:before {
    top: calc(50% + 5px);
  }
}
#reservation .reservation-wrap h3 span {
  position: relative;
  background-color: #F2F0E6;
  font-size: 24px;
  padding: 0 1em;
}
@media (max-width: 991.98px) {
  #reservation .reservation-wrap h3 span {
    font-size: 12px;
  }
}
#reservation .reservation-wrap h3 span:before, #reservation .reservation-wrap h3 span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 1px;
  background-color: black;
  transform: rotate(-60deg);
}
@media (max-width: 991.98px) {
  #reservation .reservation-wrap h3 span:before, #reservation .reservation-wrap h3 span:after {
    width: 22px;
  }
}
#reservation .reservation-wrap h3 span:before {
  left: -20px;
  transform: rotate(60deg);
}
@media (max-width: 991.98px) {
  #reservation .reservation-wrap h3 span:before {
    left: -12px;
  }
}
#reservation .reservation-wrap h3 span:after {
  right: -20px;
}
@media (max-width: 991.98px) {
  #reservation .reservation-wrap h3 span:after {
    right: -12px;
  }
}
#reservation .reservation-wrap h2 {
  font-size: 61px;
  margin-top: 47px;
  margin-bottom: 47px;
}
@media (max-width: 991.98px) {
  #reservation .reservation-wrap h2 {
    font-size: 26px;
    margin-top: 28px;
    margin-bottom: 28px;
  }
}
#reservation .reservation-wrap h2 rt {
  margin-bottom: -30px;
}
@media (max-width: 991.98px) {
  #reservation .reservation-wrap h2 rt {
    margin-bottom: -10px;
  }
}
#reservation .reservation-wrap h2 span {
  font-size: 89px;
  display: inline-block;
}
@media (max-width: 991.98px) {
  #reservation .reservation-wrap h2 span {
    font-size: 38px;
  }
}
#reservation .reservation-wrap h2 span.marker {
  color: #EC573A;
  background: linear-gradient(transparent 75%, #FFEF24 75%);
}
#reservation .reservation-wrap .reservation-box {
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  margin: 40px 0 80px 0;
  padding: 30px 40px;
  text-align: left;
}
@media (max-width: 991.98px) {
  #reservation .reservation-wrap .reservation-box {
    padding: 40px 10px 120px;
  }
}
#reservation .reservation-wrap .reservation-box img {
  margin-bottom: 20px;
}
#reservation .reservation-wrap .reservation-box img.img-1 {
  max-width: 790px;
}
@media (max-width: 991.98px) {
  #reservation .reservation-wrap .reservation-box img.img-1 {
    max-width: 100%;
  }
}
#reservation .reservation-wrap .reservation-box img.img-2 {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  #reservation .reservation-wrap .reservation-box img.img-2 {
    max-width: 100%;
  }
}
#reservation .reservation-wrap .reservation-box img.img-3 {
  max-width: 685px;
}
@media (max-width: 991.98px) {
  #reservation .reservation-wrap .reservation-box img.img-3 {
    max-width: 100%;
  }
}
#reservation .reservation-wrap .reservation-box img.img-4 {
  max-width: 617px;
}
@media (max-width: 991.98px) {
  #reservation .reservation-wrap .reservation-box img.img-4 {
    max-width: 100%;
  }
}
#reservation .reservation-wrap .reservation-box .img-human {
  position: absolute;
  width: 300px;
  bottom: -100px;
  right: 0;
}
@media (max-width: 991.98px) {
  #reservation .reservation-wrap .reservation-box .img-human {
    width: 150px;
    right: 50px;
    bottom: -50px;
  }
}

/********************************************
ログイン
********************************************/
#login {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  #login .border {
    border: none !important;
  }
}

/********************************************
マイページ
********************************************/
#mypage .mypage-navi {
  margin-bottom: 30px;
}
#mypage .mypage-navi .mypage-navi-list {
  margin: 10px 0;
  border-color: #d5d5d5;
  border-style: solid;
  border-width: 1px 0 0 1px;
  list-style: none;
  display: flex;
  padding: 0;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  #mypage .mypage-navi .mypage-navi-list {
    flex-wrap: wrap;
  }
}
#mypage .mypage-navi .mypage-navi-list .mypage-navi-list-item {
  width: 50%;
  border-color: #d5d5d5;
  border-style: solid;
  border-width: 0 1px 1px 0;
  text-align: center;
  font-weight: 700;
}
#mypage .mypage-navi .mypage-navi-list .mypage-navi-list-item.active {
  color: #000;
  background-color: #ebebeb;
}
#mypage .mypage-navi .mypage-navi-list .mypage-navi-list-item a {
  padding: 15px 10px;
  width: 100%;
}
@media (max-width: 767.98px) {
  #mypage .mypage-navi .mypage-navi-list .mypage-navi-list-item a {
    font-size: 14px;
    padding: 7px;
  }
}
#mypage .mypage-navi .mypage-navi-list .mypage-navi-list-item a:hover {
  background-color: #eee;
}
#mypage .container .border-bottom.canceled {
  background: #eee;
  padding: 1rem 0;
  color: #aaa;
}
#mypage .container .border-bottom .col-12 .row.canceled {
  background: #eee;
  padding: 1rem 0;
  color: #aaa;
}
#mypage .container .border-bottom .col-12 .row.canceled .col-4 img {
  width: 100%;
}
#mypage .container .border-bottom .cancel-item {
  color: #DE0903;
}
#mypage .history-box {
  padding: 10px;
}
#mypage .history-box.canceled {
  background: #eee;
  padding: 1rem;
  color: #aaa;
}
#mypage .history-box figure {
  text-align: center;
}
#mypage .history-box figure img {
  max-width: 100%;
}
#mypage .history-box .card-body {
  background-color: #F5F7F8;
}
#mypage .history-box .product-code {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #mypage .history-box .product-code {
    font-size: 14px;
  }
}
#mypage .history-box .product-name {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #mypage .history-box .product-name {
    font-size: 16px;
  }
}
#mypage .history-box .product-price {
  color: #484E55;
  font-size: 24px;
  font-weight: 700;
}
#mypage .history-box .product-tax {
  color: #707070;
  font-size: 12px;
}
#mypage .history-box .sub-total {
  font-size: 24px;
  font-weight: 700;
  color: #FF327A;
}
@media (max-width: 991.98px) {
  #mypage .history-box .sub-total {
    font-size: 20px;
  }
}
#mypage .cart-total-box {
  background-color: #F5F7F8;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 6px;
}
#mypage .cart-total-box .total-price {
  font-size: 32px;
  font-weight: 700;
  text-align: right;
  color: #FF327A;
}
#mypage .cart-total-box dl dt {
  padding-top: 5px;
  padding-bottom: 5px;
}
#mypage .cart-total-box dl dd {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
}
#mypage .favorite-list-box {
  font-size: 16px;
  text-align: center;
}
#mypage .favorite-list-box:hover {
  box-shadow: 0 0 10px 0 hsla(0, 0%, 58%, 0.2);
}
#mypage .favorite-list-box figure, #mypage .favorite-list-box p {
  margin-bottom: 0;
}
#mypage .favorite-list-box .card-body {
  padding-left: 10px;
  padding-right: 10px;
}
#mypage .favorite-list-box .product-image {
  position: relative;
}
#mypage .favorite-list-box .product-image img {
  object-fit: cover;
}
#mypage .favorite-list-box .product-name {
  font-weight: 700;
  color: #484E55;
  font-size: 18px;
  line-height: 20px;
  margin: 16px 0 10px;
}
#mypage .favorite-list-box .product-caption {
  font-weight: 500;
  font-size: 14px;
}
#mypage .favorite-list-box .product-price {
  color: #dc1919;
  font-weight: 600;
}
#mypage .favorite-list-box .product-tax {
  color: #484E55;
  font-size: 14px;
}

.beforePass-wrap {
  background: #f5f5f5;
  border-radius: 10px;
  text-align: center;
  padding-block: 1.5rem;
  padding-inline: 12px;
  margin-block: 0 1rem;
  width: min(100%, 380px);
}
@media (max-width: 991.98px) {
  .beforePass-wrap {
    padding-inline: 10px;
    width: 100%;
  }
}
.beforePass-wrap .beforePass {
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
}
.beforePass-wrap time {
  font-weight: bold;
}
.beforePass-wrap .btn-box {
  display: flex;
  flex-direction: row;
  gap: 0.4rem;
  margin-block: 1rem 0;
}
.beforePass-wrap .btn-box a {
  width: min(100%, 106px);
  padding: 10px 0.2rem;
  color: #fff;
  font-size: 0.7rem;
  flex: 1;
}
@media (min-width: 379.98px) {
  .beforePass-wrap .btn-box a {
    font-size: 0.85rem;
    flex: 1 1 auto;
  }
}
.beforePass-wrap .btn-box .btn-pass {
  background: #FF5165;
}
@media (min-width: 991.98px) {
  .beforePass-wrap .btn-box .btn-pass {
    width: 100%;
  }
}
@media (min-width: 1199.98px) {
  .beforePass-wrap .btn-box .btn-pass {
    width: min(100%, 106px);
  }
}
.beforePass-wrap .btn-box .btn-cancel {
  background: #808080;
}
.beforePass-wrap .btn-box .btn-late {
  background: #02A287;
}
.beforePass-wrap .btn-box:not(:has(.btn-late)) .btn-pass {
  width: auto;
  max-width: 300px;
  padding: 10px 0.8rem;
}
.beforePass-wrap .btn-box:not(:has(.btn-late)) .btn-cancel {
  flex: none;
  width: auto;
  padding: 10px 0.8rem;
}
.beforePass-wrap p {
  margin: 0;
}
.beforePass-wrap p.caution {
  color: red;
  font-size: 0.9rem;
  margin-block: 1rem 0;
}
.beforePass-wrap p.canceled {
  font-size: 1.05rem;
  margin-block: 1rem 0;
}

#page-mypage_history .beforePass-wrap {
  width: 100%;
}
@media (min-width: 991.98px) {
  #page-mypage_history .beforePass-wrap {
    display: grid;
    grid-template-columns: 130px 410px auto;
    gap: 8px;
    place-items: center;
  }
}
@media (min-width: 1399.98px) {
  #page-mypage_history .beforePass-wrap {
    grid-template-columns: 150px 440px auto;
  }
}
@media (min-width: 991.98px) {
  #page-mypage_history .beforePass-wrap .beforePass {
    grid-row: span 2/span 2;
    margin: 0;
  }
}
@media (min-width: 991.98px) {
  #page-mypage_history .beforePass-wrap .beforePass-message {
    width: 420px;
    text-align: left;
  }
  #page-mypage_history .beforePass-wrap .beforePass-message br {
    display: none;
  }
}
@media (min-width: 991.98px) {
  #page-mypage_history .beforePass-wrap .btn-box {
    grid-row: span 2/span 2;
    grid-column-start: 3;
    grid-row-start: 1;
    width: 100%;
    margin-block: 0;
  }
}
@media (min-width: 1399.98px) {
  #page-mypage_history .beforePass-wrap .btn-box {
    gap: 20px;
  }
}
@media (min-width: 1199.98px) {
  #page-mypage_history .beforePass-wrap .btn-box a {
    flex: none;
    width: min(100%, 140px);
  }
}
@media (min-width: 1399.98px) {
  #page-mypage_history .beforePass-wrap .btn-box a {
    width: min(100%, 160px);
  }
}
@media (min-width: 991.98px) {
  #page-mypage_history .beforePass-wrap .caution {
    text-align: left;
    margin-block: 0;
    width: 420px;
  }
}
#page-mypage_history .beforePass-wrap:not(:has(.caution)) .beforePass-message, #page-mypage_history .beforePass-wrap:not(:has(.caution)) .btn-box, #page-mypage_history .beforePass-wrap:not(:has(.caution)) .beforePass {
  grid-row: span 2/span 2;
}

/********************************************
ニュース
********************************************/
#news .news-detail {
  word-break: break-all;
}

/********************************************
商品詳細
********************************************/
#product-detail .swiper {
  margin-top: 0;
}
#product-detail .product-box .product-heading {
  font-size: 18px;
  color: #727171;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  #product-detail .product-box .product-heading {
    font-size: 14px;
  }
}
#product-detail .product-box .product-name {
  font-size: 28px;
  font-weight: 700;
  color: #484E55;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  #product-detail .product-box .product-name {
    font-size: 22px;
  }
}
#product-detail .product-box .product-name .product-brand {
  display: block;
  font-size: 20px;
}
#product-detail .product-box .product-tags {
  background-color: #F5F7F8;
  padding: 12px;
  border-radius: 8px;
}
#product-detail .product-box .product-price-box .product-price {
  font-size: 65px;
  font-weight: 700;
  color: #170F02;
  padding-top: 20px;
  margin-bottom: 32px;
  line-height: 0.7;
}
@media (max-width: 767.98px) {
  #product-detail .product-box .product-price-box .product-price {
    font-size: 49px;
  }
}
#product-detail .product-box .product-price-box .product-tax {
  color: #170F02;
  font-size: 20px;
}
#product-detail .product-box .product-price-box .outlet-box {
  position: relative;
  margin-bottom: 50px;
}
#product-detail .product-box .product-price-box .outlet-box .product-price {
  font-size: 18px;
  margin: 15px 0;
}
#product-detail .product-box .product-price-box .outlet-box .product-price span {
  text-decoration: line-through;
}
#product-detail .product-box .product-price-box .outlet-box .product-tax {
  font-size: 14px;
  text-decoration: line-through;
}
#product-detail .product-box .product-price-box .outlet-box .outlet-price {
  color: #FF327A;
  font-size: 65px;
  font-weight: 700;
  padding-top: 12px;
  margin-bottom: 32px;
  line-height: 0.7;
}
@media (max-width: 767.98px) {
  #product-detail .product-box .product-price-box .outlet-box .outlet-price {
    font-size: 49px;
  }
}
#product-detail .product-box .product-price-box .outlet-box .outlet-tax {
  color: #FF327A;
  font-size: 20px;
}
#product-detail .product-box .product-price-box .outlet-box .outlet-sale {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #FF327A;
}
@media (max-width: 991.98px) {
  #product-detail .product-box .product-price-box .outlet-box .outlet-sale {
    top: 50px;
    width: 60px;
    height: 60px;
  }
}
#product-detail .product-box .product-price-box .outlet-box .outlet-sale span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 991.98px) {
  #product-detail .product-box .product-price-box .outlet-box .outlet-sale span {
    width: 60px;
    font-size: 14px;
  }
}
#product-detail .product-box .product-price-box .outlet-box .outlet-sale span strong {
  font-size: 28px;
}
#product-detail .product-box .product-variation {
  margin: 30px 0;
}
#product-detail .product-box .product-variation h5 {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 15px;
}
#product-detail .product-box .product-variation .product-variation-name {
  font-size: 13px;
  font-weight: 700;
}
#product-detail .product-box .product-variation .product-price {
  color: #484E55;
  font-size: 16px;
  font-weight: 700;
}
#product-detail .product-box .product-variation .product-price .product-tax {
  font-size: 10px;
}
#product-detail .product-box .product-variation .product-variation-stock {
  font-size: 10px;
  color: rgba(72, 78, 85, 0.5);
  text-align: center;
}
#product-detail .product-box .product-variation .product-variation-stock .product-variation-icon img {
  width: 18px;
  margin-left: 10px;
}
#product-detail .product-box .cart-btn {
  margin: 20px 0;
}
#product-detail .product-box .cart-btn img {
  width: 30px;
  margin-right: 10px;
}
#product-detail .product-support {
  margin-bottom: 10px;
}
#product-detail .product-support a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  color: #505050;
  border: 1px solid #E7E7E7;
  height: 100%;
  border-radius: 6px;
  background-color: #F5F7F8;
}
#product-detail .product-support a img {
  width: 33px;
}
#product-detail .validate_error {
  font-size: 1rem;
  padding: 12px 0 0 15px;
}
#product-detail .product-about {
  margin-bottom: 10px;
}
#product-detail .product-about a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  color: #505050;
  border: 1px solid #E7E7E7;
  height: 100%;
}
#product-detail .product-detail-block {
  font-size: 20px;
  color: #707070;
  margin-top: 50px;
  padding-bottom: 50px;
}
#product-detail .product-detail-block + .product-detail-block {
  margin-top: 0;
}
@media (min-width: 991.98px) {
  #product-detail .product-detail-block + .product-detail-block {
    margin-top: 30px;
  }
}
#product-detail .product-detail-block h3 {
  font-size: 20px;
  font-weight: 700;
  color: #707070;
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#product-detail .product-detail-block h3 span {
  border-bottom: 2px solid #707070;
  padding-bottom: 8px;
}
#product-detail .product-detail-block p {
  margin: 0;
}
#product-detail .product-detail-block figcaption {
  font-size: 16px;
}
#product-detail #product-related {
  background-color: #F8F8F8;
  padding: 60px 0;
  margin-block: 60px 0;
}
@media (max-width: 991.98px) {
  #product-detail #product-related {
    background: #fff;
    margin-block: 30px;
  }
}
#product-detail #product-related .product-list-box {
  background-color: #fff;
}
#product-detail #product-related .product-list-box .product-image {
  position: relative;
}
#product-detail #product-related .product-list-box .product-image img {
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: cover;
}
#product-detail #product-related .product-list-box .product-name {
  font-size: 18px;
  font-weight: 700;
  color: #484E55;
  line-height: 20px;
  margin: 16px 0 10px;
}
#product-detail #product-related .product-list-box .product-caption {
  font-weight: 500;
  font-size: 14px;
}
#product-detail #product-related .product-list-box .product-price {
  color: #484E55;
  font-size: 25px;
  font-weight: 700;
}
#product-detail #product-related .product-list-box .product-tax {
  color: #707070;
  font-size: 10px;
}
#product-detail #product-related .product-list-box .product-lead {
  color: #707070;
  font-size: 12px;
}
@media (min-width: 991.98px) {
  #product-detail #product-related .swiper-container .swiper-related .swiper-pagination {
    display: none;
  }
}
#product-detail #product-related .swiper-container .swiper-related .product-name {
  font-size: 18px;
  font-weight: 700;
  margin-block: 0;
}
@media (max-width: 991.98px) {
  #product-detail #product-related .swiper-container .swiper-related .product-name {
    font-size: 11px;
  }
}
#product-detail #product-related .swiper-container .swiper-related .product-price {
  font-size: 26px;
  font-weight: 700;
  margin-block: 0;
}
@media (max-width: 991.98px) {
  #product-detail #product-related .swiper-container .swiper-related .product-price {
    font-size: 17px;
  }
}
#product-detail #product-related .swiper-container .swiper-related .product-taxprice {
  color: #707070;
  font-size: 10px;
  font-weight: 400;
}
#product-detail #product-related .swiper-container .swiper-related .product-lead {
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  #product-detail #product-related .swiper-container .swiper-related .product-lead {
    font-size: 0.6rem;
  }
}
@media (min-width: 991.98px) {
  #product-detail #product-related .swiper-container .swiper-related .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
  }
  #product-detail #product-related .swiper-container .swiper-related .swiper-slide {
    width: min(15.7%, 207px);
    box-sizing: border-box;
  }
}
@media (min-width: 991.98px) {
  #product-detail #product-related .swiper-container .swiper-button-prev,
  #product-detail #product-related .swiper-container .swiper-button-next {
    display: none;
  }
}

.fixed-view {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 11;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px -8px 17px -7px rgba(0, 0, 0, 0.09);
}
@media (min-width: 991.98px) {
  .fixed-view {
    display: none;
  }
}
.fixed-view .cart-btn {
  width: min(100%, 375px);
  margin-inline: auto;
  padding-block: 0.6rem;
  padding-inline: 1.2rem;
  text-align: center;
}
.fixed-view .cart-btn button {
  font-size: 0.9rem;
  padding: 0.7rem 1rem;
}
.fixed-view img {
  width: 22px;
  margin-right: 10px;
}

.product-name__sub {
  font-size: 1.2rem;
}
@media (max-width: 991.98px) {
  .product-name__sub {
    font-size: 1.1rem;
    margin-block: 1.5rem;
  }
}

.faqWrap {
  padding-top: 0.5rem;
  padding-inline: 2rem;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .faqWrap {
    padding-inline: 0.5rem;
  }
}
.faqWrap .faq__item {
  border-bottom: solid 1px #ccc;
}
.faqWrap dt, .faqWrap dd {
  font-weight: normal;
  font-size: 1.2rem;
  padding-block: 0.5rem 0.5rem;
  padding-inline: 2rem 0;
}
@media (max-width: 991.98px) {
  .faqWrap dt, .faqWrap dd {
    font-size: 1rem;
  }
}
.faqWrap dt::before, .faqWrap dd::before {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-inline: 0 0.5rem;
}
@media (max-width: 991.98px) {
  .faqWrap dt::before, .faqWrap dd::before {
    text-indent: -2rem;
    margin-inline: 0;
    font-size: 1.4rem;
  }
}
.faqWrap dt::before {
  content: "Q:";
}
.faqWrap dd::before {
  content: "A:";
  color: #B5B5B5;
}

#page-product_detail footer {
  padding: 85px 0 74px;
}
#page-product_detail #scrollUp {
  bottom: 72px;
}

#product-list .product-list-box {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
  padding: 10px;
}
#product-list .product-list-box:hover {
  box-shadow: 0 0 10px 0 hsla(0, 0%, 58%, 0.2);
}
#product-list .product-list-box figure, #product-list .product-list-box p {
  margin-bottom: 0;
}
#product-list .product-list-box .product-image {
  position: relative;
  text-align: center;
}
#product-list .product-list-box .product-image img {
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: cover;
}
#product-list .product-list-box .product-name {
  font-size: 18px;
  font-weight: 700;
  color: #484E55;
  line-height: 20px;
  margin: 16px 0 10px;
}
#product-list .product-list-box .product-caption {
  font-weight: 500;
  font-size: 14px;
}
#product-list .product-list-box .product-price {
  color: #484E55;
  font-size: 25px;
  font-weight: 700;
}
#product-list .product-list-box .product-tax {
  color: #707070;
  font-size: 10px;
}
#product-list .product-list-box .product-lead {
  color: #707070;
  font-size: 12px;
}
#product-list .product-list-box .product-box {
  min-height: 145px;
  border-bottom: 1px solid #d5d5d5;
}
#product-list .product-list-box .product-box .product-name {
  min-height: 80px;
}
#product-list .product-list-box .product-box .product-price {
  font-size: 14px;
}
#product-list .product-list-box .product-box .product-price span {
  text-decoration: line-through;
}
#product-list .product-list-box .product-box .product-tax {
  text-decoration: line-through;
}
#product-list .product-list-box .outlet-box {
  min-height: 100px;
  padding-top: 10px;
}
#product-list .product-list-box .outlet-box .outlet-price {
  color: #FF327A;
  font-size: 22px;
  font-weight: 700;
}
#product-list .product-list-box .outlet-box .outlet-tax {
  color: #FF327A;
  font-size: 10px;
}
#product-list .product-list-box .outlet-box .outlet-stock {
  text-align: center;
  font-weight: 700;
}
#product-list .product-list-box .outlet-box .outlet-sale {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FF327A;
}
@media (max-width: 991.98px) {
  #product-list .product-list-box .outlet-box .outlet-sale {
    width: 50px;
    height: 50px;
  }
}
#product-list .product-list-box .outlet-box .outlet-sale span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 991.98px) {
  #product-list .product-list-box .outlet-box .outlet-sale span {
    width: 50px;
    font-size: 12px;
  }
}
#product-list .product-list-box .outlet-box .outlet-sale span strong {
  font-size: 20px;
}
#product-list .product-list-box .product-color-box {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
#product-list .product-list-box .product-color-box a {
  margin-right: 5px;
}
#product-list .product-list-box .product-color-box .color-label {
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  #product-list .product-list-box .product-color-box .color-label {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  #product-list .product-list-box .product-color-box .color-label {
    font-size: 14px;
  }
}
#product-list .product-list-box .product-color-box .color-circle {
  display: inline-block;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
}
@media (max-width: 1199.98px) {
  #product-list .product-list-box .product-color-box .color-circle {
    height: 15px;
    width: 15px;
  }
}
@media (max-width: 991.98px) {
  #product-list .product-list-box .product-color-box .color-circle {
    height: 20px;
    width: 20px;
  }
}
#product-list .product-list-box .product-color-box .color-circle.color-0001 {
  background-color: #000;
}
#product-list .product-list-box .product-color-box .color-circle.color-0002 {
  background-color: #808080;
}
#product-list .product-list-box .product-color-box .color-circle.color-0003 {
  background-color: #fff;
  border: 1px solid #ccc;
}
#product-list .product-list-box .product-color-box .color-circle.color-0004 {
  background-color: #944a31;
}
#product-list .product-list-box .product-color-box .color-circle.color-0005 {
  background-color: #bfab90;
}
#product-list .product-list-box .product-color-box .color-circle.color-0006 {
  background-color: #ffff00;
}
#product-list .product-list-box .product-color-box .color-circle.color-0007 {
  background-color: #B37955;
}
#product-list .product-list-box .product-color-box .color-circle.color-0008 {
  background-color: #006834;
}
#product-list .product-list-box .product-color-box .color-circle.color-0009 {
  background-color: #036eb8;
}
#product-list .product-list-box .product-color-box .color-circle.color-0010 {
  background-image: linear-gradient(90deg, rgb(251, 213, 251), rgb(149, 233, 243));
}
#product-list #product-list-sidebar {
  background: #fff;
}
@media (max-width: 991.98px) {
  #product-list #product-list-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    transform: translateY(100%);
    transition: 0.3s all ease;
  }
  #product-list #product-list-sidebar.active {
    padding: 10px;
    overflow-y: auto;
    height: 100vh;
    z-index: 999999;
    transform: translateY(0%);
  }
}
#product-list #product-list-sidebar .products-list-sidebar-box {
  border: 1px solid #ECF1F4;
}
#product-list #product-list-sidebar .products-list-sidebar-box .product-list-sidebar-title {
  padding: 5px;
  font-size: 18px;
  font-weight: 700;
  background: #faf8f5;
}
#product-list #product-list-sidebar .products-list-sidebar-box .product-list-sidebar-content {
  padding: 10px;
  font-size: 14px;
}
#product-list #product-list-sidebar .products-list-sidebar-box .product-list-sidebar-content.sidebar-color .color-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  #product-list #product-list-sidebar .products-list-sidebar-box .product-list-sidebar-content.sidebar-color .color-label {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  #product-list #product-list-sidebar .products-list-sidebar-box .product-list-sidebar-content.sidebar-color .color-label {
    font-size: 14px;
  }
}
#product-list #product-list-sidebar .products-list-sidebar-box .product-list-sidebar-content.sidebar-color .form-check {
  display: inline-block;
}
#product-list #product-list-sidebar .products-list-sidebar-box .product-list-sidebar-content.sidebar-color .color-circle {
  display: inline-block;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background-color: #fff;
}
@media (max-width: 1199.98px) {
  #product-list #product-list-sidebar .products-list-sidebar-box .product-list-sidebar-content.sidebar-color .color-circle {
    height: 15px;
    width: 15px;
  }
}
@media (max-width: 991.98px) {
  #product-list #product-list-sidebar .products-list-sidebar-box .product-list-sidebar-content.sidebar-color .color-circle {
    height: 20px;
    width: 20px;
  }
}
#product-list #product-list-sidebar .products-list-sidebar-box .product-list-sidebar-content.sidebar-color .color-circle.color-0001 {
  background-color: #000;
}
#product-list #product-list-sidebar .products-list-sidebar-box .product-list-sidebar-content.sidebar-color .color-circle.color-0002 {
  background-color: #808080;
}
#product-list #product-list-sidebar .products-list-sidebar-box .product-list-sidebar-content.sidebar-color .color-circle.color-0003 {
  background-color: #fff;
  border: 1px solid #ccc;
}
#product-list #product-list-sidebar .products-list-sidebar-box .product-list-sidebar-content.sidebar-color .color-circle.color-0004 {
  background-color: #944a31;
}
#product-list #product-list-sidebar .products-list-sidebar-box .product-list-sidebar-content.sidebar-color .color-circle.color-0005 {
  background-color: #bfab90;
}
#product-list #product-list-sidebar .products-list-sidebar-box .product-list-sidebar-content.sidebar-color .color-circle.color-0006 {
  background-color: #ffff00;
}
#product-list #product-list-sidebar .products-list-sidebar-box .product-list-sidebar-content.sidebar-color .color-circle.color-0007 {
  background-color: #B37955;
}
#product-list #product-list-sidebar .products-list-sidebar-box .product-list-sidebar-content.sidebar-color .color-circle.color-0008 {
  background-color: #006834;
}
#product-list #product-list-sidebar .products-list-sidebar-box .product-list-sidebar-content.sidebar-color .color-circle.color-0009 {
  background-color: #036eb8;
}
#product-list #product-list-sidebar .products-list-sidebar-box .product-list-sidebar-content.sidebar-color .color-circle.color-0010 {
  background-image: linear-gradient(90deg, rgb(251, 213, 251), rgb(149, 233, 243));
}
#product-list #product-list-search {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 999;
}
#product-list .category-outlet {
  margin-top: 50px;
  text-align: center;
}
#product-list .category-outlet h3 {
  font-size: 24px;
  font-weight: 700;
}

/********************************************
購入ステップ
********************************************/
.ec-progress {
  margin: 0 auto 50px;
  padding: 8px 0 16px;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 800px;
  list-style: none;
}
.ec-progress .ec-progress__item {
  display: table-cell;
  position: relative;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  z-index: 1;
}
.ec-progress .ec-progress__item:after {
  content: "";
  position: absolute;
  display: block;
  background: #8f8f8f;
  width: 100%;
  height: 0.25em;
  top: 1.25em;
  left: 50%;
  margin-left: 1.5em;
  z-index: -1;
}
.ec-progress .ec-progress__item:last-child:after {
  display: none;
}
.ec-progress .ec-progress__number {
  line-height: 42px;
  width: 42px;
  height: 42px;
  font-size: 16px;
  background: #e8e8e8;
  color: #484E55;
  top: 0;
  left: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}
.ec-progress .ec-progress__label {
  font-size: 12px;
}
.ec-progress .is-complete .ec-progress__number {
  background: #484E55;
  color: #fff;
}
.ec-progress .is-complete .ec-progress__label {
  color: #484E55;
}

/********************************************
購入
********************************************/
#shopping {
  overflow-wrap: break-word;
}
#shopping #schedule {
  width: 200px;
}
#shopping .table-payment tr td, #shopping .table-payment tr th {
  padding: 25px;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  #shopping .table-payment tr td, #shopping .table-payment tr th {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
  }
}
#shopping .table-payment tr td.payment-method, #shopping .table-payment tr th.payment-method {
  background-color: #F5F7F8;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  #shopping .table-payment tr td.payment-method, #shopping .table-payment tr th.payment-method {
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  #shopping .table-payment tr td.payment-radio, #shopping .table-payment tr th.payment-radio {
    width: 20%;
  }
}
#shopping .table-payment tr td.payment-detail .table, #shopping .table-payment tr th.payment-detail .table {
  table-layout: fixed;
}
#shopping .table-payment tr td.payment-detail .table tr th, #shopping .table-payment tr td.payment-detail .table tr td, #shopping .table-payment tr th.payment-detail .table tr th, #shopping .table-payment tr th.payment-detail .table tr td {
  padding: 5px 0;
  font-size: 0.7rem;
}
#shopping .table-payment tr td.payment-detail .table tr th img, #shopping .table-payment tr td.payment-detail .table tr td img, #shopping .table-payment tr th.payment-detail .table tr th img, #shopping .table-payment tr th.payment-detail .table tr td img {
  height: 25px;
  width: auto;
}
#shopping .table-tradelaw th {
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  #shopping .table-tradelaw th,
  #shopping .table-tradelaw td {
    display: block;
    width: 100%;
  }
}
#shopping .card {
  padding: 10px;
}
#shopping .card figure {
  text-align: center;
}
#shopping .card figure img {
  max-width: 100%;
}
#shopping .card .card-body {
  background-color: #F5F7F8;
}
#shopping .card .product-code {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #shopping .card .product-code {
    font-size: 14px;
  }
}
#shopping .card .product-name {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #shopping .card .product-name {
    font-size: 16px;
  }
}
#shopping .card .product-price {
  color: #484E55;
  font-size: 24px;
  font-weight: 700;
}
#shopping .card .product-tax {
  color: #707070;
  font-size: 12px;
}
#shopping .card .sub-total {
  font-size: 24px;
  font-weight: 700;
  color: #FF327A;
}
@media (max-width: 991.98px) {
  #shopping .card .sub-total {
    font-size: 20px;
  }
}
#shopping .cart-total-box {
  background-color: #F5F7F8;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 6px;
}
#shopping .cart-total-box .total-price {
  font-size: 32px;
  font-weight: 700;
  text-align: right;
  color: #FF327A;
}
#shopping .cart-total-box dl dt {
  padding-top: 5px;
  padding-bottom: 5px;
}
#shopping .cart-total-box dl dd {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
}
#shopping .delivery-block {
  margin-top: 50px;
  padding: 20px;
  border: 1px solid #CDD7E3;
}
#shopping .delivery-block a {
  word-break: break-all;
}
#shopping .delivery-block ul {
  margin: 0;
}
#shopping .delivery-block table th {
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  #shopping .delivery-block table th,
  #shopping .delivery-block table td {
    display: block;
    width: 100%;
  }
}

#page-shopping_delivery .undecided-area label,
#shopping .undecided-area label {
  width: 100%;
  background: #FFFBD6;
  padding: 1.5rem 1.5rem 1.5rem 38px;
  text-indent: -2rem;
  cursor: pointer;
}
@media (hover: hover) {
  #page-shopping_delivery .undecided-area label:hover,
  #shopping .undecided-area label:hover {
    color: #0d6efd;
    text-decoration: underline;
  }
}
#page-shopping_delivery .undecided-area #delivery_date_undecided,
#page-shopping_delivery .undecided-area #shipping_undecided,
#shopping .undecided-area #delivery_date_undecided,
#shopping .undecided-area #shipping_undecided {
  margin-inline: 0.4rem;
  margin-block: 0.3rem 0;
}

/* 20250219 追記 トップバナー画像位置調整 */
.mt-20 {
  margin-top: 0;
}

@media (min-width: 992px) {
  #page-homepage #banner .catalog-wrapper .catalog-box.catalog-box-right img:last-child {
    left: unset;
    right: 15px;
  }
  .mt-20 {
    margin-top: 20px;
  }
}
/* 20250219 追記 トップバナー追加 */
.mb-50 {
  margin-bottom: 50px;
}

#page-help_futon {
  color: #231815;
  margin-bottom: -30px;
}
@media (max-width: 991.98px) {
  #page-help_futon .page-title {
    margin-bottom: 20px;
  }
}
#page-help_futon .futon__txt_lg {
  font-size: clamp(1.375rem, 1.163rem + 0.906vw, 2.25rem);
  line-height: 1.2;
}
#page-help_futon .futon__mglg {
  margin-block: 100px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #page-help_futon .futon__mglg {
    margin-block: 70px 50px;
  }
}
@media (min-width: 991.98px) {
  #page-help_futon .seven_color .futon__mglg {
    margin-bottom: 70px;
  }
}
#page-help_futon .three_type, #page-help_futon .mattress, #page-help_futon .pocket, #page-help_futon .futon_set_price {
  background: #F5F9EC;
  width: 100%;
}
#page-help_futon .three_type .wrap, #page-help_futon .mattress .wrap, #page-help_futon .pocket .wrap, #page-help_futon .futon_set_price .wrap {
  max-width: 1336px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  padding-inline: 20px;
}
#page-help_futon .three_type__end {
  padding-block: 70px 5px;
}
@media (max-width: 991.98px) {
  #page-help_futon .three_type__end {
    padding-block: 0 20px;
  }
}
#page-help_futon .mattress {
  background: #FFF8EE;
  padding-bottom: 5px;
}
#page-help_futon .mattress .col4 {
  max-width: 1336px;
  margin-inline: auto;
  list-style: none;
  display: flex;
  gap: 20px;
  padding-inline: 20px;
}
#page-help_futon .mattress .col4 li {
  flex: 1;
}
#page-help_futon .mattress .col4 li .bl_ttl {
  color: #3F7084;
  font-size: clamp(1.125rem, 1.034rem + 0.388vw, 1.5rem);
  border-bottom: 2px solid #3F7084;
  padding-bottom: 15px;
  margin-bottom: 17px;
}
#page-help_futon .mattress .col4 li img {
  width: 100%;
}
#page-help_futon .mattress .col4 li p {
  margin-top: 10px;
}
#page-help_futon .pocket {
  background: #ECF2F5;
}
#page-help_futon .pocket__img .col3 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  gap: 20px;
  max-width: 1336px;
  margin-inline: auto;
  padding-inline: 20px;
}
#page-help_futon .pocket__img .col3 li {
  width: calc((100% - 40px) / 3);
}
#page-help_futon .pocket__img .col3 li img {
  width: 100%;
}
#page-help_futon .pocket__img .col3 li p {
  margin-top: 7px;
}
#page-help_futon .futon_set_price {
  background: #EDEFF2;
}
#page-help_futon .futon_set_price .wrap {
  padding-inline: 0;
}
#page-help_futon .btn__blue {
  width: 430px;
  margin-inline: auto;
  margin-block: 60px 110px;
}
@media (max-width: 991.98px) {
  #page-help_futon .btn__blue {
    margin-block: 44px 64px;
    width: 100%;
    max-width: 390px;
  }
}
#page-help_futon .btn__blue a {
  background: #0051B1;
  height: clamp(65px, 60.146px + 1.294vw, 85px);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  position: relative;
  font-size: clamp(1.125rem, 1.049rem + 0.324vw, 1.438rem);
}
#page-help_futon .btn__blue a::after {
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 11px;
  height: 11px;
  rotate: 45deg;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

@media (min-width: 575.98px) and (max-width: 991.98px) {
  #page-help_futon .three_type .wrap, #page-help_futon .mattress .wrap {
    max-width: 690px !important;
  }
  #page-help_futon .mattress .col4 {
    flex-wrap: wrap;
  }
  #page-help_futon .mattress .col4 li {
    flex: unset;
    width: calc(50% - 10px);
  }
  #page-help_futon .pocket__img .col3 li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 575.98px) {
  #page-help_futon .three_type .wrap, #page-help_futon .mattress .wrap, #page-help_futon .pocket .wrap {
    padding-inline: 0;
  }
  #page-help_futon .mattress .col4 {
    flex-wrap: unset;
    flex-direction: column;
    max-width: 340px;
  }
  #page-help_futon .mattress .col4 li {
    width: 100%;
  }
  #page-help_futon .pocket__img .col3 {
    flex-wrap: unset;
    flex-direction: column;
    max-width: 351px;
    padding-inline: 0;
  }
  #page-help_futon .pocket__img .col3 li {
    width: 100%;
  }
}
@media (min-width: 991.98px) {
  #page-help_guide_reservation .page-title {
    border-bottom: 2px solid #F2EFE6;
    padding-bottom: 40px;
  }
}

#reservation__guide .upper-wrap {
  max-width: 1296px;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 767.98px) {
  #reservation__guide .upper-wrap .mini__width {
    padding-inline: 15px;
  }
}
#reservation__guide .upper-wrap .fs_lg {
  font-size: clamp(1rem, 0.879rem + 0.518vw, 1.5rem);
  color: #254964;
  font-weight: bold;
  margin-block: clamp(20px, 12.718px + 1.942vw, 50px);
  line-height: 1.9;
}
@media (min-width: 1399.98px) {
  #reservation__guide .upper-wrap .fs_lg {
    margin-bottom: 60px;
  }
}
#reservation__guide .upper-wrap .caution {
  color: #E50012;
  font-weight: bold;
  font-size: clamp(1.25rem, 0.947rem + 1.294vw, 2.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-block: clamp(20px, 15.146px + 1.294vw, 40px) clamp(15px, 11.359px + 0.971vw, 30px);
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #reservation__guide .upper-wrap .caution {
    flex-direction: column;
  }
}
#reservation__guide .upper-wrap .caution::before {
  content: "";
  background: url(../img/guide/reservation/caution.png) no-repeat;
  background-size: contain;
  width: clamp(35px, 28.689px + 1.683vw, 61px);
  aspect-ratio: 61/54;
  display: inline-block;
}
#reservation__guide .upper-wrap .col3-1 {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 1236px;
  margin-top: clamp(25px, 16.505px + 2.265vw, 60px);
  margin-inline: auto;
}
@media (max-width: 991.98px) {
  #reservation__guide .upper-wrap .col3-1.sp-none {
    display: none;
  }
}
@media (min-width: 991.98px) {
  #reservation__guide .upper-wrap .col3-1 {
    flex-direction: row;
  }
}
#reservation__guide .upper-wrap .col3-1__box {
  border: 1px solid #254964;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media (max-width: 991.98px) {
  #reservation__guide .upper-wrap .col3-1__box {
    margin-top: 20px;
  }
}
#reservation__guide .upper-wrap .col3-1__box img {
  width: 90%;
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  #reservation__guide .upper-wrap .col3-1__box img {
    max-width: 400px;
  }
}
#reservation__guide .upper-wrap .col3-1__box--ttl {
  display: inline-flex;
  background: #7d7d7d;
  border-radius: 100vmax;
  transform: translateY(-1.5rem);
  padding: 10px 30px;
  font-size: clamp(1.125rem, 1.004rem + 0.518vw, 1.625rem);
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
}
@media (min-width: 991.98px) {
  #reservation__guide .upper-wrap .col3-1__box--ttl {
    padding: 10px clamp(10px, 1.505px + 2.265vw, 45px);
  }
}
#reservation__guide .upper-wrap .col3-1__box--ttl.pk {
  background: #FF5165;
}
#reservation__guide .upper-wrap .col3-1__box--ttl.gr {
  background: #02A287;
}
#reservation__guide .upper-wrap .col3-1__box--txt {
  font-size: clamp(1rem, 0.939rem + 0.259vw, 1.25rem);
  margin-top: 10px;
  color: #254964;
  min-height: 61px;
  display: flex;
  align-items: center;
}
#reservation__guide .upper-wrap .col2-1 {
  display: flex;
  flex-direction: column;
  border: 1px solid #254964;
}
@media (min-width: 991.98px) {
  #reservation__guide .upper-wrap .col2-1 {
    flex-direction: row;
  }
}
#reservation__guide .upper-wrap .col2-1__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#reservation__guide .upper-wrap .col2-1__box:first-of-type {
  border-right: 1px solid #254964;
}
@media (max-width: 991.98px) {
  #reservation__guide .upper-wrap .col2-1__box:first-of-type {
    border-right: none;
  }
}
@media (min-width: 991.98px) {
  #reservation__guide .upper-wrap .col2-1__box {
    flex: 1;
  }
}
#reservation__guide .upper-wrap .col2-1__box__head {
  background: #254964;
  width: 100%;
  color: #fff;
  font-size: clamp(0.813rem, 0.646rem + 0.712vw, 1.5rem);
  padding-block: clamp(10px, 8.786px + 0.324vw, 15px);
}
#reservation__guide .upper-wrap .col2-1__box__head .date {
  font-size: clamp(1.188rem, 0.93rem + 1.1vw, 2.25rem);
  padding-inline: 10px;
}
#reservation__guide .upper-wrap .col2-1__box__head .yl {
  color: #FFF338;
  font-size: clamp(0.813rem, 0.646rem + 0.712vw, 1.5rem);
}
#reservation__guide .upper-wrap .col2-1__box__head .yl b {
  font-size: clamp(1.25rem, 0.992rem + 1.1vw, 2.313rem);
}
#reservation__guide .upper-wrap .col2-1__box .under {
  font-size: clamp(0.75rem, 0.598rem + 0.647vw, 1.375rem);
  font-weight: bold;
}
#reservation__guide .upper-wrap .col2-1__box .under::before {
  content: "";
  background: url(../img/guide/reservation/arrow.svg) no-repeat;
  background-size: contain;
  width: clamp(57px, 37.049px + 5.32vw, 106px);
  aspect-ratio: 57/20;
  display: inline-block;
  margin-block: 25px -10px;
}
#reservation__guide .upper-wrap .col2-1__box .under p {
  font-size: clamp(0.75rem, 0.598rem + 0.647vw, 1.375rem);
  font-weight: bold;
  position: relative;
  margin-bottom: clamp(20px, 13.932px + 1.618vw, 45px);
}
#reservation__guide .upper-wrap .col2-1__box .under p::after {
  content: "";
  width: 100%;
  height: clamp(10px, 8.544px + 0.388vw, 16px);
  background: rgba(255, 243, 56, 0.5);
  background-blend-mode: multiply;
  display: inline-block;
  position: absolute;
  bottom: 12px;
  left: 0;
  z-index: -1;
}
#reservation__guide .upper-wrap .col2-1__box .under p span {
  font-size: clamp(1.875rem, 1.481rem + 1.683vw, 3.5rem);
  padding-right: clamp(10px, 7.573px + 0.647vw, 20px);
}
#reservation__guide .upper-wrap .col2-1 + ul {
  list-style: none;
  padding-left: 0;
  padding-block: 30px;
  margin-bottom: 0;
}
#reservation__guide .upper-wrap .col2-1 + ul li {
  color: #254964;
  text-align: left;
  text-indent: -1rem;
  margin-left: 1rem;
  font-size: clamp(0.875rem, 0.784rem + 0.388vw, 1.25rem);
  margin-bottom: 1rem;
}
#reservation__guide .reservation-wrap {
  font-size: 20px;
  text-align: center;
  padding: 10px clamp(50px, -23.174px + 9.54vw, 160px) 90px;
  color: #254964;
  background: #F2EFE6;
}
@media (max-width: 991.98px) {
  #reservation__guide .reservation-wrap {
    padding: 30px 16px;
  }
}
#reservation__guide .reservation-wrap .procedure {
  font-size: clamp(1.688rem, 1.49rem + 0.841vw, 2.5rem);
  margin-block: clamp(30px, 21.857px + 2.172vw, 50px) clamp(20px, 17.573px + 0.647vw, 30px);
  font-weight: bold;
}
#reservation__guide .reservation-wrap .procedure__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  margin-inline: auto;
}
#reservation__guide .reservation-wrap .procedure__box::after {
  content: "";
  background: url(../img/guide/reservation/arrow.svg) no-repeat;
  background-size: contain;
  width: clamp(57px, 37.049px + 5.32vw, 106px);
  aspect-ratio: 57/20;
  display: inline-block;
  margin-block: clamp(18px, 13.114px + 1.303vw, 30px);
}
#reservation__guide .reservation-wrap .procedure__box .col2-1 {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}
#reservation__guide .reservation-wrap .procedure__box .col2-1.bk {
  background: #254964;
  color: #fff;
  padding-block: 20px;
}
#reservation__guide .reservation-wrap .procedure__box .col2-1.bk .procedure_txt {
  font-size: 1rem;
  margin-top: 20px;
  text-align: center;
}
#reservation__guide .reservation-wrap .procedure__box .col2-1.bk .procedure_txt span {
  font-size: 1.5rem;
}
@media (min-width: 767.98px) {
  #reservation__guide .reservation-wrap .procedure__box .col2-1.bk {
    padding-block: clamp(20px, -8.998px + 3.781vw, 40px);
  }
  #reservation__guide .reservation-wrap .procedure__box .col2-1.bk .img {
    width: 35%;
    padding-left: 2%;
    display: flex;
    justify-content: flex-end;
  }
  #reservation__guide .reservation-wrap .procedure__box .col2-1.bk .procedure_txt {
    width: 65%;
    padding-left: min(5%, 80px);
    margin-left: 0;
    margin-top: 0;
    font-size: clamp(1rem, 1.7vw, 1.625rem);
    text-align: left;
  }
  #reservation__guide .reservation-wrap .procedure__box .col2-1.bk .procedure_txt span {
    font-size: clamp(1.5rem, 2.9vw, 2.25rem);
  }
}
@media (min-width: 991.98px) and (max-width: 1199.98px) {
  #reservation__guide .reservation-wrap .procedure__box .col2-1.bk .procedure_txt {
    font-size: 1.125rem;
  }
  #reservation__guide .reservation-wrap .procedure__box .col2-1.bk .procedure_txt span {
    font-size: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  #reservation__guide .reservation-wrap .procedure__box .col2-1 {
    padding-bottom: 20px;
  }
}
@media (min-width: 767.98px) {
  #reservation__guide .reservation-wrap .procedure__box .col2-1 {
    display: flex;
    align-items: center;
  }
  #reservation__guide .reservation-wrap .procedure__box .col2-1 .img, #reservation__guide .reservation-wrap .procedure__box .col2-1 .procedure_txt {
    width: 50%;
  }
}
#reservation__guide .reservation-wrap .procedure__box .col2-1 .procedure_txt {
  margin-bottom: 0;
  font-size: clamp(0.875rem, 0.722rem + 0.651vw, 1.25rem);
  font-weight: bold;
  text-align: left;
  padding-left: clamp(20px, -37.996px + 7.561vw, 60px);
}
@media (max-width: 767.98px) {
  #reservation__guide .reservation-wrap .procedure__box .col2-1 .procedure_txt {
    max-inline-size: max-content;
    margin-inline: auto;
    margin-top: 10px;
    padding-left: 0;
  }
}
#reservation__guide + #guide {
  padding-block: 50px;
}
#reservation__guide + #guide .guide-block .guide-content a {
  height: unset;
}

#early_order .page-title {
  margin-bottom: clamp(40px, 8.065px + 3.226vw, 70px);
}
@media (max-width: 991.98px) {
  #early_order .page-title {
    margin-bottom: 20px;
  }
}
#early_order .reservation-wrap {
  background: #F2F0E6;
  font-size: 20px;
  text-align: center;
  padding-block: 35px;
}
@media (max-width: 991.98px) {
  #early_order .reservation-wrap {
    padding: 0 16px 30px;
    background: linear-gradient(180deg, #fff 0%, #fff clamp(90px, 41.299px + 12.987vw, 170px), #F2F0E6 clamp(90px, 41.299px + 12.987vw, 170px), #F2F0E6 100%);
  }
}
#early_order .reservation-wrap .procedure {
  font-size: clamp(1.688rem, 1.49rem + 0.841vw, 2.5rem);
  margin-block: clamp(30px, 21.857px + 2.172vw, 50px) clamp(20px, 17.573px + 0.647vw, 30px);
  font-weight: bold;
  color: #254964;
}
#early_order .procedure__box_wrap {
  width: 100%;
}
@media (min-width: 991.98px) {
  #early_order .procedure__box_wrap {
    padding-inline: clamp(30px, 16.696px + 1.735vw, 50px);
  }
}
#early_order .procedure__box_wrap .procedure__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
  max-width: 1200px;
  color: #254964;
}
#early_order .procedure__box_wrap .procedure__box:has(.deliver)::after {
  display: none;
}
#early_order .procedure__box_wrap .procedure__box:has(.bk) {
  margin-bottom: 20px;
}
#early_order .procedure__box_wrap .procedure__box:has(.bk)::after {
  display: none;
}
#early_order .procedure__box_wrap .procedure__box::after {
  content: "";
  background: url(../img/guide/early_order/arrow.svg) no-repeat;
  background-size: contain;
  width: clamp(57px, 37.049px + 5.32vw, 106px);
  aspect-ratio: 57/20;
  display: inline-block;
  margin-block: clamp(18px, 13.114px + 1.303vw, 30px);
}
#early_order .procedure__box_wrap .procedure__box .procedure__tel, #early_order .procedure__box_wrap .procedure__box .deliver {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}
#early_order .procedure__box_wrap .procedure__box .procedure__tel {
  max-width: 960px;
  font-size: clamp(1.188rem, 1.112rem + 0.324vw, 1.5rem);
  padding-top: 30px;
}
@media (min-width: 1399.98px) {
  #early_order .procedure__box_wrap .procedure__box .procedure__tel {
    padding-top: 35px;
  }
}
#early_order .procedure__box_wrap .procedure__box .procedure__tel .caution {
  color: #E60012;
  font-size: clamp(1.188rem, 1.112rem + 0.324vw, 1.5rem);
  font-weight: bold;
}
#early_order .procedure__box_wrap .procedure__box .procedure__tel .caution span {
  font-size: clamp(1.75rem, 1.629rem + 0.518vw, 2.25rem);
}
#early_order .procedure__box_wrap .procedure__box .procedure__tel .tel_num {
  color: #254964;
  font-weight: bold;
  font-size: clamp(2.25rem, 1.947rem + 1.294vw, 3.5rem);
  letter-spacing: 0.078em;
}
@media (max-width: 575.98px) {
  #early_order .procedure__box_wrap .procedure__box .procedure__tel .tel_num {
    letter-spacing: 0.065em;
  }
}
#early_order .procedure__box_wrap .procedure__box .procedure__tel .tel_num::before {
  content: "";
  background: url(../img/guide/early_order/tel.svg) no-repeat;
  background-size: contain;
  width: clamp(26px, 18.903px + 1.359vw, 45px);
  aspect-ratio: 45/46;
  display: inline-block;
  margin-bottom: -3px;
}
@media (max-width: 575.98px) {
  #early_order .procedure__box_wrap .procedure__box .procedure__tel .tel_num::before {
    margin-bottom: 0;
  }
}
#early_order .procedure__box_wrap .procedure__box .procedure__tel ul {
  list-style: none;
  padding-left: 0;
  max-width: 721px;
  margin-inline: auto;
  margin-bottom: clamp(30px, 25.146px + 1.294vw, 50px);
  max-inline-size: max-content;
}
@media (min-width: 1399.98px) {
  #early_order .procedure__box_wrap .procedure__box .procedure__tel ul {
    margin-bottom: 70px;
  }
}
@media (max-width: 991.98px) {
  #early_order .procedure__box_wrap .procedure__box .procedure__tel ul {
    padding-inline: 10px;
  }
}
#early_order .procedure__box_wrap .procedure__box .procedure__tel ul li {
  color: #254964;
  text-indent: -1rem;
  margin-left: 1rem;
  font-size: clamp(0.813rem, 0.706rem + 0.453vw, 1.25rem);
  text-align: left;
  margin-bottom: 15px;
}
#early_order .procedure__box_wrap .procedure__box .deliver {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding-block: 30px;
}
#early_order .procedure__box_wrap .procedure__box .deliver img {
  max-width: 96px;
  object-fit: contain;
}
#early_order .procedure__box_wrap .procedure__box .deliver .txt {
  font-weight: bold;
}
#early_order .procedure__box_wrap .procedure__box .col2-1 {
  background: #fff;
  border-radius: 10px;
  padding: 40px 10px 10px;
  width: 100%;
}
#early_order .procedure__box_wrap .procedure__box .col2-1.fst {
  padding: 40px 10px;
}
#early_order .procedure__box_wrap .procedure__box .col2-1.fst .procedure_txt {
  padding-left: 20px;
}
#early_order .procedure__box_wrap .procedure__box .col2-1:has(.procedure__phone) {
  padding-top: 10px;
}
@media (min-width: 991.98px) {
  #early_order .procedure__box_wrap .procedure__box .col2-1:has(.procedure__phone) {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  #early_order .procedure__box_wrap .procedure__box .col2-1:has(.procedure__phone) {
    padding-bottom: 10px;
  }
}
#early_order .procedure__box_wrap .procedure__box .col2-1.bk {
  background: #254964;
  color: #fff;
  padding-block: 15px;
  justify-content: center;
  max-width: 960px;
}
#early_order .procedure__box_wrap .procedure__box .col2-1.bk .bk_txt {
  font-size: clamp(1.063rem, 0.956rem + 0.453vw, 1.5rem);
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #early_order .procedure__box_wrap .procedure__box .col2-1 {
    padding-bottom: 20px;
  }
}
@media (min-width: 767.98px) {
  #early_order .procedure__box_wrap .procedure__box .col2-1 {
    display: flex;
    align-items: center;
  }
  #early_order .procedure__box_wrap .procedure__box .col2-1 .img, #early_order .procedure__box_wrap .procedure__box .col2-1 .procedure_txt {
    width: 50%;
  }
}
#early_order .procedure__box_wrap .procedure__box .col2-1 .img .net {
  width: 90%;
  max-width: 400px !important;
  margin-inline: auto;
}
#early_order .procedure__box_wrap .procedure__box .col2-1 .procedure__phone {
  max-width: 500px;
  margin-inline: auto;
  padding-block: clamp(20px, 17.573px + 0.647vw, 30px);
}
@media (max-width: 767.98px) {
  #early_order .procedure__box_wrap .procedure__box .col2-1 .procedure__phone .icon img {
    max-height: 74px;
    padding-bottom: 20px;
  }
}
#early_order .procedure__box_wrap .procedure__box .col2-1 .procedure__phone .procedure__phone_txt {
  margin-bottom: 0;
}
@media (min-width: 767.98px) {
  #early_order .procedure__box_wrap .procedure__box .col2-1 .procedure__phone {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
#early_order .procedure__box_wrap .procedure__box .col2-1 .procedure_txt {
  margin-bottom: 0;
  font-size: clamp(0.875rem, 0.722rem + 0.651vw, 1.25rem);
  font-weight: bold;
  text-align: left;
  padding-left: clamp(20px, -37.996px + 7.561vw, 60px);
}
@media (max-width: 767.98px) {
  #early_order .procedure__box_wrap .procedure__box .col2-1 .procedure_txt {
    max-inline-size: max-content;
    margin-inline: auto;
    margin-top: 10px;
  }
}
#early_order + #guide {
  padding-block: 70px 50px;
}
#early_order + #guide .guide-block .guide-content a {
  height: unset;
}

.container__early_order {
  color: #254964;
  text-align: center;
}
@media (max-width: 991.98px) {
  .container__early_order .big_img {
    max-width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media (min-width: 991.98px) {
  .container__early_order {
    max-width: 1000px;
    width: 80%;
    margin-inline: auto;
  }
}
.container__early_order .mg_txt {
  margin-block: 10px 30px;
  font-size: clamp(1.875rem, 1.572rem + 1.294vw, 3.125rem);
}
@media (max-width: 991.98px) {
  .container__early_order .mg_txt {
    margin-top: 30px;
    line-height: 1.4;
  }
}

@media (max-width: 575.98px) {
  #page-help_reservation_order h1.page-title {
    margin-bottom: 15px;
  }
}
#page-help_reservation_order .container .container__reservation_order {
  text-align: center;
}
@media (min-width: 991.98px) {
  #page-help_reservation_order .container .container__reservation_order {
    max-width: 1000px;
    margin-inline: auto;
  }
}
#page-help_reservation_order .container .container__reservation_order--header {
  text-align: center;
}
@media (min-width: 991.98px) {
  #page-help_reservation_order .container .container__reservation_order--header {
    max-width: 1320px;
    margin-inline: auto;
  }
}
@media (max-width: 991.98px) {
  #page-help_reservation_order .container .container__reservation_order--header {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  #page-help_reservation_order .container .container__reservation_order .w-full {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
}
#page-help_reservation_order .container .container__reservation_order .mg_txt {
  margin-block: 30px;
  font-size: clamp(0.875rem, 0.65rem + 0.96vw, 1.25rem);
}
@media (max-width: 575.98px) {
  #page-help_reservation_order .container .container__reservation_order .mg_txt {
    margin-block: 20px 10px;
    line-height: 2;
  }
}
@media (max-width: 991.98px) {
  #page-help_reservation_order .container .container__reservation_order .mg_txt.text-center {
    text-align: left !important;
  }
}
#page-help_reservation_order .container .container__reservation_order .mg_txt.which_one {
  color: #2BB7B3;
  font-size: clamp(2rem, 1.824rem + 0.751vw, 2.5rem);
  text-align: center;
  font-weight: 700;
}
#page-help_reservation_order .container .container__reservation_order .note {
  max-width: 833px;
  position: relative;
  margin-inline: auto;
  margin-block: 70px;
  color: #254964;
}
@media (max-width: 991.98px) {
  #page-help_reservation_order .container .container__reservation_order .note {
    width: 80%;
    margin-block: 40px clamp(140px, 115.649px + 6.494vw, 180px);
  }
}
#page-help_reservation_order .container .container__reservation_order .note::after {
  content: "";
  background: url(../img/feature/reservation_order/img_03.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 149px;
  aspect-ratio: 149/133;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  #page-help_reservation_order .container .container__reservation_order .note::after {
    bottom: -120px;
    width: clamp(91px, 67.258px + 6.331vw, 130px);
    top: unset;
    transform: translateY(0);
  }
}
@media (max-width: 767.98px) {
  #page-help_reservation_order .container .container__reservation_order .note::after {
    bottom: clamp(-80px, -60.43px - 2.55vw, -70px);
    width: clamp(91px, 73.346px + 4.708vw, 120px);
    top: unset;
    transform: translateY(0);
  }
}
#page-help_reservation_order .container .container__reservation_order .note .caution {
  text-align: left !important;
  display: flex;
  align-items: center;
  font-size: 1.375rem;
  font-weight: 700;
}
#page-help_reservation_order .container .container__reservation_order .note .caution::before {
  content: "";
  background: url(../img/feature/reservation_order/caution.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 36px;
  height: 32px;
  margin-right: 10px;
}
#page-help_reservation_order .container .container__reservation_order .note .text-start {
  font-size: clamp(0.875rem, 0.743rem + 0.563vw, 1.25rem);
}
@media (max-width: 767.98px) {
  #page-help_reservation_order .container .container__reservation_order .note .text-start {
    line-height: 2;
  }
}
#page-help_reservation_order .container .container__reservation_order .mg_hi {
  margin-block: 30px 40px;
}
@media (max-width: 767.98px) {
  #page-help_reservation_order .container .container__reservation_order .mg_hi {
    margin-block: 30px 20px;
  }
}
#page-help_reservation_order .container .container__reservation_order .easy {
  margin-block: clamp(30px, 25.146px + 1.294vw, 50px) 20px;
}
#page-help_reservation_order .container .container__reservation_order .btn {
  margin-block: clamp(15px, 11.359px + 0.971vw, 30px) 70px;
  width: 100%;
  display: flex;
  justify-content: center;
  --bs-btn-padding-x:0;
}
@media (max-width: 991.98px) {
  #page-help_reservation_order .container .container__reservation_order .btn {
    margin-bottom: 50px;
  }
}
#page-help_reservation_order .container .container__reservation_order .btn:has(.gokakumae) {
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  #page-help_reservation_order .container .container__reservation_order .btn:has(.gokakumae) {
    margin-bottom: 80px;
  }
}
#page-help_reservation_order .container .container__reservation_order .btn a {
  width: 100%;
  max-width: 454px;
  height: clamp(67px, 54.4px + 3.36vw, 88px);
  background: #ccc;
  border-radius: 100vmax;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
  font-weight: bold;
}
#page-help_reservation_order .container .container__reservation_order .btn a.soki {
  background: #ED6C00;
}
#page-help_reservation_order .container .container__reservation_order .btn a.gokakumae {
  background: #E8486D;
}
#page-help_reservation_order .container .container__reservation_order .btn a::after {
  content: "";
  background: url(../img/feature/reservation_order/arrow.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: clamp(21px, 18px + 0.8vw, 26px);
  aspect-ratio: 26/21;
  margin-left: clamp(15px, 12px + 0.8vw, 20px);
}

#must-item_contents {
  margin-bottom: 200px;
}
@media (max-width: 767.98px) {
  #must-item_contents {
    margin-bottom: 100px;
  }
}
#must-item_contents .container-must-item {
  max-width: 1048px;
  margin-inline: auto;
  padding-inline: 12px;
  width: 100%;
}
@media (max-width: 767.98px) {
  #must-item_contents .container-must-item {
    max-width: 600px;
  }
}
#must-item_contents .container-must-item p {
  margin-bottom: 0;
}
#must-item_contents .container-must-item .item-tag {
  display: block;
  width: 100%;
  font-size: clamp(16px, 15.515px + 0.129vw, 18px);
  font-weight: bold;
}
#must-item_contents .container-must-item .item-tag__mgb {
  margin-bottom: clamp(10px, 5.856px + 1.105vw, 20px);
  font-size: clamp(18px, 17.515px + 0.129vw, 20px);
}
#must-item_contents .container-must-item .item_ttl_price {
  color: #231815;
}
#must-item_contents .container-must-item .item_ttl_price .item-text {
  font-size: clamp(16px, 13.573px + 0.647vw, 26px);
  font-weight: bold;
}
#must-item_contents .container-must-item .item_ttl_price .item-price01 {
  font-size: clamp(24px, 21.087px + 0.777vw, 36px);
  font-weight: bold;
}
#must-item_contents .container-must-item .item_ttl_price .item-price02 {
  font-size: clamp(14px, 13.029px + 0.259vw, 18px);
  font-weight: bold;
}
#must-item_contents .must-item-kv {
  width: 100%;
}
#must-item_contents .item-logo-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(70px, 50.583px + 5.178vw, 150px);
}
@media (max-width: 767.98px) {
  #must-item_contents .item-logo-wrap {
    flex-direction: column;
  }
}
@media (min-width: 767.98px) {
  #must-item_contents .item-logo-wrap.-bed {
    margin-bottom: -8%;
  }
}
#must-item_contents .item-logo-wrap .img {
  max-width: 45%;
}
@media (max-width: 767.98px) {
  #must-item_contents .item-logo-wrap .img {
    max-width: 100%;
  }
}
#must-item_contents .item-logo-wrap .img img {
  object-fit: contain;
  width: auto;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  #must-item_contents .item-logo-wrap .img:last-of-type {
    display: flex;
    justify-content: flex-end;
    transform: translateY(-15px);
  }
  #must-item_contents .item-logo-wrap .img:last-of-type img {
    max-width: 65%;
  }
}
#must-item_contents .item-flex-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  #must-item_contents .item-flex-wrap {
    display: block;
    max-width: 600px;
    margin-inline: auto;
  }
}
#must-item_contents .item-flex-wrap:has(img) {
  margin-bottom: 50px;
}
#must-item_contents .item-flex-wrap.flex_btm {
  align-items: end;
  margin-bottom: 50px;
}
#must-item_contents .item-flex-wrap.flex_btm .item-text-wrap {
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  #must-item_contents .item-flex-wrap.flex_btm .item-text-wrap {
    margin-left: 0;
  }
}
#must-item_contents .item-flex-wrap.flex_btm .item-link {
  margin-left: 50px;
}
@media (max-width: 767.98px) {
  #must-item_contents .item-flex-wrap.flex_btm .item-link {
    margin-left: unset;
  }
}
@media (min-width: 767.98px) and (max-width: 1199.98px) {
  #must-item_contents .item-flex-wrap.flex_btm:has(.mitsuori) {
    margin-bottom: 100px;
  }
}
#must-item_contents .item-flex-wrap__gap {
  gap: clamp(30px, 10px + 2.604vw, 60px);
}
#must-item_contents .item-flex-wrap .img, #must-item_contents .item-flex-wrap .item-text-link, #must-item_contents .item-flex-wrap .-daily, #must-item_contents .item-flex-wrap .item-box {
  flex: 1;
}
@media (max-width: 767.98px) {
  #must-item_contents .item-flex-wrap .item-box {
    margin-bottom: 50px;
  }
}
#must-item_contents .item-flex-wrap .img img {
  width: 100%;
}
#must-item_contents .item-flex-wrap .item-text-wrap {
  display: flex;
  align-items: center;
}
#must-item_contents .item-flex-wrap .item-text-wrap .iten-text-wrap__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media (max-width: 991.98px) {
  #must-item_contents .item-flex-wrap .item-text-wrap .iten-text-wrap__inner {
    position: relative;
    width: 100%;
  }
  #must-item_contents .item-flex-wrap .item-text-wrap .iten-text-wrap__inner .item-link {
    position: absolute;
    right: 30px;
  }
}
#must-item_contents .item-flex-wrap .item-text-link {
  width: 100%;
  margin-top: 20px;
}
#must-item_contents .item-flex-wrap .item-text-link .item-link {
  font-size: 30px;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
}
#must-item_contents .item-flex-wrap .item-text-link .item-link::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  display: inline-block;
  position: absolute;
  top: 43%;
  left: 40%;
  transform: translate(-50%);
  rotate: 45deg;
  transition: 0.3s;
}
#must-item_contents .mitsuori {
  position: relative;
}
#must-item_contents .mitsuori::after {
  content: "";
  position: absolute;
  background: url("../img/feature/must_item/bed-curtain3_2.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 280px;
  aspect-ratio: 352/191;
  bottom: -10%;
  left: -19%;
}
@media (min-width: 767.98px) and (max-width: 1199.98px) {
  #must-item_contents .mitsuori::after {
    left: -10px;
    bottom: -20%;
    width: clamp(180px, 73.086px + 13.921vw, 240px);
  }
}
@media (max-width: 767.98px) {
  #must-item_contents .mitsuori::after {
    left: 0;
    bottom: -20%;
    width: clamp(189px, 102.168px + 23.155vw, 280px);
  }
}
@media (max-width: 767.98px) {
  #must-item_contents .mitsuori + .item-text-link {
    margin-top: clamp(70px, 41.374px + 7.634vw, 100px);
  }
}
#must-item_contents .household-goods-bubble {
  position: relative;
}
#must-item_contents .household-goods-bubble::after {
  content: "";
  position: absolute;
  display: block;
  width: clamp(120px, 100px + 2.604vw, 150px);
  aspect-ratio: 150/140;
  background-image: url("../img/feature/must_item/household-goods7_2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  right: -150px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  #must-item_contents .household-goods-bubble::after {
    right: 0;
    top: unset;
    bottom: 0;
    width: clamp(109px, 69.878px + 10.433vw, 150px);
  }
}
#must-item_contents .daily-neccesitties .item-tag {
  color: #006A2C;
}
#must-item_contents .daily-neccesitties .item-link {
  background: #006A2C;
}
#must-item_contents .daily-neccesitties a {
  transition: 0.3s;
}
#must-item_contents .daily-neccesitties a:hover .item-link {
  background: #fff;
  border: 1px solid #006A2C;
}
#must-item_contents .daily-neccesitties a:hover .item-link::after {
  border-color: #006A2C;
}
#must-item_contents .bed-curtain .item-tag {
  color: #003477;
}
#must-item_contents .bed-curtain .item-link {
  background: #003477;
}
#must-item_contents .bed-curtain a {
  transition: 0.3s;
}
#must-item_contents .bed-curtain a:hover .item-link {
  background: #fff;
  border: 1px solid #003477;
}
#must-item_contents .bed-curtain a:hover .item-link::after {
  border-color: #003477;
}
#must-item_contents .household-goods .item-tag {
  color: #C2444D;
}
#must-item_contents .household-goods .item-link {
  background: #C2444D;
}
#must-item_contents .household-goods a {
  transition: 0.3s;
}
#must-item_contents .household-goods a:hover .item-link {
  background: #fff;
  border: 1px solid #C2444D;
}
#must-item_contents .household-goods a:hover .item-link::after {
  border-color: #C2444D;
}