
@charset "utf-8";
/* CSS Document */

.feature {
  background:#ffe385;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  color: #191919;
}

.feature header {
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 480px) {
  .feature header {
    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;
}

/*==============================

リード文

==============================*/

section.leadtx_area {
  padding: 35px 95px;
  background: #60c0bd;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.15em;
  position: relative;
}

section.leadtx_area::before,
section.leadtx_area::after {
  content: "";
  position: absolute;
  background: url(/musashikosugi/13th_anniversary/image/lead_deco_02.webp) no-repeat top center / contain;
  visibility: visible;
  display: block;
  top: 0;
  aspect-ratio: 81.1698 / 305.0002;
  height: 100%;
}

section.leadtx_area::before {
  left: 0;
}

section.leadtx_area::after {
  right: 0;
  transform: scale(-1, 1);
}

section.leadtx_area .shop_icon {
  position: absolute;
  right: max(-10vw, 11px);
  max-width: 356px;
  width: 25%;
  top: max(-10.9vw, -181px);
}

@media print, screen and (max-width: 979px) {
  
  section.leadtx_area .shop_icon {
    top: max(-12vw, -294px);
  } 
}

@media print, screen and (max-width: 768px) {
  
  section.leadtx_area {
    padding: 35px 12px;
  }

  section.leadtx_area .shop_icon {
    top: max(-18vw, -294px);
    width: 33%;
  }
  
  section.leadtx_area::before,
  section.leadtx_area::after {
    display: none;
  }
  
}
@media print, screen and (max-width: 480px) {

  section.leadtx_area {
    line-height: 30px;
    padding: 35px 20px;
  }
  
  section.leadtx_area h2 {
    font-size: 15px;
    text-align: left;
  }
  
  section.leadtx_area .shop_icon {
    right: max(2vw, 0px);
    top: max(-20vw, -90px);
    width: 40%;
  }
  
}

/*==============================

各ラインナップ　ナビゲーション

==============================*/

.lineup_area {
  margin: 88px 58px 250px;
  position: relative;
}

.lineup_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  justify-content: center;
  align-items: end;
  box-sizing: border-box;
  list-style: none;
  width: 100%;
}

.lineup_list {
  width: calc((100% - 90px) /4);
  text-align: center;
  display: block;
  border-bottom: 3px solid #585757;
  padding-bottom: 50px;
  box-sizing: border-box;
}

.lineup_list a {
  position: relative;
}

.lineup_list a::before {
  position: absolute;
  bottom: -35px;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #585757;
  border-right: 3px solid #585757;
  content: " ";
  transform: translateX(-50%) rotate(135deg);
  visibility: visible;
}

.lineup_wrap a img {
  filter: drop-shadow(0px 6px 2px rgba(186, 134, 99, 1));
  width: 100%;
}

.lineup_wrap a.hokkaido_link img {
    width: 65%;
}

/*マウスオーバー*/
.lineup_list:hover {
	transform: translateY(-0.1875em);
}

.lineup_wrap a img:hover {
  opacity: unset;
}

@media print, screen and (max-width: 768px) {
  
  .lineup_area {
    margin: 8.072916vw 8.203125vw 5.208333vw;
  }

  .lineup_wrap {
    gap: 90px 27px;
  }

  .lineup_list {
    width: calc((100% - 27px) /2);
  }
  
}

@media print, screen and (max-width: 480px) {

  .lineup_wrap {
    gap: 3.8em 27px;
  }
  
  .lineup_list {
    border-bottom: 2px solid #585757;
  }
  
  .lineup_list a::before {
    width: 7px;
    height: 7px;
    border-top: 2px solid #585757;
    border-right: 2px solid #585757;
  }
  
}

/*装飾*/
.lineup_area::before,
.lineup_area::after {
  content: "";
  position: absolute;
  visibility: visible;
}

.lineup_area::before {
  background: url(/musashikosugi/13th_anniversary/image/flower_deco_01.webp) no-repeat top center / contain;
  aspect-ratio: 274.0091 / 224.9084;
  bottom: max(-16vw, -250px);
  left: max(-1vw, -15px);
  max-height: 225px;
  height: 80%;
}

.lineup_area::after {
  background: url(/musashikosugi/13th_anniversary/image/flower_deco_02.webp) no-repeat top center / contain;
  aspect-ratio: 568.1148 / 416.6552;
  bottom: max(-25vw, -360px);
  right: max(-5vw, -35px);
  max-height: 417px;
  height: 120%;
}

@media print, screen and (max-width: 768px) {
  
  .lineup_area::before {
    display: none;
  }

  .lineup_area::after {
    bottom: max(-17vw, -360px);
    right: max(-8vw, -42px);
    height: 30%;
  }
  
}

/*==============================

各ラインナップ　背景色

==============================*/

.box_wide {
  margin-bottom:0!important;
  background:transparent;
  text-align:center;
  padding: 0 0 50px;
  margin: 30px 0 50px;
}

/*北海道フェア*/
.feature #hokkaido {
  background-color: #e2f2ef;
  margin: 0 auto;
  padding-top: 120px;
}

/*POP-UP SHOP*/
.feature #popup {
  background-color: #f4b1ae;
  margin: 0 auto;
  padding: 130px 20px;
  position: relative;
}

/*お買い上げプレゼント*/
.feature #present {
  background-color: #e9533d;
  margin: 0 auto;
  padding-top: 100px;
}

@media print, screen and (max-width: 768px) {

  /*北海道フェア*/
  .feature #hokkaido {
    padding-top: 100px;
  }
}

@media print, screen and (max-width: 480px) {

  /*北海道フェア*/
  .feature #hokkaido {
    padding-top: 85px;
  }
  
  /*POP-UP SHOP*/
  .feature #popup {
    padding: 80px 10px;
  }
  
  /*お買い上げプレゼント*/
  .feature #present {
    padding-top: 20vw;
  }
}

/*==============================

各ラインナップタイトル　共通

==============================*/
h3.lineup_title_img {
  margin: 0 auto 0;
  overflow: hidden;
}

h3.lineup_title_img span {
  width: 0;
  overflow: hidden;
  display: block;
}

/*==============================

13周年特別提供品

==============================*/

#special h3.lineup_title_img {
  background: url(/musashikosugi/13th_anniversary/image/lineup_title_01.webp) no-repeat top center / contain;
  aspect-ratio: 819.6162 / 153.7976;
  width: 45%;
}

@media print, screen and (max-width: 768px) {

  #special h3.lineup_title_img {
    width: 57%;
  }
}

@media print, screen and (max-width: 480px) {

  #special h3.lineup_title_img {
    width: 70%;
  }
}

#special p.notice_tx {
  font-weight: 600;
  color: #424242;
  margin: 50px 10px 0;
}

@media print, screen and (max-width: 768px) {
  
  #special p.notice_tx {
    margin: 6.51vw 10px 0;
  } 
}

@media print, screen and (max-width: 480px) {
  
  #special p.notice_tx {
    margin: 6.25vw 10px 0;
    padding-left: 16px;
    text-indent: -30px;
  } 
}

/*==============================

北海道フェア

==============================*/

#hokkaido h3.lineup_title_img {
  background: url(/musashikosugi/13th_anniversary/image/lineup_title_02.webp) no-repeat top center / contain;
  aspect-ratio: 992.3472 / 707.5495;
  width: 45%;
}

.product_block {
  padding: 100px 11.45vw 200px;
  text-align: center;
}

@media print, screen and (max-width: 768px) {

  #hokkaido h3.lineup_title_img {
    width: 65%;
  }
  
  .product_block {
    padding: 9.114583vw 8vw 10.416vw;
  }
}

@media print, screen and (max-width: 480px) {

  #hokkaido h3.lineup_title_img {
    width: 85%;
  }
}

.item_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item_flex.rvs {
  flex-flow: row-reverse;
  margin-top: 70px;
}

@media print, screen and (max-width: 480px) {

  .item_flex {
    flex-direction: column;
  }
  
  .item_flex.rvs {
    flex-flow: unset;
    flex-direction: column;
  }
}

#hokkaido .img_block {
  width: calc(100% / 2);
}

.img_block img {
  max-width: 100%;
  display: inline-block;
  height: auto;
}

@media print, screen and (max-width: 480px) {

  #hokkaido .img_block {
    width: 100%;
    margin-bottom: 30px;
  }
}

.item_flex .info_text {
  width: calc(100% / 2);
  padding: 40px 0 35px;
  border-top: solid 2px #60c0bd;
  border-bottom: solid 2px #60c0bd;
  margin-bottom: 2px;
  position: relative;
  box-sizing: border-box;
}

@media print, screen and (max-width: 768px) {
  
  .item_flex .info_text {
    padding: 35px 0 30px;
  }
}

@media print, screen and (max-width: 480px) {

  .item_flex .info_text {
    width: 100%;
  }
}

.item_flex .info_text p {
  margin: 0;
}

.item_flex .info_text p.brand_tx {
  font-size: 22px;
  font-weight: 600;
}

@media print, screen and (max-width: 768px) {
  .item_flex .info_text p.brand_tx {
    font-size: 18px;
  }
}

.item_flex .info_text p.item_tx {
  border-bottom: 2px solid #60c0bd;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

@media print, screen and (max-width: 768px) {
  .item_flex .info_text p.item_tx {
    font-size: 18px;
  }
}

.item_flex .info_text p.price_tx {
  margin: 30px 0 0;
  font-size: 18px;
  font-weight: 600;
}

@media print, screen and (max-width: 768px) {
  .item_flex .info_text p.price_tx {
    margin: 25px 0 0;
    font-size: 16px;
  }
}

.item_flex .info_text p.price_tx span {
  font-size: 16px;
  font-weight: normal;
}

.item_flex .info_text p.whet_tx {
  margin: 15px 0 0;
}

.item_flex .info_text p.whet_tx span {
  background: #69c0ba;
  padding: 5px 10px;
  margin-right: 5px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media print, screen and (max-width: 768px) {
  .item_flex .info_text p.whet_tx {
    font-size: 14px;
  }

  .item_flex .info_text p.whet_tx span {
    font-weight: normal;
  }
}

.item_flex .info_text:before,
.item_flex .info_text:after {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: solid 2px #60c0bd;
  position: absolute;
  left: 0px;
  visibility: visible;
}

.item_flex .info_text:before {
  top: 4px;
}

.item_flex .info_text:after {
  bottom: -9px;
}

.item_flex .foor_place {
  position: absolute;
  top: -5px;
  left: 5px;
  max-width: 110px;
  width: 30%;
}

@media print, screen and (max-width: 768px) {

  .item_flex .foor_place {
    top: -15px;
  }
}

@media print, screen and (max-width: 480px) {

  .item_flex .foor_place {
    top: -25px;
  }
}

#hokkaido p.notice_tx {
  font-weight: 600;
  color: #424242;
  margin: 50px 10px 0;
}

@media print, screen and (max-width: 768px) {
  
  #hokkaido p.notice_tx {
    margin: 6.51vw 10px 0;
  } 
}

@media print, screen and (max-width: 480px) {
  
  #hokkaido p.notice_tx {
    margin: 6.25vw 10px 0;
    padding-left: 16px;
    text-indent: -30px;
  } 
}
/*==============================

POP-UP SHOP

==============================*/
#popup::before,
#popup::after {
  content: "";
  position: absolute;
  height: 100%;
  filter: drop-shadow(0px 6px 2px rgba(214, 118, 118, 1));
  visibility: visible;
}

#popup::before {
  background: url(/musashikosugi/13th_anniversary/image/flower_deco_05.webp) no-repeat top center / contain;
  aspect-ratio: 135.221 / 296.7511;
  top: max(5vw, 70px);
  left: max(3vw, 49px);
  max-height: 300px;
  height: 20%;
}

#popup::after {
  background: url(/musashikosugi/13th_anniversary/image/flower_deco_06.webp) no-repeat top center / contain;
  aspect-ratio: 270.6728 / 582.0411;
  bottom: max(4vw, 60px);
  right: max(1vw, 20px);
  max-height: 580px;
  height: 35%;
}

@media print, screen and (max-width: 768px) {

  #popup::before {
    top: max(8vw, 20px);
    left: max(3vw, 15px);
    height: 17%;
  }

  #popup::after {
    bottom: max(5vw, 39px);
    right: max(3vw, 12px);
    height: 30%;
  }

}

@media print, screen and (max-width: 480px) {

  #popup::before {
    top: max(7.5vw, 20px);
    left: max(3vw, 15px);
    height: 11%;
  }

  #popup::after {
    bottom: max(5vw, 39px);
    right: max(3vw, 12px);
    height: 20%;
  }

}

@media print, screen and (max-width: 480px) {

  #popup h3.lineup_title_img {
    background: url(/musashikosugi/13th_anniversary/image/lineup_title_03_sp.webp) no-repeat top center / contain;
    width: 70%;
    aspect-ratio: 327.9854 / 149.5439;
  }
}

#popup h3.lineup_title_img {
  background: url(/musashikosugi/13th_anniversary/image/lineup_title_03_pc.webp) no-repeat top center / contain;
  aspect-ratio: 975.5894 / 96.2363;
  width: 45%;
  filter: drop-shadow(0px 6px 2px rgba(214, 118, 118, 1));
}

@media print, screen and (max-width: 768px) {

  #popup h3.lineup_title_img {
    width: 66%;
  }
}

@media print, screen and (max-width: 480px) {

  #popup h3.lineup_title_img {
    background: url(/musashikosugi/13th_anniversary/image/lineup_title_03_sp.webp) no-repeat top center / contain;
    width: 70%;
    aspect-ratio: 327.9854 / 149.5439;
  }
}

p.venue {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  margin: 50px 0 0;
}

@media print, screen and (max-width: 768px) {

  p.venue {
    font-size: 20px;
    font-weight: 800;
  }
}
@media print, screen and (max-width: 480px) {

  p.venue {
    font-size: 16px;
  }
}


#popup .product_wrap {
  gap: 0;
  margin: 80px auto 50px;
  padding: 0;
  color: #191919;
  justify-content: center;
}

#popup .product_wrap .item {
  width: 50%;
}

#popup .image img {
  width: 80%;
  border: 2px solid #e27994;
  border-radius: 20px;
}

#popup .product_wrap .item .item-info p {
  text-align: center;
}


@media print, screen and (max-width: 768px) {

  #popup .product_wrap {
    margin: 11.7vw auto 10.42vw;
  }
}

@media print, screen and (max-width: 480px) {

  #popup .product_wrap {
    flex-direction: column;
    gap: 50px 0;
    margin: 12.5vw auto 10vw;
  }
  
  #popup .product_wrap .item {
    width: 100%;
  }
  
  #popup .image img {
    width: 70%;
    border-radius: 15px;
  }
}

/*==============================

お買い上げプレゼント

==============================*/

#present h3.lineup_title_img {
  background: url(/musashikosugi/13th_anniversary/image/lineup_title_04_pc.webp) no-repeat top center / contain;
  aspect-ratio: 975.5894 / 96.2363;
  width: 100%;
  filter: drop-shadow(0px 6px 2px rgba(201, 61, 61, 1));
}

@media print, screen and (max-width: 768px) {

  #present h3.lineup_title_img {
    background: url(/musashikosugi/13th_anniversary/image/lineup_title_04_sp.webp) no-repeat top center / contain;
    width: 60%;
    aspect-ratio: 658.0396 / 196.7167;
  }
}

@media print, screen and (max-width: 480px) {

  #present h3.lineup_title_img {
    width: 90%;
  }
}

#present .product_block {
  padding: 100px 4.6875vw 200px;
  text-align: center;
} 

.present_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0 79px;
  align-items: center;
  margin: 0 auto;
  max-width: 1340px
}

@media print, screen and (max-width: 768px) {

  #present .product_block {
    padding: 13.02083vw 4.6875vw 19.53125vw;
  }
  
  .present_flex {
    gap: 0 50px;
  }
}

@media print, screen and (max-width: 480px) {
  
  #present .product_block {
    padding: 70px 7vw 18.5vw;
  } 

  .present_flex {
    flex-direction: column;
  }
}

.present_flex:first-of-type {
  margin-bottom: 150px;
}

.present_flex .img_block {
  width: calc((100% - 79px) / 2);
}

@media print, screen and (max-width: 768px) {
  
  .present_flex:first-of-type {
    margin-bottom: 13.020833vw;
  }

  .present_flex .img_block {
    width: calc((100% - 50px) / 2);
  }
}

@media print, screen and (max-width: 480px) {

  .present_flex .img_block {
    width: 100%;
    margin-bottom: 15px;
  }
}

.present_flex img {
  max-width: 100%;
  filter: drop-shadow(7px 7px 7px #842828);
}

.present_flex .info_text {
  width: calc((100% - 79px) / 2);
  text-align: left;
  color: #fff;
  font-weight: 700;
}

@media print, screen and (max-width: 768px) {
  
  .present_flex .info_text {
    width: calc((100% - 50px) / 2);
  }
}

@media print, screen and (max-width: 480px) {

  .present_flex .info_text {
    width: 100%;
    text-align: center;
  }
}

.present_flex .info_text .brand_tx {
  font-size: 30px;
  font-weight: 800;
}

.present_flex p.item_tx {
  font-size: 20px;
  margin: 20px 0 10px;
}

.present_flex .info_text p.notice_tx {
  padding-left: 14px;
  text-indent: -14px;
  margin: 0;
  font-weight: normal;
}

@media print, screen and (max-width: 768px) {

  .present_flex .info_text .brand_tx {
    font-size: 25px;
  }

  .present_flex p.item_tx {
    font-size: 15px;
    margin: 20px 0 10px;
  }

  .present_flex .info_text p.notice_tx {
    padding-left: 14px;
    text-indent: -14px;
    font-weight: normal;
    font-size: 14px;
  }
}

@media print, screen and (max-width: 480px) {

  .present_flex p.item_tx,
  .present_flex .info_text p.notice_tx {
    text-align: left;
  }

}


/*------------------------
商品         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 {
  border-radius: 20px;
  border: solid 2px #eb6e74;
  box-sizing: border-box;
}
.item .text-box {
  padding: 0 10px;
}
.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 -5px;
  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 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;
  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: 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_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);
  }
}

@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 .image img {
    border-radius: 15px;
  }

  .product_wrap .item {
    width: calc((100% - 20px) / 2);
  }
  .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: 13px;
  }
  /*-------------------------
  見出し               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;
}



