@charset "UTF-8";


/* --------------------------------------------------
 * base styles
 * ----------------------------------------------- */

 *, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after{
	display: block;
	clear: both;
	content: "";
}
.pull_left{
	float: left!important;
}
.pull_right{
	float: right!important;
}
.right{
	text-align: right!important;
}
.center{
	text-align: center!important;
}
.left{
	text-align: left!important;
}
.top{
	vertical-align: top!important;
}
.middle{
	vertical-align: middle!important;
}
.bottom{
	vertical-align: bottom!important;
}
.list{
}
ul.list li{
	margin-bottom: 6px;
	margin-left: 26px;
	list-style-type: disc!important;
}
ol.list li{
	margin-bottom: 6px;
	margin-left: 26px;
	list-style-type: decimal!important;
}

.mt0 {margin-top:0px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}
.mt45 {margin-top:45px;}
.mt50 {margin-top:50px;}
.mt55 {margin-top:55px;}
.mt60 {margin-top:60px;}
.mt65 {margin-top:65px;}
.mt70 {margin-top:70px;}
.mt75 {margin-top:75px;}
.mt80 {margin-top:80px;}

.ml0 {margin-left:0px;}
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml30 {margin-left:30px;}
.ml35 {margin-left:35px;}
.ml40 {margin-left:40px;}
.ml45 {margin-left:45px;}
.ml50 {margin-left:50px;}
.ml55 {margin-left:55px;}
.ml60 {margin-left:60px;}
.ml65 {margin-left:65px;}
.ml70 {margin-left:70px;}
.ml75 {margin-left:75px;}
.ml80 {margin-left:80px;}

.mb0 {margin-bottom:0px;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb45 {margin-bottom:45px;}
.mb50 {margin-bottom:50px;}
.mb55 {margin-bottom:55px;}
.mb60 {margin-bottom:60px;}
.mb65 {margin-bottom:65px;}
.mb70 {margin-bottom:70px;}
.mb75 {margin-bottom:75px;}
.mb80 {margin-bottom:80px;}

.mr15 {margin-right:15px;}





/* --------------------------------------------------
 * contents styles
 * ----------------------------------------------- */

#container {
	margin: 0 0 50px;
    padding: 0;
}

#mainvisual {
	max-width: 2000px;
	width: 100%;
	height: 500px;
	margin: 0 auto;
	background: url(../images/mv.jpg) center center no-repeat;
}


/*-------------------------------------tab_box*/

#mainContents .tab_box {
	width: 100%;
	background: #323232;
}

#mainContents .tab_box ul {
	max-width: 980px;
	height: 130px;
	margin: 0 auto;
	padding: 15px 0 14px;
}

#mainContents .tab_box li {
	display: table;
	float: left;
	width: 50%;
	height: 101px;
}

#mainContents .tab_box li:nth-child(1) {
	border-right: 1px solid #999999;
}

#mainContents .tab_box li a {
display: block;
    position: relative;
    width: 100%;
    height: 101px;
    color: #999999;
    font-weight: bold;
    font-size: 16px;
}

#mainContents .tab_box li.select a {
	color: #fff;
}

#mainContents .tab li a:hover {
	color: #fff;
}

.tab_box li a span {
	display: block;
	position: absolute;
	top: 50%;
	font-weight: bold;
	letter-spacing: -0.3px;
}


.tab_box li.tab_list01 a span {
	margin-top: -12px;
	left: 243px;
}

.tab_box li.tab_list02 a span {
	margin-top: -25px;
	left: 210px;
}

.tab_box li.tab_list01 a span:before {
	position: absolute;
	content: "";
    background: url(../images/icon_iphone8_off.png) 0 0 no-repeat;
	background-size: 43px auto;
	width: 43px;
	height: 81px;
	top: -30px;
	left: -60px;
}

.tab_box li.tab_list01.select a span:before {
    background: url(../images/icon_iphone8_on.png) 0 0 no-repeat;
}

.tab_box li.tab_list01 a:hover span:before {
    background: url(../images/icon_iphone8_on.png) 0 0 no-repeat;
}

.tab_box li.tab_list02 a span:before {
	position: absolute;
	content: "";
    background: url(../images/icon_iphone7_off.png) 0 0 no-repeat;
	background-size: 81px auto;
	width: 81px;
	height: 81px;
	top: -17px;
	left: -102px;
}

.tab_box li.tab_list02.select a span:before {
    background: url(../images/icon_iphone7_on.png) 0 0 no-repeat;
}

.tab_box li.tab_list02 a:hover span:before {
    background: url(../images/icon_iphone7_on.png) 0 0 no-repeat;
}


/*-------------------------------------content*/

.content {
	width: 980px;
	margin: 0 auto;
	padding: 64px 0 0;
}

.content .content_inner h1 {
	margin: 0 0 76px;
}

#mainContents .tabContent.tab_02 {
    display: none;
}


.detail_box .detail_list {
	float: left;
	width: 460px;
}

.detail_box:not(:nth-child(2)) {
	margin: 100px 0 0;
}

.detail_box .detail_list:nth-child(1) {
	margin-right: 60px;
}

.detail_box .detail_item {
	padding: 0 0 27px;
}

.tab_01 #rilega.detail_item {
	background: url(../images/iphone8_rilega_img02.png) 0 100% no-repeat;
}

.tab_01 #invol.detail_item {
	background: url(../images/iphone8_invol_img02.png) 0 100% no-repeat;
}

.tab_01 #basic.detail_item {
	background: url(../images/iphone8_basic_img02.png) 0 100% no-repeat;
}

.tab_01 #screen.detail_item {
	background: url(../images/iphone8_screen_img02.png) 0 100% no-repeat;
}

.tab_01 #desugners.detail_item {
	background: url(../images/iphone8_desugners_img02.png) 0 100% no-repeat;
}

.tab_01 #other.detail_item {
	background: url(../images/iphone8_other_img02.png) 0 100% no-repeat;
}



.tab_02 #rilega.detail_item {
	background: url(../images/iphone7_rilega_img02.png) 0 100% no-repeat;
}

.tab_02 #invol.detail_item {
	background: url(../images/iphone7_invol_img02.png) 0 100% no-repeat;
}

.tab_02 #basic.detail_item {
	background: url(../images/iphone7_basic_img02.png) 0 100% no-repeat;
}

.tab_02 #screen.detail_item {
	background: url(../images/iphone7_screen_img02.png) 0 100% no-repeat;
}

.tab_02 #desugners.detail_item {
	background: url(../images/iphone7_desugners_img02.png) 0 100% no-repeat;
}

.tab_02 #other.detail_item {
	background: url(../images/iphone7_other_img02.png) 0 100% no-repeat;
}


.detail_box .detail_item .txt01 {
	padding: 5px 0;
	background: #aab4b4;
	font-size: 13px;
	color: #fff;
}

.detail_box .detail_item .detail_item_c_box h2 {
	margin: 0 0 5px;
}

.detail_box .detail_item .txt02 {
	margin: 0 0 5px;
	font-size: 18px;
	letter-spacing: -1px;
}

.detail_box .detail_item .txt03 {
	margin: 0 0 67px;
	font-size: 14px;
	letter-spacing: -0.5px;
}

.detail_box .detail_item .detail_item_btn {
	text-align: right;
}

.detail_box .detail_item .detail_item_btn a {
	position: relative;
	display: inline-block;
	width: 225px;
	height: 57px;
	padding: 15px 0 0 30px;
	color: #636d6d;
	font-size: 16px;
	border: 1px solid #636d6d;
	text-align: left;
	font-weight: bold;
	letter-spacing: -0.7px;
}

.detail_box .detail_item .detail_item_btn a:after {
	position: absolute;
	content: "";
    background: url(../images/icon_btn_arrow.png) 0 0 no-repeat;
	background-size: 18px auto;
	width: 18px;
	height: 32px;
	top: 50%;
	margin-top: -16px;
	right: 16px;
}

#mainContents .detail_box .detail_item .detail_item_btn a:hover {
	background: #636d6d;
	color: #fff;
}

.detail_box .detail_item .detail_item_btn a:hover:after {
    background: url(../images/icon_btn_arrow02.png) 0 0 no-repeat;
}

.detail_box .detail_item .detail_item_btn a span {
	font-weight: bold;
}

.txt_attention {
	border-top: 1px solid #d3d4d3;
	margin: 73px 0 0;
}
.txt_attention p {
	color: #626d6d;
	padding: 7px 0 0;
}


.pagetop {
	margin: 0 0 60px;
}

.pagetop p {
	text-align: center;
}

.pagetop a {
	display: inline-block;
	color: #636d6d;
	font-size: 24px;
	text-align: center;
}

.pagetop a:hover {
	opacity: 0.3;
}

.pagetop span {
	display: block;
	margin: 9px 0 0;
	letter-spacing: 1px;
}


#mainContents .tabContent.close_tabContent {
    display: none;
}

#mainContents .tabContent.open_tabContent {
    display: block;
}

.btn-more {
	display: block;
	width: 60%;
	height:auto;
	padding:20px;
	line-height:1.6;
	text-align: center;
	background-color: #000;
	color:#fff;
	margin:30px auto 0;
	font-size:1.2em;
}
.btn-more:hover{
	color:#fff !important;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	opacity: 0.75;
}