@charset "utf-8";

/************************************************
PC Parts
************************************************/

/*---------------
modal window
------------------*/
.modalWrap input {display: none}
.modalOverlay {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	opacity: 0;
	-webkit-transition: opacity .3s, -webkit-transform 0s .3s;
	transition: opacity .3s, -webkit-transform 0s .3s;
	transition: opacity .3s, transform 0s .3s;
	transition: opacity .3s, transform 0s .3s, -webkit-transform 0s .3s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.modalOverlay::-webkit-scrollbar{
	width: 10px;
}
.modalOverlay::-webkit-scrollbar-track{
	background: #fff;
	border-left: solid 1px #ececec;
}
.modalOverlay::-webkit-scrollbar-thumb{
	background: #ccc;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff;
}
.modalTrigger {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modalContent {
	position: relative;
	top: 50%;
	width: 600px;
	margin: 0 auto;
	border-radius: 6px;
	border: 1px solid #585858;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	transform: translateY(-50%);
	-webkit-transition: .3s;
	transition: .3s;
}
.modalContentInner {
	padding: 30px 26px 26px;
	text-align: left;
}
.modalContentInner p {
	color: #000;
}
.closeButton {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 34px;
	height: 34px;
	border-radius: 3px;
	background: #666;
	cursor: pointer;
}
.closeButton::before,
.closeButton::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 2px;
	margin-top: -1px;
	margin-left: -7px;;
	background: #fff;
}
.closeButton::before {
	transform: rotate(45deg);
}
.closeButton::after {
	transform: rotate(-45deg);
}
.modalWrap input:checked ~ .modalOverlay {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

/*---------------
add 202008 masking
------------------*/
.maskingOuter{
	position: relative;
}
.masking {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
}
.maskingInr{
	position: relative;
	height: 100%;
}
.maskingInr >p{
	position: absolute;
	width: 100%;
	margin: 0 auto;
	padding: 5px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

/*---------------
MV
------------------*/
.mvBlock {
	margin-bottom: 84px;
}
.leadCheck {
	display: none;
}
.leadSentence01 {
	font-size: 1.143rem;/*16*/
}
.leadBtn {
	display: none;
}
.carouselBlock {
	margin-bottom: 60px !important;
}
.carouselBlock .bannerItem {
	display: flex !important;
	background-color: #fbf7ee;
}
.carouselBlock .bannerItem > * {
	vertical-align: top;
}
.carouselBlock .bannerItem .img {
	width: 480px;
}
.carouselBlock .bannerItem .text {
	position: relative;
	width: 283px;
	padding: 30px 18px 65px 25px;
}
.carouselBlock .bannerItem .text01 {
	min-height: 54px;
	font-size: 18px;
}
.carouselBlock .bannerItem .text02 {
	min-height: 78px;
	margin: 5px 0 0;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.07;
}
.carouselBlock .bannerItem .text03 {
	font-size: 15px;
	line-height: 1.5;
}
.carouselBlock .bannerItem .btn {
	position: absolute;
	left: 50%;
	bottom: 30px;
	display: inline-block;
	width: 230px;
	padding: 9px 10px 8px;
	border-radius: 20px;
	border: 1px solid #e1e1e1;
	background: #fff;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .16);
	color: #333;
	text-align: center;
	text-decoration: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.carouselBlock .bannerItem .btn:hover {
	background: #eee;
	text-decoration: none;
}

.mvBlock .addIcon{
	width: 17%;
	margin-top: -5px;
}
.mvBlock .btnBase .addIcon img{
	vertical-align: initial;
}

/*---------------
modal window
------------------*/
.mwlinkType01 {
	margin: 10px 0 6px;
	text-align: left;
}
.mwlinkType01 label {
	display: inline-block;
	padding-left: 1.142rem;
	background: url(/cmn/img/icon/cmn_ico_002.png) no-repeat left 0.428em;
	background-size: 5px auto;
	color: #3366cc;
	cursor: pointer;
}
.mwlinkType01 label:hover {
	text-decoration: underline;
}
#jacard .mwlinkType01 label {
	background: url(/cmn/img/icon/jacard_cmn_ico_002.png) no-repeat left 0.428em;
	background-size: 5px auto;
}
#amex .mwlinkType01 label {
	background: url(/cmn/img/icon/ae_cmn_ico_002.png) no-repeat left 0.428em;
	background-size: 5px auto;
}
.modalContentInner .photo {
	margin-bottom: 30px;
	text-align: center;
}
.modalContentInner .text01 {
	margin-bottom: 14px;
	font-size: 1.143rem;/*16*/
}
.modalContentInner .text02 {
}

/*---------------
point shift
------------------*/
.visiHdn {
	visibility: hidden;
}

/************************************************
SP
************************************************/

/************************************************
SP Parts
************************************************/
@media (max-width: 640px) {
	/*---------------
	accordion
	------------------*/

	/*---------------
	btn
	------------------*/
	a.btnBase {
		min-width: inherit;
		width: 100%;
		padding: 9px 10px 9px;
		border-radius: 2.15rem;
		font-size: 1.429rem;/*20*/
	}
	a.btnBase:hover {
		background: #fff;
	}
	a.btnBase.btnRed {
		padding: 10px 10px 10px;
	}
	a.btnBase.btnRed:hover {
		background: -webkit-gradient(linear, left top, right top, from(#ff0350),color-stop(12%, #ff0349),to(#ff0303));
		background: linear-gradient(to right, #ff0350 0%,#ff0349 12%,#ff0303 100%);
	}

	/*---------------
	modal window
	------------------*/
	.modalContent {
		width: 94%;
	}
	.modalContentInner {
		padding: 38px 1.142rem 17px;
	}
	.closeButton {
		top: 10px;
		right: 10px;
	}
}

/************************************************
SP Layout
************************************************/
@media (max-width: 640px) {

	/*---------------
	MV
	------------------*/
	.mvBlock {
		margin-bottom: 50px;
	}
	.leadBlock {
		position: relative;
	}
	.leadSentence01 {
		max-height: 1.5em;
		padding-right: 40px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		transition: max-height .3s;
	}
	.leadCheck:checked + .leadSentence01 {
		max-height: 200px;
		padding-right: 0;
		white-space: normal;
	}
	.leadCheck:checked + .leadSentence01 + .leadBtn {
		display: none;
	}
	.leadBtn {
		position: absolute;
		top: 1px;
		right: 0;
		display: inline-block;
		width: 40px;
		height: 20px;
		border-radius: 10px;
		background: #e60000;
		font-size: 0;
		text-indent: -999px;
		overflow: hidden;
	}
	.leadBtn::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		box-sizing: border-box;
		width: 10px;
		height: 10px;
		margin-top: -8px;
		margin-left: -5px;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		transform: rotate(45deg);
	}
	.carouselBlock {
		margin: 0 -15px 60px !important;
	}
	.carouselBlock .bannerItem {
		display: block;
		background-color: #fff;
	}
	.carouselBlock .bannerItem .img {
		display: block;
		width: 100%;
	}
	.carouselBlock .bannerItem .text {
		display: none;
	}
	.slick-dots {
		bottom: -40px;
	}

	/*---------------
	modal window
	------------------*/
	.modalContentInner .photo {
		margin-bottom: 15px;
	}

	/*---------------
	slick slider
	------------------*/
	.bnrCarouselBlock01.js-bnrCarousel01 .slick-prev {
		left: 20px;
	}

	.bnrCarouselBlock01.js-bnrCarousel01 .slick-next {
		right: 20px;
	}
}

/* 202003 add PC dropDownNav
------------------------------------------------*/

.addIcon{
	display: inline-block;
	width: 12.1%;
	padding-left: 10px;
	padding-top: 3px;
	vertical-align: middle;
}

/************************************************
print
************************************************/
@media print {
	.slick-track {
		width: 980px !important;
		height: 430px;
		overflow: hidden;
		transform: none !important;
	}
	.slick-prev, .slick-next {
		display: none !important;
	}
	.slick-dots {
		display: none !important;
	}
	.cardLink.col2 {
		page-break-before: always;
	}
}