@charset "UTF-8";
/*html{overflow:visible !important;}*/
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* reset */
#subnavi .subnaviLinksR a {
	line-height: 22px;
}
#category, #coupon, #search_pc, #chain {
	background: #FDE700;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 15px;
}
#category {
	padding-bottom: 10px;
	background: url(../../../../../asobi/images/bazaar_bg003.png) no-repeat;
}
#headerSP {
	display: none;
}
.listTopicPath {
	display: none;
}
#topSearchPanel {
	display: none;
}
div#main {
	width: 100%;
	float: none;
}

/* ranking_a style start */
#wrap {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	line-height: 1.3;
	color: #333;
	text-align: left;
}
/* info topics */
#info {
	width: 655px;
	display: block;
	font-size: 12px;
	margin-bottom: 4px;
	float: left;
}
.cam {
	width: 654px;
	display: block;
	font-size: 12px;
}
.cam p {
	display: block;
	height: 15px;
	margin-top: 0;
	margin-bottom: 3px;
}
#page_info {
	float: right;
}
.to_pagetop {
	font-size: 12px;
}
html {
	font-size : 75%;
}

@media screen and (min-width : 640px) {
html {
	font-size : 87.5%;
}
.campaignStep .step4 ul.sp_att{
	display:none;
}
}

@media screen and (min-width : 1024px) {
html {
	font-size : 100%;
}
}

/*---hover 設定---*/
/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
 16.65% {
 -webkit-transform: translateY(8px);
 transform: translateY(8px);
}
 33.3% {
 -webkit-transform: translateY(-6px);
 transform: translateY(-6px);
}
 49.95% {
 -webkit-transform: translateY(4px);
 transform: translateY(4px);
}
 66.6% {
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
}
 83.25% {
 -webkit-transform: translateY(1px);
 transform: translateY(1px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes hvr-wobble-vertical {
 16.65% {
 -webkit-transform: translateY(8px);
 transform: translateY(8px);
}
 33.3% {
 -webkit-transform: translateY(-6px);
 transform: translateY(-6px);
}
 49.95% {
 -webkit-transform: translateY(4px);
 transform: translateY(4px);
}
 66.6% {
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
}
 83.25% {
 -webkit-transform: translateY(1px);
 transform: translateY(1px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}

.hvr-wobble-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Underline Reveal */
.hvr-underline-reveal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.hvr-underline-reveal:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff100;
	height: 4px;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.fade {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.fade:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
/* PC
-----------------------------------*/
/* 共通 */
.pcLayout {
	display: block;
}
.spLayout {
	display: none;
}
.pcLayout_inline {
	display: inline;
}
.spLayout_inline {
	display: none;
}
#wrap, #content {
	clear: both;
}
#main {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka;
}
.mainCont {
	padding: 0;
	background: #fff100;
}
.mainBtnBox {
	margin-bottom: 34px;
	padding: 0px 0;
	background: url(../images/20160901/btn_bg.png) no-repeat 0 0;
	width: 100%;
	height: 322px;
}
.mainBtnBox .btnArea {
	width: 100%;
	margin: 0 auto;
	padding: 12% 0 2%;
	text-align: center;
}
.mainBtnBox .btnArea img {
	margin: 0 auto;
	text-align: center;
}
.btnArea a {
	display: block;
}
.btnArea .noteTxt {
	margin: 2%;
	padding-bottom: 55px;
}
p.noteTxt {
	margin: 0 auto;
	text-align: center;
}
#page_info {
	width: auto !important;
}
.index_h1 {
	width: 340px !important;
}
.cam {
	width: auto !important;
}
.top_info {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 10px;
}
.rb {
	color: rgb(252, 0, 0);
	font-size: 12px;
	font-weight: bold;
	margin-right: 20px;
}
.mainCont a:link, .mainCont a:visited {
	color: #009bdc;
}
.mainCont a:hover, .mainCont a:active {
	color: #FF7D00;
}
/* KV */
.kvBox {
	padding: 0px;
}
.kvBox .txtBox {
	width: 950px;
	/*height:576px;*/
	padding: 0;
	text-align: center;
}
span.li_red {
	font-size: 0.95em;
	color: #FF0004;
}
p.p_red {
	font-size: 0.95em;
	color: #FF0004;
	padding: 0;
	margin: 0;
	line-height: 16px;
}
table.step_list {
	width: 98%;
	border: 1px #666666 solid;
	border-collapse: collapse;
	background-color: #ffffff;
	margin-top: 15px;
}
.step_list td {
	border: 1px #666666 solid;
	padding: 3px 3px;
}
.col {
	background: #ebf4e8;
	font-weight: bold;
}
/* campaignStep */
.campaignStep {
	width: 950px;
	margin: 0 auto;
}
.campaignStep h2 {
	text-align: center;
	height: 72px;
	margin: 0 auto;
}
.campaignStep h2 img {
	margin: 0 auto;
}
.campaignStep .inner {
	width: 100%;
	overflow: hidden;
	margin-bottom: 3%;
}
.campaignStep {
 *zoom: 1;
 *display:inline;
 *font-size:0;
}
.step {
	display: block;
	margin: 0 auto;
}
.campaignStep .arrow {
	width: 100%;
	margin: 0 auto;
	padding: 3% 0 0;
}
.arrow img {
	padding: 0;
}
.campaignStep .step1 {
	width: 478px;
 *width: 472px;
	padding: 0;
	margin: 0 auto;
 *margin:0 4px 0 0;
	border-right: 5px solid #FFFFFF;
	float: left;
}
.campaignStep .step1 .title h3 {
	width: 430px;
	height: 119px;
	text-align: center;
	margin: 28px auto -28px;
}

campaignStep .step1 .title h3 img.pcLayout {
}
.campaignStep .step1 .description {
	border-radius: 5px;
	border:none;
	background-color:#FFFFFF;
	width: 420px;
	height: 145px;
	margin: 4% auto 0;
	text-align: center;
}
.campaignStep .step1 .description img {
	margin: 0 auto;
}
.campaignStep .step1 .description p.box1 {
	padding-top: 45px;
}
.campaignStep .step1 .buttonArea {
	margin: 30px auto 0;
	width: 420px;
}
.campaignStep .step1 .buttonArea p {
	font-size: 12px;
	margin-bottom: 10px;
}
.campaignStep .step2 {
	margin: 0 auto;
	padding: 0;
	width: 472px;
	float: right;
}
.campaignStep .step2 .title h3 {
	width: 430px;
	height: 119px;
	text-align: center;
	margin: 0 auto;
}
.campaignStep .step2 .description {
	border-radius: 5px;
	border:none;
	background-color:#FFFFFF;
	width: 420px;
	height: 145px;
	margin: 4% auto 0;
	text-align: center;
}
.campaignStep .step2 .description p.box1 {
	padding-top: 45px;
}
.step2 .description p.box1 img {
	margin: 0 auto;
}
.campaignStep .step2 .buttonArea {
	margin: 30px auto 0;
	width: 420px;
}
.campaignStep .step2 .buttonArea p {
	font-size: 12px;
	margin-bottom: 10px;
}
.campaignStep .step3 {
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.campaignStep .step3 .title {
	width: 100%;
	height: 101px;
	text-align: center;
	margin: 0 auto;
}
.campaignStep .step3 .title h3 {
	text-align: center;
	margin: 10px 0 0 110px;
 *margin: 10px 0 0 20px;
}
.campaignStep .step3 .all_disc {
	width: 892px;
	margin: 0 auto;
}
.campaignStep .step3 .description {
	width: 444px;
	float: left;
}
.campaignStep .step3 .description .box1 {
	float: left;
	width: 444px;
	height: 141px;
	font-weight: bold;
	background: url(../images/20160901/bg_step3.png) no-repeat 0 0;
	margin: 2% 0 0 0;
	padding: 35px 0 0 7%;
 *padding:20px 0 0;
}
.campaignStep .step3 .description .box1 p {
	text-align: center;
	margin: 10px auto;
}
.campaignStep .step3 .buttonArea {
	float: right;
	margin-top: 32px;/*width:380px;*/
}
.campaignStep .step3 .buttonArea img {
	margin: 0;
}
.campaignStep .step4 {
	width: 100%;
	height: auto;
	margin: 10px auto 0;
}
.campaignStep .step4 .title {
	text-align: center;
	margin: 0 auto;
	height: 101px;
}
.campaignStep .step4 .title h3 {
	text-align: center;
	margin: 10px 0 0 110px;
 *margin: 10px 0 0 20px;
}
.campaignStep .step4 .description {
	width: 892px;
	height: auto;
	margin: 0 auto;
}
.campaignStep .step4 .description .box {
	width: 470px;
	float: left;
}
.campaignStep .step4 .description .box1 {
	margin: 0px auto;
}
.campaignStep .step4 .description .box2 {
	float: left;
	font-weight: bold;
	margin-top: 0px;
}
.campaignStep .step4 .box {
	margin-bottom: 20px;
}
.campaignStep .step4 .buttonArea {
	/*float:right;*/
	margin-top: 0px;
}
.campaignStep .step4 .buttonArea img {
	margin: 0;
	margin-left: 5px;
}
.campaignStep .step4 ul li:before {
	/*content: "※";*/
	position: absolute;
	top: 0;
	left: 0;
}
.campaignStep .step4 .get {
	float: left;
}
.campaignStep .step4 ul.attention{
	text-align: left;
	margin: 0 auto;
	padding: 0;
	list-style-type:none;
	clear:both;
}
.campaignStep .step4 .attention li{
	line-height:1.35em;
	margin: 0 0 5px 0;
	padding:0;
}

/* ShopList */
.ShopList {
	width:850px;
	background:#FFFFFF;
	margin:0px auto;
	padding:40px 0;
}
.ShopList p{
	float:right;
	background:url(../images/20160901/arrow_ponta.png) no-repeat;
	padding:3px 0 10px 30px;
	margin-top:10px;
}

/* Ponta_Jal */
.ShopList .Ponta_Jal {
	width:850px;
	background:#FFFFFF;
	margin:0px auto;
	text-align:center;
	padding:30px 0 0 0;
}
.ShopList .Ponta_Jal .btn {
	background:url(../images/20160901/ponta_jal_bg.png) no-repeat;
	overflow:hidden;
	padding-top:20px;
	padding-left:40px;
	height:182px;
}
.ShopList .Ponta_Jal ul li.left{
	display:inline-block;
	float:left;s
	padding-top:40px;
}

.ShopList .Ponta_Jal ul li.right{
	display:inline-block;
	float:left;s
	padding-top:40px;
}


.mainBtnBox_footer {
/*	margin-bottom: 1%;*/
	background: url(../images/20160901/btn_bg.png) no-repeat 0 0;
	padding: 0;
	width: 100%;
	height: 300px;
}
.mainBtnBox_footer .btnArea {
	width: 90%;
	margin: 0 auto;
	padding: 12% 0 0;
}
.mainBtnBox_footer .btnArea img {
	margin: 0 auto;
	text-align: center;
}
.mainBtnBox_footer .noteTxt {
	width: 70%;
	margin: 0 auto;
	padding: 2% 0 2%;
}
/* campaignDetailBox */
.campaignDetailBox {
	margin-top: 47px;
	padding-bottom: 60px;
}
.campaignDetailBox .lineTit {
	padding-left: 7px;
	font-weight: bold;
	border-left: 4px solid #ff542a;
}
.campaignDetailBox ul.noteList li span.red_col {
	color: #fc0000;
}
.campaignDetailBox ul.noteList li.red_list {
	color: #fc0000;
}
.campaignDetailBox .mainTit {
	padding-bottom: 8px;
	border-bottom: 1px solid #ff542a;
}
.campaignDetailBox .mainTit h2 {
	position: relative;
	padding-left: 8px;
	font-size: 22px;
	border-left: 6px solid #ff542a;
}
.campaignDetailBox .noteTxt {
	text-align: left;
	font-size: 12px;
	color: #666;
}
.campaignDetailBox .campaignDetailMain {
	overflow: hidden;
	width: 910px;
	margin: 10px auto 0;
}
.campaignDetailMain h3 {
	margin-top: 25px;
	font-size: 18px;
}
.campaignDetailListBox {
	overflow: hidden;
	margin-top: 30px;
}
.campaignDetailListBox dl {
	font-size: 12px;
}
.campaignDetailListBox .campaignDetailListL {
	float: left;
	width: 435px;
}
.campaignDetailListBox .campaignDetailListR {
	float: right;
	width: 456px;
	padding-left: 20px;
 *padding-left: 16px;
	border-left: 1px dashed #ff542a;
}
.campaignDetailListBox dl dt {
	margin-top: 16px;
}
.campaignDetailListBox dl dt:first-child {
	margin-top: 0;
}
.campaignDetailListBox dl dd {
	margin-top: 7px;
	line-height: 1.5;
}
.campaignDetailListBox dl dd ul {
	margin-left: 20px;
}
.campaignDetailListBox dl dd li {
	list-style: disc;
	margin-top: 8px;
}
.campaignDetailListBox dl dd li.kome {
	list-style: none;
	margin-left: -15px;
	color: #FF0004;
	font-weight: bold;
}
.campaignDetailListBox dl dd li:first-child {
	margin-top: 0;
}
.campaignDetailListBox dl dd .noteList {
	margin-top: 8px;
	margin-left: 0;
}
.campaignDetailListBox dl dd .noteList li {
	position: relative;
	list-style: none;
	padding-left: 15px;
}
.campaignDetailListBox dl dd .noteList li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.campaignDetailListBox dl dd .noteList2 ul {
	margin-top: 5px 0 10px;
}
.campaignDetailListBox dl dd .noteList2 li {
	position: relative;
	list-style: none;
	padding-left: 20px;
	margin-top: 5px;
	line-height: 1.4em;
	color: #FF0004;
	font-size: 0.95em;
}
.campaignDetailListBox dl dd .noteList2 li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.campaignDetailBox .btnArea {
	margin-top: 40px;
	padding: 10px 0 25px;
	background: #ffcc00;
}
.campaignDetailBox .btnArea ul {
	letter-spacing: -0.4em;
	margin-left: -5px;
}
.campaignDetailBox .btnArea li {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: bottom;
	letter-spacing: normal;
}
.campaignDetailBox .btnArea li:first-child {
	margin-right: 6px;
}
.campaignDetailListBox dl dd .noteList3 {
	margin-top: 8px;
	margin-left: 0;
}
.campaignDetailListBox dl dd .noteList3 li {
	position: relative;
	list-style: none;
	padding-left: 15px;
}
.campaignDetailListBox dl dd .noteList3 li:before {
	content: "･";
	position: absolute;
	top: 0;
	left: 0;
}

/* SP用スタイル */
@media screen and (max-width:640px) {
body {
	width: 100%;
}
#header990 {
	width: 100%;
}
#header990 #pankuzu {
	padding: 0 10px !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	font-size: 10px !important;
}
#header_dms_ovr {
	display: none;
}
#headerSP {
	margin-bottom: 5px;
	padding: 5px 5px 1px 10px;
	border-bottom: 1px solid #d2d2d2;
	box-sizing: content-box;
	display: block;
	position: relative;
	height: 39px;
}
#content #main h2.lower {
	margin-bottom: 5px;
	padding-top: 19.44%;
	width: 100%;
	height: 0;
	background-image: url(../../../../../asobi/images/bg_ranking_head_sp.jpg);
	background-size: contain;
	text-align: left;
}
#content #main h2.lower .itemCategory {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 30%;
	width: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: -0.05em;
}
#content #main h2.lower .itemCategory.line2 {
}
#content #main h2.lower .itemCategory br {
	display: inline;
}
#content #main h2.lower .itemArea {
	margin-top: -10px;
	padding: 5px;
	right: 10px;
	top: 50%;
	font-size: 10px;
}
.catch {
	display: none;
}
.cf {
	zoom: 1!important;
}
.cf:after {
	content: ""!important;
	display: block!important;
	clear: both!important;
	height: 0!important;
	visibility: hidden!important;
}
.fl {
	float: left !important;
}
.logoL {
	background-position: 0 0;
	display: block;
	width: 90px;
	height: 35px;
	text-indent: -99999px;
	background-size: 214px auto;
}
.cS {
	background-image: url(/assets/img/common/sitetitle.png);
	background-repeat: no-repeat;
}
.headerIcons {
	overflow: hidden;
	float: right;
	margin-top: 1px;
	font-size: 0;
	text-align: right;
}
.headerIcons li {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	border: none;
}
.headerIcons li:last-child {
	margin-left: 8px;
}
.headerIcons li > a {
	display: block;
	width: 40px;
	height: 34px;
}
.header_icon_help {
	overflow: hidden;
	background: url(/assets/img/pages/smart/2x/btn_helpinfo_l.png) no-repeat 0 0;
	background-size: 40px 34px;
	text-indent: 100%;
	white-space: nowrap;
}
#header_area iframe, #info {
	display: none;
}
#wrap, #content, div#main {
	width: 100%;
}
/* sp fotter */
.listTopicPath {
	border-top: 1px solid #d2d2d2;
	display: block;
}
.to_pagetop {
	border-top: 1px solid #d2d2d2;
	width: 100%;
	overflow: hidden;
}
.to_pagetop a {
	box-sizing: content-box;
	display: block;
	float: right;
	padding: 10px;
	color: #2489CE;
	background: none;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	text-decoration: none !important;
	white-space: nowrap;
}
.to_pagetop a:before {
	content: "▲";
	padding-right: 5px;
	color: #676767;
	font-size: 14px;
}
.footerMenu {
	width: 100%;
}
.footerMenu tr {
	height: auto;
}
.footerMenu td {
	display: none;
}
.footerMenu td.logoFooter {
	padding: 10px;
	display: block;
}
.footerMenu td.logoFooter a {
	display: block;
	text-decoration: none !important;
}
.footerMenu td.logoFooter a:first-child {
	margin-bottom: 0px;
}
.listTopicPath {
	border-top: 0;
	display: block;
}
.listTopicPath li a {
	background-color: #fff;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	color: #595757 !important;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	overflow: hidden;
	padding: 13px 20px 13px 15px;
	position: relative;
	text-overflow: ellipsis;
	white-space: normal;
	text-decoration: none !important;
}
.listTopicPath > li > a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 30px;
	margin-top: -6px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWCAYAAADwza0nAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMRJREFUeNpiZgCCyPBwA10dnetA/PLK1asXGIgAzCBNQHo/EAsAcQBQ80eg5hOENDIhaYKBfqBh84nRWIhFPIGQZmaQn4DOewhyJpocyN8KQPmNWDWCCHI0M8MYpGpmRuaQopkZ3QnEambG5nFiNDPjCm6oZkYg0wGL5o9MuDRCU1Q+FilQklzAiEcTeoqCaXJcvnLlB0ZyNIE4jORoQtFIiia4RlI1gTWSowlXfiSoCVd+JKgJW34kShN6/DkwkAAAAgwAccyKhLCQKvoAAAAASUVORK5CYII=) no-repeat;
	background-size: 7px 11px;
	-webkit-background-size: 7px 11px;
}
.listTopicPath > li:last-child > a {
	border-bottom: 1px solid #ccc;
}
.listTopicPath > li > a.btnActive {
	background-color: #d9d9d9;
}
#abTypeApopup .noneCheckDate {
	min-width: 120px;
	width: 100% !important;
	white-space: nowrap !important;
}
#abTypeApopup .noneCheckDate label {
	width: 100% !important;
	white-space: nowrap !important;
}
#category {
	background: no-repeat #FDE700;
	padding: 10px 0;
}
/* SP
	-----------------------------------*/
.pcLayout {
	display: none;
}
.spLayout {
	display: block;
}
.pcLayout_inline {
	display: none;
}
.spLayout_inline {
	display: inline;
}
#main {
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
}
#main img {
	width: 100%;
	height: auto;
}
.mainCont {
	padding-bottom: 0px;
}
.kvBox .txtBox, .campaignTopInfo .noteTxt, .campaignStep, .campaignStepDetail li .txtBox, .campaignStepDetail li .imgBox, .reviewStep li, .campaignDetailBox .campaignDetailMain, .campaignDetailListBox .campaignDetailListL, .campaignDetailListBox .campaignDetailListR, .updateReviewFunction {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top_info {
	padding: 0 10px;
}
.index_h1 {
	width: auto !important;
	padding: 0 10px;
}
.mainBtnBox {
	margin-bottom: 1%;
	background-image: url(../images/20160901/btn_bg_sp.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	width: 100%;
	height: auto;
}
.mainBtnBox .btnArea {
	width: 90%;
	margin: 0 auto;
	padding: 14% 0 0;
}
.mainBtnBox .noteTxt {
	width: 70%;
	margin: 0 auto;
	padding: 2% 0 0 2%;
}
/* KV */
.kvBox {
	position: relative;
	padding: 0;
	background: #fff100;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.kvMainBox {
	padding: 0;
}
.kvBox .txtBox {
	width: 100%;
	height: auto;
	padding-top: 0px;
}
.kvBox h1 img {
	width: 100%;
	height: 100%
}
/* campaignStep */
.campaignStep {
	position: relative;
	z-index: 10;
	margin: 4px 0 30px 0;
	border: none;
}
.campaignStep h2 {
	width: 60%;
	max-width: 332px;
	height: auto;
	padding: 0 10px;
	margin: 0 auto;
}
.Bottom-SP {
	width: 100%;
	height: auto;
	padding: 0 10px;
}
.inner {
	margin: 0;
	padding: 0;
}
.inner ol {
	margin: 0;
	padding: 0;
}
#main .inner {
	width: 100%;
	display: table;
	margin-top: 0;
	margin-left: 0;
}
#main .inner li:first-child {
	padding-bottom: 0;
}
.campaignStep .arrow {
	width: 100%;
	margin: 0 auto;
	padding: 3% 0 0;
}
.campaignStep .arrow img {
	padding: 0;
}
.sp_cont_footer {
	width: 90%;
	margin: 0 auto;
}
.campaignStep .step1 {
	width: 100%;
	-webkit-background-size: 100% auto;
	background: none;
	background-size: 100% auto;
	height: auto;
	border-right: none;
	float: none;
}
.campaignStep .step1 img.step {
	margin: 0 auto;
	display: inline-block;
	padding: 2% 30% 4% 30%;
	width: 100%;
}
.campaignStep .step1 .title {
	width: 96%;
	height: auto;
	padding-top: 0px;
	overflow: hidden;
	margin: 0 auto;
}
.campaignStep .step1 .title h3 {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.title img {
	margin: 0 auto;
	text-align: center;
}
.campaignStep .step1 .description {
	border-radius: 5px;
	border:none;
	background-color:#FFFFFF;
	width: 90%;
	height: auto;
	margin: 4% auto 0;
	text-align:center;
}
.campaignStep .step1 .description p.box1 {
	width: 94%;
	text-align: center;
	margin: 0 auto;
	padding: 5% 4% 0 3%;
}
.campaignStep .step1 .buttonArea {
	width: 90%;
	text-align: center;
	margin: 6% auto 0%;
}
.campaignStep .step1 .buttonArea p {
	font-size: 0.7em;
	margin-bottom: 2%;
}
.campaignStep .step2 {
	width: 100%;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	height: auto;
	float: none;
}
.campaignStep .step2 img.step {
	margin: 0 auto;
	display: inline-block;
	padding: 3% 30% 2% 30%;
	width: 100%;
}
.campaignStep .step2 .title {
	width: 96%;
	height: auto;
	padding-top: 0px;
	overflow: hidden;
	margin: 0 auto;
}
.campaignStep .step2 .title h3 {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.campaignStep .step2 .description {
	border-radius: 5px;
	border:none;
	background-color:#FFFFFF;
	width: 90%;
	height: auto;
	margin: 4% auto 0;
}
.campaignStep .step2 .description p.box1 {
	width: 94%;
	text-align: center;
	margin: 0 auto;
	padding: 5% 4% 0 3%;
}
.step2 .description p.box1 img {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.campaignStep .step2 .buttonArea {
	width: 90%;
	text-align: center;
	margin: 6% auto 0%;
}
.campaignStep .step2 .buttonArea p {
	font-size: 0.7em;
	margin-bottom: 2%;
}
.campaignStep li.step3 {
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	height: auto;
}
.campaignStep .step3 img.step {
	margin: 0 auto;
	display: inline-block;
	padding: 0 30% 2% 30%;
	width: 100%;
}
.campaignStep .step3 .title {
	width: 96%;
	height: auto;
	padding-top: 0px;
	overflow: hidden;
}
.campaignStep .step3 .title h3 {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.campaignStep .step3 .all_disc {
	width: 100%;
	margin: 0 auto;
}
.campaignStep .step3 .description {
	background: url(../images/20160901/bg_step2.png) no-repeat 0 0;
	background-size: 100% auto;
	width: 90%;
	height: auto;
	margin: 4% auto 0;
	padding: 4% 4% 1%;
	float: none;
}
.campaignStep .step3 .description .box1 {
	float: none;
	width: 94%;
	height: auto;
	background-image: none;
	background-size: 100% auto;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.campaignStep .step3 .description .box1 p {
	width: 94%;
	text-align: center;
	margin: 4% auto;
}
.campaignStep .step3 .buttonArea {
	width: 90%;
	text-align: center;
	margin: 6% auto 0%;
	float: none;
}
.campaignStep .step3 .buttonArea img {
	margin: 0;
}
.campaignStep li.step4 {
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	height: auto;
}
.campaignStep .step4 img.step {
	margin: 0 auto;
	display: inline-block;
	padding: 0 30% 2% 30%;
	width: 100%;
}
.campaignStep .step4 .title {
	width: 96%;
	height: auto;
	padding-top: 0px;
	overflow: hidden;
	margin: 0 auto;
}
.campaignStep .step4 .title h3 {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.campaignStep .step4 .description .box {
	margin: 0 auto 4%;
	width: 100%;
}
.campaignStep .step4 .description {
	/*position: relative;*/
		/*z-index: 10;*/
	width: 96%;
	height: auto;
	margin: 4% auto 0;
	padding: 0 4% 1%;
}
.campaignStep .step4 .description .box1 {
	margin: 0;
	width: 98%;
}
.campaignStep .step4 .description .box1 p {
	margin: 0;
}
.campaignStep .step4 .description .box2 {
	margin: 0;
	width: 49%;
}
.campaignStep .step4 .description .box2 p {
	margin: 0;
}
.campaignStep .step4 .get {
	float: none;
}

.campaignStep .step4 ul.attention{
	display:none;
	text-align: left;
	margin: 0 auto;
	padding: 4% 0 0 0;
	list-style-type:none;
}

.campaignStep .step4 ul.sp_att{
	text-align: left;
	margin: 0 auto;
	padding: 4% 0 0 0;
	list-style-type:none;
	font-size:0.8em;
}

.campaignStep .step4 ul.sp_att li img{
	max-width: 100%;
}
.mainBtnBox_footer {
	margin-bottom: 1%;
	background-image: url(../images/20160901/btn_bg_sp.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	width: 100%;
	height: auto;
}
.mainBtnBox_footer .btnArea {
	width: 90%;
	margin: 0 auto;
	padding: 14% 0 0;
}
.mainBtnBox_footer .noteTxt {
	width: 70%;
	margin: 0 auto;
	padding: 2% 0 2%;
}
/* campaignDetailBox */
.campaignDetailBox {
	margin-top: 30px;
	padding-bottom: 0;
}
.campaignDetailMainBox {
	padding: 0 10px;
}
.campaignDetailBox .mainTit h2 {
	font-size: 18px;
}
.campaignDetailBox dt.lineTit {
	margin-top: 21px;
	border-left: 3px solid #ff542a;
}
.campaignDetailBox ul.noteList li span.red_col {
	color: #fc0000;
}
.campaignDetailBox ul.noteList li.red_list {
	color: #fc0000;
}
.campaignDetailBox .noteTxt {
	font-size: 10px;
}
.campaignDetailBox .campaignDetailMain {
	margin-top: 5px;
}
.campaignDetailMain h3 {
	margin-top: 20px;
	font-size: 13px;
}
.campaignDetailListBox {
	margin-top: 23px;
}
.campaignDetailListBox .campaignDetailListR {
	margin-top: 20px;
	padding: 0;
	border: none;
}
.campaignDetailListBox dl dd li {
	margin-top: 4px;
}
.campaignDetailBox .btnArea {
	margin-top: 25px;
	padding: 10px 14px 25px 7px;
}
.campaignDetailBox .btnArea li:first-child {
	margin-bottom: 4px;
	margin-right: 0;
}
.spLayout_inline {
	display: inline;
}
.top_info {
	padding: 0 10px;
}
.index_h1 {
	width: auto !important;
	padding: 0 10px;
}
.footarea {
	box-sizing: border-box;
}
}

@media screen and (max-width:640px) {
#content #main h2.lower .itemCategory {
	top: 40%;
}
#content #main h2.lower .itemCategory.line2 {
	top: 35%;
}

/* ShopList */
.ShopList {
	width:100%;
	padding:3% 0;
}
.ShopList p{
	padding:3px 5px 10px 30px;
	margin-top:10px;
}

/* Ponta_Jal */
.ShopList .Ponta_Jal {
	width:100%;
	padding:3% 0;
}
.ShopList .Ponta_Jal .btn {
	width:100%;
	background-size:100%;
	overflow:hidden;
	padding:3%;
	height:auto;
}
.ShopList .Ponta_Jal ul li.left{
	display:inline-block;
	float:left;
	padding:1% 0 2% 1%;
	width:62%;
}
.ShopList .Ponta_Jal ul li.right{
	display:inline-block;
	float:left;
	padding-top:1%;
	width:35%;
}


}

@media screen and (max-width:320px) {
#content #main h2.lower .itemCategory {
	top: 40%;
}
#content #main h2.lower .itemCategory.line2 {
	top: 25%;
}
}