@charset "UTF-8";

/**** general ****/

html {
	font-size: 62.5%;
}

body {
	color: #333;
	letter-spacing: 0.2em;
	font-size: 10px;
	font-size: 1.0rem;
}
* {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	background-repeat: no-repeat;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
.wrap .wrap_inner{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.wrap .wrap_inner.wrap_inner100{
	max-width: 100%;
}
.sp_only {
	display: none;
}
.coupon {
	font-weight: bold;
	font-size: 120%;
}
.color_coupon {
	color: #df0000;
}
@media screen and (max-width: 768px) {
	html, body {
		letter-spacing: 0.1em;
	}
	img {
		max-width: 100%
	}
	
	.wrap .wrap_inner{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
	.header img {
		border: none;
		vertical-align: top;
		width: 100%;
	}
}

/* text */
.bold {
    font-weight: bold;
}
.text_small {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: center;
}
a.text_link {
    color: #333;
    -webkit-transition: all 0.5s;
	transition: all 0.5s;
}
a.text_link:hover {
    opacity: 0.8;
}
@media screen and (max-width: 768px) {
    .text_small {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
}

/* color */
.red {color: #ff2d19 !important;}
.silver {color: #aab0b3 !important;}
.gold {color: #e5bf00 !important;}
.platinum {color: #3d9ccc !important;}
.diamond {color: #333333 !important;}

/* font-size */
.f8 {font-size: 0.8rem !important;}
.f10 {font-size: 1.0rem !important;}
.f12 {font-size: 1.2rem !important;}
.f16 {font-size: 1.6rem !important;}
.f20 {font-size: 2.0rem !important;}
.f24 {font-size: 2.4rem !important;}
.f32 {font-size: 3.2rem !important;}
.f40 {font-size: 4.0rem !important;}
@media screen and (max-width: 768px) {
    .f8 {font-size: 0.6rem !important;}
    .f10 {font-size: 0.8rem !important;}
    .f12 {font-size: 1.0rem !important;}
		.f16 {font-size: 1.2rem !important;}
    .f20 {font-size: 1.4rem !important;}
    .f24 {font-size: 1.8rem !important;}
    .f32 {font-size: 2.4rem !important;}
    .f40 {font-size: 2.8rem !important;}
    }

/* margin */
.mt0 {margin-top: 0 !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt80 {margin-top: 80px !important;}
@media screen and (max-width: 768px) {
	.mt40 {margin-top: 20px !important;}
	.mt50 {margin-top: 25px !important;}
	.mt80 {margin-top: 40px !important;}
  }

.mb0 {margin-bottom: 0 !important;}
.mb8 {margin-bottom: 8px !important;}
.mb16 {margin-bottom: 16px !important;}
.mb24 {margin-bottom: 24px !important;}
.mb32 {margin-bottom: 32px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb48 {margin-bottom: 48px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb120 {margin-bottom: 120px !important;}
.mb160 {margin-bottom: 160px !important;}
@media screen and (max-width: 768px) {
	.mb8 {margin-bottom: 4px !important;}
	.mb16 {margin-bottom: 8px !important;}
	.mb24 {margin-bottom: 12px !important;}
	.mb32 {margin-bottom: 16px !important;}
	.mb40 {margin-bottom: 20px !important;}
	.mb48 {margin-bottom: 24px !important;}
	.mb60 {margin-bottom: 30px !important;}
	.mb80 {margin-bottom: 40px !important;}
	.mb120 {margin-bottom: 60px !important;}
	.mb160 {margin-bottom: 80px !important;}
	}


/**** header ****/
.headerArea {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: #000;
	text-align: center;
	height: 65px;
}
.headerArea .logo {
	display: inline-block;
	width: 128px;
	margin-top: 14px;
	line-height: 0;
}
.headerArea .logo img {
	width: 128px;
}
@media screen and (max-width: 768px) {
	.headerArea {
		height: 55px;
	}
	.headerArea .logo {
		width: 110px;
	}
}

/**** footer ****/
.footerArea {
	padding: 30px 0;
	background: #000;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	.footerArea {
		padding: 15px 0;
		font-size: 0.8rem;
		letter-spacing: 0;
	}
}

/**** back to top ****/
#back_to_top a {
	display: none;
	position: fixed;
	right: 40px;
	bottom: 40px;
	width: 60px;
	height: 60px;
	background: #333 url('https://campaign.alpen-group.jp/ec/assets/image/icon_arrowUp_white01.png') no-repeat center center;
	border-radius: 60px;
}
@media screen and (max-width: 768px) {
	#back_to_top a {
		right: 15px;
		bottom: 20px;
		width: 30px;
		height: 30px;
		background-size: 10px;
		border-radius: 15px;
	}
	#back_to_top a:after {
		top: 7px;
		left: 14px;
		padding: 3px;
	}
}

/**** mainvisual ****/
.mainvisual {
	margin-top: 65px;
	margin-bottom: 60px;
	background: #000 url('../image/mainvisual_pc.png') no-repeat center center;
	text-align: center;
	line-height: 0;
}
.mainvisual img {
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.mainvisual {
		margin-top: 55px;
		margin-bottom: 30px;
	}
	.mainvisual .wrap_inner {
		padding: 0;
	}
}

/* SECTION 01 */
.section01 {
	/* padding-bottom: 100px; */
	text-align: center;
}
.section01 .search_cont.section_coupon {
	max-width: 100%;
}
.sec01_para01 {
	margin-bottom: 30px;
	font-size: 3.2rem;
	font-weight: 600;
	color: #df0000;
	line-height: 1.5;
}
.sec01_para02 {
	/* border-top: 2px solid #ccc; */
	/* border-bottom: 2px solid #ccc; */
	font-size: 1.6rem;
	padding: 40px 0;
	text-align: left;
}
.sec01_para02 h2 {
	padding: 5px 0;
	padding-left: 15px;
	border-left: 6px solid #df0000;
	font-size: 2.0rem;
	font-weight: 600;
}
.sec01_para02 p{
	margin-top: 12px;
	line-height: 1.6;
}
.sec01_para02 p+h2{
	margin-top: 40px;
}
.sec01_para02.no_padding {
	padding: 0;
 }
.sec01_para03{
	line-height: 1.6;
	margin-bottom: 60px;
	font-size: 1.8rem;
}
.section01 ul li {
	font-size: 2.0rem;
	line-height: 1.5;
	text-align: left;
}
.btn02, .btn02a, .btn02b {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 30px;
	background: #999;
	border-radius: 6px;
	font-size: 2.0rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.btn02a {
	margin-top: 60px;
}
.btn02b {
	padding-top: 16px;
	padding-bottom: 16px;
	margin-top: 24px;
    line-height: 1.2;
}
.btn02a, .btn02b {
	width: 600px;
}
.btn02a span , .btn02b span {
	display: block;
	background: url(https://campaign.alpen-group.jp/ec/assets/image/icon_arrowRight_white01.png) no-repeat center right;
}
.btn02:before {
	content: "";
	background: url("https://campaign.alpen-group.jp/ec/assets/image/close_icon.png");
	position: absolute;
	width: 24px;
	height: 24px;
	right: 35px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn02.active:before {
	content: "";
	background: url("https://campaign.alpen-group.jp/ec/assets/image/open_icon.png");
	position: absolute;
	width: 24px;
	height: 4px;
	right: 35px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn02.active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
@media screen and (min-width:769px) {
	.btn02:hover,.btn02a:hover,.btn02b:hover,.items_info a:hover {
		opacity: 0.8;
	}
}
@media screen and (max-width:768px) {
	.btn02, .btn02a, .btn02b {
		margin-top: 12px;
		padding: 15px;
		font-size: 1.2rem;
		border-radius: 3px;
	}
	.btn02 span {
		background-size: 7px;
	}
	.btn02:before, .btn02.active:before {
		width: 12px;
		right: 15px;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.btn02a span, .btn02b span {
		background-size: 7px;
	}
}

.accordion_content {
	margin-top: 32px;
	border: 2px solid #999;
	border-top: none;
	border-radius: 8px;
}
.accordion_txt {
	margin: 0 auto;
	margin-bottom: 60px;
	margin-top: 60px;
	width: 100%;
	max-width: 820px;
	font-size: 1.8rem;
	color: #333;
	text-align: left;
	line-height: 1.5;
}
.acc_div {
	padding-bottom: 60px;
	display: none;
}
.sec02_para01{
	text-align: center;
}
.sec02_para01A {
	text-align: center;
	margin: 20px 0;
}
.sec02_para01B {
	font-size: 1.8rem;
	margin-top: 60px;
}
@media screen and (max-width:768px) {
	.accordion_content {
		margin-top: 12px;
		border-width: 1px;
		border-radius: 4px;
	}
	.accordion_txt {
		margin-top: 12px;
		margin-bottom: 24px;
		font-size: 1.4rem;
	}
	.acc_div {
		padding: 12px;
	}
	.sec02_para01B {
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: left;
		line-height: 1.5;
		font-size: 1.2rem;
	}
}

/* SECTION 02 */
.section02 {
	position: relative;
	padding: 80px 0 80px;
	background: #f2f2f2;
	text-align: center;
}
.section02 h2 {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	font-family: 'Montserrat Bold';
	font-size: 4.0rem;
	text-align: center;
	color: #e57300;
	
}
.section02 h2 span {
	display: block;
	margin: 20px 0 0;
	font-size: 2.0rem;
	font-weight: 600;
	font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
	color: #333;
}
.section02 .wrap_inner {
	margin-top: 60px;
	padding: 60px 0;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 40px rgba(0,0,0,0.2);
}

/* SECTION */
.sectionBlock {
	position: relative;
	padding: 120px 0 100px;
}
.sectionBlock h2 {
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	padding-top: 50px;
	font-family: 'Oswald Medium';
	font-size: 4.0rem;
	text-align: center;
	color: #c00000;
}
.sectionBlock h2 span {
	display: block;
	margin: 20px 0 0;
	font-size: 2.0rem;
	font-weight: 600;
	font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
	color: #333;
}
.subcatBlock p {
	margin: 0 auto;
	margin-bottom: 15px;
	width: 100%;
	max-width: 820px;
	font-size: 1.8rem;
	color: #333;
	/*text-align: left;*/
	line-height: 1.5;
}

/* BUTTONS */
.btn01 {
	display: block;
	margin: 60px auto;
	max-width: 600px;
	width: 100%;
	padding: 30px;
	background: #df0000;
	border-radius: 8px;
	font-size: 2.0rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	box-shadow: 0 8px 40px rgba(0,0,0,0.2);
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.btn01 span {
	display: block;
	background: url('https://campaign.alpen-group.jp/ec/assets/image/icon_arrowRight_white01.png') no-repeat center right;
}

.btn_wrapper {
    margin: 100px auto;
}
.btn01x2 {
    margin: 0 auto 40px;
}

@media screen and (min-width:769px) {
	.btn01:hover {
		opacity: 0.8;
	}
}
@media screen and (max-width:768px) {
	.btn01 {
		margin: 30px 0;
		padding: 24px 15px;
		font-size: 1.2rem;
		border-radius: 4px;
		box-shadow: 0 4px 20px rgba(0,0,0,0.2);
	}
	.btn01 span {
		background-size: 7px;
	}
    
    .btn_wrapper {
        margin: 50px auto;
    }
    .btn01x2 {
        margin: 0 auto 20px;
    }
}

/* SECTION 03 */
.section03 {
	padding-bottom: 60px;
}
.item_list {
	overflow: hidden;
}
.item_list li img{
	width: 100%;
	padding-top: 30px;
}
.item_list li {
	width: 31.633%;
	display: inline;
	float: left;
}
.item_list li:nth-child(1),
.item_list li:nth-child(4),
.item_list li:nth-child(7),
.item_list li:nth-child(10){
	padding-right: 16px;
}
.item_list li:nth-child(2),
.item_list li:nth-child(5),
.item_list li:nth-child(8),
.item_list li:nth-child(11){
	padding-left: 8px;
	padding-right: 8px;
}
.item_list li:nth-child(3n){
	padding-left: 16px;
}
.items_info {
	padding: 10px;
}
.items_info a {
	display: block;
	text-decoration: none;
	color: #000;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.item_name {
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.item_name {
		font-size: 1.2rem;
	}
}
.item_price {
	color: #eb0027;
	font-weight: 600;
	font-size: 3.2rem;
	font-family: "Montserrat Bold";
}
.m_sign {
	font-size: 2.4rem;
}
.tax_indicator {
	color: #000;
	font-size: 1.2rem;
	font-family: Yu Gothic Medium;
}
@media screen and (max-width: 768px) {
	.m_sign {
		font-size: 1.4rem;
	}
	.item_price {
		font-size: 2.0rem;
	}
	.tax_indicator {
		font-size: 1.0rem;
	}
}

.btn_price {
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 12px;
	border-radius: 10px;
	background: #eb0027 url(https://campaign.alpen-group.jp/ec/assets/image/small_arrow.png) no-repeat center right 5%;
}
@media screen and (max-width: 768px) {
	.btn_price {
		font-size: 1.2rem;
		background-size: 3%;
		padding: 6px;
		border-radius: 5px;
	}
}
.subcatBlock p:first-child {
	margin-bottom: 50px;
	font-size: 2.8rem;
	font-weight: 600;
	color: #333;
	text-align: center;
}
.section03 .wrap_inner {
	margin-top: 60px;
	padding: 40px 0;
}
.section03 p {
	margin-top: 12px;
	line-height: 1.6;
	
}
.section03 h2 {
	padding: 5px 0;
	padding-left: 15px;
	border-left: 6px solid #1f9947;
	font-size: 2.0rem;
	font-weight: 600;
}
.section03 p + h2 {
	margin-top: 40px;
}
@media screen and (max-width:768px) {
	.section03 .wrap_inner {
		margin-top: 0;
	}
	.section03 p {
		margin-top: 0;
	}
	.subcatBlock p:first-child {
		font-size: 1.8rem !important;
		margin-bottom: 20px;
	}
}


/* SECTION 04*/
.section04 {
	font-size: 2.4rem;
	position: relative;
	padding: 80px 0;
	background: #ebebeb;
	text-align: center;
	letter-spacing: 0;
}
/* .section04 .btns .btn01 {
	margin-bottom: 0;
} */
.search_txt {
	font-weight: 600;
	font-size: 1.8rem;
}
.search_txt01 {
	margin-top: 10px;
	font-size: 1.2rem;
	color: #225ce3;
	font-family: "helvetica";
}
.search_btn {
	overflow: hidden;
	max-width: 743px;
	margin: 30px auto 0;
}
.search_cont {
	max-width: 750px;
	margin: 0 auto;
}
.search_btn li {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
}
.search_btn li:nth-child(1) {
	padding-right: 10px;
}
.search_btn li:nth-child(2) {
	padding: 0 10px;
}
.search_btn li:nth-child(3) {
	padding-left: 10px;
}
.search_btn li a {
	display: block;
	padding: 10px 0;
	font-size: 1.6rem;
	background: #fff;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border-radius: 10px;
}
.search_btn li span {
	position: relative;
}

.search_cont {
	margin-top: 60px;
}
.cat_search {
	border-top: 1px solid #dedede;
	margin-top: 30px;
	overflow: hidden;
}
.bnr_txt {
	font-weight: 600;
	font-size: 2.4rem;
}
.bnr_link {
	margin: 30px auto 0;
	max-width: 750px;
}
.bnr_link img {
	width: 750px;
}

@media screen and (max-width:768px) {
	.section04 {
		padding: 40px 0;
	}
	.section04 .sec01_para02 .btns {
		padding: 0 15px;
	}
	.search_btn {
		margin: 20px auto 0;
	}
	.search_btn li a {
		padding: 15px;
		font-size: 1.1rem;
		border-radius: 8px;
	}
	.search_btn li:nth-child(1) {
		padding-right: 5px;
	}
	.search_btn li:nth-child(2) {
		padding: 0 5px;
	}
	.search_btn li:nth-child(3) {
		padding-left: 5px;
	}
	.bnr_txt {
		font-size: 1.8rem !important;
	}
	.bnr_link {
		margin-top: 20px;
	}
	.bnr_link img {
		padding: 0 18px;
		width: 100%;
	}
}
.cat_ttl {
	font-size: 1.6rem;
	font-weight: 600;
	text-align: left;
	margin-top: 16px;
}
.search_cnt {
	width: 100%;
	margin-top: 24px;
}
.search_cnt li {
	font-size: 1.4rem;
	text-align: left;
	float: left;
	width: 27.592%;
	display: block;
	height: 2em;
	margin: 0 60px 30px 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.search_cnt li:hover {
	opacity: 0.8;
}
.search_cnt li:nth-child(3n) {
	margin-right: 0;
}
.search_cnt li a {
	text-decoration: none;
	color: #000;
	position: relative;
	display: block;
}
.search_cnt li span {
	display: inline-block;
	vertical-align: middle;
}
.search_cnt li span:nth-child(1){
	margin-right: 12px;
}
.search_cnt li:nth-child(3n) a:before {
	right: 0;
}
.search_cnt li span img {
	width: 33px;
}
.icon_img {
	margin: 0 -10px;
	overflow: hidden;
	margin-top: 33px;
}
.icon_img li {
	float: left;
	margin: 0 0 20px;
	padding:0 10px;
	width: 16.6%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	box-sizing: border-box;
	text-align: center;
}
.icon_img li:hover {
	opacity: 0.8;
}
.icon_img li img {
	width: 100%;
	max-width: 87PX;
}
.icon_img li a {
	display: block;
	padding: 10px;
	background: #fff;
	border-radius: 8px;
}
@media screen and (max-width:768px) {
	.icon_img li {
		width: 33.33%;
	}
}
.btn_icon {
	background: #fff;
	width: 46.57%;
	margin: 20px auto 0;
	border-radius: 8px;
}
.btn_icon a {
	font-size: 1.6rem;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 15px 0;
}
.btn_icon span {
	position: relative;
}
.search_btn li span:after,.search_cnt li a:before,.btn_icon span:before{
	position: absolute;
	content: "";
	background: url("https://campaign.alpen-group.jp/ec/assets/image/icon_blue.png");
	width: 7px;
	height: 14px;
	margin: auto;
	top: 0;
	bottom: 0;
	right: -15px;
}
/* LINK 01 */
.link01 {
	display: block;
	margin: 100px auto;
	padding: 30px;
	max-width: 696px;
	border-radius: 100px;
	border: 2px solid #333;
	color: #333;
	font-weight: 600;
	font-size: 2.0rem;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s;
}
.link01 span {
	display: block;
	background: url('https://campaign.alpen-group.jp/ec/assets/image/icon_arrowRight01.png') no-repeat center right;
}
@media screen and (min-width:769px) {
	.link01:hover {
		color: #fff;
		background: #333;
	}
	.link01:hover span {
		background: url('https://campaign.alpen-group.jp/ec/assets/image/icon_arrowRight_white01.png') no-repeat center right;
	}
}

@media screen and (max-width:768px) {
	.item_list li {
		width: 50%;
	}
	.btn02a, .btn02b {
		width: 100%;
	}
	.section01 {
		padding-bottom: 50px;
	}
	.sec01_para01 {
		margin-bottom: 0;
		/*font-size: 2.0rem !important;*/
        font-size: 1.6rem !important;
	}
	.sec01_para02 {
        border-width: 1px;
        padding: 20px 0;
        /*font-size: 14px;*/
        font-size: 1.2rem;
        line-height: 2;
 }
 	.sec01_para02.no_padding {
		padding: 0;
	 }
    .sec01_para03{
        margin-bottom: 30px;
    }
	.section01 ul li {
		font-size: 1.4rem;
	}
	.section02 {
		padding: 30px 15px 40px;
	}
	.section02 h2 {
		top: -10px;
		font-size: 2.4rem;
	}
	.section02 h2 span {
		margin: 10px 0 0;
		font-size: 1.2rem;
	}
	.section02 .wrap_inner {
		margin-top: 30px;
		padding: 12px;
	}
	.subcatBlock p {
		font-size: 1.2rem !important;
	}
	.section01 {
		padding: 0 15px;
	}
	.section01 .wrap_inner {
		padding: 0;
	}
	.section01 h2 {
		padding: 3px 0;
		padding-left: 5px;
		border-left-width: 3px;
		font-size: 1.4rem;
		line-height: 14px;
	}
	.section01 p {
		font-size: 1.2rem;
	}
	.section01 p + h2 {
		margin-top: 20px;
	}

	.link01 {
		margin: 50px auto;
		padding: 20px 17px;
		max-width: 348px;
		border: 1px solid #4c4c4c;
		font-size: 1.2rem;
	}
	.link01 span {
		background-size: 7px;
		
	}
	.search_btn {
		padding: 0 13px;
	}
	.search_btn , .search_cont{
		width: 100%;
	}
	.item_list li:nth-child(2), .item_list li:nth-child(5), .item_list li:nth-child(8), .item_list li:nth-child(11),.item_list li:nth-child(1), .item_list li:nth-child(4), .item_list li:nth-child(7), .item_list li:nth-child(10),.item_list li:nth-child(3n) {
		padding: 0;
	}
	.item_list li:nth-child(even),.item_list li:nth-child(odd){
		padding: 0 6px;
	}
	.section04 {
		letter-spacing: 0;
	}
	.section04 .wrap_inner {
		padding: 0;
	}
	.cat_search {
		border-top: none;
	}
	.cat_ttl {
		margin-top: 0;
		background: #151b28;
		color: #fff;
		font-weight: 400;
		font-size: 1.2rem;
		padding: 5px 10px;
	}
	.search_cnt {
		margin-top: 0;
	}
	.search_cnt {
		border-top: 1px solid #ccc;
	}
	.search_cnt li {
		width: 50%;
		margin: 0;
		height: initial;
		padding: 15px 10px;
		box-sizing: border-box;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		min-height: 60px;
	}
	.search_cnt li:nth-child(even) {
		border-right: 0;
	}
	.search_cnt li a {
		display: block;
	}
	.search_cnt li a:before {
		right: 0;
	}
	.search_cnt li span:last-child {
		max-width: 100px;
	}
	.search_cnt li span:nth-child(1){
		margin-right: 6px;
	}

	.icon_img {
		margin: 20px 0 0;
	}
	.icon_img li {
		margin: 0 0 10px;
		padding: 0 5px;
	}
}

@media screen and (max-width:425px) {
	.itemList li a img {
		
	}
	.btn_price {
		background-size: 5%;
	}
	.item_list li img {
		padding-top:  0;
	}
	.icon_img {
		padding: 0 13px;
	}
	.icon_img li a {
		padding: 15px;
	}
}

@media screen and (max-width:374px) {
	.sec01_para01 {
		font-size: 1.8rem;
	}
	.link01 {
		margin: 60px 10px;
	}
}

/* FOOTER BANNER */
.wrap .list a {
	display: block;
	width: calc(100% - 40px);
	margin: 10px auto;
	overflow: hidden;
	background: #fff;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	transition: ease 0.2s;
}
.wrap .list a:hover {
	opacity: .8;
}
.wrap .list a img {
	width: 100%;
	margin-bottom: -1px;
}

.wrap #special_other {
	margin-bottom: 100px;
}

.wrap #special_other .list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.wrap #special_other .list a {
	box-shadow: 0 8px 40px rgba(0,0,0,0.2);
	width: calc(50% - 20px);
}


@media screen and (max-width: 768px) {
	.wrap .list a img {
		margin-bottom: -2px;
	}
	.wrap #special_other {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 800px) {
	.wrap .list a {
		display: block;
		width: calc(100% - 20px);
		margin: 10px auto;
		/*border-radius: 5px;*/
		overflow: hidden;
		box-shadow: 0 4px 20px rgba(0,0,0,0.2);
		background: #fff;
		text-decoration: none;
		color: #000;
		font-weight: bold;
		transition: ease 0.2s;
	}
	.wrap #special_other .list {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-left: 0;
		margin-right: 0;
	}
	.wrap #special_other .list a {
		box-shadow: 0 4px 20px rgba(0,0,0,0.2);
		width: calc(100% - 8px);
	}
	.wrap #special_other .list a:last-of-type {
		/* margin: 4px; */
	}
}
.count__num{
	font-size: 1.6em;
}
.coupon {
  font-weight: bold;
  font-size: 120%;
}
.color_red {
  color: #ec151a;
}
.js-count {
	opacity: 0;
}
.js-count.is-show {
	opacity: 1;
}
table{
	border-spacing: 1px;
	border-collapse: separate;
	background: #cccccc;
	width: 100%;
	text-align: center;
	margin-top: 22px;
}
table th,
table td{
	padding: 10px;
}
table th{
	background: #f2f2f2;
}
table td{
	background: #fff;
}
strong.color_red{
	font-weight: bold;
}
.note{
	position: relative;
	padding-left: 1.2em;
	letter-spacing: .05em;
}
.note > span:first-child{
	width: 1.2em;
	position: absolute;
	top: 0;
	left: 0;
}
.productsList{
	margin: 0 -15px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media only screen and (max-width: 980px){
	.productsList{
		margin: 0 0 10px;
	}
}
@media only screen and (max-width: 767px){
	.productsList{
		margin: 0 -7px 20px;
	}
}
.products{
	width: calc(100% / 4 - 30px);
	max-width: 300px;
	margin: 0 15px 30px;
	text-decoration: none;
	transition: all .3s;
}
@media only screen and (max-width: 767px){
	.products{
		width: calc(100% / 2 - 14px);
		margin: 0 7px 15px;
	}
}
.products:hover{
	opacity: .75;
}
.products img{
	max-width: 100%;
}
.products__caption{
	color: #555;
	margin-top: 5px;
	line-height: 1.4;
	font-size: 16px;
	letter-spacing: 0;
}
.products__caption strong{
	font-weight: bold;
}
@media only screen and (max-width: 767px){
	.products__caption{
		font-size: 1.4rem;
	}
}
#products h2 {
  padding: 5px 0;
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px){
	#products h2 {
    padding: 3px 0;
    font-size: 1.4rem;
    line-height: 14px;
  }
}
.fz-s{
	font-size: .8em;
}

.lead{
	color: #cf0000;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 15px;
  letter-spacing: .015em;
}
@media only screen and (max-width: 767px){
	.lead{
		font-size: 1.4rem;
	  margin-bottom: 5px;
	}
}
*+.lead{
	margin-top: 30px;
}
@media only screen and (max-width: 767px){
	*+.lead{
		margin-top: 15px;
	}
}

@media only screen and (min-width: 769px){
	.btns{
		display: flex;
		justify-content: space-between;
	}
	.btns .btn01 {
    /* max-width: calc(100% / 3 - 20px); */
    font-size: 1.6rem;
    margin-top: 0;
    padding: 30px 15px;
	}
	.btns .btn01 span {
  	padding: 0 10px;
  }
}
@media screen and (max-width: 768px){
	.btn01 + .btn01 {
	  margin-top: -15px;
	}
	.btn01 span{
		line-height: 1;
	}
}
@media screen and (max-width: 768px) {
	.is-pc {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	.is-sp {
		display: none;
	}
}
figure.ta-c{
	text-align: center;
	margin: 4em 0;
}