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

html {
	overflow-y:scroll;
 }

body {
    background-color: #1d1d1d;
    background-size: cover;
    font-family: serif;
    font-weight: 500;
    color: #000000;
    overflow: hidden;
  }

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

.mainvisual {
  background: url("../img/トレジャー2_haikei.jpg");
  background-size: cover;
}

.okumanline {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.background-image {
  width: 100%;
  height: auto;
  display: block;
}

.okumanlinebtn {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
}

.okumanlinebtn a {
  display:inline-block;
}

.key-image {
  width: 45vw;
  animation: floatUpDown 2.5s ease-in-out infinite;
}

/* ふわふわアニメーション */
@keyframes floatUpDown {
  0% {
    transform: translateY(0) translateY(0);
  }
  50% {
    transform: translateY(0) translateY(-15px);
  }
  100% {
    transform: translateY(0) translateY(0);
  }
}

  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: 85px;
  left: 30px;
  top: 50px;
  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: 12px auto;
	padding: 2px 5px;
  outline: 0;
  border: solid 2px #fff;
  border-radius: 5px;
  background: #dbba00;
	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: #dbba00;
  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;
    }

   .recture {
    width: 100%;
    background-image: url("../img/トレジャー2_2maime_haikei.jpg");
    background-size: 100%;
    margin: 0;
    padding: 0;
  }

  #carryover {
    width:100%;
    background: url("../img/hukujin_4.jpg");
    background-size: 100%;
  }
  
  #carryover img {
      animation: tikatika 1s step-end infinite;
   }
   
   @keyframes tikatika {
     0% { opacity: 1; }
     50% { opacity: 0; }
     100% { opacity: 1; }
   }

   .haitou {
    width: 100%;
    background-image: url("../img/トレジャー_配当_haikei.jpg");
    background-size: 100%;
    margin: 0;
    padding: 0;
  }
  
  .haitou img {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .oubo {
    width: 100%;
    background-image: url("../img/トレジャー_step_haikei.jpg");
    background-size: 100%;
  }
  
  .oubo img {
    width: 100%;
  }

  .flipDown{
    animation-name:flipDownAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes flipDownAnime{
      from {
        transform: perspective(2500px) rotateX(100deg);
      opacity: 0;
      }
    
      to {
        transform: perspective(2500px) rotateX(0);
      opacity: 1;
      }
    }
  
    .flipDownTrigger{
      opacity: 0;
  }

  .animedelay {
    animation-delay: 0.3s;
  }
  
  .animedelay02 {
    animation-delay: 0.2s;
  }
  
  .animedelay04 {
    animation-delay: 0.4s;
  }
  
  .animedelay06 {
    animation-delay: 0.6s;
  }
  
  .animedelay08 {
    animation-delay: 0.8s;
  }
  
  .animedelay1 {
    animation-delay: 1s;
  }
  
  .animedelay12 {
    animation-delay: 1.2s;
  }

  .animedelay14 {
    animation-delay: 1.4s;
  }

.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:1s;
    animation-delay: 0.2s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeRightAnime{
      from {
        opacity: 0;
      transform: translateX(100px);
      }
    
      to {
        opacity: 1;
      transform: translateX(0);
      }
    }

/* ぼかしから出現 */
.blur{
  animation-name:blurAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02) translateY(30px);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.blurTrigger{
    opacity: 0;
}

  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/

  .fadeInTrigger,
  .fadeUpTrigger,
  .fadeDownTrigger,
  .fadeLeftTrigger,
  .fadeRightTrigger{
      opacity: 0;
  }

.okumanBk {
	margin:3px 0 5px 0;
	background: url("../img/kabekin.jpg");
	background-size: cover;
	padding: 24px;
	box-sizing: border-box;
	}

.superBk {
  display:block;
  background: url("../img/haitou_back.jpg");
  background-size: cover;
  }

.superBk img {
  display:block;
  width:100%;
  margin: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;
	padding: 3px 0;
	background: #caa500;
    width: 100%;
	}

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

.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: #00b900;
	text-align: center;
	border-radius: 12px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	box-shadow: 0 0 10px #ffe600;
	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;
}

/* 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);
    }
  }
  
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
   
  .fadeUpTrigger{
      opacity: 0;
  }

  
.clicktxt {
  width: 90%;
	display: block;
	margin: 40px auto 18px;
	padding: 12px 10px;
	background: #ffffff;
  border: double #000 5px;
	text-align: center;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	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;
  }
  
.wrapper {
  background: url("../img/億万ジャンボ5_back.jpg");
	background-size:cover;
}

/*==================================================
スライダーのための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 0 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: 30px 0 0 0;
		padding: 0;
		color: #000000;
		font-size: 20px;
		line-height: 21px;
	    background: rgba(240, 224, 5, 0.75);
	    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;
  }

#roulette {
    font-family: 'Arial', sans-serif;
    background: #f0f0f0;
    text-align: center;
    padding: 30px 0;
    background-image: url("../img/dddse.jpg");
    background-size: cover;
}

.inner {
    max-width: 62.5rem;
    margin: 0 auto;
    position: relative
}

#slot-container {
    width: 80%;
    height: 85px;
    margin: 50px auto 50px auto;
    padding: 0;
    border: double 2px #bd8919;
    background-color: #ffffff85;
    overflow: hidden;
    position: relative;
    z-index: 1; /* 基本レイヤー */
  }
  
  #slot-container::before {
    content: ""; /* 擬似要素には content が必須！ */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("./img/フレーム.png") no-repeat center center;
    background-size: cover;
    z-index: 3; /* スロットより前面に表示する */
    pointer-events: none; /* 背景がクリックブロックしないように */
  }
  
      #slot {
        display: flex;
        flex-direction: column;
        transition: transform 3s ease-out;
      }
  
      .slot-item {
        height: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        z-index: 2;
      }
  
      .slot-img {
         width: 100%;          /* 必要に応じて調整可 */
         height: auto;             /* アスペクト比を保持 */
         display: block;
         margin: 0 auto;           /* 中央揃え */
         transition: transform 0.3s ease, filter 0.3s ease;
         z-index: 2;
      }
  
      .slot-img:hover {
         filter: brightness(1.1);  /* 少し明るく */
      }
  
      #startBtn, #nextBtn {
        padding: 20px 30px;
        font-size: 21px;
        background-color: rgba(0, 0, 0, 0.76);
        border: solid 2px #ffc423;
        border-radius: 10px;      /* 角を少し丸める（好みに応じて） */
        color: white;
        font-family: serif;
        margin: 20px auto 30px auto;
        cursor: pointer;
      }
  
      #nextBtn {
        display: none;
        background-color: green;
        font-family: serif;
        border-radius: 10px;      /* 角を少し丸める（好みに応じて） */
        color: white;
        text-decoration: none;
      }

      #nextBtn a {
        color: white;
        text-decoration: none;
      }
  
      #nextBtn:hover {
         transform: scale(1.1);    /* ホバー時にちょっと大きくする */
         transition: transform 0.3s;
      }
  
      /* 当たりの全画面表示 */
      #winOverlay {
        position: fixed;
        top: 0; left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.863);
        color: red;
        font-size: 64px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        pointer-events: none;
        z-index: 9999;
      }
  
      .animate-win {
        animation: flashWin 6s ease-out;
      }
  
      @keyframes flashWin {
        0%   { opacity: 0; transform: scale(0.5); }
        30%  { opacity: 1; transform: scale(1.1); }
        45%  { opacity: 1; transform: scale(1); }
        60%  { opacity: 1; transform: scale(1); }
        100% { opacity: 0; transform: scale(1); }
      }
  
      .win-img {
         width: 100%; /* 必要に応じて調整 */
         height: auto;
         display: block;
         margin: 0 auto;
         filter: drop-shadow(0 0 10px gold);
      }

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




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