/*AnyGift*/
.anygift-gift-form__list-item {
    overflow-x: auto !important;
}

/*共通*/
#cart-show-view{
    padding: 50px 0px;
}
.p-cart_content {
    margin: 50px auto;
}
.p-page_content__inner p {
    line-height: 1.5;
}
.u-text--strong {
    font-weight: bold;
}
.c-table tbody tr:first-child {
    border-top-style: none;
}
.c-table tbody tr {
    border-bottom-style: none;
}
.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}
/*ヘッダー*/
.u-hamburger--link {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
    margin: 15px 0;
    font-weight: bold;
    letter-spacing: 0.08em;
    font-family: YakuHanJP, "TT Firs Neue", TTFirsNeue, "A1 Gothic R", "A P-OTF A1Gothic Std", sans-serif !important;
}
.c-hamburger__footer {
    display: flex;
    justify-content: start;
    gap: 24px;
    flex-wrap: wrap;
}
.u-sns--link {
    display: block;
    width: 26.75px;
    height: 26.75px;
}
.u-icon--close:before {
    color: white;
}


#ecf_header_section.is-hidden {
  display: none;
}

#ecf_header_section.is-visible {
  display: block;
}

/*ここまでヘッダー*/


/*TOPページ*/
.c-intro_logo {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100dvh;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 111;
}
.c-intro_logo__img {
  width: 180px;
  height: auto;
  animation: fadeIn 1.5s ease-in-out;
}
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}


/* メイン動画 */
.c-main_video {
  width: 100vw;
  overflow: hidden;
  background: black;
}
.c-main_video__file {
  display: block;
  width: 100vw;
  height: calc(100vw * 1.7778); /* 9:16 の縦動画比率 */
  object-fit: cover;
  border: none;
}
@media (min-width: 768px) {
  .c-main_video__file {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }
}

/*コンセプト*/
.p-concept_block {
  max-width: 1200px;
  margin: 30px auto 30px;
  background: #fff;
  text-align: center;
  font-family: sans-serif;
  border-radius: 6px;
  overflow: hidden;
}
.p-concept_block__content {
  padding: 20px;
}
.p-concept_block__text {
    color: #333;
    font-size: 14px !important;
    line-height: 1.7;
    margin-bottom: 20px;
}
.p-concept_block__image{
    display: block;
    width: 50%;
    height: auto;
    margin: auto;
    border: none;
    padding: 20px;
}
.p-concept_block__button {
  display: inline-block;
  color: #000;
  text-decoration: none;
  transition: background 0.3s;
  background-color: #e0e0e0;
    border: none;
    padding: 10px 20px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
}


/*Top_プロダクト*/
/*.p-feature_block {
  margin: 30px auto;
  background: #fff;
  text-align: center;
  overflow: hidden;
}*/
.p-feature_block {
    text-align: center;
    padding: 0 20px;
    max-width: 1200px;
    margin: 30px auto;
}
/*.p-feature_block__image{
    padding: 0px 20px;
}*/
.p-feature_block__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-feature_block__content {
  padding: 20px 0px;
}
.p-feature_block__title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}
.p-feature_block__text {
    color: #333;
    font-size: 14px !important;
    line-height: 1.7;
    margin-bottom: 20px;
}
.p-feature_block__text strong{
    font-weight: bold;
}
.p-feature_block__button {
  display: inline-block;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s;
    border: none;
    padding: 10px 20px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    background-color: #A61E2B;
}
.p-feature_block__button:hover {
  background: #bbb;
}
@media screen and (min-width: 768px) {
  .p-feature_block {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 1200px;
    flex-direction: column;
  }
  .p-feature_block__image,
  .p-feature_block__content {
    flex: 1;
  }
  .p-feature_block.reverse {
    flex-direction: row-reverse;
  }
  .p-feature_block__image img {
    border-bottom: none; /* PCでは区切り不要な場合 */
    max-width: 50%;
    margin: auto;
  }
  .p-feature_block__content {
    padding: 0 20px;
  }
  
  .p-feature_block__title {
    font-size: 18px;
  }
}

/*ブランドプロデューサー*/
.founder-message {
  text-align: center;
  padding: 0 20px;
  max-width: 1200px;
  margin: 30px auto;
}

.founder-message__inner {
  text-align: left;
}

.founder-message__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: left;
  font-family: 'EB Garamond', serif !important;
}

.founder-message__content {
  display: block;
}

.founder-message__text {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  letter-spacing: 0.02rem;
}

.founder-message__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  margin-bottom: 32px;
  flex-wrap: nowrap;
}

.founder-message__signature {
  flex: 1;
  text-align: left;
}

.founder-message__role{
    font-size: 14px;
}
.founder-message__signature-image {
  max-width: 150px;
    height: auto;
    margin-top: 10px !important;
}

.founder-message__image {
  flex: 1;
  max-width: 160px;
  height: auto;
  border-radius: 0;
}

.founder-message__button {
  display: inline-block;
    color: #000;
    text-decoration: none;
    transition: background 0.3s;
    background-color: #e0e0e0;
    border: none;
    padding: 10px 20px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .founder-message__signature-image {
    margin: auto;
}
  .founder-message__footer {
    align-items: center;
  }

  .founder-message__signature,
  .founder-message__image {
    text-align: center;
  }
}



/*コメント*/
.p-comments_section {
  max-width: 1200px;
  margin: 100px auto;
  padding: 0 20px;
  font-family: sans-serif;
}
.p-comments_section__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  font-family: 'EB Garamond', serif !important;
}
.p-comment_block {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 60px;
  gap: 20px;
}
.p-comment_block__text {
  text-align: left;
  margin-bottom: 16px;
}
.p-comment_block__name {
  font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 8px;
}
.p-comment_block__comment {
  font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
    letter-spacing: 0px;
    text-align: left;
}
.p-comment_block__image img {
  width: 150px;
  height: auto;
  border-radius: 6px;
}
@media(min-width: 768px) {
  .p-comment_block {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    margin: 50px auto;
  }
  .p-comment_block__text {
    width: 60%;
    margin-bottom: 0;
  }
  .p-comment_block__image {
    text-align: right;
  }
  .p-comment_block__image img {
  width: 180px;
}
}

/*Top_ポイントプログラム*/
.p-point_block {
  margin: 30px auto;
  background: #fff;
  text-align: center;
  overflow: hidden;
}
.p-point_block__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-point_block__content {
  padding: 20px;
}
.p-point_block__title {
  font-size: 24px;
    padding: 0 20px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: left;
    font-family: 'EB Garamond', serif !important;
}
.p-point_block__text {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 15px;
    color: #333;
    position: relative;
    line-height: 1.7;
    letter-spacing: 0.02rem;
}
.p-point_block__button {
  display: inline-block;
    color: #000;
    text-decoration: none;
    transition: background 0.3s;
    background-color: #e0e0e0;
    border: none;
    padding: 10px 20px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-point_block {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 20px;
    text-align: center;
  }
  .p-point_block__image,
  .p-point_block__content {
    flex: 1;
  }
  .p-point_block__image img {
    border-bottom: none; /* PCでは区切り不要な場合 */
    max-width: 50%;
    margin: auto;
  }
  .p-point_block__content {
    padding: 0 20px;
    text-align: center;
  }
}



/*インフォメーション*/
.p-info_section {
  max-width: 1200px;
  margin: 30px auto;
  padding: 0 20px;
  font-family: serif;
  text-align: center;
}
.p-info_section__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: left;
  font-family: 'EB Garamond', serif !important;
}
.p-info_section__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 常に2列 */
  gap: 20px;
  max-width: 800px;
  margin: 20px auto 50px;
}
.p-info_card {
  border: 1px solid #000;
  border-radius: 16px;
  padding: 20px;
  text-decoration: none;
  color: #000;
  transition: box-shadow 0.3s ease;
  width: 100%; /* グリッド対応 */
}
.p-info_card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.p-info_card__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: left;
  font-family: 'EB Garamond', serif !important;
}
.p-info_card__image {
  width: 100%;
  aspect-ratio: 1 / 1; /* 正方形を保つ */
  overflow: hidden;
}
.p-info_card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




/*画面下部固定のボタン*/
.fixed-bottom-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #A61E2B;
  text-align: center;
  padding: 18px 0;
  z-index: 9999;
  text-decoration: none !important;
}

.fixed-bottom-btn__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.fixed-bottom-btn__icon {
  width: 20px;
  height: auto;
}

.fixed-bottom-btn__text {
  color: white;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
}

/*ここまでTOP*/


/*Productページ*/
@media screen and (max-width: 719px) {
    .p-product_list__list {
        gap: 30px;
    }
    .p-product_list .medium-up--one-3 {
        width: calc((100% - 30px) / 2);
    }
    .p-product_list .medium-up--one-3:not(:first-child) {
        margin-top: 0px;
    }
}
/*ここまでProductページ*/


/*h2の画像のレスポンシブ対応*/
.p-concept_block__image_product {
    display: block;
    width: 100px;
    height: auto;
    padding: 0px;
    padding-bottom: 30px;
}
.p-concept_block__image_concept {
    display: block;
    width: 180px;
    height: auto;
    margin: auto;
    padding: 0px;
    padding-bottom: 30px;
}
.p-concept_block__image_brand {
    display: block;
    width: 200px;
    height: auto;
    margin: 0px;
    padding: 0px;
    padding-bottom: 30px;
}
.p-concept_block__image_point {
    display: block;
    width: 220px;
    height: auto;
    margin: 0px;
    padding: 0px 20px;
    padding-bottom: 30px;
}
.p-concept_block__image_information {
    display: block;
    width: 180px;
    height: auto;
    margin: 0px;
    padding: 0px;
    padding-bottom: 30px;
}
.p-concept_block__image_media {
    display: block;
    width: 100px;
    height: auto;
    margin: 0px;
    padding: 0px;
}
.p-concept_block__image_news {
    display: block;
    width: 80px;
    height: auto;
    margin: 0px;
    padding: 0px;
}