@charset "UTF-8";

.hero {
	position: relative;
	z-index: 0;
}

.hero_link {
	position: absolute;
	z-index: 0;
	top: 30px;
	left: 30px;
}

.hero_link > a {
	display: block;
}

.hero_link > a:hover {
	opacity: 0.7;
}

.hero_link > a img {
	width: 220px;
	height: auto;
}

.hero_ttl {
}

.hero_ttl img {
	max-width: 100%;
	height: auto;
}

.nav {
	background: #D11126;
	padding: 40px 0;
	line-height: 1;
}

.nav_end {
	max-width: 800px;
	margin: 0 auto;
	border: 1px solid #fff;
	padding: 30px;
	margin-bottom: 40px;
}

.nav_end_txt {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

.nav_list {
	font-size: 0;
}

.nav_list > li {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-left: 2%;
	text-align: center;
	background: #fff;
	padding: 3px;
	border-radius: 10px;
}

.nav_list > li:first-child {
	margin-left: 0;
}

.nav_list > li > a {
	display: block;
}

.nav_list_img {
	background-repeat: no-repeat;
	height: 122px;
	border-radius: 10px 10px 0 0;
	position: relative;
}

.nav_list > li:nth-child(1) .nav_list_img {
	background-image: url(../img/pt-nav01.jpg);
}

.nav_list > li:nth-child(2) .nav_list_img {
	background-image: url(../img/pt-nav02.jpg);
}

.nav_list > li:nth-child(3) .nav_list_img {
	background-image: url(../img/pt-nav03.jpg);
}

.nav_list_img img {
	position: absolute;
	bottom: 0;
	right: 0px;
}

.nav_list > li:nth-child(1) .nav_list_img img {
	right: auto;
	left: 0;
}

.nav_list_lead {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

.nav_list > li:nth-child(1) .nav_list_lead {
	color: #EA5990;
}

.nav_list > li:nth-child(2) .nav_list_lead {
	color: #B79B00;
}

.nav_list > li:nth-child(3) .nav_list_lead {
	color: #32B16C;
}

.nav_list_ttl {
	font-weight: bold;
	font-size: 32px;
	margin-top: 10px;
	line-height: 1.1;
}

.nav_list_ttl small {
	font-size: 26px;
}

.nav_list_link {
	background: #333;
	color: #FFF;
	padding: 7px;
	border-radius: 10px;
	margin-top: 15px;
}

.nav_list > li:nth-child(1) .nav_list_link {
	background: #EA5990;
}

.nav_list > li:nth-child(2) .nav_list_link {
	background: #B79B00;
}

.nav_list > li:nth-child(3) .nav_list_link {
	background: #32B16C;
}

.nav_list_link:before {
	content: "";
	display: inline-block;
	background-image: url(../img/img-arrow-b.png);
	width: 15px;
	height: 15px;
	vertical-align: -2px;
	margin-right: 8px;
}

.campaign {
	background-image: url(../img/img-campaign-bg02.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 50px 0;
}

.campaign.-bg {
	background: #F7EEE0;
	background-image: url(../img/img-campaign-bg01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}

.campaign_head {
	background-repeat: no-repeat;
	background-size: contain;
}

.campaign01 .campaign_head {
	background-image: url(../img/img-campaign01.png);
	background-position: right 10% center;
	background-size: 640px;
}

.campaign02 .campaign_head {
	background-image: url(../img/img-campaign02.png);
	background-position: left 10% center;
}

.campaign03 .campaign_head {
	background-image: url(../img/img-campaign03.png);
	background-position: right 10% center;
}

.campaign_head_cnt {
	width: 60%;
	position: relative;
	padding-bottom: 20px;
}

.campaign_head_cnt.-right {
	float: right;
}

.campaign_head_num {
}

.campaign_head_lead {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	background: #D11126;
	color: #fff;
	padding: 0 40px;
	margin-top: 20px;
}

.campaign_head_ttl {
	margin-top: 20px;
}

.campaign03 .campaign_head_ttl {
	margin-top: -50px;
}

.campaign_head_fig {
	position: absolute;
	left: 100%;
	bottom: 0;
}

.campaign01 .campaign_head_fig {
	width: 160px;
}

.campaign02 .campaign_head_fig {
	width: 132px;
}

.campaign03 .campaign_head_fig {
	width: 146px;
}

.campaign_head_cnt.-right .campaign_head_fig {
	left: auto;
	right: 105%;
}

.about {
	background: #FFF;
	border-radius: 10px;
	padding: 40px;
}

.campaign02 .about {
	background: #F7F3EC;
}

.about_ttl {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.about_tbl {
}

.about_tbl th,
.about_tbl td {
	padding: 15px;
	border-top: 1px solid #ccc;
}

.about_tbl tr:nth-child(1) {
	border-top: 3px double #ccc;
}

.about_tbl th {
	font-weight: bold;
	white-space: nowrap;
	width: 140px;
	text-align: left;
}

.about_tbl td {
}

.about_tbl td strong {
	color: #D11126;
}

.about_tbl td em {
	background: #FFDBDF;
	font-weight: bold;
	padding: 3px 10px;
	display: inline-block;
	margin-bottom: 3px;
}

.about_tbl_list {
}

.about_tbl_list > li {
	text-indent: -0.9em;
	padding-left: 0.9em;
}

.about_tbl_list > li:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #E60012;
	border-radius: 50%;
	vertical-align: 2px;
	margin-right: 6px;
}

.apply {
	padding: 50px 0;
}

.apply_lead {
	color: #D11126;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.apply_lead:before,
.apply_lead:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 20px;
	vertical-align: middle;
}

.apply_lead:before {
	background-image: url(../img/img-fukidashi01.png);
	margin-right: 10px;
}

.apply_lead:after {
	background-image: url(../img/img-fukidashi02.png);
	margin-left: 10px;
}

.apply_btn {
}

.apply_btn > a {
	display: block;
	background: #D11126;
	color: #fff;
	width: 500px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 50px;
	border-radius: 10px;
	box-shadow: 0 5px 0 0 #a40000;
	position: relative;
	pointer-events: none;
}

.apply_btn > a:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/img-arrow-r.png);
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 20px;
}

.apply_btn_end {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 112px;
	background: rgba(212, 10, 30, 0.8);
	border-radius: 10px;
	text-align: center;
}
.apply_btn_name {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.08em;
}

.apply_btn_txt {
	font-size: 30px;
	font-weight: bold;
}

.apply_btn_txt small {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.apply_memo {
	text-align: center;
	margin-top: 30px;
}

.prize {
	margin-bottom: 20px;
}

.prize_cnt {
	margin-bottom: 10px;
}

.campaign03 .prize_wrap {
	background: #D11126;
	padding: 20px;
	border-radius: 10px;
}

.campaign03 .prize_cnt {
	background: #FFF;
	border-radius: 10px;
	margin-bottom: 0px;
	padding: 40px 36% 40px 40px;
	position: relative;
}

.campaign03 .prize_fig {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	max-width: 35%;
}

.prize_lead {
	font-size: 30px;
	font-weight: bold;
	color: #D11126;
}

.prize_txt {
	margin-top: 10px;
}

.prize_memo {
	font-size: 10px;
	text-align: right;
}

.shop {
	background: #FFF;
	border-radius: 10px;
	margin-top: 20px;
	padding: 30px 40px;
}

.shop_top {
	display: table;
	width: 100%;
}

.shop_img {
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
}

.shop_cnt {
	display: table-cell;
	vertical-align: top;
}

.shop_head {
	display: table;
	width: 100%;
}

.shop_head_logo {
	display: table-cell;
	vertical-align: middle;
}

.shop_head_ttl {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}

.shop_tbl {
	width: 100%;
	border-top: 1px solid #ccc;
}

.shop_tbl th,
.shop_tbl td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.shop_tbl th {
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}

.shop_tbl td {
}

.shop_tbl td a {
	color: #0068B7;
	text-decoration: underline;
}

.shop_tbl td a:hover {
	text-decoration: none;
}

.shop_lead {
	margin-top: 30px;
	padding-right: 12px;
	padding-left: 12px;
	line-height: 44px;
	position: relative;
}

.shop_lead:before,
.shop_lead:after {
	content: "";
	display: block;
	width: 12px;
	height: 44px;
	position: absolute;
	top: 0;
}

.shop_lead:before {
	background-image: url(../img/img-ribbon-l.png);
	left: 0;
}

.shop_lead:after {
	background-image: url(../img/img-ribbon-r.png);
	right: 0;
}

.shop_lead span {
	background: #D11126;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
}

.shop_prod {
	font-size: 0;
	margin-top: 10px;
	display: -webkit-flex;
	display: flex;
}

.shop_prod_item {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-left: 2%;
	border: 5px solid #f7eee0;
	border-radius: 10px;
	padding: 20px;
}

.shop_prod_item:first-child {
	margin-left: 0;
}

.shop_prod_item_img {
	text-align: center;
	margin-bottom: 20px;
}

.shop_prod_item_img img {
	max-width: 100%;
	height: auto;
}

.shop_prod_item_name {
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	margin-right: 15px;
}

.shop_prod_item_name small {
	font-size: 18px;
}

.shop_prod_item_price {
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
}

.shop_prod_item_price small {
	font-size: 14px;
	margin-left: 5px;
}

.shop_prod_item_txt {
	margin-top: 10px;
}

.foot {
	border-top: 10px solid #d11126;
	padding: 40px 0;
	position: relative;
}

.foot_pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
}

.foot_cnt {
}

.foot_fb {
	width: 42%;
	float: right;
}

.foot_info {
	width: 53%;
	float: left;
}

.foot_info_txt {
}

.foot_info_name {
	font-size: 20px;
	font-weight: bold;
}

.foot_info_tel {
	font-size: 20px;
	font-weight: bold;
}

.foot_info_txt {
}

.foot_info_comp {
	font-weight: bold;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

.foot_info_access {
}

.foot_info_link {
}

.foot_info_link > a {
	color: #0068B7;
	text-decoration: underline;
}

.foot_info_link > a:hover {
	text-decoration: none;
}

.foot_copy {
	font-size: 12px;
	color: #999;
	margin-top: 30px;
}

/* All SP & Tablet */
@media screen and (max-width:1030px) {
	.hero {
	}

	.hero_link {
		top: 20px;
		left: 15px;
	}

	.hero_link > a {
	}

	.hero_link > a:hover {
	}

	.hero_link > a img {
	}

	.hero_ttl {
	}

	.hero_ttl img {
	}

	.nav {
	}

	.nav_list {
	}

	.nav_list > li {
	}

	.nav_list > li:first-child {
	}

	.nav_list > li > a {
	}

	.nav_list_img {
	}

	.nav_list > li:nth-child(1) .nav_list_img {
	}

	.nav_list > li:nth-child(2) .nav_list_img {
	}

	.nav_list > li:nth-child(3) .nav_list_img {
	}

	.nav_list_img img {
	}

	.nav_list > li:nth-child(1) .nav_list_img img {
	}

	.nav_list_lead {
	}

	.nav_list > li:nth-child(1) .nav_list_lead {
	}

	.nav_list > li:nth-child(2) .nav_list_lead {
	}

	.nav_list > li:nth-child(3) .nav_list_lead {
	}

	.nav_list_ttl {
		font-size: 24px;
	}

	.nav_list_ttl small {
	}

	.nav_list_link {
	}

	.nav_list > li:nth-child(1) .nav_list_link {
	}

	.nav_list > li:nth-child(2) .nav_list_link {
	}

	.nav_list > li:nth-child(3) .nav_list_link {
	}

	.nav_list_link:before {
	}

	.campaign {
	}

	.campaign.-bg {
	}

	.campaign_head {
	}

	.campaign01 .campaign_head {
		background-size: 420px;
	}

	.campaign02 .campaign_head {
		background-size: 270px;
		background-position: left 5% center;
	}

	.campaign03 .campaign_head {
	}

	.campaign_head_cnt {
	}

	.campaign_head_cnt.-right {
	}

	.campaign_head_num {
	}

	.campaign_head_lead {
	}

	.campaign_head_ttl {
	}

	.campaign03 .campaign_head_ttl {
	}

	.campaign_head_fig {
	}

	.campaign_head_cnt.-right .campaign_head_fig {
	}

	.about {
	}

	.campaign02 .about {
	}

	.about_ttl {
	}

	.about_tbl {
	}

	.about_tbl th,
	.about_tbl td {
	}

	.about_tbl tr:nth-child(1) {
	}

	.about_tbl th {
		width: 100px;
	}

	.about_tbl td {
	}

	.about_tbl td strong {
	}

	.about_tbl td em {
	}

	.about_tbl_list {
	}

	.about_tbl_list > li {
	}

	.about_tbl_list > li:before {
	}

	.apply {
	}

	.apply_lead {
	}

	.apply_lead:before,
	.apply_lead:after {
	}

	.apply_lead:before {
	}

	.apply_lead:after {
	}

	.apply_btn {
	}

	.apply_btn > a {
	}

	.apply_btn > a:before {
	}

	.apply_btn_name {
	}

	.apply_btn_txt {
	}

	.apply_btn_txt small {
	}

	.apply_memo {
	}

	.prize {
	}

	.prize_cnt {
	}

	.campaign03 .prize_wrap {
	}

	.campaign03 .prize_cnt {
	}

	.campaign03 .prize_fig {
	}

	.prize_lead {
		font-size: 22px;
	}

	.prize_txt {
	}

	.prize_memo {
	}

	.shop {
	}

	.shop_top {
	}

	.shop_img {
	}

	.shop_cnt {
	}

	.shop_head {
	}

	.shop_head_logo {
	}

	.shop_head_ttl {
	}

	.shop_tbl {
	}

	.shop_tbl th,
	.shop_tbl td {
	}

	.shop_tbl th {
	}

	.shop_tbl td {
	}

	.shop_tbl td a {
	}

	.shop_tbl td a:hover {
	}

	.shop_lead {
	}

	.shop_lead:before,
	.shop_lead:after {
	}

	.shop_lead:before {
	}

	.shop_lead:after {
	}

	.shop_lead span {
	}

	.shop_prod {
	}

	.shop_prod_item {
	}

	.shop_prod_item:first-child {
	}

	.shop_prod_item_img {
	}

	.shop_prod_item_name {
	}

	.shop_prod_item_price {
	}

	.shop_prod_item_price small {
	}

	.shop_prod_item_txt {
	}

	.foot {
	}

	.foot_pagetop {
	}

	.foot_cnt {
	}

	.foot_fb {
	}

	.foot_info {
	}

	.foot_info_txt {
	}

	.foot_info_name {
	}

	.foot_info_tel {
	}

	.foot_info_txt {
	}

	.foot_info_comp {
	}

	.foot_info_access {
	}

	.foot_info_link {
	}

	.foot_info_link > a {
	}

	.foot_info_link > a:hover {
	}

	.foot_copy {
	}

}

/* All SP */
@media screen and (max-width:640px) {
	.hero {
	}

	.hero_link {
		width: 140px;
		top: 10px;
	}

	.hero_link > a {
	}

	.hero_link > a:hover {
	}

	.hero_link > a img {
	}

	.hero_ttl {
	}

	.hero_ttl img {
	}

	.nav {
		padding: 20px 0;
	}

	.nav_end {
		padding: 20px 10px;
		margin-bottom: 20px;
	}

	.nav_end_txt {
		font-size: 15px;
	}

	.nav_list {
	}

	.nav_list > li {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
		text-align: left;
	}

	.nav_list > li:first-child {
		margin-top: 0;
	}

	.nav_list > li > a {
		padding-right: 36%;
		position: relative;
	}

	.nav_list_img {
		position: absolute;
		top: 0;
		right: 0;
		width: 35%;
		height: 100%;
		border-radius: 0 10px 10px 0;
		background-size: cover;
	}

	.nav_list > li:nth-child(1) .nav_list_img {
	}

	.nav_list > li:nth-child(2) .nav_list_img {
	}

	.nav_list > li:nth-child(3) .nav_list_img {
	}

	.nav_list_img img {
		width: 80px;
	}

	.nav_list > li:nth-child(1) .nav_list_img img {
	}

	.nav_list_lead {
		margin-top: 0;
		font-size: 14px;
		padding-top: 10px;
		padding-left: 10px;
	}

	.nav_list > li:nth-child(1) .nav_list_lead {
		color: #333;
	}

	.nav_list > li:nth-child(2) .nav_list_lead {
		color: #333;
	}

	.nav_list > li:nth-child(3) .nav_list_lead {
		color: #333;
	}

	.nav_list_ttl {
		margin-top: 5px;
		padding-left: 10px;
		font-size: 20px;
	}

	.nav_list_ttl small {
		font-size: 18px;
	}

	.nav_list_link {
		margin-top: 8px;
		font-size: 12px;
		padding: 5px;
	}

	.nav_list > li:nth-child(1) .nav_list_link {
	}

	.nav_list > li:nth-child(2) .nav_list_link {
	}

	.nav_list > li:nth-child(3) .nav_list_link {
	}

	.nav_list_link:before {
	}

	.campaign {
		padding: 30px 0;
		background-size: contain;
	}

	.campaign.-bg {
	}

	.campaign_head {
	}

	.campaign01 .campaign_head {
		background-size: 178px;
		background-position: right 10% top;
	}

	.campaign02 .campaign_head {
		background-position: right 5% top;
		background-size: 100px;
	}

	.campaign03 .campaign_head {
		background-size: 100px;
		background-position: right 5% top;
	}

	.campaign_head_cnt {
		width: 100%;
	}

	.campaign_head_cnt.-right {
	}

	.campaign_head_num {
		width: 100px;
	}

	.campaign_head_lead {
		font-size: 14px;
		padding: 2px 20px;
		margin-top: 10px;
	}

	.campaign_head_ttl {
		margin-top: 20px;
	}

	.campaign03 .campaign_head_ttl {
		margin-top: -20px;
	}

	.campaign_head_fig {
	}

	.campaign01 .campaign_head_fig {
		width: 90px;
		top: 16%;
		bottom: auto;
		left: 68%;
	}

	.campaign02 .campaign_head_fig {
	}

	.campaign03 .campaign_head_fig {
		width: 80px;
		left: 77%;
		top: 55%;
	}

	.campaign_head_cnt.-right .campaign_head_fig {
		right: 30%;
		bottom: auto;
		top: -4%;
		width: 80px;
	}

	.about {
		padding: 20px 15px;
	}

	.campaign02 .about {
	}

	.about_ttl {
		font-size: 16px;
	}

	.about_tbl {
	}

	.about_tbl th,
	.about_tbl td {
		display: block;
		width: 100%;
		border-top: 0;
		padding: 0;
	}

	.about_tbl tr:nth-child(1) {
	}

	.about_tbl th {
		padding: 15px 0;
		text-align: center;
	}

	.about_tbl td {
	}

	.about_tbl td strong {
	}

	.about_tbl td em {
	}

	.about_tbl_list {
	}

	.about_tbl_list > li {
	}

	.about_tbl_list > li:before {
	}

	.apply {
	}

	.apply_lead {
	}

	.apply_lead:before,
	.apply_lead:after {
	}

	.apply_lead:before {
	}

	.apply_lead:after {
	}

	.apply_btn {
	}

	.apply_btn > a {
		width: 280px;
		text-align: left;
		padding: 20px 20px 20px 40px;
	}

.apply_btn_end {
	font-size: 18px;
}

	.apply_btn > a:before {
		left: 10px;
	}

	.apply_btn_name {
		font-size: 14px;
	}

	.apply_btn_txt {
		font-size: 20px;
	}

	.apply_btn_txt small {
		font-size: 12px;
	}

	.apply_memo {
		text-align: left;
	}

	.prize {
	}

	.prize_cnt {
	}

	.prize_cnt img {
		margin: 0 auto;
	}

	.campaign03 .prize_wrap {
		padding: 13px;
	}

	.campaign03 .prize_cnt {
		padding: 20px;
	}

	.campaign03 .prize_fig {
		position: static;
		width: 100%;
		max-width: 100%;
		text-align: center;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		margin-top: 10px;
	}

	.prize_lead {
		font-size: 18px;
	}

	.prize_txt {
	}

	.prize_memo {
	}

	.shop {
		padding: 20px;
	}

	.shop_top {
		display: block;
	}

	.shop_img {
		display: block;
		padding-right: 0;
	}

	.shop_cnt {
		display: block;
		margin-top: 20px;
	}

	.shop_head {
		margin-bottom: 10px;
	}

	.shop_head_logo {
		width: 90px;
		padding-right: 10px;
	}

	.shop_head_ttl {
	}

	.shop_tbl {
	}

	.shop_tbl th,
	.shop_tbl td {
	}

	.shop_tbl th {
	}

	.shop_tbl td {
	}

	.shop_tbl td a {
	}

	.shop_tbl td a:hover {
	}

	.shop_lead {
	}

	.shop_lead:before,
	.shop_lead:after {
	}

	.shop_lead:before {
	}

	.shop_lead:after {
	}

	.shop_lead span {
		font-size: 16px;
		line-height: 1.3;
		padding: 2px 0;
	}

	.shop_prod {
		display: block;
	}

	.shop_prod_item {
		width: 100%;
		margin-left: 0px;
		margin-top: 10px;
	}

	.shop_prod_item:first-child {
		margin-top: 0;
	}

	.shop_prod_item_img {
	}

	.shop_prod_item_name {
		font-size: 18px;
	}

	.shop_prod_item_name small {
		font-size: 16px;
	}

	.shop_prod_item_price {
		font-size: 18px;
	}

	.shop_prod_item_price small {
	}

	.shop_prod_item_txt {
	}

	.foot {
	}

	.foot_pagetop {
	}

	.foot_cnt {
	}

	.foot_fb {
		width: 100%;
		float: none;
	}

	.foot_info {
		float: none;
		width: 100%;
		margin-top: 30px;
	}

	.foot_info_txt {
	}

	.foot_info_name {
		font-size: 16px;
	}

	.foot_info_tel {
		font-size: 18px;
	}

	.foot_info_txt {
	}

	.foot_info_comp {
	}

	.foot_info_access {
	}

	.foot_info_link {
	}

	.foot_info_link > a {
	}

	.foot_info_link > a:hover {
	}

	.foot_copy {
	}

}