/* CSS Document */
/* ==================================================

	common

 ================================================== */
body{
	counter-reset: point_number;
}
/*
	section
================================ */
#valentine section{
	width: 100%;
	padding: 40px 0;
	margin: 0 auto;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: .2rem;
}
/* .inner -------------------- */
#valentine section .inner{
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
/* p ------------ */
#valentine section .inner .caption{
	margin: 20px 4%;
}
.spMode #valentine section .inner .caption br,
.isTablet #valentine section .inner .caption br{
	display: none;
}
/*
	.link_box
================================ */
#valentine section .inner .link_box{
	max-width: 400px;
	margin: 30px auto 0;
	text-align: center;
	-webkit-box-shadow: 0px 0px 5px rgb(88 88 88 / 30%);
	box-shadow: 0px 0px 5px rgb(88 88 88 / 30%);
	border-radius: 6px;
}
#valentine section .inner .link_box a{
	display: block;
	padding: 16px 10px;
	color: #fff;
	background-color: #3b0d11;
	border: 1px solid #3b0d11;
	border-radius: 6px;
	transition: all .3s;
}
#valentine section .inner .link_box a:hover{
	color: #3b0d11;
	background-color: #fff;
}
/*
	h2
================================ */
#valentine section .inner h2{
	position: relative;
	margin: 0 auto;
	color: #3b0d11;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
#valentine section .inner h2::before{
	content: "";
	display: block;
	margin: 0 auto 10px;
	width: 100%;
	height: 36px;
	background: url("/valentine/2023/images/h2_bg.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
	vertical-align: middle;
}
/* ==========================================
	768~(tablet)
========================================== */
@media screen and (min-width:768px) {
	/*
		section
	================================ */
	#valentine section{
		padding: 60px 0;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	#valentine section .inner .caption {
		margin: 30px 4% 50px;
	}
	/*
		.link_box
	================================ */
	#valentine section .inner .link_box{
		margin: 60px auto 0;
	}
	/*
		h2
	================================ */
	#valentine section .inner h2{
		font-size: 2.4rem;
	}
	#valentine section .inner h2::before{
		margin: 0 auto 20px;
		height: 46px;
	}
	#valentine section .inner h2 br{
		display: none;
	}
}
/* ==========================================
	1024~(PC)
========================================== */
@media screen and (min-width:1024px) { 
	/*
		section
	================================ */
	#valentine section .inner{
		width: 100%;
	}
	/* p ------------ */
	#valentine section .inner .caption{
		text-align: center;
	}
	/*
		h2
	================================ */
	/* .inner -------------------- */
	/* p ------------ */
	#valentine section .inner .caption{
		margin: 30px auto 50px;
		text-align: center;
	}
}




/* ==================================================

	#breadcrumb

 ================================================== */
/* ==========================================
	1024~(tablet)
========================================== */
@media screen and (min-width:1024px) { 
	#breadcrumb{
		max-width: 1220px;
	}
}



/* ==================================================

	.soldout

 ================================================== */
#valentine .soldout {
    position: relative;
	background-color: #fff;
}
/* before -------------------- */
#valentine .soldout::before {
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
    right: 0;
    left: 0;
	margin: auto;
    z-index: 2;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    height: 40px;
    padding: 8px 5px 0;
    color: #cd0000;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    background: #fff;
    border: 2px solid #cd0000;
    border-radius: 0;
    content: "sold out";
}
/* after -------------------- */
#valentine .soldout::after{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fff;
	border-radius: 10px;
	opacity: .5;
}
/*
	a
================================ */
#valentine .soldout a{
	pointer-events: none;
}
/* ==========================================
	768~(tablet)
========================================== */
@media screen and (min-width:768px) { 
	#valentine .soldout::before {
		font-size: 2rem;
	}
}




/* ==================================================

	.period_info

 ================================================== */
#valentine section.period_info{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto 30px;
	padding: 20px;
	background-color: #feeeee;
}
/*
	p
================================ */
#valentine .period_tx{
	color: #3b0d11;
}
/*
	.period_box
================================ */
#valentine .period_box{
	max-width: 900px;
	margin: 10px auto 0;
	padding: 10px;
	background-color: #fff;
}
/* figure -------------------- */
#valentine .period_box figure{
	margin: 10px auto 0;
	text-align: center;
}

/* ==========================================
	768~(tablet)
========================================== */
@media screen and (min-width:768px) { 
	#valentine section.period_info{
		padding: 30px;
	}
	/*
		p
	================================ */
	#valentine .period_info p{
		font-size: 2.2rem;
		text-align: center;
	}
	/*
		.period_box
	================================ */
	#valentine .period_box{
		margin: 20px auto 0;
		padding: 20px;
		background-color: #fff;
	}
	/* figure -------------------- */
	#valentine .period_box figure{
		margin: 20px auto 0;
	}
}


/* ==================================================

	.mainvisual

 ================================================== */
#valentine .mainvisual{
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
}
/*
	.mv_wrap
================================ */
#valentine .mainvisual .mv_wrap{
	position: absolute;
	width: 60%;
	max-width: 800px;
	height: 40%;
    max-height: 180px;
	left: 10px;
	top: 10px;
	margin: auto;
	padding: 2%;
	text-align: center;
	background-color: #fff;
	display: flex;
    align-items: center;
}
/* .mv_box -------------------- */
#valentine .mainvisual .mv_box{
	width: 100%;
    margin: 0 auto;
    text-align: center;
}
/* h1 ------------ */
#valentine .mainvisual h1{
	margin-top: 5px;
	font-size: 1.5rem;
	font-weight: bold;
}
/* ==========================================
	768~(PC)
========================================== */
@media screen and (min-width:768px) { 
	/*
		.mv_wrap
	================================ */
	#valentine .mainvisual .mv_wrap{
		height: 60%;
		left: 20px;
		top: 20px;
	}
	/* .mv_box -------------------- */
	#valentine .mainvisual .mv_box{
		width: 90%;
	}
	/* h1 ------------ */
	#valentine .mainvisual h1{
		margin-top: 10px;
		font-size: 2.4rem;
	}
}
/* ==========================================
	1024~(PC)
========================================== */
@media screen and (min-width:1024px) {
	/*
		.mv_wrap
	================================ */
	#valentine .mainvisual .mv_wrap{
		width: 70%;
		max-width: 800px;
		height: 100%;
		max-height: 210px;
	}
}



/* ==================================================

	.lead_area

 ================================================== */
/*
	.caption
================================ */
#valentine section.lead_area .inner .caption{
	margin: 0 4% 20px;
}
/*
	h2
================================ */
#valentine section.lead_area .inner h2{
	margin: 0 auto;
	padding: 4px;
	max-width: 800px;
	color: #fff;
	background-color: #900002;
}
#valentine section.lead_area .inner h2::before{
	display: none;
}
/*
	.delivery
================================ */
#valentine .lead_area .delivery{
	margin: 0 auto;
	padding: 10px;
	max-width: 800px;
	border: 1px solid #900002;
}
#valentine .lead_area .delivery span{
	color: #900002;
	font-weight: bold;
}
/*
	.caption
================================ */
#valentine .lead_area .caption{
	margin: 20px 4% 0;
}
/*
	ul
================================ */
#valentine .lead_area ul{
	margin: 30px auto 0;
}
/* li -------------------- */
#valentine .lead_area li{
	text-align: center;
}
#valentine .lead_area li + li{
	margin-top: 20px;
}
/* figure ------------ */
/* figcaption ----- */
#valentine .lead_area li figcaption{
	margin-top: 10px;
}
/* ==========================================
	768~(tablet)
========================================== */
@media screen and (min-width:768px) {
	/*
		h2
	================================ */
	#valentine section.lead_area .inner h2{
		padding: 10px;
	}
	/*
		.delivery
	================================ */
	#valentine .lead_area .delivery{
		padding: 20px;
	}
	/*
		.caption
	================================ */
    #valentine section.lead_area .inner .caption{
		margin: 0 auto 50px;
	}
	/*
		ul
	================================ */
	#valentine .lead_area ul{
		margin-top: 50px;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap
	}
	/* li -------------------- */
	#valentine .lead_area li{
		width: 48%;
	}
	#valentine .lead_area li + li{
		margin-top: 0;
	}
}



/* ==================================================

	.ranking_area

 ================================================== */
/*
	.swiper-container
================================ */
#valentine .ranking_area .swiper-container{
	margin-top: 20px;
}
/*
	.swiper-wrapper
================================ */
#valentine .ranking_area .swiper-wrapper a{
	display: block;
}

/*
	swiper-pagination
================================ */
#valentine .ranking_area .swiper-pagination {
	position: relative;
	bottom: auto !important
}
#valentine .ranking_area .swiper-button-next:after,
#valentine .ranking_area .swiper-container-rtl,
#valentine .ranking_area .swiper-button-prev:after {
    content: none!important;
}
#valentine .ranking_area .swiper-button-prev,
#valentine .ranking_area .swiper-button-next {
	position: absolute;
	top: 44%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	width: 40px;
	height: 48px;
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	background-size: 36px 48px;
}
#valentine .ranking_area .swiper-button-prev{
	left: -10px;
	background-image: url(/cmn/images/arrow.svg);
	transform: scale(-1, 1); 
}
#valentine .ranking_area .swiper-button-next{
	right: -10px;
	background-image: url(/cmn/images/arrow.svg);
}
#valentine .ranking_area .swiper-pagination-bullet-active {
	background-color: #FD3E81;
}
/*
	.item
================================ */
#valentine .ranking_area .item{
	position: relative;
}
/* before -------------------- */
#valentine .ranking_area .item::before{
	position: absolute;
	content: "";
    top: 10px;
    z-index: 100;
    display: block;
    width: 26px;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
}
/* after -------------------- */
#valentine .ranking_area .item::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 0;
    height: 0;
    border-color: #333 transparent transparent;
    border-style: solid;
    border-width: 50px 50px 0 0;
    content: "";
}
/* 1位 -------------------- */
#valentine .ranking_area .swiper-wrapper li:first-child .item::before {
    content: "1";
}
#valentine .ranking_area .swiper-wrapper li:first-child .item::after {
	border-color: #9c8b47 transparent transparent;
}
/* 2位 -------------------- */
#valentine .ranking_area .swiper-wrapper li:nth-child(2) .item::before {
    content: "2";
}
#valentine .ranking_area .swiper-wrapper li:nth-child(2) .item::after {
    border-color: #8b8b8b transparent transparent;
}
/* 3位 -------------------- */
#valentine .ranking_area .swiper-wrapper li:nth-child(3) .item::before {
    content: "3";
}
#valentine .ranking_area .swiper-wrapper li:nth-child(3) .item::after {
    border-color: #9c6b47 transparent transparent;
}
/* 4位 -------------------- */
#valentine .ranking_area .swiper-wrapper li:nth-child(4) .item:before {
    content: "4";
}
/* 5位 -------------------- */
#valentine .ranking_area .swiper-wrapper li:nth-child(5) .item:before {
    content: "5";
}
/*
	.item_box
================================ */
#valentine .ranking_area .item_box{
	margin: 0 auto;
	padding: 1rem;
}
/* h3.name -------------------- */
#valentine .ranking_area h3.name{
	margin-bottom: 10px;
	font-size: 1.3rem;
	font-weight: bold;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* .price -------------------- */
#valentine .ranking_area .price{
	font-size: 1rem;
}
/* span ------------ */
#valentine .ranking_area .price span{
	font-size: 1.4rem;
	font-weight: bold;
}
/* .icon_list -------------------- */
#valentine .ranking_area .icon_list{
	margin: 10px auto 0;
	display: flex;
	flex-wrap: wrap;
}
/* li ------------ */
#valentine .ranking_area .icon_list li{
	margin: 5px 5px 0 0;
	padding: 4px;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	border-radius: 4px;
}
/* .soryo ----- */
#valentine .ranking_area .icon_list li.soryo{
	background-color: #A78C58;
}
/* .bag ----- */
#valentine .ranking_area .icon_list li.bag{
	background-color: #FD3E81;
}
/* .limited  ----- */
#valentine .ranking_area .icon_list li.limited{
	background-color: #A40606;
}
/* .snsgift ----- */
#valentine .ranking_area .icon_list li.snsgift{
	background-color: #442B48;
}
/* ==========================================
	768~(tablet)
========================================== */
@media screen and (min-width:768px) { 
    /*
		swiper-container
	================================ */
	#valentine .ranking_area .swiper-wrapper{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	/* .swiper-slide -------------------- */
	#valentine .ranking_area .swiper-slide{
		width: 19%;
	}
	#valentine .ranking_area .swiper-button-next,
	#valentine .ranking_area .swiper-button-prev,
	#valentine .ranking_area .swiper-pagination{
		display: none;
	}
	/*
		.item
	================================ */
	/* before -------------------- */
	#valentine .ranking_area .item::before{
		top: 12px;
		width: 46px;
		font-size: 1.8rem;
	}
	/* after -------------------- */
	#valentine .ranking_area .item::after {
		border-width: 70px 70px 0 0;
	}
	/*
		.item_box
	================================ */
	/* h3.name -------------------- */
	#valentine .ranking_area h3.name{
		font-size: 1.4rem;
	}
	/* .price -------------------- */
	#valentine .ranking_area .price{
		margin-top: 10px;
		font-size: 1.4rem;
	}
	#valentine .ranking_area .price span {
		font-size: 1.6rem;
	}
}




/* ==================================================

	.brand_area

 ================================================== */
#valentine .brand_area{
	background-color: #feeeee;
}
/*
	ul
================================ */
#valentine .brand_area ul{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* li -------------------- */
#valentine .brand_area ul li{
	width: 48%;
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px rgb(88 88 88 / 30%);
    box-shadow: 0px 0px 5px rgb(88 88 88 / 30%);
}
#valentine .brand_area ul li:nth-of-type(n + 3){
	margin-top: 1.5rem;
}
/* a -------------------- */
#valentine .brand_area ul li a{
	display: block;
	background-color: #fff;
	border-radius: 10px;
	transition: all .3s;
}
#valentine .brand_area ul li a:hover{
	opacity: .8;
}
/* .brand_img -------------------- */
#valentine .brand_area ul li .brand_img img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
/* figure -------------------- */
#valentine .brand_area ul li figure{
	margin: 5px auto 0;
}
#valentine .brand_area ul li figure img{
	width: 70%;
}
/* figcaption ------------ */
#valentine .brand_area ul li figcaption{
	margin: 10px auto 0;
	padding: 10px;
	color:#fff;
	font-weight: bold;
	line-height: 1;
	background-color: #3b0d11;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
/* ==========================================
	768~(tablet)
========================================== */
@media screen and (min-width:768px) { 
	/*
		ul
	================================ */
	#valentine .brand_area ul::after{
		content: "";
		display: block;
		width: 23%;
	}
	/* li -------------------- */
	#valentine .brand_area ul li{
		width: 23%;
	}
	#valentine .brand_area ul li:nth-of-type(n + 3) {
		margin-top: 0;
	}
	#valentine .brand_area ul li:nth-of-type(n + 5) {
		margin-top: 2.4rem;
	}
	/* figure -------------------- */
	#valentine .brand_area ul li figure img{
		width: 60%;
	}
}



/* ==================================================

	.chocolate_area

 ================================================== */
#valentine .chocolate_area{
	background-color: #ebe6e7;
}
/*
	ul
================================ */
#valentine .chocolate_area ul{
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* li -------------------- */
#valentine .chocolate_area ul li{
	width: 48%;
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px rgb(88 88 88 / 30%);
    box-shadow: 0px 0px 5px rgb(88 88 88 / 30%);

}
#valentine .chocolate_area ul li:nth-of-type(n + 3){
	margin-top: 1.5rem;
}
/* a ------------ */
#valentine .chocolate_area ul li a{
	display: flex;
    flex-direction: column;
	height: 100%;
	padding-bottom: 10px;
	background-color: #fff;
	border-radius: 10px;
	transition: all .3s;
}
#valentine .chocolate_area ul li a:hover{
	opacity: .8;
}
/* figure ------------ */
#valentine .chocolate_area ul li figure{
	margin: 0 auto;
	width: 100%;
}
#valentine .chocolate_area ul li figure img{
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
/* h3 ------------ */
#valentine .chocolate_area li h3{
	display: flex;
	width: 92%;
	height: 44px;
	margin: 10px auto;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: justify;
	white-space: break-spaces;
    justify-content: center;
}
/* p ------------ */
#valentine .chocolate_area li p{
	/*flex-grow: 1;*/
	width: 90%;
    margin: 0 auto;
	font-size: 1.2rem;
	text-align: left;
}
/* ==========================================
	768~(tablet)
========================================== */
@media screen and (min-width:768px) { 
	/*
		ul
	================================ */
	/* li -------------------- */
	#valentine .chocolate_area ul li{
		width: 19%;
	}
	#valentine .chocolate_area ul li:nth-of-type(n + 3) {
		margin-top: 0;
	}
	/* h3 ------------ */
	#valentine .chocolate_area li h3{
		font-size: 1.5rem;
	}
	/* p ------------ */
	#valentine .chocolate_area li p{
		width: 80%;
		font-size: 1.4rem;
	}
}






/* ==================================================

	.other_area

 ================================================== */
#valentine .other_area{
	background-color: #fdfaf8;
}
/*
	ul
================================ */
#valentine .other_area ul{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* li -------------------- */
#valentine .other_area ul li{
	width: 48%;
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px rgb(88 88 88 / 30%);
    box-shadow: 0px 0px 5px rgb(88 88 88 / 30%);
}
#valentine .other_area ul li:nth-of-type(n + 3){
	margin-top: 1.5rem;
}
/* a ------------ */
#valentine .other_area ul li a{
	display: flex;
    flex-direction: column;
	height: 100%;
	padding-bottom: 10px;
	background-color: #fff;
	border-radius: 10px;
	transition: all .3s;
}
#valentine .other_area ul li a:hover{
	opacity: .8;
}
/* figure ------------ */
#valentine .other_area ul li figure{
	margin: 0 auto;
	width: 100%;
}
#valentine .other_area ul li figure img{
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
/* h3 ------------ */
#valentine .other_area li h3{
	width: 92%;
	height: 44px;
	margin: 10px auto;
	font-size: 1.4rem;
	font-weight: bold;
}
/* p ------------ */
#valentine .other_area li p{
	/*flex-grow: 1;*/
	width: 90%;
    margin: 0 auto;
	font-size: 1.2rem;
	text-align: left;
}
/* ==========================================
	768~(tablet)
========================================== */
@media screen and (min-width:768px) { 
	/*
		ul
	================================ */
	/* li -------------------- */
	#valentine .other_area ul li{
		width: 32%;
	}
	#valentine .other_area ul li:nth-of-type(n + 3) {
		margin-top: 0;
	}
	#valentine .other_area ul li:nth-of-type(n + 4) {
		margin-top: 2.4rem;
	}
	/* h3 ------------ */
	#valentine .other_area li h3{
		width: 80%;
		height: 24px;
		font-size: 1.5rem;
	}
	/* p ------------ */
	#valentine .other_area li p{
		width: 80%;
		font-size: 1.4rem;
	}
}






/* ==================================================

	.price_area

 ================================================== */
/*
	ul
================================ */
#valentine .price_area ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* li -------------------- */
#valentine .price_area li{
	width: 48%;
	text-align: center;
	-webkit-box-shadow: 0px 0px 5px rgb(88 88 88 / 30%);
    box-shadow: 0px 0px 5px rgb(88 88 88 / 30%);
	border-radius: 6px;
}
#valentine .price_area li:nth-of-type(n + 3){
	margin-top: 10px;
}
/* a ------------ */
#valentine .price_area li a{
	display: block;
	padding: 10px;
	color: #fff;
	background-color: #3b0d11;
	border: 1px solid #3b0d11;
	border-radius: 6px;
	transition: all .3s;
}
#valentine .price_area li a:hover{
	color: #3b0d11;
	background-color: #fff;
}
/* ==========================================
	768~(tablet)
========================================== */
@media screen and (min-width:768px) { 
	/*
		ul
	================================ */
	/* li -------------------- */
	#valentine .price_area li{
		width: 24%;
	}
	#valentine .price_area li:nth-of-type(n + 3) {
		margin-top: 0;
	}
	/* a ------------ */
	#valentine .price_area li a{
		padding: 16px;
	}
}



/* ==================================================

	.partner_area

 ================================================== */
#valentine .partner_area{
	background-color: #feeeee;
}
/*
	ul
================================ */
#valentine .partner_area ul{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* li -------------------- */
#valentine .partner_area ul li{
	width: 48%;
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px rgb(88 88 88 / 30%);
    box-shadow: 0px 0px 5px rgb(88 88 88 / 30%);
}
#valentine .partner_area ul li:nth-of-type(n + 3){
	margin-top: 1.5rem;
}
/* a ------------ */
#valentine .partner_area ul li a{
	display: flex;
    flex-direction: column;
	height: 100%;
	padding-bottom: 10px;
	background-color: #fff;
	border-radius: 10px;
	transition: all .3s;
}
#valentine .partner_area ul li a:hover{
	opacity: .8;
}
/* figure ------------ */
#valentine .partner_area ul li figure{
	margin: 0 auto;
	width: 100%;
}
#valentine .partner_area ul li figure img{
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
/* h3 ------------ */
#valentine .partner_area li h3{
	width: 92%;
	margin: 10px auto;
	font-weight: bold;
}
/* p ------------ */
#valentine .partner_area li p{
	/*flex-grow: 1;*/
	width: 90%;
    margin: 0 auto;
	font-size: 1.2rem;
	text-align: left;
}
/* ==========================================
	768~(tablet)
========================================== */
@media screen and (min-width:768px) { 
	/*
		ul
	================================ */
	/* li -------------------- */
	#valentine .partner_area ul li{
		width: 32%;
	}
	#valentine .partner_area ul li:nth-of-type(n + 3) {
		margin-top: 0;
	}
	#valentine .partner_area ul li:nth-of-type(n + 4) {
		margin-top: 2.4rem;
	}
	/* figure ------------ */
	#valentine .partner_area ul li figure{
		width: 80%;
	}
	/* h3 ------------ */
	#valentine .partner_area li h3{
		font-size: 1.5rem;
	}
	/* p ------------ */
	#valentine .partner_area li p{
		width: 80%;
		font-size: 1.4rem;
	}
}


/* ==================================================

	.sns_area

 ================================================== */
/*
	figure
================================ */
#valentine .sns_area figure{
	margin: 20px auto;
	text-align: center;
}
/*
	.detail_box
================================ */
#valentine .sns_area .detail_box{
	margin: 20px auto 30px;
	padding: 10px;
	background: rgba(242,84,91,0.05);
}
/* h3 -------------------- */
#valentine .sns_area .detail_box h3{
	margin: 0 0 5px;
	color: #f2545b;
	font-size: 1.5rem;
	font-weight: bold;
}
/* p -------------------- */
.spMode #valentine .sns_area .detail_box p br{
	display: none;
}
/*
	h3.sub
================================ */
#valentine .sns_area h3.sub{
	max-width: 960px;
	margin: 0 auto 10px;
	padding: 6px 0;
	color: #f2545b;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #f2545b;
	border-bottom: 1px solid #f2545b;
}
/*
	ul
================================ */
#valentine .sns_area ul{
	max-width: 960px;
	margin: 0 auto;
	padding: 1rem 0;
}
/* li -------------------- */
#valentine .sns_area ul li{
	margin: 0 auto;
	border-radius: 0.5rem;
	-webkit-box-shadow: 0px 0px 5px rgba(88, 88, 88, 0.3);
	box-shadow: 0px 0px 5px rgba(88, 88, 88, 0.3);
}
#valentine .sns_area ul li + li{
	margin-top: 20px;
}
/* .item_title ------------ */
#valentine .sns_area .item_title{
	text-align: center;
	background-color: #f1eeee;
	padding: 10px;
	font-weight: 600;	
}
/* .item_image ------------ */
#valentine .sns_area .item_image{
	margin: 0 auto;
}
/* .item_text ------------ */
#valentine .sns_area .item_text{
	margin-top: 10px;
	padding: 0.5rem 1.5rem 1.8rem;	
	font-size: 1.3rem;
}
/* ==========================================
	768~(tablet)
========================================== */
@media screen and (min-width:768px) {
	/*
		figure
	================================ */
	#valentine .sns_area figure{
		margin: 30px auto 50px;
	}
	/*
		.detail_box
	================================ */
	#valentine .sns_area .detail_box{
		margin: 20px auto 50px;
		padding: 20px;
	}
	/* h3 -------------------- */
	#valentine .sns_area .detail_box h3{
		margin: 0 auto 10px;
		text-align: center;
		font-size: 1.8rem;
	}
	/* p -------------------- */
	#valentine .sns_area .detail_box p{
		text-align: center;
	}
	/*
		h3.sub
	================================ */
	#valentine .sns_area h3.sub{
		margin: 0 auto 30px;
		padding: 6px 0;
		font-size: 2.4rem;
	}
	/*
		ul
	================================ */
	#valentine .sns_area ul{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	/* li -------------------- */
	#valentine .sns_area ul li{
		width: 30%;
	}
	#valentine .sns_area ul li + li{
		margin-top: 0;
	}
}
/* ==========================================
	1024~(pc)
========================================== */
@media screen and (min-width:1024px) {
	/*
		.detail_box
	================================ */
	#valentine .sns_area .detail_box{
		width: 80%;
	}
	/*
		h3.sub
	================================ */
	#valentine .sns_area h3.sub{
		margin: 0 auto 40px;
		padding: 12px 0;
	}
}


/* ==================================================

	.wrapping_area

 ================================================== */
/*
	figure
================================ */
#valentine .wrapping_area figure{
	margin: 20px auto;
	
}
#valentine .wrapping_area figure img{
	-webkit-box-shadow: 0px 0px 5px rgb(88 88 88 / 30%);
    box-shadow: 0px 0px 5px rgb(88 88 88 / 30%);
}
/* a -------------------- */
#valentine .wrapping_area figure a{
	display: block;
}
/* figcaption -------------------- */
#valentine .wrapping_area figcaption{
	margin: 10px auto 0;
}
/* ==========================================
	768~(tablet)
========================================== */
@media screen and (min-width:768px) { 
	/*
		figure
	================================ */
	#valentine .wrapping_area figure{
		margin: 30px auto 50px;
		max-width: 960px;
	}
	/* figcaption -------------------- */
	#valentine .wrapping_area figcaption{
		text-align: center;
	}
}


/* ==================================================

	.faq_area

 ================================================== */
#valentine .faq_area{
	background:url("/valentine/2023/images/faq_head.png") repeat-x #f2545b;
	background-size: 70%;
}
/*
	h2
================================ */
#valentine section.faq_area .inner h2{
	margin: 0 auto 20px;
	color: #fff;
}
#valentine section.faq_area .inner h2::before{
	display: none;
}
/*
	dl
================================ */
#valentine .faq_area dl{
	padding: 10px;
	background-color: #fff;
}
/* dt,dd -------------------- */
#valentine .faq_area dt,
#valentine .faq_area dd p{
	font-size: 1.4rem;
}
/* dt -------------------- */
#valentine .faq_area dt{
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #f2545b;
}
#valentine .faq_area dd + dt{
	margin-top: 20px;
}
/* dd -------------------- */
#valentine .faq_area dd{
	padding: 10px;
	background-color: #fef6f7;
}
/* p ------------ */
#valentine .faq_area dd p + p{
	margin-top: 10px;
}
/* a ----- */
#valentine .faq_area dd p a{
	position: relative;
	display: inline-block;
	padding-left: 26px;
	color: #f2545b;
	transition: all .3s;	
}
#valentine .faq_area dd p a:hover{
	opacity: .6;
}
#valentine .faq_area dd p a::before{
	content: ">>";
    display: inline-block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    margin-right: 10px;
}
/* ==========================================
	768~(tablet)
========================================== */
@media screen and (min-width:768px) { 
	#valentine .faq_area{
		background-size: 50%;
	}
	/*
		dl
	================================ */
	#valentine .faq_area dl{
		padding: 30px;
	}
	/* dt,dd -------------------- */
	#valentine .faq_area dt,
	#valentine .faq_area dd p{
		font-size: 1.5rem;
	}
}
/* ==========================================
	1024~(PC)
========================================== */
@media screen and (min-width:1024px) { 
	#valentine .faq_area{
		background-size: 40%;
	}
	/*
		h2
	================================ */
	#valentine section.faq_area .inner h2 {
		margin: 30px auto 40px;
	}
	/*
		dl
	================================ */
	#valentine .faq_area dl {
		padding: 50px;
	}
	/* dt,dd -------------------- */
	#valentine .faq_area dt,
	#valentine .faq_area dd p{
		font-size: 1.6rem;
	}
	/* dt -------------------- */
	#valentine .faq_area dd + dt {
		margin-top: 40px;
	}
	/* dd -------------------- */
	#valentine .faq_area dd{
		padding: 20px;
	}
}

/* ==========================================
	768~(tablet)
========================================== */
@media screen and (min-width:768px) { 
    #valentine .bottom_slider{
		padding-top: 70px !important;
	}
	#valentine .bottom_slider .inner h2 {
		margin: 30px auto 40px;
	}
}

