@charset "utf-8";
/* ============================================================ */
/* .c-index-visual */
/* ============================================================ */
.c-index-visual {
  max-width: min(33.75em, 675px);
	max-height: 47.7em;
	width: 100%;
	height: 954px;
	aspect-ratio: 675 / 954;
  margin: 0 auto;
	position: relative;
	/*background: url("../img/top/img_visual_bg.png") center -70px no-repeat;
	background-size: cover;*/
}

@media only screen and (min-width: 1024px) and (max-width: 1395px) {
	.c-index-visual {
    width: 100%;
		height: 530px;
    aspect-ratio: 375 / 530;
		margin: 0 auto;
		/*background: url("../img/top/img_visual_bg_sp.png") center -20px no-repeat;
		background-size: cover;*/
		position: relative;
	}
}

.c-index-visual .__h1 {
	padding-top: min(11em, 220px);
	padding-left: 50px;
	padding-right: 50px;
}

@media only screen and (min-width: 1024px) and (max-width: 1395px) {
	.c-index-visual .__h1 {
		padding-top: 145px;
		padding-left: 20px;
		padding-right: 20px;
		max-width: 345px;
		margin: 0 auto;
	}
}

.c-index-visual .__car {
	padding-left: 50px;
	padding-right: 50px;
	margin-top: min(-1em, -20px);
}

@media only screen and (min-width: 1395px) and (max-width: 1480px) {
	.c-index-visual .__car {
		margin-top: min(2em, 40px);
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1395px) {
	.c-index-visual .__car {
		margin: -10px auto 0;
		max-width: 360px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width:768px) {
  .c-index-visual {
    width: 100%;
		height: 530px;
    aspect-ratio: 375 / 530;
		margin: 0 auto;
		background: url("../img/top/img_visual_bg_sp.png") center -20px no-repeat;
		background-size: cover;
		position: relative;
  }
	
	/*.c-index-visual::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 134px;
		background: url("../img/top/bg_visual_top.png") center top no-repeat;
		background-size: cover;
	}
	
	.c-index-visual::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 124px;
		background: url("../img/top/bg_visual_bottom.png") center top no-repeat;
		background-size: cover;
	}*/
	
	.c-index-visual .__h1 {
		padding-top: 145px;
		padding-left: 20px;
		padding-right: 20px;
		max-width: 345px;
		margin: 0 auto;
	}
	
	.c-index-visual .__car {
		margin: -35px auto 0;
		max-width: 360px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* ============================================================ */
/* .c-index-contents */
/* ============================================================ */
.c-index-contents {
  width: min(525px, 90%);
  height: 100%;
  margin: 0 auto;
  background: #DD0004;
}
@media screen and (max-width:768px) {
  .c-index-contents {
    width: 100%;
		background: none;
  }
}

.c-index-contents__txt {
  background: url("../img/top/bg_special.png") 0 0 repeat;
	background-size: cover;
	padding: 30px 20px 0;
	width: min(525px, 90%);
  margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.c-index-contents__txt {
		width: 100%;
  	max-width: 660px;
		margin: 0 auto;
		padding: 30px 20px;
		text-align: center;
	}
}

.c-index-contents__txt .__catch {
	max-width: 387px;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 768px) {
	.c-index-contents__txt {
		background: none;
		display: block;
		margin: 20px auto 30px;
	}
	
	.c-index-contents__txt .__catch {
		max-width: 100%;
	}
}
.c-index-contents__inner {
  background: url("../img/top/bg_special.png") 0 0 repeat;
	background-size: cover;
	padding: 30px 20px 0;
}

@media screen and (max-width:768px) {
	.c-index-contents__inner {
    background: none;
		padding: 0 15px;
		max-width: 375px;
		margin: 0 auto;
  }
}

.c-index-contents__btn {
  margin: 0 auto 60px;
	padding: 0 10px;
	text-align: center;
}
.c-index-contents__btn.__sp {
  display: none;
}
@media screen and (max-width:1024px) {
  .c-index-contents__btn.__sp {
    display: block;
		margin: 0 10px 38px;
  }
}
.c-index-contents__btn.__pc {
  display: block;
}
@media screen and (max-width:1024px) {
  .c-index-contents__btn.__pc {
    display: none;
  }
}
.c-index-contents__btn--top {
  margin-bottom: 19px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
	.c-index-contents__btn--top {
		flex-direction: column;
	}
}

@media only screen and (max-width: 768px) {
	.c-index-contents__btn--top {
		gap: 4px;
	}
}

.c-index-contents__btn--topbtn {
  width: calc((100% - 10px) / 2);
  box-shadow: 8px 8px 0 0 rgba(0,0,0,0.25);
  border: 2px solid rgba(186, 5, 15, 1);
  background: rgba(255, 255, 0, 1);
  background: linear-gradient(90deg, rgba(255, 255, 227, 1), rgba(255, 255, 0, 1) 30%);
  border-radius: 8px;
  padding: 45px 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: rgba(186, 5, 15, 1);
	display: inline-flex;
	justify-content: center;
	align-content: center;
	margin: 0 8px 8px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
	.c-index-contents__btn--topbtn {
    font-size: 2.4rem;
		width: 100%;
  }
}

@media screen and (max-width:768px) {
	.c-index-contents__btn--topbtn {
    font-size: 1.8rem;
		padding: 33px 0;
  }
}
.c-index-contents__btn--bottom {
  width: 100%;
  box-shadow: 11px 11px 0 0 rgba(0,0,0,0.25);
  border: 2px solid rgba(0, 96, 147, 1);
  padding: 20px 0;
  background: rgba(0, 139, 213, 1);
  border-radius: 8px;
  display: block;
}
.c-index-contents__btn--bottom .__img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.c-index-contents__img {
  margin: 0 auto;
}
.c-index-contents__img.wide {
  width: 100%;
  margin: 0 auto;
}
.c-index-contents__img.__img01 {
  margin-bottom: 23px;
}
.c-index-contents__img.__img02 {
  margin-bottom: 90px;
}
.c-index-contents__img.__img02 .__pic:first-of-type .__img {
  margin-bottom: 20px;
}
.c-index-contents__img.__img03 {
  margin-bottom: 20px;
}
.c-index-contents__img.__img04 {
  margin-bottom: 15px;
}
.c-index-contents__img.__img04 .__pic:first-of-type .__img {
  margin-bottom: 30px;
}
.c-index-contents__img.__img05 {
  margin-bottom: 15px;
}
.c-index-contents__img.__img06 {
  margin-bottom: 50px;
}
.c-index-contents__img.__img06 .__pic:first-of-type .__img {
  margin-bottom: 5px;
}
.c-index-contents__img.__img06 .__img05-3 {
  margin-bottom: 50px;
}
.c-index-contents__img.__img07 .__pic .__img {
  margin-bottom: 33px;
}
.c-index-contents__img .__overlay-mask {
  position: relative;
  display: block;
}
.c-index-contents__img .__overlay-mask-btn {
  width: min(400px, 90%);
  margin: auto;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  height: 28px;
  padding: 8px 0 9px;
  color: #DA345D;
  background: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 11px;
  right: 0;
  left: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.c-index-contents__img .__overlay-mask-btn:hover {
  opacity: 0.7;
}

/* ============================================================ */
/* .c-index-new */
/* ============================================================ */
.c-index-new {
  margin-bottom: 56px;
	position: relative;
}

@media screen and (max-width:1024px) {
	.c-index-new {
		margin-bottom: 70px;
  }
}

.c-index-new__img {
	height: 100%;
}

.c-index-new__btn {
	width: 100%;
	margin-top: min(-4em, -100px);
	margin-right: auto;
	margin-left: auto;
	padding: 0 60px;
	text-align: center;
}

@media only screen and (min-width: 1024px) and (max-width: 1270px) {
	.c-index-new__btn {
    margin-top: 0;
		padding: 0 20px;
		position: absolute;
		bottom: 15px;
		left: 0;
  }
}

@media screen and (max-width:1024px) {
	.c-index-new__btn {		
		margin-top: -80px;
		padding: 0 45px;
  }
}

.c-index-new__btn .__link {
  display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 378px;
	height: 63px;
	padding: 0 30px;
	background: transparent;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	transition: .4s all;
	border-radius: 3px;
	font-size: 2.5rem;
	position: relative;
	border: 1px solid #fff;
}

@media only screen and (min-width: 1024px) and (max-width: 1270px) {
	.c-index-new__btn .__link {	
		font-size: 1.8rem;
		height: 45px;
  }
}

@media screen and (max-width:1024px) {
	.c-index-new__btn .__link {	
		max-width: 100%;
		height: 45px;
		padding: 0 12px;
		font-size: 1.8rem;
  }
}

.c-index-new__btn .__ico {
  position : absolute;
	top: 50%;
	right: 17px;
	font-size: 1.3rem;
	transform: translate(0, -50%);
}

@media screen and (max-width:1024px) {
	.c-index-new__btn .__ico {
		font-size: 0.9rem;
  }
}

.c-index-new__btn .__link:hover {
	background: #000;
}

/* ============================================================ */
/* .c-index-crv */
/* ============================================================ */
.c-index-crv {
  margin-bottom: 120px;
	position: relative;
}

@media screen and (max-width:1024px) {
	.c-index-crv {
		margin-bottom: 120px;
  }
}

.c-index-crv__btn {
	width: 100%;
	margin-top: min(-4em, -100px);
	margin-right: auto;
	margin-left: auto;
	padding: 0 60px;
	text-align: center;
}

@media only screen and (min-width: 1024px) and (max-width: 1270px) {
	.c-index-crv__btn {
    margin-top: 0;
		padding: 0 20px;
		position: absolute;
		bottom: 15px;
		left: 0;
  }
}

@media screen and (max-width:1024px) {
	.c-index-crv__btn {
		margin-top: -80px;
		padding: 0 45px;
  }
}

.c-index-crv__btn .__link {
  display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 378px;
	height: 63px;
	padding: 0 30px;
	background: transparent;
	color: #000;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	transition: .4s all;
	border-radius: 3px;
	font-size: 2.5rem;
	position: relative;
	border: 1px solid #000;
}

@media only screen and (min-width: 1024px) and (max-width: 1270px) {
	.c-index-crv__btn .__link {
		font-size: 1.8rem;
		height: 45px;
  }
}


@media screen and (max-width:1024px) {
	.c-index-crv__btn .__link {
		max-width: 100%;
		height: 45px;
		padding: 0 12px;
		font-size: 1.8rem;
  }
}

.c-index-crv__btn .__ico {
  position : absolute;
	top: 50%;
	right: 17px;
	font-size: 1.3rem;
	transform: translate(0, -50%);
}

@media screen and (max-width:1024px) {
	.c-index-crv__btn .__ico {
		font-size: 0.9rem;
  }
}

.c-index-crv__btn .__link:hover {
	background: #000;
	color: #fff;
}

/* ============================================================ */
/* .c-index-toggle */
/* ============================================================ */
.c-index-toggle {
  width: 100%;
  margin: 15px auto 0;
}

.c-index-toggle__inner {
	display: none;
}

.c-index-toggle__ttl {
  font-weight: 900;
  color: #fff;
  background: #000;
  width: 96%;
  height: 66px;
	padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
	font-size: 2.1rem;
}

@media screen and (max-width:1295px) {
	.c-index-toggle__ttl {
		font-size: 1.5rem;
  }
}

.c-index-toggle__ttl::after {
  content: "＋";
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  transition: all 0.3s;
	font-size: 1.8rem;
}

@media screen and (max-width:1295px) {
.c-index-toggle__ttl::after {
		right: 5px;
  }
}

@media screen and (max-width:768px) {
.c-index-toggle__ttl::after {
		font-size: 1.5rem;
  }
}

.c-index-toggle__ttl.is-open::after {
  content: "×";
}

.c-index-toggle__ttl:hover {
  opacity: 0.7;
}

.c-index-toggle__inner {
	width: 96%;
  margin: 0 auto;
}

.c-index-toggle__link {
  font-weight: 500;
  width: 100%;
  height: 48px;
  background: #E8E8E8;
  border-bottom: 1px solid #BEBEBE;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s;
	font-size: 1.2rem;
}

.c-index-toggle__link .__sub {
  font-size: 1.9rem;
  font-weight: 900;
	margin: 0 5px 0 0;
	display: inline-block;
}

.c-index-toggle__link::after {
  content: "\e901";
  font-size: 1.4rem;
  font-weight: 900;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
	font-family: 'icomoon';
}

.c-index-toggle__link:first-of-type::after {
  color: #f00;
}
.c-index-toggle__link:nth-of-type(2)::after {
  color: #0095FF;
}
.c-index-toggle__link:nth-of-type(3)::after {
  color: #15D000;
}
.c-index-toggle__link:nth-of-type(4)::after {
  color: #0020D7;
}
.c-index-toggle__link:nth-of-type(5)::after {
  color: #00842E;
}
.c-index-toggle__link:last-of-type::after {
  color: #F49B00;
}
.c-index-toggle__link:hover {
  background: #C1C1C1;
}

/* ============================================================ */
/* .c-index-campaign */
/* ============================================================ */
.c-index-campaign {
	margin: 0 0 78px;
	position: relative;
}

@media screen and (max-width:768px) {
	.c-index-campaign {
		margin: 0 0 50px;
  }
}
.c-index-campaign-slider {
}

.c-index-campaign-slider__inner {
	display: flex;
  flex-direction: column-reverse;
	margin-bottom: 0 !important;
}

.c-index-campaign-slider__item {
	position: relative;
}

.c-index-campaign-slider__img {

}

.c-index-campaign-slider__pay {
	/*position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1;
	width: 100%;
	bottom: 50%;
	margin: 0 auto;
	text-align: center;*/
	/*width: 60%;
	position: absolute;
	bottom: 23%;
	right: 0;
	left: 0;
	margin: auto;
	cursor: pointer;*/
	margin: -72% auto 0;
	width: 100%;
	text-align: center;
}

@media only screen and (min-width: 1024px) and (max-width: 1178px) {
	.c-index-campaign-slider__pay {
    width: 160px;
		/*bottom: 52%;*/
  }
}

@media screen and (max-width:768px) {
	.c-index-campaign-slider__pay {
		/*bottom: 295px;*/
		width: 160px;
  }
}

.c-index-campaign-slider__pay .__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 224px;
	margin: 0 auto;
	height: 28px;
	padding: 0 20px;
	background: #505050;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	transition: .4s all;
	border-radius: 11px;
	font-size: 1.6rem;
	position: relative;
	border: 1px solid #505050;
	cursor: pointer;
}

@media screen and (max-width:768px) {
	.c-index-campaign-slider__pay .__btn {
		max-width: 160px;
		height: 20px;
		font-size: 1.2rem;
		padding: 0 12px;
  }
}

.c-index-campaign-slider__pay .__btn .__ico {
  position : absolute;
	top: 50%;
	right: 10px;
	font-size: 1.3rem;
	transform: translate(0, -50%);
}

@media screen and (max-width:768px) {
	.c-index-campaign-slider__pay .__btn .__ico {
		font-size: 0.9rem;
  }
}

.c-index-campaign-slider__pay .__btn:hover {
	background: #fff;
	border: 1px solid #D50004;
	color: #D50004;
}

.c-index-campaign .arrow-box {
	position: absolute;
	top: 60%;
	width: 100%;
}

.c-index-campaign .arrow-box .slide-arrow {
  width: 47px;
  height: 47px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  cursor: pointer;
  transition: all 0.4s;
}

@media only screen and (max-width: 1295px) {
	.c-index-campaign .arrow-box .slide-arrow {
		width: 34px;
 		height: 34px;
  }
}

.c-index-campaign .arrow-box .slide-arrow.prev-arrow {
  left: -13px;
}

@media only screen and (max-width: 1295px) {
	.c-index-campaign .arrow-box .slide-arrow.prev-arrow {
		left: -6px;
  }
}

.c-index-campaign .arrow-box .slide-arrow.next-arrow {
  right: -13px;
}

@media only screen and (max-width: 1295px) {
	.c-index-campaign .arrow-box .slide-arrow.next-arrow {
		right: -6px;
  }
}

.c-index-campaign-slider .slide-dots {
  max-width: 420px;
	width: 100%;
  margin: 0 auto 12px;
  display: flex;
  flex-flow: row-reverse wrap-reverse;
  justify-content: center;
  gap: 5px;
}

@media screen and (max-width:768px) {
	.c-index-campaign-slider .slide-dots {
		max-width: 300px;
		margin: 0 auto 10px;
  }
}

.c-index-campaign-slider .slide-dots li {
  width: calc((100% - 20px) / 4);
  aspect-ratio: 100 / 89;
  flex-shrink: 0;
}

@media screen and (max-width:768px) {
	.c-index-campaign-slider .slide-dots li {
		aspect-ratio: 72 / 64;
  }
}

.c-index-campaign-slider .slide-dots li button {
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
  cursor: pointer;
	transition: all 0.3s;
	border-radius: 4px;
}

.c-index-campaign-slider .slide-dots li.slick-active button {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}

.c-index-campaign-slider .slide-dots li:nth-of-type(1) {
  order: 6;
}
.c-index-campaign-slider .slide-dots li:nth-of-type(2) {
  order: 5;
}
.c-index-campaign-slider .slide-dots li:nth-of-type(3) {
  order: 4;
}
.c-index-campaign-slider .slide-dots li:nth-of-type(4) {
  order: 3;
}
.c-index-campaign-slider .slide-dots li:nth-of-type(5) {
  order: 2;
}
.c-index-campaign-slider .slide-dots li:nth-of-type(6) {
  order: 1;
}

.c-index-campaign-slider .slide-dots li:nth-of-type(1) button {
  background: url("../img/top/btn_nbox_off.png") no-repeat center/100%;
}

.c-index-campaign-slider .slide-dots li:nth-of-type(2) button {
  background: url("../img/top/btn_nboxjpy_off.png") no-repeat center/100%;
}

.c-index-campaign-slider .slide-dots li:nth-of-type(3) button {
  background: url("../img/top/btn_nwgn_off.png") no-repeat center/100%;
}

.c-index-campaign-slider .slide-dots li:nth-of-type(4) button {
  background: url("../img/top/btn_fit_off.png") no-repeat center/100%;
}

.c-index-campaign-slider .slide-dots li:nth-of-type(5) button {
  background: url("../img/top/btn_wrv_off.png") no-repeat center/100%;
}

.c-index-campaign-slider .slide-dots li:nth-of-type(6) button {
  background: url("../img/top/btn_vzel_off.png") no-repeat center/100%;
}

.c-index-campaign-slider .slide-dots li:nth-of-type(7) button {
  background: url("../img/top/btn_freed_off.png") no-repeat center/100%;
}

.c-index-campaign-slider .slide-dots li.slick-active:nth-of-type(1) button {
  background: url("../img/top/btn_nbox_on.png") no-repeat center/100%;
}

.c-index-campaign-slider .slide-dots li.slick-active:nth-of-type(2) button {
  background: url("../img/top/btn_nboxjpy_on.png") no-repeat center/100%;
}

.c-index-campaign-slider .slide-dots li.slick-active:nth-of-type(3) button {
  background: url("../img/top/btn_nwgn_on.png") no-repeat center/100%;
}

.c-index-campaign-slider .slide-dots li.slick-active:nth-of-type(4) button {
  background: url("../img/top/btn_fit_on.png") no-repeat center/100%;
}

.c-index-campaign-slider .slide-dots li.slick-active:nth-of-type(5) button {
  background: url("../img/top/btn_wrv_on.png") no-repeat center/100%;
}

.c-index-campaign-slider .slide-dots li.slick-active:nth-of-type(6) button {
  background: url("../img/top/btn_vzel_on.png") no-repeat center/100%;
}

.c-index-campaign-slider .slide-dots li.slick-active:nth-of-type(7) button {
  background: url("../img/top/btn_freed_on.png") no-repeat center/100%;
}

.c-index-campaign-slider__coupon {
	max-width: 280px;
	margin: 50% auto 0;
  position: relative;
}

@media only screen and (min-width: 1024px) and (max-width: 1325px) {
	.c-index-campaign-slider__coupon {
    max-width: 200px;
		margin: 48% auto 0;
  }
}

@media screen and (max-width:768px) {
	.c-index-campaign-slider__coupon {		
		 max-width: 200px;
     margin: 50% auto 0;
  }
}

.c-index-campaign-slider__coupon .__link {
	transition: all 0.3s;
	display: block;
}

.c-index-campaign-slider__coupon .__link:hover {
	transform: translateX(1px) translateY(1px);
}

.c-index-campaign__detail {
	margin: 20px 0 0;
}

@media screen and (max-width:768px) {
	.c-index-campaign__detail {		
		margin: 20px 20px 0;
  }
}

/*.c-index-campaign-slider__item:nth-of-type(4) .c-index-toggle ,
.c-index-campaign-slider__item:nth-of-type(5) .c-index-toggle ,
.c-index-campaign-slider__item:nth-of-type(6) .c-index-toggle ,
.c-index-campaign-slider__item:nth-of-type(7) .c-index-toggle ,
.c-index-campaign-slider__item:nth-of-type(8) .c-index-toggle {
	margin: 12vh auto 0 !important;
}*/

/* ============================================================ */
/* .c-index-credit */
/* ============================================================ */
.c-index-credit {
	margin: 0 12px 90px;
}

@media screen and (max-width:768px) {
	.c-index-credit {
		margin: 0 12px 40px;
  }
}

.c-index-credit__ttl {
	margin: 0 0 40px;
}

@media screen and (max-width:768px) {
	.c-index-credit__ttl {
		margin: 0 0 30px;
  }
}

.c-index-credit-slider {
	position: relative;
}

.c-index-credit-slider .arrow-box02 {
	position: absolute;
  top: 50%;
	transform: translate(0, -50%);
	z-index: 2;
	width: 100%;
  left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.c-index-credit-slider .arrow-box02 .slide-arrow {
  width: 47px;
  height: 47px;
  cursor: pointer;
  transition: all 0.4s;
	position: relative;
}

@media only screen and (max-width: 1295px) {
	.c-index-credit-slider .arrow-box02 .slide-arrow {		
		width: 34px;
  	height: 34px;
  }
}

.c-index-credit-slider .arrow-box02 .slide-arrow.prev-arrow {
  left: -25px;
}
@media only screen and (max-width: 1295px) {
	.c-index-credit-slider .arrow-box02 .slide-arrow.prev-arrow {
		left: -15px;
  }
}

.c-index-credit-slider .arrow-box02 .slide-arrow.next-arrow {
  right: -25px;
}
@media only screen and (max-width: 1295px) {
	.c-index-credit-slider .arrow-box02 .slide-arrow.next-arrow {
		right: -15px;
  }
}

.c-index-credit-slider .slide-dots {
  width: calc(100% - 50px);
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
	flex-direction: row-reverse;
  gap: 10px;
}
.c-index-credit-slider .slide-dots li {
  width: calc((100% - 20px) / 3);
  aspect-ratio: unset;
}
.c-index-credit-slider .slide-dots li:nth-of-type(1) {
  order: 3;
}
.c-index-credit-slider .slide-dots li:nth-of-type(2) {
  order: 2;
}
.c-index-credit-slider .slide-dots li:nth-of-type(3) {
  order: 1;
}
.c-index-credit-slider .slide-dots li button {
  font-size: 0;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 5px 0 6px;
  transition: all 0.4s;
  opacity: 1;
	width: 100%;
	height: 48px;
	display: inline-block;
	background: transparent; 
	cursor: pointer;
}

@media screen and (max-width:768px) {
	.c-index-credit-slider .slide-dots li button {
		height: 32px;
  }
}

.c-index-credit-slider .slide-dots li:hover button,
.c-index-credit-slider .slide-dots li.slick-active button {
  background: rgba(255, 255, 15, 1);
	border: 2px solid transparent;
}
.c-index-credit-slider .slide-dots li.slick-active:nth-of-type(1) button::before,
.c-index-credit-slider .slide-dots li:nth-of-type(1):hover button::before {
  color: rgba(0, 139, 213, 1);
}
.c-index-credit-slider .slide-dots li.slick-active:nth-of-type(2) button::before,
.c-index-credit-slider .slide-dots li:nth-of-type(2):hover button::before {
  color: rgba(240, 140, 0, 1);
}
.c-index-credit-slider .slide-dots li.slick-active:nth-of-type(3) button::before,
.c-index-credit-slider .slide-dots li:nth-of-type(3):hover button::before {
  color: rgba(0, 179, 0, 1);
}
.c-index-credit-slider .slide-dots li.slick-active button {
  box-shadow: none;
}
.c-index-credit-slider .slide-dots li button::before {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

@media only screen and (min-width:1024px) and (max-width: 1178px) {
	.c-index-credit-slider .slide-dots li button::before {
    font-size: 1.5rem;
  }
}

@media screen and (max-width:768px) {
	.c-index-credit-slider .slide-dots li button::before {
		font-size: 1.8rem;
  }
}

.c-index-credit-slider .slide-dots li:nth-of-type(1) button::before {
  content: "残クレ";
}
.c-index-credit-slider .slide-dots li:nth-of-type(2) button::before {
  content: "バリ保";
}
.c-index-credit-slider .slide-dots li:nth-of-type(3) button::before {
  content: "楽まる";
}

.c-index-credit-slider__list {
	display: flex;
  flex-direction: column-reverse;
	margin: 0 -25px;
}

@media only screen and (max-width: 1280px) {	
	.c-index-credit-slider__list {
		margin: 0 -10px;
  }
}

.c-index-credit-slider__item {
	margin: 0 5px 10px;
	position: relative;
	box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.25);
}

@media screen and (max-width:768px) {
	.c-index-credit-slider__item {
		margin: 0 7.5px 10px;
  }
}

.c-index-credit-slider__img {
	width: 100%;
}

.c-index-credit-slider__btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 42px;
	text-align: center;
	font-size: 2.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
}

@media only screen and (max-width: 1295px) {	
	.c-index-credit-slider__btn {
		height: 30px;
		font-size: 1.6rem;
  }
}

.c-index-credit-slider__btn .__sub {
	width: 100%;
}

.c-index-credit-slider__btn .__ico {
	position : absolute;
	top: 50%;
	right: 30px;
	font-size: 1.3rem;
	transform: translate(0, -50%);
}

@media screen and (max-width:768px) {
	.c-index-credit-slider__btn .__ico {
		font-size: 1.0rem;
		right: 23px;
  }
}

.c-index-credit-slider__item._zankure_ .c-index-credit-slider__btn {
  background: #008BD5;
}

.c-index-credit-slider__item._bariho_ .c-index-credit-slider__btn {
  background: #F08C00;
}

.c-index-credit-slider__item._rakumaru_ .c-index-credit-slider__btn {
  background: #00B300;
}

/* ============================================================ */
/* .c-index-coupon */
/* ============================================================ */
.c-index-coupon {
	margin: 0 10px 100px;
}

@media screen and (max-width:768px) {
	.c-index-coupon {
		margin: 0 10px 48px;
  }
}

.c-index-coupon__ttl {
	margin: 0 0 28px -35px;
}

@media only screen and (max-width: 1280px) {	
	.c-index-coupon__ttl {
		margin: 0 0 28px -20px;
	}
}

@media screen and (max-width:768px) {
	.c-index-coupon__ttl {
		margin: 0 0 20px -20px;
  }
}

.c-index-coupon__item {
	position: relative;
	margin: 0 0 44px;
}

@media screen and (max-width:768px) {
	.c-index-coupon__item {
		margin: 0 0 32px;
  }
}

.c-index-coupon__item:last-child {
	margin: 0;
}

.c-index-coupon__detail {
	/*position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	text-align: center;*/
	margin: -72.5% auto 0;
	width: 100%;
	text-align: center;
}

@media only screen and (min-width: 1024px) and (max-width: 1178px) {
	.c-index-coupon__detail {
    width: 160px;
		bottom: 53%;
  }
}

@media screen and (max-width:768px) {
	.c-index-coupon__detail {
		top: 245px;
		width: 160px;
  }
}

.c-index-coupon__detail .__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 224px;
	margin: 0 auto;
	height: 28px;
	padding: 0 20px;
	background: #505050;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	transition: .4s all;
	border-radius: 11px;
	font-size: 1.6rem;
	position: relative;
	border: 1px solid #505050;
	cursor: pointer;
}

@media only screen and (min-width: 1024px) and (max-width: 1178px) {
	.c-index-coupon__detail .__btn {
		font-size: 1.4rem;
		height: 25px;
  }
}

@media screen and (max-width:768px) {
	.c-index-coupon__detail .__btn {
		max-width: 160px;
		height: 20px;
		font-size: 1.2rem;
		padding: 0 12px;
  }
}

.c-index-coupon__detail .__btn .__ico {
  position : absolute;
	top: 50%;
	right: 10px;
	font-size: 1.3rem;
	transform: translate(0, -50%);
}

@media screen and (max-width:768px) {
	.c-index-coupon__detail .__btn .__ico {
		font-size: 0.9rem;
  }
}

.c-index-coupon__detail .__btn:hover {
	background: #fff;
	border: 1px solid #D50004;
	color: #D50004;
}

.c-index-coupon__item:last-child .c-index-toggle {
	margin: -10px auto 0;
}

@media screen and (max-width:768px) {
	.c-index-coupon__item:last-child .c-index-toggle {
		margin: -5px auto 0;
  }
}

.c-index-coupon__block {
  position: relative;
}

.c-index-coupon__car {
	max-width: 280px;
	margin: 50% auto 0;
	position: relative;
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
	.c-index-coupon__car {
    max-width: 200px;
  }
}

@media screen and (max-width:768px) {
	.c-index-coupon__car {
		 max-width: 200px;
     margin: 50% auto 0;
  }
}

.c-index-coupon__car .__link {
	transition: all 0.3s;
	display: block;
	cursor: pointer;
}

.c-index-coupon__car .__link:hover {
	transform: translateX(1px) translateY(1px);
}

.c-index-coupon__txt {
	margin: 35px 0 0;
}

@media screen and (max-width:768px) {
	.c-index-coupon__txt {
		margin: 26px 0 0;
  }
}

#coupon03 .c-index-coupon__block {
	margin: 0 0 25px;
}

@media screen and (max-width:768px) {
	#coupon03 .c-index-coupon__block {
		margin: 0 0 20px;
  }
}

/* ============================================================ */
/* .c-index-recruit */
/* ============================================================ */
.c-index-recruit {
	box-shadow: 0 11px 11px 0 rgba(0,0,0,0.25);
	border-radius: 11px;
	margin: 0 0 22px;
	position: relative;
}

@media screen and (max-width:768px) {
	.c-index-recruit {
		margin: 0 auto 16px;
		border-radius: 6px;
		max-width: 375px;
	}
}

.c-index-recruit__img .__img {
	border-radius: 11px;
}

@media screen and (max-width:768px) {
	.c-index-recruit__img .__img {
		border-radius: 6px;
	}
}

.c-index-recruit__btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.c-index-recruit__btn .__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 92px;
	padding: 0 20px;
	background: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	transition: .4s all;
	border-radius: 0 0 11px 11px;
	font-size: 2.2rem;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
	.c-index-recruit__btn .__link {
		height: 60px;
  }
}

@media screen and (max-width:768px) {
	.c-index-recruit__btn .__link {
		height: 66px;
		font-size: 1.6rem;
		border-radius: 0 0 6px 6px;
	}
}

.c-index-recruit__btn .__ico {
  position : absolute;
	top: 50%;
	right: 16px;
	font-size: 1.8rem;
	transform: translate(0, -50%);
}

@media screen and (max-width:768px) {
	.c-index-recruit__btn .__ico {	
		font-size: 1.6rem;
	}
}

.c-index-recruit__btn .__link:hover {
  opacity: 0.6;
}

/* ============================================================ */
/* .c-index-mechanic */
/* ============================================================ */
.c-index-mechanic {
	box-shadow: 0 11px 11px 0 rgba(0,0,0,0.25);
	border-radius: 11px;
	position: relative;
}

@media screen and (max-width:768px) {
	.c-index-mechanic {
		margin: 0 auto;
		border-radius: 6px;
		max-width: 375px;
	}
}

.c-index-mechanic__img .__img {
	border-radius: 11px;
}

@media screen and (max-width:768px) {
	.c-index-mechanic__img .__img {
		border-radius: 6px;
	}
}

.c-index-mechanic__btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.c-index-mechanic__btn .__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 92px;
	padding: 0 20px;
	background: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	transition: .4s all;
	border-radius: 0 0 11px 11px;
	font-size: 2.2rem;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
	.c-index-mechanic__btn .__link {
		height: 60px;
  }
}

@media screen and (max-width:768px) {
	.c-index-mechanic__btn .__link {
		height: 66px;
		font-size: 1.6rem;
		border-radius: 0 0 6px 6px;
	}
}

.c-index-mechanic__btn .__ico {
  position : absolute;
	top: 50%;
	right: 16px;
	font-size: 1.8rem;
	transform: translate(0, -50%);
}

@media screen and (max-width:768px) {
	.c-index-mechanic__btn .__ico {
		font-size: 1.6rem;
	}
}
.c-index-mechanic__btn .__link:hover {
  opacity: 0.6;
}

