@charset "UTF-8";
/* CSS Document */
/* contents */
#whiteday {
	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;
}
#whiteday * {
    box-sizing: border-box;
}
#whiteday a {
    color: #5d2208;
}
#whiteday .sp {
    display: none !important;
}
#whiteday img,
#whiteday p {
	border: 0;
	margin: 0;
	vertical-align: top;
}
#whiteday h2,h3,h4 {
    margin: 0;
    padding: 0;
}
#whiteday dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
}
#whiteday .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;
}
#whiteday .text-br01 {
	display: none;	
}
#whiteday .text-br02 {
	display: block;	
}

/*------ メタ褒め茶 プラスとは？ ------*/
#whiteday .meta {
	width: 800px;
	text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
}
#whiteday .about-metabome {
	position: relative;
	overflow: hidden;
	width: 720px;
	margin: 0 auto 70px;
	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;
}
#whiteday .about-metabome input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
#whiteday .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;
}
#whiteday .about-metabome label:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#whiteday .about-metabome input:checked ~ .about-metabome_content {
	max-height: 0;
}
#whiteday .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;
}
#whiteday .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;
}
#whiteday .about-metabome input[type=checkbox] + label::after {
	content: url("../img/btn_arrow.png");
}

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

#whiteday .about-metabome_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 40px 40px 30px;
}
#whiteday .about-metabome_txt {
	width: 300px;
	padding: 0;
	text-align: left;
}
#whiteday .about-metabome_txt strong {
	color: #ce6b85;
}
#whiteday .about-metabome_pict {
	width: 300px;
}
#whiteday .about-metabome_pict img {
	border-radius: 15px;
}
#whiteday .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%;
}

/*------ 商品一覧 ------*/
/* 背景色 */
#whiteday .bg_cream {
	padding: 25px 0 50px 0;
	background-color: #fffbea;
    position: relative;
}
#whiteday .bg_cream:before {
    position: absolute;
    background: url("../img/bg_cream.png") no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 800px;
    height: 34px;
    top: -10px;
    left: 0;
}
#whiteday .bg_orange {
	padding: 25px 0 50px 0;
	background-color: #fff7d5;
    position: relative;
}
#whiteday .bg_orange:before {
    position: absolute;
    background: url("../img/bg_orange.png") no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 800px;
    height: 34px;
    top: -10px;
    left: 0;
}
#whiteday .bg_pink {
	padding: 25px 0 50px 0;
	background-color: #ffeaf1;
    position: relative;
}
#whiteday .bg_pink:before {
    position: absolute;
    background: url("../img/bg_pink.png") no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 800px;
    height: 34px;
    top: -10px;
    left: 0;
}
#whiteday .bg_blue {
	padding: 25px 0 50px 0;
	background-color: #edfffe;
    position: relative;
}
#whiteday .bg_blue:before {
    position: absolute;
    background: url("../img/bg_blue.png") no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 800px;
    height: 34px;
    top: -10px;
    left: 0;
}
#whiteday #rooibos-wine {
	padding: 25px 0 40px 0;
}
#whiteday #rooibos-wine:after {
    position: absolute;
    background: url("../img/bg_pink.png") no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 800px;
    height: 34px;
    bottom: -10px;
    left: 0;
    transform: scale(1, -1);
}
#whiteday .recommend, #whiteday .regular {
	box-shadow: 0px 0px 20px 0px rgba(106, 32, 0, 0.2);
}

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