@charset "utf-8";

.brand-Wrapper {
  line-height: 1.57;
}

/*----------------------------------------------------------------------
#container-allYourNeeds
----------------------------------------------------------------------*/
#container-allYourNeeds {
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	background: url("/air/daikin_brand/all_your_needs/parallax/mobile/images/common/ribbon.png") left center no-repeat;
	background-size: cover;
}

#container-allYourNeeds.is-last {
	background: none;
}

#container-allYourNeeds.is-overflow {
	overflow: hidden;
}

#container-allYourNeeds .container-allYourNeeds__innr {
	position: relative;
	top: 0;
	left: 0;
}

/*----------------------------------------------------------------------
#scrollContainer-allYourNeeds
----------------------------------------------------------------------*/
#scrollContainer-allYourNeeds.is-action {
	transition: margin-top 0.3s ease-in-out;
}

/*----------------------------------------------------------------------
.rotateScreen-allYourNeeds
----------------------------------------------------------------------*/
#rotateScreen-allYourNeeds {
	display: none;
}

#rotateScreen-allYourNeeds.is-active {
	position: fixed;
	z-index: 300;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
	background: #e2f1f7;
	transform: translate3d(0, 0, 0);
}

#rotateScreen-allYourNeeds p {
	font-size: 25px;
	color: #189aca;
	margin-top: 20px;
	margin-bottom: 0;
}

#rotateScreen-allYourNeeds .rotateScreen-allYourNeeds__innr {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	visibility: hidden;
}

#rotateScreen-allYourNeeds .rotateScreen-allYourNeeds__innr.is-active {
	visibility: visible;
}

/*----------------------------------------------------------------------
#opening-allYourNeeds
----------------------------------------------------------------------*/

#opening-allYourNeeds .opening-allYourNeeds__container {
	position: fixed;
	z-index: 110;
	width: 100%;
	height: 100%;
	text-align: center;
	background: linear-gradient(to bottom, #5cc7eb 0%, #58c4ea 15%, #53c3e8 20%, #55c2e9 20%, #52c2e8 21%, #54c1e8 22%, #50c2e7 26%, #4dbee6 32%, #4bbfe4 32%, #4dbee6 33%, #47bde3 38%, #48bce5 39%, #47bde5 40%, #46bce2 40%, #42b9e3 48%, #3fb9e0 48%, #3bb6e0 56%, #37b5de 58%, #38b6df 59%, #36b4dd 59%, #33b2dd 66%, #30b1db 67%, #30b0dd 70%, #2db0da 70%, #2fafdc 71%, #2cafdb 71%, #2baeda 73%, #21aad8 76%, #23aad9 77%, #1fa8d6 78%, #1aa7d5 81%, #18a5d3 81%, #12a3d2 86%, #10a0d2 86%, #0099cb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-backface-visibility: hidden;
	top: 0;
	left: 0;
}

#opening-allYourNeeds .opening-allYourNeeds__content {
	width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#opening-allYourNeeds .opening-allYourNeeds__logo {
	opacity: 0;
	vertical-align: top;
	padding: 0;
}

#opening-allYourNeeds .opening-allYourNeeds__text {
	opacity: 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 0;
	margin: 15px 0 0;
}

#opening-allYourNeeds .is-start .opening-allYourNeeds__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -80px 0 0 -80px;
}

#opening-allYourNeeds .is-start .opening-allYourNeeds__text {
	position: absolute;
	bottom: 0;
}

.is-tablet #opening-allYourNeeds .opening-allYourNeeds__content {
	transform: translate(-50%, -50%) scale(1.5, 1.5);
}

/*----------------------------------------------------------------------
#nav-allYourNeeds
----------------------------------------------------------------------*/
#nav-allYourNeeds {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	background: #fff;
	padding-top: 10px;
	position: relative;
	z-index: 150;
	-webkit-backface-visibility: hidden;
}

.is-tablet #nav-allYourNeeds {
	zoom: 1.2;
}

#nav-allYourNeeds.is-fixed {
	margin-top: 0;
	position: fixed;
	top: 0;
	z-index: 150;
}

#nav-allYourNeeds .nav-allYourNeeds__container {
	margin: 0 10px;
	overflow-x: hidden;
	overflow-y: hidden;
	background: #0099cc;
}

#nav-allYourNeeds .nav-allYourNeeds__list {
	display: table;
	table-layout: fixed;
	/* -webkit-overflow-scrolling: touch; */
}

.is-tablet #nav-allYourNeeds .nav-allYourNeeds__list {
	width: 100%;
}

#nav-allYourNeeds .nav-allYourNeeds__list li {
	display: table-cell;
	min-width: 70px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	background: #0099cc;
	color: #fff;
	font-size: 9px;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}

.is-tablet #nav-allYourNeeds .nav-allYourNeeds__list li {
	font-size: 10px;
}

.is-tablet.is-ios #nav-allYourNeeds .nav-allYourNeeds__list li {
	font-size: 14px;
}

#nav-allYourNeeds .nav-allYourNeeds__list li.is-active {
	background: #016593;
}

#nav-allYourNeeds .nav-allYourNeeds__list .nav-allYourNeeds__top {
	font-size: 12px;
	border-left: none;
	vertical-align: middle;
}

#nav-allYourNeeds .nav-allYourNeeds__icon {
	display: table;
	width: 100%;
	text-align: center;
}

#nav-allYourNeeds .nav-allYourNeeds__list i {
	display: table-cell;
	height: 23px;
	vertical-align: middle;
	box-sizing: border-box;
	margin-bottom: 7px;
}

#nav-allYourNeeds .nav-allYourNeeds__list img {
	vertical-align: middle;
}

.is-tablet #nav-allYourNeeds .nav-allYourNeeds__pager {
	display: none;
}

#nav-allYourNeeds .nav-allYourNeeds__pager li {
	position: absolute;
	top: 10px;
	z-index: 120;
	background: rgba(0, 0, 0, 0.7);
	width: 25px;
	height: 50px;
}

#nav-allYourNeeds .nav-allYourNeeds__pager .nav-allYourNeeds__pager__prev {
	left: 10px;
	display: none;
}

#nav-allYourNeeds .nav-allYourNeeds__pager .nav-allYourNeeds__pager__next {
	right: 10px;
}

#nav-allYourNeeds .nav-allYourNeeds__pager .nav-allYourNeeds__pager__next:after {
	content: '';
	display: block;
	position: absolute;
	background: url("/air/daikin_brand/all_your_needs/parallax/mobile/images/common/arrow_right_w.svg") right center no-repeat;
	background-size: 9px 12px;
	width: 9px;
	height: 12px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#nav-allYourNeeds .nav-allYourNeeds__pager .nav-allYourNeeds__pager__prev:after {
	content: '';
	display: block;
	position: absolute;
	background: url("/air/daikin_brand/all_your_needs/parallax/mobile/images/common/arrow_left_w.svg") right center no-repeat;
	background-size: 9px 12px;
	width: 9px;
	height: 12px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*----------------------------------------------------------------------
#seg0
----------------------------------------------------------------------*/
#seg0 {
	position: relative;
	overflow: hidden;
}

.seg0__container {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#seg0 .seg0__tit {
	text-align: center;
	margin-bottom: 10px;
}

.seg0__tit[data-align='left'] {
	position: relative;
	left: 0;
}

.seg0__tit[data-align='right'] {
	position: relative;
	right: 0;
}

.seg0__tit img {
	display: inline-block;
	max-width: 100%;
	box-sizing: border-box;
}

#seg0 .seg0__txt {
	opacity: 0;
	text-align: center;
	font-size: 14px;
	color: #0099cc;
	margin: 20px auto 0;
	padding: 0 5px;
	max-width: 320px;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

#seg0 .scrollBtn-allYourNeeds {
	top: -7px;
}

.is-tablet .seg0__container {
	transform: translate(-50%, -50%) scale(1.5, 1.5);
}

.is-tablet.is-ios .seg0__container {
	transform: translate3d(0, 0, 0) translate(-50%, -50%) scale(1.6, 1.6);
}

/*----------------------------------------------------------------------
#seg1
----------------------------------------------------------------------*/
#seg1 {
	position: relative;
	overflow: hidden;
}

.seg1__container {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#seg1 .seg1__tit {
	margin-bottom: 10px;
}

#seg1 .seg1__tit:nth-child(2) {
	margin-bottom: 15px;
}

.seg1__content {
	position: relative;
	background: url("/air/daikin_brand/all_your_needs/parallax/mobile/images/seg1/thermometer.png") left top no-repeat;
	background-size: 50px 162px;
	min-height: 162px;
	width: 300px;
	margin: 0 auto;
	vertical-align: top;
	overflow: hidden;
}

#seg1 .seg1__list {
	margin-bottom: 10px;
	position: relative;
	width: 9999px;
}

#seg1 .seg1__list.is-start {
	width: 100%;
}

#seg1 .seg1__list li {
	float: left;
}

#seg1 .seg1__list.is-start li {
	position: absolute;
	left: 0;
	top: 0;
	float: none;
}

#seg1 .seg1__list.is-start li.is-active {
	z-index: 10;
}

.seg1__box {
	position: relative;
	display: inline-block;
	min-height: 162px;
	min-width: 300px;
	margin-bottom: 10px;
	vertical-align: top;
}

.seg1__box__ballon {
	position: absolute;
	width: 128px;
	height: 128px;
	border-radius: 50%;
	background-color: #0099cc;
	top: 50%;
	left: 60px;
	margin-top: -64px;
	z-index: 10;
	text-align: center;
}

.seg1__box__ballon:after {
	display: block;
	content: '';
	background: url("/air/daikin_brand/all_your_needs/parallax/mobile/images/common/arrow_fukidasi.svg") left top no-repeat;
	background-size: 12px;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 87px;
}

.seg1__box__ballon.is-beer:after {
	left: -5px;
	top: 70px;
	transform: rotate(15deg);
}

.seg1__box__ballon.is-server:after {
	left: -4px;
	top: 60px;
	transform: rotate(50deg);
}

.seg1__box__ballon.is-office:after {
	left: -5px;
	top: 55px;
	transform: rotate(50deg);
}

.seg1__box__ballon.is-household:after {
	left: 0;
	top: 30px;
	transform: rotate(200deg);
}

#seg1 .seg1__list.is-start .seg1__box__ballon,
#seg1 .seg1__list.is-start .seg1__box__txt {
	opacity: 0;
}

#seg1 .seg1__list.is-start .seg1__box__txt {
	position: relative;
	top: -20px;
}

#seg1 .seg1__box__ballon p {
	color: #fff;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.4;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 128px;
}

#seg1 .seg1__box__ballon span {
	font-size: 24px;
}

#seg1 .seg1__box__ballon .seg1__box__ballon__num {
	font-size: 30px;
}

#seg1 .seg1__box__img {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -65px;
}

#seg1 .seg1__list.is-start .seg1__box__img {
	right: 113px;
	opacity: 0;
}

#seg1 .seg1__box__next[aria-hidden="true"] {
	display: none;
}

.seg1__box__mask {
	width: 3px;
	height: 115px;
	position: absolute;
	left: 17px;
	top: 20px;
	overflow: hidden;
}

.seg1__box__bar {
	position: absolute;
	left: 0;
	top: 8px;
}

#seg1 .seg1__box__txt {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0;
}

#seg1 .pagination {
	margin-bottom: 0;
}

#seg1 .scrollBtn-allYourNeeds {
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -22px;
}

.is-tablet #seg1 .scrollBtn-allYourNeeds {
	bottom: 40px;
	zoom: 1.3;
}

.is-tablet .seg1__container {
	transform: translate(-50%, -50%) scale(1.5, 1.5);
}

.is-tablet.is-ios .seg1__container {
	transform: translate3d(0, 0, 0) translate(-50%, -50%) scale(1.6, 1.6);
}

/*----------------------------------------------------------------------
#seg2
----------------------------------------------------------------------*/
#seg2 {
	position: relative;
	overflow: hidden;
}

.seg2__container {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#seg2 .seg2__tit--sm {
	margin-bottom: 5px;
}

#seg2 .seg2__tit {
	margin-bottom: 10px;
}

#seg2 .seg2__space__list {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	margin-bottom: 10px;
}

.seg2__data {
	position: relative;
}

.seg2__data:after {
	content: '';
	display: block;
	background: url("/air/daikin_brand/all_your_needs/parallax/mobile/images/common/arrow_bottom_r.svg") center bottom no-repeat;
	background-size: 12px 10px;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -6px;
	width: 12px;
	height: 10px;
}

#seg2 .seg2__space__list li {
	opacity: 0;
}

#seg2 .seg2__space__list.is-start li {
	opacity: 0;
	position: absolute;
	bottom: 0;
}

#seg2 .seg2__space__list.is-start li.is-active,
#seg2 .seg2__space__list li.is-active {
	position: absolute;
	opacity: 1;
}

#seg2 .seg2__txt {
	position: relative;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
}

#seg2 .seg2__num {
	position: relative;
	font-size: 30px;
	color: #000;
	font-weight: bold;
}

.seg2__num__sup {
	display: inline-block;
}

.seg2__num__infin {
	display: none;
}

.is-last .seg2__num__infin {
	display: inline-block;
	font-size: 40px;
	line-height: 1;
	opacity: 0;
}

#seg2 .seg2__space__list li.is-first {
	left: 50%;
}

#seg2 .seg2__space__list.is-start li.is-next {
	position: absolute;
	opacity: 1;
	z-index: 20;
}

#seg2 .seg2__space__list.is-start li.is-prev {
	position: absolute;
	z-index: 20;
	opacity: 0.5;
}

#seg2 .seg2__space__list li:nth-child(1).is-active {
	margin-left: -35px;
}

#seg2 .seg2__space__list li:nth-child(2).is-active {
	margin-left: -65px;
}

#seg2 .seg2__space__list li:nth-child(3).is-active {
	margin-left: -90px;
}

#seg2 .seg2__space__list li:nth-child(4).is-active {
	margin-left: -93px;
}

#seg2 .seg2__space__list li:nth-child(5).is-active {
	margin-left: -17px;
}

#seg2 .seg2__space__list li:nth-child(6).is-active {
	margin-left: -110px;
}

.ayn-Wrapper #seg2 .btnPager-allYourNeeds {
	display: none;
}

#seg2 .scrollBtn-allYourNeeds {
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -22px;
}

.is-tablet #seg2 .scrollBtn-allYourNeeds {
	bottom: 40px;
	zoom: 1.3;
}

.is-tablet .seg2__container {
	transform: translate(-50%, -50%) scale(1.5, 1.5);
}

.is-tablet.is-ios .seg2__container {
	transform: translate3d(0, 0, 0) translate(-50%, -50%) scale(1.6, 1.6);
}

/*----------------------------------------------------------------------
#seg3
----------------------------------------------------------------------*/
#seg3 {
	position: relative;
	overflow: hidden;
}

.seg3__container {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#seg3 .seg3__tit {
	margin-bottom: 0;
}

#seg3 .seg3__tit img {
	vertical-align: top;
}

.seg3__box {
	width: 300px;
	margin: 10px auto 0;
}

.seg3__box__hot,
.seg3__box__cold {
	position: relative;
}

#seg3 .seg3__box ul li {
	margin-bottom: 10px;
}

#seg3 .seg3__box ul li:last-child {
	margin-bottom: 0;
}

#seg3 .seg3__box__tit {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000;
}

#seg3 .seg3__box__img,
#seg3 .seg3__box__img--active {
	max-width: 100%;
}

#seg3 .seg3__box__img--active {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.ayn-Wrapper #seg3 .btnPager-allYourNeeds {
	display: none;
}

#seg3 .scrollBtn-allYourNeeds {
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -22px;
}

.is-tablet #seg3 .scrollBtn-allYourNeeds {
	bottom: 40px;
	zoom: 1.3;
}

.is-tablet .seg3__container {
	transform: translate(-50%, -50%) scale(1.5, 1.5);
}

.is-tablet.is-ios .seg3__container {
	transform: translate3d(0, 0, 0) translate(-50%, -50%) scale(1.6, 1.6);
}

/*----------------------------------------------------------------------
#seg4
----------------------------------------------------------------------*/
#seg4 {
	position: relative;
	overflow: hidden;
}

.seg4__container {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#seg4 .seg4__box {
	width: 300px;
	margin: 0 auto;
	overflow: hidden;
}

#seg4 .seg4__box ul {
	width: 9999px;
	overflow: hidden;
}

#seg4 .seg4__box ul.is-start {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

#seg4 .seg4__box ul li {
	float: left;
}

.seg4__box__wrap {
	opacity: 0;
}

#seg4 .seg4__box ul.is-start li {
	float: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#seg4 .seg4__box ul li.is-active {
	z-index: 10;
}

#seg4 .seg4__box ul li:first-child {
	opacity: 1;
}

#seg4 .seg4__box .seg4__box__innr {
	display: table-cell;
	position: relative;
	height: 154px;
	vertical-align: bottom;
}

#seg4 .seg4__box ul li:last-child .seg4__box__innr {
	width: 289px;
	min-width: 289px;
	text-align: right;
}

#seg4 .seg4__box .seg4__box__img--active {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
}

#seg4 .seg4__box__tit {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0;
	color: #000;
}

#seg4 .seg4__tit {
	margin-bottom: 10px;
}

#seg4 .seg4__box__next[aria-hidden="true"] {
	display: none;
}

#seg4 .scrollBtn-allYourNeeds {
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -22px;
}

.is-tablet #seg4 .scrollBtn-allYourNeeds {
	bottom: 40px;
	zoom: 1.3;
}

.is-tablet .seg4__container {
	transform: translate(-50%, -50%) scale(1.4, 1.4);
}

.is-tablet.is-ios .seg4__container {
	transform: translate3d(0, 0, 0) translate(-50%, -50%) scale(1.6, 1.6);
}

/*----------------------------------------------------------------------
#seg5
----------------------------------------------------------------------*/
#seg5 {
	position: relative;
	overflow: hidden;
}

.seg5__container {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#seg5 .seg5__tit {
	margin-bottom: 5px;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.seg5__box__ballon {
	display: table-cell;
	width: 300px;
	vertical-align: middle;
	text-align: center;
}

.seg5__box__ballon--ducted {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	background: #5877ba;
	border-radius: 50px;
	padding: 10px 0;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.seg5__box__ballon--ducted .seg5__box__ballon__img {
	display: none;
}

.seg5__box__ballon--ducted.is-active {
	position: relative;
	width: 100%;
}

.seg5__box__ballon--ducted.is-active .seg5__box__ballon__img {
	display: block;
	position: absolute;
	top: -15px;
	left: 30px;
}

.seg5__box__ballon--ducted.is-active:after {
	content: '';
	position: absolute;
	border-top: 7px solid #5877ba;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	bottom: -6px;
	left: 50%;
	margin-left: -7px;
}

.seg5__box__ballon--ductless {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	background: #6bb13d;
	border-radius: 90px;
	padding: 10px 0;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.seg5__box__ballon--ductless .seg5__box__ballon__img {
	display: none;
}

.seg5__box__ballon--ductless.is-active {
	position: relative;
	width: 100%;
}

.seg5__box__ballon--ductless.is-active .seg5__box__ballon__img {
	display: block;
	position: absolute;
	top: -15px;
	right: 30px;
}

.seg5__box__ballon--ductless.is-active:after {
	content: '';
	position: absolute;
	border-bottom: 7px solid #6bb13d;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	top: -6px;
	left: 50%;
	margin-left: -7px;
}

.seg5__box {
	width: 300px;
	margin: 30px auto 0;
}

.seg5__box__img {
	margin: 0 auto;
	padding: 15px 0;
	width: 90px;
	height: 90px;
	-webkit-perspective: 1000;
	perspective: 1000;
}

.seg5__box__img__innr {
	position: relative;
	transform-style: preserve-3d;
	transition: 0.6s;
}

.seg5__box__img__innr.is-change {
	transform: rotateY(180deg);
}

.seg5__box__img--ducted,
.seg5__box__img--ductless {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.seg5__box__img--ducted {
	background: url("/air/daikin_brand/all_your_needs/parallax/mobile/images/seg5/img.png") left top;
	background-size: 90px;
}

.seg5__box__img--ductless {
	background: url("/air/daikin_brand/all_your_needs/parallax/mobile/images/seg5/img_02.png") left top;
	background-size: 90px;
	transform: rotateY(180deg);
}

#seg5 .seg5__box__tit {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1;
	padding: 10px 0;
}

#seg5 .is-active .seg5__box__tit {
	padding: 0;
}

#seg5 .seg5__box__txt {
	color: #fff;
	font-size: 14px;
	margin: 5px 0 0;
	font-weight: bold;
	display: none;
}

#seg5 .is-active .seg5__box__txt {
	display: block;
}

#seg5 .scrollBtn-allYourNeeds {
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -22px;
}

#seg5 .btnPager-allYourNeeds {
	display: none;
}

.is-tablet #seg5 .scrollBtn-allYourNeeds {
	bottom: 40px;
	zoom: 1.3;
}

.is-tablet .seg5__container {
	transform: translate(-50%, -50%) scale(1.4, 1.4);
}

.is-tablet.is-ios .seg5__container {
	transform: translate3d(0, 0, 0) translate(-50%, -50%) scale(1.6, 1.6);
}

/*----------------------------------------------------------------------
#seg6
----------------------------------------------------------------------*/
#seg6 {
	position: relative;
	overflow: hidden;
}

#seg6 .seg6__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#seg6 .seg6__bg:nth-child(1) {
	z-index: 10;
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 14%, #f4fcfe 18%, #f5fafe 19%, #f1fbfc 19%, #f2fcfe 19%, #eef9fd 21%, #ebf9fc 21%, #edf8fe 22%, #e9f8fb 22%, #eaf7fd 22%, #e2f5fb 25%, #d4f1f9 29%, #d4f0fb 29%, #d2eef9 30%, #ceeef9 31%, #ccecf7 31%, #cbedf9 32%, #c7ebf7 32%, #c4e9f9 34%, #c0eaf6 34%, #c2e9f8 34%, #bfe9f7 34%, #bde8f8 36%, #b9e7f6 36%, #bce7f7 36%, #b0e3f4 39%, #ace4f5 40%, #ade2f4 40%, #abe2f6 40%, #a5dff5 46%, #a2dff2 47%, #9adcf4 51%, #99dbf1 52%, #96d9f3 55%, #8ed8f1 58%, #88d5f1 64%, #85d5f0 64%, #83d4f1 67%, #7ed2ee 69%, #7bd2f0 73%, #79d0ec 73%, #79d0ee 74%, #75d0ed 75%, #76cfef 76%, #73ceed 78%, #71ceef 78%, #67caea 88%, #68caed 88%, #65c9ed 92%, #62c9ec 92%, #5fc7ec 99%, #5cc7eb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#seg6 .seg6__bg:nth-child(2) {
	z-index: 5;
	background: linear-gradient(to bottom, #ffffff 0%, #5cc7eb 15%, #53c3e8 20%, #55c2e9 20%, #52c2e8 21%, #54c1e8 22%, #50c2e7 26%, #4dbee6 32%, #4bbfe4 32%, #4dbee6 33%, #47bde3 38%, #48bce5 39%, #47bde5 40%, #46bce2 40%, #42b9e3 48%, #3fb9e0 48%, #3bb6e0 56%, #37b5de 58%, #38b6df 59%, #36b4dd 59%, #33b2dd 66%, #30b1db 67%, #30b0dd 70%, #2db0da 70%, #2fafdc 71%, #2cafdb 71%, #2baeda 73%, #21aad8 76%, #23aad9 77%, #1fa8d6 78%, #1aa7d5 81%, #18a5d3 81%, #12a3d2 86%, #10a0d2 86%, #0099cb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.seg6__container {
	z-index: 50;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#seg6 .seg6__text {
	font-size: 16px;
	color: #0099cc;
	line-height: 1.4;
	font-weight: bold;
	padding: 0 10px;
	box-sizing: border-box;
}

#seg6 .seg6__text--lg {
	opacity: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	padding: 0 10px;
	margin-top: 180px;
	margin-bottom: 20px;
}

#seg6 .seg6__text--sm {
	opacity: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	padding: 0 10px;
	margin-bottom: 0;
}

.seg6__symbol--box {
	position: relative;
	height: 230px;
	width: 100%;
	vertical-align: top;
}

.seg6__text--box {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.seg6__symbol {
	position: absolute;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.6);
}

#seg6 .seg6__symbol__image {
	position: absolute;
	top: 50%;
	left: 50%;
}

#seg6 .seg6__symbol:nth-child(1) {
	top: 0;
	left: 50%;
	margin-left: -70px;
}

#seg6 .seg6__symbol.is-start:nth-child(1) {
	opacity: 0;
	top: -140px;
}

#seg6 .seg6__symbol:nth-child(1) .seg6__symbol__image {
	margin-top: -45px;
	margin-left: -48px;
}

#seg6 .seg6__symbol.is-start:nth-child(1) .seg6__symbol__image {
	margin-top: -65px;
	opacity: 0;
}

#seg6 .seg6__symbol:nth-child(2) {
	top: 90px;
	left: 50%;
	margin-left: -130px;
}

#seg6 .seg6__symbol.is-start:nth-child(2) {
	opacity: 0;
	top: 230px;
	margin-left: -220px;
}

#seg6 .seg6__symbol:nth-child(2) .seg6__symbol__image {
	margin-top: -39px;
	margin-left: -35px;
}

#seg6 .seg6__symbol.is-start:nth-child(2) .seg6__symbol__image {
	margin-top: -59px;
	opacity: 0;
}

#seg6 .seg6__symbol:nth-child(3) {
	top: 90px;
	left: 50%;
	margin-left: -10px;
}

#seg6 .seg6__symbol.is-start:nth-child(3) {
	opacity: 0;
	top: 230px;
	margin-left: 80px;
}

#seg6 .seg6__symbol:nth-child(3) .seg6__symbol__image {
	margin-top: -47px;
	margin-left: -35px;
}

#seg6 .seg6__symbol.is-start:nth-child(3) .seg6__symbol__image {
	margin-top: -67px;
	opacity: 0;
}

#seg6 .seg6__logo {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -80px;
	margin-left: -80px;
	opacity: 0;
}

.is-tablet #seg6 .seg6__text {
	max-width: 420px;
	margin: 0 auto 30px;
	box-sizing: border-box;
}

.is-tablet .seg6__text--box {
	max-width: 400px;
	box-sizing: border-box;
}

.is-tablet .seg6__container {
	transform: translate(-50%, -50%) scale(1.4, 1.4);
}

.is-tablet.is-ios .seg6__container {
	transform: translate3d(0, 0, 0) translate(-50%, -50%) scale(1.6, 1.6);
}

/*----------------------------------------------------------------------
.btnPager-allYourNeeds
----------------------------------------------------------------------*/

.ayn-Wrapper .btnPager-allYourNeeds {
	width: 300px;
	margin: 0 auto 15px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.ayn-Wrapper .btnPager-allYourNeeds.is-first,
.ayn-Wrapper .btnPager-allYourNeeds.is-last {
	-webkit-box-pack: center;
	justify-content: center;
}

.ayn-Wrapper .btnPager-allYourNeeds.is-last {
	margin-bottom: 5px;
}

.ayn-Wrapper .btnPager-allYourNeeds li {
	display: inline-block;
}

.ayn-Wrapper .btnPager-allYourNeeds .btnPager-allYourNeeds__prev {
	display: none;
}

.ayn-Wrapper .btnPager-allYourNeeds.is-last .btnPager-allYourNeeds__next {
	display: none;
}

.ayn-Wrapper .btnPager-allYourNeeds__prev {
	position: relative;
}

.ayn-Wrapper .btnPager-allYourNeeds__prev span {
	display: inline-block;
	font-size: 16px;
	color: #000;
	padding-left: 12px;
}

.ayn-Wrapper .btnPager-allYourNeeds__prev span:before {
	content: "";
	display: block;
	background: url("/air/daikin_brand/all_your_needs/parallax/mobile/images/common/arrow_left_b.svg") left center no-repeat;
	width: 7px;
	height: 9px;
	background-size: 7px 9px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}

.ayn-Wrapper .btnPager-allYourNeeds__next {
	width: 240px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 18px;
	line-height: 34px;
}

.ayn-Wrapper .btnPager-allYourNeeds__next .btnPager-allYourNeeds__num {
	position: relative;
	color: #0099cc;
}

.ayn-Wrapper .btnPager-allYourNeeds__next .btnPager-allYourNeeds__txt {
	position: relative;
	color: #0099cc;
	font-size: 16px;
}

.ayn-Wrapper .btnPager-allYourNeeds__next .btnPager-allYourNeeds__num:after,
.ayn-Wrapper .btnPager-allYourNeeds__next .btnPager-allYourNeeds__txt:after {
	content: "";
	display: inline-block;
	background: url("/air/daikin_brand/all_your_needs/parallax/mobile/images/common/arrow_right_b.svg") right center no-repeat;
	width: 7px;
	height: 9px;
	background-size: 7px 9px;
	padding-left: 5px;
	position: relative;
	vertical-align: middle;
}

.ayn-Wrapper .btnPager-allYourNeeds__next .btnPager-allYourNeeds__num:after {
	top: -0.1em
}

/*----------------------------------------------------------------------
.scrollBtn-allYourNeeds
----------------------------------------------------------------------*/
.scrollBtn-allYourNeeds {
	position: relative;
	opacity: 0;
	margin: 20px auto 0;
	background: url("/air/daikin_brand/all_your_needs/parallax/mobile/images/common/scroll_down.png") right center no-repeat;
	width: 45px;
	height: 25px;
	background-size: 45px 25px;
	visibility: hidden;
}

/*----------------------------------------------------------------------
.pagination-allYourNeeds
----------------------------------------------------------------------*/
.pagination-allYourNeeds {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-bottom: 0 !important;
}

#ContentsArea {
	margin-top: 12px !important;
}

#Pagetop {
	display: none !important;
}
