@charset "utf-8";

@media screen and (max-width:767px) {
	.page-contents.-original .section-content>.inner {
		padding: 0;
	}
}
h1.title-large {
	display: none;
}
.item_box_wrap > ul {
	justify-content: center;
}
#seibo2024 {
	width: 100%;
}
* {
	transition-duration: 300ms;
}

/* キービジュアル */

#seibo2025_01 {
	width: 100%;
}

/* 特典 */

#seibo2025_02_wrap {
	width: 100%;
	padding-bottom: 40px;
	background: url(https://www.onlineshop-yamaya.com/upload_file/img/category_list/seibo2025/seibo_bg_pc.webp) top repeat-y;
	background-size: 100% auto;
}
@media screen and (max-width:767px) {
	#seibo2025_02_wrap {
		background-image: url(https://www.onlineshop-yamaya.com/upload_file/img/category_list/seibo2025/seibo_bg_sp.webp);
	}
}
#seibo2025_02 {
	position: relative;
	top: -10px;
}
#seibo2025_03 {
	width: calc(100% * (1000 / 1200));
	margin: 40px auto 0;
}
@media screen and (max-width:767px) {
	#seibo2025_03 {
		width: 100%;
		margin-top: 3vw;
		padding: 0 3vw;
	}
}
#seibo2025_04_wrap {
	width: calc(100% * (1000 / 1200));
	margin: 20px auto 0;
}
@media screen and (max-width:767px) {
	#seibo2025_04_wrap {
		width: 100%;
		margin-top: 4vw;
		padding: 0 3vw;
	}
}
#seibo2025_04_2 {
	width: 100%;
	max-width: calc(100% * (624 / 1000));
	margin: 20px auto 0;
}
@media screen and (max-width:767px) {
	#seibo2025_04_2 {
		max-width: 100%;
		margin-top: 4vw;
	}
}
#seibo2025_04_3 {
	width: 100%;
	margin-top: 20px;
	color: #fff;
	line-height: 1.6;
}
@media screen and (max-width:767px) {
	#seibo2025_04_3 {
		width: 100%;
		margin-top: 4vw;
		font-size: 3.2vw;
		line-height: 1.4;
	}
}
#seibo2025_04_4 {
	width: 100%;
	margin-top: 20px;
	padding: 12px 20px;
	border-radius: 24px;
	background: #fff;
	color: #891931;
	font-size: 1.0rem;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width:767px) {
	#seibo2025_04_4 {
		margin-top: 4vw;
		padding: 2vw 2vw;
		border-radius: 6vw;
		font-size: 3.2vw;
	}
}

/* アプリダウンロード */

#seibo2025_05 {
	width: calc(100% * (1000 / 1200));
	margin: 20px auto 0;
}
@media screen and (max-width:767px) {
	#seibo2025_05 {
		width: 100%;
		margin-top: 4vw;
		padding: 0 3vw;
	}
}
#seibo2025_05 > .ttl {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #9E7D0C;
	color: #fff;
	font-size: 1.5rem;
}
@media screen and (max-width:767px) {
	#seibo2025_05 > .ttl {
		height: auto;
		padding: 3vw 0;
		font-size: 3.8vw;
	}
}
#seibo2025_05 .app_dl_wrap {
	width: 100%;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	background: #fff;
}
/* App Store */
#seibo2025_05 .app_dl_wrap .app-store {
	width: calc(100% * ((220 + 20 + 100) / 1000));
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width:767px) {
	#seibo2025_05 .app_dl_wrap .app-store {
		width: calc(100% * ((220 + 20 + 100) / 1000) * 1.2);
	}
}
#seibo2025_05 .app_dl_wrap .app-store .dl-btn {
	width: calc(100% * (220 / (220 + 20 + 100)));
}
@media screen and (max-width:767px) {
	#seibo2025_05 .app_dl_wrap .app-store .dl-btn {
		width: 100%;
	}
}
#seibo2025_05 .app_dl_wrap .app-store .qr-code {
	width: calc(100% * (100 / (220 + 20 + 100)));
}
@media screen and (max-width:767px) {
	#seibo2025_05 .app_dl_wrap .app-store .qr-code {
		display: none;
	}
}
/* Google Play */
#seibo2025_05 .app_dl_wrap .google-play {
	width: calc(100% * ((260 + 20 + 100) / 1000));
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width:767px) {
	#seibo2025_05 .app_dl_wrap .google-play {
		width: calc(100% * ((260 + 20 + 100) / 1000) * 1.2);
	}
}
#seibo2025_05 .app_dl_wrap .google-play .dl-btn {
	width: calc(100% * (260 / (260 + 20 + 100)));
}
@media screen and (max-width:767px) {
	#seibo2025_05 .app_dl_wrap .google-play .dl-btn {
		width: 100%;
	}
}
#seibo2025_05 .app_dl_wrap .google-play .qr-code {
	width: calc(100% * (100 / (260 + 20 + 100)));
}
@media screen and (max-width:767px) {
	#seibo2025_05 .app_dl_wrap .google-play .qr-code {
		display: none;
	}
}
#seibo2025_05 .app_dl_wrap .app-store .dl-btn a,
#seibo2025_05 .app_dl_wrap .google-play .dl-btn a {
	transition-duration: 300ms;
}
#seibo2025_05 .app_dl_wrap .app-store .dl-btn a:hover,
#seibo2025_05 .app_dl_wrap .google-play .dl-btn a:hover {
	opacity: 0.8;
}
#seibo2025_05 .app_dl_wrap .copy {
	width: 100%;
	margin-top: 10px;
	padding: 0 20px;
	color: #666;
	font-size: 0.75rem;
	text-align: center;
}
@media screen and (max-width:767px) {
	#seibo2025_05 .app_dl_wrap .copy {
		margin-top: 2vw;
		padding: 0 4vw;
		font-size: 2.8vw;
		text-align: left;
	}
}
#seibo2024_06 {
	width: calc(100% * (1000 / 1200));
	margin: 20px auto 0;
	color: #fff;
	text-align: center;
}
@media screen and (max-width:767px) {
	#seibo2024_06 {
		width: calc(100% - (3vw * 2));
		margin-top: 2vw;
		font-size: 2.8vw;
	}
}

/* 冬ギフトおすすめギフト */

#seibo2024_10 > h3 {
	width: calc(100% * (520 / 1200));
	margin: 80px auto 0;
}
@media screen and (max-width:767px) {
	#seibo2024_10 > h3 {
		width: calc(100% * (520 / 750));
		margin-top: 8vw;
	}
}
#seibo2024_10 ul {
	width: 100%;
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
@media screen and (max-width:767px) {
	#seibo2024_10 ul {
		width: calc(100% - (3vw * 2));
		margin: 6vw auto 0;
		gap: 3vw;
	}
}
#seibo2024_10 ul li {
	width: calc((100% - (40px * 3)) / 4);
}
@media screen and (max-width:767px) {
	#seibo2024_10 ul li {
		width: calc((100% - (3vw)) / 2);
	}
}
#seibo2024_10 ul li a {
	position: relative;
	display: block;
	transition-duration: 300ms;
}
#seibo2024_10 ul li a .num {
	position: absolute;
	top: -12px;
	left: -12px;
	width: 50px;
}
@media screen and (max-width:767px) {
	#seibo2024_10 ul li a .num {
		top: -2vw;
		left: -2vw;
		width: 8vw;
	}
}
#seibo2024_10 ul li a .img {
	border: 1px solid #ccc;
}
#seibo2024_10 ul li a:hover {
	opacity: .8;
}
#seibo2024_10 ul li a .ttl {
	margin-top: 12px;
	display: block;
	font-size: 1.125rem;
	line-height: 1.2;
	text-align: center;
}
@media screen and (max-width:767px) {
	#seibo2024_10 ul li a .ttl {
		margin-top: 1.2vw;
		font-size: 3.8vw;
	}
}
#seibo2024_10 ul li a .price {
	margin-top: 12px;
	display: block;
	color: #B94E56;
	font-size: 1.25rem;
	line-height: 1.2;
	text-align: center;
}
@media screen and (max-width:767px) {
	#seibo2024_10 ul li a .price {
		margin-top: 1vw;
		font-size: 3.8vw;
	}
}
#seibo2024_10 ul li a .price .tax {
	padding-left: 4px;
	font-size: 0.875rem;
}
@media screen and (max-width:767px) {
	#seibo2024_10 ul li a .price .tax {
		padding-left: 1vw;
		font-size: 3.2vw;
	}
}

/* 価格から探す */

#seibo2024_11 {
	width: 100%;
	margin-top: 80px;
}
@media screen and (max-width:767px) {
	#seibo2024_11 {
		margin-top: 8vw;
	}
}
#seibo2024_11 > h3 {
	width: calc(100% * (520 / 1200));
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	#seibo2024_11 > h3 {
		width: calc(100% * (520 / 750));
	}
}
#seibo2024_11 ul {
	width: 100%;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:767px) {
	#seibo2024_11 ul {
		width: calc(100% - (3vw * 2));
		margin: 4vw auto 0;
		flex-wrap: wrap;
	}
}
#seibo2024_11 ul li {
	width: calc((100% - (50px * 2)) / 3);
}
@media screen and (max-width:767px) {
	#seibo2024_11 ul li {
		width: 100%;
	}
	#seibo2024_11 ul li + li {
		margin-top: 4vw;
	}
}
#seibo2024_11 ul li a {
	position: relative;
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background: #000;
	filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, .1));
	transition-duration: 300ms;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 2.0rem;
}
@media screen and (max-width:767px) {
	#seibo2024_11 ul li a {
		height: 16vw;
		border-radius: 4vw;
		filter: drop-shadow(1vw 1vw 0 rgba(0, 0, 0, .1));
		font-size: 5.4vw;
	}
}
#seibo2024_11 ul li:nth-of-type(1) a {
	background-color: #C47273;
}
#seibo2024_11 ul li:nth-of-type(2) a {
	background-color: #9b91c4;
}
#seibo2024_11 ul li:nth-of-type(3) a {
	background-color: #CCAD71;
}
#seibo2024_11 ul li:nth-of-type(1) a:hover {
	background-color: #e46e70;
}
#seibo2024_11 ul li:nth-of-type(2) a:hover {
	background-color: #9480e0;
}
#seibo2024_11 ul li:nth-of-type(3) a:hover {
	background-color: #fac761;
}
#seibo2024_11 ul li a::after {
	position: absolute;
	top: 50%;
	right: 6%;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 20px solid #fff;
	box-sizing: border-box;
	content: "";
	transform: translateY(-50%);
}

/* カテゴリ一覧 */

#seibo2024_12 {
	width: 100%;
	margin-top: 80px;
}
@media screen and (max-width:767px) {
	#seibo2024_12 {
		margin-top: 8vw;
	}
}
#seibo2024_12 > h3 {
	width: calc(100% * (520 / 1200));
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	#seibo2024_12 > h3 {
		width: calc(100% * (520 / 750));
	}
}
#seibo2024_12 ul {
	width: 100%;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
@media screen and (max-width:767px) {
	#seibo2024_12 ul {
		width: calc(100% - (3vw * 2));
		margin: 4vw auto 0;
		gap: 3vw;
	}
}
#seibo2024_12 ul li {
	width: calc((100% - (40px * 2)) / 3);
}
@media screen and (max-width:767px) {
	#seibo2024_12 ul li {
		width: calc((100% - (3vw * 1)) / 2);
	}
}
#seibo2024_12 ul li a {
	display: block;
	transition-duration: 300ms;
}
#seibo2024_12 ul li a:hover {
	opacity: .8;
}
#seibo2024_12 ul li a .ttl {
	position: relative;
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #A68A4B;
	color: #fff;
	font-size: 1.0rem;
}
@media screen and (max-width:767px) {
	#seibo2024_12 ul li a .ttl {
		padding: 1.6vw 0;
		flex-direction: column;
		font-size: 3.733vw;
		line-height: 1.4;
		text-align: center;
	}
}
@media screen and (max-width:767px) {
	#seibo2024_12 ul li a .ttl span {
		width: 100%;
		display: block;
	}
}
@media screen and (max-width:767px) {
	#seibo2024_12 ul li a .ttl span:nth-of-type(2) {
		font-size: 3.2vw;
	}
}
#seibo2024_12 ul li a .ttl span:nth-of-type(2)::before {
	content: "｜";
}
@media screen and (max-width:767px) {
	#seibo2024_12 ul li a .ttl span:nth-of-type(2)::before {
		content: "";
	}
}
#seibo2024_12 ul li a .ttl::after {
	position: absolute;
	top: 50%;
	right: 8%;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 12px solid #fff;
	box-sizing: border-box;
	content: "";
	transform: translateY(-50%);
}
@media screen and (max-width:767px) {
	#seibo2024_12 ul li a .ttl::after {
		right: 3vw;
		border-top-width: 1.2vw;
		border-bottom-width: 1.2vw;
		border-left-width: 3.0vw;
	}
}

/* 商品一覧 */

#seibo2024_13 {
	width: 100%;
	margin-top: 80px;
}
@media screen and (max-width:767px) {
	#seibo2024_13 {
		margin-top: 8vw;
	}
}
#seibo2024_13 > h3 {
	width: calc(100% * (520 / 1200));
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	#seibo2024_13 > h3 {
		width: calc(100% * (520 / 750));
	}
}

/* 贈り物におすすめのサービス */

#seibo2024_15 {
	width: 100%;
	margin-top: 80px;
}
@media screen and (max-width:767px) {
	#seibo2024_15 {
		margin-top: 6vw;
	}
}
#seibo2024_15 h3 {
	width: 100%;
}
@media screen and (max-width:767px) {
	#seibo2024_15 h3 {
		width: calc(100% - (3vw * 2));
		margin: 0 auto;
	}
}
#seibo2024_15 ul {
	width: 100%;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
}
@media screen and (max-width:767px) {
	#seibo2024_15 ul {
		width: calc(100% - (3vw * 2));
		margin: 4vw auto 0;
		gap: 3vw;
	}
}
#seibo2024_15 ul li {
	width: calc((100% - 40px) / 2);
	border: 1px solid #891931;
}
@media screen and (max-width:767px) {
	#seibo2024_15 ul li {
		width: 100%;
	}
}
#seibo2024_15 ul li a {
	position: relative;
	display: block;
	transition-duration: 300ms;
}
#seibo2024_15 ul li a .num {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #C4B068;
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.1;
	text-align: center;
}
#seibo2024_15 ul li:nth-of-type(3) a .num,
#seibo2024_15 ul li:nth-of-type(4) a .num {
	background: #939393;
}
@media screen and (max-width:767px) {
	#seibo2024_15 ul li a .num {
		top: 2vw;
		right: 2vw;
		width: 20vw;
		height: 20vw;
		font-size: 3.733vw;
		line-height: 1.2;
	}
}
@media screen and (max-width:767px) {
	#seibo2024_15 ul li a .img {
		width: 100%;
	}
}
#seibo2024_15 ul li:hover {
	opacity: .8;
}
#seibo2024_15 ul li a .ttl {
	position: relative;
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #891931;
	color: #fff;
	font-size: 1.4rem;
}
@media screen and (max-width:767px) {
	#seibo2024_15 ul li a .ttl {
		padding: 2.0vw 0;
		font-size: 3.4vw;
	}
}
#seibo2024_15 ul li a .ttl::after {
	position: absolute;
	top: 50%;
	right: 12%;
	width: 10px;
	height: 10px;
	content: '';
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width:767px) {
	#seibo2024_15 ul li a .ttl::after {
		width: 2vw;
		height: 2vw;
	}
}


