@charset "UTF-8";

/* ツインカメラ*/
.container .camera2 {
	display:inline-flex;
	margin-top:2em;
}
.container .camera2 p {
	width:auto;
	padding:24px 0 0 145px;
	display: block;
	color:#3271ae;
	font-size:18px;
	font-weight:500;
	line-height: 1.6;
	background-repeat: no-repeat;
	background-size: 65px;
	background-position: 60px 20px;
}
.container .camera2 li:nth-child(1) p {background-image: url("../images/img_camera_02-2.svg");}
.container .camera2 li:nth-child(2) p {background-image: url("../images/img_camera_02-4.svg");}
.container .camera2 p span{
	font-size:1.2em;
}
@media screen and (max-width: 640px) {
	.container .camera2 {
		display:block;
		width:320px;
		margin:1.5em auto 0;
	}
	.container .camera2 li {
		margin-bottom: 2em;
	}
	.container .camera2 p {
		padding:15px 0 0 60px;
		display: block;
		color:#3271ae;
		font-size:17px;
		font-weight:500;
		line-height: 1.6;
		background-repeat: no-repeat;
		background-size: 50px;
		background-position: 0px 16px;
	}
}

/* AIライブストーリー */

.container .ai-live {
	position: relative;
}
.container .ai-live span {
	position: absolute;
    bottom: 0px;
	left: 48%;
    font-size:22px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    width: 46%;
    height: 30%;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}

@media screen and (max-width: 640px) {
	.container .ai-live span {
		font-size: 3.6vw;
		left: 53%;
	}
}

/* AIオート */

.container .ai-auto_icon {
	width:215px;
	padding-right: 32px;
}
.container .ai-auto_icon p{
	margin-bottom: 1em;
}
.container .ai-auto_icon p span {
	font-size:22px;
	line-height: 1.4;
	padding-top:-10px;
	font-weight: 600;
	border-left:2px solid;
	border-right:2px solid;
	text-align: center;
	display: block;
}
.container .ai-auto_icon ul {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	width:215px;
}
.container .ai-auto_icon ul li {
	margin-right:10px;
	margin-top: 1em;
}
.container .ai-auto_icon ul li img {
	margin:0;
}
@media screen and (min-width: 641px) {
	.container .ai-auto_icon ul li:nth-child(3n) {
		margin-right: 0;
	}
}
.container .ai-auto_icon ul li span {
	display:block;
	font-size: 18px;
    font-weight: 500;
}
@media screen and (max-width: 640px) {
	.container .ai-auto_icon {
		width:auto;
		padding-right: 0;
		margin-top: 2em
	}
	.container .ai-auto_icon p {
		text-align: center;
		margin-bottom: 0.5em;
	}
	.container .ai-auto_icon p span {
		font-size:20px;

		display: inline-block;
		padding:0 1em;
		
	}
	.container .ai-auto_icon ul {
		width:auto;
		justify-content: center;
	}
	.container .ai-auto_icon ul li {
		margin:10px 12px 0;
	}
	.container .ai-auto_icon ul li span {
		font-size: 16px;
    	font-weight: 500;	
	}
}
/*----*/
.container .ai-auto_img {
	position: relative;
}
.container .ai-auto_img ul {
	display: table;
	position: absolute;
	left:11.5%;
	top:348px;
	width:540px;
	font-size: 20px;
}
.container .ai-auto_img ul li {
	display:table-cell;
	line-height: 2
}
.container .ai-auto_img ul li:nth-child(1){width:31%;}
.container .ai-auto_img ul li:nth-child(2){width:40%;}
.container .ai-auto_img ul li:nth-child(3){width:29%;}

.container .ai-auto_img ul li span {
	color:#fff;
}
@media screen and (max-width: 640px) {
	.container .ai-auto_img {
		padding-bottom: 8%;
	}
	.container .ai-auto_img img {
		margin: 1.5em 0 0
	}
	.container .ai-auto_img ul {
		display: table;
		position: absolute;
		left:3%;
		top:77%;
		width:94%;
		font-size: 3.7vw;
		font-weight:500;
	}
	.container .ai-auto_img ul li:nth-child(1){width:35%;}
	.container .ai-auto_img ul li:nth-child(2){width:31%;}
	.container .ai-auto_img ul li:nth-child(3){width:34%;}
}


/* AIライブストーリーの楽しみ方 */
.container .ai-live_note{
	max-width: 960px;
	box-sizing:border-box;
	margin: auto;
	background-color: #7c909a;
    padding: 1em 2em 1.5em;
    text-align: left;
    margin-top: 2em;
	box-shadow: 10px 10px #ccc;
	color: #fff;
	font-size:1.4rem;
	font-weight:300;
}
.container .ai-live_note dt{
	font-size: 1.3em;
}
.container .ai-live_note dd {
	margin-top:0.5em;
}
@media screen and (max-width: 640px) {
	.container .ai-live_note{
		margin: 2em 3% 5px;
		padding: 1em 1em 1.5em;
		box-shadow: 5px 5px #ddd;
		font-size: 0.9rem;
	}
}

/* 作例 */
.container h3.photo_ttl:before,
.container h3.photo_ttl:after{
	content: "";
	display: inline-block ;
	width:1.5em;
	height:2px;
	background-color: #333;
	vertical-align: middle;
	margin:0 0.5em;
}

.container .photo {
	display:flex;
	max-width:960px;
	margin: 3em auto 0;
	justify-content: space-between
}
.container .photo li{
	position: relative;
}
.container .photo li:hover {
	cursor: pointer;
}
.container .photo li img {
	width:240px;
	transition: opacity 0.4s;
}
.container .photo li:hover img {
	opacity: 0.7;
}
.container .photo li::after {
	content:"";
	width:40px;
	height:40px;
	position: absolute;
	right:10px;
	bottom:10px;
	background:url("../images/zoom.png") no-repeat;
	background-size: 100%;
}

@media screen and (max-width: 640px) {
	.container .photo {
		flex-wrap: wrap;
		max-width:440px;
	}
	.container .photo li{
		width:50%
	}
	.container .photo li::after {
		width:30px;
		height:30px;
	}
}
/* 作例用モーダル */
.container .photo_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	display: none;
	z-index: 100000;
}
.container .photo_modal img {
	max-width:100%;
	max-height:100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.container .photo_modal .close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/btn_close.png) no-repeat;
	background-size: cover;
	cursor: pointer;
	transition: opacity 0.5s;
}
@media screen and (min-width: 641px) {
	.container .photo_modal .close:hover {
		opacity: 0.5;
	}
}
@media screen and (max-width: 640px) {
	.container .photo_modal .close {
		width: 23px;
		height: 24px;
	}
}