@charset "utf-8";

/*---------------------------------------------------

SPセールページレイアウト切り替え　ロングタイプ

Copyright (c) THIRDWAVE CORP. All Rights Reserved.  
----------------------------------------------------*/

/*-------------------------------------
白背景1カラム：column_1
白背景2カラム：column_2
黒背景1カラム：column_1_g
黒背景2カラム：column_2_g
---------------------------------------*/

/*-------------------------------------
【1カラム】
<li>
<div class="thumbnail">
  <div class="boxL"> モデル画像部分
  <div class="text_frame"> スペック部分、SP専用ボタン
</li>

【2カラム】
<li>
<div class="boxItem">
  <div class="boxL"> モデル画像部分
  <div class="boxL"> スペック部分
<div class="bt_blue"> SP専用ボタン
</li>
---------------------------------------*/

@media screen and (max-width: 479px) {
  /*白背景共通*/
  .column_1,
  .column_2  {
    margin: auto auto 10px;
    width: 97%;
  }
  .column_1 a,
  .column_2 a {
    background: #fff;
    border: #9CB8CA solid 1px;
    box-sizing: border-box;
    display: block;
    margin: auto auto 15px;
    padding: 10px;
    text-decoration: none;
    width: 100%;
  }
  .column_1 span.priceStrike,
  .column_2 span.priceStrike {
    color: #000;
    text-decoration: line-through !important;
  }
  .column_1 a .bt_blue .btnDetail,
  .column_2 a .bt_blue .btnDetail {
    background: #60C1DE;
    box-sizing: border-box;
    color: #fff;
    display: block;
    margin-top: 10px;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
  }
  .column_1 a:hover .bt_blue .btnDetail,
  .column_2 a:hover .bt_blue .btnDetail {
    background: #0D71C9;
    color: #fff;
	}
  
  
  /*白背景1カラム*/
  .column_1 .text_frame {
    width: 100%;
    display: inline-block;
  }
  .column_1 .text {
    color: #000;
    margin: 10px 0;
    line-height: 1.4;
    width: 100%;
  }
  .column_1 .thumbnail {
    width: 95%;
    margin: auto;
    text-align: center;
  }
  .column_1 .thumbnail img {
    width: 60%;
  }
  
  
  /*白背景2カラム*/
  .column_2 .boxItem {
    overflow: hidden;
    margin-bottom: 5px;
  }
  .column_2 .boxL {
    float: none;
    width: 100%;
  }
  .column_2 .item_pic {
    position: relative;
    text-align: center;
  }
  .column_2 .boxR {
    float: none;
    width: 100%;
  }
  .column_2 .point {
    display: table;
    width: 100%;
  }
  .column_2 .point .item_name {
    color: #333;
    font-size: 150%;
    font-weight: bold;
    margin-left: 30px;
    display: table-cell;
    width: 80%;
  }
  .column_2 .spec {
    color: #000;
  }
  .column_2 .spec p {
    display: inline;
  }
  
  
  /*黒背景共通*/
  .column_1_g,
  .column_2_g  {
    margin: auto auto 10px;
    width: 97%;
  }
  .column_1_g a,
  .column_2_g a {
    background: #000;
    border: #9CB8CA solid 1px;
    box-sizing: border-box;
    display: block;
    margin: auto auto 15px;
    padding: 10px;
    text-decoration: none;
    width: 100%;
  }
  .column_1_g span.priceStrike,
  .column_2_g span.priceStrike {
    color: #fff;
    text-decoration: line-through !important;
  }
  .column_1_g a .bt_blue .btnDetail,
  .column_2_g a .bt_blue .btnDetail {
    background: #f0f0f0;
    box-sizing: border-box;
    color: #000;
    display: block;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
  }
  .column_1_g a:hover .bt_blue .btnDetail,
  .column_2_g a:hover .bt_blue .btnDetail {
    background: #FFFE01;
    color: #000;
  }
  
  
  /*黒背景1カラム*/
  .column_1_g .thumbnail {
    width: 95%;
    margin: auto;
    text-align: center;
  }
  .column_1_g .thumbnail img {
    width: 60%;
  }
  .column_1_g .text_frame {
    width: 100%;
    display: inline-block;
  }
  .column_1_g .text_frame .text {
    color: #fff;
    margin: 10px 0;
    line-height: 1.4;
    width: 100%;
  }
  .column_1_g span.title_item {
    color: #fff;
    font-size: 1.1rem;
  }
  .column_1_g .text_frame .text p {
    display: inline;
  }
  
  
  /*黒背景2カラム*/
  .column_2_g .boxItem {
    overflow: hidden;
    margin-bottom: 5px;
  }
  .column_2_g .boxL {
    float: none;
    width: 100%;
  }
  .column_2_g .item_pic {
    text-align: center;
  }
  .column_2_g .item_pic img {
    width: 60%;
  }
  .column_2_g .boxR {
    float: none;
    width: 100%;
  }
  .column_2_g .point {
    display: table;
    width: 100%;
  }
  .column_2_g .point .item_name {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    display: table-cell;
    line-height: 1.1;
  }
  .column_2_g .spec {
    color: #fff;
    line-height: 1.4;
  }
  .column_2_g .spec span {
    color: #fff;
  }
  .column_2_g .spec p {
    display: inline;
  }
  
	 
/*還元訴求　ゲーミングＰＣ*/	
	.point-camp{
		color: #FFEB3B;		
	}
	.point_back,.cashless_back{
color: #FFEB3B !important;
    padding: 3px 0 0 0;
    margin: 5px 0 0 0;
    display: inline-block!important;
    letter-spacing: 1px;
	}
	
	.point_back:before {
vertical-align: middle;
    padding-right: 5px;
    margin-bottom: 3px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/5info/img/sale_temp/icon_wintersale_pointback.png) no-repeat;
    background-size: contain;
}
	
	.cashless_back:before {
    vertical-align: middle;
    padding-right: 5px;
    margin-bottom: 3px;
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(/5info/img/sale_temp/icon_cashless_cashlessback.png) no-repeat;
    background-size: contain;
}
	
	.point_back_s,.cashless_back_s{
color: #FFEB3B !important;
    padding: 3px 0 0 0;
    margin: 2px 0 0 0;
    display: inline-block!important;
    letter-spacing: 1px;
	}
	
	.point_back_s:before {
vertical-align: middle;
    padding-right: 4px;
    margin-bottom: 2px;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/5info/img/sale_temp/icon_wintersale_pointback.png) no-repeat;
    background-size: contain;
}
	
	.cashless_back_s:before {
    vertical-align: middle;
    padding-right: 4px;
    margin-bottom: 2px;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/5info/img/sale_temp/icon_cashless_cashlessback.png) no-repeat;
    background-size: contain;
}

/*還元訴求　デスクトップ*/		
	.point-camp_desk{
		color: #000;		
	}
	.point_back_desk,.cashless_back_desk{
color: #000 !important;
    padding: 3px 0 0 0;
    margin: 5px 0 0 0;
    display: inline-block!important;
    letter-spacing: 1px;
	}
	
	.point_back_desk:before {
vertical-align: middle;
    padding-right: 5px;
    margin-bottom: 3px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/5info/img/sale_temp/icon_wintersale_pointback.png) no-repeat;
    background-size: contain;
}
	
	.cashless_back_desk:before {
    vertical-align: middle;
    padding-right: 5px;
    margin-bottom: 3px;
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(/5info/img/sale_temp/icon_cashless_cashlessback.png) no-repeat;
    background-size: contain;
}
	
	.point_back_desk_s,.cashless_back_desk_s{
color: #000 !important;
    padding: 3px 0 0 0;
    margin: 2px 0 0 0;
    display: inline-block!important;
    letter-spacing: 1px;
	}
	
	.point_back_desk_s:before {
vertical-align: middle;
    padding-right: 4px;
    margin-bottom: 2px;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/5info/img/sale_temp/icon_wintersale_pointback.png) no-repeat;
    background-size: contain;
}
	
	.cashless_back_desk_s:before {
    vertical-align: middle;
    padding-right: 4px;
    margin-bottom: 2px;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/5info/img/sale_temp/icon_cashless_cashlessback.png) no-repeat;
    background-size: contain;
}	

	
  /*全共通*/
  a .bt_blue .btnDetail::before {
		content: "\f138";
		margin-right: 10px;
		font-size: 19px;
		font-family: FontAwesome;
	}
  span.title_item {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
  }
  .spec span {
    color: #000;
  }
  .point {
    margin-bottom: 4px;
  }
  .column_1 a.jaccsInstallmentWrapper,
  .column_1_g a.jaccsInstallmentWrapper {
    border: none !important;
    padding: 0;
  }
  
  /*価格色*/
  .red {
    color: #DF001E !important;
    font-size: 125%;
    font-weight: bold;
    display: block;
    margin: 5px 0;
    text-decoration: none;
  }
  .red span {
    color: #DF001E !important;
    text-decoration: none;
  }
  /*納期アイコン*/
  .stktext {
    margin: 5px auto 10px;
  }

/*-------------------------------------------------*/
}