@charset "utf-8";

/* Theme: MyTheme */


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

* {margin:0;padding:0;}
a{  cursor: pointer;}

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;
  background:#fff;
  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;}


/* 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; /* センター揃え（必要なら） */
}
.reflection-img{
       width: 90%;
    height: auto;
    top: 50%;
    left: 50%;
        border-radius: 0.1em;
    position: absolute;
    overflow: hidden;
    transform: translate(-50%, -50%);
}
#cta .reflection-img{top: 31%;}
.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 3s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 3s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 3s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 3s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 3s ease-in-out infinite;
}

@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}
.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%);
}
body .item1 {
    width: 62%;
    height: auto;
    position: absolute;
    top: 10%;
        left: 20%;
    
}
body .item1.aos-animate {
transform: translate(-50%, -50%); /* アニメ後も維持 */
}

/* 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;

}
.arrow1{   width:43%;
 position: absolute; /* 親画像を基準に配置 */
  top: 50%; 
  left: 50%; /* 左から50%の位置（例） */
  z-index: 5;
  transform: translate(-50%, 0%);
}

/* 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;
}


.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%;}

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

top:51%;
    left: 50%;
    height: auto;
    transform: translate(-50%, -50%);}
.form-ring{     width: 90%;
    height: 125px;
    position: absolute;
    top:47%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    pointer-events: none;}
.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; /* 滑らかなアニメーション */
    }


  #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:#073b4e;
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.8em;
    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: 1.5s;
    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;

    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;
}
}

@keyframes flashBrightness {
  0%, 100% {
    filter: brightness(1);
  }
  80% {
    filter: brightness(1.2);
  }
}
/* 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;
}



.brightness-flash {
  animation: flashBrightness 1.4s ease-in-out 2;
}
/* 点滅 */
.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);
}
}
/* ---  up-down  ---*/
.up-down{
animation: up-down 2s forwards ease-out;
    animation-iteration-count: infinite;}
@keyframes up-down {
  0% {
    transform: translate(-50%,5%);
  }
  50% {
    transform: translate(-50%, calc(5% + 25%));
  }
  100% {
    transform: translate(-50%, 5%);
  }
}
/* ---  tap-tap  ---*/
.tap-tap {
  animation: tap-tap 2.5s ease-out ;
  animation-iteration-count: infinite;
  animation-delay:3s;
}

@keyframes tap-tap {
  0% {
    transform: translate(-50%, 0%);
  }
  10% {
    transform: translate(-50%, 40%);
  }
  20% {
    transform: translate(-50%, 0%);
  }
  30% {
    transform: translate(-50%, 40%);
  }
  40% {
    transform: translate(-50%, 0%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
}


footer{font-size:1em;
padding:2em 0 3em;
background:#4e2d07;
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: 93vw;
        height: 51vw;
        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: #073b4e;
    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;
      }
}
