@charset "utf-8";


/*-------------------------------------------- */
/* .menu_btns
---------------------------------------------- */

.menu_btns {
	display: block;
	position: fixed;
	top: 0;
	right: -60px;
	z-index: 998;
	/* right: 0; */
}
.menu_btn {
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	transform: translateX(0);
}
.menu_btn_open {
	background: #f11e7b url(../../images/common/menu_btn.svg) center center no-repeat;
	background-size: 21px 11.5px;

	transition : all 0.5s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu_btn_shop {
	background: #f11e7b url(../../images/common/onlineshop_btn.svg) center center no-repeat;
	background-size: 16.5px 14.5px;
	margin-top: 2px;

	transition : all 0.5s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu_btn.is_show {
	transform: translateX(-60px);
}
.menu_btn.is_hide {
	transform: translateX(0);
	transition : all 0.5s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu_position {
	display: block;
}

@media screen and (min-width: 751px) {
	.menu_btns {
		right: -73px;
	}
	.menu_btn {
		width: 63px;
		height: 63px;
		transform: translateX(0);
	}
	.media_pc .menu_btn:hover {
		opacity: 1 !important;
	}
	.menu_btn::after {
		content: "";
		display: block;
		width: 63px;
		height: 63px;
		background-color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		transition: opacity 0.4s;
		opacity: 0;
	}
	.media_pc .menu_btn:hover::after {
		opacity: 0.4;
	}
	.menu_btn_open {
		background-size: 29px 16px;
		transition : all 0.5s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
	}
	.menu_btn_shop {
		background-size: 23px 20px;
		transition : all 0.5s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
	}
	.menu_btn.is_show {
		transform: translateX(-73px);
	}
	.menu_btn.is_hide {
		transform: translateX(0);
		transition : all 0.5s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
	}
}


/*-------------------------------------------- */
/* .cntBlock
---------------------------------------------- */

.cntBlock {
	position: relative;
	display: block;
	width: 375px;
	padding: 58px 0 40px;
	text-align: center;
}
.cntBlock02 {
	padding: 0;
}
.sandBlock01.is_active {
	background: url(../../images/valentine_2025/sand/pattern_sand.svg) center bottom repeat;
	background-size: 65px 107px;
}
.pistachioBlock01.is_active {
	background: url(../../images/valentine_2025/pistachio/pattern_pistachio.svg) center bottom repeat;
	background-size: 65px 107px;
}
.cookieBlock01.is_active {
	background: url(../../images/valentine_2025/cookie/pattern_cookie.svg) center bottom repeat;
	background-size: 65px 107px;
}
.bruleeBlock01.is_active {
	background: url(../../images/valentine_2025/brulee/pattern_brulee.svg) center bottom repeat;
	background-size: 65px 107px;
}
.giftBlock01.is_active {
	background: url(../../images/valentine_2025/sand/pattern_sand.svg) center bottom repeat;
	background-size: 65px 107px;
}
.cakeBlock01.is_active {
	background: url(../../images/valentine_2025/cake/pattern_cake.svg) center bottom repeat;
	background-size: 65px 107px;
}

/* .cnt_tit
---------------------------------------------- */

.cnt_tit {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
	z-index: 2;
}
.cnt_tit_main {
	display: block;
	margin: 0 auto;
}
.cnt_tit_sub {
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	margin-top: 4px;
}
.cntTriangle {
	display: block;
	width: 720px;
	height: 735px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -360px;
}
.gift_tit_txt{
	font-size: 15px;
    margin-top: 30px;
    line-height: 2;
}

/*-------------------------------------------- */
/* #lineup
---------------------------------------------- */

.lineupBlock {
	position: relative;
	display: block;
	margin: 68px auto 100px;
	/*background-color: #3d2313;*/
	text-align: center;
}

/* .lineup_tit */

.lineup_tit_main {
	width: 140px !important;
	margin: 0 auto;
}
.lineup_tit_sub {
	font-size: 12px !important;
	color: #feedc9;
}

/* .lineupList
---------------------------------------------- */

.lineupList {
	display: flex;
	justify-content: center;
	width: 345px;
	margin: 0 auto;
}
.lineupList_btn {
	position: relative;
	display: block;
	width: 75px;
	/*margin-top: 35px;*/
	margin: 0 auto;
}
.lineupList_txt {
	display: block;
	width: 100%;
	font-size: 11px;
	color: #fcdbab;
	line-height: 1.45;
	letter-spacing: -0.5px;
}
.lineupList_sand .lineupList_tit,
.lineupList_pistachio .lineupList_tit {
	width: 88%;
	margin: 3px 0 3px;
}
.lineupList_brulee .lineupList_tit {
	width: 98%;
	/* margin: -2px 0 3px; */
}
.lineupList_brulee .lineupList_txt {
	letter-spacing: -1.5px;
}
.lineupList_box{
	position: relative;
  display: inline-block;
}
.lineupList_box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.lineupList_box::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateY(60px);
  background-image: url("../../images/valentine_2026/lineup/btn_link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}



/*-------------------------------------------- */
/* .cntArea
---------------------------------------------- */

.cntArea {
	position: relative;
	display: block;
	width: 375px;
}


/*-------------------------------------------- */
/* #sand
---------------------------------------------- */

.sandArea {
	background-color: #f07d85;
}

/* .sandBlock01
/*-------------------------------------------- */

/* .sand_tit */

/* .cnt_tit_pre {
	display: block;
	margin: 0 auto 14px;
	width: 128px;
} */
.cnt_tit_main {
	width: 375px;
}
.cntArea .cnt_tit_sub {
	line-height: 1.65;
	/* margin-top: 8px; */
}
.cnt_tit_limited {
	display: table;
	font-size: 15px;
	color: #feedc9;
	padding: 5px 10px 6px;
	line-height: 1.35;
	text-align: center;
	background-color: #9d6f26;
	margin: 0 auto 10px;
	position: relative;
    z-index: 2;
}
.cnt_tit_label {
	display: table;
	font-size: 12px;
	padding: 4px 8px;
	line-height: 1;
	text-align: center;
	margin: 0px auto 10px;
	position: relative;
    z-index: 2;
}

/* .cntBlock_wrap01 */

.cntBlock_wrap01 {
	position: relative;
	display: block;
	width: 375px;
	z-index: 2;
	margin-top: 40px;
}

/* .cntMV */

.cntMV {
	position: relative;
	display: block;
	width: 350px;
	height: 425px;
	margin: 0 0 0 17px;
}
.cntMV_frame {
	display: block;
	width: 350px;
	height: 425px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.cntMV_img {
	display: block;
	width: 317px;
	height: 405px;
	position: absolute;
	top: 10px;
	left: 13px;
	z-index: 1;
	overflow: hidden;
}
.cntMV_copyBox {
	display: block;
	/* flex-direction: column; */
	position: absolute;
	bottom: -135px;
	left: -7px;
	z-index: 3;
}
.about_tit_en{
	font-size: 35px;
    font-family: 'EB Garamond', serif;
}

/* .cntMV_copy */

.cntMV_copy {
	position: relative;
	display: block;
	height: 29px;
	margin-top: 14px;
	overflow: hidden;
	transition : all 0.7s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 0;
}
.cntMV_copy.is_motion {
	width: 340px;
}

/* .cntMV_copy_txt */

.cntMV_copy_txt {
	position: relative;
	display: table;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1.5px;
	white-space: nowrap;
	color: #feedc9;
	background-color: rgba(61, 35, 19, 0.9);
	padding: 8px 10px 9px 13px;
	overflow: hidden;
}
.cntMV_copy_txt .cntMV_copy_txtin {
	display: block;
	transition : all 0.7s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform: translateX(30px);
}
.cntMV_copy.is_motion .cntMV_copy_txt .cntMV_copy_txtin {
	transform: translateX(0);
}

/* .cntMV_copy_bar */

.cntMV_copy_bar {
	display: block;
	width: 360px;
	height: 29px;
	background-color: #392516;
	/* background-color: #feedc9; */
	position: absolute;
	top: 0;
	left: -20px;
	z-index: 2;
	
	transition : all 1.2s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform: translateX(0);
}
.cntMV_copy.is_motion .cntMV_copy_bar {
	transform: translateX(360px);
}
.browser_firefox .cntMV_copy_bar {
	display: none !important;
}

/* .cntTaste_img */

.cntTaste_img {
	display: block;
	width: 240px;
	/* height: 180px; */
	margin: 60px auto 0;
}
.cntTaste_copy {
	display: block;
	width: 240px;
	margin: 5px auto 0;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 2px;
	text-align: center;
}

/* .cnt_intro */

/* .cnt_intro {
	display: block;
	width: 280px;
	margin: 0 auto;
	text-align: center;
}
.choco_intro {
	color: #00638a;
} */
/* .cnt_copy {
	display: block;
	font-size: 15px;
	line-height: 1.7;
} */
.cnt_txt {
	display: block;
	font-size: 12px;
	line-height: 1.65;
}
* + .cnt_txt {
	margin-top: 15px;
}
.cnt_note {
	display: block;
	font-size: 10px;
	line-height: 1.75;
	color: #3d2313;
}
* + .cnt_note {
	margin-top: 10px;
}

/* .sandBlock02
/*-------------------------------------------- */

/* .productBox */

/* .productBox.sandBox {
	padding: 20px 40px 80px 40px;
} */

/* .productBox */

.productBox {
	position: relative;
	display: block;
	width: 375px;
	text-align: center;
}
.productBox {
	padding: 170px 40px 80px 40px;
}
.cakeBox {
	margin-top: -255px;
}
.giftBox {
	margin-top: 0px;
}
/* .productBox.chocoBox.white {
	background-color: #fbf0d7;
}
.productBox.chocoBox.sumibi {
	background-color: #cddae1;
}
.productBox.chocoBox.pistache {
	background-color: #dfe7bb;
} */
/* .productBox_wrap {
	display: block;
} */

/* .productTit */

/* .productTit {
	display: inline-block;
}
.productTit_main {
	display: block;
    font-family: 'NotoSerifJP-Bold';
    font-size: 27px;
    line-height: 1;
    letter-spacing: 1px;
}
.productTit_sub {
	display: block;
	text-align: center;
	font-size: 11px;
}
.productTit.chocoTit.white,
.productBox.chocoBox.white .chocoInfo_txt {
	color: #006596;
}
.productTit.chocoTit.sumibi,
.productBox.chocoBox.sumibi .chocoInfo_txt {
	color: #e15102;
}
.productTit.chocoTit.pistache,
.productBox.chocoBox.pistache .chocoInfo_txt {
	color: #007f4d;
}
.productTit_label {
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 4px 10px;
	letter-spacing: 1px;
	line-height: 1;
	text-align: center;
	background-color: #ad374c;
	margin: 0 auto 7px;
} */

/* .chocoInfo */

/* .chocoInfo {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	width: 275px;
	margin: 0 auto;
	margin-top: 25px;
}
.chocoInfo_img {
	display: block;
	width: 133px;
}
.chocoInfo_txt {
	display: block;
	width: calc(100% - 133px);
	padding-left: 14px;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
} */

/* .productList
---------------------------------------------- */

.productList {
	display: block;
	width: 290px;
	margin: 0 auto;
}
* + .productList {
	margin-top: 34px;
}
.productList_box {
	display: block;
	width: 290px;
}
.productList_box + .productList_box {
	margin-top: 60px;
}
.productList_img {
	display: block;
	width: 290px;
	margin: 0 auto;
}
.cakeList_img {
	width: 230px;
}

/* .productList_info */

.productList_info {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.productList_name {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #9d6f26;
	line-height: 1.45;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}
.productList_price {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.45;
	letter-spacing: 0.5px;
}
.productList_txt {
	display: block;
	width: 265px;
	width: 240px;
	font-size: 12px;
	line-height: 1.45;
	text-align: left;
	margin: 10px auto 0;
}
.productList_txt.align_center {
	text-align: center;
}
.productList_txt + .productList_price {
	margin-top: 20px;
}
.productList_note {
	display: block;
	width: 240px;
	font-size: 12px;
	line-height: 1.45;
	text-align: left;
	margin: 10px auto 0;
}
.productList_note.align_center {
	width: 290px;
	text-align: center;
	font-size: 11px;
}
.productList_txt.col_red,
.productList_note.col_red {
	color: #ee313a;
}
.productList_limited {
	display: table;
	width: 265px;
	font-size: 13px;
	color: #feedc9;
	padding: 4px 10px 5px;
	line-height: 1.35;
	text-align: center;
	background-color: #ee313a;
	margin: 0 auto 15px;
	position: relative;
    z-index: 2;
}
.productList_limited.is_spacer {
	display: none;
}

/* .material_btn */

.material_btn {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 30px;
	text-align: center;
	padding: 5px 0;
	margin-top: 10px;
}
.productList + .material_btn {
	margin-top: 40px;
}
.ec_takashimayaBtn + .material_btn {
	margin-top: 40px;
}
.material_btn span {
	display: flex;
	align-items: center;
	background: url(../../images/valentine_2025/common/icn_plus01.svg) 0 0 no-repeat;
	background-size: 20px 20px;
	font-size: 12px;
	font-weight: bold;
	color: #3d2313;
	line-height: 12px;
	padding-left: 26px;
	height: 20px;
	margin: 0 auto;
}

/* .ec_btn */

.ec_btn {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 265px;
	height: 50px;
	margin: 50px auto 0;
	background-color: #3d2313;
	border: 2px solid #3d2313;
	line-height: 1;
	border-radius: 50px;
}
* + .ec_btn {
	margin-top: 15px;
}
.ec_btn span {
	position: relative;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	color: #fff;
	padding-left: 32px;
}
.ec_btn span:not(.icn_blank)::before {
	content: "";
	display: block;
	width: 23px;
	height: 23px;
	background: url(../../images/valentine_2025/common/icn_curt_red01.svg) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 0;
}

/* .ec_rakutenBtn */

.ec_rakutenBtn {
	background-color: #fff;
	border: 2px solid #d90029;
} 
.ec_rakutenBtn span {
	color: #d90029;
}
.ec_rakutenBtn span::before {
	background: url(../../images/valentine_2025/common/icn_curt_red02.svg);
	background-size: contain;
}

/* .ec_takashimayaBtn */

.ec_takashimayaBtn {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 265px;
	height: 50px;
	margin: 0 auto 0;
	background-color: #9d6f26;
	border: 2px solid #9d6f26;
	line-height: 1;
}
* + .ec_takashimayaBtn {
	margin-top: 25px;
}
.ec_btn + .ec_takashimayaBtn {
	margin-top: 15px;
}
.onlineshop_linkBox_btn + .ec_takashimayaBtn {
	margin-top: 20px;
	width: 250px;
	height: 54px;
}
.ec_takashimayaBtn > span {
	position: relative;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 1px;
	color: #3d2313;
	padding-left: 32px;
}
.ec_takashimayaBtn > span .icn_blank {
	font-size: 10px;
	padding-left: 0;
	color: #3d2313;
	background: url(../../images/valentine_2025/common/icn_blank01.svg) right 1px no-repeat;
	background-size: 11px 9px;
	padding-right: 14px;
}

/* .shop_btn */

.shop_btn {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 265px;
	height: 50px;
	border-radius: 50px;
	margin: 0 auto 0;
	background-color: #fff;
	line-height: 1;
}
* + .shop_btn {
	margin-top: 20px;
}
* + .shop_btn02 {
	margin-top: 40px;
}
.productList + .shop_btn02 {
	margin-top: 60px;
}
.ec_btn + .shop_btn {
	margin-top: 20px;
}
.shop_btn span {
	position: relative;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	color: #3d2313;
	padding-left: 25px;
}
.shop_btn_gift {
	margin-top: 30px !important;
}
.shop_btn_gift span {
	line-height: 1.35;
	letter-spacing: 0.5px;
}
.shop_btn_gift + .shop_btn_gift {
	margin-top: 20px;
}
.shop_btn span::before {
	content: "";
	display: block;
	width: 19px;
	height: 24px;
	background: url(../../images/valentine_2025/common/icn_pin.svg) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 0;
}

/* .materialLink
---------------------------------------------- */

.materialLink_txt {
	display: block;
	font-size: 12px;
	text-align: center;
	line-height: 1.6;
	margin-top: 45px;
}

/* .materialLink_list */

.materialLink_list {
	display: block;
	width: 265px;
	margin: 15px auto 0;
	text-align: left;
}
.materialLink_btn {
	display: block;
	width: 100%;
	min-height: 18px;
	padding: 0 0 0 30px;
	font-size: 12px;
	line-height: 1.6;
	color: #3d2313;
	background: url(../../images/valentine_2025/common/btn_link01.svg) 0 0 no-repeat;
	background-size: 18px 18px;
}
.materialLink_btn + .materialLink_btn {
	margin-top: 5px;
}


/*-------------------------------------------- */
/* #pistachio
---------------------------------------------- */

.pistachioArea {
	background-color: #c7c13e;
}

/* .pistachioBlock01
/*-------------------------------------------- */

/* .sand_tit */

/* .cnt_tit_pre {
	display: block;
	margin: 0 auto 14px;
	width: 128px;
} */
/* .cnt_tit_label {
	font-size: 10px;
	color: #fff;
	display: block;
	padding: 3px 10px;
	line-height: 1;
	text-align: center;
	width: 50px;
	background-color: #00638a;
	margin: 5px auto 0;
} */

/* .pistachioBlock02
/*-------------------------------------------- */


/*-------------------------------------------- */
/* #cookie
---------------------------------------------- */
.cookieArea {
	background-color: #f6826a;
}
.img_attention{
	position: absolute;
	top: 15px;
    right: 28px;
    z-index: 2;
    color: #fff;
	font-size: 11px;
}

/*-------------------------------------------- */
/* #brulee
---------------------------------------------- */

.bruleeArea {
	background-color: #fcac62;
}

/*-------------------------------------------- */
/* #gift
---------------------------------------------- */

.giftArea {
	background-color: #f07d85;
}

/*-------------------------------------------- */
/* #cake
---------------------------------------------- */

.cakeArea {
	background-color: #ee6d7f;
}
.cakeBlock01 {
	padding-bottom: 315px;
}


/*-------------------------------------------- */
/* #onlineshop
---------------------------------------------- */

.onlineshopBlock {
	background-color: #fffaf0;
	padding: 80px 0;
	border-bottom: 2px solid #fff;
	overflow: hidden;
}

/* .onlineshop_tit */

.onlineshop_tit_main {
	width: 250px;
}
.onlineshop_tit_sub {
	font-size: 11px;
	margin-top: 7px;
}
.onlineshop_txt {
	display: block;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 20px;
}

/* .onlineshop_linkBox
---------------------------------------------- */

.onlineshop_linkBox {
	display: block;
	width: 375px;
	background-color: #ffb898;
	padding: 40px 0;
	margin-top: 40px;
}
.onlineshop_linkBox_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 54px;
	text-align: center;
	background-color: #3d2313;
	border: 2px solid #3d2313;
	margin: 50px auto 0;
}
.onlineshop_linkBox_btn + .onlineshop_linkBox_btn {
	margin-top: 20px;
}
.onlineshop_linkBox_txt {
	position: relative;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.5px;
	line-height: 1.4;
	padding-left: 35px;
	text-align: center;
}
.onlineshop_linkBox_txt::before {
	content: "";
	display: block;
	width: 23px;
	height: 23px;
	background: url(../../images/valentine_2025/common/icn_curt_red01.svg);
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 0;
}

/* .onlineshop_linkBox_rakutenBtn */

.onlineshop_linkBox_rakutenBtn {
	background-color: #fff;
	border: 2px solid #d90029;
} 
.onlineshop_linkBox_rakutenBtn .onlineshop_linkBox_txt {
	color: #d90029;
}
.onlineshop_linkBox_rakutenBtn .onlineshop_linkBox_txt::before {
	background: url(../../images/valentine_2025/common/icn_curt_red02.svg);
	background-size: contain;
}

/* .ecSlideBox
---------------------------------------------- */

.ecSlideBox {
	position: relative;
	display: block;
	margin-top: 35px;
	height: 280px;
	width: 375px;
	overflow: hidden;
}
.ecSlide {
	position: relative;
	display: block;
    width: 2000px;
    height: 280px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1000px;
    z-index: 2;
    overflow: hidden;
}
.ecSlide_box {
	position: relative;
	display: block;
	width: 284px;
	width: 289px;
	/* height: 233px; */
	padding: 16px 29px;
	padding: 16px 26px;
	transition: width 0.4s, padding 0.4s;
	margin: 0 auto;
}
.ecSlide_box img {
	display: block;
	/* width: 244px; */
	width: 226px;
	width: 237px;
	transition: width 0.4s;
	/* height: 233px; */
}
.ecSlide_box.is_active {
	width: 284px;
	width: 289px;
	/* width: 295px; */
	/* height: 233px; */
	padding: 0 2.5px;
	pointer-events: visible;
}
.ecSlide_box.is_active::before {
	opacity: 0;
}
.ecSlide_box.is_active img {
	width: 284px;
	/* height: 233px; */
}

/* .ecSlide_linkBox */

.ecSlide_linkBox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 198px;
	width: 225px;
	height: 42px;
	text-align: center;
	background-color: #ee313a;
	border: 2px solid #ee313a;
	padding: 0 0;
	margin: 21px auto 0;
	transition: margin 0.4s,width 0.4s,height 0.4s;
}
.ecSlide_box.is_active .ecSlide_linkBox {
	width: 258px;
	height: 48px;
	margin-top: 24px;
}
.ecSlide_linkBox_txt {
	position: relative;
	display: inline-block;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	padding-left: 28px;
	text-align: center;
	transition: font-size 0.4s;
}
.ecSlide_box.is_active .ecSlide_linkBox_txt {
	font-size: 10px;
}
.ecSlide_box.pistachio .ecSlide_linkBox_txt {
	letter-spacing: -1.5px;
}
.os_android .ecSlide_box.pistachio .ecSlide_linkBox_txt {
	letter-spacing: -0.5px;
}
.ecSlide_box.brulee:not(.is_active) .ecSlide_linkBox_txt {
	letter-spacing: -0.5px;
}
.ecSlide_linkBox_txt::before {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	background: url(../../images/valentine_2025/common/icn_curt_white.svg) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
}

/* .ecSlide_prevBtn,.ecSlide_nextBtn */

.ecSlide_prevBtn,
.ecSlide_nextBtn {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 82px;
	left: 25px;
	z-index: 10;
}
.ecSlide_nextBtn {
	left: auto;
	right: 25px;
}


/*-------------------------------------------- */
/* #shop
---------------------------------------------- */

.shopBlock {
	padding: 55px 30px 0;
}

/* .onlineshop_tit */

.shop_tit_main {
	width: 110px;
}
.shop_tit_sub {
	font-size: 11px;
}

/* .onlineshop_linkBox
---------------------------------------------- */

.shopList {
	display: block;
	width: 309px;
	margin: 35px auto 0;
}
.shopList_btn {
	display: block;
	width: 309px;
	min-height: 68px;
	border-bottom: 3px solid #df756b;
	padding: 0 60px 8px 0;
	background: url(../../images/valentine_2025/common/btn_googlemap01.svg) right 0 no-repeat;
	background-size: 57px 57px;
	text-align: left;
}
.shopList_btn + .shopList_btn {
	margin-top: 30px;
}
.shopList_tit {
	display: block;
	font-size: 16.5px;
	font-weight: bold;
	line-height: 1.45;
	color: #3d2313;
}
.shopList_txt {
	display: block;
	font-size: 11px;
	line-height: 1.65;
	color: #3d2313;
	margin-top: 2px;
}

/* .shopList_btn.special */

.shopList_btn.special {
	background: url(../../images/valentine_2025/common/btn_googlemap02.svg) right 24px no-repeat;
	background-size: 57px 57px;
	border-bottom: 3px solid #5d92b0;
}
.shopList_label {
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	background-color: #5d92b0;
	padding: 4px 10px;
	color: #fff;
	margin-bottom: 4px;
}


/* .note_list
---------------------------------------------- */

.note_list {
	display: block;
	width: 315px;
	margin: 70px auto 0;
	text-align: left;
}
.note_list li {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 14px;
	font-size: 11px;
	line-height: 1.65;
}
.note_list li::before {
	content: "※";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.note_list li a {
	color: #3d2313;
	text-decoration: underline;
}
.note_list li a.icn_blank:after {
	content: "";
	width: 13px;
	height: 11px;
	display: inline-block;
	background: url(../../images/valentine_2025/common/icn_blank01.svg) 0 0 no-repeat;
	background-size: contain;
	margin-left: 3px;
	margin-right: 3px;
	vertical-align: middle;
}


/*-------------------------------------------- */
/* #footer
---------------------------------------------- */

.l_footer {
	display: block;
	width: 100%;
	position: relative;
	padding: 0 0 0;
	margin-top: 75px;
	z-index: 30;
}
.l_footer_wrap {
	display: block;
	width: 100%;
	z-index: 2;
}
.footer_logo {
	position: relative;
	display: block;
	width: 275px;
	height: 115px;
	margin: 0 auto;
	z-index: 2;
}

/* .footerNav */

.footerNav {
	display: block;
	background-color: #f07d85;
	margin-top: 42px;
	padding: 10px 6px;
}
.footerNav_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footerNav_btn {
	position: relative;
	display: inline-block;
	font-size: 11px;
	line-height: 1.25;
	letter-spacing: -0.5px;
	color: #3d2313;
	padding: 7px 20px;
}
.footerNav_btn_shop {
	padding-left: 16px;
	margin-left: 6px;
}
.footerNav_btn_shop::before {
	content: "";
	display: block;
	width: 12px;
	height: 11px;
	background: url(../../images/valentine_2025/common/footer_online_img.svg) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top: -5.5px;
	left: 0;
}

/* .copyright */

.copyright {
	position: relative;
	font-size: 1.0rem;
	letter-spacing: 0.6px;
	color: #fff;
	padding: 8px 10px;
	text-align: center;
	background-color: #3d2313;
	line-height: 1.65;
}

/* @media screen and (max-width: 750px) {

	.footerNav.n5 {
		padding: 8px 70px;
	}
	.footerNav.n6 {
		padding: 8px 40px;
	}
	.footerNav.n6s {
		padding: 8px 30px;
	}
} */


/*-------------------------------------------- */
/* .btn_pagetop
---------------------------------------------- */

.l_footer .btn_pagetop {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	background: #3d2313 url(../../images/valentine_2025/common/btn_pagetop.svg) center center no-repeat;
	background-size: 32px 32px;
}

/* .pagetop */

.pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	height: 32px;
	overflow: hidden;
	transition: opacity 0.4s;
	opacity: 0;
	z-index: 20;
}

.pagetop.show {
	opacity: 1;
}
.pagetop.hide {
	opacity: 0;
}
.pagetop.static {
	position: absolute;
	top: 125px;
	right: 0;
}


/*-------------------------------------------- */
/* Layout：Global Navi
---------------------------------------------- */

.l_globalNav {
	width: 100%;
	height: 100vh;
	height: 100%;
	display: none;
	background-color: #3d2313;
	margin: 0;
	padding: 0 0 0;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -999;
	transition : all 0.3s 0s cubic-bezier(0.5, 1, 0.89, 1);
	transform: translateX(110%);
}
.l_globalNav.is_enabled {
	display: block;
	z-index: 999;
}
.l_globalNav.is_open {
	transform: translateX(0);
}
.l_globalNav:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
.l_globalNav_wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 20px 90px;
	box-sizing: border-box;
	overflow: scroll;
	overflow-x: hidden;
	z-index: 2;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
}
.media_sp.os_ios .l_globalNav.is_open .l_globalNav_wrap {
	-webkit-overflow-scrolling: touch;
}
.l_globalNav_wrap::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
}

/* .globalNav_bg */

.globalNav_bg {
	display: block;
	width: 100%;
	height: 100vh;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: calc(100% + 40px);
	height: calc(100% + 122px);
	top: -32px;
	left: -20px;
}

/* .l_globalNav_in
---------------------------------------------- */

.l_globalNav_in {
	position: relative;
	display: block;
	width: 335px;
	margin: 0 auto;
	z-index: 2;
}

/* .globalNav_logoBtn */

.globalNav_logoBtn {
	display: block;
	width: 215px;
	text-align: center;
	margin: 60px auto 0;
}
.globalNav_logoBtn span {
	display: block;
	font-size: 10px;
	color: #feedc9;
}

/* .globalNav_close_btn */

.globalNav_close_btn {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -13px;
	right: -1px;
	z-index: 3;
	padding: 13px;
}

/* .globalNav_list
---------------------------------------------- */

.globalNav_list {
	margin: 40px auto 0;
}
.globalNav_listBtn {
	position: relative;
	display: block;
	margin-top: 24px;
	text-align: left;
}
.globalNav_list_txt {
	display: block;
	width: 100%;
	font-size: 13px;
	color: #fcdbab;
	line-height: 1.45;
	text-decoration: underline;
	/* letter-spacing: -0.5px; */
}
.globalNav_sandBtn .globalNav_list_tit,
.globalNav_pistachioBtn .globalNav_list_tit {
	width: 88%;
	margin: 3px 0 3px;
}
.globalNav_bruleeBtn .globalNav_list_tit {
	width: 98%;
	/* margin: -2px 0 3px; */
}
/* .globalNav_bruleeBtn .globalNav_list_txt {
	letter-spacing: -1.5px;
} */

/* .globalNav_list02
---------------------------------------------- */

.globalNav_list02 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 330px;
	margin: 30px auto;
}
.globalNav_listBtn02 {
	display: block;
	width: 155px;
	height: 64px;
	padding-top: 44px;
	font-size: 10px;
	line-height: 1;
	color: #ee313a;
	font-weight: bold;
	text-align: center;
	background: #feedc9 url(../../images/valentine_2025/common/icn_curt_red01.svg) center 9px no-repeat;
	background-size: 36px 31px;
}
.globalNav_shopBtn {
	background: #feedc9 url(../../images/valentine_2025/common/icn_pin.svg) center 11px no-repeat;
	background-size: 22px 27.5px;
}
.globalNav_pattern {
	display: block;
	width: 375px;
	margin-left: -20px;
	height: 50px;
	background: url(../../images/valentine_2025/common/bg_heart02.svg) center 0 repeat-x;
	background-size: 38px 28.5px;
	margin-top: 22px;
}
/* .globalNav_list03
---------------------------------------------- */

.globalNav_list03 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 330px;
	margin: 30px auto 35px;
}
.globalNav_listBtn03 {
	display: block;
	width: 330px;
	height: 64px;
	padding-top: 44px;
	font-size: 10px;
	line-height: 1;
	color: #3d2313;
	font-weight: bold;
	text-align: center;
	background: #9ad3d0 url(../../images/valentine_2026/common/ico_BB.svg) center 8px no-repeat;
	background-size: 36px 31px;
}



/* accordion
//* -------------------------------------------------- */
.js-accordiontab {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  transition: all .5s ease;
}
.js-accordiontab::before,
.js-accordiontab::after{
  position: absolute;
  content:'';
  width: 23px;
  height: 2px;
  background-color: #fff;
  transition: all .5s ease;
}
.js-accordiontab::before{
  top:38%;
  right: 1%;
  transform: rotate(0deg);
}
.js-accordiontab::after{    
  top:38%;
  right: 1%;
  transform: rotate(90deg);
}
.js-accordiontab.close::before{
  opacity: 0;
}
.js-accordiontab.close::after{
  transform: rotate(0deg);
}
.js-accordionarea {
  display: none;
}


/* special
---------------------------------------------- */
.slick-dots > li:first-child:last-child {
    display: none;
}
/*.spcArea {
	position: relative;
	padding: 28px 0;
}
.spcArea:before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 28px;
	background: url(../../images/valentine_2025/special/lineparttern.png) repeat-x;
	background-size: auto 28px;
}
.spcArea:after {
	position: absolute;
	display: block;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 28px;
	background: url(../../images/valentine_2025/special/lineparttern.png) repeat-x;
	background-size: auto 28px;
}*/
.spcBlock {
	width: 100%;
	padding: 40px 0;
}
.spcBlock01 {
	background: #ed636c;
}
.spcBlock02 {
	background: #f6826a;
}
.spcBlock_inner {
	width: 82%;
	max-width: 430px;
	margin: 0 auto;
}

.spc_tit {
	text-align: center;
	/*color: #feedc9;
	background: #3d2313;*/
	padding: 8px 3%;
	max-width: calc(483vw / 7.5);
	margin: 0 auto;
}
.spc_tit_main {
	display: block;
	font-family: 'EB Garamond', serif;
	font-size: 24px;
	position: relative;
	width: fit-content;
	margin: auto;
}
.spc_tit_main:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #feedc9;
	bottom: 0;
	left: 0;
}
.spc_tit_sub {
	display: block;
	font-size: 18px;
	margin-top: 5px;
}
.spc_lead {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
}

.spcSlide {
	position: relative;
	margin-top: 30px;
}
.spcSlide .slick-dots {
    bottom: -25px;
    width: 100%;
    padding-right: 0;
}
.spcAcd {
	margin-top: 40px;
}
.spcAcd-block {
	position: relative;
}
.spcAcd-block:has(.typeline):after {
	position: absolute;
	background: #fff;
	display: block;
	content: '';
	width: calc(100% - 40px);
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.spcAcd-block:has(.close):after {
	opacity: 0;
}
.spcAcd-tab {
	background: #d72058;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 1em;
}
.spcAcd-tabChild {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 0;
}
.spcAcd-area {
	background: #f3668a;
	padding: 20px 5% 30px;
}
.spcAcd-area:has(.spcAcd-blockChild) {
	padding-top: 0;
}
.spcAcd-boxWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.spcAcd-img {
	width: 45%;
}
.spcAcd-box {
	width: 50%;
}
.spcAcd-ttl {
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
}
.spcAcd-price {
	font-size: 18px;
	font-weight: bold;
}
.spcAcd-add {
	width: 94%;
	margin: 20px auto 0;
}
.spcAcd-txt {
	font-size: 12px;
	line-height: 1.5;
	width: fit-content;
	margin: 0 auto 20px;
}
.spcAcd-lists {
	border-top: 1px solid;
	font-size: 12px;
}
.spcAcd-lists li {
	margin-top: 10px;
	padding: 0 0.5em;
}
.spcAcd-areaChild {
	margin-top: 10px;
	padding: 10px 0;
}
.spcAcd-blockChild {
	padding: 1.5em 0 1.5em;
	position: relative;
}
.spcAcd-blockChild:after {
	position: absolute;
	background: #fff;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* accordion
---------------------------------------------- */
.js-accordiontab02,
.js-accordiontab {
  position: relative;
  cursor: pointer;
  transition: all .5s ease;
}
.js-accordiontab02::before,
.js-accordiontab02::after,
.js-accordiontab::before,
.js-accordiontab::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 1px;
  background-color: #fff;
  transition: all .5s ease;
}
.js-accordiontab02::before,
.js-accordiontab::before{
  top:0;
  bottom: 0;
  margin: auto;
  right: 8%;
  transform: rotate(0deg);
}
.js-accordiontab02::after,
.js-accordiontab::after{    
  top:0;
  bottom: 0;
  margin: auto;
  right: 8%;
  transform: rotate(90deg);
}
.js-accordiontab02::before,
.js-accordiontab02::after {
	right: 3%;
}
.js-accordiontab02.close::before,
.js-accordiontab.close::before{
  opacity: 0;
}
.js-accordiontab02.close::after,
.js-accordiontab.close::after{
  transform: rotate(0deg);
}
.js-accordionarea02,
.js-accordionarea {
  display: none;
}

