@charset "UTF-8";

/*************************************
font
**************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&text=0123456789');

.kiki {
    position: relative;
}

.kiki-new {
    position: relative;
}

/* ラベル部分 左上に表示 */
.kiki-new::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #c12748;
    /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 9;
}

.kiki-new::after {
    content: "New!";
    display: block;
    top: 5px;
    transform: rotate(-45deg);
    color: #fff;
    /* 文字色はここで変更 */
    left: 0;
    position: absolute;
    z-index: 101;
}

.box-kiki a {
    text-decoration: none;
}

.box-kiki .head-link a {
    text-decoration: underline;
}

.box-kiki .head-link a:hover {
    text-decoration: none;
}

.kiki-speed {
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 0;
    background: #0097FC;
    background: -moz-linear-gradient(left, #0097FC 0%, #2d66ed 100%);
    background: -webkit-linear-gradient(left, #0097FC 0%, #2d66ed 100%);
    background: linear-gradient(to right, #0097FC 0%, #2d66ed 100%);
    padding: 14px;
    right: 0;
    border-radius: 50%;
    line-height: 1.1;
    font-size: 12px;
}

.kiki-speed-left {
    color: #fff;
    position: absolute;
    top: 0;
    background: #0097FC;
    background: -moz-linear-gradient(left, #0097FC 0%, #2d66ed 100%);
    background: -webkit-linear-gradient(left, #0097FC 0%, #2d66ed 100%);
    background: linear-gradient(to right, #0097FC 0%, #2d66ed 100%);
    padding: 14px;
    left: 0;
    border-radius: 50%;
    line-height: 1.1;
    font-size: 12px;
}

.kiki-speed .mark-item {
    font-size: 9px;
    top: -2px;
}

.speed-value {
    font-size: 21px;
    font-weight: bold;
}

.box-kiki .img,
.box-device-col .img {
    position: relative;
}

.box-kiki .icon-new {
    display: inline-block;
    border-style: solid;
    border-width: 60px 60px 0 0;
    border-color: #d82148 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.box-kiki .icon-new .new {
    display: inline-block;
    color: #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 5px;
    bottom: 30px;
    z-index: 1;
}

.list-label .label {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 10px;
}

.list-label .label.is-wimax {
  background: #040861;
}

.list-label .label.is-au {
  background: #eb6100;
}

.box-kiki {
    padding: 8px;
}

.box-kiki.val-del,
.box-device-col.val-del {
    position: relative;
}

.box-kiki.val-del:after,
.box-device-col.val-del:after {
    content: "完売しました";
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 8px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .box-kiki .list-label {
        justify-content: center;
    }
    .img-kiki img {
        max-height: 100%;
    }
    .kiki-area .img-kiki img {
        width: 180px;
    }
    .device-area .img-kiki img {
        width: 180px;
    }
    .kikiArea .img-kiki img {
        width: 180px;
    }
}