@charset "UTF-8";
/* CSS Document */

.fl02 {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cont48{
width: 48%;
position: relative;
}

.top_cust_cont{
   padding: 60px 0px;
}

.cot-shopLogoImageWrapper{
border-radius: 11px !important;
overflow: hidden !important;
}

body.shop #shopHeader h1 img {
    max-width: 1140px;
    width: auto !important;
}

.top-pickup__txt-price,
.items-archive__txt-price{
	text-align: right !important;
	font-size: 130%;
	color: #ff0000;
	font-weight: 600;
	opacity: 1 !important;
	display: block;
}

.item-detail__price{
	font-size: 130% !important;
	color: #ff0000 !important;
	font-weight: 600 !important;
	opacity: 1 !important;
}

.items-archive__txt-price-main{
display: inline-block;
}

.top-profile__profileImgBox{
overflow: hidden !important;
border-radius: 11px !important;
}

.w800 {
    max-width: 800px;
    height: auto;
    width: 100%;
    margin: 0 auto;
}

.in_img {
    width: 100%;
    height: 0;
    padding-top: 38.0802316%;
    background-image: url(https://basefile.akamaized.net/wholesale2-base-shop/69759d805779c/link_ezog.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
    position: relative;
}

.in_img:hover {
    background-image: url(https://basefile.akamaized.net/wholesale2-base-shop/69759da71729f/link_ezog_hover.png);
    transform: rotate(1deg);
}

.top_cust_cont2{
   padding: 80px 0px 60px;
   background-image: url(https://basefile.akamaized.net/ezoshop-base-ec/66737bb09c4f2/bn_bg_image.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.f_black{
	color: #000 !important;
	font-size: 18px !important;
	opacity: 1;
}

.top-blog.l-sec01{
padding-top: 0px;
}

.icon_ashi{
position: relative;	
}

@media screen and (min-width: 768px) {
    .icon_ashi::before {
        content: "";
        position: absolute;
        bottom: -40px;
        right: -50px;
        width: 200px;
        height: 128px;
        background-image: url(https://basefile.akamaized.net/ezog-base-shop/666f89c37f0d1/tabetai.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 2;
    }
	body.shop .wrapper{
width: 1140px;
	}
	.sp{
		display: none;
	}
}

@media screen and (max-width: 767px) {
.items-archive__item, .top-blog__item{
width: 100% !important;
}
	.pc{
		display: none;
	}
.cont48{
width: 100%;
}

.cont48:first-child{
margin-bottom: 30px;
	}
.top_cust_cont2{
   background-image: none;
   background-color: #eee;
	}