@charset "UTF-8";
#tokyoapp a,
#tokyoapp a:hover{text-decoration: none;}
#tokyoapp a p:hover{color:#e60012;}
#tokyoapp img{max-width:100%;display: block;}
#tokyoapp p{margin:10px;}
#tokyoapp p span{font-size:1.2em;font-weight:bold;background-image:linear-gradient(#fff000);background-repeat:no-repeat;background-size:100% 0.4em;background-position:0 80%;color:#e60012;}
#tokyoapp h1{font-size:1.4em;margin:20px 10px;}
#tokyoapp h2{font-size:1.2em;margin:30px 0 10px;padding:10px 30px;background:#171C61;color:#fff;}
#tokyoapp h3 {padding: 0.5em 1em;display: inline-block;background: #d5d8ff;border-radius: 25px 0px 0px 25px;font-size:1.2em;margin:10px 0;}
#tokyoapp h3:before {content: '●';color: white;margin-right: 8px;}
#tokyoapp h4 {margin: 10px 20px 0;font-weight: bold;}

#tokyoapp .shoparea{display:inline-block;width: 100%;}
#tokyoapp .shoplist li{float: left;display: block;margin: 2% 1%;border-bottom: 1px dashed #ccc;padding-bottom: 4%;}
#tokyoapp .shoplist li .samlpeimg{height: 75px;max-width: 100%;position: relative;}
#tokyoapp .shoplist li .samlpeimg img{position: absolute;inset: 0;-o-object-fit: cover;object-fit: cover;-o-object-position: top center;object-position: top center;width: 100% !important;height: 100%;margin: 0 !important;}


#tokyoapp .btn_entry,
#tokyoapp .btn_biccom{text-align: center;display: block;border-radius: 15px;width: fit-content;font-weight: bold;transition: 0.2s;}
#tokyoapp .btn_entry:hover,
#tokyoapp .btn_biccom:hover{transition: 0.2s;}

#tokyoapp .btn_entry{border: 1px solid #171C61;color: #171C61;}
#tokyoapp .btn_entry:hover{background: #171C61;color: #fff;}

#tokyoapp .btn_biccom img:hover{opacity:1;}
#tokyoapp .btn_biccom{border: 1px solid #CD4901;color: #CD4901;}
#tokyoapp .btn_biccom:hover{opacity:0.7;}

#tokyoapp .installbtn{display: flex;align-items: center;justify-content: center;gap: 5%;}



/* PC用 */
@media screen and (min-width: 640px){
	.sp_only{display:none!important;}
	#tokyoapp .shoplist li{width: 31%;}
	#tokyoapp .shoplist li p{min-height: 100px;font-size: 0.8em;}
	#tokyoapp .btn_entry{margin: 20px;padding: 10px 60px;}
	#tokyoapp .btn_biccom{margin:0 auto 20px;padding: 10px 60px;}
	#tokyoapp .btn_biccom img{width: 80%;margin: auto;}
	#tokyoapp .squ_w{width:200px;}
	#tokyoapp .logo_img{float:left;margin-right:20px;}
}

/* SP用 */
@media screen and (max-width: 639px){
	.pc_only{display:none!important;}
	#tokyoapp p{font-size:0.9em;}
	#tokyoapp h1{text-align:center;}
	#tokyoapp h2{text-align:center;}
	#tokyoapp .shoplist li{width: 47%;}
	#tokyoapp .shoplist li p{min-height: 120px;font-size: 0.7em;}
	#tokyoapp .installbtn{margin: 0 20px;}
	#tokyoapp .btn_entry{margin: 20px auto;padding: 10px 60px;}
	#tokyoapp .campaign_entry img{margin:auto;}
	#tokyoapp .btn_biccom{margin:20px;padding: 10px;}

	#tokyoapp .squ_w{width:47%;}
	#tokyoapp .logo_img{float:left;margin-right:1%;}
}