/* ニンテンドーeショップ タイトル*/
.store-station_e-shop-title{
	font-size: min(3vw,24px);
	font-weight: 700;
	padding: 0.1em;
	text-align: center;
	background: #D12;
	color: #fff;
}
/* AppStore,GooglePlayタイトル*/
.store-station_store-title{
	font-size: min(3vw,25px);
	font-weight: 700;
	padding: 0.1em;
	text-align: center;
	background: #000;
	color: #fff;
}
/* テーブル設定 */
.store-station_table{
	border: 0px;
	border-collapse: collapse;
}
/* 各ゲームブロック */
.store-station_block{
	display: flex;
	width: 100%;height: 200px;
	border-bottom: solid 1px #ccc;
}
/* 各ゲームブロック */
.store-station_block2{
	display: flex;
	width: 100%;
	border-bottom: solid 1px #ccc;
}
/* 各ゲーム右側 */
.store-station_block-inner{
	width: 100%;
	position:relative;
}
/* 各ゲーム右側 */
.store-station_block-inner2{
	width: 100%;
	position:relative;
	display: flex;
	flex-direction: column;
}
/* 各ゲーム左側 */
.store-station_HP-link{
	margin-left: 2vw;
	margin-right: 1vw;
	margin-bottom: 1vw;
}
/* 各ゲーム画像 */
.store-station_img{
	border: soild 1px #aaa;
 	width: 22vw;
	min-width: 70px;
	max-width:190px;
}
/* 各ゲームタイトル */
.store-starion_title{
	border-bottom: 1px solid #aaa;
	font-size: min(1.4vw,20px);
}
/* 各ゲームタイトル文字 */
.store-station_title-font{
	font-weight:900;
	font-size: calc(9px + 0.8vw);
/*	font-size:min(3vw,20px) */
}
/* 注意書きなど */
.store-station_info{
	font-weight: 100;
	font-size: min(2vw,18px);
}
/* 各ゲーム説明部分 */
.store-station_text-area{
		line-height: 1.3;
}
/* 各ゲーム説明文字 */
.store-station_text{
	font-weight: 100;
	font-size: calc(15px + 0.2vw);
/*	font-size: min(3.2vw,20px); */
}
/* セール文字(元価格) */
.store-station_text-sale-base{
	font-weight: 100;
	font-size: min(3vw,15px);
	color: #000;
}
/* セール文字(セール価格) */
.store-station_text-sale-sale{
	font-weight: 600;
	font-size: min(2.8vw,28px);
	color: #f00;
	background: #ff0;
	padding-left: 0.3em;
	padding-right: 0.3em;
	border-bottom: 0.1em solid #f00;
}
/* セール文字(〇%OFF) */
.store-station_text-sale-off{
 	line-height: 1.7;
	font-weight: 600;
	font-size: min(2.5vw,25px);
	color: #fff;
	background: #f00;
	padding: 3px;	
}
/* 無料文字 */
.store-station_text-free{
 	line-height: 1.7;
	font-weight: 600;
	font-size: min(2.5vw,25px);
	color: #ff0;
	background: #f00;
	padding: 3px;	
}
/* 新作文字 */
.store-station_text-new{
 	line-height: 1.7;
	font-weight: 600;
	font-size: min(2.5vw,25px);
	color: #fff;
	background: #04f;
	padding: 3px;	
}
/* ニンテンドーストアボタンブロック */
.store-station_nintendo-link-box{
	position:absolute;
	right:0;
	bottom: 8px;
}
/* ニンテンドーストアボタンブロック */
.store-station_nintendo-link-box2{
	text-align: right;
	margin-top: auto;
	margin-bottom: 3px;
}
/* ニンテンドーストアボタン画像 */
.store-station_nintendo-img{
	width: 20vw;
	min-width: 100px;
	max-width:150px;
}
/* AppStore GooglePlayボタンブロック */
.store-station_store-link-box{
	position:absolute;
	right:0;
	bottom: 8px;
}
/* AppStore GooglePlayボタンブロック */
.store-station_store-link-box2{
	text-align: right;
	margin-top: auto;
	margin-bottom: 3px;
}
/* AppStore GooglePlayボタン画像 */
.store-station_store-img{
	width: calc(80px + 5vw);
/*	width: 25vw;
	min-width: 80px;
	max-width:150px; */
}

/* ミュージックストアボタンブロック */
.music-store_link-box{
	position:absolute;
	right:0;
	bottom: 8px;
}
/* ミュージックストアボタンブロック */
.music-store_link-box2{
	text-align: right;
	margin-top: auto;
	margin-bottom: 3px;
}
/* ミュージックストアブロック */
.music-store_block{
        display: flex;
        width: 100%;height: 200px;
        border-bottom: solid 1px #ccc;
}
/* ミュージックストアブロック */
.music-store_block2{
        display: flex;
        width: 100%;
        border-bottom: solid 1px #ccc;
}
/* ミュージックストア左側 */
.music-store_HP-link{
        margin-left: 2vw;
        margin-right: 1vw;
        margin-bottom: 1vw;
}
/* ミュージックストア画像 */
.music-store_img{
        border: soild 1px #aaa;
        width: 22vw;
        min-width: 70px;
        max-width:190px;
}
/* ミュージックストア右側 */
.music-store_block-inner{
        width: 100%;
        position:relative;
}
/* ミュージックストア右側 */
.music-store_block-inner2{
        width: 100%;
        position:relative;
	display: flex;
	flex-direction: column;
}
/* ミュージックストアタイトル */
.music-store_title{
        border-bottom: 1px solid #aaa;
        font-size: min(1.4vw,20px);
}
/* ミュージックストアタイトル文字 */
.music-store_title-font{
        font-weight:900;
        font-size:min(3vw,20px)
}
/* ミュージックストア説明部分 */
.music-store_text-area{
                line-height: 1.3;
}
/* ミュージックストア説明文字 */
.music-store_text{
        font-weight: 100;
        font-size: calc( 15px + 0.20vw);
}
/* ミュージックストア曲情報 */
.music-store_text_info{
        font-weight: 700;
        font-size: calc( 10px + 0.20vw);
}
/* ミュージックストア楽曲配信ボタン */
.music-store_distr{
        border: solid 1px #666;
        padding: 4px;
        background: #fb1;
        border-radius: 9999px;
}

