@charset "UTF-8";

#contents .footer_area{
	padding: 0!important;
}
.footer_wrap_v2 {
	overflow: hidden;
}
.footer_wrap_v2 .bnrlist{
	background: #fff;
	padding: 70px 0;
}
.footer_wrap_v2 .bnrlist h2{
	text-align: center;
	margin: 0 0 50px;
}
.footer_wrap_v2 .bnrlist .common_inner{
	gap: 20px;
	display: flex;
	flex-flow: wrap;
	width: 1000px;
	margin: auto;
}
.footer_wrap_v2 .bnrlist .common_inner li{

}
.footer_wrap_v2 .bnrlist .common_inner li a{
	transition: .3s;
}
.footer_wrap_v2 .bnrlist .common_inner li a:hover{
	opacity: .8
}
.footer_wrap_v2 .bnrlist .common_inner li a img{
	width: 100%;
}

.footer_wrap_v2 .footer_area_wrap{
	margin: 0 auto 40px;
	padding: 20px 40px;
	box-sizing: border-box;
}
.footer_wrap_v2 .footer_area_wrap .footer_info + .footer_info{
	padding: 20px 0 0;
	border-top: 2px #f3fafe solid;
}
.footer_wrap_v2 .footer_area_wrap .footer_info .footer_info_box{
	gap: 20px;
	width: auto;
}
.footer_wrap_v2 .footer_area_wrap .footer_info .footer_info_box p{
	padding: 0;
}
.footer_wrap_v2 .footer_area_wrap .footer_info li{
	border: none;
	line-height: 1.6;
}
.footer_wrap_v2 .footer_area_wrap .footer_info li img{
	margin: 10px 0 0;
}
.footer_wrap_v2 .address{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 50px 0 60px;
}
.footer_wrap_v2 .address .footer_telephone {
	width: 650px;
	color: #fff;
}

.footer_wrap_v2 .guidelink{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	width: 1000px;
	margin: auto;
	text-align: center;
	font-size: 16px;
}
.footer_wrap_v2 .guidelink li{
	position: relative;
	width: 25%;
	text-align: center;
}
.footer_wrap_v2 .guidelink li:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #0097e0;
}
.footer_wrap_v2 .guidelink li:last-child:after{
	content: none;
}
.footer_wrap_v2 .guidelink li a{
	display: block;
	color: #0097e0;
	transition: .3s;
}
.footer_wrap_v2 .guidelink li a:hover{
	opacity: .8
}

.footer_wrap_v2 .blandlist{
	background: #FAFAFA;
	padding: 50px 0 40px;
}
.footer_wrap_v2 .asap{
	font-family: 'Asap Condensed', sans-serif;
}
.footer_wrap_v2 .blandlist h2{
	font-size: 28px;
	margin: 0 0 40px;
	padding: 0 !important;
	text-align: center;
	font-weight: 600;
	line-height: 1;
	position: relative;
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "Times New Roman", Times, serif;
}
.footer_wrap_v2 .blandlist h2:after{
	content: "";
	display: block;
	width: 160px;
	height: 20px;
	margin: 10px auto 0;
    background: url(/img/header/title_under.png) no-repeat center;
}
.footer_wrap_v2 .blandlist h2 span{
	font-size: 34px;
	letter-spacing: 2px;
	margin: 0 20px 0 0;
}
.footer_wrap_v2 .blandlist ul{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin: 0 60px;
}
.footer_wrap_v2 .blandlist ul li{
	width: 415px;
}
.footer_wrap_v2 .blandlist ul li a{
	transition: .3s;
}
.footer_wrap_v2 .blandlist ul li a:hover{
	opacity: .8;
}
.footer_wrap_v2 .blandlist ul li p{
	margin: 20px 0 0;
	font-size: 13px;
}

.footer_wrap_v2 .footer_bottom_wrap {

}
.footer_bottom_wrap .footer_bottom{
	margin: auto;
	padding: 50px 0;
}
.footer_wrap_v2 .footer_bottom_wrap .footer_bottom li:first-child{
	padding: 0;
	text-align: left;
}
.footer_wrap_v2 .footer_bottom_wrap .footer_bottom .footer_tel{
	margin: 10px 0;
}
.footer_wrap_v2 .footer_bottom_wrap .footer_bottom .footer_tel a{
	display: flex;
	align-items: center;
}
.footer_wrap_v2 .footer_bottom_wrap .footer_bottom .footer_tel a img{
	margin: 0 10px 0 0;
	position: static;
}
.footer_wrap_v2 .footer_bottom_wrap .footer_bottom .footer_contact_btn{
	width: 390px;
	display: flex;
	align-items: center;
	border: 2px solid #0097e0;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	font-size: 20px;
	color: #0097e0;
	cursor: pointer;
	font-weight: bold;
	position: relative;
}
.footer_wrap_v2 .footer_bottom_wrap .footer_bottom .footer_contact_btn:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border: solid #0097e0;
	border-width: 1px 1px 0 0;
}
.footer_wrap_v2 .footer_bottom_wrap .footer_bottom .footer_contact_btn img{
	margin: 0 20px 0 0;
}

div#cart-footer, footer{
	height: auto;
	margin: 0;
	background: none;
}


.footer_navi {
	padding: 80px 0 50px;
	font-size: 12px;
	background: #0097E0;
}
.footer_navi .common_inner{
    margin: auto;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.footer_navi .btn_campany{
	display: flex;
}
.footer_navi .btn_campany li{
	margin: 0 40px 0 0;
}
.footer_navi .btn_campany li a{
	color: #fff;
	transition: .3s;
}
.footer_navi .btn_campany li a:hover{
	opacity: .8;
}
.footer_navi .snslist{
	display: flex;
	justify-content: flex-end;
	margin: 0 0 50px;
	width: 100%;
}
.footer_navi .snslist li{
	margin: 0 0 0 20px;
}
.footer_navi .copyrights{
	color: #fff;
	text-align: right;
}

@media screen and (min-width: 768px) {

	.footer_wrap_v2 .footer_bottom{
		justify-content: space-between;
	}
	.footer_wrap_v2 .blandlist .common_inner,
	.footer_navi .common_inner{
		width: 1000px;
		margin: auto;
	}


}

@media screen and (max-width: 767px) {


	.footer_wrap_v2 {
		margin: 10vw -2vw 0;
		background: #F3FAFE;
		overflow: hidden;
	}
	.footer_wrap_v2 .bnrlist{
		padding: 0 3.3vw 10vw;
	}
	.footer_wrap_v2 .bnrlist .common_inner{
		display: block;
		width: auto;
	}
	.footer_wrap_v2 .bnrlist  .common_inner li{
		margin: 0;
		width: auto;
	}
	.footer_wrap_v2 .bnrlist  .common_inner li + li{
		margin: 4vw 0 0;
	}
	.footer_wrap_v2 .footer_area_wrap{
		justify-content: space-between;
		padding: 5vw 4vw;
	}
	.footer_wrap_v2 .footer_area_wrap .footer_info li{
		font-size: calc(24vw / 750 * 100);
	}
	.footer_wrap_v2 .footer_info{
		justify-content: space-between;
		width: auto;
	}
	.footer_wrap_v2 .footer_info li:first-child {
		width: 28% !important;
        padding: 0;
	}
	.footer_wrap_v2 .footer_info li:last-child {
		width: 70%;
	}
	.footer_wrap_v2 .footer_info .footer_info_box{
		width: auto;
	}
	.footer_wrap_v2 .summary {
		margin: 0 3.3vw;
	}
	.footer_wrap_v2 .footer_guide {
		overflow: hidden;
		margin: 0;
		padding: 0 3.3vw;
	}
	.footer_wrap_v2 .footer_guide li {
		padding: 5% 5% 5% 25%;
		width: 100%;
		display: block;
		height: auto;
		position: relative;
		float: none;
		margin: 0;
	}
	.footer_wrap_v2 .footer_guide li:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 80%;
		height: 1%;
		background: #A09B9B;
	}
	.footer_wrap_v2 .footer_guide li:last-child:after {
		content: none;
	}
	.footer_wrap_v2 .footer_guide li figure{
		width: 14%;
		text-align: center;
	}
	.footer_wrap_v2 .footer_guide li img{
		width: 100%;
	}
	.footer_wrap_v2 .footer_guide li:nth-of-type(4) img,
	.footer_wrap_v2 .footer_guide li:nth-of-type(2) img{
		width: 80%;
	}
	.footer_wrap_v2 .footer_guide li div{
		width: 80%;
	}
	.footer_wrap_v2 .footer_guide h3 {
		font-size: calc(26vw / 750 * 100);
		margin: 0 0 2vw;
		position: static;
		text-align: left;
	}
	.footer_wrap_v2 .footer_guide li h3:after {
		width: auto;
		height: auto;
		padding: 6%;
		top: 50%;
		transform: translateY(-50%);
		right: auto;
		left: 6%;
	}
	.footer_wrap_v2 .footer_guide li:nth-child(1) h3:after {
		background: url(https://www.joycoco.jp/joycoco_theme/images/pc/common/icon_card.png) no-repeat center / 100%;
	}
	.footer_wrap_v2 .footer_guide li:nth-child(2) h3:after {
		background: url(https://www.joycoco.jp/joycoco_theme/images/pc/common/icon_shipping.png) no-repeat center / 80%;
	}
	.footer_wrap_v2 .footer_guide li:nth-child(3) h3:after {
		background: url(https://www.joycoco.jp/joycoco_theme/images/pc/common/icon_shippingtime.png) no-repeat center / 100%;
		padding: 6% 7%;
	}
	.footer_wrap_v2 .footer_guide li:nth-child(4) h3:after {
		background: url(https://www.joycoco.jp/joycoco_theme/images/pc/common/icon_member.png) no-repeat center / 80%;
	}
	.footer_wrap_v2 .footer_guide p {
		font-size: calc(26vw / 750 * 100);
	}
	.footer_bottom_wrap .footer_bottom{
		padding: 10vw 0 5vw;
		width: auto;
	}
	.footer_wrap_v2 .guidelink{
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		width: 100%;
		text-align: center;
		margin: 6vw 0 0;
		gap: 5vw 0;
	}
	.footer_wrap_v2 .guidelink li{
		position: relative;
		width: 60%;
		font-size: calc(26vw / 750 * 100);
	}
	.footer_wrap_v2 .guidelink li:nth-of-type(2n):after{
		content: none;
	}
	.footer_wrap_v2 .guidelink li:nth-of-type(2n){
		width: 40%;
	}
	.footer_wrap_v2 .guidelink li a{
		display: block;
		box-sizing: content-box;
	}
	.footer_wrap_v2 .guidebnr{
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		width: 100%;
		margin: 3vw 0 0;
	}
	.footer_wrap_v2 .guidebnr li{
		width: 48%;
	}
	.footer_wrap_v2 .footer_bottom_wrap .footer_bottom li:first-child{
		text-align: center;
		font-size: calc(24vw / 750 * 100);
	}
	.footer_wrap_v2 .footer_bottom_wrap .footer_bottom li:last-child{
		line-height: 1.6;
	}
	.footer_wrap_v2 .address .footer_contact_btn:hover img{
		opacity: 1;
	}
	.footer_wrap_v2 .footer_bottom_wrap .footer_bottom .footer_tel a{
		display: inline-flex;
		font-size: calc(50vw / 750 * 100);
	}
	.footer_wrap_v2 .footer_bottom_wrap .footer_bottom .footer_contact_btn{
		margin: 10px auto 0;
		width: 75%;
		font-size: calc(28vw / 750 * 100);
	}
	.footer_wrap_v2 .footer_bottom_wrap .footer_bottom .footer_contact_btn img{
		width: 12%;
	}

	.footer_wrap_v2 .blandlist{
		background: #fff;
		padding: 10vw 0 12vw;
	}
	.footer_wrap_v2 .asap{
		font-family: 'Asap Condensed', sans-serif;
	}
	.footer_wrap_v2 .blandlist h2{
		font-size: calc(38vw / 750 * 100);
		margin: 0 0 8vw;
		text-align: center;
		line-height: 1;
	}
	.footer_wrap_v2 .blandlist h2:after{
		width: 20%;
		background: url(/img/header/title_under.png) no-repeat center / 100%;
	}
	.footer_wrap_v2 .blandlist ul{
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		margin: 0 8vw;
	}
	.footer_wrap_v2 .blandlist ul li{
		width: auto;
	}
	.footer_wrap_v2 .blandlist ul li + li{
		margin: 8vw 0 0;
	}
	.footer_wrap_v2 .blandlist ul li p{
		margin: 5vw 0 0;
		font-size: calc(24vw / 750 * 100);
		line-height: 1.6;
	}

	.footer_navi {
		padding: 10vw 10vw 15vw;
		font-size: calc(24vw / 750 * 100);
	}

	.footer_navi .common_inner{
		display: block;
	}
	.footer_navi .btn_campany{
		display: flex;
		justify-content: space-between;
		margin: 0 0 8vw;
		width: 100%;
	}
	.footer_navi .btn_campany li{
		margin: 0;
	}
	.footer_navi .btn_campany li a{
		color: #fff;
		font-size: calc(22vw / 750 * 100);
	}
	.footer_navi .snslist{
		position: static;
		justify-content: center;
		margin: 0 0 15vw;
	}
	.footer_navi .snslist li{
		margin: 0 3vw;
	}
	.footer_navi .copyrights{
		color: #fff;
		font-size: calc(20vw / 750 * 100);
		text-align: center;
	}




	article #main-column .pageNav{
		height: auto !important;
	}


}


