/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/******************************/
/* FEATURES */
/******************************/
.p-features {
  padding-bottom: 30px;
}
.p-features-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 1030px) {
  .p-features-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.p-features-list__item {
  box-sizing: border-box;
  margin-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-features-list__item {
    margin-right: 5px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 300px;
  }
}
.p-features-list__in {
  box-sizing: border-box;
  position: relative;
}
.p-features-list__in:before {
  content: "";
  position: absolute;
  top: 150px;
  bottom: 30px;
  right: 10px;
  left: 10px;
  z-index: -1;
  background: transparent;
  transform: scaleY(2.3) perspective(0.6em) rotateX(2deg);
  transform-origin: bottom;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1030px) {
  .p-features-list__in:before {
    top: 150px;
    bottom: 30px;
    right: 15px;
    left: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
}
.p-features-list__in:hover:before {
  content: "";
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.p-features-list__in:hover .p-features-list__img img {
  transform: scale(1.05, 1.05);
}
.p-features-list__img {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-features-list__img img {
  width: 100%;
  transform: scale(1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-features-list__txt {
  box-sizing: border-box;
  padding: 30px;
  background: #ffffff;
}
@media screen and (max-width: 1030px) {
  .p-features-list__txt {
    padding: 30px 20px;
    width: 300px;
  }
}
.p-features-list__ttl {
  font-weight: bold;
}
.p-features-list__body {
  color: #909090;
}
@media screen and (max-width: 1030px) {
  .p-features-list__body {
    white-space: initial;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* TOP CONCEPT */
/******************************/
.p-concept-list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-concept-list {
    margin-top: 30px;
  }
}
.p-concept-list__item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 135px;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__item {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.p-concept-list__item:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-concept-list__item:last-child {
    margin-bottom: 0px;
  }
}
.p-concept-list__item:nth-child(even) .p-concept-list__txt {
  margin-left: 100px;
  margin-right: 130px;
  order: -1;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__item:nth-child(even) .p-concept-list__txt {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__item:nth-child(even) .p-concept-list__txt {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-concept-list__img {
  position: relative;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-concept-list__img {
    width: auto;
    text-align: center;
  }
}
.p-concept-list__img:before {
  content: "";
  position: absolute;
  top: 150px;
  bottom: 15px;
  right: 90px;
  left: 90px;
  z-index: -1;
  background: transparent;
  transform: scaleY(2.3) perspective(0.6em) rotateX(2deg);
  transform-origin: bottom;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .p-concept-list__img:before {
    bottom: 20px;
    right: 20%;
    left: 20%;
  }
}
.p-concept-list__txt {
  flex: 1;
  margin-left: 130px;
  margin-right: 100px;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__txt {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__txt {
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-concept-list__ttl {
  font-size: 18px;
  font-weight: normal;
}
.p-concept-list__body {
  color: #909090;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: calc(50% - 50px);
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 2px;
    margin-left: 2px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important; /* ★ 8px から 0 に変更 */
        z-index: 10;
        margin: 0 !important;
        background: #000;
        color: #fff;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: bold;
    }
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP STYLING */
/******************************/
.p-styling {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-styling {
    margin-bottom: 0;
  }
}
.p-styling-list {
  box-sizing: border-box;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 0;
  column-gap: 0;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .p-styling-list {
    -webkit-column-count: 3;
    column-count: 3;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.p-styling-list__item {
  box-sizing: border-box;
  padding: 0px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.p-styling-list__item img {
  width: 100%;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}

/* ============================================================ */
/* ▼▼▼ CSS編集エリア：既存の内容を消して、すべて貼り付けてください ▼▼▼ */
/* ============================================================ */

/* ------------------------------------------------------------ */
/* 1. ヒーローバナー（最上部画像）の設定 */
/* ------------------------------------------------------------ */
.hero-banner-wrapper {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: visible;
    box-sizing: border-box;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/* テキスト・ボタンエリア */
.hero-content-static {
    padding: 40px 20px;
    text-align: center;
    background-color: #ffffff;
    box-sizing: border-box;
}

.hero-copy-container {
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-main-title {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0 0 15px 0;
    line-height: 1.3;
    color: #333;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}

.hero-sub-title {
    font-size: 1.1rem;
    margin: 0;
    font-weight: normal;
    line-height: 1.8;
    color: #555;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 700px;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

/* ボタンのデザイン */
.hero-btn {
    flex: 1;
    background-color: #c0a263; /* シャンパンゴールド */
    color: #fff;
    text-decoration: none;
    padding: 20px 10px;
    text-align: center;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 1px solid #c0a263; 
    box-shadow: 0 5px 15px rgba(192, 162, 99, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
}

/* ホバー時・メニュー展開時の挙動 */
.hero-btn:hover,
.hero-dropdown-wrapper:hover .hero-btn {
    background-color: #fff;
    color: #c0a263;
    border-color: #c0a263;
    border-bottom-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    border-radius: 4px 4px 0 0;
}

.hero-btn-title {
    font-size: 1.3rem;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: inherit;
    /* ボタン内タイトルはゴシック体で読みやすく */
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.hero-btn-subtitle {
    font-size: 0.8rem;
    color: #f0f0f0; 
    display: block;
    letter-spacing: 0.05em;
}

/* ホバー時のサブタイトル色 */
.hero-btn:hover .hero-btn-subtitle,
.hero-dropdown-wrapper:hover .hero-btn .hero-btn-subtitle {
    color: #888;
}

/* ドロップダウンメニュー */
.hero-dropdown-wrapper {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}

.hero-dropdown-wrapper .hero-btn {
    position: relative;
    z-index: 10;
}

.hero-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    display: none;
    flex-direction: column;
    overflow-y: auto;
    max-height: 300px;
    z-index: 999;
    margin-top: -1px;
    padding-top: 2px;
    opacity: 0;
    transition: opacity 0.3s ease;
    border: 1px solid #c0a263;
    border-top: none;
    box-sizing: border-box;
}

/* スクロールバー装飾（濃いグレー） */
.hero-dropdown-menu::-webkit-scrollbar { width: 6px; }
.hero-dropdown-menu::-webkit-scrollbar-track { background: #f1f1f1; }
.hero-dropdown-menu::-webkit-scrollbar-thumb { background: #666; border-radius: 3px; }
.hero-dropdown-menu::-webkit-scrollbar-thumb:hover { background: #444; }

.hero-dropdown-menu a {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: #444;
    font-size: 0.95rem;
    border-top: 1px solid #f5f5f5;
    background-color: #fff;
    transition: background-color 0.2s, color 0.2s;
    text-align: left;
}

.hero-dropdown-menu a:hover {
    background-color: #fcf8ee;
    color: #c0a263;
}

.hero-dropdown-wrapper:hover .hero-dropdown-menu {
    display: flex;
    opacity: 1;
}

.hero-dropdown-wrapper:hover .hero-btn {
    transform: translateY(-3px);
    border-radius: 4px 4px 0 0;
    border-bottom-color: transparent;
}

/* ------------------------------------------------------------ */
/* 2. 診断ツール（LINE診断）の設定 */
/* ------------------------------------------------------------ */
.diagnosis-section {
    background-color: #f9f9f9;
    padding: 40px 15px;
    text-align: center;
    margin-bottom: 40px; 
    box-sizing: border-box;
}

.diagnosis-heading {
    font-size: 1.1rem;
    font-weight: bold;
    color: #555;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.diagnosis-heading::before, .diagnosis-heading::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 1px;
    background-color: #ccc;
}
.diagnosis-heading::before { left: -40px; }
.diagnosis-heading::after { right: -40px; }

.diagnosis-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    max-width: 1000px;
    margin: 0 auto;
}

.diagnosis-card {
    flex: 1;
    background-color: #e8f7ec;
    border: 1px solid #06C755; 
    border-radius: 8px;
    padding: 15px 10px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    box-sizing: border-box;
}

.diagnosis-card:hover {
    background-color: #06C755;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(6, 199, 85, 0.2);
}

.diagnosis-card:hover .d-icon, .diagnosis-card:hover .d-sub {
    color: #ffffff;
}

.d-icon {
    font-size: 1.5rem;
    color: #06C755;
    margin-bottom: 8px;
    transition: color 0.3s;
}

.d-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
}

.d-sub {
    font-size: 0.75rem;
    color: #666;
    display: block;
    transition: color 0.3s;
}

/* ------------------------------------------------------------ */
/* 3. ブランドストーリー & 研究室（独立型ボタン2つ並列）の設定 */
/* ------------------------------------------------------------ */
.standalone-cta-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 60px auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.brand-story-btn {
    flex: 1;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px; 
    transition: all 0.3s ease;
    color: #333;
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03); 
}

.brand-story-btn:hover {
    background-color: #fafafa;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border-color: #ccc;
}

.brand-story-btn-en {
    display: block;
    font-family: 'Garamond', 'Times New Roman', serif;
    font-size: 1.6rem;
    letter-spacing: 0.15em;
    margin-bottom: 8px;
    color: #333;
}

.brand-story-btn-jp {
    display: block;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'Noto Serif JP', serif;
    font-size: 0.95rem;
    color: #666;
    letter-spacing: 0.05em;
}


/* ------------------------------------------------------------ */
/* 4. スマホ表示時の調整（レスポンシブ） */
/* ------------------------------------------------------------ */
@media (max-width: 768px) {
    .hero-banner-wrapper { margin-bottom: 0; width: 100%; }
    .hero-content-static { padding: 30px 15px; }
    .hero-main-title { font-size: 1.5rem; }
    .hero-sub-title { font-size: 0.9rem; display: inline-block; }
    .hero-copy-container { margin-bottom: 25px; width: 100%; }
    
    .hero-buttons { flex-direction: row; gap: 10px; width: 100%; }
    @media (max-width: 400px) { .hero-buttons { flex-direction: column; } }
    
    .hero-btn { padding: 15px 5px; }
    .hero-btn-title { font-size: 1rem; }
    .hero-btn-subtitle { font-size: 0.7rem; }

    .diagnosis-section { padding: 30px 15px; }
    .diagnosis-container { flex-direction: column; gap: 10px; }
    .diagnosis-card {
        flex-direction: row; 
        justify-content: flex-start;
        padding: 15px 20px;
        min-height: auto;
        text-align: left;
    }
    .d-icon { margin-bottom: 0; margin-right: 15px; font-size: 1.8rem; }
    .d-text-wrap { display: flex; flex-direction: column; }
    .hero-dropdown-menu a { padding: 15px 10px; font-size: 0.9rem; }

    .standalone-cta-wrapper {
        flex-direction: column;
    }
    .brand-story-btn { padding: 25px 15px; }
    .brand-story-btn-en { font-size: 1.4rem; }
    .brand-story-btn-jp { font-size: 0.9rem; }
}

/* ------------------------------------------------------------ */
/* 5. スライダー（js-ranking-slider）の崩れ防止 */
/* ------------------------------------------------------------ */
.p-ranking-list {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 15px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.p-ranking-list.slick-initialized {
    display: block;
    overflow: visible;
    white-space: normal;
}

.p-ranking-list__item {
    flex: 0 0 auto;
    width: 200px;
    position: relative;
    box-sizing: border-box;
    margin-right: 10px;
}

.p-ranking-list__img {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}
.p-ranking-list__img img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 80px;
    width: 30px;
    height: 30px;
    z-index: 1;
    background: rgba(255,255,255,0.6);
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
        top: calc(50% - 50px);
    }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 10px;
    width: 15px;
    height: 15px;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
}
.p-ranking-list .slick-prev:before { transform: rotate(-45deg); }
.p-ranking-list .slick-next:before { transform: rotate(135deg); left: 4px; }


/* ------------------------------------------------------------ */
/* 6. その他の既存パーツ（ニュース、コンセプト等） */
/* ------------------------------------------------------------ */
.p-line-informaiton {
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
    width: 760px;
}
@media screen and (max-width: 767px) {
    .p-line-informaiton {
        display: block;
        width: auto;
    }
}
.p-line-informaiton ul { flex: 1; font-size: 13px; }
.p-line-informaiton li { margin-bottom: 15px; }
.p-line-informaiton__ttl {
    position: relative;
    margin: 0 40px 0 0;
    font-size: 14px;
    font-weight: bold;
}
.p-concept-list { margin-top: 60px; }
.p-concept-list__item {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 135px;
}
@media screen and (max-width: 767px) {
    .p-concept-list__item { display: block; margin-bottom: 30px; }
}
.p-concept-list__item:nth-child(even) .p-concept-list__txt {
    margin-left: 100px;
    margin-right: 130px;
    order: -1;
}
@media screen and (max-width: 767px) {
    .p-concept-list__item:nth-child(even) .p-concept-list__txt {
        margin-left: 0;
        margin-right: 0;
    }
}
.p-concept-list__img { width: 50%; }
@media screen and (max-width: 767px) { .p-concept-list__img { width: 100%; } }
.p-concept-list__txt { flex: 1; margin-left: 130px; margin-right: 100px; }
@media screen and (max-width: 767px) { .p-concept-list__txt { margin: 20px 0; } }

/* 商品テーマ別リスト（c-item-list-six）用 */
.c-item-list-six {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -5px;
    list-style: none;
}
.c-item-list-six__item {
    width: 16.666%;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .c-item-list-six__item { width: 33.333%; }
}
.c-item-list-six__img img { width: 100%; height: auto; }

/* ------------------------------------------------------------ */
/* 【重要修正】季節のおすすめ等（p-features-list）の崩れ防止・マージン調整 */
/* ------------------------------------------------------------ */
div.u-overflow-slide {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
    margin-left: 0 !important; 
    margin-right: 0 !important;
    width: 100% !important;
}

div.u-overflow-slide ul.p-features-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    padding: 0 0 20px 0 !important;
    padding-inline-start: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

div.u-overflow-slide ul.p-features-list li.p-features-list__item {
    flex: 0 0 auto !important;
    width: 300px !important;
    box-sizing: border-box !important;
    margin: 0 60px 0 0 !important;
    padding: 0 !important;
}

div.u-overflow-slide ul.p-features-list li.p-features-list__item:last-child {
    margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
    div.u-overflow-slide ul.p-features-list li.p-features-list__item {
        width: 240px !important;
        margin: 0 30px 0 0 !important;
    }
}

.p-features-list__img img {
    width: 100%;
    height: auto;
    display: block;
}

.p-features-list__txt {
    padding: 15px 0;
}

/* ------------------------------------------------------------ */
/* 7. 【新規追加】サイト全体のタイトル・テキストのフォント統一 */
/* ------------------------------------------------------------ */

/* 主要な見出し・商品名・カテゴリ名を明朝体に（高級感） */
.c-ttl-main,
.p-concept-list__ttl,
.p-ranking-list__ttl,
.p-features-list__ttl,
.c-item-list__ttl,
.c-item-list-six__ttl,
.p-top-news__ttl {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}

/* 商品カテゴリーなどの大見出しのサイズ調整 */
.c-ttl-main {
    font-size: 1.8rem !important;  /* 2.4rem -> 1.8rem に縮小 */
    margin-top: 50px !important;
    margin-bottom: 40px !important;
    text-align: center;
}

/* カテゴリーアイテム内のタイトルサイズ調整 */
.c-item-list__ttl strong,
.c-item-list__ttl,
.p-ranking-list__ttl, /* 人気カバーの商品名も追加 */
.c-item-list-six__ttl {
    font-size: 0.85rem !important; /* 1.0remから0.85remへ縮小 */
}

/* 商品価格のサイズ調整（新規追加） */
.c-item-list__price,
.p-ranking-list__price {
    font-size: 0.85rem !important; /* 価格も商品名と同じサイズに統一 */
    margin-top: 5px !important;
}

/* テーマ別メニュー（丸画像の下の文字） */
.c-item-list-six__ttl strong {
    font-size: 0.9rem !important; /* 1.1rem -> 0.9rem に微調整 */
}

/* 本文・サブライン・価格・説明文はゴシック体（可読性） */
.p-features-list__body,
.p-concept-list__body,
.p-ranking-list__price,
.p-ranking-list__txt,
.c-item-list__price,
.c-item-list__expl,
.p-top-news__body,
.p-line-informaiton {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
    /* バナー全体の外枠 */
    .anb-banner-box {
        width: 100%;
        max-width: 1100px; /* 最大幅 */
        margin: 40px auto; /* 上下の余白 */
        background-color: #fff;
        border: 1px solid #f3f4f6;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05);
        font-family: 'Noto Sans JP', "Helvetica Neue", Arial, sans-serif;
        box-sizing: border-box;
        line-height: 1.5;
        text-align: left; /* 親要素の影響をリセット */
    }
    
    /* バナー内の全要素のボックスサイズをリセット */
    .anb-banner-box *, 
    .anb-banner-box *:before, 
    .anb-banner-box *:after {
        box-sizing: border-box;
    }

    /* レイアウト（フレックスボックス） */
    .anb-banner-inner {
        display: flex;
        flex-direction: column; /* スマホは縦積み */
    }
    @media (min-width: 768px) {
        .anb-banner-inner {
            flex-direction: row; /* PC・タブレットは横並び */
        }
    }

    /* 画像エリア */
    .anb-banner-img-area {
        width: 100%;
        height: 300px;
        position: relative;
        background-color: #e5e7eb;
        overflow: hidden;
    }
    @media (min-width: 768px) {
        .anb-banner-img-area {
            width: 50%;
            height: auto;
            min-height: 360px; /* PCでの最小高さ */
        }
    }

    /* 画像本体 */
    .anb-banner-img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* 枠に合わせてトリミング */
        transition: transform 0.7s ease;
        display: block;
        vertical-align: bottom;
    }
    
    /* ホバー時の画像拡大効果 */
    .anb-banner-img-area:hover .anb-banner-img {
        transform: scale(1.05);
    }

    /* 画像上のシャドウ（高級感演出） */
    .anb-banner-shadow {
        position: absolute;
        inset: 0;
        background: linear-gradient(to right, rgba(0,0,0,0.05), transparent);
        pointer-events: none;
    }

    /* テキストコンテンツエリア */
    .anb-banner-content {
        width: 100%;
        padding: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        background-color: #fff;
        text-align: left;
    }
    @media (min-width: 768px) {
        .anb-banner-content {
            width: 50%;
            padding: 3rem;
        }
    }

    /* タイトル */
    .anb-banner-title {
        font-family: 'Zen Old Mincho', serif;
        color: #4a4a4a;
        font-size: 1.25rem; /* 変更: 1.5rem → 1.25rem (スマホで行が溢れないように縮小) */
        line-height: 1.3;
        margin-top: 0;
        margin-bottom: 1.5rem;
        letter-spacing: 0.05em;
        font-weight: 700;
        border: none;
        white-space: nowrap; /* 追加: 強制的に1行にする指定 */
    }
    @media (min-width: 768px) {
        .anb-banner-title { font-size: 1.2rem; /* 19.2px */ }
    }
    @media (min-width: 1024px) {
        .anb-banner-title { font-size: 1.6rem; /* 25.6px */ }
    }

    /* リスト（箇条書き） */
    .anb-banner-list {
        list-style: none;
        padding: 0;
        margin: 0 0 2rem 0;
        color: #666666;
        font-size: 0.875rem; /* 14px */
        line-height: 1.6;
        font-weight: 400;
    }
    @media (min-width: 768px) {
        .anb-banner-list { font-size: 1rem; /* 16px */ }
    }
    .anb-banner-list li {
        display: flex;
        align-items: center;
        margin-bottom: 0.5rem;
        border-bottom: none; /* 既存CSSのリセット */
    }

    /* チェックマーク */
    .anb-banner-check {
        color: #8B6E60; /* ブランドカラー */
        margin-right: 0.75rem;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1;
    }

    /* ボタン */
    .anb-banner-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #8B6E60;
        color: #ffffff !important; /* 強制的に白 */
        text-decoration: none !important;
        padding: 0.75rem 2rem;
        border-radius: 9999px; /* 丸ボタン */
        letter-spacing: 0.05em;
        font-size: 0.875rem;
        transition: all 0.3s ease;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        border: none;
        cursor: pointer;
        line-height: 1.5;
    }
    @media (min-width: 768px) {
        .anb-banner-btn { font-size: 1rem; }
    }
    .anb-banner-btn:hover {
        background-color: #7a5e51;
        opacity: 0.9;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(139, 110, 96, 0.25);
        color: #ffffff !important;
    }

    /* 矢印アイコン（SVG） */
    .anb-banner-arrow {
        width: 16px;
        height: 16px;
        margin-left: 0.5rem;
        transition: transform 0.3s ease;
        stroke: currentColor;
        stroke-width: 2;
        fill: none;
    }
    .anb-banner-btn:hover .anb-banner-arrow {
        transform: translateX(4px);
    }
/* スマホ表示向け調整 */
@media screen and (max-width: 768px) {
  /* テキストエリアの幅を親要素（カード）の幅に収める */
  .p-features-list__txt {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  /* テキスト自体の折り返しを強制する */
  .p-features-list__body {
    width: auto !important;
    max-width: 100%;
    white-space: normal; /* 折り返しを有効に */
    overflow-wrap: break-word; /* 長い単語も折り返す */
    word-wrap: break-word;
  }
}
