﻿/* ----------------------
 リスト
------------------------ */
.group_review_box {
	border: 2px solid #64af86;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	width: 100%;
}
.group_review_box_ttl {
	align-items: center;
	background: #64af86;
	color: #fff;
	display: flex;
	font-size: 2rem;
	justify-content: center;
	line-height: 1.2;
	padding: 10px 20px;
	width: 390px;
}
.group_review_box_ttl > span {
	display: table;
}
.group_review_box_ttl > span >span {
	display: inline-block;
}
.group_review_box_list {
	align-items: center;
	justify-content: center;
	padding-left: 10px;
	padding-right: 10px;
}
.group_review_box_list li {
	margin: 10px 5px;
	width: 256px;
}
.group_review_box_list .btn_com {
	padding: 10px;
}
.group_review_box_list .btn_com::before {
	content: "";
	display: block;
}
.group_review_box_list_all .btn_com::before {
	background: url(/static/image-cmn/ico-buzz-white-lg.png) no-repeat;
	height: 28px;
	margin-right: 2px;
	width: 40px;
}
.group_review_box_list_album .btn_com::before {
	background: url(/static/detail/image/ico-collection.svg) center center / contain no-repeat;
	height: 22px;
	margin: 3px 10px 3px 0;
	width: 27px;
}
.group_review_box_list_all span {
	font-size: 1.4rem;
}
.review_list {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	margin: 0 auto;
	max-width: 984px;
}
.review_list li {
	background: #fff;
	border: 1px solid #ffb8cc;
	border-radius: 5px;
	color: #333;
	display: block;
	height: 100%;
	margin-bottom: 8px;
	margin-left: 4px;
	margin-right: 4px;
	overflow: hidden;
	padding: 8px 14px 10px;
	padding-bottom: 10px;
	position: relative;
	width: calc(25% - 7px);
}
.review_list li:nth-of-type(4n) {
	margin-right: 0;
}
.review_list .name {
	color: #0051c2;
	display: block;
	font-weight: bold;
	margin: 10px 0 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.review_list .ttl {
	background: url(/static/image-cmn/ico_buzz_pink02.png) no-repeat left 3px;
	background-size: 14px 12px;
	color: #004edf;
	display: block;
	font-size: 15px;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0 0 0 19px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.review_list .review_txt {
	border-top: 1px solid #ffb8cc;
	font-size: 15px;
	line-height: 1.4;
	padding-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

/* 評価 星表示 */

.review_list li .mark {
	box-sizing: border-box;
	float: left;
	height: 50px;
	margin: 10px 7px 0 0;
	overflow: hidden;
	width: 50px;
}
.review_ttl::before {
	left: 17px;
}
.star .rating_10 {
	width: 21px;
}
.star .rating_15 {
	width: 32px;
}
.star .rating_20 {
	width: 42px;
}
.star .rating_25 {
	width: 52px;
}
.star .rating_30 {
	width: 62px;
}
.star .rating_35 {
	width: 72px;
}
.star .rating_40 {
	width: 83px;
}
.star .rating_45 {
	width: 92px;
}
.star {
	background: url(/static/image-cmn/img-ranking-star5.png) no-repeat 0 -21px;
	background-size: 101px;
	margin: 7px auto 0;
	width: 101px;
}
.star span {
	height: 22px;
}
.star .rating_50 {
	width: 101px;
}
.star span img {
	margin-top: 0;
	width: 101px;
}
@media screen and (max-width:767px) {
	.kuchikomi_lst .star .rating_10 {
		width: 25px;
	}
}
.reviews_area {
	margin-top: 5px;
}
.kuchikomi_lst .post_reviews_area {
	padding-top: 20px;
}
.post_reviews_user_area {
	margin-top: 6px;
}
.reviews_area .kuchikomi_img {
	width: 128px;
}
.reviews_area .kuchikomi_img figcaption {
	margin-top: 4px;
}
.post_sbox_btn {
	margin-bottom: 18px;
	margin-top: 7px;
	width: 100%;
}
.post_sbox_btn .btn_review {
	margin-left: auto;
	margin-right: auto;
	padding: 7px 10px 7px 57px !important;
	position: relative;
}
.post_sbox_btn .btn_review::before {
	left: 25px !important;
	top: 10px !important;
}
.post_sbox {
	flex-wrap: wrap;
}
.post_sbox_link {
	margin-bottom: 27px;
	margin-top: 26px;
}
.post_sbox p {
	line-height: 21px;
}

.detail_article section .ttl01 {
	border-bottom: 1px solid #ded588;
	border-left: 1px solid #ded588;
	border-right: 1px solid #ded588;
	border-top: 3px solid #64af86;
	font-size: 2rem;
	margin-bottom: 20px;
	padding: 14px 90px 13px 60px;
	position: relative;
}

.detail_article section .ttl01.review_ttl:before {
	background: url(/static/image-cmn/ico-review.png) 0px 0 / contain no-repeat;
}

.detail_article section .pager01 .current {
	background: #64af86;
}

.detail_article section .pager01 .pager_prev_g,
.detail_article section .pager01 .pager_next_g {
	background: #fff !important;
	border: 1px solid #7a914d !important;
	color: #487608;
}

.detail_article section .pager01 .pager_prev_g::after,
.detail_article section .pager01 .pager_prev a::after,
.detail_article section .pager01 .pager_next_g::after,
.detail_article section .pager01 .pager_next a::after {
	background: url(/static/image-cmn/ico-arrow-green-right.svg) center center / contain no-repeat;
	content: "";
	height: 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
}

.detail_article section .pager01 a {
	background: #f4fee1;
	border: 1px solid #7a914d;
	color: #487608;
}

.detail_article section .pager01 a:hover {
	background: #64af86;
	border-color: #64af86;
	color: #fff;
}

@media screen and (min-width:768px) {
	.ttl01 {
		background: #fffcf0 url(/static/image-cmn/bg-ttl-bloom.png) right bottom no-repeat;
	}
	.review_list .review_txt {
		height: 90px;
	}
	.group_review_box_list {
		width: calc(100% - 390px);
	}
	.kuchikomi_lst {
		padding-left: 10px;
		padding-right: 10px;
	}
	.post_sbox {
		padding-bottom: 23px;
	}
	.kuchikomi_lst {
		margin-top: 35px;
	}
}
@media screen and (max-width:767px) {
	.review_list li {
		width: 100%;
	}
	.review_ttl {
		padding-left: 55px;
	}
	.media_ttl_sub {
		letter-spacing: -0.5px;
		margin-top: 6px;
	}
	.review_ttl::before {
		left: 11px;
	}
	.review_list li {
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 11px;
	}
	.review_list .name {
		margin: 12px 0 5px;
	}
	.review_list .ttl {
		margin: 0 0 18px;
	}
	.review_list li .mark {
		margin: 10px 11px 0 0;
	}
	.group_review_box_list {
		width: 100%;
	}
	.group_review_box_list .btn_com {
		padding: 34px 16px 6px;
	}
	.group_review_box_list li {
		margin: 10px 0;
		width: 100%;
	}
	.group_review_box_list .btn_com {
		position: relative;
	}
	.group_review_box_list_all .btn_com::before {
		background: url(/static/image-cmn/ico-buzz-white.png) no-repeat;
		background-size: 100% auto;
		height: 26px;
		margin-right: 2px;
		position: absolute;
		top: 6px;
		width: 28px;
	}
	.group_review_box {
		margin-bottom: 25px;
	}
	.kuchikomi_lst .post_reviews_area {
		padding-top: 13px;
	}
	.kuchikomi_lst .post_reviews_area {
		width: calc(100% - 10px);
	}
	.kuchikomi_lst .post_reviews_area {
		margin-bottom: 11px;
	}
	.post_reviews_ttl {
		margin-bottom: 5px;
		margin-top: 9px;
	}
	.kuchikomi_lst .post_reviews_area {
		margin-left: 5px;
		margin-right: 5px;
		padding-top: 4px;
	}
	.kuchikomi_lst .star {
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.reviews_area {
		margin-top: 5px;
	}
	.kuchikomi_lst .txt_right {
		bottom: 9px;
	}
	.post_reviews_ttl:before {
		top: 11px;
	}
	.post_sbox {
		margin-left: 20px;
		margin-right: 20px;
		padding-bottom: 17px;
	}
	.post_sbox_btn .btn_review {
		max-width: 232px;
		padding: 9px 15px 9px 49px !important;
	}
	.post_sbox_btn {
		margin-bottom: 0;
		margin-top: 0;
	}
	.post_sbox_btn .btn_review::before {
		left: 26px !important;
		top: 11px !important;
	}
	.post_sbox p {
		line-height: 22px;
	}
	.post_sbox_link {
		line-height: 22px;
		margin-bottom: 11px;
		margin-top: 13px;
	}
	.post_reviews_user_area {
		margin-top: -6px;
	}
	.reviews_area .kuchikomi_img figcaption {
		margin-top: 2px;
	}
}

/* review detail */
.detail_warning_box {
	background: #f6f0c4;
	font-size: 1.4rem;
	overflow: hidden;
}
.detail_warning_box a {
	display: inline-block;
	position: relative;
}
.detail_warning_box a::after {
	color: #cb3939;
	content: "\e002";
	font-family: "Material Icons";
	font-size: 2.5rem;
	left: 0;
	position: absolute;
}
.detail_btn_viewmore a {
	margin: auto;
	padding: 10px;
	width: 160px;
}
.post_reviews_detail_inner {
	background-color: #f0f9e0;
	margin-bottom: 21px;
}
.post_reviews_area {
    padding: 0 18px;
}
.post_reviews_detail .reviews_area {
	flex-wrap: wrap;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
    padding-bottom: 10px;
}
.post_reviews_detail .post_reviews_day {
	font-size: 17px;
	font-weight: 600;
}
.post_reviews_detail .detail_main_album {
    padding: 15px;
    padding-top: 0;
}
.post_reviews_detail .post_reviews_user_area {
	margin-top: 4px;
	flex-direction: row;
	width: 100%;
}
.post_reviews_detail .post_reviews_user {
	font-size: 12px;
	font-weight: 600;
}
.post_reviews_detail .post_reviews_user_name {
	font-weight: 600;
	margin-right: 7px;
	max-width: 100%;
}
.post_reviews_detail .star {
	background: url(/static/image-cmn/img-ranking-star5.png) no-repeat 0 -27px;
	background-size: 126px;
	margin: 0 3px 0 0;
	width: 126px;
}
.post_reviews_detail .post_reviews_txt {
	line-height: 1.5;
}
.post_reviews_detail .post_reviews_txt:not(:last-child) {
	margin-bottom: 22px;
}
.post_reviews_detail .star span {
	height: 26px;
}
.post_reviews_detail .star span img {
	margin-top: -1px;
	width: 126px;
}
.post_reviews_detail .star .rating_10 {
	width: 28px;
}
.post_reviews_detail .star .rating_15 {
	width: 41px;
}
.post_reviews_detail .star .rating_20 {
	width: 53px;
}
.post_reviews_detail .star .rating_25 {
	width: 65px;
}
.post_reviews_detail .star .rating_30 {
	width: 78px;
}
.post_reviews_detail .star .rating_35 {
	width: 90px;
}
.post_reviews_detail .star .rating_40 {
	width: 102px;
}
.post_reviews_detail .star .rating_45 {
	width: 115px;
}
.post_reviews_detail .star .rating_50 {
	width: 126px;
}
.post_reviews_detail .post_reviews_ttl {
	color: #000;
	padding-left: 30px;
}
.post_reviews_detail .post_reviews_ttl:before {
	top: -2px;
}
.post_reviews_detail .detail_main_album .photo_ttl {
	background: none;
	border: none;
	font-size: 1.7rem;
	margin-bottom: 0;
	padding: 7px 15px 6px 41px;
	position: relative;
	width: 100%;
}
.post_reviews_detail .detail_main_album .photo_ttl::before {
	background: url(/static/reviewlist/image/ico-photo.png) no-repeat;
	background-position: top left;
	background-size: 27px auto;
	left: 5px;
	position: absolute;
	top: 5px;
}
@media screen and (min-width: 768px) {
	.post_reviews_detail .post_reviews_ttl {
		font-size: 22px;
		width: calc(100% - 126px);
	}
	.post_reviews_detail {
		margin-top: 30px;
	}
	.post_reviews_detail_inner {
		padding-bottom: 11px;
		padding-top: 21px;
		width: 800px;
    margin-left: auto;
    margin-right: auto;
	}
	.post_reviews_detail .post_reviews_user {
		margin-top: 2px;
		margin-left: 15px;
	}
	.post_reviews_detail .post_reviews_ttl:before {
		left: 1px;
		top: -1px;
	}
	.detail_article .post_reviews_detail .reviews_area {
		margin-top: 8px;
	}
    .post_reviews_detail .detail_main_album .photo_ttl_01 {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
  .post_reviews_detail_inner .txt_notes {
    margin: 0 ;
  }
}
@media screen and (max-width:767px) {
  .post_reviews_detail_inner .txt_notes {
    margin: 1em 0 0 0 ;
  }
	.detail_warning_box {
		line-height: 1.5;
		margin-bottom: 16px;
		padding: 15px;
	}
	.detail_warning_box a {
		display: inline-block;
		float: right;
		margin-top: 12px;
		padding: 12px 2px 2px 30px;
	}
	.detail_warning_box a::after {
		top: 2px;
	}
	.detail_btn_viewmore a {
		width: 160px;
	}
	.post_reviews_detail .star .rating_10 {
		width: 21px;
	}
	.post_reviews_detail .star .rating_15 {
		width: 35px;
	}
	.post_reviews_detail .star .rating_20 {
		width: 45px;
	}
	.post_reviews_detail .star .rating_25 {
		width: 55px;
	}
	.post_reviews_detail .star .rating_30 {
		width: 65px;
	}
	.post_reviews_detail .star .rating_35 {
		width: 76px;
	}
	.post_reviews_detail .star .rating_40 {
		width: 87px;
	}
	.post_reviews_detail .star .rating_45 {
		width: 97px;
	}
	.post_reviews_detail .star {
		background: url(/static/image-cmn/img-ranking-star5.png) no-repeat 0 -23px;
		background-size: 106px;
		margin: 7px 2px 0;
		width: 106px;
	}
	.post_reviews_detail .star span {
		height: 22px;
	}
	.post_reviews_detail .star .rating_50 {
		width: 106px;
	}
	.post_reviews_detail .star span img {
		margin-top: 0;
		width: 106px;
	}
	.post_reviews_detail .post_reviews_ttl {
		margin-bottom: 0;
		margin-top: 16px;
		padding-left: 26px;
	}
	.post_reviews_detail .post_reviews_ttl:before {
		left: 3px;
		top: 17px;
	}
	.post_reviews_detail .post_reviews_day {
		font-size: 13px;
		margin-top: 0;
	}
	.post_reviews_detail .post_reviews_user {
		margin-top: 0;
	}
	.post_reviews_detail .reviews_area {
		flex-wrap: wrap;
		margin-top: 7px;
		padding-left: 0;
		padding-right: 0;
	}
	.post_reviews_detail .post_reviews_txt {
		line-height: 21px;
	}
	.post_reviews_detail_inner {
		padding: 10px 8px 0;
	}
	.post_reviews_detail .post_reviews_txt {
		margin-bottom: 0;
	}
	.post_reviews_detail .detail_main_album .photo_ttl {
		font-size: 15px;
		padding: 0 15px 6px 32px;
	}
	.post_reviews_detail .detail_main_album {
		padding: 0 0 6px;
	}
	.post_reviews_detail .detail_main_album .photo_ttl::before {
    background-size: 20px auto !important;
    left: 2px;
    top: 1px;
	}
	.post_reviews_detail .detail_contributor_photo li {
		float: left;
		height: 77px;
		margin: 3px;
		width: calc(100% / 3 - 6px) !important;
	}
	.post_reviews_detail .detail_contributor_photo li a .icon_zoom::after {
    background-color: #000;
	}
	.post_reviews_area {
				padding: 0 0 15px; 
	}

	.post_reviews_detail .detail_contributor_photo li a img {
			font-family: "object-fit: cover;";
			height: 100%;
			object-fit: cover;
			width: 100%;
	}

	.post_reviews_detail .detail_contributor_photo li a {
		padding-top: 0;
	}
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/* 投稿写真配置
==========================================================================*/
.detail_contributor_photo li {
  border: 1px solid #ded588;
  overflow: hidden;
  position: relative;
}
.detail_contributor_photo li a {
  display: block;
  height: 100%;
}
.detail_contributor_photo li a .icon_zoom::after {
  content: "";
  background: url(/static/image-cmn/ico-search.jpg) 0 0 / 16px 16px no-repeat;
  bottom: 1px;
  height: 16px;
  position: absolute;
  right: 1px;
  width: 16px;
  z-index: 1;
}
.detail_contributor_photo li a img {
  display: block;
  overflow: hidden;
}
.detail_contributor_photo li {
  float: left;
  margin: 3px;
}
.detail_contributor_photo li a {
  position: relative;
}
@media screen and (max-width:767px) {
  .detail_contributor_photo {
    width: 100%;
  }
  .detail_contributor_photo li {
    font-size: 0;
    vertical-align: top;
  }
  .detail_contributor_photo li a {
    overflow: hidden;
    padding-top: 100%;
    width: 100%;
  }
  .detail_contributor_photo li img {
    left: 0;
    position: absolute;
    top: 0;
    vertical-align: top; 
  }
}
@media screen and (min-width:768px), print {
  .detail_contributor_photo {
    width: 100%;
  }
  /* 1枚 */
  .detail_contributor_photo.sheet01 li:nth-of-type(1) {
    float: none;
    height: 450px;
    margin: auto;
    width: 600px;
  }
  /* 2枚 */
  .detail_contributor_photo.sheet02 li:nth-of-type(1),
  .detail_contributor_photo.sheet02 li:nth-of-type(2) {
    height: 350px;
    width: 463px;
  }
  /* 3枚 */
  .detail_contributor_photo.sheet03 li:nth-of-type(1) {
    height: 466px;
    width: 617px;
  }
  .detail_contributor_photo.sheet03 li:nth-of-type(2),
  .detail_contributor_photo.sheet03 li:nth-of-type(3) {
    height: 230px;
    width: 309px;
  }
  /* 4枚 */
  .detail_contributor_photo.sheet04 li:nth-of-type(1){
    height: 504px;
    width: 670px;
  }
  
  .detail_contributor_photo.sheet04 li:nth-of-type(2),
  .detail_contributor_photo.sheet04 li:nth-of-type(3),
  .detail_contributor_photo.sheet04 li:nth-of-type(4) {
    height: 164px;
    width: 256px;
  }

  /* 5枚 */
  .detail_contributor_photo.sheet05 li:nth-of-type(1) {
    height: 466px;
    width: 617px;
  }
  .detail_contributor_photo.sheet05 li:nth-of-type(2),
  .detail_contributor_photo.sheet05 li:nth-of-type(3) {
    height: 230px;
    width: 309px;
  }
  .detail_contributor_photo.sheet05 li:nth-of-type(4),
  .detail_contributor_photo.sheet05 li:nth-of-type(5) {
    height: 350px;
    width: 463px;
  }

  /* 6枚 */
  .detail_contributor_photo.sheet06 li:nth-of-type(1) {
    height: 504px;
    width: 670px;
  }
  .detail_contributor_photo.sheet06 li:nth-of-type(2),
  .detail_contributor_photo.sheet06 li:nth-of-type(3),
  .detail_contributor_photo.sheet06 li:nth-of-type(4) {
    height: 164px;
    width: 256px;
  }
  .detail_contributor_photo.sheet06 li:nth-of-type(5),
  .detail_contributor_photo.sheet06 li:nth-of-type(6) {
    height: 350px;
    width: 463px;
  }

  /* 7枚 */
  .detail_contributor_photo.sheet07 li:nth-of-type(1) {
    height: 504px;
    width: 670px;
  }
  .detail_contributor_photo.sheet07 li:nth-of-type(2),
  .detail_contributor_photo.sheet07 li:nth-of-type(3),
  .detail_contributor_photo.sheet07 li:nth-of-type(4) {
    height: 164px;
    width: 254px;
  }
  .detail_contributor_photo.sheet07 li:nth-of-type(5),
  .detail_contributor_photo.sheet07 li:nth-of-type(6),
  .detail_contributor_photo.sheet07 li:nth-of-type(7) {
    height: 230px;
    width: 306px;
  }
  /* 8枚 */
  .detail_contributor_photo.sheet08 li:nth-of-type(1) {
    height: 504px;
    width: 670px;
  }
  .detail_contributor_photo.sheet08 li:nth-of-type(2),
  .detail_contributor_photo.sheet08 li:nth-of-type(3),
  .detail_contributor_photo.sheet08 li:nth-of-type(4) {
    height: 164px;
    width: 256px;
  }
  .detail_contributor_photo.sheet08 li:nth-of-type(5),
  .detail_contributor_photo.sheet08 li:nth-of-type(6),
  .detail_contributor_photo.sheet08 li:nth-of-type(7),
  .detail_contributor_photo.sheet08 li:nth-of-type(8) {
    height: 350px;
    width: 463px;
  }
  /* 9枚 */
  .detail_contributor_photo.sheet09 li:nth-of-type(1) {
    height: 504px;
    width: 670px;
  }
  .detail_contributor_photo.sheet09 li:nth-of-type(2),
  .detail_contributor_photo.sheet09 li:nth-of-type(3),
  .detail_contributor_photo.sheet09 li:nth-of-type(4) {
    height: 164px;
    width: 254px;
  }
  .detail_contributor_photo.sheet09 li:nth-of-type(5),
  .detail_contributor_photo.sheet09 li:nth-of-type(6),
  .detail_contributor_photo.sheet09 li:nth-of-type(7) {
    height: 230px;
    width: 306px;
  }
  .detail_contributor_photo.sheet09 li:nth-of-type(8),
  .detail_contributor_photo.sheet09 li:nth-of-type(9) {
    height: 350px;
    width: 462px;
  }

  /* 10枚 11枚以降は非活性 */
  .detail_contributor_photo.sheet10 li:nth-of-type(1) {
    height: 504px;
    width: 670px;
  }
  .detail_contributor_photo.sheet10 li:nth-of-type(2),
  .detail_contributor_photo.sheet10 li:nth-of-type(3),
  .detail_contributor_photo.sheet10 li:nth-of-type(4) {
    height: 164px;
    width: 254px;
  }
  .detail_contributor_photo.sheet10 li:nth-of-type(5),
  .detail_contributor_photo.sheet10 li:nth-of-type(6),
  .detail_contributor_photo.sheet10 li:nth-of-type(7),
  .detail_contributor_photo.sheet10 li:nth-of-type(8),
  .detail_contributor_photo.sheet10 li:nth-of-type(9),
  .detail_contributor_photo.sheet10 li:nth-of-type(10) {
    height: 230px;
    width: 306px;
  }
}

@media screen and (max-width:767px) {
  #recommend_banner {
    max-height: 95px;
    min-width: 89px;
  }
  /* 1枚 */
  .detail_contributor_photo.sheet01 li:nth-of-type(1) {
    width: calc(100% - 6px);
  }
  /* 2枚 */
  .detail_contributor_photo.sheet02 li:nth-of-type(1),
  .detail_contributor_photo.sheet02 li:nth-of-type(2) {
    width: calc((100% - 12px )/2);
  }
  /* 3枚 */
  .detail_contributor_photo.sheet03 li:nth-of-type(1) {
    width: calc(6px + ((100% - 18px)/3)*2);
  }
  .detail_contributor_photo.sheet03 li:nth-of-type(2),
  .detail_contributor_photo.sheet03 li:nth-of-type(3) {
    float: right;
    width: calc((100% - 18px )/3);
  }
  /* 4枚 */
  .detail_contributor_photo.sheet04 li:nth-of-type(1),
  .detail_contributor_photo.sheet04 li:nth-of-type(2),
  .detail_contributor_photo.sheet04 li:nth-of-type(3),
  .detail_contributor_photo.sheet04 li:nth-of-type(4) {
    width: calc((100% - 12px )/2);
  }
  /* 5枚 */
  .detail_contributor_photo.sheet05 li:nth-of-type(1),
  .detail_contributor_photo.sheet05 li:nth-of-type(2) {
    width: calc((100% - 12px )/2);
  }
  .detail_contributor_photo.sheet05 li:nth-of-type(3),
  .detail_contributor_photo.sheet05 li:nth-of-type(4),
  .detail_contributor_photo.sheet05 li:nth-of-type(5) {
    width: calc((100% - 18px )/3);
  }
  /* 6枚 */
  .detail_contributor_photo.sheet06 li:nth-of-type(1) {
    width: calc(6px + ((100% - 18px)/3)*1.78);
  }
  .detail_contributor_photo.sheet06 li:nth-of-type(2),
  .detail_contributor_photo.sheet06 li:nth-of-type(3) {
    float: right;
    width: calc(((100% - 18px )/3)*1.21);
  }
  .detail_contributor_photo.sheet06 li:nth-of-type(4),
  .detail_contributor_photo.sheet06 li:nth-of-type(5),
  .detail_contributor_photo.sheet06 li:nth-of-type(6) {
    width: calc((100% - 24px )/5.1);
  }
  /* 7枚 */
  .detail_contributor_photo.sheet07 li:nth-of-type(1) {
    width: calc(6px + ((100% - 18px)/3)*2);
  }
  .detail_contributor_photo.sheet07 li:nth-of-type(2),
  .detail_contributor_photo.sheet07 li:nth-of-type(3) {
    width: calc((100% - 18px )/3);
  }
  .detail_contributor_photo.sheet07 li:nth-of-type(4) {
    clear: both;
  }
  .detail_contributor_photo.sheet07 li:nth-of-type(4),
  .detail_contributor_photo.sheet07 li:nth-of-type(5),
  .detail_contributor_photo.sheet07 li:nth-of-type(6),
  .detail_contributor_photo.sheet07 li:nth-of-type(7) {
    width: calc((100% - 24px )/4);
  }

  /* 8枚 */
  .detail_contributor_photo.sheet08 li:nth-of-type(1) {
    width: calc(6px + ((100% - 18px)/3)*1.78);
  }
  .detail_contributor_photo.sheet08 li:nth-of-type(2),
  .detail_contributor_photo.sheet08 li:nth-of-type(3) {
    float: right;
    width: calc(((100% - 18px )/3)*1.21);
  }
  .detail_contributor_photo.sheet08 li:nth-of-type(4),
  .detail_contributor_photo.sheet08 li:nth-of-type(5),
  .detail_contributor_photo.sheet08 li:nth-of-type(6) {
    width: calc((100% - 24px )/5.1);
  }
  .detail_contributor_photo.sheet08 li:nth-of-type(7),
  .detail_contributor_photo.sheet08 li:nth-of-type(8) {
    width: calc((100% - 12px )/2);
  }
  
  /* 9枚 */
  .detail_contributor_photo.sheet09 li:nth-of-type(1),
  .detail_contributor_photo.sheet09 li:nth-of-type(2) {
    width: calc((100% - 12px )/2);
  }
  .detail_contributor_photo.sheet09 li:nth-of-type(3),
  .detail_contributor_photo.sheet09 li:nth-of-type(4),
  .detail_contributor_photo.sheet09 li:nth-of-type(5) {
    width: calc((100% - 18px )/3);
  }
  .detail_contributor_photo.sheet09 li:nth-of-type(6),
  .detail_contributor_photo.sheet09 li:nth-of-type(7),
  .detail_contributor_photo.sheet09 li:nth-of-type(8),
  .detail_contributor_photo.sheet09 li:nth-of-type(9) {
    width: calc((100% - 24px )/4);
  }

  /* 10枚 */
  .detail_contributor_photo.sheet10 li:nth-of-type(1) {
    width: calc(6px + ((100% - 18px)/3)*1.78);
  }
  .detail_contributor_photo.sheet10 li:nth-of-type(2),
  .detail_contributor_photo.sheet10 li:nth-of-type(3) {
    float: right;
    width: calc(((100% - 18px )/3)*1.21);
  }
  .detail_contributor_photo.sheet10 li:nth-of-type(4),
  .detail_contributor_photo.sheet10 li:nth-of-type(5),
  .detail_contributor_photo.sheet10 li:nth-of-type(6) {
    width: calc((100% - 24px )/5.1);
  }
  .detail_contributor_photo.sheet10 li:nth-of-type(7),
  .detail_contributor_photo.sheet10 li:nth-of-type(8),
  .detail_contributor_photo.sheet10 li:nth-of-type(9),
  .detail_contributor_photo.sheet10 li:nth-of-type(10) {
    width: calc((100% - 24px )/4);
  }
  
  /* 11枚 */
  .detail_contributor_photo.sheet11 li:nth-of-type(1) {
    width: calc(6px + ((100% - 18px)/3)*1.78);
  }
  .detail_contributor_photo.sheet11 li:nth-of-type(2),
  .detail_contributor_photo.sheet11 li:nth-of-type(3) {
    float: right;
    width: calc(((100% - 18px )/3)*1.21);
  }
  .detail_contributor_photo.sheet11 li:nth-of-type(4),
  .detail_contributor_photo.sheet11 li:nth-of-type(5),
  .detail_contributor_photo.sheet11 li:nth-of-type(6) {
    width: calc((100% - 24px )/5.1);
  }
  .detail_contributor_photo.sheet11 li:nth-of-type(7),
  .detail_contributor_photo.sheet11 li:nth-of-type(8),
  .detail_contributor_photo.sheet11 li:nth-of-type(9),
  .detail_contributor_photo.sheet11 li:nth-of-type(10),
  .detail_contributor_photo.sheet11 li:nth-of-type(11) {
    width: calc((100% - 24px )/5.12);
  }
  
  /* 12枚 */
  .detail_contributor_photo.sheet12 li:nth-of-type(1) {
    width: calc(6px + ((100% - 18px)/3)*1.78);
  }
  .detail_contributor_photo.sheet12 li:nth-of-type(2),
  .detail_contributor_photo.sheet12 li:nth-of-type(3) {
    float: right;
    width: calc(((100% - 18px )/3)*1.21);
  }
  .detail_contributor_photo.sheet12 li:nth-of-type(4),
  .detail_contributor_photo.sheet12 li:nth-of-type(5),
  .detail_contributor_photo.sheet12 li:nth-of-type(6) {
    width: calc((100% - 24px )/5.1);
  }
  .detail_contributor_photo.sheet12 li:nth-of-type(7),
  .detail_contributor_photo.sheet12 li:nth-of-type(8),
  .detail_contributor_photo.sheet12 li:nth-of-type(9),
  .detail_contributor_photo.sheet12 li:nth-of-type(10),
  .detail_contributor_photo.sheet12 li:nth-of-type(11),
  .detail_contributor_photo.sheet12 li:nth-of-type(12) {
    width: calc((100% - 24px )/6.27);
  }

  /* 13枚 */
  .detail_contributor_photo.sheet13 li:nth-of-type(1) {
    width: calc(6px + ((100% - 18px)/3)*2);
  }
  .detail_contributor_photo.sheet13 li:nth-of-type(2),
  .detail_contributor_photo.sheet13 li:nth-of-type(3) {
    float: right;
    width: calc((100% - 18px )/3);
  }
  .detail_contributor_photo.sheet13 li:nth-of-type(4),
  .detail_contributor_photo.sheet13 li:nth-of-type(5),
  .detail_contributor_photo.sheet13 li:nth-of-type(6),
  .detail_contributor_photo.sheet13 li:nth-of-type(7),
  .detail_contributor_photo.sheet13 li:nth-of-type(8),
  .detail_contributor_photo.sheet13 li:nth-of-type(9) {
    width: calc((100% - 18px )/3);
  }
  .detail_contributor_photo.sheet13 li:nth-of-type(10),
  .detail_contributor_photo.sheet13 li:nth-of-type(11),
  .detail_contributor_photo.sheet13 li:nth-of-type(12),
  .detail_contributor_photo.sheet13 li:nth-of-type(13) {
    width: calc((100% - 24px )/4);
  }

  /* 14枚 */
  .detail_contributor_photo.sheet14 li:nth-of-type(1) {
    width: calc(6px + ((100% - 18px)/3)*2);
  }
  .detail_contributor_photo.sheet14 li:nth-of-type(2),
  .detail_contributor_photo.sheet14 li:nth-of-type(3) {
    float: right;
    width: calc((100% - 18px )/3);
  }
  .detail_contributor_photo.sheet14 li:nth-of-type(4),
  .detail_contributor_photo.sheet14 li:nth-of-type(5),
  .detail_contributor_photo.sheet14 li:nth-of-type(6) {
    width: calc((100% - 18px )/3);
  }
  .detail_contributor_photo.sheet14 li:nth-of-type(7),
  .detail_contributor_photo.sheet14 li:nth-of-type(8),
  .detail_contributor_photo.sheet14 li:nth-of-type(9),
  .detail_contributor_photo.sheet14 li:nth-of-type(10),
  .detail_contributor_photo.sheet14 li:nth-of-type(11),
  .detail_contributor_photo.sheet14 li:nth-of-type(12),
  .detail_contributor_photo.sheet14 li:nth-of-type(13),
  .detail_contributor_photo.sheet14 li:nth-of-type(14) {
    width: calc((100% - 24px )/4);
  }

  /* 15枚 */
  .detail_contributor_photo.sheet15 li:nth-of-type(1) {
    width: calc(6px + ((100% - 18px)/3)*2);
  }
  .detail_contributor_photo.sheet15 li:nth-of-type(2),
  .detail_contributor_photo.sheet15 li:nth-of-type(3) {
    float: right;
    width: calc((100% - 18px )/3);
  }
  .detail_contributor_photo.sheet15 li:nth-of-type(4),
  .detail_contributor_photo.sheet15 li:nth-of-type(5),
  .detail_contributor_photo.sheet15 li:nth-of-type(6) {
    width: calc((100% - 18px )/3);
  }
  .detail_contributor_photo.sheet15 li:nth-of-type(7),
  .detail_contributor_photo.sheet15 li:nth-of-type(8),
  .detail_contributor_photo.sheet15 li:nth-of-type(9),
  .detail_contributor_photo.sheet15 li:nth-of-type(10) {
    width: calc((100% - 24px )/4);
  }
  .detail_contributor_photo.sheet15 li:nth-of-type(11),
  .detail_contributor_photo.sheet15 li:nth-of-type(12),
  .detail_contributor_photo.sheet15 li:nth-of-type(13),
  .detail_contributor_photo.sheet15 li:nth-of-type(14),
  .detail_contributor_photo.sheet15 li:nth-of-type(15) {
    width: calc((100% - 30px )/5);
  }
}

@media screen and (min-width: 768px) {
	.post_reviews_detail .detail_main_album {
    margin-top: 10px;
	}
	.post_reviews_detail .detail_main_album {
    max-width: 615px;
    padding: 0 0 15px;
    margin: 10px auto 0;
	}
	.post_reviews_detail .detail_contributor_photo li a .icon_zoom::after {
    content: "";
    background: url(/static/image-cmn/ico-search.png) 0 0 / 11px 11px no-repeat;
    bottom: 0;
    height: 11px;
    position: absolute;
    right: 0;
    width: 11px;
    z-index: 1;
	}

	/* sheet 10 */
	.post_reviews_detail .detail_contributor_photo.sheet10 li:nth-of-type(1) {
    height: 326px;
    width: 436px;
	}
	.post_reviews_detail .detail_contributor_photo.sheet10 li:nth-of-type(2),
	.post_reviews_detail .detail_contributor_photo.sheet10 li:nth-of-type(3),
	.post_reviews_detail .detail_contributor_photo.sheet10 li:nth-of-type(4) {
    height: 105px;
    width: 166px;
	}
	.post_reviews_detail .detail_contributor_photo.sheet10 li:nth-of-type(5),
	.post_reviews_detail .detail_contributor_photo.sheet10 li:nth-of-type(6),
	.post_reviews_detail .detail_contributor_photo.sheet10 li:nth-of-type(7),
	.post_reviews_detail .detail_contributor_photo.sheet10 li:nth-of-type(8),
	.post_reviews_detail .detail_contributor_photo.sheet10 li:nth-of-type(9),
	.post_reviews_detail .detail_contributor_photo.sheet10 li:nth-of-type(10) {
    height: 157px;
    width: 199px;
	}

	/* sheet 09 */
	.post_reviews_detail .detail_contributor_photo.sheet09 li:nth-of-type(1) {
    height: 326px;
    width: 436px;
	}
	.post_reviews_detail .detail_contributor_photo.sheet09 li:nth-of-type(2),
	.post_reviews_detail .detail_contributor_photo.sheet09 li:nth-of-type(3),
	.post_reviews_detail .detail_contributor_photo.sheet09 li:nth-of-type(4) {
    height: 105px;
    width: 166px;
	}
	.post_reviews_detail .detail_contributor_photo.sheet09 li:nth-of-type(5),
	.post_reviews_detail .detail_contributor_photo.sheet09 li:nth-of-type(6),
	.post_reviews_detail .detail_contributor_photo.sheet09 li:nth-of-type(7) {
    height: 157px;
    width: 199px;
	}
	.post_reviews_detail .detail_contributor_photo.sheet09 li:nth-of-type(8),
	.post_reviews_detail .detail_contributor_photo.sheet09 li:nth-of-type(9) {
    height: 228px;
    width: 301px;
	}

	/* sheet 8 */
	.post_reviews_detail .detail_contributor_photo.sheet08 li:nth-of-type(1) {
    height: 326px;
    width: 436px;
	}
	.post_reviews_detail .detail_contributor_photo.sheet08 li:nth-of-type(2),
	.post_reviews_detail .detail_contributor_photo.sheet08 li:nth-of-type(3),
	.post_reviews_detail .detail_contributor_photo.sheet08 li:nth-of-type(4) {
    height: 105px;
    width: 166px;
	}
	.post_reviews_detail .detail_contributor_photo.sheet08 li:nth-of-type(5),
	.post_reviews_detail .detail_contributor_photo.sheet08 li:nth-of-type(6),
	.post_reviews_detail .detail_contributor_photo.sheet08 li:nth-of-type(7),
	.post_reviews_detail .detail_contributor_photo.sheet08 li:nth-of-type(8) {
    height: 228px;
    width: 301px;
	}

	/* sheet 7 */
	.post_reviews_detail .detail_contributor_photo.sheet07 li:nth-of-type(1) {
    height: 326px;
    width: 436px;
	}
	.post_reviews_detail .detail_contributor_photo.sheet07 li:nth-of-type(2),
	.post_reviews_detail .detail_contributor_photo.sheet07 li:nth-of-type(3),
	.post_reviews_detail .detail_contributor_photo.sheet07 li:nth-of-type(4) {
    height: 105px;
    width: 166px;
	}
	.post_reviews_detail .detail_contributor_photo.sheet07 li:nth-of-type(5),
	.post_reviews_detail .detail_contributor_photo.sheet07 li:nth-of-type(6),
	.post_reviews_detail .detail_contributor_photo.sheet07 li:nth-of-type(7) {
    height: 150px;
    width: 199px;
	}

	/* sheet 6 */
	.post_reviews_detail .detail_contributor_photo.sheet06 li:nth-of-type(1) {
    height: 326px;
    width: 436px;
	}
	.post_reviews_detail .detail_contributor_photo.sheet06 li:nth-of-type(2),
	.post_reviews_detail .detail_contributor_photo.sheet06 li:nth-of-type(3),
	.post_reviews_detail .detail_contributor_photo.sheet06 li:nth-of-type(4) {
    height: 105px;
    width: 166px;
	}
	.post_reviews_detail .detail_contributor_photo.sheet06 li:nth-of-type(5),
	.post_reviews_detail .detail_contributor_photo.sheet06 li:nth-of-type(6) {
    height: 228px;
    width: 301px;
	}

	/* sheet 5 */
	.post_reviews_detail .detail_contributor_photo.sheet05 li:nth-of-type(1) {
    height: 312px;
    width: 390px;
	}
	.post_reviews_detail .detail_contributor_photo.sheet05 li:nth-of-type(2),
	.post_reviews_detail .detail_contributor_photo.sheet05 li:nth-of-type(3) {
    height: 153px;
    width: 213px;
	}
	.post_reviews_detail .detail_contributor_photo.sheet05 li:nth-of-type(4),
	.post_reviews_detail .detail_contributor_photo.sheet05 li:nth-of-type(5) {
    height: 227px;
    width: 301px;
	}

	/* sheet 4 */
	.post_reviews_detail .detail_contributor_photo.sheet04 li:nth-of-type(1) {
    height: 326px;
    width: 436px;
	}
	.post_reviews_detail .detail_contributor_photo.sheet04 li:nth-of-type(2),
	.post_reviews_detail .detail_contributor_photo.sheet04 li:nth-of-type(3),
	.post_reviews_detail .detail_contributor_photo.sheet04 li:nth-of-type(4) {
    height: 105px;
    width: 166px;
	}

	/* sheet 3 */
	.post_reviews_detail .detail_contributor_photo.sheet03 li:nth-of-type(1) {
    height: 312px;
    width: 390px;
	}
	.post_reviews_detail .detail_contributor_photo.sheet03 li:nth-of-type(2),
	.post_reviews_detail .detail_contributor_photo.sheet03 li:nth-of-type(3) {
    height: 153px;
    width: 213px;
	}

	/* sheet 2 */
	.post_reviews_detail .detail_contributor_photo.sheet02 li:nth-of-type(1),
	.post_reviews_detail .detail_contributor_photo.sheet02 li:nth-of-type(2) {
    height: 227px;
    width: 301px;
	}
}