@charset "UTF-8";

@font-face{
	font-family: 'My Hiragino Gothic';
	font-weight: normal;
	font-style: normal;
	src:
		local('ヒラギノ角ゴ ProN W3'),
		local('Hiragino Kaku Gothic ProN W3'),
		local('HiraKakuProN-W3'),
		local('ヒラギノ角ゴシック W3'),
		local('Hiragino Sans W3'),
		local('HiraginoSans-W3');
}
@font-face{
	font-family: 'My Hiragino Gothic';
	font-weight: bold;
	font-style: normal;
	src:
		local('ヒラギノ角ゴ ProN W6'),
		local('Hiragino Kaku Gothic ProN W6'),
		local('HiraKakuProN-W6'),
		local('ヒラギノ角ゴシック W6'),
		local('Hiragino Sans W6'),
		local('HiraginoSans-W6');
}


/* ボタンホルダー */
.asoviewBanner{
	display: flex;
	flex-wrap: wrap-reverse;
	gap: 13px;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'My Hiragino Gothic', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
}
.asoviewBanner.asoviewBannerFixed{
	position: fixed;
	bottom: 23px;
	left: 23px;
	max-width: calc(100vw - 75px - 23px - 23px - 23px);
	margin: 0;
	padding: 0 env(safe-area-inset-right) env(safe-area-inset-bottom);
	
	z-index: 5000;
}
.asoviewBanner.asoviewBannerStatic{
	max-width: none;
	padding: 0;
	position: static;
}
html.zhhantLang .asoviewBanner,
html.zhhansLang .asoviewBanner{
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
@media (max-width:747px){
	.asoviewBanner{
		bottom: 8px;
		left: 8px;
	}
	.asoviewBanner.asoviewBannerFixed{
		max-width: calc(100vw - 42px - 8px - 8px - 8px);
		bottom: 8px;
		left: 8px;
	}
}

/* ボタン一般 */
.asoviewBanner a{
	position: relative;
	
	display: flex;
	align-items: center;
	gap: 0.5em;
	
	padding: 0 1em;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	text-decoration: none;
	
	min-height: 75px;
	
	color: #454E68;
	background-color: #fff;
	
	color: #fff !important;
	background-color: #02b739;
	
	box-shadow: 0 0 0 3px #fff;
	border-radius: 6px 6px 0 0;
	border-radius: 12px;
}
.asoviewBanner a.emptybutton{
	background-color: #ddd;
}
@media (max-width:747px){
	.asoviewBanner a{
		min-height: 42px;
		font-size: 15px;
		padding: 1em 0.6em;
		border-radius: 6px;
	}
}
@media (max-width:400px){
	.asoviewBanner a{
		min-height: 37px;
		font-size: 14px;
	}
}
@media (max-width:350px){
	.asoviewBanner a{
		font-size: 12px;
	}
}

/* アソビューへのボタン */
.asoviewBanner a.asoview{
	padding-right: 2em;
}
.asoviewBanner a.asoview:before{
	content: "";
	background-image: url(icon.png);
	background-position: 50% 40%;
	background-size: cover;
	display: block;
	width: 3.25em;
	height: 2em;
	flex-shrink: 0;
}
.asoviewBanner a.asoview span{
	display: block;
	text-align: center;
}
.asoviewBanner a.asoview span > span{
	font-size: 1.1em
}
.asoviewBanner a.asoview span > span + span{
	font-size: 0.9em;
}
.asoviewBanner a.asoview strong{
	position: absolute;
	right: -6%;
	bottom: 80%;
	width: 7em;
	color: #fff !important;
	background-color: #02b739;
	box-shadow: 0 0 0 2px #fff;
	padding: 0.3em 0;
	text-align: center;
	border-radius: 999px;
	rotate: 10deg;
	font-size: 0.9em;
	line-height: 1.3;
}

/* 他項目のボタン */
.asoviewBanner a.subbutton{
	text-align: center;
}
.asoviewBanner a.subbutton span{
	display: block;
}
.asoviewBanner a.subbutton:before{
	display: none;
}
.asoviewBanner a.subbutton > span:first-child{
	margin-right: 0.5em;
}
.asoviewBanner a.subbutton > span + span{
	font-size: 0.9em;
}
.asoviewBanner a.subbutton > span + span > span + span{
	font-size: 0.9em;
}
