@charset "utf-8";

/* slide */

.slideWrap {
  display: none;
}

.slideWrap.slick-initialized {
  display: block;
}

.slideWrap.slick-slider {
	margin-bottom: 0;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.14);
}
.slick-list {
	z-index: 0;
}
.slick-slide img {
	width: 100%;
}
.slick-prev, .slick-next {
	z-index: 100;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(0,5,162,0.3);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slick-prev:focus, .slick-next:focus {
	background: rgba(0,5,162,0.3);
}
.slick-prev:hover, .slick-next:hover {
	background: #0005a2;
}
.slick-prev:before, .slick-next:before {
	content: "";
	background: url(/eve/common/img/icon_ar_r_wh.svg) no-repeat center center;
	width: 100%;
	height: 19px;
	opacity: 1;
	display: block;
}

.slick-prev {
	left: 10px;
}
.slick-prev:before {
	transform: scale(-1,1);
}
.slick-next {
	right: 10px;
}
.slick-dots {
	bottom: -40px;
}
.slick-dots li {
	width: 10px;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slick-dots li button:hover {
	background: #b2b4e3;
}
.slick-dots li.slick-active button {
	background: #1c2186;
}
.slick-dots li button:before {
	content: '';
}

/* mp4用 */


.video_kv video {
	display: none;
}
@media screen and (max-width: 767px) {

	.video_kv {
		line-height: 0;
	}

	.video_kv picture {
		display: none;
	}

	.video_kv video {
		display: block;
		width: 100%;
	}
}


/* topProductsWrap */
.topProductsWrap {
	padding-top: 55px;
	padding-bottom: 50px;
}
.topProductList {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-areas: 'eve3sp eve3sp eveqdx eveqdx'
						 'eveq eveaex evea evea';
	gap: 2px;
	margin-bottom: 11px;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.14);
	border-radius: 0 0 0 30px;
	overflow: hidden;
	background: #e5e5e5;
}
.topProductList > li {
	min-height: 250px;
	background: #fff;
	text-align: center;
}
.topProductList sup {
	font-size: 10px;
	vertical-align: text-top;
}
.topProductList .ttl {
	padding: 30px 0 8px;
	font-size: 1.4rem;
	font-weight: bold;
}

.topProductList .image {
	position: relative;
	display: table;
	width: 169px;
	margin-right: auto;
	margin-left: auto;
}

.topProductList .image > span {
	display: table-cell;
	vertical-align: middle;
}

.topProductList .image img {
	position: relative;
	width: 100%;
}

.topProductsWrap img[src*="category-2"] {
	width: 74px;
}

.topProductList .image .iconNew {
	position: absolute;
	left: 50%;
	transform: translate(-203px,-42px);
}
.topProductList .productName {
	margin-top: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .15em;
}
.topProductList .productComment {
	font-size: 1.2rem;
	letter-spacing: .15em;
}
.topProductList .cautionText {
	font-size: 11px;
	color: #666666;
	margin-top: 10px;
	text-align: center;
}

.topProductList ul.cautionText {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 1em;
}

/* itemLg */
.topProductList .itemLg {
	position: relative;
	padding-bottom: 10px;
}
.topProductList .itemLg .ttl {
	padding-top: 27px;
	letter-spacing: 1px;
}
.topProductList .itemLg .image {
	width: 224px;
}
.topProductList .itemLg .productName {
	margin-top: 16px;
	font-size: 1.8rem;
}
.topProductList .itemLg .productComment {
	font-size: 1.2rem;
}

/* itemMd */
.topProductList .itemMd .ttl{
	font-size: 1.8rem;
}
.topProductList .itemMd .image {
	width: 220px;
}
.topProductList .itemMd .productName {
	margin-top: 10px;
}
.topProductList .itemMd .productAnnotation {
	font-size: 1.1rem;
	color: #333333;
}

/* itemSm */
.topProductList .itemSm .ttl {
	padding-top: 41px;
	letter-spacing: 1px;
}
.topProductList .itemSm .cautionText{
	font-size: 11px;
	color: #666666;
	margin-top: 10px;
}

/* eve3sp */
.topProductList .eve3sp {
	grid-area: eve3sp;
}
.topProductList .eve3sp .image {
	margin-right: 48px;
}
.topProductList .eve3sp::before{
	content: '';
	position: absolute;
    z-index: 1;
    top: 39px;
    left: 43px;
    width: 160px;
    height: 161px;
    background: url(/eve/common/img/product/icn_products_eve3sp.png) no-repeat 0 0 / contain;
}

/* eveqdx */
.topProductList .eveqdx {
	grid-area: eveqdx;
}
.topProductList .eveqdx .image {
	padding-top: 19px;
}
.topProductList .eveqdx::before{
	content: '';
	position: absolute;
    z-index: 1;
    top: 5%;
    left: 5%;
    width: 104px;
    height: 151px;
    background-image: url(/eve/common/img/product/icn_products_eveqdx.png);
    background-size: contain;
}

/* eveq */
.topProductList .eveq {
	grid-area: eveq;
}
/* evea */
.topProductList .evea {
	grid-area: evea;
}

/* eveaex */
.topProductList .eveaex {
	grid-area: eveaex;
}



.btnWrap {
	margin-top: 5px;
	margin-bottom: 40px;
}

/*　top special banner */
.specialBanner {
	max-width: 720px;
	width: 100%;
	margin: 30px auto 60px;
}
.specialBanner a {
	display: block;
}
.specialBanner a+a{
	margin-top: 45px;
}

/* topTopicWrap */
.topTopicWrap {
	padding: 45px 0 40px;
}
.topicList li a {
	display: flex;
	width: 100%;
	padding: 10px;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.14);
	border-radius: 0 0 0 20px;
}
.topicList li {
	margin-bottom: 20px;
}
.topicList .image {
	width: 120px;
	margin-right: 20px;
}
.topicList .text {
	padding: 6px 0 0;
	width: 150px;
	color: #222;
	font-size: 1.3rem;
}
.topicList .text h3 {
	margin-bottom: 5px;
	color: #0005a2;
	font-size: 1.8rem;
	font-weight: bold;
}
.topicList li a:hover {
	background: #fbfbff;
}
.topicList li a:hover .text {
	color: #0005a2;
}

/* topFaqWrap */
.topFaqWrap {
	padding: 45px 0 70px;
}
.topFaqWrap .ttlSkin01 {
	margin-bottom: 15px;
}
.topFaqWrap .ttlSkin01 {
	font-size: 3.6rem;
}
.topFaqWrap .ttlSkin01 span {
	font-size: 3.2rem;
}
.liQuestion li a {
	font-weight: bold;
}
.liQuestion li a:hover {
	background: #fdf7d7;
}
.liQuestion.all {
	margin-bottom: 28px;
}
.liQuestion.all li {
	border-radius: 0 0 0 20px;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}
.liQuestion.all a {
	padding: 15px;

	border-radius: 0 0 0 20px;
	background: #fbe991;
	background: -moz-linear-gradient(left, #fbe991 0%, #b89b06 100%);
	background: -webkit-linear-gradient(left, #fbe991 0%,#b89b06 100%);
	background: linear-gradient(to right, #fbe991 0%,#b89b06 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe991', endColorstr='#b89b06',GradientType=1 );
	font-size: 1.9rem;
	text-align: center;
}
.liQuestion.all a:before {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	content: "";
	display: block;
	background: #fffffd;
	border-radius: 0 0 0 18px;
}
.liQuestion.all a:after {
	border-right-color: #ccc5a3;
	border-bottom-color: #ccc5a3;
}
.liQuestion.all img {
	margin-right: 25px;
}
.liQuestion.all svg {
	margin-left: 25px;
	vertical-align: middle;
}
.liQuestion.all svg path {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.liQuestion.all li span {
	position: relative;
	font-weight: bold;
}
.liQuestion.all a:hover {
	background-color: #0005a2;
}
.liQuestion.all a:hover svg path {
	fill: #0005a2;
}
.liQuestion.all a:hover:before {
	background: #fffffd;
}
.liQuestion.all a:hover:after {
	border-right-color: #0005a2;
	border-bottom-color: #0005a2;
}
.liQuestion.sub {
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.14);
	border-radius: 0 0 0 20px;
	overflow: hidden;
}
.liQuestion.sub li {
	float: left;
	display: table;
	width: 50%;
}
.liQuestion.sub li:nth-child(even) {
	border-left: 1px solid #deddd6;
}
.liQuestion.sub li:nth-child(1),
.liQuestion.sub li:nth-child(2) {
	border-bottom: 1px solid #deddd6;
}
.liQuestion.sub li:nth-child(odd) {
	clear: left;
}
.liQuestion.sub a {
	position: relative;
	display: table-cell;
	padding: 20px 20px 18px 85px;
	vertical-align: middle;
}
.liQuestion.sub a:hover {
	background: #fff;
}
.liQuestion.sub a:before {
	position: absolute;
	top: 17px; /*50%;*/
	left: 30px;
	content: "";
	opacity: 0.4;
	width: 33px;
	height: 51px;
	background: url(/eve/top/img/icon_question.png) no-repeat center center;
	background-size: contain;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.liQuestion.sub a:hover:before {
	opacity: 1;
}

/* topCmWrap */
.topCmWrap {
	position: relative;
	height: 545px;
	padding: 45px 0 120px;
	/*background: url(/eve/top/img/bg_cm.jpg) center top no-repeat fixed;
	/background-size: 100% auto;*/
}

.topCmWrap .ttlSkin01 {
	margin-bottom: 15px;
}
.cmList {
	margin-left: -50px;
}
.cmList li {
	float: left;
	width: calc(50% - 50px);
	margin-left: 50px;
}
.cmList li:only-child {
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.cmList a {
	display: block;
	border-radius: 0 0 0 20px;
	background-color: rgb(10,38,121);
	background: #0a2679;
	background-image: linear-gradient(to right, #0a2679 0%,#03124d 100%);
	background-image: -moz-linear-gradient( 0deg, rgb(10,38,121) 0%, rgb(3,18,77) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(10,38,121) 0%, rgb(3,18,77) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(10,38,121) 0%, rgb(3,18,77) 100%);
	-webkit-transition: all .4s;
	transition: all .4s;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.14);
	color: #fff;
}
.cmList .btm {
	position: relative;
	padding: 12px 25px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.cmList .btm:after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg) translateY(-50%);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.cmList a img {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.cmList a:hover {
	background: #fff;
	color: #0005a2;
}
.cmList a:hover img {
	opacity: 0.8;
}
.cmList a:hover .btm:after {
	border-right-color: #0005a2;
	border-bottom-color: #0005a2;
}

/* attentionWrap */
.footer.attentionWrap {
	display: none;
}
.top.attentionWrap {
	padding: 10px 0 15px;
	font-size: 1.1rem;
	text-align: center;
}

/* for IE */
.msie9 .topProductList li .image .iconNew {
	transform: translate(0,0);
	margin-top: -42px;
	margin-left: -203px;
}
.msie9 .cmList .btm:after {
	width: 15px;
	height: 15px;
	margin-top: -7px;
	transform: rotate(0) translateY(0);
	border: none;
	background: url(../../common/img/icon_ar_r_wh.svg) no-repeat right center;
	background-size: contain;
}
.msie9 .cmList a:hover .btm:after {
	background: url(../../common/img/icon_ar_r_bl.svg) no-repeat right center;
	background-size: contain;
}

/*------------------------------------
共通設定：フッターECリンク
------------------------------------*/
.onlineShopFooter {
	padding: 33px 0;
}

/* sp向けスタイル */
@media screen and (max-width: 767px) {

	/* heroWrap */
	.heroWrap {

	}
	.slideWrap.slick-slider {
		box-shadow: none;
	}
	.slick-dots {
		bottom: -27px;
	}
	.slick-dots li {
		height: 10px;
		margin: 0 2px 0 3px;
	}
	.slick-dots li button {
		width: 9px;
		height: 9px;
	}

	/* .topProductsWrap */
	.topProductsWrap {
		padding-top: 40px;
		padding-bottom: 25px;
	}
	.topProductList {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: 'eve3sp eve3sp'
							 'eveqdx eveqdx'
						 	 'eveq eveaex'
							 'evea evea';
		margin-bottom: 5px;
		border-radius: 0 0 0 20px;
	}
	.topProductList li {
		min-height: 0;
	}
	.topProductList li a {
		padding: 10px 10px;
	}
	.topProductList li .ttl	{
		padding-top: 0;
		font-size: 1.2rem;
	}
	.topProductList li .image {
		width: auto;
		padding: 25px 5px 0 10px;
	}
	.topProductList li .image img {
		width: 100%;
		max-width: 172px;
	}

	.topProductList li .productName {
		margin-top: 8px;
		font-size: 1.4rem;
	}
	.topProductList li .productComment {
		font-size: 1.0rem;
	}

	.topProductList li .image .iconNew {
		left: auto;
		transform: translate(-20px,-30px);
		width: 39px;
		height: 39px;
	}

	/* itemLg */
	.topProductList .itemLg {
		min-height: 0;
	}
	.topProductList .itemLg .ttl {
		padding-top: 5px;
		padding-bottom: 10px;
		font-size: 1.8rem;
	}
	.topProductList .itemLg .image {
		display: table;
		width: auto;
		max-width: 300px;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}

	.topProductList .itemLg .productName {
		margin-top: 10px;
        font-size: 1.8rem;
	}
	.topProductList .itemLg .productComment {
		font-size: 1.4rem;
	}

	/* itemMd */
	.topProductList .itemMd .ttl{
		padding-top: 5px;
		padding-bottom: 10px;
		font-size: 1.4rem;
	}
	.topProductList .itemMd .image {
		display: table;
		width: auto;
		max-width: 280px;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	.topProductList .itemMd .image img {
		max-width: 150px;
	}
	.topProductList .itemMd .productName {
		margin-top: 10px;
		font-size: 1.4rem;
	}
	.topProductList .itemMd .productComment {
		font-size: 1.2rem;
	}
	.topProductList .itemMd .productAnnotation {
		font-size: 1.1rem;
		color: #333333;
	}

	/* itemSm */
	.topProductList .itemSm .ttl {
		padding-top: 0;
	}
	.topProductList .itemSm .image {
		width: 100%;
		max-width: 172px;
		padding: 0 7.5px;
	}
	.topProductList .itemSm .cautionText{
		font-size: 11px;
		color: #666666;
		margin-top: 10px;
	}

	/* eve3sp */
	.topProductList .eve3sp::before{
		content: '';
		top: 17%;
		left: 4%;
		width: 108px;
		height: 108px;
	}

	.topProductList .eve3sp .image {
		transform: translateX(40px);
	}

	/* eveqdx */
	.topProductList .eveqdx {
		width: 100%;
		height: auto;
	}
	.topProductList .eveqdx::before{
		content: '';
		top: 19%;
		left: 4%;
		width: 74px;
		height: 107px;
	}
	.topProductList .eveqdx .ttl:before,
	.topProductList .eveqdx .ttl:after {
		padding-left: 10px;
		font-size: 2.0rem;
	}

	/* evex */
	.topProductList .eveaex::before {
		content: '';
			top: 7%;
			left: 7%;
			width: 36px;
			height: 35px;
	}
	.topProductsWrap img[src*="category-2"] {
		width: 50px;
	}

	/*　top special banner */
	.specialBanner {
		margin-top: 15px;
		margin-bottom: 22px;
	}
	.specialBanner a+a {
		margin-top: 20px;
	}
	/*.specialBanner a {
		width: auto;
	}
	.specialBanner a:before {
		top: 2px;
		right: 2px;
		bottom: 2px;
		left: 2px;
	}
	.specialBanner a:after {
		right: 5px;
		bottom: 5px;
	}*/

	.btnWrap {
		margin-top: 20px;
		margin-bottom: 25px;
	}


	/* topTopicWrap */
	.topTopicWrap {
		padding: 28px 0 25px;
	}
	.topicList li {
		float: none;
		width: auto;
		margin-bottom: 15px;
	}
	.topicList li a {
		padding: 5px;
		border-radius: 0 0 0 15px;
	}
	.topicList .image {
		width: 87.5px;
		margin-right: 13px;
	}
	.topicList .image img {
		border-radius: 0 0 0 15px;
	}
	.topicList .text {
		padding: 5px 0 5px 0;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.topicList .text h3 {
		font-size: 1.6rem;
	}

	/* topFaqWrap */
	.topFaqWrap {
		padding: 25px 0 20px;
	}
	.topFaqWrap .ttlSkin01 {
		margin-bottom: 10px;
		font-size: 2.6rem;
	}
	.topFaqWrap .ttlSkin01 span {
		font-size: 2.4rem;
	}
	.liQuestion.all {
		margin-bottom: 15px;
	}
	.liQuestion.all a {
		padding: 30px 10px 30px 10px;
	}
	.liQuestion.all a:before {
		top: 2px;
		right: 2px;
		bottom: 2px;
		left: 2px;
	}
	.liQuestion.all a:after {
		right: 7px;
		bottom: 7px;
	}
	.liQuestion.all a span {
		position: relative;
		display: inline-block;
		padding-left: 120px;
		font-size: 1.2rem;
		text-align: left;
	}
	.liQuestion.all img {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.liQuestion.all svg {
		display: none;
	}
	.liQuestion.sub {
		display: none;
	}

	/* .topCmWrap */
	.topCmWrap {
		height: auto;
		padding: 25px 0 50px;
		/*background: url(/eve/top/img/bg_cm-sp.jpg) 50% 0 no-repeat;
		background-size: cover;
		*/
	}
	.cmList {
		margin: 0;
	}
	.cmList li {
		float: none;
		width: auto;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.cmList a {
		border-radius: 0 0 0 15px;
	}
	.cmList a img {
		width: 100%;
		vertical-align: top;
	}
	.cmList .btm {
		padding: 10px 15px;
		font-size: 1.4rem;
	}
	.cmList .btm:after {
		right: 10px;
		width: 10px;
		height: 10px;
	}

	.spBreadcrumbs {
		display: none;
	}
	.top.attentionWrap {
		text-align: left;
	}
	.top.attentionWrap .wrapper p{
		padding-left: 1.3rem;
		text-indent: -1.3rem;}

	/*------------------------------------
	共通設定：フッターECリンク
	------------------------------------*/
	.onlineShopFooter {
		padding: 27px 0 45px;
	}
}
