@charset "UTF-8";
/* storetop ---------------------------------------*/
/* common */
.storetop-wrapper {
  margin-bottom: 60px;
}

.box-product-large {
  position: relative;
}
.box-product-large-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 6em;
  height: 6em;
  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;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  background: #039;
  -webkit-transform: translate(-20%, -20%);
          transform: translate(-20%, -20%);
}

.box-product-ttl {
  padding: 3px 5px;
  font-weight: bold;
}
.box-product-ttl-red {
  color: #fff;
  background-color: #ff0033;
}
.box-product-ttl-yellow {
  background-color: #fff000;
}
.box-product-ttl-blue {
  color: #fff;
  background-color: #2BB5FF;
}
.box-product-ttl-timesale {
  color: #FF0033;
  background-color: #ffde00;
}

.box-product-subttl {
  padding: 3px 5px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 3em;
  background-color: #ffde00;
}

.storetop-list-text p.box-product-subttl {
  font-size: 18px;
}
@media screen and (max-width: 370px) {
  .storetop-list-text p.box-product-subttl {
    font-size: 18px;
  }
}

.box-product-border-bottom {
  border-bottom: solid 3px #ccc;
}

.btn-gacha::before {
  content: "";
  background: url(/store/images/icon_gacha.svg) no-repeat left top;
  background-size: auto 30px;
  width: 25px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .btn-gacha::before {
    margin-right: 5px;
  }
}

.storetopsection {
  padding-top: 40px;
}
.storetopsection .ttl-article {
  font-size: 28px;
  line-height: 1;
}

/* kv */
.indexkv {
  height: 580px;
  position: relative;
  overflow: hidden;
}
.indexkv-slider-item {
  width: 550px !important;
  height: 550px;
  background: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -99em;
  overflow: hidden;
}
.indexkv-slider-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.indexkv-slider-item a:hover {
  opacity: 1;
}
.indexkv-slider-item div {
  width: 100%;
  height: 100%;
}
.indexkv-slider-item div::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.indexkv-slider-item div img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.indexkv-slider-item.swiper-slide-active div::after {
  opacity: 0;
}
.indexkv .swiper-wrapper {
  margin-bottom: 0;
}
.indexkv .swiper-pagination {
  text-align: center;
  bottom: 0;
}
.indexkv .swiper-button-wrapper {
  width: 100%;
  height: 550px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.indexkv .swiper-button-prev, .indexkv .swiper-button-next {
  width: 40px;
  height: 78px;
  margin-top: -39px;
  background-image: url("/store/images/icon_kv_arrow.svg");
  background-size: cover;
}
.indexkv .swiper-button-prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: 0;
}
.indexkv .swiper-button-next {
  right: 0;
}

/* トピック */
.indextopic {
  max-width: 980px;
  margin: 0 auto;
}

/* トップバナー */
.indexbnr {
  padding: 20px 0px;
  background: #f6f6f6;
  font-size: 0px;
}
.indexbnr-wrapper {
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}
.indexbnr-wrapper .swiper-button-prev,
.indexbnr-wrapper .swiper-button-next {
  display: none;
}
.indexbnr-list {
  margin-bottom: 0;
}
.indexbnr-list li {
  display: inline-block;
  width: 20%;
  padding-right: 10px;
  padding-left: 10px;
}
.indexbnr-list li img {
  max-width: 100%;
}

.storetop-title-h2 {
  margin: 60px auto 30px;
  text-align: center;
  width: 500px;
}
@media (max-width: 768px) {
  .storetop-title-h2 {
    margin: 30px 0;
    width: 100%;
  }
}
.storetop-title-h2 img {
  width: 100%;
}
.storetop-title-sub {
  display: inline-block;
  margin: 0 auto 20px;
  padding: 5px 5px;
  background-color: #E8E8E8;
  border-radius: 50px;
  min-width: 240px;
  font-weight: bold;
  color: #fff;
}
.storetop-title-sub.sky {
  background-color: #2BB5FF;
}
.storetop-title-sub.orange {
  background-color: #FF9E3E;
}
.storetop-title-sub.green {
  background-color: #37B1AB;
}
.storetop-tab {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
}
.storetop-tab .tab-list {
  padding: 0;
  border-bottom: none;
}
.storetop-tab .tab-list-3 .tab-list-item {
  width: calc(33.33% - 3px);
}
.storetop-tab .tab-list-item {
  border-color: #E8E8E8;
  border-radius: 5px 5px 0 0;
  margin: 0 2px;
  color: #323232;
  font-weight: bold;
}
.storetop-tab .tab-list-item:before, .storetop-tab .tab-list-item:after {
  content: none !important;
}
.storetop-tab .tab-list-item:first-child {
  margin-left: 0;
}
.storetop-tab .tab-list-item:last-child {
  margin-right: 0;
}
.storetop-tab .tab-list-item.is-active {
  color: #fff;
}
.storetop-tab .tab-list-item.is-active.sky {
  background-color: #2BB5FF;
  border-color: #2BB5FF;
}
.storetop-tab .tab-list-item.is-active.orange {
  background-color: #FF9E3E;
  border-color: #FF9E3E;
}
.storetop-tab .tab-list-item.is-active.green {
  background-color: #37B1AB;
  border-color: #37B1AB;
}
.storetop-target-wrapper .tab-target-item {
  padding-top: 40px;
  border-top: 2px solid #E8E8E8;
  border-bottom: 2px solid #E8E8E8;
}
@media (max-width: 768px) {
  .storetop-target-wrapper .tab-target-item {
    padding-top: 20px;
  }
}
.storetop-target-wrapper .tab-target-item.sky {
  background-color: #F2FAFF;
  border-color: #2BB5FF;
}
.storetop-target-wrapper .tab-target-item.orange {
  background-color: #FFFBF7;
  border-color: #FF9E3E;
}
.storetop-target-wrapper .tab-target-item.green {
  background-color: #F4FFFE;
  border-color: #37B1AB;
}

/* 最近チェックした商品 */
.storetop-recentcheck {
  display: none;
  padding: 30px 0 0;
}
.storetop-recentcheck.is-active {
  display: block;
}
.storetop-recentcheck h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
}
.storetop-recentcheck-inner {
  position: relative;
  padding: 15px 0px;
}
.storetop-recentcheck-list {
  margin-bottom: 0;
  font-size: 0px;
  display: block;
  width: 100%;
}
.storetop-recentcheck-list-wrapper {
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}
.storetop-recentcheck-list-item {
  display: inline-block;
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
}
.storetop-recentcheck-list-item a {
  display: block;
  padding: 10px 10px 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  border-radius: 8px;
  background: #fff;
}
.storetop-recentcheck-list-item p {
  font-size: 13px;
  line-height: 1.5;
  position: absolute;
  left: 34%;
  width: 60%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: left;
  overflow: hidden;
  word-break: break-all;
}
.storetop-recentcheck-image {
  width: 54px;
  height: 54px;
  position: relative;
  float: left;
}
.storetop-recentcheck-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.storetop-recentcheck .swiper-button-next, .storetop-recentcheck .swiper-button-prev {
  display: none;
}

/* lineup-list */
.storetop-list-text {
  font-size: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8px;
  display: inline-block;
  max-width: 310px;
}
.storetop-list-icon {
  font-weight: bold;
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  padding: 2px 4px;
  border-radius: 5px;
  margin-bottom: 5px;
  display: inline-block;
  min-width: 53px;
  margin-bottom: 10px;
}
.storetop-list-date {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0px;
}
.storetop-list-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
}
.storetop-list-price-title, .storetop-list-price-text {
  font-weight: bold;
  color: #737373;
  margin-bottom: 0;
}
.storetop-list-price-title {
  font-size: 14px;
}
.storetop-list-price-text {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
}
.storetop-list-price-text .yen {
  font-size: 12px;
}
.storetop-list-price-text strong {
  font-size: 32px;
}

/* タイムセール開催 */
.storetop-timesale {
  background-color: #FFF7F7;
  padding: 16px;
  color: #FF0033;
  border-radius: 10px;
  margin-bottom: 15px;
}
.storetop-timesale-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
  display: inline-block;
  border-bottom: 2px dotted #FF0033;
}
.storetop-timesale-price {
  font-weight: bold;
  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;
  gap: 16px;
}
.storetop-timesale-price-label {
  font-weight: bold;
  background-color: #FF0033;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  padding: 2px 8px;
  border-radius: 5px;
  margin-bottom: 5px;
  display: inline-block;
  min-width: 53px;
  margin-bottom: 0;
}
.storetop-timesale-price-text {
  font-size: 32px;
  margin-bottom: 0;
  line-height: 1.1;
}
.storetop-timesale-price .yen {
  font-size: 12px;
}

.storetop-iphonelist {
  margin-bottom: 15px;
}
.storetop-iphonelist a {
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 100%;
}
.storetop-iphonelist-item {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 25px 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #fff;
}
.storetop-iphonelist-new {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #F62045;
  display: inline-block;
  line-height: 1;
  padding: 4px 10px;
  font-size: 12px;
  color: #fff;
  border-radius: 0 10px 0 10px;
}
.storetop-iphonelist-image {
  float: left;
}
.storetop-iphonelist-text {
  position: absolute;
  left: 220px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 50%;
}
.storetop-iphonelist-title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}
.storetop-iphonelist-price p:first-child {
  font-size: 15px;
  color: #737373;
  line-height: 1;
  margin-bottom: 5px;
}
.storetop-iphonelist-price p:last-child {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
}
.storetop-iphonelist-price p:last-child strong {
  font-weight: bold;
  font-size: 24px;
}

/* 検索ボックス */
.storetop-search {
  background-color: #F6F6F6;
  padding: 30px 40px;
}
.storetop-search-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.storetop-search-title {
  font-size: 17px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.storetop-search-title::before {
  content: "";
  display: block;
  width: 13px;
  height: 15px;
  background-image: url(../images/icon_search.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.storetop-search-btn {
  border-radius: 3px;
  font-size: 15px;
  width: 88px;
  min-width: 0;
  height: 32px;
  background-color: #323232;
  color: #fff;
  display: block;
  padding: 3px;
  margin: 0;
}
.storetop-search-conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.storetop-search-conditions-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: bold;
}
.storetop-search-conditions-title {
  width: 84px;
  background-color: #818181;
  color: #fff;
  border-radius: 3px;
  font-size: 15px;
  text-align: center;
  position: relative;
}
.storetop-search-conditions-title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid #818181;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  margin: auto;
}
.storetop-search-conditions-title.red {
  background-color: #FF0033;
}
.storetop-search-conditions-title.red:after {
  border-left-color: #FF0033;
}
.storetop-search-conditions-text {
  font-size: 15px;
}

/* sort */
#sort_area {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  background-color: #fafafa;
}
#sort_area .col-2 {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
#sort_area .col-2,
#sort_area .col-10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}
#sort_area div.col-2 p {
  position: relative;
  display: inline-block;
  margin-right: 0.8em;
  background-color: #444;
  color: #fff;
  padding: 10px 20px;
}
#sort_area div.col-2 p:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-style: solid;
  border-color: transparent;
  border-left-color: #444; /*背景色*/
  border-width: 22px 12px;
  width: 0;
  height: 0;
}

.formradio-inline-item-s {
  margin: 10px 0 10px 0;
}
.formradio-inline-item-s:nth-child(1), .formradio-inline-item-s:nth-child(2) {
  margin-right: 20px;
}

/* IEでのテキスト上付きになる現象を解消 */
@media all and (-ms-high-contrast: none) {
  .storetop-iphonelist-new {
    padding: 6px 10px 3px;
  }
}
.storetop-more-btn {
  text-align: center;
  padding: 30px 0 20px;
}

@media (max-width: 1380px) {
  /* kv */
  .storetopkv-main {
    float: left;
    width: 78.8%;
  }
  .storetopkv-sub {
    float: right;
    width: 21.04%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 2px;
  }
  .storetopkv-slider-item a {
    height: 0px;
    padding-bottom: 48.2%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 1180px) {
  .indexkv {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
@media (max-width: 768px) {
  .slidetopic-wrapper {
    margin-bottom: 10px;
  }
  .storetopsection {
    padding-top: 30px;
  }
  .storetopsection .ttl-article,
  .lineupsection .ttl-article {
    font-size: 16px;
  }
  .storetopsection .ttl-section,
  .lineupsection .ttl-section {
    font-size: 20px;
  }
  .storetopsection .ttl-section::after,
  .lineupsection .ttl-section::after {
    height: 100%;
  }
  /* kv */
  .indexkv {
    height: 102vw;
    padding-bottom: 6px;
  }
  .indexkv-slider-item {
    width: 100% !important;
    height: calc(100% - 2vw);
    background-size: cover;
    text-indent: -99em;
    overflow: hidden;
  }
  .indexkv-slider-item a {
    padding-top: 100%;
  }
  .indexkv .swiper-pagination {
    margin: 0;
    text-align: center;
    background: #fff;
  }
  .indexkv .swiper-pagination {
    bottom: 0;
  }
  .indexkv .swiper-button-wrapper {
    width: 100%;
    height: calc(100% - 20px);
  }
  .indexkv .swiper-button-prev,
  .indexkv .swiper-button-next {
    width: 31px;
    height: 60px;
    margin-top: -30px;
  }
  .indexkv .swiper-button-prev {
    left: 0;
  }
  .indexkv .swiper-button-next {
    right: 0;
  }
  /* トピック */
  .indextopic {
    padding-left: 20px;
    width: auto;
  }
  /* トップバナー */
  .indexbnr {
    padding: 14px 0px;
    overflow: hidden;
  }
  .indexbnr-wrapper {
    position: relative;
    padding: 0 25px;
    max-width: 100%;
    padding-right: 20%;
  }
  .indexbnr-wrapper .indexbnr-list {
    width: 100%;
  }
  .indexbnr-wrapper .indexbnr-list li {
    width: calc(50% - 5px);
    margin: 0 0px;
    padding: 0;
    max-width: 100%;
  }
  .indexbnr-wrapper .indexbnr-list li img {
    width: 100%;
  }
  .indexbnr-wrapper .indexbnr-list li:first-child {
    margin-right: 5px;
  }
  .indexbnr-wrapper .indexbnr-list li:nth-child(2) {
    margin-left: 5px;
  }
  .indexbnr-wrapper.swiper-container-horizontal .indexbnr-list li:first-child {
    margin-right: 0;
  }
  .indexbnr-wrapper.swiper-container-horizontal .indexbnr-list li:nth-child(2) {
    margin-left: 0;
  }
  .indexbnr-wrapper .swiper-button-next, .indexbnr-wrapper .swiper-button-prev {
    width: 25px;
    height: 100%;
    top: 0;
    margin-top: 0px;
    background-size: 8px 14px;
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    background-image: url("/common_c/images/common/icon/icon_arrow.svg");
  }
  .indexbnr-wrapper .swiper-button-next {
    right: 0px;
  }
  .indexbnr-wrapper .swiper-button-prev {
    left: 0px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .indexbnr-list.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* OLSのメリット */
  /* 最近チェックした商品 */
  .storetop-recentcheck {
    display: none;
    padding: 20px 0 0;
  }
  .storetop-recentcheck h3 {
    margin-bottom: 15px;
  }
  .storetop-recentcheck-inner {
    padding: 10px 25px;
  }
  .storetop-recentcheck-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .storetop-recentcheck-list-item {
    height: auto;
    max-width: 100%;
    width: 50%;
    margin: 0;
    padding: 0;
  }
  .storetop-recentcheck-list-item p {
    font-size: 12px;
    left: 50px;
  }
  .storetop-recentcheck-list-item a {
    -webkit-transition: none;
    transition: none;
  }
  .storetop-recentcheck-image {
    width: 30px;
    height: 40px;
    margin: 0;
  }
  .storetop-recentcheck .swiper-button-next, .storetop-recentcheck .swiper-button-prev {
    display: block;
    width: 25px;
    height: 100%;
    top: 0;
    margin-top: 0px;
    background-size: 8px 14px;
    display: block;
  }
  .storetop-recentcheck .swiper-button-next {
    right: 0px;
  }
  .storetop-recentcheck .swiper-button-prev {
    left: 0px;
  }
  .storetop-tab .tab-list-item span {
    font-size: 13px;
  }
  .storetop-product {
    padding: 0px 0 0 0;
  }
  .storetop-product .tab-list-item .tab-icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }
  .storetop-product .tab-list-item:nth-child(1) .tab-icon-image {
    width: 14px;
  }
  .storetop-product .tab-list-item:nth-child(2) .tab-icon-image {
    width: 11px;
  }
  .storetop-product .tab-list-item:nth-child(3) .tab-icon-image {
    width: 11px;
  }
  .storetop-product .tab-list-item .tab-icon-image path {
    fill: #CACACA;
  }
  .storetop-product .tab-list-item.is-active .tab-icon-image path {
    fill: #252525;
  }
  .storetop-product .tab-list-item p {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  /* lineup-list */
  .storetop-list-text {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .storetop-list-icon {
    font-size: 12px;
    padding: 4px 4px;
    border-radius: 4px;
    margin-bottom: 5px;
    min-width: 42px;
  }
  .storetop-list-date {
    font-size: 12px;
  }
  .storetop-list-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .storetop-list-price-title {
    font-size: 12px;
  }
  .storetop-list-price-text {
    font-size: 18px;
  }
  .storetop-list-price-text .yen {
    font-size: 12px;
  }
  .storetop-list-price-text strong {
    font-size: 26px;
  }
  /* タイムセール開催 */
  .storetop-timesale {
    padding: 12px 16px;
  }
  .storetop-timesale-title {
    font-size: 13px;
  }
  .storetop-timesale-price-label {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    min-width: 42px;
  }
  .storetop-timesale-price-text {
    font-size: 26px;
  }
  .storetop-timesale-price .yen {
    font-size: 12px;
  }
  .storetop-iphonelist {
    padding: 0px 0 0px 0;
    margin-bottom: 0;
  }
  .storetop-iphonelist-item {
    border-radius: 5px;
    padding: 25px 0px 10px;
  }
  .storetop-iphonelist-image {
    padding: 0 0 0 0px;
    float: none;
    height: 100px;
    width: 100px;
    margin: 0 auto 10px;
    position: relative;
  }
  .storetop-iphonelist-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
  }
  .storetop-iphonelist-text {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: auto;
  }
  .storetop-iphonelist-title {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .storetop-iphonelist-price {
    height: 40px;
  }
  .storetop-iphonelist-price p:first-child {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .storetop-iphonelist-price p:last-child {
    font-size: 12px;
  }
  .storetop-iphonelist-price p:last-child strong {
    font-size: 14px;
  }
  .storetop-iphonelist-new {
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 0 5px 0 5px;
  }
  .storetop-iphonelist-bnr {
    text-align: center;
  }
  .storetop-iphonelist-bnr img {
    max-width: 100%;
  }
  /* 検索ボックス */
  .storetop-search {
    padding: 25px 16px;
  }
  .storetop-search-head {
    margin-bottom: 12px;
  }
  .storetop-search-title {
    font-size: 15px;
    gap: 6px;
  }
  .storetop-search-btn {
    font-size: 13px;
    width: 80px;
    height: 30px;
  }
  .storetop-search-conditions {
    gap: 12px;
  }
  .storetop-search-conditions-title {
    font-size: 13px;
    width: 76px;
    min-width: 76px;
    padding: 3px 3px;
  }
  .storetop-search-conditions-text {
    font-size: 14px;
  }
  #sort_area div.col-2 p {
    font-size: 10px;
    padding: 14px 0 14px 4px;
  }
}
/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px) {
  .storetop-list-text p {
    font-size: 12px;
  }
  .storetop-list-price p:last-child {
    font-size: 11px;
  }
}
#sim-box-area .box-title {
  background-color: #fff;
  color: #FC0F3A;
  position: relative;
}

#sim-box-area .box-title:after {
  border-top: 1px solid #FC0F3A;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  margin-top: -1px;
  z-index: 1;
}

#sim-box-area .box-title span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  padding: 0 15px;
  z-index: 2;
}

.sim_tooltip01,
.sim_tooltip02 {
  position: absolute;
  top: 195px;
  left: 155px;
}

.sim_tooltip02 {
  left: 140px;
}

.sim_tooltip01 .tooltip-icon,
.sim_tooltip02 .tooltip-icon {
  background-image: url(/common_c/images/common/icon/icon_store_q.svg);
}

.sim_tooltip01 div.box-title,
.sim_tooltip02 div.box-title {
  background-color: #fff;
  position: relative;
}

.sim_tooltip01 div.box-title span,
.sim_tooltip02 div.box-title span {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  background-color: #fff;
  z-index: 5;
  color: #ff0033;
}

.sim_tooltip01 div.box-title:before,
.sim_tooltip02 div.box-title:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #ff0033;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 3;
}

.sim_tooltip01 .tooltip-box,
.sim_tooltip02 .tooltip-box {
  width: 450px;
  top: -380px;
  left: -50px;
  z-index: 10;
}

.sim_tooltip02 .tooltip-box {
  top: -405px;
}

.sim_tooltip01 .tooltip-arrow,
.sim_tooltip02 .tooltip-arrow {
  top: 342px;
  left: 74px;
}

.sim_tooltip02 .tooltip-arrow {
  top: 367px;
}

.sim_tooltip01 .tooltip-arrow:before,
.sim_tooltip02 .tooltip-arrow:before {
  left: -21px;
  border: 5px solid transparent;
  border-top: 12px solid #fff;
}

.sim_tooltip01 .tooltip-arrow:after,
.sim_tooltip02 .tooltip-arrow:after {
  border: 8px solid transparent;
  border-top: 16px solid #e8e8e8;
  top: 31px;
}

@media (max-width: 768px) {
  .sim_tooltip01 {
    top: 127px;
    left: 121px;
  }
  .sim_tooltip02 {
    top: 127px;
    left: 105px;
  }
  #section-sim .sim_tooltip01 {
    top: 168px;
    left: 123px;
  }
  #section-sim .sim_tooltip02 {
    top: 168px;
    left: 108px;
  }
  .sim_tooltip01 .tooltip-box,
  .sim_tooltip02 .tooltip-box {
    width: 345px !important;
    top: -303px;
  }
  .sim_tooltip02 .tooltip-box {
    top: -330px;
  }
  .sim_tooltip01 .tooltip-arrow:before,
  .sim_tooltip02 .tooltip-arrow:before {
    left: 5px;
    top: -50px;
  }
  .sim_tooltip01 .tooltip-arrow:after,
  .sim_tooltip02 .tooltip-arrow:after {
    top: -50px;
  }
  .sim_tooltip02 .tooltip-arrow:before,
  .sim_tooltip02 .tooltip-arrow:after {
    top: -51px;
  }
  .sim_tooltip01 div.box-title:before,
  .sim_tooltip02 div.box-title:before {
    top: 18px;
  }
}
#section-iphone h3 a,
#section-smartphone h3 a,
#section-phone h3 a,
#section-sim h3 a,
h3.iphone-ab a,
h3.smartphone-ab a,
h3.phone-ab a,
h3.sim-ab a {
  float: right;
  font-weight: normal;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  padding: 10px 10px 10px 30px;
  border-radius: 5px;
  margin-right: 0;
}

@media (max-width: 768px) {
  #section-iphone h3 a,
  #section-smartphone h3 a,
  #section-phone h3 a,
  #section-sim h3 a,
  h3.iphone-ab a,
  h3.smartphone-ab a,
  h3.phone-ab a,
  h3.sim-ab a {
    font-size: 12px;
    margin-top: -10px;
  }
}
/*** CLS対応 ***/
.storetop-wrapper #section-sim {
  min-height: 962px;
}
@media (max-width: 768px) {
  .storetop-wrapper #section-sim {
    min-height: 840px;
  }
}
.storetop-wrapper #section-iphone .storetop-list {
  min-height: 541px;
}
@media (max-width: 768px) {
  .storetop-wrapper #section-iphone .storetop-list {
    min-height: 936px;
  }
}
.storetop-wrapper #section-smartphone .storetop-list {
  min-height: 2707px;
}
@media (max-width: 768px) {
  .storetop-wrapper #section-smartphone .storetop-list {
    min-height: 4213px;
  }
}
.storetop-wrapper #section-sim-free .storetop-list {
  min-height: 1170px;
}
@media (max-width: 768px) {
  .storetop-wrapper #section-sim-free .storetop-list {
    min-height: 1923px;
  }
}

.normal #section-iphone .lineup-list {
  min-height: 541px;
}
@media (max-width: 768px) {
  .normal #section-iphone .lineup-list {
    min-height: 936px;
  }
}
.normal #section-smartphone .lineup-list {
  min-height: 2707px;
}
@media (max-width: 768px) {
  .normal #section-smartphone .lineup-list {
    min-height: 4213px;
  }
}
.normal #section-sim-free .lineup-list {
  min-height: 1170px;
}
@media (max-width: 768px) {
  .normal #section-sim-free .lineup-list {
    min-height: 1923px;
  }
}
.normal #section-phone .lineup-list {
  min-height: 1602px;
}
@media (max-width: 768px) {
  .normal #section-phone .lineup-list {
    min-height: 2302px;
  }
}
.normal #section-data .lineup-list {
  min-height: 579px;
}
@media (max-width: 768px) {
  .normal #section-data .lineup-list {
    min-height: 968px;
  }
}

.indexbnr-wrapper {
  min-height: 180px;
}
@media (max-width: 768px) {
  .indexbnr-wrapper {
    min-height: 132.5px;
  }
}

.fw-embed-feed {
  min-height: 422px;
}

.bnr-campaign-list-wrapper {
  min-height: 236px;
}
@media (max-width: 768px) {
  .bnr-campaign-list-wrapper {
    min-height: 202px;
  }
}

.bnr-small-slider-wrapper {
  min-height: 155px;
}
@media (max-width: 768px) {
  .bnr-small-slider-wrapper {
    min-height: 126px;
  }
}

#ols_simarea_ttl {
  min-height: 336px;
}
@media (max-width: 768px) {
  #ols_simarea_ttl {
    min-height: 305px;
  }
}