
@charset "utf-8";

/*------------------------
使用フォントについて
------------------------*/
.heading_title,
.item .item-info p.floor {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 800;
  font-style: normal;
}
h3,.red_bg p {
  color: #fff;
}

/*========================
共通
========================*/
.feature {
  background:#d30057;
  padding-bottom: 0;
}

.feature header .image img {
  height: 100%;
  object-fit: contain;
}

.feature header .image {
  text-align: center;
  /*height: 400px;*/
}

.feature header {
  margin-bottom: 0;
}

.pd_pc {
  padding: 0 1.6vw;
  margin: 0px auto 60px;
}

.box_wide {
  margin-bottom:0!important;
  background:transparent;
  text-align:left;4
  padding: 60px 20px;
  border-radius: max(0px, min(20px, calc((100vw - 10px - 100%) * 9999))) / 20px;
  padding: 3em 20px;
}

.box_feature {
  margin-top:10px!important;
  background:transparent;
  text-align:center;
}

.wrap_column {
  background:transparent!important;
}

.wrap_column .inner {
  background:transparent;
  text-align:left;
}

.wrap_column .title { 
  color: #e5287c;
}

.wrap_column .button_netshop {
   margin-bottom:2px!important;
}

p.copy {
  text-align:center;
  color:#fff;
  font-size:1rem;
  line-height:140%;
  font-weight:500;
}
.product_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 73px 20px;
  width: 100%;
  z-index: 3;
  position: relative;
}
.product_wrap .item .image {
  overflow: hidden;
}


/*================================================

背景色　赤

================================================*/
.red_bg {
  background: #77151a;
  margin: 0 0.78125vw;
  padding-top: 5vw;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px)  {
  /* 768px以上に適用されるCSS */
  .red_bg::before,
  .red_bg::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    visibility: visible;
    top: 11vw;
    z-index: -1;
  }
  .red_bg::before {
    width: min(19vw, 347.2394px);
    height: min(500vw, 5800px);
    right: 0%;
    background-image: url(/kichijouji/chocolate_street2026/deco_right.webp);
    top: 0vw;
  }
  .red_bg::after {
    width: min(17vw, 247.2394px);
    height: min(450vw, 4830px);
    left: 0%;
    background-image: url(/kichijouji/chocolate_street2026/deco_left.webp);
    top: 5vw;
  }
}
@media print, screen and (min-width: 1000px)  {
  .red_bg::before {
    width: min(10vw, 247.2394px);
    height: min(291vw, 4830px);
    top: 13vw;
  }
  .red_bg::after {
    width: min(9.7vw, 247.2394px);
    height: min(294vw, 4835px);
    top: 16vw;
  }
}

@media print, screen and (min-width: 1080px)  {
  .red_bg::before {
    width: min(14vw, 247.2394px);
    height: min(375vw, 4830px);
    top: 13vw;
  }
  .red_bg::after {
    width: min(14vw, 247.2394px);
    height: min(390vw, 4835px);
    top: 8.5vw;
  }
}

@media print, screen and (min-width: 1310px)  {
  .red_bg::before {
    width: min(11.5vw, 247.2394px);
    height: min(295vw, 5500px);
    top: 12vw;
  }
  .red_bg::after {
    width: min(11vw, 247.2394px);
    height: min(295vw, 5500px);
    top: 10vw;
  }
}

@media print, screen and (min-width: 1700px)  {
  .red_bg::before {
    width: min(9.5vw, 247.2394px);
    height: min(255vw, 5500px);
    top: 17vw;
  }
  .red_bg::after {
    width: min(9.5vw, 247.2394px);
    height: min(255vw, 5500px);
    top: 16vw;
  }
}

@media print, screen and (max-width: 767px)  {
  /* 767px以下に適用されるCSS（スマホ用） */
  .red_bg {
    margin: 0 1.694915254237288vw;
    padding-top: 8vw;
  }
}

@media print, screen and (max-width: 480px)  {
  /* 480px以下に適用されるCSS（スマホ用） */
  .red_bg {
    padding-top: 10vw;
    padding-bottom: 30px;
  }
}

/*================================================

キャッチコピー

================================================*/
.auto h2{
  background: url(/kichijouji/chocolate_street2026/lead_tx.webp) no-repeat top center / contain;
  margin: 0 auto 0;
  aspect-ratio: 814 / 105;
  width: 70%;
  overflow: hidden;
}
.auto h2 .lead_text {
  width: 0;
  overflow: hidden;
  display: block;
}

@media print, screen and (max-width: 767px)  {
  /* 480px以下に適用されるCSS（スマホ用） */
  .auto h2{
    width: 90%;
  }
}

/*================================================

lead_deco_sp.png

================================================*/
.c-img-box {
  text-align: center;
  padding: 0 15px 0;
}
.c-img-box img.sp-only {
  width: 90%;
}

@media print, screen and (min-width: 768px) {
  .c-img-box .sp-only,
  .bottom-box .sp-only {
    display: none; /*pc時に非表示*/
  }
}

/*================================================

商品詳細         all

================================================*/
/*================================
背景色
================================*/
.product_wrap .item {
  background: #dd5e2c;
   	--radius: 30px;
     clip-path: polygon(var(--radius) 0, calc(100% - var(--radius)) 0, 100% var(--radius), 100% calc(100% - var(--radius)), calc(100% - var(--radius)) 100%, calc(var(--radius)) 100%, 0 calc(100% - var(--radius)), 0 var(--radius));
} 
.product_wrap .item:nth-child(3n-2) {
  background: #dd5e2c;
} 
.product_wrap .item:nth-child(3n+2) {
  background: #dd973a;
} 
.product_wrap .item:nth-of-type(3n) {
  background: #dd3344;
}

.item .text-box {
  padding: 0 15px;
}
.item .text-box p {
  margin: 0;
  line-height: 1.6;
}
.item .item-info {
  margin: 15px 0 9px;
}
.item .item-info p {
  margin: 0;
  font-size: 14px;
}
.item .item-info p.brand {
  margin: 0 0 6px -3px;
  font-size: 18px;
  font-weight: 600;
}
.item .item-info p.itemname {
  font-weight: 700;
}
/*================================
値段
================================*/
.item .item-info p.price {
  margin: 8px 0 0;
  font-size: 17px;
  font-weight: 600;
  text-align: right;
}
.item .item-info p.price span {
  margin: 0 3px 0 0;
  font-size: 13px;
  font-weight: 500;
  display:inline-block;
}
/*================================
場所
================================*/
.item .item-info p.floor {
  margin: 0 0 14px 0;
  padding-bottom: 4px;
  position: relative;
  padding-left: 21px;
  border-bottom: 1px solid;
  font-size: 12px;
  text-align: left;
}
.item .item-info p.deteil {
  text-align: left;
  padding: 13px 0 5px;
}
.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.minititle {
  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;
}
.shop-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin: 0;
  padding: 0;
}
.shoppage-link a {
  margin-top: 26px;
  display: flex;
  gap: 18px;
  font-weight: 600;
  padding: 11px 22px 12px 12px;
  align-items: center;
  position: relative;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.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% - 30%) - 20px);
  font-size: 14px;
}
.item .only{
  font-weight: 600;
  color: #948431;
  margin-right: 20px;
}
.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: 38px;
}

/*================================

ネットでも買えます

================================*/
.box_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0 30px;
  font-size: 13px;
  position: relative;
}

.box_button .button {
  width: 100%;
  font-size: 13px;
  margin: 0;
  border-radius: 100vh;
  padding: 10px 10px 10px 25px;
  background: rgb(255 255 255 / 0.3);
  color: #fff;
  border: 2px solid #fff;
  text-align: left;
}
.box_button::after {
  width: 1.25em;
  height: 1.25em;
  margin-left: 8px;
  right: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  content: '';
  visibility: visible;
  font-size: unset;
  position: absolute;
}

@media print, screen and (max-width: 480px) {
  .box_button {
    margin: -10px 0 30px;
  } 
}


/*================================

deco_bottom.webp

================================*/

.box_wide:last-of-type {
  position: relative;

}
.product_wrap:last-of-type::after {
  position: absolute;
  content: "";
  visibility: visible;
  background-image: url(/kichijouji/chocolate_street2026/deco_bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
  width: min(23.5vw, 463.4522px);
  height: min(30vw, 537.4849px);
  bottom: 0vw;
  right: -3.3vw;
}
@media print, screen and (max-width: 1309px) {
  .product_wrap:last-of-type::after {
    bottom: -7vw;
    right: -2vw;
  }
}
@media print, screen and (max-width: 999px) {
  .product_wrap:last-of-type::after {
    display: none;
  }
}

/*================================

deco_bottom_sp.webp

================================*/
.bottom-box {
  text-align: right;
  margin: 1vw auto 10vw;
}

.bottom-box img.sp-only {
  width: 95%;
}

/*================================

見出し        all

================================*/
.daily {
  margin: 20px auto;
  color: #ab9259;
  font-weight: 500;
  border-bottom: 2px dotted #ab9259;
  width: 500px;
  padding-bottom:15px;
  margin-bottom:30px;
}
.heading_title {
  display:inline-block;
  color:#343e82;
  line-height: 46px;
  letter-spacing:1px;
  font-size: 28px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.heading_title span {
  font-size: 25px;
  font-weight: 600;
}
.box_wide p.lead_tx {
  text-align: center;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
}
/*------------------------
文字修飾        all
------------------------*/
.tag {
  display:inline-block;
  font-size:14px;
  padding:2px 10px;
  color:#fff;
}
.odr{background:#f183b3;}
.genn{background:#336;}
.gens{background:#363;}
.only{background:#c00;}
.han{background:#f06;}
.ben{background:#600;}
.gentei{ 
  border:1px solid #333;
  padding:1px 4px;
  color:#333;
  margin-right:5px;
 }
.sun {
  colopr:#fff;
}
.num {
  font-size:1rem;
  background:#e4007f;
  padding:2px 6px;
  color:#fff;
  border-radius: 10px;		/* CSS3草案 */
  -webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
  -moz-border-radius: 10px;	/* Firefox用 */
  margin-right:2px;
  font-weight:700;
}

.rd {
  color:#d00;
}

.gentei {
  border: 1px solid #333;
  padding: 0 5px;
  color: #333;
  margin-right: 5px;
}

.han {
  background: #333;
  color: #fff675;
}

/*------------------------
ボタン一括削除        all
------------------------*/
/*.box_button{
   display:none;
}*/

/*------------------------
フッター        all
------------------------*/
.feature footer {
  background: #333;
}
.footer_anounce p {
  font-size: 11px;
  margin: 0;
  padding-left: 10px;
  text-indent: -10px;
}

@media print, screen and (max-width: 767px) {
  .footer_anounce {
    margin: 0;
    padding: 15px 12px 0;
  }
}

@media print, screen and (min-width: 768px) {

  /* +++++++++++++++++++++++++++++++

   PC/TB

  +++++++++++++++++++++++++++++++ */

  .box_wide {
    max-width: 1140px;
    margin: 0 auto 60px;
  }

  .wrap_column {
    background:transparent;
    padding:10px;
  }

  .product_wrap .item {
    width: calc((100% - 40px) / 3);
  }  
}


@media screen and (max-width: 767px) and (min-width: 0px) {
/* +++++++++++++++++++++++++++++++

 タブレット

+++++++++++++++++++++++++++++++ */
  
  .box_wide {
    padding: 0;
  }

  .wrap_column {
    background:transparent;
    padding:10px;
  }
  
  .box_wide p.lead_tx {
    font-size: 2.086vw;
    line-height: 1;
    margin: 1.303vw 0 0;
  }
  
  .pd_sp {
    padding: 1.5em 3vw 0;
    margin: 0 auto 0;
  }


/*-------------------------
 flexbox               SP
-------------------------*/
  .product_wrap {
    gap: 50px 20px;
  }
  .product_wrap .item {
    width: calc((100% - 20px) / 2);
  }
  .item .item-info p {
    font-size: 12px;
  }
  .item .item-info p.brand {
    font-size: 13px;
  }
  .item .item-info p.price {
    margin: 8px 0 15px;
    font-size: 15px;
  }
  .item .item-info p.price span{
    font-size: 11px;
  }
  .item .floor{
    font-size: 13px;
  }
  .shoppage-link a {
    gap: 9px;
    padding: 5px 17px 5px 5px;
    font-size: 11px;
  }
  .shoppage-link a p {
    font-size: 13px;
  }
  
}

@media screen and (max-width: 480px) {
  .pd_sp {
    padding: 10vw 6.5vw 2em;
  }
  
  .product_wrap .item {
    width: 100%;
  }
  
  .product_wrap {
      gap: 35px 20px;
  }
  
  .item .item-info {
    margin: 15px 0 25px;
  }
  
  .item .item-info p.brand {
    font-size: 15px;
  }
  
  .item .item-info p.price {
    margin: 8px 0 15px;
  }
  
  .item .item-info p.deteil {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  
  .heading_title {
    padding: 16px 0;
    font-size:22px;
    line-height: 35px;
  }
  
  .heading_title span {
    font-size: 17px;
  }
  
  .box_wide p.lead_tx {
    font-size: 12px;
  }
}

/*-------------------------
見出し               SP
-------------------------*/
  .daily {
    padding-bottom:15px!important;
    width:auto;
    margin:10px;
    font-size:1.1rem;
  }
  p.copy {
    font-size:1.1rem!important;
  }



