@charset "utf-8";

* {
	zoom: 1;
}

ul,
ol,
li {
	zoom: normal;
}

#area-body {
	font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: left;
}

/* #area-body a:hover img { opacity: 0.8;} */

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

/* #area-body h2 {
	color: #e40022;
	font-size: 28px;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
}

#area-body strong.imp {
	color: #ff0000;
} */

.fl {
	float: left;
}

.fr {
	float: right;
}

.spB10 {
	margin-bottom: 10px;
}

.spB20 {
	margin-bottom: 20px;
}

.top_ttl_under {
	margin: 25px 0 40px;
}

.area-body-inner-full {
	width: 100%;
}

.area_inner_noimg {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}


/*----------------------

customize

----------------------*/
#area-body {
	color: #b08872;
	font-size: 16px;
	font-feature-settings: "palt";
	line-height: 1.5;
}

#area-body .bg_main {
	/* background-image: url(../img/bg_green_line.jpg);
	background-size: 200px;
	background-repeat: repeat; */
	background-color: #f7f3ea;
	background-image: url(../img/bg_base_1.png);
	background-size: 200px;
    background-repeat: repeat;
}

#area-body .bg_orange {
	background-image: url(../img/bg_base_2.png);
	background-size: 400px;
	background-repeat: repeat;
}

#area-body .bg_plaid {
	background-image: url(../img/bg_about_2.jpg);
	/* background-size: 100px;
    background-repeat: repeat; */
	background-size: cover;
}

#dakebento *,
#dakebento *::before,
#dakebento *::after {
	box-sizing: border-box;
}

#dakebento img {
	width: 100%;
}

#dakebento ul {
	list-style-type: none;
}

#dakebento .f_maru {
	font-family: 'Zen Maru Gothic', sans-serif !important;
	font-style: normal;
	font-weight: 700;
}

#dakebento .inr {
	margin-right: auto;
	margin-left: auto;
	width: calc(100% - 20px);
	max-width: 600px;
}

#dakebento .subttl {
	color: #61453b;
	filter: drop-shadow(2px 2px 0px #fff);
	font-size: clamp(18px, 8vw, 40px);
	text-align: center;
}

#dakebento .small {
	font-size: 75%;
}

#dakebento .flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

/*----------------------
slider
----------------------*/
#dakebento .slider{
	padding-bottom: 2px;
    background-color: #f7f3ea;
}
#dakebento .slick-dots li {
	margin: 0 4px;
}

#dakebento .slick-dots li button:before {
	content: '';
	background-color: #bdc980;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	opacity: 1;
}

#dakebento .slick-dots li.slick-active button:before {
	background-color: #fa9372;
	opacity: 1;
}


/*----------------------
about
----------------------*/
#dakebento .about {
	margin-bottom: 10px;
	padding: 10px 0;
}

#dakebento .about .subttl {
	color: #fa9372;
}


/*----------------------
product_list
----------------------*/
#dakebento .product_link {
	margin-top: 10px;
}

#dakebento .product_link li {
	display: flex;
	margin-bottom: 20px;
	position: relative;
	filter: drop-shadow(0px 0px 5px rgba(188, 89, 0, .25));
}

#dakebento .product_link li::before {
	content: '';
	background: url(../img/bg_white.jpg);
	background-size: 200px;
	border-radius: 12px;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: .9;
}

#dakebento .product_link li.new::before {
	background-image: url(../img/bg_orange.jpg);
	border: 3px solid #fff;
	opacity: 1;
}

#dakebento .product_link .day{
	color: #90473b;
	margin: 5px 0;
	text-align: center;
}

#dakebento .product_link .comingsoon {
	border-radius: 12px;
	overflow: hidden;
	object-fit: cover;
}

#dakebento .product_link .comingsoon img {
	object-fit: cover;
}

#dakebento .product_link .comingsoon::before {
	display: none;
}

#dakebento .product_link a {
	display: block;
	padding: 10px 0 20px;
	position: relative;
	width: 100%;
	z-index: 1;
}

#dakebento .product_link a::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #fa6536;
	margin: auto;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
}

#dakebento .product_link figure {
	padding: 0 60px;
	margin-right: auto;
	margin-left: auto;
	max-width: 420px;
}

#dakebento .product_list .flex {
	justify-content: center;
	margin-top: 10px;
}

#dakebento .product_list .list_caution{
	color: #61453b;
	font-weight: bold;
	margin-top: 10px;
}


#dakebento .icon {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 140%;
	font-weight: 500;
	line-height: 0.9;
	position: absolute;
	top: 5px;
	left: 5px;
}

#dakebento .icon>p {
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 5%;
	width: 88px;
	height: 88px;
	text-align: center;
}
#dakebento .icon_green {
	background-image: url(../img/icon_green.png);
}

#dakebento .icon_orange {
	background-image: url(../img/icon_orange.png);
}

#dakebento .bento_name {
	color: #90473b;
	font-size: clamp(18px, 2vw, 26px);
	font-weight: bold;
	line-height: 1.0;
	margin: 0 2px;
}

#dakebento .price {
	background-color: #dda672;
	border-radius: 6px;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	margin: 0 2px;
}


/*----------------------
image_area
----------------------*/
#dakebento .image_area {
	border-top: 4px solid #ffffdf;
	border-bottom: 4px solid #ffffdf;
	margin: 10px 0;
	padding: 20px 0;
}


/*----------------------
product_detail
----------------------*/
#dakebento .product {
	margin-top: 10px;
}

#dakebento .product_detail li {
	margin-bottom: 20px;
}

#dakebento .product_detail .comingsoon {
	border-radius: 20px;
	overflow: hidden;
}

#dakebento .product_detail .comingsoon img {
	object-fit: cover;
}

#dakebento .product_detail li>div {
	border-radius: 20px;
	padding: 12px 12px;
}

#dakebento .product_detail li>div:not(:last-child) {
	padding-bottom: 100px;
}

#dakebento .product_detail figure {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

#dakebento .product_detail .area {
	font-weight: bold;
	margin-top: 10px;
}

#dakebento .product_detail .bento_name {
	color: #fa9372;
	font-size: 120%;
	font-weight: bold;
	margin: 5px 0;
}

#dakebento .product_detail .txt {
	margin-top: 10px;
}

#dakebento .voice {
	margin: -95px auto 0;
	padding: 0 30px;
}

#dakebento .voice_subttl {
	background-color: #bdc980;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 120%;
	line-height: 1.0;
	margin: 0 auto -25px;
	padding: 0 5px;
	width: 70%;
	height: 50px;
	max-width: 260px;
	text-align: center;
	position: relative;
	z-index: 1;
}

#dakebento .voice_subttl::before,
#dakebento .voice_subttl::after {
	position: absolute;
	top: 0;
	width: 0px;
	height: 0px;
	border-color: #bdc980 transparent;
	border-style: solid;
	content: '';
}

#dakebento .voice_subttl::before {
	left: -14px;
	border-width: 25px 0px 25px 15px;
}

#dakebento .voice_subttl::after {
	right: -14px;
	border-width: 25px 15px 25px 0px;
}

#dakebento .voice_list {
	background-color: #fff;
	border-radius: 20px;
	filter: drop-shadow(0px 0px 5px rgba(188, 89, 0, .25));
	padding: 45px 12px 5px;
}

#dakebento .voice_list li {
	background-color: #fff4e0;
	border-radius: 10px;
	display: flex;
	align-items: center;
	line-height: 1.2;
	margin-bottom: 20px;
	margin-left: 60px;
	padding: 10px 5px 10px 22px;
	min-height: 60px;
	position: relative;
}

#dakebento .voice_list li::before {
	content: '';
	background-image: url(../img/voice/icon_1_1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	background-color: #fff;
	border: 2px solid #fff4e0;
	border-radius: 50%;
	position: absolute;
	top: -9px;
	left: -60px;
	width: 76px;
	height: 76px;
}

#dakebento .voice_list li.icon_1_2::before {
	background-image: url(../img/voice/icon_1_2.jpg);
}

#dakebento .voice_list li.icon_1_3::before {
	background-image: url(../img/voice/icon_1_3.jpg);
}

#dakebento .voice_list li.icon_1_4::before {
	background-image: url(../img/voice/icon_1_4.jpg);
}

#dakebento .voice_list li.icon_1_5::before {
	background-image: url(../img/voice/icon_1_5.jpg);
}

#dakebento .voice_list li.icon_2_1::before {
	background-image: url(../img/voice/icon_2_1.jpg);
}

#dakebento .voice_list li.icon_2_2::before {
	background-image: url(../img/voice/icon_2_2.jpg);
}

#dakebento .voice_list li.icon_2_3::before {
	background-image: url(../img/voice/icon_2_3.jpg);
}

#dakebento .voice_list li.icon_2_4::before {
	background-image: url(../img/voice/icon_2_4.jpg);
}

#dakebento .voice_list li.icon_2_5::before {
	background-image: url(../img/voice/icon_2_5.jpg);
}

#dakebento .voice_caution {
	color: #61453b;
	font-size: 80%;
	font-weight: bold;
}



#dakebento .product_detail .movie_wrap {
	position: relative;
	width: 100%;
	margin-top: 220px;
}

#dakebento .product_detail .youtube_wrap {
	width: 100%;
	position: relative;
	z-index: 1;
}
#dakebento .product_detail .youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
 #dakebento .product_detail .youtube iframe {
	width: 100%;
	height: 100%;
}
#dakebento .product_detail .movie_ttl{
	width: 240px;
	margin: auto;
	position: absolute;
	top: -180px;
	right: 0;
	left: 0;
	z-index: 0;
}
#dakebento .product_detail .movie_ttl figure {
    border-radius: 0;
    width: 100%;	
}



#dakebento .mail_wrap {
	margin: 20px auto 0;
}

#dakebento .mail_wrap .bubble {
	background-color: #fff;
	border-radius: 20px;
	/* filter: drop-shadow(0px 0px 5px rgba(188, 89, 0, .25)); */
	padding: 20px 10px;
	text-align: center;
	position: relative;
}

#dakebento .mail_wrap .bubble::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #fff;
	margin: auto;
	position: absolute;
	bottom: -28px;
	left: 0;
	right: 0;
}

#dakebento .mail_wrap .bubble p {
	font-size: clamp(12px, 6vw, 24px);
	font-weight: bold;
	line-height: 1.2;
	margin: 10px 0 10px;
}

#dakebento .mail_wrap .bubble .dot {
	padding-top: .1em;
	background-position: top left 0;
	background-repeat: repeat-x;
	background-size: 1em .3em;
	background-image: radial-gradient(.15em .15em at center center, #fab854, #fab854 100%,transparent,transparent);
}

#dakebento .mail_wrap .bubble .subttl {
	color: #61453b;
	line-height: 1.3;
	font-size: clamp(16px, 8vw, 36px);
}

#dakebento .mail_wrap .bubble .small {
	display: block;
	font-size: clamp(10px, 4vw, 16px);
}
#dakebento .btn_mail {
	background-color: #ff6659;
	border-radius: 100px;
	color: #fff;
	display: block;
	filter: drop-shadow(0px 0px 5px rgba(188, 89, 0, .25));
	font-size: 120%;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	margin: 40px auto;
	padding: 20px 40px 20px 10px;
	position: relative;
}

#dakebento .btn_mail p {
	display: flex;
	align-items: center;
	justify-content: center;
}

#dakebento .btn_mail p::before {
	content: '';
	display: block;
	width: 36px;
	height: 24px;
	background-image: url(../img/icon_mail.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
}

#dakebento .btn_mail .small {
	font-size: 60%;
	font-weight: normal;
	margin-left: 10px;
}

#dakebento .btn_arrow {
	display: block;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
}

#dakebento .btn_arrow::before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	left: 10px;
	top: 10px;
	transform: rotate(45deg);
}

/*----------------------
story
----------------------*/
#dakebento .story {
	padding: 20px 0;
}

#dakebento .story .inr {
	padding: 0 20px;
}

#dakebento .story_subttl {
	color: #b08872;
	margin-bottom: 16px;
}

#dakebento .story .txt {
	padding-top: 10px;
}

#dakebento .story p {
	text-align: justify;
}

#dakebento .story figure {
	margin: 20px 0;
	border-radius: 12px;
	overflow: hidden;
}

#dakebento .story figure img {
	width: 100%;
}

#dakebento .story a {
	color: #fa6536;
	text-decoration: underline;
	word-break: break-all;
}


/*----------------------
sns
----------------------*/
#area-body .bnr_area ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
	padding: 0 5px;
}
#area-body .bnr_area li{
	padding: 2px;
	width: 50%;
}

#area-body .sns_area>div {
	margin: 50px 0;
}

#area-body .sns_area h2 {
	color: #000;
	font-size: 100%;
}

.btm_snsBox {
	border: 5px solid #d8c98e;
	padding: 20px;
	margin-top: 50px;
}

#area-body .sns_area {
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin: 25px 0 35px 0;
	font-size: 16px;
}

.sns_area ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

.sns_area ul li {
	display: inline-block;
	letter-spacing: 0;
	margin: 0 10px 0 10px;
	padding: 0;
	*display: inline;
	*zoom: 1;
}

.mod-pagetop p{
	text-align: right;
}