@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  pointer-events: none;
  /* マウスイベントを無効化 */
  -webkit-user-drag: none;
  /* Chrome, Safari */
  -moz-user-drag: none;
  /* Firefox */
}

header {
  padding-bottom: 6px;
}

.top_bg {
  margin-top: 1rem;
}

.fixed-button {
  position: fixed;
  bottom: 0;
  top: auto;
  width: 100%;
  z-index: 6;
}

/*.btn-lp{
  }*/
.overlay {
  display: flex;
  justify-content: center;
  gap: 32px;
  text-align: center;
  font-weight: bold;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  /* 半透明の背景色 */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  /* Safari対応 */
}

.btn-lp p {
  margin-bottom: 6px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.btn-lp a {
  display: block;
  margin: 0 auto;
  padding: 16px 10px;
  width: 280px;
  background: #45CCFF;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  border-radius: 10px;
  letter-spacing: 0.1em;
  transition: 0.3s;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.btn-lp a:hover {
  opacity: 0.7;
}

.CV {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  text-align: center;
  font-weight: bold;
  margin-top: 64px;
}

.CV p {
  margin-bottom: 6px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.CV a {
  display: block;
  margin: 0 auto;
  padding: 16px 10px;
  width: 320px;
  background: #45CCFF;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  border-radius: 10px;
  letter-spacing: 0.1em;
  transition: 0.3s;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.CV a:hover {
  opacity: 0.7;
}

.banzai {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
}

.banzai img {
  width: 16px;
  /* アイコンの幅。必要に応じて調整 */
  height: 16px;
  /* アイコンの高さ。必要に応じて調整 */
}

span {
  font-size: 1rem;
  color: #fff;
}

.fixed-button-pc {
  position: fixed;
  bottom: 0.5%;
  top: auto;
  width: 100%;
  z-index: 6;
  text-align: center;
}

.detail {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 64px;
  padding-left: 16px;
  padding-right: 16px;
}

.anchor {
  display: flex;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  gap: 24px;
  margin-bottom: 64px;
}

.anchor_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #42DEB1;
  background: #fff;
  font-weight: bold;
  border-radius: 8px;
  width: 300px;
  padding: 16px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.anchor_btn img {
  width: 16px;
  /* アイコンの幅。必要に応じて調整 */
  height: 16px;
  /* アイコンの高さ。必要に応じて調整 */
  margin-left: 10px;
  /* テキストとアイコンの間の余白 */
  text-align: center;
}

.campaign_container {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.campaign_container p {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
}

.campaign_container img {
  max-width: 960px;
}

.camp-link {
  margin-top: 64px;
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 1.2rem;
}

.camp-link img {
  width: 16px;
  /* アイコンの幅。必要に応じて調整 */
  height: 16px;
  /* アイコンの高さ。必要に応じて調整 */
  margin-left: 10px;
  /* テキストとアイコンの間の余白 */
}

.head {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.rule li {
  line-height: 0.9;
}

.list li a {
  margin: 0;
  padding: 0;
  margin-top: 8px;
}

.notice li {
  list-style: none;
  margin: 4px;
}

.considerations ul {
  margin: 0px;
  list-style-type: disc;
  padding-left: 0px;
}

.example-list {
  padding-left: 2em;
  text-indent: -2em;
}

.detail-list {
  text-indent: 0em;
  margin-bottom: 0.5em;
}

address {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .detail {
    margin-top: 40px;
  }
  .anchor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 24px;
    margin-bottom: 40px;
  }
  .anchor_btn {
    display: block;
    color: #42DEB1;
    background: #fff;
    width: 90%;
    padding: 16px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  .list-ttl {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .overlay {
    gap: 16px;
  }
  .overlay a {
    width: 170px;
    font-size: 1.2rem;
  }
  .banzai-sp p {
    font-size: 0.9rem;
  }
  .banzai img {
    width: 0.9rem;
    /* アイコンの幅。必要に応じて調整 */
    height: 0.9rem;
    /* アイコンの高さ。必要に応じて調整 */
  }
  .CV a {
    font-size: 1.2rem;
  }
  span {
    font-size: 0.9rem;
  }
  address {
    margin-bottom: 0px;
  }
}
/*# sourceMappingURL=202508lp.css.map */