@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: "Noto Sans Japanese", "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;
}

@font-face {
	font-family: 'Noto Sans Japanese';
	src: local("Noto Sans CJK JP"), local("Noto Sans JP"), url(../fonts/NotoSansJP-Medium.otf) format("opentype"), url(../fonts/NotoSansJP-Medium.woff) format("woff");
	font-display: swap;}

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;
}

ul {
	padding-left: 1.5em;
}

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{
	max-width: 54%;
}

.h2_bg_pattern {
	background: url(../img/h2_bg_pattern.png);
	font-size: 2.5rem;
	padding: 2.5rem 0;
	text-align: center;
	color: #ffffff;
}

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

.section_inner {
	width: 1080px;
	margin: 0 auto;
	text-align: center;
}

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

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

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

nav ul li {
	width: 25%;
	padding: 15px 0;
	text-align: center;
}

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;
	padding: 19px;
}

nav ul li a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.6);
	transition-duration: 0.4s;
	width: 100%;
}


/* -------------------------
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 {
	background-color: #c83c28;
	display: flex;
	justify-content: space-between;
}

header .logo {
	padding-left: 20px;
	margin-top: 16px;
}

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

ul.share {
	display: flex;
}

.share a {
	vertical-align: middle;
	width: 30px;
	height: 40px;
}

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


.share img {
	width: 25px;
	height: 40px;
	vertical-align: middle;
}

.logo img {
	width: 80%;
}

/* -------------------------
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 .section_inner .btn_area {
	width: 430px;
	height: auto;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	border-radius: 50%;
	margin: 0 auto;
	padding-top: 2px;
}

.abm_btn p {
	color: #fff;
	background-color: #009574;
	border: double 6px;
	border-radius: 5px;
	line-height: 17px;
	padding: 10px 0;
	text-shadow: 1px 1px 1px #006851;
	margin: 0px;
}

.abm_btn p:hover {
	color: #009574;
	background-color: #fff;
	text-shadow: none;
	font-weight: bold;
	transition-duration: 0.4s;
}

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

.abm_btn p span {
	font-size: 1.1rem;
}

.attention {
	color: #333;
	font-size: 1.1rem;
	margin-top: 5px;
}

.kv_position {
	position: absolute;
}

.orn_01 {
	top: 60px;
	left: 0px;
}

.orn_02 {
	top: 21px;
	right: -80px;
}

.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: #fff4e3;
}

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

.bonus_01 {
	background: url(../img/h2_01.png)no-repeat;
	height: 230px;
	background-position: center;
	font-size: 3.2rem;
	line-height: 3.6rem;
	padding-top: 75px;
}

.bonus_02 {
	background: url(../img/h2_02.png)no-repeat;
	height: 230px;
	background-position: center;
	font-size: 3.2rem;
	line-height: 36px;
	padding-top: 88px;
}

.bonus_02_img{
	max-width: 60%;
	margin:0 auto;
}

.bonus_03 {
	background: url(../img/h2_03.png)no-repeat;
	height: 230px;
	background-position: center;
	font-size: 3.2rem;
	line-height: 36px;
	padding-top: 110px;
}

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

.h2_red {
	color: #c83c28;
}


/*----- 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;
}

.bonus_img01 {
	position: absolute;
	top: 380px;
	left: 115px;
}


/* -------------------------
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;
}

.section_cvbtn .abm_btn p {
	width: 60%;
	margin: 0 auto;
}

/* -------------------------
おすすめプログラム
------------------------- */
.section_program {
	background: #f2dc84;
}

.section_program .section_inner {
	max-width: 800px;
	padding: 40px 0;
	color: #333;
}

.section_program ul {
	display: flex;
	flex-wrap: wrap;
}

.section_program ul li {
	width: 240px;
	background: #fff;
	text-align: center;
	margin-right: 19px;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 1px 1px #9b7843;
}

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

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

.program_price dt {
	background: url(../img/program_dt_bg.jpg);
	background-repeat: repeat-x;
	color: #fff;
	padding: 13px 0;
	text-shadow: 1px 1px #9b7843;
}

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

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

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

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

/*----- badge -----*/

.high,
.hundred,
.repeat,
.recommend,
.sponly{
	position: relative;
}

.high:before {
	background-image: url(../img/badge_high.png);
	background-repeat: no-repeat;
}

.hundred:before {
	background-image: url(../img/badge_hundred.png);
	background-repeat: no-repeat;
}

.repeat:before {
	background-image: url(../img/badge_repeat.png);
	background-repeat: no-repeat;
}

.recommend:before {
	background-image: url(../img/badge_recommend.png);
	background-repeat: no-repeat;
}

.sponly:before {
	background-image: url(../img/badge_sponly.png);
	background-repeat: no-repeat;
}

.high:before,
.hundred:before,
.repeat:before,
.recommend:before,
.sponly:before{
	content: "";
	width: 81px;
	height: 82px;
	display: inline-block;
	position: absolute;
	top: -10px;
	left: -15px;
	background-size: contain;
}


/* -------------------------
プログラムを探す
------------------------- */
#loopslider {
	margin: 0 auto;
	width: 100%;
	height: 200px;
	padding: 20px 0;
	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;
	margin-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;
}

.section_feature_images {
	margin-top: -20px;
	padding-bottom: 70px;
}

.section_feature_images .section_feature_lotation {
	overflow: hidden;
	padding: 28px 0;
}

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

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

.section_feature_images .section_feature_lotation li a img {
	border: 1px solid #fff;
}

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

.section_search_program {
	padding-top: 20px;
}


/* -------------------------
アフィバックモールとは？
------------------------- */
.section_about_abm {
	background: #fff4e3;
	padding-bottom: 50px;
}

.section_about_abm .section_inner > p {
	margin: 30px 0;
}

.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;
}

/* -------------------------
キャンペーン詳細
------------------------- */

.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: double 6px #b48c50;
	border-radius: 5px;
	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;
}


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

footer {
	width: 100%;
	text-align: center;
	background-color: #b48c50;
	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%;
	}

	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: 0px;
		left: -90px;
		transform: scale(0.5);
	}

	.orn_02 {
		top: -100px;
		right: -80px;
		transform: scale(0.5);
	}

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

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

	.kv_contents {
		height: 405px;
		padding: 70px 0;
	}

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

	.attention {
		font-size: 1.0rem;
	}

	/* お年玉ボーナス */
	.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{
		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;
	}

	/* キャンペーン詳細 */
	.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;
	}

	/* 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;
		font-display: swap;
	}

	.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.7);
	}

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

/* -------------------------
	1112px
------------------------- */
@media screen and (max-width: 1112px) {
	.bonus_img01 {
		left: 155px;
		transform: scale(0.6);
		}
	.orn_ushi {
		top: 300px;
		right: -8px;
		transform: scale(0.8);
	}
	.orn_u {
		top: 425px;
		left: 160px;
	}
	.orn_ume {
		display: none;
	}

	.section_cvbtn h2{
		font-size: 3.1rem;
	}
	h1 img {
		max-width: 68%;
	}
}


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

	/* KV */
	h1 img {
		max-width: 74%;
	}

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

	/* お年玉ボーナス */
	.bonus_01,
	.bonus_02,
	.bonus_03 {
		background-size: contain;
		font-size: 2.6rem;
		line-height: 3.5rem;
	}

	.bonus_01{
		height: 218px;
	}

	.bonus_img01{
		left: 150px;
		transform: scale(0.7);
	}

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

/* -------------------------
	768px
------------------------- */
@media screen and (max-width: 768px) {
	.bonus_02 {
		padding-top: 14%;
	}
	h1 img {
		max-width: 90%;
	}
	h1{
		margin-top: -55px;
		padding: 0 0 !important;
	}
	.program_name dd {
		font-size: 1.4rem;
		padding: 0 20px;
	}
}


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

	/* KV */
	h1 img {
		max-width: 100%;
	}
	h1{
		margin-top: -62px;
	}
	.kv_contents {
		height: 230px;
	}

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

	.orn_ushi {
		display: 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;
	}
}

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

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

	.bonus_01 {
		padding-top: 15%;
	}

	.bonus_02{
		height: 155px;
	}
}

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

	.logo img {
		width: 100%;
	}

	/* KV */
	.kv_contents {
		height: 200px;
	}

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

	.bonus_01{
		height: 190px !important;
		padding-top: 13%;
	}

	.bonus_02{
		padding-top: 15%;
		height: 140px;
	}

	.bonus_03{
		font-size: 2rem !important;
		line-height: 2.6rem !important;
		padding-top: 16%;
		height: 170px;
	}

	.h2_bg_pattern{
		font-size: 2.2rem;
	}
}