@charset "utf-8";

a.btn_des {
	box-sizing: border-box;
    border: 2px solid #FFF;
    color: #FFF;
    background-image: url("../../../common_v13/img/icon/svg/arrow/ar_white.svg");
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 18px auto;
}	

a.btn_gotoshopinfo{
	align-items: center;
	border-radius: 100px;
	background-image: url("../img/ar_red.svg") !important;
	background-color:#FFEA00; 
    background-position: center right 15px;
	text-decoration: none;
	display:flex;
    color: #A30000 !important;
	cursor: pointer;
	font-weight: bold;
	justify-content: center;
	line-height: 1.2;
	padding: 1em 30px !important;
	text-align: center;
	border: 4px solid #fff;
	margin: 0 20px;
}

.d-shadow {
    box-shadow: 0 3px 12px rgb(0 0 0 / 20%);
}

.pagearea{
	background: #A30000;
	background-image: url("../img/bg_dot.png");
	background-position: bottom center;
	background-repeat: repeat-x;
    padding-bottom: 1em;
}

/*movie*/

#movie{
	margin:20px 20px 0;
	display: block;
}

#movie h3{
	margin: 0;
	text-align: center;
}

#movie h3 img{
	display: inline;
	width: auto;
	max-width: 100%;
	height: auto;
}
	
.tvcm{
	border: 4px #FFF solid;
	margin:1em auto 0;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

	.sp_only{
		display: none;
	}
	
	.pagearea{
		padding-bottom: 50px;
	}

	a.btn_gotoshopinfo{
		font-size: 24px;
		padding: 20px;
		transition: 0.5s;
		background-position: right 25px center;
		max-width: 740px !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	a.btn_gotoshopinfo:hover{
		opacity: 0.7;
		text-decoration: none;
	}
	
	#movie{
		margin:40px auto 0;
		display: block;
	}	
	
	.tvcm{
		width: 80%;
		max-width: 580px;
		margin:20px auto 0;
	}
	
}




/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){

}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){



}