
@charset "utf-8";
html {
    scroll-behavior: smooth;
}
::before,
::after {
  border-style: solid;
  border-width: 0;
}
img{
  box-sizing:border-box;
}
#container{
  width: 100%;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
body {
  margin: 0;
  width:100%!important;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

#christmas-map{
  padding: 0;
  box-sizing: border-box;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 15px;
  line-height: 1.8;
  overflow: hidden;
  background: rgb(10,78,56);
  position: relative;
}
#christmas-map img{
  /* max-width: 100%; */
  width: 100%;
  vertical-align: bottom;
  transition: 0.3s;
  max-height: 100%;
}
#christmas-map a:hover img{
  opacity: 1!important;
}
#christmas-map a{
  cursor: pointer;
  text-decoration: none;
  cursor: pointer;
}
.displayed{
  animation: fadeUp 1s forwards;
}
.scroll-in{
opacity:0;
}
@keyframes fadeUp{
  0%{opacity:0; transform: translateY(200px);}
100%{opacity:1; transform: translateY(0);}
}
.main-img.displayed{
  /* animation: ponUp 0.7s forwards; */
}
@keyframes ponUp{
    0%  {
      opacity: 0;
    transform: scale(0);
    }
    80% {
      transform: scale(1.02, 1.02);
    }
    100% {
      opacity: 1;
      transform: scale(1.0, 1.0);
    }
}

.christmas_button {
  position: relative;
  text-align: center;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
}
.christmas_button:nth-of-type(n+3) {
  margin-top: 20px;
}
.christmas_button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffedc6;
  border-radius: 50px;
  padding: 0 50px 0 30px;
  color: #fff !important;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  height: 60px;
}
#foodshow .christmas_button a{
  color: #b61731 !important;
}
.christmas_button a:hover {
  background: #dec387; 
}
#noren .christmas_button a{
  background: #603d85;
}
#noren .christmas_button a:hover {
  background: #42295c; 
}
#edge .christmas_button a{
  background: #ba4f47;
}
#edge .christmas_button a:hover {
  background: #88433d; 
}
#thewine .christmas_button a{
	background:#fff;
	color: #891d3d !important;
}
.christmas_button a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  transition: .3s;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px;
  border-right: solid 2px;
  content: "";
}
.bt-wrap {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  justify-content: center;
}
.pc-only.bt-wrap {
    margin-bottom: 70px;
}
.x-wrap {
	max-width: 300px;
}
.bt-wrap > div {
    width: calc((100% - 20px) / 2);
    max-width: 400px;
}
@media screen and (max-width:785px){
	.bt-wrap {
  flex-direction:column;
  gap: 0;
  }
  .bt-wrap > div {
    width: 100%;
  }
}

/**********メインビジュアル**********/
.mv-wrap{
  margin-bottom: 100px;
  width: 100%;
  position: relative;
	overflow:hidden
}

.mv-wrap h1{
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.mv-wrap::before{
  content: "";
  display: none;
  position: absolute;
  width: 29%;
  aspect-ratio: 419/178;
  top: 11%;
  left: 0;
  background: url(https://www.tokyu-dept.co.jp/shibuyamap/christmas/image/christmas-mv-title.webp) no-repeat center right/ 90% #0a4e38;
  bottom: 18px;
  right: 50%;
  transform: translateY(-50%);
  z-index: 20;
  transition: all 0.3s ease 0s;
  padding: 10px 27px 22px 27px;
  border-bottom-right-radius: 72px;
}
.mv-area{
	width:100%;
	height:auto;
}
.mv-wrap .textbar-section {
  background-color: #0a4e38;
  height: 37px;
  width:100%;
  position: absolute;
  top: 35px;
  transform: rotate(-6deg);
  left: 0;
  overflow: hidden;
  z-index: 10000;
}
.mv-wrap .textbar-section.textbar-section02{
  top: auto;
	bottom:50px;
  transform: rotate(6deg);
}
.mv-wrap .textbar-section.textbar-section03{
  top: auto;
  bottom:0px;
  right: -10%;
  left:auto;
  transform: rotate(-30deg);
}
.mv-wrap .textbar-section .scrolling-text {
  padding-top: 3px;
  color: #fff;
  animation: loop 30s linear infinite;
	z-index:1000;
}
.mv-wrap .textbar-section .scrolling-text-2 {
  padding-top: 3px;
  position: absolute;
  top: 0;
  left: 0;
  animation: loop 30s -15s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 768px) {
  .mv-wrap .textbar-section .scrolling-text {
    width: 2070px;
    animation: loop 50s linear infinite;
    animation-delay: 0.3s;
  }
  .mv-wrap .textbar-section .scrolling-text-2 {
    width: 2070px;
    animation: loop 50s -25s linear infinite;
  }
}
/**********マップ**********/
.map-wrap{
  margin: 0 auto;
  width: 87%;
  height: 500px;
  position: relative;
  max-width: 900px;
}
.map-wrap::before{
  content: "";
  display:none;
    width: 360px;
    height: 42%;
    position: absolute;
    top: -57px;
    left: -5px;
  background: url("https://www.tokyu-dept.co.jp/shibuyamap/christmas/image/christmas-map-text.webp") no-repeat center/contain;
}
.food-map{
  overflow: hidden;
  border-radius: 20px;
    height: 100%;
}

.food-map > iframe{
  width: 100%;
  height: 100%;
}

/**********アンカーリンクボタン**********/
.ank-wrap{
  margin: 150px auto 220px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  max-width: 1200px;
  position: sticky !important;
  z-index: 3 !important;
  top: 0 !important;
  height: auto;
  gap:20px;
}
.store-ank::before{
  display:none
}
.store-ank{
  width: calc((100% - 60px) / 4);
  text-align: center;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  background: #ac192c;
  border-radius: 20px;
}
.store-ank:nth-of-type(2){
  background: #9678b5;
}
.store-ank:nth-of-type(3){
  background: #e0bd98;
}
.store-ank:nth-of-type(4){
	  background:#891d3d
}
.store-ank::before{
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	bottom: 38px;
	right: 50%;
	transform: rotate(135deg) translateY(-50%);
	z-index: 20;
	transition: all 0.3s ease 0s;
}
.store-ank::after{
	content: "";
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	bottom: 24px;
	right: 50%;
	visibility: visible;
	border-radius: 50%;
	transform: translateX(50%);
}
.store-ank:hover{
  transform: translateY(10px);
}
.store-ank a{
  padding: 10px 20px 40px;
  color: #fff;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  display: flex;
  position: relative;
}
.store-ank a .storename::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 12px;
  border-top: 4px dotted #fff;
  bottom: 0;
  right: 50%;
  visibility: visible;
  transform: translateX(50%);
}
.store-ank .store-item-img{
  position: absolute;
  top: -31%;
  left: 50%;
  width: 60%;
  height: 47%;
  transform: translateX(-50%);
}
.store-ank .store-item-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom
}
.store-ank .storename{
  font-size: 15px;
  text-align:center;
  line-height: 1.3;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.store-ank .storename span{
  margin-bottom: 9px;
  padding-left: 24px;
  padding-top: 5px;
  position:relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
.store-ank .storename figure{
  margin: 3px 0 0;
  max-height: 63px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.store-ank .storename figure img{
  max-height: 100%;
  object-fit: contain;
}
.store-ank .storename p{
  width:1px;
  height: 1px;
  overflow: hidden;
}
@media screen and (min-width: 1001px){
  .store-ank .storename{
    margin-top: 0;
    font-size: 28px;
  }
  .store-ank .storename span{
    font-size: 14px;
  }
}
.store-ank .storename span::before {
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(https://www.tokyu-dept.co.jp/images/sp_common/sprite_icon.png);
    background-position: -346px 0;
    background-size: 500px auto;
    vertical-align: middle;
    content: " ";
    transform: translateY(-50%);
}



/**********セクション**********/
.store-list{
  width: 100%;
  background: rgb(10,78,56);
  background: linear-gradient(180deg, rgba(10, 78, 56, 1) 0%, rgb(137 29 61) 4%, rgba(132, 32, 32, 1) 5%, rgb(137 29 61) 30%, rgba(10, 78, 56, 1) 28%, rgb(118 77 140) 53%, rgb(247 224 204) 73%, rgb(247 224 204) 86%, rgb(137 29 61) 100%, rgba(10, 78, 56, 1) 134%);
}
.store-wrap{
  padding: 80px 30px 180px;
  position: relative;
  height: 100vh;
}
section#edge {
	margin: -16vh 0 0;
	position: relative;
	background: #F7E0CC;
	background: linear-gradient(180deg, rgba(247, 224, 204, 0.27) 0%, rgba(248, 238, 220, 0.71) 0%, rgba(248, 238, 220, 1) 0%, rgba(247, 224, 204, 1) 0%);
}

section#foodshow {
	position:relative;
    background: #C91239;
    background: linear-gradient(90deg, rgba(201, 18, 57, 1) 0%, rgba(187, 21, 51, 1) 38%, rgba(170, 25, 43, 1) 100%);
}
section#foodshow::before{
	content:"";
	display:block;
	width:110vw;
	aspect-ratio:1322/194;
	position:absolute;
	bottom:0;
	left:0;
	transform: translate(-4%,-46%) rotate(-10deg);
	background: url(
 /shibuyamap/christmas2025/image/foodshow-bg02.webp) no-repeat center/cover;
	z-index: -1;
}
section#foodshow::after{
	content:"";
	display:block;
	width: 100vw;
	height:100vh;
	position:absolute;
	top:50%;
	left:0;
	z-index: -1;
	transform: translate(0,-61%);
	background: url(
 /shibuyamap/christmas2025/image/foodshow-bg.webp) repeat center/50%;
	opacity: 0.7;
}
section#edge::before{
	content:"";
	display:block;
	width: 100vw;
	height:100vh;
	position:absolute;
	bottom:0;
	left:0;
	transform: translate(0,-27%) rotate(0deg);
	background: url(
 /shibuyamap/christmas2025/image/edge-bg.webp) repeat center/30%;
	z-index: -1;
}
section#edge::after{
	content:"";
	display:block;
	width: 100vw;
	height:100vh;
	aspect-ratio: 1322/972;
	position:absolute;
	top:50%;
	left:0;
	z-index: -1;
	transform: translate(0,-61%);
	background: url(
 /shibuyamap/christmas2025/image/edge-bg02.webp) no-repeat center/contain;
	opacity: 0.7;
}
.store-wrap:nth-of-type(odd){
  padding: 80px 30px 180px;
  background: #842020;
  transform: skewY(5deg);
}
.store-wrap:nth-of-type(odd) .store-inner{
  transform: skewY(-5deg);
}
.store-wrap:nth-of-type(2){
  margin: -13vh 0 0;
  background: #0a4e38;
  transform: skewY(-5deg);
  background: #9076B5;
  background: linear-gradient(128deg, rgb(119 77 141) 0%, rgb(217 122 186) 53%, rgb(116 76 139) 100%);
}
.store-wrap:nth-of-type(2n) .store-inner{
  transform: skewY(5deg);
}
.content-area {
  display: flex;
  /* align-items: center; */
  justify-content:center;
  flex-direction:column;
  height: 100vh;
  position: relative;
  width: 100%;
  z-index: 1000;
  max-width: 1700px;
  margin: 0 auto;
}
#thewine .content-area{
	display:grid;
	grid-template-columns: 49% 1fr;
	gap: 60px;
	align-items: center;
}
.x-post {
  width: 100%;
  height: 70vh;
  overflow-y: scroll;
}
.x-post .twitter-timeline.twitter-timeline-rendered {
  height: 100%;
  width: 100%;
}
figure.event-logo {
  margin: 0 auto 21px;
  width: 72%;
}
#edge figure.event-logo {
  margin: 0 auto 21px;
  width: 108%;
  transform:translateX(-5%);
  max-width: 700px;
}
.store-wrap:nth-of-type(4){
  margin: -13vh 0 0;
  padding: 60px 30px 90px;
  transform: skewY(-5deg);
  background: #891d3d;
}
.store-wrap .store-inner{
  margin: 0 auto;
}
@media screen and (max-width:785px){
	.content-area{
	margin: 26px 0 30px;
}
#edge .content-area{
	margin: 50px 0 30px;
}
  figure.event-logo {
  margin: 0 auto 15px;
  width: 100%;
  }
	section#edge {
	margin: -4vh 0 0;
	height: 131vh;
}
	#thewine .content-area{
	grid-template-columns: 1fr;
	gap: 0;
	padding: 0 22px;
	box-sizing: border-box;
}
	section#foodshow::before{
	width:110vw;
	aspect-ratio: 667/98;
	transform: translate(-4%,-119%) rotate(-10deg);
	background: url(
 /shibuyamap/christmas2025/image/foodshow-bg02.webp) no-repeat center/auto 100%;
	z-index: -1;
}
}
/*タイトル・メインイメージ*/
.store-wrap h2{
  transform: rotate(5deg);
  width: 100%;
  height: 100px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.2em;
  display: flex;
  gap: 16px;
  align-items: center;
  position: absolute;
  top: -47px;
  left: 15px;
  z-index: 0;
}
.store-wrap:nth-of-type(odd) h2{
  transform: rotate(5deg) skewY(-5deg);
}
.store-wrap:nth-of-type(2n) h2{
  transform: rotate(-5deg) skewY(5deg);
}
.store-wrap:nth-of-type(2) h2{
  top: 0;
  justify-content:flex-end
}
#edge.store-wrap h2{
	top:0;
	color: #9e8446;
}
.store-wrap h2 span:nth-of-type(1){
  width: 176px;
  height: 43px;
  display: none;
  border-bottom: 8px dotted;
}
.store-wrap h2 span:nth-of-type(2){
  display: flex;
  align-items: center;
  gap:20px;
  width: 51%;
  justify-content: center;
}
.store-wrap#foodshow h2 span:nth-of-type(2){
  width: 48%;
}
.store-wrap#thewine h2 span:nth-of-type(2){
  width: 40%
}
.store-wrap#noren h2 span:nth-of-type(2){
  width: 46%;
}
.store-wrap h2 span:nth-of-type(3){
  width: calc((100% - 180px) - 68%);
  height: 43px;
  display: block;
  border-bottom: 8px dotted;
}
.store-wrap:nth-of-type(2) h2  span:nth-of-type(1){
  display:block;
}
.store-wrap:nth-of-type(2) h2  span:nth-of-type(3){
  display:none;
}
.store-wrap h2 figure{
  height: 145px;
  width: 45%;
  display: flex;
}
.store-wrap#noren h2 figure,.store-wrap#thewine h2 figure{
  width: 62%;
  
}
.store-wrap#edge h2 figure{
  width: 52%;
}

.store-wrap h2 figure img{
  object-fit: contain;
  max-height: 100%;
}
.store-wrap .main-img .item-img{
  transform: rotate(8deg);
  width: 100%;
  height: 41vh;
}
.store-wrap .main-img .item-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.store-wrap .main-img .item-info{
  width: 180px;
  display: block;
  color: #fff;
}
.store-wrap#foodshow .main-img .item-info{
    bottom: 4%;
    right: 19px;
}
.store-wrap .main-img .item-info .item-price {
  margin-left: 3px;
  width: auto;
  text-align: left;
}
.store-wrap .main-img .item-info .item-price span{
  display: inline;
}


/*x導入*/
p.x-hukidashi {
  margin-bottom: 8px;
  padding: 5px 10px 5px 15px;
  background: #bc881a;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  position: relative;
  z-index: 100;
  animation: fuwa 2.5s infinite;
  font-size: 12px;
}
@keyframes fuwa {
    0%,100%{
      transform: translateY(-5px);
    }
     50% {
      transform: translateY(0);
    }
  }
#thewine.store-wrap:nth-of-type(2n) p.x-hukidashi {
    background: #a18b78;
}
p.x-hukidashi::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 11px solid transparent;
  border-top: 30px solid #bc881a;
  border-bottom: 0;
  position: absolute;
  bottom: -62%;
  right: 49px;
  z-index: -1;
}
.store-wrap#noren p.x-hukidashi{
	background:#54c374;
}
.store-wrap#noren p.x-hukidashi::before {
  border-top: 36px solid #54c374;
}
#thewine.store-wrap:nth-of-type(2n) p.x-hukidashi::before {
  border-top: 36px solid #a18b78;
}
.x_button a {padding: 8px 30px 8px 15px;display: flex;align-items: center;justify-content: center;gap: 15px;color: #fff;border-radius: 100vh;background: #000;}
.x_button figure {
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    aspect-ratio: 1/1;
}
.x_button div {
    width: calc(100% - 100px);
    font-weight: 600;
}
.x_button div p{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
}
.x_button div span {
    font-weight: 500;
    font-size: 11px;
}

/*レコメンド*/
.slider-area{
	height: 100%;
	width: 100%;
	position: absolute;
}
#thewine .slider-area{
	position:relative
}
.slider-area.anime{
  animation:fuwa-show 0.6s forwards;
  opacity: 1;
}
.recommend-area{
  margin-top: 43px;
  padding-top: 20px;
  padding-bottom: 85px;
}
.title-area {
    width: 51%;
    position: relative;
    z-index: 7;
    max-width: 700px;
}
#thewine .title-area{
  width: 100%;
}
#noren .title-area{
	margin:0 0 0 auto;
}
#noren::before{
	content:"";
	display:block;
	width: 65%;
	background:url(/shibuyamap/christmas2025/image/shinqsbg01.png) no-repeat top center/contain;
	aspect-ratio:741/490;
	position:absolute;
	left:0;
	bottom:0;
	transform: translateY(-32%);
	opacity: 0.7;
}
#noren::after{
	content:"";
	display:block;
	width: 29%;
	background:url(/shibuyamap/christmas2025/image/shinqsbg02.png) no-repeat top center/contain;
	aspect-ratio: 419/420;
	position:absolute;
	right: 0;
	top: 0;
	transform: translateY(8%);
	z-index: -1;
	opacity: 0.7;
}
#noren .content-area::before{
	content:"";
	display:block;
	width: 16%;
	background:url(/shibuyamap/christmas2025/image/shinqsbg03.png) no-repeat top center/contain;
	aspect-ratio: 14/13;
	position:absolute;
	left: 20%;
	bottom: -30px;
	opacity: 0.8;
	z-index: -1;
}
figure.recommend-img {
    position: relative;
    max-width: 287px;
    height: 31vh;
}
.recommend-box:nth-of-type(1) figure.recommend-img {
    transform:rotate(5deg)
}
.recommend-box:nth-of-type(2) figure.recommend-img {
    transform:rotate(-5deg);
}
.recommend-box:nth-of-type(3) figure.recommend-img {
    transform:rotate(5deg)
}
figure.recommend-img img{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
figure.recommend-img p.item-name {
    position: absolute;
    top: -17px;
    left: 3px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    background: #928321;
    aspect-ratio: 1/1;
    border-radius: 50%;
    width: 31%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5;
}
@media screen and (max-width:1010px) and (min-width:785px){
  figure.recommend-img p.item-name {
    font-size: 11px;
  }	
}

@media screen and (max-width:785px){
	figure.recommend-img {
    max-width: 180px;
  }
	.recommend-box figure.recommend-img{
		height:auto
	}
  .title-area {
    margin: -30px auto 0;
    width:80%
  }
	#thewine .title-area {
    width: 85%;
    margin: 0 auto 32px;
}
	#thewine figure.event-logo{
		width:90%
	}
	#noren .title-area{
	margin:0 auto;
	width: 63%;
	}
	#edge .title-area{
		/* margin: 20px auto 0; */
	}
  figure.recommend-img p.item-name {
    width: 35%;
  }	
	#noren::before{
	left:-50px;
	bottom:30vh;
	transform: translateY(-32%);
	opacity: 0.7;
}
}
figure.recommend-img p.item-name.white {
	background: #928321;
	color: #fff;
}
figure.recommend-img img{
	    height: 100%;
	    object-fit: contain;
	    object-position: bottom;
}
@keyframes fuwa-show {
    from{
      opacity: 0;
      transform: translateY(30px);
    }
     to {
       opacity: 1;
      transform: translateY(0);
    }
  }
.recommend-box{
  transition: 0.3s;
  position: absolute;
  box-sizing: border-box;
  width: 43%;
  height: auto;
  max-width: fit-content;
  z-index: 100;
}
.recommend-box.main-img figure{
  max-width: 467px;
  height: 41vh;
}
.recommend-box:nth-of-type(1) {
    right: 32vw;
    top: 8vh;
    width: 22vw;
    z-index: 10000;
}
.recommend-box:nth-of-type(2) {
    left: 44vw;
    bottom: 8vh;
    width: 23vw;
    height: auto;
}
.recommend-box:nth-of-type(3) {
    left: 17vw;
    top: -6vh;
    width: 23vw;
}
.recommend-box:nth-of-type(4) {
    right: 0vw;
    bottom: 38vh;
    width:30vw;
    transform:translateY(40%);
}
#noren .recommend-box:nth-of-type(1) {
    right: 30vw;
    top: 3vh;
    width: 22vw;
    z-index: 10000;
}
@media screen and (min-width:1200px){
	#noren .recommend-box:nth-of-type(1) {
    right: 40vw;
  }
}
#noren .recommend-box:nth-of-type(2) {
    left: 30vw;
    bottom: 8vh;
    width: 23vw;
    height: auto;
}
#noren .recommend-box:nth-of-type(3) {
    left: 1vw;
    top: 37vh;
    width: 21vw;
    aspect-ratio: 650/703;
}
#noren .recommend-box:nth-of-type(4) {
    right:auto;
    left: 2vw;
    bottom: auto;
    width: 37vw;
    top: -14vh;
}
#edge .recommend-box:nth-of-type(1) {
    right: 2vw;
    top: auto;
    width: 22vw;
    z-index: 10000;
    bottom: 5vh;
}
#edge .recommend-box:nth-of-type(2) {
    left: 47vw;
    bottom: 33vh;
    width: 23vw;
    height: auto;
}
#edge .recommend-box:nth-of-type(3) {
    left: auto;
    right: 42vw;
    top: -1vh;
    width: 23vw;
}
#edge .recommend-box:nth-of-type(4) {
    right: -3vw;
    bottom: auto;
    top: -19vh;
    width: 76vw;
    transform:translateY(40%);
    aspect-ratio: 1153/1357;
}
#edge .recommend-box.main-img figure {
    max-width: 456px;
    height: 50vh;
}
@media screen and (max-width:785px){
	.recommend-box:nth-of-type(1) {
    right: -2vw;
    top: -8vh;
    width: 47vw;
    z-index: 10000;
}
.recommend-box:nth-of-type(2) {
    left: 0vw;
    bottom: 14vh;
    width: 39vw;
    height: auto;
}
.recommend-box:nth-of-type(3) {
    left: -2vw;
    top: 5vh;
    width: 52vw;
}
.recommend-box:nth-of-type(4) {
    right: -4vw;
    bottom: -5vh;
    width: 48vw;
    transform:translateY(40%);
}
#noren .recommend-box:nth-of-type(1) {
    right: -2vw;
    top: 14vh;
    width: 40vw;
    z-index: 10000;
}
#noren .recommend-box:nth-of-type(2) {
    left: auto;
    bottom: -5vh;
    width: 39vw;
    height: auto;
    right: -3vw;
}
#noren .recommend-box:nth-of-type(3) {
    left: -1vw;
    top: auto;
    bottom: 13vh;
    width: 41vw;
}
#noren .recommend-box:nth-of-type(4) {
    right:auto;
    left: -7vw;
    bottom: auto;
    width: 59vw;
    top: -24vh;
}
#edge .recommend-box:nth-of-type(1) {
    right: 0vw;
    top: auto;
    width: 33vw;
    z-index: 10000;
    bottom: 1vh;
}
#edge .recommend-box:nth-of-type(2) {
    left: -3vw;
    bottom: 12vh;
    width: 40vw;
    height: auto;
}
#edge .recommend-box:nth-of-type(3) {
    left: -2vw;
    right: auto;
    top: 6vh;
    width: 35vw;
}
#edge .recommend-box:nth-of-type(4) {
    right: -2vw;
    bottom: auto;
    top: -15vh;
    width: 49vw;
    transform:translateY(40%);
}
	#edge .recommend-box.main-img figure {
    max-width: 456px;
    height: auto;
}
}
.recommend-box .item-info{
  width: 166px;
  position: absolute;
  bottom: -20px;
  right: -20px;
  font-size: 15px;
  transform: translateY(100%);
}
.recommend-box:nth-of-type(3) .item-info,.recommend-box:nth-of-type(1) .item-info{
  width: 165px;
  position: absolute;
  bottom: auto;
  right: -48%;
  top: -4%;
}
.recommend-box:nth-of-type(1) .item-info{
  top: -18%;
  right: -68%;
}
#foodshow .recommend-box:nth-of-type(2) .item-info{
  right: 5%;
  bottom: auto;
  top: -16%;
  transform: translateY(100%) translateX(100%);
}
.recommend-box:nth-of-type(3) .item-info{
  right: -44%;
}
#noren .recommend-box:nth-of-type(2) .item-info{
  right: -16%;
  bottom: -26%;
  transform: translateY(-100%) translateX(83%);
}
#noren .recommend-box:nth-of-type(3) .item-info{
  right: -3%;
  top: 75%;
}
.recommend-box .item-info.longname p.brand-name {
    width: 100%;
}
.recommend-box .item-info.longname p.item-price {
    width: 24%;
}

.store-wrap:nth-of-type(2n) .recommend-area .swiper-arrow-prev::before,.store-wrap:nth-of-type(2n) .recommend-area .swiper-arrow-next::before {
    background: #842020;
}
.item-info{
	padding: 0;
	color: #ffffff;
}
#edge .item-info{
	color:#a6782b;
}
#edge .recommend-box .item-info{
	bottom: -1%;
	top:auto;
	right: -13%;
}
#edge .recommend-box.main-img .item-info{
	bottom: -3%;
	top:auto;
	right: 13%;
}
#edge .recommend-box:nth-of-type(1) .item-info{
	bottom: auto;
	top: 40%;
	right: auto;
	left: -8%;
	width: 123px;
	transform: translateX(-100%) translateY(50%);
}
#edge .recommend-box:nth-of-type(2) .item-info{
	bottom: auto;
	top: 40%;
	right: -8%;
	left: auto;
	width: 123px;
	transform: translateX(100%) translateY(50%);
}
@media screen and (max-width:785px){
	.recommend-box .item-info{
  width: 110px;
  position: absolute;
  bottom: -5px;
  right: 13px;
  font-size: 12px;
  transform: translateX(100%);
}
#noren.store-wrap .main-img .item-info{
  right: 7px;
  width: 135px;
  transform: translateX(100%);
  bottom: 28px;
}
#noren .recommend-box:nth-of-type(2) .item-info{
  right: auto;
	left:0;
  transform: translateX(-100%);
	bottom:20%
}
.recommend-box:nth-of-type(3) .item-info,.recommend-box:nth-of-type(1) .item-info{
  width: 94px;
  position: absolute;
  bottom: auto;
  right: 14%;
  top: 27%;
}
#foodshow .recommend-box:nth-of-type(1) .item-info{
  right:auto;
  left:0;
  transform: translateX(-100%);
}
.recommend-box:nth-of-type(3) .item-info{
  right: 15%;
  top: 45%;
}
#noren .recommend-box:nth-of-type(3) .item-info{
  right: -2%;
  top: 42%;
}
#edge .recommend-box .item-info{
	bottom: 34px;
	top:auto;
	right: 0;
	transform: translateX(102%);
}
	#edge .recommend-box:nth-of-type(2) .item-info{
	bottom: auto;
	top:auto;
	right: 0;
	top: 31px;
}
#edge .recommend-box.main-img .item-info{
	bottom: -7%;
	top:auto;
	right: -11%;
}
#edge .recommend-box:nth-of-type(1) .item-info{
	bottom: 0;
	top: 61%;
	right: auto;
	left: 0;
	width: 89px;
	transform: translateX(-109%);
}
}
.item-info .brand-name{
	margin: 0 0 11px;
	padding: 0 0 6px 0px;
	line-height: 1.0;
	font-weight: 600;
	font-size: 16px;
	border-bottom: 2px dotted;
	white-space: nowrap;
}
.item-info .item-name{
	margin-bottom: 0;
	line-height: 1.3;
}
.item-info .item-name span {
	margin-top: 6px;
	font-size: 13px;
}
.item-info .item-price{
	margin: 3px 0 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.item-info .item-price span{
	margin-left: 2px;
	font-size: 13px;
}
.item-info .item-price span.tax{
	font-size: 10px;
  font-weight: 500;
  display: block;
}

.web-bt {
  background: #ffffff;
  border-radius: 100vh;
  width: 219px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-align: center;
  position: absolute;
  bottom: 9px;
  right: 3%;
  z-index: 100;
  box-shadow: 0 3px 0 #0a4e38;
}
.store-wrap:nth-of-type(2n) .web-bt a{color: #842020;}
.web-bt a{
  padding: 10px 0;
  width: 100%;
  color: #0a4e38;
} 
.catalog-wrap .catalog a div::before{
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	bottom: 15px;
	right: 50%;
	transform: rotate(45deg) translateY(-50%);
	z-index: 20;
	transition: all 0.3s ease 0s;
}
.catalog-wrap .catalog a div::after{
	content: "";
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	bottom: 6px;
	right: 50%;
	visibility: visible;
	border-radius: 50%;
	transform: translateX(50%);
}
@media screen and (max-width:785px){
.item-info .brand-name{
	margin: 0 0 7px;
	font-size: 13px;
	white-space: pre-wrap;
}
.item-info .item-name span {
	margin-top: 6px;
	font-size: 12px;
}
.item-info .item-price{
	font-size: 15px;
}
.item-info .item-price span{
	font-size: 10px;
}
.item-info .item-price span.tax{
	font-size: 7px;
}
}

/**********カタログ**********/
#catalog{
    margin: 0 auto 70px;
    width: 90%;
    max-width: 980px;
    padding: 30px 0;
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 5px dotted #a72d37;
    border-radius: 30px;
    background: #fff;
}
#catalog h2{
  margin-bottom: 20px;
  color: #a52933;
  display: inline-block;
  text-align: center;
  font-weight:600;
  font-size: 29px;
  letter-spacing: 0.1em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#catalog h2 span{
  font-size: 16px;
}
.catalog-wrap{
  margin: 0 auto 0;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
}
.catalog-wrap .catalog{
  width: calc((100% - 100px) / 2);
  max-width: 400px;
  position: relative;
  transition: 0.3s;
}
.catalog-wrap .catalog:hover {
    transform: scale(0.95);
}
.catalog-wrap .catalog a div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-weight: 600;
    background: #928321;
    aspect-ratio: 1/1;
    border-radius: 50%;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}
.catalog-wrap .catalog:hover a::before {
    opacity:0
}
.catalog-wrap .catalog a{
	position:relative;
	display:block;
	height: 95%;
	border-radius: 15px;
	overflow: hidden;
}
.catalog-wrap .catalog a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0000005e;
	transition:0.3s;
}
#christmas-map .catalog-wrap .catalog img{
	height:100%;
	object-fit:cover
}
.catalog-title {
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
    color: #928321;
}
@media screen and (min-width:801px){
  .sp-only{
    display: none
  }
}


  
@media screen and (max-width:900px){
  .recommend-box.swiper-slide-next + .recommend-box{
    opacity: 0.7;
  }
}

@media screen and (max-width:800px){
  #christmas-map{
    font-size: 13px;
  }
  .pc-only{
    display: none
  }
  .x-wrap{
    max-width: 500px;
    margin: 0 auto;
    width: 80%;
    position: relative;
    z-index: 1000;
  }
  .christmas_button {
    margin: 0 auto 0;
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
  }
  .mv-wrap::before{
    width: 78%;
  }
  .ank-wrap {
    margin: 80px auto 130px;
    gap: 47px 10px;
    flex-wrap: wrap;
  }
  .store-ank a {
    padding: 10px 11px 44px;
  }
  .store-ank .storename span {
    font-size: 11px;
  }
  .store-ank .storename figure {
    margin: 3px 0 0;
    max-height: 35px;
  }

  .store-wrap {
    padding: 80px 30px 120px;
    height: 138vh;
  }
  .store-wrap:nth-of-type(odd) {
    padding: 106px 30px 142px;
  }
  .store-wrap h2{
    font-size: 13px;
    gap: 10px;
  }
  .store-wrap h2 figure{
    height: 69px;
    width: 56%;
  }
  .store-wrap#noren h2 figure, .store-wrap#thewine h2 figure {
    height: 52px;
  }
  .store-wrap#edge h2 figure{
    width: 91%;
    height: 43px;
  }
  .store-wrap h2 span:nth-of-type(1){
    width: 55px;
    border-bottom: 6px dotted #fff;
    height: 17px;
  }
  .store-wrap h2 span:nth-of-type(3){
    border-bottom: 6px dotted #fff;
    height: 17px;
  }
  .store-wrap#foodshow .main-img .item-info {
    bottom: 51px;
    right: auto;
    left: -9px;
    width: 143px;
    transform: translateX(-100%);
  }
  .store-wrap#edge .main-img .item-info {
    right: auto;
    width: 109px;
    bottom: 22%;
    left: -14px;
    transform: translateX(-100%);
  }
   .item-info .item-name {
    line-height: 1.3;
    font-size: 10px;
  }
  .recommend-box .item-info,.store-wrap .main-img .item-info{
  width: 100px;
  }
	#noren .recommend-box:nth-of-type(1) .item-info{
		transform:translateX(-100%);
		left: -5%;
		width: 134px;
		top: 23%;
		right: auto;
	}
  .store-wrap:nth-of-type(odd) .sp-only.x-wrap-sp {
    transform: skewY(-5deg);
  }
  .store-wrap .sp-only.x-wrap-sp {
    transform: skewY(5deg);
    width: 64%;
    margin-top: -50px;
  }
  .recommend-area {
    margin-top: 30px;
    padding-bottom: 65px;
  }
  .recommend-area .swiper-arrow-prev, .recommend-area .swiper-arrow-next{
	  bottom:15px
  }

  .catalog-wrap{
    margin: 0;
    padding: 0;
    gap: 30px;
  }
  .catalog-wrap .catalog {
    width: 88%;
    margin: 0 auto;
  }
	.catalog-wrap {
  flex-direction:column;

}
	.catalog-wrap .catalog a div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-weight: 600;
    background: #928321;
    aspect-ratio: 1/1;
    border-radius: 50%;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
  }
}

@media screen and (max-width:750px){
  .recommend-box.swiper-slide-next{
    /* opacity: 0.7; */
  }
}

@media screen and (max-width: 600px){
  #christmas-map{
    font-size: 13px;
  }
  .store-wrap .sp-only.x-wrap-sp{
    display:none;
  }
  .christmas_button {
    width: 90%;
  }
  .christmas_button a {
    padding: 5px 44px 6px 30px;
    font-size: 13px;
    height: 36px;
  }
  .ank-wrap {
    margin: 80px auto 130px;
    gap: 66px 10px;
  }
  .mv-wrap{
    margin-bottom: 60px;
  }
  .food-map {
    overflow: hidden;
    border-radius: 30px;
  }
  .map-wrap::before{
    content: "";
    display: block;
    width: 189px;
    height: 39%;
    position: absolute;
    top: -57px;
    left: -23px;
    background: url("https://www.tokyu-dept.co.jp/shibuyamap/christmas/image/christmas-map-textsp.webp") no-repeat center/contain;
    }
  .map-wrap {
    width: 76%;
    height: 406px;
  }
  
  .store-ank{
    width: calc((100% - 10px) / 2);
    aspect-ratio: unset;
  }
  .store-ank::before{
    bottom: 27px;
  }
  .store-ank::after{
    bottom: 16px;
  }
  .store-ank a {
    padding: 20px 11px 50px;
    aspect-ratio: unset;
    height: 100%;
  }
  .store-ank a .storename::before{
    height: 7px;
    width: 91%;
    border-top: 3px dotted #fff;
  }
  .store-ank .storename figure {
    width: 83%;
    max-height: 31px;
  }
  
  
  p.x-hukidashi,.store-wrap:nth-of-type(2n) p.x-hukidashi{
    margin-top: 25px;
    margin-bottom: -9px;
    z-index: 1;
  }
  p.x-hukidashi::before {
    left: 49px;
    right: auto;
  }
  

  .store-wrap:nth-of-type(odd) {
    padding: 25px 0 142px;
  }
  .store-wrap:nth-of-type(2n){
    padding: 72px 0 111px;
  }
  .store-wrap:nth-of-type(4){
    margin: -7vh 0 0;
    padding: 72px 0 0;
  }
  .store-wrap h2 {
    font-size: 11px;
  }
  .store-wrap:nth-of-type(odd) h2 {
    /* margin-left: 21px; */
    transform: rotate(5deg) skewY(-5deg);
  }
  .store-wrap:nth-of-type(2n) h2 {
    margin-left: 19px;
    transform: rotate(-5deg) skewY(5deg);
  }
  #noren.store-wrap:nth-of-type(2n) h2 {
    margin-left: 10px;
    left: 0;
    top: 0;
    flex-direction: row-reverse;
  }
  .store-wrap h2 span:nth-of-type(2){
    flex-direction: column;
    gap:5px;
    width: 53%;
    align-items: flex-start;
    position: relative;
  }
  .store-wrap#foodshow h2 span:nth-of-type(2) {
    width: 76%;
  }
  .store-wrap#noren h2 span:nth-of-type(2) {
    width: 82%;
  }
  .store-wrap#edge h2 span:nth-of-type(2) {
    margin-left: -5px;
  }
  .store-wrap#thewine h2 span:nth-of-type(2) {
    margin-left: -7px;
    width: 67%;
  }
  .store-wrap h2 span:nth-of-type(2)::before{
    content: "";
    display: block;
    position: absolute;
    width: 21%;
    height: 1px;
    border-bottom: 4px dotted;
    bottom: 33px;
    right: 51px;
    z-index: 20;
  }
  .store-wrap#noren h2 span:nth-of-type(2)::before{
    width: 17%;
    height: 1px;
    bottom: 41px;
    right: auto;
    left: 50px;
  }
  .store-wrap#edge h2 span:nth-of-type(2)::before{
    right: -36px;
    width: 27%;
  }
  .store-wrap#thewine h2 span:nth-of-type(2)::before{
    right: 21px;
  }
  .store-wrap h2 figure {
    width: 100%;
  }
  .store-wrap#edge h2 figure {
    width: 88%;
  }
  .store-wrap#noren h2 figure, .store-wrap#thewine h2 figure {
    height: 47px;
    width: 68%;
    margin: 0 0 0 auto;
  }
  .store-wrap h2 figure img{
        object-position: left;
    height: 100%;
  }
  .store-wrap h2 span:nth-of-type(1),.store-wrap h2 span:nth-of-type(3){
    display: none
  }


  .recommend-area {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 85px;
    margin: 26px 0 0 15px;
  }
  .store-wrap#edge .recommend-area {
    margin-top: 15px;
  }
  .web-bt {
    width: 133px;
    line-height: 1.2;
  }
  .x-wrap.sp-only.displayed {
    width: 90%;
    margin: 0 auto;
  }
  p.x-hukidashi, .store-wrap:nth-of-type(2n) p.x-hukidashi {
    margin-bottom: 8px;
  }
#catalog{
	margin-top:70px;
	border: 4px dotted #aa343d;
}
	.catalog-wrap .catalog a::before{
		display:none
	}
  #catalog h2 {
    font-size: 22px;
    line-height: 1.0;
  }
  #catalog h2 span{
    font-size: 13px;
  }
}


/*-----------------------------------
ポップアップバナー
-----------------------------------*/
#christmas-map .survey-pop a{
	padding: 7px;
	background: #d4251f;
}
#christmas-map .survey-pop{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 200;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition:0.8s;
  opacity: 0;
  max-width: 350px;
  min-width: 180px;
}
#christmas-map .survey-pop.active{
  opacity: 1;
}
#christmas-map .survey-pop .close{
  margin-bottom: 5px;
  width: 14%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #000;
  position: relative;
  cursor: pointer;
    min-width: 30px;
}
#christmas-map .survey-pop .close span{
  width: 3px;
  height: 63%;
  position: absolute;
  background: #fff;
  top: 18%;
  left: 46%;
  transform: rotate(45deg);
}
#christmas-map .survey-pop .close span:nth-of-type(2){
  transform: rotate(-45deg)
}
@media screen and (max-width: 600px){
  #christmas-map .survey-pop{
    bottom: 200px;
    right: 8px;
    min-width:100px
 }
 #christmas-map .survey-pop .close{
  margin-bottom:3px;
    width:2px;
  }
}
@media screen and (max-width:500px){
	.store-wrap h2 span:nth-of-type(2)::before{
		display:none
	}
}



