
body{
	line-height		: 1.6;
}

body:before{
    background				: none;
    
}

html,body { height:100%; }

h3{
	line-height		: 1.4;
}

.pb-1{
	padding-bottom		: 1rem;
}


.pb-2{
	padding-bottom		: 2rem;
}

.pb-3{
	padding-bottom		: 3rem;
}

.pb-4{
	padding-bottom		: 4rem;
}

.pt-1{
	padding-top		: 1rem;
}

.pt-2{
	padding-top		: 2rem;
}

.pt-3{
	padding-top		: 3rem;
}

.pt-4{
	padding-top		: 4rem;
}
.mt-4{
	margin-top		: 4rem;
}
.alert-id{
	margin-bottom        : 1rem;
	padding       : 0 0.2rem;
	display       : inline-block;
}
.night .alert-id{
  background    : rgba(255,255,255,0.9);
  border-radius : 0.25rem ;
}

#land-base {
    padding-bottom			: 0rem;
    min-height				: 100%;
    height				: 100%;
    height				: -webkit-fill-available;
    background				: none;
}

.btn,
.ac_btn{
	cursor				: pointer;
}

.ac_btn i{
	pointer-events			: none;	
	z-index				: 1;
}

.btn.disable,
.ac_btn.disable{
	pointer-events			: none;	
	opacity				: 0.7;
}

ul{
	list-style			:none;
}


.show-card #card-overlay #card-body .card_text{
	padding				: 0.5rem;
}
.show-card #card-overlay #card-body .card_text img{
	margin				: 0 auto;
	max-width			: 90%;
	display				: block;
}

.text-red{
	color			: #E23C34;
}

ul.list,
.show-card #card-overlay #card-body ul.list{
	padding-left			: 15px;
	list-style			: disc;
}

ul.list li,
.show-card #card-overlay #card-body ul.list li{
	padding				: 0.25rem 0;
	margin-bottom			: 0;
}

.sub_title{
	text-align			: center;
	padding				: 2rem 0;
}

.night .sub_title.new{
	color				: #fff;
}

.night #login-form .result{
	color				: #fff;	
}

.inner-box{
	padding				: 0 1rem;
}
.inner-box p{
	margin-bottom			: 0.5rem;
}


/*---------------------------------------------------
 #loading
---------------------------------------------------*/
#loading{
	background 			: #ffba4f;
	width				: 100%;
	height				: 100%;
	position			: absolute;
	top				: 0;
	left				: 0;
	z-index				: 0;
}

#loading:before{
	content				: "";
	width				: 182px;
	height				: 120px;
	position			: absolute;
	left				: 50%;
	top				: 50%;
	margin-left			: -91px;
	margin-top			: -80px;
	background			: url('../images/common/loading.png');
	background-size			: auto;
	background-size			: contain;
}


 
.scroll-contents{
	    opacity			: 0;
}
 
.scroll-contents.loaded{
	-webkit-animation-name		: fadeIn;
	animation-name			: fadeIn;
	-webkit-animation-duration	: 1s;
	animation-duration		: 1s;
	-webkit-animation-fill-mode	: both;
	animation-fill-mode		: both;
 }
 
/*the animation definition*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1;

  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1;

  }
}


/*---------------------------------------------------
	menu
---------------------------------------------------*/
#menu{
	padding				: 0px 5px;
	padding-bottom			: 8px;
	display				: block;
	z-index				: 10;
	position			: relative;
}



#menu ul li{
	text-align			: center;
}

#menu ul li img{
	padding				: 5% 10%;
	pointer-events			: none;
}

.col-10_2{
    position			: relative;
    width			: 100%;
    padding-right		: 5px;
    padding-left		: 5px;
}

.col-10_2 {
	-ms-flex	: 0 0 20%;
	flex		: 0 0 20%;
	max-width	: 20%;
}

/*---------------------------------------------------
	#coin-basket
---------------------------------------------------*/
#coin-basket{
	position			: relative;
	height				: 24px;
}

#coin-basket .charm{
	height				: 24px;
	width				: 24px;
	position			: absolute;
	top				: 2px;
	left				: 10px;
	background			: url(../images/common/coin.png) no-repeat;
	background-size			: cover;
}



#coin-basket #coin-num{
	letter-spacing			: 0.1rem;
	font-size			: 1.2rem;
	line-height			: 26px;
	height				: 26px;
	padding-left			: 38px;
	overflow			: hidden;
	color				: #fff;			
}





/*---------------------------------------------------
	#user-name
---------------------------------------------------*/
#user-name{
	color				: #fff;
	padding-right			: 5px;
	padding-left			: 28px;
	line-height			: 24px;
	font-size			: 1.2rem;
}

#user-name:after{
	content				: "ID :";
	position			: absolute;
	left				: 5px;
	width				: 28px;
	line-height			: 24px;
	display				: block;
	height				: 24px;
	top				: 0;
}

/*---------------------------------------------------
	#reload
---------------------------------------------------*/
#reload{
	color				: #fff;
}

/*---------------------------------------------------
	#volume
---------------------------------------------------*/
#volume{
	color				: #fff;
	padding-right: 4px;
}


.ozone-t{
	padding				: 8px 5px;
	width				: 100%;
}

/*---------------------------------------------------
	#comment
---------------------------------------------------*/
#comment{
	position			: relative;
	background			: #3b3838;
	height				: 42px;
	width				: 100%;
	overflow			: hidden;
}

#comment p{
	color				: #fff;
    position				: absolute;
    white-space				: nowrap;
    animation-name			: marquee;
    animation-duration			: 16s;
    animation-timing-function		: linear;
    animation-iteration-count		: infinite;
    top					: 50%;
    transform				: translateX(0%) translateY(-50%);
}

@keyframes marquee {
    from    { transform: translateX(100%) translateY(-50%); } 
    100%,to { transform: translateX(-100%) translateY(-50%); }
}
/*---------------------------------------------------
room
---------------------------------------------------*/
.wrapper{
	display				: block;
	height				: 100%;
	width				: 100%;
	position			: relative;
}

#contents-wrapper{
	position			: absolute;
	top				: 0;
}

#my_smart-phone{
	font-family			: 'M PLUS Rounded 1c';
	font-weight			: 700;
	color				: #696969;
	width				: 100%;
	padding-top			: 8px;
	padding-bottom			: 8px;
}

#my_smart-phone .wrapper .screen{
	border				: 4px solid #90d698;
	display				: block;
	height				: 100%;
	width				: 100%;
	position			: relative;
	border-radius			: 18px;
	background			: #90d698;
	overflow			: hidden;
	z-index				:1;
}

#my_smart-phone .wrapper .screen .header{
	display				: none;
}

#game-screen{
	display				: block;
	height				: 100%;
	width				: 100%;
	background			: #aae7ff;
	overflow			: hidden;
	border-radius			: 0 0 18px 18px;
}

.scroll-contents{
	display				: block;
	position			: relative;
	margin-right			: -17px; /* オーバーレイスクロールバーを消す */
	padding-right			: 17px; /* オーバーレイスクロールバーを消す */
	overflow			: hidden;
	overflow-y			: scroll;
	-webkit-overflow-scrolling	: touch;
	scroll-behavior			: smooth;
	height				: 100%;
}

#card-body .scroll-contents{
	margin-right			: 0; /* オーバーレイスクロールバーを消す */
	padding-right			: 0; /* オーバーレイスクロールバーを消す */
}


.scroll-contents.is-scrollbar {
  padding-right: 0;
}

.scroll-contents .section{
	padding				: 0;
	width				: 100%;
	height				: 100%;
	position			: relative;
	display				: block;
	z-index				: 2;
}

#contents-1{
	background			: #fffdf6;
}

#contents-1 h1{
	padding-top			: 11rem;
	padding-bottom			: 1rem;
	font-size			: 2.5rem;
	line-height			: 1;
	font-weight			: 700;
	letter-spacing			: -0.1;
}
#contents-2{
	background			: #68BBC8;
	color				: #fff;
}

.btn{
	font-size			: 1.2rem;
	border-radius			: 6px;
	padding				: 1rem;
	max-width			: 200px;
	margin-right			: auto;
	margin-left			: auto;
	margin-bottom			: 2rem;
	width				: 100%;
}

.hint-btn{
	padding				: 1rem  0.5rem;
	margin-bottom			: 0.75rem;
	font-size			: 1rem;
}

.hint-btn_no{
	border-radius			: 4px;
	padding				: 8px 16px;
	text-align			: center;
}

.hint-btn.btn-orange:after{
	content				: "\f023";
	font-family			: "Font Awesome 5 Free";
	position			: absolute;
	display				: block;
	top				: 8px;
	right				: 8px;
	border-radius			: 2px;
	padding				: 0 4px;
	font-size			: 0.9rem;
}


.hint-btn.btn-blue:after{
	position			: absolute;
	content				: "交換済";
	top				: 8px;
	right				: 8px;
	background			: #42979c;
	border-radius			: 2px;
	padding				: 0 4px;
	font-size			: 0.9rem;
}

.hint-text{
  padding: 0 0.5rem;
}

.btn-list{
	max-width			: 200px;
	margin				: 0 auto;
}


.btn-orange{
	background			: #FF845F;
}

.btn-blue{
	background			: #68BBC8;
}

#contents-1 .family-img{
	width: 300px;
	margin: 0 auto;
	margin-bottom: 3rem;
}


svg {
  display: inline-block;
  width: 250px;
  height: auto;
  overflow: visible;
}

.foreground {
  fill					: #5c5c5c;
}

.background {
  stroke				: #ddd;
  stroke-width				: 3;
  stroke-linejoin			: round;
}

.background2 {
  stroke				: #5c5c5c;
  stroke-width				: 1;
  stroke-linejoin			: round;
}
.background3 {
  stroke				: #fff;
  stroke-width				: 16;
  stroke-linejoin			: round;
}

.background4 {
  stroke				: #b7bccc;
  stroke-width				: 18;
  stroke-linejoin			: round;
}

.background5 {
  stroke				: #fff;
  stroke-width				: 10;
  stroke-linejoin			: round;
}
/*---------------------------------------------------
	#sky
---------------------------------------------------*/
#sky{
	width				: 100%;
	height				: 100%;
	position			: absolute;
	overflow			: hidden;
	top				: 0;
	left				: 0;
	z-index				: -1;
	background			: #aae7ff;
	transition			: 1.0s ;
}

#cloud{
	width				: 800px;
	height				: 400px;
	background			: url(../images/background/cloud-01.png);
	animation			: cloudmove 60s linear infinite;
	-webkit-animation		: cloudmove 60s linear infinite;
	-moz-animation			: cloudmove 60s linear infinite;
}

.night #sky{
	background			: #315563;
}


@keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 200px 5px;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 5px;}
	100% {background-position: 800px 0;}
}

@-webkit-keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 200px 5px;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 5px;}
	100% {background-position: 800px 0;}
}

@-moz-keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 200px 5px;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 5px;}
	100% {background-position: 800px 0;}
}

/*---------------------------------------------------
	#monuntains
---------------------------------------------------*/
#mountains{
	width				: 100%;
	background-image		: url('../images/background/mountains.png');
	background-repeat  		: repeat-x;
	background-position		: bottom center;
	position			: absolute;
	overflow			: hidden;
	bottom				: 0;
	left				: 0;
	background-size			: contain;
	height				: 164px;
	z-index				: -1;
}

#turfy-room #mountains{
	background			: #3b3838;
}
/*---------------------------------------------------
	#ground
---------------------------------------------------*/
#ground{
	width				: 100%;
	height				: 140px;
	position			: absolute;
	overflow			: hidden;
	bottom				: 0;
	left				: 0;
	background			: #77c873;
	z-index				: -1;
}
@media (min-width:576px) {

	#my_smart-phone{
		position			: absolute;
		width				: 397px;
		height				: 740px;
		min-height			: auto;
		left				: 50%;
		top				: 50%;
		transform			: translate(-50%, -50%);
		-webkit-transform		: translate(-50%, -50%);
	}
	
	#smart-phone-body{
		border				: 6px solid #90d698;
		border-radius			: 32px;
		background			: #fff;
		padding				: 18px 16px;
		box-shadow			: 0 0 50px #d7d3c9;
	}

	#my_smart-phone .wrapper .screen .header{
		height				: 44px;
		background			: #fff;
		position			: relative;
		display				: block;
		border-bottom			: 4px solid #90d698;
	}
	
	#clock{
		position			: absolute;
		top				: 50%;
		left				: 0%;
		-webkit-transform		: translateY(-50%);
		transform			: translateY(-50%);
		display				: block;
		padding				: 0 5px;
		width				: 70px;
		letter-spacing			: 0.2rem;
		text-align			: center;
		color				: #90d698;
	}
	
	#pc-comment{
		position			: absolute;
		top				: 50%;
		left				: 70px;
		-webkit-transform		: translateY(-50%) ;
		transform			: translateY(-50%) ;
		display				: block;
		padding				: 0.25rem 0;
		letter-spacing			: 0.2rem;
		text-align			: center;
		font-size			: 1rem;
		width				: 220px;
		border-radius			: 2px;
		background			: #90d698;
		color				: #fff;
		
	}
	
	#signal{
		position			: absolute;
		top					: 50%;
		right				: 10px;
		-webkit-transform	: translateY(-50%) ;
		transform			: translateY(-50%) ;
		display				: block;
		width				: 28px;
		height				: 24px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	
	#signal span{
		display				: block;
		height				: 100%;
		width				: 3px;
		border-radius			: 2px;
		background			: #90d698;
		bottom				: 0;
		align-self			: end;
		align-self			: baseline;
	}
	
	#signal span:nth-child(1){
		height				: 25%;
	}
	#signal span:nth-child(2){
		height				: 50%;
	}
	#signal span:nth-child(3){
		height				: 75%;
	}
	#game-screen{
		display				: block;
		width				: 346px;
		height				: 624px;
		background			: #aae7ff;
		overflow			: hidden;
		border-radius			: 0 0 18px 18px;
	}
}



/*---------------------------------------------------
	#room
---------------------------------------------------*/
#room{
	height				: 436px;
	width				: 320px;
	position			: relative;
}

#turfy_friend,
#wall-left,
#wall-right,
#floor,
.furniture{
	position			: absolute;
	background-repeat		: no-repeat;
	top				: 0px;
	left				: 0px;
	height				: 436px;
	width				: 320px;
}



#turfy_friend{
	overflow			: hidden;
}

/*---------------------------------------------------
card
---------------------------------------------------*/
.card{
	border-radius			: 20px;
	box-shadow			: 0px 4px 0px #ddd;
	margin-bottom			: 2rem;
}

.card #card-body{
	padding				: 2rem 1rem;
}

.card-btn_block{
	position			: absolute;
	height				: 40px;
	width				: 100%;
	left				: 0;
	bottom				: 20px;
	padding				: 0 2rem;
}

/*---------------------------------------------------
card-overlay common
---------------------------------------------------*/

#card-overlay,
#card-overlay_small{
	display				: none;
	
}

.show-card #card-overlay,
.show-card_sm #card-overlay_small{
	display				: block;
	height				: 100%;
	width				: 100%;
	position			: absolute;
	bottom				: 0;
	z-index				: 9999;
	transition			: .6s;
}

.show-card .card-bg,
.show-card_sm .card-bg{
	display				: block;
	height				: 100%;
	width				: 100%;
	position			: absolute;
	bottom				: 0;
	background			: rgba(0,0,0,0.5);
	z-index				: 11;
	cursor				: pointer;
}



.show-card_sm #card-overlay_small #card-wall{
	width				: 100%;
	height				: 100%;
	position			: relative;
}


.show-card #card-overlay #card-wall .card-inner,
.show-card_sm #card-overlay_small #card-wall_small .card-inner{
	z-index				: 12;	
}

.show-card #card-overlay #card-wall .back-btn,
#card-overlay .close-btn,
#card-overlay_small .close-btn{
	position			: absolute;
	top				: 10px;
	right				: 10px;
	width				: 40px;
	height				: 40px;
}


.show-card #card-overlay #card-wall .back-btn{
	left				: 4px;
	right				: auto;
}

.show-card #card-overlay #card-wall .back-btn:before,
#card-overlay .close-btn:before,
#card-overlay_small .close-btn:before{
	content				: "";
	position			: relative;
	width				: 40px;
	height				: 40px;
	display				: block;
}

.show-card #card-overlay #card-wall .back-btn:before,
#card-overlay .close-btn:after,
#card-overlay_small .close-btn:after{
	content				: "\f00d";
	font-family			: "Font Awesome 5 Free";
	position			: absolute;
	top				: 0px;
	right				: 0px;
	width				: 40px;
	height				: 40px;
	display				: block;
	font-size			: 2rem;
	text-align			: center;
	line-height			: 40px;
	color				: #ffba4f;
	display				: block;
}




.show-card #card-overlay #card-wall .back-btn:before{
	content				: "\f137";
}

.show-card #card-overlay #card-wall .card-inner #card-title,
.show-card_sm #card-overlay_small #card-wall_small .card-inner #card-title_small{
	text-align			: center;
	padding				: 1.5rem;
	letter-spacing			: 0.1rem;
	font-size			: 1.8rem;
	line-height			: 1.2;
	background			: #ffe273;
	padding-top			: 2rem;
	border-radius   : 20px 20px 0 0;
}

.show-card #card-overlay #card-body img,
.show-card_sm #card-overlay_small #card-body_small img{
	max-width			: 100%;
}

.show-card #card-overlay #card-body ul li,
.show-card_sm #card-overlay_small #card-body_small ul li{
	padding-bottom			: 1rem;
}

/*---------------------------------------------------
#card-overlay
---------------------------------------------------*/

.show-card #card-overlay #card-wall .card-inner{
	width				: 320px;	
	height				: 545px;
	position			: absolute;
	top				: 50%;
	left				: 50%;
	-webkit-transform		: translate(-50%,-50%);
	transform			: translate(-50%,-50%);
	background			: #fffcf7;
	border-radius			: 20px;
	box-shadow			: 0px 4px 0px #ddd;
	overflow			: hidden;
}

@media (min-width:320px) {
.show-card #card-overlay #card-wall .card-inner{
	-webkit-transform: translate(-50%,-50%) scale(0.9);
	transform: translate(-50%,-50%) scale(0.9);
}
}



.show-card #card-overlay #card-wall .card-inner #card-body{
	width				: 100%;
	height				: 490px;
	position			: relative;
	padding				: 1.5rem 2rem;
}

.show-card #card-overlay #card-wall .card-inner #card-body.scroll{
	padding-bottom			: 6rem;
	padding-right			: 1.0rem;
	padding-left			: 1.0rem;
}

.show-card #card-overlay #card-wall .card-inner #card-body.scroll .scroll-box{
	position			: relative;
	height				: 100%;
	width				: 100%;
	overflow			: hidden;
}


.show-card #card-overlay #card-wall .card-inner #card-body.scroll .scroll-contents{
	opacity				: 1;
}


.show-card #card-overlay #card-bottom{
	position			: absolute;
	bottom				: 0px;
	left				: 0;
	width				: 100%;
	padding				: 1.25rem 2rem;
	background			: #ffe273;
  border-radius   : 0 0 20px 20px; 
}


.show-card #card-overlay #card-bottom .ac_btn{
	background			: #ddd;
	border-radius			: 4px;
	font-size			: 1rem;
	line-height			: 2.2;
}

.show-card #card-overlay #card-body .hint.inner-box{
	margin-bottom			: 16px;
	border-radius			: 4px;
	border				: 2px solid #f1e7d7;
	padding				: 12px;
}


.show-card #card-overlay #card-body .hint .item-thumb{
	margin				: 0px auto;
	text-align			: center;
	margin-bottom			: 16px;
	background			: #e4e8e9;
}

.show-card #card-overlay #card-body .hint .item-thumb img{
	margin				: 0px auto;
	text-align			: center;
	max-width			: 165px;
}


/*---------------------------------------------------
#card-overlay_small
---------------------------------------------------*/

#card-overlay_small .close-btn{
	top				: 5px;
	right				: 5px;
}

#card-overlay_small .title-top .close-btn{
	top				: 10px;
	right				: 5px;
}



.show-card_sm #card-overlay_small #card-wall_small .card-inner{
	width				: 300px;	
	height				: 390px;
	position			: absolute;
	top				: 50%;
	left				: 50%;
	-webkit-transform		: translate(-50%, -50%);
	transform			: translate(-50%, -50%);
	background			: #fffcf7;
	border-radius			: 20px;
	box-shadow			: 0px 4px 0px #ddd;
	overflow			: hidden;
}

@media (min-width:320px) {
.show-card_sm #card-overlay_small #card-wall_small .card-inner{
	-webkit-transform: translate(-50%,-50%) scale(0.9);
	transform: translate(-50%,-50%) scale(0.9);
}
}

.show-card_sm #card-overlay_small #card-wall_small  .card-inner .card-wall{
	width				: 100%;
	position			: relative;
	display				: block;
}


.show-card_sm #card-overlay_small #card-wall_small .card-inner #card-body_small{
	width				: 100%;
	position			: relative;
	padding				: 4rem 2rem;
	padding-bottom			: 6rem;
}

.show-card_sm #card-overlay_small #card-wall_small .card-inner .title-top #card-body_small{
	padding				: 1rem 2rem;
	padding-bottom			: 6rem;
}


.show-card_sm #card-overlay_small #card-wall_small .card-inner .no-btn #card-body_small{
	padding-bottom			: 2rem;
}

.show-card_sm #card-overlay_small #card-body_small .card-title_small h4{
	font-weight			: normal;
	text-align			: center;
	pointer-events			: none;	
	height				: 60px;
	position			: relative;
	width				: 100%;
}

.show-card_sm #card-overlay_small #card-body_small .card-title_small span{
	position			: absolute;
	width				: 100%;
	top				: 50%;
	left				: 50%;
	-webkit-transform		: translate(-50%, -50%);
	transform			: translate(-50%, -50%);
	font-weight			: 700;
	line-height			: 1.8rem;
}


.show-card_sm #card-overlay_small #card-body_small .item-price{
	text-align			: right;
	letter-spacing			: 0.1rem;
	pointer-events			: none;	
	font-size			: 1.6rem;
	line-height			: 20px;	
	color				: #ff890b;
	padding				: 16px;
	padding-right			: 50px;
	position			: relative;
}



.show-card_sm #card-overlay_small #card-body_small .item-price:after{
	content				: "本";
	position			: absolute;
	right				: 12px;
	bottom				: 12px;
	line-height			: 20px;	
	font-size			: 1rem;
	letter-spacing			: 0rem;
	color				: #59a757;
	min-height			: 1px;
	height				: 20px;
	display				: block;
}

.show-card_sm #card-overlay_small #card-body_small .item-thumb{
	margin				: 0px auto;
	padding-left			: 8px;
	padding-right			: 8px;
	text-align			: center;
	max-width			: 130px;
	margin-bottom			: 16px;
}

/*---------------------------------------------------
dice
---------------------------------------------------*/
#sai {
	position			: absolute;
	bottom				: 0%;
	left				: 50%;
	-webkit-transform		: translateX(-50%); /* Safari用 */
	transform			: translateX(-50%);
	width				: 80px;
	height				: 80px;
	display				: block;
	background			: url(../images/dice/dice-01.png) no-repeat;
	background-position		: -240px -240px;
}

#btn-sai {
	margin				: 2rem auto;
	width				: 200px;
	height				: 40px;
	line-height			: 40px;
	text-align			: center;
	background			: #FFDC73;
	border				: none;
	border-radius			: 6px;
	display				: block;
}

#dice-box{
	position			: relative;
	width				: 100%;
	height				: 200px;
}

#dice-result{
	width				: 100%;
	text-align			: center;
}

.dice-caution{
	text-align			: center;
}

.dice-caution .renzoku_login{
	color				: #59a757;
	font-weight			: bold;
	font-size			: 1.6rem;
	padding-top			: 1rem;
}

.bound {
	animation			: bound 1.5s ease-out 1;
}
	

@keyframes bound{
	0% 	{top: 0;}
	15% 	{top: -200px;}
	35% 	{top: 0;}
	55% 	{top: -120px;}
	70% 	{top: 0;}
	85% 	{top: -60px;}
	100%	{top: 0;}
}


/*---------------------------------------------------
login-form
---------------------------------------------------*/

#login-form{
	padding				: 0 3rem;
	padding-top			: 9rem;
}

#login-form .form-control{
	font-size			: 1.4rem;
	padding				: 1rem;
	max-width			: 200px;
	border-radius			: 6px;
	margin				: 0 auto;
	margin-bottom			: 1rem;
	height				: auto;
}

#login-form .sign-up{
	margin-bottom			: 3rem;
}

.sign-up-button{
	background			: #FFDC73;
	color				: #3b4041;
}

/*---------------------------------------------------
chara-friend_block
---------------------------------------------------*/
.chara-friend_block{
	text-align			: center;
	position			: relative;
}

.chara-friend_block img{
	max-width			: 200px !important;
	width				: 100%;
	margin				: 0 auto;
}

.chara-friend_block .chara_name{
	display				: block;
}

.chara-friend_block .add2album{
	padding-top			: 8px;
	font-size			: 1rem;
}

.chara-friend_block.new-chara:after{
	content				: "NEW";
	position			: absolute;
	top				: 155px;
	left				: 50%;
	font-size			: 1rem;
	-webkit-transform		: translateX(-50%);
	transform			: translateX(-50%);
	background			: #ffe515;
	color				: #59a757;
	border-radius			: 3rem;
	width				: 90px;
	height				: 16px;
	text-align			: center;
	line-height			: 16px;
	display				: block;
}

.chara-friend_block h4{
	font-weight			: normal;
	text-align			: center;
	height				: 70px;
	position			: relative;
	width				: 100%;
}
.title-top .chara-friend_block h4{
	margin-top			: 1.75rem;
}

.chara-friend_block h4 span {
	position			: absolute;
	width				: 100%;
	top				: 50%;
	left				: 50%;
	-webkit-transform		: translate(-50%, -50%);
	transform			: translate(-50%, -50%);
	font-weight			: 700;
	line-height			: 1.3;
}

.chara-friend_block p{
	font-size			: 1.2rem;
	margin-top			: 1rem;
}

.rare_point{
	font-size			: 1rem;
	text-align			: center;
	color				: #dec53e;
	position			: absolute;
	left				: 50%;
	-webkit-transform		: translateX(-50%);
	transform			: translateX(-50%);
}

.show-card .chara-friend_block p{
	font-size			: 1.1rem;
	margin-bottom			: 1rem;
	margin-top			: 0;
}

.show-card .chara-friend_block .card-title_small{
	padding-top			: 0 ;
}

.show-card .chara-friend_block.not_own .item-thumb{
	background			: #e4e8e9;
	
}
.show-card .chara-friend_block img{
	max-width			: 165px !important;
}

.chara-friend_block p.chara-words{
	height				: 100px;
	position			: relative;
	border-radius			: 4px;
	border				: 2px solid #f1e7d7;
}

.chara-friend_block p.chara-words span {
	position			: absolute;
	width				: 100%;
	top				: 50%;
	left				: 50%;
	-webkit-transform		: translate(-50%, -50%);
	transform			: translate(-50%, -50%);
	padding				: 8px;
}
	
.chara-friend_block p.chara-items{
	font-size		: 1rem;
	border-radius		: 4px;
	border			: 2px solid #f1e7d7;
	padding-bottom		: 4px;
}

.chara-friend_block p.chara-items span{
	display				: block;
}	

.chara-friend_block p.upper_4 span.c_item{
	display				: inline-block;
	width				: 50%;
}

.chara-friend_block p.chara-items .c_title{
	background			: #f1e7d7;
	margin-bottom			: 4px;
	line-height			: 20px;
}

.chara-friend_block .chara-rare{
	position			: absolute;
	top				: 0;
	right				: 0;
	width				: 60px;
	padding				: 4px;
}

.hints .chara-rare{
	width				: 40%;
	margin				: auto;
	margin-bottom			: 16px;
}
.chara-rare .c_title{
	font-size			: 1rem;
	background			: #ee7343;
	color				: #fff;
	border-radius			: 2px;
	margin-bottom			: 4px;
}
.chara-rare .c_star{
	color				: #dec53e;
	word-break			: break-all;
	line-height			: 1.2;
}

/*---------------------------------------------------
.list-item
---------------------------------------------------*/

.list-item{
	position			: relative;
	pointer-events			: none;	
	border				: 2px solid #ddd;
	border-radius			: 4px;
	padding				: 4px;
	background			: #fff;
}

.own .list-item{
	border-color			: #59a757;
}

.labeled .list-item:after{
	content				: "---";
	position			: absolute;
	bottom				: 24px;
	left				: 50%;
	font-size			: 0.9rem;
	-webkit-transform		: translateX(-50%);
	transform			: translateX(-50%);
	border-radius			: 3rem;
	width				: 75px;
	text-align			: center;
	line-height			: 14px;
	height				: 14px;
	display				: block;
}


.labeled.own .list-item:after{
	position			: relative;
	background			: #f2f2f2;
	color				: #59a757;
	bottom				: auto;
	left				: auto;
	transform			: none;
	-webkit-transform		: none;
	margin-top			: 4px;
	content				: "";
	background			: none;
	color				: #59a757;
	margin-bottom			: 4px;
}

.labeled.own.placed .list-item:after{
	position			: relative;
	content				: "使用中";
	color				: #fff;
	background			: #59a757;
	bottom				: auto;
	left				: auto;
	transform			: none;
	-webkit-transform		: none;
	margin-top			: 4px;
}

.friend .list-item{
	border-color			: #59a757;
}
	
.labeled.friend .list-item:after{
	content				: "";
	color				: #fff;
	bottom				: 48px;
	display				: block;
}

.labeled.my_chara .list-item:after{
	content				: "\f015";
	font-family			: "Font Awesome 5 Free";
	color				: #59a757;
	bottom				: auto;
	display				: block;
	font-size			: 1.2rem;
	top				: 10px;
	-webkit-transform		: translateX(-90%);
	transform			: translateX(-90%);
}

.disable .list-item{
	overflow			: hidden;
}

.disable .list-item .item-thumb,
.disable .list-item h4{
	opacity				:0.4;
}




.disable .list-item{
	background			: rgba(000,000,000,0.1);
}
.disable .list-item::after {
	content				: "にんじんがたりないよ";
	position			: absolute;
	bottom				: 40px;
	left				: 50%;
	font-size			: 0.9rem;
	-webkit-transform		: translateX(-50%);
	transform			: translateX(-50%);
	width				: 100%;
	text-align			: center;
	line-height			: 14px;
	display				: block;
	padding				: 0.5rem 1.5rem;
	z-index				: 2;
}


.list-item h4{
	font-weight			: normal;
	text-align			: center;
	pointer-events			: none;	
	height				: 32px;
	position			: relative;
	width				: 100%;
}



.album .list-item h4{
	font-weight			: normal;
	text-align			: center;
	pointer-events			: none;	
	height				: 44px;
	position			: relative;
	width				: 100%;
	margin-top			: 1.25rem;
}

.list-item h4 span{
	position			: absolute;
	width				: 100%;
	top				: 50%;
	left				: 50%;
	font-size			: 1rem;
	-webkit-transform		: translate(-50%, -50%);
	transform			: translate(-50%, -50%);
	font-weight			: 700;
	line-height			: 1.1rem;
}

.list-item h4 span.small{
    display: inline-block;
    font-size: 10px;
    -webkit-transform		: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-55%, -50%);
    width: 110%;
}

.album_list_title{
	text-align			: center;
	font-size			: 1.5rem;
	margin-bottom			: 1rem;
	background			: #f1e7d7;
	border-radius			: 4px;
	position			: relative;
}


.album_list_title.compleate:after{
	content				: "コンプリート";
	position			: absolute;
	right				: 0.5rem;
	font-size			: 1rem;
	background			: #ee7343;
	color				: #fff;
	line-height			: 1.75;
	top				: 50%;
	-webkit-transform		: translateY(-50%);
	transform			: translateY(-50%);
	padding-right			: 0.5rem;
	padding-left			: 0.75rem;
	border-radius			: 2px;
	letter-spacing			: 0;
}

.list-item .item-price{
	text-align			: right;
	letter-spacing			: 0.1rem;
	pointer-events			: none;	
	font-size			: 1rem;
	line-height			: 20px;	
	color				: #ff890b;
	padding-right			: 24px;
	position			: relative;
}

.list-item .item-price:after{
	content				: "本";
	position			: absolute;
	right				: 0;
	bottom				: 0;
	font-size			: 1rem;
	line-height			: 20px;	
	height				: 20px;
	letter-spacing			: 0rem;
	color				: #59a757;
	display				: block;
}

.list-item .item-thumb{
	margin				: 0px auto;
	padding-right			: 0.5rem;
	padding-left			: 0.5rem;
}



.album .list-item .item-thumb{
	padding-top			: 0.25rem;
	
}


.option .list-item.sns {
	pointer-events			: auto;
	border				: none;
	padding-bottom			: 0.5rem;
	text-align			: center;
}


.option .list-item .item-thumb{
	padding-bottom			: 0.25rem;
}


#btn-remove{
	background			: #ddd;
	border-radius			: 4px;
	padding				: 8px  16px;
	text-align			: center;
}

#btn-buy{
	background			: #ee7343;
	color				: #fff;
	border-radius			: 4px;
	padding				: 8px  16px;
	text-align			: center;
}

#btn-set_room{
	background			: #59a757;
	color				: #fff;
	border-radius			: 4px;
	padding				: 8px  16px;
	text-align			: center;
}

#btn-set_chara{
	background			: #59a757;
	color				: #fff;
	border-radius			: 4px;
	padding				: 8px  16px;
	text-align			: center;
}

#btn-twitter{
	line-height			: 50px;
	font-size			: 35px;
	background			: #1DA1F2;
	color				: #fff;
	cursor				: pointer;
	display				: block;
	border-radius			: 4px;
	width				: 50px;
	margin				: auto;
}


#btn-facebook{
	line-height			: 50px;
	font-size			: 35px;
	background			: #1877f2;
	color				: #fff;
	cursor				: pointer;
	display				: block;
	border-radius			: 4px;
	width				: 50px;
	margin				: auto;
	
}

.label-placed{
	color				: #fff;
	background			: #59a757;
	border-radius			: 4px;
	padding				: 8px  16px;
	text-align			: center;
}


.shop .labeled.own .list-item{
	background			: #f2f2f2;
	border-color			: #dadada;;
	opacity				: 1;
}

.shop .ac_btn.disable.own  {
	opacity				: 1;
}

.shop .labeled.own .list-item:after{
	content				: "交換済み";
	color				: #b9b9b9;
	
}

.shop .own .item-price{
	display				: none;
}

.shop .own.disable .list-item::after{
	padding				: 0;
}

p.add2catalog{
	text-align			: center;
}

/*---------------------------------------------------
	coupon
---------------------------------------------------*/
.coupon_get_box{
	padding-top			: 2rem;
}

.coupon_get_box .coupon_carrot{
	text-align			: right;
	letter-spacing			: 0.1rem;
	pointer-events			: none;	
	font-size			: 2rem;
	line-height			: 20px;	
	color				: #ff890b;
	padding				: 16px;
	padding-right			: 50px;
	position			: relative;
}



.coupon_get_box .coupon_carrot:after{
	content				: "本";
	position			: absolute;
	right				: 12px;
	bottom				: 18px;
	line-height			: 20px;	
	font-size			: 1.8rem;
	letter-spacing			: 0rem;
	color				: #59a757;
	min-height			: 1px;
	height				: 20px;
	display				: block;
}
/*---------------------------------------------------
	stars
---------------------------------------------------*/
.ani_star{
	width				: 20px;
	height				: 20px;
	background			: url('../images/common/star.png');
	background-repeat		: no-repeat;
	display				: inline-block;
	position			: absolute;
}

.star1{
	top 				: 40px;
	left				: 50px;
}

.star2{
	top 				: 70px;
	left				: 40px;
}

.star3{
	top 				: 100px;
	left				: 40px;
}

.star4{
	top 				: 130px;
	left				: 50px;
}

.star5{

	top 				: 40px;
	right				: 50px;
}

.star6{

	top 				: 70px;
	right				: 40px;
}

.star7{
	top 				: 100px;
	right				: 40px;
}

.star8{
	top 				: 130px;
	right				: 50px;
}

.start-ani .star1{
	animation			: star1 0.8s ease-out forwards;
}

.start-ani .star2{
	animation			: star2 0.8s ease-out forwards;
}

.start-ani .star3{
	animation			: star3 0.8s ease-out forwards;
}

.start-ani .star4{
	animation			: star4 0.8s ease-out forwards;

}

.start-ani .star5{
	animation			: star5 0.8s ease-out forwards;
}

.start-ani .star6{
	animation			: star6 0.8s ease-out forwards;
}

.start-ani .star7{
	animation			: star7 0.8s ease-out forwards;

}

.start-ani .star8{
	animation			: star8 0.8s ease-out forwards;
}



@keyframes star1{
	0% 	{transform: rotate(0deg);}
	100%	{top:-10%; left:-30%; transform: rotate(-360deg);}
}

@keyframes star2{
	0% 	{transform: rotate(0deg);}
	100%	{ top:20%; left:-35%; transform: rotate(-360deg);}
}

@keyframes star3{
	0% 	{transform: rotate(0deg);}
	100%	{ top:50%; left:-35%; transform: rotate(-360deg);}
}

@keyframes star4{
	0% 	{transform: rotate(0deg);}

	100%	{ top:80%; left:-30%; transform: rotate(-360deg);}
}

@keyframes star5{
	0% 	{transform: rotate(0deg);}
	100%	{top:-10%; right:-30%; transform: rotate(-360deg);}
}

@keyframes star6{
	0% 	{transform: rotate(0deg);}
	100%	{ top:20%; right:-35%; transform: rotate(-360deg);}
}

@keyframes star7{
	0% 	{transform: rotate(0deg);}
	100%	{ top:50%; right:-35%; transform: rotate(-360deg);}
}

@keyframes star8{
	0% 	{transform: rotate(0deg);}
	100%	{ top:80%; right:-30%; transform: rotate(-360deg);}
}


.invalid-feedback{
	display	:none;
}

.invalid-feedback{
	display					: none;
}

.invalid-feedback.show{
	display					: block;
}


/*---------------------------------------------------
	hints
---------------------------------------------------*/
.hints_list_title{
	text-align			: center;
	font-size			: 1.5rem;
	margin-bottom			: 1rem;
	background			: #f1e7d7;
	border-radius			: 4px;
	position			: relative;
}


.cp_num_req{
	position			: relative;
	padding-left			: 40px;
	padding-right			: 40px;
	display				: inline-block;
	margin				: 1rem auto;
	font-size			: 1.6rem;
	color				: #ff890b;	
}

.cp_num_req:before{
	content				: "";
	height				: 24px;
	width				: 24px;
	position			: absolute;
	top				: 2px;
	left				: 0px;
	background			: url(../images/common/coin.png) no-repeat;
	background-size			: cover;
}


.cp_num_req:after{
	content				: "本";
	position			: absolute;
	right				: 12px;
	top				: 4px;
	line-height			: 20px;	
	font-size			: 1rem;
	letter-spacing			: 0rem;
	color				: #59a757;
	min-height			: 1px;
	height				: 20px;
	display				: block;
}

.btn-hints.disable{
	position			: relative;
}
.btn-hints.disable:before{
	content				: "";
	position			: absolute;
	top				: 50%;
	left				: 50%;
	font-size			: 0.9rem;
	-webkit-transform		: translate(-50%, -50%);
	transform			: translate(-50%, -50%);
	height				: 100%;
	width				: 100%;
	text-align			: center;
	line-height			: 14px;
	display				: block;
	padding				: 1.5rem;
	z-index				: 1;
	background			: rgba(255,255,255,0.6);
	border-radius			: 6px;

}
.btn-hints.disable:after{
	content				: "にんじんがたりないよ";
	position			: absolute;
	top				: 50%;
	left				: 50%;
	font-size			: 0.9rem;
	-webkit-transform		: translate(-50%, -50%);
	transform			: translate(-50%, -50%);
	width				: 100%;
	text-align			: center;
	line-height			: 14px;
	display				: block;
	padding				: 1.5rem;
	z-index				: 2;
	color				: #3b4041;

}


/*---------------------------------------------------
.tutorial
---------------------------------------------------*/

.tutorial_inner{
	padding-top			: 1.5rem;
	padding-bottom			: 1.5rem;
}

.tutorial_inner .badge{
	text-align			: center;
	background			: #f1e7d7;
	border-radius			: 4px;
	margin-bottom			: 1rem;
}

.tutorial_inner .tutorial_image{
	padding-bottom			: 1rem;
}


.tutorial_inner p{
	padding-right			: 0.5rem;
	padding-left			: 0.5rem;
}



#turfy_friend img{
	width								: 200% !important;
	position							: absolute;
	left								: 0;
	bottom								: 0;
	-webkit-animation-duration			: 2s;
	animation-duration					: 2s;
	-webkit-animation-name				: talk;
	animation-name						: talk;
	animation-timing-function			: steps(2);	
	-webkit-animation-timing-function	: steps(2);
	-webkit-animation-iteration-count	: infinite;
	animation-iteration-count			: infinite;
}

@keyframes talk {
    0% { left: 0p;}
    100% {left: -200%;}
}

@-webkit-keyframes talk {
    0% { left: 0;}
    100% { left: -200%;}
}