
.link_button_silver a {
    display: inline-block;
    background-color: #55a5f6;
	text-decoration:none;
	color:#fff;
	text-align:center;
	font-size:15px;
	line-height:60px;
	border-bottom:solid 1px #1a5a9c;
	border-right: solid 1px #1a5a9c;
	border-radius: 4px;
	box-shadow: 1px 2px 1px 1px rgba(0,0,0,0.4);
	overflow:hidden;
	position:relative;
	line-height:180%;
	padding:10px;
}

.bnr_box .btn_box{
	margin-top:1em;
}

.sns{
	display:none !important;
}

/****************************************
商品一覧ページ
*****************************************/
.cataloglist .wish_area .wish_add {
　display: none!important;
}

/****************************************
商品詳細ページ
*****************************************/
.shopping_form .wish_add{
	display: none !important;
}

#pi_cart .titlebar_g_o{
	display:none !important;
}

.remark td {
	position: relative;
	padding-left:18px;
	font-weight: bold;
	height: 40px;
}

.remark td .select_button{
	position: absolute !important;
	top:0 !important;
	right:0 !important;
	height: 38px;
}

.remark td:before {
	content: "";
	width:14px;
	height:14px;
	background:#222;
	position: absolute;
	top:15px;
	left:0;
}

.remark .td_lineheight{
	font-weight:bold;
	padding-left:20px !important;
	position: relative;
	font-size:15px;
	padding-bottom: 1em;
	height: 40px;
}

.remark .td_lineheight:before {
	content: "";
	width:14px;
	height:14px;
	background:#222;
	position: absolute;
	top:14px;
	left:0;
}

.remark .td_lineheight .option_comment{
	display: none;
}
.remark .td_lineheight select{
	position: absolute !important;
	top:0 !important;
	right:0 !important;
	height: 38px;
}

.remark .input10{
	text-align: center !important;
}

.stock form input[type="submit"] {
    width: 300px;
	height: auto !important;
	padding: 15px 0;
    margin: 1.5em auto 10px;
    background: #89181c;
    border: none;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
}

.form_menu ul{
	display: none;	
}

.pay_icon_box{
	font-weight: bold;
	font-size: 22px;
}

.pay_icon{
	display: table;
	text-align: center;
		margin:0 auto;
}

.pay_icon li{
	display: table-cell;
	width:150px !important;
}

.pay_icon li img{
	width:100%;
}

#spsVarpriceBox > div table.remark td {
    padding-left: 18px !important;
}

#spsVarpriceBox > div #variationDetail #variationPrice span:first-child{
	font-size:24px !important;
}

#variationPrice .red{
	color: #89181c !important;
	}

/****************************************
商品詳細ページ:サイズ価格別
*****************************************/
/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	width: 80% !important;
	display: block;
    margin:0 auto !important;
	border: 1px solid #ccc;
	position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
	font-weight:bold;
	font-size:18px;
	
}
.Label::before,
.Label::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
	z-index: 100 !important;
}

.Label::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.Label::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(45deg) !important;
}

.toggle:checked + .Label::after {
	transform: rotate(-45deg) !important;
}

/****************************************
商品詳細ページ:オプション
*****************************************/

summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}

.option-style summary {
	position: relative;
	display: block;
	width: 90%;
	padding: 10px;
	font-size:16px;
	font-weight: bold;
	cursor: pointer;
	border-bottom: solid 2px #222;
	transition: 0.2s;
}
/* デフォルトの矢印を消す */
.option-style summary::-webkit-details-marker {
	display: none;
}
/* アコーディオンの＋アイコン */
.option-style summary:after {
	border-right: solid 2px #222;
  border-top: solid 2px #222; 
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(45deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}

/* アコーディオンオープン時のスタイル */
.option-style[open] summary {
}
.option-style[open] summary:after {
	transform: rotate(135deg);
}

/* アニメーション */
.option-style[open] .option-style__content {
	animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.option-style__content {
	padding: 10px 20px;
}

.option-style p{
	padding:1em 0;
}

.option-style img{
	margin-bottom:2em;
}

/****************************************
詳細ページ：発送予定日
*****************************************/

.graybox{
	background: #f0f0f0;
	text-align: center;
	padding:2em 0;
}

/* ポップアップの設定 */
.open{
    cursor: pointer; /* マウスカーソルの形状変更 */
}
.open:hover{
    opacity: 0.8;
}
#pop-up-schedule{
    display: none; /* labelでコントロールするのでinputは非表示 */
}
.overlay{
    display: none; /* inputにチェックが入るまでnone */
}
#pop-up-schedule:checked + .overlay{
    display: block;
	z-index: 9999;
	background-color: #222;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 95%;
	height: 65%;
	background-color: #fff;overflow-y: scroll !important;
	border-radius: 6px;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999 !important;
}
.window-schedule .close {
	cursor:pointer;
	position: absolute;
	top: 25%;
	right: 4px;
	font-size: 60px;
	color:#fff;
	background: none !important;
	border-radius: 50%;
	z-index: 99999 !important;
}

.product_point_box{
	width:90% !important;
	padding:20px 10px;
}

.gradation_cover{
	position: relative;
}

.gradation_cover:after{
	position: absolute;
	content: "";
	bottom:0;
	left:0;
	width:100%;
	height: 30px;
	 background: linear-gradient(rgba(255,255,255,0) 0, #fff 80%);
	
}

.window-schedule .text{
	position: absolute;
	top:37%;
	left:50%;
	transform: translate(-50%);
	color:#fff;
	width:90%;
}

.window-schedule-text1{
	font-size:20px;
}

.window-schedule-text1 p{
	margin-top:1em;
}

.scheduletext2{
	font-size:28px;
}

.window-schedule-text2{
	margin-top:1em;
	padding:10px;
	border:solid 1px #fff;
	text-align: left !important;
}

.schedule_box{
	margin: 1em auto;
	font-weight:bold;
	color:#222;
	border:solid 1px #222;
	padding:1em 0;
	width:90%;
	font-size:16px;
}

.schedule_box .scheduletext{
	font-size:20px;
}

.brn_custom{
	color:#fff;
	background: #222;
	border-radius: 100vh;
	padding:20px;
}


/****************************************
詳細ページ：みんなのレビュー
*****************************************/
.review .title{
	olor: #fff !important;
    background: #19928d !important;
    margin-bottom: 20px;
    font-weight: bold !important;
    text-align: center !important;
	}

#pi_review .total img{
	width:5%;
}

#pi_review .total p{
	font-wight:bold;
	font-size:16px;
}

.customerbar {
    background: #fff;
    border-bottom: none;
    -webkit-box-shadow: none;
    padding: 0 10px;
    margin: 0 auto;
    font-size: 12px;
}

#pi_review  .comment{
	margin:0 auto 1em;
	border-bottom: solid 2px #222;
	width:90%;
}

.customerscomment {
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: none !important;
    padding: 10px 10px 0;
    font-size: 12px;
    text-shadow: none;
    line-height: 1.5;
}

.bordernone{
	display: none !important;
}

.titlebar_g_o{
	display: none;
}

/****************************************
詳細ページ：よくある質問
*****************************************/
#contents .description aside {
    color: #333;
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.15);
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    height: 120px;
    overflow: hidden;
    padding: 10px 0;
    margin: 0;
    background: #fff;
}

.qa .title{
	olor: #fff !important;
    background: #19928d !important;
    margin-bottom: 20px;
    font-weight: bold !important;
    text-align: center !important;
	}

.qa-style summary {
	position: relative;
	display: block;
	width: 95%;
	padding: 10px 10px 10px 22px;
	font-size:16px;
	font-weight: bold;
	cursor: pointer;
	border-bottom: solid 2px #222;
	transition: 0.2s;
}
/* デフォルトの矢印を消す */
.qa-style summary::-webkit-details-marker {
	display: none;
}
/* アコーディオンの＋アイコン */
.qa-style summary:before {
  content: "Q";
  display: block;
  position: absolute;
  left: 0;
color:#222;
	font-weight:bold;
	font-size:18px;
}

.qa-style summary:after {
	border-right: solid 2px #222;
  border-top: solid 2px #222; 
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(45deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}

/* アコーディオンオープン時のスタイル */
.qa-style[open] summary {
}
.qa-style[open] summary:after {
	transform: rotate(135deg);
}

/* アニメーション */
.qa-style[open] .option-style__content {
	animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.qa-style__content {
	padding: 10px 20px;
}

.qa-style p{
	padding:1em 0;
}

/****************************************
詳細ページ：使用素材
*****************************************/
.sozai_section{
	margin-top:2em !important;
}

.sozai_name{
	font-size:20px;
	text-align: center;
	margin:2em auto !important;
}

.sozai_section ul{
	display: table;
	border-spacing: 10px 0;
}

.sozai_section ul li{
	display: table-cell;
	vertical-align: top;
}

.sozai_section .link_button_silver{
	text-align: center !important;
}

.sozai_section .link_button_silver a{
	margin: 0 !important;
	width:85%;
    font-size: 18px !important;
    line-height: 30px;
    padding: 10px 15px !important;
    margin-top: 1em !important;
    box-shadow: none !important;
	font-weight:bold !important;
	background: none !important;
	color:#222;
	border:solid 1px #222;
}

/****************************************
詳細ページ：おすすめポイント
*****************************************/
.product_point_box{
	
}

.product_point_box .point_title{
	margin: 1em auto;
	text-align: center;
	font-weight: bold;
	font-size:18px;
}


/* ポップアップの設定 */
.open{
    cursor: pointer; /* マウスカーソルの形状変更 */
}
.open:hover{
    opacity: 0.8;
}
#pop-up{
    display: none; /* labelでコントロールするのでinputは非表示 */
}
.overlay{
    display: none; /* inputにチェックが入るまでnone */
}
#pop-up:checked + .overlay{
    display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 95%;
	height: 65%;
	background-color: #fff;overflow-y: scroll !important;
	border-radius: 6px;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999 !important;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 50%;
	right: 4px;
	font-size: 20px;
	background: #000;
	color:#fff;
	border-radius: 50%;
	padding:10px;
	z-index: 99999 !important;
}

.product_point_box{
	width:90% !important;
	padding:20px 10px;
}

.gradation_cover{
	position: relative;
}

.gradation_cover:after{
	position: absolute;
	content: "";
	bottom:0;
	left:0;
	width:100%;
	height: 30px;
	 background: linear-gradient(rgba(255,255,255,0) 0, #fff 80%);
	
}

.btn_red{
	padding:15px 30px;
	border:solid 1px #222;
	margin:0 auto 2em;
	font-weight:bold;
	font-size:18px;
	display: block;
	width:67%;
}

/****************************************
詳細ページ：シリーズの特徴
*****************************************/

.product_point2 .point_title{
	margin: 1em auto !important;
	text-align: center;
	font-weight: bold;
	font-size:20px;
}

/* ポップアップの設定 */
.open{
    cursor: pointer; /* マウスカーソルの形状変更 */
}
.open:hover{
    opacity: 0.8;
}
#pop-up3{
    display: none; /* labelでコントロールするのでinputは非表示 */
}
.overlay{
    display: none; /* inputにチェックが入るまでnone */
}
#pop-up3:checked + .overlay{
    display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 95%;
	height: 76%;
	background-color: #fff;overflow-y: scroll !important;
	border-radius: 6px;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999 !important;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 25%;
	right: -10px;
	font-size: 50px;
	color:#222;
	background: none;
	z-index: 99999 !important;
}

.product_point_box{
	width:90% !important;
	padding:10px 10px;
	margin: 0 auto;
}

.size_name{
	background: #e9e9e9;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	padding:15px 0;
}

.product_point2 .link_button_silver{
	text-align: center;
}

.point_title span{
	font-size:40px;
	color:#19928d;
}


/****************************************
詳細ページ：商品一覧
*****************************************/
.underpage_ranking .title{
	margin:2em auto !important;
}

.underpage_ranking ul{
	display: table;
	width:100%;
	margin-bottom:2em;
	border-spacing: 5px 0;
}

.underpage_ranking ul li{
	display: table-cell;
	width:30px;
	list-style:none;
}

.product_point2 h3.point_title{
	margin:2em auto 1em !important;
}

/****************************************
関連商品
*****************************************/
.top_ranking_section .title{
	margin-bottom:2em !important;
}

#pi_sub1 .top_ranking_section .product_list{
	padding-inline-start: 0px !important;
	width:100% !important;
}

#pi_sub1 .top_ranking_section .keyword_list{
	padding-inline-start: 0px !important;
	width:100% !important;
	margin:0 auto !important;
	position: relative !important;
}

#pi_sub1 .top_ranking_section .keyword_list:before{
	content: "";
	position: absolute;
	top:0;
	left:50%;
	width:1px;
	height: 100%;
	background: #eee;
	transform:translateX(-50%);
}

#pi_sub1 .top_ranking_section .keyword_list li{
	margin-bottom:1em !important;
	vertical-align: top !important;
	padding:0 2px;
	text-align: center;
}


#pi_sub1 .top_ranking_section .keyword_list li a{
	text-decoration: none;
	color:#222;
}

/****************************************
下層バイヤーズセレクト
*****************************************/
.section_prpduct_photo .prodact_photo{
	width:100%;
	margin: auto !important;
}

.section_prpduct_photo .prodact_photo li {
    display: table-cell;
    width: 30%;
    float: left;
    margin: 5px 5px;
}

.product_category_box{
	display: table;
}

.product_category_childbox1{
	display: table-cell;
	width:60%;
	vertical-align: middle;
	text-align: left;
	padding:0 10px;
}

.product_category_childbox2{
	display: table-cell;
	width:40%;
	vertical-align: top;
}

.product_category_btn{
	margin-bottom:3em !important;
}

#shouhin_category{
	position: relative !important;
}

.btn_productlist{
	background: #fff;
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	padding:.5em 0 1em;
	z-index: 10;
}

.green a {
	background: #19918d;
}