@charset "UTF-8";
/* CSS Document */

body {
	background-image: none;
}


/* ----------------------------------------------
	フォームボタン
------------------------------------------------- */
.form {
	/*margin-top: 1.5em;*/
	display: grid;
	gap: 1em;
}
.form a {
	border-radius: 20px;
	border-color: var(--color-crimson);
	background-color: var(--color-crimson);
	color: var(--color-white);
	text-align: left;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.2);
}
.form a::after {
	font-size: 40px;
	right: 10px;
}


/* ----------------------------------------------
	事業者・店舗の皆さまへ
------------------------------------------------- */
#shop {
	padding: 30px 0 50px;
}
#shop .stageWrap {
	display: grid;
	gap: 2em;
}

#shop h3 {
	border-left: solid 10px var(--color-green);
	padding: 0 10px;
	font-weight: bold;
	font-size: 22px;
}

#shop .stageWrap > h4 {
	clip-path: polygon(100% 0, calc(100% - 10px) 50%, 100% 100%, 0 100%, 10px 50%, 0 0);
	background-color: var(--color-orange);
	text-align: center;
	color: var(--color-white);
	font-weight: 800;
	padding: 10px;
	width: 300px;
	margin: auto;
	font-size: 24px;
}
#shop #detail {}
#shop #detail dl {}
#shop #detail dl dt {
	background-color: var(--color-green);
	color: var(--color-white);
	padding: 5px 10px;
	text-align: center;
	font-weight: bold;
}
#shop #detail dl dd {
	padding: 20px 10px 30px;
}

#shop #detail dl dd .link {
	margin-top: 1.5em;
	display: grid;
	gap: 1em;
}
#shop #detail dl dd .link a {
	border-radius: 30px;
	border-color: var(--color-green);
	color: var(--color-green);
}
/*
#shop #cost {
	border: solid 5px var(--color-lightblue);
	padding: 20px;
}
#shop #cost::after {
	content: '';
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
	max-height: 280px;
	background-image: url(../images/img_dounyu.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	height: 50vw;
}
#shop #cost .campaign-t h5 {
	color: var(--color-lightblue);
	font-size: 30px;
	font-weight: bold;
	text-align: center;

	width: 100%;
	margin: auto;

	position: relative;
	z-index: 0;
}
#shop #cost .campaign-t h5 strong {
	font-size: 50px;
	font-weight: 800;
}

#shop #cost .campaign-t h5::after {
	content: '';

	background-color: var(--color-yellow);
	width: 100%;
	height: 20px;

	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: -1;
}
#shop #cost .message {
	text-align: left;
	margin: 1em auto;
}
#shop #cost .ets li {
	font-size: 14px;
}
*/

#shop .point {}
#shop .point h4 {
	font-weight: bold;
	color: var(--base-color);
	border-bottom: solid 2px var(--base-color);
}
#shop .point #area {
	display: flex;
	flex-direction: column;
	width: 95%;
	margin: 1em auto;
	gap: 1em;
}
#shop .point #area dl {
	margin: 0px;
	padding: 20px 0 20px 120px;
	background-repeat: no-repeat;
	background-position: left top 10px;
	background-size: 100px;
}
#shop .point #area dl dt h5 {
	font-size: 20px;
	font-weight: bold;
	color: var(--base-color);
}


#shop #operation h4 {
	color: var(--color-orange);
	border-bottom: solid 2px var(--color-orange);
}
#shop #operation #area dl:nth-of-type(1) {
	 background-image: url("../images/img_unyou01.png");
}
#shop #operation #area dl:nth-of-type(2) {
	 background-image: url("../images/img_unyou02.png");
}
#shop #operation #area dl dt h5 {
	color: var(--color-orange);
}


#shop #liquidation h4 {
	color: var(--color-green);
	border-bottom: solid 2px var(--color-green);
}
#shop #liquidation #area dl:nth-of-type(1) {
	 background-image: url("../images/img_seisan01.png");
}
#shop #liquidation #area dl:nth-of-type(2) {
	 background-image: url("../images/img_seisan02.png");
}
#shop #liquidation #area dl dt h5 {
	color: var(--color-green);
}


#shop #flow h4 {
	color: var(--color-green);
	font-weight: bold;
	border-bottom: solid 2px var(--color-green);
}
#shop #flow ul.slide {
	width: 270px;
	margin: 0 auto;
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-bottom: 50px;
}

	#shop #flow ul.slide{
		width: 270px;
		margin: 30px auto;
	}
	#shop #flow ul.slide li{}
	#shop #flow ul.slide li::after{}
	
	#shop #flow ul li div {
		display: block;
		margin: 0 auto;
		width: 200px;
		padding-top: 200px;
		height: calc(200px + 20em);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 180px;
	}
	
	#shop #flow ul li:nth-of-type(1) div { background-image: url("../images/moushikomi/moushikomi01.png");}
	#shop #flow ul li:nth-of-type(2) div { background-image: url("../images/moushikomi/moushikomi02.png");}
	#shop #flow ul li:nth-of-type(3) div { background-image: url("../images/moushikomi/moushikomi03.png");}
	#shop #flow ul li:nth-of-type(4) div { background-image: url("../images/moushikomi/moushikomi04.png");}
		
	#shop #flow ul li h5 {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 1em;
	}
	
	/*-----------slick矢印----------*/
	.slick-arrow{
		z-index: 2 !important;
		width: 25px !important;
		height: 25px !important;
	}
	.slick-arrow:before{
		content: "" !important;
		width: 100% !important;
		height: 100% !important;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 1 !important;
	}
	.slick-prev{ left: calc(-7vw) !important; }
	.slick-next{ right: -7vw !important; }
	.slick-prev:before,
	.slick-next:before{
		font-family: 'Material Icons' !important;
		color: var(--color-green) !important;
		font-size: 50px !important;
		display: grid;
		place-content: center;
	}
	.slick-prev:before{
		content: '\e5de' !important;
	}
	.slick-next:before{
		content: '\e5df' !important;
	}
	button.slick-disabled{
		display: none !important;
	}
	
	/*-----------slickドットナビ----------*/
	.slick-dots li button::before {
		font-size: 40px !important;
	}
	.slick-dots li.slick-active button:before {
		color: var(--color-green) !important;
	}


/* ----------------------------------------------
	ご利用方法
------------------------------------------------- */
#use {
	padding: 50px 0;
	background-color: #fcf9f2;
}
#use .stageWrap {
	display: grid;
	gap: 2em;
}

#use h3 {
	border-left: solid 10px var(--color-green);
	padding: 0 10px;
	font-weight: bold;
	font-size: 22px;
}

#use .howto {
	display: grid;
	gap: 1em;
}
#use .howto h4 {
	color: var(--color-green);
	font-weight: bold;
	border-bottom: solid 2px var(--color-green);
}

#use .howto .accordion details summary {
	background-color: var(--color-green);
}
#use .howto .accordion details > div ol {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 2em 1em;
	margin-bottom: 1em;
}
#use .howto .accordion details > div ol > li {
	/*width: calc(50% - 10px);*/
	width: 100%;
	display: grid;
	gap: 0.5em;
	align-content: start;
}
#use .howto .accordion details > div ol > li::before {
	background-color: var(--color-green);
	border: solid 1px var(--color-green);
}
#use .howto .accordion details > div ol > li img {
	width: 100%;
}
#use .howto .accordion details > div ol > li p {
	font-size: 11px;
}

#use .ets {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}


/*-
	PC版（768px以上）ここから
------------------------------------------------- */
@media screen and (min-width:768px), print{
	
	
	/* ----------------------------------------------
		フォームボタン
	------------------------------------------------- */
	.form {
		width: 500px;
		margin-inline: auto;
	}
	.form a {
		text-align: center;
	}
	
	/* ----------------------------------------------
		事業者・店舗の皆さまへ
	------------------------------------------------- */
	#shop {}
	#shop .stageWrap > h4 {
		width: 100%;
	}
	
	#shop .stageWrap > h4 + p {
		text-align: center;
	}
	
	#shop #detail {
		padding: 20px 50px;
		border-radius: 30px;
	}
	#shop #detail dl {
		display: grid;
		grid-template-columns: 150px 1fr;
		gap: 20px;
	}
	#shop #detail dl dt,
	#shop #detail dl dd {
		padding: 20px 10px;
	}
	
	#shop #detail dl dd .link {
		margin-top: 1em;
		display: flex;
	}
	#shop #detail dl dd .link a {
		width: 300px;
	}
	
	#shop #detail #flow ol {
		grid-template-columns: repeat(4,1fr);
	}
	/*
	#shop #cost {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 0 2em;
		padding: 30px 100px;
	}
	#shop #cost .campaign-t {
		grid-row: 1 / 2;
	}
	#shop #cost .message {
		grid-row: 2 / 3;
	}
	#shop #cost .ets {
		grid-row: 3 / 4;
	}
	#shop #cost::after {
		grid-row: 1 / 4;
	}
	
	#shop #cost .campaign-t h5 {
		font-size: 40px;
	}
	#shop #cost .campaign-t h5 strong {
		font-size: 70px;
	}
	#shop #cost::after {
		height: auto;
	}
	*/
	#shop .point #area {
		flex-direction: unset;
		width: 850px;
	}
	#shop .point #area dl {
		width: 50%;
	}
	
	#shop #flow ul.slide {
		display: flex;
		gap: 0;
		justify-content: space-between;
		width: 100%;
	}
	#shop #flow > ul > li {
		display: flex;
		align-items: center;
		width: 25%;
	}
	#shop #flow > ul > li::after {
		font-family: 'Material Icons';
		content: '\e5df';
		color: var(--color-green);
		font-size: 50px;
		display: grid;
		place-content: center;
		width: 20px;
		height: 20px;
	}
	#shop #flow ul li:last-of-type::after {
		content: inherit;
	}
	
	#use .howto .accordion details summary {
		pointer-events: none;
	}
	#use .howto .accordion details summary::after {
		content: unset;
	}
	#use .howto .accordion details > div ol {
		grid-template-columns: repeat(4,1fr);
		gap: 2em;
	}
	#use .howto .accordion details > div ol > li p {
		font-size: 14px;
	}



}

