/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
	display: block;
}
ul{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input:not([type=checkbox]),textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
global element
--------------------------------*/
body{
	background: #000;
	font-size: 12px;
	font-family: sans-serif;
	color: #fff;
	-webkit-text-size-adjust: 100%;
}
.bg_01{
	background: url(../images/bg_01.jpg) no-repeat right top #000;
	background-size: 640px 490px;
}
.bg_02{
	background: url(../images/bg_02.jpg) no-repeat right top #000;
	background-size: 640px 490px;
}
.bg_03{
	background: url(../images/bg_03.jpg) no-repeat right top #000;
	background-size: 640px 490px;
}
.bg_04{
	background: url(../images/bg_04.jpg) no-repeat right top #000;
	background-size: 640px 490px;
}
a{
	transition: .5s;
}
.clear{
	margin:　0;
	padding:　0;
	height:　0;
	clear:　both;
}
.wrap{
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 100%;
	max-width: 768px;
	position: relative;
}

/*--------------------------------
header
--------------------------------*/
.top {
    width: 100%;
    position: fixed;
    top: 0;
    background: #000;
    z-index: 2;
}

.top h1{
	width: 100%;
	height: 43px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: 10px 0;
    background-image: url(../images/logo.png);
    margin-top: 5px;
}
.top h1 span{
	padding: 120% 0 0 0;
	display: block;
}
.top h2{
	width: 100%;
	height: 30px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: 95px 0;
    background-image: url(../images/logo_3ban.png);
    background-size: 140px
}
.top h2 span{
	padding: 120% 0 0 0;
	display: block;
}
.intro {
    width: 100%;
    background: url(../images/bg_intro.jpg) no-repeat center top;
    background-size: 768px 384px;
    height: 384px;
}

.reg-btn{
	padding: 15px 0;
	text-align :center;
	background: /*#322d25*/ rgba(0,0,0,.8);
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 200;
    left: 0;
    right: 0;
}
.reg-btn a{
	margin: 0 auto;
	width: 300px;
	height: 50px;
	display: block;
	background: url(../images/btn_regbtn.png) no-repeat 0 0;
	background-size: 300px 50px;
	overflow: hidden;
}
.reg-btn a:hover{
	opacity: .6;
}
.reg-btn a span{
	padding: 120% 0 0 0;
	display: block;
}
.gnav{
	width :100%;
	position: fixed;
	top: 77px;
	background: #000;
	z-index: 3;
}
.open-nav{
	padding: 30px 0 0 0;
	width: 50px;
	line-height: 20px;
	background: url(../images/icon_terms.png) no-repeat center top;
	background-size: 40px;
	position: absolute;
	top: -77px;
	right: 0;
	z-index: 4;
	text-align :center;
	font-size: 11px;
	display: block;
}
.gnav ul{
	display: none;
}
.gnav li{
}
.gnav li a{
	height: 50px;
	line-height: 46px;
	display: block;
	color: #fff;
	border-bottom: 2px solid #736753;
	text-align :center;
	font-size: 16px;
}

/*--------------------------------
Contents
--------------------------------*/
.content{
	padding: 20px;
}
.heading{
	background: #d10000;
    padding: 5px 20px;

}
.heading span{
        font-size: .8em;
        font-weight: bold;
}
.whatspan {
    background-image: url(../images/bg_01.jpg);
    background-position: center;
    background-size: cover;
}
.whatimg,.minigameimg{
    width:100%;
}
.link_btn{
    background: #f00;
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 1.4em;
    text-align: right;
    margin: 10px auto;
    font-weight: bold;
}
/*--------------------------------
User
--------------------------------*/

/*--------------------------------
Game
--------------------------------*/
.game{
	width: 100%;
	height: 360px;
	background-image: url(../images/bg_game01.gif);
	background-size: cover;
	background-position: center;
	position: relative;
	user-select: none;
    margin-top: 10px;
}
.game-cover{
	width: 100%;
	height: 360px;
	background-image: url(../images/bg_game01.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.game-play{
	width: 100%;
	height: 360px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
}
.game-content{
	width: 760px;
	height: 360px;
	display: none;
	order: 2;
}
.game-head{
	height: 40px;
	background: rgba(0,0,0,.75);
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	order: 2;
}
.game-head p{
	padding: 0 10px;
	display: flex;
	align-items: center;
}
.game-head span{
	margin: 0 10px;
	font-size: 30px;
	font-family: arial;
	font-weight: bold;
	color: #c00;
}
.game-voice{
	position: absolute;
	top: 50px;
	right: 10px;
	left: 10px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-conetnt: center;
}
.game-voice p{
	margin: 0 0 10px 0;
	padding: 8px 10px;
	line-height: 14px;
	background: #f69;
	color: #fff;
	font-size: 11px;
	border-radius: 15px;
	opacity: 0;
	position: relative;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	animation: fadeIn 1s ease 0s forwards;
	flex-grow: 0;
	align-self: flex-start;
}
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.game-voice p::after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 10px 5px 0;
	border-color: transparent #f69 transparent transparent;
	content: "";
	position: absolute;
	top: 10px;
	left: -8px;
}
.game-voice .voice-sent{
	margin: 0 0 10px 0;
	padding: 8px 10px;
	background: #fff;
	color: #666;
	opacity: 0;
	position: relative;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	animation: fadeIn 1s ease 0s forwards;
	align-self: flex-end;
}
.game-voice .voice-sent::after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #fff;
	content: "";
	position: absolute;
	top: 15px;
	right: -8px;
	left: auto;
}
.paddle{
	width: 30px;
	height: 180px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 4;
	transform: rotate(-30deg) scale(1) translate3d(-20px,-60px,0);
	cursor: pointer;
	/*animation: slide 1s ease 0s infinite;*/
}
@keyframes slide {
	0% {transform: rotate(-30deg) scale(1) translate3d(-80px,-40px,0);}
	50% {transform: rotate(-30deg) scale(1) translate3d(-320px,-180px,0);}
}
.paddle span{
	width: 30px;
	height: 180px;
	background: url(../images/bg_paddle.png) no-repeat 0 0;
	background-size: 30px 180px;
	display: block;
	transform: rotate(0deg) scale(1) translate3d(0,0,0);
	transition: .2s;
}
.paddle .hit{
	transform: rotate(-45deg) scale(.85) translate3d(-80px,-40px,0);
}
.game-start{
	width: 100%;
	background: rgba(0,0,0,.25);
	order: 2;
}
.game-start .inner{
	padding: 0 10px;
	height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.game-desc01{
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.game-desc01 span{
	width: 120px;
	height: 120px;
	font-size: 16px;
	line-height: 20px;
	background: #000;
	display: block;
	color: #fff;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 50%;
	text-align: center;
}
.game-desc02{
	width: 100%;
	height: 150px;
	overflow: hidden;
	background: url(../images/bg_gamedesc03.png) no-repeat center;
	background-size: 130px;
}
.game-desc02 span{
	padding :200% 0 0 0;
	display: block;
}
.start-btn{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 21px;
	border-radius: 30px;
	background: #c00;
	color: #fff;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 -4px 0 rgba(0,0,0,.2) inset;
}
.start-btn:hover{
	opacity: .6;
}
.game-score{
	width: 100%;
	background-color: rgba(0,0,0,.75);
	order: 2;
	display: none;
}
.game-score .inner{
	width: 100%;
	height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.game-reg-btn{
	padding: 10px 0;
}
.game-reg-btn a{
	width: 280px;
	height: 100px;
	display: block;
	background: url(../images/btn_game_regbtn.png) no-repeat 0 0;
	background-size: 280px 100px;
	overflow: hidden;
}
.game-reg-btn a:hover{
	opacity: .6;
}
.game-reg-btn a span{
	padding: 120% 0 0 0;
	display: block;
}
.reload-btn{
	width: 280px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 18px;
	background: #333;
	color: #fff;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 -4px 0 rgba(0,0,0,.2) inset;
}
.reload-btn:hover{
	opacity: .6;
}
.final-score{
	width: 280px;
	height: 160px;
	line-height: 50px;
	font-size: 18px;
	background-image: url(../images/result_01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 140px;
	background-color: #fff;
	color: #333;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.final-score span{
	margin: 0 10px;
	font-size: 40px;
	font-family: arial;
	font-weight: bold;
	color: #c00;
}
/*--------------------------------
What's Spanking
--------------------------------*/
.spanking{
        background-image: url(../images/bg_02.jpg);
    background-position: center;
    background-size: cover;
}
.spanking-terms section{
	padding: 10px;
}
.spanking-term header{
	cursor: pointer;
	transition: .3s;
}
.spanking-term header:hover{
	opacity: .6;
}
.spanking-term h2{
	padding: 0 0 0 40px;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px dotted #736753;
	background: url(../images/icon_terms.png) no-repeat 0 0;
	background-size: 40px;
	user-select: none;
}
.spanking-term p{
	margin: 10px 0;
	line-height: 16px;
	background: rgba(255,255,255,.9);
	color: #333;
	font-size: 12px;
	align-items: center;
	display: none;
}
.spanking-term p img{
	width: 100px;
	height: 100px;
	felx-shrink: 0;
	display: block;
}
.spanking-term p span{
	padding: 10px;
}
/*--------------------------------
Voice
--------------------------------*/
.voice-item{
	margin: 0 0 10px 0;
	background: rgba(255,255,255,.9);
}
.voice-prof{
	width: 100%;
	flex-shrink: 0;
}
.voice-item:nth-of-type(odd) .voice-prof{
	background: #2f2d2b;
}
.voice-item:nth-of-type(even) .voice-prof{
	background: #2e2525;
}
.voice-prof figure{
	padding: 10px 0;
	text-align: center;
	background-size: cover;
}
.voice-prof figure img{
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.voice-prof ul{
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
}
.voice-prof li{
	width: 50%;
	line-height: 25px;
	display: flex;
}
.voice-prof li span{
	width: 50%;
	font-size: 10px;
	text-align: right;
	color: #7b6e58;
	flex-shrink: 0;
}
.voice-prof li p{
	width: 50%;
	text-align: center;
	flex-shrink: 0;
    font-size: 1.1em;
}
.voice-txt{
	padding: 10px;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
.voice-txt span{
	padding: 5px 0;
	display: block;
}
/*--------------------------------
General
--------------------------------*/
.generalb,.game_area{
    padding-top: 90px;
}
.heading-txt{
    font-weight: bold;
}
.general h3{
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 16px;
	line-height: 20px;
	color: #f00;
	border-bottom: 1px dotted #f00;
    font-weight: bold;
}
.general h4{
	margin: 0 0 5px;
	color: #f00;
}
.general p,
.general ul{
	padding: 0 0 10px 0;
    line-height: 1.5;
    font-size: 1.2em;
}
.whatspan p{
	padding: 0 0 10px 0;
    line-height: 1.5;
    font-size: 1.2em;
}
/*--------------------------------
Button
--------------------------------*/
.top-regbtn{
	width: 300px;
	height: 160px;
	display: block;
	background: url(../images/btn_regbtn.png) no-repeat left;
	overflow: hidden;
}
.top-regbtn span{
	padding: 160px 0 0 0;
	display:block;
}

/*--------------------------------
Form
--------------------------------*/
.entry-form {
	padding: 60px 10px 0 10px;
}
.form-label{
	width: 100%;
	line-height: 20px;
	background: #736753;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: block;
}
.form-item{
	padding: 0 0 10px 0;
	position: relative;
}
.form-item p{
	padding: 0;
}
.alert{
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	background: #f0f0f0;
	color: #333;
}
.alert a{
	color: #39c;
}
.form-item .radio-box{
	padding: 10px 0 0 0;
	display: flex;
	align-items: center;
}
.radio-label{
	width: 100%;
	display: flex;
	align-items: center;
}
.radio-label span{
	width: 50%;
	flex-grow: 1;
	text-align: center;
}
.error{
	margin: 0 0 10px 0;
	line-height: 20px;
	background: #900;
	font-size: 12px;
	color: #fff;
	text-align: center;
	position: relative;
}
.error::after{
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 10px 6px;
	border-color: transparent transparent #900 transparent;
	content: "";
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
}
.general .important{
	margin: 10px 0 0 0;
	padding: 20px;
	background: #fff;
	color: #333;
	font-size: 14px;
	background: #f0f0f0;
}
.important span{
	margin: 0 0 5px 0;
	line-height: 30px;
	display: block;
	border-bottom: 2px solid #900;
	font-size: 18px;
}
.important a{
	text-decoration: underline;
	word-wrap: break-word;
	color: #39c;
}
.entry-form .reg-btn{
	padding: 0;
	width: 100%;
	text-align: center;
}
.entry-form .reg-btn button{
	margin: 0 auto;
	width: 100%;
	height: 60px;
	background: #c00;
	color: #fff;
	font-size: 21px;
	cursor: pointer;
	border-radius: 8px;
	box-shadow: 0 -4px 0 rgba(0,0,0,.2) inset;
	transition: .3s;
}
.entry-form .reg-btn button:hover{
	opacity: .6;
}

.play-check{
    display: flex;
    flex-wrap: wrap;
}
.play-check label{
	padding: 10px;
    flex: 0 0 50%;
}
/*--------------------------------
Form parts
--------------------------------*/
input[type="text"],
input[type="password"]{
	padding: 10px;
	width: 100%;
	height: 40px;
	background: #fafafa;
	font-size: 14px;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 2px;
	border-radius: 0;
}
select{
	padding: 0 10px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(../images/icon_select.png) no-repeat right #fafafa;
	background-size: 30px 40px;
	font-size: 16px;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 0;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0px 0px 0px #000;
}
textarea{
	padding: 10px;
	width: 100%;
	height: 100px;
	background: #fafafa;
	font-size: 14px;
	position: relative;
	display: block;
	border: 1px solid #ddd;
	border-radius: 0;
}
input[type="radio"]{
	width: 36px;
	height: 36px;
	border: 3px solid #fff;
	border-radius: 50%;
	position: relative;
	background: #eee;
	flex-shrink: 0;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
input[type="radio"]:checked{
	background: #9c0d38;
}
#popup{padding:10px;}
#popup article{padding:0;background:#fff; color:#333;}
#popup article header{padding:0;}
#popup article header h1{padding:0 10px;height:50px;line-height:50px;background:#68294a;color:#fff;font-size:16px;}
#popup article h3{padding:10px;color:#68294a;line-height:30px;}
#popup article h4{padding:10px 10px 0;color:#68294a;}
#popup article p,
#popup article ul{padding:10px;line-height:18px;color:#666;} 

/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 10px 0 70px;
	background: #eee;
	color: #000;
	opacity: 0;
	animation: fadeIn 1s ease 0s forwards;
	text-align: center;
}
.footer .inner{
	margin: 0 auto;
	width: 100%;
	line-height: 20px;
}
.footer nav{
	width: 100%;
}
.footer nav a{
	margin: 0 10px;
	color: #666;
    text-decoration: underline;
}
.footer nav a:hover{
	opacity: .6;
	text-decoration: underline;
}
.footer small{
	width: 100%;
	font-size: 12px;
    line-height: 1.4;
}
.nav-list{
    padding-bottom: 5px;
}
/* campaign */
.campaign h4 {border:0; font-size:14px; color:#333; text-indent:0; padding:10px 0 10px 20px;}
.campaign h5 {font-weight:normal; font-size:12px;color:#333; padding:10px 0 10px 20px;}
.campaign p{padding:0 10px 0 20px;}
.cam_msg {font-size:11px; color:#aaa; padding:0;}
.campaign strong {font-weight:bold; color:#f00;}
.camMenu { margin-bottom:10px;padding-left:20px;}
.camMenu dt { font-weight:bold; font-size:16px; margin:5px 0;}
.camMenu dt:before{content:"▼"; color:#714769;}
.camMenu dd {margin-bottom:10px;}
.camMenu table {border-collapse:collapse; width:270px; color:#000;}
.camMenu table th{text-align:center; background:#ccc; width:90px; border:1px solid #aaa;}
.camMenu table td{text-align:right; width:90px; background:#fff; border:1px solid #aaa; padding-right:10px; box-sizing:border-box;}
.camMenu table tr td:last-child{background:#ff0;}

#campaign_btn,
#campaign_btn_entry {
	position: absolute;
	top: 0;
	right: 0; 
}
#campaign_btn a,
#campaign_btn_entry a {
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/cam_btn.png) no-repeat 0 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}




button{
  margin: 0!important;
  padding: 0!important;
  background: none!important;
  border: none!important;
  border-radius: 0;!important
  outline: none!important;
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
}
.slide-arrow{
  position: absolute!important;
  top: 50%!important;
  margin-top: -15px!important;
}
.slick-prev:before, .slick-next:before{
    content: ''!important;

}
.slick-prev {
    left: -20px!important;
      width: 0!important;
  height: 0!important;
  border-left: 0 solid transparent!important;
  border-right: 15px solid #fff!important;
  border-top: 10px solid transparent!important;
  border-bottom: 10px solid transparent!important;
}

.slick-next{
  right: -20px!important;
  width: 0!important;
  height: 0!important;
  border-right: 0 solid transparent!important;
  border-left: 15px solid #fff!important;
  border-top: 10px solid transparent!important;
  border-bottom: 10px solid transparent!important;
}