@charset "utf-8";
/* CSS Document */

/* ##### hacks ##### */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ##### reset ##### */
:root {
  font-size: 16px;
}
body {
  background: #ffffff;
  color: #000;
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  margin: 0;
}
a {
  transition: opacity 0.2s ease-out;
}

.ec-rectHeading h2,
.ec-role h2 {
  margin: 20px 0 10px 0;
}

a:hover {
  opacity: 0.7;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ## reset forms ## */
.b_resetForm input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0;
  margin: 0;
  width: 100%;
}

.b_resetForm input:focus {
  box-shadow: none;
  outline: none;
}

/* ##### modal ##### */
#modalWrap {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 100vw;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    z-index: 10000;
}
.modalActive #modalWrap {
    opacity: 1;
    left: 0;
}
#modalInner {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
#modalContBox {
    max-width: 90vw;
    max-height: 90vh;
    position: relative;
}
#modalContBox a:hover {
    opacity: 1;
}
#modalContBox img {
    width: 100%;
    max-height: 90vh;
    border: none;
}
#modalContBox:before {
    content: "";
    max-width: 40px;
    max-height: 40px;
    width: 5vw;
    height: 5vw;
    position: absolute;
    right: -10px;
    top: -40px;
    background: url("https://247deli.jp/html/user_data/assets/img/common/icon_modalClose.svg") center no-repeat;
    background-size: contain;
    display: block;
    cursor: pointer;
}

/* ##### common parts ##### */

/*
forM: max 1099px;
forS: max 767px;
*/
.forM-b { display: none; }
.forS-b { display: none; }

#b_com_article {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 5rem;
  overflow: hidden;
}

#b_com_mainSct {
  padding-top: 10px;
}

.b_com_sct {
  width: 100%;
  position: relative;
}

.b_com_block {
  width: 100%;
  max-width: 1232px;
  padding: 0 1em;
  margin: 0 auto;
}

#b_com_mainWrapper {
  display: flex;
}

.b_com_contBlock {
  padding: 2rem 0;
}

.b_com_ttl {
  color: #000;
  text-align: center;
  position: relative;
  margin: 0 0 2rem 0;
}
.b_com_ttl.b_com_ttl-withSubTtl {
  margin-top: 3rem;
}

.b_com_ttl:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  top: 0;
  bottom: 0;
  margin: auto;
}

.b_com_ttl_main {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  background: #ffffff;
  position: relative;
  padding: 0 1em;
  font-family: "blaimim", Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}

.b_com_ttl_main-withIcon {
  padding-right: 2em;
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  background-size: 1.2em;
}

.b_com_ttl_main-withIcon-hotItems {
  background-image: url(../img/index/index_hotitems.svg);
}

.b_com_ttl_main-withIcon-bulkorder {
  background-image: url(../img/index/index_bulk.svg);
}

.b_com_ttl_main-withIcon-ranking {
  background-image: url(../img/index/index_ranking.svg);
}

.b_com_ttl_main-withIcon-media {
  background-image: url(../img/index/index_media.svg);
}

.b_com_ttl_main-withIcon-sns {
  background-image: url(../img/index/index_sns.svg);
}

.b_com_ttl_main-withIcon-interview {
  background-image: url(../img/index/index_interview.svg);
}

.b_com_ttl_sub {
  font-size: 0.5em;
  position: absolute;
  display: inline-block;
  top: -1.8em;
  left: 0;
  right: 0;
  margin: auto;
}

.b_com_ttl_sub .b_com_ttl_sub-inner {
  display: inline-block;
  position: relative;
  padding: 0 0.5em;
}

.b_com_ttl_sub .b_com_ttl_sub-inner:before {
  content: "";
  display: block;
  width: 1px;
  height: 1.5em;
  background: #000;
  position: absolute;
  left: -1em;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.b_com_ttl_sub .b_com_ttl_sub-inner:after {
  content: "";
  display: block;
  width: 1px;
  height: 1.5em;
  background: #000;
  position: absolute;
  right: -1em;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.b_com_ttl_sub-inner span {
  position: relative;
}

.b_com_ttl_sub-inner span:first-child {
  display: block;
  position: absolute;
  background: #FFF000;
  width: 100%;
  height: 0.5em;
  bottom: -0.25em;
  left: 0;
}
.b_com_ttl_note {
  display: block;
  text-align: center;
  position: relative;
  top: -1.5rem;
}

a.b_com_linkWrap {
	display: block;
	color: inherit;
	transition: opacity 0.2s ease-out;
}
a.b_com_linkWrap:hover {
	opacity: 0.7!important;
	text-decoration: none!important;
}

/* b_com_simplePage */
.b_com_simplePage {
    max-width: 908px;
    margin: auto;
}
.b_com_simplePageTtl {
    font-size: 1.5em;
    margin: 2rem 0;
    padding: 1rem;
    font-weight: bold;
    line-height: 1.5em;
    border-bottom: 1px solid #cccccc;
    text-align: center;
}
.b_com_simpleSubttl {
    font-weight: bold;
    font-size: 1.2rem;
    margin:0 -1rem 1rem -1rem;
    padding: 0.5em 1rem;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.b_com_simpleBlock {
    padding: 1rem;
}
.b_com_simpleBlock-txt {
    max-width: 680px;
    margin: auto;
    line-height: 1.6;
}
.b_com_simpleBlock img {
    max-width: 100%;
    margin: 1rem 0;
}
.b_com_simpleBlock p + p {
    margin-top: 1.5em;
}
.b_com_simpleColumn {
    margin-top: 1.5rem;
    background: #f0f0f0;
    padding: 1.5rem;
}

.b_com_simpleImgL {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}


/* b_com_contentPath */
#b_com_contentPath {
  padding: 1em;
}
#b_com_contentPath a {
  color: #333333;
  display: inline-block;
  padding-right: 2em;
  position: relative;
}
#b_com_contentPath a:after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #999999;
  border-right: 2px solid #999999;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.75em;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#b_com_contentPath span {
  display: inline-block;
}


/* b_com_btnBox */
.b_com_btnBox {
  text-align: center;
  padding: 1em;
}

.b_com_btn {
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  padding: 0 3em;
  line-height: 3em;
  border-radius: 1.5em;
  background-color: #00A2E8;
}

.b_com_btnWeak {
  background-color: #00A2E8;
}

.ec-blockBtn--action,
.ec-blockBtn--action:hover,
.ec-blockBtn--action:active,
.ec-blockBtn--action:focus {
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  padding: 0 3em;
  line-height: 3em;
  border-radius: 1.5em;
  height: auto;
  font-size: 1em;
  font-weight: normal;
  background: #00A2E8;
  transition: opacity 0.2s ease-out;
  border: none;
}
.ec-blockBtn--action:hover {
  opacity: 0.7;
}
.ec-blockBtn--cancel,
.ec-blockBtn--cancel:hover,
.ec-blockBtn--cancel:active,
.ec-blockBtn--cancel:hover {
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  padding: 0 3em;
  line-height: 3em;
  border-radius: 1.5em;
  height: auto;
  font-size: 1em;
  font-weight: normal;
  background: #999999;
  transition: opacity 0.2s ease-out;
  border: none;
}
.ec-blockBtn--cancel:hover {
  opacity: 0.7;
}

.b_inlineBtn--primary,
.b_inlineBtn--primary:hover {
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  padding: 0 3em;
  line-height: 3em;
  border-radius: 1.5em;
  height: auto;
  font-size: 1em;
  font-weight: normal;
  background: #DE5D50;
  transition: opacity 0.2s ease-out;
  border: none;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.b_inlineBtn--big,
.b_inlineBtn--big:hover {
    line-height: 1.2em!important;
    padding: 0.5em 3em!important;
    border-radius: 2.5em!important;
}
.b_inlineBtn--primary:hover {
  opacity: 0.7;
}



/* ## b_com_ecCubeWrapper ## */
#b_com_ecCubeWrapper {
  width: 100%;
}

/* ## b_com_leftMenu ## */
#b_com_leftMenu {
  width: 250px;
}

#b_com_leftMenuInner {
	position: relative;
	top: 0;
	padding-bottom: 1em;
}

.b_com_leftMenu_block {
  margin-bottom: 2em;
}

.b_com_leftMenu_ttl {
  position: relative;
  margin-bottom: 1em;
}

.b_com_leftMenu_ttl span {
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding-right: 0.5em;
}
.b_com_leftMenu_ttl span a {
  color: #000000;
}

.b_com_leftMenu_ttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#b_com_leftMenu_topBanBox {
	padding-bottom: 1em;
}
.b_com_leftMenu_topBan {
	display: block;
}
.b_com_leftMenu_topBan img {
	max-width: 100%;
}
.b_com_leftMenu_topBan + .b_com_leftMenu_topBan {
	padding-top: 1em;
}

/* iconLink */
.b_com_iconLink {
  color: #000000;
  display: inline-block;
  line-height: 2em;
  padding-left: 3em;
  margin-bottom: 0.75em;
  height: 2em;
  background: 0.5em center no-repeat;
  background-size: contain;
}

.b_com_leftMenu_list:last-child .b_com_iconLink {
  margin-bottom: 0;
}

.b_com_iconLink-deli {
  background-image: url(../img/common/icon_deli.svg);
}

.b_com_iconLink-bread {
  background-image: url(../img/common/icon_bread.svg);
}

.b_com_iconLink-onigiri {
  background-image: url(../img/common/icon_onigiri.svg);
}

.b_com_iconLink-bread2 {
  background-image: url(../img/common/icon_bread2.svg);
}

.b_com_iconLink-onigiri2 {
  background-image: url(../img/common/icon_onigiri2.svg);
}

.b_com_iconLink-sweets {
  background-image: url(../img/common/icon_sweets.svg);
}

.b_com_iconLink-soup {
  background-image: url(../img/common/icon_soup.svg);
}

.b_com_iconLink-supplement {
  background-image: url(../img/common/icon_supplement.svg);
}

.b_com_iconLink-select {
  background-image: url(../img/common/icon_select.svg);
}

.b_com_iconLink-trial {
  background-image: url(../img/common/icon_trial.svg);
}

.b_com_iconLink-others {
  background-image: url(../img/common/icon_others.svg);
}

.b_com_iconLink-sale {
  background-image: url(../img/common/icon_sale.svg);
}

.b_com_iconLink-all {
  background-image: url(../img/common/icon_all.svg);
}

.b_com_iconLink-mypage {
  background-image: url(../img/common/icon_member.svg);
}
/* bannerBox */
.b_com_leftMenu_bannerBox {
}
.b_com_leftMenu_banner {
  display: block;
}
.b_com_leftMenu_banner + .b_com_leftMenu_banner { margin-top: 1em; }
.b_com_leftMenu_banner img {
  width: 100%;
}

/* ranks */
.b_com_leftMenu_rank {
  color: #000000;
  display: inline-block;
  padding: 0.75em 0 0.25em 3em;
  background: left top no-repeat;
  background-size: 2.2em;
}

.b_com_leftMenu_rank-1 {
  background-image: url(../img/common/com_rank1.png);
}

.b_com_leftMenu_rank-2 {
  background-image: url(../img/common/com_rank2.png);
}

.b_com_leftMenu_rank-3 {
  background-image: url(../img/common/com_rank3.png);
}

/* ## b_com_mainBox ## */
#b_com_mainBox {
  flex: 1;
  max-width: calc(100% - 250px - 2em);
  margin: 0 auto;
}

/* b_com_mainHeadline */
#b_com_mainHeadline {
  width: 100%;
  border: 2px solid #000000;
  margin-bottom: 1em;
  padding: 0.5em;
  text-align: center;
}

/* ECcube newsRole 上書き */
.common_block_title {
  display: none!important;
}
.ec-newsRole {
  width: 100%;
  border: 1px solid #000000;
  margin-bottom: 1em;
  padding: 0 0.5em;
}
.ec-newsRole .ec-newsRole__newsColumn {
  width: 100%;
}
.ec-newsRole .ec-newsRole__newsItem {
  padding: 0.75em;
}
.ec-newsRole .ec-newsRole__newsItem:last-of-type:last-child {
  border-bottom: none;
}
.ec-newsRole .ec-newsRole__newsTitle {
  margin-bottom: 0;
  flex: 1;
}
.ec-newsRole .ec-newsRole__newsClose {
  width: 24px;
}
.ec-newsRole__newsDescription {
  margin: 0.5em 0 0 0;
  padding: 1em 0 0.5em 24px;
  text-align: left;
  border-top: 1px dotted #999;
}

/* ##### shopping ##### */
.shop_pcOnly {
	display: block; 
}
.shop_spOnly {
	display: none; 
}
.shop_banner {
	display: block;
	margin: 60px auto;
	max-width: 800px;
	width: 90%;
}

/* ##### header ##### */
#b_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 100;
}

#b_header_inner {
  width: 100%;
  height: 100px;
  max-width: 1232px;
  padding: 0 1em;
  margin: auto;
  position: relative;
}

#b_header_logo {
  display: block;
  width: 240px;
  height: 80px;
  background: url(../img/common/logo.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}

#b_header_ui {
  float: right;
  display: table;
  height: 100px;
}

#b_header_uiInner {
  display: table-row;
}

#b_header_uiInner li {
  display: table-cell;
  vertical-align: middle;
}

.b_header_mainBtn {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-left: 0.6rem;
  position: relative;
}

#b_header_mainBtn-member {
  background-color: #00a1e9;
}

#b_header_mainBtn-cart {
  background-color: #7ebd26;
}

#b_header_mainBtn-cart-num {
  display: none;
  background-color: #fe0000;
  color: #ffffff;
  font-size: 0.75em;
  line-height: 1.9em;
  width: 1.8em;
  height: 1.8em;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -8%;
  right: -8%;
  overflow: hidden;
}

#b_header_mainBtn-cart-num.b_header_mainBtn-cart-num-on {
  display: block;
}

#b_header_mainBtn-menu {
  background-color: #FFE900;
}

.b_header_mainBtn img {
  width: 100%;
  height: 100%;
}

/* ## b_com_search ## */
.b_com_search_box {
  background: #f1f1f1;
  height: 3rem;
  border-radius: 1.5rem;
  padding: 0px 3rem 0 1rem;
  position: relative;
}

.b_com_search_box input {
  line-height: 3rem;
}

.b_com_search_submit {
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(../img/common/icon_search.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}

/* ## overlay menu ## */
#b_overlaymenu, #b_overlaymembermenu {
  width: 300px;
  position: absolute;
  right: 0;
  top: 100%;
  padding: 0;
  background: #faf8f2;
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
}
#b_overlaymenu.b_overlaymenu-on,
#b_overlaymembermenu.b_overlaymenu-on {
  z-index: 1000;
  opacity: 1;
  pointer-events: all;
}
#b_overlaymenuMask,
#b_overlaymembermenuMask {
	position: absolute;
  top: 100%;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.5);
  z-index: -999;
  opacity: 0;
  pointer-events: none;
	cursor: pointer;
  transition: opacity 0.2s ease-out;
}
#b_overlaymenuMask.b_overlaymenuMask-on,
#b_overlaymembermenuMask.b_overlaymenuMask-on {
	z-index: 999;
  opacity: 1;
  pointer-events: all;
}
#overlaymenuInner {
	overflow-y: auto;
	max-height: calc( 100vh - 100px );
}

.b_overlaymenu_unit {
  padding: 1.5em 1em;
}
.b_overlaymenu_unit-mypage {
  border-top: 1px solid #bbbbbb;
}

#b_overlaymenu_about {
  padding-top: 1em;
  border-top: 1px solid #bbbbbb;
  background: #686152;
}

.b_overlaymenu_link {
  display: block;
}

.b_com_blockLink,
.b_com_blockLink:hover {
  display: inline-block;
  line-height: 2em;
  padding-left: 3em;
  margin-bottom: 0.75em;
  color: #ffffff;
}

.b_overlaymenu_link:last-child .b_com_iconLink,
.b_overlaymenu_link:last-child .b_com_blockLink {
  margin-bottom: 0;
}

/* ##### footer ##### */
#b_footer {
  width: 100%;
  background: #221714;
}

#b_footer_inner {
  width: 100%;
  max-width: 1232px;
  padding: 2em 1em 1em 1em;
  margin: auto;
  position: relative;
}

#b_footer_logo {
  display: block;
  width: 240px;
  height: 80px;
  background: url(../img/common/logo-w.svg) center no-repeat;
  background-size: contain;
  float: left;
}

#b_footer_links {
  float: right;
}

.b_footer_linkrow {
  display: inline-block;
  vertical-align: top;
}

.b_footer_linkunit {
  display: block;
  padding: 0.3em 0 0.3em 3em;
}

.b_footer_linkrow:first-child .b_footer_linkunit {
  padding-left: 0;
}

.b_footer_link {
  color: #ffffff;
}

#b_footer_copyright {
  font-size: 0.75em;
  text-align: center;
  padding: 15px 0;
  color: #ffffff;
}

@media screen and (max-width:1099px) {

  /* ##### common parts ##### */
	.forM-b { display: block; }

	/* ★★ ヘッダバナー付き版 ★★ */
	/* ## b_header ## */
	#b_com_headerSpBanner {
		text-align: center;
		background: #ffffff;
		padding: 0 0 10px 0;
	}
	#b_com_headerSpBanner img {
		width: 100%;
		max-width: 414px;
	}
	/* ## b_com_article ## 
	#b_com_article { padding-top: 170px; }*/

  /* ## b_com_leftMenu ## */
  #b_com_leftMenu {
    display: none;
  }

  /* ## b_com_mainBox ## */
  #b_com_mainBox {
    padding-left: 0;
    max-width: 100%;
  }

  /* ##### footer ##### */
  #b_footer_logo {
    float: none;
    margin: auto;
    width: 24vw;
    height: 8vw;
    min-width: 180px;
    min-height: 60px;
  }
  #b_footer_links {
    float: none;
    text-align: center;
  }
  .b_footer_linkrow {
    display: block;
    padding-left: 0;
  }
  .b_footer_linkrowPCOnly {
    display: none;
  }
  .b_footer_linkrow .b_footer_linkunit {
    padding: 0.7em 0;
    border-bottom: 1px solid #333333;
  }
  .b_footer_linkrow:last-child .b_footer_linkunit:last-child {
    border-bottom: none;
  }


}

@media screen and (max-width:767px) {
  :root {
    font-size: 4vw;
  }
  #b_com_article {
    padding-top: 16vw;
  }

	/* ★★ ヘッダバナー付き版 ★★ */
/*  #b_com_article {
    padding-top: 43vw;
  }*/

  /* ##### common parts ##### */
  .b_com_contBlock {
    padding: 3rem 0 2rem 0;
  }

  .b_com_ttl-withSubTtl {
    margin-top: 2rem;
  }
  .b_com_ttl_main {
    font-size: 1.75rem;
  }

  /* ## b_com_ecCubeWrapper ## */
  #b_com_ecCubeWrapper {
    width: 100%;
    display: block;
  }

	/* ##### shopping ##### */
	.shop_pcOnly {
	  display: none;
	}
	.shop_spOnly {
	  display: block;
	}
	.shop_banner {
	  display: block;
	  margin: 60px auto;
	  max-width: 800px;
	  width: 90%;
	}
    .ec-newsRole .ec-newsRole__newsDate {
        margin: 5px 0;
    }

  /* ##### header ##### */
  #b_header_inner {
    height: 14vw;
  }
	#b_overlaymenu { top: 26vw; }
	#overlaymenuInner { max-height: calc( 100vh - 26vw ); }

  #b_header_logo {
    width: 24vw;
    height: 8vw;
    min-width: 150px;
    min-height: 50px;
  }

  #b_header_ui {
    height: 14vw;
  }

  .b_header_mainBtn {
    width: 2rem;
    height: 2rem;
    margin-left: 0.3rem;
  }
  /* ## b_com_search ## */
  .b_com_search_box {
    height: 2rem;
    border-radius: 2rem;
    padding: 0 2rem 0 1.5rem;
    position: absolute;
    top: 14vw;
    left: 1rem;
    right: 1rem;
  }

  .b_com_search_box input {
    line-height: 2rem;
    font-size: 14px;
  }

  .b_com_search_submit {
    width: 2rem;
    height: 2rem;
  }

    /* b_com_simplePage */
    .b_com_simplePageTtl {
        text-align: left;
    }
    .b_com_simplePageTtl br {
        display: none;
    }

}

@media screen and (max-width:599px) {
  /* b_com_contentPath */
  #b_com_contentPath {
    padding: 0.5em;
  }
  #b_com_contentPath a,
  #b_com_contentPath span {
    font-size: 0.83em;
  }
}