@charset "utf-8";




/*  */
.mv{
	overflow: hidden;
}
.mv__slider{
	margin: 0;
	padding: 0;
	list-style: none;
}
.slick-arrow{
	position: absolute;
	z-index: 1;
	left: 50%;
	width: 40px;
	height: 40px;
}
.slick-arrow::before{
	content: "";
	display: block;
	
	opacity: 1;
	width: 46px;
	height: 46px;
}
.slick-prev,
.slick-next{
	display: block;
	width: 46px;
	height: 46px;
	margin-top: -23px;
	margin-left: -23px;
}
.slick-prev{
	transform: translateX(-550px);
}
.slick-next{
	transform: translateX(550px);
}
.slick-prev:before{
	background: url("../img/index/mv_arrow-back.svg");
}
.slick-next:before{
	background: url("../img/index/mv_arrow-next.svg");
}
/*.slick-dots li{
	margin-left: 2px;
	margin-right: 2px;
}
.slick-dots li button::before{
	opacity: 1;
	color: #DCB8C9;
	font-size: 13px;
}
.slick-dots li.slick-active button::before{
	color: #DA340A;
}*/
.mv__slide{
	background-color: #000;
}
.mv__slide img{
	opacity: .5;
	
	transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
}
.mv__slide.slick-active img{
	opacity: 1;
}

@media print, screen and (min-width: 768px){
	.mv__img{
		width: 1000px;
		height: 368px;
	}
}
@media only screen and (max-width: 767px){
	.mv__img{
		width: 100vw;
	}
	.slick-arrow{
		visibility: hidden;
	}
}





/*slider-common*/
.slider li img{
  margin:0 auto;
  width: 100%;
}

.slick-dots{
  bottom:-60px;
}
.slick-dots li {
	margin: 0 4px; 
	width: 70px;
	height: 5px;
}

.slick-dots li button:before {
	content:'';
	width: 70px;
	height: 5px;
	background: #dfe0eb;
	opacity: 1;
}
.slick-dots li.slick-active button:before{
  background: #050f64;
}
@media only screen and (max-width: 767px){
	.slick-dots{ bottom:-40px;}
	.slick-dots li {width: 30px; margin: 0 4px; height: 13px;}
	.slick-dots li button:before {width: 30px;height: 10px;}
}

/*KIPS APPリンク*/
.kipsapp .com_btn_3 img { width: 44px; margin-right:10px;}
.kipsapp .com_btn_3 { padding: 8px 0;}
.kipsapp .com_btn_3:hover img {opacity: 1;} 

@media only screen and (max-width: 767px){
	.kipsapp .com_btn_3 { padding: 7px 0;}
}



/*キャンペーン・トピックス*/
.icon_card {
	font-size: .675rem;
	font-weight: 700;
	color: #0a64c8;
	border: #0a64c8 solid 1px;
	border-radius: 3px;
	padding:4px 3px 4px;
	margin: 0 5px 5px 0;
	white-space: nowrap;
	transform: translateY(-2px);
	display:inline-block;
	line-height: .675rem;
}
.icon_new {
	font-size: .675rem;
	font-weight: 700;
	color: #fff;
	background: #fa9dbd;
	border-radius: 3px;
	padding:4px 22px 4px 22px;
	text-align: center;
	margin:0 7px 5px 0;
	white-space: nowrap;
	transform: translateY(-2px);
	display:inline-block;
	line-height: .675rem;
}
.icon_notice {
	font-size: .675rem;
	font-weight: 700;
	color: #ad091a;
	border: #ad091a solid 1px;
	border-radius: 3px;
	padding:4px 8px 4px;
	margin-right: 5px;
	white-space: nowrap;
	transform: translateY(-2px);
	display:inline-block;
	line-height: .675rem;
}
.icon_important {
	font-size: .675rem;
	font-weight: 700;
	color: #fff;
	background: #ad091a;
	border-radius: 3px;
	padding:4px 8px 4px;
	text-align: center;
	margin-right:7px;
	white-space: nowrap;
	transform: translateY(-2px);
	display:inline-block;
	line-height: .675rem;
}


@media print, screen and (min-width: 768px){}
dl.index_topics {
	display: flex;
	width: 100%;
	flex-flow: row wrap;
}
.index_topics dt {
	flex-basis: 15%;
	font-size: .75rem;
	color: #0a64c8;
	font-weight: 700;
	border-bottom: 1px dotted #ccccdd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.index_topics dd {
	font-size: 1rem;
	
	flex-basis: 85%;
	border-bottom: 1px dotted #ccccdd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.index_topics dd a {
	padding-right: 25px;
	line-height: 1.5rem;
}

@media only screen and (max-width: 767px){
	dl.index_topics {
		flex-flow: column;
	}
	.index_topics dt {
		border-bottom: none;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
}

#index_campaign .point50 {border:#999999 solid 1px; padding: 10px; font-size: .675rem; line-height: 1rem; margin-top: 20px;}
#index_campaign .point100 {border:#999999 solid 1px; padding: 10px; font-size: .675rem; line-height: 1rem; margin-top: 20px;}
#index_campaign .point50 a:hover,#index_campaign .point100 a:hover {background: #CCCCDD;}
@media only screen and (max-width: 767px){
	#index_campaign .point50 {font-size: .75rem; line-height: 1rem;}
	#index_campaign .point100 {font-size: .75rem; line-height: 1rem;}
}


/* *************************************************************************************
//
//   各社バナー
//
************************************************************************************* */

@media print, screen and (min-width: 768px){
	ul.index_banner li img {
		width: 140px;
		height: 35px;
		padding: 10px;
	}
	.index_banner_img {width: 140px;height: 35px;}
}
@media only screen and (max-width: 767px){
	ul.index_banner li {
		width: 45%;
		padding: 2.5%;
	}
	ul.index_banner li img {
		width: 100%;
	}
	}
@media print, screen and (min-width: 768px){}
	.kipsapp_logo {width: 44px;height: 44px;}
}


@media print, screen and (min-width: 768px){}
@media only screen and (max-width: 767px){}
