@charset "UTF-8";

.contsTtl .redH {
	background: #d00f31;
}
.redBtn {
	background-color: #d00f31;
	-webkit-box-shadow: 0px -5px 0px 0px #a2031f inset;
	box-shadow: 0px -5px 0px 0px #a2031f inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
/*=============== スライダー（KV下ロゴ） =============== */
.sliderBlock {
	width: 100%;
}
.sliderBlock .slideItem {
	max-width: 145px;
	width: 15.2%;
}
.sliderBlock .slick-slide {
	position: relative;
	overflow: hidden;
	font-size: 10px;
	color: #fff;
}
.sliderBlock .slideItem > img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
/* SP Only Style */
@media only screen and (max-width: 960px) {
	.sliderBlock .slideItem {
		width: 15.2vw;
	}
}
/*=================================================== */
.btnBlock {
	position: relative;
	background-color: #eaffea;
	padding-bottom: 9.2%;
}
.btnBlock::after {
	position: absolute;
	content: '';
	bottom: 0;
	left:0;
	width: 100%;
  height: 30px;
	background-color: #FFF;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.btnWrap > figure {
	max-width: 600px;
	width: 62.5%;
	margin: 0 auto;
}
.btnLink {
	display: block;
	max-width: 880px !important;
	width: 91.67% !important;
	margin: 1.0416% auto 0;
}
.bgWhite {
	position: relative;
	padding: 13.2% 0;
}
.bgWhite h2 {
	position: absolute;
	max-width: 483px;
	width: 50.3%;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.bgWhite::after {
	position: absolute;
	content: '';
	bottom: -1px;
	left:0;
	width: 100%;
  height: 30px;
	background-color: #ff6201;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.shop {
	max-width: 800px;
	width: 83.5%;
	margin: 0 auto;
}
.shop h3 {
 width: 100%;
}
/*=============== アコーディオン ===============*/
.displayNone {
	display: none;
}
.accordion {
	font-size: 22px;
	max-width: 540px;
	margin: 0 auto;
	padding: 0 8.33333% 3.125%;
}
.accordion ul {
	overflow: hidden;
	border-right: 3px solid #999;
	border-bottom: 3px solid #999;
	border-left: 3px solid #999;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.accordion li {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}
.accordio01n a {
	display: block;
}
.switch {
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 19px 65px 20px;
  position: relative;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px -5px 0px 0px #666 inset;
  box-shadow: 0px -5px 0px 0px #666 inset;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  background-color: #999;
  line-height: 1.3;
	width: 100%;
}
.switch:after {
	display: none;
}
.switch.open {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.switch.open:after {
	-moz-transform: translate(-50%, -60%) rotate(-90deg);
	-ms-transform: translate(-50%, -60%) rotate(-90deg);
	-webkit-transform: translate(-50%, -60%) rotate(-90deg);
	transform: translate(-50%, -60%) rotate(-90deg);
}
/*=================================================== */
.shoplist {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.shoplist li {
	width: 31.375%;
	margin: 3.125% 2.9375% 0 0;
}
.shoplist li:nth-of-type(3n){ 
	margin-right: 0;
}
.orangeBtn{
	background-color: #ff6201;
	-webkit-box-shadow: 0px -5px 0px 0px #b34602 inset;
	box-shadow: 0px -5px 0px 0px #b34602 inset;
}
.accordion.acco_shoplist{
	font-size: 16px;
}
.accordion.acco_shoplist ul {
	display: flex;
  flex-wrap: wrap;
	border-right: none;
	border-bottom: 2px solid #ff6201;
	border-left: 2px solid #ff6201;
}
.accordion.acco_shoplist li {
	display: flex;
	width: 50%;
	border-top: 2px solid #ff6201;
	border-right: 2px solid #ff6201;
	box-sizing: border-box;
	padding: 10px;
	justify-content: center;
	align-items: center;
}
.accordion.acco_shoplist li.bgLightOrange {
	background-color: #fff2ea;
}
.accordion.acco_shoplist li.shopType {
	width: 100%;
}
.accordion.acco_shoplist li a{
	text-decoration: underline;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: #ffffff;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}

.switch .toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #ff6201;
	position: absolute;
	width: 14px;
	height: 4px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.switch .toggle_btn:before {
	width: 4px;
	height: 14px;
}
.switch.open .toggle_btn:before {
	content: normal;
}
.accordion.acco_shoplist .switch:after{
	display: none;
}
@media only screen and (min-width: 641px){
  .accordion {
    padding: 0 0 3.125%;
  }
	.switch {
    font-size: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
   }
}
@media only screen and (max-width: 640px){
	.accordion.acco_shoplist li{
		font-size: 12px;
	}
	.toggle_btn {
    /*right: 18px;*/
		width: 20px;
		height: 20px;
	}
	.switch {
    padding: 19px 50px 20px;
  }
	.switch .toggle_btn:before, .toggle_btn:after {
		width: 10px;
		height: 2px;
	}
	.switch .toggle_btn:before {
		width: 2px;
		height: 10px;
	}
}
.bgOrange {
	background-color: #ff6201;
}
.bgOrange.participation {
	position: relative;
	padding: 10.8% 0 7.2%;
}
.bgOrange.participation h2 {
	position: absolute;
	max-width: 483px;
	width: 50.3%;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.bgOrange.participation .contsImg {
	max-width: 880px;
	width: 91.7%;
	margin: 0 auto;
	padding: 0 4.1666% 0;
}
.bgOrange.dpointRank {
	padding: 6% 0 6.2%;
}
.bgOrange.dpointRank h2 {
	max-width: 800px;
	width: 83.4%;
	margin: 0 auto;
}
.bgOrange.dpointRank .contsImg {
	max-width: 800px;
	width: 83.4%;
	padding: 0;
}
.bgOrange.dpointRank .type02 .contentWrap .contsImg {
	width: 100%;
	margin: 0;
}
.type02 .switch {
	background-color: #fffa01;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-shadow: 0px -5px 0px 0px #b3b002 inset;
	box-shadow: 0px -5px 0px 0px #b3b002 inset;
	padding: 0 0 2.0832%;
	transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
.type02 .switch.open {
 	-webkit-box-shadow: none;
 	box-shadow: none;
 }
@media only screen and (min-width: 641px) {
  .type02 .switch.open {
  	-webkit-border-radius: 18px 18px 0 0;
  	border-radius: 18px 18px 0 0;
  }
}
.accordion.type02 {
	max-width: 800px;
	width: 83.4%;
}
.type02 .accordion .contsImg {
	padding: 0;
}
.type02 .toggle_btn {
	top: 46%;
	width: 46px;
	height: 46px;
}
.type02 .switch .toggle_btn:before, .type02 .switch .toggle_btn:after {
  width: 24px;
  height: 6px;
}
.type02 .switch .toggle_btn:before {
  width: 6px;
  height: 24px;
}
.type02 .contentWrap {
  background-color: #fffa01;
  padding-bottom: 3%;
  border-radius: 0 0 18px 18px;
}
.btnLink02 {
	display: block;
	max-width: 670px;
	width: 69.8%;
	margin: 0 auto;
	padding: 0 3.125% 2.0832%;
}
.bgOrange.dpointRank .contsTxt {
	color: #FFF;
}
@media only screen and (max-width: 640px) {
	.type02 .switch {
		border-radius: 10px;
	}
	.type02 .switch.open {
  	-webkit-border-radius: 10px 10px 0 0;
  	border-radius: 10px 10px 0 0;
  }
	.type02 .toggle_btn {
		right: 16px;
		width: 20px;
		height: 20px;
	}
	.type02 .switch .toggle_btn:before  {
    width: 2px;
    height: 12px;
	}
	.type02 .switch .toggle_btn:after {
		width: 12px;
    height: 2px;
	}
	.type02 .contentWrap {
		padding-bottom: 3.125%;
		border-radius: 0 0 10px 10px;
	}
}
.txtIndent02 {
	text-indent: -2.0em;
	padding-left: 2.0em;
}
.bgYellow {
	background-color: #fffa01;
	padding: 6% 0;
}
.bgYellow h2 {
	max-width: 740px;
	width: 77.1%;
	margin: 0 auto;
}
.bnrLink {
	max-width: 640px;
  width: 66.7%;
	margin: 0 auto;
	padding: 0;
}
.cpNotesItem01 {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.cpNotesItem02 {
	text-indent: -3.0em;
	padding-left: 3.0em;
}
.floatSpBnr {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 2;
	box-sizing: border-box;
}
.floatSpLink {
	display: block;
}
.floatSpBnr img {
	width: 100%;
}
.floatPcBnr {
	height: 300px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
	z-index: 2;
}
a.floatPcLink {
	display: block;
}
@media only screen and (max-width: 640px) {
	.floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.flbnpb {padding-bottom: 20% !important;}
}