@charset "utf-8";


/* フェード設定 */

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition:all 0.9s;
}

.fadein_SP {
    animation-name: fadein;
    animation-duration: 1s;
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(40px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

#PC { display: none !important; }
.pc { display: none !important; }


/*SPページの余白削除*/
#fftop_recomDetail section {
	padding: 0px;
}

/*クラブギフトの背景を白に*/
div#cgip {
	background-color: #fff;
}

.freeArea-direct {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#zitaku_menu_cpn {
	max-width: 100%;
	text-align: center;
	font-family: dnp-shuei-mgothic-std,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-feature-settings: "palt";
}

#zitaku_menu_cpn::before {
	content:"";
	display:block;
	position:fixed;
	top: 1vw;
	left: 0;
	background-image: url(../img/title_back_sp.png);
	background-size: 100vw 79.868vw;
	z-index: -10000;
	width: 100vw;
	height: 100vh;
}

.title {
	width: 95vw;
	padding-top: 10vw;
	vertical-align: bottom;
}

.title_copy_sp {
	width: 90vw;
	padding-top: 7.895vw;
}

.category_title {
	color: #000;
	font-size: 4.5vw;
	font-weight: 600;
	margin: 7vw auto 0px;
	position: relative;
	padding: 0.25em 1em;
	border-top: solid 0.263vw rgb(77,77,77);
	border-bottom: solid 0.263vw rgb(77,77,77);
	display: inline-block;
	background-color: #fff;
}

.category_title:before, .category_title:after {
	content: '';
	position: absolute;
	top: -1.5vw;
	width: 0.263vw;
	height: -webkit-calc(100% + 3vw);
	height: calc(100% + 3vw);
	background-color: rgb(77,77,77);
}

.category_title:before {
	left: 2vw;
}

.category_title:after {
	right: 2vw;
}

.left::after {
    content: "";
    display: block;
    width: 44.079vw;
    height: 0;
    margin: 0 1.974vw;
}


/*PICK UPのタイトル*/
.pickup_title {
	width: 59.211vw;
	margin-top: 13.158vw;
}

.pickup {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.item_big {
	display: flex;
	justify-content: left;
	width: 92.105vw;
	background-color: rgb(240,240,240);
	border-radius: 2.632vw;
	margin: 9vw auto 3.947vw;
	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:active {
	transform: scale(1.1) !important;
	transition-duration: 0.3s;
}

.item_big dd{
	align-self: center;
	width: 50vw;
}

.item_big_img {
	width: 39.474vw;
	vertical-align: bottom;
	margin-left: 2.632vw;
}

.item {
	width: 44.079vw;
	background-color: rgb(240,240,240);
	border-radius: 2.632vw;
	margin: 3.947vw 1.974vw;
	position: relative;
	filter: drop-shadow(0.3vw 0.3vw 1vw rgba(0,0,0,0.3));
}

.item a:link {
	text-decoration: none;
}

.item a:visited {
	text-decoration: none;
}

.item.fadein:active {
	transform: scale(1.1) !important;
	transition-duration: 0.3s;
}

.item_img {
	width: 44.079vw;
	vertical-align: bottom;
	margin-top: 2.632vw;
}

.item_title {
	color: #000;
	font-size: 4.5vw;
	font-weight: 600;
	line-height: 1;
	margin: 2.632vw 0vw 3.947vw 0vw;
}

.item_title span {
	font-size: 2.632vw;
}

.item_copy {
	font-size: 2.632vw;
	line-height: 1.5;
	color: rgb(77,77,77);
	margin: 0vw auto;
	margin-bottom: 2.632vw;
	padding: 0em 1em;
	text-align: justify;
}

.brand_name {
	font-size: 2.632vw;
	font-weight: 600;
	line-height: 1;
	color: rgb(77,77,77);
	margin: 2.632vw auto;
}

.brand_name span {
	border-bottom: 0.263vw solid rgb(77,77,77);
	padding: 0vw 1vw 0.05vw;
	color: rgb(77,77,77);
}

dd .brand_name {
	margin-bottom: 6.579vw;
}

.limited {
	position: absolute;
	top: -3vw;
	left: -2vw;
	width: 25vw;
	transform: rotate(-5deg);
}

.other_title {
	width: 56.579vw;
	margin: 13.158vw 0vw 2vw;
	vertical-align: bottom;
}

.other {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pagetop_btn {
	width: 26.316vw;
	height: 26.316vw;
	margin: 3.947vw 0vw;
	margin-top: 13.158vw;
}

.notes {
	margin: 3.947vw;
	font-size: 3.289vw;
	line-height: 1.5;
	color: rgb(77,77,77);
	text-align: left;
}

.notes li {
	color: rgb(77,77,77);
	margin-bottom: 2vw;
}


