@charset "UTF-8";

/**********************************************************
 *
 * iphone SMTパーツ
 *
 **********************************************************/


/* common
-------------------------------------------*/
.acenter {
  text-align: center;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* .tit-cmn-wrap.s-btn-lv1 */
.tit-cmn-wrap.s-btn-lv1 {
  position: relative;
  display: table;
  width: 100%;
  margin-top: -5px;
  margin-bottom: 20px;
}
.tit-cmn-wrap.s-btn-lv1 .tit-cmn-lv1 {
  display: table-cell;
  border-bottom: none;
  vertical-align: middle;
}
.tit-cmn-wrap.s-btn-lv1 .tit-cmn-lv1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #c03;
}
.tit-cmn-wrap.s-btn-lv1 .mark {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
  text-align: right;
  white-space: nowrap;
  padding-top:0 !important;
}
.tit-cmn-wrap.s-btn-lv1 .mark .btn-cmn-form .ico-cmn-arrow {
  background-position: 0 0.4em;
}

/* .btn-cmn.s-shopsearch */
.btn-cmn.s-shopsearch, .btn-cmn.s-shopsearch.s-disabled {
  background-image: url("/images_osp/common/ico/ico_arrow_r02.png");
  background-size: 6px auto;
  background-color: #008856;
  color: #fff;
}
.btn-cmn-form.s-strongest.s-shopsearch {
  background-color: #008856;
  border: 1px solid #008856;
  color: #fff;
}
.btn-cmn-form.s-strongest.s-shopsearch > .inner {
  border: 1px solid #ffffff;
}

.border-box{
	border:1px solid #dcdcdc;
	padding:0 0 10px;
}

.bnr-ex-order .s-bnr-s.link-cmn-bnr {
    min-height: 20px !important;
}
.bnr-ex-order .s-bnr-s.link-cmn-bnr::after {
    min-height: 20px !important;
}
.bnr-ex-order .link-cmn-bnr {
    background-color: #FFF !important;
    min-height: 20px !important;
}
.bnr-ex-order .link-cmn-bnr::after {
    min-height: 20px !important;
}

.border-box.bnr-ex-order {
  padding:0;
}
.border-box.bnr-ex-order a > img {
  padding-bottom:10px;
}


/* .btn-cmn.s-ico-none */
.btn-cmn.s-ico-none {
  background-image: none;
}
.btn-cmn.s-ico-none .ico-cmn-arrow {
  background-image: url("/images_osp/common/ico/ico_arrow_r02.png");
}

/* .btn-product */
.grid-cmn > .col2 .btn-cmn.btn-product {
  padding: 25px 11px 25px 28px;
}

/* .grid-cmn.s-myshop [ex::/iphone/web/] */
.grid-cmn.s-myshop .col6-1 {
  margin-bottom: 20px;
}
.grid-cmn.s-myshop .col6-5 p {
  margin-bottom: 0;
}
.grid-cmn.s-myshop .col6-5 p + .list-cmn-notes {
  margin-top: 0;
}
.grid-cmn.s-myshop .col6-5 .btn {
  clear: both;
}

/* .form_btn [ex::/iphone/web/] */
.form_btn {
  width: 100%;
  text-align: center;
}
.form_btn input {
  display: none;
}
.form_btn label { /* not check style */
  background: #fff url("/images_osp/common/ico/ico_arrow_r01.png") no-repeat scroll 12px center / 6px auto;
  display: inline-block;
  line-height: 1.3;
  margin: 20px 10px 0;
  padding: 11px 11px 11px 23px;
  position: relative;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #d6d6d6;
  width: 220px;
}

.form_btn label span {
  display: table;
  width: 100%;
  height: 100%;
}
.form_btn label > span b{
  display: table-cell;
  vertical-align: middle;
}

.form_btn label h4{
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.form_btn input[type="radio"]:checked + label {
  background: #666 url("/images_osp/common/ico/ico_arrow_r02.png") no-repeat scroll 12px center / 6px auto;
  color: #fff;
}

/* css個別対応v2
-------------------------------------------*/
.txt-icon--blank-inline {
  word-break: break-all;
}

/* よく見られているページの調整 */
.bottom-content-cmn .sec-common-lv2{
	border-bottom: none;
}
.bottom-content-cmn .sec-common-lv2 .tit-common-lv2{
	padding-bottom: 70px;
}

/* Global Navigation [include(dcm_header_ip.html).only-smt]
-------------------------------------------*/

/* .header-iphone */
.header-iphone {
  margin-bottom: 30px;
}
.tit-cmn-lv1 + .header-iphone {
  margin-top: -10px;
}
.header-iphone + [class*="sec-cmn"] {
  margin-top: 0;
}

/*.nav-iphone-global*/
.nav-iphone-global > .nav-iphone-global-in {
  border-left: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  overflow: hidden;
}
.nav-iphone-global > .nav-iphone-global-in > a {
  position: relative;
  width: 50%;
  display: block;
  padding: 11px 6px 11px 10px;
  line-height: 1.2;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  float: left;
  color: #000;
}
.nav-iphone-global > .nav-iphone-global-in > *:nth-child(2n+1) {
  clear: both;
}
.nav-iphone-global > .nav-iphone-global-in > .is-current {
  color: #c03;
}
.nav-iphone-global > .nav-iphone-global-in > .is-current:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 4px;
  height: 100%;
  background-color: #c03;
}
.nav-iphone-global > .nav-iphone-global-in > a:hover,
.nav-iphone-global > .nav-iphone-global-in .ico-cmn-arrow:hover {
  text-decoration: none;
}
.nav-iphone-global > .nav-iphone-global-in > a:hover {
  color: #093475;
}
.nav-iphone-global > .nav-iphone-global-in .ico-cmn-arrow {
  background-position: 0 0.3em;
}
.nav-iphone-global > .nav-iphone-global-in > a span span {
  font-size: 86%;
}


/* TOP
--------------------------------------------------  */

/*#main_slide_area*/
#main_slide_area {
  position: relative;
  overflow: hidden;
  height: auto;
  margin: 20px -11px 15px;
  text-align: center;
  background: none repeat scroll 0 0 #fff;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
#main_slide_area .slide_main {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 596px;
  height: auto;
  margin: 0 auto 14px;
}
#main_slide_area .slide_main ul {
  width: 100%;
  position: relative;
  left: 0;
  margin:0 auto;
}
#main_slide_area .slide_main ul li {
  display: none;
  width: 100%;
  float: left;
}
#main_slide_area .slide_main ul li:first-child {
  display: block;
}
#main_slide_area .slide_main ul li a {
  display: block;
  line-height:0;
  background-repeat:no-repeat;
  -moz-background-size:100% auto;
  -webkit-background-size:100% auto;
  -o-background-size:100% auto;
  background-size:100% auto;
}
#main_slide_area .slide_main ul li a img {
  width: 100%;
  height: auto;
}
#main_slide_area .slide_main ul li a p {
  height: 0;
  overflow: hidden;
}
#main_slide_area .slide_navi {
  display: none;
  width: 100%;
}
#main_slide_area .navi_main {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing: border-box;
  box-sizing:border-box;
}
#main_slide_area .slide_navi ul {
  height: 35px;
}
#main_slide_area .slide_navi .btn_l,
#main_slide_area .slide_navi .btn_r {
  width: 61px;
  height: 29px;
  color: #5b5b5b;
  line-height: 29px;
  font-size: 18px;
  font-weight: bolder;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  background: -moz-linear-gradient(center top , #fefefe, #ececec) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ececec));
  text-shadow: -1px 0 1px #fff;
  cursor: pointer;
}
#main_slide_area .slide_navi .btn_l {
  float: left;
}
#main_slide_area .slide_navi .btn_r {
  float: right;
}
#main_slide_area .slide_navi ul {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  clear: none;
  height: 8px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 0;
  line-height: 0;
}
#main_slide_area .slide_navi ul li {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  vertical-align: middle;
  width: 32px;
  height: 5px;
  margin: 0 10px;
  cursor: pointer;
}
#main_slide_area .slide_navi ul li span {
  display: block;
  width: 100%;
  height: 5px;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: none repeat scroll 0 0 #767676;
}


/* バナー
-----------------------------------------------	*/

.bnr-section {
  line-height: 0;
}
.bnr-mt-30{
	margin-top: 30px !important;
}
.bnr-mt-40{
	margin-top: 40px !important;
}

.bnr-mt-35em{
	margin-top: 3.5em;
}
.bnr-mb-30{
	margin-bottom: 30px !important;
}


/* 製品
-----------------------------------------------	*/

/* productContents */
.productContents {
  line-height: 0; /*画像だけのときすきまでるため*/
}
.productBox p + p,
.productBox figure + figure,
.subProductBox p + p,
.subProductBox figure + figure {
  margin: 0;
}

/* .autowidth */
.autowidth,
.productBox .autowidth {
  display: block;
  width: 320px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}


/* ===== 製品 iPhone XS ===== */

#iphoneXS{
	background-color: #000;
	margin: 0 -11px 0;
	padding: 0 0 160px;
	color: #ffe5db;
	text-align: center;
	font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


#iphoneXS .bgColor{
	background: linear-gradient(#000, #121212);
	padding-bottom: 5em;
}



#iphoneXS img{
	width: 100%;
}

#iphoneXS .txt_read{
	font-size: 150%;
	font-weight: bold;
	margin: 6em 7.3437% 4em;
	text-align: left;
}
#iphoneXS .s-fz-ll{
	font-size: 170% !important;
}
#iphoneXS .s-fc-fff{
	color: #fff !important;
}

#iphoneXS .ontxt{
	position: relative;
	width: 100%;
	height: auto;
}

#iphoneXS .notice{
	margin: 0 7.3437%;
	color: #999999;
	text-align: left;
}

#iphoneXS .btn{
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 30.625%;
}
#iphoneXS .btn img{
	width: 100%;
}

#iphoneXS .s-mt-50{
	margin-top: 50px !important;
}
#iphoneXS .s-mb-50{
	margin-bottom: 50px !important;
}
#iphoneXS .s-mt-100{
	margin-top: 100px !important;
}
#iphoneXS .s-mb-100{
	margin-bottom: 100px !important;
}

#iphoneXS section{
	margin: 8em 0 0;
	padding: 0;
}


#iphoneXS section h2{
	padding: 50px 0;
}

#iphoneXS section .hedertxt{
	font-size: 140%;
	font-weight: bold;
}


#iphoneXS section h3{
	padding: 0;
	margin-bottom: 5em;
	text-align: left;
}
#iphoneXS section h4{
	margin-bottom: 50px;
}


#iphoneXS section .ontxt .txtDisplay_right,
#iphoneXS section .ontxt .txtDisplay_left{
	display: inline-block;
	width: 43.375%;
	line-height: 1.21875 !important;
}
#iphoneXS section .ontxt .txtDisplay_left{
	margin: 0 3.9062% 0 5.7812%;
}



#iphoneXS section .allscrnApp{
	width: 100%;
	margin: 0 auto;
}

#iphoneXS section .allscrnApp .col2{
	display: block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 85px;
}
#iphoneXS section .allscrnApp .col2 > p{
	width: auto;
	margin: 35px 7.3437% 0;
	text-align: left;
}
#iphoneXS section .allscrnApp .col2 > p > img{
	width: auto;
}


#iphoneXS section .material{
	width: 100%;
	margin: 5em auto 0;
}
#iphoneXS section .material > .col3{
	display: block;
	margin: 0 7.3437% 1.5em;
	text-align: left;
}


#iphoneXS section .ontxt .txtBionic_left,
#iphoneXS section .ontxt .txtBionic_right{
	display: inline-block;
	width: 43.375%;
	vertical-align: top;
	line-height: 1.21875 !important;
}
#iphoneXS section .ontxt .txtBionic_left p,
#iphoneXS section .ontxt .txtBionic_right p{
	line-height: 1.21875 !important;
	margin-bottom: 67px;
}
#iphoneXS section .ontxt .txtBionic_left .s-fz-ll,
#iphoneXS section .ontxt .txtBionic_right .s-fz-ll{
	font-size: 170%;
}
#iphoneXS section .ontxt .txtBionic_left{
	left: 119px;
}
#iphoneXS section .ontxt .txtBionic_right{
	right: 110px;
}



#iphoneXS section .txtEngine{
	padding-bottom: 85px;
}
#iphoneXS section .txtEngine > p{
	width: auto;
	margin: 4em 7.3437% 0;
}

#iphoneXS section section .engine-box{
	width: auto;
	margin: 0 7.3437%;
	text-align: left;
}

#iphoneXS section section .engine-box .engine_01{
	display: inline-block;
	width: 40%;
	vertical-align: top;
}
#iphoneXS section section .engine-box .engine_02{
	display: inline-block;
	width: 55%;
	vertical-align: top;
}
#iphoneXS section section .engine-box .engine_00{
	display: inline-block;
	width: auto;
	vertical-align: top;
}

#iphoneXS section section .engine-box .engine_01 > .col3,
#iphoneXS section section .engine-box .engine_02 > .col3,
#iphoneXS section section .engine-box .engine_03 > .col3{
	line-height: 1.21875 !important;
	margin-bottom: 3em;
}

#iphoneXS section .comparison .productTable{
	display: table;
	table-layout: fixed;
	width: auto;
	margin: 0 auto;
}
#iphoneXS section .comparison .productTable .btn_l{
	display: block;
	width: 61.25%;
	margin-left: 27.81%;
}
#iphoneXS section .comparison .productTable .btn_r{
	display: block;
	width: 61.25%;
	margin-left: 9.625%;
}

#iphoneXS section .comparison .productTable > div{
	display: table-cell;
	vertical-align: bottom;
}


#iphoneXS .comparison .txt_read{
	font-size: 200%;
}





/* ===== 製品 iPhone XR ===== */

#iphoneXR{
	background-color: #000;
	margin: 0 -11px 0;
	padding: 0 0 160px;
	color: #c8cbcc;
	text-align: center;
	font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


#iphoneXR .bgColor{
	background: linear-gradient(#000, #121212);
	padding-bottom: 5em;
}



#iphoneXR img{
	width: 100%;
}

#iphoneXR .txt_read{
	font-size: 150%;
	font-weight: bold;
	margin: 6em 7.3437% 4em;
}
#iphoneXR .s-fz-ll{
	font-size: 170% !important;
}
#iphoneXR .s-fc-fff{
	color: #fff !important;
}

#iphoneXR .ontxt{
	position: relative;
	width: 100%;
	height: auto;
}

#iphoneXR .notice{
	margin: 0 7.3437%;
	color: #999999;
	text-align: left;
}

#iphoneXR .btn{
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 30.625%;
}
#iphoneXR .btn img{
	width: 100%;
}

#iphoneXR .s-mt-50{
	margin-top: 50px !important;
}
#iphoneXR .s-mb-50{
	margin-bottom: 50px !important;
}
#iphoneXR .s-mt-100{
	margin-top: 100px !important;
}
#iphoneXR .s-mb-100{
	margin-bottom: 100px !important;
}

#iphoneXR section{
	margin: 8em 0 0;
	padding: 0;
}


#iphoneXR section h2{
	padding: 50px 0;
}

#iphoneXR section .hedertxt{
	font-size: 140%;
	font-weight: bold;
	color: #fff;
}


#iphoneXR section h3{
	padding: 0;
	margin-bottom: 5em;
	text-align: left;
}
#iphoneXR section h4{
	margin-bottom: 50px;
}


#iphoneXR section .ontxt .txtDisplay_right,
#iphoneXR section .ontxt .txtDisplay_left{
	display: block;
	width: 100%;
	line-height: 1.21875;
}
#iphoneXR section .ontxt .txtDisplay_right{
	line-height: 4em !important;
}

#iphoneXR section .allscrnApp{
	width: 100%;
	margin: 0 auto;
}

#iphoneXR section .allscrnApp .col2{
	display: block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 85px;
}
#iphoneXR section .allscrnApp .col2 > p{
	width: auto;
	margin: 35px 7.3437% 0;
	text-align: left;
}
#iphoneXR section .allscrnApp .col2 > p > img{
	width: auto;
}


#iphoneXR section .material{
	width: 100%;
	margin: 5em auto 0;
}
#iphoneXR section .material > .col3{
	display: block;
	margin: 0 7.3437% 1.5em;
	text-align: left;
}


#iphoneXR section .ontxt .txtBionic_left,
#iphoneXR section .ontxt .txtBionic_right{
	display: inline-block;
	width: 43.375%;
	vertical-align: top;
	line-height: 1.21875 !important;
}
#iphoneXR section .ontxt .txtBionic_left p,
#iphoneXR section .ontxt .txtBionic_right p{
	line-height: 1.21875 !important;
	margin-bottom: 67px;
}
#iphoneXR section .ontxt .txtBionic_left .s-fz-ll,
#iphoneXR section .ontxt .txtBionic_right .s-fz-ll{
	font-size: 170%;
}
#iphoneXR section .ontxt .txtBionic_left{
	left: 119px;
}
#iphoneXR section .ontxt .txtBionic_right{
	right: 110px;
}



#iphoneXR section .txtEngine{
	padding-bottom: 85px;
}
#iphoneXR section .txtEngine > p{
	width: auto;
	margin: 3.5em 7.3437% 0;
}

#iphoneXR section section .engine-box{
	width: auto;
	margin: 0 7.3437%;
	text-align: left;
}

#iphoneXR section section .engine-box .engine_01{
	display: inline-block;
	width: 60%;
	vertical-align: top;
}
#iphoneXR section section .engine-box .engine_02{
	display: inline-block;
	width: 37%;
	vertical-align: top;
}
#iphoneXR section section .engine-box .engine_00{
	display: block;
	width: auto;
}

#iphoneXR section section .engine-box .engine_00 > .col3,
#iphoneXR section section .engine-box .engine_01 > .col3,
#iphoneXR section section .engine-box .engine_02 > .col3,
#iphoneXR section section .engine-box .engine_03 > .col3{
	line-height: 1.21875 !important;
	margin-bottom: 3em;
}

#iphoneXR section .comparison .productTable{
	display: table;
	table-layout: fixed;
	width: auto;
	margin: 0 auto;
}
#iphoneXR section .comparison .productTable .btn_l{
	display: block;
	width: 61.25%;
	margin-left: 27.81%;
}
#iphoneXR section .comparison .productTable .btn_r{
	display: block;
	width: 61.25%;
	margin-left: 9.625%;
}

#iphoneXR section .comparison .productTable > div{
	display: table-cell;
	vertical-align: bottom;
}


#iphoneXR .comparison .txt_read{
	font-size: 200%;
	color: #fff;
}



/* ===== 製品 iPhone 11 ===== */
#iphone11{
	margin: 50px -11px 0;
}

#iphone11 img{
	width: 100%;
}

#iphone11 .logo{
	width: 25.694%;
  padding-top: 50px;
	margin: 0 auto 20px;
}

#iphone11 hr{
	margin: 0;
	border: 8px solid #fff;
}

#iphone11 .tit_lv2_txt{
	font-size: 9vw;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 30px;
}
#iphone11 .tit_lv3_txt,
#iphone11 .tit_lv4_txt{
	font-size: 6.97vw;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
}



#iphone11 .img-main{
	margin: 57px 0;
}
#iphone11 .img-main img{
	width: 90%;
}
#iphone11 .common_txt{
	font-size: 4.2vw;
	color: #333;
	margin-bottom: 3em;
}
#iphone11 .common_type{
	font-size: 60%;
	line-height: 2.5;
	color: #666;
}

#iphone11 .btn{
	width: 23.611%;
	margin-bottom: 45px;
}

#iphone11 .topic_box{
	margin-top: 3em
}

#iphone11 .topic_box .topic_box_inner{
	margin: 0 5.555% 0 10.833%;
}
#iphone11 .topic_box .topic_box_inner figure{
	margin-left: -6.277%;
}

#iphone11 .back-color{
	background-color: #fafafa;
	border-color: #fafafa;
}

#iphone11 .icon_2col{
	display: table;
	margin-bottom: 25px;
}
#iphone11 .icon_2col > .icon{
	display: table-cell;
	width: 11.96%;
	vertical-align: top;
}
#iphone11 .icon_2col > .text{
	display: table-cell;
	padding-left: 5.647%;
}
#iphone11 .icon_2col > .text p{
		font-size: 3.6vw;
}



/* aside */
#iphone11 aside .topic_box{
	width: auto;
	margin: 0 5.555%;
	padding: 3em 0 5em;
}
#iphone11 aside .topic_box .topic_box_inner{
	margin: 0 5.781%;
}
#iphone11 aside .topic_box .topic_box_inner figure{
	margin: 0 -6%;
}
/* /aside */


#iphone11 .compare{
	margin: 45px 5.555%;
}

#iphone11 .compare .tit_lv4_txt--line{
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.3;
	margin: 30px 0 20px;
	padding-bottom: 0.8em;
	border-bottom: 2px solid #efefef;
}

#iphone11 .compare .compare_table{
	display: table;
	width: 100%;
	table-layout: fixed;
}
#iphone11 .compare .compare_table.product{
	width: 100%;
	margin-left: -3%;
}
#iphone11 .compare .compare_table > .compare_table--cell{
	display: table-cell;
	vertical-align: top;
	padding: 0 1.5%;
}
#iphone11 .compare .compare_table > .compare_table--cell p.common_productname{
	font-size: 3vw;
	font-weight: bold;
	margin-bottom: 20px;
	white-space: nowrap;
}

#iphone11 .compare .compare_table > .compare_table--cell .btn{
	width: 100%;
}

#iphone11 .compare .compare_table > .compare_table--cell p{
	font-size: 3vw;
}

/* PH sizing for Compare */
#iphone11 .compare .compare_table > .compare_table--cell .w-iphone11pro{
	width: 55.0802%;
}
#iphone11 .compare .compare_table > .compare_table--cell .w-iphone11pro_max{
	width: 61.388%;
}
#iphone11 .compare .compare_table > .compare_table--cell .w-iphone11{
	width: 58.718%;
}
#iphone11 .compare .compare_table > .compare_table--cell .w-colortip{
	width: 79.537%;
}
#iphone11 .compare .compare_table > .compare_table--cell .w-camera{
	width: 37.366%;
}
#iphone11 .compare .compare_table > .compare_table--cell .w-dis-5_8{
	width: 22.419%;
}
#iphone11 .compare .compare_table > .compare_table--cell .w-dis-6_5,
#iphone11 .compare .compare_table > .compare_table--cell .w-dis-6_1{
	width: 24.555%;
}
#iphone11 .compare .compare_table > .compare_table--cell .w-battery{
	width: 34.163%;
}
/* /PH sizing for Compare */


#iphone11 .end-box{
	margin-top: 70px;
	padding: 50px 0 20px;
}



/* ===== 製品 iPhone 11 Pro ===== */
#iphone11-pro{
	margin: 50px -11px 0;
}

#iphone11-pro .content-inner{
	background-color: #111;
}

#iphone11-pro .bg_black{
	background-color: #000;
	border-color: #000;
	overflow: hidden;
}

#iphone11-pro img{
	width: 100%;
}

#iphone11-pro .logo{
	width: 34.722%;
	margin: 50px auto 40px;
}

#iphone11-pro hr{
	margin: 0;
	border: 8px solid #fff;
}

#iphone11-pro .tit_lv2_txt{
	font-size: 9vw;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 30px;
	color: #fff;
}
#iphone11-pro .tit_lv3_txt,
#iphone11-pro .tit_lv4_txt{
	font-size: 6.97vw;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
	color: #fff ;
}



#iphone11-pro .img-main{
	width: 88.888%;
	;
}

#iphone11-pro .common_txt{
	font-size: 4.2vw;
	color: #ccc;
	margin-bottom: 3em;
}
#iphone11-pro .font-white{
	color:  #fff;
}
#iphone11-pro .common_type{
	font-size: 60%;
	line-height: 2.5;
	color: #888;
}

#iphone11-pro .btn{
	width: 25.555%;
	margin-bottom: 45px;
}

#iphone11-pro .topic_box{
	margin-top: 3em
}

#iphone11-pro .topic_box .topic_box_inner{
	margin: 0 10.833%;
}


#iphone11-pro .back-color{
	background-color: #fafafa;
	border-color: #fafafa;
}

#iphone11-pro .icon_2col{
	display: table;
	margin-bottom: 25px;
}
#iphone11-pro .icon_2col > .icon{
	display: table-cell;
	width: 11.96%;
	vertical-align: top;
}
#iphone11-pro .icon_2col > .text{
	display: table-cell;
	padding-left: 5.647%;
}
#iphone11-pro .icon_2col > .text p{
		font-size: 3.6vw;
}



/* aside */
#iphone11-pro aside .topic_box{
	width: auto;
	margin: 0 5.555%;
	padding: 3em 0 5em;
}
#iphone11-pro aside .topic_box .topic_box_inner{
	margin: 0 5.781%;
}
#iphone11-pro aside .topic_box .topic_box_inner figure{
	margin: 0 -6%;
}


#iphone11-pro aside .tit_lv3_txt{
 	color: #111;
}
#iphone11-pro aside .common_txt{
	color: #333;
}
#iphone11-pro aside .common_type{
	color: #666;
}
/* /aside */


#iphone11-pro .compare{
	margin: 45px 5.555%;
}

#iphone11-pro .compare .tit_lv3_txt{
	color: #111;
}
#iphone11-pro .compare .tit_lv4_txt--line{
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.3;
	margin: 30px 0 20px;
	padding-bottom: 0.8em;
	border-bottom: 2px solid #efefef;
}

#iphone11-pro .compare .compare_table{
	display: table;
	width: 100%;
	table-layout: fixed;
}
#iphone11-pro .compare .compare_table.product{
	width: 100%;
}
#iphone11-pro .compare .compare_table > .compare_table--cell{
	display: table-cell;
	vertical-align: top;
	padding: 0 1.5%;
}
#iphone11-pro .compare .compare_table > .compare_table--cell p.common_productname{
	font-size: 3vw;
	font-weight: bold;
	margin-bottom: 20px;
	white-space: nowrap;
}

#iphone11-pro .compare .compare_table > .compare_table--cell .btn{
	width: 100%;
}

#iphone11-pro .compare .compare_table > .compare_table--cell p{
	font-size: 3vw;
}

/* PH sizing for Compare */
#iphone11-pro .compare .compare_table > .compare_table--cell .w-iphone11pro{
	width: 55.0802%;
}
#iphone11-pro .compare .compare_table > .compare_table--cell .w-iphone11pro_max{
	width: 61.388%;
}
#iphone11-pro .compare .compare_table > .compare_table--cell .w-iphone11{
	width: 58.718%;
}
#iphone11-pro .compare .compare_table > .compare_table--cell .w-colortip{
	width: 79.537%;
}
#iphone11-pro .compare .compare_table > .compare_table--cell .w-camera{
	width: 37.366%;
}
#iphone11-pro .compare .compare_table > .compare_table--cell .w-dis-5_8{
	width: 22.419%;
}
#iphone11-pro .compare .compare_table > .compare_table--cell .w-dis-6_5,
#iphone11-pro .compare .compare_table > .compare_table--cell .w-dis-6_1{
	width: 24.555%;
}
#iphone11-pro .compare .compare_table > .compare_table--cell .w-battery{
	width: 34.163%;
}
/* /PH sizing for Compare */


#iphone11-pro .end-box{
	margin-top: 70px;
	padding: 50px 0 20px;
}
#iphone11-pro .end-box .tit_lv3_txt{
	color: #111;
}


/* ===== 製品 iPhone 12 Pro ===== */
#iphone12-pro{
	margin: 0 -11px;
}
#iphone12-pro img{
	margin: 0;
	padding: 0;
}

#iphone12-pro .sec-unit {
	position: relative;
	color: #f5f5f7;
	background: #000000;
}

#iphone12-pro .sec-unit.s_side {
	color: #1d1d1f;
	background: #f5f5f7;
}

#iphone12-pro .sec-unit.s_side .inner {
	margin: auto;
}

#iphone12-pro .sec-unit.s_side [class^="lead-lv3"] .main {
	font-size: 26px;
	color: #1d1d1f;
}

#iphone12-pro .sec-unit + .sec-unit {
  	border-top: 10px solid #161617;
}

#iphone12-pro .sec-unit .inner {
	padding: 40px 0;
	margin: auto;
}

#iphone12-pro .sec-unit .sec-unit__txt-block {
	padding: 0 45px;
	margin: auto auto 30px;
}

#iphone12-pro .sec-unit .sec-unit__img-block {
	margin-bottom: 30px;
	text-align: center;
}

#iphone12-pro .sec-unit .sec-unit__img-block.s_img-full {
	margin-bottom: -45px;
}

#iphone12-pro .sec-unit .sec-unit__img-block img {
	width: 100%;
}

.buy-now.s_text {
	height: 33px;
	line-height: 33px;
	font-size: 13px;
}

#iphone12-pro .sec-unit .inner .link-text > a {
	font-size: 15px;
	color: #0066cc;
	text-decoration: none;
}

#iphone12-pro .sec-unit .inner .link-text > a:after {
	content: "";
	display: inline-block;
	margin-left: 1px;
	width: 5px;
	height: 5px;
	border-bottom: 1px solid #0066cc;
	border-right: 1px solid #0066cc;
	vertical-align: 3px;
	transform: rotate(-45deg);
}

#iphone12-pro .sec-unit .inner .icon-list {
	overflow: hidden;
}

#iphone12-pro .sec-unit .inner .icon-list + .icon-list {
	margin-top: 10px;
}

#iphone12-pro .sec-unit .inner .icon-list dt,
#iphone12-pro .sec-unit .inner .icon-list dd {
	font-size: 13px;
	color: #a1a1a6;
}

#iphone12-pro .sec-unit .inner .icon-list dt {
	float: left;
}

#iphone12-pro .sec-unit .inner .icon-list dd {
	margin-left: 40px;
}

#iphone12-pro .sec-unit .inner .icon-list dd .em {
	font-weight: bold;
	color: #f5f5f8;
}

#iphone12-pro .sec-unit .inner .sec-unit__txt-block .text {
	font-size: 15px;
	color: #f5f5f7;
	line-height: 1.5;
}

#iphone12-pro .sec-unit.s_side .inner .sec-unit__txt-block .text {
	color: #1d1d1f;
}

#iphone12-pro .sec-unit .inner .sec-unit__txt-block .value-block .text {
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 15px;
	color: #498b9f;
	border-bottom: 1px solid #282829;
}

#iphone12-pro .sec-unit .inner .sec-unit__txt-block .value-block .value-list {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#iphone12-pro .sec-unit .inner .sec-unit__txt-block .value-block .value-list .value {
	display: table-cell;
	margin-bottom: 0;
	font-size: 13px;
	color: #a1a1a6;
}

#iphone12-pro .sec-unit .inner .sec-unit__txt-block .value-block .value-list .value .em {
	font-size: 31px;
	color: #f5f5f7;
	line-height: 1;
}

#iphone12-pro .sec-unit .inner .sec-unit__txt-block .value-block .value-list .value .unit {
	font-size: 20px;
}

#iphone12-pro .sec-unit .inner .sec-unit__txt-block .value-block .value-list .value .unit.s_sup {
	vertical-align: top;
}

#iphone12-pro .sec-unit .inner .col4-list {
	margin-top: 30px;
	font-size: 0;
}

#iphone12-pro .sec-unit .inner .col4-list > * {
	display: inline-block;
	width: 50%;
	font-size: 13px;
	vertical-align: top;
}

#iphone12-pro .sec-unit .inner .col4-list > * + * {
	/* margin-left: 20px; */
}

#iphone12-pro .sec-unit .inner .col4-list dl:nth-of-type(even) {
    padding-left: 15px;
}

#iphone12-pro .sec-unit .inner .col4-list dl:nth-of-type(n+3) {
    margin-top: 30px;
}

#iphone12-pro .sec-unit .inner .col4-list dl:nth-of-type(3) {
    margin-left: 0;
}

#iphone12-pro .sec-unit .inner .col4-list dl dt {
	font-weight: bold;
	color: #1d1d1f;
}

#iphone12-pro .sec-unit .inner .col4-list dl dt img {
	display: block;
	margin-bottom: 8px;
}

#iphone12-pro .sec-unit .inner .col4-list dl dd {
	color: #6e6e73
}

#iphone12-pro .sec-unit .inner .check-list {
	margin-bottom: 18px;
}

#iphone12-pro .sec-unit .inner .check-list li {
	font-size: 15px;
}

#iphone12-pro .sec-unit .inner .check-list li .ico {
	display: inline-block;
	margin-right: 5px;
}

#iphone12-pro .sec-unit .inner .check-list li .ico img {
	vertical-align: 1px;
}

#iphone12-pro .sec-unit [class^="lead-lv2"] {
	margin-bottom: 20px;
	font-size: 38px;
	font-weight: bold;
	color: #f5f5f7;
	line-height: 1.2;
}

#iphone12-pro .sec-unit [class^="lead-lv3"] {
	margin-right: -45px;
	margin-bottom: 28px;
	font-weight: bold;
	line-height: 1.06;
}

#iphone12-pro .sec-unit [class^="lead-lv3"] .sub {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	color: #86868b;
}

#iphone12-pro .sec-unit [class^="lead-lv3"] .main {
	display: block;
	font-size: 28px;
	color: #f5f5f7;
	line-height: 1.2;
}

#iphone12-pro .sec-unit .spec-block {
	margin-top: 50px;
	text-align: center;
}

#iphone12-pro .sec-unit .spec-block .col {
	display: inline-block;
	width: 250px;
	text-align: center;
	vertical-align: top;
}

#iphone12-pro .sec-unit .spec-block .col + .col {
	margin-left: 18px;
}

#iphone12-pro .sec-unit .spec-block .col .title {
	padding-bottom: 10px;
	margin: 50px auto 20px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #1d1d1f;
	text-align: center;
}

#iphone12-pro .sec-unit .spec-block .col .list + .list {
	margin-top: 30px;
}

#iphone12-pro .sec-unit .spec-block .col .list .head {
	margin: 8px auto;
	font-size: 11px;
}

#iphone12-pro .sec-unit .relation-block {
	position: relative;
	padding: 45px 0;
	width: 100%;
	background: #ffffff;
}

#iphone12-pro .sec-unit .relation-block + .relation-block {
	margin-top: 6px;
}

#iphone12-pro .sec-unit .relation-block .sec-unit__txt-block {
	margin-bottom: 60px;
}

#iphone12-pro .sec-unit .specTable_box {
	display: table;
	padding: 0 15px;
	margin: 20px 0 0;
	width: 100%;
    table-layout: fixed;
	border-collapse: separate;
    border-spacing: 12px 0;
}

#iphone12-pro .sec-unit .specTable_box .col {
	display: table-cell;
	text-align: center;
}

#iphone12-pro .sec-unit .specTable_box .col .main-area {
	margin-bottom: 10px;
}

#iphone12-pro .sec-unit .specTable_box .col .main-area .title {
	padding-bottom: 10px;
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #dedee2;
	letter-spacing: -0.05em;
	text-align: center;
}

#iphone12-pro .sec-unit .specTable_box .col .main-area .color {
	margin-top: 18px;
}

#iphone12-pro .sec-unit .specTable_box .col .main-area .buy-now {
	padding-top: 18px;
	margin-top: 18px;
	border-top: 1px solid #dedee2;
}

#iphone12-pro .sec-unit .specTable_box .col .list {
	padding: 18px 0;
}

#iphone12-pro .sec-unit .specTable_box .col .list .icon {
	margin-bottom: 15px;
}

#iphone12-pro .sec-unit .specTable_box .col .list .text-number {
	margin-bottom: 18px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
}

#iphone12-pro .sec-unit .specTable_box .col .list .text-number .em {
	font-size: 28px;
}

#iphone12-pro .sec-unit .specTable_box .col .list .text {
	font-size: 11px;
}

#iphone12-pro .sec-unit .specTable_box .col .list .text li {
	margin-bottom: 10px;
}

#iphone12-pro .sec-unit.p01 .inner {
	padding: 60px 0 50px;
}

#iphone12-pro .sec-unit.p01 .inner .sec-unit__txt-block {
	margin-bottom: 40px;
}

#iphone12-pro .sec-unit.p01 .logo {
	margin-bottom: 20px;
}

#iphone12-pro .sec-unit.p03 .inner .sec-unit__img-block {
	margin-bottom: -40px;
}

/* ===== 製品 iPhone 12 ===== */
#iphone12{
	margin: 0 -11px;
}
#iphone12 img{
	margin: 0;
	padding: 0;
}

#iphone12 .sec-unit {
	position: relative;
	color: #1d1d1f;
	background: #000000;
}

#iphone12 .sec-unit:nth-of-type(even) {
	margin: auto 12px;
}

#iphone12 .sec-unit.s_side [class^="lead-lv3"] .main {
	font-size: 26px;
	color: #1d1d1f;
}

#iphone12 .sec-unit + .sec-unit {
  	border-top: 12px solid #ffffff;
}

#iphone12 .sec-unit .inner {
	padding: 40px 0;
	margin: auto;
}

#iphone12 .sec-unit .sec-unit__txt-block {
	padding: 0 45px;
	margin: auto auto 30px;
}

#iphone12 .sec-unit .sec-unit__img-block {
	margin-bottom: 30px;
	text-align: center;
}

#iphone12 .sec-unit .sec-unit__img-block.s_img-full {
	margin-bottom: -45px;
}

#iphone12 .sec-unit .sec-unit__img-block img {
	width: 100%;
}

.buy-now.s_text {
	height: 33px;
	line-height: 33px;
	font-size: 13px;
}

#iphone12 .sec-unit .inner .link-text > a {
	font-size: 15px;
	color: #0066cc;
	text-decoration: none;
}

#iphone12 .sec-unit .inner .link-text > a:after {
	content: "";
	display: inline-block;
	margin-left: 1px;
	width: 5px;
	height: 5px;
	border-bottom: 1px solid #0066cc;
	border-right: 1px solid #0066cc;
	vertical-align: 3px;
	transform: rotate(-45deg);
}

#iphone12 .sec-unit .inner .icon-list {
	display: table;
}

#iphone12 .sec-unit .inner .icon-list + .icon-list {
	margin-top: 10px;
}

#iphone12 .sec-unit .inner .icon-list dt,
#iphone12 .sec-unit .inner .icon-list dd {
	display: table-cell;
	font-size: 13px;
	color: #1d1d1f;
}

#iphone12 .sec-unit .inner .icon-list dd {
	padding-left: 15px;
	line-height: 1.4;
	vertical-align: middle;
}

#iphone12 .sec-unit .inner .icon-list dd .em {
	font-weight: bold;
}

#iphone12 .sec-unit .inner .sec-unit__txt-block .text {
	font-size: 15px;
	line-height: 1.5;
}

#iphone12 .sec-unit.s_side .inner .sec-unit__txt-block .text {
	color: #1d1d1f;
}

#iphone12 .sec-unit .inner .sec-unit__txt-block .value-block .text {
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #282829;
}

#iphone12 .sec-unit .inner .sec-unit__txt-block .value-block .value-list {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#iphone12 .sec-unit .inner .sec-unit__txt-block .value-block .value-list .value {
	display: table-cell;
	margin-bottom: 0;
	font-size: 13px;
	color: #a1a1a6;
}

#iphone12 .sec-unit .inner .sec-unit__txt-block .value-block .value-list .value .em {
	font-size: 31px;
	color: #f5f5f7;
	line-height: 1;
}

#iphone12 .sec-unit .inner .sec-unit__txt-block .value-block .value-list .value .unit {
	font-size: 20px;
}

#iphone12 .sec-unit .inner .sec-unit__txt-block .value-block .value-list .value .unit.s_sup {
	vertical-align: top;
}

#iphone12 .sec-unit .inner .col4-list {
	margin-top: 30px;
	font-size: 0;
}

#iphone12 .sec-unit .inner .col4-list > * {
	display: inline-block;
	width: 50%;
	font-size: 13px;
	vertical-align: top;
}

#iphone12 .sec-unit .inner .col4-list dl:nth-of-type(even) {
    padding-left: 15px;
}

#iphone12 .sec-unit .inner .col4-list dl:nth-of-type(n+3) {
    margin-top: 30px;
}

#iphone12 .sec-unit .inner .col4-list dl:nth-of-type(3) {
    margin-left: 0;
}

#iphone12 .sec-unit .inner .col4-list dl dt {
	font-weight: bold;
	color: #1d1d1f;
}

#iphone12 .sec-unit .inner .col4-list dl dt img {
	display: block;
	margin-bottom: 8px;
}

#iphone12 .sec-unit .inner .col4-list dl dd {
	color: #6e6e73
}

#iphone12 .sec-unit .inner .check-list {
	margin-bottom: 18px;
}

#iphone12 .sec-unit .inner .check-list li {
	font-size: 15px;
}

#iphone12 .sec-unit .inner .check-list li .ico {
	display: inline-block;
	margin-right: 5px;
}

#iphone12 .sec-unit .inner .check-list li .ico img {
	vertical-align: 1px;
}

#iphone12 .sec-unit [class^="lead-lv2"] {
	/* padding-left: 40px; */
	margin-bottom: 20px;
	font-size: 38px;
	/* font-size: 10vw; */
	font-weight: bold;
	line-height: 1.2;
	font-feature-settings: "palt" 1;
}

#iphone12 .sec-unit [class^="lead-lv3"] {
	margin-right: -45px;
	margin-bottom: 28px;
	font-weight: bold;
	line-height: 1.06;
}

#iphone12 .sec-unit [class^="lead-lv3"] .sub {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	color: #86868b;
}

#iphone12 .sec-unit [class^="lead-lv3"] .main {
	display: block;
	font-size: 29px;
	line-height: 1.2;
}

#iphone12 .sec-unit .spec-block {
	margin-top: 50px;
	text-align: center;
}

#iphone12 .sec-unit .spec-block .col {
	display: inline-block;
	width: 250px;
	text-align: center;
	vertical-align: top;
}

#iphone12 .sec-unit .spec-block .col + .col {
	margin-left: 18px;
}

#iphone12 .sec-unit .spec-block .col .title {
	padding-bottom: 10px;
	margin: 50px auto 20px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #1d1d1f;
	text-align: center;
}

#iphone12 .sec-unit .spec-block .col .list + .list {
	margin-top: 30px;
}

#iphone12 .sec-unit .spec-block .col .list .head {
	margin: 8px auto;
	font-size: 11px;
}

#iphone12 .sec-unit .relation-block {
	position: relative;
	padding: 45px 0;
	width: 100%;
	background: #ffffff;
}

#iphone12 .sec-unit .relation-block.s_bg-none {
	padding-bottom: 0;
	background: transparent;
}

#iphone12 .sec-unit .relation-block + .relation-block {
	margin-top: 6px;
}

#iphone12 .sec-unit .relation-block .sec-unit__txt-block {
	margin-bottom: 60px;
}

#iphone12 .sec-unit .specTable_box {
	display: table;
	padding: 0 15px;
	margin: 20px 0 0;
	width: 100%;
    table-layout: fixed;
	border-collapse: separate;
    border-spacing: 12px 0;
}

#iphone12 .sec-unit .specTable_box .col {
	display: table-cell;
	text-align: center;
}

#iphone12 .sec-unit .specTable_box .col .main-area {
	margin-bottom: 10px;
}

#iphone12 .sec-unit .specTable_box .col .main-area .title {
	padding-bottom: 10px;
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #dedee2;
	letter-spacing: -0.05em;
	text-align: center;
}

#iphone12 .sec-unit .specTable_box .col .main-area .color {
	margin-top: 18px;
}

#iphone12 .sec-unit .specTable_box .col .main-area .buy-now {
	padding-top: 18px;
	margin-top: 18px;
	border-top: 1px solid #dedee2;
}

#iphone12 .sec-unit .specTable_box .col .list {
	padding: 18px 0;
}

#iphone12 .sec-unit .specTable_box .col .list .icon {
	margin-bottom: 15px;
}

#iphone12 .sec-unit .specTable_box .col .list .text-number {
	margin-bottom: 18px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
}

#iphone12 .sec-unit .specTable_box .col .list .text-number .em {
	font-size: 28px;
}

#iphone12 .sec-unit .specTable_box .col .list .text {
	font-size: 11px;
}

#iphone12 .sec-unit .specTable_box .col .list .text li {
	margin-bottom: 10px;
}

#iphone12 .sec-unit.p01 {
	background: #fafafa;
}

#iphone12 .sec-unit.p01 .inner {
	padding: 60px 0 50px;
}

#iphone12 .sec-unit.p01 .inner .sec-unit__txt-block {
	margin-bottom: 40px;
}

#iphone12 .sec-unit.p01 .logo {
	margin-bottom: 20px;
}

#iphone12 .sec-unit.p02 {
	background: #fbf6f1;
}

#iphone12 .sec-unit.p02 .inner .sec-unit__txt-block {
	padding-right: 30px;
}

#iphone12 .sec-unit.p02 .inner .sec-unit__img-block {
	position: relative;
	margin-bottom: -40px;
}

#iphone12 .sec-unit.p02 .inner .sec-unit__img-block .icon-list {
	position: absolute;
	left: 60px;
	bottom: 30px;
	text-align: left;
}

#iphone12 .sec-unit.p02 .inner .sec-unit__img-block .icon-list dt img {
	width: 18px;
}

#iphone12 .sec-unit.p03 {
	background: #f5f5f7;
}

#iphone12 .sec-unit.p03 .inner .sec-unit__img-block {
	margin-bottom: -40px;
}

#iphone12 .sec-unit.p04 {
	background: #e7f4e0;
}

#iphone12 .sec-unit.p05 {
	background: #f5f5f7;
}

#iphone12 .sec-unit.p06 {
	background: #c9e2ef;
}

#iphone12 .sec-unit.p06 .inner .sec-unit__txt-block.s-mb-00 {
	margin-top: -30px;
}

#iphone12 .sec-unit.p07 {
	background: #f5f5f7;
}


/* ===== 製品 iPhone 13 Pro ===== */
#iphone13-pro{
margin: 0 -11px;
}
#iphone13-pro img{
margin: 0;
padding: 0;
}
#iphone13-pro .sec-unit {
position: relative;
color: #1d1d1f;
background: #FFF;
}
#iphone13-pro .txt-sup{
font-size: 74%;
}
#iphone13-pro .bg-gray{
padding: 50px 0 0 0;
background-color: #f5f5f7;
}

/* section p01 */
#iphone13-pro .sec-unit.p01{
background-color: #fbfbfd;
}
#iphone13-pro .sec-unit.p01 img{
width: 100%;
}
#iphone13-pro .sec-unit.p01 .inner{
padding: 60px 0 40px;
}
#iphone13-pro .sec-unit.p01 .logo{
margin-bottom: 15px;
text-align: center;
}
#iphone13-pro .sec-unit.p01 .logo img{
width: 140px;
}
#iphone13-pro .sec-unit.p01 .txt-lead{
margin-bottom: 35px;
margin-left: 25px;
font-size: 7vw;
font-weight: bold;
text-align: center;
line-height: 1.2;
}
#iphone13-pro .sec-unit.p01 .txt-M{
margin-bottom: 30px;
font-size: 4.4vw;
text-align: center;
line-height: 1.5;
}
#iphone13-pro .sec-unit.p01 .txt-S{
margin-bottom: 30px;
font-size: 4.1vw;
line-height: 1.5;
text-align: center;
}
#iphone13-pro .sec-unit.p01 .btn-buynow{
text-align: center;
}
#iphone13-pro .sec-unit.p01 .btn-buynow img{
width: 111px;
}

/* section p02 */
#iphone13-pro .sec-unit.p02{
padding-top: 70px;
padding-bottom: 80px;
}
#iphone13-pro .sec-unit.p02 .inner{
padding: 0 40px;
}
#iphone13-pro .sec-unit.p02 .txt-sub{
margin-bottom: 10px;
font-size: 4.7vw;
line-height: 1.3;
}
#iphone13-pro .sec-unit.p02 .txt-box{
margin-bottom: 40px;
}
#iphone13-pro .sec-unit.p02 .txt-box .txt-lead{
margin-bottom: 35px;
font-size: 7vw;
font-weight: bold;
line-height: 1.2;
}
#iphone13-pro .sec-unit.p02 .txt-box .txt-M{
margin: 0;
font-size: 4.4vw;
line-height: 1.5;
}
#iphone13-pro .sec-unit.p02 .sec-unit__img-block img{
width: 100%;
}

/* section p03 */
#iphone13-pro .sec-unit.p03{
padding-bottom: 80px;
}
#iphone13-pro .sec-unit.p03 .inner{
padding: 0 40px;
}
#iphone13-pro .sec-unit.p03 .txt-sub{
margin-bottom: 10px;
font-size: 4.7vw;
line-height: 1.3;
}
#iphone13-pro .sec-unit.p03 .txt-box{
margin-bottom: 45px;
}
#iphone13-pro .sec-unit.p03 .txt-box .txt-lead{
margin-bottom: 25px;
font-size: 7vw;
font-weight: bold;
line-height: 1.2;
}
#iphone13-pro .sec-unit.p03 .txt-box .txt-M{
margin: 0;
font-size: 4.4vw;
line-height: 1.5;
}
#iphone13-pro .sec-unit.p03 .sec-unit__img-block img{
width: 100%;
}
#iphone13-pro .sec-unit.p03 .sec-unit__img-block .txt-S{
margin: 0;
font-size: 3.7vw;
line-height: 1.5;
color: #6e6e73;
}
#iphone13-pro .sec-unit.p03 .sec-unit__img-block .txt-S b{
color: #1d1d1f;
}
#iphone13-pro .sec-unit.p03 .sec-unit__img-block .pos01{
margin-bottom: 25px;
padding-left: 40px;
}
#iphone13-pro .sec-unit.p03 .sec-unit__img-block .pos02{
margin-top: 25px;
padding-left: 32vw;
}


/* section p04 */
#iphone13-pro .sec-unit.p04{
padding-bottom: 80px;
}
#iphone13-pro .sec-unit.p04 .inner{
}
#iphone13-pro .sec-unit.p04 .txt-sub{
margin-bottom: 10px;
font-size: 4.7vw;
line-height: 1.3;
}
#iphone13-pro .sec-unit.p04 .txt-box{
padding: 0 37px;
}
#iphone13-pro .sec-unit.p04 .txt-box .txt-lead{
margin-bottom: 30px;
font-size: 7vw;
font-weight: bold;
line-height: 1.2;
}
#iphone13-pro .sec-unit.p04 .txt-box .txt-M{
margin-bottom: 30px;
font-size: 4.4vw;
line-height: 1.5;
}
#iphone13-pro .sec-unit.p04 .txt-box .txt-S{
margin: 0;
font-size: 3.7vw;
line-height: 1.5;
}
#iphone13-pro .sec-unit.p04 .txt-box .col2-txt{
display: table;
margin-top: -27vw;
}
#iphone13-pro .sec-unit.p04 .txt-box .col2-txt h3,
#iphone13-pro .sec-unit.p04 .txt-box .col2-txt .txt-S{
display: table-cell;
vertical-align: top;
}
#iphone13-pro .sec-unit.p04 .txt-box .col2-txt h3{
margin: 0;
padding-right: 15px;
font-size: 7vw;
line-height: 1.2;
font-weight: bold;
}
#iphone13-pro .sec-unit.p04 .txt-box .col2-txt .txt-S{
margin: 0;
color: #6e6e73;
}
#iphone13-pro .sec-unit.p04 .txt-box .col2-txt .txt-S b{
color: #1d1d1f;
}
#iphone13-pro .sec-unit.p04 .sec-unit__img-block img{
width: 100%;
}


/* section p05 */
#iphone13-pro .sec-unit.p05{
padding-bottom: 0;
}
#iphone13-pro .sec-unit.p05 .inner{
}
#iphone13-pro .sec-unit.p05 .txt-sub{
margin-bottom: 10px;
font-size: 4.7vw;
line-height: 1.3;
}
#iphone13-pro .sec-unit.p05 .txt-box{
padding: 0 40px;
}
#iphone13-pro .sec-unit.p05 .txt-box .txt-lead{
margin-bottom: 35px;
font-size: 7vw;
font-weight: bold;
line-height: 1.2;
}
#iphone13-pro .sec-unit.p05 .txt-box .txt-M{
margin-bottom: 45px;
font-size: 4.4vw;
line-height: 1.5;
}
#iphone13-pro .sec-unit.p05 .sec-unit__img-block img{
width: 100%;
}


/* section p06 */
#iphone13-pro .sec-unit.p06{
padding: 80px 0 60px;
background-color: #fbfbfd;
}
#iphone13-pro .sec-unit.p06 .inner{
}
#iphone13-pro .sec-unit.p06 .txt-sub{
margin-bottom: 10px;
font-size: 4.7vw;
line-height: 1.3;
}
#iphone13-pro .sec-unit.p06 .txt-box{
padding: 0 40px;
}
#iphone13-pro .sec-unit.p06 .txt-box .txt-lead{
margin-bottom: 25px;
font-size: 7vw;
font-weight: bold;
line-height: 1.2;
}
#iphone13-pro .sec-unit.p06 .txt-box .txt-M{
font-size: 4.4vw;
line-height: 1.5;
}
#iphone13-pro .sec-unit.p06 .sec-unit__img-block{
margin-top: 10px;
padding: 0 40px;
background: url(/flcache_data/iphone/images/13-pro/img_06_bg_smt.png) no-repeat center center;
background-size: contain;
}
#iphone13-pro .sec-unit.p06 .sec-unit__img-block img{
width: 100%;
}


/* section p07 */
#iphone13-pro .sec-unit.p07{
padding: 70px 0 0 0;
}
#iphone13-pro .sec-unit.p07 .inner{
}
#iphone13-pro .sec-unit.p07 .txt-sub{
margin-bottom: 10px;
font-size: 4.7vw;
line-height: 1.3;
}
#iphone13-pro .sec-unit.p07 .txt-box{
padding: 0 40px;
}
#iphone13-pro .sec-unit.p07 .txt-box .txt-lead{
margin-bottom: 25px;
font-size: 7vw;
font-weight: bold;
line-height: 1.2;
}
#iphone13-pro .sec-unit.p07 .txt-box .txt-M{
margin-bottom: 55px;
font-size: 4.4vw;
line-height: 1.5;
}
#iphone13-pro .sec-unit.p07 .sec-unit__img-block img{
width: 100%;
}


/* section p08 */
#iphone13-pro .sec-unit.p08{
margin-bottom: 10px;
padding: 40px 0 15px;
}
#iphone13-pro .sec-unit.p08 .inner{
}
#iphone13-pro .sec-unit.p08 .txt-sub{
margin-bottom: 10px;
font-size: 4.2vw;
line-height: 1.3;
}
#iphone13-pro .sec-unit.p08 .txt-box{
padding: 0 40px;
}
#iphone13-pro .sec-unit.p08 .txt-box .txt-lead{
margin-bottom: 25px;
font-size: 6.6vw;
font-weight: bold;
line-height: 1.2;
}
#iphone13-pro .sec-unit.p08 .txt-box .txt-M{
margin-bottom: 25px;
font-size: 3.6vw;
line-height: 1.5;
}
#iphone13-pro .sec-unit.p08 .col4-box .sec-unit__img-block{
margin-bottom: 15px;
}
#iphone13-pro .sec-unit.p08 .col4-box .sec-unit__img-block img{
height: 31px;
}
#iphone13-pro .sec-unit.p08 .col4-box{
display: inline-block;
width: 45%;
margin-left: 10%;
vertical-align: top;
}
#iphone13-pro .sec-unit.p08 .col4-box:nth-child(2n+1){
margin-left: 0;
}
#iphone13-pro .sec-unit.p08 .col4-box .txt-M{
color: #6e6e73;
}
#iphone13-pro .sec-unit.p08 .col4-box .txt-M b{
color: #1d1d1f;
}

/* section p09 */
#iphone13-pro .sec-unit.p09{
margin-bottom: 10px;
padding: 40px 40px 20px;
}
#iphone13-pro .sec-unit.p09 .inner{
}
#iphone13-pro .sec-unit.p09 .txt-box{
}
#iphone13-pro .sec-unit.p09 .txt-box .txt-lead{
margin-bottom: 25px;
font-size: 6.6vw;
font-weight: bold;
line-height: 1.2;
}
#iphone13-pro .sec-unit.p09 .txt-sub{
margin-bottom: 10px;
font-size: 4.2vw;
line-height: 1.3;
}
#iphone13-pro .sec-unit.p09 .spec-comparison{
}
#iphone13-pro .sec-unit .specTable_box {
display: table;
margin: 0 auto;
width: 100%;
table-layout: fixed;
}
#iphone13-pro .sec-unit .specTable_box .col {
display: table-cell;
text-align: center;
font-size: 3.3vw;
}
#iphone13-pro .sec-unit .specTable_box .col:nth-of-type(1){
padding-right: 15px;
}
#iphone13-pro .sec-unit .specTable_box .col:nth-of-type(2){
padding-left: 15px;
}
#iphone13-pro .sec-unit .specTable_box .col .main-area {
margin-bottom: 20px;
}
#iphone13-pro .sec-unit .specTable_box .col .main-area .title {
padding-bottom: 10px;
margin-bottom: 15px;
font-size: 3.49vw;
font-weight: bold;
border-bottom: 1px solid #dedee2;
text-align: center;
}
#iphone13-pro .sec-unit .specTable_box .col .main-area .color {
margin: 15px 0;
padding-bottom: 15px;
border-bottom: 1px solid #dedee2;
}
#iphone13-pro .sec-unit .specTable_box .col .main-area .thum img{
width: 84px;
}
#iphone13-pro .sec-unit .specTable_box .col .main-area .color img{
width: 107px;
}
#iphone13-pro .sec-unit .specTable_box .col .buy-now {
margin-bottom: 20px;
}
#iphone13-pro .sec-unit .specTable_box .col .buy-now img{
width: 100px;
}
#iphone13-pro .sec-unit .specTable_box .col .list {
padding: 15px 0 5px;
}
#iphone13-pro .sec-unit .specTable_box .col .list .icon {
margin-bottom: 15px;
}
#iphone13-pro .sec-unit .specTable_box .col .list .text-number {
margin-bottom: 20px;
font-size: 3.3vw;
font-weight: bold;
line-height: 1.2;
}
#iphone13-pro .sec-unit .specTable_box .col .list .text-number .em {
font-size: 6.6vw;
}
.contents #iphone13-pro .sec-unit .specTable_box .col .list .text,
.contents #iphone13-pro .sec-unit .specTable_box .col .list p.text {
margin-bottom: 10px;
font-size: 2.84vw;
line-height: 1.5;
}
#iphone13-pro .sec-unit .specTable_box .col .list .text li {
margin-bottom: 10px;
}


/* section relation-block */
#iphone13-pro .sec-unit.p10{
background: none;
}
#iphone13-pro .sec-unit .relation-block{
margin-bottom: 10px;
padding: 40px 0 0 0;
background-color: #FFF;
}
#iphone13-pro .sec-unit .relation-block .inner{
}
#iphone13-pro .sec-unit .relation-block .txt-sub{
margin-bottom: 10px;
font-size: 4.2vw;
line-height: 1.3;
}
#iphone13-pro .sec-unit .relation-block .txt-box{
margin-bottom: 10px;
padding: 0 40px;
}
#iphone13-pro .sec-unit .relation-block .txt-box .txt-lead{
margin-bottom: 25px;
font-size: 6.48vw;
font-weight: bold;
line-height: 1.2;
}
#iphone13-pro .sec-unit .relation-block .txt-box .txt-M{
margin-bottom: 20px;
font-size: 4.16vw;
line-height: 1.5;
}
#iphone13-pro .sec-unit .relation-block .sec-unit__img-block{
margin-top: 30px;
}
#iphone13-pro .sec-unit .relation-block .sec-unit__img-block img{
width: 100%;
}
#iphone13-pro .sec-unit .inner .link-text{
margin: 0 0 20px;
}
#iphone13-pro .sec-unit .inner .link-text > a{
font-size: 4.16vw;
color: #0066cc;
text-decoration: none;
}
#iphone13-pro .sec-unit .inner .link-text > a:after {
content: "";
display: inline-block;
margin-left: 1px;
width: 5px;
height: 5px;
border-bottom: 1px solid #0066cc;
border-right: 1px solid #0066cc;
vertical-align: 3px;
transform: rotate(-45deg);
}
#iphone13-pro .sec-unit .inner .check-list{
margin-bottom: 20px;
}
#iphone13-pro .sec-unit .inner .check-list li{
margin-bottom: 5px;
}
#iphone13-pro .sec-unit .inner .check-list li .ico {
display: inline-block;
margin-right: 5px;
}
#iphone13-pro .sec-unit .inner .check-list li .ico img {
width: 13px;
vertical-align: 0;
}


/* ===== 製品 iPhone 13 ===== */

#iphone13{
margin: 0 -11px;
}
#iphone13 img{
margin: 0;
padding: 0;
}
#iphone13 .sec-unit {
position: relative;
color: #1d1d1f;
}
#iphone13 .txt-sup{
font-size: 74%;
}
#iphone13 .bg-gray_01{
background-color: #f5f5f7;
padding-bottom: 50px;
}
#iphone13 .bg-gray_02{
background-color: #f5f5f7;
}
/* section p01 */
#iphone13 .sec-unit.p01{
background-color: #fbfbfd;
}
#iphone13 .sec-unit.p01 img{
width: 100%;
}
#iphone13 .sec-unit.p01 .inner{
padding: 10px 0 40px;
}
#iphone13 .sec-unit.p01 .logo{
margin-bottom: 15px;
margin-top: 50px;
text-align: center;
}
#iphone13 .sec-unit.p01 .logo img{
width: 110px;
}
#iphone13 .sec-unit.p01 .txt-lead{
margin-bottom: 30px;
font-size: 7vw;
font-weight: bold;
text-align: center;
line-height: 1.2;
margin-left: 1em;
}
#iphone13 .sec-unit.p01 .txt-M{
margin-bottom: 40px;
font-size: 4.3vw;
text-align: center;
line-height: 1.5;
}
#iphone13 .sec-unit.p01 .txt-S{
margin-bottom: 40px;
font-size: 4.1vw;
line-height: 1.5;
text-align: center;
}
#iphone13 .sec-unit.p01 .btn-buynow{
text-align: center;
}
#iphone13 .sec-unit.p01 .btn-buynow img{
width: 111px;
}

/* section p02 */
#iphone13 .sec-unit.p02{
padding-bottom: 50px;
background-color: #f5f5f7;
}
#iphone13 .sec-unit.p02 .inner{
padding: 45px 40px 0;
}
#iphone13 .sec-unit.p02 .txt-sub{
margin-bottom: 10px;
font-size: 4.7vw;
line-height: 1.3;
color: #35283c;
}
#iphone13 .sec-unit.p02 .txt-box{
margin-bottom: 40px;
}
#iphone13 .sec-unit.p02 .txt-box .txt-lead{
margin-bottom: 35px;
font-size: 7vw;
font-weight: bold;
line-height: 1.2;
color: #35283c;
}
#iphone13 .sec-unit.p02 .txt-box .txt-M{
margin: 0;
font-size: 4.3vw;
line-height: 1.5;
}
#iphone13 .sec-unit.p02 .sec-unit__img-block img{
width: 100%;
}

/* section p03 */
#iphone13 .sec-unit.p03{
padding-top: 45px;
padding-bottom: 45px;
background-color: #2e2e3a;
margin-bottom: -1px;
}
#iphone13 .sec-unit.p03 .inner{
}
#iphone13 .sec-unit.p03 .txt-sub{
margin-bottom: 10px;
font-size: 4.7vw;
line-height: 1.3;
color: #FFF;
}
#iphone13 .sec-unit.p03 .txt-box{
padding: 0 40px;
}
#iphone13 .sec-unit.p03 .txt-box .txt-lead{
margin-bottom: 30px;
font-size: 7vw;
font-weight: bold;
line-height: 1.2;
color: #FFF;
}
#iphone13 .sec-unit.p03 .txt-box .txt-M{
margin-bottom: 30px;
font-size: 4.3vw;
line-height: 1.5;
color: #FFF;
}
#iphone13 .sec-unit.p03 .txt-box .txt-S{
margin: 0;
font-size: 3.6vw;
line-height: 1.5;
}
#iphone13 .sec-unit.p03 .txt-box .col2-txt{
display: table;
margin-bottom: 40px;
}
#iphone13 .sec-unit.p03 .txt-box .col2-txt .sec-unit__img-block {
margin: 0;
padding-right: 15px;
display: table-cell;
}
#iphone13 .sec-unit.p03 .txt-box .col2-txt .sec-unit__img-block img{
height:40px;
}
#iphone13 .sec-unit.p03 .txt-box .col2-txt .txt-S{
display: table-cell;
vertical-align: top;
}
#iphone13 .sec-unit.p03 .txt-box .col2-txt .txt-S{
margin: 0;
color: #FFF;
}
#iphone13 .sec-unit.p03 .col2-txt .txt-S span {
color: #92ffe1;
}
#iphone13 .sec-unit.p03 .sec-unit__img-block img{
width: auto;
}
#iphone13 .sec-unit.p03 .sec-unit__img-block .pos-img img{
width: 100%;
}

/* section p04 */
#iphone13 .sec-unit.p04{
padding-top: 45px;
padding-bottom: 45px;
background-color: #2e2e3a;
}
#iphone13 .sec-unit.p04 .inner{
}
#iphone13 .sec-unit.p04 .txt-sub{
margin-bottom: 10px;
font-size: 4.7vw;
line-height: 1.3;
color: #FFF;
}
#iphone13 .sec-unit.p04 .txt-box{
padding: 0 40px;
}
#iphone13 .sec-unit.p04 .txt-box .txt-lead{
margin-bottom: 25px;
font-size: 7vw;
font-weight: bold;
line-height: 1.2;
color: #FFF;
}
#iphone13 .sec-unit.p04 .txt-box .txt-M{
margin-bottom: 30px;
font-size: 4.3vw;
line-height: 1.5;
color: #FFF;
}
#iphone13 .sec-unit.p04 .txt-box .txt-S{
margin: 0;
font-size: 3.6vw;
line-height: 1.5;
}
#iphone13 .sec-unit.p04 .txt-box .col2-txt{
display: table;
margin-bottom: 35px;
}
#iphone13 .sec-unit.p04 .txt-box .col2-txt .sec-unit__img-block {
margin: 0;
padding-right: 15px;
display: table-cell;
}
#iphone13 .sec-unit.p04 .txt-box .col2-txt .sec-unit__img-block img{
height:40px;
}
#iphone13 .sec-unit.p04 .txt-box .col2-txt .txt-S{
display: table-cell;
vertical-align: top;
}
#iphone13 .sec-unit.p04 .txt-box .col2-txt .txt-S{
margin: 0;
color: #FFF;
}
#iphone13 .sec-unit.p04 .col2-txt .txt-S span {
color: #92ffe1;
}
#iphone13 .sec-unit.p04 .sec-unit__img-block img{
width: auto;
}
#iphone13 .sec-unit.p04 .sec-unit__img-block .pos-img img{
width: 100%;
}

/* section p05 */
#iphone13 .sec-unit.p05{
padding-top: 45px;
}
#iphone13 .sec-unit.p05 .inner{
}
#iphone13 .sec-unit.p05 .txt-sub{
margin-bottom: 10px;
font-size: 4.7vw;
line-height: 1.3;
color: #0c3139;
}
#iphone13 .sec-unit.p05 .txt-box{
padding: 0 40px;
}
#iphone13 .sec-unit.p05 .txt-box .txt-lead{
margin-bottom: 35px;
font-size: 7vw;
font-weight: bold;
line-height: 1.2;
color: #0c3139;
}
#iphone13 .sec-unit.p05 .txt-box .txt-M{
margin-bottom: 35px;
font-size: 4.3vw;
line-height: 1.5;
}
#iphone13 .sec-unit.p05 .txt-box .txt-S{
margin: 0;
font-size: 3.6vw;
line-height: 1.5;
}
#iphone13 .sec-unit.p05 .txt-box .col2-txt{
display: table;
margin-bottom: 50px;
}
#iphone13 .sec-unit.p05 .txt-box .col2-txt .sec-unit__img-block {
margin: 0;
padding-right: 15px;
display: table-cell;
}
#iphone13 .sec-unit.p05 .txt-box .col2-txt .sec-unit__img-block img{
height:40px;
}
#iphone13 .sec-unit.p05 .txt-box .col2-txt .txt-S{
display: table-cell;
vertical-align: top;
}
#iphone13 .sec-unit.p05 .txt-box .col2-txt .txt-S{
margin: 0;
}
#iphone13 .sec-unit.p05 .txt-box .col2-txt .txt-S b {
    color: #0c3139;
}
#iphone13 .sec-unit.p05 .sec-unit__img-block img{
width: auto;
}
#iphone13 .sec-unit.p05 .sec-unit__img-block .pos-img img{
width: 100%;
}


/* section p06 */
#iphone13 .sec-unit.p06{
margin-top: -40px;
}
#iphone13 .sec-unit.p06 .inner{
}
#iphone13 .sec-unit.p06 .txt-sub{
margin-bottom: 10px;
font-size: 4.7vw;
line-height: 1.3;
color: #0c3139;
}
#iphone13 .sec-unit.p06 .txt-box{
padding: 0 40px;
}
#iphone13 .sec-unit.p06 .txt-box .txt-lead{
margin-bottom: 35px;
font-size: 7vw;
font-weight: bold;
line-height: 1.2;
color: #0c3139;
}
#iphone13 .sec-unit.p06 .txt-box .txt-M{
margin-bottom: 35px;
font-size: 4.3vw;
line-height: 1.5;
}
#iphone13 .sec-unit.p06 .txt-box .txt-S{
margin: 0;
font-size: 3.6vw;
line-height: 1.5;
}
#iphone13 .sec-unit.p06 .txt-box .col2-txt{
display: table;
margin-bottom: 45px;
}
#iphone13 .sec-unit.p06 .txt-box .col2-txt .sec-unit__img-block {
margin: 0;
padding-right: 15px;
display: table-cell;
}
#iphone13 .sec-unit.p06 .txt-box .col2-txt .sec-unit__img-block img{
height:60px;
}
#iphone13 .sec-unit.p06 .txt-box .col2-txt .txt-S{
display: table-cell;
vertical-align: top;
}
#iphone13 .sec-unit.p06 .txt-box .col2-txt .txt-S{
margin: 0;
}
#iphone13 .sec-unit.p06 .txt-box .col2-txt .txt-S b {
    color: #0c3139;
}
#iphone13 .sec-unit.p06 .sec-unit__img-block img{
width: auto;
}
#iphone13 .sec-unit.p06 .sec-unit__img-block .pos-img img{
width: 100%;
}

/* section p07 */
#iphone13 .sec-unit.p07{
padding-top: 45px;
background-color: #0c3139;
}
#iphone13 .sec-unit.p07 .inner{
}
#iphone13 .sec-unit.p07 .txt-sub{
margin-bottom: 10px;
font-size: 4.7vw;
line-height: 1.3;
color: #FFF;
}
#iphone13 .sec-unit.p07 .txt-box{
padding: 0 40px;
}
#iphone13 .sec-unit.p07 .txt-box .txt-lead{
margin-bottom: 35px;
font-size: 7vw;
font-weight: bold;
line-height: 1.2;
color: #FFF;
}
#iphone13 .sec-unit.p07 .txt-box .txt-M{
margin-bottom: 50px;
font-size: 4.3vw;
line-height: 1.5;
color: #FFF;
}
#iphone13 .sec-unit.p07 .txt-box .txt-S{
margin: 0;
font-size: 14px;
letter-spacing: -0.5px;
line-height: 1.5;
}
#iphone13 .sec-unit.p07 .sec-unit__img-block img{
width: 100%;
}

/* section p08 */
#iphone13 .sec-unit.p08{
margin-bottom: 10px;
padding: 40px 0 15px;
background: #FFF;
}
#iphone13 .sec-unit.p08 .inner{
}
#iphone13 .sec-unit.p08 .txt-sub{
margin-bottom: 10px;
font-size: 4.2vw;
line-height: 1.3;
}
#iphone13 .sec-unit.p08 .txt-box{
padding: 0 40px;
}
#iphone13 .sec-unit.p08 .txt-box .txt-lead{
margin-bottom: 25px;
font-size: 6.6vw;
font-weight: bold;
line-height: 1.2;
}
#iphone13 .sec-unit.p08 .txt-box .txt-M{
margin-bottom: 25px;
font-size: 3.6vw;
line-height: 1.5;
}
#iphone13 .sec-unit.p08 .col4-box .sec-unit__img-block{
margin-bottom: 15px;
}
#iphone13 .sec-unit.p08 .col4-box .sec-unit__img-block img{
height: 31px;
}
#iphone13 .sec-unit.p08 .col4-box{
display: inline-block;
width: 45%;
margin-left: 10%;
vertical-align: top;
}
#iphone13 .sec-unit.p08 .col4-box:nth-child(2n+1){
margin-left: 0;
}
#iphone13 .sec-unit.p08 .col4-box .txt-M{
color: #6e6e73;
}
#iphone13 .sec-unit.p08 .col4-box .txt-M b{
color: #1d1d1f;
}

/* section p09 */
#iphone13 .sec-unit.p09{
margin-bottom: 10px;
padding: 40px 40px 20px;
background: #FFF;
}
#iphone13 .sec-unit.p09 .inner{
}
#iphone13 .sec-unit.p09 .txt-box{
}
#iphone13 .sec-unit.p09 .txt-box .txt-lead{
margin-bottom: 25px;
font-size: 6.6vw;
font-weight: bold;
line-height: 1.2;
}
#iphone13 .sec-unit.p09 .txt-sub{
margin-bottom: 10px;
font-size: 4.2vw;
line-height: 1.3;
}
#iphone13 .sec-unit.p09 .spec-comparison{
}
#iphone13 .sec-unit .specTable_box {
display: table;
margin: 0 auto;
width: 100%;
table-layout: fixed;
}
#iphone13 .sec-unit .specTable_box .col {
display: table-cell;
text-align: center;
font-size: 3.3vw;
}
#iphone13 .sec-unit .specTable_box .col:nth-of-type(1){
padding-right: 15px;
}
#iphone13 .sec-unit .specTable_box .col:nth-of-type(2){
padding-left: 15px;
}
#iphone13 .sec-unit .specTable_box .col .main-area {
margin-bottom: 20px;
}
#iphone13 .sec-unit .specTable_box .col .main-area .title {
padding-bottom: 10px;
margin-bottom: 15px;
font-size: 3.49vw;
font-weight: bold;
border-bottom: 1px solid #dedee2;
text-align: center;
}
#iphone13 .sec-unit .specTable_box .col .main-area .color {
margin: 15px 0;
padding-bottom: 15px;
border-bottom: 1px solid #dedee2;
}
#iphone13 .sec-unit .specTable_box .col .main-area .thum img{
width: 84px;
}
#iphone13 .sec-unit .specTable_box .col .main-area .color img{
width: 107px;
}
#iphone13 .sec-unit .specTable_box .col .buy-now {
margin-bottom: 20px;
}
#iphone13 .sec-unit .specTable_box .col .buy-now img{
width: 100px;
}
#iphone13 .sec-unit .specTable_box .col .list {
padding: 15px 0 5px;
}
#iphone13 .sec-unit .specTable_box .col .list .icon {
margin-bottom: 15px;
}
#iphone13 .sec-unit .specTable_box .col .list .text-number {
margin-bottom: 20px;
font-size: 3.3vw;
font-weight: bold;
line-height: 1.2;
}
#iphone13 .sec-unit .specTable_box .col .list .text-number .em {
font-size: 6.6vw;
}
.contents #iphone13 .sec-unit .specTable_box .col .list .text,
.contents #iphone13 .sec-unit .specTable_box .col .list p.text {
margin-bottom: 10px;
font-size: 2.84vw;
line-height: 1.5;
}
#iphone13 .sec-unit .specTable_box .col .list .text li {
margin-bottom: 10px;
}

/* section relation-block */
#iphone13 .sec-unit.p10{
background: none;
}
#iphone13 .sec-unit .relation-block{
margin-bottom: 10px;
padding: 40px 0 0 0;
background-color: #FFF;
}
#iphone13 .sec-unit .relation-block .inner{
}
#iphone13 .sec-unit .relation-block .txt-sub{
margin-bottom: 10px;
font-size: 4.2vw;
line-height: 1.3;
}
#iphone13 .sec-unit .relation-block .txt-box{
margin-bottom: 10px;
padding: 0 40px;
}
#iphone13 .sec-unit .relation-block .txt-box .txt-lead{
margin-bottom: 25px;
font-size: 6.48vw;
font-weight: bold;
line-height: 1.2;
}
#iphone13 .sec-unit .relation-block .txt-box .txt-M{
margin-bottom: 20px;
font-size: 4.16vw;
line-height: 1.5;
}
#iphone13 .sec-unit .relation-block .sec-unit__img-block{
margin-top: 30px;
}
#iphone13 .sec-unit .relation-block .sec-unit__img-block img{
width: 100%;
}
#iphone13 .sec-unit .inner .link-text{
margin: 0 0 20px;
}
#iphone13 .sec-unit .inner .link-text > a{
font-size: 4.16vw;
color: #0066cc;
text-decoration: none;
}
#iphone13 .sec-unit .inner .link-text > a:after {
content: "";
display: inline-block;
margin-left: 1px;
width: 5px;
height: 5px;
border-bottom: 1px solid #0066cc;
border-right: 1px solid #0066cc;
vertical-align: 3px;
transform: rotate(-45deg);
}
#iphone13 .sec-unit .inner .check-list{
margin-bottom: 20px;
}
#iphone13 .sec-unit .inner .check-list li{
margin-bottom: 5px;
}
#iphone13 .sec-unit .inner .check-list li .ico {
display: inline-block;
margin-right: 5px;
}
#iphone13 .sec-unit .inner .check-list li .ico img {
width: 13px;
vertical-align: 0;
}






/* ===== iPhone＋Apple Watch ===== */

#iphone_watch {
	margin: 0 -11px;
	font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Roboto","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #86868b;
}

#iphone_watch .sec-img img,
#iphone_watch .sec-img2 img{
    display: block;
    width: 100%;
    max-width: 100%;
}

#iphone_watch .bg-color--gray{
    background-color: #f5f5f7;
}
#iphone_watch h2.sec-tit-lv2{
    font-size: 180%;
    font-weight: bold;
    line-height: 1.3;
    color: #000;
    margin: auto 8% 20px;
}
#iphone_watch h3.sec-tit-lv3{
    color: #000;
    margin-bottom: 5px;
    line-height: 1.3em;
}
#iphone_watch .sec-txt{
    margin: auto 8%;
}
#iphone_watch .cmn-txt{
    line-height: 1.3;
}
#iphone_watch .sec-img{
    margin-bottom: 40px;
}

#iphone_watch .main-content h2.sec-tit-lv2{
    font-size: 240%;
    margin-top: 20px;
}
#iphone_watch .main-content .cmn-txt{
    font-size: 120%;
    margin: auto 8%;
}

#iphone_watch .sec-tit-lv2_wrap.sec-01,
#iphone_watch .sec-tit-lv2_wrap.sec-02,
#iphone_watch .sec-tit-lv2_wrap.sec-03,
#iphone_watch .sec-tit-lv2_wrap.sec-04,
#iphone_watch .sec-tit-lv2_wrap.sec-05,
#iphone_watch .sec-tit-lv2_wrap.sec-06,
#iphone_watch .sec-tit-lv2_wrap.sec-07,
#iphone_watch .sec-tit-lv2_wrap.sec-08,
#iphone_watch .sec-tit-lv2_wrap.sec-09,
#iphone_watch .sec-tit-lv2_wrap.sec-10,
#iphone_watch .sec-tit-lv2_wrap.sec-11{
    padding: 100px 0;
}

#iphone_watch .sec-tit-lv2_wrap.sec-01,
#iphone_watch .sec-tit-lv2_wrap.sec-03,
#iphone_watch .sec-tit-lv2_wrap.sec-05,
#iphone_watch .sec-tit-lv2_wrap.sec-07,
#iphone_watch .sec-tit-lv2_wrap.sec-10,
#iphone_watch .sec-tit-lv2_wrap.sec-11{
    padding-bottom: 0;
}
#iphone_watch .sec-tit-lv2_wrap.sec-02 .icon-img{
    width: 1em;
    vertical-align: middle;
}
#iphone_watch .sec-tit-lv2_wrap.sec-11{
    margin-bottom: 20px;
}
#iphone_watch .sec-tit-lv2_wrap.sec-10 h2.sec-tit-lv2,
#iphone_watch .sec-tit-lv2_wrap.sec-11 h2.sec-tit-lv2{
    text-align: center;
}

#iphone_watch .sec-btn{
    width: 40%;
    margin: 0 auto;
    margin-bottom: 40px;
}

#iphone_watch .sec-btn a img{
    max-width: 100%;
}
#iphone_watch .sec-tit-lv2_wrap.sec-10 .sec-btn{
    margin-bottom: 70px;
}

.sec-purchase-iphone{
    margin-top: 20px;
    border-top: solid 1px #e7e7e7;
}

.sec-lineup-watch{
    border-bottom: none;
}
.grid-common__col--col2 .tit-common-lv3.tit-adjustment{
    height: auto !important;
    padding: 20px 0 10px;
}




/* 下固定ボタン */
.pro-btn-fix{
	margin: 0 64px 0 0;
	overflow: hidden;
	position: fixed;
	bottom: 10px;
	z-index: 1000;
}

/* iPhoneをはじめて利用する方の設定（アクティベーション）
/* [ex::/iphone/support/setting/activation/]
--------------------------------------------------*/

/* .sec-support-guide
--------------------------------------------------*/
/* grid */
.sec-support-guide [class*="tit-cmn"] + .grid-cmn .grid-cmn.col2-in-col3 > .col3-1:first-child,
.sec-support-guide [class*="tit-cmn"] + .grid-cmn .grid-cmn.col2-in-col3 > .col3-1:nth-child(-n+2) {
  margin-top: 0;
}
.sec-support-guide [class*="tit-cmn"] + .grid-cmn .grid-cmn.col2-in-col3 > .col3-1:nth-child(2n+1) {
  clear: both;
  margin-right: 6.67%;
}
.sec-support-guide .grid-cmn.col2-in-col3 > .col3-1 {
  width: 46.665%;
  float: left;
}
/* figure */
.sec-support-guide figcaption {
  margin-top: 5px;
}
/* s-alert */
.sec-support-guide .box-cmn.s-alert .list-cmn,
.sec-support-guide .box-cmn.s-alert figcaption {
  color: #333;
}
/*clear*/
.sec-support-guide .grid-cmn.col2-in-col3 > .col3-1.s-clear {
  clear: both !important;
  margin-top: 10px !important;
  margin-right: 6.67% !important;
}
.sec-support-guide .grid-cmn.col2-in-col3 > .col3-1.s-no-clear {
  clear: none !important;
  margin-right: 0 !important;
}


/* .fullballoon2col
--------------------------------------------------*/
#fullballoon2col{
  width:100%;
  margin-bottom:7px;
}
#fullballoon2col div.inner1{
  float:left;
  width:33%;
  display:block;
}
#fullballoon2col div.inner2{
  float:right;
  width:66.6%;
  display:block;
}
#fullballoon2col p{
  font-size:75%;
  background: #fff;
  position: relative;
  border: 1px solid #ccc;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
  display:block;
  width:100%;
}
#fullballoon2col p:before, #fullballoon2col p:after,
#fullballoon2col p .com3:before, #fullballoon2col p .com3:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}
#fullballoon2col .com1{
  width:100%;
}
#fullballoon2col .com1:before,
#fullballoon2col .com2:before,
#fullballoon2col .com3:before {
  border: 10px solid transparent;
  border-top: 10px solid #ccc;
  bottom: -20px;
  z-index: 5;
}
#fullballoon2col .com1:after,
#fullballoon2col .com2:after,
#fullballoon2col .com3:after {
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  bottom: -19px;
  z-index: 10;
}
#fullballoon2col .com1:before,
#fullballoon2col .com1:after {
  left: 50%;
}
#fullballoon2col .com2{
  width:100%;
}
#fullballoon2col .com2:before,
#fullballoon2col .com2:after {
  left: 25%;
}
#fullballoon2col .com3 {
  display:block;
}
#fullballoon2col .com3:before,
#fullballoon2col .com3:after {
  right: 25%;
}
#fullballoon2col .balloontxt{
  padding:0 10px;
  display:block;
}



/* 画像アンカー */
.btn-cmn.btn-img-anc{
  background: #fff url(/images_osp/common/ico/ico_arrow_b01.png) no-repeat 12px center;
  background-size: 8px;
}
.btn-cmn.btn-img-anc img{
  width: 40px;
}

/* ゴールナビ画像 */
.btn-goal-shop{
  position: relative;
  display: inline-block;
}
.btn-goal-shop:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-goal-shop .ico-cmn-bnr{
  position: absolute;
  right: auto;
  bottom: 19px;
  left: 14px;
}

/* --- margin control --- */

/* margin top */
.beta-mod-mt0--smt{
	margin-top:0 !important;
}
.beta-mod-mt5--smt{
	margin-top:5px !important;
}
.beta-mod-mt10--smt{
	margin-top:10px !important;
}
.beta-mod-mt15--smt{
	margin-top:15px !important;
}
.beta-mod-mt20--smt{
	margin-top:20px !important;
}
.beta-mod-mt25--smt{
	margin-top:25px !important;
}
.beta-mod-mt30--smt{
	margin-top:30px !important;
}
.beta-mod-mt35--smt{
	margin-top:35px !important;
}
.beta-mod-mt40--smt{
	margin-top:40px !important;
}
.beta-mod-mt45--smt{
	margin-top:45px !important;
}
.beta-mod-mt50--smt{
	margin-top:50px !important;
}
.beta-mod-mt55--smt{
	margin-top:55px !important;
}
.beta-mod-mt60--smt{
	margin-top:60px !important;
}
.beta-mod-mt65--smt{
	margin-top:65px !important;
}
.beta-mod-mt70--smt{
	margin-top:70px !important;
}
.beta-mod-mt75--smt{
	margin-top:75px !important;
}
.beta-mod-mt80--smt{
	margin-top:80px !important;
}

/* margin bottom */
.beta-mod-mb0--smt{
	margin-bottom:0 !important;
}
.beta-mod-mb5--smt{
	margin-bottom:5px !important;
}
.beta-mod-mb10--smt{
	margin-bottom:10px !important;
}
.beta-mod-mb15--smt{
	margin-bottom:15px !important;
}
.beta-mod-mb20--smt{
	margin-bottom:20px !important;
}
.beta-mod-mb25--smt{
	margin-bottom:25px !important;
}
.beta-mod-mb30--smt{
	margin-bottom:30px !important;
}
.beta-mod-mb35--smt{
	margin-bottom:35px !important;
}
.beta-mod-mb40--smt{
	margin-bottom:40px !important;
}
.beta-mod-mb45--smt{
	margin-bottom:45px !important;
}
.beta-mod-mb50--smt{
	margin-bottom:50px !important;
}
.beta-mod-mb55--smt{
	margin-bottom:55px !important;
}
.beta-mod-mb60--smt{
	margin-bottom:60px !important;
}
.beta-mod-mb65--smt{
	margin-bottom:65px !important;
}
.beta-mod-mb70--smt{
	margin-bottom:70px !important;
}
.beta-mod-mb75--smt{
	margin-bottom:75px !important;
}
.beta-mod-mb80--smt{
	margin-bottom:80px !important;
}
