.feature-mv {
  text-align: center;
}
.feature-mv-wrapper {
  height: auto;
  background-image: url(/store/sp/iphone_sbc/images/mv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.feature-mv-text {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature-mv-text-box {
  font-size: 14px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .feature-mv-wrapper {
    display: block;
  }
}
.text-color {
  color: #77aaff;
}

.both-ends-c {
  border-radius: 100px;
}

.balloon {
  position: relative;
  padding: 5px;
  background-color: #fff;
}
.balloon::after {
  content: "";
  position: absolute;
  right: 20%;
  bottom: -7px;
  display: block;
  border: solid 4px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
}
.balloon-red {
  color: #fff;
  background-color: #ff0033;
}
.balloon-red::after {
  border-top-color: #ff0033;
  border-left-color: #ff0033;
}
.balloon-blue {
  color: #fff;
  background-color: #3398e0;
}
.balloon-blue::after {
  border-top-color: #3398e0;
  border-left-color: #3398e0;
}

.tab-ip-sbc.tab {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .tab-ip-sbc.tab {
    margin-top: 20px;
  }
}
.tab-ip-sbc .tab-list {
  border-bottom: none;
}
.tab-ip-sbc .tab-list-3 .tab-list-item {
  width: calc(33.33% - 3px);
}
.tab-ip-sbc .tab-list-item {
  margin: 0 2px;
  color: #323232;
  font-weight: bold;
  border: solid 1px #E8E8E8;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  background-color: rgba(186, 191, 208, 0.16);
}
.tab-ip-sbc .tab-list-item:first-child {
  margin-left: 0;
}
.tab-ip-sbc .tab-list-item:last-child {
  margin-right: 0;
}
.tab-ip-sbc .tab-list-item.is-active {
  color: #fff;
}
.tab-ip-sbc .tab-list-item.is-active::after {
  content: none;
}
.tab-ip-sbc .tab-list-item-mnp.is-active {
  background-color: #2BB5FF;
  border-color: #2BB5FF;
}
.tab-ip-sbc .tab-list-item-new.is-active {
  background-color: #FF9E3E;
  border-color: #FF9E3E;
}
.tab-ip-sbc .tab-list-item-kihen.is-active {
  background-color: #37B1AB;
  border-color: #37B1AB;
}
.tab-ip-sbc .tab-target-item {
  padding-top: 40px;
  border-top: solid 3px #fff;
}
@media (max-width: 768px) {
  .tab-ip-sbc .tab-target-item {
    padding-top: 20px;
  }
}
.tab-ip-sbc .tab-target-item-mnp.is-active {
  border-color: #2BB5FF;
}
.tab-ip-sbc .tab-target-item-new.is-active {
  border-color: #FF9E3E;
}
.tab-ip-sbc .tab-target-item-kihen.is-active {
  border-color: #37B1AB;
}

.shadowbox-model {
  position: relative;
}
.shadowbox-model-icon {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-20%, -20%);
          transform: translate(-20%, -20%);
}
.shadowbox-model-content {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .shadowbox-model-content {
    padding-top: 15px;
  }
}
.shadowbox-model-content.text-huge {
  line-height: 1.4 !important;
}
@media (max-width: 768px) {
  .shadowbox-model-image {
    margin: 0;
    width: 100%;
  }
  .shadowbox-model-image img {
    width: 80%;
  }
}
.shadowbox-model-price-row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 768px) {
  .shadowbox-model-price-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.shadowbox-model-price-row dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 30px;
  border-right: solid 1px #ccc;
}
.shadowbox-model-price-row dt.border-none {
  border: none;
}
.shadowbox-model .text-strike, .shadowbox-model .price-txtsize-l, .shadowbox-model .price-txtsize-m {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  margin: 0 0.1em;
}
.shadowbox-model .price-txtsize-l {
  font-size: 50px;
}

#modal-iphone-sbc {
  left: 0;
  width: 100%;
}

.box-product-title-black {
  color: #fff;
  background-color: #000;
}