@charset "utf-8";
/* CSS Document */

html {
  height: 100%;/*高さを100%にして描画エリアをとる*/
	overflow-y:scroll;
 }
 
body {
  height: 100%;/*高さを100%にして描画エリアをとる*/
    background-color: #000000;
    background-size: cover;
    font-family: serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.6;
    color: #000000;
  }

  header {
    position: fixed;
    width: 100%;
    height: 90px;
    z-index: 5;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
}

header::before {
    content: "";
    width: 100%;
    height: 100%; /* 高さを指定 */
    position: absolute;
    top: 0;
    left: 0;
    background: transparent; /* 初期は透明 */
    transition: background-color 0.3s ease, opacity 0.3s ease; /* opacity のアニメーションも追加 */
    opacity: 0; /* 初期状態では見えない */
    z-index: -1; /* header の背景として機能するように */
}

header.scrolled::before {
    height: 100%; /* 高さを維持 */
    background: rgba(0, 0, 0, 0.623);
    opacity: 1; /* 表示する */
}

.header-inr {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}

header .logo {
  width: 70px;
  left: 20px;
  top: 20px;
  z-index: 1;
}

header nav {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 4;
}

header nav .cv-btn {
  float: right;
  padding-left: 10px;
	display: block;
	margin: 10px auto;
	padding: 2px 5px;
  outline: 0;
  border: solid 2px #fff;
  border-radius: 5px;
  background: #ffffff;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	box-sizing: border-box;
  	box-shadow: 0 0 10px #FFF,0 0 5px #FFF;
}

header nav .cv-btn a {
  margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    font-weight: bold;
    vertical-align: baseline;
  width: 80px;
  line-height: 30px;
  background: #ffffff;
  color: #000000;
  text-align: center;
  letter-spacing: 0.2px;
}

header nav .cv-btn a span {
	display: inline-block;
	margin-right: 6px;
	width: 150px;
	}

  header nav .cv-btn a span img {
    width: 18px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right:5px;
    }

    #visual {
      width: 100%;
      margin: 0 auto;
      position: relative;
      z-index: 4;
          background-image: url("../img/懸賞BLACK_back.jpg");
    background-size: cover;
  }

  .inner {
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 0;
    position: relative;
}

.visual-inr {
  margin-bottom: 0;
}

img {
	width: 100%;
	vertical-align: bottom;
	}

.countdown {
  width: 100%;
  margin: 0;
  background-color:#000000;
}

.section {
  padding: 25px 0 0;
  overflow: hidden;
  background-color: #ffffffde;
}

.section2 {
  padding: 25px 0 0;
  overflow: hidden;
  background-color: #000000;
}

.sec-wrap {
  width: 100%;
  position: relative;
}

.sec-ttl {
  margin-bottom: 25px;
  text-align: center;
}

.headline {
  display: inline-block;
  padding: 0 15px 0 15px;
  margin-bottom: 15px;
  border: 1px solid #000000b9;
  position: relative;
  overflow: hidden;
  line-height: 45px;
  box-sizing: border-box;
  font-size: 14px;
}

.headline::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(240, 240, 240);
  position: absolute;
  top: 0;
  left: 25px;
  transform-origin: left top;
  transform: skewX(20deg);
}

.headline span {
  position: relative;
  color: #020202;
}

.headline2 {
  display: inline-block;
  padding: 0 15px 0 15px;
  margin-bottom: 15px;
  border: 1px solid #ffffffb9;
  position: relative;
  overflow: hidden;
  line-height: 45px;
  box-sizing: border-box;
  font-size: 14px;
}

.headline2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(48, 48, 48);
  position: absolute;
  top: 0;
  left: 25px;
  transform-origin: left top;
  transform: skewX(20deg);
}

.headline2 span {
  position: relative;
  color: #ffffff;
}

#section02 .sec-ttl .ttl {
  font-size: 15px;
  color: #000000;
  font-weight: 900;
  line-height: 1.5;
}

  #section02 .sec-ttl .ttl span {
    font-size: 34px;
    font-weight: 900;
    color: #960000;
}

#section02 .sec-ttl .ttl2 {
  font-size: 15px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.5;
}

  #section02 .sec-ttl .ttl2 span {
    font-size: 34px;
    font-weight: 900;
    color: #ec0000;
}

.sec-ttl .lead {
  font-size: 14px;
  margin-top: 10px;
  color: #ffffff;
}

.step-area {
  display: block;
  padding: 20px 20px 20px;
  list-style: none;
  margin: 0;
  background-color: #000000;
  background-size: cover;
}

.step-area .block {
  text-align: center;
  width: 85%;
  margin: 0 auto 50px auto;
  padding: 35px 20px 30px;
  border: 5px solid rgb(255, 255, 255);
  position: relative;
}

.step-area .block .ttl {
  display: inline-block;
  position: absolute;
  font-family: serif;
  font-weight: 900;
  font-size: 20px;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  line-height: 1;
  color: #ffffff;
  padding: 0 40px;
  background: #000000;
}

.step-area .block .ttl span {
  font-size: 32px;
}

dl, ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  display: block;
  unicode-bidi: isolate;
}

dd {
  display: block;
  unicode-bidi: isolate;
  color: #ffffff;
}

.step-area .block dd {
  line-height: 1.5;
  margin-top: 15px;
  font-size: 14px;
}

.marker {
  background: linear-gradient(transparent 60%, #750000 10%);
  display: inline;
  padding: 0;
}

.step-area .block:after {
  content: "";
  width: 25px;
  height: 16px;
  background: url(../img/arrow_dot_down.png) center bottom no-repeat;
  background-size: 25px auto;
  position: absolute;
  right: 50%;
  bottom: -26px;
  transform: translateX(50%);
}

.step-area .block:last-child:after {
  display: none;
}

.section-btm {
  text-align: center;
}

.section-btm .sec-wrap:first-child {
  background: #1d1d1d;
  padding: 40px 20px;
}

.section-btm .sec-wrap {
  padding: 40px 0;
}

.section-btm .ttl {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #fff;
}

.section-btm .scroll-contents {
  width: 100%;
  height: 260px;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  font-size: 12px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: left;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.section-btm .scroll-contents p {
  margin-bottom: 15px;
  color: #fff;
}

.section-btm .scroll-contents .ttl {
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 8px;
  padding: 0 0 8px 5px;
  display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    position: relative;
}

.section-btm .scroll-contents ul {
  padding-left: 17px;
  list-style: none;
  margin-bottom: 15px;
  padding: 0;
}

.section-btm .scroll-contents ul li {
  margin-left: 20px;
  list-style: outside disc;
  color: #fff;
}

.superBk {
  display:block;
  margin-top: -10px;
  padding: 20px;
  }

.superBk::before {
        content:"";
        display:block;
        position:fixed;
        top:0;
        left:0;
        z-index:-1;
        width:100%;
        height:100vh;
        background-repeat:no-repeat;
        background-position:50% 100%;
  background: url("../img/BLACK_back.jpg");
  background-size: cover;
        }

.superBk img {
  display:block;
  width:85%;
  text-align: center;
  margin:10px auto 0 auto;
}  

/* fadeUp */

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  .fadeLeft{
    animation-name:fadeLeftAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeLeftAnime{
      from {
        opacity: 0;
      transform: translateX(-100px);
      }
    
      to {
        opacity: 1;
      transform: translateX(0);
      }
    }
    
    /* 右から */
    
    .fadeRight{
    animation-name:fadeRightAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeRightAnime{
      from {
        opacity: 0;
      transform: translateX(100px);
      }
    
      to {
        opacity: 1;
      transform: translateX(0);
      }
    }
    
    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
     
    .fadeInTrigger,
    .fadeUpTrigger,
    .fadeDownTrigger,
    .fadeLeftTrigger,
    .fadeRightTrigger{
        opacity: 0;
    }

  .blur{
    animation-name:blurAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
  }
  
  @keyframes blurAnime{
    from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
    }
  
    to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
    }
  }
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
   
  .blurTrigger{
      opacity: 0;
  }

p{
	font-size: 14px;
}

.blink {
		-webkit-animation: blink 1s ease infinite;
		animation: blink 1s ease infinite;
	}
	@-webkit-keyframes blink {
		0% {opacity: 0;}
		100% {opacity: 1;}
	}
	@keyframes blink {
		0% {opacity: 0;}
		100% {opacity: 1;}
	}
	
.okumanBk h3 {
	color: #FFF;
	font-size: 16px;
	line-height: 21px;
	text-shadow: 0 0 5px #F00,0 0 10px #F00;
	}

.okumanBox {
	width: 100%;
	margin: 24px auto 0;
	padding: 6px;
	background: rgba(255,255,255,.5);
	border: solid 2px #FFF;
	box-sizing: border-box;
	}

.okumanBox-inner {
	width: 100%;
	margin: 0 auto;
	padding: 12px;
	font-size: 14px;
	line-height: 21px;
	background: rgba(255,255,255,.75);
	border: solid 2px #FFF;
	box-sizing: border-box;
	}

/* LINE BUTTON */
.lineBk {
	z-index: 5;
	margin: 0 auto 0 auto;
	padding: 3px 0;
	background: #9c0000;
    width: 100%;
	}

.lineBk::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -6px;
	}

.line-txt {
	text-align: center;
	margin: 12px auto 0;
	font-size: 14px;
	letter-spacing: 1px;
	color: #FFF;
	}

.lineBk .txt {
	width: 80%;
	margin: 0 auto 24px;
	font-size: 14px;
	line-height: 24px;
	}

.lineBtn {
	width: 80%;
	display: block;
	margin: 12px auto 18px;
	padding: 12px 0;
	background: #dbba00;
	text-align: center;
	border: solid 2px #fff;
  border-radius: 5px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	box-shadow: 0 0 10px #FFF,0 0 5px #FFF;
	box-sizing: border-box;
	}

.lineBtn span {
	display: inline-block;
	margin-right: 6px;
	width: 24px;
	}


.regimg {
	position: relative;
	width: 240px;
	margin: -48px auto -12px;
	}

#changePic {
animation :imgfade 4s infinite;
opacity: 0;
}

@keyframes imgfade {
	0% {
		opacity: 0;
	}
	
	25% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}

	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.carousel-container {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  
  .carousel {
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform .3s;
  }
  
  .box {
    height: 100%;
    min-width: 100%;
  }
  
  .box-1 {
    background: url("../img/tousen1.jpg");
	background-size:100%;
  }
  
  .box-2 {
    background: url("../img/tousen2.jpg");
  }
  
  .box-3 {
    background: url("../img/tousen3.jpg");
  }
  
  .box-4 {
    background: pink;
  }
  
  #lt,
  #gt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 24px;
    padding: 0 6px;
    cursor: pointer;
  }
  
  #lt {
    left: 8px;
  }
  
  #gt {
    right: 8px;
  }
  
  #lt:hover,
  #gt:hover {
    opacity: .8;
  }
  
  .hidden {
    display: none;
  }

  #F{
    display: none;
}

.F{
	width: 60%;
	display: block;
	margin: 12px auto 18px;
	padding: 12px 0;
	background: #ffffff;
	text-align: center;
	border-radius: 12px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	box-shadow: 0 0 10px #000000,0 0 5px #FFF;
	box-sizing: border-box;
}

.G{
    background: #ffffff;
    height: auto;
}
.G h3{
  font-size:24px;
  margin:10px;
}
.G p{
  font-size:14px;
  margin:10px;
}
#F:checked+label+.G{
    display: none;
}

.clicktxt {
  width: 80%;
	display: block;
	margin: 12px auto 18px;
	padding: 12px 0;
	background: #ffffff;
	text-align: center;
	border-radius: 12px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	box-shadow: 0 0 10px #a70000,0 0 5px #FFF;
	box-sizing: border-box;
  }
  
  .switchdsp input {
  display: none;
  }
  
  .switchdsp .dsp {
  padding: 0px 10px 0px 10px;
  height: 0;
  overflow: hidden;
  transition: 0.9s;
  opacity: 0;
  }
  
  .switchdsp input:checked ~ .dsp {
  padding: 0px 25px 0px 25px;
  background:#FFF;
  height: auto;
  opacity: 1;
  }

  .dsp h3{
    font-size:24px;
    margin:10px;
  }
  .dsp p{
    font-size:14px;
    margin:10px;
  }
  
/*==================================================
スライダーのためのcss
===================================*/
.slider {
    position:relative;
  z-index: 0;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
}
/*　背景画像設定　*/

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
  z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #000000;/*矢印の色*/
    border-right: 2px solid #000000;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
    text-align:center;
  margin:-18px 0 -78px 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

  .counter {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 25px auto;
    line-height: 2.7;
  }
  
  .counter > div {
    margin: 0 0 0 20px;
    width: fit-content;
    height: 50px;
    display: flex;
    overflow-y: hidden; /* 各リールに数字は縦に長く並ぶが、表示は1文字のみ */
  }
  
  .fix-number,
  .change-number {
    width: 20px;
    height: fit-content;
    display: flex;
	background: url("/img/score_back.png");
	background-size: 100%;
	background-position: fixed;
    flex-direction: column; /* スロットのリールに数字を縦に並べる */
    /* アニメーションは1回、弾むように始まり弾むように終わり、最後の状態をキープ */
    animation: displayAnim 0.5s cubic-bezier(0, 0.23, 0.74, 1) forwards;
  }

  .fix-number2,
  .change-number {
    width: 20px;
    height: fit-content;
    display: flex;
	background: url("/img/score_back.png");
	background-size: 100%;
	background-position: fixed;
    flex-direction: column; /* スロットのリールに数字を縦に並べる */
    /* アニメーションは1回、弾むように始まり弾むように終わり、最後の状態をキープ */
    animation: displayAnim 0.8s cubic-bezier(0, 0.23, 0.74, 1) forwards;
  }

  .fix-number3,
  .change-number {
    width: 30px;
    height: fit-content;
    display: flex;
	background: url("/img/score_back.png");
	background-size: 100%;
	background-position: fixed;
    flex-direction: column; /* スロットのリールに数字を縦に並べる */
    /* アニメーションは1回、弾むように始まり弾むように終わり、最後の状態をキープ */
    animation: displayAnim 1.1s cubic-bezier(0, 0.23, 0.74, 1) forwards;
  }
  .fix-number4,
  .change-number {
    width: 30px;
    height: fit-content;
    display: flex;
	background: url("/img/score_back.png");
	background-size: 100%;
	background-position: fixed;
    flex-direction: column; /* スロットのリールに数字を縦に並べる */
    /* アニメーションは1回、弾むように始まり弾むように終わり、最後の状態をキープ */
    animation: displayAnim 1.4s cubic-bezier(0, 0.23, 0.74, 1) forwards;
  }
  .neofix-number,
  .change-number {
    width: 30px;
    height: fit-content;
    display: flex;
	background: url("/img/score_back.png");
	background-size: 100%;
	background-position: fixed;
    flex-direction: column; /* スロットのリールに数字を縦に並べる */
    /* アニメーションは1回、弾むように始まり弾むように終わり、最後の状態をキープ */
    animation: displayAnim 1.7s cubic-bezier(0, 0.23, 0.74, 1) forwards;
  }
  .neofix-number2,
  .change-number {
    width: 30px;
    height: fit-content;
    display: flex;
	background: url("/img/score_back.png");
	background-size: 100%;
	background-position: fixed;
    flex-direction: column; /* スロットのリールに数字を縦に並べる */
    /* アニメーションは1回、弾むように始まり弾むように終わり、最後の状態をキープ */
    animation: displayAnim 2s cubic-bezier(0, 0.23, 0.74, 1) forwards;
  }
  .neofix-number3,
  .change-number {
    width: 30px;
    height: fit-content;
    display: flex;
	background: url("/img/score_back.png");
	background-size: 100%;
	background-position: fixed;
    flex-direction: column; /* スロットのリールに数字を縦に並べる */
    /* アニメーションは1回、弾むように始まり弾むように終わり、最後の状態をキープ */
    animation: displayAnim 2.3s cubic-bezier(0, 0.23, 0.74, 1) forwards;
  }
  .neofix-number4,
  .change-number {
    width: 30px;
    height: fit-content;
    display: flex;
	background: url("/img/score_back.png");
	background-size: 100%;
	background-position: fixed;
    flex-direction: column; /* スロットのリールに数字を縦に並べる */
    /* アニメーションは1回、弾むように始まり弾むように終わり、最後の状態をキープ */
    animation: displayAnim 2.6s cubic-bezier(0, 0.23, 0.74, 1) forwards;
  }

  .ultrafix-number,
  .change-number {
    width: 30px;
    height: fit-content;
    display: flex;
	background: url("/img/score_back.png");
	background-size: 100%;
	background-position: fixed;
    flex-direction: column; /* スロットのリールに数字を縦に並べる */
    /* アニメーションは1回、弾むように始まり弾むように終わり、最後の状態をキープ */
    animation: displayAnim 2.9s cubic-bezier(0, 0.23, 0.74, 1) forwards;
  }
  .ultrafix-number2,
  .change-number {
    width: 30px;
    height: fit-content;
    display: flex;
	background: url("/img/score_back.png");
	background-size: 100%;
	background-position: fixed;
    flex-direction: column; /* スロットのリールに数字を縦に並べる */
    /* アニメーションは1回、弾むように始まり弾むように終わり、最後の状態をキープ */
    animation: displayAnim 3.2s cubic-bezier(0, 0.23, 0.74, 1) forwards;
  }
  .ultrafix-number3,
  .change-number {
    width: 30px;
    height: fit-content;
    display: flex;
	background: url("/img/score_back.png");
	background-size: 100%;
	background-position: fixed;
    flex-direction: column; /* スロットのリールに数字を縦に並べる */
    /* アニメーションは1回、弾むように始まり弾むように終わり、最後の状態をキープ */
    animation: displayAnim 3.5s cubic-bezier(0, 0.23, 0.74, 1) forwards;
  }
  .ultrafix-number4,
  .change-number {
    width: 30px;
    height: fit-content;
    display: flex;
	background: url("/img/score_back.png");
	background-size: 100%;
	background-position: fixed;
    flex-direction: column; /* スロットのリールに数字を縦に並べる */
    /* アニメーションは1回、弾むように始まり弾むように終わり、最後の状態をキープ */
    animation: displayAnim 3.8s cubic-bezier(0, 0.23, 0.74, 1) forwards;
  }

  .yen {
	margin: 10px 0 0 0;
	padding: 0 5px 0 5px;
	font-size: 20px;
	}

	.techno {
		margin: 0 auto;
    text-align: center;
		padding: 0;
		color: #ffffff;
		font-size: 14px;
		line-height: 21px;
	    border: solid 2px #FFF;
	    box-sizing: border-box;
		}
  
  /*
   * リールをY方向に移動するアニメーション
   * アニメーション最後の位置は、最後の数字の高さ分下げる
   * font-size: 50px; line-height: 1.6; より、50px × 1.6 = 80px と算出
   */
  @keyframes displayAnim {
    0% { transform: translateY(0%); }
    100% { transform: translateY(calc(-100% + 80px)); }
  }
  
  span {
    display: inline-block;
    text-align: center;
  }

  .yycountdown-box{
    text-align:center;
    margin:0;
    color:#ffffff;
  }
  
  #timer .yycountdown-box .yyc-day{
    display:none;
    font-size:40px;
    color:#ffffff;
  }
  #timer .yycountdown-box .yyc-hou{
    display:none;
    font-size:40px;
    color:#ffffff;
  }
  #timer .yycountdown-box .yyc-min{
    font-size:50px;
    color:#ffffff;
  }
  #timer .yycountdown-box .yyc-sec{
    display:none;
    font-size:40px;
    color:#ffffff;
  }
  
  #timer .yycountdown-box .yyc-day-text{
  display:none;
}
  #timer .yycountdown-box .yyc-hou-text{
    font-size:18px;
  }

  #timer .yycountdown-box .yyc-min-text{
    font-size:18px;
  }
  #timer .yycountdown-box .yyc-sec-text{
    font-size:24px;
    display:none;
  }

  #timer2 .yycountdown-box .yyc-day{
    display:none;
    font-size:40px;
    color:#ffffff;
  }
  #timer2 .yycountdown-box .yyc-hou{
    display:none;
    font-size:40px;
    color:#ffffff;
  }
  #timer2 .yycountdown-box .yyc-min{
    font-size:50px;
    color:#ffffff;
  }
  #timer2 .yycountdown-box .yyc-sec{
    display:none;
    font-size:40px;
    color:#ffffff;
  }
  
  #timer2 .yycountdown-box .yyc-day-text{
  display:none;
}
  #timer2 .yycountdown-box .yyc-hou-text{
    font-size:18px;
  }

  #timer2 .yycountdown-box .yyc-min-text{
    font-size:18px;
  }
  #timer2 .yycountdown-box .yyc-sec-text{
    font-size:24px;
    display:none;
  }

#roulette {
  text-align: center;
  margin: -10px auto 0 auto;
  padding: 50px 0;
  background-image: url("../img/rayer.png");
  background-size: cover;
}

  .roulette-container {
    width: 90%;
    height: 90%;
    margin: 0 auto 20px;
    overflow: hidden;
    border: 5px solid #adadad;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  }
  
  .roulette-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  #start-btn {
    margin-top: 20px;
    padding: 10px 50px;
    font-size: 20px;
    cursor: pointer;
    border: solid 2px #4e4e4e;
    background-color: rgb(255, 255, 255);
    color: #161616;
    box-shadow: 4px 4px 5px rgba(255, 255, 255, 0.877);
  }
  
  #start-btn:hover {
    background: #0056b3;
  }

  #win-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.897);
    z-index: 999;
    justify-content: center;
    align-items: center;
  }
  
  #win-overlay img {
    width: 100%;
    max-height: 80%;
  }

  #nextBtn {
    width: 80%;
    display: block;
    margin: 12px auto 18px;
    padding: 12px 0;
    background: #00b900;
    text-align: center;
    border-radius: 12px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 0 10px #FFF,0 0 5px #FFF;
    box-sizing: border-box;
  }

  #nextBtn a {
    color: white;
    text-decoration: none;
  }

  #nextBtn:hover {
    transform: scale(1.1);    /* ホバー時にちょっと大きくする */
    transition: transform 0.3s;
 }

 .fade-in {
  animation: fadeIn 2s forwards;
}

.fade-out {
  animation: fadeOut 3s forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

footer {
	text-align: center;
	padding: 12px 0;
	background: #000;
	color: #FFF;
	font-size: 12px;
	line-height: 24px;
	}