@charset "utf-8";

body {
  height: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #06111F;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  background-color: #06111F;
}

.content1 {
  width: 100%;
  max-width: 1440px;
  margin: 150px auto;
  padding: 0 clamp(20px, 8vw, 240px);
}

.content2 {
  width: 100%;
  max-width: 1200px;
  margin: 150px auto;
  padding: 0 clamp(10px, 10vw, 360px);
}

@media (min-width: 1441px) {
  .content1,
  .content2 {
    padding: 0;
  }
}



.content {
  position: relative;
}

.content .btn {
  position: absolute;
  width: auto;
  height: fit-content;
  bottom: 16%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* padding: 0 20px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  /* 半透明の黒 */
  /* border-radius: 28px; */
}

.content .btn.prf {
  top: 23%;
  left: 15%;
  transform: none;
  text-align: center;
}

.content .btn.prf h2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 21px;
}

.content .btn.prf h2 span {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
}


.content .btn p {
  width: 350px;
  padding: 5px 5px;
  background-color: #644E30;
  text-align: center;
}

.content .btn .flex p {
  width: fit-content;
  /* max-width: 210px; */
}

.content .btn .flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.content .btn p a.set01 {
  width: fit-content;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(14px, 1.2vw, 16px);
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  line-height: 1;
}

@media (max-width: 860px) {}


/* ==============================
   可変スケール対応セクション
   ============================== */
.content .btn.prf {
  top: 40%;
  left: 10%;
  transform-origin: top left;
  --scale: 1;
  /* ← ここを変えれば全体の倍率が変わる */
  transform: scale(var(--scale));
  text-align: center;
  transition: transform 0.3s ease;
  /* スムーズな拡大縮小 */
}

.content .btn.prf h2 {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(16px, 1.8vw, 21px);
  line-height: 1.4;
}

.content .btn.prf .flex {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.content .btn.prf .flex p {
  width: 100%;
  max-width: 195px;
  background-color: #644E30;
  padding: 5px;
  transition: background-color 0.3s ease;
}

.content .btn.prf .flex p:hover {
  background-color: #8b6a43;
}

.content .btn.prf .flex a.set01 {
  color: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(14px, 1.2vw, 18px);
  text-decoration: none;
}

footer {
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background-image: url(../images/post-1149/footer_bk.png);
  background-position: top;
  background-size: cover;
}

footer p {
  width: 100%;
  max-width: 180px;
}

footer small {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
}

.btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.btn2 button {
  width: 320px;
  background-color: #644E30;
  padding: 5px;
  transition: background-color 0.3s ease;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(14px, 1.2vw, 16px);
  text-decoration: none;
}

/* --- スマホで自動的に小さく --- */
@media (max-width: 860px) {
  .content .btn.prf {
    --scale: 0.8;
    left: 50%;
    bottom: 10%;
    top: unset;
    transform: translate(-50%, -50%);
    width: 90%;
  }

  .content .btn.prf h2 {
    font-size: clamp(17px, 2.5vw, 30px);
  }

  .btn2 {
    width: 100%;
    flex-direction: column;
  }

  .btn2 p {
    width: 90%;
  }
}

@media (max-width: 430px) {
  .content .btn.prf {
    bottom: 7%;
  }
}


:root {
  --page-bg: #f5f8ff;
  --card-bg: #5477b8;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, .85);
  --shadow: 0 10px 28px rgba(0, 0, 0, .12);
  --radius: 16px;
}


.wrap {
  width: 80%;
  margin: 0 auto;

  padding: 0 clamp(20px, 3vw, 120px);
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
}

@media (min-width: 1441px) {
  .wrap {
    padding: 100px 120px;
  }
}

h2 {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  margin: 0 0 20px;
  font-weight: 600;
  letter-spacing: .06em;
  font-size: clamp(18px, 2.2vw, 32px);
  color: #06111F;
}

.row {
  display: grid;
  grid-template-columns: repeat(5, minmax(140px, 1fr));
  gap: clamp(14px, 2vw, 28px);
}

.card {
  max-width: 215px;
  background: var(--card-bg);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: var(--text);
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.date {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  letter-spacing: .06em;
  font-size: clamp(20px, 1.8vw, 24px);
  margin-bottom: 18px;
}

.times {
  /* font-family: "Noto Serif JP", "Yu Mincho", serif; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-size: clamp(16px, 1.8vw, 28px);
}

.bar {
  opacity: .85;
  transform: rotate(-90deg);
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.dash {
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: .2em;
  margin: auto;
  color: var(--muted);
}

.group {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
}

@media(max-width:1100px) {
  .row {
    grid-template-columns: 1fr;
  }

  .card {
    max-width: none;
  }

  .group {
    display: flex !important;
  }
}

@media(max-width:560px) {
  .date {
    letter-spacing: 3px;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0;
  }

  .card {
    padding: 15px 50px;
    align-items: center;
  }

  .bar {
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
    margin: 0 5%;
    font-size: 16px;
    transform: none;
  }

  .times {
    font-size: 25px;
  }

  .wrap  h2 {
    font-size: 26px;
  }

  .content1 {
    /* padding: 0 15px; */
    padding: 0;
  }
  
  .content2 {
    padding: 0
  }

  .wrap.content1 {
    padding: 80px 10px;
    width: 90%;
  }

  .btn2 {
    gap: 20px;
  }

  .group {
    row-gap: 0 !important;
    width: 100%;
    justify-content: center; 
    font-size: 16px;
  }

  .dash {
    font-size: 16px;
  }


}



/* Google Fonts 読み込み */
@import url("https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap");

/* 全体を囲うコンテナー */
.container {
  width: 100%;
  background-color: #06111F;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin: 150px auto;
}


.container h2 {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  /* margin: 0 0 20px; */
  /* font-weight: 600; */
  letter-spacing: .06em;
  font-size: clamp(18px, 2.0vw, 25px);
  color: #fff;
}

/* 時計の共通スタイル */
.clock {
  font-family: 'Share Tech Mono', monospace;
  color: #daf6ff;
  text-shadow: 0 0 20px #0aafe6;
  line-height: 1.2;
  text-align: center;
}

/* 日付のスタイル */
.clock-date {
  font-size: 25px;
}

/* 時間のスタイル */
.clock-time {
  font-size: 100px;
}

/* 文字サイズ調整 */
@media screen and (max-width: 500px) {
  .clock-date {
    font-size: 5vw;
  }
  .clock-time {
    font-size: 20vw;
  }
}


.countdown {
  display: flex;
  gap: 1.5rem;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 3.4rem;
}

.countdown div {
  text-align: center;
}

.label {
  display: block;
  font-size: 1.2rem;
  color: rgba(255,255,255,0.7);
}