@charset "utf-8";
/* CSS Document */


/* ------------------------------
common
------------------------------ */
html,
body {
	overflow-x: hidden;
}

#contents {
	font-family: 'Noto Sans JP', sans-serif;
	padding-top: 0!important;
}

.img img {
	max-width: 100%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.section_ttl {
	margin-bottom: 60px;
	text-align: center;
	font-size: 24px;
}

.section_ttl .en {
	margin-bottom: 10px;
	display: block;
	color: #d2d5d7;
	font-size: 66px;
	font-style: italic;
	font-weight: bold;
	line-height: 1;
}

h3 {text-align: center;}

.flex_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
}

#footer .flex_box {
	flex-wrap: wrap;
}

.reverse {
	flex-direction: row-reverse;
}

.lead {
	text-align: center;
}

.mv img {
	max-width: 100%;
	height: auto;
}


#effect1 {
	position: relative;
	left: 50px;
	bottom: 0;
	opacity: 0;
	transition: 0.8s;
}

#effect2 {
	position: relative;
	right: 50px;
	bottom: 0;
	opacity: 0;
	transition: 0.8s;
	transition-delay:0.4s;
}

@media screen and (max-width: 490px) {
	.section_ttl {
		font-size: 20px;
	}
	
	.section_ttl .en {
		font-size: 46px;
	}
	
	.pc {
		display: none;
	}
	
}


/* ------------------------------
mv_area
------------------------------ */
.mv_area {
	background: url("/products/xit/brd110w/img/bg_mv.png") no-repeat top center;
	background-size: auto;
	padding-top: 0 !important;
	margin-bottom: 80px;
}

.mv {
	padding: 80px 0 140px;
}

.mv .inr {
	position: relative;
}

.main_ttl {
	position: absolute;
	top: 0;
	right: 16%;
	width: 40%;
}

.main_ttl .model_info {
	font-weight: bold;
	color: #5d6970;
}

.main_ttl .model_info .en {
	margin-left: 20px;
}

.mv .item {
	width: 29%;
	margin-left: 120px;
}

.copy {
	position: absolute;
	right: 12%;
	bottom: -16%;
	width: 44%;
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
	color: #5d6970;
}

@supports (-ms-ime-align: auto) {
	.copy {
		font-size: 17px;
	}	
}

.copy h2 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	font-size: 1.8em;
}

_::-webkit-full-page-media, _:future, :root .copy h2 {
	font-size: 1.7em;
}

.copy h2 .small {
	font-size: 0.8em;
}

.copy p {
	margin-bottom: 50px;
}

.copy .tag {
    border: 1px solid #5d6970;
    padding: 5px;
    box-sizing: border-box;
    margin-right: 10px;
	font-style: normal;
}

/*.scene .inr {
	height: 400px;
	position: relative;
}*/

.scene_list {
	align-items: top;
}

.scene_list img {
	max-width: 100%;
	height: auto;
}

.movie_area {
	padding-top: 60px;
}

.movie_area h3 {
	margin-bottom: 15px;
	font-size: 24px;
	color: #4ea0e6;
}

.movie_area h3:before,
.movie_area h3:after {
	content: "";
	display: inline-block;
	background: #4ea0e6;
	width: 3px;
	height: 20px;
	vertical-align: middle;
}

.movie_area h3:before {
	margin-right: 15px;
	transform: rotate(-30deg);
}

.movie_area h3:after {
	margin-left: 5px;
	transform: rotate(30deg);
}

.movie_wrap {
	width: 80%;
	margin: 0 auto;
}

.movie_wrap p {
	margin-top: 30px;
}

.movie_viewer {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 56.25%;
}

.movie_viewer iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media screen and (min-width: 1921px) {
	.mv_area {
		background-size: cover;
	}
}

@media screen and (min-width: 769px) and (max-width: 970px) {
	.mv_area {
		background-size: 185%;
	}
	
	.mv .item {
		margin-left: 10%;
	}
	
	.main_ttl {
		position: static;
		width: 100%;
		text-align: center;
	}
	
	.copy {
		top: 30%;
		width: 45%;
	}
} 

@media screen and (max-width: 768px) {
	.mv_area {
		background-size: 185%;
	}
	
	.mv {
		padding: 80px 0 40px;
	}
	
	.mv_area h1 img {
		width: auto;
	}
	
	.mv .item {
		margin: 0 auto 30px;
	}
	
	.main_ttl {
		position: static;
		width: 100%;
		text-align: center;
	}
	
	.main_ttl h1 {
		margin-left: 0;
	}
	
	.copy {
		position: static;
		width: 100%;
		font-size: 16px;
		text-align: center;
	}
	
	.copy p {
		margin-bottom: 20px;
	}
	
	.copy .flex_box {
		justify-content: center;
	}
	
	.movie_btn {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 490px) {
	.mv_area {
		margin-bottom: 60px;
	}
	
	.mv {
		padding-top: 50px;
	}
	
	.main_ttl {
		position: static;
		width: 100%;
		text-align: center;
	}
	
	.mv .item {
		width: 56%;
		margin: 20px auto;
	}
	
	.copy {
		position: static;
		width: 100%;
		font-size: 15px;
		text-align: center;
	}
	
	.copy h2 {
		font-size: 1.5em;
	}
	
	.scene_list {
		flex-direction: column;
	}
	
	.scene_list li:nth-child(1) {
		width: 75%;
		margin-left: -5%;
	}
	
	.scene_list li:nth-child(2) {
		width: 90%;
		margin-left: 15%;
	}
	
	.movie_wrap {
		width: 100%;
	}
	
	.movie_area h3 {
		font-size: 20px;
	}
}

@media screen and (max-width:320px) {
	.copy {
		font-size: 13px;
	}
	
	.movie_area h3 {
		font-size: 15px;
	}
}


/* ------------------------------
feature
------------------------------ */
.feature {
	padding-bottom: 120px;
}

.feature_ttl_box {
	margin-bottom: 30px;
	align-items: center;
	font-weight: bold;
	color: #4ea0e6;
}

.feature_ttl_box .num {
	margin-right: 30px;
	font-size: 72px;
	line-height: 1;
	font-style: italic;
}

.feature_ttl_box .new {
	position: relative;
	padding: 5px 0;
	display: block;
	background: #faef42;
	font-size: 20px;
	text-align: center;
	font-style: normal;
}

.feature_ttl_box .new:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -7px;
	left: calc(50% - 5px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0px 0 10px;
	border-color: #faef42 transparent transparent transparent;
}

.feature_ttl {
	text-align: left;
	font-size: 18px;
}

@supports (-ms-ime-align: auto) {
	.feature_ttl {
		font-size: 19px;
	}	
}


.feature .img {
	width: 48%;
	transition: 0.8s;
}

.feature .text {
	width: 49%;
}

.point_box {
	margin-bottom: 80px;
	justify-content: space-between;
	align-items: center;
}

.point_box .link {
	padding-bottom: 2px;
	color: #333333;
	border-bottom: 1px solid #333;
	transition: 0.4s;
}

.point_box .link:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
	transform: rotate(-45deg);
}

.point_box .link:hover {
	text-decoration: none;
	border-color: #fff;
}


@media screen and (max-width: 768px){
	.feature_ttl {
		font-size: 18px;
	}
}

@media screen and (max-width: 490px) {
	.feature {
		padding-bottom: 60px;
	}
	
	.point_box {
		flex-direction: column;
		margin-bottom: 60px;
	}
	
	.feature .text {
		width: 100%;
	}
	
	.feature_ttl_box {
		flex-direction: column;
		align-items: center;
		border-bottom: 1px solid #4ea0e6;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	
	.feature_ttl_box .num {
		margin: 0 auto 10px;
		font-size: 46px;
	}
	
	.feature_ttl_box .new {
		font-size: 16px;
	}
	
	.feature_ttl {
		font-size: 16px;
		text-align: center;
	}
	
	.feature .img {
		width: 100%;
	}
}

@media screen and (max-width: 320px) {
	.feature_ttl {
		font-size: 15px;
	}
}


/* ------------------------------
app
------------------------------ */
.app {
	padding-top: 0!important;
	background: url("/products/xit/brd110w/img/bg_app.png") no-repeat top center;
	background-size: auto;
}

.app .section_ttl {
	position: relative;
	top: -35px;
	margin-bottom: 0;
}

.screen_img {
	margin-top: 60px;
	justify-content: space-evenly;
}

.screen_img li {
	width: calc(50% - 10px);
	text-align: center;
}

.screen_img li .caption {
	font-size: 20px;
	color: #5d6970;
	font-weight: bold;
	text-align: center;
}

.screen_img li img {
	max-width: 100%;
	height: auto;
	box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.3);
}

@media screen and (min-width: 1921px) {
	.app {background-size: cover;}
}

@media screen and (min-width: 769px) and (max-width: 970px) {
	.app {
		background-size: 185%;
	}
}

@media screen and (max-width: 768px) {
	.app {
		background-size: 185%;
	}
}

@media screen and (max-width: 490px) {
	.app .section_ttl {
		top: -25px;
	}
	
	.screen_img {
		flex-direction: column;
		margin-top: 20px;
	}
	
	.screen_img li {
		width: 100%;
		margin-bottom: 20px;
	}
}


/* ------------------------------
page_slide
------------------------------ */
.page_slide {
	padding: 0!important;
	margin: 120px 0;
}

.page_slide h3 {
	font-size: 20px;
	margin-bottom: 30px;
}

.page_slide h4 {
	font-size: 24px;
}

.page_slide .flex_box {
	justify-content: space-between;
}

.page_slide dt {
	width: calc(50% - 15px);
}

.page_slide dd {
	width: calc(50% - 15px);
}

.page_slide img {
	max-width: 100%;
	height: auto;
}

.wrap_g_border {
	position: relative;
	background: #fff;
	box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.3);
	padding: 35px 60px;
}

.slide_set h4 {
	text-align: center;
}

.slide_set p {
	margin-top: 0;
}

.slick-arrow {
	position: absolute;
	z-index: 9;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: none;
	font-size: 0;
	border: -0px;
	outline: none;
}

.slick-arrow:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	border-top: 0;
	border-left: 0;
	border-bottom: 2px solid #4ea0e6;
	border-right: 2px solid #4ea0e6;
}

.slick-prev {
	top: calc(50% - 30px / 2);
	left: -42px;
}

.slick-prev:after {
	transform: rotate(135deg);
}

.slick-next {
	top: calc(50% - 30px / 2);
	right: -42px;
}

.slick-next:after {
	transform: rotate(-45deg);
}

.slick-dots {
	text-align: center;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li + li {
	margin-left: 10px;
}

.slick-dots button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	font-size: 0;
	border: 0;
	line-height: 0;
	background: #ccc;
	width: 72px;
	height: 10px;
	-webkit-transform: skewX(-40deg);
	-moz-transform: skewX(-40deg);
	-ms-transform: skewX(-40deg);
	transform: skewX(-40deg);
}

.slick-dots .slick-active button {
	background: #4ea0e6;
}

@media screen and (max-width: 490px) {
	.page_slide {
		margin: 60px auto;
	}
	
	.page_slide h3 {
		font-size: 18px;
	}
	
	.page_slide h4 {
		font-size: 20px;
	}
	
	.page_slide dt,
	.page_slide dd {
		width: 100%;
	}
	
	.page_slide dt {
		margin-bottom: 20px;
	}
	
	.page_slide dd {
		margin-left: 0;
	}
	
	.page_slide .flex_box {
		flex-direction: column;
	}
	
	.page_slide .slick-arrow {
		display: none!important;
	}
	
	.slick-dots button {
		width: 50px;
	}
	
	.wrap_g_border {
		padding: 20px;
	}
}


/* ------------------------------
option
------------------------------ */
.option {
	background: #f3f2f0;
	padding: 60px 0!important;
}

.option h3 {
	font-size: 18px;
	color: #1ab0df;
}

.option h4 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}

.option .flex_box {
	justify-content: space-between;
	align-items: center;
}

.option .text {
	width: 56%;
	margin-top: -20px;
}

.option .btn {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #333;
	border-radius: 36px;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	transition: 0.4s;
	color: #fff;
}

.option .btn:after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 6px);
	right: 20px;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
	.option .img {
		width: 40%;
	}
	
	.option .btn {
		font-size: 16px;
	}
}

@media screen and (max-width: 490px) {
	.option .flex_box {
		flex-direction: column-reverse;
	}
	
	.option .text {
		width: 100%;
	}
	
	.option .img {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 320px) {
	.slick-dots button {
		width: 40px;
	}
}


/* ------------------------------
bnr_area
------------------------------ */
.bnr_area {
	padding: 30px 0!important;
	margin-top: 30px;
	background: #f1f1f1;
}
.bnr_area a {
	display: block;
	transition: 0.4s;
}
.bnr_area a:hover {
	opacity: 0.7;
}
.bnr_area .flex_box {
	margin: 0;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.bnr_area img {
	max-width: 100%;
	height: auto;
}

.bnr_area figcaption {
	margin-left: 20px;
	width: 62%;
}

@media screen and (min-width: 768px) and (max-width: 970px) {
	.bnr_area figcaption {
		margin: 20px 0 0 0;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.bnr_area figcaption {
		margin: 20px 0 0 0;
		width: 100%;
	}
}