

@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 共通

+++++++++++++++++++++++++++++++ */
main{
  display:block
}
div#main {
    width: 100%;
}
.feature {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  overflow: hidden;
}
.box_feature {
  background: transparent;
}
.image img{width:100%;border: 1px solid #e6e6e6;box-sizing: border-box;border-radius: 20px;border-top-left-radius: 0;}
article.feature .main-box {
  padding: 0;
  background-image: linear-gradient(#fcebf3 35%, #ebf4e9 40%, #cee2f4);
  overflow: hidden;
}

article.feature header {
  margin-top: 0;
  background-image: linear-gradient(27deg, #db1e47, #931924);
}
article.feature header .header-wrap {
  text-align: center;
  margin: 0 auto 0;
}
article.feature header .header-wrap .image{
  margin: 0 auto 0;
}
article.feature header .header-wrap .image img {
  border: unset;
  border-radius: unset;
}
article.feature header .header-wrap p{
  margin:0
}
section {
  padding: 80px 0;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
p.lead-text {
  font-size: 25px;
  font-weight: bold;
  color: #864c24;
  font-feature-settings: "palt";
  letter-spacing: 3px;
}
a:hover {
    text-decoration: none;
}

.sp{
  display:none;
}
.item .mark-flex .limit.none{
display:none;
}
/*-------------------------
 見出し           
-------------------------*/

.heading_feature01 {
  color:#d76da2;
  font-size:1.6rem;
  margin-top:30px!important;
  font-weight:bold;
}
.heading_feature01:after {
 /* 見出し下のラインの色を指定できます */
	 background:rgba(0,160,210,1);
}
section h3 {
  text-align: left;
  margin-bottom: 29px;
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 1.0;
  position: relative;
  padding-left:80px;
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}
section h3::before{
  content:"1";
  display:flex;
  align-items:center;
  justify-content:center;
  width: 60px;
  aspect-ratio:1/1;
  background:#e56a90;
  border-radius:50%;
  position:absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
  color:#fff;
  font-size:25px;
  letter-spacing:-0.1em;
}
section#deli h3::before{
  content:"2";
  background:#48a0a0;
}
section h3 span.price {
  font-size: 46px;
}
picture img {
    width: 100%;
}
.originalcake_bk {
  z-index: 10;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.fixed-bg,.fixed-bg01,.fixed-bg02 ,.fixed-bg04,.fixed-bg05,.fixed-bg06 {
  position: absolute;
  top: 0;
  z-index: 0;
  right: 0;
  width: 400px;
  aspect-ratio: 513/916;
  opacity: 0.5;
  transition: 0.3s;
}
@media screen and (min-width:1500px){
  .fixed-bg,.fixed-bg02 ,.fixed-bg03 {
  opacity: 1;
 }
}
.short_bk .fixed-bg,.variety_bk .fixed-bg01{
  background: url(/shibuya_foodshow/christmas/cakebg01.png) no-repeat right bottom / contain;
  z-index: -1;
}
.chocolate_bk .fixed-bg02{
  right: auto;
  left:0;
  background: url(/shibuya_foodshow/christmas/cakebg02.png) no-repeat right bottom / contain;
  width: 300px;
  aspect-ratio: 347/855;
}
.fixed-bg04{
  right: auto;
  left:0;
  background: url(/shibuya_foodshow/christmas/delibg01.png) no-repeat right bottom / contain;
  width: 400px;
  aspect-ratio: 482/551;
}
.fixed-bg05{
  background: url(/shibuya_foodshow/christmas/delibg02.png) no-repeat right bottom / contain;width: 300px;
  aspect-ratio: 315/643;
}
.fixed-bg06{
    right: auto;
  left:0;
  background: url(/shibuya_foodshow/christmas/delibg03.png) no-repeat right bottom / contain;width: 300px;aspect-ratio: 315/643;
}
.waiwai_bk .fixed-bg04{
  right: auto;
  left:0;
  background: url(/shibuya_foodshow/christmas/delibg03.png) no-repeat right bottom / contain;
  width: 250px;
  aspect-ratio: 65/167;
}
.fixed-bg.is-active,.fixed-bg01.is-active,.fixed-bg02.is-active,.fixed-bg04.is-active,.fixed-bg05.is-active,.fixed-bg06.is-active {
  position: fixed;
  bottom: 10%;
  top: auto;
  right: 0;
}
@media screen and (max-width:768px){
.fixed-bg,.fixed-bg01,.fixed-bg02 ,.fixed-bg04,.fixed-bg05,.fixed-bg06 {
  width: 40%;
}
  .chocolate_bk .fixed-bg02{
  width:  40%;
}
.fixed-bg04{
  width:  40%;
}
.waiwai_bk .fixed-bg04{
  width: 30%;
}
.sp{
  display:block;
}
.pc{
  display:none;
}
}

/*----------------
ケーキ
-----------------*/
.cake_bk {
    margin: 50px 0 100px;
    padding: 0 50px;
    position: relative;
    z-index: 10;
}
.cake_bk::before{
  content:"";
  display:block;
  width: 96%;
  height: 100%;
  border-top-right-radius: 17vh;
  border-bottom-right-radius: 17vh;
  background: #F2964D;
  background: linear-gradient(-90deg, rgba(242, 150, 77, 1) 0%, rgba(241, 161, 196, 1) 100%);
  position:absolute;
  top: 45px;
  left:0;
  z-index: 1;
  opacity: 0.7;
  max-width: 1500px;
}
@media screen and (max-width:1100px){
  .cake_bk::before{
  width: calc(100% - 25px);
}
}
@media screen and (max-width:768px){
.cake_bk {
    margin: 30px 0 100px;
    padding: 0 20px;
}
  .cake_bk::before{
  width: calc(100% - 10px);
}
}
@media screen and (max-width:1000px) and (min-width:600px){
.cake_bk {
   padding:0 50px
}
}
.chocolate_bk.cake_bk::before{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 17vh;
  border-bottom-left-radius: 17vh;
  left:auto;
  right:0;
  background: #EBB576;
background: linear-gradient(90deg, rgba(235, 181, 118, 1) 0%, rgba(236, 200, 207, 1) 100%);
}
h4 span.cake_h4{
    font-size: 71px;
    text-shadow: 4px 2px 3px #b780ac;
    position: relative;
    display: inline;
    z-index: 102;
    line-height: 1.2;
}
.variety_bk h4 span.cake_h4::before{
  width: 159%;
}
h4 span.cake_h4::before{
  content:"";
  display:block;
  width: 124%;
  aspect-ratio: 809/238;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(/shibuya_foodshow/christmas/caketitle-bg.png) no-repeat center/contain;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.chocolate_bk.cake_bk h4 span.cake_h4::before{
  width: 137%;
  aspect-ratio: 35/11;
  background: url(/shibuya_foodshow/christmas/caketitle-bg02.png) no-repeat center/contain;
}
.lead-wrap {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  box-sizing:border-box;
}
.lead-wrap h4{
  position: relative;
  z-index: 3;
}
.lead-wrap p{
  font-size: 22px;
  font-weight: bold;
  color: #3b3b4c;
  position: relative;
  z-index: 3;
}
.cake_bk .shotcake_caption,.cake_bk .variety_caption{
  text-align: left;
}
.chocolate_bk .chocolate_caption,.chocolate_bk h4{
  text-align: right;
}
@media screen and (max-width:768px){
  .lead-wrap{
    padding-left:10px;
    padding: 0 20px;
  }
.lead-wrap h4 span{
  font-size: 44px;
}
  h4 span.cake_h4::before{
    width: 166%;
    left: 66%;
  }
.lead-wrap p{
  font-size: 15px;
}

.sp{
  display:block;
}  

  .pc{
   display:none; 
  }
}



/*----------------
デリ
-----------------*/
.collaboration_bk {
  margin: auto 0;
  padding: 0 50px;
  max-width: 980px;
}

.collaboration_bk picture img {
  width: 100%;
}
section#deli h4 {
  aspect-ratio: 327/55;
  width: 100%;
  margin: 0 0 49px;
  background: url(/shibuya_foodshow/christmas/2025_deli-title04.webp) no-repeat center/contain;
}
section#deli .deli-bk.collaboration_bk h4 {
  aspect-ratio: 981/103;
  background: url(/shibuya_foodshow/christmas/2025_deli-title01.png) no-repeat center/contain;
  /* min-width: 350px; */
}
section#deli .waiwai_bk.deli-bk h4 {
  aspect-ratio: 490/79;
  background: url(/shibuya_foodshow/christmas/2025_deli-title02.webp) no-repeat center/contain;
  width: 100%;
}
section#deli .wine_bk.deli-bk h4 {
  aspect-ratio: 490/79;
  background: url(/shibuya_foodshow/christmas/2025_deli-title03.webp) no-repeat center/contain;
}

section#deli h4 span {
  width: 1px;
  height: 1px;
  overflow: hidden;
  display: block;
}
.deli_bk,.deli-bk {
  margin: 80px auto;
  position: relative;
}
.deli_bk h5{
  max-width: 980px;
  margin: 0 auto;
}
.deli_h5 {
    font-size: 71px;
    text-shadow: 4px 2px 3px #5cab7b;
}
@media screen and (max-width:1000px) and (min-width:600px){
.deli_bk,.deli-bk {
  padding: 0 20px;

 }
}
/*----------------
商品詳細 all
-----------------*/
p.title{
  font-weight:600;
  font-size: 16px;
  margin-bottom:0!important;
  color:#542a00;
}
#GBfooter p.title{
  color:#ffffff;
  font-weight: 500;
}

p.items{
  font-weight:500;
  font-size:1rem;
  padding:0;
  line-height:1.6;
  color:#542a00;
}

p.items span{
  font-weight:normal;
  font-size:0.8rem;
  white-space:nowrap;
}
/*----------------
↑のnowrapの解除
-----------------*/
p.items span.wp{
  white-space:normal;
}

p.items b{
  font-weight:600;
  white-space:nowrap;
  font-size:1.05rem;
}

p.tx{
  color: #542a00;
  font-size:0.9rem;
  line-height:1.6;
  padding-bottom:10px!important;
}
p.hinmoku{
  font-size:0.8rem;
  line-height:1.6;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  padding:3px 5px!important;
  margin-top:5px;
  margin-bottom:8px!important;
}

p.sq{
  padding:5px 0 0;
  font-size:0.9rem;
  line-height:1.6;
  font-weight:400;
}
p.sq::before{
  content:"■";
  color:#bccc76;
  margin-right:2px;
}
p.higan{
  width:19rem;
  margin:10px auto;
  text-align:left;
  font-weight:500;
  color:#990000;
}
p.kikan{
  background:#4d1c14;
  text-align:center;
  color:#fff;
  margin-bottom:0;
}
p.tentou{
  font-size:14px!important;
  text-align:center;
  color:#b2112d;
  font-weight:500;
}
.tag{
  font-size:14px;
  display:inline-block;
  padding:1px 10px;
  color:#fff;
}
.gentei{background:#c00;}
     

/*--------------
テキスト
---------------*/
.aka{color:#ed1c24;}
.supplement,
.notes { font-size: 11px!important; }
.txt_point {color: #00f !important; }



/*--------------
ネットボタン
---------------*/
.bt-viemore {
  margin: 17px auto 0;
  width: 90%;
  border: 2px solid;
  border-radius: 100vh;
  text-align: center;
  position: relative;
  font-weight: 600;
  font-size: 15px;
}
.bt-viemore a{
   padding: 8px 0;
   display: block;
}

.bt-viemore::before,.bt-viemore::before{
   border-bottom: 2px solid #333;
   border-right: 2px solid #333;
   transform: translateY(50%) rotate(-45deg);
}

.bt-viemore::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 50%;
    right: 20px;
    transform: translateY(50%) rotate(-45deg);
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
}
@media print, screen and (max-width: 768px) {
.bt-viemore {
  font-size: 13px;
}
  .bt-viemore::before{
    width: 5px;
    height: 5px;
    right: 10px;
  }
}
/*--------------
注意
---------------*/
.noticelist {
  margin-bottom:20px;
}
.noticelist li {
  padding-left: 1em;
  text-indent: -1em;
}


footer{text-align:left;}
.footer_anounce{
   text-align:left;
   font-size:14px!important;
}
 
@media print, screen and (min-width: 768px) {

.mode_sp{display:none;}
}


.feature header .image.fs{
  background:#fff;
}
.feature header .copy {
  color: #000;
  font-size:135%;
  line-height:160%;
  font-weight:bold;
  text-align:center;
}

.box_feature{
  background:transparent;

}
.wrap_column {
  margin: 30px 15px;
  background:transparent;
}

/*-------------------------
 見出し           PC
-------------------------*/

.heading01 {
  background: #000;
  color: #fff;
}
.heading02 {
  background: #000;
  color: #fff;
}
.heading_feature02{
  font-weight: 600;
  font-size: 37px;
  color: #ce2623;
  margin:0 auto 30px;
}


/*-------------------------
 販売店舗一覧           PC
-------------------------*/
.wrap_column .box_col1 .inner{
  background:rgba(255,255,255,.5);
  padding:0;
  border:1px solid #ce2623;
}

.wrap_column .inner .shops p{
  color:#fff;
  padding:5px 30px;
  margin-top:0;
}
.wrap_column .inner .shops p.mark{
  background:#ce2623;
  font-size:1.2rem;
  font-weight:500;
  text-align:center;
}
.wrap_column .inner .shops p.chika{
  background:#905353;
}
.wrap_column .inner .shops p::after{
  border:1px solid #c00;
}
.wrap_column .inner .shops ul{
  margin-left:100px;
  margin-bottom:15px; 
  margin-top:15px;
}
.wrap_column .inner .shops ul li{
  display:inline-block;
  flaot:left;
  width:400px;
}

/*-------------------------
 flexbox               PC
-------------------------*/

/*-----
複数分割
-------*/
.product_wrap{
  display: grid;
  justify-content:flex-start;
  grid-template-columns: repeat(3,1fr);
  gap: 73px 20px;
  width: 100%;
  margin-top: 2rem;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.product_wrap.twocolumn{
  grid-template-columns: repeat(2,1fr);
  margin: 2rem 0;
}
#fresh .product_wrap .item::before {
  content: "";
  display: none;
  width: 30.259424vw;
  height: 28.778116vw;
  position: absolute;
  bottom: 550px;
  right: 10.416666666666668vw;
  background: url(/tokyufoodshow/25anniv/image/illust-girl02.webp) no-repeat bottom right / contain;
  transform: rotate(21deg) translateY(69%) translateX(23%);
  max-width: 300px;
  max-height: 300px;
}
.product_wrap .item {width:100%;}
.product_wrap .item {width:100%;padding-top: 55px;position: relative;overflow: hidden;}

.item .text-box {
  padding: 0 10px;
}
.item .text-box p {
  margin: 0;
  line-height: 1.6;
}
.item .item-info {
  margin: 13px 0 9px;
  padding-bottom: 18px;
  border-bottom: 1px solid;
}
.item .item-info p {
  margin: 0;
  font-size: 14px;
}
.normal-info {
  padding: 9px 0 0;
  border-top: 1px solid;
}
.item .item-info p.brand {
  font-weight: 600;
  margin: 0 0 6px -3px;
  font-size: 16px;
}
.item .item-info p.price {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 600;
}
.item .item-info p.floor{
  margin: 0 0 3px;
  position: relative;
  padding-left: 21px;
  font-weight: 600;
  font-size: 12px;
}
.item .item-info p.deteil {
  margin-top: 13px;
}
.item .floor::before{
  position: absolute;
  top: 32%;
  left: -4px;
  display: block;
  width: 20px;
  height: 15px;
  background-image: url(/images/sp_common/sprite_icon.png);
  background-position: -275px 0px;
  background-size: 404px auto;
  vertical-align: middle;
  content: " ";
  transform: translateY(-50%);
}
.item .limit-info p {
  margin-top: 13px;
  font-weight: 600;
  text-align: left;
}
.item .limit-info p span {
  margin-right: 10px;
  padding:2px 4px;
  display: inline-block;
  font-size:10px;
  border:1px solid;
  letter-spacing:0.1em
} 
.shop-logo {
  margin: 0;
  padding: 10px;
  width: 21%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  box-sizing: border-box;
}
.shop-logo + p{
  font-size: 16px;
}
.shop-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin: 0;
  padding: 0;
}
.shoppage-link {
  margin: 10px 0 0;
  width: 100%;
}
.shoppage-link a {
  display: flex;
  gap: 18px;
  font-weight: 600;
  border-radius: 100vh;
  padding: 5px 17px 5px 5px;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.shoppage-link a::before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 7px;
  height: 7px;
  border-top:2px solid;
  border-right:2px solid;
  content: " ";
  transform: translateY(-50%) rotate(45deg);
}
.shoppage-link a p {
  margin: 0;
  width: calc((100% - 21%) - 20px);
}
.item .only{
  font-weight: 600;
  color: #948431;
  display: flex;
  line-height: 1.0;
  width: calc((100% - 60px) - 5px);
  align-items: center;
}
.item .only::after{
  display:none
}
.item .only span{
  width:calc((100% - 41px) - 7px);
}
.item .only::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 41px;
  height: 28px;
  margin-right: 7px;
  background: url(/image/SHIBUYATOKYUFoodshow_ONLY.png) no-repeat center/contain;
}
.item .tokyu-only-mark {
  background: url(/tokyufoodshow/25anniv/image/onlymark.webp) no-repeat top left/ contain;
  width: 100%;
  margin-bottom: 6px;
}
.tokyudept-only-mark {
  padding: 2px 9px 2px;
  font-weight: 600;
  vertical-align: middle;
  font-size: 14px;
  background: #b39a41;
  color: #fff;
  display: inline-flex;
  align-items: center;
  height: 26px;
  letter-spacing: 0.1em;
}
.item .mark-flex {
  display: flex;
  height: 55px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  gap: 3px;
  width: 100%;
}
.item .mark-flex::after {
  display:none
}
.item .mark-flex .limit {
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  display: inline-block;
  padding: 8px 7px;
  border-radius: 7px;
  white-space: nowrap;
  box-sizing: border-box;
  width: auto;
  text-align: center;
  position: relative;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.item .mark-flex .limit.shop {
  background-color: #944093;
  border-radius: 7px;
}

.item .mark-flex .limit.net {
  background-color: #78c7c4;
}

.item .mark-flex .limit.reserve{
  background-color: #624834;
}

.item .mark-flex .limit span{
  padding: 8px 7px;
  background-color: #944093;
  display: block;
  border-radius: 7px;
  white-space: nowrap;
  box-sizing: border-box;
  width: 79px;
  height:31px;
  text-align: center;
  position: absolute;
  top: -8px;
  left: 0;
}
@media screen and (max-width:768px){
  .item .mark-flex .limit span{/* white-space:pre-wrap; *//* width:50px; */}
}
/*
ひとつだけをセンタリングしたいときは
.centerboxを追加
----------------------------------*/
.product_wrap.centerbox{
   justify-content: center;
}
.special {
  display: block;
}
.special .item {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.special .item > div {
  width: calc((100% - 20px) / 2);
  padding: unset;
}
.special .item .image {
  box-sizing: border-box;
}



/*--------
商品の枠線
----------*/
.bdr{
  border-top: 10px solid rgb(255, 255, 255, .4);
  border-left: 10px solid rgb(255, 255, 255, .2);
  border-right: 10px solid rgb(0, 0, 0, .3);
  border-bottom: 10px solid rgb(0, 0, 0, .5);
}
.ao{background:#1caec0;}
.pnk{background:#d5416b;}


.product_wrap .product4{
  flex-basis:calc((100% - 30px) / 4);
  max-width:calc((100% - 30px) / 4);
  margin-bottom:20px;
  margin-right:10px;
  box-sizing: border-box;
  display:flex;
  flex-direction: column;
  padding:0;
  border:1px solid #963;
}

.product_wrap .product4:nth-child( 4n ){
  margin-right:0px;
}

.product_wrap .image{
  padding:0;
  margin:0;
  width: 100%;
}

.product_wrap .description{
  text-align:left;
  padding:5px 10px 10px;
  flex-grow: 1;
}
.product_wrap p.items{
  margin-bottom:15px;
}
.product_wrap p.tx{
  font-size:14px
}



/*--------------
ナビゲーションPC
---------------*/
ul.list_inline_link {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 39px 20px;
  margin: 0 auto;
  max-width: 700px;
}
.list_inline_link li:first-of-type {
  background: linear-gradient(27deg, #f1a1c4, #f2964d);
  font-size: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vh;
  position: relative;
  height: 80px;
  transition: 0.3s;
}
.list_inline_link li:nth-of-type(2) {
  background: linear-gradient(27deg, #7ac8c2, #c1db86);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vh;
  position: relative;
  height: 80px;
  transition: 0.3s;
}
.list_inline_link li:nth-of-type(3n) {
  background: #a71017;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vh;
  position: relative;
  height: 73px;
  transition: 0.3s;
}
.list_inline_link a {
  color: #fff;
  font-weight: 600;
  display: flex;
  text-align: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.list_inline_link li .num {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #bed366;
  color:#fff;
  font-weight:600!important;
  font-size: 19px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  line-height: 1.0;
  width: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.list_inline_link li:first-of-type .num {
   background: #e56a90;
}
.list_inline_link li:nth-of-type(2) .num {
   background: #48a0a0;
}
.list_inline_link li:nth-of-type(3n) .num {
   background: #ff9331;
}
.list_inline_link a span.price {
  font-size: 19px;
}
.list_inline_link a.current,
.list_inline_link li:hover {
  transform:translateY(-5px)
}
/*--------------
リンク調整
---------------*/
.anchor{
  display:block;
  padding-top: 70px!important;
  margin-top: -70px!important;
}
/*--------------
フッターPC
---------------*/
.feature footer {
  background: #333;
}

.limit-shop-wrap {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
  margin-top: 2rem;
}
.limit-shop-wrap .limit-item .priod {

  font-feature-settings: "palt";
  letter-spacing: 2px;
}
.brand-info {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 20px;
}

.brand-info .logo-image {
  width: 20%;
  height: 104px;
  border: 1px solid #7f7f7f;
  background: #fff;
}

.brand-info .logo-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.brand-info .brand-name .brand {
  margin-top: 6px;
  font-size: 18px;
}

.limit-shop p {
  margin: 0;
}

.limit-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.limit-item .item-image {
  width: 40%;
  border-radius: 15px;
  overflow: hidden;
}

.limit-item .item-image img {
  width: 100%;
}

.limit-item  .item-info {
  width: calc((100% - 40%) - 20px);
}

.limit-item .item-info p {
  font-size: 13px;
}

.limit-item .item-info p.itemname {
  margin: 9px 0 16px;
  font-size: 16px;
  font-weight: 600;
}

.limit-item .item-info p.price {
  text-align: right;
  font-weight: 600;
  font-size: 21px;
}

.limit-item .item-info p.price span {
  font-size: 15px;




}

.limit-shop-wrap .limit-item-double{
  flex-wrap: wrap;
}
.limit-shop-wrap .limit-item-double > div,.limit-shop-wrap .limit-item-double02 > div {
  width: calc((100% - 20px) / 2);
}

.limit-shop-wrap .limit-item-double02{
  align-items: stretch;
}
.limit-shop-wrap .limit-item-double02 .item-image img{
  height: 100%;
  object-fit: cover;  
}

/*--------------
お買い得
---------------*/
/*okaidoku-7*/
.okaidoku-7 {
  margin-top: 80px;
}
.okaidoku-7::after,.okaidoku-7 .product_wrap::after,
.okaidoku-7 .product_wrap div.product-item::after {
  display: none;
}
.okaidoku-7 h4 {
  background: #d97d2d;
  font-size: 0;
  width: 100%;
  height: 40px;
  position: relative;
}
.okaidoku-7 h4::before{
  content:"";
  display:block;
  width: 300px;
  height: 67px;
  background:url("/shibuya_foodshow/foodshow-special-week/7days.webp") no-repeat center bottom/contain;
  position:absolute;
  top:0;
  left:50%;
  transform: translateX(-50%) translateY(-28%);
}
.okaidoku-7 .product_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px 20px;
  margin-top: 1rem;
}
 .okaidoku-7 .product_wrap .product-item {
   position: relative;
   width: 100%;
   border-bottom: 2px dashed #0000005e;
   padding-bottom: 20px;
 }
.okaidoku-7 .product_wrap .product-item .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%
}
 .okaidoku-7 .product_wrap .product-item .flex-wrap .brand-img {
   width: calc((100% - 50%) - 16px);
   position: relative;
   overflow: hidden;
   max-width: 150px;
   border-radius: 10%;
   aspect-ratio: 252.2987 / 194.1962;
 }
 .okaidoku-7 .product_wrap .product-item .flex-wrap .product-details {
   width: 50%;
   position: relative;
   font-feature-settings: "palt";
 }
.okaidoku-7 .product_wrap .product-item .flex-wrap .brand-img img {
  height: 110%;
  object-fit: cover;
}
.okaidoku-7 .product_wrap .product-item .flex-wrap .product-details .brand-name,
.okaidoku-7 .product_wrap .product-item .flex-wrap .product-details .price {
  margin: 0;
}
.okaidoku-7 .product_wrap .product-item .flex-wrap .product-details .brand-name {
  font-size: 18px;
  font-weight: 600;
}
.okaidoku-7 .product_wrap .product-item .flex-wrap .product-details .product-name {
  font-size: 17px;
}
.okaidoku-7 .product_wrap .product-item .flex-wrap .product-details .price {
  font-size: 17px;
  font-weight: 600;
  text-align: right;
}
.okaidoku-7 .product_wrap .product-item .flex-wrap .product-details .price .red_price {
  color: #FF0000;
  margin-left: 5px;
  font-size: 18px;
}

.okaidoku-7 .product_wrap .product-item .flex-wrap .product-details .price .limited {
  color: #FF0000;
}

/*--------------
日替り
---------------*/

.okaidoku .price span{
  color: #FF0000;
}

.okaidoku .price .limited{
  font-size: 13px;
  color: #FF0000;
}

/*--------------
イベント
---------------*/

















@media screen and (min-width: 785px) {
  .okaidoku-7 .product_wrap .product-item {
    position: relative;
    width: calc((100% - 20px) / 2);
  }
  .okaidoku-7 .product_wrap .product-item .flex-wrap .brand-img {
    width: calc((100% - 60%) - 16px);
    max-width: 177px;
  }
  .okaidoku-7 .product_wrap .product-item .flex-wrap .product-details {
    width: 60%;
  }
  .okaidoku-7 .product_wrap .product-item .flex-wrap .product-details .brand-name {
    font-size: 15px;
  }
  .okaidoku-7 .product_wrap .product-item .flex-wrap .product-details .product-name {
    font-size: 14px;
  }
  .okaidoku-7 .product_wrap .product-item .flex-wrap .product-details .price {
    font-size: 14px;
  }
}


/*日替わりご提供品*/
.daily-special {
  margin-top: 40px;
}
.daily-special {border: 2px solid #d97d2d;}
.daily-special h4 {
  background: #d97d2d;
  font-size: 0;
  width: 100%;
  height: 45px;
  position: relative;
}
.daily-special h4::before {
  content:"";
  display:block;
  width:300px;
  height:50px;
  background:url("/shibuya_foodshow/foodshow-special-week/daily-special.webp") no-repeat center bottom/contain;
  position:absolute;
  top:0;
  left:50%;
  transform: translateX(-50%) translateY(-28%);
}
.okaidoku_wrap p.date {
  margin: 0 0 19px;
  padding: 9px 0 11px 11px;
  font-size: 22px;
  display: flex;
  align-items: flex-end;
  line-height: 1.0;
  background: #e58686;
  color: #fff;
  font-weight: 600;
}
.okaidoku_wrap p.date span.md {
  margin: 0 2px;
  font-size: 16px;
  align-self: flex-end;
}
.okaidoku_wrap p.date span.youbi {
  margin-left: 3px;
  font-size: 13px;
  background: #fff;
  color: #f65959;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
}
.okaidoku_wrap p.date span.limit{
  margin-left: 5px;
  font-size: 14px;
}

.okaidoku_wrap {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 50px 30px;
  padding: 21px 15px;
}

.okaidoku_wrap .okaidoku p {
  margin: 0;
  font-weight: 600;
}

.okaidoku_wrap .okaidoku {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px dashed #ccc;
}

.okaidoku_wrap .okaidoku p span {
  font-size: 18px;
  font-weight: 600;
}

.okaidoku_wrap .okaidoku p.price {
  margin-top: 5px;
  text-align: right;
}

/*日付*/
.date_location {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  font-feature-settings: "palt";
  margin: 15px 0 0 0;
}
.date_location p {
  margin: 0;
}
.okaidoku-7 .date_location {
 color: #d97d2d;
}



@media screen and (max-width: 767px) and (min-width: 0px) {
/* +++++++++++++++++++++++++++++++

 SP

+++++++++++++++++++++++++++++++ */
section {
  padding: 40px 0;
}
.mode_pc{display:none;}

article.feature header, article.feature .main-box {
  margin: 0 auto;
  padding: 0;
}
article.feature header {
  margin-top: 0;
}
.box_feature {
  margin-bottom:0;
  padding-bottom:0;
}
p {
  margin:5px 0;
  line-height:1.7
}
p.sq {
   line-height:1.6!important;
}
  
article.feature header .header-wrap {
  margin: 0 auto 20px;
}
article.feature header .header-wrap p {
  width:80%;
  margin: 25px auto 0;
  font-size: 15px;
}
ul.list_inline_link {
  gap: 35px 10px;
  padding: 0 15px;
}
.list_inline_link li .num {
  display: flex;
  justify-content: center;
  font-size: 15px;
  width: 30px;
}


/*-------------------------
 見出し              SP
-------------------------*/
.heading_feature02{
  font-weight: 600;
  font-size: 24px;
  color: #ce2623;
  margin:0 auto 30px;
}
section h3 {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 25px;
}
section h3 span.price {
  font-size: 33px;
}
section h3 span.num {
  font-size: 19px;
  width: 38px;
  margin-right: 9px;
}
section:nth-of-type(4) h3, section:nth-of-type(7) h3 {
  background-position: left 0 bottom -8px;
}
section:nth-of-type(2) h3,section:nth-of-type(5) h3 {
  background-position: left 0 bottom -8px;
}
section:nth-of-type(3n) h3 {
  background-position: left 0 bottom -8px;
}
section#enjoy h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/shibuya_foodshow/25thanniversary/enjoybox-titlesp.webp) no-repeat left bottom/contain;
  position: absolute;
  bottom: 0;
  left: 51px;
  transform: translateY(0%);
}
section#bento h3{
  padding: 47px 30px 0 0;
}
section#enjoy h3 {
  padding: 54px 30px 26px 0;
}

/*-------------------------
 flexbox               SP
-------------------------*/
.product_wrap,
.product1{
    grid-template-columns: repeat(2,1fr);
    gap: 40px 15px;
    padding: 0;
    box-sizing: border-box;
}
.item .text-box {
    padding: 0;
}
.item .only {
  font-size: 10px;
  font-feature-settings: "palt";
  margin: 0;
  width: 100%;
  }
  .item .only::before {
    width: 28px;
    height: 28px;
    margin-right: 4px;
}
  .item .only span{
  width:calc((100% - 28px) - 7px);
}
  .item .mark-flex .limit {
  padding: 4px 7px;
  font-size: 10px;
  white-space: pre-wrap;
  line-height: 1.4;
  /* position: absolute; */
  /* top: 0; */
}
  .item .mark-flex .limit span{
  padding: 5px 4px;
  width: 73px;
  height: 26px;
  top: -13px;
  left: 0px;
}
.item .item-info p {
  font-size: 12px;
}
.item .item-info p.brand {
  font-size: 14px;
}
.item .item-info p.price {
  margin: 8px 0 15px;
  font-size: 13px;
}
.item .floor{
  font-size: 13px;
}
  .shoppage-link .shop-logo{
    width:30%;
    padding: 4px;
  }
  .shoppage-link a {
    gap: 9px;
    padding: 5px 12px 5px 5px;
}
  .shoppage-link a::before{
    right:2px
  }
    .shoppage-link a p{
    width:calc((100% - 30%) - 9px)
}
  .shop-logo + p{
    font-size: 13px;
  }

/*-------------------------
 販売店舗一覧           SP
-------------------------*/
.wrap_column .box_col1 .inner{
   background:rgba(255,255,255,.5);
   padding:0;
   border:1px solid #ce2623;
   margin:15px;
}

.wrap_column .inner .shops p{
   color:#fff;
   padding:5px 30px;
   font-size:18px;
   font-weight:bold;
   margin-top:0;
}
.wrap_column .inner .shops p.mark{
   background:#ce2623;
   text-align:center;
}
.wrap_column .inner .shops p.chika{
   background:#ce2623;
}
.wrap_column .inner .shops p::after{
   border:1px solid #c00;
}
.wrap_column .inner .shops ul{
   margin:10px; 

}
.wrap_column .inner .shops ul li{
   float:left;
   white-space:nowrap;
   margin-right:5px;
   font-size:16px;
  }

/*-------------------------
 見出し           SP
-------------------------*/
.schead{
   display:inline-block;
   border-radius:50%;
   text-align:center;
   font-size:2rem;
   color:#fff;
   padding: 0;
   margin: 0 auto 0;
   width: 100%;
}
/*----------------------
ナビゲーションSP固定分割
------------------------*/
ul.list_inline_link li {
   font-size:12px;
}
ul.list_inline_link li a {
    padding: 6px 11px;
    /* margin: auto 0; */
}
.list_inline_link li:nth-of-type(1),.list_inline_link li:nth-of-type(4),.list_inline_link li:nth-of-type(7) {
   font-size:12px;
}
.list_inline_link li:nth-of-type(2),.list_inline_link li:nth-of-type(5) {
   font-size:12px;
}
.list_inline_link li:nth-of-type(3n) {
   font-size:12px;
}

/*--------------
リンク調整
---------------*/
.anchor{
    display:block;
    padding-top: 90px!important;
    margin-top: -90px!important;
}

.limit-shop-wrap {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 30px;
  margin-top: 2rem;
}
.limit-shop-wrap .limit-item .priod {
  font-feature-settings: "palt";
  letter-spacing: 2px;
}
.brand-info {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 20px;
}

.brand-info .logo-image {
  width: 30%;
  height: 104px;
  border: 1px solid #7f7f7f;
}

.brand-info .logo-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.brand-info .brand-name .brand {
  font-size: 15px;
}
.brand-info .floor {
  font-size: 12px;
}

.limit-shop p {
  margin: 0;
}

.limit-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.limit-item .item-image {
  width: 40%;
}

.limit-item .item-image img {
  width: 100%;
}

.limit-item  .item-info {
  width: calc((100% - 40%) - 20px);
}

.limit-item .item-info p {
  font-size: 12px;
}

.limit-item .item-info p.itemname {
  margin: 9px 0 16px;
  font-size: 14px;
  font-weight: bold;
  font-weight: 600;
}

.limit-item .item-info p.price {
  text-align: right;
  font-weight: 600;
  font-size: 15px;
}

.limit-item .item-info p.price span {
  font-size: 12px;
}
  #fresh .product_wrap .item::before {
    bottom: 440.677vw;
    right: 10.416666666666668vw;
  }
  
  /*--------------
お買い得
---------------*/
  .daily-special{
    margin-top:50px;
  }
  .okaidoku_wrap {
    padding: 21px 15px;
    grid-template-columns: repeat(1,1fr);
}
  .okaidoku_wrap .okaidoku p{
    font-size:13px
  }
  .okaidoku_wrap .okaidoku p span {
    font-size: 16px;
}
  .okaidoku_wrap .okaidoku p.price {
    margin-top: 0;
    font-size: 11px;
}
.okaidoku_wrap p.date {
    font-size: 19px;
    margin: 0 0 12px;
  }
.okaidoku_wrap p.date span.md {
   font-size: 13px;
}
.okaidoku_wrap p.date span.youbi {
    margin-left: 2px;
    font-size: 11px;
    width: 19px;
}
}
@media screen and (max-width: 650px) and (min-width: 0px) {
  #fresh .product_wrap .item::before {
    bottom: 518.307692vw;
  }
}
@media screen and (max-width: 530px) and (min-width: 0px) {
  #fresh .product_wrap .item::before {
    bottom: 592.307692vw;
  }
}
@media screen and (max-width: 470px) and (min-width: 0px) {
  #fresh .product_wrap .item::before {
    bottom: 656.307692vw;
  }
}
@media screen and (max-width: 420px) and (min-width: 0px) {
  #fresh .product_wrap .item::before {
    bottom: 736.307692vw;
  }
}
@media screen and (max-width: 385px) and (min-width: 0px) {
  #fresh .product_wrap .item::before {
    bottom: 813.307692vw;
  }
}
.brand-name {
  width: calc((100% - 30%) - 20px);
}

/*限定イベント*/
#event h4 span.enjoy-event {
  color: #fffbe1;
  position: relative;
  text-align: left;
  background: transparent;
  margin: 0;
  padding: 100px 0px 10px 0;
  display: block; 
}
#event h4 span.enjoy-event::before {
  content: "";
  display: block;
  width: 80%;
  height: 100%;
  background: url(/shibuya_foodshow/foodshow-special-week/enjoy-event-title.webp) no-repeat left bottom/contain;
  position: absolute;
  bottom: 0;
  left: 10px;  
}
#event .event-button-wrap.flex-wrap {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px 20px;
}
#event .event-button-wrap.flex-wrap::after{
  display:none
}
#event .event-button {
  position:relative;
  width: 100%;
  border-bottom: 2px dashed #0000005e;
  padding-bottom:20px
}
#event .event-button .flex-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
 #event h4 span.enjoy-event::before {
   width: 90%;
 }
}

/*生鮮・グローサリー くじ引き大会詳細*/
#event .event-button .flex-wrap .lottery-wrap .img-diagram::after {
  display: none;
}
#event .event-button .flex-wrap .lottery-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}
#event .event-button .flex-wrap .lottery-wrap .lottery-box {
  position: relative;
  width: 100%;
}
#event .event-button .flex-wrap .lottery-wrap .lottery-box .lottery-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  position: relative;
  justify-content: space-around;
  align-items: center;
}
#event .event-button .flex-wrap .lottery-wrap .lottery-box .lottery-btn .img-diagram {
  width: calc((100% - 60%) - 16px);
  aspect-ratio: 252.2987 / 194.1962;
  position: relative;
  border-radius: 10%;
  overflow: hidden;
  max-width: 160px;
}
#event .event-button .flex-wrap .lottery-wrap .lottery-box .lottery-btn .img-diagram img {
  height: 105%;
  object-fit: cover;
}
#event .event-button .flex-wrap .lottery-wrap .lottery-box .lottery-btn .text {
  width: 60%;
  position: relative;
}

#event .event-button .flex-wrap .eventtitle-wrap .itemname-price .red_price{
  color: #FF0000;
}

/*生鮮・グローサリー くじ引き大会景品詳細テキスト*/
#event .event-button .flex-wrap .lottery-wrap .text{
  width: 100%;
  margin-bottom: 20px;
}
#event .event-button .flex-wrap .lottery-wrap .text p{
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  padding-left: 20px;
  text-indent: -15px;
}
#event .event-button .flex-wrap .lottery-wrap .text .prize-box {
  margin: 0 0 10px 0;
}
#event .event-button .flex-wrap .lottery-wrap .text .prize-box span.bg-yellow,
#event .event-button .flex-wrap .lottery-wrap .text .prize-box span.bg-red,
#event .event-button .flex-wrap .lottery-wrap .text .prize-box span.bg-blue {
  background: #d19824;
  padding: 4px 7px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
#event .event-button .flex-wrap .lottery-wrap .text .prize-box span.bg-red {
  background: #ef203e;
}
#event .event-button .flex-wrap .lottery-wrap .text .prize-box span.bg-blue {
  background: #002faa;
}
#event .event-button .flex-wrap .lottery-wrap .text .prize-box span.tx-yellow,
#event .event-button .flex-wrap .lottery-wrap .text .prize-box span.tx-red,
#event .event-button .flex-wrap .lottery-wrap .text .prize-box span.tx-blue {
  padding: 0 0 0 7px;
  color: #c98817;
  font-size: 15px;
  font-weight: 600;
}
#event .event-button .flex-wrap .lottery-wrap .text .prize-box span.tx-red {
  color: #ef203e;
}
#event .event-button .flex-wrap .lottery-wrap .text .prize-box span.tx-blue {
  color: #002DA4;
}






@media screen and (min-width:785px) {
 #event .event-button .flex-wrap .lottery-wrap .lottery-box {
   
 }
}

#event .event-button .flex-wrap::after{
  display:none
}
#event .event-img {
  width: calc((100% - 66%) - 16px);
  aspect-ratio: 1/1;
  position:relative;
  border-radius: 50%;
  overflow: hidden;
  max-width: 150px;
}
#event .event-img img{
  height:100%;
  object-fit:cover;
}
#event .eventtitle-wrap {
  width: 66%;
  position:relative;
}
#event .eventtitle-wrap .h3-title {
  font-size: 21px;
  line-height: 1.0;
}
#event .event-button:nth-of-type(4) .eventtitle-wrap .h3-title.longtitile{
  line-height:1.4;
}
#event .eventtitle-wrap .h3-title .brandname {
  margin: 9px 0 0;
  font-size: 16px;
  display: block;
}
#event .eventtitle-wrap p.date {
  margin: 9px 0 11px 5px;
  font-size: 25px;
  display: flex;
  align-items: flex-end;
  line-height: 1.0;
  font-weight: 600;
}
#event .event-button:nth-of-type(4) p.date span.youbi{
 background:#f15d1c
}
#event .event-button:nth-of-type(1) p.date span.youbi,#event .event-button:nth-of-type(2) p.date span.youbi,#event .event-button:nth-of-type(5) p.date span.youbi{
  background:#d5a200
}
#event .event-button:nth-of-type(3) p.date span.youbi{
  background:#76a314
}
#event .eventtitle-wrap p.date span.md {
  margin: 0 2px;
  font-size: 17px;
  align-self: flex-end;
}
#event .eventtitle-wrap p.date span.youbi {
  margin-left: 2px;
  font-size: 15px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 23px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
}
#event .eventtitle-wrap p.date span.time{
  margin-left: 5px;
  font-size: 18px;
}
#event .event-detail {
  margin: 3px 0 0;
  position: relative;
}

#event .event-detail p.text {
  margin: 0 0 5px;
  font-size: 13px;
}


#event .event-detail .store-list,#campaign .store-list {
  margin-top: 5px;
  display: flex;
  gap: 7px;
  font-size: 13px;
  width: 100%;
}
#event .event-button:nth-of-type(5) .event-detail .store-list p {
  margin-top: 10px;
}
#event .event-detail .store-list h4,#campaign .store-list h4{
  padding: 11px 3px;
  writing-mode: vertical-lr;
  letter-spacing: 0.2em;
  font-size: 11px;
  border-right: 2px dashed;
}
#event .event-detail .store-list p,#campaign .store-list p{
  margin-top:3px;
}
#event .event-detail .store-list p span {
    font-size: 10px;
}
@media screen and (min-width:785px){
  #event .event-button-wrap.flex-wrap {
        margin-top: 84px;
    gap: 67px 20px;
}
#event .event-button {
  position:relative;
  width: calc((100% - 20px)/ 2);
}
  #event .event-button-wrap.flex-wrap {
    margin: 95px 0 0;
  }
  #event .eventtitle-wrap .h3-title {
  font-size: 25px;
}
  #event .eventtitle-wrap p.date {
    margin: 9px 0 11px 5px;
    font-size: 29px;
  }
  #event .eventtitle-wrap p.date span.md {
    margin: 0 2px;
    font-size: 22px;
}
  #event .eventtitle-wrap p.date span.youbi {
    margin-left: 3px;
    font-size: 16px;
    width: 29px;
}
  #event .event-detail p.text {
    margin: 0 0 5px;
    font-size: 14px;
 }
  
  #event .event-detail p.itemname-price {
    font-weight: bold;
    font-size: 18px;
    margin-top: 9px;
 }
    #event .event-detail p.time02 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 9px;
 }
  
    #event .event-detail p.time02 span.attention {
    font-weight: bold;
    font-size: 13px;
 }  
 
  .campaign-text p.content {
    margin: 0;
  }
  p.deteil span {
    text-align: center;
    margin-bottom: 10px;
    width: 113px;
  }
}

/*キャンペーン*/
.flex-wrap.campaign-wrap {
    gap: 40px;
    display:flex;
    margin: 40px auto;
}
.flex-wrap.campaign-wrap .campaign-box a picture,.flex-wrap.campaign-wrap .campaign-box a picture img {
    width: 100%;
    display: block;
}
.flex-wrap.campaign-wrap .campaign-box a .campaign-text {
    margin-top: 21px;
    border: 2px solid #75300f;
    border-radius: 20px;
    padding: 0 20px 20px;
    font-size: 13px;
    color: #50200a;
    font-feature-settings: "plat";
    width: calc((100% - 40px));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    box-sizing: border-box;
}
.flex-wrap.campaign-wrap .campaign-box a {
    gap: 0px;
    flex-direction: column;
}
.flex-wrap.campaign-wrap .campaign-box a .campaign-text h3.h3-title {
    margin: 0 auto 2px;
    font-size: 21px;
    text-align: center;
    width: 100%;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    background: none;
    line-height: 1.3;
}
.flex-wrap.campaign-wrap .campaign-box a .campaign-text h3.h3-title span.sub-coment {
    max-width: 352px;
    margin: 0 auto -14px;
    font-size: 12px;
    line-height: 1.3;
    font-feature-settings: "plat";
    display: block;
    padding: 8px 16px 5px;
    background: #1eab39;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    transform: translateY(-50%);
    box-sizing: border-box;
}
.flex-wrap.campaign-wrap .campaign-box:nth-of-type(2) a .campaign-text h3.h3-title span.sub-coment{
  background:#f15d1c;
  margin: 0 auto -6px;
  width: 276px;
}
.campaign-box {
  width: calc((100% - 20px / 2));
  border-radius: 15px;
}
.flex-wrap.campaign-wrap .view-more::after{
  border-color: transparent transparent transparent #50202a;
}
.flex-wrap.campaign-wrap .view-more::before{
  background: #50202a;
}
.campaign-text p.date {
  margin: 4px 0 15px;
  padding: 5px 10px 0;
  border-top: 2px dashed;
  font-weight:600
}
@media screen and (max-width:785px){
  .flex-wrap.campaign-wrap {
    gap: 40px;
    flex-direction: column;
    display:flex;
    max-width: 500px;
    margin: 40px auto;
  }
  .flex-wrap.campaign-wrap .campaign-box a .campaign-text {
    padding: 0 13px 15px;
    width: 100%;
    margin-top: 32px;
 }
  .flex-wrap.campaign-wrap .campaign-box a .campaign-text .content{
    margin:10px 0 5px
  }
  .flex-wrap.campaign-wrap .campaign-box a .campaign-text h3.h3-title span.sub-coment {
    margin: 0 auto -12px;
    width: 90%;
  }
  .flex-wrap.campaign-wrap .campaign-box:nth-of-type(2) a .campaign-text h3.h3-title span.sub-coment{
  margin: 0 auto -2px;
  width: 276px;
  }
}
#sweets .product_wrap .item:last-child .image img {
  border-top-left-radius: 0;
}

.deli_h5{
font-size: 45px;
}

/*カタログ*/
.catalog {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  align-content: center;
  justify-content: center;
}
.catalog a {
  width: calc((100% - 15px) / 2);
}
.catalog .image {
  max-width: 40%;
}
.catalog .ttl4 {
  text-align: right;
  width: 40%;
}
.catalog h4 {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding: 16px;
  border: 2px solid #864c24;
  border-radius: 8px;
  background-color: #fffbe1;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #864c24;
  font-weight: 600;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.catalog h4 .text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
}
.catalog h4:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent transparent #864c24;
  translate: 100% -50%;
  transform: skew(0, -12deg);
  transform-origin: left;
}
.catalog h4::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 0 0 15.2px 15.2px;
  border-color: transparent transparent transparent #fffbe1;
  translate: 100% calc(-50% - 0.4px);
  transform: skew(0, -12deg);
  transform-origin: left;
}

@media screen and (max-width: 767px) and (min-width: 0px) {
  .catalog {
    display: block;
  }
  .catalog .image {
    max-width: 30%;
    margin: 25px auto 0;
  }
  .catalog h4 {
    font-size: 13px;
    padding: 0.rem 1.3rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
  .catalog .ttl4 {
    text-align: center;
    width: 100%;
  }
  .catalog h4 .text-combine {
    -webkit-text-combine: unset;
    -ms-text-combine-horizontal: unset;
    text-combine-upright: unset;
  }
  .catalog h4:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #864c24 transparent transparent;
    translate: -50% 100%;
    transform: skew(-12deg);
    transform-origin: top;
    top: unset;
    right: unset;
  }
  .catalog h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 15.2px 15.2px 0 0;
    border-color: #fffbe1 transparent transparent;
    translate: calc(-50% - 0.4px) 100%;
    transform: skew(-12deg);
    transform-origin: top;
    top: unset;
    right: unset;
  }
}


/********予約詳細********/
#reserve {
  margin: 0 auto;
  max-width: 980px;
  background: #fffce4;
  border: 2px solid #c0a93f;
  border-radius: 30px;
  padding: 0 30px 30px 30px;
}
#reserve .reserve-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 auto;
}
#reserve .reserve-box .reservation .store-reservation,
#reserve .reserve-box .pick-up .receiving-period {
  margin-bottom: 15px;
}
#reserve .reserve-box p {
  margin: 0;
  font-weight: 700;
  font-feature-settings: "palt";
}
#reserve .reserve-box .pick-up p.pd-lf {
  margin: 10px;
  padding-left: 20px;
}
#reserve .reserve-box .pick-up p.cautionary-note {
  margin: 10px 0 0 0;
  font-weight: normal;
  font-size: 12px;
}
/*表*/
#reserve .reserve-box .reservation table {
  margin-top: 4px;
  font-weight: 700;
}
#reserve .reserve-box .reservation table tr {
  border-bottom: dotted 2px #c0a93f;
}
#reserve .reserve-box .reservation table tr:last-of-type {
  border-bottom: unset;
}
#reserve .reserve-box .reservation table tr td {
  padding: 15px 0 10px 0;
}
#reserve .reserve-box .reservation td.bg-yellow {
  display: inline-block;
  color: #fff;
  background: #c0a93f;
  padding: 5px 14px;
  border-radius: 30px;
  margin: 10px 7px 0 0;
  text-align: center;
  width: 60px;
}
#reserve .reserve-box .reservation .rea-star {
  color: #e50012;
}
/*予約詳細 タイトル*/
#reserve h4.reserve-title {
  width: 50%;
  height: 4.5vw;
  background: url(/shibuya_foodshow/christmas/2025_booking-title.webp) no-repeat center / contain;
  font-size: 0px;
  margin: 0 auto 15px;
  text-align: center;
}
#reserve .reserve-box .reservation p.ribon {
  width: 60%;
  height: 75px;
  background: url(/shibuya_foodshow/christmas/2025_store-booking-title.webp) no-repeat center / contain;
  font-size: 0px;
  margin: 0;
}
#reserve .reserve-box .reservation .online-reservation p.ribon {
  width: 80%;
  height: 80px;
  background: url(/shibuya_foodshow/christmas/2025_online-booking-title.webp) no-repeat center / contain;
}
#reserve .reserve-box .pick-up p.ribon {
  width: 60%;
  height: 65px;
  background: url(/shibuya_foodshow/christmas/2025_pick-up-period.webp) no-repeat center / contain;
  font-size: 0px;
  margin: 0;
}
#reserve .reserve-box .pick-up .pick-up-time-place p.ribon {
  background: url(/shibuya_foodshow/christmas/2025_pick-up-time.webp) no-repeat center / contain;
}
/*マップ*/
#reserve .reserve-box .map-image {
  margin-top: 15px;
  max-width: 450px;
  padding-left: 20px;
}
#reserve .reserve-box .map-image img {
  width: 100%
}
/*予約詳細 ネット誘導ボタン*/
#reserve .reserve-box .guide_netshop {
  padding: 15px;
  background: #c0a93f;
  background-size: 4px;
  border-radius: 15px;
  position:relative;
  max-width: 370px;
}
#reserve .reserve-box .guide_netshop p {
  margin: 0 0 8px 0;
}
#reserve .reserve-box .guide_netshop::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
}
#reserve .reserve-box .guide_netshop > a:after {
  display:none
}
#reserve .reserve-box .guide_netshop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-weight: 600;
  background: transparent;
  padding: 0;
}
#reserve .reserve-box .guide_netshop figure {
  position: relative;
  display: block;
  max-width: 250px;
  margin: 0 auto;
  padding: 13px 20px;
  background: #fff;
  vertical-align: middle;
  border-radius: 10px;
}
#reserve .reserve-box .guide_netshop figure img {
  width: 100%;
}
picture.collaboration_set {
    width: 90%;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width:785px) {
  #reserve {
    max-width: 500px;
    padding: 0 50px 30px 50px;
  }
  #reserve .reserve-box .reservation .store-reservation,
  #reserve .reserve-box .reservation .online-reservation {
    margin-bottom: 40px;
  }
  #reserve .reserve-box .pick-up .receiving-period,
  #reserve .reserve-box .pick-up .pick-up-time-place {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
  }
  #reserve .reserve-box .pick-up .receiving-period .ribon,
  #reserve .reserve-box .pick-up .pick-up-time-place .ribon {
    width: 50%;
  }
  #reserve .reserve-box .pick-up .receiving-period div,
  #reserve .reserve-box .pick-up .pick-up-time-place div {
    width: calc(( 100% - 50%) - 10px);
  }
  #reserve .reserve-box {
    display: block;
    justify-item: center;
  }
  #reserve .reserve-box .pick-up p.pd-lf {
    margin: 0;
  }
  #reserve .reserve-box .pick-up p.pd-lf {
  padding-left: 0;
  }
  /*予約詳細 タイトル*/
  #reserve h4.reserve-title {
    height: 8.5vw;
  }
  #reserve .reserve-box p.ribon {
    height: 100px;
    margin-bottom: 30px;
  }
  #reserve .reserve-box .guide_netshop figure {
    margin: 9px auto 0;
    max-width: 200px;
    padding: 7px 20px 10px;

  }
  /*マップ*/
  #reserve .reserve-box .map-image {
    padding-left: 0;
  }
  
   /*見出し*/ 
  section#deli .deli_bk {
   min-width: 250px;
   margin: 0px 0px 15px;
}

  .deli_bk,.lead-wrap {
     padding: 0;
    }
  
  .deli_caption .lead-wrap h4 .deli_h4 {
    padding: 0 15px;
  }

 
}



