.u-text--head {
  color: #494949 !important;
  font-size: 24px !important;
  /* font-family: 'メイリオ', 'Meiryo';*/
  
}
.u-color--head {
  color: #494949 !important;
}
.u-text--subhead {
  color: #494949 !important;
  font-size: 17px !important;
  /* font-family: 'メイリオ', 'Meiryo';*/
  
}
.u-text--body {
  color: #9A9A9A !important;
  font-size: 13px !important;
  /* font-family: 'メイリオ', 'Meiryo';*/
  
}
.u-text--strong {
  color: #494949 !important;
  font-size: 13px !important;
  /* font-family: 'メイリオ', 'Meiryo';*/
  
}
.u-text--link {
  color: #000000 !important;
  font-size: 13px !important;
  /* font-family: 'メイリオ', 'Meiryo';*/
  
}
.gray-link{
  color: #707070 !important;
  font-size: 12px !important;
  text-decoration: none !important;
}
.cart-item-controller-container {
  width: 192px;
}
.u-text--head--overlay {
  color: #FFFFFF !important;
  font-size: 24px !important;
  /* font-family: 'メイリオ', 'Meiryo';*/
  
}
.u-text--subhead--overlay {
  color: #FFFFFF !important;
  font-size: 17px !important;
  /* font-family: 'メイリオ', 'Meiryo';*/
  
}
.u-text--body--overlay {
  color: #FFFFFF !important;
  font-size: 13px !important;
  font-weight: 600;
  
}
.u-text--color--overlay {
  color: #FFFFFF !important;
}
.u-color__btn--bg {
  background: #000000 !important;
}
.u-color__btn__green {
  background: #67BB41 !important;
  border-radius: 8px;
  font-size: 14px !important;
  font-weight: 600;
  /* font-family: 'ヒラギノ角ゴ', 'ProN'; */

}
.u-color__btn--bg--overlay {
  background: #000000 !important;
}
.u-color__btn {
  color: #000000 !important;
}
.u-text--btn {
  color: #FFFFFF !important;
  font-size: 16px !important;
  /* font-family: 'メイリオ', 'Meiryo';*/
  
}
.u-text--btn--overlay {
  color: #FFFFFF !important;
  font-size: 13px !important;
  /* font-family: 'メイリオ', 'Meiryo';*/
  
}
.u-color__btn--text {
  color: #FFFFFF !important;
}
.u-color__btn--text--bg {
  background: #FFFFFF !important;
}
.u-text--input {
  color: #000000 !important;
  font-size: 13px !important;
  /* font-family: 'メイリオ', 'Meiryo';*/
  
}
.u-color--input {
  color: #9A9A9A !important;
}
.u-color__input--bg {
  background: #FFFFFF !important;
}
.u-color__border--input {
  border-color: #BDC1C2 !important;
}
.u-color__bg--base {
  background: #FFFFFF !important;
}
.u-color__bg--main {
  background: #FFFFFF !important;
}
.u-color__border--border {
  border-color: #D8DDDF !important;
}
.u-color__border--main {
  border-color: #D8DDDF !important;
}
.u-font--head {
  font-size: 24px !important;
  /* font-family: 'メイリオ', 'Meiryo';*/
  
}
.u-font--subhead {
  font-size: 17px !important;
  /* font-family: 'メイリオ', 'Meiryo';*/
  
}
.u-font--body {
  font-size: 13px !important;
  /* font-family: 'メイリオ', 'Meiryo';*/
  
}
.u-font--bold {
  font-weight: bold;
}






  .c-product_item__actions .c-product_item__form--favorite {
    display: inline-block;
  }


  .c-product_item__actions .c-product_item__form--cart {
    display: inline-block;
  }



/*================ Fonts ================*/

/*================ Headings ================*/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  /* font-family: "メイリオ", serif; */
}

/*================ Variables ================*/
:root {
  --color-text-head: #494949;
  --color-text-body: #9A9A9A;
  --color-text-overlay: #FFFFFF;
  --color-text-link: #000000;
  --color-btn-bg: #000000;
  --color-btn-text: #FFFFFF;
  --color-input-text: #9A9A9A;
  --color-input-border: #BDC1C2;
  --color-page-bg: #FFFFFF;
  --color-page-border: #D8DDDF;

  --font-size-text-head: 24px;
  --font-size-text-subhead: 17px;
  --font-size-text-body: 13px;
  --font-size-text-link: 13px;
}

.c-steps_to_order--theme {
  --theme-color: var(--color-btn-bg) !important;
  --text-color: var(--color-btn-text) !important;
}

.p-movie--theme {
  --theme-color: var(--color-btn-bg);
}

/* override theme carepro */
.cp-btn-buy{
  color: #fff !important;
  background-color: #000 !important;
}
.cp-header{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  height: 103px;
}
.cp-header img{
  width: 153px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .cp-header{
      height: 53px;
  }
  .cp-header img{
      width: 114px;

  }
}


.cp-footer{
  background-color: #000;
  color: #fff;
  font-size: 14px;
  
}
.cp-footer__copy{
  font-size: 10px;
  margin-top: 40px;
}

@media screen and (min-width: 1024px) {

  .cp-footer__inner{
      display: block;
      max-width: 1024px;
      margin: 0 auto;
      height: auto;
      padding: 40px 0 20px;
      text-align: center;
  }
  .cp-footer__menu{
    display: flex;
    gap: 0;
    justify-content: center;
}
.cp-footer__menu li{
  margin-right:10px;
  padding-right:10px;
  border-right:solid 1px #FFFFFF;
  line-height: 1;
}
.cp-footer__menu li:nth-last-of-type(1){
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
  .cp-footer{
      position: absolute;
      bottom: 0;
      width: 100%;
  }
  .l-wrapper-none, .l-wrapper{
      min-height: 100vh;
      position: relative;
      padding-bottom: 94px;
  }
 
  .cp-footer__copy{
    text-align: center;
    margin-top: 40px;
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cp-footer__inner{
    display: block;
    max-width: 1024px;
    margin: 0 auto;
    height: auto;
    padding: 40px 0 20px;
    text-align: center;
  }
  .cp-footer__menu{
    display: flex;
    gap: 0;
    justify-content: center;
    
  }
  .cp-footer__menu li{
    margin-right:10px;
    padding-right:10px;
    border-right:solid 1px #FFFFFF;
    line-height: 1;
  }
  .cp-footer__menu li:nth-last-of-type(1){
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  .cp-footer__copy{
    text-align: center;
    margin-top: 40px;
  }
  .cp-footer{
      position: absolute;
      bottom: 0;
      width: 100%;
  }
  .l-wrapper-none, .l-wrapper{
      padding-bottom: 94px;
  }
  .l-wrapper-none, .l-wrapper{
      min-height: 100vh;
      position: relative;
      padding-bottom: 94px;
  }
}
@media screen and (max-width: 767px) {
  .cp-footer__menu{
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-bottom: 14px;
  }
  .cp-footer{
      padding: 40px 20px;
  }
}


/* cart */
.cp-c-cart_item__img{
  width: 290px;
}

@media screen and (max-width: 767px) {
  .cp-c-cart_item__img{
      width: 166px;
    }
  
}

.product_info_container {
  margin-left: 17px;
  padding-left: 21px
}
.cp-c-cart_item-name{
  font-size: 30px !important;
}
@media screen and (max-width: 767px) {
  .cp-c-cart_item-name{
    font-size: 18px !important;
    }
  
}

.cp-c-cart_item__action__price{
  font-weight: bold;
}

/* form label */
.c-form_table--confirm th.u-text--body,
.c-cart_list__list__item__info__total__price.u-text--body,
.c-form_table th.u-text--body{
  color: #5A5A5A !important;
}







/*jaccs modal*/
.jaccsInfo{
margin-top:15px;

}

.jaccsInfo .text{
font-size:12px;
color:#5A5A5A;
}

.jaccsInfo .text a{
	color:#000000;
	text-decoration:underline;
}


.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4);
  z-index: 9999
}

.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  max-width: 853px;
  background-color: #fff;
  border-radius: 10px;
  padding: 55px 105px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #5a5a5a;
  max-height: 80%;
  overflow-x: auto
}

@media screen and (max-width:767px) {
  .modal .modal-content {
    min-height: 70%;
    width: 90%;
    padding: 55px 35px;
    font-size: 14px!important
  }
  .modal .modal-content .modal-title {
    font-size: 18px!important
  }
}

.modal .modal-content .modal-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.modal .modal-content .modal-image img {
  display: block;
  padding-top: 20px
}

.modal .modal-content p {
  margin-top: 20px
}

.modal .modal-content .modal-title {
  font-weight: 400;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 25px;
  margin-bottom: 10px;
  text-align: center;
  color: #000;
  margin-top: 60px
}

.modal .modal-content .modal-title:first-of-type {
  margin-top: 0
}

.modal .modal-content .close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-block;
  padding: 10px
}

.modal .modal-content .close:focus, .modal .modal-content .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer
}

.modal .modal-content a {
  color: #000;
  text-decoration: underline
}

.modal .modal-content a:hover {
  text-decoration: none
}

.modal .modal-content ul.jaccsStep {
  margin-top: 20px
}

.modal .modal-content ul.jaccsStep li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px
}

.modal .modal-content ul.jaccsStep li span {
  position: absolute;
  left: 0;
  top: 0
}

.modal .modal-content p
.modal .modal-content ul.jaccsStep li{
text-align:left;
}