@charset "UTF-8";

/* milmirafast */

#milmirafast {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    color: #2c3e54;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", sans-serif;
}

#milmirafast img {
    display: block;
    width: 100%;
    height: auto;
}

/* MV / メインビジュアル */
.mv {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mv_visual_stack {
    position: relative;
    width: 100%;
    aspect-ratio: 750 / 1204;
    background-image: url(/images/special/milmirafast/mv_ba.jpg);
    background-size: 100% auto;
    background-position: center -3%;
    background-repeat: no-repeat;
}

/* ロゴ */
.mv_logo {
    position: absolute;
    top: 8%;
    right: 1%;
    width: 36%;
    z-index: 10;
    margin: 0;
}

/* launch */
.mv_debut {
    position: absolute;
    width: 40%;
    top: 15%;
    left: 25%;
    transform: translateX(-50%);
    z-index: 5;
}

/* Silicone Hydrogelバッジ */
.mv_badge {
    position: absolute;
    top: 14.5%;
    right: 1%;
    width: 24%;
    z-index: 10;
}

/* モデル写真スライダー */
.mv_swiper {
    position: absolute;
    inset: 0;
    z-index: 1;
    mask-image: linear-gradient(to bottom, black 0%, black 87%, transparent 96%);
    -webkit-mask-image: linear-gradient(to bottom, black 0, black 87%, transparent 96%);
}

.mv_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.swiper-wrapper {
    padding: 9% 0 0;
}

.mv_copy {
    position: absolute;
    top: 8%;
    width: 58%;
    z-index: 5;
}

.mv_spec {
    position: absolute;
    width: 94%;
    bottom: -5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.shi_item_2 {
    padding-right: 1px;
}

/* スペック詳細表 */
.spec_detail_area {
    background-color: #fcfaf8;
    padding: 2% 5% 5%;
    width: 90%;
    margin: 5% auto 0;
    box-sizing: border-box;
}

.spec-table {
    width: 100%;
    margin: 0;
}

.spec-row {
    justify-content: space-between;
    align-items: center;
    padding: 4.5% 0;
    border-bottom: 2px solid #eaddd6;
    color: #8c837b;
    font-size: min(3.2vw, 14px);
    line-height: 3.6;
    letter-spacing: 0.05em;
}

.spec-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.spec-row th {
    width: 41%;
    text-align: left;
    font-weight: 500;
}

.spec-row td {
    width: 59%;
    text-align: right;
}

.product_area {
    margin: 1% auto;
    line-height: 2;
}

.product_inner {
    display: flex;
    justify-content: space-around;
    margin: 5% 0 0;
}

.product_box {
    display: flex;
    width: 47%;
    flex-direction: column;
}

.product_boximg {
    width: 70%;
    margin: 0 auto 6%;
}

.product_name {
    display: block;
    font-size: min(3.7vw, 20px);
    text-align: center;
    margin: 0 0 2%;
}

.product_text {
    font-size: min(2.4vw, 14px);
    text-align: center;
    margin: 0 0 4%;
    flex-grow: 1;
    line-height: 1.5;
}

.product_price {
    text-align: center;
    margin: 0 0 4%;
}

.product_price span {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.product_btn {
    display: block;
    margin: auto auto 15%;
    width: 65%;
}

@media screen and (max-width: 1024px) {
    .mv_logo {
        top: 10%;
    }
    .mv_copy {
        top: 10%;
    }
    .mv_debut {
        top: 17%;
    }
    .mv_badge {
        top: 16.5%;
        right: 0%;
    }
    .spec-row {
        line-height: 3.2;
    }
    .spec-row th {
        width: 45%;
    }
    .product_price {
        font-size: 13px;
    }
    .product_price span {
        font-size: 13px;
        font-weight: 500;
    }
}

@media screen and (max-width: 780px) {
    .mv_logo, .mv_copy {
        top: 11%;
    }
    .mv_badge {
        top: 17%;
        right: 0%;
    }
    .mv_debut {
        top: 18%;
    }
}