
/* 全体 */
/* ------------------------------------ */
.anniv-20th-main {
  font-family: "Shippori Mincho", serif;
  /* font-family: "BIZ UDPMincho", serif; */
}

.anniv-20th-bg {
  /* background: linear-gradient(#fff 0%, #F1BA8296 90%, #F1BA82 100%); */
  background-size: 300% 300%;
  animation: Grad 10s linear infinite;
  will-change: background-position;
  padding-top: 20vw;
  margin-top: -20vw;
}

@keyframes Grad {
  0%{background-position:0% 0%}
  50%{background-position:100% 100%}
  100%{background-position:0% 0%}
}

.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}



/* レイアウト */
/* ------------------------------------ */
.ly-inner {
  padding: 80px 50px 0;
  max-width: 1060px;
  margin: 0 auto;
}

.anniv-20th-mv .ly-inner {
  padding: 65px 10px 0;
}

.anniv-20th-news .ly-inner {
  max-width: 845px;
}

.anniv-20th-9promises .ly-inner {
  max-width: 853px;
}

.wide-ly-inner {
  padding: 52.4px 0 0;
}

.wide-ly-inner .anniv-20th-lv2-heading__inner {
  padding: 0 20px;
}

@media(max-width: 1024px) {
  .ly-inner {
    padding: 60px 30px 0;
  }
}

@media(max-width: 767px) {
  .ly-inner {
    padding: 60px 20px 0;
  }

  .wide-ly-inner {
    padding-top: 60px 0 0;
  }

  .anniv-20th-congrats .ly-inner {
    padding: 80px 20px 0;
  }

  .anniv-20th-9promises .ly-inner {
    padding: 80px 20px 0;
  }

  .anniv-20th-mv .ly-inner {
    padding: 25px 10px 0;
  }

  .anniv-20th-message .ly-inner {
    padding: 60px 24px 0;
  }
}







/* lv2-heading */
/* ------------------------------------ */
.anniv-20th-lv2-heading__inner {
  position: relative;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.anniv-20th-lv2-heading__inner.is-animated {
  opacity: 1;
  transform: translateY(0);
}

/* スクロールアニメーション用スタイル */
.anniv-20th-message__col-wrap,
.anniv-20th-movie__wrap,
.anniv-20th-congrats__list-wrap,
.anniv-20th-news__wrap,
.anniv-20th-9promises__lead,
.anniv-20th-9promises__list-wrap,
.anniv-20th-newproduct__wrap {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.anniv-20th-message__col-wrap.is-animated,
.anniv-20th-movie__wrap.is-animated,
.anniv-20th-congrats__list-wrap.is-animated,
.anniv-20th-news__wrap.is-animated,
.anniv-20th-9promises__lead.is-animated,
.anniv-20th-9promises__list-wrap.is-animated,
.anniv-20th-newproduct__wrap.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.anniv-20th-lv2-heading__bg {
  display: inline-block;
  max-width: 479px;
  width: 100%;
}

.anniv-20th-lv2-heading__bg img {
  width: 100%;
}

.anniv-20th-lv2-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  color: #c5b99a;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.3em;
  width: 100%;
}

@media(max-width: 1279px) {
  .anniv-20th-lv2-heading {
    font-size: clamp(17px, 4.53vw, 30px)
  }
}




/* MV */
/* ------------------------------------ */
.anniv-20th-mv__lead {
  color: #c5b99a;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}

.anniv-20th-mv__lead-border {
  /* margin-top: 19px;
  padding-bottom: 8px; */
  line-height: 2.2;
}

.anniv-20th-mv__lead {
  margin-top: 46px;
}

.anniv-20th-mv__lead-border {
  display: inline-block;
  position: relative;
}

/* .anniv-20th-mv__lead-border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #CABB89;
  transform: scaleY(0.3);
  transform-origin: bottom;
} */

@media(max-width: 767px) {
  .anniv-20th-mv__lead {
    font-size: 17px;
    margin-top: 26px;
  }

  .anniv-20th-mv__lead-border {
    /* margin-top: 14px;
    padding-bottom: 5px; */
  }
}

@media(max-width: 374px) {
  .anniv-20th-mv__lead {
    font-size: 13px;
  }
}


/* 代表からのメッセージ */
/* ------------------------------------ */
.anniv-20th-message__col-wrap {
  display: flex;
  gap: 26px;
  margin-top: 62px;
}

.anniv-20th-message__col-l-img {
  width: 246px;
  flex-shrink: 0;
}

.anniv-20th-message__col-l-img img {
  width: 100%;
}

.anniv-20th-message__col-r-txt {
  color: #4F4F4F;
  font-size: 14px;
  line-height: 2.07;
  letter-spacing: 0.09em;
  margin-top: 9px;
}

@media(max-width: 767px) {
  .anniv-20th-message__col-wrap {
    display: flex;
    gap: 20px;
    margin-top: 19px;
    flex-direction: column-reverse;
}

.anniv-20th-message__col-l-img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
}


/* 20周年ムービー スライダー */
/* ------------------------------------ */
.anniv-20th-movie__wrap {
  overflow: visible;
  margin-top: 40px;
}

#anniv-20th-movie-slider {
  margin: 0 auto;
}

#anniv-20th-movie-slider .splide__slide {
  border-radius: 8px;
  overflow: hidden;
}

.anniv-20th-movie__item img {
  display: block;
  width: 100%;
  height: auto;
}

/* YouTube埋め込みのレスポンシブ対応 */
.anniv-20th-movie__item--video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  cursor: pointer;
  /* サムネイル品質向上のための最適化 */
  transform: translateZ(0);
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anniv-20th-movie__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* 既定は操作不可にしてドラッグ可能に */
  /* サムネイル品質向上のための最適化 */
  transform: translateZ(0); /* GPU アクセラレーションを有効化 */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  /* 高解像度ディスプレイでの表示品質向上 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* クリック時だけ動画操作を許可 */
.anniv-20th-movie__item--video.is-interactive .anniv-20th-movie__iframe {
  pointer-events: auto;
}

/* ページネーションの見た目を軽く調整（任意） */
.splide__pagination__page {
  background: #ccc;
  opacity: 1;
}
.splide__pagination__page.is-active {
  background: #222;
}

/* デフォルトは操作不可＝ドラッグを通す */
.anniv-20th-movie__item--video .anniv-20th-movie__iframe,
.anniv-20th-movie__item--video .anniv-20th-movie__video {
  pointer-events: none;
}

/* タップされたスライドだけ操作可 */
.anniv-20th-movie__item--video.is-interactive .anniv-20th-movie__iframe,
.anniv-20th-movie__item--video.is-interactive .anniv-20th-movie__video {
  pointer-events: auto;
}

.anniv-20th-mv__img {
  max-width: 520px;
  width: 100%;
  margin: 0 auto
}

.anniv-20th-mv__img img {
  width: 100%;
}

/* 20周年ムービー スライダー固有の高さとページネーション調整 */
#anniv-20th-movie-slider .splide__track,
#anniv-20th-movie-slider .splide__list,
#anniv-20th-movie-slider .splide__slide {
  height: auto !important;
}

#anniv-20th-movie-slider .splide__pagination {
  position: static;
  padding: 0;
  margin-top: 20px;
  display: flex;
  gap: 13.5px;
  justify-content: center;
}

#anniv-20th-movie-slider .splide__pagination__page {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: transparent;
  border: 1px solid #c5b99a;
  opacity: 1;
  transition: background-color .2s ease, transform .2s ease, border-color .2s ease;
  margin: 0;
}

#anniv-20th-movie-slider .splide__pagination__page:hover {
  transform: scale(1.08);
}

#anniv-20th-movie-slider .splide__pagination__page.is-active {
  background: #c5b99a;
  border-color: #c5b99a;
  transform: scale(1.12);
}

/* 20周年ムービー スライダーの矢印スタイル（PC版のみ） */
#anniv-20th-movie-slider .splide__arrow {
  background: #25282A;
  border: none;
  border-radius: 0;
  width: 44px;
  height: 119px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  top: calc(50% - 80px);
}

#anniv-20th-movie-slider .splide__arrow:hover {
  background: rgba(37, 40, 42, 0.8);
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

#anniv-20th-movie-slider .splide__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

#anniv-20th-movie-slider .splide__arrow svg {
  display: none !important;
}

#anniv-20th-movie-slider .splide__arrow::after {
  content: "";
  width: 16px;
  height: 42.5px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 42.5" fill="none"><path d="M2 2L14 21.25L2 40.5" stroke="white" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 16px 42.5px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

#anniv-20th-movie-slider .splide__arrow--prev::after {
  transform: rotate(180deg);
}

#anniv-20th-movie-slider .splide__arrow--prev {
  left: calc(15% - 66px);
  transform: translateX(0);
  transition: left 0.3s ease;
  border-radius: 5px 0 0 5px;
}

#anniv-20th-movie-slider .splide__arrow--next {
  right: calc(15% - 66px);
  transform: translateX(0);
  transition: right 0.3s ease;
  border-radius: 0 5px 5px 0;
}

@media(max-width: 1024px) {
  .anniv-20th-mv__img {
    width: 63%;
  }
}

@media(max-width: 767px) {
  .anniv-20th-movie__wrap {
    margin-top: 20px;
  }

  #anniv-20th-movie-slider .splide__pagination__page {
    width: 8px;
    height: 8px;
  }

  #anniv-20th-movie-slider .splide__pagination {
    gap: 10px;
  }

  /* SP版では矢印を非表示 */
  #anniv-20th-movie-slider .splide__arrow {
    display: none !important;
  }
}


/* 皆さまからのお祝いメッセージ */
/* ------------------------------------ */

.anniv-20th-congrats__item-name-col-l {
  display: flex;
  align-items: center;
  gap: 10px;
}

.anniv-20th-congrats__item-name-col-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.anniv-20th-congrats__item-name {
  color: #4F4F4F;
  line-height: 1;
  letter-spacing: .02em;
  font-size: 14px;
}

.anniv-20th-congrats__item-name-sm {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.anniv-20th-congrats__item-img {
  width: 100%;
  max-width: 98px;
  flex-shrink: 0;
}

.anniv-20th-congrats__item-img img {
  width: 100%;
}

.anniv-20th-congrats__item-name-col-r {
  max-height: 100px;
  width: auto;
  max-width: 98px;
  height: auto;
}

.anniv-20th-congrats__list-wrap {
  margin-bottom: 40px;
}

.anniv-20th-congrats__list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.anniv-20th-congrats__item-txtbox {
  background-color: #F9F4EC;
  border-radius: 10px;
  padding: 18px 10px 16px;
  position: relative;
  min-height: 177px;
}

.anniv-20th-congrats__item-txtbox::after {
  position: absolute;
  content:'';
  width: 16px;
  height: 20px;
  background-color: #F9F4EC;
  bottom: -15px;
  left: 30;
  clip-path: polygon(50% 20px, 0% 0%, 16px 0%);
}

.anniv-20th-congrats__item-txt {
  line-height: 1.57;
  font-size: 14px;
  letter-spacing: .01em;
  color: #4F4F4F;
}

.anniv-20th-congrats__wrap {
  margin-top: 90px;
}

.accordion {
  background-color: #daeffc;
}
.accordion__item {
  border-radius: 10px;
  cursor: pointer;
}

/* View More の上に中身を表示（見た目上の順序入替） */
.accordion__list .accordion__item {
  display: flex;
  flex-direction: column-reverse;
}

.accordion__item-head {
  font-size: 18px;
  font-weight: 700;
  color: #c5b99a;
  line-height: 1.25;
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: center;
}

.accordion__item-icon {
  font-size: 40px;
  font-weight: 700;
  margin-right: 40px;
  color: #0095D8;
  line-height: 1;
  margin-top: -3px;
}

.accordion__item-body {
  height: 0;
  overflow: hidden;
}

.accordion__item-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  padding: 0 40px 42px;
}

.accordion__item + .accordion__item {
  margin-top: 10px;
}

.accordion__item-head-txt {
  position: relative;
  font-weight: 400;
}

.accordion__item-head.is-active .accordion__item-head-txt::after {
  content: "";
  position: absolute;
  font-weight: 900;
  right: -33px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/viewmore-minus.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 23px;
}

.accordion__item-head-txt::after {
  content: "";
  position: absolute;
  font-weight: 900;
  right: -33px;
  top: 50%;
  transform: translateY(-50%);
  transition: .1s;
  background-image: url(../img/viewmore-plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 23px;
}

@media(max-width: 1024px) {
  .anniv-20th-congrats__list {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    max-width: 400px;
    margin: 0 auto;
  }
}

@media(max-width: 767px) {
  /* .anniv-20th-congrats__list {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    max-width: 400px;
    margin: 0 auto;
  } */

  .anniv-20th-congrats__wrap {
    margin-top: 20px;
  }

  .anniv-20th-congrats__item-txtbox::after {
    left: 42px;
  }

  .anniv-20th-congrats__item-txtbox {
    min-height: initial;
  }

  .anniv-20th-congrats__list-wrap .anniv-20th-congrats__item:nth-child(2n) .anniv-20th-congrats__item-name-col-wrap,
  .anniv-20th-congrats__list-wrap .anniv-20th-congrats__item:nth-child(2n) .anniv-20th-congrats__item-name-col-l {
    flex-direction: row-reverse;
  }

  .anniv-20th-congrats__list-wrap .anniv-20th-congrats__item:nth-child(2n) .anniv-20th-congrats__item-txtbox::after {
    right: 42px;
    left: initial;
  }

  .accordion__item-head {
    font-size: 14px;
  }

  .anniv-20th-congrats__item-name {
    font-size: 12px;
  }


  .accordion__wrap .anniv-20th-congrats__item-name {
    text-align: right;
  }

  .accordion__item-head.is-active .accordion__item-head-txt::after {
    width: 19px;
    height: 19px;
  }

  .accordion__wrap .anniv-20th-congrats__item-txtbox::after {
    left: initial;
    right: 42px;
}
}



/* タブの内容 */
/* ------------------------------------ */
.tab__list01,
.tab__list02 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

/* PC用タブ: 汎用デザイン用クラス */
.pc-tab-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

/* タブ: ボタン */
.tab__btn {
  cursor: pointer;
}
.tab__btn .tab__list01-item-head,
.tab__btn .tab__list02-item-head {
  border: 1px solid #c5b99a;
  border-radius: 6px;
  padding: 10px 12px;
  background: #fff;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

/* タブ: 矢印アイコン（PC/SP共通） */
.tab__btn > [class*="item-head"]:not([class*="item-head-sm"]) {
  position: relative;
}
.tab__btn > [class*="item-head"]:not([class*="item-head-sm"])::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 11px solid #c5b99a; /* デフォルトは下向き（三角の頂点が下に来る） */
  filter: drop-shadow(0 1px 3px rgba(0,2,2,.22));
  transition: transform .2s ease, border-top-color .2s ease, filter .2s ease;
}

/* PC用タブボタン: 汎用デザイン用クラス */
.pc-tab-list .tab__btn > [class*="item-head"]:not([class*="item-head-sm"]) {
  border: 1px solid #c5b99a;
  border-radius: 6px;
  padding: 10px 12px;
  background: #fff;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
  height: 100%;
}

.tab__list01-item-head:hover,
.tab__list02-item-head:hover {
  background: #c5b99a;
}

/* ホバー時も矢印を白色に */
.pc-tab-list [class*="item-head"]:not([class*="item-head-sm"]):hover::after {
  border-top-color: #fff;
}

/* PC用タブボタン: ホバー効果 */
.pc-tab-list [class*="item-head"]:not([class*="item-head-sm"]):hover {
  background: #c5b99a;
}

.tab__btn.is-active .tab__list01-item-head,
.tab__btn.is-active .tab__list02-item-head {
  background: #c5b99a;
  border-color: #c5b99a;
  box-shadow: 0 0 0 2px rgba(145,108,0,.08) inset;
}

/* タブ: アクティブ時は矢印を白色にし上向きに */
.tab__btn.is-active > [class*="item-head"]:not([class*="item-head-sm"])::after {
  border-top-color: #fff;
  transform: translateY(-60%) rotate(180deg);
}

/* PC用タブボタン: アクティブ状態 */
.pc-tab-list .tab__btn.is-active [class*="item-head"]:not([class*="item-head-sm"]) {
  background: #c5b99a;
  border-color: #c5b99a;
  box-shadow: 0 0 0 2px rgba(145,108,0,.08) inset;
}

.tab__list01-item-head-sm,
.tab__list02-item-head-sm {
  display: block;
  font-size: 10px;
  color: #777;
  margin-bottom: 4px;
}

/* PC用タブボタン: 小文字テキスト */
.pc-tab-list [class*="item-head-sm"] {
  display: block;
  font-size: 10px;
  color: #777;
  margin-bottom: 4px;
  border: none !important;
  background: none !important;
  padding: 0 !important;
}

.tab__list01-item.is-active .tab__list01-item-head-sm,
.tab__list02-item.is-active .tab__list02-item-head-sm,
.tab__list01-item-head:hover .tab__list01-item-head-sm,
.tab__list02-item-head:hover .tab__list02-item-head-sm {
  color: #fff;
}

/* PC用タブボタン: 小文字テキストのホバー・アクティブ状態 */
.pc-tab-list [class*="item"].is-active [class*="item-head-sm"],
.pc-tab-list [class*="item-head"]:hover [class*="item-head-sm"] {
  color: #fff;
}

.tab__btn p {
  font-size: 12px;
  color: #4F4F4F;
}

.tab__list01-item.is-active p,
.tab__list02-item.is-active p,
.tab__list01-item-head:hover p,
.tab__list02-item-head:hover p {
  color: #fff;
}

/* PC用タブボタン: メインテキストのホバー・アクティブ状態 */
.pc-tab-list [class*="item"].is-active p,
.pc-tab-list [class*="item-head"]:hover p {
  color: #fff;
}

/* タブ: パネルの表示制御 */
.tab__list01-panel-wrap,
.tab__list02-panel-wrap {
  margin-top: 22px;
}

.tab__list01-panel,
.tab__list02-panel {
  display: none;
  max-width: 742px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.tab__list01-panel.is-show,
.tab__list02-panel.is-show {
  display: block;
  animation: tabFadeIn .5s ease both;
}

/* PC用タブ: パネルの表示制御 */
.pc-tab-list + [class*="panel-wrap"] {
  margin-top: 22px;
}

.pc-tab-list + [class*="panel-wrap"] [class*="panel"] {
  display: none;
  max-width: 742px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.pc-tab-list + [class*="panel-wrap"] [class*="panel"].is-show {
  display: block;
  animation: tabFadeIn .5s ease both;
}

@keyframes tabFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.accordion__item-head02 {
  border: 1px solid #c5b99a;
  border-radius: 5px;
  padding: 8px 10px;
  position: relative;
}

.accordion__item-head02::after {
  position: absolute;
  content: "";
  background-color: #c5b99a;
  top: 50%;
  right: 10px;
  width: 9px;
  height: 9px;
  clip-path: polygon(50% 9px, 0% 0%, 9px 0%);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.accordion__item02 .anniv-20th-congrats__item-name-sm {
  margin-bottom: 0;
}

.tab__list01-panel .anniv-20th-congrats__item-txtbox,
.tab__list02-panel .anniv-20th-congrats__item-txtbox {
  min-height: initial;
}

.tab__list01-panel .anniv-20th-congrats__item-name-col-wrap,
.tab__list02-panel .anniv-20th-congrats__item-name-col-wrap {
  justify-content: flex-start;
  gap: 6px;
}

@media(max-width: 767px) {
  .pc-tab-list {
    display: none;
  }

  .tab__list01-panel-wrap,
  .tab__list02-panel-wrap {
    display: none;
  }

  .anniv-20th-congrats__item-name-sm {
    font-size: 10px;
    margin-bottom: 6px;
  }
}

/* SP用タブ */
/* ------------------------------------ */
.sp-tab-list {
  display: none;
}

.tab__list-sp01-panel-wrap,
.tab__list-sp02-panel-wrap,
.tab__list-sp03-panel-wrap,
.tab__list-sp04-panel-wrap,
.tab__list-sp05-panel-wrap {
  display: none;
}

@media (max-width: 767px) {
  .tab__list-sp01,
  .tab__list-sp02,
  .tab__list-sp03,
  .tab__list-sp04,
  .tab__list-sp05 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 20px;
  }

  /* SP用タブ: 汎用デザイン用クラス */
  .sp-tab-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 10px;
  }

  /* SP用タブ: ボタン */
  .tab__btn .tab__list-sp01-item-head,
  .tab__btn .tab__list-sp02-item-head,
  .tab__btn .tab__list-sp03-item-head,
  .tab__btn .tab__list-sp04-item-head,
  .tab__btn .tab__list-sp05-item-head {
    border: 1px solid #c5b99a;
    border-radius: 6px;
    padding: 8px 10px;
    background: #fff;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
  }

  /* SP用タブボタン: 汎用デザイン用クラス */
  .sp-tab-list .tab__btn > [class*="item-head"]:not([class*="item-head-sm"]) {
    border: 1px solid #c5b99a;
    border-radius: 6px;
    padding: 8px 10px;
    background: #fff;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
  }

  .tab__list-sp01-item-head:hover,
  .tab__list-sp02-item-head:hover,
  .tab__list-sp03-item-head:hover,
  .tab__list-sp04-item-head:hover,
  .tab__list-sp05-item-head:hover {
    background: #c5b99a;
  }

  /* SP用タブボタン: ホバー効果 */
  .sp-tab-list [class*="item-head"]:not([class*="item-head-sm"]):hover {
    background: #c5b99a;
  }

  .tab__btn.is-active .tab__list-sp01-item-head,
  .tab__btn.is-active .tab__list-sp02-item-head,
  .tab__btn.is-active .tab__list-sp03-item-head,
  .tab__btn.is-active .tab__list-sp04-item-head,
  .tab__btn.is-active .tab__list-sp05-item-head {
    background: #c5b99a;
    border-color: #c5b99a;
    box-shadow: 0 0 0 2px rgba(145,108,0,.08) inset;
  }

  /* SP用タブボタン: アクティブ状態 */
  .sp-tab-list .tab__btn.is-active [class*="item-head"]:not([class*="item-head-sm"]) {
    background: #c5b99a;
    border-color: #c5b99a;
    box-shadow: 0 0 0 2px rgba(145,108,0,.08) inset;
  }

  .tab__list-sp01-item-head-sm,
  .tab__list-sp02-item-head-sm,
  .tab__list-sp03-item-head-sm,
  .tab__list-sp04-item-head-sm,
  .tab__list-sp05-item-head-sm {
    display: block;
    font-size: 9px;
    color: #777;
    margin-bottom: 3px;
  }

  /* SP用タブボタン: 小文字テキスト */
  .sp-tab-list [class*="item-head-sm"] {
    display: block;
    font-size: 9px;
    color: #777;
    margin-bottom: 3px;
    border: none !important;
    background: none !important;
    padding: 0 !important;
  }

  .tab__list-sp01-item.is-active .tab__list-sp01-item-head-sm,
  .tab__list-sp02-item.is-active .tab__list-sp02-item-head-sm,
  .tab__list-sp03-item.is-active .tab__list-sp03-item-head-sm,
  .tab__list-sp04-item.is-active .tab__list-sp04-item-head-sm,
  .tab__list-sp05-item.is-active .tab__list-sp05-item-head-sm,
  .tab__list-sp01-item-head:hover .tab__list-sp01-item-head-sm,
  .tab__list-sp02-item-head:hover .tab__list-sp02-item-head-sm,
  .tab__list-sp03-item-head:hover .tab__list-sp03-item-head-sm,
  .tab__list-sp04-item-head:hover .tab__list-sp04-item-head-sm,
  .tab__list-sp05-item-head:hover .tab__list-sp05-item-head-sm {
    color: #fff;
  }

  /* SP用タブボタン: 小文字テキストのホバー・アクティブ状態 */
  .sp-tab-list [class*="item"].is-active [class*="item-head-sm"],
  .sp-tab-list [class*="item-head"]:hover [class*="item-head-sm"] {
    color: #fff;
  }

  .tab__list-sp01-item p,
  .tab__list-sp02-item p,
  .tab__list-sp03-item p,
  .tab__list-sp04-item p,
  .tab__list-sp05-item p {
    font-size: 11px;
    color: #4F4F4F;
  }

  /* SP用タブボタン: メインテキスト */
  .sp-tab-list [class*="item"] p {
    font-size: 11px;
    color: #4F4F4F;
  }

  .tab__list-sp01-item.is-active p,
  .tab__list-sp02-item.is-active p,
  .tab__list-sp03-item.is-active p,
  .tab__list-sp04-item.is-active p,
  .tab__list-sp05-item.is-active p,
  .tab__list-sp01-item-head:hover p,
  .tab__list-sp02-item-head:hover p,
  .tab__list-sp03-item-head:hover p,
  .tab__list-sp04-item-head:hover p,
  .tab__list-sp05-item-head:hover p {
    color: #fff;
  }

  /* SP用タブボタン: メインテキストのホバー・アクティブ状態 */
  .sp-tab-list [class*="item"].is-active p,
  .sp-tab-list [class*="item-head"]:hover p {
    color: #fff;
  }

  /* SP用タブ: パネルの表示制御 */
  .tab__list-sp01-panel-wrap,
  .tab__list-sp02-panel-wrap,
  .tab__list-sp03-panel-wrap,
  .tab__list-sp04-panel-wrap,
  .tab__list-sp05-panel-wrap {
    display: block;
    margin-top: 15px;
  }

  .tab__list-sp01-panel,
  .tab__list-sp02-panel,
  .tab__list-sp03-panel,
  .tab__list-sp04-panel,
  .tab__list-sp05-panel {
    display: none;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .tab__list-sp01-panel.is-show,
  .tab__list-sp02-panel.is-show,
  .tab__list-sp03-panel.is-show,
  .tab__list-sp04-panel.is-show,
  .tab__list-sp05-panel.is-show {
    display: block;
    animation: tabFadeIn .5s ease both;
  }

  /* SP用タブ: パネルの表示制御（汎用デザイン用クラス） */
  .sp-tab-list + [class*="panel-wrap"] {
    margin-top: 10px;
  }

  .sp-tab-list + [class*="panel-wrap"] [class*="panel"] {
    display: none;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .sp-tab-list + [class*="panel-wrap"] [class*="panel"].is-show {
    display: block;
    animation: tabFadeIn .5s ease both;
  }

  /* SP用タブのパネル内スタイル調整 */
  .tab__list-sp01-panel .anniv-20th-congrats__item-txtbox,
  .tab__list-sp02-panel .anniv-20th-congrats__item-txtbox,
  .tab__list-sp03-panel .anniv-20th-congrats__item-txtbox,
  .tab__list-sp04-panel .anniv-20th-congrats__item-txtbox,
  .tab__list-sp05-panel .anniv-20th-congrats__item-txtbox {
    min-height: initial;
    padding: 15px 8px 13px;
  }

  .tab__list-sp01-panel .anniv-20th-congrats__item-name-col-wrap,
  .tab__list-sp02-panel .anniv-20th-congrats__item-name-col-wrap,
  .tab__list-sp03-panel .anniv-20th-congrats__item-name-col-wrap,
  .tab__list-sp04-panel .anniv-20th-congrats__item-name-col-wrap,
  .tab__list-sp05-panel .anniv-20th-congrats__item-name-col-wrap {
    justify-content: flex-start;
    gap: 4px;
    margin-top: 20px;
  }

  /* SP用タブのパネル内スタイル調整（汎用デザイン用クラス） */
  .sp-tab-list + [class*="panel-wrap"] [class*="panel"] .anniv-20th-congrats__item-txtbox {
    min-height: initial;
    padding: 15px 8px 13px;
  }

  .sp-tab-list + [class*="panel-wrap"] [class*="panel"] .anniv-20th-congrats__item-name-col-wrap {
    justify-content: space-between;
    gap: 4px;
    margin-top: 20px;
    flex-direction: row-reverse;
  }

  .sp-tab-list + [class*="panel-wrap"] [class*="panel"] .anniv-20th-congrats__item-name-col-wrap .anniv-20th-congrats__item-name-col-l {
    flex-direction: row-reverse;
  }
}





/* NEWS */
/* ------------------------------------ */
.anniv-20th-news__wrap {
  margin-top: 40px;
}

.anniv-20th-news__list {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.anniv-20th-news__item {
  font-size: 14px;
  color: #4F4F4F;
  letter-spacing: 0;
  line-height: 1.43;
  border-bottom: 1px solid #d5c9a6;
  font-family: "BIZ UDPGothic", sans-serif;
}

.anniv-20th-news__item a {
  padding: 15px 0;
  display: block;
  cursor: pointer;
  opacity: .3s;
}

@media(hover: hover) {
  .anniv-20th-news__item a:hover {
    color: #c5b99a!important;
  }
}

.anniv-20th-news__item-title {
  position: relative;
  padding-right: 20px;
}

.anniv-20th-news__item-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url(../img/news-arrrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.anniv-20th-news__item-date {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 6px;
}

@media(max-width: 767px) {
  .anniv-20th-news__wrap {
    margin-top: 5px;
  }

  .anniv-20th-news__item {
    font-size: 13px;
  }

  .anniv-20th-news__list {
    gap: 10px;
  }
}


/* 9つの宣言 */
/* ------------------------------------ */
.anniv-20th-9promises__lead {
  text-align: center;
  margin-top: 40px;
  line-height: 1.625;
  letter-spacing: 0.09em;
  color: #4F4F4F;
  font-size: 16px;
}

.anniv-20th-9promises__list-wrap {
  font-size: #25282a;
  margin-top: 40px;
}

.anniv-20th-9promises__list {
  margin-top: 29px;
  gap: 20px;
  display: grid;
}

.anniv-20th-9promises__list-ttl {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-weight: 400;
}

.anniv-20th-9promises__list-inner {
  margin-top: 40px;
  padding-left: 29px;
}

.anniv-20th-9promises__list-heading-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.anniv-20th-9promises__list-heading-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125;
}

.anniv-20th-9promises__list-heading-txt,
.anniv-20th-9promises__item-txt-l,
.anniv-20th-9promises__item-txt-r {
  font-family: "BIZ UDPGothic", sans-serif;
}

.anniv-20th-9promises__list-heading-l,
.anniv-20th-9promises__list-heading-r {
  position: relative;
}

.anniv-20th-9promises__list-heading-l::after {
  position: absolute;
  content: "";
  background-image: url(../img/9promises-ttl-l.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 224px;
  height: 100%;
  z-index: 1;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}

.anniv-20th-9promises__list-heading-r {
  color: #FF6A14;
}

.anniv-20th-9promises__list-heading-r::after {
  position: absolute;
  content: "";
  background-image: url(../img/9promises-ttl-r.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 248px;
  height: 100%;
  z-index: 1;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}


.anniv-20th-9promises__item {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  background: linear-gradient(to right, #fff, #FF7626);
}

.anniv-20th-9promises__item-num {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.anniv-20th-9promises__item-txt-l,
.anniv-20th-9promises__item-txt-r {
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 51px;
  position: relative;
}

/* .anniv-20th-9promises__item-txt-l {
  background-color: #F7F5F2;
} */

/* .anniv-20th-9promises__item-txt-l::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 51px;
  background-color: #F7F5F2;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  z-index: 1;
} */

.anniv-20th-9promises__item-txt-r {
  /* background-color: #FF6A14; */
  color: #fff;
}

.anniv-20th-9promises__item-txt-r::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-51%);
  width: 24px;
  height: 52px;
  background: linear-gradient(to right, #ff7626, #FF6A14);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

@media(max-width: 767px) {
  .anniv-20th-9promises__lead {
    margin-top: 14px;
    font-size: 14px;
    text-align: left;
  }

  .anniv-20th-9promises__list-wrap {
    margin-top: 31px;
  }

  .anniv-20th-9promises__list-ttl {
    font-size: 16px;
    letter-spacing: .2em;
  }

  .anniv-20th-9promises__list-heading-l::after,
  .anniv-20th-9promises__list-heading-r::after {
    width: 100%;
    max-width: 138px;
    bottom: -25px;
  }

  .anniv-20th-9promises__list-inner {
    padding-left: 20px;
  }

  .anniv-20th-9promises__list-heading-txt {
    font-size: 13px;
    line-height: 1.46;
  }

  .anniv-20th-9promises__list {
    margin-top: 25px;
  }

  .anniv-20th-9promises__item-num {
    left: -25px;
  }

  .anniv-20th-9promises__item-txt-l, .anniv-20th-9promises__item-txt-r {
    font-size: 11px;
    min-height: 61px;
    text-align: left;
    padding: 0 0 0 8px;
  }

  .anniv-20th-9promises__item-txt-r {
    padding-left: 30px;
  }

  .anniv-20th-9promises__item-txt-l::after {
    right: -23px;
    width: 24px;
    height: 61px;
  }

  .anniv-20th-9promises__item-txt-r::after {
    right: -22.5px;
    width: 23px;
    height: 61px;
  }

  .anniv-20th-9promises__item {
    width: 94%;
  }
}



/* 新商品情報 */
/* ------------------------------------ */
.anniv-20th-newproduct__wrap {
  padding: 41px 50px 159px;
}

.anniv-20th-newproduct__img {
  max-width: 556px;
  width: 100%;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

@media(max-width: 767px) {
  .anniv-20th-newproduct__wrap {
    padding: 20px 0 100px;
}
}

/* 新商品スライダー: ページネーションはムービーと同仕様 */
#anniv-20th-newproduct-slider .splide__track,
#anniv-20th-newproduct-slider .splide__list,
#anniv-20th-newproduct-slider .splide__slide {
  height: auto !important;
}

#anniv-20th-newproduct-slider {
  margin: 0 auto;
}

#anniv-20th-newproduct-slider .splide__pagination {
  position: static;
  padding: 0;
  margin-top: 20px;
  display: flex;
  gap: 13.5px;
  justify-content: center;
}

#anniv-20th-newproduct-slider .splide__pagination__page {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: transparent;
  border: 1px solid #c5b99a;
  opacity: 1;
  transition: background-color .2s ease, transform .2s ease, border-color .2s ease;
  margin: 0;
}

#anniv-20th-newproduct-slider .splide__pagination__page:hover {
  transform: scale(1.08);
}

#anniv-20th-newproduct-slider .splide__pagination__page.is-active {
  background: #c5b99a;
  border-color: #c5b99a;
  transform: scale(1.12);
}

@media(max-width: 767px) {
  #anniv-20th-newproduct-slider .splide__pagination__page {
    width: 8px;
    height: 8px;
  }
  #anniv-20th-newproduct-slider .splide__pagination {
    gap: 10px;
  }
}