﻿@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; }


/*SPページの余白削除*/
#fftop_recomDetail section {
	padding: 0px;
}

/*クラブギフトの背景を白に*/
div#cgip {
	background-color: #fff;
}

.freeArea-direct {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#gourmet_menu {
	max-width: 100%;
	text-align: center;
	font-family: dnp-shuei-mgothic-std,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-feature-settings: "palt";
}


#gourmet_menu::before {
	content:"";
	display:block;
	position:fixed;
	top: 0;
	left: 0;
	background-image: url(../img/back.jpg);
	background-repeat: no-repeat;
	background-size: 100vw 180vw;
	z-index: -10000;
	width: 100vw;
	height: 180vw;
}

.title {
	width: 90vw;
	padding-top: 10vw;
	vertical-align: bottom;
}

.title_copy_sp {
	width: 87vw;
}

/*PICK UPのタイトル*/
.pickup_title {
	width: 40vw;
	margin-top: 10vw;
}

.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: 43vw;
	border-radius: 1.5vw;
	margin: 2vw 1.5vw;
	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: 5vw;
	margin: 2.632vw 0vw 3.947vw 0vw;
}

.item_copy {
	font-size: 2.632vw;
	line-height: 3.289vw;
	color: rgb(77,77,77);
	margin: 0vw auto;
	margin-bottom: 2.632vw;
}

.brand_name {
	font-size: 2.632vw;
	font-weight: 600;
	line-height: 3.289vw;
	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: 22vw;
	height: 22vw;
	margin: 3vw 0vw;
	margin-top: 12vw;
}

.notes {
	margin: 3.947vw;
	font-size: 3.289vw;
	line-height: 5.263vw;
	color: rgb(77,77,77);
	text-align: left;
}

.notes li {
	color: rgb(77,77,77);
	margin-bottom: 2vw;
}

.sonota{
	position: relative;
	display: inline-block;
	margin-top:30px;
	background-image: linear-gradient(0deg, #151617, #151617); /* カラー（グラデ） */
	border: 1px solid #151617; /* 枠線 */
	border-radius: 0.3em;      /* 角丸 */
}

.sonota a{
	margin:20px;
	padding:10px;
        font-size:1.1em;
        font-weight:bold;
        color:#FFF;
}
