.main_poster {background: #d4eae0; margin: 0; padding: 27px 40px; text-align: center;}
.main_poster img {width: 80%;
    opacity:0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
.main_poster img.loaded {
    opacity:1;
}
@media only screen and (max-width: 767px) {
    .main_poster { padding: 20px 10px;}
    .main_poster img {width: 100%;}
}
.main_sceneLayout {
    float: none;
    width: auto;
}

.scene_productsLayout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
}

.scene_productLayout {
    vertical-align: top;
    width: 33.33333%;
    box-sizing: border-box;
    margin-top: 20px;
}

@media only screen and (min-width: 1200px) {
    .scene_productLayout {
        width: 25%;
    }
    .scene_productLayout:nth-child(3n+1),
    .scene_productLayout:nth-child(3n+2),
    .scene_productLayout:nth-child(3n+3) {
        padding-right: 1px;
    }
    .product_imageLayout {
        height: 25vw;
    }
}

.scene_productLayout:nth-child(3n+1),
.scene_productLayout:nth-child(3n+2) {
    padding-right: 1px;
}
.lead p {
    padding: 20px;
    margin: 0 auto;
    max-width: 700px;
    font-size: 16px;
}
.product_descriptionLayout {
    text-align: left;
    display: block;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}
.product_description {
    display: block;
    padding: 0;
}
.product_descriptionLayout p {
    margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
    .scene_productsLayout {
        padding: 0 15px;
    }
    .scene_productLayout {
        width: 50%;
    }
    .scene_productLayout:nth-child(3n+1),
    .scene_productLayout:nth-child(3n+2) {
        padding-right: 0;
    }
    .scene_productLayout:nth-child(2n+1) {
        padding-right: 5px;
    }
    .product_descriptionLayout {
        padding: 10px 0;
    }
    .product_description {
        font-size: 1rem;
    }
}

.muji-review span[class^="star"] {
    color: #f60;
}
.muji-review a {text-decoration: none; font-size: 1.4vw;}
.muji-review dt {font-weight: bold;}

.review__detail__profile a {color: #666;}
.review__detail__profile figure {display: none;}

.review__detail__comment dd span {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.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: #ccc;
    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%;
  }

.muji-review__count {
	padding: 0 10px;
}

.muji-review__count ul {
	display: -webkit-flex;
	display: flex;
}
.muji-review__count li:nth-child(1) {
	margin-right: 5px;
}
.muji-review__count a {
    color: #67affd;
    font-weight: bold;
    text-decoration: none;
}

@media only screen and (max-width: 800px) {
		.muji-review__count {
			padding: 0;
		}
}
