@charset "UTF-8";

@media screen and (max-width: 640px) {
    .mr--3em{
        margin-right:0 !important;
    }
}
/*--------------------------------------------------
	＜カテゴリー共通＞
--------------------------------------------------*/
.container .category {
    padding-bottom:6em;
	position: relative;
}
.container .category .section {
    margin-top: 6em;
}
.container .category_wrap {
	margin-bottom:40px;
}
@media screen and (max-width: 640px) {
    .container .category .section_mid {
        margin-top: 6em;
    }
    .container .category .section {
        margin-top: 4em;
    }
    .container .category .section_low {
        margin-top: 2em;
    }
	.container .category_wrap {
		margin-bottom:80px;
	}
}

/* フォントサイズ調整 */
.category h2.main_catch {font-size:3.74rem;font-weight:500;margin-bottom: 0;overflow: hidden}
.category h3 {font-size:2.5rem;font-weight:500;margin-top: 0;}
.category p {font-size:1.6rem;font-weight: 400;line-height: 1.6;}
.category .btn, .category .btn_blank {font-size:1.2rem;}
@media screen and (max-width: 640px) {
	.container h2.main_catch {font-size:42px;font-weight: 600;line-height:1.3; margin-top: 1.5em;}
	.container h3 {font-size:34px;font-weight: 600;line-height:1.3;}
	.container p {font-size:18px;font-weight: 500;line-height: 1.5;}
	.container .btn, .container .btn_blank {font-size:0.9rem}
}

/* 囲みのH4見出し */
.container h4.ttl_frame {
	margin:1em auto;
}
.container h4.ttl_frame span {
    display:inline-block;
	border: 2px solid #0071E3;
    border-radius: 20px;
    color: #0071E3;
    font-size:1.4rem;
    padding: 2px 1em;
    font-weight: 500;
	margin:3px;
	background-color: #fff;
}
@media screen and (max-width: 640px) {
	.container h4.ttl_frame {
		margin:0 auto 12px;
	}
	.container h4.ttl_frame span {
		font-size:20px;
		font-weight: 600;
		border-radius:64px;
		line-height:1.3;
	}
	.container h4.ttl_frame span br.forSP {
		display:inline-block !important;
	}
}

/*画像キャプション*/
.container p.img_cap {
	text-align: center;
	line-height: 1.2em;
	margin-top:0.5em;
	overflow: hidden;
}
/* 太字 */
.container strong {
	font-weight:500;
}
@media screen and (max-width: 640px) {
	.container strong {
		font-weight:600;
	}
}

/*--------------------------------------------------
	＜ディスプレイ＞
--------------------------------------------------*/

/* 電池の持ち時間 */
.battery_life {
    display:flex;
    justify-content: center;
    margin-top:2em;
}
.battery_life dl {
    width:400px;
}
.battery_life dl:first-child {
    margin-right:20px;
}
.battery_life dl dt {
    background-color: #a78237;
    color:#fff;
    font-size:20px;
    font-weight:500;
    padding:5px 0;
}
.battery_life dl dd {
    color:#2a2faf;
    font-weight:600;
    font-size:40px;
    background-color: rgba(255,255,255,0.40);
}
.battery_life dl dd span {
    font-size:2em;
    
}
@media screen and (max-width: 640px) {
    .battery_life {
    }
    .battery_life dl {
        width:47%;
    }
    .battery_life dl:first-child {
        margin-right:2%;
    }
    .battery_life dl dt {
        font-size:18px;
    }
    .battery_life dl dd {
        font-size:26px;
        background-color: rgba(255,255,255,0.40);
    }
    .battery_life dl dd span {
        font-size:2em;

    }
}

/* IGZOディスプレイ */
.container dl.igzo_display{
	margin-top: 0.5em;
}
.container dl.igzo_display dt{
	background-color: #A78237;
	color:#fff;
	padding:3px 0;
	font-size:24px;
	font-weight:500;
}
.container dl.igzo_display dd{
	padding:1em 0 0;
	display:flex;
	justify-content: space-around;
	text-align: left;
	align-items: center;
}
.container dl.igzo_display dd span {
	font-size:28px;
}
@media screen and (max-width: 640px) {
	.container dl.igzo_display {
		width:90%;
		margin:0 auto;
		max-width: 360px;
	}
	.container dl.igzo_display dt{
		font-size:18px;
	}
	.container dl.igzo_display dd span {
		font-size:20px;
		font-weight:500;
	}
	.container dl.igzo_display dd img {
		margin: 0;
		
	}
}

/* リッチカラー */
.richcolor {
    display:flex;
    max-width:600px;
    justify-content: space-between;
    align-items: center;
    margin:2em auto 0 !important;
}
.richcolor li {   
}
.richcolor .circle {
    border:2px solid;
    color: #A78237;
    font-size:22px;
    font-weight:500;
    width:7em;
    height:7em;
    border-radius:50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.25)
}
.richcolor .circle strong {
    font-size:1.8em;
}
@media screen and (max-width: 640px) {
    .richcolor {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 1em !important;
    }
    .richcolor li {
        margin:1em
    }
    .richcolor li:nth-child(2) {
        width:40%;
    }
    .richcolor li:nth-child(3) {
        width:80%;
    }
    .richcolor .circle {
        font-size:18px;
        width:7em;
        height:7em;
        border-radius:50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(255,255,255,0.25)
    }
}
/*--------------------------------------------------
	＜パフォーマンス＞
--------------------------------------------------*/
/* 高性能チップセット */
.qualcomm  {
    display:flex;
    justify-content: center;
}
.qualcomm  > dl {
    text-align: left;
    margin-right:3em
}
.qualcomm  > dl dt {
    color:#0071E3;
    font-size:1.4em;
    font-weight:600;
    margin-top:1em;
}
@media screen and (max-width: 640px) {
    .qualcomm  {
        display:block;
    }
    .qualcomm  > dl {
        margin-right:0;
    }
    .qualcomm  > dl dt {
        text-align: center;
        line-height: 1.2;
        font-size:1.4em;
        font-weight:600;
        margin-top:0;
        margin-bottom: 1em;
    }
}

/* ROM/RAM */
.rom_ram {
    text-align: center !important;
    color:#888;
    margin-top: 2em !important;
}
.rom_ram span{
    font-weight:500;
    display:inline-block;
    margin:0 1em;
    font-size:1.2em;
}
.rom_ram::after,
.rom_ram::before {
    content:"";
    display:inline-block;
    width:0.5em;
    height:1.4em;
    border:1px solid;
    vertical-align: middle;
}
.rom_ram::before {
    border-right: none;
}
.rom_ram::after {
    border-left:none;
}

/* CPU性能 */
.cpu_perform {
    color:#A78237;
    display:flex;
    justify-content: space-between;
    max-width: 650px;
    margin:3em auto 0 !important;
}
.cpu_perform li{
    border:2px solid;
    width:8em;
    height:8em;
    font-size:1.4em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    font-weight:500;
}
.cpu_perform li strong{
    font-size:1.3em
} 
.cpu_perform li small{
    font-size:0.7em;
}
@media screen and (max-width: 640px) {
    .cpu_perform {
        width:94%;
        margin-top: 1em;
    }
    .cpu_perform li{
        font-size:1em;
        width:7.5em;
        height:7.5em;
    }
}
    


.container .capacity {
	display:flex;
	margin: 3em auto 0;
	justify-content: center;
	position: relative;
	padding:20px 0;
    max-width:700px;
}

.container .capacity dt {
	font-size: 24px;
	padding-right: 30px;
	margin-top: 10px;
}
.container .capacity dd {
	border-left:1px solid;
	text-align: left;
	font-size: 20px;
	padding-left: 30px;
}
.container .capacity dt::before,
.container .capacity dt::after,
.container .capacity dd::before,
.container .capacity dd::after {
	content:"";
	position: absolute;
	width:30px;
	height:30px;
	border:1px solid;
}
.container .capacity dt::before {
	top:0;
	left:0;
	border-right:none;
	border-bottom: none;
}
.container .capacity dt::after {
	bottom:0;
	left:0;
	border-right:none;
	border-top: none;
}
.container .capacity dd::before {
	top:0;
	right:0;
	border-left:none;
	border-bottom: none;
}
.container .capacity dd::after {
	bottom:0;
	right:0;
	border-left:none;
	border-top: none;
}

@media screen and (max-width: 640px) {
	.container .capacity {
		display:block;
		width:70%;
		margin:2em auto 0;
		padding:2em;
	}

	.container .capacity dt {
		font-size: 20px;
		padding-right: 0;
		margin-top: 0;
		border-bottom: 1px solid;
    	padding-bottom: 0.5em;
    	margin-bottom: 0.5em;
	}
	.container .capacity dd {
		border-left:none;
		font-size: 16px;
		padding: 0 1em;
	}
}

/*--------------------------------------------------
	＜カメラ＞
--------------------------------------------------*/
/* 3つのカメラ */
.camera3 {
	display:flex;
	max-width:960px;
	margin:auto;
	justify-content: space-between;
}
.camera3 p {
	text-align: center;
}
@media screen and (max-width: 640px) {
	.camera3 {
		display:block;
	}
	.camera3 p {
	}
}
/* 作例 */
.container h3.photo_ttl:before,
.container h3.photo_ttl:after{
	content: "";
	display: inline-block ;
	width:1.5em;
	height:2px;
	background-color: #fff;
	vertical-align: middle;
	margin:0 0.5em;
}

.container .photo {
	display:flex;
	max-width:960px;
	margin: 3em auto 0;
	justify-content: center;
    flex-wrap: wrap;
}
.container .photo li{
	position: relative;
	width:calc(100% / 3 );
	/* フェード用 */
    transition-duration: 0.4s;
    transform: scale(0.8);
    transform-origin: left top;
}
.container .photo li:hover {
	cursor: pointer;
}
.container .photo li img {
	width:100%;
	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 h3.photo_ttl:before,
	.container h3.photo_ttl:after{
		width:1em;
	}
	.container .photo {
		flex-wrap: wrap;
		max-width:440px;
	}
	.container .photo li{
		
	}
	.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;
	}
}

/*--------------------------------------------------
	＜ユーザビリティ＞
--------------------------------------------------*/
/* テザリング */
.container p.img_cap_tethering {
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    overflow: hidden;
    color: #0071e3;
}

/* mil_icon */

.container .mil_icon {
	display:flex;
	flex-wrap: wrap;
	max-width:860px;
	justify-content: center;
	margin-top: 1em;
}
.container .mil_icon img {
	margin: 10px;
}

@media screen and (max-width: 640px) {
	.container .mil_icon {
		width:auto;
		justify-content: center;
	}
	.container .mil_icon img {
		margin: 3px;
		width: 80px;
	}
}

/* サウンド関係ロゴ */
.container .logo_sound {
	text-align: center;
}
.container .logo_sound img{
	margin: 30px 25px;
	vertical-align: middle;
}
.h_70_sph_50 {
	height:70px;width:auto;
}
.h_120_sph_90 {
	height:120px;width:auto;
}
@media screen and (max-width: 640px) {
	.container .logo_sound {
		margin-top: 1em;
	}
	.container .logo_sound img{
		margin: 15px;
	}
	.h_120_sph_90 {
		height:90px;
		width:auto;
	}
	.h_70_sph_50 {
		height:55px;
		width:auto;
	}
}
/*データ移行*/
#datacopy {
    padding-top: 5em;
    padding-bottom:6em;
    margin-top: 6em;
}
#datacopy div:first-child {
    margin-top: 0;
    
}
#datacopy h5 {
    margin:2em auto 0;
    max-width:960px;
    text-align: left;
    font-size:28px;
}
@media screen and (max-width: 640px) {
    #datacopy h5 {
        width:94%;
        font-size:20px;
    }
}
.dev_datacopy {
    margin-top:1em !important;
}
.dev_datacopy span {
    color:#067A97
}
.table_wrap {
    width:960px;
    margin:0.5em auto;
}
.table_wrap .tbl_datacopy {
    width:100%;
    line-height: 1.2
}
.table_wrap .tbl_datacopy th,
.table_wrap .tbl_datacopy td{
    border:2px solid #777;
    padding:0.5em;
}
.table_wrap .tbl_datacopy th{
    background: #62bad0;
    color:#fff;
    font-size:1em;
    font-weight:500;
}
.table_wrap .tbl_datacopy td{
    background: #fff;
    font-size:1.5em
}
.table_wrap .tbl_datacopy td:first-child{
    font-size:0.8em;
}
@media screen and (max-width: 640px) {
    .table_wrap { 
        width:94%;
        overflow-x: scroll
    }
    .table_wrap .tbl_datacopy {
        width:auto;
    }
    .table_wrap .tbl_datacopy th,
    .table_wrap .tbl_datacopy td{
        white-space:nowrap ;
    }
    .table_wrap .tbl_datacopy th{
        font-size:0.8em;
    }
    .table_wrap .tbl_datacopy td{
        font-size:1.2em
    }
    .table_wrap .tbl_datacopy td:first-child{
        font-size:0.8em;
    }
}

