@charset "utf-8";


/*
■ 共通
■ 目次ページ
■ タイトルユニット
■ 検索ユニット
■ 検索結果ユニット
■ 相互リンク
■ 取り扱い店舗案内
■ 個別調整
■ JS検索設定
*/


/* ■ 共通 ------------------------------------------------------------------ */

.LinkLine {
font-weight: bold;
text-decoration: underline !important;
}

#ContentsWrap * {
box-sizing: border-box;
}

#ContentsWrap img {
width: 100%;
height: auto;
}

@media only screen and (max-width: 767px) {

	#User {
	margin-bottom: 0;    
	}

	#Page_Game,
	#Page_Puzzle {
	margin: 15px 10px 0 10px;
	}

	/* グローバルのシャドーを消去 */
	#GlobalNav.Fixed {
	box-shadow: none;
	}

}

@media print, screen and (min-width: 768px) {

	#Page_Game,
	#Page_Puzzle {
	max-width: 940px;
	margin: 30px auto 0;
	}

}



/* ■ 目次ページ ------------------------------------------------------------------ */		

#Page_Index .Photo img {
width: 100%;
height: auto;
}
		
@media only screen and (max-width: 767px) {

	#Page_Index #ContentsWrap {
	margin: 0 15px;
	}

	#Page_Index .OtherContWrap {
	margin: 0 10px;
	}

}

@media only screen and (max-width: 372px) {


	
}

@media print, screen and (min-width: 768px) {

	#Page_Index #ContentsWrap {
	max-width: 94rem;
	margin: 0 auto;
	}

	#Page_Index .OtherContWrap {
	max-width: 94rem;
	margin: 13rem auto 0 auto;
	}
		
}

/* 導入*/
@media only screen and (max-width: 767px) {

	#Page_Index .PageTitle {
	margin-bottom: 3rem;
	}

	#Page_Index .LeadTitle {
	margin: 0 1.5rem 3rem 1.5rem;
	}
	
}

@media only screen and (max-width: 372px) {


	
}
	
@media print, screen and (min-width: 768px) {

	#Page_Index .PageTitle {
	margin-bottom: 7rem;
	}

	#Page_Index .LeadTitle {
	max-width: 86rem;
	margin: 0 auto 70px auto;
	font-size: 1.8rem;
	line-height: 2.1em;	
	}
	
}

/* オンライン限定 */	
#Page_Index .SectionLimitedCp {
position: relative;
}

#Page_Index .SectionLimitedCp .InfoEnd {
font-weight: bold;
}

#Page_Index .SectionLimitedCp h2.Mds {
position: absolute;
display: inline-block;
top: 0;
left: 50%;
border-radius: 50px;
background: #f29837;
font-weight: bold;
color: #fff;
text-align: center;
line-height: 1.0em;
letter-spacing: 0.25em;
}

#Page_Index .SectionLimitedCp .DLHori,
#Page_Index .SectionLimitedCp .DLVert {
background: #f3f3f3;
}

@media only screen and (max-width: 767px) {

	#Page_Index .SectionLimitedCp {
	margin-bottom: 35px;
	padding: 30px 25px;
	border-radius: 15px;
	border: 2.5px solid #f29837;
	}

	#Page_Index .SectionLimitedCp h2.Mds {
	padding: 10px 25px;
	margin-top: -20px;
	margin-left: -30%;
	font-size: 1.7rem;
	}

	#Page_Index .SectionLimitedCp .InfoEnd {
	font-size: 1.7rem;
	}

	#Page_Index .SectionLimitedCp .LBox {
	width: 68%;	
	}	

	#Page_Index .SectionLimitedCp .RBox {
	width: 30%;	
	}

	#Page_Index .SectionLimitedCp .Lead .Num {
	display: inline-block;
	margin: 0 2px;
	font-size: 16px;
	letter-spacing: 0.1em;
	}	

	#Page_Index .SectionLimitedCp .Lead .Note {
	display: block;
	font-size: 11px;
	}
	
	#Page_Index .SectionLimitedCp .DLVert {
	margin-top: 15px;
	padding: 15px 10px;
	}	

	#Page_Index .SectionLimitedCp .DLVert dt,
	#Page_Index .SectionLimitedCp .DLVert dd {
	font-size: 13px;
	}
	
	#Page_Index .SectionLimitedCp .DLVert dt {
	margin-bottom: 10px;
	line-height: 1.0em;
	}

}

@media only screen and (max-width: 372px) {

	#Page_Index .SectionLimitedCp h2.Mds {
	margin-left: -35%;
	}
	
}

@media screen and (max-width: 896px) and (orientation: landscape) {

	#Page_Index .SectionLimitedCp h2.Mds {
	margin-left: -14%;
	}
	
}

@media print, screen and (min-width: 768px) {
	
	#Page_Index .SectionLimitedCp {
	margin-bottom: 70px;
	padding: 40px 55px;
	border-radius: 20px;
	border: 3px solid #f29837;
	}
	
	#Page_Index .SectionLimitedCp h2.Mds {
	padding: 10px 60px;
	font-size: 22px;
	}	

	#Page_Index .SectionLimitedCp h2.Mds {
	margin-top: -23px;
	margin-left: -15%;
	}

	#Page_Index .SectionLimitedCp .InfoEnd {
	font-size: 22px;
	font-weight: bold;
	}

	#Page_Index .SectionLimitedCp .Lead {
	font-size: 1.8rem;
	line-height: 1.8em;
	}

	#Page_Index .SectionLimitedCp .Lead span {
	display: inline-block;
	vertical-align: bottom;
	}

	#Page_Index .SectionLimitedCp .Lead .Num {
	display: inline-block;
	margin: 0 2px;
	font-size: 22px;
	letter-spacing: 0.1em;
	}	

	#Page_Index .SectionLimitedCp .Lead .Note {
	margin-top: -5px;
	margin-left: 2px;
	font-size: 12px;
	}

	#Page_Index .SectionLimitedCp .Lead small {
	display: inline-block;
	margin-top: -50%;
	font-size: 12px;
	}	

	#Page_Index .SectionLimitedCp .LBox {
	width: 75%;	
	}	

	#Page_Index .SectionLimitedCp .RBox {
	width:22%;	
	}
	
	#Page_Index .SectionLimitedCp .DLHori {
	margin-top: 35px;
	padding: 20px 30px;
	}	

	#Page_Index .SectionLimitedCp .DLHori dt,
	#Page_Index .SectionLimitedCp .DLHori dd {
	vertical-align: middle;
	}
	
	#Page_Index .SectionLimitedCp .DLHori dt {
	padding-right: 25px;
	font-size: 16px;
	}

}

/* 目次部分 */
#Page_Index .IndexList li {
position: relative;
}

#Page_Index .IndexList .Icon_New {
position: absolute;
border-radius: 50%;
/* border-color: #b51124; */
background: #F53C3C;
/* background: #fff; */
font-weight: bold;
color: #fff;
/* color: #b51124; */
text-align: center;
letter-spacing: 0.12em;
}

#Page_Index .IndexList h2.Mds {
text-align: center;
}
	
#Page_Index .IndexList li:nth-child(1) h2.Mds {
color: #3ec0aa;
}

#Page_Index .IndexList .Photo a:hover {
opacity:1 !important;
}

#Page_Index .IndexList li:nth-child(1) .Photo img {
border-color: #3ec0aa;
}

#Page_Index .IndexList li:nth-child(2) h2.Mds {
color: #d95395;
}		

#Page_Index .IndexList li:nth-child(2) .Photo img {
border-color: #d95395;
}

#Page_Index .BtnList {
text-align: center;
}

#Page_Index .BtnList a {
display: inline-block;
width: 100%;
border-radius: 10px;
line-height: 1.0em;
font-weight: bold;
color: #fff;
text-decoration: none;
}

#Page_Index .BtnList span {
background: url(/images/sp/common/icon/Icon_LinkFwd_White.png) no-repeat;
background-position: 0 50%;
}

#Page_Index .IndexList li:nth-child(1) .BtnList a {
background: #34bda5;
}

#Page_Index .IndexList li:nth-child(2) .BtnList a {
background: #d95395;
}

@media only screen and (max-width: 767px) {

	#Page_Index .IndexList li:nth-child(1) {
	margin-bottom: 35px;
	}	

	#Page_Index .IndexList .Icon_New {
	top: 1rem;
	right: 1rem;
	width: 6rem;
	height: 6rem;
	padding-top: 1.7rem;
	padding-left: 0.2rem;
/* 	border: 0.3rem solid; */
	font-size: 1.1rem;
	line-height: 1.4em;
	}

	#Page_Index .IndexList .Photo {
	margin-bottom: 2rem;
	}

	#Page_Index .IndexList .Photo img {
	border-radius: 15px;
	border: 2.5px solid;
	overflow: hidden;
	}
	
	#Page_Index .IndexList h2.Mds {
	margin-bottom: 1.2rem;
	font-size: 1.8rem !important;
	line-height: 1.5em !important;
	}

	#Page_Index .IndexList .Lead {
	font-size: 1.5rem;
	}	

	#Page_Index .IndexList .BtnList {
	margin-top: 2rem;
	}

	#Page_Index .BtnList a {
	padding: 1.5rem 0;
	border-radius: 10px;
	font-size: 1.5rem;
	}
	
	#Page_Index .BtnList span {
	padding: 6px 0 6px 28px;
	background-size: 2rem auto;
	}
	
}

@media only screen and (max-width: 372px) {


	
}

@media print, screen and (min-width: 768px) {

	#Page_Index .IndexList {
	display: flex;
	justify-content: space-between;
	}	

	#Page_Index .IndexList li {
	width: 47%;
	}		

	#Page_Index .IndexList .Icon_New {
	top: 1rem;
	right: 1rem;
	width: 9rem;
	height: 9rem;
	padding-top: 2.7rem;
	padding-left: 0.2rem;
/* 	border: 0.3rem solid; */
	font-size: 1.5rem;
	line-height: 1.4em;
	}

	#Page_Index .IndexList .Photo {
	margin-bottom: 4rem;
	}

	#Page_Index .IndexList .Photo img {
	border-radius: 20px;
	border: 3px solid;
	overflow: hidden;
	}

	#Page_Index .IndexList h2.Mds {
	margin-bottom: 3rem;
	font-size: 2.4rem !important;
	line-height: 1.5em !important;
	}	

	#Page_Index .IndexList .Lead {
	line-height: 1.9em;
	}

	#Page_Index .IndexList .BtnList {
	margin-top: 4rem;
	}

	#Page_Index .BtnList a {
	padding: 2rem 0;
	border-radius: 10px;
	font-size: 2.2rem;
	}
	
	#Page_Index .BtnList span {
	padding-left: 3rem;
	background-size: 2.2rem auto;
	}
	
}







/* ■ タイトルユニット ------------------------------------------------------------------ */

.TitleUnit_Mds {
border-bottom: 2px solid;
font-feature-settings: "palt";
text-align: center;
}

#Page_Game .TitleUnit_Mds {
border-color: #34bda5;
color: #34bda5;
letter-spacing: 0.1em
}

#Page_Puzzle .TitleUnit_Mds {
border-color: #d95395;
color: #d95395;
letter-spacing: 0.1em
}

.TitleUnit_Lead {
font-weight: bold;
text-align: center;
}

@media only screen and (max-width: 767px) {

	.TitleUnit_Mds {
	padding-bottom: 10px;
    font-size: 25px;
    line-height: 1.4em;
	}

	.TitleUnit_Mds small {
	display: block;
	margin-right: 4px;
    font-size: 19px;
	}

	.TitleUnit_Lead {
	margin-top: 15px;
	font-size: 14px;
    line-height: 1.8em;
	}

}

@media only screen and (max-width: 372px) {

	.TitleUnit_Mds {
    font-size: 20px;
	}

	.TitleUnit_Mds small {
    font-size: 16px;
	}
	
}

@media print, screen and (min-width: 768px) {

	.TitleUnit_Mds {
	padding-bottom: 25px;
	font-size: 38px !important;
	}

	.TitleUnit_Mds small {
	display: inline-block;
	margin-right: 8px;
    font-size: 28px;
	}

	.TitleUnit_Lead {
	margin-top: 30px;
	font-size: 18px;
    line-height: 1.9em;
	}

}


/* ■ 検索ユニット ------------------------------------------------------------------ */

.JS_Search_Item {
position: relative;
}

#Page_Game .JS_Search_Item {
border-top: 1px solid #34bda5;
}

#Page_Puzzle .JS_Search_Item {
border-top: 1px solid #d95395;
}

.JS_Search_Item_Mds {
font-weight: bold;
background: #f6f6f6;
}

.JS_Search_Item_Mds span {
display: inline-block;
}

.JS_Search_Item_Check {
display: inline-block;
font-feature-settings: "palt";
}

/* 個別解除ボタン（実際はラジオボタン） */
.CheckNull {
position: absolute;
color: #0059b5;
}

.JS_Search_Item_Conditions .JS_Search_Item_Check.CheckNull {
width: auto !important;
}

.JS_Search_Unit .CheckNull input[type=radio] + label::before,
.JS_Search_Unit .CheckNull input[type=checkbox] + label::before,
.JS_Search_Unit .CheckNull input[type=radio] + label::after,
.JS_Search_Unit .CheckNull input[type=checkbox] + label::after {
display: none;
}

/* 件数表示 */
.JS_Result_Num_Top {
font-weight: bold;
text-align: center;
}

/* すべての選択を解除 */
.JS_Search_Reset {
text-align: right;
color: #0059b5;
cursor: pointer;
}

@media only screen and (max-width: 767px) {

	.JS_Search_Unit {
	margin: 25px 0 0 0;
	border-bottom: 0;
	}

	.JS_Search_Item_Mds span {
	padding: 6px 15px;
	}

	.JS_Search_Item_Conditions {
	padding: 6px 15px;
	}

	.JS_Search_Item_Conditions .Item_Price_Yen2 {
	display: inline-block;
	margin-right: 0.2rem;
	font-size: 1.2rem;
	vertical-align: bottom;
	}
	
	.JS_Search_Item_Check {
	margin: 2px 0;
	}

	/* ラジオボタン・チェックボックス間の余白調整 */
	.JS_Search_Item_Check input[type=radio] + label,
	.JS_Search_Item_Check input[type=checkbox] + label {
	margin-right: 6px;
	}

	/* ラジオボタンのアイコン調整 */
	.JS_Search_Item_Check input[type=radio] + label::before {
	top: 12px;
	}

	.JS_Search_Item_Check input[type=radio]:checked + label::after {
	margin-top: -4px;
	}

	/* チェックボックスのアイコン調整 */
	.JS_Search_Item_Check input[type=checkbox] + label::before {
	top: 13px;
	}

	.JS_Search_Item_Check input[type=checkbox]:checked + label::after {
	margin-top: -4px;
	}

	/* 選択肢の横幅調整 */
	.JS_Search_Item_Conditions[data-type="age"] .JS_Search_Item_Check {
	}

	.JS_Search_Item_Conditions[data-type="num"] .JS_Search_Item_Check {
	}

	.JS_Search_Item_Conditions[data-type="piece"] .JS_Search_Item_Check {
	}

	#Page_Game .JS_Search_Item_Conditions[data-type="type"] .JS_Search_Item_Check {
	width: 49%;
	}

	.JS_Search_Item_Conditions[data-type="time"] .JS_Search_Item_Check {
	}

	.JS_Search_Item_Conditions[data-type="level"] .JS_Search_Item_Check {
	}

	.JS_Search_Item_Conditions[data-type="price"] .JS_Search_Item_Check {
	width: 49%;
	}

	/* 個別解除ボタン（実際はラジオボタン） */
	.CheckNull {
	top: 4px;
	right: 0;
	font-size: 13px;
	}

	/* 件数表示 */
	.JS_Result_Num_Top {
	position: sticky;
	top: 8rem;
	z-index: 1000;
	margin-top: 20px;
	padding: 10px 0;
	font-size: 16px;
	color: #fff;
	background: #34bda5;
	}

	#Page_Game .JS_Result_Num_Top {
	background: #34bda5;
	}

	#Page_Puzzle .JS_Result_Num_Top {
	background: #d95395;
	}

	.JS_Result_Num_Link a {
	color: #fff;
	text-decoration: underline;
	}

	/* すべての選択を解除 */
	.JS_Search_Reset {
	padding-top: 7px;
	padding-right: 6px;	
	border-top: 1px solid #e6e6e6;
	font-size: 13px;
	}

}

@media only screen and (max-width: 372px) {

	/* 選択肢の横幅調整 */
	.JS_Search_Item_Conditions[data-type="type"] .JS_Search_Item_Check {
	width: 100%;
	}

	.JS_Search_Item_Conditions[data-type="price"] .JS_Search_Item_Check {
	width: 100%;
	}

}

@media print, screen and (min-width: 768px) {

	.JS_Search_Unit {
	margin-top: 45px;
	}

	.JS_Search_Item {
	display: flex;
	flex-wrap: wrap;
	}

	.JS_Search_Item_Mds {
	width: 22%;
	}

	.JS_Search_Item_Mds span {
	padding: 10px 0 10px 15px;
	}

	.JS_Search_Item_Conditions {
	width: 78%;
	padding: 10px 15px;
	}

	.JS_Search_Item_Conditions .Item_Price_Yen2 {
	display: inline-block;
	margin-right: 0.2rem;
	font-size: 1.2rem;
	vertical-align: bottom;
	}
	
	/* 選択肢の横幅調整 */
	.JS_Search_Item_Conditions[data-type="age"] .JS_Search_Item_Check {
	}

	.JS_Search_Item_Conditions[data-type="num"] .JS_Search_Item_Check {
	}

	.JS_Search_Item_Conditions[data-type="type"] .JS_Search_Item_Check {
	}

	.JS_Search_Item_Conditions[data-type="time"] .JS_Search_Item_Check {
	}

	.JS_Search_Item_Conditions[data-type="level"] .JS_Search_Item_Check {
	}

	.JS_Search_Item_Conditions[data-type="price"] .JS_Search_Item_Check {
	}

	/* 個別解除ボタン（実際はラジオボタン） */
	.CheckNull {
	top: 50%;
	right: 0;
	margin-top: -12px;
	}

	.CheckNull label {
	font-size: 13px !important;
	}

	/* すべての選択を解除 */
	.JS_Search_Reset {
	padding-top: 10px;
	padding-right: 12px;
	font-size: 13px;
	}

	#Page_Game .JS_Search_Reset {
	border-top: 1px solid #34bda5;
	}
	
	#Page_Puzzle .JS_Search_Reset {
	border-top: 1px solid #d95395;
	}

}


/* ■ 検索結果ユニット ------------------------------------------------------------------ */

.JS_Result_List a {
display: block;
color:  #000;
text-decoration: none;
}

.Item_Photo img {
border-radius: 20px;
}

.Item_Name {
font-weight: bold;
}

.Item_Price {
font-weight: bold;
letter-spacing: 0.05em;
}

.Item_Price_Unit {
font-feature-settings: "palt";
}

.Item_Price_Yen2 {
font-feature-settings: "palt";
}

/* 入荷予定 */
.Item_Soon a {
pointer-events: none;
}

.Item_Soon .Item_Buy {
display: none;
}

.IconSoon {
display: inline-block;
background: #eb6d8e;
font-weight: bold;
color: #fff;
text-align: center;
}

/* ゲーム */
#Page_Game .Item_Photo img {
border: 2px solid #34bda5;
}

#Page_Game .Item_Name {
color: #34bda5;
}

#Page_Game .Item_Type {
display: inline-block;
box-sizing: border-box;
border: 1px solid #34bda5;
font-weight: bold;
color: #34bda5;
line-height: 1.0em;
}

#Page_Game .Item_AgeNum span,
#Page_Game .Item_TimeLevel span {
display: inline-block;
line-height: 1.0em;
vertical-align: middle;
}

#Page_Game .Item_Age,
#Page_Game .Item_Time {
position: relative;
border-right: 1px solid #000;
}

#Page_Game .Item_Age:before {
position: absolute;
display: inline-block;
top: 0;
left:0;
background: url(/images/campaign/gamepuzzle/game/Icon_Age.png) no-repeat;
background-size: contain;
vertical-align: middle;
content:"";
}

#Page_Game .Item_Time:before {
position: absolute;
display: inline-block;
top: 0;
left:0;
background: url(/images/campaign/gamepuzzle/game/Icon_Time.png) no-repeat;
background-size: contain;
vertical-align: middle;
content:"";
}

#Page_Game .Item_Level_Num {
text-indent: -9999px;
}

#Page_Game .Item_Level1 {
background: url(/images/campaign/gamepuzzle/game/Icon_Level_1.png);
background-size: contain;
background-position: 0 0;
}

#Page_Game .Item_Level1_5 {
background: url(/images/campaign/gamepuzzle/game/Icon_Level_1_5.png);
background-size: contain;
background-position: 0 0;
}

#Page_Game .Item_Level2 {
background: url(/images/campaign/gamepuzzle/game/Icon_Level_2.png);
background-size: contain;
background-position: 0 0;
}

#Page_Game .Item_Level2_5 {
background: url(/images/campaign/gamepuzzle/game/Icon_Level_2_5.png);
background-size: contain;
background-position: 0 0;
}

#Page_Game .Item_Level3 {
background: url(/images/campaign/gamepuzzle/game/Icon_Level_3.png);
background-size: contain;
background-position: 0 0;
}

/* パズル */
#Page_Puzzle .Item_Photo img {
border: 2px solid #d95395;
}

#Page_Puzzle .Item_Name {
color: #d95395;
}

#Page_Puzzle .Item_TypeCateSozai span {
display: inline-block;
box-sizing: border-box;
border: 1px solid #d95395;
font-weight: bold;
color: #d95395;
line-height: 1.0em;
vertical-align: middle;
}

#Page_Puzzle .Item_TypeCateSozai span:last-child {
margin-right: 0;
}

#Page_Puzzle .Item_PieceAge span {
display: inline-block;
line-height: 1.0em;
vertical-align: middle;
}

#Page_Puzzle .Item_Age,
#Page_Puzzle .Item_Piece {
position: relative;
}

#Page_Puzzle .Item_Age {
border-right: 1px solid #000;
}

#Page_Puzzle .Item_Age:before {
position: absolute;
display: inline-block;
top: 0;
left:0;
background: url(/images/campaign/gamepuzzle/puzzle/Icon_Age.png) no-repeat;
background-size: contain;
vertical-align: middle;
content:"";
}

#Page_Puzzle .Item_Piece:before {
position: absolute;
display: inline-block;
top: 0;
left:0;
background: url(/images/campaign/gamepuzzle/puzzle/Icon_Piece.png) no-repeat;
background-size: contain;
vertical-align: middle;
content:"";
}

/* 購入ボタン */
.Item_Buy {
display: block;
border: 2px solid #b8daeb;
border-radius: 30px;
box-sizing: border-box;
background: #f1f8fd url(/images/sp/common/icon/Icon_LinkFwd_Blue.png) no-repeat;
background-position: 7% 50%;
line-height: 1.0em;
font-weight: bold;
text-align: center;
color: #3d5fc4;
text-decoration: none;
}
	
/* 件数表示 */
.JS_Result_Num {
font-weight: bold;
text-align: center;
}

@media only screen and (max-width: 767px) {

	.JS_Result_Unit {
	margin-top: 10px;
	}

	.JS_Result_Target {
	margin-top: 30px;
	}

	.IconStatus.IconStatus_S img {
	margin-top: 1.5rem;
	width: auto !important;
    height: 1.5rem !important;
	}
	
	.Item_Name {
	margin-top: 15px;
	font-size: 18px;
	line-height: 1.4em;
	}

	.Item_Price {
	margin-top: 10px;
	font-size: 16px;
	}

	.Item_Price_Unit {
	margin-left: 2px;
	font-size: 13px;
	}

	.Item_Price_Yen2 {
	margin-right: 0.2rem;
	font-size: 1.3rem;
	}

	.Item_Lead {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.6em;
	}
	
	/* 入荷予定 */
	.IconSoon {
	margin-top: 1.5rem;
	padding: 0.15rem 0.8rem;
	border-radius: 15px;
	font-size: 10.5px;
	}

	/* ゲーム */
	#Page_Game .Item_Type {
	margin-top: 10px;
	padding: 5px 8px;
	border-radius: 5px;
	font-size: 12px;
	}

	#Page_Game .Item_AgeNum {
	margin-top: 10px;
	}

	#Page_Game .Item_AgeNum span,
	#Page_Game .Item_TimeLevel span {
	padding-top: 2px;
	padding-bottom: 2px;
	}

	#Page_Game .Item_Age,
	#Page_Game .Item_Time {
	padding-right: 10px;
	}

	#Page_Game .Item_Age {
	margin-right: 10px;
	padding-left: 18px;
	font-size: 12px;
	}
	
	#Page_Game .Item_Age:before {
	width: 12px;
	height: 22px;
	margin-top: -2px;
	}
	
	#Page_Game .Item_TimeLevel {
	margin-top: 10px;
	}

	#Page_Game .Item_Time {
	margin-right: 10px;
	padding-left: 18px;
	font-size: 12px;
	}

	#Page_Game .Item_Time:before {
	width: 14px;
	height: 16px;
	}

	#Page_Game .Item_Num {
	font-size: 12px;
	}

	#Page_Game .Item_Level {
	font-size: 12px;
	}
	
	#Page_Game .Item_Level_Num {
	width: 50px;
	height: 14px;
	margin-top: -4px;
	}

	/* パズル */
	#Page_Puzzle .Item_TypeCateSozai {
	margin-top: 10px;
	}

	#Page_Puzzle .Item_TypeCateSozai span {
	margin-right: 5px;
	padding: 5px 8px;
	border-radius: 5px;
	font-size: 12px;
	}

	#Page_Puzzle .Item_PieceAge {
	margin-top: 10px;
	}

	#Page_Puzzle .Item_PieceAge span {
    padding-top: 2px;
    padding-bottom: 2px;
	}
	
	#Page_Puzzle .Item_Age {
	margin-right: 10px;
	padding-left: 18px;
	padding-right: 10px;
	font-size: 12px;
	}

	#Page_Puzzle .Item_Age:before {
	width: 12px;
	height: 22px;
	margin-top: -2px;
	}

	#Page_Puzzle .Item_Piece {
	padding-left: 18px;
	font-size: 12px;
	}

	#Page_Puzzle .Item_Piece:before {
	width: 16px;
	height: 16px;
	}	

	/* 購入ボタン */
	.Item_Buy {
	margin-top: 15px;
	width: 54%;
	padding: 10px 0 10px 4%;
	background-size: 15px auto;
	}

	/* 件数表示 */
	.JS_Result_Num {
	font-size: 16px;
	}

}

@media print, screen and (min-width: 768px) {

	.JS_Result_Unit {
	margin-top: 20px;
	}

	.JS_Result_List {
	display: flex;
	flex-wrap: wrap;
	margin: 20px -2% 0;
	}

	.JS_Result_Target {
	width: calc(32.33333333% - 3%);
	margin: 0 2% 4%;
	}

	.IconStatus.IconStatus_S img {
	margin-top: 1.5rem;
	width: auto !important;
    height: 1.7rem !important;
	}
	
	.Item_Name {
	margin-top: 15px;
	font-size: 18px;
	line-height: 1.4em;
	}

	.Item_Price {
	margin-top: 10px;
	font-size: 18px;
	}

	.Item_Price_Unit {
	margin-left: 2px;
	font-size: 12.5px;
	}

	.Item_Price_Yen2 {
	margin-right: 0.2rem;
	font-size: 12.5px;
	}

	.Item_Lead {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.6em;
	}

	/* 入荷予定 */
	.IconSoon {
	margin-top: 1.5rem;
	padding: 0.2rem 0.8rem;
	border-radius: 15px;
	font-size: 11px;
	}

	/* ゲーム */
	#Page_Game .Item_Type {
	margin-top: 15px;
	padding: 5px 8px;
	border-radius: 4px;
	font-size: 12px;
	}

	#Page_Game .Item_AgeNum {
	margin-top: 10px;
	}

	#Page_Game .Item_AgeNum span,
	#Page_Game .Item_TimeLevel span {
	padding-top: 2px;
	padding-bottom: 2px;
	}

	#Page_Game .Item_Age,
	#Page_Game .Item_Time {
	padding-right: 10px;
	}

	#Page_Game .Item_Age {
	margin-right: 10px;
	padding-left: 18px;
	font-size: 12px;
	}

	#Page_Game .Item_Age:before {
	width: 12px;
	height: 22px;
	margin-top: -2px;
	}

	#Page_Game .Item_TimeLevel {
	margin-top: 10px;
	}

	#Page_Game .Item_Time {
	margin-right: 10px;
	padding-left: 18px;
	font-size: 12px;
	}

	#Page_Game .Item_Time:before {
	width: 14px;
	height: 16px;
	}

	#Page_Game .Item_Num {
	font-size: 12px;
	}

	#Page_Game .Item_Level {
	font-size: 12px;
	}
	
	#Page_Game .Item_Level_Num {
	width: 50px;
	height: 14px;
	margin-top: -4px;
	}

	/* パズル */
	#Page_Puzzle .Item_TypeCateSozai {
	margin-top: 15px;
	}

	#Page_Puzzle .Item_TypeCateSozai span {
	margin-right: 5px;
	padding: 5px 8px;
	border-radius: 4px;
	font-size: 12px;
	}

	#Page_Puzzle .Item_Type,
	#Page_Puzzle .Item_Cate {
	margin-right: 10px;
	font-size: 12px;
	}

	#Page_Puzzle .Item_Cate {
	font-size: 12px;
	}

	#Page_Puzzle .Item_Sozai {
	font-size: 12px;
	}
		
	#Page_Puzzle .Item_PieceAge {
	margin-top: 10px;
	}

	#Page_Puzzle .Item_PieceAge span {
    padding-top: 2px;
    padding-bottom: 2px;
	}
		
	#Page_Puzzle .Item_Age {
	margin-right: 10px;
	padding-left: 18px;
	padding-right: 10px;
	font-size: 12px;
	}

	#Page_Puzzle .Item_Age:before {
	width: 12px;
	height: 22px;
	margin-top: -2px;
	}

	#Page_Puzzle .Item_Piece {
	padding-left: 18px;
	font-size: 12px;
	}

	#Page_Puzzle .Item_Piece:before {
	width: 16px;
	height: 16px;
	}
		
	/* 購入ボタン */
	.Item_Buy {
	margin-top: 15px;
	width: 54%;
	padding: 10px 0 10px 4%;
	background-size: 16px auto;
	font-size: 15px;
	}

	/* 件数表示 */
	.JS_Result_Num {
	font-size: 20px;
	}

}


/* ■ 相互リンク ------------------------------------------------------------------ */

.BtnAnother {
border-top: 1px solid #e6e6e6;
text-align: center;
}

.BtnAnother a {
display: inline-block;
border-radius: 10px;
line-height: 1.0em;
font-weight: bold;
color: #fff;
text-decoration: none;
}

.BtnAnother span {
background: url(/images/sp/common/icon/Icon_LinkFwd_White.png) no-repeat;
background-position: 0 50%;
}

#Page_Game .BtnAnother a {
background: #d95395;
}

#Page_Puzzle .BtnAnother a {
background: #34bda5;
}

@media only screen and (max-width: 767px) {

	.BtnAnother {
	margin-top: 20px;
	padding-top: 25px;
	}

	.BtnAnother a {
	width: 100%;
	padding: 20px 10px;
	font-size: 15px;
	}

	.BtnAnother span {
	padding: 8px 0 8px 30px;
	background-size: 20px auto;
	}

}

@media print, screen and (min-width: 768px) {

	.BtnAnother {
	margin-top: 50px;
	padding-top: 40px;
	}

	.BtnAnother a {
	width: 600px;
	padding: 20px 10px;
	font-size: 22px;
	}

	.BtnAnother span {
	padding-left: 30px;
	background-size: 22px auto;
	}

}

@media print, screen and (min-width: 1090px) {

}



/* ■ 取り扱い店舗案内 ------------------------------------------------------------------ */

@media only screen and (max-width: 767px) {

	#Shop_Stock_Notice {
	margin-top: 45px;
	}

}

@media print, screen and (min-width: 768px) {

	#Shop_Stock_Notice {
	margin-top: 80px;
	}

}


/* ■ 個別調整 ------------------------------------------------------------------ */

@media only screen and (max-width: 767px) {

	.PC {
	display: none;
	}

}

@media print, screen and (min-width: 768px) {

	.SP {
	display: none;
	}

}

@media only screen and (max-width: 372px) {

	.SE {
	display: none;
	}

}


/* ■ JS検索設定 ------------------------------------------------------------------ */

/* 検索結果の表示・非表示 */
.JS_Result_Target {
display: none;
}

.JS_Result_Target.JS_Result_Selected {
display: block;
}

