@charset "utf-8";
/*--------------------------------------------
  goodsDetail.css
  商品詳細差込用CSS
--------------------------------------------*/
.page-goods .pane-goods-right-side .block-goods-name--text{
	margin: 0 auto 10px;
	font-size: 25px;
}
.page-goods .block-topic-path,
.page-goods:has(.block-goods-comment-wrap .rich) .block-topic-path{
    background: #fff !important;
    padding: 20px 10px;
}
.page-goods .block-topic-path li,
.page-goods:has(.block-goods-comment-wrap .rich) .block-topic-path li{

}
@media (max-width: 768px){
.page-goods .block-topic-path,
.page-goods:has(.block-goods-comment-wrap .rich) .block-topic-path{
    background: #fff !important;
    padding: 0 10px 40px;
}
}
.page-goods .block-goods-comment4{
	margin: 0 15px;
}

/*ブランド テキストリンク*/
#brand-link{
	margin-bottom: 10px;
}
#brand-link a{
	color: #986a00;
	text-decoration: underline;
	font-size: 15px;
  transition: transform 0.3s ease, color 0.3s ease;
}
#brand-link a:hover{
  color: #e6a304;
}

/*あなたへのおすすめ　関連商品*/
.page-goods #block_of_toppagehistory, .block-accessory-list{
        background: #fff;
        padding: 20px 0;
}
.page-goods h2.block-accessory-list--name{
		text-align: center;
		font-size: 24px;
	}
#block_of_recommend{
		width: 100%;
    display: inline-block;
    overflow-x: auto;
    white-space: nowrap;
    cursor: grab;
    padding-bottom: 0;
    margin: 0;
		scrollbar-width: none; /* Firefox用 */
	-ms-overflow-style: none; /* IE/Edge用 */
	}
#block_of_recommend ul,
body #block_of_malltop_recommend ul{
	display: flex;
	flex-wrap: nowrap;
	cursor: grab;
	gap: 0 20px;
	margin-bottom: 0;
	padding-left: 10px;
	scrollbar-width: none; /* Firefox用 */
	-ms-overflow-style: none; /* IE/Edge用 */
}
body #block_of_malltop_recommend ul li,
#block_of_recommend ul.block-thumbnail-t li {
    width: 180px;
    min-width: auto;
    flex-shrink: 0;
    margin-right: 0;
}
#block_of_malltop_recommend .block-mallrecommend--goods-name,
.block-toppage-history--goods-name{
	    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    margin: 0 auto;
}
#block_of_malltop_recommend .price{
    font-weight: bold;
}

@media (max-width: 768px){
	#block_of_toppagehistory,
	.block-accessory-list{
	        background: #fff;
	        padding: 20px 0;
	}
		.block-accessory-list .block-accessory-list--name,
		#block_of_toppagehistory .design-title-line-header{
			text-align: center;
			font-size: 18px;
		}
	#goods_list_auto_load_area .block-thumbnail-t--items,
	body #toppageHistoryDetail ul{
	    display: flex;
	    flex-wrap: nowrap;
	    cursor: grab;
	    gap: 0 10px;
	    margin-bottom: 0;
	    padding: 0 0 10px 10px;
	    overflow-x: scroll;
	    scrollbar-width: none; /* Firefox用 */
	    -ms-overflow-style: none; /* IE/Edge用 */
	}
	#goods_list_auto_load_area .block-thumbnail-t--items .block-thumbnail-t--item,
	body #toppageHistoryDetail ul li {
	width: 140px;
	    min-width: auto;
	    flex-shrink: 0;
	    margin-right: 0;
	}
	.block-toppage-history--goods-name{
		    font-size: 12px;
	    font-weight: bold;
	    overflow: hidden;
	    margin: 0 auto;
	}
}

.goods-tag.new {
	color: #cc0000;
	background-color:#ffffff;
	border:1px solid #cc0000;
	box-sizing: border-box;
	font-weight: bold;
}
.goods-tag.mileup {
	color: #fff;
	background-color:#cc0000;
	border:1px solid #cc0000;
	box-sizing: border-box;
	font-weight: bold;
}

.goods-name {
	margin-bottom: 10px;
}
.goods-mile-info {
	display: block;
	color: #cc0000;
}
.goods-mile-number {
	color: #fff;
	padding: 1px 7px;
	font-size: 0.8em;
	background-color: #cc0000;
	width: 17px;
	height: 17px;
	line-height: 17px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin: 0 2px;
}
.goods-mile .mile,
.goods-mile .orPoint {
	color: #cc0000;	
}
a,a:visited {
	transition: 0s;
}
.favorite-btn a ,.review-btn a {
	margin-bottom: 10px;
	border-bottom:2px solid rgba(6,38,227,1.00);
}
.favorite-btn a:hover ,.review-btn a:hover{
	text-decoration: none;
}
/* レビュー */
.evaluation {
	color: #cc0000;
	margin-right: 15px;
}
/* この商品について */

.goods-notice {
	color: #cc0000;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 20px;
	border-top: 1px solid #b4b6b7;
}
/*--------------------------------------------------------
	コンテンツ
-------------------------------------------------------*/
.goods-top,
.goodsDetailContents {
	display: flex;
	margin-bottom: 60px;
}
.color-type-list li.select img {
	border: 2px solid #cc0000;
}
/* 軽減税率対応 */
.stock_inner .addArraival-modal-button:hover {
	background-image: none;
    background-color: #f7f6f5;
    color: #cc0000 !important;
    border: 1px solid #cc0000;
    box-shadow: none;
}

/*2021年7月20日 上書きで消えてしまったCSSを複製*/
/**************************************************************************************************
Common
**************************************************************************************************/
.box1 {
}

.box1top {
}

.box1bottom {
}


/* ssi block
-------------------------------------------------------------------------------------------------*/
.boxPattern {
  padding: 0 0 30px;
  font-size: 92%;
  border-bottom: solid 1px #ccc;
}
.boxPattern_s {
  padding: 0 ;
  font-size: 92%;
}
.boxPattern .subTt {
  font-size : 117%;
  font-weight : bold;
  padding : 0 0 18px;
}
.boxPattern .line {
  padding: 0 0 27px;
  margin: 0 0 25px;
}

.boxPatternA img {
  float: right;
}
.boxPatternA .w525 {
 width: 525px;
}
@media (max-width: 768px){
    .boxPatternA .w525 {width: 100%;}
}
.boxPatternA .w465 {
 width: 465px;
}
@media (max-width: 768px){
    .boxPatternA .w465 {width: 100%;}
}
.boxPatternB img {
  float: left;
  display:inline;
  margin: 0 23px 0 0;
}
.boxPatternB .imageLeft {
  float: left;
}
.boxPatternB .imageLeft.w525 {
	width: calc(100% - 178px);
}
@media (max-width: 500px){
.boxPatternB img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: inherit;
  }
.boxPatternB .imageLeft dl dt {
    font-weight: bold;
    margin: 0 0 10px;
    text-align: center;
}
}
@media (max-width: 768px){
    .boxPatternB .imageLeft.w525 {
		width: 100%;
	}
}
.boxPatternB .imageLeft.w465 {
 width: 465px;
}
@media (max-width: 768px){
    .boxPatternB .imageLeft.w465 {width: 100%;}
}
.boxPatternB .imageLeft dl dt {
  font-weight:bold;
  margin: 0 0 10px;
  font-size: 117%;
}

.boxPatternC dl {
  margin: 0 0 20px;
}
.boxPatternC p {
  text-align: center;
}

.boxPatternD h3 {
  font-size: 117%;
  margin: 0 0 7px;
}
.boxPatternD ul.topList {
  margin: 20px 0 0;
}
.boxPatternD ul.topList li {
  float: left;
  display:inline;
  margin: 0 28px 0 0;
}
.boxPatternD ul.topList.w155 li {
  width: 155px;
}
.boxPatternD ul.topList.w215 li {
  width: 215px;
  margin: 0 30px 0 0;
}
.boxPatternD ul.topList.w340 li {
  width: 48%;
  margin: 0 15px 10px 0;

}

@media (max-width: 994px){
	.boxPatternD ul.topList.w340 li{
		width: 47%;
	}
}
@media (max-width: 500px){
	.boxPatternD ul.topList.w340 li{
		width: 100%;
	}
}
.boxPatternD ul.topList.w340 li img{
	width: 100%!important;
	
}
.boxPatternD ul.topList li.right {

}
.boxPatternD ul.topList li img {
  margin: 0 0 12px;
}
.boxPatternD ul.topList li h4 {
  margin: 0 0 5px;
  font-weight: bold;
}

.boxPatternE h3 {
  font-size: 117%;
  margin: 0 0 7px;
}
.boxPatternE ul.thumb {
  margin: 20px 0 7px 0;
}
.boxPatternE ul.thumb li {
  float: left;
  display: inline;
  margin: 0 5px 5px 0;
}
.boxPatternE ul.thumb li.right {
  margin-right: 0;
}

.boxPatternF strong {
  display: block;
  font-size : 117%;
  font-weight : bold;
  padding : 0 0 23px;
}
.boxPatternF img {
  float: left;
}
.boxPatternF div.imageLeft {
  float: right;
  width: 470px;
}
.boxPatternF div.imageLeft ul {
  margin: 18px 0 0;
  padding: 7px 0 0;
}
.boxPatternF div.imageLeft ul li {
  margin: 8px 0 0;
}
.boxPatternF div.imageLeft ul li span {
  margin: 0 0 0 20px;
}
.boxPatternF div.imageLeft ul li span span {
  margin: 0;
  font-weight: bold;
}
.boxPatternH {
  color : #C00;
  font-weight : bold;
}
.boxPatternI img {
  float: left;
  display:inline;
  margin: 0 20px 0 0;
}
.boxPatternI .imageLeft {
  float: left;
}
.boxPatternI .imageLeft.w620 {
 width: 620px;
}
@media (max-width: 768px){
    .boxPatternI .imageLeft.w620 {width: 100%;}
}
.boxPatternI dl dt {
  font-weight:bold;
  margin: 0 0 5px;
  font-size: 117%;
}
.boxPatternI dl dd a {
  padding: 0 15px 0 0;
  zoom:1;
}

.boxPatternJ table {
  width: 100%;
}
.boxPatternJ table th,
.boxPatternJ table td {
  border: 1px solid #cccccc !important;
  text-align: center;
  padding: 10px 5px;
}

.boxPatternJ table th {
  background: #ececec;
  font-weight: bold;
}
.boxPatternK {
	margin:0 0 20px;
}

.boxPatternK .gohan_table {
	float			: right;
	width			: 340px;
}
.boxPatternK .gohan_table strong {
	display				: block;
	padding				: 5px 0;
	text-align			: center;
    font-size			: 100%;
    font-weight			: bold;
}

	.boxPatternK .gohan_table table {
		width			: 340px;
		margin-bottom	:5px;
	}
	.boxPatternK .gohan_table table th,
	.boxPatternK .gohan_table table td {
		padding			: 5px 3px;
	}
	.boxPatternK .gohan_table table .col_1st th,
	.boxPatternK .gohan_table table .col_1st td {
		border-bottom:solid #ccc 1px;
		border-top:solid #ccc 1px;
		text-align:left;
	}
	.boxPatternK .gohan_table table th{
		font-weight:bold;
		text-indent:5px;
	}
	.boxPatternK .gohan_table table th {
		white-space		: nowrap;
		width			: 22%;
		border-right	: dotted 1px #ccc;
		font-size		: 96%;
	}
	span.color_red{
	color:#cc0000;
	letter-spacing:3px;
	font-size:110%;
	margin-left:4px;
	}
	.boxPatternK .gohan_table table tr.border_Bottom td{
	border-bottom:none;
	}

	.boxPatternK .gohan_table table .row_1st {
		border-right: solid 1px #ccc;
	}
.boxPatternK .gohan_p {
	float			: left;
	width			: 340px;
	line-height		: 1.6;
}

/*================================================================================

ユーチューブリンク

==================================================================================*/
 .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*================================================================================

アイコン

==================================================================================*/
.icon_yayoku {
  display:inline-block;
  padding: 5px 10px;
  margin: 5px 5px 0;
  font-size: 90%;
  border:solid 1px #cccccc;
}

/*================================================================================

gfc

==================================================================================*/


.gfc_syousai_box1bottom {
}


.gfc_syousai_txt{
	padding:0 25px 25px;
}

.gfc_syousai_bg{
	background-color:#FDF6E0;
	padding:24px 0;
	margin-bottom:20px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

.item .details {
    padding: 25px 0 0 !important;
}

.boxPatternGFC{
	margin:-25px -25px 25px;
	padding-left: 25px;
}

.boxPatternGFC .gfc_bg {
}

.boxPatternGFC .gfc_top {
}

.boxPatternGFC .gfc_bottom {
	padding: 25px 0 ;
	border-bottom:1px solid #CCCCCC;
}

.boxPatternGFC img {
  float: left;
  display:inline;
  margin: 0 23px 0 0;
}
.boxPatternGFC .imageLeft {
  float: left;
}
.boxPatternGFC .imageLeft.w525 {
 width: 525px;
}
@media (max-width: 768px){
    .boxPatternGFC .imageLeft.w525 {
	width: 100%;
	}
}
.boxPatternGFC .imageLeft.w465 {
	width: 550px;
}
@media (max-width: 768px){
    .boxPatternGFC .imageLeft.w465 {
	width: 100%;
	}
}
.boxPatternGFC .imageLeft dl dt {
  font-weight:bold;
  margin: 0 0 10px;
  font-size: 150%;
}

.boxPatternB dl dt, .boxPatternD h3{
  font-size: 150%!important;
}

.boxPattern .line {
  padding: 0 0 27px;
  margin: 0 0 25px;
}

#gfc {}

#gfc #thumb_box .main_img_area {
	position: relative;
	width: 500px;
	margin: 0 auto 4px;
}
	
#gfc #thumb_box .main_img_area img.new_2 {
	position: absolute;
	left: 5px;
	top	: 5px;
}

#gfc div.left_new .new {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 100;
}

#gfc .new_thumb {
	margin: 0 0 25px;
}

#gfc ul#thumblist {
	width: 340px;
	margin: 0 auto;
}

#gfc ul#thumblist a:hover {}

#gfc ul#thumblist a:hover img {
	width:56px;
	height:56px;
	border:2px solid #C00;
}
		
#gfc .gfc_icon_list {
	background-color:#FDF6E0;
	padding	: 25px 0 0 25px;
	margin:25px 0 0 0;
	border-top:1px solid #E4E1D6;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

#gfc .gfc_icon_list li {
	display: inline;
	margin-right: 5px;
	float: left;
	margin-bottom:0;
}

.w100-70  img {
        width: 800px;
}

#thumbnail .slick-slide {
	height: auto;
}


/*================================================================================

gfE 筒井追記 23.05.26 商品詳細崩れ改修

==================================================================================*/
.page-goods .block-goods-comment4 .clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
.page-goods .block-goods-comment4 .clearfix {
	width: 100%;
}
.page-goods .block-goods-comment5 .clearfix::after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
.page-goods .block-goods-comment5 .clearfix {
	display: inline-table;
	width: 100%;
}  
.page-goods .block-leftmenu--banner-list-item img{
	vertical-align: baseline;
}


/*================================================================================

gfE 筒井追記 23.06.20 エスト商品・カウンセリングボタン対応

==================================================================================*/
.btn_counseling{
	width: 500px;
	padding: 30px 0 0;
}
.btn_counseling a{
	text-decoration: none;
}
.btn_counseling p:nth-child(1){
	width: 100%;
	padding-bottom: 10px;
	margin: 0;
}
.btn_counseling p:nth-child(2){
	font-size: 12px;
	margin: 0;
}
@media (max-width: 768px){
	.btn_counseling{
		width: 98%;
		margin: 0 auto;
		padding: 30px 0 0;
	}
}

