<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "https://fonts.googleapis.com/css2?family=Lato:wght@100;700&amp;family=Noto+Sans+JP:wght@100..900&amp;display=swap";
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	scroll-behavior: smooth;
}
.xmas_lp_contents {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 400;
	color: #313131;
	letter-spacing: 0.02em;
}
.xmas_lp_contents a:hover {
	opacity: 0.8;
}
.xmas_lp_contents img {
	max-width: 100%;
	height: auto;
}
.xmas_lp_contents picture {
	display: block;
}
.xmas_lp_contents .d-inlineblock {
	display: inline-block;
}
#totop {
	z-index: 10;
}
.sp {
	display: block;
}
@media screen and (min-width: 769px) {
	.sp {
		display: none;
	}
}
.pc {
	display: none;
}
@media screen and (min-width: 769px) {
	.pc {
		display: block;
	}
}
.btn {
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.btn {
		margin-top: 50px;
	}
}
.btn:first-child {
	margin-top: 0;
}
.topimg img {
	width: 100%;
}
.uketsuke {
	padding: 20px;
	background-color: #ebd4aa;
}
.uketsuke .shimekiri {
	margin-bottom: 20px;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.uketsuke .shimekiri {
		display: none;
	}
}
.uketsuke .shimekiri &gt; img {
	width: 100%;
}
#concept {
	margin: 0 auto;
	padding: 90px 20px;
	background-color: #fff;
	background-image: url(/images/xmas_lp/lace_top.png), url(/images/xmas_lp/lace_bottom.png), url(/images/xmas_lp/concept_bg.jpg);
	background-repeat: repeat-x, repeat-x, no-repeat;
	background-position: center top, center bottom, center center;
	background-size: auto 34px, auto 34px, cover;
}
@media screen and (min-width: 769px) {
	#concept {
		padding: 140px 20px;
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	#concept .btn_wrap {
		padding: 0 20px 20px;
		background-color: #ebd4aa;
	}
}
@media screen and (min-width: 769px) {
	#concept .btn_wrap {
		margin-bottom: 100px;
	}
}
#concept &gt; h2 {
	margin: 0 auto 50px;
	width: 80%;
	text-align: center;
}
@media screen and (min-width: 769px) {
	#concept &gt; h2 img {
		max-width: 500px;
	}
}
#concept &gt; .text {
	color: #67070c;
	font-size: 1.5rem;
	font-weight: 500;
	text-shadow: 1px 1px 5px #fff0fb;
	text-align: center;
}
@media screen and (min-width: 769px) {
	#concept &gt; .text {
		font-size: 2rem;
	}
}
.gentei {
	margin-bottom: 50px;
	width: 130px;
}
@media screen and (min-width: 769px) {
	.gentei {
		width: 160px;
	}
}
.section_title {
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.section_title img {
		width: 75%;
		height: auto;
	}
}
.section_text {
	margin-bottom: 50px;
	font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
	.section_text {
		font-size: 1.8rem;
	}
}
.section_text .small_text {
	display: inline-block;
	padding-top: 8px;
	font-size: 1.2rem;
	line-height: 1.8;
}
@media screen and (min-width: 769px) {
	.section_text .small_text {
		font-size: 1.4rem;
		font-size: 1.4rem;
	}
}
.item_yoko {
	margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
	.item_yoko {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
.item_yoko_L {
	margin-right: 50px;
	width: 100%;
}
@media screen and (min-width: 769px) {
	.item_yoko_L {
		width: calc(60% - 50px);
	}
}
.item_yoko_L img {
	width: 100%;
	border-radius: 15px;
	margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.item_yoko_L img {
		margin-bottom: 0;
	}
}
.item_yoko_R {
	width: 100%;
}
@media screen and (min-width: 769px) {
	.item_yoko_R {
		width: 40%;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
}
.item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 50px;
	margin-bottom: 50px;
}
.item li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}
@media screen and (min-width: 769px) {
	.item li {
		width: calc(50% - 25px);
	}
}
.item li:nth-of-type(2n) {
	margin-right: 0;
}
.item_img {
	margin-bottom: 20px;
	border-radius: 15px;
}
.item_img img {
	width: auto;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.item_img.is_cake {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 455/350;
}
.item_textbox {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: left;
	position: relative;
}
.item_textbox .item_logo {
	width: 89px;
}
.item_textbox .item_logo.is_kens_cafe_tokyo {
	width: 111px;
}
.item_textbox .item_logo.is_patisserie_kihachi {
	width: 135px;
}
@media screen and (max-width: 375px) {
	.item_textbox .item_logo.is_patisserie_kihachi {
		width: 120px;
	}
}
@media screen and (min-width: 769px) {
	.item_textbox .item_logo.is_patisserie_kihachi {
		width: 154px;
	}
}
.item_textbox .item_logo.is_dammann_freres {
	width: 110px;
}
.item_textbox .item_iconR {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.item_textbox .item_iconR img {
	width: 80px;
}
@media screen and (max-width: 375px) {
	.item_textbox .item_iconR img {
		width: 70px;
	}
}
.item_textbox .item_iconR.is_tsujirihei &gt; img {
	width: 58px;
}
@media screen and (min-width: 769px) {
	.item_textbox .item_iconR.is_tsujirihei &gt; img {
		width: 77px;
	}
}
.item_textbox .item_iconR &gt; p {
	font-size: 1.4rem;
	text-align: right;
	letter-spacing: -1px;
	margin-right: 0.4em;
}
@media screen and (max-width: 375px) {
	.item_textbox .item_iconR &gt; p {
		font-size: 1.3rem;
	}
}
.item_textbox .item_name {
	margin-bottom: 15px;
	font-size: 2rem;
	font-size: 500;
	line-height: 1.4;
}
@media screen and (min-width: 769px) {
	.item_textbox .item_name {
		margin-bottom: 20px;
		font-size: 2.4rem;
		line-height: 1.6;
	}
}
.item_textbox .item_name span {
	font-size: 1.4rem;
}
.item_textbox .numder_size {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1em;
	margin-bottom: 11px;
}
.item_textbox .numder_size .numder {
	font-size: 1.2rem;
	padding: 3px 15px;
	border: 1px solid #777;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #fff;
}
@media screen and (min-width: 769px) {
	.item_textbox .numder_size .numder {
		font-size: 1.5rem;
	}
}
.item_textbox .numder_size .size {
	display: inline-block;
	padding: 3px 15px;
	color: #fff;
	text-align: center;
	background-color: #6f3100;
	border-radius: 15px;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
}
@media screen and (max-width: 375px) {
	.item_textbox .numder_size .size {
		font-size: 1.4rem;
	}
}
.item_textbox .price {
	margin-bottom: 11px;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
}
@media screen and (min-width: 769px) {
	.item_textbox .price {
		margin-bottom: 20px;
	}
}
.item_textbox .price-hontai {
	margin-right: 0.05em;
	font-family: "Lato", sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
	.item_textbox .price-hontai {
		margin-bottom: 20px;
		font-size: 2.4rem;
	}
}
.item_textbox .price-hontai_en {
	font-weight: 600;
}
.item_textbox .text {
	text-align: justify;
}
.original {
	background: #f5f5f5;
	background-image: url(/images/xmas_lp/original_bg_left.png), url(/images/xmas_lp/original_bg_right.png), url(/images/xmas_lp/original_bg.jpg);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: left top, right top, center top;
	background-size: 25vw auto, 35vw auto, auto;
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.original {
		background-size: 18vw auto, 25vw auto, auto;
	}
}
.original-snow_felt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	position: relative;
	z-index: 0;
}
.original-snow_felt .snow_felt-1 {
	width: 15vw;
	height: auto;
	position: absolute;
	right: -5vw;
	top: 1054px;
}
.original-snow_felt .snow_felt-2 {
	width: 20vw;
	height: auto;
	position: absolute;
	left: -7.5vw;
	top: 1169px;
}
.original-snow_felt .snow_felt-3 {
	width: 20vw;
	height: auto;
	position: absolute;
	right: -7.5vw;
	top: 1874px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}
.original .section_inner {
	margin: 0 auto;
	padding: 70px 10px 70px;
	max-width: 1000px;
	text-align: center;
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 769px) {
	.original .section_inner {
		padding: 100px 20px;
	}
}
#premium {
	width: 100%;
	background-color: #efe0cd;
	background-image: url(/images/xmas_lp/lace_top.png), url(/images/xmas_lp/lace_bottom.png), url(/images/xmas_lp/premium_bg.jpg);
	background-repeat: repeat-x, repeat-x, repeat-y;
	background-position: center top, center bottom, center top;
	background-size: auto 34px, auto 34px, cover;
}
#premium .section_inner {
	margin: 0 auto;
	padding: 70px 10px 70px;
	max-width: 1000px;
	text-align: center;
}
@media screen and (min-width: 769px) {
	#premium .section_inner {
		padding: 100px 20px;
	}
}
#premium .foot-message {
	margin-bottom: 20px;
	padding: 0 40px;
}
@media screen and (min-width: 769px) {
	#premium .foot-message img {
		width: 536px;
	}
}
.partyfoods {
	color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-image: url(/images/xmas_lp/partyfoods-bg.jpg);
	background-size: cover;
	position: relative;
}
.partyfoods-bg {
	width: 100%;
	background-image: url(/images/xmas_lp/partyfoods-bg2.jpg), url(/images/xmas_lp/partyfoods-bg3.jpg);
	background-repeat: repeat-x, repeat-x;
	background-position: top center, bottom center;
	background-size: auto 343px, auto 343px;
	-webkit-mix-blend-mode: exclusion;
	mix-blend-mode: exclusion;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.partyfoods-illust &gt; [class^="illust-"] {
	display: block;
	position: absolute;
	z-index: 2;
	width: 30vw;
}
@media screen and (min-width: 769px) {
	.partyfoods-illust &gt; [class^="illust-"] {
		width: 20vw;
	}
}
@media screen and (min-width: 1600px) {
	.partyfoods-illust &gt; [class^="illust-"] {
		width: 30vw;
	}
}
.partyfoods-illust &gt; .illust-1 {
	left: 0;
	top: 151px;
}
@media screen and (min-width: 769px) {
	.partyfoods-illust &gt; .illust-1 {
		top: 162px;
	}
}
@media screen and (min-width: 1600px) {
	.partyfoods-illust &gt; .illust-1 {
		top: 472px;
	}
}
.partyfoods-illust &gt; .illust-2 {
	right: 0;
	top: 358px;
}
@media screen and (min-width: 769px) {
	.partyfoods-illust &gt; .illust-2 {
		top: 900px;
	}
}
@media screen and (min-width: 1600px) {
	.partyfoods-illust &gt; .illust-2 {
		top: 1000px;
	}
}
.partyfoods-illust &gt; .illust-3 {
	display: none;
}
@media screen and (min-width: 769px) {
	.partyfoods-illust &gt; .illust-3 {
		display: inline-block;
		top: 1460px;
	}
}
@media screen and (min-width: 1280px) {
	.partyfoods-illust &gt; .illust-3 {
		top: 1646px;
	}
}
@media screen and (min-width: 1600px) {
	.partyfoods-illust &gt; .illust-3 {
		left: 0;
		top: 1746px;
	}
}
.partyfoods-illust &gt; .illust-4 {
	display: none;
}
@media screen and (min-width: 769px) {
	.partyfoods-illust &gt; .illust-4 {
		display: inline-block;
		right: 0;
		top: 2580px;
	}
}
@media screen and (min-width: 1280px) {
	.partyfoods-illust &gt; .illust-4 {
		top: 2750px;
	}
}
@media screen and (min-width: 1600px) {
	.partyfoods-illust &gt; .illust-4 {
		right: 0;
		top: 2566px;
	}
}
@media screen and (min-width: 769px) {
	.partyfoods-bg_light_sp {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.partyfoods-bg_light_sp {
		width: 100%;
	}
	.partyfoods-bg_light_sp &gt; [class^="bg_light-"] {
		display: block;
		position: absolute;
		z-index: 2;
	}
	.partyfoods-bg_light_sp .bg_light-1 {
		width: 180px;
		height: 180px;
		left: 0;
		top: 840px;
	}
	.partyfoods-bg_light_sp .bg_light-2 {
		width: 214px;
		height: 214px;
		right: 0;
		top: 1250px;
	}
	.partyfoods-bg_light_sp .bg_light-3 {
		width: 180px;
		height: 180px;
		left: 0;
		top: 1800px;
	}
	.partyfoods-bg_light_sp .bg_light-4 {
		width: 214px;
		height: 214px;
		right: 0;
		top: 2200px;
	}
	.partyfoods-bg_light_sp .bg_light-5 {
		width: 180px;
		height: 180px;
		left: 0;
		top: 2750px;
	}
	.partyfoods-bg_light_sp .bg_light-6 {
		width: 214px;
		height: 214px;
		right: 0;
		top: 3200px;
	}
	.partyfoods-bg_light_sp .bg_light-7 {
		width: 214px;
		height: 214px;
		left: 0;
		top: 3600px;
	}
	.partyfoods-bg_light_sp .bg_light-8 {
		width: 214px;
		height: 214px;
		right: 0;
		top: 4050px;
	}
	.partyfoods-bg_light_sp .bg_light-9 {
		width: 214px;
		height: 214px;
		left: 0;
		top: 4550px;
	}
}
.partyfoods .section_inner {
	margin: 0 auto;
	padding: 100px 0px;
	max-width: 1000px;
	text-align: center;
	position: relative;
	z-index: 3;
}
@media screen and (min-width: 769px) {
	.partyfoods .section_inner {
		padding: 200px 20px;
	}
}
.partyfoods .item {
	margin-bottom: 0;
	gap: 30px 50px;
}
.partyfoods .item_img {
	padding: 0 5px;
	position: relative;
	z-index: 5;
}
@media screen and (min-width: 769px) {
	.partyfoods .item_img {
		padding: 0;
	}
}
.partyfoods .item_img &gt; img {
	max-width: 100%;
	height: auto;
	-o-object-fit: inherit;
	object-fit: inherit;
}
.partyfoods .item .numder_size &gt; .numder {
	background-color: inherit;
}
.partyfoods .item_name {
	font-weight: 600;
}
.partyfoods .item_textbox {
	margin-top: -40px;
	padding: 30px 10px 20px;
	width: 100%;
	background-color: rgba(7, 19, 35, 0.7);
	position: relative;
	z-index: 4;
}
@media screen and (min-width: 769px) {
	.partyfoods .item_textbox {
		margin-left: -10px;
		padding: 30px 20px 20px;
		width: calc(100% + 20px);
	}
}
.partyfoods .item_textbox &gt; p:last-child {
	margin-bottom: 0;
}
.lastcopy {
	padding: 50px 20px;
	font-size: 1.5rem;
	text-align: left;
	background-color: #fff;
}
@media screen and (min-width: 769px) {
	.lastcopy {
		font-size: 2rem;
		text-align: center;
	}
}
.lastcopy .text {
	margin: 20px 0;
	color: #813b00;
	text-align: center;
	letter-spacing: -0.06em;
}
@media screen and (min-width: 769px) {
	.lastcopy .text {
		margin: 50px 0;
	}
}
@media screen and (min-width: 769px) {
	.lastcopy_other_cake {
		margin-top: 70px;
	}
}
.lastcopy_other_cake &gt; .btn {
	margin-top: 20px;
}
@media screen and (min-width: 769px) {
	.lastcopy_other_cake &gt; .btn {
		margin-top: 50px;
	}
}
.lastcopy_message {
	margin: 50px auto 20px;
}
@media screen and (min-width: 769px) {
	.lastcopy_message {
		margin: 170px auto 70px;
	}
}
.lastcopy .caution {
	margin-top: 50px;
	font-size: 1.2rem;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.lastcopy .caution {
		margin-top: 100px;
		font-size: 1.4rem;
	}
} /*# sourceMappingURL=xmas_lp.css.map */
</pre></body></html>