/** 【TW 1.0】 Start modal関連 */
.modal-open {
  overflow: hidden
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .1875rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: .1875rem;
  border-top-right-radius: .1875rem
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: .1875rem;
  border-bottom-left-radius: .1875rem
}

.modal-footer>:not(:first-child) {
  margin-left: .25rem
}

.modal-footer>:not(:last-child) {
  margin-right: .25rem
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:544px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem)
  }
  .modal-sm {
    max-width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg, .modal-xl {
    max-width: 800px
  }
}

@media (min-width:1200px) {
  .modal-xl {
    max-width: 1140px
  }
}
/** 【TW 1.0】 End modal関連 */
/** 【TW 1.0】 Start consent-tracking関連 */
#consent-tracking .button-wrapper button {
  margin: .5em
}

.tracking-consent {
    line-height: 1.5;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .1875rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25)
}

.btn.disabled, .btn:disabled {
  opacity: .65
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none
}

.btn-primary {
  color: #fff;
  background-color: #00a1e0;
  border-color: #00a1e0
}

.btn-primary:hover {
  color: #fff;
  background-color: #0086ba;
  border-color: #007cad
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 175, 229, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #00a1e0;
  border-color: #00a1e0
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #007cad;
  border-color: #0073a0
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 175, 229, .5)
}
/** 【TW 1.0】 End consent-tracking関連  */
/** 【TW 1.0】 Start サジェスト関連 */
.suggestions-wrapper {
    display: none;
    padding-bottom: 0;
    z-index: 500;
    position: absolute;
}

.p-products-all-item-search__input {
    display: block;
}

.p-ico-button__cart__body {
  display: block;
}

.suggestions {
  height: auto;
  max-height: 490px;
}

@media screen and (min-width: 768px), print {
  .suggestions .cate-list .item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
  }
}

@media screen and (min-width: 768px), print {
  .suggestions .products-list {
    padding-bottom: 0;
    border-bottom: unset;
  }
}
.suggestions {
    width: 100%;
}

@media ( max-width :580px) {
    .suggestions-wrapper {
        width: 100%;
    }
}

@media ( min-width :580px) and (max-width :1279px) {
    .suggestions-wrapper {
        width: 530px;
    }
}

@media ( min-width :1280px) {
    .suggestions-wrapper {
        width: 100%;
    }
}

.suggestions .swatch-circle {
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: 1.25em;
    border: .063em solid rgba(0, 0, 0, .3);
    display: inline-block;
    margin-right: .313em;
    position: relative
}

.suggestions .swatch-circle.color-value[data-selected=true]:after {
    color: #000;
    content: "\F058";
    display: table-caption;
    font-family: FontAwesome;
    font-size: 1.625em;
    left: .295em;
    position: absolute
}

.suggestions .swatch-circle.color-value.selected:after {
    color: #000;
    content: "\F058";
    display: table-caption;
    font-family: FontAwesome;
    font-size: 1.625em;
    left: .31em;
    position: absolute;
    top: .35em
}

.suggestions .swatch-circle.color-value.selected:after, .suggestions .swatch-circle i.fa-times-circle
    {
    background: #fff;
    border-radius: 50%;
    height: .75em;
    line-height: .8em;
    width: .8em
}

.suggestions .header {
    color: #999;
    font-size: .875em;
    padding-top: .625em
}

.suggestions .header:not (:first-child ){
    border-top: 1px solid #ccc
}

.suggestions .items {
    padding: .313em 0
}

.suggestions .item {
    padding-bottom: .625em
}

@media ( max-width :543.98px) {
    .suggestions .item {
        padding-bottom: .938em
    }
}

.suggestions .category-parent {
    color: #999;
    font-size: .875em
}

.suggestions .selected {
    background-color: #eee
}

.suggestions .container {
    list-style-type: none
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8,
    .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1,
    .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,
    .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto,
    .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5,
    .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11,
    .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3,
    .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
    .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1,
    .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7,
    .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto
    {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sr-only {
    white-space: nowrap;
}
/** 【TW 1.0】 End サジェスト関連 */
/** 【TW 1.0】 Start AmazonPay対応 */
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

.form-control[disabled] {
	background-color: #e9ecef;
	opacity: 1
}

.w-100 {
    width: 100%;
}
/** 【TW 1.0】 End AmazonPay対応 */

/** 【TW 1.0】#22498 EFO用個人法人判定 */
.efo-form {
    display: none;
}

/** 【TW 1.0】Start. #22622 マイページ-配送先住所 */
.p-my-account__modal__wrap {
    color: #484848;
    height:auto;
}

#js-deleteAddress-modal .p-my-account__modal_detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}
/** 【TW 1.0】End. #22622 マイページ-配送先住所 */

/** 【TW 1.0】Start. #26071 会員番号をお持ちの方 */
.c-checkbox .checkbox-area-wrapper {
    width:22px;
    height:22px;
}
/** 【TW 1.0】End. #26071 会員番号をお持ちの方 */

/** 【TW 1.0】#29445（ECPF-2160）対応 SS案内の表示制御 Start. */
.ss_recommend_pop_contents .d-none, .customize_choice_list_ss.d-none {
    display: none;
}
/** 【TW 1.0】#29445（ECPF-2160）対応 SS案内の表示制御 End. */

/** 【TW 1.0】チケット#29462（ECPF-2165）対応 カートアイコンの商品数の表示の改修見積依頼 */
.minicart-quantity-d-none {
    display: none;
}

/** 【TW 1.0】#29696（ECPF-2227）対応 カスタマイズページの周辺機器のポップアップ後の修正依頼  */
.p-products-user_custom-customize__modal__product-img .d-none {
    display: none;
}

/*【TW 1.0】#30357（ECPF-2293）対応 【見積依頼】PC商品詳細ページの改修_カスタマイズページとの統合 Start.*/
.tx-delivery-shortest-area.d-none, .deliverydate-attention.d-none, #partsSsExistMessage.d-none {
    display: none;
}
/*【TW 1.0】#30357（ECPF-2293）対応 【見積依頼】PC商品詳細ページの改修_カスタマイズページとの統合 End.*/

