.u-text--head {
  color: #494949 !important;
  font-size: 24px !important;
  font-family: "Zen Old Mincho", sans-serif ;
}
.u-color--head {
  color: #494949 !important;
}
.u-text--subhead {
  color: #494949 !important;
  font-size: 17px !important;
  font-family: "Zen Old Mincho", sans-serif ;
}
.u-text--body {
  color: #333333 !important;
  font-size: 13px !important;
  font-family: "Zen Old Mincho", sans-serif ;
}
.u-text--strong {
  color: #494949 !important;
  font-size: 13px !important;
  font-family: "Zen Old Mincho", sans-serif ;
}
.u-text--link {
  color: #386f81 !important;
  font-size: 13px !important;
  font-family: "Zen Old Mincho", sans-serif ;
}
.u-text--head--overlay {
  color: #ffffff !important;
  font-size: 24px !important;
  font-family: "Zen Old Mincho", sans-serif ;
}
.u-text--subhead--overlay {
  color: #ffffff !important;
  font-size: 17px !important;
  font-family: "Zen Old Mincho", sans-serif ;
}
.u-text--body--overlay {
  color: #ffffff !important;
  font-size: 13px !important;
  font-family: "Zen Old Mincho", sans-serif ;
}
.u-text--color--overlay {
  color: #ffffff !important;
}
.u-color__btn--bg {
  background: #30343A !important;
}
.u-color__btn--bg__black {
  background: #30343A !important;
}
.u-color__btn--bg--overlay {
  background: #30343A !important;
}
.u-color__btn {
  color: #000000 !important;
}
.u-text--btn {
  color: #ffffff !important;
  font-size: 13px !important;
  font-family: "Zen Old Mincho", sans-serif ;
}
.u-text--btn--overlay {
  color: #ffffff !important;
  font-size: 13px !important;
  font-family: "Zen Old Mincho", sans-serif ;
}
.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: "Zen Old Mincho", sans-serif ;
}
.u-color--input {
  color: #000000 !important;
}
.u-color__input--bg {
  background: #ffffff !important;
}
.u-color__border--input {
  border-color: #000000 !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: "Zen Old Mincho", sans-serif ;
}
.u-font--subhead {
  font-size: 17px !important;
  font-family: "Zen Old Mincho", sans-serif ;
}
.u-font--body {
  font-size: 13px !important;
  font-family: "Zen Old Mincho", sans-serif ;
}
.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: "Zen Old Mincho", sans-serif ;
}

/*================ Variables ================*/
:root {
  --color-text-head: #494949;
  --color-text-body: #333333;
  --color-text-overlay: #ffffff;
  --color-text-link: #386f81;
  --color-btn-bg: #386f81;
  --color-btn-text: #ffffff;
  --color-input-text: #333333;
  --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);
}

.c-subpage__page-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.c-subpage__page-heading--main {
  font-size: 40px;
}

.c-subpage__page-heading--sub {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 719px) {
  .c-subpage__page-heading--main {
    font-size: 30px;
  }

  .c-subpage__page-heading--sub {
    font-size: 13px;
  }
}

.c-cart_item__info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-cart_item__img,
.c-cart_item--table .variant-image {
  width: 120px;
}
.c-cart_item__img:not(.--no-hover),
.c-cart_item--table .variant-image:not(.--no-hover) {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-cart_item__img:not(.--no-hover):hover,
.c-cart_item--table .variant-image:not(.--no-hover):hover {
  opacity: 0.4;
}
@media screen and (max-width: 719px) {
  .c-cart_item__img,
  .c-cart_item--table .variant-image {
    width: 80px;
  }
}
.c-cart_item__img__inner {
  padding-top: 133.3333333333%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-cart_item__img,
.c-cart_item--table .variant-image {
  width: 120px;
}
.c-cart_item__img:not(.--no-hover),
.c-cart_item--table .variant-image:not(.--no-hover) {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-cart_item__img:not(.--no-hover):hover,
.c-cart_item--table .variant-image:not(.--no-hover):hover {
  opacity: 0.4;
}
@media screen and (max-width: 719px) {
  .c-cart_item__img,
  .c-cart_item--table .variant-image {
    width: 80px;
  }
}

.c-cart_item__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}
@media screen and (max-width: 719px) {
  .c-cart_item__info {
    padding-left: 15px;
  }
}

.c-cart_item__info__title {
  word-break: break-all;
}
.c-cart_item__info__title:not(.--no-hover) {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-cart_item__info__title:not(.--no-hover):hover {
  opacity: 0.4;
}

.c-cart_item__action__price {
  font-size: 18px;
}

 {
  padding-top: 20px;
  padding-left: 10px;
}

.c-breadcrumb__inner {
  max-width: 1248px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.c-breadcrumb__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
}

.c-breadcrumb__item > * {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  color: #6e6e6e;
  font-size: 15px;
  font-weight: 500;
}

.c-breadcrumb__item:first-of-type .c-breadcrumb__link {
  padding-right: 5px;
}

.c-breadcrumb__item:nth-of-type(n + 2) > * {
  padding-right: 12px;
}

.c-breadcrumb__item:nth-of-type(n + 2) > *::before {
  content: ">";
  display: inline-block;
  margin-right: 5px;
  width: 6px;
}

.c-breadcrumb__item span {
  color: #000;
}

@media screen and (max-width: 719px) {
  .c-breadcrumb__inner {
    padding: 8px 13px;
  }
}

.noto_serif_jp {
	font-family: "Noto Serif JP", serif !imporatnt;
	font-weight: 400;
}
.noto_sans {
	font-family: "Noto Sans", sans-serif !imporatnt;
	font-weight: 400;
}