/* カスタマイズ用CSS */

/*ハンバーガーメニューを右に*/
/*
.ec-headerNavSP {
    left: auto;
    right: 10px;
}

.ec-drawerRoleClose {
    left: auto;
    right: 270px;
}

.ec-drawerRole {
    left: auto;
    right: 0px;
    transform: translateX(300px);
}
*/


/* トップページ新着商品リスト */
.ec-newItemRole__listItem
{
    display: inline-block;
    position: relative;
    padding-top: 1px;
    padding-bottom: 100px;
    min-height: 260px;
    vertical-align: top;
}

.ec-newItemRole__listItemImageBox
{
    display: block;
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 100%;
    background-color: #CCCCCC;
    overflow: hidden;
}

.ec-newItemRole__listItemImageBox img
{
    display: block;
    position: absolute;
    left: -400px;
    right: -400px;
    top: -400px;
    bottom: -400px;
    margin: auto;
    width: auto;
    height: 100%;
}

.ec-newItemRole .ec-newItemRole__listItemPrice{
    color:#cc0000;
    font-weight:bold;
    text-align: right;
    font-size:18px;
}

.ec-inlineBtn--top {
    background-color: transparent;
    padding: 25px 55px;
    font-size: 17px;
    color: #000;
    font-weight: 400;
}

.ec-inlineBtn--top:hover {
    background-color: #eee;
    color: #000;
}

.ec-inlineBtn--top-wrapper {
    text-align: center;
}

@media only screen and (min-width: 768px){
    .ec-newItemRole .ec-newItemRole__list {
       -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ec-newItemRole .ec-newItemRole__listItem {
        width: calc(100% / 6);
    }
}


/*新着商品ページ商品コード　商品一覧ページ商品コード*/
.ec-newItemRole .ec-productRole__code, .ec-shelfGrid__item .ec-productRole__code{
    margin: 4px 0;
    font-size: 14px;
    color: #555;
}

/*カートに入れる、お気に入りに登録　ボタン*/
.ec-productRole .ec-productRole__btn {
    width: 30%;
    min-width: 150px;
}

.ec-productRole__btn .ec-blockBtn--action, .ec-productRole__btn .ec-blockBtn--cancel{
    background-color: #000;
    border-color: #000;
    height: 45px;
    line-height: 45px;
}

.ec-productRole__btn .ec-blockBtn--cancel {
    background-color: #999;
    border-color: #999;
}

.ec-productRole__btn .ec-blockBtn--action:hover {
    color: #fff;
    background-color: #d33828;
    border-color: #cb3526;
}
.ec-productRole__btn .ec-blockBtn--cancel:hover{
    color: #fff;
    background-color: #bbb;
    border-color: #bbb;
}

.ec-newItemRole .ec-newItemRole__listItemPrice, .ec-productRole .ec-productRole__price {
    color: #000;
}

/*メイン*/
.ec-layoutRole {
    background-color: #FFFFFF; /*#F7F8F8;*/
}

/*ブログ*/

.ec-blogRole {
    padding: 60px 0 0;
}

.ec-blogRole a {
    color: inherit;
}

.ec-blogRole a:hover {
    opacity: 0.6;
    text-decoration: none;
}

.ec-blogRole__blog {
    border: 0px;
    padding: 20px 30px;
    box-sizing: border-box;
    background-color: #EFEFEF;
}

.post-cont {
    display: block;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.post-cont p {
    display: inline-block;
    font-size: 13px;
}

.post-date {
    margin: 0;
    font-size: 14px;
    min-width: 120px;
}

.post-title {
    min-width: calc(100% - 150px);
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

#post-box-reviews .post-date {
    min-width: 80px;
}

#post-box-reviews .post-title {
    min-width: calc(100% - 90px);
}

.post-name {
    text-align: right;
}

.post-img-box {
    position: relative;
    display: inline-block;
    min-width: 15%;
    height: 100px;
    overflow: hidden;
    background-color: #eee;
    box-sizing: border-box;
}

.post-img {
    display: block;
    position: absolute;
	left: -2048px;
	right: -2048px;
	top: -2048px;
	bottom: -2048px;
	margin: auto;
    width: 100%;
}

.post-cont-box {
    display: inline-block;
    max-width: 82%;
    padding-left: 2%;
    vertical-align: top;
    box-sizing: border-box;
    text-align: justify;
}

@media(max-width: 640px){
    .post-img-box {
        min-width: 30%;
    }
    .post-cont-box {
        max-width: 67%;
    }
    
    .post-title {
        min-width: 100%;
    }
}

/*フッター*/

.ec-footerRole {
    border-top: 0px;
    background-color: transparent;
    text-align: center;
}

.ec-footer-img {
    height: 447px;
    background: url('/html/user_data/assets/img/common/image3.jpg') center center no-repeat;
    background-size: cover;
}


.ec-footer-logobox
{
	display: block;
	position: relative;
	width: 100%;
	height: 800px;
}


.ec-footer-logo
{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	width: 284px;
	height: 284px;
	text-decoration: none;
}


.ec-footer-logo img
{
	display: block;
	position: absolute;
	left: -2048px;
	right: -2048px;
	top: -2048px;
	bottom: -2048px;
	margin: auto;
	width: 100%;
	height: 100%;
	border: 0px;
	transition-duration: 300ms;
}


.ec-footer-logo:hover img
{
	-webkit-transform: rotate( 720deg );
	transform: rotate( 720deg );
}


@media ( max-width: 1800px )
{
	.ec-footer-logobox
	{
		height: 44.5vw;
		min-height: 240px;
	}
	
	
	.ec-footer-logo
	{
		width: 20vw;
		min-width: 140px;
		height: 20vw;
		min-height: 140px;
	}
}


/*
@media ( max-width: 640px )
{
	.ec-footer-logobox
	{
		height: 500px;
	}
}
*/


.ec-footer-snsbox {
    width: 100%;
    max-width: 607px;
    height: 380px;
    background-color: #fff;
    margin: 0px auto 0 auto;
    text-align: center;
}

.ec-footer-snsicon {
		width: 66px;
		height: 66px;
        margin: 75px 0 22px 0;
}

.ec-footer-snsbox h3{
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1em;
    vertical-align: top;
    letter-spacing: 0.3em;
}

.ec-footer-snsbox p{
    margin-top: 30px;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.025em;
}


@media ( max-width: 1800px )
{
	.ec-footer-snsbox
	{
		height: 340px;
	}
}


@media ( max-width: 640px )
{
	.ec-footer-snsbox
	{
		height: 280px;
	}
	
	
	.ec-footer-snsicon
	{
		width: 46px;
		height: 46px;
		margin-top: 60px;
		margin-bottom: 18px;
	}
	
	
	.ec-footer-snsbox h3
	{
		font-size: 18px;
	}
}

.rtt01 {
	display: block;
	width: 80px;
	font-size: 0px;
	line-height: 0px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    margin-top: 100px;
    margin: 100px auto 0px auto;
    cursor: pointer;
}

.rtt01:hover {
    text-decoration: none;
    opacity: 0.7;
    color: inherit;
}

.rtt01 p
{
	display: inline-block;
	position: relative;
	width: 40px;
	margin: 8px 0px 0px 0px;
	font-size: 11px;
	font-weight: 500;
	line-height: 13px;
	text-align: right;
	vertical-align: top;
	letter-spacing: 0.2em;
}

.rtt01 img{
    display: inline-block;
    position: relative;
    width: 33px;
    margin-left: -6px;
    padding: 0px;
    vertical-align: top;
}

.ec-footerRole .ec-footerRole__inner {
    background-color: #fff;
    max-width: inherit;
    margin-top: 150px;
}

.ec-footerTitle {
        padding: 30px 0px;
}

.ec-footerTitle,.ec-footerNavi {
    color: #000;
}

.ec-footerNavi .ec-footerNavi__link a {
    text-decoration: none;
    margin: 0px 30px;
}

.ec-footerTitle__copyright {
    margin-top: 40px;
}
