@charset "UTF-8";
/* CSS Document */
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
}
/* 初期状態を非表示に設定 */
.push_home, .push_zumi, .push_first {
  display: none;
}
#enable-notifications {
  display: none;
  margin: 20px auto;
  padding-top: 15px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 15px;
  font-size: 16px;
  background-color: #FFA700;
  color: #390000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  text-align: center;
  font-weight: 500;
}
#enable-notifications:hover {
  background-color: #5ACF02;
  color: #FFFFFF;
}
.button_box {
  text-align: center;
}
#enable-notifications img {
  width: 20px;
  height: 20px;
  padding-right: 9px;
  padding-top: 0px;
}
.push_home {}
.push_home h2 {
  text-align: center;
  padding-top: 50px;
}
.push_home p {
  font-size: 0.8em;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  color: #696969;
}
/*//////////////////////////////////////*/
/*//////////////////////////////////////*/
/*////////////プッシュ通知バナー/////////////*/
/*//////////////////////////////////////*/
/*//////////////////////////////////////*/
.push_main_box {
  /*出刃*/
  display: none;
  width: 100%;
}
.push_main_box .push_box {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  background-color: #E9FFEF;
  border: 1px solid hsla(0, 0%, 85%, 1.00);
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.push_main_box .push_box .p_l {
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
  float: left;
}
.push_main_box .push_box .p_l img {
  margin: 0;
  padding: 0;
  width: 100%;
}
.push_main_box .push_box .p_r {
  float: left;
  width: calc(100% - 80px);
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
.push_main_box .push_box .p_r h2 {
  margin-top: 3px;
  margin-right: 0;
  margin-left: -6px;
  margin-bottom: 0px;
  padding: 0;
  font-size: 1em;
  font-weight: 700;
  color: #2C2C2C;
}
.push_main_box .push_box .p_r h3 {
  margin-top: 1px;
  margin-right: 0;
  margin-left: 0px;
  margin-bottom: 3px;
  padding: 0;
  font-size: 1.3em;
  font-weight: 700;
  color: #000000;
}
.push_main_box .push_box .p_r p {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 3px;
  padding: 0;
  font-size: 0.73em;
  font-weight: 700;
  color: #0A5C00;
}
.push_main_box .push_box span {
  color: #474747;
}
@media screen and (max-width:1024px) {
  .push_main_box {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .push_main_box .push_box {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    width: calc(100% - 10px);
    border: 0px solid hsla(0, 0%, 85%, 1.00);
  }
  .push_main_box .push_box .p_l {
    width: 85px;
    height: 85px;
    margin: 0;
    padding: 0;
    float: left;
  }
  .push_main_box .push_box .p_r {
    float: left;
    width: calc(100% - 100px);
    margin: 0;
    padding: 0;
    padding-left: 10px;
  }
  .push_main_box .push_box .p_r h2 {
    margin-top: 4px;
    margin-right: 0;
    margin-left: -7px;
    margin-bottom: 1px;
    padding: 0;
    font-size: 0.68em;
  }
  .push_main_box .push_box .p_r h3 {
    margin-top: -1px;
    margin-right: 0;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0;
    font-size: 1.2em;
    font-weight: 700;
  }
  .push_main_box .push_box .p_r p {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 3px;
    padding: 0;
    font-size: 0.7em;
    line-height: 1.5em;
  }
}
/**/
.push_setumei {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.push_setumei h1 {
  font-size: 1.7em;
  font-weight: 600;
}
.push_setumei h2 {
  background-color: #8D8D8D;
  color: #FFFFFF;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 1em;
}
.push_setumei h3 {}
.push_setumei p {
  margin-bottom: 0px;
  color: #4A4A4A;
  margin-top: 6px;
}
.push_setumei img {
  width: 50%;
}
@media screen and (max-width:1024px) {
  .push_setumei {
    width: 100%;
    text-align: center;
  }
  .push_setumei h1 {
    font-size: 1.7em;
    font-weight: 600;
  }
  .push_setumei h2 {
    background-color: #8D8D8D;
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 1em;
    margin-top: 0px;
  }
  .push_setumei h1 {
	margin-top: 45px;
}
  .push_setumei p {
    margin-bottom: 0px;
    color: #4A4A4A;
    margin-top: 6px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 0.9em;
  }
  .push_setumei img {
    width: 60%;
  }
}
.tuchin {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  font-size: 0.7em;
  color: #595959;
}
.yaji {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 900;
  color: #070707;
}
.b_box .b_img {
  margin-right: auto;
  margin-left: auto;
  width: 25%;
  margin-top: 40px;
  margin-bottom: 5px;
}
.b_box img {
  width: 100%;
}
/*thankyou_box*/
.thankyou_box{
	text-align: center;
}
.thankyou_box h2{
	font-weight: 700;
	color: #00B525;
	text-align: center;
	font-size: 0.8em;
	margin-top: 50px;
}
.thankyou_box h1{
	font-weight: 700;
	color: #00B525;
	text-align: center;
	font-size: 2em;
	margin-top: 0px;
}
.end_icon{
	font-weight: 800;
	color: #00B525;
	font-size: 1em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.thankyou_box p{
	color: #4E4E4E;
	font-size: 0.9em;
	padding-top: 46px;
	padding-right: 46px;
	padding-bottom: 46px;
	padding-left: 46px;
}
.thankyou_box .t_img{
	width: 20%;
	margin-right: auto;
	margin-left: auto;
}
.thankyou_box .t_img img{
	width: 100%;
}
/* 初期スタイル */
.thankyou_box .bounce-animation {
    opacity: 0; /* 初期は見えない */
    transform: translateY(100px); /* 下から出てくるように位置をずらす */
    animation: bounceIn 1s ease-out forwards; /* アニメーション適用 */
    animation-delay: 0s; /* デフォルトの遅延なし */
	animation: bounceIn 1s ease-out forwards, hold 5s ease-out 1s forwards;
}

/* 遅延の設定 */
.delay-0 {
    animation-delay: 0s; /* h2用 */
}

.delay-1 {
    animation-delay: 0.8s; /* h1用 */
}


@keyframes hold {
    0%, 100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* バウンドアニメーションのキー */
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    50% {
        opacity: 1;
        transform: translateY(-10px); /* 上に少し跳ねる */
    }
    70% {
        transform: translateY(5px); /* 下に少し戻る */
    }
    100% {
        transform: translateY(0); /* 最終位置 */
    }
}

/* 初期スタイル */
.bounce-animation {
    opacity: 0;
    transform: translateY(100px);
    animation: bounceIn 1s ease-out forwards;
}

.delay-0 {
    animation-delay: 0s;
}

.delay-1 {
    animation-delay: 0.2s;
}

/* 初期スタイル */
.bounce-animation {
    opacity: 0;
    transform: translateY(100px);
    animation: bounceIn 1s ease-out forwards;
}

.delay-0 {
    animation-delay: 0s;
}

.delay-1 {
    animation-delay: 0.2s;
}

/* アニメーションの基本設定 */
.bounce-animation {
    opacity: 0;
    transform: translateY(100px);
    animation: bounceIn 1s ease-out forwards;
}

.delay-0 {
    animation-delay: 0s;
}

.delay-1 {
    animation-delay: 0.2s;
}

/* 花火の基本スタイル */
.fireworks-container {
	position: relative;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: visible;
	margin-top: 0px;
	top: -170px;
}

.firework {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: explode 1.5s ease-out forwards;
}

/* 爆発アニメーション */
@keyframes explode {
    0% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(var(--firework-x), var(--firework-y)) scale(0.5);
    }
}

/* バウンドアニメーション */
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    50% {
        opacity: 1;
        transform: translateY(-10px);
    }
    70% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0);
    }
}


/*説明ページ*/
.top_chop{
	margin-top: 50px;
}
.ser_box{
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	border-radius: 2px;
	border: 1px solid #D8D8D8;
}
.cho10{
	margin-top: 10px;
}
.cho20{
	margin-top: 20px;
}
.cho30{
	margin-top: 30px;
}
.cho60{
	margin-top: 60px;
}
.end_chop{
	margin-top: 300px;
}
.end_chop2{
	margin-top: 100px;
}

.c {
  float: none;
  clear: both;
}