
@charset "utf-8";
/* CSS Document */

.feature header {
  text-align: center;
  box-sizing: border-box;
  padding: 7rem 20px 20px 20px;
  margin-bottom: 20px;
}
.feature header img {
  width: 90%;
}

@media print, screen and (max-width: 768px) {
  .feature header {
    padding: 3rem 15px 10px 15px;
    margin-bottom: 4.166vw;
  }
  
  .feature header img {
    width: 100%;
  }
}
@media print, screen and (max-width: 480px) {
  .feature header {
    padding: 2rem 10px 10px 10px;
    margin-bottom: 4.166vw;
  }
}

.feature header .image {
  height: 51%;
  object-fit: contain;
  width: 60%;
  text-align: center;
  margin: auto;
}

.feature header picture {
  text-align: center;
  height: 389px;
  width: 80%;
  margin:auto;
  box-sizing: border-box;
}

.box_feature {
  margin-top:10px!important;
  background:transparent;
  text-align:center;
}

/*==============================

背景

==============================*/
.feature {
  background-color: #e1eae9;
  background-image: radial-gradient(circle, #b7cdcb 7.5px, transparent 7.5px), radial-gradient(circle, #b7cdcb 7.5px, transparent 7.5px);
  background-position: 0 0, 37.5px 75px;
  background-size: 75px 150px;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  color: #191919;
}

.box_wide {
  margin-bottom:0!important;
  background:transparent;
  text-align:center;
  padding: 0 0 50px;
  margin: 30px 0 50px;
}

/*==============================

会期

==============================*/
.date {
  position: absolute;
  object-fit: contain;
  z-index: 2;
  content: "";
  box-sizing: border-box;
}

.date {
  background: url(/musashikosugi/specialweek/image/period.webp) no-repeat right center / contain;
  top: 0;
  right:0;
  aspect-ratio: 459.8095 / 340.4704;
  height: 4%;
  transform: translateX(0%)translateY(8%);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media print, screen and (max-width: 1500px)and (min-width: 769px) {
  .date {
    height: 3.08%;
    transform: translateX(0%) translateY(11%);
  }
}
@media print, screen and (max-width: 768px) {
  .date {
    height: 2%;
    transform: translateX(0%)translateY(0%);
  }
}
@media print, screen and (max-width: 480px) {
  .date {
    height: 1.5%;
  }
}

/*==============================

リード文

==============================*/
.leadtx_area h2 {
  font-size: 1px;
}

.leadtx_area h2.top_copy {
  position: relative;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  aspect-ratio: 1164.2435 / 185.3402;
  width: 60%;
  margin: 4.5rem auto 3rem;
  top: 0;
  left: 0;
  /* transform: translateX(45%); */
  background: url(/musashikosugi/specialweek/image/lead_tx.webp) no-repeat top  center/contain;
}

@media screen and (max-width: 767px) and (min-width: 0px) {
  .leadtx_area h2.top_copy {
    margin: 2.5rem auto 1rem;
    width: 70%;
  }
}
@media screen and (max-width: 480px) and (min-width: 0px) {
  .leadtx_area h2.top_copy {
    margin: 1.5rem auto 0.5rem;
    width: 80%;
  }
}



/*==============================

注意書き

==============================*/

#special p.notice_tx {
  font-weight: 600;
  color: #4d4d4d;
  margin: 0 10px 0;
}

@media print, screen and (max-width: 768px) {
  
  #special p.notice_tx {
    margin: 0 10px 0;
  } 
}

@media print, screen and (max-width: 480px) {
  
  #special p.notice_tx {
    margin: 0 10px 0;
    padding-left: 16px;
    text-indent: -30px;
  } 
}



/*------------------------
商品         flex
------------------------*/
.product_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 73px 20px;
  width: 100%;
  max-width: 980px;
  margin-top: 2rem;
  margin: 100px auto 70px;
  padding: 0 20px;
  box-sizing: border-box;
}

.product_wrap::after {
  display: none;
}

@media print, screen and (max-width: 768px) {

  .product_wrap {
    margin: 10.416vw auto 6.5vw;
  }

}

@media print, screen and (max-width: 480px) {

  .product_wrap {
    margin: 13.5416vw auto 0;
  }

}

/*.list_inline_link a::before {
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid;
  border-right: 2px solid;
  content: " ";
  transform: translateX(-50%) rotate(135deg);
}*/

.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;

}

/*------------------------
商品詳細         all
------------------------*/
.product_wrap .image img {
  box-sizing: border-box;
}
.item .text-box {
  padding: 0 10px 15px;
}
.item .text-box p {
  margin: 0;
  line-height: 1.6;
}
.item .item-info p.itemname {
  font-weight: 600;
  font-size: 14.5px;
}
.item .item-info {
  margin: 13px 0 9px;
  text-align: left;
}
.item .item-info p {
  margin: 0;
  font-size: 14px;
}
.item .item-info p.brand {
  font-weight: 600;
  margin: 0 0 6px 0;
  font-size: 16px;
}
.item .item-info p.price {
  margin: 8px 0 0;
  font-size: 15.8px;
  font-weight: 600;
}
.item .item-info p.price span {
  margin: 0 0 0 3px;
  display:inline-block;
}
.item .item-info p.price span.price_red {
  color: #d90000;
}
.item .item-info p.floor{
  margin: 0 0 14px 0;
  padding-bottom: 4px;
  position: relative;
  padding-left: 21px;
  font-weight: 600;
  border-bottom: 1px solid;
  font-size: 12px;
  text-align: left;
}
.item .item-info p.deteil {
  margin-top: 13px;
  text-align: left;
}
.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:first-child {
  margin-right: 10px;
  padding:2px 4px;
  display: inline-block;
  font-size:10px;
  border:1px solid;
  letter-spacing:0.1em
} 

.item-info .limit-deteil 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: 5px;
  height: 5px;
  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_button01 .button {
  text-align: center;
  width: 25%;
  font-size: 13px;
  padding: 10px 5px;
  margin: auto;
  border-radius: 100vh;
  box-shadow: 0 2px 0 #333;
  background: #1972b4;
  color: #fff;
}

.box_button .button {
  width: 100%;
  font-size: 13px;
  padding: 10px 5px;
  margin: 0;
  border-radius: 100vh;
  box-shadow: 0 2px 0 #333;
  background: #1972b4;
  color: #fff;
}

/*------------------------
見出し        all
------------------------*/
.daily {
  margin: 20px auto;
  color: #ab9259;
  font-weight: 500;
  border-bottom: 2px dotted #ab9259;
  width: 500px;
  padding-bottom:15px;
  margin-bottom:30px;
}


.heading_title01 {
  background: #ffef2e;
  color: #ffef2e;
  font-size: 28px;
  padding: 1rem 5rem;
  display:inline-block;
  margin: 0 auto 50px;
  font-weight:600;
  letter-spacing:1px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.heading_title02 {
  background: #54c3f1;
  color: #54c3f1;
  font-size: 28px;
  padding: 1rem 5rem;
  display:inline-block;
  margin: 0 auto 50px;
  font-weight:600;
  letter-spacing:1px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.heading_title03 {
  color: #fdcf00;
  font-size: 28px;
  padding: 1.2rem 5rem;
  display:inline-block;
  margin: 0 auto 50px;
  font-weight:600;
  letter-spacing:1px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.heading_title04 {
  background: #00ac97;
  color: #00ac97;
  font-size: 28px;
  padding: 1rem 5rem;
  display:inline-block;
  margin: -1px auto 50px;
  font-weight:600;
  /* letter-spacing:1px; */
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.heading_title05 {
  color:#fff;
  font-size: 28px;
  padding: 1rem 5rem;
  display:inline-block;
  margin: 0 auto 50px;
  font-weight:600;
  letter-spacing:1px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.heading_title02::before {
  content:"";
  display:block;
  background: url(/musashikosugi/specialweek/seasonal_title.webp) no-repeat center;
  background-size: contain;
  width:100%;
  height: 90%;
  position:absolute;
  bottom: 4px;
  left:0;
}

.heading_title03::before {
  content:"";
  display:block;
  background: url(/musashikosugi/specialweek/okaidoku_title.webp) no-repeat center;
  width:100%;
  background-size: contain;
  height: 70%;
  position:absolute;
  bottom: 0px;
  left:0;
}

.heading_title04::before {
  content:"";
  display:block;
  background: url(/musashikosugi/specialweek/popup_title.webp) no-repeat center;
  width:100%;
  height:75%;
  position:absolute;
  bottom:10px;
  left:0;
  transform: rotateX(-6deg);
}

.heading_title05::before {
    content:"";
    display:block;
    background-color: #fff; 
    width:100%; 
    height:2px; 
    position:absolute;
    bottom:10px;
    left:0;
}

/*------------------------
文字修飾        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;
}


.box_catch{
   font-weight: bold;
   text-align:center;
   color:#333;
   margin-top: 0;
}

.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;
}
p.footer_anounce {
  font-size: 11px;
  margin-bottom: 0;
}


@media print, screen and (min-width: 768px) {

/* +++++++++++++++++++++++++++++++

 PC/TB

+++++++++++++++++++++++++++++++ */

  .box_wide {
      /* max-width: 980px; */
    margin: 0 auto;
  }

  .wrap_column{
    background:transparent;
    padding:10px;
  }

  .product_wrap .item {
    width: calc((100% - 40px) / 3);
    background: #fff;
    box-shadow: 9px 9px 2px 0px rgba(94, 153, 150, 0.65);
  }
}

@media print, screen and (min-width: 481px){

/* +++++++++++++++++++++++++++++++

 PC/TB

+++++++++++++++++++++++++++++++ */
  .mode_sp {
    display:none;
  }
}


@media screen and (max-width: 768px) and (min-width: 0px) {
/* +++++++++++++++++++++++++++++++

 SP

+++++++++++++++++++++++++++++++ */

  .mode_pc {
    display:none;
  }

  .wrap_column {
    background:transparent;
    padding:10px;
  }

  img.mode_sp {
    max-width: 500px;
    max-height: 500px;
  }  
  .heading_title01,
  .heading_title02,
  .heading_title03,
  .heading_title04,
  .heading_title05 {
    padding: 16px 15px 24px;
    font-size:20px;
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }


  /*-------------------------
   flexbox               SP
  -------------------------*/
  .product_wrap {
    gap: 50px 20px;
    padding: 0 20px;
    width: auto;
  }

  .product_wrap .item {
    width: calc((100% - 20px) / 2);
    background: #fff;
    box-shadow: 7px 7px 2px 0px rgba(94, 153, 150, 0.5);
  }
  
  .item .item-info p {
    font-size: 12px;
  }

  .item .item-info p.itemname {
    font-size: 14px;
  }
  .item .item-info p.brand {
    font-size: 14.5px;
  }
  .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: 11px;
  }
  /*-------------------------
  見出し               SP
  -------------------------*/
  .daily {
    padding-bottom:15px!important;
    width:auto;
    margin:10px;
    font-size:1.1rem;
  }
  p.copy{
    font-size:1.1rem!important;
  }

  /*-------------------------
  固定分割メニュー      SP
  -------------------------*/
  .wrap_toggle {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index:1;
    width: 100%;
  }

  ul.list_inline_link{
    display: flex;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
    border-collapse: collapse;
    background-color:#c7000b;
    font-weight:500;
  }
  .list_inline_link a::before{
    display:none
  }

  ul.list_inline_link li {
    padding: 0px;
    border-right: solid 1px #fff;
    color:#fff;
    width: calc(100% / 5);
    vertical-align: middle;
    background:none;
  }

  ul.list_inline_link li:last-child {
    border-right: none;
  }
  .wrap_toggle ul li:hover {
    background-color:#fbcd04;
    color:#fff;
  }

  ul.list_inline_link li a {
    display:block;
    line-height:110%;
    padding:15px 0;
    color:#fff;
    border:none;
    background:none;
    margin: 0;
    height: 100%;
  }

  .wrap_toggle ul li a.current{
    background:none;
  }

}

@media screen and (max-width: 480px) and (min-width: 0px) {
  
  .product_wrap {
    gap: 40px 15px;
    padding: 0 15px;
  }
  
  .product_wrap .item {
    width: calc((100% - 15px) / 2);
  }
  
  .item .item-info p.itemname {
    font-size: 13px;
  }
  .item .item-info p.brand {
    font-size: 13.5px;
  }

  .item .item-info p.price {
    margin: 6px 0 13px;
    font-size: 13.5px;
  }
}


/*================================

footer

================================*/

.feature footer {
  margin: 100px auto 0;
}



