/* ボタン風テキストリンク(楕円)フリーエリア */
.boxCenter {
	text-align:center;
}

.btnInnerLink {
	margin-top:3em;
}

.btnInnerLink li {
	font-weight:normal;
	text-align:center;
	margin-bottom:4em;
}

.btnInnerLink li a {
	background-color: #171c61;
	color:#fff;
	border: 2px solid #171c61;
	border-radius:3em;
	padding:0.75em 0;
	font-size:14px;
	width:90%;
	display:inline-block;
}

.btnInnerLink li a:hover {
	transition: all 0.25s;
	background-color: #fff;
	color:#171c61;
}



/* 商品ページへのテキストリンク カラー指定 フリースペース　佐　20/02/10 */
.linkColorRed a:link {
color:#d62e32;
text-decoration: underline;
}

.linkColorRed a:visited {
color:#d62e32;
}

.linkColorRed a::before {
content:">> ";
}

.linkColorRed a::after {
content: url(https://sekidorc.com/images1/icon/linkBlankOpen_icn.png);
}

/* 商品ページ内部リンク */

#expl a.productInnerLink ,
#expl a.productInnerLink:visited ,
a.productInnerLink ,
a.productInnerLink:visited {
text-decoration: underline;
color: #313131;
}

a.productInnerLink:hover {
text-decoration: none !important;
}


/* PCのみ改行させたい */
/* <span class="brPC"></span>直前に改行 */
/*
.brPC {
	white-space: pre;
}
.brPC::after {
	content: " \A ";
}
*/

/* 改行SP用 */
.brSP {
	white-space: pre;
}
.brSP::after {
	content: " \A ";
}

/* 改行SP用 */
.brSP {
	white-space: pre;
}
.brSP::after {
	content: " \A ";
}
/* /改行SP用 */


/* テキストの協調 - 黄色下線 */
.underLineY {
background: linear-gradient(180deg , transparent 60%, #efed37 40%);
}

.ttl_grp {
 /* margin: 20px 0;
  padding: 0px 0px 10px 0px;*/
  border-bottom: 2px solid #d7d8e4;
  /*font-size: 16px;*/
  font-weight: 500;
}

/* スタッフコンテンツ 自動更新用 */
#autoContents #for_sns,
#autoContents #bread_crumb,
#autoContents .main_title,
#autoContents .pagination {
    display: none!important;
}
#top_post_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 450px;
    overflow: scroll;
}
#top_post_list > div {
    display: flex;
    align-items: center;
    max-width: 425px;
    padding-right: 10px;
    margin-bottom: 30px;
    transition: all .2s ease;
}
#top_post_list > div a:hover {
    opacity: 0.6;
    transition: all 0.6s ease;
}
#top_post_list > div a img {
    margin-right: 10px;
    transition: all .2s ease;
}
@media screen and (max-width: 767px) {
#top_post_list {
    display: block;
    padding: 0 15px;
}
#top_post_list > div {
    margin-bottom: 10px;
}
#top_post_list > div a img {
    width: 100px;
}
  #top_post_list .post_list_box {
    width: calc(100% - 100px);
}
}
/* /スタッフコンテンツ 自動更新用 */

/* 230906追加 --- セキドのおすすめ */
.recSekido {
    border: solid 8px #ecedf6;
    padding: 10px;
    margin: auto !important;
    text-align: center;
    width: 90% !important;
}
.recSekido h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
    color: #171c61;
    margin-bottom: 2rem;
}
.recSekido h4 {
    margin: 0;
}
.recSekido h5 {
    font-size: 1rem;
    line-height: 1rem;
    color: #819de2;
    margin-bottom: 10px;
    font-weight: normal;
}
.recSekido figure {
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    padding: 5px;
}
.recSekido img {
    max-width: 260px;
}

.recSekido .cartjs_wrap {
    margin-bottom: 25px;
}
.recSekido .cartjs_wrap .cartjs_cart_in {
width: 100% !important;
    text-align: left !important;
    margin-bottom: 5px!important;
}
.recSekido .cartjs_wrap .cartjs_product_table table {
    width: 100% !important;
    color: #e5004f;
}
.recSekido .cartjs_wrap .cartjs_box {
    border-top: none!important;
    border-bottom: none!important;
}
.recSekido .cartjs_wrap .cartjs_box h2 {
    margin-bottom: 0!important;
}
.recSekido .cartjs_wrap .cartjs_header {
    border-bottom: none!important;
}
.recSekido .cartjs_wrap .cartjs_block {
    padding: 0!important;
}

.recSekido .cartjs_wrap .cartjs_cart_in input, 
.recSekido .cartjs_wrap .cartjs_product_table .cartjs_option, 
.recSekido .cartjs_wrap .cartjs_product_table .cartjs_sales_price th, 
.recSekido .cartjs_wrap .cartjs_product_table .cartjs_product_num, 
.recSekido .cartjs_wrap .cartjs_dtl_tbl .cartjs_sales_price th, 
.recSekido .cartjs_wrap .cartjs_dtl_tbl .cartjs_product_num, 
.recSekido .cartjs_wrap .cartjs_dtl_tbl .cartjs_option1, 
.recSekido .cartjs_wrap .cartjs_dtl_tbl .cartjs_option2, 
.recSekido .cartjs_wrap .cartjs_buy, 
.recSekido .cartjs_wrap .new_mark_img1 {
    display: none !important;
}
/* /230906追加 --- セキドのおすすめ */

/* アクセサリ人気ランキング */
.rankingBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rankingBox > a {
    flex-basis: 30%;
    padding: 0 10px;
}
.rankingBox > a figure {
    position: relative;
    margin-top: 20px;
}
.rankingBox > a figure::after {
    content: "1";
    display: block;
    position: absolute;
    top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: 10px;
    background: #c2b453;
    z-index: 3;
    color: #fff;
    line-height: 40px;
    font-size: 24px;
}
.rankingBox > a:nth-of-type(2) figure:after {
    content: "2";
    background: #aaaaaa;
}
.rankingBox > a:nth-of-type(3) figure:after {
    content: "3";
    background: #b28964;
}
.rankingBox > a figure:hover {
    transition: all 0.25s;
    opacity: 0.6;
}
.rankingBox > a figure img {
    box-sizing: border-box;
    width: 100%;
}
.rankingBox > a:nth-of-type(1) figure img {
    border: 1px solid #c2b453;
}
.rankingBox > a:nth-of-type(2) figure img {
    border: 1px solid #aaa;
}
.rankingBox > a:nth-of-type(3) figure img {
    border: 1px solid #b28964;
}

.rankingBox h4 {
    margin: 0;
}
.rankingBox .cartjs_box {
    padding: 0!important;
}
.rankingBox .cartjs_product_form > *:nth-of-type(1) {
    width: 100%!important;
}
.rankingBox .cartjs_product_form > *:nth-of-type(2),
.rankingBox .cartjs_product_form > *:nth-of-type(3) {
    display: none;
}
.rankingBox .cartjs_product_form .cartjs_product_name {
    font-size: 14px!important;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
.rankingBox > a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    margin-bottom: 15px;
}
.rankingBox > a figure {
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
}

.rankingBox article.cartjs_box {
    border-top: none !important;
    border-bottom: none !important;
}
.rankingBox header.cartjs_header {
    border-bottom: none !important;
}
.rankingBox header.cartjs_header h2 {
    margin-bottom: 5px;
    font-size: 12px !important;
    line-height: 1.5 !important;
    font-weight: bold;
    text-align: center;
}
.rankingBox .cartjs_form {
    display: none;
}
}

/* pMenu固定解除 */
.pMenu {
    position: unset;
}

.freespace-item h3,
.freespace-item > p,
.freespace-item > div,
.freespace-item > div p,
.freespace-item > section p {
    width: 95%;
    margin-right: auto!important;
    margin-left: auto!important;
}