/*
Theme Name: bunny-games
Theme URI: 
Author: team koshikudake
Author URI: https://bunny-games.com/
Description: バニゲ用テンプレート
Requires at least:
Tested up to:
Requires PHP: 8.2
Version: 0.1
*/
/* 共通パーツ */
p{
	font-size:16px;
}
.flex{
	display:flex;
	justify-content: center;
}
body{
    margin: 0;
    padding: 0;
}

  .hidden {
    display: none;
  }
header{
    z-index: 30;
    position: relative;
}


/* フロントページ用css */
body.front h1 a{
	pointer-events:none;
	color:#4D4D66;
}

body.front{
	background:#4D4D66;
	color:#FFFFFF;
	position:relative;
}
.front footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #BDCCD4;
    color: #FFFFFF;
    text-align: center;
    padding: 0.3rem;
}

.front .front-box{
	position:fixed;
	width:100vw;
	height:100vh;
	margin-top:30vh;
	text-align:center;
	transition: opacity 0.5s ease;
	
}
.front .front-logo{
	margin:24px;
}
.front input{
	margin:10px;
	padding:4px 32px;
	border:solid 1px #ffffff;
	border-radius:11.2px;
	background:none;
	color:#ffffff;
	font-size:18px;
}

.front input:hover{
	background:#ffffff;
	color:#4D4D66;
	transition: .5s;
}

/* トップページ用 */
.visually-hidden{
    position: relative;
    margin: 0;
    padding: 0;
}
.visually-hidden a{
  position: absolute;
	top:0;
	left:13vw;
}

.visually-hidden span{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.firstview{
	position:relative;
}
.ctL img{
	position:absolute;
	top:0;
	left:0;
	width: 25vw;
}
.ctR img{
	position:absolute;
	top:0;
	right:0;
	width: 25vw;
}



/*スライダー*/
.slick-slide img {
    width: 100vw;
}
.topslider{
    top: 0px;
    position: fixed;
}
.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

.slider p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 100px;
  color: #666;
  margin: 10px;
  text-align: center;
  background-color: #e0e0e0;
  opacity: 0.4;
  transition: all 300ms ease;
}

.slider p.slick-center {
  color: #f50057;
  opacity: 1;
  transform: scale(1.16);
}

.buttons {
  display: flex;
  justify-content: center;
}

.buttons .button {
  margin: 8px;
  border: 1px solid #000;
  color: #000;
  padding: 8px;
  text-align: center;
  width: 8em;
  transition: all 300ms ease;
}

.buttons .button:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  transition: all 300ms ease;
}