@charset "UTF-8";
body {
  min-width: 320px;
}

sup {
  font-size: 80%;
  vertical-align: super;
}
/* ----------------------------------------------------------------------------
 * /mobile/iphone/配下固有
 * ------------------------------------------------------------------------- */
body[data-path^="/mobile/iphone/"] #main .has-alt {
  position: relative;
  z-index: 1;
}
body[data-path^="/mobile/iphone/"] #main .has-alt > img {
  position: relative;
  z-index: 2;
  height: inherit;
}
body[data-path^="/mobile/iphone/"] #main .has-alt > .text {
  font-size: 10px;
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 50%;
  max-width: 640px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
body[data-path^="/mobile/iphone/"] #main #topicpath {
  background: #fff;
  width: 100%;
  padding: 0;
  position: relative;
}
body[data-path^="/mobile/iphone/"] #main #topicpath > .inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding-top: 20px;
}
body[data-path^="/mobile/iphone/"] #main #topicpath > ul {
}
body[data-path^="/mobile/iphone/"] #main #topicpath strong {
  display: block;
}
body[data-path^="/mobile/iphone/"] #main #topicpath > .inner > .btn-01 {
  position: absolute;
  right: 19px;
  top: 52px;
}
body[data-path^="/mobile/iphone/"] #main #topicpath > .inner > .btn-01 .btn-green{
  padding:7px 18px;
}
body[data-path^="/mobile/iphone/"] #main #topicpath > .inner > .btn-01 .btn-green::before{
  display: none;
}

body[data-path^="/mobile/iphone/"] #main .headline {
  padding: 20px 0 0;
}
body[data-path^="/mobile/iphone/"] #main .headline > .inner {
  display: table;
}
body[data-path^="/mobile/iphone/"] #main .headline > .inner > * {
  display: table-cell;
  vertical-align: bottom;
}

body[data-path^="/mobile/iphone/"] #main .headline > .inner > .pc-hide {
  display: none;
}

body[data-path^="/mobile/iphone/"] #main .headline > .inner > .hdg {
  text-align: left;
  vertical-align: middle;
  width: 144px;
  height: 44px;
  padding: 0;
}

body[data-path^="/mobile/iphone/"] #main .headline > .inner > .hdg > a {
  display: block;
  text-decoration: none;
  color: inherit;
}

body[data-path^="/mobile/iphone/"] #main .headline > .inner > .btn-01 {
  width: 110px;
  vertical-align: middle;
  text-align: right;
}
body[data-path^="/mobile/iphone/"] #main .container {
  margin-top: 0;
}
body[data-path^="/mobile/iphone/"] #main .nav-local > .list {
  position: relative;
  top: 1px;
  display: table;
  margin: 0;
}
body[data-path^="/mobile/iphone/"] #main .nav-local > .list > li {
  text-align: center;
  vertical-align: bottom;
  background: #fff;
  display: table-cell;
  width: 115px;
  padding: 0;
  border-bottom: 1px solid #d8d8d8;
}
body[data-path^="/mobile/iphone/"] #main .nav-local > .list > li.is-current a {
  background: #fff;
  position: relative;
  z-index: 1;
  top: 1px;
  height: 46px;
}
body[data-path^="/mobile/iphone/"] #main .nav-local > .list > li a {
  background: #f6f6f6;
  text-decoration: none;
  color: #2c2c2c;
  display: table;
  width: 100%;
  height: 45px;
  border: 1px solid #d8d8d8;
  border-bottom: 0;
}
body[data-path^="/mobile/iphone/"] #main .nav-local > .list > li a span {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
body[data-path^="/mobile/iphone/"] #main .nav-local > .list > li a span .color-pink {
  display: block;
  font-size: 10px;
}
body[data-path^="/mobile/iphone/"] #main .headline > .inner > .btn-01 .btn-green,
body[data-path^="/mobile/iphone/"] #main .headline > .inner > .btn-01 .btn-darkblue {
  padding: 6px 15px;
}
body[data-path^="/mobile/iphone/"] #main .headline > .inner > .btn-01 .btn-green::before,
body[data-path^="/mobile/iphone/"] #main .headline > .inner > .btn-01 .btn-darkblue::before {
  display: none;
}
body[data-path^="/mobile/iphone/"] #main .nav-tab .inner {
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 20px;
  width: 100%;
}
body[data-path^="/mobile/iphone/"] #main .nav-tab .inner > .list {
  display: table;
  margin: 0 auto;
}
body[data-path^="/mobile/iphone/"] #main .nav-tab .inner > .list > li {
  text-align: center;
  vertical-align: bottom;
  background: #fff;
  display: table-cell;
  width: 240px;
  padding: 0 6px 0 0;
}
body[data-path^="/mobile/iphone/"] #main .nav-tab .inner > .list > li.is-current a {
  background: #f6f6f6;
  position: relative;
  z-index: 1;
  top: 1px;
  height: 71px;
}
body[data-path^="/mobile/iphone/"] #main .nav-tab .inner > .list > li.is-current a span {
  border-bottom: 1px solid #f6f6f6;
}
body[data-path^="/mobile/iphone/"] #main .nav-tab .inner > .list > li a {
  text-decoration: none;
  color: #2c2c2c;
  display: table;
  width: 100%;
  height: 70px;
  border: 1px solid #d8d8d8;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}
body[data-path^="/mobile/iphone/"] #main .nav-tab .inner > .list > li a > span {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-size: 16px;
}
body[data-path^="/mobile/iphone/"] #main .nav-tab .inner > .list > li a > span span {
  display: block;
  font-size: 14px;
  border: 0 !important;
}
body[data-path^="/mobile/iphone/"] #main .nav-tab .inner > .list > li a > span span .color-pink {
  font-size: 12px;
  border: 0;
}
body[data-path^="/mobile/iphone/"] #main .nav-tab.bottom .inner {
  border-top: 1px solid #d8d8d8;
  border-bottom: none;
  margin: 20px 0 40px;
}
body[data-path^="/mobile/iphone/"] #main .nav-tab.bottom .inner > .list > li{
  vertical-align: top;
}
body[data-path^="/mobile/iphone/"] #main .nav-tab.bottom .inner > .list > li.is-current a {
  top: auto;
  bottom: 1px;
}
body[data-path^="/mobile/iphone/"] #main .nav-tab.bottom .inner > .list > li.is-current a span {
  border-top: 1px solid #f6f6f6;
  border-bottom: none;
}
body[data-path^="/mobile/iphone/"] #main .nav-tab.bottom .inner > .list > li a {
  border-top: 0;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0 0 5px 5px;
}
body[data-path^="/mobile/iphone/"] #main section.bg-white {
  overflow: hidden;
  margin: 0;
}
body[data-path^="/mobile/iphone/"] #main section.bg-white .product-main {
  text-align: center;
  margin: 0 auto 20px;
  padding: 0 0 20px;
}
body[data-path^="/mobile/iphone/"] #main section.bg-white .product-main .product-main-visual {
  display: table;
  width: 100%;
  margin: 0 0 69px;
}
body[data-path^="/mobile/iphone/"] #main section.bg-white .product-main .product-main-visual > * {
  vertical-align: top;
  display: table-cell;
}
body[data-path^="/mobile/iphone/"] #main section.bg-white .product-main .product-main-lead {
  position: relative;
  left: -5px;
  margin: 0 0 50px;
}
body[data-path^="/mobile/iphone/"] #main section.bg-white .product-main .product-main-logo {
  margin: 0 0 50px;
}
body[data-path^="/mobile/iphone/"] #main section.bg-white .text-tax {
  margin: 20px 0 30px;
}
body[data-path^="/mobile/iphone/"] #main section.bg-white .text-tax p {
  font-size: 11px;
  line-height: 1.8181818181818181;
  letter-spacing: .37px;
  padding: 8px 11px 8px 20px;
}
body[data-path^="/mobile/iphone/"] #main .fields-layout .fields .field {
  padding: 26px 40px 10px;
}
body[data-path^="/mobile/iphone/"] #main .fields-layout.fields-layout-mobile-plan .fields .field {
  padding-right: 25px;
  padding-left: 25px;
}
body[data-path^="/mobile/iphone/"] #main .plan-mobile-description {
  margin: 0 0 13px;
}
body[data-path^="/mobile/iphone/"] #main .plan-mobile-description h4 {
  font-size: 24px;
  margin: 0 0 10px;
  padding: 0;
}
body[data-path^="/mobile/iphone/"] #main .plan-mobile-description .lead {
  font-size: 14px;
  letter-spacing: -.3px;
  max-width: 730px;
  margin: 0 auto;
}
body[data-path^="/mobile/iphone/"] #main .plan-mobile-description .lead b.name {
  font-weight: normal;
  letter-spacing: 1.4px;
}
body[data-path^="/mobile/iphone/"] #main .plan-mobile-description .lead + .lead {
  letter-spacing: .1px;
}
body[data-path^="/mobile/iphone/"] #main .plan-mobile-box {
  position: relative;
  left: -4px;
  margin: 26px 0 10px;
}
body[data-path^="/mobile/iphone/"] #main .plan-mobile-box + .link {
  font-size: 12px;
  letter-spacing: .45px;
  margin: 0 0 27px;
  padding-left: 230px;
}
body[data-path^="/mobile/iphone/"] #main .plan-mobile-btn {
  margin: 0 0 27px;
}
body[data-path^="/mobile/iphone/"] #main .notice-01 {
  font-size: 11px;
}
body[data-path^="/mobile/iphone/"] #main .notice-01:last-child {
  margin: 0;
}
body[data-path^="/mobile/iphone/"] #main .notice-01 li {
  position: relative;
  margin: 0 0 1px;
  padding-left: 2.5em;
  list-style: none;
}
body[data-path^="/mobile/iphone/"] #main .notice-01 li span {
  position: absolute;
  top: 0;
  left: 0;
}
body[data-path^="/mobile/iphone/"] #main .notice-01 li:first-child {
  margin: 0 0 4px;
}
body[data-path^="/mobile/iphone/"] #main .feature {
  background: #f0f0f0;
  border-radius: 5px;
  font-size:18px;
}
body[data-path^="/mobile/iphone/"] #main .h2-pink-item {
    display: inline-block;
    margin: 0 20px 0 0;
}
body[data-path^="/mobile/iphone/"] #main .h2-pink-item a{
    font-size: 12px;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  body[data-path^="/mobile/iphone/"] #main .block-gray [class^="btn"]{
      width: 100%;
  }
  body[data-path^="/mobile/iphone/"] #main .h2-pink {
      margin-top: 0;
  }
  body[data-path^="/mobile/iphone/"] #main .container > .h2-pink {
      margin-top: 20px;
  }
  body[data-path^="/mobile/iphone/"] #main .container > .soldout {
      padding: 0 10px;
  }
}
/* .slider */
body[data-path^="/mobile/iphone/"] #visual .slider {
list-style: none;
padding: 20px 0 35px;
}
body[data-path^="/mobile/iphone/"] #visual .slider > li:not(:first-child) {
display: none;
}
body[data-path^="/mobile/iphone/"] #visual .slider .arrow-wrapper {
position: absolute;
top: 50%;
right: 0;
left: 0;
z-index: 100;
margin: -17.5px auto 0;
width: 980px;
text-align: center;
}
body[data-path^="/mobile/iphone/"] #visual .slider .slick-track {
background-color: #fff;
}
body[data-path^="/mobile/iphone/"] #visual .slider .arrow-wrapper .prev,
body[data-path^="/mobile/iphone/"] #visual .slider .arrow-wrapper .next {
position: absolute;
width: 35px;
height: 35px;
border-radius: 50%;
background: #039;
text-indent: -9999px;
cursor: pointer;
}
body[data-path^="/mobile/iphone/"] #visual .slider .arrow-wrapper .prev {
left: -17px;
}
body[data-path^="/mobile/iphone/"] #visual .slider .arrow-wrapper .next {
right: -17px;
}
body[data-path^="/mobile/iphone/"] #visual .slider .arrow-wrapper .prev:before,
body[data-path^="/mobile/iphone/"] #visual .slider .arrow-wrapper .next:before {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
width: 8px;
height: 8px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
content: "";
vertical-align: middle;
}
body[data-path^="/mobile/iphone/"] #visual .slider .arrow-wrapper .prev:before {
left: 14px;
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
}
body[data-path^="/mobile/iphone/"] #visual .slider .arrow-wrapper .next:before {
right: 14px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
body[data-path^="/mobile/iphone/"] #visual .slider .slick-slide {
margin: 0 auto;
}
body[data-path^="/mobile/iphone/"] #visual .slider .slick-dots {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 100;
margin: 0 auto;
width: 980px;
text-align: center;
}
body[data-path^="/mobile/iphone/"] #visual .slider .slick-dots li {
display: inline-block;
margin: 0 5px;
}
body[data-path^="/mobile/iphone/"] #visual .slider .slick-dots li button {
display: inline-block;
padding: 0;
width: 16px;
height: 16px;
border: 0;
border-radius: 50%;
background: #666;
color: transparent;
font-size: 0;
}
body[data-path^="/mobile/iphone/"] #visual .slider .slick-dots li.slick-active button {
background: #039
}
@media screen and (max-width: 768px) {
  body[data-path^="/mobile/iphone/"] #visual {
    display: none;
  }
}
/* ----------------------------------------------------------------------------
 * 改修後作成パーツ
 * ------------------------------------------------------------------------- */
body[data-path^="/mobile/iphone/"] #main .hdg-l2 {
margin: 40px 0 58px;
color: #2b2b2b;
font-size: 32px;
text-align: center;
}
body[data-path^="/mobile/iphone/"] #main .link-detail > a {
position: relative;
padding-right: .6em;
text-decoration: none;
}
body[data-path^="/mobile/iphone/"] #main .link-detail > a:hover {
text-decoration: underline;
}
body[data-path^="/mobile/iphone/"] #main .link-detail > a::after {
position: absolute;
bottom: 50%;
right: 0;
content: '';
display: inline-block;
width: .25em;
height: .25em;
border: 1px solid;
border-width: 0 1px 1px 0;
transform-origin: right bottom;
-webkit-transform: rotate(-45deg) translateY(50%);
transform: rotate(-45deg) translateY(50%);
}
body[data-path^="/mobile/iphone/"] #main .link-detail2 > a {
position: relative;
padding-right: .6em;
text-decoration: none;
}
body[data-path^="/mobile/iphone/"] #main .link-detail2 > a:hover {
text-decoration: underline;
}
body[data-path^="/mobile/iphone/"] #main .link-detail2 > a::after {
position: absolute;
bottom: 50%;
right: 0;
content: '';
display: inline-block;
width: .25em;
height: .25em;
border: 1px solid;
border-width: 0 1px 1px 0;
transform-origin: right bottom;
-webkit-transform: rotate(-45deg) translateY(50%);
transform: rotate(-45deg) translateY(50%);
}
body[data-path^="/mobile/iphone/"] #main .btn-cta > a {
position: relative;
display: inline-block;
min-width: 150px;
padding: 10px 20px;
color: #fff;
background: #000;
text-align: center;
text-decoration: none;
border-radius: 5px;
box-sizing: border-box;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
body[data-path^="/mobile/iphone/"] #main .btn-cta.blank > a {
padding: 10px 25px 10px 15px;
}
body[data-path^="/mobile/iphone/"] #main .btn-cta > a:hover {
opacity: .6;
}
body[data-path^="/mobile/iphone/"] #main .btn-cta.blank > a::after {
position: absolute;
bottom: 50%;
right: 10px;
content: '';
display: inline-block;
width: 12px;
height: 10.5px;
background: url(/common2/images/link_blank_white.png) no-repeat center / cover;
-webkit-transform: translateY(50%);
transform: translateY(50%);
}
body[data-path^="/mobile/iphone/"] #main .btn-cta.self > a::after {
border-left: 2px solid #fff;
border-top: 2px solid #fff;
content: "";
display: inline-block;
height: 8px;
width: 8px;
position: absolute;
right: 10px;
margin: auto;
top: calc(50% - 5px);
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
body[data-path^="/mobile/iphone/"] #main .line-up-area {
margin-bottom: 105px;
}
body[data-path^="/mobile/iphone/"] #main .box-product:not(:last-child) {
margin-bottom: 62px;
}
body[data-path^="/mobile/iphone/"] #main .box-product::after {
content: '';
display: block;
clear: both;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-content {
float: right;
width: 50%;
padding-left: 58px;
text-align: left;
font-size: 16px;
box-sizing: border-box;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-content > .hdg {
margin: 45px 0 10px;
font-size: 40px;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-content > .hdg > .color-pink {
display: block;
font-size: 15px;
font-weight: normal;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-content > .hdg > .color-pink-noblock {
font-size: 15px;
font-weight: normal;
color:#e4007f !important;
margin-left: 10px;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-info2 p{
font-size:18px;
font-weight: bold;
}
body[data-path^="/mobile/iphone/"] #main .box-product .icon-new{
width: 50px;
padding: 1px;
color: #f285bf;
text-align: center;
font-size: 12px;
font-weight: bold;
line-height: 1;
border-top: 2px solid #f285bf;
border-bottom: 2px solid #f285bf;
box-sizing: border-box;
margin-right: 10px;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-content .link-detail {
margin-top: 38px;
text-align: right;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-content .link-detail2 {
margin-top: 180px;
text-align: right;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-img {
float: left;
width: 50%;
padding-right: 28px;
text-align: right;
box-sizing: border-box;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-detail > .hdg {
margin: 13px 0 0;
font-size: 26px;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-detail > .hdg .num {
font-size: 36px;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-detail .price {
padding-left: 20px;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-detail .price .small {
font-size: 14px;
}
body[data-path^="/mobile/iphone/"] #main .feature-area {
padding: 55px 0 65px;
background: #fafafa;
}
body[data-path^="/mobile/iphone/"] #main .feature-area .feature-head {
display: table;
width: 100%;
text-align: center;
}
body[data-path^="/mobile/iphone/"] #main .feature-area .feature-head > .hdg{
font-size: 32px;
display: table-footer-group;
}
body[data-path^="/mobile/iphone/"] #main .feature-area .feature-head > img{
margin-bottom: 12px;
}
body[data-path^="/mobile/iphone/"] #main .feature-area .feature-content {
text-align: center;
font-size: 14px;
}
body[data-path^="/mobile/iphone/"] #main .feature-area .feature-content :last-child {
margin-bottom: 0;
}
body[data-path^="/mobile/iphone/"] #main .voice-area .container {
padding-bottom: 80px;
}
body[data-path^="/mobile/iphone/"] #main .list-voice::after {
content: '';
display: block;
clear: both;
}
body[data-path^="/mobile/iphone/"] #main .list-voice {
list-style: none;
margin-bottom: 40px;
font-size: 16px;
}
body[data-path^="/mobile/iphone/"] #main .list-voice .col {
float: left;
width: 30%;
margin: 0 5% 0 0;
padding: 35px 18px 25px;
border: 1px solid #d0d0d0;
box-sizing: border-box;
}
body[data-path^="/mobile/iphone/"] #main .list-voice .col:last-child {
margin-right: 0;
}
body[data-path^="/mobile/iphone/"] #main .list-voice .datas {
margin: 40px 0 0;
padding-top: 18px;
border-top: 2px solid #2c2c2c;
text-align: center;
}
body[data-path^="/mobile/iphone/"] #main .apply-area {
padding: 140px 0 175px;
background: url('/mobile/iphone/images/bg_apply_area_01.jpg') no-repeat center / cover;
}
body[data-path^="/mobile/iphone/"] #main .apply-area :last-child{
margin-bottom: 0;
}
body[data-path^="/mobile/iphone/"] #main .apply-area .hdg {
margin-bottom: 15px;
font-size: 48px;
color: #fff;
text-align: center;
}
body[data-path^="/mobile/iphone/"] #main .apply-btn-container {
text-align: center;
}
body[data-path^="/mobile/iphone/"] #main .list-apply-btn {
display: inline-block;
margin-top: -20px;
list-style: none;
text-align: left;
}
body[data-path^="/mobile/iphone/"] #main .list-apply-btn .col {
display: inline-block;
margin: 20px 20px 0 0;
text-align: center;
}
body[data-path^="/mobile/iphone/"] #main .list-apply-btn .btn-apply {
position: relative;
display: block;
min-width: 280px;
padding: 30px 33px 30px 22px;
color: #fff;
font-size: 16px;
text-decoration: none;
background: transparent;
border: 1px solid #fff;
border-radius: 5px;
box-sizing: border-box;
-webkit-transition: background .3s, color .3s;
transition: background .3s, color .3s;
}
body[data-path^="/mobile/iphone/"] #main .list-apply-btn .btn-apply:hover {
background: #fff;
color: #000;
}
body[data-path^="/mobile/iphone/"] #main .list-apply-btn .btn-apply::after {
position: absolute;
top: 50%;
right: 18px;
content: '';
display: block;
margin-top: -2px;
width: 4px;
height: 4px;
border: 1px solid;
border-width: 1px 1px 0 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
body[data-path^="/mobile/iphone/"] #main .list-apply-btn .btn-apply.blank::after {
right: 13px;
margin-top: -4px;
width: 12px;
height: 10.5px;
border: none;
background: url("/common2/images/link_blank_white.png") no-repeat center / cover;
-webkit-transform: initial;
transform: initial;
}
body[data-path^="/mobile/iphone/"] #main .list-apply-btn .btn-apply.blank:hover::after {
background-image: url("/common2/images/link_blank_blue.png");
}
/*----------
 * SP
 *----------*/
@media screen and (max-width:768px){
body[data-path^="/mobile/iphone/"] #main .hdg-l2 {
margin: 50px 0 35px;
font-size: 21px;
}
body[data-path^="/mobile/iphone/"] #main .btn-cta > a {
min-width: 120px;
padding: 10px 15px;
}
body[data-path^="/mobile/iphone/"] #main .line-up-area {
margin-bottom: 0;
padding-top: 0;
}
body[data-path^="/mobile/iphone/"] #main .box-product:not(:last-child) {
margin-bottom: 50px;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-content {
width: 50%;
padding-left: 7px;
font-size: 14px;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-content > .hdg {
margin: 0 0 10px;
font-size: 20px;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-content > .hdg > .color-pink {
font-size: 13px;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-content > .hdg > .color-pink-noblock {
font-size: 11px;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-info2 p{
font-size:11px;
line-height: 2;
} 
body[data-path^="/mobile/iphone/"] #main .box-product .icon-new{
font-size: 10px;
margin-right: 5px;
padding: 0;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-content .link-detail {
margin-top: 15px;
text-align: right;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-content .link-detail2 {
margin-top: 15px;
text-align: right;
} 
body[data-path^="/mobile/iphone/"] #main .box-product .product-img {
padding-right: 15px;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-detail > .hdg {
margin: 15px 0 0;
font-size: 13px;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-detail > .hdg .num {
font-size: 18px;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-detail .price {
padding-left: 10px;
}
body[data-path^="/mobile/iphone/"] #main .box-product .product-detail .price .small {
font-size: 12px;
}
body[data-path^="/mobile/iphone/"] #main .feature-area {
padding: 45px 0;
background: #fafafa;
}
body[data-path^="/mobile/iphone/"] #main .feature-area .feature-head {
display: table;
width: 100%;
text-align: center;
}
body[data-path^="/mobile/iphone/"] #main .feature-area .feature-head > .hdg{
font-size: 21px;
}
body[data-path^="/mobile/iphone/"] #main .feature-area .feature-head > img{
margin-bottom: 7px;
}
body[data-path^="/mobile/iphone/"] #main .feature-area .feature-content {
margin-bottom: 35px;
}
body[data-path^="/mobile/iphone/"] #main .voice-area .container {
padding-bottom: 80px;
}
body[data-path^="/mobile/iphone/"] #main .list-voice {
margin-bottom: 25px;
font-size: 18px;
}
body[data-path^="/mobile/iphone/"] #main .list-voice .col {
float: none;
width: 100%;
margin: 0 0 15px;
padding: 30px 50px 40px;
}
body[data-path^="/mobile/iphone/"] #main .list-voice .col:last-child {
margin: 0;
}
body[data-path^="/mobile/iphone/"] #main .list-voice .datas {
margin-top: 50px;
padding-top: 25px;
}
body[data-path^="/mobile/iphone/"] #main .apply-area {
padding: 75px 0 100px;
}
body[data-path^="/mobile/iphone/"] #main .apply-area .hdg {
margin-bottom: 12px;
font-size: 28px;
}
body[data-path^="/mobile/iphone/"] #main .apply-btn-container {
padding: 0 3.2394%;
}
body[data-path^="/mobile/iphone/"] #main .list-apply-btn {
margin-top: -10px;
}

body[data-path^="/mobile/iphone/"] #main .list-apply-btn .col {
  display: block;
  margin: 0;
  min-width: 150px;
}
body[data-path^="/mobile/iphone/"] #main .list-apply-btn .col+.col {
  margin-top: 10px;
}

body[data-path^="/mobile/iphone/"] #main .list-apply-btn .col:nth-child(even) {
margin-right: 0;
}
body[data-path^="/mobile/iphone/"] #main .list-apply-btn .btn-apply {
display: table-cell;
min-width: inherit;
padding: 13px 25px 13px 25px;
font-size: 11px;
vertical-align: middle;
}
body[data-path^="/mobile/iphone/"] #main .list-apply-btn .btn-apply:hover {
background: #fff;
color: #000;
}
body[data-path^="/mobile/iphone/"] #main .list-apply-btn .btn-apply::after {
right: 15px;
}
body[data-path^="/mobile/iphone/"] #main .list-apply-btn .btn-apply.blank::after {
right: 8px;
}
}
/* ----------------------------------------------------------------------------
 * /mobile/iphone/7/ 製品詳細
 * ------------------------------------------------------------------------- */
 body[data-path="/mobile/iphone/7/"] #main section.bg-white .product-main {
  text-align: left;
  margin: 0 auto 46px;
}
body[data-path="/mobile/iphone/7/"] #main section.bg-white .product-main .product-main-visual {
  margin: 0 0 36px;
}
body[data-path="/mobile/iphone/7/"] #main section.bg-white .product-main .notice-area {
  margin: 0;
}
body[data-path="/mobile/iphone/7/"] #main section.bg-white .product-main .notice-01 {
  margin: 0;
}
body[data-path="/mobile/iphone/7/"] #main section.bg-white .product-main .notice-01 li {
  font-size: 10px;
  letter-spacing: .7px;
  margin: 0 0 7px;
  padding-left: 1.2em;
}
body[data-path="/mobile/iphone/7/"] #main section.bg-white .product-main .notice-01 li:last-child {
  margin: 0;
}
body[data-path="/mobile/iphone/7/"] #main section.bg-white .product-main .copyright {
  letter-spacing: .35px;
  margin: 0 0 0 9px;
}
body[data-path="/mobile/iphone/7/"] #main .container {
  padding: 41px 10px 0;
}
body[data-path^="/mobile/iphone/7/"] #main section.bg-white .product-main .product-main-visual > * {
  display: block;
 position: relative;   
  }

body[data-path^="/mobile/iphone/7/"] #main section.bg-white .product-main .product-main-visual > * {
  display: block;
 position: relative;   
  }

body[data-path^="/mobile/iphone/7/"] #main section.bg-white .product-main .product-main-visual p,
body[data-path^="/mobile/iphone/7/"] #main section.bg-white .product-main .product-main-visual .list-btn-inline_02 {
 position: absolute;
 left: 433px;
 bottom: 30px;
 }



@media screen and (min-width: 1px) and (max-width: 768px) {
  body[data-path="/mobile/iphone/7/"] #main section.bg-white .product-main {
    margin: 0 auto 16px;
  }
  body[data-path="/mobile/iphone/7/"] #main section.bg-white .product-main .product-main-visual {
    margin-top: -9px;
  }
  body[data-path="/mobile/iphone/7/"] #main section.bg-white .product-main .notice-area,
  body[data-path="/mobile/iphone/7/"] #main section.bg-white .product-main .spec{
  margin: 0 22px;
}
  body[data-path="/mobile/iphone/7/"] #main section.bg-white .product-main .notice-01 {
    margin: -7px 22px 0;
  }
  body[data-path="/mobile/iphone/7/"] #main section.bg-white .product-main .notice-01 li {
    margin: 0;
  }
body[data-path^="/mobile/iphone/7/"] #main section.bg-white .product-main .product-main-visual p,
body[data-path^="/mobile/iphone/7/"] #main section.bg-white .product-main .product-main-visual .list-btn-inline_02 {
   position: absolute;
  left: 50%;
  transform: translateX(-50%);
 top:42vw;
  } 
}
/* ----------------------------------------------------------------------------
 * /mobile/iphone/6s/ 製品詳細
 * ------------------------------------------------------------------------- */
 body[data-path="/mobile/iphone/6s/"] #main section.bg-white .product-main {
  text-align: left;
  margin: 0 auto 46px;
}
body[data-path="/mobile/iphone/6s/"] #main section.bg-white .product-main .product-main-visual {
  margin: 0 0 36px;
}
body[data-path="/mobile/iphone/6s/"] #main section.bg-white .product-main .notice-area {
  margin: 0;
}
body[data-path="/mobile/iphone/6s/"] #main section.bg-white .product-main .notice-01 {
  margin: 0;
}
body[data-path="/mobile/iphone/6s/"] #main section.bg-white .product-main .notice-01 li {
  font-size: 10px;
  letter-spacing: .7px;
  margin: 0 0 7px;
  padding-left: 1.2em;
}
body[data-path="/mobile/iphone/6s/"] #main section.bg-white .product-main .notice-01 li:last-child {
  margin: 0;
}
body[data-path="/mobile/iphone/6s/"] #main section.bg-white .product-main .copyright {
  letter-spacing: .35px;
  margin: 0 0 0 9px;
}
body[data-path="/mobile/iphone/6s/"] #main .container {
  padding: 41px 10px 0;
}
body[data-path^="/mobile/iphone/6s/"] #main section.bg-white .product-main .product-main-visual > * {
  display: block;
 position: relative;   
  }

body[data-path^="/mobile/iphone/6s/"] #main section.bg-white .product-main .product-main-visual > * {
  display: block;
 position: relative;   
  }

body[data-path^="/mobile/iphone/6s/"] #main section.bg-white .product-main .product-main-visual p {
 position: absolute;
 left: 343px;
 bottom: 40px;
  }

body[data-path^="/mobile/iphone/6s/"] #main section.bg-white .product-main .product-main-visual .list-btn-inline_02 {
 position: absolute;
 left: 350px;
 bottom: 40px;
  }

@media screen and (min-width: 1px) and (max-width: 768px) {
  body[data-path="/mobile/iphone/6s/"] #main section.bg-white .product-main {
    margin: 0 auto 16px;
  }
  body[data-path="/mobile/iphone/6s/"] #main section.bg-white .product-main .product-main-visual {
    margin-top: -9px;
  }
  body[data-path="/mobile/iphone/6s/"] #main section.bg-white .product-main .notice-area,
  body[data-path="/mobile/iphone/6s/"] #main section.bg-white .product-main .spec{
  margin: 0 22px;
}
  body[data-path="/mobile/iphone/6s/"] #main section.bg-white .product-main .notice-01 {
    margin: -7px 22px 0;
  }
  body[data-path="/mobile/iphone/6s/"] #main section.bg-white .product-main .notice-01 li {
    margin: 0;
  }
body[data-path^="/mobile/iphone/6s/"] #main section.bg-white .product-main .product-main-visual p {
position: absolute;
left: 50%;
transform: translateX(-50%);
top:48vw;
width: 30vw;
  } 

body[data-path^="/mobile/iphone/6s/"] #main section.bg-white .product-main .product-main-visual .list-btn-inline_02 {
position: absolute;
left: 50%;
transform: translateX(-50%);
top:48vw;
  } 
}
/* ----------------------------------------------------------------------------
 * /mobile/iphone/5s/ 製品詳細
 * ------------------------------------------------------------------------- */
body[data-path="/mobile/iphone/5s/"] #main section.bg-white .product-main {
  text-align: left;
  margin: 0 auto 46px;
}
body[data-path="/mobile/iphone/5s/"] #main section.bg-white .product-main .product-main-visual {
  margin: 0 0 36px;
}
body[data-path="/mobile/iphone/5s/"] #main section.bg-white .product-main .notice-01 {
  margin: 0;
}
body[data-path="/mobile/iphone/5s/"] #main section.bg-white .product-main .notice-01 li {
  font-size: 10px;
  letter-spacing: .7px;
  margin: 0 0 7px;
  padding-left: .75em;
}
body[data-path="/mobile/iphone/5s/"] #main section.bg-white .product-main .notice-01 li:last-child {
  margin: 0;
}
body[data-path="/mobile/iphone/5s/"] #main section.bg-white .product-main .copyright {
  letter-spacing: .35px;
  margin: 0 0 0 9px;
}
body[data-path="/mobile/iphone/5s/"] #main .container {
  padding: 41px 10px 0;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
  body[data-path^="/mobile/iphone/"] #main #topicpath > .inner {
    display: none;
  }
  body[data-path^="/mobile/iphone/"] #main .nav-tab .inner {
    margin: 0 0 20px;
  }
  body[data-path^="/mobile/iphone/"] #main .nav-tab .inner > .list > li {
    width: 110px;
  }
  body[data-path^="/mobile/iphone/"] #main .nav-tab .inner > .list > li.is-current a {
    height: 66px;
  }
  body[data-path^="/mobile/iphone/"] #main .nav-tab .inner > .list > li a {
    height: 65px;
  }
  body[data-path^="/mobile/iphone/"] #main .nav-tab .inner > .list > li a > span {
    font-size: 12px;
    line-height: 1.2;
  }
  body[data-path^="/mobile/iphone/"] #main .nav-tab .inner > .list > li a > span span {
    font-size: 10px;
	line-height: 1.2;
  }
  body[data-path^="/mobile/iphone/"] #main .nav-tab .inner > .list > li a > span span .color-pink {
    font-size: 10px;
  }
  body[data-path^="/mobile/iphone/"] #main section.bg-white .product-main {
    padding: 10px 0 20px;
  }
  body[data-path^="/mobile/iphone/"] #main section.bg-white .product-main .product-main-visual {
    display: block;
    margin: 0 0 39px;
  }
  body[data-path^="/mobile/iphone/"] #main section.bg-white .product-main .product-main-visual > * {
    display: block;
  }
  body[data-path^="/mobile/iphone/"] #main section.bg-white .product-main .product-main-lead {
    left: -2px;
    margin: 0 0 37px;
  }
  body[data-path^="/mobile/iphone/"] #main section.bg-white .product-main .product-main-lead img {
    max-width: 80%;
  }
  body[data-path^="/mobile/iphone/"] #main section.bg-white .product-main .product-main-logo {
    margin: 0 0 20px;
  }
  body[data-path^="/mobile/iphone/"] #main section.bg-white .product-main .product-main-logo img {
    max-width: 45.5%;
  }
  body[data-path^="/mobile/iphone/"] #main section.bg-white .sub-hdg {
    display: block;
    padding: 9px 20px 6px;
    font-size: 14px;
    text-align: left;
    letter-spacing: 1.2px;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
  }
  body[data-path^="/mobile/iphone/"] #main section.bg-white .sub-hdg .color-pink {
    font-size: 10px;
	display: inline-block;
	margin-left: 10px;
  }
  body[data-path^="/mobile/iphone/"] #main section.bg-white .text-tax {
    height: 50px;
    margin: 10px 0;
  }
  body[data-path^="/mobile/iphone/"] #main section.bg-white .text-tax p {
    font-size: 18px;
    line-height: 1.66667;
    box-sizing: border-box;
    width: 200%;
    padding: 18px 24px 18px 34px;
    -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
            transform: scale(.5);
    -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
  }
  body[data-path^="/mobile/iphone/"] #main .fields-layout .fields .field {
    padding: 11px 10px 10px;
  }
  body[data-path^="/mobile/iphone/"] #main .plan-mobile-description h4 {
    font-size: 14px;
  }
  body[data-path^="/mobile/iphone/"] #main .plan-mobile-description .lead {
    font-size: 11px;
  }
  body[data-path^="/mobile/iphone/"] #main .plan-mobile-box {
    left: 0;
    margin: 16px 0 10px;
  }
  body[data-path^="/mobile/iphone/"] #main .plan-mobile-box + .link {
    padding: 0;
  }
  body[data-path^="/mobile/iphone/"] #main .plan-mobile-box + .link a {
    font-size: 10px;
  }
  body[data-path^="/mobile/iphone/"] #main .plan-mobile-box + .link img {
    max-width: 93.3%;
    margin: 18px 0 5px;
  }
  body[data-path^="/mobile/iphone/"] #main .notice-01 li {
    font-size: 10px;
    line-height: 1.66667;
    padding: 0 0 0 18px;
  }
  body[data-path="/mobile/iphone/5s/"] #main section.bg-white .product-main {
    margin: 0 auto 16px;
  }
  body[data-path="/mobile/iphone/5s/"] #main section.bg-white .product-main .product-main-visual {
    margin-top: -9px;
  }
  body[data-path="/mobile/iphone/5s/"] #main section.bg-white .product-main .notice-01 {
    margin: -7px 22px 0;
  }
  body[data-path="/mobile/iphone/5s/"] #main section.bg-white .product-main .notice-01 li {
    margin: 0;
  }
		body[data-path="/mobile/iphone/5s/"] #main section.bg-white .product-main .copyright,
  body[data-path="/mobile/iphone/5s/"] #main section.bg-white .product-main .spec{
  margin: 0 22px;
}
}
/* ----------------------------------------------------------------------------
 * /mobile/iphone/se/ 製品詳細
 * ------------------------------------------------------------------------- */
body[data-path="/mobile/iphone/se/"] #main section.bg-white .container {
  margin: 0 auto;
  padding: 0;
}
body[data-path="/mobile/iphone/se/"] #main section.bg-white .container.last {
  padding-bottom: 60px;
}
/*body[data-path="/mobile/iphone/se/"] #main section.bg-white .container img {
  width: 100%;
}*/
body[data-path="/mobile/iphone/se/"] #main section.bg-white .container .nav-area{
  margin: 0;
}
body[data-path="/mobile/iphone/se/"] #main section.bg-white .container .nav-area img._icon{
  height: 20px;
  width: 20px;
}
body[data-path="/mobile/iphone/se/"] #main section.bg-white .container .orders img {
  width: auto;
}
body[data-path="/mobile/iphone/se/"] #main section.bg-white .product-main {
  padding-top: 99px;
  position: relative;
}

body[data-path^="/mobile/iphone/se/"] #main section.bg-white .product-main .btn_buy {
 position: absolute;
    left: 685px;
    top: 378px;
}
body[data-path^="/mobile/iphone/se/"] #main section.bg-white .product-main .product-main-visual p,
body[data-path^="/mobile/iphone/se/"] #main section.bg-white .product-main .product-main-visual .list-btn-inline_02 {
 position: absolute;
 left: 409px;
 bottom: 75px;
 }
/*テキスト化*/

.spcon{
display: none!important;
}
body[data-path="/mobile/iphone/se/"] .se_main_img .text{
margin: 0 24%;
}
body[data-path="/mobile/iphone/se/"] .container.con1{
display: table;
}
body[data-path="/mobile/iphone/se/"] .container.con1 >div{
display: table-cell;
vertical-align: middle;
width: 508px;
}
body[data-path="/mobile/iphone/se/"] .container.con1 .text img{
width: 182px;
display: block;
margin: 0 0 20px 0;
}

body[data-path="/mobile/iphone/se/"] .container.con02{
background: linear-gradient(#f8f8f8,#fff);
}
body[data-path="/mobile/iphone/se/"] .container.con02 .images{
    margin: 5% auto 1%;
    display: block;
    width: 440px;
}
body[data-path="/mobile/iphone/se/"] .container.con02 .con02_2{
display: -webkit-box; 	
display: -moz-box; 
display: -ms-flexbox; 
display: -webkit-flex; 
display: flex;
width: 60%;
margin: 2% auto 2%;
justify-content: space-between;
flex-wrap: wrap;
}

body[data-path="/mobile/iphone/se/"] .container.con02 .con02_2 .right{
margin-top: 57px;
}
body[data-path="/mobile/iphone/se/"] .container.con03{
 background:#f8f8f8;
 }
body[data-path="/mobile/iphone/se/"] .container.con03 .images{
width: 707px;
margin: 2% auto 2%;
}
body[data-path="/mobile/iphone/se/"] .container.con03 .text{
    position: relative;
    text-align: left;
   padding: 0px 0px 55px 310px;
    width: 707px;
    margin: 2% auto 2%;
}
body[data-path="/mobile/iphone/se/"] .container.con03 .text .image01{
display: block;
margin-bottom: 2%;
}
body[data-path="/mobile/iphone/se/"] .container.con03 .text .image02{
    position: absolute;
    top: -120px;
    height: auto;
    left: 165px;
}
body[data-path="/mobile/iphone/se/"] .container.con04{
display: -webkit-box; 	
  		display: -moz-box; 
  		display: -ms-flexbox; 
 		 display: -webkit-flex; 
 		 display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
body[data-path="/mobile/iphone/se/"] .container.con04 .text{
width: 405px;
margin: 40px 0 40px;
}
body[data-path="/mobile/iphone/se/"] .container.con04 .images{
margin:40px 0 40px;
}

body[data-path="/mobile/iphone/se/"] .container .con05{
background: #f0f0f0;
}
body[data-path="/mobile/iphone/se/"] .container .con05 .images{
    margin: 0 auto;
    padding: 5%;
}
body[data-path="/mobile/iphone/se/"] .container .con05 .text{
    width: 670px;
    margin: 0 auto;
   display: -webkit-box; 	
  		display: -moz-box; 
  		display: -ms-flexbox; 
 		 display: -webkit-flex; 
 		 display: flex;
}
body[data-path="/mobile/iphone/se/"] .container .con05 .text .images{
padding: 0;
margin-bottom: 10%;
}

body[data-path="/mobile/iphone/se/"] .container .con05 .text02{
display: -webkit-box; 	
  		display: -moz-box; 
  		display: -ms-flexbox; 
 		 display: -webkit-flex; 
 		 display: flex;
margin: 100px 0 0 0;
}
body[data-path="/mobile/iphone/se/"] .container .con05 .text02 .text-block{
margin: 50px 100px 0 50px;
}
body[data-path="/mobile/iphone/se/"] .container .con05 .text02 .text-block .img01{
display: block;
margin-bottom: 10px;
}
body[data-path="/mobile/iphone/se/"] .container .con05 .etc {
background: #e9e9e9;
padding-bottom: 30px;
}
body[data-path="/mobile/iphone/se/"] .container .con05 .etc .images{
padding:0;
}
body[data-path="/mobile/iphone/se/"] .container .con05 .etc > div{
display: -webkit-box; 	
display: -moz-box; 
display: -ms-flexbox; 
display: -webkit-flex; 
display: flex;
margin: 0 auto;
padding: 20px 0 20px;
width: 700px;
justify-content: space-around;
}
body[data-path="/mobile/iphone/se/"] .con06{
position: relative;
}
body[data-path="/mobile/iphone/se/"] .con06 .text_wrap{
width: 500px;
margin: 30px 200px 0 106px;
position: absolute;

}
body[data-path="/mobile/iphone/se/"] .text_block02{
margin: 100px 0 0;
}

body[data-path="/mobile/iphone/se/"] .container.con07{
    background: linear-gradient(#f8f8f8,#fff);
}
body[data-path="/mobile/iphone/se/"] .container.con07 .wrap{
width: 700px;
margin: 80px auto;
}
body[data-path="/mobile/iphone/se/"] .con07 .b01, .con07 .b02{
display: -webkit-box; 	
  		display: -moz-box; 
  		display: -ms-flexbox; 
 		 display: -webkit-flex; 
 		 display: flex;
		 justify-content: space-around;
		 
}
body[data-path="/mobile/iphone/se/"] .container.con07 .text{
margin: 165px 0 0;
text-align: center;
}
body[data-path="/mobile/iphone/se/"] .container.con07 .images.sp-hide{
width: 240px;
}
body[data-path="/mobile/iphone/se/"] .container.con07 .text img:first-child{
margin-bottom: 20px;
}
body[data-path="/mobile/iphone/se/"] .container.con07 .text img:last-child{
margin-top: 20px;
}
body[data-path="/mobile/iphone/se/"] .container.last .etc_07 {
    background: #f0f0f0;
    padding: 30px 0 20px;
}
body[data-path="/mobile/iphone/se/"] .container.last .etc_07 div {
    display: flex;
    justify-content: space-around;
}
body[data-path="/mobile/iphone/se/"] .container.last .etc_07 .list{
list-style: none;
 font-size: 10px;
    color: #a9a9a9;
}
body[data-path="/mobile/iphone/se/"] .container.last .etc_07 .text{
color: #a9a9a9;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
body[data-path="/mobile/iphone/se/"] #main section.bg-white .container.last {
  padding-bottom: 0;
}
body[data-path="/mobile/iphone/se/"] #main section.bg-white .product-main {
  padding-top: 10px;
}
body[data-path="/mobile/iphone/se/"] #main section.bg-white .text-tax {
    margin: 10px 10px 30px;
}


/*テキスト化*/
body[data-path="/mobile/iphone/se/"] .se_main_img .text{
margin: 0 5%;
    font-size: 15px;
    text-align: left
	}
body[data-path="/mobile/iphone/se/"] .container.con1 >div {
    display: table-row;
vertical-align: baseline;
}
body[data-path="/mobile/iphone/se/"] .container.con1 .images img{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
body[data-path="/mobile/iphone/se/"] .container.con1 p.text {
    font-size: 15px;
    margin: 0 5% 10%;
}
body[data-path="/mobile/iphone/se/"] .container.con02 .con02_2{
    width: initial;
    margin: 2% 5% 2%;
    font-size: 15px;
}
body[data-path="/mobile/iphone/se/"] .container.con02 .images{
width: 80%;
margin-bottom: 30px;
}
body[data-path="/mobile/iphone/se/"] .container.con03 .images{
    width:90%;
    margin: 15% auto 2%;
}
body[data-path="/mobile/iphone/se/"] .container.con03 .text .image02{
position: static;
margin-bottom: 15px;
}
body[data-path="/mobile/iphone/se/"] .container.con03 .text{
    width: initial;
    margin: 15% 5% 5%;
    font-size: 15px;
	padding: 0
}
body[data-path="/mobile/iphone/se/"] .container.con04{
background: #f9f9f9;
}
body[data-path="/mobile/iphone/se/"] .container.con04 p.image01{
margin:  30px 0 20px 0;
}
body[data-path="/mobile/iphone/se/"] .container.con04 p.image02, .container.con04 p.image03{
margin:  60px 0 20px 0;
}
body[data-path="/mobile/iphone/se/"] .container.con04 .text{
width: auto;
    margin: 5% 5%;
    font-size: 15px;
}
body[data-path="/mobile/iphone/se/"] .container .con05{
background: #fff;
}
body[data-path="/mobile/iphone/se/"] .container .con05 .images {
    width: initial;
    margin: 0 auto;
    padding: 0 0 60px;
	}
body[data-path="/mobile/iphone/se/"] .container .con05 .text{
flex-wrap: wrap;
width: auto;
margin: 0 5% 15% 5%;
font-size: 15px;
}
body[data-path="/mobile/iphone/se/"] .container .con05 .text02{
display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    flex-direction: column-reverse;
    height: auto;
}
body[data-path="/mobile/iphone/se/"] .container .con05 .text02 .text-block{
padding: 0 5%;
    font-size: 15px;
    margin: 0;
}
body[data-path="/mobile/iphone/se/"] .container .con05 .text02 .text-block img{
margin-bottom: 10%;
}
body[data-path="/mobile/iphone/se/"] .container .con05 .etc{
background: #fff;
}
body[data-path="/mobile/iphone/se/"] .container .con05 .etc > div{
    padding: 20px 5%;
    width: auto;
    flex-wrap: wrap;
    font-size: 15px;
    background: #f9f9f9;
}
body[data-path="/mobile/iphone/se/"] .con06 .text_wrap{
    width: auto;
    margin: 0 5%;
    position: static;
	font-size: 15px;
}
body[data-path="/mobile/iphone/se/"] .container.con07{
background: none;
}
body[data-path="/mobile/iphone/se/"] .container.con07 .wrap{
width: auto;
}
body[data-path="/mobile/iphone/se/"] .con07 .b01, .con07 .b02{
flex-wrap: wrap;
}
body[data-path="/mobile/iphone/se/"] .container.con07 .text{
    text-align: left;
    margin: 0 5%;
    font-size: 15px;
}

body[data-path="/mobile/iphone/se/"] .container.last .etc_07 div{
    flex-wrap: wrap;
    font-size: 15px;
    padding: 30px 5%;
}

body[data-path^="/mobile/iphone/se/"] #main section.bg-white .product-main .btn_buy {
    left: 35%;
    top: 17%;
	width: 30vw;
}
body[data-path^="/mobile/iphone/se/"] #main section.bg-white .product-main .product-main-visual p,
body[data-path^="/mobile/iphone/se/"] #main section.bg-white .product-main .product-main-visual .list-btn-inline_02 {
position: absolute;
left: 50%;
transform: translateX(-50%);
top:33vw;
width: 30vw;
} 
}


@media screen and (min-width: 769px) {
  .pc-hide {
    display: none;
  }
}

#area-map {
    margin-bottom: 20px;
}
#area-map iframe {
    width: 100%;
    height: 877px;
    overflow: none;
    padding: 0;
    margin: 0;
    border: 1px solid #c1c1c1;
}
#area-map #area-map-wimax2plus {
    display: none;
}
#area-map #area-map-pinpoint {
    display: none;
}

@media screen and (max-width: 768px) {
    #area-map article img {
        max-width: 100%;
        height: auto !important;
    }
    #area-map {
        display: none;
    }
}
article [class^="boxes"].wfull .box {
    width: 326px;
}
@media screen and (max-width:768px) {
    article [class^="boxes"].wfull .box {
        width: 100%;
    }
}

body[data-path^="/mobile/iphone/"] #main .h4.mb10{
margin-bottom: 10px !important;
}
/* ----------------------------------------------------------------------------
 * SP ローカルナビ
 * ------------------------------------------------------------------------- */

@media screen and (max-width:768px){
body[data-path^="/mobile/iphone/"] #main .headline{
box-sizing: border-box;
padding: 0;
overflow: hidden;
}
body[data-path^="/mobile/iphone/"] #main .headline > .inner{
margin: 0;
width: 100%;
border: none;
}
body[data-path^="/mobile/iphone/"] #main .headline > .inner > .hdg{
display: block;
width: 100vw;
height: auto;
padding: 9px 20px 6px;
font-size: 19px;
text-align: left;
letter-spacing: 1.2px;
border-bottom: 1px solid #d8d8d8;
box-sizing: border-box;
}
body[data-path^="/mobile/iphone/"] #main .headline > .inner > .btn-01{
display: none;
}
body[data-path^="/mobile/iphone/"] #main .headline > .inner > .btn-01.visible-sp{
display: table-cell !important;
}
body[data-path^="/mobile/iphone/"] #main .headline > .inner > .btn-01 .btn-green{
padding: 0;
height: 50px;
border-radius: 5px;
font-size: 10px;
}
body[data-path^="/mobile/iphone/"] #main .headline > .inner > .nav-local{
display: table-caption;
width: 100vw;
overflow-x: scroll;
}
body[data-path^="/mobile/iphone/"] #main .nav-local > .list{
top: 0;
border-bottom: 1px solid #d8d8d8;
}
body[data-path^="/mobile/iphone/"] #main .nav-local > .list > li{
position: relative;
width: auto;
border-bottom: none;
}
body[data-path^="/mobile/iphone/"] #main .nav-local > .list > li a{
min-width: 90px;
height: 46px;
padding: auto 10px;
border: 1px solid #d8d8d8;
border-width: 1px 1px 0 1px;
border-radius: 5px 5px 0 0;
font-size: 10px;
box-sizing: border-box;
}
body[data-path^="/mobile/iphone/"] #main .nav-local > .list > li.is-current a{
top: 0;
height: 52px;
border-bottom: none;
}
body[data-path^="/mobile/iphone/"] #main .nav-local > .list > li.is-current a::after{
position: absolute;
bottom: -1px;
left: 0;
content: '';
display: block;
width: 100%;
height: 1px;
background: #fff;
}
body[data-path^="/mobile/iphone/"] #main .nav-local > .list > li a span{
line-height: 1.2;
padding: 0 10px;
}
body[data-path^="/mobile/iphone/"] #main .nav-local > .list > li.is-current a span {
border-bottom: none;
}
body[data-path^="/mobile/iphone/"] #order-nav{
display: block;
}
body[data-path^="/mobile/iphone/"] #order-nav .order-btn{
display: none !important;
}
#order-nav .order-menu{
bottom: 68px;
}
}

/* ----------------------------------------------------------------------------
 * /mobile/iphone/fp/ 製品詳細
 * ------------------------------------------------------------------------- */
body[data-path="/mobile/iphone/fp/"] #main section.bg-white .container.product-main{
margin: 0 auto;
padding: 60px 0;
}
body[data-path="/mobile/iphone/fp/"] #main section.bg-white .container.product-main > h1,
body[data-path="/mobile/iphone/fp/"] #main section.bg-white .container.product-main > p{
margin: 0;
}
body[data-path="/mobile/iphone/fp/"] #main section.bg-white .container.product-main img{
width: 100%;
}
body[data-path="/mobile/iphone/fp/"] #main section.bg-white .container.product-main .hdg-01{
margin: 45px 0 10px;
font-size: 56px;
font-weight: bold;
}
body[data-path="/mobile/iphone/fp/"] #main section.bg-white .container.product-main .list-product-detail{
margin: 0 -30px 30px;
text-align: center;
}
body[data-path="/mobile/iphone/fp/"] #main section.bg-white .container.product-main .list-product-detail > .item{
max-width: 360px;
margin-left: 30px;
margin-right: 30px;
display: inline-block;
}
body[data-path="/mobile/iphone/fp/"] #main section.bg-white .container.product-main .list-product-detail > .col2{
width: 350px;
}
body[data-path="/mobile/iphone/fp/"] #main section.bg-white .container.product-main .list-product-detail > .item .hdg{
font-size: 36px;
font-weight: normal;
}
body[data-path="/mobile/iphone/fp/"] #main section.bg-white .container.product-main .list-product-detail > .item .text{
font-size: 20px;
}
body[data-path="/mobile/iphone/fp/"] #main section.bg-white .container.product-main .list-product-detail > .item .num{
font-size: 56px;
font-weight: bold;
}

@media screen and (min-width: 1px) and (max-width: 768px){
  body[data-path="/mobile/iphone/fp/"] #main section.bg-white .container.product-main{
  padding: 0;
  }
  body[data-path="/mobile/iphone/fp/"] #main section.bg-white .container.product-main .hdg-01{
  margin: 26px 0 10px;
  font-size: 26px;
  }
  body[data-path="/mobile/iphone/fp/"] #main section.bg-white .container.product-main .list-product-detail > .item .hdg{
  font-size: 20px;
  font-weight: normal;
  }
  body[data-path="/mobile/iphone/fp/"] #main section.bg-white .container.product-main .list-product-detail > .item .text{
  font-size: 14px;
  }
  body[data-path="/mobile/iphone/fp/"] #main section.bg-white .container.product-main .list-product-detail > .item .num{
  font-size: 26px;
  font-weight: bold;
  }
}
.mt64{
margin-top:64px;
}
.iphone7-img {
position:relative;
}
.iphone7-img .btn-position{
position:absolute;
bottom: 0;
left: 44%;;
}
.list-btn-inline_01 {
overflow: hidden;
list-style: none;
margin-left: -20px;
}
.list-btn-inline_01 li {
float: left;
margin-left: 20px;
}
.list-btn-inline_02 {
list-style: none;
margin-left: -20px;
display: flex;
justify-content: center;
}
@media screen and (min-width: 1px) and (max-width: 768px){
.btn-position-sp img{
text-align: center;
margin: 30px auto;
}
.list-btn-inline_01 li {
float: none;
}
}
a.disabled{
    pointer-events: none;
}




@media screen and (min-width: 1px) and (max-width: 768px){


  /* ----------------------------------------------------------------------------
   * SP ローカルナビ トグル
   * ------------------------------------------------------------------------- */

  .iphone-nav {
    padding: 10px 15px;
    margin-bottom: 0;
    position: relative;
  }

  .btn-sup-text {
    position: absolute;
    font-size: 12px;
    color: #2b2b2b;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
  }

  a.iphone-nav {
    border-radius: 0;
  }

  a.js-toggle-hook:hover {
    opacity: 1;
    color: black;

  }

  .js-toggle .iphone-nav h1 {
    padding: 0;
    font-size: 18px;
    font-weight: bold;
  }

  .toggle-content-inner {
    padding: 0 15px;
    border-bottom: 1px solid #aaaaaa;
  }

  .iphone-nav-list {
    list-style: none;
  }

  .iphone-nav-list > li {
    border-bottom: 1px solid #cccccc;
    margin: 0;
  }

  .iphone-nav-list > li >a{
    display: block;
    padding: 10px 0;
    color: black;
    text-decoration: none;
    position: relative;
  }

  .iphone-nav-list > li >a::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
  }

  .js-toggle-hook.iphone-nav {
    border-left: none;
    border-right: none;
  }

  .iphone-nav-list > li:last-child {
    border-bottom: none;
  }

  .box-product._sp-col1 {
    padding: 0 10px;
  }

  .box-product._sp-col1 + .box-product._sp-col1 {
    margin-top: 75px;
  }

  .box-product._sp-col1 .product-img{
    text-align: center;
  }
  .box-product._sp-col1 .product-img img{
    max-width: 165px;
  }
  .box-product._sp-col1 h3 {
    font-size: 20px;
    font-weight: bold;
    color: #2b2b2b;
  }

  .box-product._sp-col1 h3+.product-img {
    margin-top: 20px;
  }

  .box-product._sp-col1 h3 +.product-info2 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .box-product._sp-col1 .link-detail {
    text-align: right;
  }


  .box-product._sp-col1 .list-btn-inline_01 {
    display: flex;
    margin-left: 0;
  }
  .box-product._sp-col1 .list-btn-inline_01 > li {
    width: 50%;
    margin: 0;
  }
  .box-product._sp-col1 .list-btn-inline_01 > li:nth-child(even) {
    padding-left: 15px;
  }

  .box-product._sp-col1 .list-btn-inline_01 > li a {
    width: 100%;
  }

  .box-product._sp-col1 .product-detail p,.box-product._sp-col1 .product-detail h4 {
    text-align: left;
  }

  .box-product._sp-col1 .product-detail h4 {
    font-size: 14px;
    font-weight: bold;
  }

  .box-product._sp-col1 .product-detail h4 .num {
    font-size: 20px;
  }

  .bg-center-line {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background: #000000;
  }


  .bg-center-line p{
    white-space: nowrap;
  }
  .entry-btn-area {
    margin-top: 90px;
    padding: 0 10px;
  }

  .bg-center-line {
    margin-bottom: 28px;
  }

  .bg-center-line p {
    padding: 0 10px;
    font-size: 18px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .entry-btn-list {
    list-style: none;
  }

  .entry-btn-list >li {
    border: 2px solid #000000;
    border-radius: 5px;
    margin-left: 0;
    box-sizing: border-box;
  }

  .entry-btn-list >li + li {
    margin-top: 10px;
  }

  .entry-btn-list >li a {
    display: flex;
    min-height: 45px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    position: relative;
  }

  .entry-btn-list >li a::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
  }

  .entry-btn-list >li a[target="_blank"]::after {
    content: '';
    display: block;
    width: 16px;
    height: 14px;
    border: none;
    position: absolute;

    background: url('/common2/images/link_blank_black.png') no-repeat center / cover;
    transform: translateY(-50%);
    right: 15px;
  }

  body[data-path^="/mobile/iphone/"] #main .list-voice._simple .col {
    padding: 25px;
  }
  p.voice {
    margin-bottom: 20px;
  }


  .uq-breadcrumbBottomList__li a {
    text-decoration: underline;
  }


  body[data-path^="/mobile/iphone/"] #main .box-product._sp-col1 {
    display: flex;
    flex-direction: column-reverse;
  }

  body[data-path^="/mobile/iphone/"] #main .box-product._sp-col1 .product-content, body[data-path^="/mobile/iphone/"] #main .box-product._sp-col1 .product-img{
    float: none;
    width: 100%;
  }
  body[data-path^="/mobile/iphone/"] #main .box-product._sp-col1 .product-content {
    display: flex;
    flex-direction: column;
  }

  body[data-path^="/mobile/iphone/"] #main .box-product._sp-col1 .product-content .link-detail {
    order: 1;
  }

  body[data-path^="/mobile/iphone/"] #main .box-product._sp-col1 .product-content .hdg {
    order: 2;
  }

  body[data-path^="/mobile/iphone/"] #main .box-product._sp-col1 .product-content .product-detail {
    order: 3;
  }

  body[data-path^="/mobile/iphone/"] #main .box-product._sp-col1 .product-img {
    padding: 0;
    text-align: center;
  }

  body[data-path^="/mobile/iphone/"] #main .headline > .inner > .pc-hide {
    display: block;
  }

  body[data-path^="/mobile/iphone/"] #main .headline > .inner {
    width: 100%;
    display: block;
  }


  body[data-path^="/mobile/iphone/"] #main .headline > .inner > .js-toggle {
    display: block;
  }

  .sp-pt20 {
    padding-top: 20px;
  }
}


.bg-center-line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
}


.bg-center-line p{
  white-space: nowrap;
}
.entry-btn-area {
  margin-top: 90px;
  padding: 0 10px;
}
.entry-btn-area + .entry-btn-area {
  margin-top: 80px;
}

.bg-center-line {
  margin-bottom: 35px;
}

.bg-center-line p {
  padding: 0 10px;
  font-size: 18px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


.entry-btn-list {
  list-style: none;
}

.entry-btn-list >li {
  display: flex;
  border: 2px solid #000000;
  border-radius: 5px;
  margin-left: 0;
  box-sizing: border-box;
}

.entry-btn-list >li + li {
  margin-top: 10px;
}

.entry-btn-list >li a {
  display: flex;
  width: 100%;
  min-height: 45px;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  position: relative;
}

.entry-btn-list >li a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

.entry-btn-list >li a[target="_blank"]::after {
  content: '';
  display: block;
  width: 16px;
  height: 14px;
  border: none;
  position: absolute;

  background: url('/common2/images/link_blank_black.png') no-repeat center / cover;
  transform: translateY(-50%);
  right: 15px;
}

.entry-btn-list >li a:hover, .entry-btn-list >li a:visited:hover {
  opacity: 0.8;
  color: inherit;
}
.uqv2-parts-accordionList__btn {
  text-align: left;
  padding-left: 10px;
}
.uqv2-parts-accordionList__trg .uqv2-parts-text {
  text-align: left;
}
.uqv2-parts-accordionList__trg, .uqv2-parts-accordionQanda__trg {
  padding-left: 20px;
}
h3.hdg {
  font-size: 24px;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .bg-center-line p {
    font-weight: bold;
  }

  .entry-btn-list {
    display: flex;
    justify-content: center;
    margin-left: -20px;
  }
  .entry-btn-list >li {
    width: 33.333%;
    margin-bottom: 0;
    padding-left: 20px;
    border: none;
  }

  .entry-btn-list >li >a{
    border: 2px solid #000000;
    border-radius: 5px;
  }

  .entry-btn-list >li + li {
    margin-top: 0;
  }

  .entry-btn-area {
    margin-bottom: 50px;
    max-width: 980px;
    margin: 0 auto;
  }
}