.u-text--head {
  color: #171c61 !important;
  font-size: 25px !important;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: bold;
}

.u-color--head {
  color: #171c61 !important;
}

.u-text--subhead {
  color: #333333 !important;
  font-size: 20px !important;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;

}

.u-text--body {
  color: #333333 !important;
  font-size: 17px;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;

}

.u-color--body {
  color: #333333 !important;
}

.u-text--strong {
  color: #333333 !important;
  font-size: 17px !important;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;

}

.u-text--link {
  color: #171c61 !important;
  font-size: 12px !important;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;

}

.u-text--head--overlay {
  color: #ffffff !important;
  font-size: 25px !important;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: bold;
}

.u-text--subhead--overlay {
  color: #ffffff !important;
  font-size: 20px !important;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;

}

.u-text--body--overlay {
  color: #ffffff !important;
  font-size: 17px !important;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;

}

.u-text--color--overlay {
  color: #ffffff !important;
}

.u-color__btn--bg {
  background: #171c61 !important;
}

.u-color__btn--bg--overlay {
  background: #171c61 !important;
}

.u-color__btn--bg--reverse {
  background: #ffffff !important;
}

.u-color__btn--bg--overlay--reverse {
  background: #ffffff !important;
}

.u-color__btn {
  color: #171c61 !important;
}

.u-text--btn {
  color: #ffffff !important;
  font-size: 17px !important;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;

}

.u-text--btn--overlay {
  color: #ffffff !important;
  font-size: 17px !important;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;

}

.u-text--btn--reverse {
  color: #171c61 !important;
  font-size: 17px !important;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;

  border: 1px solid #4a4b4c !important;
}

.u-text--btn--overlay--reverse {
  color: #171c61 !important;
  font-size: 17px !important;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;

  border: 1px solid #4a4b4c !important;
}

.u-color__btn--text {
  color: #ffffff !important;
}

.u-color__btn--text--bg {
  background: #ffffff !important;
}

.u-text--input {
  color: #424141 !important;
  font-size: 17px !important;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;

}

.u-color--input {
  color: #424141 !important;
}

.u-color__input--bg {
  background: #FFFFFF !important;
}

.u-color__border--input {
  border-color: #4a4b4c !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: 25px !important;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: bold;
}

.u-font--subhead {
  font-size: 20px !important;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;

}

.u-font--body {
  font-size: 17px !important;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;

}

.u-font--bold {
  font-weight: bold;
}

.c-product_info__details__icon::before,
.c-product_info__details__icon::after {
  background: #333333 !important;
}

/*================ SNS Icon ================*/











/*================ Other Icon ================*/

.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: "Noto Sans JP", "Noto Sans", serif;
}

/*================ Variables ================*/
:root {
  --color-text-head: #333333;
  --color-text-body: #333333;
  --color-text-overlay: #ffffff;
  --color-text-link: #171c61;
  --color-btn-bg: #171c61;
  --color-btn-text: #ffffff;
  --color-input-text: #424141;
  --color-input-border: #4a4b4c;
  --color-page-bg: #FFFFFF;
  --color-page-border: #D8DDDF;
  --color-page-accent: #171c61;

  --font-size-text-head: 25px;
  --font-size-text-subhead: 20px;
  --font-size-text-body: 17px;
  --font-size-text-link: 17px;

  --font-family-text-head: '"Noto Sans JP", "Noto Sans", sans-serif';
  --font-family-text-subhead: '"Noto Sans JP", "Noto Sans", sans-serif';
  --font-family-text-body: '"Noto Sans JP", "Noto Sans", sans-serif';
}

.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);
}



.c-product_info__category u-text--body {
  border: 1px solid #000;
}







#product-show-view {
  .c-product_info__category u-text--body {
    border: 1px solid #000;
  }
}