@charset "UTF-8";
/* CSS Document */
/* contents */
#valentine {
	overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
	width: 100%;
    color: #5d2208;
    font-size: 14px;
    line-height: 150%;
	background: #FFF;
}
#valentine * {
    box-sizing: border-box;
}
#valentine a {
    color: #5d2208;
}
#valentine .pc {
    display: none !important;
}
#valentine img,
#valentine p {
	border: 0;
	margin: 0;
	vertical-align: top;
}
#valentine img {
	width: 100%;
}
#valentine h2,h3,h4 {
    margin: 0;
    padding: 0;
}
#valentine dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
}
#valentine .bold {
    font-weight: bold !important;
    -webkit-font-smoothing: antialiased;
}
#valentine .text-br01 {
	display: block;	
}
#valentine .text-br02 {
	display: none;	
}
#valentine .white {
	color: #fff;
}

/*------ メインビジュアル・導入文 ------*/
#valentine .intro {
	position: relative;
	margin-bottom: 30px;
	color: #FFF;
	text-align: center;
}
#valentine .intro_content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 2%;
    background: #4a2018;
}
#valentine .intro_content .illust {
	width: 25%;
	margin-right: 2%;
}
#valentine .intro_content .txt {
	padding: 2% 0;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
}
#valentine .intro_content .txt strong {
	color: #ffa0ae;
	font-size: 15px;
}
#valentine .intro_content .txt strong .yellow {
	color: #ffe19a;
}

/*------ ご注意 ------*/
#valentine .attention {
	width: 90%;
	margin: 0 auto 30px;
	border: 2px solid #ce6b85;
 	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
	text-align: left;
}
#valentine .attention_title {
  	display:flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	padding: 2%;
	border-radius: 5px 5px 0 0;
	background-color: #ce6b85;
	color: #FFF;
	font-size: 16px;
	line-height: 120%;
}
#valentine .attention_title:before {
	content: "";	
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 0 1% 0 0;
	background: url("../img/icon_attention.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}
#valentine .attention_txt {
	padding: 5%;
	font-size: 14px;
	line-height: 160%;
}
#valentine .attention_txt h3 {
	display: inline;
	margin: 2.5% 0;
	color: #ce6b85;
	font-size: 15px;
	border-bottom: solid 2px #ce6b85;
	line-height: 180%;
}
#valentine .attention_txt h2.induction {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2% 0;
	font-size: 16px;
}
#valentine .attention_txt h2.induction::before,.induction::after {
	content: "";
	width: 30px;
  	height: 1.5px;
	background-color: #5d2208;
}
#valentine .attention_txt h2.induction::before {
  margin-right: 2px;
  transform: rotate(60deg);
}
#valentine .attention_txt h2.induction::after {
  margin-left: 2px;
  transform: rotate(-60deg);
}
#valentine .attention_txt ul {
	list-style: none;
	margin-top: 4%;
}
#valentine .attention_txt li {
	margin-bottom: 5px;
	padding: 0;
	font-size: 14px;
	line-height: 150%;
}
/* 商品をチェックするボタン */
#valentine .attention .btn_all-item a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	margin-bottom: 5%;
	border: 2px solid #FFF;
  	border-radius: 30px;
	background: #de0032;
	background-image: url("../img/icon_arrow03.png");
  	background-repeat: no-repeat;
  	background-size: 30px 30px;
  	background-position: right 15px top 50%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-indent: -1em;
	box-shadow: inset 0px -5px #b60029;
}

/*------ メタ褒め茶 プラスとは？ ------*/
#valentine .meta {
	width: 80%;
	margin: 0 auto 10px;
	text-align: center;
}
#valentine .about-metabome {
	position: relative;
	overflow: hidden;
	width: 90%;
	margin: 0 auto 30px;
	border: 2px solid #9c7d33;
 	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
	text-align: center;
}
#valentine .about-metabome input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
#valentine .about-metabome label {
  	display:flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 60px;
	border-radius: 5px 5px 0 0;
	background-color: #9c7d33;
	color: #FFF;
	font-size: 15px;
	line-height: 100%;
	cursor: pointer;
}
#valentine .about-metabome input:checked ~ .about-metabome_content {
	max-height: 0;
}
#valentine .about-metabome label:before {
	content: "";	
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 0 1% 0 0;
	background: url("../img/icon_question.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}
#valentine .about-metabome label::after {
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
#valentine .about-metabome input[type=checkbox] + label::after {
	content: "";
    background: url("../img/btn_arrow.png");
    background-size: 100%;
	transform: scale(1, -1);
	top: calc(50% - 12.5px);
	right: 3.75%;
	width: 25px;
	height: 25px;
	display: inline-block;
	position: absolute;
}
#valentine .about-metabome input[type=checkbox]:checked + label::after {
	content: "";
    background: url("../img/btn_arrow.png");
    background-size: 100%;
	transform: scale(1, -1);
	top: calc(50% - 12.5px);
	right: 3.75%;
	width: 25px;
	height: 25px;
	display: inline-block;
	position: absolute;
}
#valentine .about-metabome_inner {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	padding: 5%;
}
#valentine .about-metabome_txt {
	width: 100%;
	text-align: left;
}
#valentine .about-metabome_txt strong {
	color: #ce6b85;
}
#valentine .about-metabome_pict {
	width: 100%;
}
#valentine .about-metabome_pict img {
	border-radius: 5px;
	margin-bottom: 5%;
}
#valentine .about-metabome_btn a {
	display: inline-block;
	width: 90%;
	margin-bottom: 5%;
	padding: 5% 0;
  	border-radius: 30px;
	background: #4a2018;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	background-image: url("../img/icon_arrow01.png");
  	background-repeat: no-repeat;
  	background-size: 8px 14px;
  	background-position: right 20px top 50%;
}

/*------ 商品一覧 ------*/
/* 背景色 */
#valentine .bg_nomal {
    padding: 30px 0;
    background-color: #ffd1d1;
}
#valentine .bg_pink {
    padding: 30px 0;
	background-color: #ffeaf1;
}
#valentine .bg_orange {
    padding: 30px 0;
	background-color: #ffe5d1;
}
#valentine .bg_brown {
    padding: 30px 0;
	background-color: #997468;
}
#valentine .recommend, #valentine .regular {
	box-shadow: 0px 0px 20px 0px rgba(106, 32, 0, 0.2);
}

/* カテゴリタイトル */
#valentine .category_title {
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
	text-align: center;
	line-height: 120%;
}
#valentine #large-choco {
	padding: 10px 0 30px;
}
#valentine #lindt {
	margin-top: 0;
}
#valentine .shoulder-copy {
	font-size: 14px;
	line-height: 100% !important;
}
/* 商品一覧共通パーツ */
#valentine a.item_link {
	display: block;
	height:100%;
    width: 100%;
	text-decoration: none;
}
#valentine .item_pict {
    width: 100%;
	height: auto;
}
#valentine .item_pict img {
    width: 100%;
	height: auto;
}
#valentine .recommend .item_spec {
    width: 100%;
	padding: 6%;
}
#valentine .recommend .item_spec h4 {
    margin-bottom: 2%;
    font-size: 18px;
    line-height: 120%;
}
#valentine .recommend .item_spec h4 span {
    margin: 0;
    font-size: 14px;
    line-height: 120%;
}
#valentine .regular .item_spec {
    width: 100%;
	padding: 10%;
}
#valentine .regular .item_spec h4 {
    margin-bottom: 1%;
    font-size: 15px;
    line-height: 120%;
}
#valentine .item_number {
	color: #bd8e00;
	font-size: 12px;
}
#valentine .item_price {
	margin-top: 1%;
	color: #bd8e00;
	font-size: 20px;
}
#valentine .item_price .en {
	font-size: 18px;
}
#valentine .item_price .tax {
	font-size: 10px;
}
#valentine .item_price .value {
	background: #e31c49;
	color: #FFF;
	border-radius: 5px;
	padding: 5px 8px;
	font-size: 12px;
	margin-left: 5px;
}
#valentine .item_arrow {
	position: absolute;
	width: 9px;
	height: 16px;
	bottom: 20px;
	right: 15px;
}
#valentine .item_info {
	width: 90%;
	margin: 2% auto -1.25%;
	font-size: 12px;
}
#valentine .asterisk {
	font-size: small;
	vertical-align: text-top;
}
/* イチオシ商品 */
#valentine .recommend {
    display: flex;
	flex-direction: column;
    justify-content: space-between;
	overflow: hidden;
	position: relative;
	width: 90%;
	margin: 3.75% 5% 0;
	background-color: #fff;
	border-radius: 10px;
}
#valentine .recommend .item_pict img {
    width: 100%;
	height: auto;
}
#valentine .recommend_txt {
	margin-bottom: 15px;
    font-size: 14px;
	line-height: 150%;
}
/* 通常商品 */
#valentine .itemlist {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	width: 90%;
    margin: 5% 5% 0;
    padding: 0;
}
#valentine .regular {
	overflow: hidden;
	position: relative;
	/*width: 47%;*/
	border-radius: 10px;
	background-color: #fff;
    margin-bottom: 5%;
}
#valentine li.regular:last-child {
    margin-bottom: 0;
}

/*------ CVエリア ------*/
#valentine .cv {
	position: relative;
	width: 100%;
	height: 67.5%;
	margin-top: -20px;
}
/* 全ての商品をチェックボタン */
#valentine .cv .btn_all-item {
	position: absolute;
	left: 5%;
	bottom: 5%;
	width: 90%;
}
#valentine .cv .btn_all-item a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	border: 2px solid #FFF;
  	border-radius: 40px;
	background: #de0032;
	background-image: url("../img/icon_arrow03.png");
  	background-repeat: no-repeat;
  	background-size: 36px 36px;
  	background-position: right 15px top 50%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-indent: -1em;
	box-shadow: inset 0px -5px #b60029;
}
