/***************************/
/* 共通設定                */
/***************************/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 18px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #090909;
  border-color: #000000;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #090909;
  border-color: #040404;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #090909;
  border-color: #040404;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #222222;
  border-color: #222222;
}
.btn-default .badge {
  color: #222222;
  background-color: #ffffff;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
.pull-right {
  float: right !important;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/***************************/
/* テーマ設定                */
/***************************/
/* 画面遷移エフェクト無効 */
.l-wrapper-none {
  line-height: 1.5;
  letter-spacing: 0.05em;
  overflow-wrap: break-word;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: 1.6s;
  transition: 1.6s;
}
.l-wrapper-none.is-complete {
  opacity: 1;
}
.l-wrapper-none.is-remove {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/***************************/
/* LINE ID 連携（PC）       */
/***************************/
/* カート画面 */
.line_ec .button-container {
  width: 100%;
}
.line_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}
.line_ec .button-container .before-btn-line {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}
.line_ec .button-container .after-btn-line {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}
.line_ec .button-container .btn-line {
  background-color: #31ae36;
}
.line_ec .button-container .btn-line .after-btn-line {
  border-color: #70c053;
}

@media screen and (min-width: 480px) {
  .line_ec .button-container {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .line_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }
  .line_ec .button-container .before-btn-line {
    width: 40px;
    height: 40px;
  }
  .line_ec .button-container .after-btn-line {
    width: 40px;
  }
}

/* 注文情報入力画面 */
.alert {
  text-align: left;
  padding-right: 55px;
  padding-left: 55px;
  margin: 40px 0;
}
.alert > div > p {
  margin-bottom: 10.5px;
}
.alert > div > p > strong {
  font-weight: bold;
}
.alert > div > ul {
  padding-inline-start: 40px;
}
.alert > div > ul > li {
  list-style: disc;
  margin-bottom: 10.5px;
}
#new-view img {
  pointer-events: auto;
}
.line_new_ec {
  margin: 0 auto;
  width: 60%;
}
.line_new_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}
.line_new_ec .button-container .before-btn-line {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}
.line_new_ec .button-container .after-btn-line {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}
.line_new_ec .button-container .btn-line {
  background-color: #31ae36;
}
.line_new_ec .button-container .btn-line .after-btn-line {
  border-color: #70c053;
}

@media screen and (min-width: 350px) {
  .line_new_ec .button-container {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .line_new_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }
  .line_new_ec .button-container .before-btn-line {
    width: 40px;
    height: 40px;
  }
  .line_new_ec .button-container .after-btn-line {
    width: 40px;
  }
}

/***************************/
/* LINE ID 連携（SP）       */
/***************************/
/* カート画面 */
.line_sp_ec .button-container {
  width: 100%;
}
.line_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}
.line_sp_ec .button-container .button .before-btn-line {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}
.line_sp_ec .button-container .button .after-btn-line {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}
.line_sp_ec .button-container .btn-line {
  background-color: #31ae36;
}
.line_sp_ec .button-container .btn-line .after-btn-line {
  border-color: #70c053;
}
@media screen and (min-width: 480px) {
  .line_sp_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .line_sp_ec .button-container {
    margin: 5px;
  }
  .line_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }
  .line_sp_ec .button-container .button .before-btn-line {
    width: 40px;
    height: 40px;
  }
  .line_sp_ec .button-container .button .after-btn-line {
    width: 40px;
  }
}

/**************/
/* Amazon Pay */
/**************/
#addressBookWidgetDiv {
  min-width: 300px;
  max-width: 600px;
  min-height: 228px;
  max-height: 400px;
}
#walletWidgetDiv {
  min-width: 300px;
  max-width: 600px;
  min-height: 228px;
  max-height: 400px;
  margin-bottom: 15px;
}
#consentWidgetDiv {
  min-width: 300px;
  max-width: 600px;
  min-height: 165px;
  max-height: 400px;
}

.consent_wrapper {
  margin-bottom: 10px;
}

/* Mobile optimized and small window */
#addressBookWidgetDiv {
  width: 100%;
  height: 228px;
}
#walletWidgetDiv {
  width: 100%;
  height: 228px;
}
#consentWidgetDiv {
  width: 100%;
  height: 165px;
}
/* Desktop and tablet */
@media only screen and (min-width: 768px) {
  #addressBookWidgetDiv {
    width: 400px;
    height: 228px;
  }
  #walletWidgetDiv {
    width: 400px;
    height: 228px;
  }
  #consentWidgetDiv {
    width: 400px;
    height: 165px;
  }
}

/*****************************/
/* チェックボックスバリデーション */
/*****************************/
.check_agree .formError {
  top: -20px !important;
  right: -20px !important;
}
.c-form_table__checkbox input {
  min-width: 20px;
}

/*******************************/
/* 郵便番号、電話番号バリデーション */
/*******************************/
.smart_phone .formError {
  top: -30px !important;
}

/*******************************/
/* shop/snippets/_product.html */
/*******************************/
.c-product_item {
  position: relative;
}

.c-product_item__inner {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.c-product_item__inner__eyecatch__favorite {
  position: absolute;
  z-index: 99;
}

.product_description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 720px) {
  .p-new_product [data-slides="1"] .product_description,
  .p-new_product [data-slides="2"] .product_description {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}

/**************************************/
/* shop/sections/_pickup_product.html */
/**************************************/
.p-pickup_product__inner {
  max-width: initial;
}

/**************************************/
/* shop/customer/invite_coupons.html */
/**************************************/
.p-invite_coupon__list {
  margin-top: 30px;
}

.invite_coupon__table {
  table-layout: fixed;
}

.w20 {
  width: 20%;
}

.w40 {
  width: 40%;
}

/**************************************/
/* shop/sections/category_panel.liquid */
/**************************************/
.p-category_panel__block--1 {
  height: 500px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 720px) {
  .p-category_panel__block--1 {
    height: 0;
    padding-top: 60%;
  }
}
.p-category_panel__block--1:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.6))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
@media screen and (max-width: 720px) {
  .p-category_panel__block--1:before {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      color-stop(40%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.6))
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 40%,
      rgba(0, 0, 0, 0.6) 100%
    );
  }
}
.p-category_panel__block--1 {
  width: 100%;
}

/**************************************/
/* shop/sections/products_show_content.liquid */
/**************************************/
.c-product_img__slider__track__list__item__inner {
  background-size: contain !important;
}
.c-product_img__thumbnail__track__list__item__inner {
  background-size: contain !important;
}

/**************************************/
/* バグ解消するまで表示するメッセージ      */
/**************************************/
.customize_notice p {
  text-align: center;
  font-size: 11px;
  margin-top: 8px;
  margin-bottom: 3px;
  color: #999;
}
/**************************************/
/* shop/snippets/_preview_footer.html.liquid */
/**************************************/
.preview-nav {
  z-index: 10;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 10px;
  background-color: #eeeeee;
  opacity: 0.8;
  height: 50px;
  border-color: #fff;
  border-radius: 0;
  border: 1px solid transparent;
}
.preview-btn-col {
  text-align: right;
}

/**************************************/
/* shop/sections/new_product.liquid */
/* 2021/11/4: 暫定対応のため追加 */
/* 後ほどbundle.cssに反映してもらうためSwimmyさんに修正依頼すること */
/**************************************/
.temp-new_product_slider {
  flex-wrap: wrap;
  justify-content: initial;
}

/**************************************/
/* shop/sections/carts_show_content.liquid */
/**************************************/
.c-cart_submit .c-form_input {
  position: relative;
}
@media screen and (max-width: 720px) {
  .c-cart_submit .c-form_input .customer_emailformError {
    top: -33px !important;
  }
  .c-cart_submit .c-form_input .customer_passwordformError {
    top: -25px !important;
  }
}

/**************************************/
/* shop/contacts/draft.html.liquid */
/**************************************/
@media screen and (max-width: 720px) {
  #contacts-form-view
    .c-form_table__tel
    .contact_address_attributes_tel01formError {
    top: -33px !important;
  }
  #contacts-form-view
    .c-form_table__tel
    .contact_address_attributes_tel02formError {
    top: -33px !important;
  }
  #contacts-form-view
    .c-form_table__tel
    .contact_address_attributes_tel03formError {
    top: -33px !important;
  }
  #contacts-form-view
    .c-form_table
    .contact_customer_attributes_emailformError {
    top: -33px !important;
  }
  #contacts-form-view .c-form_table__newsletter .agreeformError {
    top: -44px !important;
  }
}

/**************************************/
/* shop/customers/registrations/new.html.liquid */
/**************************************/
@media screen and (max-width: 720px) {
  #customers-registrations-sign-up-view
    .c-form_table__name
    .customer_billing_address_attributes_kana01formError {
    top: -33px !important;
  }
  #customers-registrations-sign-up-view
    .c-form_table__name
    .customer_billing_address_attributes_kana02formError {
    top: -33px !important;
  }
  #customers-registrations-sign-up-view
    .c-form_table__postcode
    .customer_billing_address_attributes_zip01formError {
    top: -33px !important;
  }
  #customers-registrations-sign-up-view
    .c-form_table__postcode
    .customer_billing_address_attributes_zip02formError {
    top: -33px !important;
  }
  #customers-registrations-sign-up-view
    .c-form_table
    .customer_billing_address_attributes_tel01formError {
    top: -33px !important;
  }
  #customers-registrations-sign-up-view
    .c-form_table
    .customer_billing_address_attributes_tel02formError {
    top: -33px !important;
  }
  #customers-registrations-sign-up-view
    .c-form_table
    .customer_billing_address_attributes_tel03formError {
    top: -33px !important;
  }
  #customers-registrations-sign-up-view .c-form_table .customer_emailformError {
    top: -33px !important;
  }
  #customers-registrations-sign-up-view
    .c-form_table
    .customer_passwordformError {
    top: -33px !important;
  }
  #customers-registrations-sign-up-view
    .c-form_table__newsletter
    .agreeformError {
    top: 55px !important;
  }
}

/**************************************/
/* shop/customers/passwords/new.html.liquid */
/**************************************/
@media screen and (max-width: 720px) {
  #customers-password-new-view .p-account_form__inner .customer_emailformError {
    top: -33px !important;
  }
}

/**************************************/
/* shop/customers/passwords/edit.html.liquid */
/**************************************/
@media screen and (max-width: 720px) {
  #customers-password-edit-view .p-account_form__inner .passwordformError {
    top: -33px !important;
  }
  #customers-password-edit-view
    .p-account_form__inner
    .customer_password_confirmationformError {
    top: -33px !important;
  }
}

/**************************************/
/* 区切り線デザイン                      */
/**************************************/
.section_line {
  border: solid;
  border-width: 1px;
}

/************************************************************/
/* 関連商品デザイン                                            */
/* shop/sections/products_show_recommend.liquid             */
/* shop/sections/carts_show_recommend.liquid                */
/* 2021/11/17: 暫定対応のため追加                              */
/* 後ほどbundle.cssに反映してもらうためSwimmyさんに修正依頼すること */
/************************************************************/
.p-recommend_product__inner__list {
  justify-content: space-evenly;
}

/**************************************/
/* カートデザイン */
/* shop/sections/carts_show_content.liquid */
/**************************************/
.c-cart_item__action__delete > .hide {
  visibility: hidden;
}

/**************************************/
/* セット一覧デザイン */
/* shop/sets/index.html.liquid */
/**************************************/
.price > .origin {
  text-decoration: line-through;
  margin-right: 10px;
}

/**************************************/
/* セット選択画面、セット編集画面　SKUデザイン */
/* shop/sets/show.html.liquid　*/
/* shop/customer/subs_orders/sets/edit.html.liquid　*/
/**************************************/
.fieldset .option_template_basic_theme[style*="display: block"] {
  display: flex !important;
}

/***************************************************************/
/* ec_force/shop/customer/subs_orders/variants/show.html.liquid*/
/***************************************************************/
#btn-minus {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#btn-minus:hover {
  opacity: 0.4;
}
#btn-plus {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#btn-plus:hover {
  opacity: 0.4;
}

/************************************************************/
/* ecforce_paymentsデザイン
/* shop/orders/_view_payment_information.html.liquid
/* shop/customer/cards/index.html.liquid
/* font系のstyleはカード名義のみ適用で、他はiframeで表示されているため適用されません
/************************************************************/
.ecforce-payment-card-number,
.ecforce-payment-card-expiry,
.ecforce-payment-card-name,
.ecforce-payment-card-cvv {
  height: 40px !important;
  padding: 10px 20px !important;
  color: #9a9a9a !important;
  font-size: 13px !important;
  font-family:
    "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
    "MS PGothic", sans-serif;
  background: #ffffff !important;
  border-color: #bdc1c2 !important;
  border: 1px solid #cccccc !important;
  width: 100%;
}

/************************************************************/
/* 注文情報確認画面(shop/order/confirm), [カスタマイズ]注文情報確認画面(admin/themes/:id/customize?screen=order_confirmation)
/* shop/sections/order_confirmation_button.liquid
/************************************************************/
section[data-section-id="order_confirmation_button"] {
  text-align: center;
}
section[data-section-id="order_confirmation_button"]
  .p-checkout_confirm__inner__list__block--bottom {
  margin-bottom: 20px;
}
@media screen and (max-width: 718px) {
  .p-checkout_confirm__inner__list__block--bottom.float_checked {
    display: none;
  }
}

/* 注意喚起文 */
.p-checkout_confirm__caution__block {
  margin: 0 auto 40px;
  padding: 18px 20px 19px;
  border: thin solid #d8dddf;
}
.p-checkout_confirm__caution__pc {
  display: block;
}
.p-checkout_confirm__caution__sp {
  display: none;
}
@media screen and (max-width: 720px) {
  .p-checkout_confirm__caution__block {
    padding: 18px 15px 20px;
  }
  .p-checkout_confirm__caution__pc {
    display: none;
  }
  .p-checkout_confirm__caution__sp {
    display: block;
  }
}

/************************************************************/
/* 商品詳細画面
/* shop/products/show.html.liquid
/************************************************************/
.c-product_img__slider--thumbnail .c-product_img__item img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/************************************************************/
/* ショップフォーム設定 > 都道府県と住所1の入力不可設定=>有効
/* shop/customers/registrations/new.html.liquid
/* shop/customer/shipping_addresses/_form.html.liquid
/* shop/customer/subs_orders/shipping_addresses/edit.html.liquid
/* shop/customer/orders/shipping_addresses/edit.html.liquid
/* shop/customer/base/edit.html.liquid
/* shop/orders/_view_billing_information.html.liquid
/* shop/orders/_view_shipping_information.html.liquid
/************************************************************/
.disabled-input-shop {
  pointer-events: none;
}

select.disabled-input-shop {
  background-color: #ccc !important;
}

input.disabled-input-shop {
  background-color: #ccc !important;
}

/************************************************************/
/* スマレジ会員バーコード表示
/* shop/customer/smaregi/show.html.liquid
/************************************************************/
.btn_smaregi_barcode {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-radius: 2px;
}

@media screen and (max-width: 480px) {
  .smaregi_barcode {
    width: 60%;
    margin: auto;
    text-align: center;
  }
}

@media screen and (min-width: 481px) {
  .smaregi_barcode {
    width: 480px;
    margin: 5%;
  }
  .smaregi_barcode img {
    width: 60%;
    text-align: center;
  }
}

.p-subscription_detail__block_addition_water {
  font-family: var(--font-family-sans-serif) !important;
  letter-spacing: 0.8px;
  margin-bottom: 64px;

  h4 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: var(--font-family-sans-serif) !important;
    font-weight: normal;
  }

  form > div {
    margin-top: 32px;
  }

  form > div > small {
    display: block;
    margin-top: 8px;
    margin-left: 32px;
    font-size: 16px;
  }

  .p-subscription_detail__block_addition_water__label {
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
  }

  .p-subscription_detail__block_addition_water__radio {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: 32px;

    div {
      display: flex;
      gap: 12px;
      font-size: 20px;

      input {
        width: 26px;
        height: 26px;
        appearance: auto;
      }

      small {
        font-size: 16px;
      }

      label {
        flex: 1;
      }
    }
  }

  .p-subscription_detail__block_addition_water__quantity {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    margin-top: 20px;
    margin-left: 32px;
    margin-bottom: 8px;

    select {
      padding: 10px 16px;
      background-color: #fff;
      border: 1px solid #c6c6c6;
      width: 72px;
    }

    &::after {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      position: absolute;
      left: 42px;
      top: 50%;
      transform: translateY(-75%) rotate(135deg);
    }

    span {
      font-size: 20px;
    }
  }

  .p-subscription_detail__block_addition_water__submit {
    padding: 12px;
    min-width: 375px;
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
    text-align: center;
    margin-top: 48px;
    font-size: 26px;
  }
}

/*
      new-style-css 20250702
*/

/* topページだけ .l-container 背景を白くする */
#add_product_async_view {
  background-color: #fff;
}

/* 全体ラップ */
.new-top-section-wrapper {
  width: 100%;
}

.new-top-section-wrapper section {
  width: 100%;
  padding: 80px 20px;
  box-sizing: border-box;
}

.new-top-section-wrapper .section-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 60px;
}

.new-top-section-wrapper .section-header h2.section-title {
  font-family: "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 34px;
  text-align: center;
  letter-spacing: 1px;
}

.new-top-section-wrapper .section-header p {
  font-size: 18px;
}

.new-top-section-wrapper .section-header-left {
  position: relative;
  align-items: start;
  padding: 110px;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
}

.new-top-section-wrapper .section-header-left * {
  position: relative;
  z-index: 2;
}

.new-top-section-wrapper .section-header-left .water-server {
  position: absolute;
  bottom: 0;
  right: 110px;
  z-index: 1;
  width: 180px;
}

@media (max-width: 768px) {
  .new-top-section-wrapper .section-header-left .water-server {
    right: 24px;
    padding: 62px 0 0 0;
  }

  .new-top-section-wrapper .section-header-left .water-server {
    width: 123px;
  }
}

/* ---------------------- おすすめポイント ---------------------- */
#new-top-section-recommend {
  background: #5f6c7d;
  color: #fff;
}

#new-top-section-recommend .cards {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}

.new-top-section-wrapper .card {
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.new-top-section-wrapper .card .thumb {
  aspect-ratio: 400/134;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  box-shadow: 12px 12px 2px rgba(0, 0, 0, 0.1);
}

.new-top-section-wrapper .card .content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: start;
}

.new-top-section-wrapper .badge {
  display: inline-block;
  background: #22303b;
  padding: 4px 12px;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 4px;
}

.new-top-section-wrapper .card p {
  font-size: 20px;
}

/* ---------------------- 料金プラン ---------------------- */
#new-top-section-plans {
  background: #f9f9f9;
}

.new-top-section-wrapper .plan-cards {
  display: flex;
  gap: 32px;
  justify-content: safe center;
  flex-wrap: nowrap;
  max-width: 1562px;
  margin: 0 auto 80px;
  overflow-x: auto;
  padding: 16px 16px 24px;
  box-sizing: border-box;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.new-top-section-wrapper .plan-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 12px 12px 4px rgba(0, 0, 0, 0.06);
  flex: 1 1 0;
  min-width: 358px;
  max-width: 358px;
  padding: 32px 32px 120px 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  scroll-snap-align: start;
}

.new-top-section-wrapper .plan-card .plan-header {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 6px;
  font-family: "YuMincho", serif;
  font-size: 28px;
  position: relative;
}

.new-top-section-wrapper .plan-cards .plan-card:nth-child(1) .plan-header {
  background: #eaf0f6;
}

.new-top-section-wrapper .plan-cards .plan-card:nth-child(2) .plan-header {
  background: #eeeaf6;
}

.new-top-section-wrapper .plan-cards .plan-card:nth-child(3) .plan-header {
  background: #f6eaf6;
}

.new-top-section-wrapper .plan-cards .plan-card:nth-child(4) .plan-header {
  background: #ededed;
}

.new-top-section-wrapper .plan-card .plan-header::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(50% + 80px);
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  transform: translateY(-50%);
}

.new-top-section-wrapper .plan-card .plan-header::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 80px);
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  transform: translateY(-50%);
}

.new-top-section-wrapper
  .plan-cards
  .plan-card:nth-child(1)
  .plan-header::before,
.new-top-section-wrapper
  .plan-cards
  .plan-card:nth-child(1)
  .plan-header::after {
  background: #d8e2ec;
}

.new-top-section-wrapper
  .plan-cards
  .plan-card:nth-child(2)
  .plan-header::before,
.new-top-section-wrapper
  .plan-cards
  .plan-card:nth-child(2)
  .plan-header::after {
  background: #ddd5ee;
}

.new-top-section-wrapper
  .plan-cards
  .plan-card:nth-child(3)
  .plan-header::before,
.new-top-section-wrapper
  .plan-cards
  .plan-card:nth-child(3)
  .plan-header::after {
  background: #ead2ea;
}

.new-top-section-wrapper
  .plan-cards
  .plan-card:nth-child(4)
  .plan-header::before,
.new-top-section-wrapper
  .plan-cards
  .plan-card:nth-child(4)
  .plan-header::after {
  background: #d2d2d2;
}

.new-top-section-wrapper .plan-price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  font-family: "YuMincho", serif;
}

.new-top-section-wrapper .plan-price .num {
  font-size: 48px;
  line-height: 100%;
}

.new-top-section-wrapper .plan-price .unit {
  font-size: 24px;
}

.new-top-section-wrapper .plan-info-br {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
}

.new-top-section-wrapper .plan-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}

.new-top-section-wrapper .plan-info span {
  font-size: 14px;
  background-color: #ebebf0;
  border-radius: 4px;
  padding: 2px 12px;
}

.new-top-section-wrapper .plan-info p {
  font-size: 18px;
}

.new-top-section-wrapper .plan-info small {
  font-size: 12px;
  color: #3f5060;
  position: relative;
  padding-left: 18px;
}

.new-top-section-wrapper .plan-info small::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.new-top-section-wrapper .plan-btn {
  margin-top: auto;
  height: 56px;
  background: #fff;
  border: 2px solid #3375a1;
  color: #3375a1;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: absolute;
  width: calc(100% - 64px);
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
}

/* CTA */
.new-top-section-wrapper .cta {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

.new-top-section-wrapper .cta a {
  background: #3375a1;
  color: #fff;
  display: inline-block;
  padding: 20px 80px;
  font-size: 20px;
  border-radius: 8px;
  text-decoration: none;
  width: 100%;
  max-width: 546px;
  text-align: center;
}

/* ---------------------- 料金プランコスト ---------------------- */
.new-top-section-wrapper .plan-cost {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1528px;
  margin: 0 auto;
  width: 100%;
}

.new-top-section-wrapper .plan-cost-head {
  display: flex;
  gap: 8px;
}

.new-top-section-wrapper .plan-cost-head-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 176px;
}

.new-top-section-wrapper .plan-cost-head-left-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: #010034;
  padding: 12px 0;
  background-color: #ebebf0;
  align-items: center;
}

.new-top-section-wrapper .plan-cost-head-left-item small {
  font-size: 12px;
  color: #3f5060;
}

.new-top-section-wrapper .plan-cost-head-right {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding-left: 64px;
  flex: 1;
  font-family: "YuMincho", serif;
}

@media (max-width: 768px) {
  .new-top-section-wrapper .plan-cost-head-right {
    padding-left: 0;
    justify-content: center;
  }
}

.new-top-section-wrapper .plan-cost-head-right .unit {
  font-size: 24px;
}

.new-top-section-wrapper .plan-cost-head-right .zero-yen {
  font-size: 39px;
}

.new-top-section-wrapper .plan-cost-foot {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.new-top-section-wrapper .plan-cost-foot-item {
  display: flex;
  gap: 8px;
}

.new-top-section-wrapper .plan-cost-foot-item-left {
  display: flex;
  flex-direction: column;
  color: #010034;
  padding: 12px 0;
  background-color: #ebebf0;
  align-items: center;
  width: 176px;
}

.new-top-section-wrapper .plan-cost-foot-item-right {
  font-size: 18px;
  padding: 12px 24px;
  color: #3a3a3a;
  background-color: #fff;
  flex: 1;
}

/* ---------------------- オプション ---------------------- */
.new-top-section-wrapper .option-section {
  margin: 80px auto 0;
  max-width: 1280px;
}

.new-top-section-wrapper .option {
  display: flex;
  gap: 40px 28px;
}

.new-top-section-wrapper .option-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #fff;
  box-shadow: 12px 12px 2px rgba(0, 0, 0, 0.1);
  flex: 1;
  padding: 40px;
}

.new-top-section-wrapper .option-content {
  display: flex;
  gap: 24px;
}

.new-top-section-wrapper .option-image {
  width: 200px;
  height: 200px;
}

.new-top-section-wrapper .option-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.new-top-section-wrapper .option-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.new-top-section-wrapper .option-info-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.new-top-section-wrapper .option-subtitle {
  font-size: 12px;
}

.new-top-section-wrapper .option-title {
  font-size: 24px;
}

.new-top-section-wrapper .option-price {
  font-family: "YuMincho", serif;
  font-size: 12px;
}

.new-top-section-wrapper .option-price .num {
  font-size: 22px;
}

.new-top-section-wrapper .option-info-br {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
}

.new-top-section-wrapper .option-features {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.new-top-section-wrapper .option-features li {
  font-size: 14px;
  list-style: inside;
}

.new-top-section-wrapper .option-features small {
  font-size: 12px;
  display: block;
  margin-left: 18px;
}

.new-top-section-wrapper .discount-texts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #ebebf0;
  padding: 24px 20px;
  border-radius: 4px;
}

.new-top-section-wrapper .discount-head {
  font-size: 18px;
  font-family: "YuMincho", serif;
}

.new-top-section-wrapper .discount-body {
  font-size: 12px;
}

.new-top-section-wrapper .option-note {
  font-size: 12px;
  margin-top: 12px;
  color: #3f5060;
}

/* ---------------------- サーバー紹介 ---------------------- */
#new-top-section-server,
#new-top-n-delivery {
  position: relative;
  padding: 0px;
  margin-top: -8rem;
  margin-bottom: -8rem;
}
#new-top-section-server .bg,
#new-top-n-delivery .bg {
  width: 100%;
  height: 716px;
  background-size: cover;
  background-position: center;
}
#new-top-section-server .overlay {
  position: absolute;
  bottom: 40px;
  right: 40px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.4);
  padding: 40px 40px 60px;
  border-radius: 8px;
  max-width: 546px;
}
#new-top-n-delivery .overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.4);
  padding: 40px 40px 80px;
  border-radius: 8px;
  max-width: 450px;
}
#new-top-section-server .overlay h3,
#new-top-n-delivery .overlay h3 {
  font-family: "YuMincho", serif;
  font-size: 32px;
  margin-bottom: 16px;
}

#new-top-section-server .overlay::before,
#new-top-n-delivery .overlay::before {
  content: "";
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 160px;
  height: 1px;
  background-color: #333;
}

#new-top-section-server .overlay::after,
#new-top-n-delivery .overlay::after {
  content: "";
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 20px;
  height: 1px;
  background-color: #333;
  transform: rotate(45deg);
  transform-origin: right;
}

#new-top-section-server .view-more,
#new-top-n-delivery .view-more {
  position: absolute;
  bottom: 36px;
  right: 90px;
  font-size: 18px;
  letter-spacing: 0.6px;
}

/* ---------------------- レスポンシブ ---------------------- */
@media (max-width: 768px) {
  .new-top-section-wrapper section {
    padding: 64px 24px;
  }
  .new-top-section-wrapper .section-header {
    gap: 8px;
    margin: 0 0 0 40px;
  }
  .new-top-section-wrapper .section-header h2.section-title {
    font-size: 28px;
  }
  .new-top-section-wrapper .section-header p {
    font-size: 16px;
  }
  .new-top-section-wrapper .card {
    width: 100%;
  }
  .new-top-section-wrapper .badge {
    font-size: 14px;
  }
  .new-top-section-wrapper .card p {
    font-size: 16px;
  }
  .new-top-section-wrapper .plan-cards {
    flex-wrap: wrap;
    overflow-x: visible;
    padding: 0;
    scroll-snap-type: none;
  }
  .new-top-section-wrapper .plan-card {
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 92px;
    gap: 24px;
    scroll-snap-align: none;
  }
  .new-top-section-wrapper .plan-card .plan-header {
    font-size: 20px;
    height: 56px;
  }
  .new-top-section-wrapper .plan-price .num {
    font-size: 38px;
  }
  .new-top-section-wrapper .plan-price .unit {
    font-size: 18px;
  }
  .new-top-section-wrapper .plan-btn {
    height: 44px;
    font-size: 14px;
  }
  .new-top-section-wrapper .plan-cost-head-left,
  .new-top-section-wrapper .plan-cost-foot-item-left {
    width: 112px;
    font-size: 14px;
  }
  .new-top-section-wrapper .plan-cost-foot-item-right {
    width: calc(100% - 112px);
    padding: 12px 8px;
  }
  .new-top-section-wrapper .option {
    flex-direction: column;
  }
  .new-top-section-wrapper .option-card {
    padding: 24px;
  }
  .new-top-section-wrapper .option-content {
    flex-direction: column;
  }
  .new-top-section-wrapper .option-image {
    width: 120px;
    height: 120px;
  }
  .new-top-section-wrapper .option-info {
    gap: 16px;
  }
  .new-top-section-wrapper .option-info-head {
    gap: 0px;
  }
  #new-top-section-server .bg,
  #new-top-n-delivery .bg {
    height: 392px;
  }
  #new-top-section-server .overlay,
  #new-top-n-delivery .overlay {
    position: static;
    margin-top: -70px;
    padding-bottom: 70px;
    max-width: 100%;
  }
  #new-top-section-server .overlay h3,
  #new-top-n-delivery .overlay h3 {
    font-size: 24px;
  }
}

/* 受賞歴セクション修正 */
.section-top-award {
  background-color: #fff;
  margin-top: -80px !important;
  padding-top: 8rem;
}

.section-top-award .l-container__row {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.c-column_item__inner__imgs-award {
  max-width: 100%;
  display: flex;
  gap: 18px;
  justify-content: center;
  background-color: #fff;
}

.c-column_item__inner__imgs-award > img {
  max-width: 440px;
  object-fit: cover;
  background-color: #f9f9f9;
}

@media (max-width: 768px) {
  .c-column_item__inner__imgs-award {
    flex-direction: column;
  }

  .c-column_item__inner__imgs-award > img {
    max-width: 100%;
    width: 100%;
  }
}

.top-description-text {
  background-color: #fff;
  padding-bottom: 24px;
}

/* ---------------------- お客さまの声 ---------------------- */
#top-customer-voice-block {
  position: relative;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 871px;
  padding-bottom: 0 !important;
}
#top-customer-voice-block .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#top-customer-voice-block .overlay {
  position: absolute;
  margin-right: 80px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  padding: 56px 56px 80px;
  border-radius: 8px;
  width: 724px;
  max-width: calc(100% - 80px);
  box-sizing: border-box;
  top: 50%;
  transform: translateY(-50%);
}
#top-customer-voice-block .overlay h3 {
  font-family: "YuMincho", serif;
  font-size: 32px;
  margin-bottom: 8px;
  color: #333;
}
#top-customer-voice-block .overlay > p {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
}
#top-customer-voice-block .voice-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
#top-customer-voice-block .voice-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
#top-customer-voice-block .voice-icon {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f3f6f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-customer-voice-block .voice-icon img {
  width: 64px;
  height: 64px;
  display: block;
}
#top-customer-voice-block .voice-text {
  flex: 1;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
#top-customer-voice-block .overlay::before {
  content: "";
  position: absolute;
  bottom: 32px;
  right: 32px;
  width: 160px;
  height: 1px;
  background-color: #333;
}
#top-customer-voice-block .overlay::after {
  content: "";
  position: absolute;
  bottom: 32px;
  right: 32px;
  width: 20px;
  height: 1px;
  background-color: #333;
  transform: rotate(45deg);
  transform-origin: right;
}
#top-customer-voice-block .view-more {
  position: absolute;
  bottom: 44px;
  right: 100px;
  font-size: 18px;
  letter-spacing: 0.6px;
  color: #333;
}

@media (max-width: 768px) {
  #top-customer-voice-block {
    margin-top: 40px;
    margin-bottom: 0;
    display: block;
    min-height: 0;
    height: auto;
    padding: 40px 0 !important;
    overflow: hidden;
  }
  #top-customer-voice-block .bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  #top-customer-voice-block .overlay {
    position: relative;
    transform: none;
    top: auto;
    margin: 0 16px;
    padding: 32px 24px;
    width: auto;
    max-width: none;
    z-index: 2;
  }
  #top-customer-voice-block .overlay h3 {
    font-size: 24px;
  }
  #top-customer-voice-block .overlay > p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  #top-customer-voice-block .voice-list {
    gap: 24px;
    margin-bottom: 24px;
  }
  #top-customer-voice-block .voice-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }
  #top-customer-voice-block .voice-icon img {
    width: 32px;
    height: 32px;
  }
  #top-customer-voice-block .voice-text {
    font-size: 13px;
  }
  #top-customer-voice-block .overlay::before {
    content: none;
  }
  #top-customer-voice-block .overlay::after {
    content: none;
  }
  #top-customer-voice-block .view-more {
    position: relative;
    display: block;
    margin-left: auto;
    width: fit-content;
    bottom: auto;
    right: auto;
    padding-right: 100px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.6px;
  }
  #top-customer-voice-block .view-more::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 90px;
    height: 1px;
    background-color: #333;
  }
  #top-customer-voice-block .view-more::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
    height: 1px;
    background-color: #333;
    transform: rotate(45deg);
    transform-origin: right center;
  }
}

/* ---------------------- ご利用いただいている企業の声 ---------------------- */
#top-company-voice-block {
  position: relative;
  width: 100%;
  background-color: #5f6c7d;
  padding: 80px 0;
  overflow: hidden;
}
#top-company-voice-block .bg {
  position: absolute;
  inset: 0;
  background-color: #5f6c7d;
  z-index: 0;
}
#top-company-voice-block .overlay-title {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 4px;
  padding: 56px;
  width: 635px;
  max-width: calc(100% - 32px);
  box-sizing: border-box;
  margin-left: 0;
}
#top-company-voice-block .overlay-title h3 {
  font-family: "YuMincho", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #010034;
  margin: 0;
  line-height: 36px;
  white-space: nowrap;
}
#top-company-voice-block .company-cards {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: end;
  gap: 80px;
  margin: 38px auto 0;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 1500px;
}
#top-company-voice-block .company-card {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 565px;
  max-width: 100%;
  text-decoration: none;
  color: inherit;
}
#top-company-voice-block .company-card-image {
  width: 100%;
  height: 379px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 12px 12px 4px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
#top-company-voice-block .company-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#top-company-voice-block .company-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #fff;
  letter-spacing: 0.8px;
}
#top-company-voice-block .company-card-title {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  color: #fff;
}
#top-company-voice-block .company-card-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  color: #fff;
}

@media (max-width: 768px) {
  #top-company-voice-block {
    padding: 80px 0 40px;
  }
  #top-company-voice-block .bg {
    padding-top: 20px;
  }
  #top-company-voice-block .overlay-title {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #top-company-voice-block .overlay-title h3 {
    font-size: 22px;
    line-height: 1.4;
    white-space: normal;
    color: #fff;
    text-align: center;
  }
  #top-company-voice-block .company-cards {
    flex-direction: column;
    gap: 40px;
    padding: 0 16px;
    margin-top: 24px;
  }
  #top-company-voice-block .company-card {
    width: 100%;
    gap: 16px;
  }
  #top-company-voice-block .company-card-image {
    height: 220px;
  }
  #top-company-voice-block .company-card-title {
    font-size: 18px;
  }
  #top-company-voice-block .company-card-text {
    font-size: 14px;
  }
}

/* ---------------------- よくあるご質問 ---------------------- */
#new-top-section-faq {
  position: relative;
  width: 100%;
  height: 880px;
  overflow: hidden;
}
#new-top-section-faq .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
#new-top-section-faq .faq-container {
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
#new-top-section-faq .faq-title {
  position: absolute;
  left: 40px;
  top: 146px;
  z-index: 2;
  padding: 18px 24px;
}
#new-top-section-faq .faq-title::before {
  content: "";
  position: absolute;
  inset: -10px -40px;
  background: rgba(15, 31, 32, 0.4);
  filter: blur(27px);
  z-index: -1;
  border-radius: 8px;
}
#new-top-section-faq .faq-title h3 {
  font-family: "YuMincho", serif;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  letter-spacing: 0.8px;
  line-height: 36px;
  text-shadow: 0px 0px 27px #000;
  white-space: nowrap;
}
#new-top-section-faq .faq-panel {
  position: absolute;
  right: 40px;
  top: 120px;
  width: 724px;
  max-width: calc(100% - 80px);
  min-height: 640px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 4px;
  padding: 56px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
  z-index: 2;
}
#new-top-section-faq .faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
#new-top-section-faq .faq-list > li {
  border-top: 1px solid rgba(51, 51, 51, 0.4);
}
#new-top-section-faq .faq-list > li:last-child {
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}
#new-top-section-faq .faq-item {
  padding: 32px 0;
}
#new-top-section-faq .faq-item > summary::-webkit-details-marker {
  display: none;
}
#new-top-section-faq .faq-item > summary {
  list-style: none;
}
#new-top-section-faq .faq-q {
  display: flex;
  gap: 16px;
  align-items: center;
  letter-spacing: 0.8px;
  cursor: pointer;
  user-select: none;
}
#new-top-section-faq .faq-mark-q {
  font-family: "YuMincho", serif;
  font-size: 32px;
  font-weight: 500;
  color: #010034;
  line-height: 36px;
  width: 40px;
  flex-shrink: 0;
}
#new-top-section-faq .faq-q-text {
  flex: 1;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}
#new-top-section-faq .faq-toggle {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #010034;
}
#new-top-section-faq .faq-toggle::before,
#new-top-section-faq .faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: currentColor;
  transition: transform 0.2s ease;
}
#new-top-section-faq .faq-toggle::before {
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
}
#new-top-section-faq .faq-toggle::after {
  width: 2px;
  height: 100%;
  transform: translate(-50%, -50%);
}
#new-top-section-faq .faq-item[open] > summary .faq-toggle::after {
  transform: translate(-50%, -50%) scaleY(0);
}
#new-top-section-faq .faq-a {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  letter-spacing: 0.8px;
}
#new-top-section-faq .faq-mark-a {
  font-family: "YuMincho", serif;
  font-size: 32px;
  font-weight: 500;
  color: #3375a1;
  line-height: 36px;
  width: 40px;
  flex-shrink: 0;
  text-align: center;
}
#new-top-section-faq .faq-a-text {
  flex: 1;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
}
#new-top-section-faq .faq-view-more {
  position: relative;
  display: block;
  height: 56px;
  margin-top: 24px;
  text-decoration: none;
  color: inherit;
}
#new-top-section-faq .faq-view-more::before {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 32px;
  width: 160px;
  height: 1px;
  background-color: #010034;
}
#new-top-section-faq .faq-view-more::after {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 32px;
  width: 20px;
  height: 1px;
  background-color: #010034;
  transform: rotate(45deg);
  transform-origin: right;
}
#new-top-section-faq .faq-view-more .view-more {
  position: absolute;
  bottom: 24px;
  right: 32px;
  width: 160px;
  text-align: left;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #010034;
}

@media (max-width: 768px) {
  #new-top-section-faq {
    height: auto;
    padding: 40px 0;
  }
  #new-top-section-faq .bg {
    position: absolute;
    inset: 0;
  }
  #new-top-section-faq .faq-title {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 16px 24px;
    padding: 12px 16px;
  }
  #new-top-section-faq .faq-title h3 {
    font-size: 22px;
    white-space: normal;
  }
  #new-top-section-faq .faq-panel {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    max-width: none;
    min-height: 0;
    margin: 0 16px;
    padding: 24px 20px;
  }
  #new-top-section-faq .faq-item {
    padding: 18px 0;
  }
  #new-top-section-faq .faq-mark-q,
  #new-top-section-faq .faq-mark-a {
    font-size: 22px;
    width: 28px;
  }
  #new-top-section-faq .faq-q-text,
  #new-top-section-faq .faq-a-text {
    font-size: 14px;
  }
  #new-top-section-faq .faq-toggle {
    width: 16px;
    height: 16px;
  }
  #new-top-section-faq .faq-view-more {
    height: 48px;
  }
  #new-top-section-faq .faq-view-more::before {
    right: 16px;
    width: 120px;
  }
  #new-top-section-faq .faq-view-more::after {
    right: 16px;
    width: 16px;
  }
  #new-top-section-faq .faq-view-more .view-more {
    bottom: 20px;
    right: 44px;
    width: 90px;
    font-size: 14px;
  }
}
