@charset "shift_jis";



.review h2{
	margin: 40px 0 20px 0;
	font-size: 18px;
    margin: 20px 0;
    border-bottom: 1px solid #222222;
    display: flex;
    align-content: center;
    align-items: center;
}

.review a{
	font-size: inherit;
}
.review p{
	text-align: center;
	padding: 10px;
}



.review .btn-white,
.review .btn-black{
	text-decoration: none !important;
    display: inline-flex;
	text-align: center;
	padding: 0.5em;
    background-color: #222222;
    color: #ffffff !important;
    border: 1px solid #222222 !important;
    border-radius: 5px;
	justify-content: center;
    align-items: center;
    align-content: center;
	margin: auto;
	margin-top: 10px;
}
.review .btn-black.flex,
.review .btn-white.flex{
	display: flex;
}
.review .btn-black:hover{
	background-color: #fff;
	color: #222222 !important;
}
.review .btn-white{
	background-color: #fff;
	color: #222222 !important;
}
.review .btn-white:hover{
	background-color: #222222;
	color: #ffffff !important;
}






.review .review-summary{
	display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    align-content: center;
}
.review .review-summary .star_rating {
	font-size: 22px;
}
.review .review-summary .score {
	font-size: 24px;
}
.review .review-summary .count {
	padding-left: 5px;
}



.review .page-nav .total{
	font-family: 'Lato',sans-serif,'????';
    font-size: 1.7em;
    font-weight: bold;
}


.review .no-review{
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}


.review-detail{
	background-color: #EFEFEF;
	margin: 15px 0;
	padding: 20px;
}
.review-detail dd{
	display: flex;
	justify-content: space-between;
    align-items: center;
    align-content: center;
}
.review-detail .star_rating{
	font-size: 18px;
}
.review-detail .user{
	font-size: 14px;
	font-weight: bold;
}
.review-detail .date{
	font-size: 12px;
}
.review-detail .item{
	font-size: 11px;
}
.review-detail .comment{
	padding: 10px 0;
}



.review .pagination{
	display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 10px;
	margin: 20px auto;
}
.review .pagination .num{
	font-family: 'Lato',sans-serif,'????';
	border: 1px solid #222222;
	border-radius: 5px;
    font-weight: bold;
	
	width: 2em;
	height: 2em;
	display: flex;
	align-items: center;
    justify-content: center;
}
.review .pagination .num.active{
	background-color: #222222;
	color: #ffffff;
}
.review .pagination a{
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
/*-------------------*/


dl.item{
	display: inline-grid;
	gap:0 20px;
	border:1px solid #222222;
	padding: 20px;
	border-radius: 5px;
}



.review dl.item .img{
	display: flex;
}
.review dl.item .img img{
	max-width: 100%;
}
.review .main-content .item-area .item{
	position: sticky;
	top:155px;
}

.review .main-content{
	display: flex;
	flex-direction: row-reverse;
	gap:20px;
}
.review .main-content .review-area{
	flex: 1;
}
.review .main-content .item-area{
	width: 300px;
}

/*レビュー記入*/
.review-input .btn-input{
	text-align: center;
    margin-top: 30px;
}
.review-input .btn-input .btn-white,	
.review-input .btn-input .btn-black{	
    padding: 15px 0;
    margin: auto;
    min-width: 200px;
}
.review-input .btn-input .btn-white{	
    margin-right: 30px;
}
.review-input #err2{
    font-size: 1.2em;
}
.review-input #err2 .material-icons-outlined {
    position: relative;
    top: 5px;
    right: 3px;
}
.review-input .p-point{
	background: #ffe8e8;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.review-input #review_c{
	margin-top: 30px;
}
.review-input input{
	cursor: pointer;
}
.review-input .review-input-content{
	text-align: center;
}
/*20250521 Y.ABE ADD STA [VIP案内]*/
.review-input .vip-info{
	border:solid 1px #9b9b9b;
	border-radius:5px;
	padding:10px;
	text-align: left;
    margin-top: 15px;
}
.review-input .vip-info a{
	color: red;
    text-decoration: underline;
}
/*20250521 Y.ABE ADD END [VIP案内]*/

/* 20250527 Y.HIKIDA [星のシェア・絞り込み フィルター] ADD STA */
.review-filter {
	text-align: left !important;
}

.review-filter span {
	font-weight: bold;
}

.filter-clear { 
	text-decoration: none;
    color: #007bff !important;
    margin-left: 6px;
    font-weight: normal;
}
/* 20250527 Y.HIKIDA [星のシェア・絞り込み フィルター] ADD END */

/* 20250826 S.IKEGAMI [レビュー画像投稿機能] ADD STA */
#uploadcontainer{
	display: flex;
	gap: 10px;
}

.picture-box{
	width: 150px;
	height: 150px;
	border: 2px dashed #aaa;
 	display: flex;
  	justify-content: center;
  	align-items: center;
  	color: #777;
  	overflow: hidden;
  	text-align: center;
	position: relative;
	box-sizing: border-box;/* 20260128 OU.ISHIN [レビュー動画投稿] ADD */
}

.picture-box input[type="file"] {
    display: none;
}

.picture-box img {
	width: 100%;
	height: 100%;
	/* object-fit: cover; */    /* 20250916 R.ODA [レビュー画像表示 ※内部レビュー用] DEL */
	object-fit: contain;    /* 20250916 R.ODA [レビュー画像表示 ※内部レビュー用] MOD */
}

.picture-box .remove-btn{
	position: absolute;
	top: 0px;
	right: 0px;
	color: black;
	width: 24px;
	height: 24px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	display: none;
}

.picture-box.has-image .remove-btn {
	display: block;
}

.picture-box .placeholder-icon{
	color: black;
}

.confirm-picture-box img{
	width: 150px;
	height: 150px;
 	/* object-fit: cover; */    /* 20250916 R.ODA [レビュー画像表示 画像アスペクト比を維持] DEL */
	object-fit: contain;    /* 20250916 R.ODA [レビュー画像表示 画像アスペクト比を維持] MOD */
	gap: 10px;
}
/* 20250826 S.IKEGAMI [レビュー画像投稿機能] ADD END */
/* 20251008 R.ODA [レビュー画像バリデーション] ADD STA */
.review .itemComment {
	font-size: 13px;
	line-height: 1.5em;
	text-indent: -1em;
	padding-left: 1em;
}
.review .itemComment:last-of-type {
	margin-bottom: 5px;
}
/* 20251008 R.ODA [レビュー画像バリデーション] ADD END */
/* 20260128 OU.ISHIN [レビュー動画投稿] ADD STA */
#video_slot_container #main_slot {
	border: 2px dashed #bbb;
}
#video_slot_container #main_slot #add_label {
	cursor:pointer; 
	flex-direction:column; 
	align-items:center; 
	justify-content:center; 
	width:100%; 
	height:100%;
}
#video_slot_container #main_slot #thumb_wrapper {
	width:100%;
	height:100%; 
	position:relative; 
	align-items:center; 
	justify-content:center;
}
#video_slot_container #main_slot #thumb_wrapper #thumbnail_img{
	max-width:100%; 
	max-height:100%;
}
#video_slot_container #main_slot #thumb_wrapper #video_duration{
	position:absolute; 
	bottom:5px; 
	right:5px; 
	background:rgba(0,0,0,0.7); 
	color:#fff; 
	padding:2px 5px; 
	font-size:10px; 
}
#video_slot_container #video_loading {
	display:none; 
	flex-direction:column; 
	align-items:center;
}
#video_slot_container #video_loading span {
	font-size: 10px; margin-top:5px; color:#666;
}
.video-slot {
	position: relative;
	width: 150px;
	height: 150px;
	border: 2px dashed #ccc;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.add-btn-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #999;
	cursor: pointer;
	width: 100%;
	height: 100%;
	justify-content: center;
}
.add-btn-content .add_button {
	font-size: 32px; 
	margin-bottom: 5px;
}
.add-btn-content .add_message {
	font-size: 12px;
}
#thumb_wrapper {
	position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    align-items: center;
    justify-content: center;
    z-index: 5;
    background: #fff;
}
#include_audio {
	margin-right: 3px;
}
#video_upload_error_message {
	color: red
}
/* 動画削除ボタン */
.video_remove-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    color: black;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
/* 動画サムネイル */
#thumbnail_img {
	width: 150px;
    height: 150px;
    object-fit: cover;
    display: block;
}
/* 動画再生時間 */
.duration-badge {
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 11px;
	pointer-events: none;
}
.border-none {
	border: none !important;
}
.spinner { width: 24px; height: 24px; border: 3px solid #f3f3f3; border-top: 3px solid #3498db; border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* 確認画面 */
.confirm-video-slot {
	position: relative;
	width: 150px;
	height: 150px;
	background: #fff;
	border: 1px solid #ccc;
	overflow: visible;
	display: flex;
	align-items: center;
	justify-content: center;
}
#thumbnail_img {
	width: 150px;
	height: 150px;
	object-fit: cover;
}
.duration-badge {
	position: absolute;
	bottom: 8px;
	right: 8px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 11px;
}
.video-slot-dsp {
	position: relative;
	width: 150px;
	height: 150px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.video-slot-dsp img {
	width:150px;
	height:150px; 
	object-fit:cover;	
}
.hidden {
	display: none;
}
.flex {
	display: flex;
}
/* 20260128 OU.ISHIN [レビュー動画投稿] ADD END */


/*20260128 OU.ISHIN [レビュー動画投稿] ADD STA*/
.video-item {
    position: relative;
}
.video-swiper {
	width: 100% !important;
}
.video-item .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	transform: translate(-50%, -50%);
	background: rgba(0,0,0,0.6);
	border-radius: 50%;
	pointer-events: none;
}
.video-item .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .6);
    border-radius: 50%;
}
.video-item .play-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 52%;
	transform: translate(-50%, -50%);
	border-left: 16px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.video-item .video-play-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
	border-left: 40px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}
.video-item .video-duration {
    position: absolute;
    right: 6px;
    bottom: 6px;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: black;
    pointer-events: none;
}
/*20260128 OU.ISHIN [レビュー動画投稿] ADD END*/
