#mj-contentarea {
    position: relative;
    right: 0%;
}

#mj-slidetitle{
	display:none;
}

#mj-right {
    position: relative;
    right: -65.5%;
}

.mj-subcontainer {
    position: relative;
}

#shopping_items .mj-grid64{
	width:64.666%;
}

#whatsNew .centerBoxWrapperContents .centerBoxContentsNew,
#specialsDefault .centerBoxWrapperContents .centerBoxContentsSpecials,
#featuredProducts .centerBoxWrapperContents .centerBoxContentsFeatured{
	width:95.4% !important;
	margin-left:2px;
	margin-top:-8px;
}

#mj-contentarea h2{
	padding-left:17px;
}

#mj-maincontent{
	padding: 30px 0 24px;
}

.sp_price_title {
    font-size: 1rem !important;
    font-weight: bolder;
    margin-top: 50px;
    border-bottom: 2px dashed #dcdcdc;
    padding-bottom: 0.5em;
}

.tp_link_button button {
    border-radius: 4px;
    font-weight: 500;
    font-size: 1rem;
    min-width: 200px;
    color: #ffffff;
    outline: none;
    border: none;
    padding: 0.6em 0.5em;
    user-select: none;
    position: relative;
}

.tp_link_button button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #FFF;
    bottom: 4px;
    left: 0;
}

.tp_link_button button::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #FFF;
    top: 4px;
    left: 0;
}

.tp_link_button button:hover {
    filter: brightness(1.1);
    opacity: 1;
}

.tp_link_button button:focus {
    outline: none;
}

button#tp_link_button_login {
	background: #dd4944;
}

button#tp_link_button_sample {
	background: #595e73;
}


/* 　メインページのポイント・ログインリンクボタン　*/

.tp_link_table{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.tp_link_cell img{
	max-width:100%;
}

.accbox {
    margin: 0 0;
    padding: 0;
}

.accbox label {
    display: block;
    margin: 3px 0;
    padding : 7px 12px;
    border:1px dotted #d6d6d6;
    border-left:6px solid #a0a0a0;
    color :#3692ca;
    font-weight: nomal;
	font-size:14px;
    background :#f8f8f8;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox label:hover {
    background :#d9d9d9;
    color:#1c6184;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #fff;
    border:1px dotted #7f7f7f;
    border-top:none;
    margin:0px 0px 0px 0px;
    padding:10px;
    opacity: 1;
}


.line_acbottom{
    text-align:left;
    margin:5px 0 8px 0;
    border-color:#808080;
    border-top:none;
    border-left:none;
}


/* 　メインページのラインナップ一覧　*/
.badge_list_container{
    margin:0 auto;
}

.badge_list_title{
	border-bottom:1px solid #333;
	margin-bottom:20px;
	line-height:2em;
}

.badge_list_title h3{
	font-weight:normal;
	margin:0;
	line-height:2em;
}

.list_grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
    -ms-grid-colums: repeat(auto-fill, minmax(215px, 1fr));
    margin-bottom:20px;
}

.item_box{
    padding: 10px 10px 6px 10px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-transition:0.3s ease;
    -o-transition:0.3s ease;
    transition:0.3s ease;
}

.item_box:hover{
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}

.list_grid img{
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.list_p_names{
    border-top: 1px solid #6e6e6e;
    margin: 8px 0 0 0;
    padding: 5px 0 0 0;
    text-align: center;
    color: #5e5e5e;
}

.blog_new_date{
    float: none !important;
    margin: 0 5px 0 0 !important;
    font-size: 16px;
}

.staticRSSArticle{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    margin-bottom:5px;
}

@media screen and (max-width: 479px) {
	.list_grid {
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        -ms-grid-colums: repeat(auto-fill, minmax(150px, 1fr));
        margin-bottom:20px;
    }
}

/* 　メインページのバナーグリッド　*/
.list_grid_lg {
	margin: 7px 0 7px 0 ;
	display: -ms-grid;
	display: grid;
	grid-gap: 7px;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.list_grid_lg img{
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}
