@charset "utf-8";

.hidden {
	display: none;
}

.ec-layoutRole .ec-layoutRole__contents {
	margin-right: 0;
	margin-left: 0;
	width: 100%;
	max-width: 100%;
}

/* トップページスライダー↓ */

.top-slider-area {
	position: relative;
	overflow: hidden;
	background-color: #000;
}

.top-slider-area .top-slider-wrapper {
	position: relative;
	width: 100%;
/*	max-width: 1920px;*/
	max-width: 1280px;
	margin: 0 auto;
}

.top-slider-area .top-slider-wrapper:before {
	content: "";
	display: block;
	padding-top: 46.8%;
	/* 1920:900 ＝ 3/8*100 */
}

.top-slider-area .top-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 99.9%;
}

.top-slider-area .top-slider>div, .top-slider-area .top-slider>div>div {
	height: 100%;
}

.top-slider-area .slider-prev, .top-slider-area .slider-next {
	position: absolute;
	z-index: 100;
	display: block;
	color: #fff;
	height: 64px;
	width: 64px;
	background-color: rgba(0, 0, 0, 0.4);
	transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	top: 50%;
}

.top-slider-area .slider-prev:hover, .top-slider-area .slider-next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.top-slider-area .slider-prev i, .top-slider-area .slider-next i {
	width: 55px;
	text-align: center;
	font-size: 24px;
	background-color: transparent;
	line-height: 66px;
}

.top-slider-area .slider-prev {
	left: 0px;
	border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	-o-border-radius: 0px 4px 4px 0px;
}

.top-slider-area .slider-next {
	right: 0px;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	-o-border-radius: 4px 0px 0px 4px;
}

.top-slider-area .slider-next i {
	float: right;
}

.top-slider-area .slider-item {
	height: 100%;
	background-color: #000;
	position: relative;
}

.top-slider-area .slider-item-img {
	height: 100%;
	width: auto;
	margin: 0;
}

.top-slider-area .slider-item .container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.top-slider-area .btn-cart {
	padding: 13px 18px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	background: #0886fb;
	box-shadow: 0 -2px rgb(0 0 0 / 10%) inset;
	-moz-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 -2px rgb(0 0 0 / 10%) inset;
	-o-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: 16px;
	line-height:inherit;
}

.top-slider-area .white-black-button {
	padding: 13px 18px;
	font-weight: bold;
	font-size: 12px;
	color: #fff !important;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	background: #000;
	box-shadow: 0 -2px rgb(0 0 0 / 10%) inset;
	-moz-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 -2px rgb(0 0 0 / 10%) inset;
	-o-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height:inherit;
}

.top-slider-area .container {
	height: 100%;
}

.top-slider-area .actions {
	position: absolute;
	bottom: 10%;
	left: 13%;
}

@media only screen and (min-width: 1299px) {
		.top-slider-area .actions {
		position: absolute;
		bottom: 7%;
		left: 14%;
	}
	.top-slider-area .blue-button, .top-slider-area .white-black-button {
		padding: 15px 23px;
		font-size:16px;
	}
}

@media only screen and (min-width: 1699px) {
		.top-slider-area .actions {
		position: absolute;
		bottom: 7%;
		left: 15%;
	}
	.top-slider-area .blue-button, .top-slider-area .white-black-button {
		padding: 18px 25px;
		font-size:18px;
	}
}

@media only screen and (max-width: 999px) {
	.top-slider-area .slide1Text {
		height: 100px;
		top: 120px;
	}
	.top-slider-area .slide2Text {
		height: 200px;
	}
	.top-slider-area .blue-button, .top-slider-area .white-black-button {
		padding: 8px 12px;
	}
	.top-slider-area .actions {
		position: absolute;
		bottom: 7%;
		left: 13%;
	}
}

@media only screen and (max-width: 767px) {
	.top-slider-area .blue-button, .top-slider-area .white-black-button {
		padding: 5px 8px;
		font-size:8px;
		letter-spacing:0;
	}
	.top-slider-area .actions {
		position: absolute;
		bottom: 7%;
		left: 12%;
	}
	.top-slider-area .blue-button {
		margin-right: 5px;
	}
}

@media only screen and (max-width: 499px) {
	.top-slider-area .actions {
		left: 7%;
	}
	.top-slider-area .blue-button, .top-slider-area .white-black-button {
		padding: 3px 5px;
		font-size:8px;
		letter-spacing:0;
	}
}

/* トップページスライダー↑ */

#aneros-top .emailSect {
	padding: 35px 0;
	background: #111;
}

#aneros-top .full-width-section {
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-webkit-box-sizing: content-box!important;
	width: 100%;
	position: relative;
	z-index: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}

#aneros-top .emailSect .money-back, #aneros-top .emailSect .discreet-delivery {
	width: 21%;
}

#aneros-top .emailSect .money-back img, #aneros-top .emailSect .discreet-delivery img {
	margin: 0 auto;
	visibility: hidden;
	max-width: 160px;
}

#aneros-top .emailSect .block-subscribe {
	width: 58%;
	padding: 16px 18px 0;
}

#aneros-top .emailSect .block-subscribe .actions button {
	background: #5a5a5a;
	line-height: 24px;
	color: #fff;
	padding: 10px 15px;
	font-size: 12px;
	letter-spacing: 0px;
	box-shadow: 0 -2px rgb(0 0 0 / 10%) inset;
	-moz-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 -2px rgb(0 0 0 / 10%) inset;
	-o-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
	width: 100%;
}

#aneros-top .infoGraph {
	padding: 53px 0 60px;
	background: #3b3b3b;
	text-align: center;
}

#aneros-top .infoGraph h2 {
	font-size: 36px;
	letter-spacing: 0;
	display: block;
	margin-bottom: 3px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	font-style: italic;
}

#aneros-top .infoGraph h2 sup {
	font-size: 33%;
	text-transform: uppercase;
	letter-spacing: 1px;
	top: -1.6em;
	margin-left: 7px;
}

#aneros-top .infoGraph .container>p {
	font-size: 17px;
	line-height: 28px;
	padding-bottom: 0px;
	padding: 0 145px 30px;
	color: #919191;
}

#aneros-top .infoGraph .item-box img {
	margin: 0 auto;
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

#aneros-top .infoGraph .item-box h3 {
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	line-height: 22px;
	margin-bottom: 12px;
}

#aneros-top .infoGraph .item-box p {
	padding: 0 15px;
	font-size: 16px;
	line-height: 19px;
	color: #919191;
}

#aneros-top .clients-slider .slider-item {
	width: 100%;
	max-width: 235px;
}

#aneros-top .clients-slider .slider-item img {
	width: 100%;
}

#aneros-top .asFeat {
	padding: 43px 0 31px;
	background: rgb(227, 37, 42);
}

#aneros-top .asFeat h1 {
	padding: 0px;
	margin: 0 0 0 13px;
	letter-spacing: -0.5px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	font-size: 21px;
	text-transform: none;
}

#aneros-top .anatom {
	padding: 80px 0 70px;
	background: #000 url(../img/top/anaBG4.jpg) no-repeat 50% 0;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

#aneros-top .anatom .col {
	width: 49%;
}

#aneros-top .anatom ul {
	margin-left: 30px;
	margin-bottom: 30px;
	padding: 30px 0;
}

#aneros-top .anatom ul li {
	color: #000;
	margin: 10px;
	font-size: 18px;
	list-style: disc;
	list-style-position: outside;
}

#aneros-top .anatom .learn-more-button {
	width: 300px;
	text-align: center;
	letter-spacing: 2px;
	color: #FFFFFF;
	box-shadow: 0 -2px rgb(0 0 0 / 10%) inset;
	-moz-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 -2px rgb(0 0 0 / 10%) inset;
	-o-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
	background: #a1a1a1;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	top: -3px;
	margin: 0 0 10px 12px;
	font-size: 15px;
	height: 52px;
	line-height: 52px;
	font-weight: normal;
	padding: 0 30px;
}

#aneros-top .anatom .col img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	margin: 0 0 0 10px;
	padding: 0;
}

#aneros-top .home-products {
	background: #FFFFFF;
	padding: 63px 0 100px;
}

#aneros-top .home-products h2 {
	font-size: 42px;
	letter-spacing: 1px;
	font-weight: 400;
	display: block;
	margin-bottom: 3px;
	color: #e52128;
	text-align: center;
	text-transform: uppercase;
}

#aneros-top .home-products .desc {
	font-size: 20px;
	line-height: 28px;
	color: #9d9fa2;
	text-align: center;
	padding-bottom: 30px;
}

#aneros-top .home-products .carousel .slider-item {
	opacity: 0.5;
}

#aneros-top .home-products .carousel .slider-item:hover {
	opacity: 1;
}

#aneros-top .home-products .carousel .slider-item img {
	margin: 0 auto;
	width: 350px;
	max-width:100%;
}

#aneros-top .home-products .carousel .slider-item h3 {
	color: #e52128;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 4px;
	text-align: center;
}

#aneros-top .home-products .carousel-heading {
	display: none;
}

#aneros-top .home-products .carousel-next, #aneros-top .home-products .carousel-prev {
	height: 30px;
	width: 30px;
	background-color: #1d90fb;
	cursor: pointer;
	margin-left: 5px;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	position: absolute;
	top: 0px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;
	-moz-border-radius: 1px;
	text-align: center;
	z-index: 10;
}

#aneros-top .home-products .carousel-next:hover, #aneros-top .home-products .carousel-prev:hover {
	background-color: #56ADFF;
}

#aneros-top .home-products .carousel-prev {
	right: 38px;
	padding-right: 1px;
}

#aneros-top .home-products .carousel-next {
	right: 0px;
	padding-left: 1px;
}

#aneros-top .home-products .carousel-next i, #aneros-top .home-products .carousel-prev i {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
}

#aneros-top .home-testimonials {
	background-image: url(../img/top/quoteBG.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 100px 0 150px;
	background-color: rgb(229, 33, 40);
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	position: relative;
	z-index: 10;
	-webkit-box-shadow: inset 0px 2px 20px -6px rgb(0 0 0 / 90%);
	-moz-box-shadow: inset 0px 2px 20px -6px rgba(0, 0, 0, 0.9);
	box-shadow: inset 0px 2px 20px -6px rgb(0 0 0 / 90%);
}

#aneros-top .home-testimonials blockquote {
	text-align: center;
	font-size: 22px;
	line-height: 40px;
	letter-spacing: 0.5px;
}

#aneros-top .home-testimonials blockquote p {
	color: #ffffff;
	padding-bottom: 15px;
}

#aneros-top .home-testimonials blockquote span {
	font-size: 22px;
	font-weight: bold;
	color: #000;
}

#aneros-top .home-testimonials .controls {
	position: absolute;
	bottom: 35px;
	z-index: 30;
	width: 100%;
	text-align: center;
}

#aneros-top .home-testimonials .controls ul {
	margin: 0px;
	display: block;
	text-align: center;
	width: 100%;
}

#aneros-top .home-testimonials .controls ul li {
	list-style: none;
	cursor: pointer;
	display: inline;
}

#aneros-top .home-testimonials .controls ul li span.pagination-switch {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px 10px 10px 10px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 0 4px;
	transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;
	width: 10px;
}

#aneros-top .home-testimonials .controls ul li span.pagination-switch.active {
	background-color: #fff;
}

#aneros-top .community {
	background: #000;
	padding: 105px 0 20px;
}

#aneros-top .community h2 {
	font-size: 50px;
	letter-spacing: -1px;
	display: block;
	margin-bottom: 3px;
	position: relative;
	color: #fff;
	text-align: center;
}

#aneros-top .community .desc {
	font-size: 16px;
	line-height: 28px;
	color: #9d9fa2;
	text-align: center;
	padding-bottom: 30px;
}

#aneros-top .community .item-area.flexbox {
	flex-wrap: wrap;
}

#aneros-top .community .item-box {
	width: 50%;
	padding: 0 10px 60px 10px;
}

#aneros-top .community .item-box .img {
	width: 13%;
	margin-right: 5%;
}

#aneros-top .community .item-box .img img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

#aneros-top .community .item-box h3 {
	color: #e3252a;
	line-height: 32px;
	margin-bottom: 12px;
	font-size: 28px;
	letter-spacing: 1px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

#aneros-top .community .item-box p {
	color: #9d9fa2;
	padding-bottom: 27px;
	line-height: 22px;
	font-size: 14px;
	margin: 0;
}

#aneros-top .community .item-box .blue-button {
	display: inline-block;
	min-width: 200px;
	height: 40px;
	border-radius: 0px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0px;
	color: #FFFFFF;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	background: #0886fb;
	box-shadow: 0 -2px rgb(0 0 0 / 10%) inset;
	-moz-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 -2px rgb(0 0 0 / 10%) inset;
	-o-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
	margin-right: 16px;
}

.grey-swooth {
	background-image: url(../img/top/blkSwoosh.png);
}

@media only screen and (min-width: 1921px) {
	/* 1920px以上でスクロールバーの影響を受けなくなるので右端に付ける */
	.top-slider-area .slider-next {
		right: 0px;
	}
}

@media only screen and (max-width: 999px) {
	#aneros-top .emailSect .money-back, #aneros-top .emailSect .discreet-delivery {
		width: 160px;
	}
	#aneros-top .emailSect .money-back img, #aneros-top .emailSect .discreet-delivery img {
		visibility: visible;
		max-width: 160px;
		width:90%;
	}
	#aneros-top .anatom {
		padding: 50px 0 120px;
		background-attachment: scroll;
		background-position: center;
		background-repeat: repeat-y;
		background-size: contain;
	}
	#aneros-top .anatom .flexbox {
		flex-direction: column;
	}
	#aneros-top .anatom .col {
		width: 100%;
	}
	#aneros-top .anatom .learn-more-button {
		position: absolute;
		width: 100%;
		bottom: -80px;
		text-align: center;
		top: auto;
		padding: 0;
		margin: 0;
	}
	#aneros-top .home-products .flexbox {
		display: block;
	}
	#aneros-top .home-products .carousel-heading {
		display: block;
	}
	#aneros-top .home-testimonials {
		padding: 50px 0 100px;
	}
	#aneros-top .community .item-box {
		width: 100%;
	}
	.top-slider-area .btn-cart {
		padding: 8px 12px;
	}	
}

@media only screen and (max-width: 767px) {
	.flexbox-1, .flexbox-2, .flexbox-3 {
		-webkit-box-ordinal-group: unset;
		-ms-flex-order: unset;
		-webkit-order: unset;
		order: unset;
	}
	.top-slider-area .slider-next {
		right: 0;
	}
	.top-slider-area .slider-prev, .top-slider-area .slider-next {
		height: 40px;
		width: 40px;
	}
	.top-slider-area .slider-prev i, .top-slider-area .slider-next i {
		width: 35px;
		line-height: 40px;
	}
	#aneros-top .emailSect .flexbox {
		flex-wrap: wrap;
	}
	#aneros-top .emailSect .flexbox-1, #aneros-top .emailSect .flexbox-2, #aneros-top .emailSect .flexbox-3 {
		flex-grow: 1;
		width: 50%;
	}
	#aneros-top .infoGraph .flexbox {
		flex-direction: column;
	}
	#aneros-top .infoGraph .container>p {
		padding: 0 10px 30px;
	}
	#aneros-top .community .item-box .img {
		width: 20%;
		margin-right: 5%;
	}
	#aneros-top .community .item-box .content {
		width: 75%;
	}
	#aneros-top .community .item-box .blue-button {
		margin-right:0px;
		min-width:100%;
	}
	.top-slider-area .btn-cart {
		padding: 5px 8px;
		font-size: 8px;
	}
	#aneros-top .home-products .carousel .slider-item {
	opacity: 1;
	}
}
}