@charset "utf-8";

/* 共通スタイル */
a {
	display: block;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	opacity: 0.7;
}

.vt_standard_section img,
#products img,
#choco img,
.vt_standard_section a,
#products a,
#choco a {
	width: 100%;
}

.inner__700 {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.inner__900 {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.inner__1000 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.sp {
	display: none;
}

@media screen and (max-width: 540px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

/* panel */
.panel_box {
	display: none;
}

.panel_box.active {
	display: block;
}


/* -------------- ▼ FV ここから ▼ ------------ */
.fv {
	position: relative;
	z-index: 1;
}

.fv_wrap {
	width: 100%;
	aspect-ratio: 16 / 8;
	position: relative;
}

.fv_wrap img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 540px) {
	.fv_wrap img {
		top: 135%;
	}
}

/* -------------- ▲ FV ここまで ▲ ------------ */

.products_wrap {
	background: url(../images/bg_tab01.png);
	/* background-size: 100%;
	padding-top: 30px;
	margin-top: -10px; */
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.products_wrap {
		background: url(../images/bg_tab01_sp.png);
		background-attachment: fixed;
		background-position: center;
		background-size: cover;
	}
}

.recipes_wrap {
	background: url(../images/bg_tab02.png);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

.chocolate_wrap {
	background: url(../images/bg_tab03.png);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}


/* -------------- ▼ TAB切り替え ここから ▼ ------------ */

.tab_area.pc {
	display: block;
}

.tab_area.sp {
	display: none;
}

.tab_itemArea {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding-top: 50px;
}

.tab_item {
	width: 100%;
	max-width: 235px;
}

@media screen and (max-width: 999px) {
	.tab_item {
		width: 20vw;
	}
}
@media screen and (max-width: 767px) {
	.tab_area.pc {
		display: none;
	}

	.tab_area.sp {
		display: block;
		padding-top: 30px;
	}

	.tab_itemArea {
		flex-wrap: nowrap;
		padding-top: 15px;
	}

	.tab_item {
		width: 26vw;
	}
}

@media screen and (max-width: 540px) {
	.tab_area.sp {
		padding-top: 63vw;
		width: 90%;
		margin: 0 auto;
	}

	.tab_area.products {
		padding-top: 90vw;
		width: 90%;
		margin: 0 auto;
	}

	.tab_area.choco {
		padding-top: 90vw;
		width: 90%;
		margin: 0 auto;
	}
}

/* -------------- ▲ タブ切り替え ここまで ▲ ------------ */

/* -------------- ▼ バレンタイン限定食品セクション ここから ▼ ------------ */

.vt_limited_pageLink_area {
	display: flex;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
	margin-top: 80px;
	gap: 20px;
}

.vt_limited_pageLink_area img {
	width: 100%;
	max-width: 226px;
	height: auto;
}

@media screen and (max-width: 768px) {
	.vt_limited_pageLink_area {
		width: 90%;
	}
}

@media screen and (max-width: 540px) {
	.vt_limited_pageLink_area {
		gap: 10px;
		margin-top: 10vw;
	}

	.vt_limited_pageLink_area img {
		max-width: 40vw;
	}
}


.vt_limited_section {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	padding-top: 80px;
}

.vt_limited_section .sec_title {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}

.vt_limited_section .sec_subTitle {
	width: 100%;
	max-width: 430px;
	margin: 0 auto;
	padding-top: 30px;
}

.vt_limited_section .sec_accentTitle {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	padding-top: 20px;
}

.vt_limited_section .vt_limited_area {
	width: 100%;
	background: url(../images/vt_limited_area_bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-top: 35px;
	padding: 75px 0 100px;
}

.vt_limited_section .vt_limited_area.sm {
	background: url(../images/vt_limited_area_bg_sm.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.vt_limited_section .vt_limited_area--title {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
}

.vt_limited_section .vt_limited_area .item_wrapper {
	width: 645px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
	gap: 35px;
	margin: 0 auto;
}

.vt_limited_section .vt_limited_area .item_area {
	margin-top: 30px;
}

.vt_limited_section .vt_limited_area .item_img {
	max-width: 305px;
}

.vt_limited_section .vt_limited_area .item_area.notes {
	margin-top: 0;
}

.vt_limited_section .vt_limited_area .item_area.center {
	margin-top: 0px;
	grid-column: span 2;
	justify-self: center;
}


@media screen and (max-width: 999px) {

	.vt_limited_section .vt_limited_area .item_wrapper {
		width: 60%;
		gap: 35px;
		padding-top: 2vw;
	}

	.vt_limited_section .vt_limited_area.sm .item_wrapper {
		padding-top: 0;
	}

	.vt_limited_section .vt_limited_area {
		padding: 8% 0 18%;
	}


	.vt_limited_section .vt_limited_area .item_img {
		max-width: 25vw;
	}
}

@media screen and (max-width: 768px) {

	.vt_limited_section .vt_limited_area .products_slider .slick-dots {
		bottom: -11%;
	}

	.products_slider .slick-dots li {
		margin: 0px 10px;
	}

	.products_slider .slick-dots li button::before {
		font-size: 0px;
	}

	.products_slider .slick-dots li button::before {
		background: url(../images/dots_heart_01.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 3vw;
		height: auto;
	}

	.products_slider .slick-dots li.slick-active button::before {
		background: url(../images/dots_heart_02.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 3vw;
		height: auto;
	}

	.vt_limited_section .vt_limited_area .slick-slide img {
		padding-right: 17%;
	}

	.vt_limited_section .vt_limited_area,
	.vt_limited_section .vt_limited_area.sm {
		background: url(../images/vt_limited_area_bg_sp.png);
		background-size: cover;
	}

	.vt_limited_section .vt_limited_area .item_wrapper {
		display: block;
		width: 100%;
		justify-items: initial;
		padding-top: 7vw;
	}

	.vt_limited_section .vt_limited_area.sm .item_wrapper {
		padding-top: 7vw;
	}

	.vt_limited_section .vt_limited_area .item_area {
		margin-top: 0;
	}

	.vt_limited_section .vt_limited_area {
		/* padding: 10% 12% 18%; */
		padding: 10% 12% 25%;
	}

	.vt_limited_section .vt_limited_area .item_img {
		max-width: none;
	}

	.vt_limited_section .vt_limited_area .item_img {
		width: 70vw;
		height: auto;
	}
}

/* ---------------------------------------- */

.vt_limited_section .vt_limited_otherArea {
	width: 100%;
	padding-top: 50px;
}

.vt_limited_section .vt_limited_otherArea .item_wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
}

.vt_limited_section .vt_limited_otherArea .item_area {
	width: 100%;
}

.vt_limited_section .vt_limited_otherArea .item_area.notes {
	width: 100%;
	max-width: 465px;
}

.vt_limited_section .vt_limited_otherArea .item_area.center {
	grid-column: span 2;
	justify-self: center;
	padding-top: 40px;
	max-width: 465px;
}

@media screen and (max-width: 999px) {
	.vt_limited_section {
		width: 90%;
	}

	.vt_limited_section .sec_subTitle {
		width: 70vw;
	}

	.vt_limited_section .sec_accentTitle {
		width: 56vw;
		padding-top: 3vw;
	}

	.vt_limited_section .vt_limited_area--title {
		width: 44vw;
		max-width: 420px;
		margin: 0 auto;
	}

	.vt_limited_section .vt_limited_otherArea .item_area {
		max-width: 93%;
	}

	.vt_limited_section .vt_limited_otherArea .item_area.notes {
		max-width: 87%;
	}

	.vt_limited_section .vt_limited_otherArea .item_area.center {
		max-width: 50%;
	}
}

@media screen and (max-width: 768px) {
	.vt_limited_section .vt_limited_otherArea .item_wrapper {
		display: block;
	}

	.vt_limited_section .vt_limited_otherArea .item_area {
		max-width: 100%;
	}

	.vt_limited_section .vt_limited_otherArea .item_area.notes {
		max-width: 100%;

	}

	.vt_limited_section .vt_limited_otherArea .item_area.center {
		max-width: 100%;
		padding-top: 3vw;
	}
}

@media screen and (max-width: 540px) {

	.vt_limited_section {
		padding-top: 10vw;
	}

	.vt_limited_section .vt_limited_otherArea .item_wrapper {
		display: block;
	}

	.vt_limited_section .vt_limited_otherArea .item_area {
		max-width: 100%;
	}

	.vt_limited_section .vt_limited_otherArea .item_area.notes {
		max-width: 100%;
	}

	.vt_limited_section .vt_limited_otherArea .item_area.center {
		max-width: 100%;
	}
}

/* -------------- ▲ バレンタイン限定食品セクション ここまで ▲ ------------ */

/* -------------- ▼ バレンタイン定番食品セクション ここから ▼ ------------ */

.vt_standard_bg {
	width: 100%;
	background: url(../images/vt_standard_bg.png);
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	padding-bottom: 270px;
}

@media screen and (max-width: 1000px) {
	.vt_standard_bg {
		padding-bottom: 20vw;
	}
}

@media screen and (max-width: 768px) {
	.vt_standard_bg {
		width: 100%;
		background: url(../images/vt_standard_bg_sp.png);
		background-size: contain;
		background-position: right;
		background-repeat: no-repeat;
		padding-bottom: 34vw;
	}
}

@media screen and (max-width: 520px) {
	.vt_standard_bg {
		padding-bottom: 41vw;
	}
}

.vt_standard_section {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	padding-top: 80px;
	margin-top: 100px;
}

.vt_standard_section .sec_title {
	width: 100%;
	max-width: 724px;
	margin: 0 auto;
	padding-top: 50px;
}

.vt_standard_section .item_wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
	gap: 35px;
	margin: 0 auto;
	margin-top: 60px;
}

.vt_standard_section .item_area {
	width: 100%;
	max-width: 480px;
	position: relative;
}

.vt_standard_section .item_area img {
	height: 100%;
}

.vt_standard_section .item_area.notes {
	margin-top: 60px;
}

.vt_standard_section .item_area .item_btn01,
.vt_standard_section .item_area .item_btn02 {
	width: 100%;
	max-width: 200px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.vt_standard_section .item_area .item_btn01 {
	bottom: 265px;
}

.vt_standard_section .item_area .item_btn02 {
	bottom: 25px;
}

@media screen and (max-width: 999px) {

	.vt_standard_section {
		width: 100%;
	}

	.vt_standard_section .sec_title {
		width: 90%;
	}

	.vt_standard_section .item_area {
		width: 90%;
		max-width: 100%;
	}

	.vt_standard_section .item_area .item_btn01,
	.vt_standard_section .item_area .item_btn02 {
		max-width: 20vw;
	}

	.vt_standard_section .item_area .item_btn01 {
		bottom: 28%;
	}

	.vt_standard_section .item_area .item_btn02 {
		bottom: 2%;
	}

}

@media screen and (max-width: 768px) {

	.vt_standard_section {
		margin-top: 10vw;
	}

	.vt_standard_section .sec_title {
		width: 90%;
		padding-top: 5vw;
	}

	.vt_standard_section .item_wrapper {
		display: block;
	}

	.vt_standard_section .item_area:nth-child(2) {
		margin-top: 14vw;
	}

	.vt_standard_section .item_area .item_btn01,
	.vt_standard_section .item_area .item_btn02 {
		max-width: 40vw;
	}

	.vt_standard_section .item_area .item_btn02 {
		bottom: 3%;
	}
}

@media screen and (max-width: 520px) {

	.vt_standard_section {
		margin-top: 16vw;
	}

	.vt_standard_section .sec_title {
		width: 90%;
	}

	.vt_standard_section .item_wrapper {
		margin-top: 6vw;
	}

	.vt_standard_section .item_area:nth-child(2) {
		margin-top: 6vw;
	}

	.vt_standard_section .item_area.notes {
		margin-top: 6vw;
	}
 }

/* -------------- ▲ バレンタイン定番食品セクション ここまで ▲ ------------ */



/* -------------- ▼ バレンタインレシピページ ここから ▼ ------------ */

.vt_recipe_section {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	padding-top: 80px;
}

@media screen and (max-width: 1000px) {
	.vt_recipe_section {
		width: 90%;
	}
}

.vt_recipe_section .sec_title {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}

.vt_recipe_section .vt_recipe_link_area {
	display: flex;
	width: 768px;
	margin: 60px auto 0;
	gap: 8px;
	justify-content: center;
	flex-wrap: wrap;
}

@media screen and (max-width: 540px) {
	.vt_recipe_section .vt_recipe_link_area {
		margin-top: 40px;
	}

}

.vt_recipe_section .vt_recipe_link_area .link_btn {
	width: 100%;
}

.vt_recipe_section .vt_recipe_link_area .link_btn.btn01 {
	max-width: 187px;
}

.vt_recipe_section .vt_recipe_link_area .link_btn.btn02 {
	max-width: 286px;
}

.vt_recipe_section .vt_recipe_link_area .link_btn.btn03 {
	max-width: 231px;
}

.vt_recipe_section .vt_recipe_link_area .link_btn.btn04 {
	max-width: 268px;
}

.vt_recipe_section .vt_recipe_link_area .link_btn.btn05 {
	max-width: 249px;
}

.vt_recipe_section .vt_recipe_link_area .link_btn.btn06 {
	max-width: 231px;
}

@media screen and (max-width: 768px) {
	.vt_recipe_section .vt_recipe_link_area {
		width: 100%;
	}

	.vt_recipe_section .vt_recipe_link_area .link_btn.btn01 {
		max-width: 31vw;
	}

	.vt_recipe_section .vt_recipe_link_area .link_btn.btn02 {
		max-width: 48vw;
	}

	.vt_recipe_section .vt_recipe_link_area .link_btn.btn03 {
		max-width: 39vw;
	}

	.vt_recipe_section .vt_recipe_link_area .link_btn.btn04 {
		max-width: 45vw;
	}

	.vt_recipe_section .vt_recipe_link_area .link_btn.btn05 {
		max-width: 43vw;
	}

	.vt_recipe_section .vt_recipe_link_area .link_btn.btn06 {
		max-width: 40vw;
	}
}


.vt_recipe_section h3 {
	width: 100%;
	margin: 0 auto;
	padding-top: 100px;
}


.vt_recipe_section h4 {
	width: 100%;
	margin: 0 auto;
	padding-top: 24px;
}

@media screen and (max-width: 540px) {
	.vt_recipe_section h3 {
		padding-top: 15vw;
	}

	.vt_recipe_section h4 {
		padding-top: 4vw;
	}
}

.vt_recipe_section .sec_subTitle_01 {
	max-width: 268px;
}

.vt_recipe_section .sec_accentTitle_01 {
	max-width: 368px;
}

.vt_recipe_section .sec_subTitle_02 {
	max-width: 542px;
}

.vt_recipe_section .sec_accentTitle_02 {
	max-width: 320px;
}

.vt_recipe_section .sec_subTitle_03 {
	max-width: 432px;
}

.vt_recipe_section .sec_accentTitle_03 {
	max-width: 238px;
}

.vt_recipe_section .sec_subTitle_04 {
	max-width: 492px;
}

.vt_recipe_section .sec_accentTitle_04 {
	max-width: 280px;
}

.vt_recipe_section .sec_subTitle_05 {
	max-width: 440px;
}

.vt_recipe_section .sec_accentTitle_05 {
	max-width: 314px;
}

.vt_recipe_section .sec_subTitle_06 {
	max-width: 420px;
}

.vt_recipe_section .sec_accentTitle_06 {
	max-width: 437px;
}


@media screen and (max-width: 1000px) {

	.vt_recipe_section .sec_subTitle_01 {
		max-width: 40vw;
	}

	.vt_recipe_section .sec_accentTitle_01 {
		max-width: 72vw;
	}

	.vt_recipe_section .sec_subTitle_02 {
		max-width: 80vw;
	}

	.vt_recipe_section .sec_accentTitle_02 {
		max-width: 55vw;
	}

	.vt_recipe_section .sec_subTitle_03 {
		max-width: 62vw;
	}

	.vt_recipe_section .sec_accentTitle_03 {
		max-width: 40vw;
	}

	.vt_recipe_section .sec_subTitle_04 {
		max-width: 70vw;
	}

	.vt_recipe_section .sec_accentTitle_04 {
		max-width: 280px;
	}

	.vt_recipe_section .sec_subTitle_05 {
		max-width: 70vw;
	}

	.vt_recipe_section .sec_accentTitle_05 {
		max-width: 53vw;
	}

	.vt_recipe_section .sec_subTitle_06 {
		max-width: 67vw;
	}

	.vt_recipe_section .sec_accentTitle_06 {
		max-width: 80vw;
	}
}


.vt_recipe_section .vt_recipe_item_wrapper {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}

@media screen and (max-width: 1000px) {
	.vt_recipe_section .vt_recipe_item_wrapper {
		flex-direction: column;
		margin: 0 auto;
	}
}

@media screen and (max-width: 540px) {
	.vt_recipe_section .vt_recipe_item_wrapper {
		padding-top: 20px;
	}
}

.vt_recipe_section .vt_recipe_item_wrapper.under {
	padding-top: 20px;
	gap: 8px;
}

@media screen and (max-width: 1000px) {
	.vt_recipe_section .vt_recipe_item_wrapper.under .vt_recipe_item_area {
		margin-right: 8px;
	}

	.vt_recipe_section .vt_recipe_item_wrapper.under img {
		width: 408px;
	}
}


.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area {
	max-width: 480px;
	position: relative;
}

@media screen and (max-width: 1000px) {
	.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area {
		max-width: 100%;
		position: relative;
	}

	.vt_recipe_section .vt_recipe_item_wrapper.top .vt_recipe_item_area:nth-child(2) {
		padding-top: 10vw;
	}
}

.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_shortMovie iframe {
	position: absolute;
	top: 240px;
	left: 50%;
	transform: translateX(-50%);
	width: 320px;
	height: 565px;
}

@media screen and (max-width: 999px) {
	.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_shortMovie iframe {
		top: 54vw;
		width: 70%;
		height: 53%;
	}

	.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_shortMovie.notes iframe {
		top: 44vw;
	}
}

.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item01 {
	position: absolute;
	left: 40px;
	bottom: 276px;
	width: 126px;
	z-index: 1;
}

.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item02 {
	position: absolute;
	left: 40px;
	bottom: 276px;
	width: 126px;
	z-index: 99;
}

.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item03 {
	position: absolute;
	left: 26px;
	bottom: 268px;
	width: 122px;
}

.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item04 {
	position: absolute;
	left: 27px;
	bottom: 270px;
	width: 139px;
}

.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item05 {
	position: absolute;
	left: 27px;
	bottom: 130px;
	max-width: 100px;
}

.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item06 {
	position: absolute;
	left: 27px;
	bottom: 120px;
	max-width: 125px;
}

.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item07 {
	position: absolute;
	left: 27px;
	bottom: 130px;
	max-width: 100px;
}

.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item08 {
	position: absolute;
	left: 27px;
	bottom: 120px;
	max-width: 125px;
}

.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item09 {
	position: absolute;
	left: 27px;
	bottom: 120px;
	max-width: 125px;
}

.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item10 {
	position: absolute;
	left: 27px;
	bottom: 120px;
	max-width: 125px;
}

.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item11 {
	position: absolute;
	left: 27px;
	bottom: 120px;
	max-width: 125px;
}

.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item12 {
	position: absolute;
	left: 27px;
	bottom: 120px;
	max-width: 125px;
}

.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item13 {
	position: absolute;
	left: 27px;
	bottom: 120px;
	max-width: 125px;
}

.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item14 {
	position: absolute;
	left: 27px;
	bottom: 120px;
	max-width: 125px;
}

@media screen and (max-width: 1000px) {

	.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item01 {
		left: 7%;
		bottom: 24%;
		width: 23vw;
	}

	.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item02 {
		left: 7%;
		bottom: 20%;
		width: 23vw;
	}

	.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item03 {
		bottom: 33%;
		width: 24vw;
	}

	.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item04 {
		left: 10%;
		bottom: 33%;
		width: 24vw;
	}

	.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item05 {
		left: 9%;
		bottom: 19%;
		max-width: 20vw;
	}

	.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item06 {
		left: 8%;
		bottom: 19%;
		max-width: 20vw;
	}

	.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item07 {
		left: 8%;
		bottom: 21%;
		max-width: 18vw;
	}

	.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item08 {
		left: 8%;
		bottom: 19%;
		max-width: 18vw;
	}

	.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item09 {
		left: 8%;
		bottom: 21%;
		max-width: 20vw;
	}

	.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item10 {
		position: absolute;
		left: 8%;
		bottom: 19%;
		max-width: 20vw;
	}

	.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item11 {
		left: 8%;
		bottom: 20%;
		max-width: 20vw;
	}

	.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item12 {
		left: 8%;
		bottom: 19%;
		max-width: 20vw;
	}

	.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item13 {
		left: 11%;
		bottom: 21%;
		max-width: 17vw;
	}

	.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_item14 {
		left: 8%;
		bottom: 20%;
		max-width: 18vw;
	}
}

.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_btn {
	position: absolute;
	left: 50%;
	bottom: 180px;
	width: 280px;
	transform: translateX(-50%);
}

.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_btn.notes {
	position: absolute;
	left: 50%;
	bottom: 40px;
	width: 280px;
	transform: translateX(-50%);
}


@media screen and (max-width: 1000px) {
	.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_btn {
		bottom: 23%;
		width: 56vw;
	}

	.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_btn.sp {
		bottom: 16%;
	}

	.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_btn.notes {
		bottom: 6%;
		width: 58vw;
	}

	.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_btn.movieBtn01 {
		bottom: 16%;
	}

	.vt_recipe_section .vt_recipe_item_wrapper .vt_recipe_item_area .vt_recipe_btn.movieBtn02 {
		bottom: 14%;
	}
}

.other_link_area {
	padding-top: 60px;
}

@media screen and (max-width: 1000px) {
	.other_link_area {
		padding-top: 5vw;
	}
}

.vt_recipe_item_wrapper .slick-list {
	padding: 0 10% 0 0 !important;
}


/* -------------- ▲ バレンタインレシピページ ここまで ▲ ------------ */

/* -------------- ▼ バレンタインチョコレートページ ここから ▼ ------------ */

.vt_chocolate_section {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	padding-top: 80px;
}

.vt_chocolate_section .sec_title {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}

.vt_chocolate_section .vt_chocolate_link_area {
	display: flex;
	width: 1000px;
	margin: 60px auto 0;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

.vt_chocolate_section .vt_chocolate_link_area .link_btn {
	width: 100%;
}

.vt_chocolate_section .vt_chocolate_link_area .link_btn.btn01 {
	max-width: 305px;
}

.vt_chocolate_section .vt_chocolate_link_area .link_btn.btn02 {
	max-width: 305px;
}

.vt_chocolate_section .vt_chocolate_link_area .link_btn.btn03 {
	max-width: 325px;
}

.vt_chocolate_section .vt_chocolate_link_area .link_btn.btn04 {
	max-width: 308px;
}

.vt_chocolate_section .vt_chocolate_link_area .link_btn.btn05 {
	max-width: 325px;
}

.vt_chocolate_section .vt_chocolate_whatImg {
	width: 100%;
	max-width: 1000px;
	padding-top: 115px;
}

@media screen and (max-width: 1000px) {

	.vt_chocolate_section {
		padding-top: 0;
	}

	.vt_chocolate_section .vt_chocolate_link_area {
		width: 90%;
		gap: 16px;
	}

	.vt_chocolate_section .vt_chocolate_link_area .link_btn.btn01 {
		max-width: 27vw;
	}

	.vt_chocolate_section .vt_chocolate_link_area .link_btn.btn02 {
		max-width: 27vw;
	}

	.vt_chocolate_section .vt_chocolate_link_area .link_btn.btn03 {
		max-width: 28vw;
	}

	.vt_chocolate_section .vt_chocolate_link_area .link_btn.btn04 {
		max-width: 27vw;
	}

	.vt_chocolate_section .vt_chocolate_link_area .link_btn.btn05 {
		max-width: 29vw;
	}

	.vt_chocolate_section .vt_chocolate_whatImg {
		width: 90%;
		padding-top: 60px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {
    
}

@media screen and (max-width: 540px) {
	.vt_chocolate_section .vt_chocolate_link_area {
		width: 90%;
		flex-direction: column;
		gap: 16px;
	}

	.vt_chocolate_section .vt_chocolate_link_area .link_btn.btn01,
	.vt_chocolate_section .vt_chocolate_link_area .link_btn.btn02,
	.vt_chocolate_section .vt_chocolate_link_area .link_btn.btn03,
	.vt_chocolate_section .vt_chocolate_link_area .link_btn.btn04,
	.vt_chocolate_section .vt_chocolate_link_area .link_btn.btn05 {
		max-width: 70%;
		margin: 0 auto;
	}
}

.vt_chocolate_section .sec_title_01 {
	width: 100%;
	margin: 0 auto;
	max-width: 732px;
	padding: 114px 0 50px;
}

@media screen and (max-width: 540px) {
	.vt_chocolate_section .sec_title_01 {
		width: 90%;
		padding: 50px 0;
	}
}

.choco_con {
	background: #fff;
	border-radius: 16px;
	padding: 50px;
	font-size: 16px;
	font-weight: 600;
	color: #633f00;
	line-height: 1.5;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

@media screen and (max-width: 540px) {
	.choco_con.kind {
		width: 90%;
	}
}


.choco_con::before {
	content: "";
	width: 100%;
	height: 82px;
	background: url(../images/choco_kind_objTop.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 540px) {
	.choco_con::before {
		background: url(../images/choco_kind_objTop_sp.png) no-repeat;
		background-size: contain;
	}
}

.choco_con02 {
	background: #fff;
	padding: 50px;
	font-size: 16px;
	font-weight: 600;
	color: #633f00;
	line-height: 1.5;
	border-radius: 16px;
	box-sizing: border-box;
	margin-top: 30px;
}

.choco_kind_topTxt {
	text-align: center;
	margin: 60px 0 30px;
	line-height: 2;
}

.table_wrap {
	border-collapse: collapse;
	margin-bottom: 55px;
}

.table_wrap th,
.table_wrap td {
	padding: 10px 16px;
	border: solid 2px #722f24;
	width: 200px;
}

.table_con {
	background: #faf7ee;
	border: solid 2px #441d08;
}

.table_head {
	background: #722f24;
	color: #ffffff;
}

.table_head th {
	text-align: center;
	font-weight: 600;
	padding: 10px 16px;
	vertical-align: middle;
}

th.table_ttl {
	width: 100px;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
}

.table_wrap td.table_btn {
	padding: 20px 10px;
}

.table_noTempering {
	color: #5c5898;
	font-size: 15px;
	border: solid 2px #5c5898;
	padding: 3px 10px;
	border-radius: 3px;
	display: block;
	margin-top: 10px;
	text-align: center;
}

.table_tempering {
	color: #ff6666;
	font-size: 15px;
	border: solid 2px #ff6666;
	padding: 3px 10px;
	border-radius: 3px;
	display: block;
	margin-top: 10px;
	text-align: center;
}

.choco_subWrap h3 {
	width: 60%;
	margin: 0 auto 30px;
}

.choco_subWrap.capChoco h3 {
	width: 80%;
}

.choco_sub_txt {
	text-align: center;
	margin-bottom: 30px;
}

.choco_sub_itemBox {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 30px;
}

.choco_sub_item {
	width: calc((100% - 90px) / 4);
}

.choco_sub_item_ttl {
	text-align: center;
	font-size: 21px;
	background: #2399a1;
	padding: 5px 0;
	border-radius: 5px;
	color: #fff;
	margin-bottom: 20px;
}

.choco_sub_item_desc {
	line-height: 1.7;
	font-size: 15px;
}

.choco_sub_item_desc .colored {
	color: #cb3468;
}

.table_wrap.table03 {
	margin-bottom: 25px;
}

.table_wrap.table03 th {
	width: 270px;
}

.table_wrap.table03 th.table_ttl {
	width: 70px;
}

.table_wrap.table03 td.table_btn {
	padding: 20px 40px;
}

.howToTempering .choco_howTo_point,
.howToTempering .choco_howTo_check {
	width: 100%;
	margin: 0 auto;
	max-width: 115px;
	padding: 60px 0 20px;
}

@media screen and (max-width: 540px) {

	.howToTempering .choco_howTo_point,
	.howToTempering .choco_howTo_check {
		padding-top: 30px;
	}
}

.howToTempering .choco_howTo_check {
	padding-top: 0;
}

.choco_howToTempering_topTxt {
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}

.hp_underLine_yl {
	background: linear-gradient(transparent 40%, #fdff66 0%);
}

.hp_fc_red {
	color: #cb3468;
}

.topTxt_icon {
	display: inline-block;
	background: #beaa71;
	color: #fff;
	font-weight: 600;
	padding: 5px 20px;
	border-radius: 30px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-size: 18px;
}

.choco_about_tempering {
	text-align: center;
	border: solid 3px #cb3468;
	border-radius: 15px;
	padding: 20px 40px;
	width: 730px;
	margin: 0 auto 40px;
	box-sizing: border-box;
}

.choco_about_tempering_ttl {
	font-size: 26px;
	color: #cb3468;
	font-weight: 600;
	margin-bottom: 5px;
}

.choco_about_tempering_desc {
	line-height: 1.7;
	font-weight: 600;
	margin-bottom: 10px;
}

.choco_about_tempering_subTtl {
	font-size: 26px;
	margin-bottom: 5px;
	font-weight: 600;
	color: #c0a548;
}

.choco_caution {
	font-size: 26px;
	text-align: center;
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
}

.choco_caution::before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../images/choco_cautionIcon.png)no-repeat;
	background-size: contain;
	position: absolute;
	top: 8px;
	left: 36px;
}

.choco_caution.notes::before {
	left: 87px;
}

.choco_tempering_itemBox {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	column-gap: 60px;
	row-gap: 10px;
	margin-bottom: 50px;
}

.choco_tempering_item {
	width: calc((100% - 60px) / 2);
	border: solid 2px #cb3468;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	box-sizing: border-box;
}

.choco_tempering_item h3 {
	background: #cb3468;
	color: #fff;
	font-weight: 600;
	font-size: 23px;
	text-align: center;
	padding: 20px;
	width: 100%;
}

.choco_tempering_item img {
	width: 95% !important;
	display: block;
	margin: 0 auto;
}

.choco_tempering_btn {
	width: 55%;
	margin-bottom: 30px;
}

.choco_tempering_item.item02 {
	border: solid 2px #39a8e7;
}

.choco_tempering_item.item02 h3 {
	background: #39a8e7;
	font-size: 21px;
	padding: 6px 0;
}

.choco_tempering_note {
	font-weight: 500;
}

.choco_howToTempering_movieTtl {
	font-size: 26px;
	font-weight: 600;
	color: #e66e70;
	margin-bottom: 30px;
	text-align: center;
}

.choco_tempering_movie_box {
	width: 515px;
	height: 360px;
	margin: 0 auto;
	border: solid 2px #ae896f;
	margin-bottom: 40px;
}

.choco_tempering_movie_box iframe {
	width: 100%;
	height: 360px;
}

.choco_howToTempering_confirm {
	display: block;
	width: 80%;
	margin: 0 auto;
}

.choco_tempering_item.item03 h3,
.choco_tempering_item.item04 h3 {
	padding: 10px;
	font-size: 22px;
}

.choco_noTempering_decoLink {
	width: 60%;
	margin: 0 auto 40px;
}

.choco_noTempering_topTxt {
	text-align: center;
	font-size: 18px;
	padding-top: 50px;
	margin-bottom: 60px;
}

.choco_sub_itemBox.capChoco {
	gap: 60px;
}

/* .choco_sub_item.capChoco {
	width: calc((100% - 120px) / 3);
} */
.choco_sub_item.capChoco {
	width: calc((100% - 89px) / 3);
}

.choco_sub_item.capChoco.item03 .choco_sub_item_ttl {
	padding: 20px 0;
}

.choco_sub_item_btn {
	margin-top: 40px;
}

.choco_sub_item_desc.capChoco {
	height: 80px;
}

.choco_about_tempering.bloom {
	margin: 40px auto;
}

@media screen and (max-width: 540px) {
	.choco_about_tempering.bloom {
		margin-top: 20px;
	}
}

.choco_bloom_prev {
	width: 65%;
	margin: 0 auto;
}

.choco_bloomItem_con {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	padding: 0 20px 40px;
	box-sizing: border-box;
}

.topTxt_icon.bloom {
	border-radius: 100vmax;
	padding: 5px 30px;
	margin-bottom: 0;
}

.choco_bloomItem_list,
.choco_bloom_preserveItem {
	margin-left: 45px;
	position: relative;
}

.choco_bloomItem_list::before,
.choco_bloom_preserveItem::before {
	content: "";
	width: 18px;
	height: 18px;
	background: url(../images/choco_listIcon.png)no-repeat;
	background-size: contain;
	position: absolute;
	top: 5px;
	left: -30px;
}

.choco_tempering_item.bloom.item02 h3 {
	padding: 20px;
	font-size: 23px;
}

.choco_tempering_item.bloom.item02 img {
	height: 230px;
}

.choco_bloomItem_con.item02 {
	padding: 0 30px 70px;
}

.choco_con02.bloom {
	padding: 30px 50px 60px;
	margin-top: 30px;
}

.choco_caution.bloom::before {
	left: 160px;
}

.choco_bloom_preserveList {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: left;
	row-gap: 20px;
}

.choco_bloom_preserveItem {
	width: calc((100% - 135px) / 3);
}

.kit_animal_ttl,
.kit_time_ttl {
	padding-top: 40px;
	width: 60%;
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
	.inner__1000 {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.sec_ttl.recipe {
		width: 70%;
		height: 270px;
		margin: 0 auto 80px;
	}

	.pro_con {
		padding: 100px 40px;
	}

	.pro_con::before {
		height: 8%;
	}

	.pro_con::after {
		height: 9%;
	}

	.pro_item_ttl {
		padding-top: 0;
	}

	.pro .sec_ttl.recipe {
		height: 120px;
		margin: 0 auto 60px;
	}

	.pro_teacher_img {
		width: 37%;
		height: auto;
	}

	.pro_item_ttl {
		width: 60%;
	}

	.rp_item {
		width: calc((100% - 60px) / 2);
	}

	.recipe_pageLink_box {
		margin: 0 auto 60px;
	}

	.rpSec_wrap {
		margin-bottom: 100px;
	}

	.rp_others {
		margin-bottom: 140px;
	}

	.sec_wrap {
		width: 105%;
		margin-left: -3%;
	}

	.sec_con.loveToxic {
		width: 80%;
	}

	.sec_con.kit {
		width: 90%;
	}

	.sec_ttl {
		width: 80%;
		margin: 0 auto 60px;
	}

	.loveToxic_movieBox {
		flex-wrap: wrap;
	}

	.loveToxic_copy {
		width: 60%;
	}

	.loveToxic_movieBox_short {
		display: block;
		width: 100%;
		padding-top: 60px;
	}

	.loveToxic_short {
		position: relative;
	}

	.loveToxic_short::before {
		content: "";
		width: 160px;
		height: 100px;
		background: url(../images/pd_lvtk_buble_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		top: -50px;
		right: -100px;
	}

	.loveToxic_item_Wrap {
		gap: 40px;
	}

	.loveToxic_img {
		width: 100%;
	}


	.loveToxic_buble.pc {
		display: none;
	}

	.kit_classic_con {
		gap: 20px;
	}

	.kit_classic_con_img {
		width: 280px;
	}

	.kit_classic_con_desc {
		flex: 1;
	}

	.classic_movie {
		width: 100%;
		height: auto;
	}

	.sec_wrap.kit {
		padding: 20px 40px 80px;
	}

	.loveToxic_movie {
		width: 100%;
		height: auto;
	}

	.sumikko_item.item02 {
		text-align: center;
	}

	.sumikko_item.item02 img {
		width: 80%;
	}

	.choco_caution {
		font-size: 22px;
	}

	.choco_caution::before {
		left: 0;
	}

	.choco_caution.notes::before {
		left: 50px;
	}

	.choco_tempering_item h3 {
		font-size: 20px;
	}

	.choco_sub_item_ttl {
		font-size: 16px;
	}

	.choco_sub_itemBox.capChoco {
		gap: 30px;
	}

	.choco_sub_item_btn {
		margin-top: 60px;
	}

	.choco_caution.bloom::before {
		left: 50px;
	}

	.choco_wrap {
		padding-bottom: 40px;
	}

}

@media screen and (max-width: 540px) {
	/* .fv_wrap {
		aspect-ratio: auto;
		height: 188vw;
	} */

	.tab_itemBox {
		width: 90%;
		bottom: 8%;
		column-gap: 10px;
		row-gap: 50px;
	}

	.tab_item {
		width: calc((100% - 20px) / 3);
	}

	/* .tab_item.choco {
		padding-right: 10px;
	} */

	.sec_ttl.recipe {
		width: 90%;
		height: 140px;
		margin: 0 auto 60px;
	}

	.rp_itemBox {
		row-gap: 40px;
	}

	.rp_item {
		width: 100%;
	}

	.rpSec_wrap {
		margin-bottom: 60px;
	}

	.recipes_wrap {
		padding-top: 140px;
	}

	.rp_linkBtn_ttl {
		width: 100%;
	}

	.rp_linkBtn_ttl img {
		margin: 0 auto 20px;
	}

	.recipe_pageLink_box {
		row-gap: 5px;
		margin-bottom: 60px;
	}

	.pageLink_item {
		width: calc(100% / 2);
	}

	.pro .sec_ttl.recipe {
		height: 100px;
		margin-bottom: 20px;
	}

	.pro_con {
		border-radius: 40px;
		padding: 60px 20px 80px;
	}

	.pro_con::before {
		height: 5%;
	}

	.pro_con::after {
		height: 4%;
	}

	.pro_item_ttl {
		width: 95%;
		margin-bottom: 30px;
	}

	.pro_item_desc {
		flex-wrap: wrap;
		gap: 20px;
		margin-bottom: 20px;
	}

	.pro_item_movie {
		width: 195px;
		height: 347px;
	}

	.pro_item_img {
		width: 275px;
	}

	.pro_item_img_btn {
		width: 85%;
	}

	.pro_teacher {
		flex-wrap: wrap;
		gap: 30px;
	}

	.pro_teacher_img {
		width: 80%;
		height: auto;
	}

	.pro_teacher_desc {
		flex: 100%;
	}

	.pro_teacher_desc_sns {
		flex-wrap: wrap;
		width: 90%;
		margin: 0 auto;
	}

	.rp_item_kitImg {
		margin-top: -25px;
	}

	.rp_others {
		margin-bottom: 80px;
	}

	.rp_otherVtRecipe_btn {
		width: 300px;
		margin: -50px auto 0;
	}

	.contest {
		background: url(../images/contest_bg_sp.png)no-repeat top center;
		background-size: cover;
		padding: 110px 0 60px !important;
	}

	.contest_con {
		gap: 20px;
	}

	.vt_kit {
		background-size: 200%;
		margin-top: -100px;
		padding: 160px 15px 10px;
	}

	.vt_kit .sec_ttl {
		width: 95%;
		height: 80px;
		margin: 0 auto 30px;
	}

	.sec_ttl {
		width: 100%;
		height: 100px;
		margin: 0 auto 20px;
	}

	.sec_con.loveToxic {
		width: 90%;
		transform: rotate(0.5deg);
		margin: 0 auto 30px;
	}

	.sec_wrap {
		width: 115%;
		transform: rotate(-0.5deg);
		padding: 30px;
		margin-top: -5px;
		margin-left: -7%;
	}

	.sec_con_ttl {
		width: 95%;
		margin: 0 auto 40px;
	}

	.loveToxic_package {
		width: 100%;
	}

	.loveToxic_movieBox {
		flex-wrap: wrap;
		width: 100%;
		gap: 20px;
	}

	.loveToxic_movie {
		width: 100%;
	}

	.loveToxic_img {
		width: 100%;
	}

	.pd-moreBtn {
		width: 100%;
	}

	.loveToxic_copy {
		margin-top: -30px auto;
		width: 85%;
		padding: 20px;
	}

	.loveToxic_movieBox_short {
		padding-top: 20px;
	}

	.loveToxic_short::before {
		width: 140px;
		top: -40px;
		right: -60px;
	}



	.tsukukatsu_changeBg {
		background-size: 200%;
		width: 100%;
		height: 150px;
		margin-top: -10px;
		background-position: 60.2% -10px;
	}

	.tsukukatsu {
		background-size: 200%;
		padding: 90px 20px 10px;
		background-position: 51.2%;
	}

	.sec_con {
		margin-bottom: 60px;
	}

	.sec_con.kit {
		transform: rotate(0.3deg);
	}

	.sec_wrap.kit {
		width: 115%;
		transform: rotate(-0.3deg);
		padding: 20px 20px 40px;
	}

	.sec_wrap.kit.sumikko {
		transform: rotate(0.7deg);
	}

	.sec_wrap.kit.sumikko {
		transform: rotate(-0.7deg);
	}

	.sec_wrap.kit::before {
		height: 50px;
		top: -1px;
		left: -1px;
	}

	.sec_wrap.kit::after {
		height: 50px;
		bottom: -1px;
		left: -1px;
	}

	.kit_itemBox {
		padding: 40px 0;
	}

	.kit_recoItem {
		gap: 30px;
		width: 100%;
	}

	.kit_recoMovie {
		width: 100%;
		height: auto;
	}

	.kit_classic_con {
		flex-wrap: wrap;
		gap: 30px;
	}

	.kit_itemBox.reco {
		margin-bottom: 50px;
	}

	.classic_movie {
		width: 100%;
		height: 129px;
		margin-bottom: 30px;
	}

	.classic_movie iframe {
		width: 100%;
		height: 190px;
	}

	.sumikko_itemBox {
		padding: 0;
		gap: 0;
	}

	.sumikko_item {
		padding-top: 40px;
		padding-bottom: 10px;
		gap: 30px;
	}

	.sumikko_btn {
		width: 100%;
		margin-bottom: 20px;
	}

	.sumikko_copy {
		width: 95%;
		margin-top: -10px;
	}

	.pd_other_changeBg {
		background-size: 200%;
		background-position: 54% 34px;
	}

	.other {
		background-size: 200%;
		padding: 0 15px 80px;
		margin-top: -40px;
	}

	.other .sec_ttl {
		height: 90px;
	}

	.other_itemBox {
		padding: 0;
		gap: 20px;
	}

	.other_item {
		width: 100%;
	}

	.choco_wrap {
		padding-top: 140px;
		padding-bottom: 40px;
		background-size: 20%;
	}

	.choco_pageLink_box {
		gap: 10px;
	}

	.choco_pageLink_item {
		width: 100%;
	}

	.choco_about {
		padding: 0 20px;
		box-sizing: border-box;
		margin-bottom: 60px;
	}

	.choco_kind {
		padding: 0 20px;
	}

	.choco_sec_ttl {
		margin: 0 auto 20px;
	}

	.choco_con::after {
		width: 70px;
		height: 70px;
	}

	.choco_kind_topTxt {
		padding-top: 20px;
		font-size: 16px;
		line-height: 1.7;
		margin-bottom: 20px;
		margin-top: 0;
	}

	.choco_kind_topTxt br.sp {
		display: none;
	}

	.choco_kind_table01,
	.choco_kind_table02,
	.choco_kind_table03 {
		overflow-x: auto;
		margin-bottom: 40px;
	}

	.table_wrap {
		table-layout: fixed;
		width: 800px;
		margin-bottom: 15px;
	}

	.table_wrap th.table_ttl {
		width: 60px;
		padding: 20px 0;
		text-align: center;
	}

	.table_head th {
		padding: 10px;
		text-align: center;
	}

	.table_wrap th,
	.table_wrap td {
		padding: 10px 10px 20px;
		width: 120px;
		white-space: wrap;
		font-size: 14px;
	}

	.choco_con {
		padding: 40px 20px;
	}

	.choco_con02.shape {
		padding: 40px 20px 10px;
		width: 90%;
	}

	.choco_subWrap h3.notes,
	.choco_subWrap.capChoco h3.notes {
		width: 80vw;

	}

	.choco_subWrap h3,
	.choco_subWrap.capChoco h3 {
		width: 100%;
	}

	.choco_sub_txt {
		font-size: 14px;
	}

	.choco_sub_itemBox {
		flex-wrap: wrap;
	}

	.choco_sub_item {
		width: 100%;
	}

	.choco_sub_item_ttl {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.choco_sub_item_desc {
		font-size: 14px;
	}

	.table_noTempering {
		font-size: 14px;
		width: fit-content;
	}

	.choco_subWrap {
		padding: 0;
	}

	.choco_howToTempring_wrap {
		padding: 0 20px;
	}

	.choco_about_tempering {
		width: 100%;
		padding: 20px;
		margin: 0 auto 30px;
	}

	.table_wrap.table03 th {
		width: 80px;
	}

	.table_wrap.table03 th.table_ttl {
		width: 30px;
	}

	.table_wrap.table03 td.table_btn {
		padding: 10px 30px;
	}

	.choco_howToTempering_topTxt {
		font-size: 14px;
		width: 92%;
		margin: 0 auto 20px;
	}

	.topTxt_icon {
		font-size: 12px;
		padding: 3px 15px;
	}

	.choco_about_tempering_ttl {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.choco_about_tempering_desc {
		font-size: 14px;
		text-align: left;
	}

	.choco_about_tempering_subTtl {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.choco_caution {
		font-size: 16px;
		text-align: left;
		padding-left: 30px;
		margin-bottom: 20px;
		margin-left: 9%;
	}

	.choco_caution::before,
	.choco_caution.notes::before {
		left: -7px;
	}

	.choco_tempering_itemBox {
		row-gap: 20px;
	}

	.choco_tempering_item h3 {
		font-size: 18px;
		padding: 10px;
	}

	.choco_tempering_item {
		width: 100%;
	}

	.choco_tempering_note {
		font-size: 12px;
		margin-top: -10px;
	}

	.choco_howToTempering_movieTtl {
		font-size: 20px;
	}

	.choco_tempering_movie_box {
		width: 100%;
		height: 255px;
	}

	.choco_tempering_movie_box iframe {
		width: 100%;
		height: 255px;
	}

	.choco_noTempring_wrap {
		padding: 0 20px;
	}

	.choco_noTempering_topTxt {
		width: 75%;
		margin: 0 auto 20px;
		padding-top: 20px;
	}

	.choco_sub_item.capChoco {
		width: 100%;
	}

	.choco_bloom {
		padding: 0 20px;
	}

	.choco_bloomItem_list,
	.choco_bloom_preserveItem {
		margin-left: 35px;
	}

	.choco_bloom_preserveItem {
		width: 100%;
	}

	.choco_caution.bloom::before {
		left: -10px;
		top: -2px;
	}

	.choco_sub_item_btn {
		width: 100%;
		margin: 0 auto;
	}

	.choco_noTempering_decoLink {
		width: 100%;
		margin: 0 auto 60px;
	}

	.choco_tempering_item.item02 h3 {
		font-size: 17px;
	}

	.choco_tempering_btn {
		width: 80%;
	}

	.choco_howToTempering_confirm {
		width: 100%;
	}

	.choco_con02.bloom {
		padding: 30px 20px 60px;
	}

	.choco_bloom_prev {
		width: 95%;
	}

	.kit_animal_ttl,
	.kit_time_ttl {
		padding-top: 20px;
		width: 80%;
	}
}



/* -------------- ▲ バレンタインチョコレートページ ここまで ▲ ------------ */

/* -------------- ▼ 下部リンクボタンエリア ここから ▼ ------------ */

.under_linkBtn_section {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	padding: 85px 0 120px;
}

.under_linkBtn_section .under_linkBtn01,
.under_linkBtn_section .under_linkBtn02 {
	width: 100%;
	max-width: 824px;
	margin: 0 auto;
}

.under_linkBtn_section .under_linkBtn02 {
	padding-top: 40px;
}

.under_linkBtn_section .under_linkBtn03 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 90px;
}

@media screen and (max-width: 999px) {
	.under_linkBtn_section {
		width: 95%;
		padding-top: 10vw;
		padding-bottom: 50px;
	}

	.under_linkBtn_section .under_linkBtn02 {
		padding-top: 20px;
	}

	.under_linkBtn_section .under_linkBtn03 {
		padding-top: 30px;
	}
}

/* -------------- ▲ 下部リンクボタンエリア ここまで ▲ ------------ */