@charset "utf-8";

/* Theme: MyTheme */
 /* topの％で高さ調整 */
.btn-box{    top: 47%;}
 /* btn-boxに合わせて調整 */
.form-ring{        top: 49%;}

/* base
---------------------------------------------*/
.box{background:#444;
width:300px;
height:300px;
display: block;
margin:0 auto;}

* {margin:0;padding:0;}

a:link,a:visited {
	color: #2236cf;
	text-decoration:underline;
}
a:hover,a:active {
	color: #d90909;
	text-decoration:underline;
}
#wrap{max-width: 750px;
margin: 0 auto;}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
  text-align:center;
 scroll-behavior: smooth;
  font-size:20px;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #383d5c;
	-webkit-text-size-adjust: 100%;
}
img{ display:block;
border: none;
max-width:100%;
height: auto;
margin:-1px auto;}
footer{font-size:0.7em;
padding-top:1em;}
footer a{    text-decoration: none !important;
    color: #252525 !important;}

/* layout
---------------------------------------------*/
ol,
ul{
	list-style-position: inside;
	padding-left:10px;
}
ol li,
ul li{
	text-align:left;
}

/* utilities
---------------------------------------------*/
.c{color:#ff0000;}
.b{font-weight:bold;}
.y{background-color: #ffff66;}
.l{font-size:1.2em;    line-height: 130%;}
.ll{font-size:1.5em;    line-height: 130%;}
.u {  text-decoration: none;
background: linear-gradient(rgba(255, 204, 255,0) 80%, rgb(255, 244, 171) 20%);
background-repeat: no-repeat;
background-size: 0% 100%;
transition: background-size 2.5s;
}








/* components
---------------------------------------------*/
/* 親コンテナ */
.image-container {
  position: relative; /* 子要素の位置基準を設定 */
  max-width: 750px; /* 大きな画像の最大幅 */
  width: 100%; /* 画面幅に合わせて縮小 */
  margin: 0 auto; /* センター揃え（必要なら） */
}

.head{position: absolute;
width: 85%;
top:5%;
left:50%;
transform:translate(-50%, 0);}
.play-button {
  position: absolute;
  top: 49%;
  left: 50%;
        width: 100px;
    height: 75px;
  background: url('path_to_play_icon.png') no-repeat center center;
  background-size: 70%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.3s ease;
}
.video-container {width: 100%;
    height: auto;
    position: absolute;
    display: inline-block;
    left: 50%;
        top: 51%;
    transform: translate(-50%, -50%);
}
.item1 {
    width: 46%;
    height: auto;
    position: absolute;
    bottom: 1.5%;
    left: 50%;
    transform: translate(-50%, 0%);
}
/* form */
.form-input {
    width: 89%;
    font-size: 30px;
    text-align: center;
    padding: 1em 0;
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);

    height: auto;
    background: #fff;

}

.form-btn {
    width: 85%;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 6;

}
.form-btn.form-btn3, .form-ring.form-ring3{    bottom: 17.5%;}
.form-input.form-input2 {top: 34.5%;}
.form-input.form-input3 {top: 25.5%;}
.form-ring{     width:84%;
    height: 136px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 6;
    pointer-events: none;}

/* pages - home
---------------------------------------------*/
.countdown1 {width: 100%;
    letter-spacing: -5px;
    line-height: 100%;
    font-size: 90px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    height: auto;
}
.countdown2 {    width: 100%;
    font-size: 34px;
    letter-spacing: 3px;
    color: #c1131e;
    font-weight: 500;
    position: absolute;
    top: 58%;
    left: 81%;
    font-weight: bold;
    transform: translate(-50%, -50%);
    height: auto;
    pointer-events: none;
}
.countdown1 .countdown-number{font-size:1.3em;}
.countdown2 .countdown-message{ }
.countdown2 .countdown-number{font-size:1.05em;}
.countdown2 .countdown-name{}
.countdown2 .countdown-end{}
.item1{      width: 56%;
    height: auto;
    position: absolute;
          top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn1{width: 91%;
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    height: auto;
    z-index: 5;}
.btn2{top: 50%;}
.form-ring.form-ring3{top: 50%;}

.togglebtn.form-ring{top: 50%;}

.btn-box{
animation: pulse 1s forwards ease-out;
    animation-iteration-count: infinite;}
.btn-box{    width: 90%;
    position: absolute;

    left: 50%;
    height: auto;}
.btn-box1{max-width: 80%;}
   /* 親要素に表示設定 */
    .btn-box {
      display: inline-block;
      overflow: hidden;
    }

    /* 画像の初期状態 */
    .btn-box img {
      display: block;
      width: 100%; /* 画像サイズをレスポンシブ対応に */
      filter: brightness(1); /* 初期は少し暗くする */
      transition: filter 0.3s ease; /* 滑らかなアニメーション */
    }

    /* Hover時の状態 */
    .btn-box:hover img {
      filter: brightness(1.2); /* 明るくする */
    }
  #target {
      opacity:0;
            transition: opacity 1s ease-out;  /* フェードアウトにスムーズなトランジションを追加 */
    }
#target2 {
      opacity:0;
            transition: opacity 0.3s ease-in-out;  /* フェードアウトにスムーズなトランジションを追加 */
}
.pagetop a{text-decoration: none;
   vertical-align: middle;
    color: #fff;}
.pagetop{width:72px;
height:72px;
font-size: 24px;
padding: 1em;
background:#000;
border-radius: 5px;
display: block;
    line-height: 0.9;
position: fixed;
bottom:25px;
right:25px;
margin:0 auto;
z-index:15;}
.text-hm6{
font-weight: 600;
font-style: normal;
 -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;}
  #content2 {
    display: none;
    opacity: 1; /* 開いた時はすでに表示されている状態 */
    height: auto; /* 開いた時の高さは自動 */
    transition: height 0.5s ease-out, opacity 0.5s ease-out; /* 閉じる時にアニメーション */
  }
/* animations
---------------------------------------------*/
/* ring */
.ring::after {
    animation-delay: 0.4s;
}

.ring::before, .ring::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
        top: 0%;
    left: 0;
    border-radius:0.2em;
    box-shadow: 0 0 50px rgb(27 208 114 / 53%) inset;
    animation-name: ring;
}

.ring, .ring::before, .ring::after {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
}

.ring {
    --ring-border-radius: 1em;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.ring {
    --ring-border-radius: 1em;
}

.btn {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    border-width: 1px;
    border-color: transparent;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    cursor: pointer;
    user-select: none;
    display: inline-block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@keyframes ring {
0% {
    transform: scale(0.95);
    opacity: 1;
}

90% {
    opacity: 0.1;
}
100% {
    transform: scale(var(--ring-scale, 1.3));
    opacity: 0;
}
}

/* ring2 */
.ring2::after {
    animation-delay: 0.4s;
}

.ring2::before, .ring2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100vh;
    box-shadow: 0 0 50px rgba(255, 50, 50, 0.53) inset;
    animation-name: ring;
}

.ring2::before, .ring2::after {
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
}

.ring2 {
    --ring-border-radius: 1em;
}
.ring2.hidden {
  display: none; /* リングを非表示にする */
}
*, ::after, ::before {
    box-sizing: border-box;
}

.ring2 {
    --ring-border-radius: 1em;
}

/* 点滅 */
.blinking{
 -webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.2;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity: 0.2 ;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity: 0.2 ;}
    100% {opacity:1;}
}
@keyframes pulse{
0% {
    transform: translate(-50%, 0%) scaleX(1);
}

50% {
    transform: translate(-50%, 0%) scale( 1.05);
}
100% {
    transform: translate(-50%, 0%) scaleX(1);
}
}
footer{font-size:1em;
padding:2em 0 3em;
background:#00292b;
color: #fff !important;
position: relative;
z-index: 11;
}
footer a{    text-decoration: none !important;
color: #fff !important;
	}
/* responsive
---------------------------------------------*/
@media only screen and
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 751px){
	.sp{display:none;}
}
@media screen and (max-width: 900px){

    .btn-container{overflow: hidden;}
}
@media screen and (max-width: 750px){
	body{font-size:4.5vw;
overflow-x: hidden;}
#wrap{max-width:100%;}
	.pc{display:none;}
	footer br{display:inherit;}
#container{width: 100%;}
#container{width: 100%;}
iframe {
    position: relative;
                max-width: 93.5vw;
        height: 53vw;
    top: 0.5vw;
}
.form-input{     font-size: 3.6vw;
}

.form-ring {
                            height: 18vw;
        }

.pagetop{    width: 8vw;
    height: 8vw;
            font-size: 4vw;
        vertical-align: middle;
        text-align: center;
        padding: 2vw;
    background: #000;
    border-radius: 4px;
    display: block;
    line-height: 0.9;
    position: fixed;
            bottom: 7vw;
        right: 4%;
    margin: 0 auto;
}
.countdown1{    letter-spacing: 0px;
    font-size: 11vw;
}
.countdown2{          font-size: 4vw;
      }
}
