@charset "UTF-8";

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
}

/* Fade Animation */
.js-fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.js-fade.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.js-reveal {
	opacity: 0;
	transition: opacity 1.5s ease 2s;
}

.js-reveal.is-inview {
	opacity: 1;
}

/* Reset and Base Styles */
* {
	box-sizing: border-box;
}
p{
	font-feature-settings: "palt";
}
.pc {
	display: block;
}

.sp {
	display: none;
}

/* Content */
.valentine-content {
	background: #FFFFFF;
}

/* Gift Intro Section */
.gift-intro {
	min-height: 839px;
	background: url('../../img/usr/br/2026valentinegift/kv-pc.jpg') no-repeat center 50%;
	background-size: cover;
	position: relative;
}

.gift-intro__inner {
	max-width: 540px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(0, -50%);
}

.gift-intro__title {
	color: #813C3F;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 0;
}

.gift-intro__title-main {
	display: block;
	font-size: 80px;
	font-weight: 300;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

.gift-intro__title-sub {
	display: block;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.gift-intro__text {
	font-size: 16px;
	line-height: 2.0;
	font-weight: 300;
}

.gift-intro__text p:first-child {
	font-size: 20px;
}

.gift-intro__text p:last-child {
	font-size: 14px;
	margin-top: 1em;
}

/* Gift Select Section */
.gift-select {
	padding: 100px 20px;
	background:#813C3F;
	color:#fff;
}

.gift-select__inner {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.gift-select__title {
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
	display: inline-block;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;
}

.gift-select__lead {
	font-size: 16px;
	line-height: 2.0;
	text-align: center;
	margin-bottom: 30px;
}

.gift-select__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 30px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.gift-select__item {
	padding: 30px 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.gift-select__item-image {
	margin-bottom: 20px;
}

.gift-select__item-image img {
	width: 100%;
	height: auto;
	max-width: 200px;
}

.gift-select__item-body {
	margin-bottom: 20px;
	flex-grow: 1;
}

.gift-select__item-title {
	font-size: 13px;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 10px;
	min-height: 3em;
}

.gift-select__item-price {
	font-size: 13px;
	margin-bottom: 15px;
}

.gift-select__item-text {
	font-size: 13px;
	line-height: 1.8;
}

.gift-select__item-button a {
	display: block;
	line-height: 40px;
	background: #D1A9A9;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	transition: filter 1s;
}

.gift-select__item-button a:hover {
	filter: saturate(200%);
	opacity: 1;
}

/* Rose Ceutical Section */
.rose-ceutical {

	padding: 100px 20px;
	background: #EDD8D9;
}

.rose-ceutical__inner {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.rose-ceutical__title {
	font-size: 28px;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
	display: inline-block;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	line-height: 1.5;
}

.rose-ceutical__lead {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 40px;
}

.rose-ceutical__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px;
	list-style: none;
	padding: 0;
	margin: 0;
	max-width: 620px;
	margin: 0 auto;
}

.rose-ceutical__item {
	text-align: center;
}

.rose-ceutical__item-image {
	margin-bottom: 30px;
}

.rose-ceutical__item-body {
	margin-bottom: 20px;
}

.rose-ceutical__item-title {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 15px;
	color: #333333;
}

.rose-ceutical__item-price {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
}

.rose-ceutical__item-text {
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 25px;
}

.rose-ceutical__item-button a {
	display: block;
	line-height: 40px;
	background: #D1A9A9;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	transition: filter 1s;
}

.rose-ceutical__item-button a:hover {
	filter: saturate(200%);
	opacity: 1;
}

/* Gift Wrapping Section */
.gift-wrapping {
	padding: 100px 20px;
	background: #FFFFFF;
}

.gift-wrapping__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.gift-wrapping__title {
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
}

.gift-wrapping__lead {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 60px;
	color: #666666;
}

.gift-wrapping__box {
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 1000px;
	margin: 0 auto 10px;
	text-align: center;
}

.gift-wrapping__box-image {
	flex-shrink: 0;
}

.gift-wrapping__box-image img {
	width: 100%;
	height: auto;
	max-width: 300px;
}

.gift-wrapping__box-body {
	flex: 1;
}

.gift-wrapping__box-title {
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 15px;
	color: #333333;
}

.gift-wrapping__box-price {
	font-size: 13px;
}

.gift-wrapping__box-size {
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #666666;
}

.gift-wrapping__box-text {
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #666666;
}

.gift-wrapping__box-note {
	font-size: 12px;
	line-height: 1.8;
	color: #999999;
}

.gift-wrapping__button {
	text-align: center;
}

.gift-wrapping__button a {
	display: block;
	background: #D4A5A5;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	transition: filter 1s;
	max-width: 280px;
	margin: 0 auto;
	line-height: 40px;
}

.gift-wrapping__button a:hover {
	filter: saturate(200%);
	opacity: 1;
}

.gift-wrapping__note {
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	margin-top: 80px;
}


/* Gift Set Section */
.gift-set {
	padding: 60px 20px 100px;
	background: #FFFFFF;
}

.gift-set__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.gift-set__list {
	display: flex;
	gap: 40px;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.gift-set__item {
	flex: 0 1 auto;
}

.gift-set__item img {
	width: 100%;
	height: auto;
	max-width: 380px;
}


.gift-set__note {
	text-align: center;
	font-size: 12px;
	margin-top: 40px;
}