@charset "utf-8";
/*****全体に関わるCSS*****/
* {
	vertical-align: bottom;
}

/*****全体的に共通して使うCSS*****/
.center_ver1 {
	width: 100%;
	max-width: max-content;
	aspect-ratio: auto;
	margin-inline: auto;
	display: block;
}
.center_ver1.lineA {
	line-height: 1.6;
	letter-spacing: 0.15em;
}
/*****section1*****/
.topMessageWrapper {
	position: relative;
}
.mvMessage1 {
	position: absolute;
	top: 20%;
	left: 20%;
	width: clamp(220px, 100vw * 292 / 1600 + 220px - 320px * 292 / 1600, 350px);
	padding: 0;
	line-height: 0.9;
}
.topMessage {
	position: absolute;
	top: 35%;
	left: 20%;
	z-index: 300;
	pointer-events: none;
	color: #fff;
}
.fade {
	position: relative;
}
.fade img {
	height: calc(100vh - 72px - 208px);
	min-height: 540px;
	max-height: 1440px;
	width: 100%;
	object-fit: cover;
}
.mvMessage2 {
	/*color: #fff;*/
	font-size: 16px;
	text-align: right;
	padding: 0;
}
.mvMessage3 {
	/*color: #fff;*/
	font-size: 28px;
	padding-top: 30px;
	padding-right: 40px;
	word-break: keep-all;
}
.mvMessage4 {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1500;
}
.mvMessage4 a {
	margin-top: 0;
	padding: 5px 0;
}
.mvNote {
	font-size: 14px;
	line-height: 1.2em;
	position: absolute;
	width: calc(50vw - 120px);
	bottom: 1%;
	left: 1%;
	pointer-events: none;
	text-indent: -1.0em;
	padding-left: 2.0em;
}
.featureIcons {
	display: flex;
	gap: 20px;
}
.featureIcons img {
	max-width: 120px;
	min-width: 60px;
	width: 12vw;
	height: auto;
}
/*****ahcher link*****/
.anchorLinkBoxes {
	padding-top: 70px;
	padding-bottom: 50px;
    margin-top: 50px;
}
.anchorLinkBoxes ul {
	display: flex;
	text-align: center;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 20px;
}
.anchorLinkBoxes li {
	border: 1px solid #777;
	width: 12em;
}
.anchorLinkBoxes a {
	display: block;
	padding: 5px 0;
}
.anchorLinkBoxes a:hover {
	color: #fff;
	background-color: #555;
}
@media screen and (min-width: 1200px) {
	.anchorLinkBoxes{
		max-width: 1200px;
		margin-left: calc(50vw - 600px);
		margin-right: calc(50vw - 600px);
	}
}
.evolution {
	background-image: url(/bs/eposter/images/index/bg_evolution.webp);
	background-repeat: no-repeat;
	background-position: center;
	height: 540px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.h2Evolution {
	font-size: 32px;
	font-weight: 400;
}
.h2Evolution span {
	font-size: 56px;
	padding-left: 0.5em;
}
.evolution div p {
	font-size: 24px;
	line-height: 1.5em;
	margin-top: 30px;
	text-align: center;
}
.lineupGroup {
	display: flex;
	background-color: #f3f5f7;
}
.lineupImg {
	flex-basis: 40%;
}
.lineupNote {
	flex-basis: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lineupNote h3 {
	font-size: 28px;
}
.lineupNote p {
	font-size: 20px;
}
.lineupBtns {
	display: flex;
	justify-content: center;
	gap: 40px;
}
@media screen and (min-width: 721px) {
	.flexRevPC {
		flex-direction: row-reverse;
	}
}
/*****section2*****/
.h2Title {
	text-align: center;
	font-size: 1.5em;
}
.letterE {
	font-size: 1.1em;
	margin-inline: 7px;
	font-weight: 700;
	color: #4D8348;
}
.letterE2 {
	font-size: 1em;
	font-weight: 700;
	color: #4D8348;
}
.wrap {
	display: flex;
	justify-content: stretch;
	flex-wrap: wrap;
	padding-top: 20px;
	/*	max-width: max-content;*/
}
.item {
	padding: 30px 0;
	width: 200px;
	text-align: center;
}
.item img {
	max-width: 100px;
}
.item1 {
	font-size: 1.5em;
}
.item2 {
	font-size: 1.25em;
}
/*****section3~5*****/
.center_ver2 {
	min-width: 30%;
	max-width: max-content;
	aspect-ratio: auto;
	display: flex;
	flex-flow: column;
	justify-content: center;
	gap: 15px;
	line-height: 1.6;
	letter-spacing: 0.15em;
	text-align: center;
	background-color: #F3F5F7;
	padding: 20px;
}
.center_ver2 img {
	max-width: 200px;
}
.center_ver3 {
	display: flex;
	padding-top: 100px;
}
.center_ver3.rev {
	flex-flow: row-reverse;
}
.center_ver1 h3 {
	line-height: 1.4;
	padding: 20px 0 10px 0;
}
.expLists {
	display: flex;
	justify-content: center;
	margin-inline: auto;
	width: 70%;
	gap: 10px;
	padding-top: 100px;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.15em;
	font-weight: 700;
}
.expLists .under {
	padding: 20px 0 0 0;
	font-weight: 700;
}
.useScene {
	background-color: #F3F5F7;
}
.useSceneItems {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 30px 10px;
}
.useSceneItems > div {
	flex-basis: 20%;
}
.useSceneItems figure {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.productsList {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.pListItem {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-basis: 23%;
}
.plItemImage {
	padding: 10px;
	border: 1px solid #ccc;
}
.plItemNote {
	flex-grow: 1;
	margin-top: 20px;
}
.plItemBtn {
	margin-top: 50px;
}
.e3Examlpe {
	display: flex;
	aspect-ratio: auto;
	width: 50%;
	flex-shrink: 0;
	background: #F3F5F7;
}
.e3Examlpe img {
	width: 100%;
	object-fit: contain;
}
.noteAfterService {
	text-align: center;
	padding-top: 50px;
	line-height: 2.5;
	letter-spacing: 0.15em;
	font-weight: 700;
	font-size: 1.1em;
}
/*****カルーセルの設定*****/
/*** Slider ***/
.slick-loading .slick-list {
	background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/*** Icons ***/
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('./fonts/slick.eot');
	src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/*** Arrows ***/
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 50%;
	height: 100%;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: 0px;
}
.slick-prev:before {
	content: '';
}
.slick-next {
	right: 0px;
}
.slick-next:before {
	content: '';
}
/*** Dots ***/
.slick-dotted.slick-slider {
	margin-bottom: 0px;
}
.slick-dots {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: -20px;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	border: 1px solid #999;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
	opacity: .25;
	color: black;
	z-index: 120;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: white;
}

@media screen and (max-width: 1200px) {
	.lineupBtns {
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}
	.useSceneItems > div {
		flex-basis: 40%;
	}
	.productsList {
		row-gap: 50px;
	}
	.pListItem {
		flex-basis: 40%;
	}
}

@media screen and (max-width: 720px) {
	/*main {
		background-color: #F3F5F7;
	}*/
	.topArea {
		background-color: #F3F5F7;
	}
	.topMessage {
		position: relative;
		left: 0;
		color: #333;
		text-align: center;
	}
	.mvMessage1 {
		width: 35vw;
		left: 10%;
	}
	.featureIcons {
		justify-content: center;
	}
	.featureIcons img {
		width: auto;
	}
	.evolution {
		background-image: url("/bs/eposter/images/index/bg_evolution_sp.webp");
		background-size: contain;
		height: calc(15 / 13 * 100vw);
		display: flex;
		align-items: flex-end;
		padding-bottom: 30px;
	}
	.evolution > div {
	}
	.h2Evolution {
		font-size: 20px;
	}
	.h2Evolution span {
		font-size: 32px;
	}
	.evolution div p {
		font-size: 14px;
		margin-top: 10px;
	}
	.productsList {
		flex-direction: column;
		align-items: center;
		gap: 70px;
	}
	.plItemBtn {
		margin-top: 10px;
	}
	/*****section1*****/
	.mvNote {
		font-size: 10px;
		width: 100%;
		bottom: 0.5%;
		left: 0%;
	}
	.mvMessage3 {
		font-size: 1.1em;
		padding-right: 0;
	}
	/*****section2*****/
	.h2Title {
		font-size: 18px;
	}
	.wrap {
		display: block;
		align-items: center;
	}
	.item {
		margin-inline: auto;
	}
	/*****section3*****/
	.center_ver3 {
		display: block;
		padding-top: 0;
	}
	.e3Examlpe {
		width: 100%;
	}
	.center_ver2 {
		min-width: 100%;
		aspect-ratio: auto;
		display: flex;
		flex-flow: column;
		justify-content: center;
		gap: 15px;
		line-height: 1.6;
		letter-spacing: 0.15em;
		text-align: center;
		background-color: #F3F5F7;
		padding: 20px 10px;
	}
	.expLists {
		display: block;
	}
	.expLists .under {
		padding: 0 0 20px 0;
	}
	.noteAfterService {
		font-size: 0.85em;
		padding-top: 20px;
	}
	.sp_h3 {
		word-break: keep-all;
		text-align: center;
		padding: 50px 10px 0;
	}
	.expLists.lineup {
		width: 60%;
		padding-top: 0px;
	}
	.btnSm.detail a {
		margin: 10px 0 50px 0;
	}
	.fade img {
		min-height: 240px;
		width: 100%;
		height: auto;
	}
	.useSceneItems {
		flex-direction: column;
	}
	.plItemImage {
		margin: 0 10px;
	}
}

@media screen and (min-width: 1201px) {
	.noneOver1200 {
		display: none;
	}
}