@charset "utf-8";
#gift .sec-wrap .swiper-container {
	position: relative;
}
#gift .ttl-sec {
	border: none;
}

/* COMMON */
#gift .img-lazy {
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}

/* TOP */

/* ナビ */
#gift .search {
	margin-bottom: 40px;
	padding: 26px 60px 30px;
	background: #f2f2f2;
	text-align: center;
}
#gift .search-title-sub {
	font-size: 16px;
}
#gift .search-title {
	margin-top: 4px;
	font-size: 16px;
	font-weight: bold;
}
#gift .search-list {
    display: grid;
    margin-top: 24px;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
#gift .search-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 54px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
#gift .search-list a::after {
	position: absolute;
	top: calc(50% - 3px);
	right: 22px;
	width: 7px;
	height: 7px;
	border: 0;
	border-right: solid 2px #333;
	border-bottom: solid 2px #333;
	transform: rotate(45deg) translateY(-50%);
	content: '';
}
#gift .sec-wrap {
	margin-top: -20px;
	padding-top: 20px;
}
#gift .title-sub {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
	text-decoration: none;
}
#gift .title-sub-text {
	font-size: 18px;
}
#gift .title-sub-link-text {
	position: relative;
	margin-left: 10px;
	padding-right: 12px;
}
#gift .title-sub-link-text::after {
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 5px;
	height: 5px;
	border: 0;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	transform: rotate(-45deg) translateY(-50%);
	content: '';
}

/* slider */
#gift .product-slider {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 980px;
	margin: 50px auto;
}
#gift .swiper-container {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 860px;
	margin: 0 auto;
}
#gift .swiper-button-prev,
#gift .swiper-button-next {
	position: relative;
	cursor: pointer;
}
#gift .swiper-button-prev::after,
#gift .swiper-button-next::after {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 26px;
	height: 39px;
	transform: translateY(-50%);
	content: '';
}
#gift .swiper-button-prev::after {
	left: 0;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDI2IDM5Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMC4xNDMgMzkpIHJvdGF0ZSgxODApIj48cmVjdCB3aWR0aD0iMjYiIGhlaWdodD0iMzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuMTQzKSIgc3R5bGU9ImZpbGw6I2ZmZiIvPjxwYXRoIGQ9Ik01NCwxMzI5LjUxOCw3Ni42ODUsMTM0Ny40LDU0LDEzNjUuMTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00OC4yMzIgLTEzMjcuODkzKSIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzMzMztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjJweCIvPjwvZz48L3N2Zz4=) no-repeat center center;
}
#gift .swiper-button-next::after {
	right: 0;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDI2IDM5Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC4xNDMpIj48cmVjdCB3aWR0aD0iMjYiIGhlaWdodD0iMzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuMTQzKSIgc3R5bGU9ImZpbGw6I2ZmZiIvPjxwYXRoIGQ9Ik01NCwxMzI5LjUxOCw3Ni42ODUsMTM0Ny40LDU0LDEzNjUuMTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00OC4yMzIgLTEzMjcuODkzKSIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzMzMztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjJweCIvPjwvZz48L3N2Zz4=) no-repeat center center;
}
#gift .swiper-product-inner {
	position: relative;
	text-align: left;
}
#gift .swiper-product-link {
	text-decoration: none;
}
#gift .swiper-product-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	margin-bottom: 10px;
}
#gift .swiper-product-image[loading='lazy'] {
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
#gift .swiper-product-name {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.4;
}
#gift .swiper-product-brand {
	margin-bottom: 5px;
	color: #888;
	font-size: 11px;
	line-height: 1.2;
}
#gift .swiper-product-price {
	font-size: 11px;
}

/* 予算別で探す */
#gift .search-price {
	margin-bottom: 76px;
	padding: 36px 30px 30px;
	background: #f2f2f2;
	text-align: center;
}
#gift .search-price h2 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}
#gift .tab-buttons {
	display: flex;
	gap: 5px;
	margin-bottom: 20px;
}
#gift .tab-button {
	display: flex;
	align-items: center;
	height: 28px;
	padding: 0 10px ;
	border: 1px solid #333;
	border-radius: 20px;
	background-color: #fff;
	color: #333;
	font-size: 12px;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
}
#gift .tab-button.active {
	border-color: #333;
	background-color: #333;
	color: #fff;
}
#gift .tab-content {
	display: none;
}
#gift .tab-content.active {
	display: block;
}
#gift .search-price .product-slider {
	width: 920px;
	margin: 0 auto 30px;
	padding: 30px 0 10px;
    background: #fff;
}
#gift .search-price .swiper-container {
	width: 820px;
}

/* ブランドから探す */
#gift .search-brand {
	text-align: center;
}
#gift .search-brand h2 {
	margin-bottom: 36px;
	font-size: 24px;
	font-weight: bold;
}
#gift .search-brand .search-brand-link {
	display: inline-block;
	margin-bottom: 58px;
}

/* ブランドロゴ(topページと同じスタイルを追加) */
#gift .banner-list-brandlogo {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	margin-bottom: 20px;
	gap: 20px 30px;
}
#gift .banner-list-brandlogo li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 64px;
	border: 1px solid #eee;
	box-sizing: border-box;
}
#gift .banner-list-brandlogo li img {
	max-width: 100%;
	aspect-ratio: 342 / 150;
}

/* egift */
#gift .egift-section {
	margin-bottom: 60px;
	padding: 57px 0 50px;
	background: #f5f5f8;
}

/* stylelint-disable */
#gift .egift-section .contents__inr {
	text-align: center;
}
/* stylelint-enable */

#gift .egift-section h2 {
	margin-bottom: 28px;
	font-size: 20px;
	font-weight: bold;
}
#gift .egift-link-image {
	display: inline-block;
	margin-bottom: 30px;
}
#gift .egift-link-image img {
	border: 3px solid #fff;
}
#gift .egift-text {
	margin-bottom: 27px;
	font-size: 20px;
	font-weight: bold;
}
