
@charset "utf-8";

/*------------------------
使用フォントについて
------------------------*/
.heading_title,
.item .item-info p.floor {
  font-weight: 800;
}
h3,.red_bg p {
  color: #fff;
}

/*========================
共通
========================*/
.feature {
  background:#f4e4e4;
  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;
}

/*================================
商品　flex
================================*/
.product_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 73px 20px;
  /* width: 100%; */
  z-index: 3;
  position: relative;
  max-width: 1142px;
  margin: auto;
  color: #191919;
}

.product_wrap .item .image {
  overflow: hidden;
  border-radius: 20px;
  border: solid 2px #e85382;
}

.image img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 767px) {
  
  .product_wrap .item .image {
    border-radius: 2.607vw;
  }
}

@media screen and (max-width: 480px) {
  
  .product_wrap .item .image {
    border-radius: 3.5vw;
  }
}
/*================================
値段
================================*/
.item .item-info p.price {
  margin: 10px 0 0px;
  padding: 10px 0 0;
  font-size: 17px;
  font-weight: 600;
  /*text-align: center;*/
  border-top: #e85382 3px dotted;
}
.item .item-info p.price span {
  /*margin: 0 3px 0 0;*/
  /* font-size: 13px; */
  font-weight: 500;
  display:inline-block;
  color: #e60012;
}



/*================================================

リード文

================================================*/
section.leadtx_area {
  background: #e85382;
  color: #fff;
  text-align: center;
  padding: 40px 10px;
  line-height: 35px;
  font-family: "momochidori", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  
  section.leadtx_area h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {

  section.leadtx_area {
    padding: 40px 15px;
    line-height: 30px;
  }
  
  section.leadtx_area h2 {
    font-size: 16px;
  }
}

/*================================================
　
ラインナップ

================================================*/
.lineup {
  position: relative;  
}

/*--------------------------
装飾　deco_01,deco_02
--------------------------*/
.lineup::before,
.lineup::after {
  position: absolute;
  content: "";
  display: block;
  visibility: visible;
}

.lineup::before {
  background: url(/futakotamagawa/15th_thanksgiving/image/deco_01.webp) no-repeat center center / contain;
  aspect-ratio: 57.147 / 57.147;
  height: 4vw;
  top: max(-15.908vw, 20px);
  right: max(2.14vw, -250px);
}

.lineup::after {
  background: url(/futakotamagawa/15th_thanksgiving/image/deco_02.webp) no-repeat center center / contain;
  aspect-ratio: 285.965 / 406.6754;
  height: 15vw;
  bottom: max(-15.908vw, -50px);
  left: max(-0.7vw, -250px);
}

@media screen and (max-width: 767px) {

  .lineup::before {
    height: 5vw;
    top: max(-15.908vw, -35px);
  }
}

@media screen and (max-width: 480px) {

  .lineup::before {
    height: 5.8vw;
    top: max(-15.908vw, -20px);
  }
  
  .lineup::after {
    height: 22vw;
    bottom: max(-15.908vw, -70px);
  }
}
/*================================================
　
ラインナップ　first

================================================*/
.lineup_area_first {
  margin: 80px 10.4166vw 60px;
  box-sizing: border-box;
}
.lineup_area_first .lineup_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  list-style: none;
  gap: 0 150px;
  width: 100%;
}
.lineup_area_first .lineup_list {
  width: calc((100% - 300px) / 3);
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {

  .lineup_area_first {
    margin: 80px 60px 40px;
  }
  
  .lineup_area_first .lineup_wrap {
    gap: 0 80px;
    width: 100%;
  }
  
  .lineup_area_first .lineup_list {
    width: calc((100% - 160px) / 3);
  }
}

@media screen and (max-width: 480px) {

  .lineup_area_first {
    margin: 10.4166vw 6.25vw 7.8333vw;
  }
   
  .lineup_area_first .lineup_wrap {
    gap: 0 40px;
  }
  
  .lineup_area_first .lineup_list {
    width: calc((100% - 80px) / 3);
  }

}
/*================================================
　
ラインナップ　second

================================================*/
.lineup_area_second {
  margin: 0 10.4166vw 150px;
  box-sizing: border-box;
}
.lineup_area_second .lineup_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  list-style: none;
  gap: 0 170px;
  width: 100%;
}
.lineup_area_second .lineup_list {
  width: calc((100% - 170px) / 2);
  text-align: center;
  box-sizing: border-box;
}

a.bargain_link img {
  width: 75%;
}


@media screen and (max-width: 767px) {
  .lineup_area_second .lineup_wrap {
    gap: 0 90px;
  }
  
  .lineup_area_second .lineup_list {
    width: calc((100% - 90px) / 2);
  }

}

@media screen and (max-width: 480px) {

  .lineup_area_second {
    margin: 0 10.4166vw 100px;
  }
  
  .lineup_area_second .lineup_wrap {
    gap: 0 70px;
  }
  
  .lineup_area_second .lineup_list {
    width: calc((100% - 70px) / 2);
  }

}
/*================================================
　
ラインナップ　共通

================================================*/
.lineup_list a {
  box-sizing: border-box;
  width: 100%;
}

.lineup_list img {
  width: 100%;
  margin-bottom: 15px;
  filter: drop-shadow(6px 4px 5px rgba(0, 0, 0, 0.3));
}

p.lineup_name {
  color: #e85382;
  font-size: 18px;
  line-height: 35px;
  border-bottom: 3px dotted #e85382;
  display: inline-block;
  font-family: "momochidori", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
}

@media screen and (max-width: 767px) {

  p.lineup_name {
    font-size: 15px;
    line-height: 25px;
    border-bottom: 2px dotted #e85382;
  }
  
  .lineup_list img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {

  p.lineup_name {
    font-size: 13px;
    line-height: 20px;
  }
}



/*================================================

各ラインナップ　タイトル

================================================*/

h3.lineup_title_img {
  background: url(/futakotamagawa/15th_thanksgiving/image/lineup_title01.webp) no-repeat top center / contain;
  margin: 0 auto 0;
  aspect-ratio: 678.6 / 227.9;
  width: 35%;
  overflow: hidden;
}

h3.lineup_title_img span {
  width: 0;
  overflow: hidden;
  display: block;
}

#hokkaido_fair .frame h3.lineup_title_img {
  background: url(/futakotamagawa/15th_thanksgiving/image/lineup_title02_pc.webp) no-repeat top center / contain;
  aspect-ratio: 755.25 / 474.9105;
  width: 35%;
}

#bargain h3.lineup_title_img {
  background: url(/futakotamagawa/15th_thanksgiving/image/lineup_title05_pc.webp) no-repeat top center / contain;
  aspect-ratio:1088.1889 / 102.1859;
  width: 60%;
}

h3.lineup_title {
  font-size: 50px;
  text-align: center;
  font-family: "momochidori", sans-serif;
  font-weight: 700;
  font-style: normal;

}

@media screen and (max-width: 767px) {
  
  h3.lineup_title_img {
    width: 54%;
  }

  #hokkaido_fair .frame h3.lineup_title_img {
    background: url(/futakotamagawa/15th_thanksgiving/image/lineup_title02_sp.webp) no-repeat top center / contain;
    width: 75%;
    aspect-ratio:1034.6654 / 474.9105;
  }

  #bargain h3.lineup_title_img {
    background: url(/futakotamagawa/15th_thanksgiving/image/lineup_title05_sp.webp) no-repeat top center / contain;
    width: 66%;
    aspect-ratio:476.5412 / 182.4333;
  }
}

@media screen and (max-width: 480px) {
  
  h3.lineup_title_img {
    width: 80%;
  }

  #hokkaido_fair .frame h3.lineup_title_img {
    width: 100%;
  }
  
  #bargain h3.lineup_title_img {
    width: 85%;
  }
  
  h3.lineup_title {
    font-size: 40px;
  }
}
/*================================================

注釈/販売期間/場所

================================================*/
p.attention_tx,
p.period,
p.place {
  font-size: 18px;
  color: #282828;
  text-align: center;
  font-weight: bold;
  margin: 40px 0 60px;
}

#hokkaido_fair p.period {
  color: #af884f;
  margin: 30px 0 80px;
  padding-left: 10px;
  text-indent: -12px;
  font-weight: 500;
  font-size: 20px;
}

#bargain p.period,
#bargain p.place {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

#bargain p.period {
  margin: 40px 0 15px;
  padding-left: 12px;
  text-indent: -10px;
}

#bargain p.place {
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  
  p.attention_tx,
  p.period,
  p.place {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  
  #hokkaido_fair p.period {
    margin: 20px 0 12.5vw;
    font-size: 18px;
  }
  
  #bargain p.period,
  #bargain p.place {
    font-size: 16px;
  }
  
  p.attention_tx {
    text-align: left;
    padding-left: 12px;
    text-indent: -12px;
    font-size: 16px;
    margin: 8.33vw 0 12.5vw;
  }
}
/*================================================

特別提供品

================================================*/
#special {
  padding: 0 20px 80px;
  position: relative;
}

/*--------------------------
装飾　deco_03,deco_04
--------------------------*/

#special::before,
#special::after {
  position: absolute;
  content: "";
  display: block;
  visibility: visible;
}

#special::before {
  background: url(/futakotamagawa/15th_thanksgiving/image/deco_03.webp) no-repeat center center / contain;
  aspect-ratio: 228.5549 / 348.5772;
  height: 15vw;
  top: max(-13.908vw, -80px);
  right: max(2.14vw, -250px);
}

#special::after {
  background: url(/futakotamagawa/15th_thanksgiving/image/deco_04.webp) no-repeat center center / contain;
  aspect-ratio: 580.7883 / 338.2287;
  height: 15vw;
  bottom: max(-14.908vw, 140px);
  right: max(-0.5vw, -250px);
}

@media screen and (max-width: 767px) {
  
  #special::before {
    height: 22vw;
  }

  #special::after {
    height: 20vw;
  }
}

@media screen and (max-width: 480px) {

  #special::before {
    height: 27vw;
    top: max(-22.908vw, -83px);
    right: max(2.14vw, -250px);
  }
  
  #special::after {
    height: 30vw;
    bottom: max(-14.908vw, 50px);
    right: max(-0.5vw, -250px);
  }
}

/*================================================

北海道フェア

================================================*/
#hokkaido_fair {
  background: #ccdb8d;
  padding: 12px;
}

#hokkaido_fair .frame {
  background: #fdfff3;
  padding: 70px 12px 50px;
}

#hokkaido_fair .product_wrap .item .image {
  border: solid 2px #ee815d;
}

#hokkaido_fair .item .item-info p.price {
  border-top: #ee815d 3px dotted;
}

@media screen and (max-width: 767px) {

  #hokkaido_fair .frame {
    padding: 9.2vw 22px 50px;
  }
}

@media screen and (max-width: 480px) {

  #hokkaido_fair {
    padding: 10px;
  }
  
  #hokkaido_fair .frame {
    padding: 13.5416vw 20px 7.5vw;
  }
}
/*================================================

生鮮特価市

================================================*/
#fresh {
  background: #f8b856;
  padding: 110px 13px;
}

.tmb {
  width: 50%;
  margin: 70px auto 0;
}
.tmb_img {
  width: 100%;
  height: auto;
}
.tmb_img:hover {
  cursor: pointer;
}
.popup {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s, transform 0s 0.3s;
}
.popup__btn {
  display: block;
  z-index: 13;
  position: absolute;
  top: 1vh;
  right: 1vh;
  width: 5vh;
  height: 5vh;
  cursor: pointer;
}
.popup__btn::before,
.popup__btn::after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  content: '';
}
.popup__btn::before {
  transform: rotate(45deg);
}
.popup__btn::after {
  transform: rotate(-45deg);
}
.popup__btnarea {
  z-index: 12;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup__img {
  z-index: 11;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}
.popup__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked ~ .popup {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  
  .tmb {
    width: 70%;
    margin: 50px auto 0;
  }
  
  #fresh .image img {
    width: 45%;
  } 
}

@media screen and (max-width: 480px) {

  .tmb {
    width: 85%;
    margin: 30px auto 0;
  }
  
  #fresh {
    padding: 60px 13px;
  } 
}
/*================================================

期間限定イベント

================================================*/
#limited_event {
  background: #5cb2c6;
  padding: 110px 13px;
}

@media screen and (max-width: 767px) {

  #limited_event {
    padding: 80px 20px;
  }
}

@media screen and (max-width: 480px) {

  #limited_event {
    padding: 16.6vw 20px 8.33vw;
  }
}
/*================================
商品　flex
================================*/
#limited_event .product_wrap {
  margin: 80px auto 0;
  gap: 0 20px;
}

#limited_event .product_wrap .item .image {
  border: unset;
}

@media screen and (max-width: 767px) {

  #limited_event .product_wrap {
    margin: 7.8226857vw auto 0;
    gap: 50px 20px;
  }
  
}
/*================================
値段
================================*/
#limited_event .item .item-info p.price {
  border-top: unset;
}

#limited_event .item .item-info {
  margin: 15px 0 9px;
  text-align: left;
}


/*================================================

お持ち帰り限定 食品お買い得市

================================================*/
#bargain {
  background: #d93938;
  padding: 80px 30px 90px;
}

#bargain .image {
  text-align: center;
}

#bargain .image img {
  width: 100%;
}

#bargain p.attention {
  color: #fff;
  text-align: right;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  #bargain {
    padding: 80px 40px 90px;
  }
}

@media screen and (max-width: 480px) {
  #bargain {
    padding: 16.6vw 7vw 18.7vw;
  }
}


/*================================================

商品詳細         all

================================================*/

.item .text-box {
  padding: 0 15px;
}

.item .text-box p {
  margin: 0;
  line-height: 1.6;
}

.item .item-info {
  margin: 15px 0 9px;
  text-align: center;
}
.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.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;
}
.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_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: 13px;
  }
  .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 (min-width: 480px) {
  
  .only_sp {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  
  .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;
  }



