@charset "utf-8";

/*---------------------------------------------------------

	body

---------------------------------------------------------*/

body{
  font-family: Helvetica, sans-serif;
}


/*---------------------------------------------------------

	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;
	top: 45%;
	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 {
	position: relative;
	bottom: 0;
}
.slick-dots li {
	width: 10px;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #b2b4e3;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slick-dots li button::before {
	display: none !important;
}
.slick-dots li button:hover {
	background: #b2b4e3;
}
.slick-dots li.slick-active button {
	background: #1c2186;
}


/*---------------------------------------------------------

	localnav

---------------------------------------------------------*/

.localnav {
	position: static;
	height: 50px;
	background-color: #191465;
}

.localnav ul {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.localnav a {
	display: block;
}

.localnav li {
	float: left;
}

.localnav li:nth-child(2) {
	cursor: pointer;
}

.localnav .nav-slide {
	position: absolute;
	display: none;
}

.localnav .nav-slide li {
	float: none;
}

.ttl-category {
	margin-bottom: 34px;
	text-align: center;
}

.wrp-category {
	width: 960px;
	margin: 0 auto;
}

/*---------------------------------------------------------

	section-product

---------------------------------------------------------*/

.section-product {
	background-size: 100%;
}

.section-product .ttl-info {
	margin-bottom: 15px;
}

.section-product .ttl-info span {
	text-align: center;
	background: #073198;
}

.section-product .wrp-info {
	margin-bottom: 50px;
}

.section-product .text p:last-child {
	padding-top: 20px;
}

.wrp-info-2clm .info-left {
	float: left;
	width: 440px;
}

.wrp-info-2clm .info-right {
	float: right;
	width: 440px;
}

.wrp-info-2clm .recommended {
	margin-bottom: 50px;
}


/* box-productlead */
.section-product .box-productlead {
	padding: 100px 0 55px;
}

.section-product .box-productlead .pagettl {
	margin-bottom: 50px;
	text-align: center;
}

.section-product .box-productlead .lead {
	text-align: center;
}

.section-product .box-productlead .lead img {
	margin: 0 auto;
}


/* box-productinfo */
.section-product .box-productinfo {
	margin-bottom: 62px;
	padding-bottom: 60px;
	border-bottom: 1px dashed #043198;
}

.section-product .list-product {
	display: grid;
	gap: 62px 40px;
	grid-template-columns: 480px 440px;
	grid-template-areas: "eve3sp eve3sp"
						 "eveqdx eveqdx"
						 "evequick eveaex"
						 "evequick eveaex"
						 "evequick eveaex"
						 "evequick eveaex"
						 "evequick eveaex"
						 "evequick eveaex"
						 "evequick eveaex"
						 "eveaj eveaj";
}

.section-product .box-productinfo:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.section-product .list-product > li:not(.list-item-large):nth-child(odd) {
	min-width: 440px;
	padding-right: 39px;
	margin-right: 40px;
	border-right: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.section-product .ttl-productitem {
	text-align: center;
	padding-bottom: 30px;
}

.productitem .productname {
	float: left;
	width: 200px;
}

.productitem .productimage {
	position: relative;
	float: right;
	width: 240px;
	height: 163px;
}

.productitem .productimage .image img{
	position: absolute;
	top: 0;
	right: 0;
}

.productitem .productimage .design {
	position: absolute;
	right: 0;
	text-align: right;
}

/* recommended */
.section-product .recommended {
	margin-bottom: 45px;
}

.recommended .ttl-info {
	margin-bottom: 45px;
	background-color: #eaf1fa;
	color: #043198;
}

.recommended .ttl-info span {
	background: #eaf1fa;
}

.recommended .list-recommendedcheck > li {
	min-height: 38px;
	padding-left: 60px;
	margin-top: 30px;
	background: url(/eve/en/images/ico_01.gif) no-repeat 0 0;
}

.recommended .list-recommendedcheck > li:first-child {
	margin-top: 0;
}

/* features */
.features .ttl-info {
	margin-bottom: 30px;
}

 .features .list-features li {
	margin-top: 23px;
}


.features .list-features li:first-child {
	margin-top: 0;
}

.section-product .list-product > li:not(.list-item-large) {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 7;
	gap: 0;
}

/* ぶち抜き */
.section-product .list-product > li.list-item-large {
	width: 100%;
	max-width: none;
    padding-bottom: 60px;
    border-bottom: 1px dashed #043198;
}

.section-product .list-product > li:not(.list-item-large) + .list-item-large {
    padding-top: 60px;
    border-top: 1px dashed #043198;
}

.section-product .list-product > li.list-item-large .productitem ~ * {
	max-width: 820px;
	margin-inline: auto;
}

.section-product .list-product > li.list-item-large .productitem {
	display: flex;
	justify-content: center;
	gap: 24px;
}

.section-product .list-product > li.list-item-large .productname {
	float: none;
	width: auto;
}

.section-product .list-product > li.list-item-large .productimage {
	float: none;
}

@media screen and (min-width: 768px) {
	.section-product .list-product > li.list-item-large .productname img {
		width: auto;
		height: 51px;
	}
	.section-product .list-product > li.list-item-large .productimage {
		width: 260px;
	}
}

/*
     商品別設定
----------------------------------------------------*/

/* EVE  3SHOT PREMIUM */
.product-eve3sp {
	grid-area: eve3sp;
}
.product-eve3sp .ttl-productitem {
	padding: 50px 0 60px;
}

.product-eve3sp .productitem .productname {
	padding-top: 40px;
}

.product-eve3sp .productitem .productimage {
	width: 237px;
	height: 205px;
}

.product-eve3sp .productitem .design {
	bottom: 24px;
}

@media screen and (min-width: 768px) {
	.product-eve3sp .productitem .productname img {
		height: 78px !important;
	}
}

/* EVE QUICK DX */
.product-evequickdx {
	grid-area: eveqdx;
}

.product-evequickdx .ttl-productitem {
	padding: 28px 0 30px;
}

.product-evequickdx .productitem .productname {
	padding-top: 32px;
}

.product-evequickdx .productitem .design {
	bottom: 27px;
}

/* EVE QUICK */
.product-evequick {
	grid-area: evequick;
	width: 100% !important;
}

.product-evequick .ttl-productitem {
	padding: 28px 0 0;
}

.product-evequick .productitem .productimage {
	height: 161px;
	top: 7px;
}

.product-evequick .productitem .productname {
	padding-top: 45px;
}

.product-evequick .productitem .design {
	bottom: 32px;
}

/* EVE A EX */
.product-eveaex {
	grid-area: eveaex;
	width: 100% !important;
}

.product-eveaex .ttl-productitem {
	padding-bottom: 40px;
}

.product-eveaex .productitem .productname {
	padding-top: 34px;
	text-align: center;
}

.product-eveaex .productitem .productimage {
	top: -9px;
}

.product-eveaex .productitem .design {
	bottom: 19px;
}

/* EVE A */
.product-evea {
	grid-area: eveaj;
}

.product-evea .ttl-productitem {
	padding-bottom: 40px;
}

.product-evea .productitem .productname {
	padding-top: 8px;
}

.product-evea .productitem .productname img {
	height: auto !important;
}

.product-evea .productitem .design {
	bottom: 19px;
}

/*---------------------------------------------------------

	section-faq

---------------------------------------------------------*/

.section-faq {
	margin-bottom: 103px;
}

.section-faq .box-faq {
	margin-top: 30px;
}

.section-faq .box-faq:first-child {
	margin-top: 0;
}

.box-faq:nth-child(odd) .icon,
.box-faq:nth-child(even) .text {
	float: left;
}

.box-faq:nth-child(even) .icon,
.box-faq:nth-child(odd) .text {
	float: right;
}

.box-faq .icon {
	width: 200px;
	text-align: center;
}

.box-faq .icon-01 {
	padding-top: 45px;
}
.box-faq .icon-02 {
	padding-top: 30px;
}
.box-faq .icon-03 {
	padding-top: 40px;
}
.box-faq .icon-04 {
	padding-top: 97px;
}
.box-faq .icon-05 {
	padding-top: 45px;
}
.box-faq .icon-06 {
	padding-top: 45px;
}
.box-faq .icon-07 {
	padding-top: 40px;
}
.box-faq .icon-08 {
	padding-top: 90px;
}

.box-faq .text {
	width: 760px;
}

.box-faq .faq dt {
	background: url(../../images/ico_faq_q.gif) no-repeat #eaf1fa 29px 18px;
	padding: 16px 30px 20px 80px;
	color: #043198;
	font-weight: bold;
	font-size: 18px;
}
.box-faq .faq dd {
	background: url(../../images/ico_faq_a.gif) no-repeat #f7f7f7 29px 18px;
	padding: 16px 30px 20px 80px;
	color: #043198;
	font-size: 16px;
}


/*---------------------------------------------------------

	section-ssp

---------------------------------------------------------*/

.section-ssp {
	background-color: #f8f8f8;
}

.section-ssp .ttl-category {
	padding: 66px 0 50px 0;
}

.section-ssp .ttl-ssp {
	color: #555;
	font-size: 22px;
	font-weight: bold;
}

.box-quality .ttl-ssp {
	padding-bottom: 30px;
}

.box-history .ttl-ssp {
	padding-bottom: 10px;
	text-align: center;
}

.box-aboutus .ttl-ssp {
	padding-bottom: 15px;
	font-size: 18px;
}

.section-ssp .text {
	font-size: 16px;
}

.section-ssp .text p {
	padding-bottom: 18px;
}

.section-ssp .text .note {
	padding-bottom: 0;
	font-size: 14px;
}

.box-quality .text {
	font-size: 18px;
}

.box-history {
	padding-bottom: 45px;
}

.section-ssp .box-ssp .ssp-left {
	width: 440px;
	float: left;
}

.section-ssp .box-ssp .ssp-right {
	width: 440px;
	float: right;
}

.box-aboutus {
	background: url(../images/bg_02.gif) repeat-y left top;
}

.aboutus .image {
	width: 112px;
	float: left;
	padding-top: 5px;
}

.aboutus .text {
	width: 305px;
	float: right;
}

.section-ssp .aboutContents {
	padding: 30px 0 30px 0;
	text-align: center;
	font-size: 12px;
	color: #555555;
}

/*---------------------------------------------------------

promomats

---------------------------------------------------------*/

.promomats {
	font-size: 12px;
	color: #555;
}

/*---------------------------------------------------------

pagetop

---------------------------------------------------------*/

#pagetop {
	position: fixed;
	bottom: 80px;
	right: 15px;
	width: 30px;
	height: 30px;
	z-index:101;
}

#pagetop a {
	position: relative;
	display: block;
}

#pagetop a .pc {
	position: absolute;
	top: 40px;
	left: -30px;
}

/*---------------------------------------------------------

	footer

---------------------------------------------------------*/

.backtopWrap,
.attentionWrap,
.footerNavWrap { display: none !important;}



/* ----------------------------------------------------------------
----------------------------------------------------------------

	sp向けスタイル

----------------------------------------------------------------
----------------------------------------------------------------*/

@media screen and (max-width: 767px) {

	.wrp-category {
		width: 100%;
	}

	/* headerPrimary */
	.headerPrimary {
		margin-right: 0;
	}

	.section-product .ttl-category {
		margin-bottom: 17px;
	}

	.section-product {
		width: 100%;
		padding: 0 25px;
		background-size: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.section-product .ttl-info {
		margin-bottom: 15px;
		background-color: #043198;
		text-align: center;
	}

	/* box-productlead */
	.section-product .box-productlead {
		padding: 40px 0 20px;
	}

	.section-product .box-productlead .pagettl {
		margin-bottom: 30px;
	}

	/* box-productinfo */
	.section-product .box-productinfo {
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	.section-product .list-product {
		display: block;
	}

	.section-product .list-product > li,
	.section-product .list-product > li:not(.list-item-large):nth-child(odd) {
		width: 100%;
		min-width: 0;
		float: none;
		margin: 0 0 62px 0;
		padding: 0 0 60px 0;
		background: url(/eve/en/images/line_dotted.gif) no-repeat 50% 100%;
		background-size: 100%;
		border: none !important;
	}

	.section-product .list-product > li:not(.list-item-large) {
		display: block;
	}

	.section-product .productitem {
		padding: 0 45px;
	}

	.section-product .productitem .productname,
	.section-product .productitem .productimage {
		width: 100%;
		float: none;
		text-align: center;
	}

	.section-product .productitem .productimage {
		width: 100%;
		height: 100%;
		margin-bottom: 20px;
	}

	.section-product .productitem .productimage .image img {
		position: static;
	}

	.section-product .productitem .productname {
		padding-bottom: 15px;
	}

	.section-product .productitem .design {
		position: static;
		text-align: right;
	}

	.section-product .productitem .design img {
		max-width: 90%;
	}

	.section-product .recommended {
		margin-bottom: 30px;
	}

	.recommended .ttl-info {
		margin-bottom: 20px;
		background-color: #eaf1fa;
	}

	.recommended .list-recommendedcheck > li {
		min-height: inherit;
		padding-left: 40px;
		margin-top: 20px;
		background-size: 30px auto;
	}

	.features .list-features li {
		margin-top: 15px;
	}

	.section-product .wrp-info {
		margin-bottom: 25px;
	}

	.section-product .wrp-info-2clm .info-left,
	.section-product .wrp-info-2clm .info-right {
		width: 100%;
		float: none;
	}

	.section-product .list-product > li.list-item-large .productitem {
		display: block;
	}

	.section-product .list-product > li:not(.list-item-large) + .list-item-large {
		padding-top: 0;
	}

	/* EVE 3SHOT PREMIUM */
	.product-eve3sp .ttl-productitem {
		padding: 0 0 20px;
	}

	.product-eve3sp .productitem .productname {
		padding-top: 0;
	}


	/* EVE QUICK DX */
	.product-evequickdx .ttl-productitem {
		padding: 0 0 20px;
	}

	.product-evequickdx .productitem .productname {
		padding-top: 0;
	}

	/* EVE QUICK */
	.product-evequick .ttl-productitem {
		padding: 0 30px 12px;
	}

	.product-evequick .productitem .productname {
		padding-top: 0;
	}

	.product-evequick .productitem .productimage {
		top: 0;
	}

	.product-evequick .features .ttl-info {
		margin-bottom: 15px;
	}

	/* EVE A EX */
	.product-eveaex .productitem .productimage {
		width: 100%;
	}

	.product-eveaex .ttl-productitem {
		padding: 0 45px 12px;
	}

	.product-eveaex .ttl-productitem {
		padding-bottom: 19px;
	}

	.product-eveaex .productitem .productname {
		padding: 0 5px 15px;
	}

	.product-eveaex .productitem .productimage {
		top: 0;
	}

	.product-eveaex .features .ttl-info {
		margin-bottom: 15px;
	}

	/* EVE A */
	.product-evea .ttl-productitem {
		padding:0 20px 20px;
	}

	.product-evea .recommended .ttl-info {
		margin-bottom: 15px;
	}

	.product-evea .productname {
		text-align: center;
	}

	/* product-evemelt */
	.product-evemelt .productitem {
		width: 100%;
		margin: 0 auto 0;
	}

	.product-evemelt .productname {
		width: 100%;
	}

	.product-evemelt .productimage {
		width: 100%;
	}

	.product-evemelt .indications {
		position: relative;
	}

	.product-evemelt .link-pdf {
		position: static;
		padding-top: 15px;
	}

	.product-evemelt .features.wrp-info {
		margin-bottom: 30px;
	}

	/* FAQ */
	.section-faq {
		padding: 0 25px;
		margin-bottom: 30px;
	}

	.section-faq .ttl-category {
		margin-bottom: 20px;
	}

	.section-faq .box-faq,
	.section-faq .box-faq:first-child {
		margin-top: 0;
		margin-bottom: 18px;
		padding-bottom: 18px;
		border-bottom: 1px dashed #043198;
	}

	.section-faq .box-faq:last-child {
		margin-bottom: 35px;
		padding-bottom: 0;
		border-bottom: none;
	}

	.box-faq:nth-child(odd) .icon,
	.box-faq:nth-child(even) .text,
	.box-faq:nth-child(even) .icon,
	.box-faq:nth-child(odd) .text {
		float: none;
	}

	.box-faq .icon {
		width: 60px;
		margin: 0 auto 7px;
	}

	.box-faq .icon-08 {
		width: 77px;
	}

	.box-faq .icon-01,
	.box-faq .icon-02,
	.box-faq .icon-03,
	.box-faq .icon-04,
	.box-faq .icon-05,
	.box-faq .icon-06,
	.box-faq .icon-07,
	.box-faq .icon-08 {
		padding-top: 0;
	}

	.box-faq .text {
		width: 100%;
	}

	.box-faq .faq dt {
		font-size: 16px;
		line-height: 1.5;
	}
	.box-faq .faq dd {
		font-size: 14px;
		line-height: 1.5;
	}

	/* section-ssp */
	.section-ssp {
		width: 100%;
		padding: 0 25px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.section-ssp .ttl-category {
		padding: 40px 0;
		margin-bottom: 0;
		font-size: 18px;
	}

	.section-ssp .ttl-ssp {
		font-size: 18px;
		text-align: center;
	}

	 .ttl-ssp {
		padding-bottom: 23px;
	}

	.box-history .ttl-ssp {
		padding-bottom: 10px;
		text-align: center;
	}

	.section-ssp .text p {
		padding-bottom: 10px;
		font-size: 14px;
	}

	.section-ssp .text .note {
		padding-bottom: 10px;
	}

	.box-quality .image {
		text-align: center;
	}

	.box-quality .text {
		font-size: 18px;
	}

	.box-history {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ddd;
	}

	.section-ssp .box-ssp .ssp-left,
	.section-ssp .box-ssp .ssp-right,
	.section-ssp .logo .text,
	.section-ssp .logo .image {
		float: none;
		width: 100%;
	}

	.box-aboutus {
		background: none;
	}

	.box-aboutus .aboutus {
		padding: 0 0 10px;
		margin-bottom: 20px;
		border-bottom: 1px solid #ddd;
	}

	.box-aboutus .aboutus .text {
		width: auto;
		float: none;
		padding-left: 122px;
	}

	.section-ssp .aboutContents {
		padding: 30px 0 30px 0;
	}


	/* footer */
	footer,
	.footerNavWrap {
		display: block !important;
	}

	.show-sp,
	.backtopWrap,
	.attentionWrap,
	.footerNavWrap .columnWrap,
	.footerSnsWrap,
	.bnrEveaSpecial {
		display: none !important;
	}

	.promomats {
		display: block !important;
	}
}
