﻿@charset "utf-8";

/* header  */
.yuzu {
	padding-top: 250px;
	background: #fff8ba;
}

.yuzu .header img {
	margin: 0 auto 5px;
}

/* mv */
.yuzu .header .mv-wrap {
	background: #fff8ba;
}

.yuzu .package{
	margin-top: 5px;
}

/* feature */
.yuzu .feature {
	background: #fffce0;
	color: #2f251a;
	padding: 25px 30px 35px;
}

.yuzu .feature .ttl {
	font-size: 27px;
	font-weight: bold;
	color: #ff6d1f;
	text-align: center;
	line-height: 1.8;
	margin: 38px 0;
}

.yuzu .feature p {
	font-size: 22px;
	line-height: 1.9;
}
.yuzu .feature .phbox{
	margin: 7px auto 60px;
}

.yuzu .feature strong {
	font-weight: bold;
}

.yuzu .feature u {
	display: inline-block;
	text-decoration: none;
	background: url(/smartphone/sweets/chocolate/the-chocolate/lp/yuzu/images/bg_underline.png) 0 32px repeat-x;
}

.yuzu .feature .column {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	margin: 45px -30px 30px;
}

.yuzu .feature .column dt {
	background:#ffe2c3 url(/smartphone/sweets/chocolate/the-chocolate/lp/yuzu/images/bg_column.png) 0 0 repeat-x / 10px;
	font-size: 26px;
	text-align: center;
	padding: 4% 5% 2.5%;
}
.yuzu .feature .column dt .small {
	font-size: 20px;
}
.yuzu .feature .column dd {
	background: #ffe2c3;
	padding: 0 30px;
}
.yuzu .feature .column dd .imgbox {
	margin-bottom: 20px;
}
.yuzu .feature .column dd .imgbox img{
	margin: 0 auto;
}
.yuzu .feature .column dd:after {
	content: '';
	display: block;
	background: #ffe2c3 url(/smartphone/sweets/chocolate/the-chocolate/lp/yuzu/images/bg_column.png) 0 bottom repeat-x / 10px;
	height: 40px;
	margin: 0 -30px;
}

.yuzu .feature .description {
	display: table;
	font-size: 18px;
	line-height: 1.7;
	padding: 0;
}

.yuzu .feature .description span {
	display: table-cell;
	vertical-align: top;
}

.yuzu .feature .description span:first-child {
	padding-right: 5px;
	white-space: nowrap;
}


/* cp-area */
.yuzu .cp-area {
	font-size: 22px;
	line-height: 1.8;
	background: #fff;
	padding-bottom: 28px;
}

.yuzu .cp-area .inner {
	padding: 50px 30px 0;
}

.yuzu .cp-area .inner .title {
	font-size: 36px;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
	color: #833e00;
	line-height: 1.4;
	margin-bottom: 13px;
}
.yuzu .cp-area .inner .limited {
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}
.yuzu .cp-area .inner .limited span{
	font-size: 26px;
	font-weight: bold;
	color: #833e00;

}
.yuzu .cp-area .inner .overview {
	margin-bottom: 44px;
}

.yuzu .cp-area .inner .overview span {
	font-weight: bold;
}


/* ingredient */
.yuzu .ingredient {
	background: #fffce0;
}

.yuzu .ingredient .inner {
	padding: 43px 14px;
}

.yuzu .ingredient .inner img {
	width: 100%;
	margin: 0 auto;
}


/* box-bg-sns */
.yuzu .box-bg-sns {
	box-sizing: border-box;
	padding: 92px 0 60px;
	min-height: 620px;
	background: url(/smartphone/sweets/chocolate/the-chocolate/img/bg_sns.gif) no-repeat center 20px;
	background-color: #fff!important;
	text-align: center;
	line-height: 1.5;
}

.yuzu .box-bg-sns .item-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 60px 0;
	margin: 40px auto 0;
}

.yuzu .box-bg-sns .item-ttl {
	margin: 20px 0 0;
}

.yuzu .box-bg-sns p {
	margin: 20px 0 0;
}

.yuzu .box-bg-sns .item-list {
	margin-bottom: 37px;
}

.yuzu .box-bg-sns .item-hashtag img {
	margin: 0 auto;
}
