@charset "utf-8";

.subTtl {
	display: block;
}
.clear::before,
.clear::after {
	content: "";
	display: table;
}
.clear::after {
	clear: both;
}
[class*="btnType"].grayPtn01 {
	border: 2px solid #5a5a5a;
	background: #5a5a5a;
}
.hiAuto{height: auto;}
.mgAuto{margin: 0 auto;}

.topBgGray01 {
	background-color: #F6F6F6;
}

@media print, all and (min-width:641px) {
	#mainArea {
		margin-top: 27px;
	}
	[class*="btnType"].grayPtn01:hover {
		border: 2px solid #5a5a5a;
		background: #fff;
		color: #5a5a5a;
	}
	[class*="btnType"].grayPtn01:hover::before {
		border-top: 1px solid #5a5a5a;
		border-right: 1px solid #5a5a5a;
	}
}

@media only screen and (max-width: 640px) {
	#mainArea {
		margin-top: 20px;
	}
}

/************************************************
mv carousel
************************************************/
.hiAutoCarousel{height: auto;}
.topMv {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}
.topMvCarousel {
	opacity: 0;
	transition: opacity .6s;
}
.topCarouselMvItem > a {
	display: block;
}
.topMvCarouselDots {
	display: flex;
	flex-wrap: wrap;
}
.topMvCarouselDots > li {
	position: relative;
}
.topMvCarouselDots > li button {
	width: 26px;
	height: 26px;
	background-color: transparent;
	font-size: 0;
	border: none;
	outline: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	z-index: 2;
}
.topCarouselMvSvg {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1;
	outline: none;
}
.topCarouselMvSvg circle {
	fill: transparent;
	stroke-width: 3;
	stroke-linecap: round;
}
.topCarouselMvSvgCircle1 {
	stroke: #CFCFCF;
	stroke-dasharray: 51 51;
}
.topCarouselMvSvgCircle2 {
	stroke:#EB4741;
	display:none;
	stroke-dasharray:0 51;
}
.slick-active .topCarouselMvSvgCircle2 {
	display: block;
}
@keyframes circleTopMvCarusel {
	0% {
		stroke-dasharray:0 51;
	}
	100% {
		stroke-dasharray:51 51
	}
}
@media print, all and (min-width:641px) {
	.topMv {
		/* height: 429px; */
		margin-bottom: 40px;
	}
	.topMvCarousel {
		width: 1170px;
		height: 429px;
		margin: 0 auto !important;
	}
	.topMvCarousel .slick-list {
		position: relative;
		width: 1170px;
		margin: 0 auto;
		overflow: visible;
	}
	.topMvCarousel .slick-list::before,
	.topMvCarousel .slick-list::after {
		content: "";
		position: absolute;
		top: 0;
		display: block;
		width: 300%;
		height: 100%;
		z-index: 1;
		content: none;
	}
	.topMvCarousel .slick-list::before {
		right: calc(100% - 80px);
		background-color: #fff;
	}
	.topMvCarousel .slick-list::after {
		left: calc(100% - 70px);
		background-color: rgba(255, 255, 255, .5);
	}
	.topMvCarousel .slick-slide {
		margin: 0;
		padding: 0 25px;
	}
	.topMvCarousel .slick-slide .topMvCarouselItem {
		border-radius: 20px;
		overflow: hidden;
	}
	.topMvCarouselDots {
		justify-content: flex-end;
		position: relative;
		bottom: 52px;
		right: 39px;
		margin: 0 auto;
		z-index: 1;
	}
	.topMvCarouselDots > li {
		margin: 0 7px;
	}
	.topMvCarousel .slick-arrow {
		position: absolute;
		width: 56px;
		height: 56px;
		top: 50%;
		margin-top: 0;
		background-color: rgba(255, 255, 255, 0.93);
		border-radius: 50%;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	}
	.topMvCarousel .slick-prev {
		left: -3px;
		transform: translateY(-50%) rotate(45deg);
	}
	.topMvCarousel .slick-next {
		right: -3px;
		transform: translateY(-50%) rotate(-45deg);
	}
	.topMvCarousel .slick-arrow::before {
		content: '';
		position: absolute;
		top: 50%;
		display: block;
		width: 14px;
		height: 14px;
	}
	.topMvCarousel .slick-prev::before {
		left: 50%;
		margin-left: 2px;
		margin-top: -2px;
		border-left: 2px solid #989898;
		border-bottom: 2px solid #989898;
		transform: translateX(-50%) translateY(-50%);
	}
	.topMvCarousel .slick-next::before {
		right: 50%;
		margin-right: 2px;
		margin-top: -2px;
		border-right: 2px solid #989898;
		border-bottom: 2px solid #989898;
		transform: translateX(50%) translateY(-50%);
	}
}
.topMvCarouselTxt {
	position: absolute;
	top: 32%;
	left: 68px;
	min-width: 7.857rem;
	font-size: 18px;
}
@media only screen and (max-width: 640px) {
	.topMvCarousel {
		padding-left: 15px;
	}
	.topMvCarousel.slick-slider {
		margin-bottom: 34px;
	}
	.topCarouselMvImg > img {
		width: 100%;
	}
	.topMvCarouselDots {
		justify-content: center;
		margin-top: 24px;
		padding-right: 15px;
	}
	.topMvCarouselDots > li {
		margin: 0 8px;
	}
	.topMvCarouselDots > li button {
		width: 22px;
		height: 22px;
	}
	.topCarouselMvSvg {
		width: 22px;
		height: 22px;
	}
	.topCarouselMvSvg circle {
		cx: 12;
		cy: 12;
		r: 6;
	}
	.topMvCarouselTxt {
		top: 34%;
		left: 30px;
	}
	.topMvCarousel .slick-arrow {
		position: absolute;
		top: auto;
		bottom: -7px;
		z-index: 11;
	}
	.topMvCarousel .slick-arrow::before {
		content: '';
		position: absolute;
		top: 50%;
		display: block;
		width: 22px;
		height: 22px;
		margin-top: -3px;
	}
	.topMvCarousel .slick-prev::before {
		left: 5px;
		border-left: 3px solid #989898;
		border-bottom: 3px solid #989898;
		transform: rotate(45deg) translateY(-50%);
	}
	.topMvCarousel .slick-next::before {
		right: 5px;
		border-right: 3px solid #989898;
		border-bottom: 3px solid #989898;
		transform: rotate(-45deg) translateY(-50%);
	}
}
.topMvCarouselTxt .linkType01::before {
	top: 13px;
}
.bnrCarouselBlock03 .slick-list {
	padding: 2px 0;
}
.bnrCarouselBlock03 .item {
	text-decoration: none;
}
.bnrCarouselBlock03 .item img {
	transition: .3s ease;
}
.bnrCarouselBlock03 .item:hover img{
	transform: scale(1.02, 1.02);
}

/*---------------
mv tooltip
------------------*/
.topMvCarouselTooltipList {
	display: none;
}
.topMvCarouselTooltip {
	display: none;
	opacity: 0;
	position: absolute;
	bottom: calc(100% + 3px);
	left: 50%;
	width: 144px;
	transform: translateX(-50%);
}
.is-tooltip-active > .topMvCarouselTooltip {
	display: block;
	animation-name: fadeIn;
	animation-duration: .3s;
	animation-delay: .1s;
	animation-fill-mode: forwards;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*---------------
mv login
------------------*/
@media print, all and (min-width:641px) {
	.topCarouselMvSvg {
		-webkit-box-shadow: 0 0 2px rgba(0,0,2,1);
		box-shadow: 0 0 2px rgba(0,0,2,1);
	}
	.bnrCarouselBlock03 .slick-prev,
	.bnrCarouselBlock03 .slick-next {
		top: 70px;
	}
}

/************************************************
カードをつくる
************************************************/
.lineupSection .hasIcon {
	position: relative;
}
.lineupSection .hasIcon .icon {
	display: inline-block;
	background: #e50012;
	line-height: 1;
	color: #fff;
	font-weight: bold;
}
.lineupSection02 .hasIcon .icon {
	position: absolute;
	top: -20px;
	left: 10px;
	min-width: 70px;
	padding: 8px 7px;
	background: #e50012;
	line-height: 1;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.lineupSection .cardItem .cardSummary .taglineTxt {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
}
.lineupSection .tabBlock01 > .tabContent {
	border: none;
	border-top: 3px solid #E60000;
}
.lineupSection .tabCntInner {
	background-color: transparent;
}
.js-cardList .js-list {
	display: none;
}
.lineupCardList .cardItem {
	display: block;
	padding: 20px 11px 20px;
	border-radius: 17px;
	background: #fff;
	box-shadow: 2px 3.5px 8px 0px rgba(213, 213, 213, 1);
	text-align: left;
	text-decoration: none;
}
.lineupCardList .cardItem .cardName {
	display: flex;
	justify-content: center;
	align-items: center;
}
.lineupSection .lineupCardList .slick-slide {
	margin: 0 15px;
	padding-bottom: 10px;
}
.lineupCardList .cTxtLink05 > .txt {
	background: none;
	font-weight: bold;
}
.lineupSection .tabBlock01 > .tabList > .tabListItem .tabBtn {
	border-top: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
}
.js-cardList .js-carousel.-hide {
	opacity: 0;
}
.js-cardList .js-carousel {
	opacity: 1;
	transition: opacity .2 opacity;
}
.lineupSection .cardItem .cardSummary .pointWrap {
	text-align: left;
}
.lineupSection .cardItem .cardSummary .point {
	display: table;
	padding: 3px 0;
	line-height: 1.4286;
}
.lineupSection .cardItem .cardSummary .point:first-child {
	margin-top: 0;
}
.lineupSection .cardItem .cardSummary .point .svgImg {
	display: table-cell;
	vertical-align: top;
	width: 31px;
}
.lineupSection .cardItem .cardSummary .point .txt {
	display: table-cell;
	vertical-align: middle;
	padding-left: 7px;
}
.characterBlk .inr {
	padding: 0 0 0;
	text-align: center;
}
.characterBlk .cntWrap + .cntWrap {
	margin-top: 40px;
}
.characterBlk .cntWrap .ttl {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.characterBlk .cardItem {
	position: relative;
	display: inline-block;
	width: 97%;
	margin-top: 37px;
	padding: 28px 26px 20px;
	border-radius: 5px;
	background: #fff;
}
.characterBlk .cardItem .cardName {
	font-weight: bold;
}
.characterBlk .cardItem .imgLinkImg {
	margin: 9px auto 0;
	max-width: 282px;
}
.characterBlk .cardItem .cardSummary {
	margin-top: 11px;
	line-height: 1.6;
}
.characterBlk .characterCardList{
	display: inline-block;
	width: 97%;
	margin: 34px auto 0;
}
.characterBlk .characterCardList > * {
	width: calc((100% - 5%) /3);
	height: auto;
	margin-top: 2%;
	margin-right: 2.5%;
	float: left;
}
.characterBlk .characterCardList > *:nth-child(-n+3) {
	margin-top: 0;
}
.characterBlk .characterCardList > *:nth-child(3n) {
	margin-right: 0;
}
/*characterColumn2*/
.characterBlk .characterColumn2 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 5px;
	margin: 35px auto 0;
}
.characterBlk .characterColumn2 .cardItem {
	margin-top: 0;
	width: 50%;
	display: block;
	padding: 32px 10px 20px;
}
.characterBlk .characterColumn2 .cardItem .imgLinkImg {
	display: block;
}
.characterBlk .characterColumn2 .cardItem .txt {
	padding-left: 0;
	display: block;
}
.characterBlk .characterColumn2 .cardSummary {
	width: 100%;
	padding-bottom: 34px;
}
.characterBlk moreoverBlk {
	position: relative;
}
.characterBlk .limitedTxt {
	position: relative;
}
.characterBlk .mark {
	position: absolute;
	left: 20px;
	top: -119px;
}
.characterBlk .limitedIcon {
	min-width: 70px;
	display: inline-block;
	padding: 8px 7px;
	background: #e50012;
	line-height: 1;
	color: #fff;
	font-weight: bold;
}
.characterBlk .characterTxt20 {
	font-size: 20px;
}
.characterBlk .characterTxt24 {
	font-size: 24px;
}
.characterBlk .characterTxt28 {
	font-size: 28px;
}
.lineupCardList .brandList {
	border-top: 1px dotted #b8b8b8;
}
@media (max-width:640px) {
	.lineupSection02 {
		padding: 49px 0 57px;
	}
	.lineupSection .lineupCardList {
		margin-left: -15px;
		margin-right: -15px;
	}
	.lineupSection .tabBlock01 > .tabContent > .tabCntItem {
		padding: 26px 0 30px;
	}
	.lineupSection .cardItem + .cardItem {
		margin-top: 20px;
	}
	.lineupSection .tabBlock01 > .tabList > .tabListItem > .tabBtn {
		text-align: center;
	}

	.lineupSection .characterBlk .cardItem .cardName {
		width: auto;
	}
	.lineupSection .characterBlk .cardItem .imgLinkImg {
		width: auto;
		padding-right: 0;
	}
	.lineupSection .lineupCardList .slick-slide {
		margin: 0 10px;
		padding-bottom: 10px;
	}
	.lineupSection .slick-list {
		padding: 0 9.5% !important;
	}
	.lineupSection .slick-slide {
		margin-right: 15px;
	}
	.lineupSection .slick-list img {
	  width: 100%;
	}
	.lineupSection .slick-prev.slick-disabled::before {
		border-left: 3px solid #D6D6D6;
		border-bottom: 3px solid #D6D6D6;
	}
	.lineupSection .slick-next.slick-disabled::before {
		border-right: 3px solid #D6D6D6;
		border-bottom: 3px solid #D6D6D6;
	}
	.lineupCardList .cardItem {
		width: 103% !important;
	}
	.lineupCardList .cardItem .imgLinkImg {
		padding: 0 0 21px;
		text-align: center;
	}
	.lineupCardList .cardItem .imgLinkImg img {
		width: 48vw;
	}
	.lineupCardList .brandList {
		margin-top: 17px;
		padding-top: 19px;
	}
	.lineupSection .cardItem .cardSummary .pointWrap {
		padding: 10px 0 14px;
	}
	.lineupSection .hasIcon .icon {
		min-width: 60px;
		margin-right: 7px;
		padding: 6px 5px;
		font-size: 12px;
	}
	.lineupCardList .brandList {
		position: relative;
		padding-bottom: 133px;
	}
	.lineupSection .cardItem .btnWrap {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.lineupCardList .cardItem .cardName {
		margin-left: -5px;
		margin-right: -5px;
	}
	.characterBlk .characterTxt24Sp {
		font-size: 24px;
	}
}
@media print, all and (min-width:641px) {
	.lineupSection02 {
		padding: 60px 0 70px;
	}
	.lineupCardList > * {
		display: flex;
		justify-content: space-between;
	}
	.lineupCardList .js-carousel {
		display: flex;
		flex-wrap: wrap;
	}
	.lineupCardList .cardItem {
		display: block;
		width: 330px;
		padding: 20px 14px 20px;
	}
	.lineupCardList .cardItem .imgLinkImg {
		padding: 0 0 21px;
		text-align: center;
	}
	.lineupCardList .cardItem .imgLinkImg img {
		width: 200px;
	}
	.lineupCardList .brandList {
		margin-top: 17px;
		padding-top: 11px;
	}
	.lineupSection .cardItem .cardSummary .pointWrap {
		padding: 14px 11px 0;
	}
	.lineupSection .hasIcon .icon {
		min-width: 70px;
		margin-right: 8px;
		padding: 8px 7px;
		font-size: 14px;
	}
	.lineupSection .cardItem .btnWrap {
		padding: 0 11px;
	}
	.__visa,
	.__mastercard,
	.__jcb,
	.__amexcard {
		text-indent: -9999px;
		display: inline-block;
		margin: 0 5px 0 0;
		vertical-align: middle;
	}
	.__visa {
		width: 36px;
		height: 13px;
		background: url(/apply/img/apply_logo_visa.png) 0 center no-repeat;
		background-size: contain;
	}
	.__mastercard {
		width: 30px;
		height: 23px;
		background: url(/apply/img/apply_logo_mastercard.png) 0 center no-repeat;
		background-size: contain;
	}
	.__jcb {
		width: 26px;
		height: 19px;
		background: url(/apply/img/apply_logo_jcb.png) 0 center no-repeat;
		background-size: contain;
	}
	.__amexcard {
		width: 23px;
		height: 23px;
		background: url(/apply/img/apply_logo_amex.png) 0 center no-repeat;
		background-size: contain;
	}

	.characterBlk .inr {
		padding: 0 0 0;
	}
	.characterBlk .cntWrap .ttl {
		font-size: 24px;
	}
	.characterBlk .cardItem {
		display: table;
		width: 740px;
		margin: 35px auto 0;
		padding: 22px 33px;
		border-radius: 10px;
	}
	.characterBlk .cardItem .txt {
		display: table-cell;
		padding-left: 20px;
		vertical-align: middle;
	}
	.characterBlk .cardItem .imgLinkImg {
		display: table-cell;
		width: 286px;
		max-width: 286px;
		margin-top: 0;
		vertical-align: middle;
	}
	.characterBlk .cardItem .cardName {
		font-size: 20px;
	}
	.characterBlk .cardItem .cardSummary {
		margin-top: 3px;
	}
	.characterBlk .characterCardList {
		width: 738px;
	}
	.characterBlk .characterCardList > * {
		width: 230px;
		margin-top: 2.5%;
		margin-right: 24px;
	}
	.characterBlk moreoverBlk {
		position: relative;
	}
	.characterBlk .limitedTxt {
		position: relative;
	}
	.characterBlk .mark {
		position: absolute;
		left: 320px;
		top: -15px;
	}
	/*characterColumn2*/
	.characterBlk .characterColumn2 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		background: #fff;
		border-radius: 5px;
		margin: 35px auto 0;
		width: 740px;
	}
	.characterBlk .characterColumn2 .cardItem {
		margin-top: 0;
		width: 50%;
		display: block;
		padding: 32px 0 20px;
	}
	.characterBlk .characterColumn2 .cardItem:nth-child(odd) {
		padding-left: 44px;
	}
	.characterBlk .characterColumn2 .cardItem:nth-child(even) {
		padding-right: 44px;
	}
	.characterBlk .characterColumn2 .cardItem .imgLinkImg {
		display: block;
	}
	.characterBlk .characterColumn2 .cardItem .txt {
		padding-left: 0;
		display: block;
	}
	.characterBlk .characterColumn2 .cardSummary {
		width: 100%;
		padding-bottom: 34px;
	}
	.characterBlk .limitedIcon {
		
	display: inline-block;
		min-width: 70px;
		padding: 8px 7px;
		background: #e50012;
		line-height: 1;
		color: #fff;
		font-weight: bold;
	}
	.characterBlk .characterTxt26Pc {
		font-size: 26px;
	}
}

/************************************************
選び方がわからないときは …
************************************************/
.recommendSection01 {
	padding: 49px 0 54px;
}
.recommendSection01 .r_linkBtnList01 {
	width: 100%;
}
.recommendSection01 .r_linkBtnList01 .slick-slide {
	margin: 0 15px;
	padding-bottom: 10px;
}
.-bottom .slick-arrow {
	position: absolute;
	top: auto;
	bottom: -47px;
	z-index: 11;
}
.-bottom .slick-arrow::before {
	content: '';
	position: absolute;
	top: 50%;
	display: block;
	width: 22px;
	height: 22px;
	margin-top: -3px;
}
.-bottom .slick-prev {
	left: 6px;
}
.-bottom .slick-next {
	right: 6px;
}
.-bottom .slick-prev::before {
	left: 5px;
	border-left: 3px solid #989898;
	border-bottom: 3px solid #989898;
	transform: rotate(45deg) translateY(-50%);
}
.-bottom .slick-next::before {
	right: 5px;
	border-right: 3px solid #989898;
	border-bottom: 3px solid #989898;
	transform: rotate(-45deg) translateY(-50%);
}
.lineupCardList .slick-prev,
.lineupCardList .slick-next{
	bottom: 62%;
}
.lineupCardList .slick-prev::before,
.lineupCardList .slick-next::before {
	width: 39.5px;
	height: 39.5px;
	top: 0;
	background: url("/cmn/img/btn/ico_carousel_02.png");
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
	transform: rotate(0deg) translateY(0);
}
.lineupCardList .slick-prev {
	left: 0;
}
.lineupCardList .slick-prev::before {
	left: 0;
}
.lineupCardList .slick-next {
	right: 0;
}
.lineupCardList .slick-next::before {
	right: 0;
	transform: rotate(180deg);
}
@media (max-width:640px) {
	.recommendSection01 .r_linkBtnList01 {
		padding: 0;
	}
	.-bottom .slick-dots {
		bottom: -40px;
	}
}
@media print, all and (min-width:641px) {
	.recommendSection01 {
		padding: 60px 0 60px;
		overflow: hidden;
	}
	.recommendSection01 .r_linkBtnList01 .linkWrap {
		display: block !important;
		width: 544px !important;
	}
	.-bottom .slick-dots {
		bottom: -46px;
	}
	.-bottom .slick-arrow {
		bottom: -55px;
	}
	.-bottom .slick-prev {
		left: 50%;
		transform: translateX(-50%);
	}
	.-bottom .slick-next {
		right: 50%;
		transform: translateX(-50%);
	}
	.-bottom .slick-prev {
		margin-left: -260px;
	}
	.-bottom .slick-next {
		margin-right: -300px;
	}
}

/************************************************
入会キャンペーン・特典
************************************************/
.flowBlock01 {
	position: relative;
}
.flowBlock01 .flowBlockInner {
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width:640px) {
	.flowBlock01 .flowBlockInner {
		padding: 32px 18px;
	}
	.flowBlock01 .flowBlockInner .ttl02 {
		margin-bottom: 12px;
	}
}
@media print, all and (min-width:641px) {
	.flowBlock01 .flowBlockInner {
		padding: 50px 62px 20px;
	}
	.flowBlock01 .flowBlockInner .ttl02 {
		margin-bottom: 23px;
		text-align: left;
	}
}

/************************************************
三菱UFJニコスが選ばれる理由
************************************************/
.reasonSection {
	padding: 45px 0 40px;
	background: url(/cmn/img/index_bg_001_sp.png) center top no-repeat, #f6f6f6;
	background-size: 100%;
}
.reasonSection .linkBtnList {
	margin-top: 65%;
	padding: 0 30px;
}
.reasonSection .linkBtnList > li {
	margin-top: 15px;
	border-radius: 17px;
	background: #fff;
}
.reasonSection .linkBtnList > li:first-child {
	margin-top: 0;
}
.reasonSection .linkWrap {
	display: block;
	padding: 9px 15px;
	border-radius: 17px;
	background: #fff;
	box-shadow: 2px 3.5px 8px 0px rgba(213, 213, 213, 1);
	text-align: center;
	text-decoration: none;
}
.reasonSection .linkWrap .linkIco {
	width: 40px;
	margin: 0 auto;
}
.reasonSection .linkWrap .leadTxt {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.reasonSection .linkWrap .leadTxt .txt {
	position: relative;
	padding-left: 15px;
	font-size: 1.142rem;
	font-weight: bold;
}
.reasonSection .linkWrap .leadTxt .txt::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: 1px solid #E60000;
	border-right: 1px solid #E60000;
	position: absolute;
	top: 50%;
	left: 0;
	transform: rotate(45deg);
}
.reasonSection .linkWrap .subTxt {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 7px;
}
.reasonSection .linkWrap .subTxt .txt {
	font-size: 0.857rem;
}
.r_linkBtnList01 {
	margin-top: 35px;
	padding: 0 15px;
}
.r_linkBtnList01 > li {
	margin-top: 15px;
	border-radius: 17px;
}
.r_linkBtnList01 > li:first-child {
	margin-top: 0;
}
.r_linkBtnList01 .linkWrap {
	display: block;
	padding: 24px 20px;
	border-radius: 17px;
	background: #fff;
	box-shadow: 2px 3.5px 8px 0px rgba(213, 213, 213, 1);
	text-align: center;
	text-decoration: none;
}
.r_linkBtnList01 .linkWrap .linkIco {
	display: flex;
	align-items: center;
	width: 54px;
	height: 54px;
	margin: 0 auto;
}
.r_linkBtnList01 .linkWrap .linkIco > img {
	width: 100%;
	height: auto;
}
.r_linkBtnList01 .linkWrap .leadTxt {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}
.r_linkBtnList01 .linkWrap .leadTxt .txt {
	position: relative;
	padding-left: 15px;
	font-size: 1.1429rem/*16px*/;
	font-weight: bold;
}
.r_linkBtnList01 .linkWrap .leadTxt .txt::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: 1px solid #E60000;
	border-right: 1px solid #E60000;
	position: absolute;
	top: 50%;
	left: 0;
	transform: rotate(45deg);
}
.r_linkBtnList01 .linkWrap .subTxt {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 19px;
}
.r_linkBtnList01 .linkWrap .subTxt .txt {
	font-size: 1rem;
}

@media print, all and (min-width:641px) {
	.reasonSection {
		padding: 50px 0 60px;
		background: url(/cmn/img/index_bg_001_pc.png) center top no-repeat, #f6f6f6;
		background-size: contain;
	}
	.reasonSection .linkBtnList {
		display: flex;
		flex-wrap: wrap;
		width: 1080px;
		margin: 170px auto 0;
		padding: 0;
	}
	.reasonSection .linkBtnList > li {
		width: 333px;
		margin-top: 0;
		margin-left: 40px;
	}
	.reasonSection .linkBtnList > li:first-child {
		margin-left: 0;
	}
	.reasonSection .linkWrap {
		padding: 18px 26px;
	}
	.reasonSection .linkWrap:hover {
		opacity: 0.7;
	}
	.reasonSection .linkWrap .linkIco {
		width: 94px;
	}
	.reasonSection .linkWrap .leadTxt {
		margin-top: 20px;
	}
	.reasonSection .linkWrap .leadTxt .txt {
		font-size: 1.428rem;
	}
	.reasonSection .linkWrap .subTxt {
		margin-top: 15px;
	}
	.reasonSection .linkWrap .subTxt .txt {
		font-size: 1rem;
	}
	.r_linkBtnList01 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 1120px;
		margin: 50px auto 0;
		padding: 0;
	}
	.r_linkBtnList01 > li {
		width: 352px;
		margin-top: 0;
	}
	.r_linkBtnList01 > li:first-child {
		margin-left: 0;
	}
	.r_linkBtnList01 .linkWrap {
		padding: 25px 29px 41px;
	}
	.r_linkBtnList01 .linkWrap:hover {
		opacity: 0.7;
	}
	.r_linkBtnList01 .linkWrap .linkIco {
		width: 54px;
	}
	.r_linkBtnList01 .linkWrap .leadTxt {
		margin-top: 14px;
	}
	.r_linkBtnList01 .linkWrap .subTxt {
		margin-top: 24px;
	}
	.r_linkBtnList01 .linkWrap .subTxt .txt {
		font-size: 1rem;
		line-height: 1.5715;
	}
}

/************************************************
クレジットカードをはじめてつくる方へ
************************************************/
.guideSection .txt1 {
	line-height: 1.5713;
}
@media print, all and (min-width:641px) {
	.guideSection .cardLink.col2 > .cardLinkItem {
		width: 323px;
	}
	.guideSection .cardLink.col2 > .cardLinkItem:nth-child(even) {
		margin-left: 20px;
	}
}

/************************************************
三菱UFJニコスのカードをお持ちの方
************************************************/
.memberSection01 {
	padding: 49px 0 57px;
}
.memberColumnItem {
	border: 1px solid #BFBFBF;
	background-color: #fff;
	border-radius: 10px;
}
.memberColumnItem dt {
	padding: 16px;
	border-radius: 9px 9px 0 0;
	background-color: #D8D8D8;
	text-align: center;
	font-size: 1.2858rem/*18px*/;
	font-weight: bold;
}
.memberColumnItem dd {
	padding: 27px 19px 31px;
	border-radius: 0 0 9px 9px;
	text-align: center;
}
.memberColumnItem .btnList li + li {
	margin-top: 18px;
}
.appBlock {
	padding: 33px 16px 0;
	border: 4px solid #fff;
	background-color: #F5F7F6;
	background: linear-gradient(150deg, rgba(241,245,243,1) 0%, rgba(255,255,255,1) 50%, rgba(236,239,244,1) 100%);
}
.btnType12.btnTypeApp01 > .icon {
	background: url(/cmn/img/index_ico_010.png) no-repeat left center;
}
.memberSection02 .item {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
}
.memberSection02 .item .linkType01 {
	position: absolute;
	left: 50%;
	bottom: 14px;
	transform: translateX(-50%);
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}
.memberSection02 .item .linkType01::before {
	top: 50%;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.memberSection02 .item .cTxtLink05 > .txt {
	background: none;
}
@media (max-width:640px) {
	.memberColumnItem + .memberColumnItem {
		margin-top: 24px;
	}
}
@media print, all and (min-width:641px) {
	.memberSection01 {
		padding: 63px 0 70px;
	}
	.memberColumn {
		display: flex;
		justify-content: space-between;
	}
	.memberColumnItem {
		width: 540px;
	}
	.memberColumnItem dt {
		font-size: 1.4286rem/*20px*/;
	}
	.memberColumnItem:nth-child(1) dd {
		padding: 53px 19px 58px;
	}
	.memberColumnItem .btnList li + li {
		margin-top: 22px;
	}
	.appBlock {
		position: relative;
		padding: 38px;
		background: linear-gradient(118deg, rgba(241,245,243,1) 0%, rgba(255,255,255,1) 50%, rgba(236,239,244,1) 100%);
	}
	.appBlock .appTxt01 {
		margin-bottom: 27px;
	}
	.appBlock .appImg01 {
		position: absolute;
		bottom: 0;
		right: 55px;
	}
	.memberSection02 {
		max-width: 1920px;
		min-width: 1280px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
	}
	.memberSection02 .item {
		flex-grow: 1;
	}
	.memberSection02 .item .linkType01 {
		bottom: 19px;
	}
	.memberSection02 .item img {
		transition: transform .25s ease-in;
	}
	.memberSection02 .item:hover img {
		transform: scale(1.1,1.1);
	}
	.memberSection02 .item:hover .linkType01::before {
		animation: btnArrowToRight .3s linear;
	}
}

/************************************************
richLink
************************************************/
.richLink > .richInner > .txtBox {
	display: block;
	text-decoration: none;
}
@media print, all and (min-width:641px) {
	.richLink > .richInner > .txtBox .ttl .linkType01 {
		transition: all .3s;
	}
	.richLink > .richInner > .txtBox .ttl .linkType01::before {
		top: 50%;
	}
	.richLink > .richInner > .txtBox:hover .ttl .linkType01 {
		color: #e60000;
	}
	.richLink > .richInner > .txtBox:hover .ttl .linkType01::before {
		-webkit-animation: btnArrowToRight .3s linear;
		animation: btnArrowToRight .3s linear;
	}
	.richLink > .richInner > .txtBox .ttl .linkType01::after,
	.richLink > .richInner > .txtBox:hover .ttl .linkType01::after {
		background: none;
	}
}

/************************************************
グループリンク
************************************************/
.groupTxt {
	padding: 0 1em;
}
.groupTxt .linkType01 {
	padding-left: 0;
}
.groupTxt .linkType01::before {
	content: none;
}
.groupTxt .cTxtLink02 {
	text-decoration: none;
}
.groupClm {
	align-items: center;
}
.groupClm.spCol2 > .clmItem:first-child {
	border-right: 1px solid #DBDBDB;
}
.topBtmBnrImgWrap {
	position: relative;
}
.topBtmBnrImgWrap .iconBlank {
	position: absolute;
	right: 10px;
	top: 10px;
}
@media print, all and (min-width:641px) {
	.topBnrArea {
		border-top: 1px solid #DBDBDB;
	}
	.groupTxt {
		font-size: 0.85714rem;
		margin-bottom: 0;
	}
	.groupClm > .clmItem {
		width: auto;
	}
	.topBtmBnr {
		align-items: center;
	}
	.topBtmBnr > .clmItem:first-child .topBtmBnrImgWrap .iconBlank {
		top: 0;
		right: 0;
	}
}

@media only screen and (max-width: 640px) {
	.topBnrArea {
		margin-bottom: -50px;
	}
	.groupTxt {
		padding: 0 9.5%;
		text-align: center;
	}
	.groupClm.spCol2 > .clmItem {
		width: 50%;
		padding: 2.5% 0;
	}
	.groupClm.spCol2 > .clmItem:nth-child(even) {
		margin-left: 0;
	}
	.topBtmBnr > .clmItem {
		width: 50%;
		padding: 6px 0;
		border-bottom: 1px solid #DBDBDB;
	}
	.topBtmBnr > .clmItem:first-child {
		width: 100%;
		padding: 8px 0;
		border-top: 1px solid #DBDBDB;
	}
	.topBtmBnr > .clmItem:first-child a img {
		width: 67%;
	}
	.topBtmBnr > .clmItem:nth-child(even){
		border-right: 1px solid #DBDBDB;
	}
	.topBtmBnr > .clmItem:first-child .topBtmBnrImgWrap .iconBlank {
		right: 15%;
	}
}

/************************************************
new carusel
************************************************/
/* .topMv .topMvCarousel {
	margin-bottom: 0;
}
.topMvCarousel .slick-track {
	width: 100% !important;
}*/
.topMvCarousel .slick-slide {
	/* left: 0 !important;
	top: 0 !important;
	position: absolute !important;
	transition: width .6s, transform 0s !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 1680px;
	overflow: hidden; */
	z-index: 988 !important;
}
/*
.topMvCarousel .slick-slide:first-child {
	position: relative !important;
}*/
.topMvCarousel .slick-slide.slick-current {
	z-index: 990 !important;
	/* opacity: 1 !important;
	width: 100% !important; */
}
/*
.topMvCarousel .slick-slide.prev {
	width: 0% !important;
	z-index: 991 !important;
	opacity:1 !important;
}
.topCarouselMvItem > a,
.topMvCarouselItem > a {
	display: block;
}
.topMvCarousel .slick-list img {
	max-width: 1200px;
	max-height: 644px;
}
.topCarouselMvItem,
.topMvCarouselItem,
.topCarouselMvImg {
	max-width: 1200px;
} */

@media print, all and (min-width:641px) {
	/* .topMvCarouselDots {
		position: absolute;
		min-width: 100%;
	}
	.topMvCarousel .slick-list {
		width: calc(100% - 80px);
		width:1200px;
	}
	.topMvCarousel .slick-track,
	.topMvCarousel .slick-list,
	.topMvCarousel .slick-slide > div {
		height: 460px;
	} */
	.topMvCarousel .slick-list img {
		min-width: 1120px!important;
	}
	/* .topCarouselMvItem,
	.topMvCarouselItem,
	.topCarouselMvImg {
		max-width: calc(100% - 80px);
		width: calc(100% - 80px) !important;
		min-height: 460px;
	}
	.cloneWrap {
		display: block;
	}
	.cloneWrap::before {
		content: "";
		position: absolute;
		display: inline-block;
		width: 1200px;
		min-height: 460px;
		z-index: 102;
		background-color: #fff;
		opacity: 0.5;
	} */
}
@media only screen and (max-width: 640px) {
	.topMvCarousel .slick-list {
		margin: 0;
		border-radius: 24px 0 0 24px;
		overflow: hidden;
		z-index: 10;
	}
	.topMvCarousel .slick-list img {
		width: calc(100vw - 15px) !important;
	}

	/* .topMvCarousel .slick-slide {
		left: 0 !important;
		top: 0 !important;
		position: absolute !important;
		transition: width .6s, transform 0s !important;
		width: 100% !important;
		height: 100% !important;
		max-width: 1680px;
		overflow: hidden;
		z-index: 988 !important;
	}
	.topMvCarousel .slick-slide:first-child {
		position: relative !important;
	}
	.topMvCarousel .slick-slide.slick-current {
		z-index: 990 !important;
		opacity: 1 !important;
		width: 100% !important;
	}
	.topMvCarousel .slick-slide.prev {
		width: 0% !important;
		z-index: 991 !important;
		opacity:1 !important;
	}
	.topCarouselMvItem > a,
	.topMvCarouselItem > a {
		display: block;
	}
	.topMvCarousel .slick-list img {
		max-width: 1200px;
		max-height: 644px;
	}
	.topCarouselMvItem,
	.topMvCarouselItem,
	.topCarouselMvImg {
		max-width: 1200px;
	} */

	.topMvCarousel .slick-slide.cloneMv {
		display: none;
	}
	.cloneMv {
		position: absolute;
		z-index: 100;
	}
	.cloneMv.is-cloneCrt {
		z-index: 101;
	}
	.cloneMv img {
		max-width: 1200px;
		width: 100% !important;
		/* height: 460px; */
		border-radius: 24px 0 0 24px;
		opacity: 0;
	}
	.topMvCarousel .cloneMv img {
		width: calc(100% - 15px) !important;
	}
	.cloneMv.is-cloneCrt img {
		opacity: 1;
	}
	.cloneWrap {
		/* display:none; */
		position: absolute;
		/* left: 1220px; */
		top: 0;
		width: 100%;
		z-index: 1;
	}
	.topMvCarousel .slick-slide.prev {
		opacity: 0;
	}
}
@media print, all and (min-width:641px) {
	.cloneWrap {
		display: none !important;
	}
}
@media print, all and (min-width:1201px) {
	.topMvCarousel .slick-list img {
		height: 100%;
	}
}

/************************************************
applyBtn
************************************************/
.applyBtn a {
	color: #fff;
	background: linear-gradient(to bottom, #ffbd00 0%, #ff4b00 100%);
	border: none;
}
.applyBtn a:hover {
	color: #fff;
	background: linear-gradient(to bottom, #ffbd00 0%, #ff4b00 100%);
	border: none;
	opacity: .8;
}
.applyBtn a:hover::before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
/************************************************
print
************************************************/
@media print{
	.topCarouselMvItem, .topMvCarouselItem, .topCarouselMvImg,
	.topMvCarousel {
		width: 100%;
		max-width: 100%;
	}
	.characterBlk .mark {
		left: 240px;
	}
}
