
@charset "utf-8";

/*------------------------
使用フォントについて
------------------------*/
.heading_title,
.item .item-info p.floor {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 800;
  font-style: normal;
}
h3,p {
  color: #333333;
}

/*========================
共通
========================*/
.feature {
  background:linear-gradient(0deg,rgba(175, 185, 247, 1) 0%, rgba(249, 179, 172, 1) 40%, rgba(255, 228, 196, 1) 100%);
}

.feature header .image img {
  height: 100%;
  object-fit: contain;
}

.feature header .image {
  text-align: center;
  /*height: 400px;*/
}

.pd_pc {
  padding: 0 1.6vw;
  margin: 0px auto 60px;
}

.box_wide {
  margin-bottom:0!important;
  background:transparent;
  text-align:left;
  border-radius: max(0px, min(20px, calc((100vw - 10px - 100%) * 9999))) / 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%;
  margin-top: 4rem;
}
.product_wrap .item .image {
  border-radius: 20px;
  overflow: hidden;
}

/*========================
商品詳細         all
========================*/
.item .text-box {
  padding: 0 10px;
}
.item .text-box p {
  margin: 0;
  line-height: 1.6;
}
.item .item-info {
  margin: 13px 0 9px;
}
.item .item-info p {
  margin: 0;
  font-size: 14px;
}
.item .item-info p.brand {
  margin: 0 0 6px -3px;
  font-size: 16px;
  font-weight: 600;
  color: #343e82;
}
.item .item-info p.itemname {
  font-weight: 700;
}
.item .item-info p.price {
  margin: 8px 0 0;
  font-size: 17px;
  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;
  border-bottom: 1px solid;
  font-size: 12px;
  text-align: left;
}
.item .item-info p.deteil {
  margin-top: 13px;
  text-align: left;
  border-top: dashed 1px #333;
  padding-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.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 .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_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;
}

/*================================
キャッチコピーエリア
================================*/
.catch_area {
  background: #555cbf;
  display: flex;
  position: relative;
  margin: 83px 8vw 90px;
  align-items: center;
  justify-content: center;
  border-radius: max(0px, min(15px, calc((100vw - 7.5px - 100%) * 9999))) / 15px;
}
.catch_area .catch {
  font-size: 20px;
  font-weight: normal;
  line-height: 34px;
  text-align: center;
  color: #fff;
  padding: 30px;
  display: inline-block;
}

/*------------------------------------
キャッチコピーエリア deco_01
------------------------------------*/
.catch_area::before,
.catch_area::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3.5vw;
  left: -1.71875vw;
  margin: auto;
  background: url(/kichijouji/christmas2025/_deco_01.webp)no-repeat center center / contain;
  aspect-ratio: 125 / 195;
  height: 9.9250677083vw;
  z-index: 100;
  visibility: visible;
  animation: rotate2 3s steps(2, end) infinite;  
  box-sizing: border-box;
}
.catch_area::after {
  bottom: -2vw;
  top: unset;
  right: -1.14583vw;
  left: unset;
  background: url(/kichijouji/christmas2025/_deco_02.webp)no-repeat center center / contain;
  aspect-ratio: 118 / 167;
  height: 8.3288vw;
}

.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;
}
/*================================
ナビリンク        PC
================================*/
nav {
  unicode-bidi: isolate;
  box-sizing: border-box;
}
.nav_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 25px;
  margin: 0 auto 60px;
  max-width: 580px;
}
.nav_list ul li {
  list-style: none;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #ffedb3;
  justify-content: center;
  padding-bottom: 5px;
  border-radius: 50%;
  border: 2px solid #333;
  font-weight: bold;
  transition: all 0.5s;
  height: 120px;
}
.nav_list ul li.my_gift {
  background-color: #d9ffff;
}
.nav_list a {
  display: flex;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.nav_list a:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  background: #343e82;
  height: 11.7px;
  width: 13.6px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: all 0.5s;
}
.nav_list ul li:hover {
  background: linear-gradient(50deg,rgba(255, 142, 0, 1) 0%, rgba(255, 219, 77, 1) 100%);
  border: 2px solid #fff;
}
.nav_list ul li.my_gift:hover {
  background: linear-gradient(50deg, rgba(84, 148, 255, 1) 0%, rgba(152, 216, 254, 1) 100%);
}
.nav_list a:hover {
  color: #fff;
}
.nav_list a:hover:before{
  background: #fff;
  opacity: 1;
}

/* +++++++++++++++++++++++++++++++
ギフト bg
+++++++++++++++++++++++++++++++ */
#gift {
  background: #ffedb3;
  border: 2px solid #333;
  position: relative;
}
/* ================================
自分への奮発ギフト
================================ */
#my_gift {
  background: #d9ffff;
  border: 2px solid #333;
  position: relative;
}
/* ================================
ギフト deco_03
================================ */
#gift::before,
#gift::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1.1979vw;
  left: 22px;
  margin: auto;
  background: url(/kichijouji/christmas2025/_deco_03.webp)no-repeat center center / contain;
  aspect-ratio: 162 / 164;
  height: 9vw;
  z-index: 100;
  visibility: visible;
  animation: rotate2 3s steps(2, end) infinite;
  box-sizing: border-box;
}
#gift::after {
  top: -4.6354166vw;
  right: -12px;
  left: unset;
  background: url(/kichijouji/christmas2025/_deco_04.webp)no-repeat center center / contain;
  aspect-ratio: 260 / 322;
  height: 17vw;
  animation: unset;
}

/* ================================
自分への奮発ギフト deco_05
================================ */
#my_gift::before,
#my_gift::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1.1979vw;
  left: 1.14583vw;
  margin: auto;
  background: url(/kichijouji/christmas2025/_deco_05.webp)no-repeat center center / contain;
  aspect-ratio: 329 / 325;
  height: 15vw;
  z-index: 100;
  visibility: visible;
}
#my_gift::after {
  top: 3.3vw;
  right: -2vw;
  left: unset;
  background: url(/kichijouji/christmas2025/_deco_06.webp)no-repeat center center / contain;
  aspect-ratio: 140 / 245;
  height: 12vw;
  animation: rotate2 3s steps(2, end) infinite;
}
@keyframes rotate2 {
  0% {
  transform: rotate(10deg);
  }

  100% {
  transform: rotate(-10deg);
  }
}
@media print, screen and (min-width: 768px) {

  /* +++++++++++++++++++++++++++++++

   PC/TB

  +++++++++++++++++++++++++++++++ */
  .mode_sp {
    display:none;
  }

  .box_wide {
    max-width: 980px;
    margin: 0 auto 60px;
    padding: 70px 60px;
  }

  .wrap_column {
    background:transparent;
    padding:10px;
  }

  .product_wrap .item {
    width: calc((100% - 40px) / 3);
  }  
}

@media screen and (max-width: 1500px) {
  /* ================================
  自分への奮発ギフト deco_05
  ================================ */
  #my_gift::after {
    right: 0.5vw;
    left: unset;
  } 
}

@media screen and (max-width: 960px) and (min-width: 768px) {
  /* +++++++++++++++++++++++++++++++

   TB

  +++++++++++++++++++++++++++++++ */
  
  /*------------------------------------
  キャッチコピーエリア deco
  ------------------------------------*/
  .catch_area::before,
  .catch_area::after {
    top: -5vw;
    left: -22px;
    height: 13vw;
  }
  .catch_area::after {
    top: unset;
    bottom: -3vw;
    right: -10px;
    left: unset;
    height: 12vw;
  }
  /* +++++++++++++++++++++++++++++++
  ギフト deco
  +++++++++++++++++++++++++++++++ */
  #gift::before,#gift::after {
    height: 17vw;
  }
  #gift::after {
    height: 27vw;
  }
  
  /* ================================
  自分への奮発ギフト deco_05
  ================================ */
  #my_gift::before,
  #my_gift::after {
    top: -4vw;
    left: 2vw;
    height: 21vw;
  }
  #my_gift::after {
    top: 9vw;
    right: -0.5vw;
    height: 18vw;
    left: unset;
  }
  
  /* +++++++++++++++++++++++++++++++
  LPキャッチコピーエリア
  +++++++++++++++++++++++++++++++ */
  .catch_area .catch {
    font-size: 17px;
    line-height: 32px;
  }
}


@media screen and (max-width: 767px) and (min-width: 0px) {
/* +++++++++++++++++++++++++++++++

 タブレット

+++++++++++++++++++++++++++++++ */

  .mode_pc {
    display:none;
  }
  
  .box_wide {
    margin: 9.6vw auto;
    padding: 9.126vw 5.867vw;
  }

  .wrap_column {
    background:transparent;
    padding:10px;
  }

  img.mode_sp {
    /*max-width: 500px;*/
    max-height: 580px;
  }
  
  .heading_title {
    padding: 16px 15px;
    font-size:25px;
    line-height: 40px;
  }
  
  .heading_title span {
    font-size: 20px;
  }
  
  .box_wide p.lead_tx {
    font-size: 2.086vw;
    line-height: 1;
    margin: 1.303vw 0 0;
  }
  
  .pd_sp {
    padding: 0 1.955vw;
    margin: 0 auto 9.6vw;
  }


/*-------------------------
 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;
  }
  
  /*------------------------------------
  キャッチコピーエリア deco
  ------------------------------------*/
  .catch_area::before,
  .catch_area::after {
    top: -7vw;
    left: 0.6vw;
    height: 18vw;
  }
  .catch_area::after {
    top: unset;
    bottom: -6vw;
    right: 0.5vw;
    left: unset;
    height: 16vw;
  }
  
  /* +++++++++++++++++++++++++++++++
  ギフト deco
  +++++++++++++++++++++++++++++++ */
  #gift::before {
    height: 20.2vw;
  }
  #gift::after {
    height: 30vw;
  }

  /* +++++++++++++++++++++++++++++++
  自分への奮発ギフト deco
  +++++++++++++++++++++++++++++++ */
  #my_gift::before {
    top: -6vw;
    height: 23vw;
  }
  #my_gift::after {
    top: 14vw;
    height: 22vw;
  }
  
  /* +++++++++++++++++++++++++++++++
  ナビ
  +++++++++++++++++++++++++++++++ */
  .nav_list ul {
    gap: 0 15px;
    margin: 0 auto 40px;
  }
  .nav_list a {
    font-size: 15px;
    padding: 0 10px;
  }
  .nav_list a:before{
    bottom: 22px;
    height: 10.7px;
    width: 12.6px;
  }
  
  /* +++++++++++++++++++++++++++++++
  LPキャッチコピーエリア
  +++++++++++++++++++++++++++++++ */
  .catch_area {
    margin: 70px 1.955vw 80px;
  }
  .catch_area .catch {
    font-size: 15px;
    line-height: 30px;
  }
  
}

@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;
  }
  /* +++++++++++++++++++++++++++++++
  ギフト bg,　自分への奮発ギフトbg
  +++++++++++++++++++++++++++++++ */
  #my_gift::before {
    top: -8vw;
  }
  #my_gift::after {
    top: 27vw;
  }
}

@media screen and (max-width: 428px) {
  .product_wrap .item .image {
    border-radius: 12px;
  }
  .box_wide {
    padding: 7vw 3vw;
  }
  
  /* +++++++++++++++++++++++++++++++
  ナビ
  +++++++++++++++++++++++++++++++ */
  .nav_list ul {
    gap: 0 11px;
    margin: 0 auto 30px;
  }
  .nav_list ul li {
    border-radius: 50%;
    border: 1px solid #333;
    height: 100px;
  }
  .nav_list a {
    font-size: 13px;
  }
  
  /* +++++++++++++++++++++++++++++++
  LPキャッチコピーエリア
  +++++++++++++++++++++++++++++++ */
  .catch_area {
    margin: 50px 1.5vw 60px;
  }
  .catch_area .catch {
    font-size: 15px;
    line-height: 30px;
  }
  
  /*------------------------------------
  キャッチコピーエリア deco
  ------------------------------------*/
  .catch_area::before,
  .catch_area::after {
    top: -10vw;
    left: 1.869vw;
    height: 22vw;
  }
  .catch_area::after {
    top: unset;
    bottom: -6vw;
    right: 3.504vw;
    left: unset;
    height: 20vw;
  }
  
  /* +++++++++++++++++++++++++++++++
  ギフト bg,　自分への奮発ギフトbg
  +++++++++++++++++++++++++++++++ */
  #my_gift::after {
    top: 26vw;
    right: -0.5vw;
    height: 25vw;
  }
}

@media screen and (max-width: 366px) {
  /* +++++++++++++++++++++++++++++++
  ギフト bg,　自分への奮発ギフトbg
  +++++++++++++++++++++++++++++++ */
  #my_gift::before {
    top: -8.5vw;
  }
  #my_gift::after {
    top: 45vw;
  }
}

/*-------------------------
見出し               SP
-------------------------*/
  .daily {
    padding-bottom:15px!important;
    width:auto;
    margin:10px;
    font-size:1.1rem;
  }
  p.copy {
    font-size:1.1rem!important;
  }



