/* child category home
-----------------------------------------*/
body {
    background: #000;
    color: #fff;
}
.section--top.type_photo {
	position: relative;
	width: auto;
	height: auto;
	margin: 0;
    background: #000;
}
.section--top.type_photo .block--tit {
	display: block;
	position: absolute;
	left: 5%;
	top: 35%;
	z-index: 2;
	width: 24%;
	margin: 0;
}
.section--top.type_photo .block--tit .block--keyvisual__logo {
    display: none;
}
.section--top.type_photo .block--tit .block--keyvisual__logo img {
	max-width: 100%;
	/*width: fit-content;*/
}
.section--top.type_photo .block--keyvisual__photo {
	position: inherit;
	z-index: 0;
	margin: 0;
	width: 100%;
	height: auto;
	margin: 6vw 0 0 0;
	pointer-events: none;
}
.section--top.type_photo .block--keyvisual__photo li {
	position: relative;
	z-index: 1;
	text-align: center;
}
.section--top.type_photo .block--keyvisual__photo li img {
    max-width: 1300px;
}
.section--top.type_photo .block--keyvisual__photo li:nth-of-type(2) {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	height: calc(100% - 150px);
	text-align: center;
}
.section--top.type_photo .block--keyvisual__photo li:nth-of-type(2) img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	filter: blur(30px);
	transform: translate(-50%,-50%) scale(2.2);
}
.list--item .item.new::after {
    background: #00FF00;
    border: 1px solid;
    border-bottom-width: 2px;
    border-top-color: #FFFFFF;
    border-left-color: #35B233;
    border-right-color: #35B233;
    border-bottom-color: #015000;
    color: #000000;
    text-align: center;
    cursor: pointer;
    line-height: 35px;
    width: 40px;
    height: 40px;
    text-decoration: none;
}
.block--item__info .status_icon li {
    text-align: center;
    line-height: 1.2;
    background: #ffffff;
    border: 2px solid;
    border-bottom-width: 3px;
    border-top-color: #FFFFFF;
    border-left-color: #7f7f7f;
    border-right-color: #d2d2d2;
    border-bottom-color: #525252;
    color: #000000;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0;
}
.block--item__info .status_icon li.status_icon__new {
    background: #00FF00;
    border: 2px solid;
    border-bottom-width: 3px;
    border-top-color: #FFFFFF;
    border-left-color: #35B233;
    border-right-color: #35B233;
    border-bottom-color: #015000;
    color: #000000;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0;
}
.list--item .status_icon li,
.list--item .status_icon li.fc {
    border-color: #000000;
    background: #000000;
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
    background: #ffffff;
    border: 2px solid;
    border-bottom-width: 3px;
    border-top-color: #FFFFFF;
    border-left-color: #7f7f7f;
    border-right-color: #d2d2d2;
    border-bottom-color: #525252;
    color: #000000;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0;
}
.list--item .item a {
    display: block;
    color: #fff;
}
.block--item__info .item--tit,
.block--item__info .item--price {
    color: #fff;
}
.btn_cart a {
    background: #00FF00;
    border: 3px solid;
    border-bottom-width: 5px;
    border-top-color: #FFFFFF;
    border-left-color: #35B233;
    border-right-color: #35B233;
    border-bottom-color: #015000;
    color: #000000;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0;
}
.block--share ul li a {
    color: #fff;
}
.block--item__info .attention {
    display: block;
    margin-bottom: 1em;
    background: #00FF00;
    color: #000;
    display: inline-block;
    padding: 1px 5px;
}
.block--item__info .block--select li .attention {
    display: inline-block;
}
.block--nav {
    background: #000;
}
.block--nav .block--nav__inner .nav--cart img,
.block--nav .block--nav__inner .nav--home img {
    filter: invert(1);
}
.block--nav .block--nav__inner .nav--cart .count {
    background: #fff;
    color: #000;
}
#drawer__btn span ,
#drawer__btn span::before,
#drawer__btn span::after{
    background-color: #fff;
}
.drawer{
    background: #000;
} 

.drawer .drawer-inner .g-nav li a {
    color: #fff;
}
footer .inner .list--support .nav--support li a {
    color: #fff;
}
footer .block--logo__footer img {
    filter: invert(1);
}
footer .block--logo__footer .txt--sub {
    color: #fff;
}

@media screen and (min-width: 960px){

.btn_cart a:hover{
        background: #00FF00;
}

}

@media screen and (max-width: 960px){
	.section--top.type_photo {
		margin-bottom: 30px;
	}
	.section--top.type_photo .block--tit {
        position: relative;
        top: auto;
        left: auto;
        width: 75%;
        margin: 30vw auto 11vw;
        transform: inherit;
	}
	.section--top.type_photo .block--keyvisual__photo {
		width: 90%;
        margin: 0 auto;
	}
	.section--top.type_photo .block--keyvisual__photo li img {
		width: 100%;
	}
	.section--top.type_photo .block--keyvisual__photo li:nth-of-type(2) {
		height: calc(100% - 10vh);
	}
	.section--top.type_photo .block--keyvisual__photo li:nth-of-type(2) img {
		transform: translate(-30%,-60%) scale(3);
	}
}
