
.mv--pc{
	background:url(/../../img/usr/freepage/rainy_day/pc-mv-bg-min.jpg) no-repeat 100% center;
	background-size: 100%;
}

.lead__txt{
	font-size: 1.15em;
    margin: 1.2em 0;
    font-weight: 300;
    letter-spacing: .07em;
    line-height: 2.3em;
}

.nav{
	width: 1000px;
	margin: .7em auto 3em;
}

.nav__list{
	display: flex;
	justify-content: space-between;
}
.nav__list-link{
	width: 100%;
	margin: 0 4px;
}
.nav__item{
	flex-direction: column;
	padding: 12px 0 28px;
}
.nav__item::after{
	right: 47%;
    bottom: 14px;
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-color:  transparent transparent var(--color-primary) var(--color-primary);
}
.nav__item-num{
	font-size: 1.9em;
	line-height: 1.3em;
}
.nav__item-txt{
	margin-left: 0;
	font-size: 1.3em;
	font-weight: 500;
	letter-spacing: .1em;
	margin-bottom: .4em;
}
.item{
	margin: 1em 0 70px;
}
.item-ttl__txt-border{
	font-weight: 500;
	font-size: 1.5em;
	padding-bottom: 0;
	letter-spacing: .15em;
}


.item__wrapper{
	width: 1000px;
}
.item-ttl__top{
	font-weight: 500;
	font-size: 1.5em;
	padding: .1em 0;
}

.item-ttl__txt-inner{
	margin: 28px 0 44px;
}
.item__about{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.item__about--reverse{
	flex-direction: row-reverse;
}
.item__about-txt-area--reverse{
	padding: 0 60px 0 25px !important;
}
.item-list{
	padding: 0 16px;
}

.item__about-img,
.item__about-txt-area{
	width: 480px;
}
.item__about-txt-area{
	padding: 0 40px;
}

.item__about-name{
	text-align: left;
    margin-left: 0;
    padding-left: 0;
    font-weight: 500;
    font-size: 1.8em;
    letter-spacing: .08em;
    margin-bottom: 2px;
}

.item__about-copy{
	text-align: left;
	font-weight: 400;
	letter-spacing: .05em;
	margin-bottom: 14px;
	font-size:1.4em;
}
.item__about-copy--marker{
	font-weight:500;
}
.item__about-txt{
	padding: 0;
	font-size: 1.1em;
    font-weight: 300;
    letter-spacing: .03em;
}
.item__prod-list{
	flex-wrap: nowrap;
}
.item__prod{
	min-width: 24%;
	padding: 0 8px;
}
.item__prod-name{
	font-size: 1.25em;
	line-height: 1.5em;
	letter-spacing: .07em;
	font-weight: 500;
}
.item__prod-price{
	font-size: 110%;
}
.item__prod-btn{
	font-weight: 500;
    font-size: 1.15em;
    width: 144px;
}
.item__prod-btn:hover{
	opacity: .5;
	transition: .5s;
}
.item__prod-fewer2{
	display: flex;
}
.item__prod-img-fewer2{
	width: 230px;
}
.item__prod-txt-fewer2{
	width: 200px;
	padding-left: 15px;
	position: relative;
}
.item__prod-btn--fewer2{
	left: 15px;
}

.item__prod:nth-child(odd){
	    margin-right: 0;
}
.item__prod:nth-child(even){
	    margin-left: 0;
}
.item__btn-l{
	width: 430px;
    font-size: 18px;
    font-weight: 500;
    margin: 30px auto 70px;
    border: .12em solid rgba(var(--color-primary-rgb), 0.75);
}
.item__btn-l:hover{
	background-color: var(--color-primary);
    color: white;
    border: .12em solid var(--color-primary);
    opacity: .9;
    transition: .5s;
}
.item__btn-l:hover::after {
    content: "";
    width: .6em;
    height: .6em;
    border: 2px solid white;
    border-color: white white transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    right: 1.2em;
    bottom: 1.4em;
    transition: .5s;
}
.category{
	padding: 1em 0 4em;
}
.category__list{
	width: 700px;
}
.category__item{
	margin: 0 1% .8em 1%;
	font-size: 1.2em;
}
.category__item:hover{
	opacity: 0.6;
}

.item__prod-name-mask {
	letter-spacing: .04em;
}

.category__item a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.category__item a span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
}