@charset "UTF-8";
/*--------------------------------------------------*/
/*  既存部分の書き換え                              */
/*--------------------------------------------------*/
.red_btn {
	position: relative;
}
.red_btn::after {
	position: absolute;
	top: calc(50% - 8px);
	right: 10px;
	color: #fff;
	font-size: 16px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f138";
}
.item_dt_r .menu_box .order_btn .red_btn::after {
	top: calc(50% - 6px);
	right: 6px;
	font-size: 12px;
}
/*--------------------------------------------------*/
/*  商品詳細                                        */
/*--------------------------------------------------*/
#item_desc_body2 {
	display: none;
	padding: 25px 0 0 0;
}
.item_dt_tbl {
	display: table;
	width: 1300px;
	margin: 20px auto 20px auto;
}
.item_dt_tbl .item_dt_l {
	display: table-cell;
	padding: 0 20px 0 0;
	vertical-align: top;
}
.item_dt_tbl .item_dt_r {
	display: table-cell;
	width: 240px;
	vertical-align: top;
}
.item_dt_r .menu_box {
	width: 240px;
}
.item_dt_r .menu_box .order_btn {
	position: relative;
	padding: 20px 10px;
	border: 1px solid #c0c0c0;
}
.item_dt_r .menu_box .order_btn a {
	width: 200px;
}
.item_dt_r .menu_box .order_btn a.go_btn.off {
	color: #808080;
	text-shadow: none;
	background: #f0f0f0;
	border: 1px solid #808080;
}
.item_dt_r .menu_box .order_image {
	display: none;
	position: relative;
	height: 198px;
	overflow: hidden;
	border: 1px solid #c0c0c0;
	border-bottom: none;
}
.item_dt_r .menu_box .order_image img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.item_dt_r .menu_box .dt_btn {
	font-size: 0;
}
.item_dt_r .menu_box .dt_btn li {
	display: inline-block;
	width: 80px;
	height: 80px;
	vertical-align: top;
}
.item_dt_r .menu_box .dt_btn li a {
	display: block;
	color: #2a2a2a;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #f8f8f8;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}
.item_dt_r .menu_box .dt_btn li:nth-child(3n-2) a {
	border-left: 1px solid #c0c0c0;
}
.item_dt_r .menu_box .dt_btn li.ln1 a {
	height: 14px;
	padding: 33px 0 32px 0;
	line-height: 1;
}
.item_dt_r .menu_box .dt_btn li.ln2 a {
	height: 40px;
	padding: 20px 0 19px 0;
	line-height: 20px;
}
.item_dt_r .menu_box .dt_btn li a:hover {
	color: #fff;
	background: #f04070;
	border-color: #f04070;
}
.maker_dt .item_desc_tbl,
.item_dt_l .item_desc_tbl {
	display: table;
	width: 100%;
}
.item_desc_tbl .item_desc_l,
.item_desc_tbl .item_desc_r {
	display: table-cell;
	vertical-align: top;
}
.item_desc_tbl .item_desc_l {
	width: 300px;
	padding: 0 20px 0 0;
}
.item_dt .item_desc_l .item_image {
	width: 300px;
	height: 250px;
	overflow: hidden;
}
.item_dt .item_desc_l .item_image img {
	display: block;
	max-width: 300px;
	max-height: 250px;
	margin: 0 auto;
}
.maker_dt .item_desc_l .item_image {
	display: table;
	width: 298px;
	height: 248px;
	border: 1px solid #c0c0c0;
}
.maker_dt .item_desc_l .item_image .inner {
	display: table-cell;
	width: 298px;
	height: 248px;
	text-align: center;
	vertical-align: middle;
}
.maker_dt .item_desc_l .item_image img {
	max-width: 298px;
	max-height: 248px;
	vertical-align: bottom;
}
.item_desc_l .image_list {
	margin: 15px 0;
	font-size: 0;
}
.item_desc_l .image_list li {
	display: inline-block;
	width: 66px;
	height: 55px;
	margin: 0 9px 8px 0;
	border: 1px solid #c0c0c0;
	overflow: hidden;
	cursor: pointer;
}
.item_desc_l .image_list li:nth-child(4n) {
	margin: 0 0 8px 0;
}
.item_desc_l .image_list li.active,
.item_desc_l .image_list li:hover {
	border-color: #f04070;
}
.item_desc_l .image_list li img {
	display: block;
	height: 100%;
	margin: 0 auto;
}
.item_dt .item_title {
	position: relative;
	padding: 0 170px 5px 0;
	border-bottom: 1px solid #dadada;
}
.maker_dt .item_title {
	position: relative;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #dadada;
}
.maker_dt .item_title h1,
.item_dt .item_title h1 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	border-bottom: none !important;
}
.maker_dt .item_title .update_date {
	position: static;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
}
.maker_dt .maker_desc,
.item_dt .item_desc {
	position: relative;
	padding: 10px 15px 20px 15px;
	font-size: 16px;
	line-height: 24px;
}
.item_dt .item_desc .item_review {
	position: absolute;
	top: 10px;
	right: 10px;
}
.item_dt .item_desc .item_review a {
	color: #2a2a2a;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}
.item_dt .item_desc .item_review a.non {
	text-decoration: underline;
}
.item_dt .item_desc .item_review a:hover {
	color: #f00000;
}
.item_dt .item_tag {
	min-height: 30px;
	margin: 0;
	font-size: 0;
}
.item_dt .item_tag li {
	display: inline-block;
	width: auto;
	margin: 5px 8px 5px 0;
	padding: 7px;
	color: #404040;
	font-size: 15px;
	line-height: 1;
	border: 1px solid #808080;
	border-radius: 2px;
}
.item_dt .item_tag li.original {
	color: #fff;
	font-weight: bold;
	background: #20aa00;
	border: 1px solid #20aa00;
}
.item_dt .item_desc .red_btn {
	max-width: 320px;
}
.item_dt .item_desc .normal_tbl {
	width: calc(100% - 20px);
	margin: 10px 10px;
}
.item_dt .item_desc .normal_tbl th,
.item_dt .item_desc .normal_tbl td {
	padding: 12px 14px;
	font-size: 14px;
	line-height: 21px;
}
.item_dt .item_desc .normal_tbl th {
	width: 48px;
}
.item_dt .item_desc .chira_area {
	display: none;
	margin: 20px 20px 0 20px;
}
.item_dt .item_desc .chira_area .chira_name {
	display: table-cell;
	width: 160px;
	padding: 0 15px 0 0;
	vertical-align: top;
}
.item_dt .item_desc .chira_area .chira_name li {
	position: relative;
	width: calc(100% - 14px);
	margin: 0 0 0 0;
	padding: 6px 7px;
	color: #404040;
	font-size: 12px;
	line-height: 16px;
	cursor: pointer;
	background: #fafafa;
	border: 1px solid #c0c0c0;
	border-bottom: none;
}
.item_dt .item_desc .chira_area .chira_name li:first-child {
	border-radius: 2px 2px 0 0;
}
.item_dt .item_desc .chira_area .chira_name li:last-child {
	border-bottom: 1px solid #c0c0c0;
	border-radius: 0 0 2px 2px;
}
.item_dt .item_desc .chira_area .chira_name li:not(.active):hover {
	background: #ffe0f0;
}
.item_dt .item_desc .chira_area .chira_name li.active {
	color: #fff;
	font-weight: bold;
	cursor: default;
	background: #f04070;
	border-color: #f04070;
}
.item_dt .item_desc .chira_area .chira_name li.active::after {
	position: absolute;
	top: calc(50% - 4px);
	right: -13px;
	width: 0;
	height: 0;
	content: "";
	border-color: transparent transparent transparent #f04070;
	border-style: solid solid solid solid;
	border-width: 4px 6px 4px 6px;
}
.item_dt .item_desc .chira_body {
	display: table-cell;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
}
.item_dt .item_desc .chira_body li {
	display: none;
}
.item_dt .item_desc .chira_body li.active {
	display: block;
	margin: 0 auto;
}
.item_dt .item_desc .chira_body li table {
	margin: 0 auto;
	padding: 0 0 0 0;
	table-layout: fixed;
}
.item_dt .item_desc .chira_body li table th,
.item_dt .item_desc .chira_body li table td {
	padding: 10px 12px;
	font-size: 15px;
	line-height: 21px;
}
.item_dt .item_desc .chira_body li table th {
	width: 50px;
}
.item_dt .item_desc .ingred {
	padding: 3px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.item_dt .item_desc .effect {
	margin: 10px 0 5px 0;
	font-size: 0;
}
.item_dt .item_desc .effect li {
	display: inline-block;
	margin: 3px 5px 3px 0;
	padding: 6px 6px;
	font-size: 13px;
	line-height: 1;
	border: 1px solid #b0b0b0;
	border-radius: 2px;
}
.item_dt .item_desc .link {
	font-size: 0;
	cursor: default;
}
.item_dt .item_desc .link li {
	display: inline-block;
	margin: 0 15px 0 0;
}
.item_dt .item_desc .link li a {
	position: relative;
	padding: 0 0 0 8px;
	font-size: 14px;
	line-height: 18px;
}
.item_dt .item_desc .link li a::before {
	position: absolute;
	top: calc(50% - 6px);
	left: 2px;
	font-family: FontAwesome;
	font-style: normal;
	content: "\f0da";
	font-size: 12px;
	line-height: 1;
}
.item_dt h3 {
	width: 1000px;
	margin: 20px auto 2px auto;
}



/* ここから新しいやつ */
#rating_header {
	margin: 20px auto 0 auto;
}
#rating_header td {
	height: 32px;
	vertical-align: middle;
}
#rating_header .image {
	padding: 10px 0 0 0;
	text-align: right;
}
#rating_header img {
	width: 110px;
	line-height: 32px;
}
#rating_header .value {
	max-width: 100px;
	padding: 0 5px 0 10px;
	text-align: center;
}
#rating_header .value p {
	color: #d00000;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
}
#rating_header .count {
	text-align: left;
}
#rating_header .count p {
	font-size: 16px;
	line-height: 1;
}



#rating_body {
	width: calc(100% - 30px);
	max-width: 640px;
	margin: 0 auto;
}
#rating_body td {
	vertical-align: middle;
}
#rating_body .title {
	width: 80px;
	text-align: center;
}
#rating_body .title img {
	width: 80px;
	color: #404040;
	font-size: 16px;
	line-height: 36px;
}
#rating_body .ON .title img {
	color: #1010ca;
}
#rating_body .meter {
	padding: 2px 15px;
}
#rating_body .meter .meter_outer {
	position: relative;
	width: calc(100% - 2px);
	height: 30px;
	padding: 0;
	background: -webkit-linear-gradient(top,#eee,#f6f6f6);
	background: -moz-linear-gradient(top,   #eee,#f6f6f6);
	background: linear-gradient(to bottom,  #eee,#f6f6f6);
	border: 1px solid #a0a0a0;
	border-radius: 3px;
}
#rating_body .meter .meter_outer .meter_bar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 30px;
	background: -webkit-linear-gradient(top,#fac040,#f0b030);
	background: -moz-linear-gradient(top,   #fac040,#f0b030);
	background: linear-gradient(to bottom,  #fac040,#f0b030);
	border-right: 1px solid #da8a2a;
	border-radius: 3px 0 0 3px;
}
#rating_body .count {
	width: 64px;
}
#rating_body .count p {
	color: #404040;
	font-size: 18px;
	line-height: 1;
	text-align: right;
}
#rating_body .ON .count p {
	color: #1010ca;
	text-decoration: underline;
}
#rating_body .ON {
	cursor: pointer;
}
#rating_body_loading {
	position: relative;
	margin: 10px 0 20px 0;
	padding: 10px 0;
}
#rating_body_loading.ON::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0,0,0,0.75);
}
.loading_img {
	display: none;
}
#rating_body_loading.ON .loading_img {
	display: block;
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	z-index: 2;
	width: 80px;
	height: 80px;
}
#review_list_loading {
	position: relative;
	min-height: 100px;
	border-top: 1px solid #dadada;
}
#review_list_loading.ON::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0,0,0,0.75);
}
#review_list_loading.ON .loading_img {
	display: block;
	position: absolute;
	top: 100px;
	left: calc(50% - 40px);
	z-index: 2;
	width: 80px;
	height: 80px;
}





.item_dt .scroll_btn {
	display: table;
	min-width: 480px;
	max-width: 80%;
	margin: 30px auto 40px auto;
}
.item_dt .scroll_btn li {
	display: table-cell;
	width: 16%;
	max-width: 120px;
}
.item_dt .scroll_btn li p,
.item_dt .scroll_btn li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 12px 0 36px 0;
	color: #a0a0a0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background: #eaeaea;
	border: 1px solid #808080;
	border-right: none;
}
.item_dt .scroll_btn li:first-child p,
.item_dt .scroll_btn li:first-child a {
	border-radius: 4px 0 0 4px;
}
.item_dt .scroll_btn li:last-child p,
.item_dt .scroll_btn li:last-child a {
	border-right: 1px solid #808080;
	border-radius: 0 4px 4px 0;
}
.item_dt .scroll_btn li p.ON,
.item_dt .scroll_btn li a.ON {
	color: #505050;
	cursor: pointer;
	background: -webkit-linear-gradient(top,#faffff,#dadada);
	background: -moz-linear-gradient(top,   #faffff,#dadada);
	background: linear-gradient(to bottom,  #faffff,#dadada);
}
.item_dt .scroll_btn li p.ON:hover,
.item_dt .scroll_btn li a.ON:hover {
	color: #f00;
	background: -webkit-linear-gradient(top,#faffff,#c0e0f0);
	background: -moz-linear-gradient(top,   #faffff,#c0e0f0);
	background: linear-gradient(to bottom,  #faffff,#c0e0f0);
}
.item_dt .scroll_btn li p::after,
.item_dt .scroll_btn li a::after {
	position: absolute;
	bottom: 5px;
	left: calc(50% - 10px);
	font-size: 20px;
	content: "\f13a";
	font-family: FontAwesome;
	font-style: normal;
}


.st_login {
	display: none;
}
.disabled_btn {
	display: block;
	width: 360px;
	margin: 30px auto;
	padding: 15px 0;
	color: #aaaaaa;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background: #fafafa;
	border: 1px solid #cacaca;
	border-radius: 4px;
}
.review_list_new {
	margin: 10px;
}
.review_list_new > li {
	padding: 20px 10px;
	border-bottom: 1px solid #dadada;
}
.review_list_new > li:last-child {
	margin: 0 0 20px 0;
}
.review_list_new .review_header {
	display: table;
}
.review_list_new .review_header .img,
.review_list_new .review_header .user {
	display: table-cell;
	vertical-align: middle;
}
.review_list_new .review_header .img img {
	display: block;
	width: 60px;
}
.review_list_new .review_header .user p {
	margin: 0 0 0 20px;
	font-size: 13px;
	line-height: 21px;
	vertical-align: bottom;
}
.review_list_new .review_header .user p strong {
	margin-right: 3px;
	font-size: 16px;
	font-weight: normal;
}
.review_list_new .review_header .user .item {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 24px;
}
.item_dt .review_list_new .review_header .user .item {
	display: none;
}
.review_list_new .comment {
	position: relative;
	margin: 0;
	overflow: hidden;
}
.review_list_new .comment p {
	margin: 5px 0 0 0;
	font-size: 16px;
	line-height: 26px;
}
.review_list_new .comment .more {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 72px;
	margin: 0;
	text-align: center;
	cursor: pointer;
	background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top,   rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
}
.review_list_new .comment .more span {
	position: absolute;
	left: calc(50% - 60px);
	bottom: 10px;
	z-index: 2;
	color: #1010ca;
	font-size: 15px;
	line-height: 1;
}
.review_list_new .images {
	font-size: 0;
	margin: 0 10px;
}
.review_list_new .images li {
	display: inline-block;
	margin: 10px 5px;
	border: none;
	vertical-align: top;
}
.review_list_new .images li a {
	display: block;
}
.review_list_new .images li a img {
	display: block;
	max-width: 60px;
	max-height: 60px;
	border: 1px solid #c0c0c0;
}
.review_list_new .reply {
	display: none;
	position: relative;
	margin: 20px 30px 10px 30px;
	padding: 45px 20px 20px 20px;
	font-size: 15px;
	line-height: 25px;
	background: #fffef0;
	border: 1px solid #c0c0c0;
}
.review_list_new .reply::before{
	position: absolute;
	top: 15px;
	left: 15px;
	content: "サイト運営者から";
	font-size: 16px;
	font-weight: bold;
}
.review_tbl_new {
	margin: 30px auto;
	width: 80%;
}
.review_tbl_new dt {
	position: relative;
	padding: 12px 20px;
	color: #2a2a2a;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	vertical-align: bottom;
	background: #f0f0f0;
	border: 1px solid #c0c0c0;
	border-bottom: none;
}
.review_tbl_new dt span {
	margin: 0 0 0 20px;
	font-size: 14px;
	font-weight: normal;
}
.review_tbl_new dd {
	padding: 30px 20px 30px 20px;
	vertical-align: middle;
	border: 1px solid #c0c0c0;
	border-bottom: none;
}
.review_tbl_new dd:last-child {
	border-bottom: 1px solid #c0c0c0;
}
.review_tbl_new dd p,
.review_tbl_new dd img {
	display: inline-block;
	margin: 0 20px 0 0;
	font-size: 18px;
	line-height: 26px;
	vertical-align: middle;
}
.review_tbl_new dd img {
	max-width: 60px;
	max-height: 60px;
}
.review_tbl_new dd input[type="text"] {
	display: block;
	width: calc(100% - 26px);
	height: 32px;
	padding: 8px 12px;
	font-size: 16px;
	line-height: 16px;
	border: 1px solid #c0c0c0;
	border-radius: 2px;
}
.review_tbl_new dd textarea {
	display: block;
	width: calc(100% - 26px);
	height: 78px;
	padding: 8px 12px;
	font-size: 16px;
	line-height: 26px;
	overflow: auto;
	border: 1px solid #c0c0c0;
	border-radius: 2px;
}


.rate_range {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}
.rate_range input[type="radio"] {
	display: none;
}
.rate_range label {
	position: relative;
	padding: 10px 10px 0 10px;
	color: #a0a0a0;
	font-size: 40px;
	cursor: pointer;
}
.rate_range label span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #505050;
	font-size: 12px;
	text-align: center;
}
.rate_range label:hover,
.rate_range label:hover ~ label,
.rate_range input[type="radio"]:checked ~ label {
	color: #eac000;
}


.review_images {
	margin: 0 20px;
	font-size: 0;
}
.review_images li {
	display: none;
	position: relative;
	width: 74px;
	height: 74px;
	margin: 0 20px 0 0;
}
.review_images li.active,
.review_images li.active_on {
	display: inline-block;
}
.review_images li input {
	display: none;
}
.review_images li label {
	position: relative;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
}
.review_images li.active_on label {
	display: block;
	width: 72px;
	height: 72px;
	background: #fff;
	border: 1px solid #b0b0b0;
}
.review_images li.active label {
	display: block;
	width: 70px;
	height: 70px;
	border: 2px dashed #b0b0b0;
}
.review_images li.active label::before {
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 12px);
	z-index: 1;
	width: 24px;
	height: 2px;
	content: "";
	background: #b0b0b0;
}
.review_images li.active label::after {
	position: absolute;
	top: calc(50% - 12px);
	left: calc(50% - 1px);
	z-index: 1;
	width: 2px;
	height: 24px;
	content: "";
	background: #b0b0b0;
}
.review_images li label img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	max-width: 72px;
	max-height: 72px;
	margin: auto;
}


#review_new_rating {
	font-size: 24px;
	color: #eac000;
}
#review_new_img {
	vertical-align: middle;
}
#review_new_img img {
	max-width: 50px;
	max-height: 50px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	border: 1px solid #c0c0c0;
}






#popup_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 301;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.75);
}
#popup_box {
	display: none;
	position: absolute;
	top: 50px;
	left: calc(50% - 621px);
	z-index: 302;
	background: #fff;
}
#popup_box .close_btn {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 304;
	width: 118px;
	height: 24px;
	padding: 37px 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background: #f05070;
	cursor: pointer;
	border: 1px solid #f05070;
}
#popup_box .close_btn:hover {
	color: #f05070;
	background: #ffeae0;
}
#popup_box .main_img {
	position: relative;
	margin: 20px;
	background: #c0c0c0;
	border: 1px solid #c0c0c0;
}
#popup_box .main_img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	background: #fff;
}
#popup_box .img_list {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 303;
	width: calc(100% - 120px);
	height: 100px;
	margin: 0 120px 0 0;
	font-size: 0;
	height: 100px;
	background: #f0f0f0;
	border-top: 1px solid #c0c0c0;
}
#popup_box .img_list li {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 100px;
	font-size: 0;
	cursor: pointer;
	border-right: 1px solid #c0c0c0;
}
#popup_box .img_list li img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	background: #fff;
}
#popup_box .img_list li.active img {
	opacity: 0.7;
}
