@charset "utf-8";
/**
/* LP CSS
----------------------------------------------- */
/*　　こんなお悩みありませんか？　　*/
.trouble-guide{
	padding: 30px 0 0 0;
}
.trouble-guide .grid-ttl{
	margin-bottom: 14px;
}
.trouble-guide .grid-ttl:after{
	content: none;
}
.trouble-guide .grid-ttl .caption{
	position: relative;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.47;
	letter-spacing: 0.05em;
}
.trouble-guide .grid-ttl .caption:before,
.trouble-guide .grid-ttl .caption:after {
	position: relative;
	display: inline-block;
	content: "";
	background: #141414;
	width: 2px;
	height: 28px;
	margin: 0 28px;
	margin-top: -.2em;
	vertical-align: middle;
}
.trouble-guide .grid-ttl .caption:before {
	transform: rotate(-35deg);
}
.trouble-guide .grid-ttl .caption:after {
	transform: rotate(35deg);
}
.trouble-guide .grid-ttl .caption span{
	background-image: radial-gradient(circle at center, #F06600 20%, transparent 20%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 1em;
	padding-top: .6em;
}
.trouble-guide .text{
	font-size: 23px;
	font-weight: 500;
	line-height: 1.47;
	text-align: center;
}
.trouble-guide .imgArea{
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.trouble-guide{
		padding: 8% 0 0 0;
	}
	.trouble-guide .grid-ttl{
		margin-bottom: 5%;
	}
	.trouble-guide .grid-ttl .caption{
		font-size: 5.2vw;
	}
	.trouble-guide .grid-ttl .caption:before,
	.trouble-guide .grid-ttl .caption:after {
		width: 2px;
		height: 6vw;
		margin: 0 6%;
		margin-top: -0.4em;
	}
	.trouble-guide .text{
		font-size: 4.6vw;
		margin-bottom: 5%;
	}
	.trouble-guide .trouble-list li{
		background: #FFFFFF;
		border: 3px solid #E6E6E6;
		font-size: 5.8vw;
		font-weight: 700;
		line-height: 1.45;
		text-align: center;
		border-radius: 3vw;
		padding: 3%;
		margin-top: 3%;
	}
	.trouble-guide .imgArea img{
		width: 80%;
		margin-top: -2%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.trouble-guide .grid-ttl{
		margin-bottom: 10px;
	}
	.trouble-guide .grid-ttl .caption{
		font-size: 22px;
	}
	.trouble-guide .grid-ttl .caption:before,
	.trouble-guide .grid-ttl .caption:after {
		height: 24px;
		margin: 0 20px;
	}
	.trouble-guide .text{
		font-size: 18px;
	}
}
/*　　予約バックなら…　　*/
.about-guide{
	background: url(../img/about_bg.png) no-repeat center;
	background-size: cover;
	padding: 19px 0 16px 0;
}
.about-guide .grid-ttl{
	margin-bottom: 41px;
}
.about-guide .grid-ttl h2{
	color: #FFFFFF;
}
.about-guide .grid-ttl:after{
	background: rgb(255, 255, 255, 0.3);
}
.about-guide .about-list{
	column-gap: 46px;
	margin-bottom: 16px;
}
.about-list .about-items{
	position: relative;
	width: calc(33.3333% - 31px);
	background: #FFFFFF;
	border-radius: 15px;
	padding: 28px 20px;
}
.about-list .about-items:after{
	position: absolute;
	top: calc(50% - 19px);
	right: -32px;
	width: 0;
	height: 0;
	content: '';
	border-width: 19px 0 19px 33px;
	border-style: solid;
	border-color: transparent transparent transparent #FFFFFF;
}
.about-list .about-items:last-child:after{
	content: none;
}
.about-list .about-items .imgArea{
	width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.about-list .about-items p{
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
    text-align: center;
}
.about-guide .note{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.about-guide{
		background: url(../img/sp_about_bg.png) no-repeat center;
		background-size: cover;
		padding: 6% 0;
	}
	.about-guide .grid-ttl{
		margin-bottom: 10%;
	}
	.about-guide .grid-ttl h2{
		font-size: 7vw;
	}
	.about-guide .about-list{
		column-gap: 0;
		margin-bottom: 5%;
	}
	.about-list .about-items{
		width: 100%;
		align-items: center;
		padding: 5%;
		border-radius: 3vw;
		margin-bottom: 7vw;
	}
	.about-list .about-items:last-child{
		margin-bottom: 0;
	}
	.about-list .about-items:after{
		top: auto;
		bottom: -3.8vw;
		right: calc(50% - 3vw);
		border-width: 4vw 3vw 0 3vw;
		border-color: #FFFFFF transparent transparent transparent;
	}
	.about-list .about-items .imgArea{
	    width: 50%;
	    margin-bottom: 0;
	}
	.about-list .about-items p{
		width: 48%;
		font-size: 5.2vw;
		text-align: left;
	}
	.about-guide .note{
		font-size: 3.4vw;
		text-align: left;
	}
	.about-list .about-items:nth-child(3) p{
		padding-left: 5%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.about-guide .grid-ttl{
		margin-bottom: 35px;
	}
	.about-guide .about-list{
		column-gap: 30px;
	}
	.about-list .about-items{
		width: calc(33.3333% - 20px);
		padding: 20px 15px;
	}
	.about-list .about-items:after{
		top: calc(50% - 11px);
		right: -20px;
		border-width: 12px 0 12px 22px;
	}
	.about-list .about-items .imgArea{
	    margin-bottom: 10px;
	}
	.about-list .about-items p{
		font-size: 17px;
	}
}
/*　　幹事がお小遣い稼ぎができちゃう！　　*/
.point-guide{
	padding: 38px 0 49px 0;
}
.point-guide .grid-ttl{
	margin-bottom: 22px;
}
.point-guide .grid-ttl:after{
	content: none;
}
.point-guide .point-list{
	position: relative;
	max-width: 930px;
    margin: auto;
	column-gap: 57px;
}
.point-guide .point-list:before,
.point-guide .point-list:after{
	position: absolute;
	content: '';
}
.point-guide .point-list:before{
	background: url(../img/coin_icon1.png) no-repeat center;
	background-size: cover;
	top: -10px;
	left: -75px;
	width: 85px;
	height: 95px;
}
.point-guide .point-list:after{
	background: url(../img/coin_icon2.png) no-repeat center;
	background-size: cover;
	bottom: 60px;
	right: -60px;
	width: 54px;
	height: 48px;
}
.point-guide .point-list li{
	position: relative;
	width: calc(33.3333% - 38px);
}
.point-guide .point-list li img{
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.point-guide{
		padding: 8% 0 8% 0;
	}
	.point-guide .grid-ttl{
		margin-bottom: 8%;
	}
	.point-guide .point-list{
		column-gap: 0;
	}
	.point-guide .point-list:before{
		top: 0;
		left: 8%;
		width: 18vw;
		height: 20vw;
	}
	.point-guide .point-list:after{
		bottom: 14%;
		right: 0%;
		width: 10vw;
		height: 9vw;
	}
	.point-guide .point-list li{
		width: 48%;
	}
	.point-guide .point-list li:first-child{
		width: 58%;
		padding: 0 5%;
		margin-bottom: 4%;
	}
	.point-guide .point-list li:nth-child(2){
		margin-right: 4%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.point-guide{
		padding: 35px 0 40px 0;
	}
	.point-guide .grid-ttl{
		margin-bottom: 20px;
	}
	.point-guide .point-list{
		column-gap: 30px;
	}
	.point-guide .point-list:before{
		top: -10px;
		left: -42px;
		width: 70px;
		height: 78px;
	}
	.point-guide .point-list:after{
		bottom: 60px;
		right: -10px;
		width: 44px;
		height: 40px;
	}
	.point-guide .point-list li{
		width: calc(33.3333% - 20px);
	}
}
/*　　予約バックリリースキャンペーン　　*/
.campaign-guide{
	background: url(../img/campaign_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 45px 0 43px 0;
}
.campaign-guide .imgArea{
	text-align: center;
}
.campaign-guide .entry_btn{
	margin-top: 20px;
}
.campaign-guide .note{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.43;
	text-align: center;
	margin-top: 22px;
}
@media only screen and (max-width: 767px) {
	.campaign-guide{
		background: url(../img/campaign_bg.jpg) no-repeat center;
		background-size: cover;
		padding: 8% 0 8% 0;
	}
	.campaign-guide .entry_btn{
		margin-top: 5%;
	}
	.campaign-guide .note{
		font-size: 3.6vw;
		text-align: left;
		margin-top: 5%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.campaign-guide{
		padding: 35px 0 35px 0;
	}
	.campaign-guide .entry_btn{
		margin-top: 15px;
	}
	.campaign-guide .note{
		font-size: 13px;
		margin-top: 20px;
	}
}
/*　　予約バックの特徴　　*/
.feature-guide{
	padding: 46px 0 80px 0;
}
.feature-guide .grid-ttl{
	margin-bottom: 60px;
}
.feature-list .feature-items:nth-child(1){
	margin-bottom: 53px;
}
.feature-list .feature-items:nth-child(2){
	margin-bottom: 80px;
}
.feature-list .feature-items .ttl{
	position: relative;
	text-align: center;
}
.feature-list .feature-items:nth-child(3) .ttl{
	margin-bottom: 37px;
}
.feature-list .feature-items .ttl:before{
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	left:0;
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #E3E3E3;
	z-index: -1;
}
.feature-list .feature-items .ttl p{
	display: inline-block;
	background: #fff;
	padding: 0 48px;
}
.feature-list .feature-items .ttl .no{
	position: relative;
	display: block;
	font-size: 80px;
	font-weight: 900;
	line-height: 1.45;
	margin-top: -25px;
}
.feature-list .feature-items .ttl .point{
	background: #F06600;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.27;
	letter-spacing: 0.1em;
	padding: 0 15px 2px 15px;
}
.feature-list .feature-items .ttl h3{
	display: inline-block;
	background: #fff;
	border: 3px solid #141414;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	padding: 10px 25px;
}
.feature-list .feature-items .contentArea h3{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}
.feature-list .feature-items:nth-child(1) .contentArea h3{
	margin-bottom: 8px;
}
.feature-list .feature-items:nth-child(2) .contentArea h3{
	margin-top: -32px;
}
.feature-list .feature-items .contentArea h3 span{
	font-size: 36px;
}
.feature-list .feature-items .contentArea h3 span.bg{
	position: relative;
	top: 8px;
	font-size: 80px;
	font-weight: 900;
	margin: 0 5px;
}
.feature-list .feature-items .contentArea .text{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
	margin-bottom: 30px;
}
.feature-list .feature-items:nth-child(3) .text{
	margin-bottom: 44px;
}
.feature-list .feature-items .contentArea .note{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.43;
	text-align: center;
	margin-top: 27px;
}
.feature-list .feature-items .contentArea ul{
	max-width: 900px;
    margin: auto;
    align-items: center;
}
.feature-list .feature-items .contentArea ul li{
	width: 50%;
}
.feature-list .feature-items .contentArea ul li img{
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.feature-guide{
		padding: 8% 0 10% 0;
	}
	.feature-guide .grid-ttl{
		margin-bottom: 10%;
	}
	.feature-list .feature-items:nth-child(1){
		margin-bottom: 10%;
	}
	.feature-list .feature-items:nth-child(2){
		margin-bottom: 10%;
	}
	.feature-list .feature-items:nth-child(3) .ttl{
		margin-bottom: 5%;
	}
	.feature-list .feature-items .ttl:before{
		left: -6%;
		right: -6%;
		width: 112%;
	}
	.feature-list .feature-items .ttl p{
		padding: 0 8%;
	}
	.feature-list .feature-items .ttl .no{
		font-size: 16vw;
		margin-top: -4vw;
	}
	.feature-list .feature-items .ttl .point{
		font-size: 4vw;
	}
	.feature-list .feature-items .ttl h3{
		border: 2px solid #141414;
		font-size: 5.2vw;
		padding: 3%;
	}
	.feature-list .feature-items .contentArea h3{
		font-size: 5.2vw;
	}
	.feature-list .feature-items:nth-child(1) .contentArea h3{
		margin-bottom: 2%;
	}
	.feature-list .feature-items:nth-child(2) .contentArea h3{
		margin-top: -8vw;
	}
	.feature-list .feature-items .contentArea h3 span{
		font-size: 5.8vw;
	}
	.feature-list .feature-items .contentArea h3 span.bg{
		top: 1vw;
		font-size: 16vw;
		margin: 0 1%;
	}
	.feature-list .feature-items .contentArea .text{
		font-size: 4vw;
		text-align: left;
		margin-bottom: 5%;
	}
	.feature-list .feature-items:nth-child(3) .text{
		margin-bottom: 5%;
	}
	.feature-list .feature-items .contentArea .note{
		font-size: 3.6vw;
		text-align: left;
		margin-top: 5%;
	}
	.feature-list .feature-items .contentArea ul li{
		width: 100%;
	}
	.feature-list .feature-items .contentArea ul li:first-child{
		width: 90%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.feature-guide{
		padding: 40px 0 60px 0;
	}
	.feature-guide .grid-ttl{
		margin-bottom: 50px;
	}
	.feature-list .feature-items:nth-child(1){
		margin-bottom: 40px;
	}
	.feature-list .feature-items:nth-child(2){
		margin-bottom: 60px;
	}
	.feature-list .feature-items:nth-child(3) .ttl{
		margin-bottom: 30px;
	}
	.feature-list .feature-items .ttl p{
		padding: 0 35px;
	}
	.feature-list .feature-items .ttl .no{
		font-size: 70px;
		margin-top: -20px;
	}
	.feature-list .feature-items .ttl .point{
		font-size: 16px;
		padding: 0 10px 2px 10px;
	}
	.feature-list .feature-items .ttl h3{
		border: 2px solid #141414;
		font-size: 24px;
		padding: 10px 20px;
	}
	.feature-list .feature-items .contentArea h3{
		font-size: 24px;
	}
	.feature-list .feature-items:nth-child(2) .contentArea h3{
		margin-top: -35px;
	}
	.feature-list .feature-items .contentArea h3 span{
		font-size: 28px;
	}
	.feature-list .feature-items .contentArea h3 span.bg{
		top: 6px;
		font-size: 64px;
		margin: 0 5px;
	}
	.feature-list .feature-items .contentArea .text{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.feature-list .feature-items:nth-child(3) .text{
		margin-bottom: 30px;
	}
	.feature-list .feature-items .contentArea .note{
		font-size: 13px;
		margin-top: 20px;
	}
}
/*　　キャッシュバック額の例　　*/
.case-guide{
	background: #F8F8F8;
	padding: 35px 0 60px 0;
}
.case-guide .grid-ttl{
	margin-bottom: 46px;
}
.case-guide .case-box{
	background: #FFFFFF;
	border-radius: 20px;
	padding: 47px 20px;
}
.case-guide .case-box .case-tbl{
	max-width: 1000px;
    margin: auto;
}
.case-guide .case-box .case-tbl th,
.case-guide .case-box .case-tbl td{
	vertical-align: middle;
}
.case-guide .case-box .case-tbl thead th{
	background: #F06600;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	padding: 8px 10px;
}
.case-guide .case-box .case-tbl thead th:first-child{
	background: transparent;
	border-right: 1px solid #F06600;
}
.case-guide .case-box .case-tbl thead th:last-child{
	border-right: 1px solid #F06600;
}
.case-guide .case-box .case-tbl thead td{
	text-align: center;
	border: 1px solid #D5D5D5;
	border-top: none;
	padding: 17px;
}
.case-guide .case-box .case-tbl thead td:first-child{
	border: none;
}
.case-guide .case-box .case-tbl tbody th{
	width: 120px;
	background: #F7F7F7;
	border: 1px solid #D5D5D5;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	padding: 10px;
}
.case-guide .case-box .case-tbl tbody td{
	background: #ffffff;
	border: 1px solid #D5D5D5;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	padding: 10px;
}
.case-guide .case-box .case-tbl tbody tr:nth-child(2) td{
	padding: 5px 10px;
}
.case-guide .case-box .case-tbl tbody tr:nth-child(3) td{
	padding: 15px 10px 0 10px;
}
.case-guide .case-box .case-tbl tbody td .bg{
	position: relative;
	top: -6px;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.47;
}
.case-guide .case-box .case-tbl tbody td .bg .orange{
	position: relative;
	top: 2px;
	font-size: 44px;
}
.case-guide .case-box .case-tbl tbody tr:nth-child(2) td .bg .orange{
	margin: 0 5px;
}
.case-guide .case-box .case-tbl tbody td .small span{
	display: inline-block;
	background: #F7F7F7;
	font-size: 15px;
	font-weight: 500;
	padding: 2px 14px;
}
.case-guide .case-box .case-slider{
	display: none;
}
@media only screen and (max-width: 767px) {
	.case-guide{
		padding: 8% 0 10% 0;
	}
	.case-guide .grid-ttl{
		margin-bottom: 10%;
	}
	.case-guide .case-box{
		width: 112%;
		border-radius: 0;
		padding: 5%;
		margin: 0 -6%;
	}
	.case-guide .case-box .case-tbl{
		display: none;
	}
	.case-guide .case-box .case-slider{
		display: block;
		margin-bottom: 10%;
	}
	.case-guide .case-box .case-slider .slick-list {
		padding: 0 30% 0 0!important;
	}
	.case-guide .case-box .case-items{
		border: 1px solid #D5D5D5;
		margin: 0 0.5%;
	}
	.case-guide .case-box .case-items h3{
		background: #F06600;
		color: #FFFFFF;
		font-size: 4.4vw;
		font-weight: 700;
		line-height: 1.15;
		text-align: center;
		padding: 3%;
	}
	.case-guide .case-box .case-items .imgArea{
		padding: 5%;
	}
	.case-guide .case-box .case-items dl dt{
		background: #F7F7F7;
		font-size: 3.8vw;
		font-weight: 700;
		line-height: 1.15;
		text-align: center;
		padding: 3%;
	}
	.case-guide .case-box .case-items dl dd{
		text-align: center;
		font-size: 4vw;
		font-weight: 700;
		line-height: 1.2;
		padding: 5% 3%;
	}
	.case-guide .case-box .case-items dl:nth-child(2) dd{
		padding: 2% 3% 2% 3%;
	}
	.case-guide .case-box .case-items dl:nth-child(3) dd{
		padding: 6% 3% 2% 3%;
	}
	.case-guide .case-box .case-items .bg{
		position: relative;
		top: -1vw;
		font-size: 4.6vw;
		font-weight: 700;
		line-height: 1.47;
	}
	.case-guide .case-box .case-items .bg .orange{
		position: relative;
		top: 2px;
		font-size: 8vw;
	}
	.case-guide .case-box .case-items .small span{
		background: #F7F7F7;
		font-size: 3.2vw;
		font-weight: 500;
		padding: 2%;
	}
	.case-slider .slick-dots{
		bottom: -6%;
	}
	.case-slider .slick-dots li{
		width: auto;
		height: auto;
		margin: 0 5%;
	}
	.case-slider .slick-dots li button{
		width: auto;
		height: auto;
		padding: 0;
	}
	.case-slider .slick-dots li button:before{
		font-size: 3.8vw;
		line-height: 1;
		width: auto;
		height: auto;
	}
	.case-slider .slick-dots li button:before{
		color: #C7C7C7;
		opacity: 1;
	}
	.case-slider .slick-dots li.slick-active button:before{
		color: #F06600;
		opacity: 1;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.case-guide{
		padding: 30px 0 40px 0;
	}
	.case-guide .grid-ttl{
		margin-bottom: 35px;
	}
	.case-guide .case-box{
		border-radius: 20px;
		padding: 35px 20px;
	}
	.case-guide .case-box .case-tbl thead th{
		font-size: 16px;
		padding: 8px 5px;
	}
	.case-guide .case-box .case-tbl thead th:last-child{
		border-right: none;
	}
	.case-guide .case-box .case-tbl thead td{
		padding: 5px;
	}
	.case-guide .case-box .case-tbl tbody th{
		width: 95px;
		font-size: 14px;
		padding: 5px;
	}
	.case-guide .case-box .case-tbl tbody td{
		font-size: 15px;
		padding: 5px;
	}
	.case-guide .case-box .case-tbl tbody tr:nth-child(2) td{
		padding: 5px 5px;
	}
	.case-guide .case-box .case-tbl tbody tr:nth-child(3) td{
		padding: 10px 5px 0 5px;
	}
	.case-guide .case-box .case-tbl tbody td .bg{
		top: -6px;
		font-size: 20px;
	}
	.case-guide .case-box .case-tbl tbody td .bg .orange{
		top: 2px;
		font-size: 36px;
	}
	.case-guide .case-box .case-tbl tbody tr:nth-child(2) td .bg .orange{
		margin: 0 5px;
	}
	.case-guide .case-box .case-tbl tbody td .small span{
		font-size: 11px;
		padding: 2px 5px;
	}
}
/*　　予約バックを使ってお店を探す　　*/
.shop-guide{
	padding: 40px 0 100px 0;
}
.shop-guide .grid-ttl{
	margin-bottom: 73px;
}
.shop-grid .shop-items{
	margin-bottom: 60px;
}
.shop-grid .shop-items:last-child{
	margin-bottom: 0;
}
.shop-grid .shop-items h3{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.46;
	margin-bottom: 2px;
}
.shop-grid .shop-items .p-text{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 23px;
}
.shop-grid .shop-items .shop-list{
	row-gap: 25px;
}
.shop-grid .shop-items .shop-list li{
	position: relative;
}
.shop-grid .shop-items .shop-list.row2{
	column-gap: 20px;
	margin-bottom: 25px;
}
.shop-grid .shop-items .shop-list.row2 li{
	width: calc(50% - 10px);
}
.shop-grid .shop-items .shop-list.row3{
	column-gap: 25px;
}
.shop-grid .shop-items .shop-list.row3 li{
	width: calc(33.3333% - 17px);
}
.shop-grid .shop-items .shop-list li .text{
	position: absolute;
	left: 26px;
    bottom: 23px;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.15;
}
.shop-grid .shop-items .shop-list li .imgArea img{
	width: 100%;
}
.shop-grid .shop-items .block_btn{
	margin-top: 50px;
}
@media only screen and (max-width: 767px) {
	.shop-guide{
		padding: 8% 0 10% 0;
	}
	.shop-guide .grid-ttl{
		margin-bottom: 10%;
	}
	.shop-grid .shop-items{
		margin-bottom: 10%;
	}
	.shop-grid .shop-items h3{
		font-size: 5.2vw;
		margin-bottom: 1%;
	}
	.shop-grid .shop-items .p-text{
		font-size: 4vw;
		margin-bottom: 3%;
	}
	.shop-grid .shop-items .shop-list{
		row-gap: 10px;
	}
	.shop-grid .shop-items .shop-list.row2{
		column-gap: 0;
		margin-bottom: 10px;
	}
	.shop-grid .shop-items .shop-list.row2 li{
		width: 100%;
	}
	.shop-grid .shop-items .shop-list.row3{
		column-gap: 10px;
	}
	.shop-grid .shop-items .shop-list.row3 li{
		width: calc(50% - 5px);
	}
	.shop-grid .shop-items .shop-list li .text{
		left: 5%;
		bottom: 5%;
		font-size: 4.6vw;
	}
	.shop-grid .shop-items .block_btn{
		margin-top: 6%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.shop-guide{
		padding: 40px 0 60px 0;
	}
	.shop-guide .grid-ttl{
		margin-bottom: 52px;
	}
	.shop-grid .shop-items{
		margin-bottom: 50px;
	}
	.shop-grid .shop-items h3{
		font-size: 22px;
	}
	.shop-grid .shop-items .p-text{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.shop-grid .shop-items .shop-list{
		row-gap: 20px;
	}
	.shop-grid .shop-items .shop-list.row2{
		column-gap: 15px;
		margin-bottom: 20px;
	}
	.shop-grid .shop-items .shop-list.row2 li{
		width: calc(50% - 8px);
	}
	.shop-grid .shop-items .shop-list.row3{
		column-gap: 15px;
	}
	.shop-grid .shop-items .shop-list.row3 li{
		width: calc(33.3333% - 10px);
	}
	.shop-grid .shop-items .shop-list li .text{
		left: 15px;
		bottom: 15px;
		font-size: 20px;
	}
	.shop-grid .shop-items .block_btn{
		margin-top: 30px;
	}
}
/*　　会員登録の流れ　　*/
.flow-guide{
	background: #F8F8F8;
	padding: 46px 0 74px 0;
}
.flow-guide:before,
.flow-guide:after{
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
}
.flow-guide:before{
	background: url(../img/bg_left1.png) no-repeat right center;
	background-size: cover;
	width: 30%;
	max-width: 360px;
	height: 100%;
	left: 0;
}
.flow-guide:after{
	background: url(../img/bg_right1.png) no-repeat left center;
	background-size: cover;
	width: 30%;
	max-width: 310px;
	height: 100%;
	right: 0;
}
.flow-guide .inner-wrap{
	max-width: 1200px;
	z-index: 2;
}
.flow-guide .grid-ttl{
	margin-bottom: 42px;
}
.flow-list .flow-items{
	width: 20%;
	text-align: center;
}
.flow-list .flow-items .no{
	position: relative;
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 50px;
}
.flow-list .flow-items .no span{
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}
.flow-list .flow-items .no:before{
	position: absolute;
	width: 13px;
	height: 13px;
	content: '';
	top: 72px;
	right: calc(50% - 7px);
	background: #F06600;
	border-radius: 100%;
	z-index: 2;
}
.flow-list .flow-items .no:after{
	position: absolute;
	width: 100%;
	height: 2px;
	content: '';
	top: 78px;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	background: #E3E3E3;
}
.flow-list .flow-items:first-child .no:after{
	width: 50%;
	right: 0;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.flow-list .flow-items:last-child .no:after{
	width: 50%;
	right: 50%;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.flow-list .flow-items .imgArea{
	margin-bottom: 12px;
}
.flow-list .flow-items .text{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.22;
}
.flow-list .flow-items .note{
	font-size: 15px;
	font-weight: 500;
	line-height: 1.46;
}
.flow-list .flow-items ul{
	margin-top: 7px;
}
.flow-list .flow-items ul li{
	display: inline-block;
	width: 85%;
	max-width: 141px;
}
.flow-list .flow-items ul li img{
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.flow-guide{
		padding: 8% 0 3% 0;
	}
	.flow-guide:before,
	.flow-guide:after{
		content: none;
	}
	.flow-guide .grid-ttl{
		margin-bottom: 10%;
	}
	.flow-list .flow-items{
		width: 49%;
		margin-bottom: 8%;
	}
	.flow-list .flow-items .no{
		font-size: 10vw;
		margin-bottom: 0;
	}
	.flow-list .flow-items .no span{
		font-size: 3.8vw;
	}
	.flow-list .flow-items .no:before,
	.flow-list .flow-items .no:after{
		content: none;
	}
	.flow-list .flow-items .imgArea{
		margin-bottom: 0;
	}
	.flow-list .flow-items .text{
		font-size: 4vw;
	}
	.flow-list .flow-items .note{
		font-size: 3.6vw;
	}
	.flow-list .flow-items ul{
		margin-top: 3%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.flow-guide{
		padding: 40px 0 50px 0;
	}
	.flow-guide:before{
		width: 15%;
	}
	.flow-guide:after{
		width: 15%;
	}
	.flow-guide .grid-ttl{
		margin-bottom: 42px;
	}
	.flow-list .flow-items .no{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.flow-list .flow-items .no span{
		font-size: 14px;
	}
	.flow-list .flow-items .no:before{
		top: 54px;
	}
	.flow-list .flow-items .no:after{
		top: 60px;
	}
	.flow-list .flow-items .imgArea{
		margin-bottom: 5px;
	}
	.flow-list .flow-items .text{
		font-size: 15px;
	}
	.flow-list .flow-items .note{
		font-size: 12px;
	}
	.flow-list .flow-items ul{
		margin-top: 5px;
	}
}
/*　　いますぐ会員登録する　　*/
.apply-guide{
	background: #F06600;
	padding: 30px 0;
}
.apply-guide:before{
	background: url(../img/apply_bg.png) no-repeat center;
	background-size: cover;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 100%;
}
.apply-guide .inner-wrap{
	align-items: center;
}
.apply-guide .row{
	width: 50%;
	padding: 0 38px 0 0;
}
.apply-guide .row:nth-child(2){
	padding: 0 0 0 38px;
}
.apply-guide .row .ttl{
	margin-bottom: 18px;
}
.apply-guide .row .ttl .text{
	color: #FFFFFF;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 8px;
}
.apply-guide .row .ttl .text span{
	font-size: 30px;
}
.apply-guide .row .ttl .text small{
	font-size: 14px;
	font-weight: 400;
	margin-left: 5px;
}
.apply-guide .row .note{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42;
}
.apply-guide .row .apply_btn{
	text-align: right;
}
.apply-guide .row .apply_btn li{
	display: inline-block;
}
.apply-guide .row .apply_btn li a{
	display: block;
}
@media only screen and (max-width: 767px) {
	.apply-guide{
		padding: 0;
	}
	.apply-guide:before{
		content: none;
	}
	.apply-guide .inner-wrap{
		width: 100%;
	}
	.apply-guide .row{
		width: 100%;
		padding: 5%;
	}
	.apply-guide .row:nth-child(1){
		background: url(../img/sp_apply_bg.png) no-repeat center;
		background-size: cover;
	}
	.apply-guide .row:nth-child(2){
		padding: 5% 8%;
	}
	.apply-guide .row .ttl{
		text-align: center;
		margin-bottom: 3%;
	}
	.apply-guide .row .ttl .text{
		font-size: 7vw;
		line-height: 1;
		margin-bottom: 0;
	}
	.apply-guide .row .ttl .text span{
		font-size: 10vw;
	}
	.apply-guide .row .ttl .text small{
		font-size: 3.6vw;
	}
	.apply-guide .row .note{
		font-size: 3.6vw;
		margin-bottom: 3%;
	}
	.apply-guide .row .apply_btn{
		text-align: center;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.apply-guide{
		padding: 20px 0;
	}
	.apply-guide .row{
		padding: 0 15px 0 0;
	}
	.apply-guide .row:nth-child(2){
		padding: 0 0 0 30px;
	}
	.apply-guide .row .ttl{
		margin-bottom: 10px;
	}
	.apply-guide .row .ttl .text{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.apply-guide .row .ttl .text span{
		font-size: 28px;
	}
	.apply-guide .row .ttl .text small{
		font-size: 12px;
		margin-left: 5px;
	}
	.apply-guide .row .note{
		font-size: 12px;
	}
}
