* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  position: relative;
  z-index: 1;
}

/* 共通のcss*/
.h1 {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin: 40px 0;
  color: rgb(163, 45, 132);
}

h1,
h2,
h3 {
  text-align: center;
}
h2,
h3 {
  font-size: 1.3rem;
  font-weight: 600;
}
.button {
  width: 300px;
  margin: 0 auto 40px;
  text-align: center;
  color: aliceblue;
}
/*各ボタン*/
.button {
  width: 300px;
  margin: 5px auto;
  height: 55px;
  text-align: center;
  color: aliceblue;
  display: inline-block;
  padding: 15px 25px;
  background-color: #ed70e4;
  border: 2px solid #333;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
  transition: transform 0.3s ease-in-out;
}
.button:hover {
  transform: scale(1.1);
}

/*各テキスト*/
.item-text {
  width: 90%;
  margin: 0 auto;
  height: 200px;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.h1-text {
  padding: 15px 0;
  line-height: 1.5;
}

/*ページトップの見出し*/
.catchcopy-h1 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 40px;
}
#cafe-catchcopy p {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
  font-size: 1.1rem;
}
/*コンカフェ店舗*/
#company-cafe {
  width: 90%;
  margin: 0 auto;
}
/*店舗ロゴ*/
.cafe-shop {
  width: 350px;
  margin: 0 auto;
}
.cafe-shop img {
  width: 100%;
}
.cafe-item {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.cafe-item-img {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cafe-item-img img {
  width: 100%;
  height: 400px;
  margin: 10px 10px;
  border-radius: 15px;
  object-fit: cover;
}
.item-text p,
.cafe-catchcopy {
  width: 90%;
  text-align: center;
}
/*FC店舗*/
.FC-item {
  width: 90%;
  margin: 0 auto;
}
.FC-boshu {
  margin: 50px 0;
  text-align: center;
}

/* キラキラ効果用のクラス */
.FC-boshu-p {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #7c5361; /* 優しいピンク色 */
  font-weight: bold;
  text-shadow: 0 0 4px #ffb3d9, /* 薄いピンクの影 */ 0 0 8px #ffb3d9,
    0 0 12px #ff66a3, 0 0 16px #ff66a3, 0 0 20px #ff3385, 0 0 25px #ff3385;
  animation: sparkle 2s infinite alternate;
}

/* キラキラのアニメーション */
@keyframes sparkle {
  0% {
    text-shadow: 0 0 4px #ffb3d9, 0 0 8px #ffb3d9, 0 0 12px #ff66a3,
      0 0 16px #ff66a3, 0 0 20px #ff3385, 0 0 25px #ff3385;
  }
  100% {
    text-shadow: 0 0 6px #ffb3d9, 0 0 10px #ff99cc, 0 0 15px #ff66a3,
      0 0 20px #ff66a3, 0 0 25px #ff3385;
  }
}

/*food*/
#food {
  position: relative;
  background-color: #fafaf9;
  overflow: hidden;
}
.food-p {
  flex-wrap: wrap;
  position: absolute;
  font-size: 15rem;
  font-weight: 700;
  opacity: 0.08;
  color: #a9a9a4;
  pointer-events: none;
  width: 100%;

  letter-spacing: 25px;
}
.nav-ul {
  margin: 10px 30px;
  list-style: none;
}
.nav-ul li {
  font-size: 1.7rem;
  padding: 20px 30px;
}
.nav-ul li a {
  transition: color 0.4s;
  cursor: pointer;
  font-weight: 400;
}
.nav-ul li a:hover {
  color: #7b7b79;
}

.copyright {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 20px 0;
}
@media (min-width: 344px) and (max-width: 480px) {
  .h1 {
    margin: 20px 0;
  }
  .catchcopy-h1 {
    font-size: 1rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #cafe-catchcopy p {
    font-size: 0.7rem;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .cafe-item {
    margin-bottom: 10px;
  }
  .item-text {
    height: 100px;
  }
  .h1-text {
    font-size: 0.7rem;
  }
  .button {
    width: 220px;
    height: auto;
    font-size: 0.7rem;
  }
  .nav-ul li {
    font-size: 1rem;
    padding: 10px 20px;
  }
  .copyright-p {
    font-size: 0.9rem;
  }
  .copyright-p2 {
    font-size: 0.8rem;
  }
  .cafe-shop {
    width: 200px;
  }
  .cafe-item-img img {
    height: 250px;
  }
}

@media (min-width: 481px) and (max-width: 820px) {
}
@media (min-width: 821px) and (max-width: 2500px) {
  .h1 {
    font-size: 2.8rem;
  }
  .item-text p {
    font-size: 1.4rem;
  }
  .FC-boshu {
    margin: 60px 0;
  }
  .FC-boshu-p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1366px) and (max-width: 2500px) {
  .catchcopy-h1 {
    font-size: 1.7rem;
    font-weight: 600;
    margin: 50px;
    margin-bottom: 35px;
  }
  #cafe-catchcopy p {
    line-height: 1.6;
    font-size: 1.4rem;
  }
  .cafe-item {
    width: 75%;
  }

  .cafe-item-img {
    flex-direction: row;
  }

  .item-text p {
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 15px;
  }
  .FC-item {
    width: 75%;
  }
  .FC-boshu {
    margin: 80px 0;
  }
  .FC-boshu-p {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
