@charset "utf-8";
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
body {
	color: #242424;
  background: #f5f5f5;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 2;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'MS Pゴシック', 'MS PGothic', sans-serif;
font-feature-settings: "palt";
}


.qr_inner{
  max-width: 90%;
  margin: 3em auto;
}
.qr_inner h3{
  font-size: 1.5em;
  margin: 1em 0;
  line-height: 1.6;
}
.qr_inner img{
  width: 50%;
}
footer {
  width: 100%;
  margin: 0 auto;
  font-size: 85%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
  color: #fff;
  position: relative;
  background-color: #0e3c7f;
  font-size: 90%;
}
footer a {
  color: #fff;
  margin: 10px 0;
}
#container {
  width: 750px;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

.countdown {
  background-color: #00364F;
  padding: 1rem 0 2rem;
}
.countdown p {
  color: #ffde2f;
  font-size: 28px;
  font-weight: bold;
}
.white {
  color: #ea4b4b;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 10px;
  letter-spacing: 0.06rem;
}
.form {
  display: block;
  background-color: #f3f3f3;
  padding: 20px 50px 40px;
}
.form input {
  font-size: 150%;
  background-color: #fff;
  border-radius: 5px;
  border: solid 2px #ea4b4b;
  height: 70px;
  width: 100%;
  margin: 10px 0 20px;
  text-align: center;
}
.form .btn {
    background: url(../img/btn.png) center top no-repeat;
    width: 100%;
    height: 252px;
    border: none;
    transition: all 0.3s;/*0.3秒で変化する*/
}
.form .btn:hover, .line_btn:hover {
  opacity: 0.6;
  position: relative;
  top: 3px;
  filter: drop-shadow(5px 5px 5px #aaa);
}
.line_btn_text{
  margin-top:0.5rem;
  margin-bottom: 1rem;
}
.countdown-container {
  font-size: 2rem;
color: #00364f;
background-color: #f8f8f8;
border: 2px solid #cccccc;
font-weight: bold;
padding: 0.8rem;
text-align: center;
width: 70%;
margin: auto;
border-radius: 6px;
}

/*ゲージメーター*/

.progress-container {
  width: 95%;
  background-color: #e0e0e0;
  border-radius: 50rem;
  overflow: hidden;
  margin:0.5rem auto 2rem;
}

.progress-bar {
  height: 1.5em; /* バーの高さ */
  background: linear-gradient(to right, #ff4b2b, #ff416c);
  transition: width 1s; /* 幅変更のアニメーション */
  position: relative; /* 子要素の配置基準を設定 */
}

.progress-text {
  position: absolute; /* 絶対位置を指定 */
  left: 50%; /* 左端から50%の位置 */
  top: 50%; /* 上端から50%の位置 */
  transform: translate(-50%, -50%); /* 中央に配置 */
  color: #fff; /* 文字色 */
  font-weight: bold; /* 文字を太字に */
}
.progress-ttl p{
  font-size: 1.5em;
  font-weight: bold;
  /* border-top: 10px solid #323f61; */
  padding-top: 0.5rem;
}
.video {
  width: 90%;
  margin: 2em auto;
  aspect-ratio: 16 / 9;
}
.video iframe {
  width: 100%;
  height: 100%;
}

.pc{
  display: block;
}
.sp{
  display: none;
}
@media screen and (max-width:480px){

.sp{
  display: block;
}
.pc{
  display: none;
}
}