.u-text--head {
  color: #eaba2b !important;
  font-size: 26px !important;
  
  
}
.u-color--head {
  color: #eaba2b !important;
}
.u-text--subhead {
  color: #eaba2b !important;
  font-size: 16px !important;
  font-family: 'メイリオ', 'Meiryo';
  
}
.u-text--body {
  color: #9A9A9A !important;
  font-size: 12px !important;
  font-family: 'メイリオ', 'Meiryo';
  
}
.u-color--body {
  color: #9A9A9A !important;
}
.u-text--strong {
  color: #eaba2b !important;
  font-size: 12px !important;
  font-family: 'メイリオ', 'Meiryo';
  
}
.u-text--link {
  color: #ab8925 !important;
  font-size: 12px !important;
  font-family: 'メイリオ', 'Meiryo';
  
}
.u-text--head--overlay {
  color: #fffbfb !important;
  font-size: 26px !important;
  
  
}
.u-text--subhead--overlay {
  color: #fffbfb !important;
  font-size: 16px !important;
  font-family: 'メイリオ', 'Meiryo';
  
}
.u-text--body--overlay {
  color: #fffbfb !important;
  font-size: 12px !important;
  font-family: 'メイリオ', 'Meiryo';
  
}
.u-text--color--overlay {
  color: #fffbfb !important;
}
.u-color__btn--bg {
  background: #ab8925 !important;
}
.u-color__btn--bg--overlay {
  background: #ab8925 !important;
}
.u-color__btn--bg--reverse {
  background: #FFFFFF !important;
}
.u-color__btn--bg--overlay--reverse {
  background: #FFFFFF !important;
}
.u-color__btn {
  color: #ab8925 !important;
}
.u-text--btn {
  color: #FFFFFF !important;
  font-size: 12px !important;
  font-family: 'メイリオ', 'Meiryo';
  
}
.u-text--btn--overlay {
  color: #FFFFFF !important;
  font-size: 12px !important;
  font-family: 'メイリオ', 'Meiryo';
  
}
.u-text--btn--reverse {
  color: #ab8925 !important;
  font-size: 12px !important;
  font-family: 'メイリオ', 'Meiryo';
  
  border: 1px solid #BDC1C2 !important;
}
.u-text--btn--overlay--reverse {
  color: #ab8925 !important;
  font-size: 12px !important;
  font-family: 'メイリオ', 'Meiryo';
  
  border: 1px solid #BDC1C2 !important;
}
.u-color__btn--text {
  color: #FFFFFF !important;
}
.u-color__btn--text--bg {
  background: #FFFFFF !important;
}
.u-text--input {
  color: #9A9A9A !important;
  font-size: 12px !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: 26px !important;
  
  
}
.u-font--subhead {
  font-size: 16px !important;
  font-family: 'メイリオ', 'Meiryo';
  
}
.u-font--body {
  font-size: 12px !important;
  font-family: 'メイリオ', 'Meiryo';
  
}
.u-font--bold {
  font-weight: bold;
}

.c-product_info__details__icon::before, .c-product_info__details__icon::after {
  background: #eaba2b !important;
}





  .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: "AB-kirigirisu", serif;
}

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

  --font-size-text-head: 26px;
  --font-size-text-subhead: 16px;
  --font-size-text-body: 12px;
  --font-size-text-link: 12px;

  --font-family-text-head: ;
  --font-family-text-subhead: 'メイリオ', 'Meiryo';
  --font-family-text-body: 'メイリオ', 'Meiryo';
}

.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);
}



.section {
  padding: 60px 20px;
  background: #f9f9f9;
}
.section-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}
.text,
.image {
  flex: 1;
}
.image img {
  max-width: 80%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 0 auto; 
}
.title {
  font-size: 45px;
  color: #b49361;
  text-align: center;
}
.titletext {
  font-size: 20px;
  color: #544f53;
}
.subtitle {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.3em;
  margin-bottom: 100px;
  text-align: center;
  font-family: "Noto Sans JP";
}
.image-left {
  flex-direction: row;
  align-items: flex-start;
}
.image-right {
  flex-direction: row-reverse;
  align-items: flex-start;
}
.fade-in-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in-section.visible {
  opacity: 1;
  transform: translateY(0);
}
/* ▼ スマホ対応 */
@media screen and (max-width: 768px) {
  .content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .text,
  .image {
    width: 100%;
  }
  .title {
    font-size: 28px;
  }
  h2 {
    font-size: 10px; 
  }
  .subtitle {
    font-size: 0.8rem;
    margin-bottom: 20px;
  }
  .titletext {
    font-size: 16px;
  }
  .image img {
    max-width: 90%; 
  }
}
.p-signup__lead.u-text--body--overlay{word-break:normal!important;white-space:normal!important;}





#index-view {
  .p-kv_slider__track__list__item__inner:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
}

@media screen and (max-width: 719px) {
    .p-kv_slider__track__list__item__inner:before {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.1) 100%);
    }
}
.p-signup__lead.u-text--body--overlay {
  word-break: normal !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
}

}











