@charset "UTF-8";

@font-face {
  font-family: 'M PLUS 1p';
  font-style: normal;
  font-weight: 400;
  src: url('../font/m-plus-1p-v32-latin-regular.woff2') format('woff2');
  font-display: swap;
}

body {
  background-image: url(../img/main_bg.png);
  background-repeat: repeat;
  font: 1.6em 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: top;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: 0;
  font-size: 0;
}

/* 各セクションでiPhone特有の問題を修正 */
.header img,
.cta1 img,
.cta2 img,
.about img,
.voice img,
.reason img,
.real-wedding img,
.banquet-ceremony img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: 0; 
  font-size: 0; 
}

/* セクション自体もiPhone対応 */
.header,
.cta1,
.cta2,
.about,
.voice,
.reason,
.real-wedding,
.banquet-ceremony,
.plan,
.planner {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  display: block;
}

.wrap {
  margin: auto;
  max-width: 750px;
  background: #fff;
  color: #000;
}

/* ヘッダー/FV */
.header img {
  width: 100%;
}

/* CTA1(Canvas方式) */
.cta1 {
  position: relative;
}

.cta1 img{
  width: 100%;
}

.cta1 .button-container {
  position: absolute;
  top: 92.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  max-width: 686px;
}

.cta1 .button-wrapper {
  position: relative;
}

.cta1 .button {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  pointer-events: none;
}

.cta1 #shineCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cta1 img.overlay-image_top{
  margin-top: 9px;
}

/* CTA2以降の共通スタイル(Canvas animation方式) */
.cta-img-container {
  position: relative;
  width: 100%;
  height: auto;
}

.cta2 .cta-img-container {
  position: relative;
}

.cta2 .button-container2 {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  max-width: 686px;
}

.cta2 .button-wrapper2 {
  position: relative;
}

.cta2 .button-wrapper2 .button {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  pointer-events: auto;
}

.cta2 .shineCanvas2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Ceremony button */
.button-container-ceremony {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 92%;
  max-width: 686px;
  overflow: hidden;
  border-radius: 20px;
  transform: translate(-50%, 25%);
  z-index: 100;
}

.button-content {
  position: relative;
}

.button-content .button {
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
  z-index: 10;
  border-radius: 20px;
}

/* フェアムービーセクション */
.fair-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 180%;
  background-image: url('../img/fair-movie-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.fair-movie-container {
  position: absolute;
  width: 70%; 
  height: 0;
  padding-bottom: 124.44%; 
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -40%); 
}

.fair-movie-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; 
}

/* リアルウェディング動画 */
.wedding-movie {
  position: relative;
  width: 100%;
  background-color: #f9f8f4;
  padding: 10% 0;
}

.wedding-movie-container {
  position: relative;
  width: 70%; 
  height: 0;
  padding-bottom: 124.44%; 
  margin: 0 auto;
}

.wedding-movie-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; 
}

/* アバウトセクション */
.about {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  display: block;
}

.about img {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  line-height: 0;
  font-size: 0;
  vertical-align: top;
  border: none;
  outline: none;
}

.video-overlay-container {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: auto;
  margin-top: -10px; /* 画像間の隙間を消す */
  line-height: 0;
  font-size: 0;
}

.overlay-image {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
}

.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: none;
}

/* CTA2セクション */
.cta2 {
  max-width: 750px;
  margin: auto;
}

.cta2 img {
  width: 100%;
  display: block;
}

/* お客様の声セクション */
.voice img {
  margin: auto;
  width: 100%;
}

/* 理由セクション */
.reason img {
  margin: auto;
  width: 100%;
}

.reason .video-overlay{
  width: 94%;
  top: 48%;
}
/* 少人数も大人気セクション */
.small-group img {
  margin: auto;
  width: 100%;
}

/* 披露宴会場と挙式会場セクション */
.banquet-ceremony {
  background-color: #f0ede9;
}

.banquet-ceremony img {
  margin: auto;
  width: 100%;
}

.banquet {
  background-color: #f0ede9;
  padding-bottom: 10%;
  position: relative;
  width: 100%;
}

.ceremony {
  background-color: #e9e5df;
  padding-bottom: 10%;
  position: relative;
  width: 100%;
}

/* スライダー共通スタイル */
.slick-slider {
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}

.slick-item {
  padding: 2px;
  transition: transform 0.3s ease;
}

/* 両方のスライダーに明示的に適用するスタイル */
.banquet .slick-slider .slick-slide,
.ceremony .slick-slider .slick-slide {
  margin-right: 0.4vw !important;
  margin-left: 0.4vw !important;
}

/* 明示的に両方のスライダーの中央に適用するスタイル */
.banquet .slick-slide.slick-center .slick-item,
.ceremony .slick-slide.slick-center .slick-item {
  transform: scale(1.2) !important;
}

/* スライド画像スタイル - 明示的に両方に適用 */
.banquet .slick-item img,
.ceremony .slick-item img {
  width: 100%;
  height: auto;
}

/* カスタムスライダーナビゲーション */
.arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0 0;
  position: relative;
  padding-left: 15px;
  z-index: 10;
}

.prev-arrow,
.next-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10vw;
  height: 10vw;
  background: transparent;
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
  color: #212121;
  min-width: 24px;
  min-height: 24px;
  max-width: 50px;
  max-height: 50px;
}

.prev-arrow {
  margin-right: 10px;
}

.prev-arrow:hover,
.next-arrow:hover {
  color: #adadad;
}

.prev-arrow svg,
.next-arrow svg {
  width: 50px;
  height: 50px;
}

/* セレモニーセクション特有のスタイル */
.ceremony .prev-arrow,
.ceremony .next-arrow {
  color: #212121;
}

.ceremony .prev-arrow:hover,
.ceremony .next-arrow:hover {
  color: #adadad;
}

/* 両方のセクションの矢印ボックスに明示的に z-index を適用 */
.banquet .arrow_box,
.ceremony .arrow_box {
  z-index: 10;
}

/* 元のslickの矢印を非表示にする */
.slick-arrow, 
.slick-prev, 
.slick-next {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* リアルウェディングセクション */
.real-wedding img {
  margin: auto;
  width: 100%;
}

/* プランの例 */
.plan img {
  margin: auto;
  width: 100%;
}

/* ご相談ください セクション */
.planner img {
  margin: auto;
  width: 100%;
}

/* アクセスセクション */
.access {
  background-color: #8C7A51;
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 0;
}

.access-title {
  margin-bottom: 20px;
}

.access img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.access-map-container {
  padding: 0 5%;
  background-color: #8C7A51;
  line-height: 0;
  font-size: 0;
}

.access-map-container iframe {
  width: 100%;
  max-width: 750px;
  height: auto;
  aspect-ratio: 750 / 500;
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
}

.access-info {
  background-color: #8C7A51;
  padding: 20px 5% 40px;
  line-height: 1.5;
  font-size: 1rem;
  font-family: 'M PLUS 1p', sans-serif;
  letter-spacing: 0.03em;
}

.access-button {
  display: block;
  width: 30%;
  max-width: 150px;
  margin-bottom: 20px;
}

.access-button img {
  width: 100%;
  display: block;
}

.access p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
  margin: 0;
  padding: 0;
}

.access-transport {
  margin-top: 30px;
  padding-left: 20px;
  border-left: 2px solid #ffffff;
}

.access-transport p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 2;
  text-align: left;
  margin: 0;
  padding: 0;
  font-family: 'M PLUS 1p', sans-serif;
  letter-spacing: 0.03em;
}

/* フッター */
.footer {
  text-align: center;
  background-color: #D0C8BC;
  color: #ffffff;
  padding-bottom: 10%;
}

.footer p {
  margin: 0px;
  padding: 20px 0;
  font-size: 1.0rem;
}

/* ハンバーガーメニュー */
.menu {
  position: fixed;
  top: 0;
  right: -100%; 
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  color: #353535;
  transition: right 0.3s ease; 
  padding: 20px 0;
  box-sizing: border-box;
  z-index: 10;
  font-size: 15px;
  font-family: 'M PLUS 1p', sans-serif;
  letter-spacing: 0.03em;
}

/* メニューが開いているとき */
.menu.open {
  right: 0;
}

/* ボタンのスタイル */
.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  cursor: pointer;
  z-index: 20;
  padding: 10px;
  background-color: #fff; 
  border-radius: 8px;
  transition: all 0.3s ease; 
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); 
}

.hamburger span {
  display: block;
  height: 2px;
  width: 70%;
  background-color: #9A8752;
  margin: 5px 0;
  margin-left: 15%;
  transition: 0.4s;
}

/* バツ印に変化するスタイル */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* メニューリストのスタイル */
.menu ul {
  list-style-type: none;
  padding: 0;
  margin-top: 40px;
}

.menu li {
  padding: 10px 20px;
  border-bottom: 1px solid #353535;
}

.menu li a {
  color: #353535;
  text-decoration: none;
  display: block;
  font-family: inherit;
  font-weight: 600;
  font-size: 15px; 
  line-height: 1.4; 
}

.menu-logo {
  text-align: center;
  padding: 5px 0 10px 0;
  margin-top: 20px;
}

.menu-logo img {
  max-width: 140px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.menu-button .button-wrapper {
  position: relative;
  max-width: 360px;
  width: 90%;
  margin: 0 auto;
  margin-top: 5px;
}

.menu-button .button {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  pointer-events: none;
}

.menu-button #menuShineCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* 20251015追加 ヘッダースライドショー */
.header {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.header-slideshow {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.slick-slider-fv {
  width: 100%;
}

.slick-slider-fv img {
  width: 100%;
  height: auto;
  display: block;
}

.header-catchcopy {
  position: absolute;
  top: 44%;
  right: 5%;
  transform: translateY(-50%);
  width: auto;
  height: 80%;
  max-height: 863px;
  z-index: 10;
  pointer-events: none;
}

.header-catchcopy img {
  width: auto;
  height: 100%;
  display: block;
}

/* 20251106追加 バナー設置 */
.event-banner{
  padding: 5%;
  background-color: #c9c0a9; 
}

/* 画像間の隙間を完全に消す */
section {
  line-height: 0;
  font-size: 0;
}

section > img {
  margin-top: -1px;
  margin-bottom: -1px;
}

.cta2 > img,
.voice > img,
.reason > img,
.about > img,
.real-wedding > img {
  margin-top: -2px;
  margin-bottom: -2px;
}

/* フローティングボタン */
.floating-buttons {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 750px;
  z-index: 9;
  display: flex;
  background-color: #189A6F;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.floating-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-right: 1.5px solid #ffffff;
}

.floating-btn:last-child {
  border-right: none;
}

.floating-btn img {
  width: auto;
  height: 40px;
  display: block;
}

.floating-btn:hover {
  background-color: #137a58;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .floating-btn img {
    height: 35px;
  }
  
  .floating-btn {
    padding: 10px 8px;
  }
}

@media screen and (max-width: 480px) {
  .floating-btn img {
    height: 30px;
  }
  
  .floating-btn {
    padding: 10px 5px;
  }
}

/* アクセスモーダル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

/* iPhoneのSafari対応 */
@supports (-webkit-touch-callout: none) {
  .modal {
    height: -webkit-fill-available;
  }
  
  .modal-content {
    max-height: 80vh;
  }
}

.modal-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vh 0;
  position: relative;
  box-sizing: border-box;
}

.modal-content {
  background-color: #ffffff;
  width: 90%;
  max-width: 600px;
  border-radius: 0;
  position: relative;
  max-height: 85vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-close {
  position: absolute;
  top: 15%;
  right: 5%;
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  cursor: pointer;
  z-index: 1002;
  line-height: 1;
}

.modal-close:hover {
  opacity: 0.7;
}

.modal-header {
  width: 100%;
  line-height: 0;
  font-size: 0;
  position: sticky;
  top: 0;
  z-index: 1001;
}

.modal-header img {
  width: 100%;
  display: block;
}

.modal-body {
  background-color: #ffffff;
}

.modal-map-container {
  width: 100%;
  padding: 5% 5% 0;
  background-color: #ffffff;
  line-height: 0;
  font-size: 0;
  box-sizing: border-box;
}

.modal-map-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  border: 0;
}

.modal-info {
  padding: 15px 5% 30px;
  background-color: #ffffff;
  font-family: 'M PLUS 1p', sans-serif;
  box-sizing: border-box;
}

.modal-googlemaps-button {
  display: inline-block;
  margin-bottom: 10px;
  width: 30%;
}

.modal-googlemaps-button img {
  width: 100%;
  height: auto;
  display: block;
}

.modal-address {
  color: #8C7A51;
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0 0 20px 0;
  font-family: 'M PLUS 1p', sans-serif;
  letter-spacing: 0.03em;
}

.modal-transport {
  padding-left: 15px;
  border-left: 2px solid #8C7A51;
}

.modal-transport p {
  color: #8C7A51;
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0;
  font-family: 'M PLUS 1p', sans-serif;
  letter-spacing: 0.03em;
}

.modal-access-image {
  width: 100%;
  padding: 0 5% 5%;
  line-height: 0;
  font-size: 0;
  box-sizing: border-box;
}

.modal-access-image img {
  width: 100%;
  display: block;
}

/* モーダルのレスポンシブ対応 */
@media screen and (max-width: 600px) {
  .modal-address {
    font-size: 0.85rem;
  }
  
  .modal-transport p {
    font-size: 0.85rem;
  }
  
  .modal-googlemaps-button {
    width: 35%;
  }
  
  .access p {
    font-size: 0.85rem;
  }
  
  .access-transport p {
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 480px) {
  .modal-address {
    font-size: 0.8rem;
  }
  
  .modal-transport p {
    font-size: 0.8rem;
  }
  
  .modal-googlemaps-button {
    width: 40%;
  }
  
  .access p {
    font-size: 0.8rem;
  }
  
  .access-transport p {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 375px) {
  .modal-address {
    font-size: 0.75rem;
  }
  
  .modal-transport p {
    font-size: 0.75rem;
  }
  
  .modal-close {
    font-size: 35px;
  }
  
  .access p {
    font-size: 0.75rem;
  }
  
  .access-transport p {
    font-size: 0.75rem;
  }
}

.reason .video-overlay-container {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: auto;
  /* margin-top: -10px; */
  line-height: 0;
  font-size: 0;
  /* padding-top: 56.25%;  */
}

.overlay-image {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
}

.video-overlay {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
  /* width: 70%;
  height: 79%; */
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: none;
}
.cta1 .video-overlay{
  width: 85%;
  height: auto;
}
.cta1 .video-overlay1{
  top: 59%;
}
.cta1 .video-overlay2{
  top: 55%;
}
/* 20260217修正 */
/* =========================
   FV 750×968比率に合わせる
   ========================= */

.header-fv-video {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  aspect-ratio: 750 / 968;   /* ← FV画像と同じ比率 */
  overflow: hidden;          /* はみ出しカット */
}

/* iframeを背景動画のように中央配置 */
.header-fv-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 177.78%; /* 16:9を縦基準で拡大 */
  height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
}
/* =========================
   FV(750×968) に対して厳密固定
   下から198px = 20.4545%
   幅522px相当 = 69.6%
   ========================= */

.header-catchcopy{
  position: absolute;
  left: 0;
  top: auto;                 /* ←左位置は一旦そのまま（必要ならpx換算も可能） */
  bottom: 20%;         /* 198 / 968 * 100 */
  width: 69.6%;             /* 522 / 750 * 100 */
  max-width: 522px;         /* PCでピクセル一致させたい場合の保険 */
  height: auto;
  z-index: 10;
  pointer-events: none;
  transform: none;
}

.header-catchcopy img{
  width: 100%;
  height: auto;
  display: block;
}
/* =========================
   FVロゴ（動画の上）
   ========================= */
.header-fv-video .fv-logo{
  position: absolute;
  left: 4%;
  top: 4%;
  z-index: 30;
  pointer-events: none;
  line-height: 0;
  font-size: 0;
}

.header-fv-video .fv-logo img{
  width: min(38%, 220px); /* 750px時に最大220pxくらい */
  height: auto;
  display: block;
}
img.header-ranking{
  margin-top: -20px;
  position: relative;
  z-index: 10;
}

/* slide */
/* CTA3（banquetと完全分離） */
.cta3-carousel{
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
}

.cta3-carousel .cta3-base{
  width: 100%;
  height: auto;
  display: block;
}

/* 窓：幅・高さはJSで入れる（SPで上だけ映るのを根絶） */
.cta3-carousel .cta3-slider-wrap{
  position: absolute;
  left: 50%;
  top: 44%; /* 位置だけはここで調整 */
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 2;
}

/* 高さを窓に合わせる */
.cta3-carousel .cta3-slider-wrap .cta3-slick,
.cta3-carousel .cta3-slider-wrap .slick-list,
.cta3-carousel .cta3-slider-wrap .slick-track{
  height: 100% !important;
}

/* 既存slickのtransform/拡大をCTA3内だけ無効化 */
.cta3-carousel .cta3-slider-wrap .slick-slide,
.cta3-carousel .cta3-slider-wrap .slick-slide.slick-center,
.cta3-carousel .cta3-slider-wrap .slick-item{
  transform: none !important;
}

/* gap10px（左右5px） */
.cta3-carousel .cta3-slider-wrap .slick-slide{
  padding: 0 5px !important;
  box-sizing: border-box;
}
.cta3-carousel .cta3-slider-wrap .slick-list{
  margin: 0 -5px !important;
}

/* スライドの箱（幅・高さはJSで入れる） */
.cta3-carousel .cta3-slide{
  overflow: hidden;
}
.cta3-carousel .cta3-slide img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* dots（font-size:0の影響を受けないようにする） */
/* .cta3-carousel .cta3-dots{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  font-size: 16px;
  line-height: 1;
}
.cta3-carousel .cta3-dots .slick-dots{
  position: static;
  margin: 0;
  padding: 0;
} */
/* =========================
   CTA3 ドットデザイン
   ========================= */

.cta3-carousel .cta3-dots{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

/* 位置：画像の下20px */
/* .cta3-carousel .cta3-dots{
  margin-top: 20px;
} */

/* slickデフォルトをリセット */
.cta3-carousel .cta3-dots .slick-dots{
  display: flex !important;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cta3-carousel .cta3-dots .slick-dots li{
  width: 8px;
  height: 8px;
  margin: 0;
}

/* 非active */
.cta3-carousel .cta3-dots .slick-dots li button{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #4F4F4F;
  background: #fff;
  padding: 0;
  cursor: pointer;
}

/* slickデフォルトの::before消す */
.cta3-carousel .cta3-dots .slick-dots li button:before{
  display: none;
}

/* active */
.cta3-carousel .cta3-dots .slick-dots li.slick-active button{
  background: #4F4F4F;
}
