@charset "utf-8";


/* フェード設定 */

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition:all 0.9s;
}

.fadein_PC {
    animation-name: fadein;
    animation-duration: 1.5s;
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(40px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

#SP { display: none !important; }

.freeArea-direct {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#newlife_cpn2020 {
	max-width: 100%;
	text-align: center;
	font-family: dnp-shuei-mgothic-std,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-feature-settings: "palt";
	background-image: url(../img/title_back_pc.png);
	background-repeat: no-repeat;
	background-size: 940px 1071px;
	background-attachment: fixed;
	background-position: top;
}

#newlife_cpn2020 a:link {
	text-decoration: none;
}

#newlife_cpn2020 a:visited {
	text-decoration: none;
}

.title {
	width: 740px;
	padding-top: 50px;
	vertical-align: bottom;
	margin-bottom: 60px;
}

.title_copy_sp {
	width: 440px;
}

/*PICK UPのタイトル*/
.pickup_title {
	width: 340px;
	margin: 120px 0px 30px;
}

.pickup {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/*
.pickup::after {
	content:"";
	display:block;
	width: 375px;
	height:0;
}
*/

.item_big {
	display: flex;
	justify-content: left;
	width: 710px;
	background-color: rgb(240,240,240);
	border-radius: 20px;
	margin: 50px auto;
	position: relative;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.3));
}

.item_big a:link {
	text-decoration: none;
}

.item_big a:visited {
	text-decoration: none;
}

.item_big.fadein:hover {
	transform: scale(1.1) !important;
	transition-duration: 0.3s;
}

.item_big dd{
	align-self: center;
	width: 380px;
}

.item_big_img {
	width: 300px;
	vertical-align: bottom;
	margin-left: 20px;
}

.item {
	width: 335px;
	background-color: rgb(240,240,240);
	border-radius: 20px;
	margin: 25px;
	position: relative;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.3));
}

.pickup .item {
	margin: 0px 20px;
}

.item a:link {
	text-decoration: none;
}

.item a:visited {
	text-decoration: none;
}

.item_img {
	width: 335px;
	vertical-align: bottom;
	margin-top: 20px;
}

.item_title {
	color: #000;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	margin: 20px 0px 30px;
}

dd .item_title {
	margin: 0px 0px 15px;
}

.brand_name {
	font-size: 18px;
	line-height: 24px;
	color: rgb(77,77,77);
	margin: 20px auto 30px;
	width: 295px;
}

dd .brand_name {
	margin-bottom: 40px;
}

.brand_name span {
	border-bottom: 2px solid rgb(77,77,77);
	padding: 0px 5px 3px;
}


.item_copy {
	font-size: 18px;
	line-height: 24px;
	color: rgb(77,77,77);
	margin: 0px auto;
	margin-bottom: 20px;
	width: 295px;
}

.item.fadein:hover {
	transform: scale(1.1) !important;
	transition-duration: 0.3s;
}

.limited {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 150.5px;
	height: 40.5px;
	transform: rotate(-5deg);
}

.other_title {
	width: 340px;
	margin: 30px 0px;
	margin-top: 120px;
}

.other {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pagetop_btn {
	width: 120px;
	height: 120px;
	margin: 30px 0px;
	margin-top: 60px;
	transition:all 0.9s;
}

.pagetop_btn:hover {
	transform: scale(1.1) !important;
	transition-duration: 0.3s;
}

.notes {
	margin: 60px;
	font-size: 18px;
	line-height: 30px;
	color: rgb(77,77,77);
	text-align: left;
}

.notes li {
	color: rgb(77,77,77);
	margin-bottom: 5px;
}

/*IE専用*/
@media all and (-ms-high-contrast: none){
	.item_big {
		box-shadow: 2px 2px 10px #a9a9a9;

	}
	.item {
		box-shadow: 2px 2px 10px #a9a9a9;

	}

	.brand_name span {
		padding: 0px 5px;
	}
	.brand_name {
		margin: 30px auto 50px;
	}
}


