@charset "UTF-8";
body,
h3 {
	font-family: 'Noto Sans JP', sans-serif !important;
}
/* --------------------------------------------------
unique for home page
-------------------------------------------------- */
#wrapContents {
	color: #000;
	overflow: hidden;
}
.inview_group > *,
.inview {
	animation-fill-mode: forwards;
	animation-duration: .8s;
	opacity: 0;
	transform: translateY(50px);
}
.inview_group > *:nth-child(2) {
	animation-delay: .5s;
}
.inview_group > *:nth-child(3) {
	animation-delay: 1s;
}
.inview_group > *:nth-child(4) {
	animation-delay: 1.5s;
}
.inview_group > *:nth-child(5) {
	animation-delay: 2s;
}
.inview_group > *:nth-child(6) {
	animation-delay: 2.5s;
}
.inview_group > *:nth-child(7) {
	animation-delay: 3s;
}
.inview_group.show > *,
.inview.show {
	animation-name: fademove;
}

footer {
    position: relative;
}



@keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes fademove {
	0% { opacity: 0; }
	100% { opacity: 1;transform: translateY(0) translateX(0); }
}

.sp-view {
	display: none !important;
}
@media only screen and (max-width: 768px) {
	.sp-view {
		display: block !important;
	}
	.pc-view {
		display: none !important;
	}
	.inview_group > *:nth-child(2),
	.inview_group > *:nth-child(3),
	.inview_group > *:nth-child(4),
	.inview_group > *:nth-child(5),
	.inview_group > *:nth-child(6),
	.inview_group > *:nth-child(7) {
		animation-delay: 0s;
	}
	.inview_group.show > * {
		animation-name: none;
	}
	.inview_group > .show {
		animation-name: fademove;
	}
    
    .wrapVoice-photo .slick-prev, .wrapVoice-photo .slick-next {
        display: none !important;
    }
}

/***** mainVisual ****/
.mainVisual {
	position: relative;
	padding-left: 50%;
}
.mainVisual::before {
	content: "";
	display: block;
	width: 50%;
	height: calc(100vh - 81px);
	position: fixed;
	top: 81px;
	left: 0;
	right: 50%;
	background: url("../images/img_mv.jpg") no-repeat center center / cover;
}
.mainVisual figure {
	margin: 0;
}
.mainVisual-logo {
	height: calc(100vh - 81px);
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	align-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.mainVisual-logo figure {
	width: 100%;
	text-align: center;
	margin-bottom: 15.5vh;
}
.mainVisual-logo figcaption {
	font-size: 1.4rem;
	padding: 12px 0 0 15px;
}
.mainVisual-logo figcaption span {
	font-size: 2.6rem;
	letter-spacing: .05em;
	margin-left: -3px;
}
.mainVisual-scroll {
	margin-bottom: 6.6vh;
	font-size: 1.2rem;
	letter-spacing: .07em;
}
.mainVisual-scroll a {
	padding-top: 36px;
	position: relative;
	display: inline-block;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.mainVisual-scroll a:hover {
	opacity: .6;
}
.mainVisual-scroll a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 16px;
	height: 24px;
	margin-left: -8px;
	border: 2px solid #000;
	border-radius: 8px;
	box-sizing: border-box;
}
.mainVisual-scroll a span::before {
	position: absolute;
	top: 3px;
	left: 50%;
	content: "";
	width: 2px;
	height: 5px;
	margin-left: -1px;
	background-color: #000;
	border-radius: 50%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
.mainVisual-text {
	/*height: calc(100vh - 81px);*/
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	padding-top: 43px;
}
.mainVisual-text p {
	width: 100%;
	line-height: 2.3;
	font-size: 1.6rem;
	margin: 0;
}
.mainVisual-text ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-content: center;
	padding: 0 6px 0 0;
	margin: 40px 0 0;
	position: relative;
}
.mainVisual-text ul::before,
.mainVisual-text ul::after {
	content: "";
	display: block;
	background: #717071;
	width: 3px;
	height: 25px;
	position: absolute;
	top: 59px;
	left: 50%;
	margin-left: -5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mainVisual-text ul::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mainVisual-text ul li {
	width: 160px;
}
.mainVisual-text ul li + li {
	margin-left: 59px;
}


.mainVisual-text ul li + li {
	margin-left: 59px;
}

.mainVisual-text p.textread {
	line-height: 1.6;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-top: 30px;
	margin-bottom: 10px;
}
.mainVisual-text p.textread span {
	font-size: 2.2rem;
	font-weight: bold;
	color: #5BBEAE;
	display: inline-block;
	margin: 0 3px;
}
.mainVisual-text p.textread sup {
	font-size: 1rem;
	letter-spacing: 0;
}
.mainVisual-text ul.ul-asterisk {
	display: block;
	padding: 0;
	margin: 0 0 50px;
}
.mainVisual-text ul.ul-asterisk::before,
.mainVisual-text ul.ul-asterisk::after {
	display: none;
}
.mainVisual-text ul.ul-asterisk li {
	width: auto;
}
.mainVisual-text ul.ul-asterisk li + li {
	margin-left: 0;
}


.mainVisual-text ul li + li {
	margin-left: 59px;
}


.mainVisual-smart_breeze img {
	width: 60px;
}
.mainVisual-monocoque img {
	width: 88px;
}
.mainVisual-text ul figcaption {
	font-size: 1.8rem;
	padding: 1px 0 0;
	letter-spacing: .17em;
}
.mainVisual-text ul figcaption span {
	font-size: 1rem;
	display: inline-block;
	letter-spacing: .07em;
	padding: 0 3px 7px;
	margin-bottom: 6px;
}
.mainVisual-smart_breeze figcaption span {
	border-bottom: solid 1px #5ab4a5;
}
.mainVisual-monocoque figcaption span {
	border-bottom: solid 1px #a6192e;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 8px);
		transform: translate(0, 8px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@media only screen and (max-width: 768px) {
	.mainVisual {
		padding-left: 0;
	}
	.mainVisual::before {
		width: 100%;
		padding-top: 86.666%;
		height: auto;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		background: url("../images/img_mv_sp.jpg") no-repeat top left / 100%;
	}
	.mainVisual-logo {
		height: auto;
		display: block;
		padding-top: 11.2%;
	}
	.mainVisual-logo figure {
		margin-bottom: 0;
	}
	.mainVisual-logo figure img {
		width: 30.666%;
		margin: 0 auto;
		display: block;
	}
	.mainVisual-logo figcaption {
		font-size: 3.466vw;
		padding: 5.866vw 0 0 2.666vw;
	}
	.mainVisual-logo figcaption span {
		font-size: 5.333vw;
		margin-left: -.8vw;
	}
	.mainVisual-scroll {
		display: none;
	}
	.mainVisual-text {
		height: auto;
		display: block;
		padding-top: 10.666%;
		padding-bottom: 9.866%;
	}
	.mainVisual-text p {
		line-height: 2;
		font-size: 3.466vw;
	}
	.mainVisual-text ul {
		padding: 0;
		margin: 10.1333vw 0 0;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.mainVisual-text ul::before,
	.mainVisual-text ul::after {
		width: .8vw;
		height: 8vw;
		top: 14.133vw;
		margin-left: -.533vw;
	}
	.mainVisual-text ul li {
		width: 33.333%;
	}
	.mainVisual-text ul li + li {
		margin-left: 20%;
	}
	.mainVisual-smart_breeze img {
		width: 16vw;
	}
	.mainVisual-monocoque img {
		width: 23.466vw;
	}
	.mainVisual-text ul figcaption {
		font-size: 4.8vw;
		padding: 2.4vw 0 0;
	}
	.mainVisual-text ul figcaption span {
		font-size: 3.2vw;
		width: 100%;
		line-height: 1.4;
		padding: 0 0 1.866vw;
		margin-bottom: 1.333vw;
	}
	.mainVisual-text ul .mainVisual-smart_breeze figcaption span {
		padding-top: 1.334em;
	}
}

/***** wrapPoint ****/
.wrapPoint {
	background: #eee;
	position: relative;
	padding: 70px 2.857% 80px;
}
.wrapPoint img {
	display: block;
	max-width: 100%;
}
.wrapPoint .inner .wrapPoint-text h2 {
	font-size: 2rem;
	line-height: 1.75;
}
.wrapPoint .inner .wrapPoint-text h2::after {
	content: "";
	display: block;
	width: 96px;
	height: 1px;
	background: #5ab4a5;
	margin: 12px 0 0;
}
.wrapPoint .inner .wrapPoint-text p {
	font-size: 1.4rem;
	line-height: 2;
}
.wrapPoint .inner .wrapPoint-text p + p {
	margin-top: 28px;
}
.wrapPoint .inner {
	max-width: 1320px;
	margin: 0 auto 80px;
	position: relative;
}
.wrapPoint .inner:nth-child(1) figure {
	width: 64.393%;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 0 -2.272%;
}
.wrapPoint .inner:nth-child(1) .wrapPoint-text {
	width: 410px;
	background: #fff;
	padding: 16px 40px 24px;
	box-sizing: border-box;
	margin-left: 4.545%;
	position: relative;
}
.wrapPoint .inner:nth-child(1) .wrapPoint-text::before {
	content: "";
	width: 79px;
	height: 89px;
	display: block;
	background: url(../images/txt_no01.png) no-repeat left top / 100%;
	position: absolute;
	top: -35px;
	right: 26px;
}
.wrapPoint .inner .wrapPoint-text::after {
	content: "";
	width: 37px;
	height: 12px;
	display: block;
	background: url(../images/txt_point.png) no-repeat left top / 100%;
	position: absolute;
	top: 18px;
	right: 95px;
}
.wrapPoint .inner:nth-child(2) {
	margin-bottom: 80px;
}
.wrapPoint .inner:nth-child(2) figure:nth-of-type(1) {
	width: 72.727%;
	margin: 0 0 0 2.272%;
	position: relative;
}
.wrapPoint .inner:nth-child(2) figure:nth-of-type(2) {
	width: 70.227%;
	margin: -30px 0 0 auto;
}
.wrapPoint .inner:nth-child(2) figure:nth-of-type(3) {
	width: 40.151%;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0 0 -1.272%;
}
.wrapPoint .inner:nth-child(2) .wrapPoint-text {
	width: 410px;
	background: #fff;
	position: absolute;
	top: 30px;
	right: 4.545%;
	padding: 18px 40px 19px;
	box-sizing: border-box;
	z-index: 10;
}
.wrapPoint .inner:nth-child(2) .wrapPoint-text h2 {
	font-size: 1.8rem;
	line-height: 1.8;
	margin-bottom: 20px;
}
.wrapPoint .inner:nth-child(2) .wrapPoint-text h2::after {
	margin-top: 16px;
}
.wrapPoint .inner:nth-child(2) .wrapPoint-text::before {
	content: "";
	width: 101px;
	height: 89px;
	display: block;
	background: url(../images/txt_no02.png) no-repeat left top / 100%;
	position: absolute;
	top: -35px;
	right: 10px;
}
.wrapPoint .inner:nth-child(2) .wrapPoint-text::after {
	top: 19px;
	right: 101px;
}
.wrapPoint .inner:nth-child(3) figure:nth-of-type(1) {
	width: 54.545%;
	margin: 0 1.515% 0 auto;
	position: relative;
	z-index: 9;
}
.wrapPoint .inner:nth-child(3) figure:nth-of-type(2) {
	width: 21.212%;
	margin: -13.636% 0 0;
}
.wrapPoint .inner:nth-child(3) figure:nth-of-type(3) {
	position: absolute;
	bottom: 0;
	left: 17.424%;
	margin: 0 0 9.090%;
	width: 31.818%;
}
.wrapPoint .inner:nth-child(3) figure:nth-of-type(4) {
	position: absolute;
	bottom: 0;
	left: 23.484%;
	margin: 0 0 -7.575%;
	width: 31.818%;
}
.wrapPoint .inner:nth-child(3) figure:nth-of-type(5) {
	position: absolute;
	bottom: 0;
	right: 16.666%;
	margin: 0 0 -5.303%;
	width: 31.818%;
}
.wrapPoint .inner:nth-child(3) figure:nth-of-type(6) {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 0 4.621%;
	width: 31.818%;
	z-index: 9;
}
.wrapPoint .inner:nth-child(3) .wrapPoint-text {
	width: 560px;
	background: #fff;
	position: absolute;
	top: 40px;
	left: 4.545%;
	padding: 18px 40px 15px;
	box-sizing: border-box;
	z-index: 10;
}
.wrapPoint .inner:nth-child(3) .wrapPoint-text::before {
	content: "";
	width: 101px;
	height: 89px;
	display: block;
	background: url(../images/txt_no03.png) no-repeat left top / 100%;
	position: absolute;
	top: -35px;
	right: 40px;
}
.wrapPoint .inner:nth-child(3) .wrapPoint-text::after {
	right: 131px;
}
.wrapPoint .inner:nth-child(3) .wrapPoint-text h2 {
	font-size: 1.8rem;
	line-height: 1.8;
	margin-bottom: 19px;
}
.wrapPoint .inner:nth-child(3) .wrapPoint-text h2::after {
	margin-top: 18px;
}
@media only screen and (max-width: 768px) {
	.wrapPoint {
		padding: 0 0 10.666%;
	}
	.wrapPoint img {
		width: 100%;
	}
	.wrapPoint .inner .wrapPoint-text h2 {
		font-size: 3.733vw;
		line-height: 1.95;
		margin-bottom: 4.533vw;
	}
	.wrapPoint .inner .wrapPoint-text h2::after {
		width: 13.333vw;
		min-height: 1px;
		height: .266vw;
		margin: 3.466vw 0 0;
	}
	.wrapPoint .inner .wrapPoint-text p {
		font-size: 3.2vw;
		line-height: 2;
		letter-spacing: -.01em;
	}
	.wrapPoint .inner .wrapPoint-text p + p {
		margin-top: 24px;
	}
	.wrapPoint .inner {
		margin: 0 auto 8%;
	}
	.wrapPoint .inner:nth-child(1) figure {
		width: 100%;
		position: relative;
		right: auto;
		bottom: auto;
		margin: 0;
	}
	.wrapPoint .inner:nth-child(1) .wrapPoint-text {
		width: auto;
		padding: 3.2% 5.333% 3.2vw;
		margin-left: 6.666%;
		margin-right: 6.666%;
	}
	.wrapPoint .inner:nth-child(1) .wrapPoint-text::before {
		width: 11.733vw;
		height: 13.2vw;
		top: 5.333vw;
		right: 5.466vw;
	}
	.wrapPoint .inner .wrapPoint-text::after {
		width: 7.466vw;
		height: 2.266vw;
		top: 10.933vw;
		right: 14.933vw;
	}
	.wrapPoint .inner:nth-child(2) {
		margin-bottom: 8%;
	}
	.wrapPoint .inner:nth-child(2) figure:nth-of-type(1) {
		width: auto;
		margin: 0 4% 37.333%;
	}
	.wrapPoint .inner:nth-child(2) figure:nth-of-type(2) {
		width: 64%;
		position: absolute;
		top: 0;
		right: 0;
		padding-top: 20%;
		margin: 30.666% 0 0;
	}
	.wrapPoint .inner:nth-child(2) figure:nth-of-type(3) {
		width: 41.333%;
		left: 0;
		top: 0;
		bottom: auto;
		margin: 42.666% 0 0;
	}
	.wrapPoint .inner:nth-child(2) .wrapPoint-text {
		width: auto;
		padding: 3% 5.333% 3.3vw;
		position: relative;
		top: auto;
		right: auto;
		margin-left: 6.666%;
		margin-right: 6.666%;
	}
	.wrapPoint .inner:nth-child(2) .wrapPoint-text h2 {
		font-size: 3.733vw;
		line-height: 1.95;
		margin-bottom: 4.533vw;
	}
	.wrapPoint .inner:nth-child(2) .wrapPoint-text h2::after {
		margin: 3.466vw 0 0;
	}
	.wrapPoint .inner:nth-child(2) .wrapPoint-text::before {
		width: 14.933vw;
		height: 13.2vw;
		top: 5.333vw;
		right: 5.333vw;
	}
	.wrapPoint .inner:nth-child(2) .wrapPoint-text::after {
		top: 10.933vw;
		right: 18vw;
	}
	.wrapPoint .inner:nth-child(3) {
		padding: 65.333% 0 42.666%;
		margin-bottom: 0;
	}
	.wrapPoint .inner:nth-child(3) figure:nth-of-type(1) {
		width: 96%;
		margin: 0 auto 0 0;
	}
	.wrapPoint .inner:nth-child(3) figure:nth-of-type(2) {
		width: 38.666%;
		position: absolute;
		top: 0;
		left: 0;
		padding-top: 12%;
		margin: -8% 0 0;
	}
	.wrapPoint .inner:nth-child(3) figure:nth-of-type(3) {
		bottom: auto;
		top: 0;
		left: 35.333%;
		margin: 0;
		width: 58%;
	}
	.wrapPoint .inner:nth-child(3) figure:nth-of-type(4) {
		bottom: auto;
		top: 0;
		left: auto;
		right: 0;
		margin: 33.333% 0 0;
		width: 58%;
	}
	.wrapPoint .inner:nth-child(3) figure:nth-of-type(5) {
		right: auto;
		left: 0;
		margin: 0 0 9.333%;
		width: 58%;
	}
	.wrapPoint .inner:nth-child(3) figure:nth-of-type(6) {
		margin: 0;
		width: 58%;
	}
	.wrapPoint .inner:nth-child(3) .wrapPoint-text {
		width: auto;
		position: relative;
		top: auto;
		left: auto;
		padding: 3.2% 5.333% 3.2vw;
		margin-top: -8%;
		margin-left: 6.666%;
		margin-right: 6.666%;
	}
	.wrapPoint .inner:nth-child(3) .wrapPoint-text::before {
		width: 15.2vw;
		height: 13.2vw;
		top: 5.333vw;
		right: 5.066vw;
	}
	.wrapPoint .inner:nth-child(3) .wrapPoint-text::after {
		right: 18vw;
	}
	.wrapPoint .inner:nth-child(3) .wrapPoint-text h2 {
		font-size: 3.733vw;
		line-height: 1.95;
		margin-bottom: 4.533vw;
	}
	.wrapPoint .inner:nth-child(3) .wrapPoint-text h2::after {
		margin: 3.466vw 0 0;
	}
}

/***** wrapTechnology ****/
.wrapTechnology {
	background: #dcf0eb;
	position: relative;
	padding: 71px 2.857% 60px;
}
.wrapTechnology h2 {
	margin: 0 0 47px;
	font-size: 3.6rem;
	text-align: center;
}
.wrapTechnology h2 span {
	display: block;
	letter-spacing: .04em;
}
.wrapTechnology h2 span::after {
	content: "";
	display: block;
	height: 6px;
	margin: -1px 0 8px;
	background: url(../images/bg_technology_line.png) no-repeat center bottom;
}
.wrapTechnology-detail {
	max-width: 1180px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.wrapTechnology-detail_item,
.wrapTechnology-detail_kuuki {
	width: 30.508%;
	background: #fff;
	text-align: center;
	padding: 56px 0 53px;
}
.wrapTechnology-detail_item {
	padding: 60px 0 0;
	position: relative;
	z-index: 10;
}
.wrapTechnology-detail_kuuki p {
	font-size: 1.8rem;
	margin: 0;
	letter-spacing: .08em;
}
.wrapTechnology-detail_item figure,
.wrapTechnology-detail_kuuki figure {
	margin: 0;
}
.wrapTechnology-detail_kuuki figure {
	margin: 36px auto 0;
	position: relative;
}
.wrapTechnology-detail_kuuki figure > span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #a6192e;
	font-size: 1.2rem;
	top: 0;
}
.wrapTechnology-detail_kuuki figure img {
	width: 150px;
	max-width: 100%;
}
.wrapTechnology-detail_kuuki figure figcaption {
	font-size: 1.8rem;
	margin-top: 18px;
	letter-spacing: .14em;
	padding-left: 10px;
}
.wrapTechnology-detail_kuuki figure figcaption span {
	display: block;
	font-size: 3.6rem;
	letter-spacing: .19em;
	padding-left: 33px;
	margin-top: -1px;
}
.wrapTechnology-detail_item figcaption {
	font-size: 3.3rem;
	margin-top: 11px;
	letter-spacing: .2em;
	padding-left: 5px;
}
.wrapTechnology-detail_item figcaption span {
	font-size: 1.8rem;
	display: inline-block;
	padding: 0 3px 7px;
	margin: 0 0 7px -5px;
	letter-spacing: .08em;
}
.wrapTechnology-detail_smart_breeze::after {
	content: "";
	display: block;
	width: 100px;
	height: 50px;
	position: absolute;
	right: -75px;
	top: 50%;
	margin-top: -30px;
	background: url(../images/img_smart_breeze_arrow.svg) no-repeat;
}
.wrapTechnology-detail_monocoque::after {
	content: "";
	display: block;
	width: 100px;
	height: 50px;
	position: absolute;
	left: -75px;
	top: 50%;
	margin-top: -30px;
	background: url(../images/img_monocoque_arrow.svg) no-repeat;
}
.wrapTechnology-detail_smart_breeze span {
	border-bottom: solid 2px #5ab4a5;
}
.wrapTechnology-detail_monocoque span {
	border-bottom: solid 2px #a6192e;
}
.wrapTechnology-detail_btn {
	width: 200px;
	margin: 39px auto 0;
}
.wrapTechnology-detail_kuuki .wrapTechnology-detail_btn {
	margin: 46px auto 0;
}
.wrapTechnology-detail_btn a {
	display: block;
	background: #646464;
	color: #fff;
	font-size: 1.6rem;
	padding: 12px 10px 13px 29px;
	letter-spacing: -.04em;
	position: relative;
}
.wrapTechnology-detail_btn a::before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 23px;
	margin-top: -6px;
}
.wrapTechnology-detail_smart_breeze + .wrapTechnology-detail_btn a:hover {
	background: #5ab4a5;
}
.wrapTechnology-detail_kuuki .wrapTechnology-detail_btn a:hover {
	background: #a6192e;
}
.wrapTechnology-detail_monocoque + .wrapTechnology-detail_btn a:hover {
	background: #a6192e;
}
.wrapTechnology-list {
	max-width: 1200px;
	margin: 60px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 0;
}
.wrapTechnology-list_item {
	width: 25%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.wrapTechnology-list_item a {
	display: block;
	background: #fff;
	padding-bottom: 25px;
}
.wrapTechnology-list_item a:hover figure img {
	transform: scale(1.1);
}
.wrapTechnology-list_item::after {
	content: "";
	display: block;
	width: 1px;
	background: #f0f0f0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}
.wrapTechnology-list_item:last-child::after {
	display: none;
}
.wrapTechnology-list_item figure {
	margin: 0;
	overflow: hidden;
}
.wrapTechnology-list_item figure img {
	width: 100%;
	-webkit-transition: transform 500ms;
	transition: transform 500ms;
}
.wrapTechnology-list_item h3 {
	font-size: 1.6rem;
	margin: 0;
	padding: 13px 20px 7px 40px;
	position: relative;
}
.wrapTechnology-list_item h3::before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 19px;
	left: 16px;
}
.wrapTechnology-list_item p {
	font-size: 1.4rem;
	margin: 0 20px 0 40px;
	line-height: 1.7;
	letter-spacing: .04em;
}


.wrapTechnology-detail02 > a {
	display: flex;
	max-width: 1180px;
	margin: 50px auto 0;
	justify-content: space-between;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	transition: 0.3s;
	position: relative;
}
.wrapTechnology-detail02 > a:hover {
	opacity: 0.7;
}
.wrapTechnology-detail02 figure {
	margin: 0;
	width: 24%;
}
.wrapTechnology-detail02 figure img {
	width: 100%;
}
.wrapTechnology-detail02 .wrapLineup-type_list {
	flex-wrap: wrap;
	width: 73%;
	margin: 0;
	align-items: flex-end;
}
.wrapTechnology-detail02 .wrapLineup-type_list li:first-child {
	width: 100%;
	font-size: 2rem;
	position: relative;
	line-height: 1;
}
.wrapTechnology-detail02 .wrapLineup-type_list li a {
	pointer-events: none;
}
.wrapTechnology-detail02 .wrapLineup-type_list li:first-child span:first-child {
	padding-left: 30px;
	display: inline-block;
}
.wrapTechnology-detail02 .wrapLineup-type_list li:first-child span:last-child {
	font-size: 1.5rem;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.wrapTechnology-detail02 .wrapLineup-type_list li:first-child::before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 7px;
	left: 0;
}
.wrapTechnology-detail02 .wrapLineup-type_list .wrapLineup-type_name h3 {
	font-size: 1.6vw;
}
.wrapTechnology-detail02 .wrapLineup-type_list .wrapLineup-type_name h3 img {
	width: 60%;
}
.wrapTechnology-detail02 .wrapLineup-type_list .wrapLineup-type_name p {
	font-size: 1.3rem;
}
.wrapTechnology-detail02 .wrapLineup-type_list .wrapLineup-type_name::after,
.wrapTechnology-detail02 .wrapLineup-type_list .wrapLineup-type_name::before {
	display: none;
}


@media only screen and (max-width: 768px) {
	.wrapTechnology {
		padding: 9.333% 0 8%;
	}
	.wrapTechnology h2 {
		margin: 0 4% 6.133vw;
		font-size: 4.8vw;
	}
	.wrapTechnology h2 span::after {
		height: .8vw;
		margin: 0 0 1.066vw;
		background-size: 100%;
	}
	.wrapTechnology-detail {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 4%;
	}
	.wrapTechnology-detail_item,
	.wrapTechnology-detail_kuuki {
		width: 100%;
		padding: 7.246% 4.347% 6.956%;
		order: 1;
	}
	.wrapTechnology-detail_item {
		width: 47.826%;
		padding: 8.695% 4.347% 5.797%;
		margin-bottom: 8vw;
		box-sizing: border-box;
		order: 0;
	}
	.wrapTechnology-detail_kuuki p {
		font-size: 3.733vw;
	}
	.wrapTechnology-detail_kuuki figure {
		margin: 4.87vw auto 0;
	}
	.wrapTechnology-detail_kuuki figure img {
		width: 26.266vw;
	}
	.wrapTechnology-detail_kuuki figure figcaption {
		font-size: 3.466vw;
		margin-top: 2.933vw;
		padding-left: 2.666vw;
	}
	.wrapTechnology-detail_kuuki figure figcaption span {
		display: inline-block;
		font-size: 5.333vw;
		padding-left: 0;
		margin-top: 0;
	}
	.wrapTechnology-detail_item figcaption {
		font-size: 4.266vw;
		margin-top: 2.933vw;
		padding-left: 0;
	}
	.wrapTechnology-detail_item figcaption span {
		font-size: 3.2vw;
		width: 96.296%;
		border-bottom: none;
		padding: 0;
		line-height: 1.5;
		margin: 0 auto .8vw;
	}
	.wrapTechnology-detail_smart_breeze::after,
	.wrapTechnology-detail_monocoque::after {
		width: 13.333vw;
		height: 6.666vw;
		left: 50%;
		right: auto;
		top: auto;
		bottom: -7.2vw;
		margin: 0 0 0 -6.666vw;
		background-size: 100% auto;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.wrapTechnology-detail_monocoque::after {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.wrapTechnology-detail_smart_breeze img {
		width: 13.333vw;
	}
	.wrapTechnology-detail_monocoque img {
		width: 19.733vw;
	}
	.wrapTechnology-detail_smart_breeze span::after {
		content: "";
		width: 100%;
		height: .266vw;
		min-height: 1px;
		display: block;
		background: #5ab4a5;
		margin-top: 2.133vw;
	}
	.wrapTechnology-detail_monocoque span::after {
		content: "";
		width: 100%;
		height: .266vw;
		min-height: 1px;
		display: block;
		background: #e60014;
		margin-top: 2.133vw;
	}
	.wrapTechnology-detail_item .wrapTechnology-detail_smart_breeze span {
		padding-top: 1.5em;
	}
	.wrapTechnology-detail_btn {
		width: 100%;
		margin: 4.266vw auto 0;
	}
	.wrapTechnology-detail_kuuki .wrapTechnology-detail_btn {
		margin: 4.266vw auto 0;
	}
	.wrapTechnology-detail_btn a {
		font-size: 3.2vw;
		padding: 2.133vw 1.333vw 2.133vw 5.6vw;
	}
	.wrapTechnology-detail_btn a::before {
		width: 2.133vw;
		height: 2.133vw;
		left: 2.133vw;
		margin-top: -1.066vw;
	}
	.wrapTechnology-detail_smart_breeze + .wrapTechnology-detail_btn a:hover,
	.wrapTechnology-detail_monocoque + .wrapTechnology-detail_btn a:hover {
		background: #646464;
	}
	.wrapTechnology-list {
		margin: 8vw auto 0;
		display: block;
	}
	.wrapTechnology-list_item {
		width: 100%;
		border-bottom: solid 1px #f0f0f0;
	}
	.wrapTechnology-list_item:last-child {
		border-bottom: none;
	}
	.wrapTechnology-list_item a {
		width: 100%;
		overflow: hidden;
		padding-bottom: 0;
	}
	.wrapTechnology-list_item a:hover figure img {
		transform: scale(1);
	}
	.wrapTechnology-list_item::after {
		display: none;
	}
	.wrapTechnology-list_item figure {
		width: 36%;
		float: left;
	}
	.wrapTechnology-list_item figure img {
		width: 100%;
		display: block;
	}
	.wrapTechnology-list_item h3 {
		font-size: 3.466vw;
		overflow: hidden;
		margin: 0;
		padding: 3.466vw 2.666vw 1.6vw 8vw;
	}
	.wrapTechnology-list_item h3::before {
		width: 1.866vw;
		height: 1.866vw;
		top: 5.066vw;
		left: 3.733vw;
	}
	.wrapTechnology-list_item p {
		font-size: 3.2vw;
		overflow: hidden;
		padding: 0 2.666vw 0 4vw;
		margin: 0;
	}
	
	.wrapTechnology-detail02 > a {
		display: block;
		margin: 30px 4%;
		padding: 6%;
	}
	.wrapTechnology-detail02 figure {
		display: none;
	}
	.wrapTechnology-detail02 .wrapLineup-type_list {
		width: 100%;
	}
	.wrapTechnology-detail02 .wrapLineup-type_list li:first-child {
		font-size: 4.8vw;
		margin-bottom: 5.2vw;
	}
	.wrapTechnology-detail02 .wrapLineup-type_list li:first-child span:first-child  {
		padding-left: 5.2vw;
	}
	.wrapTechnology-detail02 .wrapLineup-type_list li:first-child span:last-child {
		font-size: 3.2vw;
	}
	.wrapTechnology-detail02 .wrapLineup-type_list li:first-child::before {
		width: 2.133vw;
		height: 2.133vw;
	}
	.wrapTechnology-detail02 .wrapLineup-type_list .wrapLineup-type_name h3 {
		font-size: 2rem;
	}
	.wrapTechnology-detail02 .wrapLineup-type_list .wrapLineup-type_name h3 img {
		width: 170px;
	}
	.wrapTechnology-detail02 .wrapTechnology-detail_btn {
		display: block;
		background: #646464;
		color: #fff;
		letter-spacing: -.04em;
		position: relative;
		box-sizing: border-box;
		font-size: 3.2vw;
		padding: 2.133vw 1.333vw 2.133vw 5.6vw;
		text-align: center;
	}
	.wrapTechnology-detail02 .wrapTechnology-detail_btn::before {
		content: "";
		display: block;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
		top: 50%;
		width: 2.133vw;
		height: 2.133vw;
		left: 2.133vw;
		margin-top: -1.066vw;
	}

}

/***** wrapVoice ****/
.wrapVoice {
	background: #eee;
	position: relative;
	padding: 52px 5% 35px;
}
.wrapVoice h2 {
	font-size: 2.8rem;
	text-align: center;
	margin: 0 0 22px;
	letter-spacing: .09em;
}
.wrapVoice h2::after {
	content: "";
	display: block;
	margin: 23px auto 0;
	height: 2px;
	width: 180px;
	background: #5ab4a5;
}
.wrapVoice > p {
	text-align: center;
	font-size: 1.6rem;
	margin: 0 0 53px;
	line-height: 2.05;
}
.wrapVoice .inner {
	max-width: 1200px;
	margin: 0 auto 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.wrapVoice .inner:nth-of-type(2n) {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.wrapVoice .inner:nth-of-type(2n+1) .wrapVoice-text {
	order: 0;
}
.wrapVoice .inner:nth-of-type(2n+1) .wrapVoice-photo {
	order: 1;
}
.wrapVoice figure {
	margin: 0;
	float: left;
}
.wrapVoice figure img {
	display: block;
}
.wrapVoice-photo {
	width: 60%;
}
.wrapVoice-photo .slick-dots {
	text-align: center;
	margin-top: 27px;
	padding: 0;
}
.wrapVoice-photo .slick-dots li {
	display: inline-block;
	vertical-align: text-bottom;
	margin: 0 7.5px;
}
.wrapVoice-photo .slick-dots li button {
	width: 40px;
	height: 4px;
	border: none;
	overflow: hidden;
	display: block;
	text-indent: -999px;
	background: #bfbfbf;
	position: relative;
}
.wrapVoice-photo .slick-dots li button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 100%;
	background: #5ab4a5;
}
.wrapVoice-photo .slick-dots li.timer button::before {
	right: 0;
	-webkit-transition: all 4000ms;
	transition: all 4000ms;
}
.wrapVoice-text {
	width: 35%;
	background: #fff;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 53px 30px 27px 40px;
	position: relative;
}
.wrapVoice .inner:nth-of-type(2) .wrapVoice-text,
.wrapVoice .inner:nth-of-type(3) .wrapVoice-text {
	padding-bottom: 55px;
}
.wrapVoice-text::after {
	content: "";
	width: 39px;
	height: 12px;
	display: block;
	background: url(../images/txt_voice.png) no-repeat left top / 100%;
	position: absolute;
	top: 19px;
	right: 107px;
}
.wrapVoice .inner:nth-of-type(1) .wrapVoice-text::before {
	content: "";
	width: 79px;
	height: 89px;
	display: block;
	background: url(../images/txt_no01.png) no-repeat left top / 100%;
	position: absolute;
	top: -35px;
	right: 39px;
}
.wrapVoice .inner:nth-of-type(2) .wrapVoice-text::before {
	content: "";
	width: 101px;
	height: 89px;
	display: block;
	background: url(../images/txt_no02.png) no-repeat left top / 100%;
	position: absolute;
	top: -35px;
	right: 19px;
}
.wrapVoice .inner:nth-of-type(3) .wrapVoice-text::before {
	content: "";
	width: 101px;
	height: 89px;
	display: block;
	background: url(../images/txt_no03.png) no-repeat left top / 100%;
	position: absolute;
	top: -35px;
	right: 39px;
}
.wrapVoice .inner:nth-of-type(4) .wrapVoice-text::before {
	content: "";
	width: 104px;
	height: 89px;
	display: block;
	background: url(../images/txt_no04.png) no-repeat left top / 100%;
	position: absolute;
	top: -35px;
	right: 19px;
}
.wrapVoice .inner:nth-of-type(2) .wrapVoice-text::after {
	right: 109px;
}
.wrapVoice .inner:nth-of-type(3) .wrapVoice-text::after {
	right: 129px;
}
.wrapVoice .inner:nth-of-type(4) .wrapVoice-text::after {
	right: 112px;
}
.wrapVoice-text p {
	font-size: 1.4rem;
	line-height: 2;
}
.wrapVoice-text h3 {
	font-size: 1.8rem;
	color: #5ab4a5;
	margin-bottom: 21px;
}
.wrapVoice-text h3 span {
	font-size: 1.6rem;
	color: #000;
	letter-spacing: .05em;
	display: inline-block;
	padding-bottom: 17px;
	margin-bottom: 16px;
	border-bottom: solid 1px #5ab4a5;
}
.wrapVoice .bnr {
	text-align: center;
	width: 44%;
	margin: 0 auto;
}
.wrapVoice .bnr img {
	max-width: 100%;
}
.wrapVoice .bnr a {
	width: 638px;
	display: block;
	margin: 0 auto;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.wrapVoice .bnr a:hover {
	opacity: .6;
}
@media only screen and (max-width: 768px) {
	.wrapVoice {
		padding: 9.333% 0 8%;
	}
	.wrapVoice h2 {
		font-size: 4.266vw;
		margin: 0 0 3.733vw;
	}
	.wrapVoice h2::after {
		margin: 4vw auto 0;
		height: .266vw;
		min-height: 1px;
		width: 26.666vw;
	}
	.wrapVoice > p {
		font-size: 3.466vw;
		margin: 0 0 6.133vw;
		line-height: 1.8;
	}
	.wrapVoice .inner {
		margin: 0 auto 8%;
		display: block;
	}
	.wrapVoice .inner:last-child {
		margin-bottom: 0;
	}
	.wrapVoice figure img {
		width: 100%;
	}
	.wrapVoice-photo {
		width: 100%;
	}
	.wrapVoice-photo .slick-prev,
	.wrapVoice-photo .slick-next {
		width: 4vw;
		height: 6.666vw;
		margin-top: -6vw;
		background: none;
		left: 2.666vw;
		z-index: 1100;
	}
	.wrapVoice-photo .slick-next {
		left: auto;
		right: 2.666vw;
		visibility: visible;
	}
	.wrapVoice-photo .slick-prev::before,
	.wrapVoice-photo .slick-next::before {
		content: "";
		display: block;
		width: 4vw;
		height: 4vw;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		top: 1.066vw;
		left: 1.333vw;
		opacity: 1;
	}
	.wrapVoice-photo .slick-next::before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		left: -1.333vw;
	}
	.wrapVoice-photo .slick-dots {
		margin-top: 1.6vw;
	}
	.wrapVoice-photo .slick-dots li {
		margin: 0 1vw;
	}
	.wrapVoice-photo .slick-dots li button {
		width: 8vw;
		height: .533vw;
		min-height: 1px;
	}
	.wrapVoice-text {
		width: 86.666%;
		margin: 4.8% auto 0;
		padding: 13.866% 5.333vw 2.4vw;
	}
	.wrapVoice .inner:nth-of-type(2) .wrapVoice-text,
	.wrapVoice .inner:nth-of-type(3) .wrapVoice-text {
		padding-bottom: 2.3vw;
	}
	.wrapVoice .inner:nth-of-type(4) .wrapVoice-text {
		padding-bottom: 2.2vw;
	}
	.wrapVoice-text::after {
		width: 7.866vw;
		height: 2.266vw;
		top: 11.2vw;
		right: 14.8vw !important;
	}
	.wrapVoice .inner:nth-of-type(1) .wrapVoice-text::before {
		width: 11.733vw;
		height: 13.2vw;
		top: 5.6vw;
		right: 5.466vw;
	}
	.wrapVoice .inner:nth-of-type(2) .wrapVoice-text::before {
		width: 14.933vw;
		height: 13.2vw;
		top: 5.6vw;
		right: 2.266vw;
	}
	.wrapVoice .inner:nth-of-type(3) .wrapVoice-text::before {
		width: 15.2vw;
		height: 13.2vw;
		top: 5.6vw;
		right: 2vw;
	}
	.wrapVoice .inner:nth-of-type(4) .wrapVoice-text::before {
		width: 15.6vw;
		height: 13.2vw;
		top: 5.6vw;
		right: 1.6vw;
	}
	.wrapVoice-text p {
		letter-spacing: -.012em;
		font-size: 3.2vw;
	}
	.wrapVoice-text h3 {
		font-size: 3.733vw;
		margin: 0 0 1.333vw;
	}
	.wrapVoice-text h3 span {
		font-size: 3.2vw;
		padding-bottom: 0;
		margin-bottom: 5.333vw;
		border-bottom: none;
		position: relative;
	}
	.wrapVoice-text h3 span::after {
		content: "";
		display: block;
		min-height: 1px;
		height: .266vw;
		width: 13.333vw;
		background: #64ac95;
		margin-top: 4.266vw;
	}
	.wrapVoice .bnr {
		text-align: center;
		width: auto;
		margin: 0 5.333vw;
	}
	.wrapVoice .bnr a {
		width: auto;
	}
}

/***** btn_voice ****/
.btn_voice {
	position: fixed;
	bottom: 0;
	right: 1.428%;
	margin-bottom: 1.428%;
	width: 150px;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	z-index: 2100;
}
.btn_voice.scroll {
	opacity: 0;
	pointer-events: none;
}
.btn_voice a {
	display: block;
	background: #5ab4a5;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 3px 3px 7px rgba(0,0,0,.35);
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.btn_voice a:hover {
	opacity: .6;
}
.btn_voice figure {
	margin: 0;
	color: #fff;
}
.btn_voice figcaption {
	font-size: 1.2rem;
	padding: 6px 30px 11px 10px;
	position: relative;
}
.btn_voice figcaption::before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 10px;
}
.btn_voice figcaption::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #5ab4a5;
	border-right: 2px solid #5ab4a5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -7px;
}
@media only screen and (max-width: 768px) {
	.btn_voice {
		right: 1.333%;
		margin-bottom: 1.333%;
		width: 26.666vw;
	}
	.btn_voice a {
		border-radius: 1.2vw;
		box-shadow: .666vw .666vw 1.333vw rgba(0,0,0,.35);
	}
	.btn_voice a:hover {
		opacity: 1;
	}
	.btn_voice figure img {
		width: 100%;
	}
	.btn_voice figcaption {
		font-size: 2.666vw;
		line-height: 1.25;
		padding: .8vw 8vw .8vw 2.666vw;
	}
	.btn_voice figcaption::before {
		width: 5.333vw;
		height: 5.333vw;
		margin-top: -2.666vw;
		right: 1.333vw;
	}
	.btn_voice figcaption::after {
		width: 1.6vw;
		height: 1.6vw;
		right: 2.933vw;
		margin-top: -1.333vw;
	}
}

/***** listConversion01 ****/
.listConversion01 {
	position: relative;
}
@media only screen and (max-width: 768px) {
}

/***** wrapLineup ****/
.wrapLineup {
	min-width: 1200px;
	background: #efefef;
	padding-bottom: 30px;
}
#wrapContents {
	overflow: visible;
}
.wrapLineup-summary {
	max-width: 1056px;
	margin: 0 auto -40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.wrapLineup-summary_logo {
	width: 260px;
	background: #fff;
	margin: 0;
	padding: 53px 0 32px;
	position: relative;
}
.wrapLineup-summary_logo img {
	width: 125px;
	display: block;
	margin: 0 auto;
}
.wrapLineup-summary_logo figcaption {
	width: 120px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 27px auto 0;
	border-top: solid 3px #5ab4a5;
	font-size: 2.6rem;
	text-align: center;
	padding: 7px 0 0 .2em;
	letter-spacing: .2em;
}
.wrapLineup-summary_text {
	margin-left: 60px;
	padding-bottom: 20px;
}
.wrapLineup-summary_text h2 {
	font-size: 3.6rem;
	margin: 0 0 15px;
}
.wrapLineup-summary_text h2 span {
	display: block;
	font-size: 4rem;
	font-weight: 100;
	color: #5bbeae;
}
.wrapLineup-summary_text p {
	font-size: 1.8rem;
	line-height: 2.2;
	margin: 0;
}
.wrapLineup-summary_text p span {
	padding-bottom: 4px;
	border-bottom: solid 2px #5ab4a5;
}
.wrapLineup-type {
	background: #dbefeb;
	padding: 100px 20px 74px;
	margin-bottom: -55px;
}
.wrapLineup-type_list {
	margin: 0 auto 60px;
	padding: 0;
	max-width: 1180px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.wrapLineup-type_list li {
	/*width: 32.2033%;*/
    width: 49%;
}
.wrapLineup-type_name {
	display: block;
	background: #f5fbf9;
	border-left: 10px solid #5ab4a5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 0 17px 21px;
	position: relative;
	transition: opacity .3s;
}
.wrapLineup-type_name::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: #5bbeae;
	position: absolute;
	right: 0;
	bottom: 0;
}
.wrapLineup-type_name::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #fff transparent transparent;
	position: absolute;
	bottom: 8px;
	right: 9px;
	transition: bottom .3s
}
.wrapLineup-type_name:hover {
	opacity: .6;
}
.wrapLineup-type_name:hover::after {
	bottom: 3px;
}
.wrapLineup-type_name h3 {
	margin: 0 0 5px;
	font-size: 3rem;
	letter-spacing: .1em;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 700;
}
.wrapLineup-type_name h3 img {
	width: 223px;
	margin-right: 10px;
}
.wrapLineup-type_name p {
	font-size: 1.8rem;
	font-weight: 500;
	margin: 0;
}
.wrapLineup-item {
	max-width: 1180px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 40px;
	padding: 62px 0 40px;
	background: #f5fbf9;
	border-left: 10px solid #5ab4a5;
}
.wrapLineup-item figure {
	margin: 0;
}
.wrapLineup-item img {
	max-width: 100%;
}
.wrapLineup-item h2 {
	width: 359px;
	margin: 0;
	padding-left: 2px;
}
.wrapLineup-item-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 0 3.419%;
}
.wrapLineup-item.ace .wrapLineup-item-ttl {
	padding-right: 141px;
	position: relative;
}
.wrapLineup-item-eccj {
	position: absolute;
	width: 109px;
	position: absolute;
	right: 0;
	top: -54px;
}
.wrapLineup-item h2::after {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background: #5ab4a5;
	margin: 16px 0 16px -2px;
}
.wrapLineup-item-ttl h3 {
	font-size: 2.4rem;
	font-weight: 500;
	margin: 0;
	letter-spacing: .01em;
}
.wrapLineup-item-function {
	margin: -11px 0 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.wrapLineup-item-function li {
	min-width: 120px;
	margin-left: 10px;
	text-align: center;
}
.wrapLineup-item-function li img {
	width: 55px;
}
.wrapLineup-item-function li figcaption {
	background: #5ab4a5;
	color: #fff;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4rem;
	margin: 5px 0 0;
	padding: 3px 16px 4px;
	border-radius: 15px;
	font-weight: 500;
}
.wrapLineup-item-function p {
	font-size: 1.2rem;
	font-weight: 500;
	color: #5ab4a5;
	margin: 3px 0 0;
}
.wrapLineup-point {
	margin-top: 55px;
	padding: 0 3.419%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrapLineup-point h3 {
	font-size: 2rem;
	font-weight: 500;
	color: #5ab4a5;
	letter-spacing: .02em;
	margin: 0 0 23px 2px;
}
.wrapLineup-point h3 img {
	width: 102px;
	margin-right: 16px;
	vertical-align: -7px;
}
.wrapLineup-point h3 .wrapLineup-point-logo {
	width: 256px;
	margin-left: 31px;
}
.wrapLineup-point-txt {
	width: 52.2935%;
}
.wrapLineup-point-txt p {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: .02em;
	margin-bottom: 0;
}
.wrapLineup-point-txt .wrapLineup-point-note {
	margin: 7px 0 0 1em;
	text-indent: -1em;
	font-size: 1.2rem;
}
.wrapLineup-point-img {
	width: 42.2018%;
}
.wrapLineup-point-img a,
.wrapLineup-point-smp-box a {
	display: block;
	position: relative;
	transition: opacity .3s;
}
.wrapLineup-point-img a:hover,
.wrapLineup-point-smp-box a:hover {
	opacity: .6;
}
.wrapLineup-point-img a::before,
.wrapLineup-point-smp-box a::before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 7px;
	right: 7px;
	background: url(../images/lineup/icon_zoom.png) no-repeat left top / 100% auto;
}
.ace .point01 .wrapLineup-point-img a::before {
	top: 15px;
}
.wrapLineup-point-smp-box a::before {
	top: 15px;
	right: 17px;
}
.wrapLineup-point-img img {
	display: block;
	backface-visibility: hidden;
}
.ace .point01 .wrapLineup-point-img {
	margin-top: -70px;
}
.ace .point02 {
	margin-top: 35px;
}
.ace .point02 .wrapLineup-point-txt {
	margin-top: -58px;
}
.ace .point03 {
	margin-top: 60px;
}
.ace .point03 .wrapLineup-point-img {
	margin-top: -53px;
}
.plus .point01 .wrapLineup-point-img {
	margin-top: -63px;
}
.plus .point02 {
	margin-top: 33px;
}
.plus .point02 .wrapLineup-point-img {
	margin-top: 7px;
}
.one .point01 .wrapLineup-point-img {
	margin-top: -21px;
}
.one .point02 {
	margin-top: -6px;
}
.wrapLineup-point-plasmacluster {
	width: 52.2935%;
	margin-top: -66px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.wrapLineup-point-plasmacluster figure {
	width: 100px;
	margin: 0;
}
.wrapLineup-point-plasmacluster-txt {
	padding-left: 21px;
	margin-bottom: 6px;
	flex: 1;
}
.wrapLineup-point-plasmacluster-txt p {
	font-size: 1.4rem;
	margin: 10px 0;
}
.wrapLineup-point-plasmacluster-txt p a {
	border-bottom: 1px solid #000;
	transition: opacity .3s
}
.wrapLineup-point-plasmacluster-txt p a:hover {
	opacity: .6;
}
.wrapLineup-point-plasmacluster-txt p + p {
	font-size: 1.2rem;
	margin: 0;
}
.wrapLineup-point-smp {
	margin: 40px 0 0;
	padding: 0 3.419% 0 2.5423%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.wrapLineup-point-smp-box {
	width: 52.7272%;
}
.wrapLineup-point-smp .wrapLineup-point-img {
	margin-top: -2px;
}
.wrapLineup-point-smp .wrapLineup-point-img p {
	font-size: 1.4rem;
	margin: 0;
}
.wrapLineup-point-smp .wrapLineup-point-img figure {
	width: 280px;
	margin: 21px 5px;
}
.wrapLineup-point-smp .wrapLineup-point-img figcaption {
	font-size: 1.4rem;
	color: #5ab4a5;
	margin-top: 22px;
	letter-spacing: .05em;
}
.wrapLineup-point-smp-note {
	font-size: 1.2rem;
	margin: 5px 0 -2px;
	padding: 0;
}
.wrapLineup-point-smp-note li {
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.8;
}
.wrapLineup-point-merit {
	background: #fff;
	padding: 16px 20px;
	margin: 24px 3.3898% 0 2.5423%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrapLineup-point-merit h3 {
	width: 100%;
	font-size: 1.8rem;
	margin: 0 0 16px;
	font-weight: 500;
	color: #5ab4a5;
	letter-spacing: .02em;
}
.wrapLineup-point-merit h4 {
	font-size: 1.8rem;
	margin: 19px 0 7px;
	letter-spacing: .07em;
}
.wrapLineup-point-merit h4:first-child {
	margin-top: 0;
}
.wrapLineup-point-merit-small {
	font-size: 1.4rem;
	letter-spacing: 0;
}
.wrapLineup-point-merit h4 img {
	display: inline-block;
	width: 90px;
	vertical-align: -7px;
	margin-right: 14px;
}
.wrapLineup-point-merit-box {
	width: 47.1698%;
}
.wrapLineup-point-merit-box p {
	font-size: 1.4rem;
	margin: 0;
	line-height: 1.75;
	letter-spacing: .05em;
}

/* results */
.wrapLineup-results {
	max-width: 1054px;
	margin: 0 auto;
}
.wrapLineup-results {
	max-width: 1054px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrapLineup-results figure {
	width: 284px;
	margin: 0;
}
.wrapLineup-results figure img {
	width: 100%;
	display: block;
}
.wrapLineup-results_text {
	width: calc(100% - 284px);
	background: #fff;
	padding: 50px 45px 40px 56px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapLineup-results_text h3 {
	margin: 0 0 20px;
	font-size: 3.1rem;
	color: #595757;
	letter-spacing: .08em;
}
.wrapLineup-results_text h3::after {
	content: "";
	display: block;
	height: 2px;
	width: 120px;
	background: #5bbeae;
	margin: 17px 0 0;
}
.wrapLineup-results_text h3 span {
	font-size: 1.2rem;
}
.wrapLineup-results_text h3 img {
	width: 136px;
	vertical-align: middle;
	margin: 0 9px 3px;
}
.wrapLineup-results_text p {
	margin: 0;
	font-size: 1.6rem;
	line-height: 2;
	color: #595757;
	letter-spacing: .03em;
}
.wrapLineup-results_note {
	font-size: 1rem;
	margin: 16px 0 0 56px;
	padding-left: 1em;
	text-indent: -1em;
	color: #595757;
}
.modaal-container {
	max-width: 900px !important;
	height: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	position: relative;
}
.popup-floor__close {
	top: 0;
	right: -100px;
	width: 60px;
	height: 60px;
	position: absolute;
}
.popup-floor__close button {
	-webkit-appearance: none;
	appearance: none;
	width: 60px;
	height: 60px;
	background: #fff;
	border: 1px solid #5ab4a5;
	border-radius: 50%;
	transition: opacity .3s;
	cursor: pointer;
	overflow: hidden;
	text-indent: -999px;
	margin: 0;
}
.popup-floor__close button:hover {
	opacity: .6;
}
.popup-floor__close button:before,
.popup-floor__close button:after {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	width: 2px;
	height: 30px;
	border-radius: 4px;
	left: 29px;
	background: #5ab4a5 !important;
	transform: rotate(-45deg);
}
.popup-floor__close button:after {
	transform: rotate(45deg);
}
.floor_info img {
	backface-visibility: initial;
	display: block;
	margin: 0 auto;
}
.floor_info img[src$="img_ace_02.png"] {
	width: 85.1111% !important;
}
.floor_info img[src$="img_ace_03.jpg"] {
	width: 91.1111% !important;
}
.floor_info img[src$="img_ace_04.png"] {
	width: 92.4444% !important;
}
.floor_info img[src$="img_plus_01.png"] {
	width: 96.4% !important;
	position: relative;
	left: 1.4%;
}
.floor_info img[src$="img_plus_02.png"] {
	width: 91.1111% !important;
	backface-visibility: hidden;
}
.floor_info img[src$="img_plus_03.png"] {
	width: 98.3% !important;
	backface-visibility: hidden;
}
@media only screen and (max-width: 768px) {
	.wrapLineup {
		padding-bottom: 8vw;
		min-width: 0;
	}
	.wrapLineup-summary {
		margin: 0 auto;
		padding: 0 5.333vw;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.wrapLineup-summary_logo {
		width: 32vw;
		padding: 8vw 0 4vw;
	}
	.wrapLineup-summary_logo img {
		width: 60%;
	}
	.wrapLineup-summary_logo figcaption {
		width: 60%;
		margin: 2.666vw auto 0;
		border-top: solid 2px #00a29a;
		font-size: 4vw;
		padding-top: 1.333vw;
	}
	.wrapLineup-summary_text {
		width: calc(100% - 32vw);
		margin-left: 5.333vw;
		padding: 2.666vw 0 8vw;
	}
	.wrapLineup-summary_text h2 {
		font-size: 5.333vw;
		margin: 0 0 2.666vw;
	}
	.wrapLineup-summary_text h2 span {
		font-size: 5.333vw;
	}
	.wrapLineup-summary_text p {
		font-size: 3.733vw;
		line-height: 2.2;
	}
	.wrapLineup-summary_text p span {
		border-bottom: solid 1px #00a29a;
	}
	.wrapLineup-type {
		padding: 8vw 6.6666vw;
		margin-bottom: -8vw;
	}
	.wrapLineup-type_list {
		margin: 0 auto 10.6666vw;
		display: block;
	}
	.wrapLineup-type_list li {
		width: auto;
	}
	.wrapLineup-type_list li + li {
		margin-top: 2.6666vw;
	}
	.wrapLineup-type_name {
		border-left-width: 1.3333vw;
		padding: 1.3333vw 0 3.4666vw 4vw;
	}
	.wrapLineup-type_name::before {
		width: 6.6666vw;
		height: 6.6666vw;
	}
	.wrapLineup-type_name::after {
		border-width: 2.5vw 1.4vw 0 1.4vw;
		bottom: 2.1333vw;
		right: 1.8666vw;
	}
	.wrapLineup-type_name:hover {
		opacity: 1;
	}
	.wrapLineup-type_name:hover::after {
		bottom: 2.1333vw;
	}
	.wrapLineup-type_name h3 {
		margin: 0;
		font-size: 6.8666vw;
	}
	.wrapLineup-type_name h3 img {
		width: 50.9333vw;
		margin-right: 2.1333vw;
	}
	.wrapLineup-type_name p {
		font-size: 4vw;
		line-height: 1.4;
	}
	.wrapLineup-item {
		margin: 0 -6.6666vw 8vw;
		padding: 8vw 0;
		border-left-width: 1.3333vw;
	}
	.wrapLineup-item h2 {
		width: 52.1333vw;
		padding-left: .5333vw;
	}
	.wrapLineup-item-header {
		padding: 0 6.6666vw 0 5.3333vw;
		display: block;
	}
	.wrapLineup-item.ace .wrapLineup-item-ttl {
		padding-right: 0;
	}
	.wrapLineup-item-eccj {
		width: 12.8vw;
		right: -.5333vw;
		top: -4vw;
	}
	.wrapLineup-item h2::after {
		width: 5.3333vw;
		height: .5333vw;
		margin: 1.8666vw 0 2.4vw -.5333vw;
	}
	.wrapLineup-item-ttl h3 {
		font-size: 4vw;
	}
	.wrapLineup-item-function {
		width: 100%;
		margin: 18px 0 0;
	}
	.wrapLineup-item-function li {
		min-width: 20vw;
		margin-left: 1.3333vw;
	}
	.wrapLineup-item-function li:first-child {
		margin-left: 0;
	}
	.wrapLineup-item-function li img {
		width: 9.0666vw;
	}
	.wrapLineup-item-function li figcaption {
		font-size: 2.6666vw;
		margin: .2666vw 0 0;
		padding: .5333vw 2.1333vw;
		white-space: nowrap;
		border-radius: 2.6666vw;
	}
	.wrapLineup-item-function p {
		font-size: 2.1333vw;
		margin: .5333vw 0 0;
	}
	.wrapLineup-point {
		margin-top: 28px;
		padding: 0 6.6666vw 0 5.3333vw;
		display: block;
	}
	.wrapLineup-point h3 {
		font-size: 4vw;
		letter-spacing: .015em;
		margin: 0 0 2.4vw .5333vw;
	}
	.wrapLineup-point h3 img {
		width: 17.0666vw;
		margin-right: 1.8666vw;
		vertical-align: -1.0666vw;
	}
	.wrapLineup-point h3 .wrapLineup-point-logo {
		width: 39.6vw;
		margin-left: 1.3333vw;
		vertical-align: -.5333vw;
	}
	.wrapLineup-point-txt {
		width: auto;
	}
	.wrapLineup-point-txt p {
		font-size: 3.4666vw;
		margin-top: 0;
	}
	.wrapLineup-point-txt .wrapLineup-point-note {
		margin: 2.6666vw 0 0 1em;
		font-size: 2.6666vw;
	}
	.wrapLineup-point-img {
		width: auto;
	}
	.wrapLineup-point-img a {
		pointer-events: none;
	}
	.wrapLineup-point-smp-box a {
		pointer-events: none;
	}
	.wrapLineup-point-img a:hover,
	.wrapLineup-point-smp-box a:hover {
		opacity: 1;
	}
	.wrapLineup-point-img a::before,
	.wrapLineup-point-smp-box a::before {
		display: none;
	}
	.ace .point01 .wrapLineup-point-img {
		margin-top: 3.7333vw;
		font-size: 2.9333vw;
		line-height: 1.8;
	}
	.ace .point01 .wrapLineup-point-img img {
		margin-bottom: 3.4666vw;
	}
	.ace .point02 {
		margin-top: 7.4666vw;
	}
	.ace .point02 .wrapLineup-point-txt {
		margin-top: 0;
		margin-bottom: 4.2666vw;
	}
	.ace .point03 {
		margin-top: 7.2vw;
	}
	.ace .point03 .wrapLineup-point-img {
		margin-top: 4vw;
	}
	.plus .point01 {
		margin-top: 4.8vw;
	}
	.plus .point01 .wrapLineup-point-img {
		margin-top: 3.4666vw;
	}
	.plus .point02 {
		margin-top: 8.8vw;
	}
	.plus .point02 .wrapLineup-point-img {
		margin-top: 4.5333vw;
	}
	.one .point01 .wrapLineup-point-img {
		margin-top: 5.3333vw;
		margin-left: -.5333vw;
		margin-right: -2.1333vw;
	}
	.one .point02 {
		margin-top: 9.3333vw;
	}
	.wrapLineup-point-plasmacluster {
		width: auto;
		margin-top: 5.6vw;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.wrapLineup-point-plasmacluster figure {
		width: 16vw;
	}
	.wrapLineup-point-plasmacluster-txt {
		padding-left: 5.0666vw;
		margin-bottom: 0;
	}
	.wrapLineup-point-plasmacluster-txt p {
		font-size: 3.4666vw;
		line-height: 1.8;
		margin: 1.0666vw 0 5.8666vw;
	}
	.wrapLineup-point-plasmacluster-txt p a:hover {
		opacity: 1;
	}
	.wrapLineup-point-plasmacluster-txt p + p {
		font-size: 2.9333vw;
		margin: 0 0 0 -21.0666vw;
	}
	.wrapLineup-point-smp {
		margin: 4vw 0 0;
		padding: 0 6.6666vw 0 5.3333vw;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.wrapLineup-point-smp-box {
		width: 100%;
	}
	.wrapLineup-point-smp .wrapLineup-point-img {
		width: 100%;
		order: -1;
		margin-top: 0;
		margin-bottom: 5.0666vw;
	}
	.wrapLineup-point-smp .wrapLineup-point-img p {
		font-size: 3.2vw;
		margin: 0 0 0 -.5em;
	}
	.wrapLineup-point-smp .wrapLineup-point-img figure {
		width: auto;
		margin: 2.4vw 0 0;
	}
	.wrapLineup-point-smp .wrapLineup-point-img figure img {
		display: block;
		width: 55.0666vw;
		margin: 0 0 0 27.0666vw;
	}
	.wrapLineup-point-smp .wrapLineup-point-img figcaption {
		font-size: 3.4666vw;
		margin-top: 2.9333vw;
	}
	.wrapLineup-point-smp-note {
		font-size: 2.6666vw;
		margin: .2666vw 0 -1.3333vw;
	}
	.wrapLineup-point-smp-note li {
		margin-left: 0;
		text-indent: 0;
	}
	.wrapLineup-point-merit {
		padding: 2.1333vw 2.6666vw 5.0666vw;
		margin: 4vw 5.3333vw 0;
		display: block;
	}
	.wrapLineup-point-merit h3 {
		font-size: 3.4666vw;
		margin: 0 0 4.8vw;
	}
	.wrapLineup-point-merit h4 {
		font-size: 3.7333vw;
		margin: 5.0666vw 0 1.6vw;
	}
	.wrapLineup-point-merit-small {
		font-size: 3.2vw;
	}
	.wrapLineup-point-merit h4 img {
		width: 20vw;
		vertical-align: -1.8666vw;
		margin-right: 2.666vw;
	}
	.wrapLineup-point-merit-box {
		width: 100%;
	}
	.wrapLineup-point-merit-box + .wrapLineup-point-merit-box {
		margin-top: 5.0666vw;
	}
	.wrapLineup-point-merit-box p {
		font-size: 3.192vw;
	}

	/* result */
	.wrapLineup-results {
		display: block;
		margin: 0 5.333vw;
	}
	.wrapLineup-results figure {
		width: 100%;
	}
	.wrapLineup-results figure img {
		width: 100%;
	}
	.wrapLineup-results_text {
		width: 100%;
		padding: 8vw 5.333vw;
	}
	.wrapLineup-results_text h3 {
		margin: 0 0 5.333vw;
		font-size: 4.8vw;
	}
	.wrapLineup-results_text h3::after {
		height: .533vw;
		min-height: 1px;
		width: 26.666vw;
		margin: 0;
	}
	.wrapLineup-results_text h3 span {
		font-size: 2.933vw;
		display: block;
		text-align: right;
	}
	.wrapLineup-results_text h3 img {
		width: 24vw;
		margin: 0 1.333vw .8vw;
	}
	.wrapLineup-results_text p {
		font-size: 3.733vw;
	}
	.wrapLineup-results_note {
		font-size: 2.666vw;
		margin: 4.266vw 0 0;
	}
}




/* 200521 追加
-------------------------------*/
.wrapcatalog {
    padding: 80px 0;
    background: #dcf0eb;
    position: relative;
}
.wrapcatalog ul {
    width: 980px;
    margin: 0 auto;
    max-width: 100%;
	padding: 0;
}
.wrapcatalog ul li {
    /*height: 156px;
    overflow: hidden;
    border: 1px #b9bbbd solid;
    width: 53.75%;
    margin: 0 auto;*/
	
	height: 180px;
	overflow: hidden;
	border: 1px #b9bbbd solid;
	width: 60%;
	margin: 0 auto;
}
.wrapcatalog ul li.itemBnr01 a {
    background: #ffffff url("/home/airquality/images/img_footer01.jpg") no-repeat 0 0;
    background-size: 44%;
    background-position: 5% center;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition: 0.3s;
}
.wrapcatalog ul li.itemBnr01 a:hover {
    opacity: 0.5;
}
.wrapcatalog ul li.itemBnr01 .img {
    width: 40%;
    display: table-cell;
}
.wrapcatalog ul li.itemBnr01 .txt {
    display: table-cell;
    line-height: 1.2;
    vertical-align: middle;
    width: 50%;
    font-size: 2rem;
    background: #fff;
	text-align: center;
}
.wrapcatalog ul li.itemBnr01 .txt small {
	font-size: 1.7rem;
}

.wrapcatalog ul li.itemBnr01 .txt span {
	font-weight: bold;
	color: #5BBEAE;
	font-size: 2.3rem;
	padding: 0 5px;
}

.mainVisual-text .wrapcatalog {
	padding: 0 0 20px;
	background: none;
}
.mainVisual-text .wrapcatalog ul {
	display: block;
}
.mainVisual-text .wrapcatalog ul::before,
.mainVisual-text .wrapcatalog ul::after {
	display: none;
}

.mainVisual-text .wrapcatalog ul li.itemBnr01 .txt small {
	font-size: 1.6rem;
}
.mainVisual-text .wrapcatalog ul li.itemBnr01 .txt span {
	font-size: 1.5rem;
}


@media only screen and (min-width: 769px) {
	.mainVisual-text .wrapcatalog {
		padding: 0 0 60px;
		width: 100%;
	}
	.mainVisual-text .wrapcatalog ul {
		width: 100%;
	}
	.mainVisual-text .wrapcatalog ul li {
		width: 70%;
		height: 160px;
		max-width: 470px;
	}
	.mainVisual-text .wrapcatalog ul li.itemBnr01 .txt {
		font-size: 1.8rem;
	}
	.mainVisual-text .wrapcatalog ul li.itemBnr01 .txt small {
		font-size: 1.6rem;
	}
	.mainVisual-text .wrapcatalog ul li.itemBnr01 .txt span {
		font-size: 2.2rem;
	}
}

@media only screen and (max-width: 768px) {
    .wrapcatalog {
        padding: 10.6vw 0;
    }
    .wrapcatalog ul {
        width: 92%;
        margin: 0 auto;
        padding: 0;
    }
    .wrapcatalog ul li {
        height: 26vw;
        width: auto;
    }
    .wrapcatalog ul li.itemBnr01 a {
        background-size: 38%;
    }
    .wrapcatalog ul li.itemBnr01 .img {
        width: 30%;
    }
    .wrapcatalog ul li.itemBnr01 .txt {
        width: 45%;
		font-size: calc(13 / 375 * 100vw);
    }
    .wrapcatalog ul li.itemBnr01 .txt small {
		font-size: calc(12 / 375 * 100vw);
    }
    .wrapcatalog ul li.itemBnr01 .txt span {
		font-size: calc(17 / 375 * 100vw);
    }

}

.floor_info{display:none}
.popup-floor{
	background-color:rgba(0,0,0,.7);
	position:fixed;top:-100vh;
	right:0;
	width:100%;
	height:100vh;
	z-index:100;
	opacity:.0;
	-webkit-transition:opacity .3s ease-in-out;
	transition:opacity .3s ease-in-out;
	z-index:1001
}
.popup-floor.open{top:0;opacity:1.0}
.popup-floor__wrapper{
	position:absolute;
	left:50%;top:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	width:100%
}
.popup-floor__wrapper{width:900px}
.popup-floor__close{text-align:right}
.popup-floor__inner{
	overflow:auto;
	background-color:#fff
}
.popup-floor__inner{
	max-height:84vh;
	height: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-content: center;
}

body.pc {
	display: initial !important;
}