@charset "utf-8";
/* ==========================
common
============================ */
html {
  font-size: 62.5%;
}

body {
  font-family:
   "Inter",
    Arial,
    sans-serif;
  font-style: normal;
  color: #000;
  background-color: #FFF;
  line-height: 1.5;
}

img {
  height: auto;
  vertical-align: top;
}

.sectiou__topic {
  font-family: Arial;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.3;
  text-align: center;
  background-color: #D23E3E;
  color: #FFF;
}

/* ==========================
loading
========================== */

.loading-screen{
  position: fixed;
  inset: 0;
  background:#fff;
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:9999;
  transition: opacity .8s ease;
}

.loading-screen.hide{
  opacity:0;
  pointer-events:none;
}

/* 中央 */
.loading-inner{
  text-align:center;
}

/* PCサイズ */
.loading-pizza{
  width:180px;
  animation: pizzaSpin 6s linear infinite;
}

/* SPサイズ */
@media screen and (max-width:769px){

.loading-pizza{
  width:120px;
}

}

.loading-text{
  margin-top:20px;
  font-size:2rem;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  letter-spacing:.2em;
  color:#D23E3E;
}

/* 回転 */
@keyframes pizzaSpin{
  from{
    transform:rotate(0deg);
  }
  to{
    transform:rotate(360deg);
  }
}



/* ==========================
header
============================ */
/* header */
.header {
  background: #fff;
  padding: 20px 20px;

  position: fixed;   /* 追加 */
  top: 0;            /* 追加 */
  left: 0;           /* 追加 */
  width: 100%;       /* 追加 */
  z-index: 2000;     /* 追加（メニューより上に） */
}

.main {
  padding-top: 89px; /* ← ヘッダー高さに合わせて調整 */
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 55%;
  min-width: 100px;
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
}

.header__menu a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  color: #D23E3E;
  font-size: 2.6rem;
  font-weight: bold;
}

.menu-ruby {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
}

.section {
  scroll-margin-top: 90px; /* ヘッダー高さに合わせて調整 */
}

/* header  sp*/
@media screen and (max-width: 769px) {
  .header {
  padding: 20px 4%;

}
}

/* nav */
.nav-menu {
  display: none;
}

.circle {
  display: none;
}

/* nav sp */
@media screen and (max-width: 769px) {
  .header__nav__pc {
    display: none;
  }

  .circle {
  display: block;
  width: 50px;
  height: 50px;
  color: #D23E3E;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1001;
  }

  .bar {
  width: 80%;
  height: 4%;
  background-color: #D23E3E;
  margin: 2px 0;
  transition: all 0.3s ease;
}

.text {
  margin-top: 20%;
  font-size: 1.2rem;
  text-transform: uppercase;
}

/* ✕ ボタンアニメーション */
.circle.active .bar1 {
  transform: rotate(45deg) translate(5px, 5px);
}

.circle.active .bar2 {
  transform: rotate(-45deg) translate(0, 0);
}


/* メニュー項目 */
.nav-menu ul {
  list-style: none;
  padding: 0;
}

.nav__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__logo {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 15%;

  position: static;   /* fixed / absolute を解除 */
    width: 48px;
}

.nav__logo__pc {
  display: none;
}

.nav__btn {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 15%;
  z-index: 100;
}

.nav__image {
  display: none;
}

.nav__left {
 position: absolute;
 top: 0;
 
}

.nav__list{
    display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 0 20px;
  
}

.nav__item {
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 52px;
  color: #FFF;
}

.nav__item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;   /* 左揃え */
}

.nav__item .menu-ruby {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
  opacity: 0.85;
}

.nav-menu a {
  text-decoration: none;
  color: #FFF;
}

.nav__sns {
  display: flex;
  gap: 24px;
  margin-top: 60px;
}

.nav__item img {
  display: inline-block;
  vertical-align: -3px;
  margin-right: 24px;
}

.nav.active {
  transform: translateX(0);
}

.header__btn {
  display: block;
  width: 18px;
  height: 11px;
  cursor: pointer;
  position: absolute;
  top: 37px;
  right: 6.4%;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

 .circle {
    position: static;   /* fixed を解除 */
  }

  .nav-menu{
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: 89px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    background: #D23E3E;
    z-index: 70;
  }

  /* 開いてる時だけ表示 */
  .nav-menu.show{
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}/* sp 769px */

/* ==========================
main
============================ */

/* main */
.main__img {
  width: 100%;
  height: auto;
  display: block;
}

/* schedule */
.schedule__calendar {
  display: block;
  width: 100%;
  height: 800px;
  max-width: 1200px;
  margin: 0 auto;
}

/* schedule sp */
@media screen and (max-width: 769px) {
  .schedule__calendar {
    height: 400px;
    max-width: 600px;
  }
}/* sp 769px */

/* profile */
.profile__style {
  width: 100%;
  display: flex;
  padding: 0;
  margin: -1px 0;
}

.profile__icon {
  margin: 64px 100px 64px 6%;
  width: 24%;
}

.profile__txt {
  text-align: center;
  font-size: 1.6vw;
  line-height: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* profile sp */
@media screen and (max-width: 769px) {
  .profile__style {
    display: block;
    text-align: center;
  }

  .profile__icon {
    margin: 20px 0;
    width: 80%;
  }

  .profile__txt {
    font-size: min(2.5vw, 50px);
    line-height: 1.8;
    width: 100%;
    padding: 0 6% 20px;
    text-align: center;

    display: block;          /* flexやめる（折り返しが安定） */
  }

}/* sp 769px */



/* menu */
.menu__price {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 20px;
}

.menu__list {
  padding: 50px 0;
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px 40px;
  text-align: center;
}

.menu__img {
  width: 400px;
  height: 400px;
}

.menu__title {
  text-align: center;
  font-size: 2rem;
}

.menu__txt {
  font-size: 1.2rem;
}

.section--menu{
  background-image: url(../images/duck.background.png);
  background-size: 100% auto;   /* 模様の大きさ（好みで調整） */
  background-position: center;
}

/* ===== menu detail button ===== */
.menu__detailBtn{
  margin-top: 12px;
  padding: 10px 16px;
  border: 2px solid #D23E3E;
  color: #D23E3E;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  border-radius: 8px;
}

.menu__detailBtn{
  margin-top: 12px;

  /* 画面に合わせて縮小/拡大する */
  font-size: clamp(0.2rem, 2.2vw, 1.6rem);
  padding: clamp(6px, 1.2vw, 10px) clamp(10px, 3.2vw, 16px);

  border: 2px solid #D23E3E;
  color: #D23E3E;
  background: #fff;
  font-weight: 700;
  cursor: pointer;
  border-radius: 8px;
}

.menu__detailBtn:hover {
  background: #D23E3E;
  color: #fff;
}

/* ===== modal ===== */
.menuModal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 3000;
}

.menuModal.is-open{
  display: block;
}

.menuModal__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}

.menuModal__panel{
  position: relative;
  width: min(920px, 92vw);
  max-height: 86vh;
  overflow: auto;
  background: #fff;
  border-radius: 16px;
  margin: 7vh auto;
  padding: 18px 18px 22px;
}

.menuModal__close{
  position: sticky;
  top: 0;
  margin-left: auto;
  display: block;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  font-size: 3.2rem;
  line-height: 1;
  cursor: pointer;
}

.menuModal__img{
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.menuModal__title{
  margin-top: 14px;
  font-size: 3.0rem; /* ←拡大 */
  font-weight: 800;
  text-align: left;
}

.menuModal__desc{
  margin-top: 10px;
  font-size: 1.8rem; /* ←拡大 */
  line-height: 1.8;
  text-align: left;
}

/* allergy */
.menuModal__allergy{
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #ddd;
}

.menuModal__allergyTitle{
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.menuModal__table{
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
}

.menuModal__table th,
.menuModal__table td{
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.menuModal__table th{
  width: 32%;
  background: #f7f7f7;
  font-weight: 800;
}

.menuModal__note{
  margin-top: 10px;
  font-size: 1.2rem;
  color: #555;
}

/* mobile tweak */
@media screen and (max-width: 769px){
  .menuModal__panel{
    width: 94vw;
    margin: 6vh auto;
  }
  .menuModal__title{
    font-size: 2.6rem;
  }
  .menuModal__desc{
    font-size: 1.7rem;
  }
}

/* menu sp */
@media screen and (max-width: 769px) {
  .menu__list {
    display: flex;
  }

  .menu__list .menu__topic:nth-child(1) {
    order: 1; /* かもねぎ */
  }

  .menu__list .menu__topic:nth-child(2) {
    order: 3; /* マルゲリータ */
  }

  .menu__list .menu__topic:nth-child(3) {
    order: 5; /* クワトロフォルマッジ */
  }

  .menu__list .menu__topic:nth-child(4) {
    order: 2; /* チキンカリー */
  }

  .menu__list .menu__topic:nth-child(5) {
    order: 4; /* 明太マヨ */
  }

  .menu__list .menu__topic:nth-child(6) {
    order: 6; /* 6番目のかもねぎ */
  }

  .menu__list .menu__topic:nth-child(7) {
    order: 7;
  }

  .menu__list .menu__topic:nth-child(8) {
    order: 8;
  }

  .menu__list .menu__topic:nth-child(9) {
    order: 9;
  }

  .menu__list .menu__topic:nth-child(10) {
    order: 10;
  }

  .menu__list {
    gap: 30px 10px; /* 縦 横の間隔を調整 */
  }

  .menu__topic {
    width: calc(50% - 10px); /* 2列 */
  }

  .menu__img {
    width: 100%;
    height: auto;
  }

  .menu__title {
    font-size: 3vw;
  }

  .menu__txt {
    font-size: 1.4vw;
  }
}/* sp 769px */

/* news */
.section--news {
  background-image: url(../images/information-background-pc.png);
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  padding: 40px 0 60px;
}

.news__list {
  margin: 32px auto 0;
  padding: 0 14vw;
}

.news__topic {
  display: block;
  font-size: clamp(12px, 1.8vw, 40px);
  color: black;
  list-style: none;
}

.btn {
  width: 312px;
  display: block;
  padding: 16px 0 18px;
  border: 2px solid #D23E3E;
  background: #D23E3E;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-top: 16px;
  transition: 0.4s;
  margin: 30px auto 0;
  text-decoration: none;
  border-radius: 999px;      /* ぷっくり丸 */
  letter-spacing: .05em;
  box-shadow: 0 6px 0 #a82f2f;
  transition: .25s;
}

/* ホバー（PC） */
.btn:hover{
  transform: translateY(3px);
  box-shadow: 0 3px 0 #a82f2f;
  background:#e24b4b;
}

.news__topic {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 20px 0;
  white-space: nowrap;
  justify-content: flex-start;
}

.news__topic time {
  flex-shrink: 0;
  font-size: clamp(14px, 1.6vw, 30px);
  margin-right: 8px;
  color: #777;
}

.news__topic a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news__topic a {
  display: flex;
  align-items: center;
  gap: 5vw;
  text-decoration: none;
  color: #000;
}

/* 画像 */
.news__img {
  width: 20vw;
  object-fit: cover;
  flex-shrink: 0;
}

/* テキスト全体 */
.news__text {
  display: flex;
  align-items: center;   /* ←ここ重要（横並び） */
  gap: 16px;
}

/* 日付 */
.news__topic time {
  white-space: nowrap;
  color: #777;
}

/* タイトル */
.news__topic span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news__topic {
  /* border-bottom: 1px solid #eee;
  padding-bottom: 12px; */
  }

  /* 2列レイアウト */
  .news__topic a {
    align-items: flex-start;
  }

  /* テキストを縦に */
  .news__text {
    display: flex;
    flex-direction: column;   /* ←縦並び */
    gap: 4px;
    align-items: flex-start; 
  }

  /* タイトルを上 */
  .news__text span {
    order: 1;
    white-space: normal;   /* ←改行OK */
    font-size: 60%;
  }

  /* 日付を下 */
  .news__text time {
    order: 2;
    font-size: 40%;
  }

  /* NEWS 線アニメーション */
.news__topic {
  position: relative;
  padding-bottom: 12px;
}

/* 薄いベース線 */
.news__topic::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  height: 1px;
  background: #eee;
}

/* ホバーで中央から広がる濃い線 */
.news__topic::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #D23E3E;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.35s ease;
}

/* ホバー時 */
.news__topic:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/* news sp */
@media screen and (max-width: 769px) {
  .news__list {
  padding: 0 5vw;
  }

  .btn{
    width: 90%;
    max-width: 320px;
    font-size: 2rem;
  }

  .news__topic {
    display: block;
    border-bottom: none;
  }

  .news__topic a {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
  }

  .news__img {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .news__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 90%;
    margin: 0 5%;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
  }

    /* タイトルを上 */
  .news__text span {
    font-size: 120%;
  }

  /* 日付を下 */
  .news__text time {
    font-size: 100%;
  }

  .news__topic::before{
    display: none;
  }

  .news__topic::after {
    display: none;
  }

  .news__topic:hover::after {
    display: none;
  }
}
/* sp 769px */

/* album */
.photo-row {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
}

.photo-row img {
  width: calc(100% / 6);
  cursor: pointer;
  transition: transform .2s;
}

.photo-row img:hover{
  transform: scale(1.05);
}

/* ===== album modal ===== */

.albumModal{
  position: fixed;
  inset:0;
  display:none;
  z-index:4000;
}

.albumModal.show{
  display:block;
}

.albumModal__overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.7);
}

.albumModal__content{
  position:relative;
  width:60%;
  max-width: 700px;
  margin:20vh auto;
}

.albumModal__content img{
  width:100%;
  height:auto;
  display:block;
}

.albumModal__close{
  position:absolute;
  top:-40px;
  right:0;
  font-size:40px;
  color:#fff;
  cursor:pointer;
}

/* aldum sp */
@media screen and (max-width: 769px) {
  .photo-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding: 0 12px;
    box-sizing: border-box;
    touch-action: pan-x;
  }

  .photo-row img {
    width: 100%;
    flex: 0 0 calc(100% - 24px);
    scroll-snap-align: center;
    display: block;
    object-fit: cover;
  }

  .photo-row::-webkit-scrollbar {
    display: none;
  }

  .photo-row {
    scrollbar-width: none;
    align-items: stretch;
  }

  /* dots */

  .album-dots{
    display:flex;
    justify-content:center;
    gap:8px;
    margin:20px auto;
  }

  .album-dots span{
    width:8px;
    height:8px;
    background:#ccc;
    border-radius:50%;
    display:block;
  }

  .album-dots span.active{
    background:#D23E3E;
  }
}/* sp 769px */

/* access */
.access__map {
  width: 100%;
  padding: 0 50px;
  aspect-ratio: 3 / 1;
  margin: 50px auto;
}

.access__info {
  max-width: 940px;
  margin: 0 auto 40px;
  display: flex;
  gap: 40px;
}

.access__item {
  flex: 1;
  background: #fff;
  padding: 30px;
  border: 2px solid #D23E3E;
  border-radius: 16px;
}

.access__day {
  font-size: 2rem;
  color: #D23E3E;
  margin-bottom: 12px;
  font-weight: bold;
  text-align: center;
}

.access__title {
  font-size: 2rem;
  color: #D23E3E;
  font-weight: bold;
  text-align: center;
}

.access__text {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  margin: 30px auto 0;
}

/* ==========================
駐車場
============================ */
.access__parking{
  max-width: 940px;
  margin: 0 auto 100px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 40px;

  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border: 2px solid #f5f5f5;
}

/* テキスト */
.parking__title{
  font-size: 2.2rem;
  color: #D23E3E;
  font-weight: bold;
  margin-bottom: 12px;
}

.parking__text{
  font-size: 1.6rem;
  line-height: 1.8;
}

/* 画像 */
.access__parking img{
  width: 320px;
  border-radius: 12px;
  object-fit: cover;
  cursor: pointer;
}

/* ==========================
駐車場モーダル
============================ */
.parkingModal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 5000;
}

.parkingModal.show{
  display: block;
}

/* 背景 */
.parkingModal__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
}

/* 画像 */
.parkingModal__content{
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 20vh auto;
}

.parkingModal__content img{
  width: 100%;
  border-radius: 12px;
}

/* ×ボタン */
.parkingModal__close{
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.parkingModal__content{
  animation: zoomIn 0.3s ease;
}

@keyframes zoomIn{
  from{
    transform: scale(0.8);
    opacity: 0;
  }
  to{
    transform: scale(1);
    opacity: 1;
  }
}

/* ==========================
駐車場 / キッチンカー感
============================ */
.access__parking{
  max-width: 940px;
  margin: 0 auto 100px;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 32px;

  background: linear-gradient(135deg, #fffdf8 0%, #fff7f2 100%);
  border: 3px solid #D23E3E;
  border-radius: 24px;
  box-shadow: 0 12px 28px rgba(210, 62, 62, 0.12);
  position: relative;
  overflow: hidden;
}

/* 上の帯 */
.access__parking::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: repeating-linear-gradient(
    45deg,
    #D23E3E 0 14px,
    #f7b7b7 14px 28px
  );
}

/* 左側テキスト */
.access__parkingText{
  flex: 1;
  min-width: 0;
}

.parking__title{
  font-size: 2.4rem;
  font-weight: 700;
  color: #D23E3E;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: #fff;
  border: 2px solid #D23E3E;
  border-radius: 999px;
}

.parking__title::before{
  content: "🚗";
  font-size: 2rem
}

.parking__text{
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
}

/* 画像を写真パネルっぽく */
.parking__img{
  width: 360px;
  max-width: 42%;
  display: block;
  border-radius: 18px;
  border: 6px solid #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease;
}

.parking__img:hover{
  transform: translateY(-4px) rotate(-1deg);
  box-shadow: 0 16px 30px rgba(0,0,0,0.16);
}

.access__parking::after{
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 140px;
  height: 140px;
  background: url(../images/duck.background.png) no-repeat center / contain;
  opacity: 0.08;
  pointer-events: none;
}

/* access sp */
@media screen and (max-width: 769px) {
  .access__map {
  aspect-ratio: 4 / 3;
}

.access__info {
    flex-direction: column;
    padding: 0 6%;
  }

   .access__parking{
    flex-direction: column;
    padding: 24px;
    gap: 20px;
  }

  .parking__title{
    text-align: center;
    font-size: 2rem;
  }

  .parking__text{
    text-align: center;
  }

  .access__parking img{
    width: 100%;
  }

   .access__parking{
    flex-direction: column;
    padding: 24px 18px 20px;
    gap: 20px;
    border-radius: 20px;
    margin: 0 6% 80px;
  }

  .access__parkingText{
    width: 100%;
  }

  .parking__title{
    font-size: 2rem;
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .parking__text{
    font-size: 1.4rem;
    text-align: center;
  }

  .parking__img{
    width: 100%;
    max-width: 100%;
  }
}/* sp 769px */

/* footer */
.footer__title {
  display: none;
}

.footer {
  background: #D23E3E;
  padding: 40px 20px 20px;
}

.footer__group {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer__logo {
  width: 160px;
}

.footer__menu {
  display: flex;
}

.footer__list {
  display: flex;
  gap: 10px 40px;
  list-style: none;
}

.footer__item a {
  text-decoration: none;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  transition: 0.3s;
}

.footer__item a:hover {
  opacity: 0.6;
}

.footer__list {
  flex-wrap: wrap;
  justify-content: center;
}

.footer__list .nav__sns {
  width: 100%;          /* 1行使う */
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
}

.copy {
  text-align: center;
  margin-top: 30px;
  font-size: 1.4rem;
  color: #FFF;
}

/* footer sp */
@media screen and (max-width: 769px) {

  .footer__group {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .footer__list {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

}