@charset "utf-8";

/* -------------------------
共通スタイル
------------------------- */
footer,
header,
nav,
section {
	display: block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

html {
	font-size: 62.5%;
	/* 1.0em ≒ 10px */
}

body {
	font-family: "MS Pゴシック", sans-serif;
	font-size: 1.4rem;
	/* ≒ 14px */
	line-height: 1.6;
	margin: 0;
	padding: 0;
	background: #fff;
	height: auto !important;
	float: left;
	width: 100%;
	box-sizing: border-box;
}

a {
	color: #c83c28;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a img {
	border-style: none;
	outline: none;
	border: none;
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #010101;
	font-size: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	font-weight: bold;
	box-sizing: border-box;
}

ul,
ol {
	padding: 0;
}

dl {
	/*margin: 0 0 0.8em 0;*/
}

dl dt {
	margin: 0 0 0.2em 0;
	font-weight: bold;
}

dl dd {
	margin: 0 0 0.4em 0;
	padding: 0;
}


li {
	list-style: none;
}

table p,
table ul,
table dl {
	text-align: inherit;
	text-justify: auto;
}

img {
	max-width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 0;
}

h1 {
	max-width: 100%;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 9px;
}

h1 img {
	height: auto;
	max-width: 54%;
}

.h2_title_img {
	height: auto;
	padding: 50px 0 30px;
}

.bg_red {
	background: url(../img/h2_bg_rattern.png);
	background-size: cover;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.flex>p {
	width: 45%;
}

.wrapper {
	width: 100%;
	position: relative;
	min-height: 100%;
}

.section_inner {
	margin: 0 auto;
	text-align: center;
	line-height:1.8;
	letter-spacing: 0.05em;
}

.container {
	padding-bottom: 252px;
	/*フッターの高さと同じにする*/
}

.w-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 920px;

}

.title_bonus_01 {
	width: 280px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.divwrap_middle {
	display: block;
	position: relative;
	margin-bottom: 40px;
	padding: 30px 0;
	-webkit-box-pack: center;
	border-radius: 10px;
	background-color: #fff;
}

nav {
	background-color: #c93c27;
	width: 100%
}

nav ul {
	box-sizing: border-box;
	max-width: 992px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	list-style: none;
}

nav ul li:hover {
	background: #e2533e;
	transition-duration: 0.4s;
}

nav ul li a {
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 15px;

}
.list{
	display: flex;
    padding: 0;
}
nav ul li a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.6);
	transition-duration: 0.4s;
	width: 100%;
}
nav ul li {
	float:left;
	width: 25%;
	 /*追加*/display: flex;
	 width: 100%;
	 box-sizing: border-box;
	 /*削除text-align: center;*/
	 margin: 0;
	text-align: center;
}

/* -------------------------
PC・SP
------------------------- */

.sp_only {
	display: none !important;
}

@media only screen and (max-width: 480px) {
	.pc_only {
		display: none !important;
	}

	.sp_only {
		display: block !important;
	}

}


/* -------------------------
header
------------------------- */

header {
	padding: 0 40px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
}

header .logo img {
	height: auto;
	margin-top: 15px;
}

header .logo:hover,
.share li:hover {
	opacity: 0.8;
	transition-duration: 0.4s;
}

ul.share {
	display: flex;
}

.share li {
	width: 40px;
	height: 40px;
	background: #de120b;
	border-radius: 50%;
	text-align: center;
	list-style: none;
	margin-right: 10px;
}

.share li a {
	display: block;
	height: 100%;
	width: 100%
}

.share img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: 10px;
}



/* -------------------------
KV
------------------------- */

.kv_contents {
	position: relative;
	padding: 20px 0;
	background-image: url(../img/kv_bg.jpg);
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

.kv_contents .btn_area {
	height: auto;
	font-size: 1.6rem;
	margin: 0 auto;
	padding: 40px 0px;
	margin: -45px 0;
	background-color: #fff5bd;
	text-align: center;
}

.btn_area img {
	width: 430px;
	height: auto;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	margin: 0 auto;
	background-color: #fff5bd;
	text-align: center;
}

.btn_amb {
	margin-top: 18px;
	position: relative;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
	padding: 0 76px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 1px;
	background: #de120b;
	transition: transform 0.2s ease-in;
}


.abm_btn p:hover {
	opacity: 0.6;
	filter: brightness(110%);
}

.abm_btn {
	text-decoration: none !important;
}


.attention {
	color: #333;
	font-size: 1.3rem;
	margin-top: 5px;
	letter-spacing: 0.05em;
}

.kv_position {
	position: absolute;
}

.orn_01 {
	top: 243px;
	left: 17px;
}

.orn_02 {
	top: 13px;
	right: -40px;
}


.orn_hana {
	top: 275px;
	left: 240px;
	width: 50px;
}

.orn_tsuru {
	top: 70px;
	right: 177px;
	width: 180px;
}

.orn_u {
	top: 430px;
	left: 280px;
}

.orn_ume {
	top: 50px;
	left: 260px;
	width: 70px;
}

.orn_ushi {
	top: 280px;
	right: -5px;
}


/* -------------------------
お年玉ボーナス
------------------------- */

.section_bonus {
	background: #fff5bd url(../img/bg_cloud.jpg) repeat-y;
}

.section_bonus .section_inner:last-child {
	padding-bottom: 10px;
}

.h2_small {
	font-size: 1.9rem;
	margin-bottom: -35px;
	margin-top: 5px;
}

.h2_red {
	color: #c83c28;
}
.bonus_text{
	font-size: 1.6rem;
	font-weight: bold;
}

/*----- table -----*/
table {
	margin: 0 auto;
	text-justify: auto;
	width: 45%;
	border-spacing: 0;
	margin-bottom: 20px;
}

tr.table_bg_red td {
	color: #fff;
}

tr.table_bg_red td:nth-child(even) {
	font-size: 3.0rem;
}

tr.table_bg_red td span {
	font-size: 2.2rem;
}

td.table_red_01 {
	background: #db4b36 !important;
	font-weight: bold;
}

td.table_red_02 {
	background: #c83c28;
	font-weight: bold;
}

td.table_red_03 {
	background: #a31f0c !important;
	font-weight: bold;
}

th {
	color: #fff;
	background: #b48c50;
	padding: 6px;
}

td:nth-child(even) {
	color: #c83c28;
	font-weight: bold;
}

td:nth-child(odd) {
	font-size: 1.9rem;
}

td span {
	font-size: 1.6rem;
}


td {
	font-size: 2.3rem;
	text-align: center;
	padding: 8px;
	background: #f2f2f2;
}

tr:nth-child(even) td {
	background: #fff;
}

.table_graph {
	position: relative;
	padding-top: 15px;
}

.bonus_img01 {
	position: absolute;
	top: 183px;
	right: -95px;
	transform: scale(0.6);
}

.bonus_img02 {
	position: absolute;
	top: 268px;
	right: -95px;
	transform: scale(0.6);
}

.bonus_img03 {
	position: absolute;
	top: 125px;
	right: -95px;
	transform: scale(0.6);
}
.text_red{
	color: #de120b;
}
.store {
	margin-top: 15px;
}

/* -------------------------
CVボタンエリア
------------------------- */

.section_cvbtn .section_inner {
	padding: 90px 0px;
}

.cvbtn_wrapper {
	width: 55%;
	border: solid 4px #b48c50;
	border-radius: 5px;
	margin: 0 auto;
	padding: 30px;
}

.section_cvbtn h2 {
	background: url(../img/cvbtn_bg.png)no-repeat;
	background-size: contain;
	background-position: bottom;
	height: 150px;
	font-size: 3.2rem;
	line-height: 4.1rem;
}
.text_caution {
	margin: 0 auto;
	text-align: center;
}
.text_caution img {
	width:216px;
	height: 20px;
}

/* -------------------------
おすすめプログラム
------------------------- */
.section_program {
	background: #fff5bd url(../img/bg_cloud.jpg) repeat-y;
	padding-bottom: 30px;
}

.section_program .section_inner {
	max-width: 920px;
	color: #333;
}

.section_program ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	justify-content: space-between ;
}

.section_program ul li {
	width: 280px;
	background: #fff;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 10px;
}

.section_program img {
	margin-top: 20px;
}

.section_line {
	height: auto;
	width:100%;
}

.program_name dd {
	font-size: 1.2rem;
	padding: 0 20px;
}

.program_price dt {
	color: #fff;
	background: #e1b424;
}

.program_price dd {
	padding: 10px;
	font-size: 1.2rem;
}

.program_price dd .red_l {
	color: #c83c28;
	font-size: 2.3rem;
	font-weight: bold;
}

.program_price dd .red_s {
	color: #c83c28;
	font-size: 1.2rem;
}

.section_program .btn_area {
	width: 50%;
	margin: 0 auto;
}

.box_title_highprice {
	font-size: 1.2em;
	background: #e6b03c;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-radius: 10px 10px 0 0;
}
.box_title_reward {
	font-size: 1.2em;
	background: #ee826c;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-radius: 10px 10px 0 0;
}
.box_title_up {
	font-size: 1.2em;
	background: #ff5596;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-radius: 10px 10px 0 0;
}
.box_title_recommend {
	font-size: 1.2em;
	background: #5fb3f5;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-radius: 10px 10px 0 0;
}
.box_title_repeat {
	font-size: 1.2em;
	background: #65d439;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-radius: 10px 10px 0 0;
}


/* -------------------------
プログラムを探す
------------------------- */
#loopslider {
	margin: 0 auto;
	width: 100%;
	height: 200px;
	padding: 0 0 30px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#loopslider ul {
	height: 200px;
	float: left;
	display: inline;
	overflow: hidden;
}

#loopslider ul li {
	width: 200px;
	height: 200px;
	float: left;
	display: inline;
	overflow: hidden;
	padding-right: 20px;
}

#loopslider ul li:last-child {
	margin-right: 0;
}

#loopslider ul li a {
	cursor: pointer;
}



/* =======================================
ClearFixElements
======================================= */
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#loopslider ul {
	display: inline-block;
	overflow: hidden;
}

#loopslider * {
	margin: 0;
	padding: 0;
}

.feature_images {
	padding-bottom: 45px;
}

.feature_images {
	overflow: hidden;
	padding: 10px 0 35px;
}

.feature_images li {
	float: left;
	margin: 0 20px 0 0;
}

.feature_images li a {
	background-color: #fff;
	display: inline-block;
}

.feature_images li a img {
	border: 1px solid #fff;
	box-sizing: border-box;
}

.feature_images li a img:hover {
	cursor: pointer;
	opacity: 0.7;
}

.section_search_program {
	padding-top: 20px;
	width: 100%;
}


/* -------------------------
アフィバックモールとは？
------------------------- */
.youtube{
	max-width: 560px;
    margin: 0 auto;
}
.section_about_abm {
	background: #fff5bd;
	padding-bottom: 50px;
}

.section_about_abm .section_inner>p {
	text-align: left;
	max-width: 920px;
    width: 80%;
    margin: 30px 0;
    padding: 20px;
    margin: 0 auto;
}

.section_about_abm .btn_area {
	width: 50%;
	margin: 0 auto;
}

.about_abm_list {
	display: flex;
	display: -ms-flexbox;
	/* IE10 */
	display: -webkit-box;
	/* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex;
	width: 100%;
	max-width: 832px;
	margin: 0 auto;
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
}

.about_abm_list li {
	width: 33.3%;
	text-align: center;
	box-sizing: border-box;
	background: #fff;
	margin-right: 20px;
	border-radius: 5px !important;
	border: solid 3px #b58d50;
}

.about_abm_list li:last-child {
	width: 33.4%;
	border: none;
	border-radius: 5px !important;
	border: solid 3px #b58d50;
}

.about_abm_list li h3 {
	background: #b48c50;
	box-sizing: border-box;
	height: 75px;
	padding: 13px 12px 0;
	color: #fff;
	font-size: 1.5rem;
	line-height: 2.4rem;
	text-shadow: 1px 1px #9b7843;
}

.about_abm_list li h3 span {
	font-size: 2.1rem;
}

.about_abm_list_fig {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 16px 0 8px;
	padding: 0 16px;
	overflow: hidden;
}

.about_abm_list li p {
	margin-bottom: 1.1rem;
	color: #4f4f4f;
	margin-bottom: 20px;
	font-size: 1.3rem;
	text-align: center;
}
.guide_about_inner{
	text-align: center;
}
.guide_about_inner p{
	margin-top:20px;
}

.guide_appeal_inner {
    max-width: 920px;
    display: flex;
    text-align: center;
    margin: 0 auto;
}

.guide_appeal .btn_p{
	text-align: center;
	font-weight: bold;
	margin-bottom: 8px;
}
.guide_appeal .appeal_point{
	background: #fff;
	border: 4px solid #F0D4A9;
	border-radius: 4px;
	text-align: center;
	width: calc(100%/3);
	margin-right: 15px;
	box-shadow: 0px 2px 8px 0px #5c513e14;
}

.guide_appeal .appeal_point:last-child{
	margin:0;
}

.guide_appeal .appeal_point p{
	font-size: 12px;
	padding: 0 10px;
}
.guide_appeal .appeal_point img{
	margin:5px 0;
	height: auto;
}

.guide_appeal .appeal_point_number {
	line-height: 25px;
	position: relative;
	height: 25px;
	margin: 15px 0px 10px -4px;
	padding: 0 2rem;
	text-align: center;
	color: #fff;
	background: #E4B264;
	width: 120px;
	display: flex;
	font-size: 12px;
	font-weight: bold;
}

.guide_appeal .appeal_point_number:after {
	position: absolute;
	top: 0;
	display: block;
	height: 0px;
	content: '';
	border: 12.5px solid #E4B264;
}


.guide_appeal .appeal_point_number:after {
	right: -20px;
	border-right-width: 15px;
	border-right-color: transparent;
}

.guide_appeal .appeal_point_number span {
	position: relative;
	display: block;
}

.guide_appeal .appeal_point_number span:last-child {
	font-size: 15px;
}

.appeal_point_ttl{
	font-size: 16px;
	font-weight: bold;
}

.appeal_point_ttl span{
	color:#FF5294;
}

.guide_getpaid_inner{
	display: flex;
	margin-bottom:20px;
}

/* -------------------------
キャンペーン詳細
------------------------- */
.section_campaign {
	background: #fff5bd;
	padding-bottom: 30px;
}

.section_campaign .section_inner {
	padding: 60px 0 100px 0;
}

.section_campaign .detail_wrap {
	position: relative;
}

.section_campaign b {
	font-size: 1.6rem;
}

.indent {
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
}

.section_campaign .detail {
	text-align: left;
	border-radius: 10px;
	width: 85%;
	margin: 0 auto;
	padding: 50px 70px;
	box-sizing: border-box;
}

.section_campaign .detail dt:before {
	content: "■";
	background-size: cover;
	width: 18px;
	height: 18px;
	display: block;
	float: left;
	color: #9b7843;
}

.section_campaign .detail dt {
	font-size: 1.6rem;
}

.section_campaign .detail dd {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.section_campaign .detail dd:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.cp_cloud_01 {
	position: absolute;
	top: 60px;
	right: 0px;
}

.cp_cloud_02 {
	position: absolute;
	top: 765px;
	left: 0px;
}
.title_campain{
	height: auto;
	padding: 0 0 20px;
}
.h2_campain{
	text-align: center;
	margin: 10px 20px 0;
}

/* -------------------------
footer
------------------------- */

footer {
	width: 100%;
	text-align: center;
	background-color: #be2512;
	color: #fff;
	font-size: 1.3rem;
	position: absolute;
	bottom: 0;
}

footer p {
	padding: 100px 0;
	line-height: 26px;
}

footer a {
	color: #fff;
}

/* -------------------------
page top
------------------------- */

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 1.4rem;
	margin: 0;
	z-index: 1;
}

#pagetop a {
	text-decoration: none;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
	width: 158px;
	height: 107px;
	transition-duration: 0.4s;
}



/*------- ここから下メディアクエリ -------*/

/* -------------------------
896px
------------------------- */
@media screen and (max-width: 896px) {

	/* 共通 */
	.section_inner {
		width: 90%;
		letter-spacing: 0.05em;
	}
	.list {
		display: block;
	}
	nav ul {
		display: block;
	}

	nav ul li {
		width: 100%;
		border-bottom: solid 2px #fff;
	}

	/* KV */
	.orn_hana,
	.orn_u,
	.orn_tsuru,
	.orn_ume {
		display: none;
	}

	.orn_01 {
		top: 111px;
		left: -111px;
		transform: scale(0.5);
	}

	.orn_02 {
		top: 3px;
		right: -86px;
		transform: scale(0.5);
	}

	.orn_ushi {
		top: 44px;
		right: -180px;
		transform: scale(0.4);
	}

	h1 {
		margin-bottom: 6px;
		padding: 0;
	}

	.kv_contents {
		padding: 21px 0px 87px;
	}
	.kv_contents .btn_area {
		height: auto;
		font-size: 1.6rem;
		padding: 10px 0px;
		margin: -45px 0 -21px;
		background-color: #fff5bd;
		text-align: center;
	}
	.kv_contents .section_inner .btn_area {
		width: 50%;
	}

	.w-container {
		max-width: 728px;
	}

	.attention {
		font-size: 1.3rem;
		letter-spacing: 0.05em;
	}
	.info{

	}

	/* お年玉ボーナス */
	.h2_small {
		font-size: 1.4rem;
		line-height: 2rem;
	}

	.bonus_01,
	.bonus_02,
	.bonus_03 {
		font-size: 3.6rem;
		line-height: 2.5rem;
		background-size: contain;
	}

	.bonus_01 {
		padding-top: 12%;
	}

	.bonus_02 {
		padding-top: 12%;
	}

	.bonus_02_img {
		max-width: 80%;
	}

	.bonus_img01 .bonus_img02 .bonus_img03 {
		display: none;
	}

	table {
		width: 90%;
	}
	
	/* CVボタン */
	.cvbtn_wrapper {
		width: 80%;
	}

	.section_cvbtn h2 {
		height: auto;
		margin: 15px 0 20px 0;
		font-size: 3.4rem;
		line-height: 4rem;
	}

	.section_cvbtn .abm_btn p {
		width: 100%;
	}

	.about_abm_list_fig {
		max-width: 60%;
		margin: 0 auto;
		padding-top: 25px;
	}

	/* おすすめプログラム */
	.section_program ul li {
		width: 100%;
	}

	.section_program .btn_area {
		width: 90%;
	}

	/* アフィバックモールとは */
	.section_about_abm .btn_area {
		width: 90%;
	}

	.about_abm_list {
		display: block;
	}

	.about_abm_list li,
	.about_abm_list li:last-child {
		width: 100%;
		margin-bottom: 20px;
	}
	.guide_appeal_inner{
		display: block;
	}
	.guide_appeal .appeal_point {
		background: #fff;
		border: 4px solid #F0D4A9;
		border-radius: 4px;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
		box-shadow: 0px 2px 8px 0px #5c513e14;
	}
	/* キャンペーン詳細 */
	.section_campaign .detail {
		width: 95%;
		padding: 30px 20px;
	}

	.cp_cloud_01 {
		top: -70px;
		right: -50px;
		transform: scale(0.5);
	}

	.cp_cloud_02 {
		bottom: -48px;
		left: -90px;
		transform: scale(0.7);
	}

	.section_campaign .attention {
		display: inline-block;
		letter-spacing: 0.05em;
	}

	/* footer */
	footer {
		font-size: 1.2rem;
		padding: 0 20px;
	}

	/* pagetop */
	#pagetop a:before {
		content: "\f106";
		color: #fff;
		font-family: FontAwesome;
		font-size: 3.5rem;
		display: inline-block;
		margin-top: -4px;
	}

	#pagetop {
		bottom: 0px;
		right: 0px;
	}

	#pagetop a {
		background: #c83c28;
		width: 60px;
		height: 60px;
	}

	#pagetop a img {
		display: none;
	}

	@font-face {
		font-family: 'FontAwesome';
		src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
		src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	.fa {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.fa-angle-up:before {
		content: "\f106";
	}

}

/* -------------------------
1200px
------------------------- */
@media screen and (max-width: 1200px) {
	.bonus_img01 {
		transform: scale(0.6);
	}

	h1 img {
		max-width: 61%;
	}
}

/* -------------------------
	1112px
------------------------- */
@media screen and (max-width: 1112px) {

	.bonus_img01,
	.bonus_img02,
	.bonus_img03 {
		display: none;
	}

	.section_cvbtn h2 {
		font-size: 3.1rem;
	}

	h1 img {
		max-width: 68%;
	}
}


/* -------------------------
	1024px
------------------------- */
@media screen and (max-width: 1024px) {

	/* KV */
	h1 img {
		height: auto;
		max-width: 90%;
	}

	.orn_u {
		top: 430px;
		left: 120px;
	}

	.orn_ushi {
		top: 300px;
		right: -115px;
		transform: scale(0.8);
	}

	/* お年玉ボーナス */
	.bonus_01,
	.bonus_02,
	.bonus_03 {
		display: none;
	}

	/* CVボタン */
	.section_cvbtn h2 {
		font-size: 2.8rem;
	}

}

/* -------------------------
	768px
------------------------- */
@media screen and (max-width: 768px) {
	.store {
		width: 70%;
		height: auto;
	}

	.bonus_02 {
		padding-top: 14%;
	}

	.bonus_img01 .bonus_img02 .bonus_img03 {
		display: none;
	}

	h1 img {
		max-width: 90%;
	}

	h1 {
		margin-top: -55px;
		padding: 0 0 !important;
	}

	.program_name dd {
		font-size: 1.4rem;
		padding: 0 19px;
	}

	.kv_contents {
		padding: 64px 0 0;
	}
	.bonus_text{
		font-size: 1.5rem;
		text-align:center;
		font-weight: bold;
	}

}


/* -------------------------
	480px
------------------------- */
@media screen and (max-width: 480px) {
	header {
		padding: 0 20px;
		background-color: #fff;
		display: flex;
		justify-content: space-between;
	}
	ul.share {
		display: flex;
		padding-left: 10px;
	}
	/* KV */
	h1 img {
		max-width: 95%;
	}

	h1 {
		margin-top: -50px;
	}

	.kv_contents {
		height: 330px;
	}

	.kv_contents .section_inner .btn_area {
		width: 90%;
	}

	.store {
		width: 90%;
		height: auto;
	}

	.orn_ushi {
		display: none;
	}

	/* お年玉ボーナス */
	.w-container {
		max-width: none;
	}

	.bonus_01,
	.bonus_02,
	.bonus_03 {
		font-size: 2.4rem !important;
		line-height: 3.4rem !important;
		background-size: contain !important;
	}

	.bonus_01 {
		background: url(../img/h2_01bg_sp.png)no-repeat;
		padding-top: 17%;
	}

	.bonus_02 {
		background: url(../img/h2_02bg_sp.png)no-repeat;
		padding-top: 16.5%;
		height: 170px;
	}

	.bonus_03 {
		background: url(../img/h2_03bg_sp.png)no-repeat;
		padding-top: 15%;
		height: 170px;
	}

	.bonus_02_img {
		max-width: 100%;
	}

	.section_bonus .section_inner:last-child {
		padding-bottom: 30px;
	}

	/* CVボタン */


	.section_cvbtn .section_inner {
		padding: 50px 0px;
	}

	.section_cvbtn h2 {
		margin: -20px 0 20px 0;
		line-height: 3.6rem;
	}


	.about_abm_list_fig {
		max-width: 100%;
		padding-top: 15px;
	}
}

/* -------------------------
360px
------------------------- */
@media screen and (max-width: 360px) {
	.kv_contents {
		height: 210px;
	}

	header {
		padding: 0 20px;
		background-color: #fff;
		display: flex;
		justify-content: space-between;
	}

	.bonus_01 {
		padding-top: 15%;
	}

	.bonus_02 {
		height: 155px;
	}
	.text_caution img {
		height: auto;
		width: 50%;
	}
	.text_caution p{
		margin:0;
	}
}