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

/*------ メタ褒め茶 プラスとは？ ------*/
#whiteday .meta {
	width: 80%;
	margin: 50px auto 10px;
	text-align: center;
}
#whiteday .about-metabome {
	position: relative;
	overflow: hidden;
	width: 90%;
	margin: 0 auto 50px;
	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;
}
#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: 60px;
	border-radius: 5px 5px 0 0;
	background-color: #9c7d33;
	color: #FFF;
	font-size: 15px;
	line-height: 100%;
	cursor: pointer;
}
#whiteday .about-metabome input:checked ~ .about-metabome_content {
	max-height: 0;
}
#whiteday .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;
}
#whiteday .about-metabome label::after {
	display: block;
	position: absolute;
	top: 12px;
	right: 3.75%;
	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: column-reverse;
	justify-content: space-between;
	padding: 5%;
}
#whiteday .about-metabome_txt {
	width: 100%;
	text-align: left;
}
#whiteday .about-metabome_txt strong {
	color: #ce6b85;
}
#whiteday .about-metabome_pict {
	width: 100%;
}
#whiteday .about-metabome_pict img {
	border-radius: 5px;
	margin-bottom: 5%;
}
#whiteday .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%;
}

/*------ 商品一覧 ------*/
/* 背景色 */
#whiteday .bg_cream {
    position: relative;
	padding: 20px 0 40px;
	background-color: #fffbea;
}
#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;
    clear: both;
    overflow: hidden;
}
#whiteday .bg_orange {
    position: relative;
	padding: 20px 0 40px;
	background-color: #fff7d5;
}
#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;
    clear: both;
    overflow: hidden;
}
#whiteday .bg_pink {
    position: relative;
	padding: 20px 0 40px;
	background-color: #ffeaf1;
}
#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;
    clear: both;
    overflow: hidden;
}
#whiteday .bg_blue {
    position: relative;
	padding: 20px 0 40px;
	background-color: #edfffe;
}
#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;
    clear: both;
    overflow: hidden;
}
#whiteday #rooibos-wine {
	padding: 20px 0 30px;
}
#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);
    clear: both;
    overflow: hidden;
}
#whiteday .recommend, #whiteday .regular {
	box-shadow: 0px 0px 20px 0px rgba(106, 32, 0, 0.2);
}

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