
@charset 'utf-8';

@media screen and (max-width: 735px) {

.containerMainClm{
		width:94%;
		padding:0 3%;
}
/* main
------------------------- */
.main_area{
	width:100%;
	height: 100%;
	padding-bottom:59%;
	padding-bottom: calc(100%*430/735);/* calc(100*ImageHeight/ImageWidth)% */
	background:url(http://cdfront.tower.jp/~/media/Images/Tol/pc/site/rilakkuma/2017/rilakkuma2017_main_sp.png) no-repeat 0 0;
  background-size: contain;
  display:block;
}
/* bnr
------------------------- */
.bnr_area{
	width:100%;
	height:100%;
	display:block;
	margin:0 auto;
}
.bnr_area span {
	width: 100%;
	height: 100%;
	display: block;
}
.bnr_area .bnr01, .bnr_area .bnr02, .bnr_area .bnr03, .bnr_area .bnr04, .bnr_area .bnr05, .bnr_area .bnr06, .bnr_area .bnr07{
	width: 100%;
	height: 100%;
	display: block;
}
.bnr01 {
	background: url(http://cdfront.tower.jp/~/media/Images/Tol/pc/site/rilakkuma/2017/rilakkuma2017_bnr01_sp.png) no-repeat 0 0;
	background-size: contain;
	padding-bottom:124%;
	padding-bottom: calc(100%*910/735);/* calc(100*ImageHeight/ImageWidth)% */
}
.bnr02 {
	background: url(http://cdfront.tower.jp/~/media/Images/Tol/pc/site/rilakkuma/2017/rilakkuma2017_bnr02_sp.png) no-repeat 0 0;
	background-size: contain;
	padding-bottom:64%;
	padding-bottom: calc(100%*470/735);/* calc(100*ImageHeight/ImageWidth)% */
}
.bnr03 {
	background: url(http://cdfront.tower.jp/~/media/Images/Tol/pc/site/rilakkuma/2017/rilakkuma2017_bnr03_sp.png) no-repeat 0 0;
	background-size: contain;
	padding-bottom:64%;
	padding-bottom: calc(100%*470/735);/* calc(100*ImageHeight/ImageWidth)% */
}
.bnr04 {
	background: url(http://cdfront.tower.jp/~/media/Images/Tol/pc/site/rilakkuma/2017/rilakkuma2017_bnr04_sp.png) no-repeat 0 0;
	background-size: contain;
	padding-bottom:64%;
	padding-bottom: calc(100%*470/735);/* calc(100*ImageHeight/ImageWidth)% */
}
.bnr05 {
	background: url(http://cdfront.tower.jp/~/media/Images/Tol/pc/site/rilakkuma/2017/rilakkuma2017_bnr05_sp.png) no-repeat 0 0;
	background-size: contain;
	padding-bottom:64%;
	padding-bottom: calc(100%*470/735);/* calc(100*ImageHeight/ImageWidth)% */
}
.bnr06 {
	background: url(http://cdfront.tower.jp/~/media/Images/Tol/pc/site/rilakkuma/2017/rilakkuma2017_bnr06_sp.png) no-repeat 0 0;
	background-size: contain;
	padding-bottom:66%;
	padding-bottom: calc(100%*470/735);/* calc(100*ImageHeight/ImageWidth)% */
}
.bnr07 {
	background: url(http://cdfront.tower.jp/~/media/Images/Tol/pc/site/rilakkuma/2017/rilakkuma2017_bnr07_sp.png) no-repeat 0 0;
	background-size: contain;
	padding-bottom:66%;
	padding-bottom: calc(100%*470/735);/* calc(100*ImageHeight/ImageWidth)% */
}

/* pr
------------------------- */
.pr_area{
	width:100%;
	margin:0 auto;		
}
.pr_line{
	width:100%;
	height: 100%;
	padding-bottom: calc(100%*53/735);/* calc(100*ImageHeight/ImageWidth)% */
	background:url(http://cdfront.tower.jp/~/media/Images/Tol/pc/site/rilakkuma/2017/rilakkuma2017_pr_sp.png) no-repeat top left;
	background-size:contain;
}
.pr_box{
	margin:0 auto;
	
	padding: 10px;
	background-color: #FFFFFF;
	color:#000000;
	display: block;
	border-radius: 20px;
}
.pr_box_inner{
	margin:5% auto 0 auto;
	width:100%;	
}
.pr_box_inner img{
	width:100%;
}
/* homebtn
------------------------- */
.homebtn{
	margin: 30px auto;
	width: 80%;
	text-align:center;
}
.homebtn a{
	padding: 10px;
	background-color: #d6000f;
	color:#FFFFFF;
	display: block;
	border-radius: 5px;
}
/* privacy
------------------------- */
.privacy p,.copyright p{
	font-size: 70%;	
	line-height: 100%;
}
/* pagetop
------------------------- */
.pagetop {
	position: fixed;
	bottom: -228px;
	right: -15px;
}
.pagetop img{
	width: 60%;
	height:auto;
}
}
