@charset "UTF-8";
/* CSS Document */
/* contents */
#valentine {
	float: right;
	width: 800px;
	color: #5d2208;
	font-size: 18px;
    line-height: 160%;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";   
	background: #FFF;
}
#valentine * {
    box-sizing: border-box;
}
#valentine a {
    color: #5d2208;
}
#valentine .sp {
    display: none !important;
}
#valentine img,
#valentine p {
	border: 0;
	margin: 0;
	vertical-align: top;
}
#valentine h2,h3,h4 {
    margin: 0;
    padding: 0;
}
#valentine dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
}
#valentine .bold {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: bold !important;
    -webkit-font-smoothing: antialiased;
}
#valentine .text-br01 {
	display: none;	
}
#valentine .text-br02 {
	display: block;	
}
#valentine .white {
	color: #fff;
}

/*------ メインビジュアル・導入文 ------*/
#valentine .intro {
	position: relative;
	margin-bottom: 60px;
	color: #FFF;
	text-align: center;
}
#valentine .intro_content {
	display: flex;
	align-items: center;
    background: #4a2018;
    padding: 0;
}
#valentine .intro_content .illust {
	margin-left: 40px;
	margin-right: 5px;
}
#valentine .intro_content .txt {
	padding: 30px 0;
	font-size: 20px;
	line-height: 180%;
	text-align: left;	
}
#valentine .intro_content .txt strong {
	color: #fd9eb6;
	font-size: 24px;
}
#valentine .intro_content .txt strong .yellow {
	color: #ffe19a;
}

/*------ ご注意 ------*/
#valentine .attention {
	width: 720px;
	margin: 0 auto 30px;
	border: 2px solid #ce6b85;
 	border-radius: 15px;
	-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: 110px;
	border-radius: 10px 10px 0 0;
	background-color: #ce6b85;
	color: #FFF;
	font-size: 30px;
	line-height: 120%;
}
#valentine .attention_title:before {
	content: "";	
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
	background: url("../img/icon_attention.png") no-repeat;
	vertical-align: middle;
}
#valentine .attention_txt {
	padding: 10px 40px 40px;
	font-size: 20px;
	line-height: 160%;
}
#valentine .attention_txt h3 {
	display: inline-block;
	margin: 20px 0;
	color: #ce6b85;
	font-size: 24px;
	border-bottom: solid 2px #ce6b85;
}
#valentine .attention_txt h2.induction {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
	font-size: 28px;
}
#valentine .attention_txt h2.induction::before,.induction::after {
	content: "";
	width: 40px;
  	height: 2.5px;
	background-color: #5d2208;
}
#valentine .attention_txt h2.induction::before {
  margin-right: 10px;
  transform: rotate(60deg);
}
#valentine .attention_txt h2.induction::after {
  margin-left: 10px;
  transform: rotate(-60deg);
}
#valentine .attention_txt ul {
	list-style: none;
}
#valentine .attention_txt li {
	margin-bottom: 5px;
	padding: 0;
	font-size: 18px;
	line-height: 160%;
}
/* 商品をチェックするボタン */
#valentine .attention .btn_all-item a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 640px;
	height: 80px;
	margin-bottom: 15px;
  	border-radius: 40px;
	background: #de0032;
	background-image: url("../img/icon_arrow03.png");
  	background-repeat: no-repeat;
  	background-size: 40px 40px;
  	background-position: right 20px top 50%;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	box-shadow: inset 0px -6px #b60029;
}

/*------ メタ褒め茶 プラスとは？ ------*/
#valentine .meta {
	width: 800px;
	text-align: center;
    margin-bottom: 20px;
}
#valentine .about-metabome {
	position: relative;
	overflow: hidden;
	width: 720px;
	margin: 0 auto 50px;
	border: 2px solid #9c7d33;
 	border-radius: 15px;
	-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: 90px;
	border-radius: 10px 10px 0 0;
	background-color: #9c7d33;
	color: #FFF;
	font-size: 30px;
	line-height: 100%;
	cursor: pointer;
}
#valentine .about-metabome label:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#valentine .about-metabome input:checked ~ .about-metabome_content {
	max-height: 0;
}
#valentine .about-metabome label:before {
	content: "";	
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
	background: url("../img/icon_question.png") no-repeat;
	vertical-align: middle;
}
#valentine .about-metabome label::after {
	display: block;
	position: absolute;
	top: 27px;
	right: 30px;
	width: 36px;
	height: 36px;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
#valentine .about-metabome input[type=checkbox] + label::after {
	content: url("../img/btn_arrow.png");
}

#valentine .about-metabome input[type=checkbox]:checked + label::after {
	content: url("../img/btn_arrow.png");
	transform: scale(1, -1);
}

#valentine .about-metabome_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 40px 40px 30px;
}
#valentine .about-metabome_txt {
	width: 300px;
	padding: 0;
	text-align: left;
}
#valentine .about-metabome_txt strong {
	color: #ce6b85;
}
#valentine .about-metabome_pict {
	width: 300px;
}
#valentine .about-metabome_pict img {
	border-radius: 15px;
}
#valentine .about-metabome_btn a {
	display: inline-block;
	width: 360px;
	margin-bottom: 40px;
	padding: 10px 0;
  	border-radius: 25px;
	background: #4a2018;
	color: #fff;
	font-size: 20px;
	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: 50px 0;
	background-color: #ffd1d1;
}
#valentine .bg_pink {
	padding: 50px 0;
	background-color: #ffeaf1;
}
#valentine .bg_orange {
	padding: 50px 0;
	background-color: #ffe5d1;
}
#valentine .bg_brown {
	padding: 50px 0;
	background-color: #997468;
}
#valentine .recommend, #valentine .regular {
	box-shadow: 0px 0px 20px 0px rgba(106, 32, 0, 0.2);
}

/* カテゴリタイトル */
#valentine .category_title {
	width: 800px;
	margin: 0 auto;
	font-size: 30px;
	text-align: center;
	line-height: 120%;
}
#valentine #large-choco {
	margin-top: 0;
}
#valentine #lindt {
	margin-top: 0;
}
#valentine .shoulder-copy {
	font-size: 18px;
}
/* 商品一覧共通パーツ */
#valentine a.item_link {
	display: block;
	position: relative;
	height:100%;
    width: 100%;
	text-decoration: none;
}
#valentine .item_pict,
#valentine .recommend .item_pict img {
    width: 340px;
	height: 340px;
}
#valentine .recommend .item_spec {
    width: 380px;
	padding: 40px 30px;
}
#valentine .recommend .item_spec h4 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 120%;
}
#valentine .recommend .item_spec h4 span {
    margin: 0;
    font-size: 18px;
    line-height: 120%;
}
#valentine .regular .item_spec {
    width: 340px;
	height: 100%;
	padding: 25px 30px;
	background-color: #fff;
}
#valentine .regular .item_spec h4 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 120%;
}
#valentine .item_number {
	color: #bd8e00;
	font-size: 16px;
}
#valentine .item_price {
	margin-top: 5px;
	color: #bd8e00;
	font-size: 36px;
}
#valentine .item_price .en {
	font-size: 24px;
}
#valentine .item_price .tax {
	font-size: 16px;
}
#valentine .item_price .value {
	background: #e31c49;
	color: #FFF;
	border-radius: 5px;
	padding: 5px 8px;
	font-size: 16px;
	margin-left: 5px;
}
#valentine .item_arrow {
	position: absolute;
	width: 9px;
	height: 16px;
	bottom: 40px;
	right: 30px;
}
#valentine .item_info {
	width: 720px;
	margin: 15px auto -10px;
	font-size: 16px;
    text-align: center;
}
#valentine .asterisk {
	font-size: small;
	vertical-align: text-top;
}
/* イチオシ商品 */
#valentine .recommend {
    display: flex;
    justify-content: space-between;
	overflow: hidden;
	position: relative;
	margin: 30px 40px 0;
	background-color: #fff;
	border-radius: 15px;
}
#valentine .recommend_txt {
	margin-bottom: 10px;
    font-size: 16px;
	line-height: 160%;
}
/* 通常商品 */
#valentine .itemlist {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 40px 0;
    padding: 0;
}
#valentine .itemlist .item_pict {
    width: 340px;
	height: 240px;
}
#valentine .regular {
	overflow: hidden;
	position: relative;
	border-radius: 15px;
}

/*------ CVエリア ------*/
#valentine .cv {
	position: relative;
	height: 540px;
}

#valentine .cv .btn_all-item {
	position: absolute;
	left: 40px;
	bottom: 60px;
}
#valentine .cv .btn_all-item a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 720px;
	height: 120px;
	border: 6px solid #FFF;
  	border-radius: 60px;
	background: #de0032;
	background-image: url("../img/icon_arrow03.png");
  	background-repeat: no-repeat;
  	background-size: 50px 50px;
  	background-position: right 40px top 50%;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	box-shadow: inset 0px -10px #b60029;
}