@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;
	background: url("../img/bg.jpg") repeat;
}
#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 .white {
	color: #fff;
}

/*------ スクロールでフェードイン ------*/
#whiteday .fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}
#whiteday .fade.active {
	opacity: 1;
	transform: translateY(0px);
}

/*------ メタ褒め茶 プラスとは？ ------*/
#whiteday .shinchan {
	width: 800px;
	margin-top: 20px;
	text-align: center;
}
#whiteday .about-metabome {
	position: relative;
	overflow: hidden;
	width: 720px;
	margin: -16px auto 40px;
	border: 2px solid #8d5a43;
 	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: #8d5a43;
	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: #e5456e;
}
#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: #b17e1b;
	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_nomal {
	padding-top: 50px;
}
#whiteday .bg_brown {
	margin-top: 20px;
	padding-bottom: 10px;
	background-color: #8d5a43;
}
#whiteday .bg_brown:before {
	content: "";	
	display: inline-block;
	width: 800px;
	height: 21px;
	margin-top: -21px;
	background: url("../img/bg_nami-brown.png") no-repeat;
	vertical-align: top;
}
#whiteday .bg_brown:after {
	content: "";	
	display: inline-block;
	width: 800px;
	height: 21px;
	margin-bottom: -31px;
	background: url("../img/bg_nami-brown.png") no-repeat;
	transform: scale(1, -1);
	vertical-align: bottom;
}
#whiteday .bg_blue {
	margin-top: 20px;
	padding-bottom: 10px;
	background-color: #216aaf;
}
#whiteday .bg_blue:before {
	content: "";	
	display: inline-block;
	width: 800px;
	height: 21px;
	margin-top: -21px;
	background: url("../img/bg_nami-blue.png") no-repeat;
	vertical-align: top;
}
#whiteday .bg_blue:after {
	content: "";	
	display: inline-block;
	width: 800px;
	height: 21px;
	margin-bottom: -21px;
	background: url("../img/bg_nami-blue.png") no-repeat;
	transform: scale(1, -1);
	vertical-align: bottom;
}
#whiteday .bg_nomal .recommend,.bg_nomal .regular {
	box-shadow: 0px 0px 20px 0px rgba(107, 77, 26, 0.2);
}
#whiteday .bg_brown .recommend,.bg_brown .regular {
	box-shadow: 0px 0px 20px 0px rgba(107, 77, 26, 0.2);
}
#whiteday .bg_blue .recommend,.bg_blue .regular {
	box-shadow: 0px 0px 20px 0px rgba(27, 79, 119, 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 #large-choco {
	margin-top: 10px;
}
#whiteday #mont-blanc {
	margin-top: 10px;
}
#whiteday #cat-gift {
	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 {
    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: #bd8e00;
	font-size: 16px;
}
#whiteday .item_price {
	margin-top: 5px;
	color: #bd8e00;
	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 .item_info {
	width: 720px;
	margin: 15px auto 65px;
	font-size: 16px;
}
#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: 40px 40px 0;
    padding: 0;
}
#whiteday .itemlist .item_pict {
    width: 340px;
	height: 240px;
}
#whiteday .regular {
	overflow: hidden;
	position: relative;
	border-radius: 15px;
}
