﻿@charset "UTF-8";

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

.body {
    text-align: center;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

    .body h1 {
        font-size: 26px;
        margin: 25px 0 0;
    }

        .body h1 br {
            display: none;
        }

    .body .lead {
        padding: 0 15px;
        font-size: 16px;
        line-height: 1.8;
    }

h1 {
    font-family: "Helvetica", "Lucida Grande", "Microsoft YaHei", sans-serif;
}

article > h1.title {
    padding: 0 15px;
    font-size: 22px;
}

.hero h1 {
    position: absolute;
    font-size: 46px;
    top: 30%;
    left: 5%;
    z-index: 100;
    color: #fff;
    display: none;
}

    .hero h1 .sub-title {
        display: block;
        font-size: 22px;
    }

.hero img {
    width: 100%;
    height: 100%;
}

.introduction {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1400px;
    margin: 50px auto 60px;
}

    .introduction .product {
        width: 33.333%;
        padding: 10px;
    }

        .introduction .product img {
            width: 100%;
            height: auto;
        }

    .introduction .productDesc {
        margin: 10px 0;
        font-size: 14px;
        text-align: center;
    }

.productList {
    margin: 0 0 60px;
}

    .productList > p {
        line-height: 1.6;
    }

.product_descriptionLayout {
    max-width: 1400px;
    margin: 0 auto;
}

    .product_descriptionLayout > ul {
        padding: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 40px auto;
    }

        .product_descriptionLayout > ul li {
            list-style: none;
            display: block;
            text-align: left;
            width: 25%;
            margin: 0;
            padding: 0px 10px 10px;
            letter-spacing: normal;
        }

    .product_descriptionLayout img {
        width: 100%;
    }

    .product_descriptionLayout a {
        font-size: 14px;
        text-align: left;
        display: block;
        color: #000;
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(189, 185, 185, 0.2);
        -webkit-transition: color 0.2s cubic-bezier(0.22, 0.57, 0.27, 0.98) 0s;
        transition: color 0.2s cubic-bezier(0.22, 0.57, 0.27, 0.98) 0s;
    }

        .product_descriptionLayout a:hover {
            color: #555;
        }

.mainPanel {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.price {
    display: block;
    font-size: 11px;
    text-align: right;
}

    .price .num {
        font-size: 15px;
        font-weight: bold;
        margin: 0 3px;
        font-family: "Helvetica", sans-serif;
    }

.currency {
    font-size: 11px;
}

.muji-review__count {
    padding: 0;
    font-size: 12px;
    color: #999;
    line-height: 1;
}

    .muji-review__count ul {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .muji-review__count ul li:nth-child(1) {
            margin-right: 5px;
        }

    .muji-review__count dl {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        align-items: center;
        flex-wrap: wrap;
        margin: 10px 0;
    }

        .muji-review__count dl dd {
            margin: 0 5px 0 0;
        }

    .muji-review__count a {
        color: #67affd;
        font-size: 12px;
        font-weight: bold;
    }

.star-wrap {
    color: #ccc;
    position: relative;
    padding: 0;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.star-size-14 {
    font-size: 14px;
    height: 14px;
    width: 70px;
}

.star-wrap > span {
    color: #f60;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
}

.star-wrap:after {
    content: "★★★★★";
    padding: 0;
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    color: #aaa;
    overflow: visible;
    height: 100%;
}

.star-05 {
    width: 10%;
}

.star-10 {
    width: 20%;
}

.star-15 {
    width: 30%;
}

.star-20 {
    width: 40%;
}

.star-25 {
    width: 50%;
}

.star-30 {
    width: 60%;
}

.star-35 {
    width: 70%;
}

.star-40 {
    width: 80%;
}

.star-45 {
    width: 90%;
}

.star-50 {
    width: 100%;
}

.star1-wrap {
    color: #ccc;
    position: relative;
    padding: 0;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.star1-size-14 {
    font-size: 14px;
    height: 14px;
    width: 70px;
}

.star1-wrap > span {
    color: #f60;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
}

.star1-wrap:after {
    content: "★★★★★";
    padding: 0;
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    color: #ccc;
    overflow: visible;
    height: 100%;
}

.star1-05 {
    width: 10%;
}

.star1-10 {
    width: 20%;
}

.star1-15 {
    width: 30%;
}

.star1-20 {
    width: 40%;
}

.star1-25 {
    width: 50%;
}

.star1-30 {
    width: 60%;
}

.star1-35 {
    width: 70%;
}

.star1-40 {
    width: 80%;
}


.star1-45 {
    width: 90%;
}

.star1-50 {
    width: 100%;
}

.mainPanel_playLayout {
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    white-space: nowrap;
    width: 100%;
}

.mainPanel_playInnerLayout {
    display: table-cell;
    vertical-align: middle;
}

.mainPanel_playMark {
    text-indent: -9999px;
    background: url(https://www.muji.com/img/mujitogo/play.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    height: 50px;
    /*margin-right:20px;*/
    vertical-align: top;
    width: 50px;
}

@media only screen and (max-width: 800px) {
    .mainPanel_playMark {
        height: 50px;
        width: 50px;
    }

    .mainPanel_playText {
        font-size: 1.5rem;
        height: 30px;
        line-height: 30px;
    }
}

.mainPanel_playText {
    color: white;
    display: inline-block;
    font-size: 2.0rem;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    vertical-align: top;
}

.mainPanel_videoLayout iframe,
.mainPanel_videoLayout object {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}

@media only screen and (max-width: 640px) {
    .mainPanel {
        padding-bottom: 110%;
    }

    .mainPanel_videoLayout {
        padding-bottom: 100%;
    }
}

@-webkit-keyframes loading-indicator-show {
    0% {
        opacity: 0.0;
        visibility: visible;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes loading-indicator-show {
    0% {
        opacity: 0.0;
        visibility: visible;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes loading-indicator-hide {
    0% {
        opacity: 1.0;
        visibility: visible;
    }

    100% {
        opacity: 0.0;
        visibility: hidden;
    }
}

@keyframes loading-indicator-hide {
    0% {
        opacity: 1.0;
        visibility: visible;
    }

    100% {
        opacity: 0.0;
        visibility: hidden;
    }
}

.loadingIndicator.loadingIndicator-show {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: loading-indicator-show;
    animation-name: loading-indicator-show;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.loadingIndicator.loadingIndicator-hide {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: loading-indicator-hide;
    animation-name: loading-indicator-hide;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes video-cover-show {
    0% {
        opacity: 0.0;
        visibility: visible;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes video-cover-show {
    0% {
        opacity: 0.0;
        visibility: visible;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes video-cover-hide {
    0% {
        opacity: 1.0;
        visibility: visible;
    }

    100% {
        opacity: 0.0;
        visibility: hidden;
    }
}

@keyframes video-cover-hide {
    0% {
        opacity: 1.0;
        visibility: visible;
    }

    100% {
        opacity: 0.0;
        visibility: hidden;
    }
}

.video {
    bottom: 0;
    left: 0;
    opacity: .001;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

    .video.video-loaded {
        opacity: 1;
    }

.video_coverLabel {
    cursor: pointer;
    opacity: 0;
}

    .video_coverLabel.video_coverLabel-show {
        -webkit-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-name: video-cover-show;
        animation-name: video-cover-show;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    .video_coverLabel.video_coverLabel-hide {
        -webkit-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-name: video-cover-hide;
        animation-name: video-cover-hide;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

.video_hoverInteractive {
    opacity: 0.75;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.video:hover .video_hoverInteractive {
    opacity: 1;
}

.video_coverImage {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

    .video_coverImage.video_coverImage-show {
        -webkit-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-name: video-cover-show;
        animation-name: video-cover-show;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    .video_coverImage.video_coverImage-hide {
        -webkit-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-name: video-cover-hide;
        animation-name: video-cover-hide;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden;
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden;
    }
}

/* ランキング*/
#product_descriptionLayoutsp > ul li {
    width: 20%;
}

@media only screen and (max-width: 767px) {
    .productList {
        padding: 0 15px;
        margin: 0 0 20px;
    }

        .productList p {
            font-size: 13px;
        }

        .productList br {
            display: none;
        }

    .product_descriptionLayout {
        margin: 0 auto;
    }

        .product_descriptionLayout > ul {
            padding: 0;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0 auto;
        }

            .product_descriptionLayout > ul li {
                width: 48%;
                margin: 0;
                padding: 20px 0 0;
            }

                .product_descriptionLayout > ul li .title {
                    font-size: 13px;
                    display: block;
                    line-height: 1.5;
                    margin: 5px 0;
                }

    .body .lead {
        font-size: 13px;
        padding: 0 15px;
    }

        .body .lead br {
            display: none;
        }

    .body h1 {
        font-size: 20px;
        line-height: 1.4em;
        padding: 0 15px;
    }

        .body h1 br {
            display: block;
        }

    article > h1.title {
        font-size: 20px;
    }

    .hero h1 {
        position: absolute;
        font-size: 28px;
        top: 20%;
    }

        .hero h1 .sub-title {
            display: block;
            font-size: 18px;
        }

    .introduction {
        margin: 30px auto 30px;
        padding: 0 15px;
    }

        .introduction .product {
            width: 32.5%;
            padding: 0;
        }

        .introduction .productDesc {
            margin: 0 0 10px;
            font-size: 12px;
            text-align: left;
        }

    .muji-review__count dl dd {
        margin: 0 5px 0 0;
    }

    .muji-review__count dl a {
        font-size: 12px;
        display: block;
    }

    .hero {
        overflow: hidden;
        position: relative;
    }

    /* ランキングSP */
    ul li.ranking__sp {
        display: none;
    }

    #product_descriptionLayoutsp > ul li {
        width: 32.5%;
        margin: 0;
        padding: 20px 0 0;
    }
}

.item-ranking {
    margin: 0 15px 60px 15px;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    padding: 0 0 10px 0;
}

/* 画面外にいる状態 */
.fade-in {
    opacity: 0.1;
    transform: translate(0, 50px);
    transition: all 500ms;
}

    /* 画面内に入った状態 */
    .fade-in.scrollin {
        opacity: 1;
        transform: translate(0, 0);
    }

/* 静的カラーチップ */
.color__lineup img {
    width: 18px;
    border-radius: 50%;
}

.color__lineup {
    display: block;
    margin: 5px 0 0 0;
}

/* ランキング */
.label__rank.badge-1st {
    background: rgba(255, 193, 7, 0.96);
    color: #fff;
}

.label__rank.badge-2nd {
    background: rgba(220, 220, 220, 0.96);
    color: #FFF;
}

.label__rank.badge-3rd {
    background: rgba(154, 91, 0, 0.96);
    color: #fff;
}

.label__rank {
    position: absolute;
    display: block;
    left: 5px;
    top: 5px;
    text-align: center;
    font-size: 12px;
    min-width: 10px;
    line-height: 0.8;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    padding: 10px;
    color: #777;
    font-weight: bold;
}

.item-ranking__view {
    display: flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
}

.item-ranking {
    margin: 0 0 60px 0;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    padding: 0 0 10px 0;
}

#itemlist li a {
    text-decoration: none;
    position: relative;
    display: block;
}

.size {
    font-size: 12px;
}

#product_descriptionLayoutsp #itemlist {
    margin: 16px 0 25px 0;
    padding: 0 15px;
}
