@charset "utf-8";



/* Family Game Time 特集 */

/*
■ 共通
■ 導入
■ セクション
*/

	
	
/* ■ 共通 ==================================================================================== */

/*
汎用
フォント
横幅
カラー
マージントップ
マージンボトム
パディングトップ
パディングボトム
カラム
ボックス
見出し
写真
リンク
イラスト
ボタン
*/


/* 汎用 --------------------------------------------------- */

/* ボーダー無し */
.NoBorder {
border: none !important;
}

/* パディング無し */
.NoPadding {
padding: 0 !important;
}

/* 横幅「Inherit」 */
.WidthInherit {
width: inherit !important;
}

/* opacity:1 */
.Opacity1 {
opacity: 1 !important;
}

/* 太字にしない */
.FontWN {
font-weight: normal !important;
}

/* 文字詰め「palt」 */
.TxtPalt {
font-feature-settings: "palt" !important;
}

/* 箱組「TxtJustify」 */
.TxtJustify {
text-align: justify !important;
}


/* フォント --------------------------------------------------- */

.FontType1 {
font-family: "Albert Sans", sans-serif;
}


/* カラー --------------------------------------------------- */

:root {
--color-game-main1: #5193cb !important;	
--color-game-sub1: #f0f9f9 !important;	
}


/* マージントップ --------------------------------------------------- */

.MT0 {
margin-top: 0 !important;
}

.MT5 {
margin-top: 0.5rem !important;
}

.MT10 {
margin-top: 1rem !important;
}

.MT15 {
margin-top: 1.5rem !important;
}

.MT20 {
margin-top: 2rem !important;
}

.MT25 {
margin-top: 2.5rem !important;
}

.MT30 {
margin-top: 3rem !important;
}

.MT35 {
margin-top: 3.5rem !important;
}

.MT40 {
margin-top: 4rem !important;
}

.MT45 {
margin-top: 4.5rem !important;
}

.MT50 {
margin-top: 5rem !important;
}


/* マージンボトム --------------------------------------------------- */

.MB0 {
margin-bottom: 0 !important;
}

.MB5 {
margin-bottom: 0.5rem !important;
}

.MB10 {
margin-bottom: 1rem !important;
}

.MB15 {
margin-bottom: 1.5rem !important;
}

.MB20 {
margin-bottom: 2rem !important;
}

.MB25 {
margin-bottom: 2.5rem !important;
}

.MB30 {
margin-bottom: 3rem !important;
}

.MB35 {
margin-bottom: 3.5rem !important;
}

.MB40 {
margin-bottom: 4rem !important;
}

.MB45 {
margin-bottom: 4.5rem !important;
}

.MB50 {
margin-bottom: 5rem !important;
}


/* パディングトップ --------------------------------------------------- */

.PT0 {
padding-top:  0 !important;
}

.PT5 {
padding-top:  0.5rem !important;
}

.PT10 {
padding-top:  1rem !important;
}

.PT15 {
padding-top:  1.5rem !important;
}

.PT20 {
padding-top:  2rem !important;
}

.PT25 {
padding-top:  2.5rem !important;
}

.PT30 {
padding-top:  3rem !important;
}

.PT35 {
padding-top:  3.5rem !important;
}

.PT40 {
padding-top:  4rem !important;
}

.PT45 {
padding-top:  4.5rem !important;
}

.PT50 {
padding-top:  5rem !important;
}

/* パディングボトム --------------------------------------------------- */

.PB0 {
padding-bottom: 0 !important;
}

.PB5 {
padding-bottom: 0.5rem !important;
}

.PB10 {
padding-bottom: 1rem !important;
}

.PB15 {
padding-bottom: 1.5rem !important;
}

.PB20 {
padding-bottom: 2rem !important;
}

.PB25 {
padding-bottom: 2.5rem !important;
}

.PB30 {
padding-bottom: 3rem !important;
}

.PB35 {
padding-bottom: 3.5rem !important;
}

.PB40 {
padding-bottom: 4rem !important;
}

.PB45 {
padding-bottom: 4.5rem !important;
}

.PB50 {
padding-bottom: 5rem !important;
}


/* 写真 --------------------------------------------------- */

#Page_FamiyGameTime .Item_Photo img {
border: none !important;
}


/* リンク --------------------------------------------------- */

#Page_FamiyGameTime a {
display: block;
}


/* イラスト --------------------------------------------------- */

#Page_FamiyGameTime .Pict {
position: absolute;
}

	
/* ボタン --------------------------------------------------- */

#Page_FamiyGameTime .Btn {
display: block;
width: 100%;
border-radius: 50px;
box-sizing: border-box;
line-height: 1.0em;
font-weight: bold;
text-align: center;
text-decoration: none;
}

#Page_FamiyGameTime .BtnBuy {
border: 2px solid #b8daeb;
background: #fff url(/images/sp/common/icon/Icon_LinkFwd_Blue.png) no-repeat;
color: #3d5fc4;
}

@media only screen and (max-width: 767px) {

	#Page_FamiyGameTime .PC,
	#Page_FamiyGameTime .SE {
	display: none;
	}


	/* マージントップ --------------------------------------------------- */	
	
	.MT0_SP {
	margin-top: 0 !important;
	}
	
	.MT5_SP {
	margin-top: 0.5rem !important;
	}
	
	.MT10_SP {
	margin-top: 1rem !important;
	}
	
	.MT15_SP {
	margin-top: 1.5rem !important;
	}
	
	.MT20_SP {
	margin-top: 2rem !important;
	}
	
	.MT25_SP {
	margin-top: 2.5rem !important;
	}
	
	.MT30_SP {
	margin-top: 3rem !important;
	}
	
	.MT35_SP {
	margin-top: 3.5rem !important;
	}
	
	.MT40_SP {
	margin-top: 4rem !important;
	}
	
	.MT45_SP {
	margin-top: 4.5rem !important;
	}
	
	.MT50_SP {
	margin-top: 5rem !important;
	}
		

	/* マージンボトム --------------------------------------------------- */	
	
	.MB0_SP {
	margin-bottom: 0 !important;
	}
	
	.MB5_SP {
	margin-bottom: 0.5rem !important;
	}
	
	.MB10_SP {
	margin-bottom: 1rem !important;
	}
	
	.MB15_SP {
	margin-bottom: 1.5rem !important;
	}
	
	.MB20_SP {
	margin-bottom: 2rem !important;
	}
	
	.MB25_SP {
	margin-bottom: 2.5rem !important;
	}
	
	.MB30_SP {
	margin-bottom: 3rem !important;
	}
	
	.MB35_SP {
	margin-bottom: 3.5rem !important;
	}
	
	.MB40_SP {
	margin-bottom: 4rem !important;
	}
	
	.MB45_SP {
	margin-bottom: 4.5rem !important;
	}
	
	.MB50_SP {
	margin-bottom: 5rem !important;
	}
	

	/* パディングトップ --------------------------------------------------- */	
	
	.PT0_SP {
	padding-top: 0 !important;
	}
	
	.PT5_SP {
	padding-top: 0.5rem !important;
	}
	
	.PT10_SP {
	padding-top: 1rem !important;
	}
	
	.PT15_SP {
	padding-top: 1.5rem !important;
	}
	
	.PT20_SP {
	padding-top: 2rem !important;
	}
	
	.MT25_SP {
	padding-top: 2.5rem !important;
	}
	
	.PT30_SP {
	padding-top: 3rem !important;
	}
	
	.PT35_SP {
	padding-top: 3.5rem !important;
	}
	
	.PT40_SP {
	padding-top: 4rem !important;
	}
	
	.PT45_SP {
	padding-top: 4.5rem !important;
	}
	
	.PT50_SP {
	padding-top: 5rem !important;
	}
		

	/* パディングボトム --------------------------------------------------- */	
	
	.PB0_SP {
	padding-bottom: 0 !important;
	}
	
	.PB5_SP {
	padding-bottom: 0.5rem !important;
	}
	
	.PB10_SP {
	padding-bottom: 1rem !important;
	}
	
	.PB15_SP {
	padding-bottom: 1.5rem !important;
	}
	
	.PB20_SP {
	padding-bottom: 2rem !important;
	}
	
	.PB25_SP {
	padding-bottom: 2.5rem !important;
	}
	
	.PB30_SP {
	padding-bottom: 3rem !important;
	}
	
	.PB35_SP {
	padding-bottom: 3.5rem !important;
	}
	
	.PB40_SP {
	padding-bottom: 4rem !important;
	}
	
	.PB45_SP {
	padding-bottom: 4.5rem !important;
	}
	
	.PB50_SP {
	padding-bottom: 5rem !important;
	}


	/* ボタン --------------------------------------------------- */
	
	#Page_FamiyGameTime .BtnBuy {
	width: 15rem;
	margin-top: 1.5rem;
	padding: 0.8rem 0 0.85rem 0.7rem;
	background-size: 1.5rem auto;
	background-position: 1rem 50%;
	font-size: 1.2rem;
	}

	
	/* カラム --------------------------------------------------- */
	
	#Page_FamiyGameTime .Col {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	
	#Page_FamiyGameTime .Col2_SP li {
	width: calc(50% - 1.5%);
	}
	
	#Page_FamiyGameTime .Col3_SP li {
	width: calc(32.33333333% - 1%);
	}


	/* ページ下部 --------------------------------------------------- */
	
	#Page_FamiyGameTime .OtherContWrap {
	margin-top: 3.5rem;
	padding: 0 1.6rem;
	}

	#Page_FamiyGameTime .OtherContWrap .RecommendedMenuCampaign {
	margin-bottom: 2rem;
	}

}

@media only screen and (max-width: 372px) {

	#Page_FamiyGameTime .SE {
	display: block;
	}

}

@media print, screen and (min-width: 768px) {

	#Page_FamiyGameTime .SP,
	#Page_FamiyGameTime .SE {
	display: none;
	}	

	/* マージントップ --------------------------------------------------- */	
	
	.MT0_PC {
	margin-top: 0rem !important;
	}
	
	.MT5_PC {
	margin-top: 0.5rem !important;
	}
	
	.MT10_PC {
	margin-top: 1rem !important;
	}
	
	.MT15_PC {
	margin-top: 1.5rem !important;
	}
	
	.MT20_PC {
	margin-top: 2rem !important;
	}
	
	.MT25_PC {
	margin-top: 2.5rem !important;
	}
	
	.MT30_PC {
	margin-top: 3rem !important;
	}
	
	.MT35_PC {
	margin-top: 3.5rem !important;
	}
	
	.MT40_PC {
	margin-top: 4rem !important;
	}
	
	.MT45_PC {
	margin-top: 4.5rem !important;
	}
	
	.MT50_PC {
	margin-top: 5rem !important;
	}
		
	.MT55_PC {
	margin-top: 5.5rem !important;
	}
	
	.MT60_PC {
	margin-top: 6rem !important;
	}
	
	.MT65_PC {
	margin-top: 6.5rem !important;
	}
	
	.MT70_PC {
	margin-top: 7rem !important;
	}
	
	.MT75_PC {
	margin-top: 7.5rem !important;
	}
	
	.MT80_PC {
	margin-top: 8rem !important;
	}
	
	.MT85_PC {
	margin-top: 8.5rem !important;
	}
	
	.MT90_PC {
	margin-top: 9rem !important;
	}
	
	.MT95_PC {
	margin-top: 9.5rem !important;
	}
	
	.MT100_PC {
	margin-top: 10rem !important;
	}
	
					
	/* マージンボトム --------------------------------------------------- */	
	
	.MB0_PC {
	margin-bottom: 0rem !important;
	}
	
	.MB5_PC {
	margin-bottom: 0.5rem !important;
	}
	
	.MB10_PC {
	margin-bottom: 1rem !important;
	}
	
	.MB15_PC {
	margin-bottom: 1.5rem !important;
	}
	
	.MB20_PC {
	margin-bottom: 2rem !important;
	}
	
	.MB25_PC {
	margin-bottom: 2.5rem !important;
	}
	
	.MB30_PC {
	margin-bottom: 3rem !important;
	}
	
	.MB35_PC {
	margin-bottom: 3.5rem !important;
	}
	
	.MB40_PC {
	margin-bottom: 4rem !important;
	}
	
	.MB45_PC {
	margin-bottom: 4.5rem !important;
	}
	
	.MB50_PC {
	margin-bottom: 5rem !important;
	}

	.MB55_PC {
	margin-bottom: 5.5rem !important;
	}
	
	.MB60_PC {
	margin-bottom: 6rem !important;
	}
	
	.MB65_PC {
	margin-bottom: 6.5rem !important;
	}
	
	.MB70_PC {
	margin-bottom: 7rem !important;
	}
	
	.MB75_PC {
	margin-bottom: 7.5rem !important;
	}
	
	.MB80_PC {
	margin-bottom: 8rem !important;
	}
	
	.MB85_PC {
	margin-bottom: 8.5rem !important;
	}
	
	.MB90_PC {
	margin-bottom: 9rem !important;
	}

	.MB95_PC {
	margin-bottom: 9.5rem !important;
	}
	
	.MB100_PC {
	margin-bottom: 10rem !important;
	}
					
	/* パディングトップ --------------------------------------------------- */	
	
	.PT0_PC {
	padding-top: 0rem !important;
	}
	
	.PT5_PC {
	padding-top: 0.5rem !important;
	}
	
	.PT10_PC {
	padding-top: 1rem !important;
	}
	
	.PT15_PC {
	padding-top: 1.5rem !important;
	}
	
	.PT20_PC {
	padding-top: 2rem !important;
	}
	
	.PT25_PC {
	padding-top: 2.5rem !important;
	}
	
	.PT30_PC {
	padding-top: 3rem !important;
	}
	
	.PT35_PC {
	padding-top: 3.5rem !important;
	}
	
	.PT40_PC {
	padding-top: 4rem !important;
	}
	
	.PT45_PC {
	padding-top: 4.5rem !important;
	}
	
	.PT50_PC {
	padding-top: 5rem !important;
	}
		

	/* パディングボトム --------------------------------------------------- */	
	
	.PB0_PC {
	padding-bottom: 0rem !important;
	}
	
	.PB5_PC {
	padding-bottom: 0.5rem !important;
	}
	
	.PB10_PC {
	padding-bottom: 1rem !important;
	}
	
	.PB15_PC {
	padding-bottom: 1.5rem !important;
	}
	
	.PB20_PC {
	padding-bottom: 2rem !important;
	}
	
	.PB25_PC {
	padding-bottom: 2.5rem !important;
	}
	
	.PB30_PC {
	padding-bottom: 3rem !important;
	}
	
	.PB35_PC {
	padding-bottom: 3.5rem !important;
	}
	
	.PB40_PC {
	padding-bottom: 4rem !important;
	}
	
	.PB45_PC {
	padding-bottom: 4.5rem !important;
	}
	
	.PB50_PC {
	padding-bottom: 5rem !important;
	}


	/* ボタン --------------------------------------------------- */
	
	#Page_FamiyGameTime .BtnBuy {
	margin-top: 1.5rem;
	width: 17rem;
	padding: 1rem 0 1.1rem 1.7rem;
	background-size: 1.8rem auto;
	background-position: 1.2rem 50%;	
	font-size: 1.6rem;
	}
	
	
	/* カラム --------------------------------------------------- */
	
	#Page_FamiyGameTime .Col {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	
	#Page_FamiyGameTime .Col2_PC li {
	width: calc(50% - 2%);
	}
	
	#Page_FamiyGameTime .Col3_PC li {
	width: calc(32.33333333% - 2%);
	}
	
	#Page_FamiyGameTime .Col4_PC li {
	width: calc(25% - 0.6%);
	}


	/* 写真 --------------------------------------------------- */
	
	#Page_FamiyGameTime .Photo img {
	width: 100%;
	height: auto;
	}			


	/* ボタン --------------------------------------------------- */
	
	#Page_FamiyGameTime .Btn {
	font-size: 15px;
	letter-spacing: 0;
	}	


	/* ページ下部 --------------------------------------------------- */

	#Page_FamiyGameTime .OtherContWrap {
	max-width: 94rem;
    margin: 7rem auto 0 auto;
	}	


	/* 関連バナー --------------------------------------------------- */
	
	#CampaginBanner1 {
	max-width: 54rem;
	margin: 0 auto;
	}
		
	
	/* パンくず --------------------------------------------------- */
	
	#Page_FamiyGameTime .BreadCrumb_Wrap {
	margin-top: 8rem;
	}	
	
	
	/* ページ下部 特典案内--------------------------------------------------- */
	#CampaginBottom {
	margin-top: 8rem;	
	}
						
}



/* ■ 導入 ==================================================================================== */

#Page_FamiyGameTime .SectionIntro .KV img {
width: 100%;
height: auto;
text-align: center;
}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 372px) {


}

@media print, screen and (min-width: 768px) {

}

@media print, screen and (min-width: 1090px) {

	#Page_FamiyGameTime .SectionIntro .KV {
	max-width: 200rem;
	margin: 0 auto;
	}

}



/* ■ セクション ==================================================================================== */

/*
■ 共通
■ おすすめゲーム8選
*/


/* 共通 --------------------------------------------------- */


#Page_FamiyGameTime .SectionMain .Bg_Wrap {
position: relative;
}

#Page_FamiyGameTime .SectionMain .Title_Main {
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
text-align: center;
overflow: hidden;
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
}

#Page_FamiyGameTime .SectionMain .Title_Main span {
display: block;
}

#Page_FamiyGameTime .SectionMain .Title_Main .Mds_Jp {
font-weight: 700;
letter-spacing: 0.15em;
}

#Page_FamiyGameTime .SectionMain .Title_Main .Mds_En {
font-weight: 700;
letter-spacing: 0.2em;
}

#Page_FamiyGameTime .SectionMain .Intro_Lead_Main {
font-weight: 500;
text-align: center;
letter-spacing: 0.1em;
}
	
#Page_FamiyGameTime .SectionMain .BtnItemList {
background: #fff;
font-weight: 700;
text-align: center;
line-height: 1.0em;
letter-spacing: 0.1em;
}

#Page_FamiyGameTime .SectionMain .Item_Wrap img {
overflow: hidden;
}

#Page_FamiyGameTime .SectionMain .Item_Wrap .MV {
position: relative;
}

#Page_FamiyGameTime .SectionMain .Item_Wrap .MV .Icon_Num {
position: absolute;
top: 0;
background-image: url(/images/campaign/famiy_game_time/game/Texture_Bg.jpg);
background-repeat: repeat-y;
background-position: center top;
font-weight: 600;
color: #fff;
text-align: center;
overflow: hidden;
}

#Page_FamiyGameTime .SectionMain .Item_Wrap .MV .Item_New {
position: absolute;
border-radius: 50%;
background-color: #d9758d;
font-weight: 600;
letter-spacing: 0.05em;
color: #fff;
text-align: center;
}

#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Name {
font-weight: 700;
color: #000;
letter-spacing: 0.1em;
font-feature-settings: "palt" !important;
}    	

#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Detail p {
display: inline-block;
}  

#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Price {
display: inline-block;
font-weight: 600;
color: #000;
line-height: 1em;
letter-spacing: 0.05em;
vertical-align: middle;
}  

#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Price .Item_Price_Yen2 {
display: inline-block;
margin-right: 0.2rem;
font-size: 70%;
vertical-align: middle;
} 

#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_AgeNum span {
display: inline-block;
line-height: 1.0em;
color: #000;
vertical-align: middle;
}

#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Age {
position: relative;
border-right: 1px solid #000;
}

#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Age:before {
position: absolute;
display: inline-block;
top: 0;
left:0;
background: url(/images/campaign/famiy_game_time/game/Icon_Age.png) no-repeat;
background-size: contain;
vertical-align: middle;
content:"";
}

#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Lead {
font-weight: 400;
color: #000;
letter-spacing: 0.1em;
}

/* 入荷予定 --------------------------------------------------- */

#Page_FamiyGameTime .SectionMain .Item_Wrap .ItemSoon .SectionHowTo2 .InstaBox .Photo,
#Page_FamiyGameTime .SectionMain .Item_Wrap .ItemSoon .SectionHowTo2 .InstaBox .Icon_Replay {
display: none !important;
}


#Page_FamiyGameTime .SectionMain .Item_Wrap .ItemSoon .SectionHowTo .LeadUnit {
width: 100% !important;
}

#Page_FamiyGameTime .SectionMain .Item_Wrap .ItemSoon .SectionHowTo .InstaBox .Lead {
width: 100% !important;
}



@media only screen and (max-width: 767px) {

	#Page_FamiyGameTime .SectionMain {
	margin: 0 auto;
	padding: 8rem 1rem 0 1rem; 
	}
	
	#Page_FamiyGameTime .SectionMain .Bg_Wrap {
	padding: 8rem 2.5rem 4.5rem 2.5rem;
	}
	
	#Page_FamiyGameTime .SectionMain .Title_Main {
	max-width: 31rem;
	top: -4.5rem;
	padding: 1.5rem 0;
	border-radius: 1rem !important;
	}	

	#Page_FamiyGameTime .SectionMain .Title_Main .Mds_Jp {
	font-size: 1.6rem;
	line-height: 1.5em;
	}
	
	#Page_FamiyGameTime .SectionMain .Title_Main .Mds_En {
	margin-top: 0.5rem;
	font-size: 1.1rem;
	}

	#Page_FamiyGameTime .SectionMain .Intro_Lead_Main {
	font-size: 1.3rem;	
	line-height: 2.0em;
	}

	#Page_FamiyGameTime .SectionMain .BtnItemListWrap {
	margin-top: 2.5rem;
	}

	#Page_FamiyGameTime .SectionMain .BtnItemList {
	padding: 1.2rem 0;
	border: 2px solid;
	font-size: 1.4rem; 
	}

	#Page_FamiyGameTime .SectionMain .Item_Wrap .ListItem li:not(:first-child) {
	margin-top: 2.5rem;
	}

	#Page_FamiyGameTime .SectionMain .Item_Wrap .MV {
	margin-bottom: 2rem;
	}

	#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Photo img {
	border-radius: 1rem;
	}	

	#Page_FamiyGameTime .SectionMain .Item_Wrap .MV .Item_New {
	top: 1.5rem;
	right: 1.5rem;
	width: 5rem;
	height: 5rem;
	padding-left: 0.1rem;
	font-size: 1.5rem;
	line-height: 5rem;
	}

	#Page_FamiyGameTime .SectionMain .Item_Wrap .MV .Photo img {
	border-radius: 1rem;		
	}

	#Page_FamiyGameTime .SectionMain .Item_Wrap .MV .Icon_Num {
	left: 1rem;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 0 0 0.5rem 0.5rem;	
	background-size: 62rem auto;
	font-size: 2rem;
	}

	#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Name {
	font-size: 1.7rem;
	}   	

	#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Detail {
	margin-top: 0.2rem;
	} 	

	#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Price {
	font-size: 1.8rem;
	} 

	#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_AgeNum {
	margin-top: 0.5rem;
	}

	#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_AgeNum span {
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	}

	#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Age {
	margin-right: 1rem;
	padding-left: 1.8rem;
	padding-right: 1rem;
	font-size: 1.2rem;
	}
	
	#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Age:before {
	width: 1.2rem;
	height: 2.2rem;
	margin-top: -0.2rem;
	}

	#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Num {
	font-size: 1.2rem;
	}

	#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Lead {
	margin-top: 1.2rem;
	font-size: 1.4rem;
	}
	
}

@media only screen and (max-width: 372px) {

	#Page_FamiyGameTime .SectionMain .BtnItemList {
	font-size: 1.2rem;
	letter-spacing: 0.05em; 
	}

}

@media print, screen and (min-width: 768px) {

	#Page_FamiyGameTime .SectionMain {
	margin: 0 auto;
	padding: 18rem 3rem 0 3rem;
	}

	#Page_FamiyGameTime .SectionMain .Bg_Wrap {
	padding: 16rem 7.5rem 10.5rem 7.5rem;
	}

	#Page_FamiyGameTime .SectionMain .Title_Main {
	max-width: 57rem;
	top: -8rem;
	padding: 4.5rem 0;
	border-radius: 2rem !important;
	}

	#Page_FamiyGameTime .SectionMain .Title_Main .Mds_Jp {
	font-size: 2.6rem;
	line-height: 1.5em;
	}
	
	#Page_FamiyGameTime .SectionMain .Title_Main .Mds_En {
	margin-top: 0.5rem;
	font-size: 1.6rem;
	}	

	#Page_FamiyGameTime .SectionMain .Intro_Lead_Main {
	font-size: 1.8rem;	
	line-height: 2.0em;
	}

	#Page_FamiyGameTime .SectionMain .BtnItemListWrap {
	margin-top: 5.2rem;
	}

	#Page_FamiyGameTime .SectionMain .BtnItemList {
	width: 40rem;
	margin: 0 auto;
	padding: 1.8rem 0 2rem 1rem;
	border: 2px solid;
	font-size: 1.8rem; 
	}

	#Page_FamiyGameTime .SectionMain .Item_Wrap:first-of-type  {
	margin-top: 6rem;
	}
	
	#Page_FamiyGameTime .SectionMain .Item_Wrap:last-of-type {
	margin-bottom: 0;
	}		

	#Page_FamiyGameTime .SectionMain .Item_Wrap .MV {
	margin-bottom: 1.5rem;
	}

	#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Photo img {
	border-radius: 2rem;
	}	

	#Page_FamiyGameTime .SectionMain .Item_Wrap .MV .Item_New {
    top: 2rem;
    right: 2rem;
    width: 6rem;
    height: 6rem;
    line-height: 6.1rem;
	}

	#Page_FamiyGameTime .SectionMain .Item_Wrap .MV .Icon_Num {
	left: 2rem;
	width: 5rem;
	height: 5rem;
	border-radius: 0 0 0.5rem 0.5rem;
	background-size: 125rem auto;	
	font-size: 2.8rem;
	line-height: 5rem;
	}

	#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Name {
	font-size: 2.2rem;
	}   	

	#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Detail {
	margin-top: 0.5rem;
	} 

	#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Price {
	font-size: 2rem;
	}  

	#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_AgeNum {
	margin-top: 1rem;
	margin-left: 2rem;
	}

	#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_AgeNum span {
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	}

	#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Age {
	margin-right: 1rem;
	padding-left: 1.8rem;
padding-right: 1rem;
	font-size: 1.2rem;
	}

	#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Age:before {
	width: 1.2rem;
	height: 2.2rem;
	margin-top: -0.2rem;
	}

	#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Num {
	font-size: 1.2rem;
	}

	#Page_FamiyGameTime .SectionMain .Item_Wrap .Item_Lead {
	margin-top: 1.2rem;
	font-size: 1.4rem;
	}

}

@media print, screen and (min-width: 1090px) {
	#Page_FamiyGameTime .SectionMain {
	max-width: 120rem;
	padding: 18rem 0 0 0;
	}
	
}


/* おすすめゲーム8選 --------------------------------------------------- */

#Page_FamiyGameTime #Game .Bg_Wrap {
background: var(--color-game-sub1);
}

#Page_FamiyGameTime #Game .Title_Main {
background-image: url(/images/campaign/famiy_game_time/game/Texture_Title_Main.jpg);
color: #1f929f;
}
	
#Page_FamiyGameTime #Game .BtnItemList {
background-image: url(/images/campaign/famiy_game_time/game/Icon_LinkFwd.png);
background-repeat: no-repeat;
background-position: 96% 50%;
border-color: var(--color-game-main1);
color: var(--color-game-main1);
}

#Page_FamiyGameTime #Game .Item_Wrap .Item_Name {
color: var(--color-game-main1);
}

#Page_FamiyGameTime #Game .SectionItemEach img {
overflow: hidden;
}

#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo {
border: 0.1rem solid var(--color-game-main1);
}

#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo .Mds_HowTo {
font-weight: 700;
color: var(--color-game-main1);
letter-spacing: 0.1em;
}

#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo .Lead {
font-weight: 400;
letter-spacing: 0.1em;
}

#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo2 .InstaBox .Photo {
position: relative;
}

#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo2 .InstaBox .Photo img {
overflow: hidden;
}

#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo2 .InstaBox .Icon_Replay {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
z-index: 10;
}

#Page_FamiyGameTime #Game .SectionItemEach .ListHowTo .LeadBox::after {
display: block;		
content: "";
clear: both;
}

@media only screen and (max-width: 767px) {

	#Page_FamiyGameTime #Game .BtnItemList {
	background-size: 1.2rem auto;
	}

	#Page_FamiyGameTime #Game .SectionItemEach {
	margin-top: 3rem;
	padding-top: 3rem;
	background: url(/images/campaign/famiy_game_time/game/Texture_DashedLine.png) repeat-x left top;
	background-size: 1.2rem auto;
	}

	#Page_FamiyGameTime #Game .Item_Wrap:first-of-type .SectionItemEach:first-of-type {
	margin-top: 0;
	padding-top: 0;
	background: none;
	}

	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo {
	margin-top: 2rem;
	padding: 1.5rem;
	border-radius: 1rem;
	}	

	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo .Lead {
	font-size: 1.2rem;
	}

	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo .Mds_HowTo {
	margin-bottom: 1rem
	}

	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo .Mds_HowTo span {
	display: inline-block;
	vertical-align: middle;
	}

	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo .Mds_HowTo .Mds_Jp {
	font-size: 1.6rem;
	}

	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo .Mds_HowTo .Mds_En {
	margin-left: 0.6rem;
	font-size: 1rem;
	}	

	#Page_FamiyGameTime #Game .SectionItemEach .ListHowTo li:not(:first-child) {
	margin-top: 1.8rem;
	padding-top: 1.8rem;
	border-top: 0.1rem solid var(--color-game-main1);
	}	

	#Page_FamiyGameTime #Game .SectionItemEach .ListHowTo .PhotoBox {
	width: 48%;		
	}				

	#Page_FamiyGameTime #Game .SectionItemEach .ListHowTo .PhotoBox img {
	border-radius: 0.6rem;		
	}

	#Page_FamiyGameTime #Game .SectionItemEach .ListHowTo .LeadBox {
	width: 46%;	
	}

	#Page_FamiyGameTime #Game .SectionItemEach .ListHowTo .Icon_Num {
	width: 2.2rem;
	height: 3.1rem;
	margin: 0 1rem 0.2rem 0;
	padding-bottom: 3.1rem;
	border-radius: 0.3rem;
	line-height: 3.1rem;
	}

	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo2 .InstaBox .Photo {
	display: block;
	width: 48%;
	}

	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo2 .InstaBox .Photo img {
	border-radius: 0.6rem;		
	}

	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo2 .InstaBox .Lead {
	display: block;
	width: 48%;	
	}

	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo2 .InstaBox .Icon_Replay {
	width: 3.25rem;
	height: 3.25rem;
	}	

}	

@media screen and (orientation: landscape) {

}

@media print, screen and (min-width: 768px) {

	#Page_FamiyGameTime #Game {
	padding-top: 17rem;
	}

	#Page_FamiyGameTime #Game .BtnItemList {
	background-size: 1.5rem auto;
	}

	#Page_FamiyGameTime #Game .Item_Wrap {
	margin-bottom: 6rem;
	padding-bottom: 5.2rem;
	background: url(/images/campaign/famiy_game_time/game/Texture_DashedLine.png) repeat-x left bottom;
	background-size: 1rem auto;
	}
	
	#Page_FamiyGameTime #Game .SectionItemEach {
	width: 48%;
	}

	#Page_FamiyGameTime #Game .SectionItemEach .MV .Photo img {
	border-radius: 2rem;		
	}

	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo {
	margin-top: 2.5rem;
	padding: 2.5rem 3rem 3rem 3rem;
	border-radius: 1.5rem;
	}	

	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo .Lead {
	font-size: 1.3rem;
	}

	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo .Mds_HowTo {
	margin-bottom: 1.8rem
	}

	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo1 .Mds_HowTo span {
	display: inline-block;
	vertical-align: middle;
	}
	
	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo2 .Mds_HowTo span {
	display: block;
	}

	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo .Mds_Jp {
	font-size: 2.2rem;
	}

	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo .Mds_En {
	font-size: 1.2rem;
	}	

	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo1 .Mds_HowTo .Mds_En {
	margin-left: 1rem;
	}

	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo2 .Mds_HowTo .Mds_HowTo .Mds_En {
	margin-top: 1rem;
	}
				
	#Page_FamiyGameTime #Game .SectionItemEach .ListHowTo .PhotoBox img {
	border-radius: 1.2rem;		
	}

	#Page_FamiyGameTime #Game .SectionItemEach .ListHowTo .LeadBox {
	margin-top: 2rem;	
	}

	#Page_FamiyGameTime #Game .SectionItemEach .ListHowTo .Icon_Num {
	width: 2.8rem;
	height: 3.6rem;
	margin: 0 1rem 0.2rem 0;
	padding-left: 0.03rem;
	padding-bottom: 3.7rem;	
	border-radius: 0.3rem;
	line-height: 3.6rem;
	}

	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo2 .LeadUnit {
	width: 48%;
	}	
	
	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo2 .InstaBox {
	width: 48%;
	}

	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo2 .InstaBox .Photo img {
	border-radius: 1.2rem;		
	}

	#Page_FamiyGameTime #Game .SectionItemEach .SectionHowTo2 .InstaBox .Icon_Replay {
	width: 6rem;
	height: 6rem;
	}	

}

