@charset "utf-8";
html{
	scroll-behavior: smooth;
}
::-webkit-scrollbar {
    width: 3px;
    padding: 0px;
    background: rgb(233, 233, 233);
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background: rgb(134, 134, 134);
    border-radius: 5px;
    width: 3px;
}
::-webkit-scrollbar-track {
    border-radius: 2px;
}
.list-wrap::after{
  display: none;
}
#Christmas2024{
	position: relative;
	box-sizing: border-box;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 17px;
	font-weight: 500;
	color: #f098aa;
	max-width: 980px;
	margin: 0 auto 30px;
	background: rgb(239,143,171);
	background: linear-gradient(99deg, rgba(239,143,171,1) 0%, rgba(248,198,170,1) 100%);
	width: 100%;
}
#Christmas2024 .pc-only{
	display:none
}
#Christmas2024 img{
	width: 100%;
	height: auto;
	transition: 0.3s;
}
#Christmas2024 a{
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
#ranking-area .heading {
    display: none;
}
#appBodyNews .information {
    width: 90%;
	max-width: 980px;
    margin: 0 auto;
	    background: #fff;
    border: 1px solid #a6a6a6;
    padding: 0;
}
div#appBodyNews .information h2 {
    margin-bottom: 6px;
    font-size: 16px;
    letter-spacing: 0;
}
.flex-wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.more-bt02{
	width: 85%;
  max-width: 280px;
	margin: 0 auto;
	text-align: center;
	border-radius: 100vh;
	font-weight: 600;
	background: rgb(191,180,195);
	background: linear-gradient(71deg, rgba(191,180,195,1) 0%, rgba(140,143,212,1) 100%);
	position: relative;
}
#Christmas2024 .more-bt02 a{
	width: 100%;
	display: inline-block;
	padding: 10px 0;
	color: #ffffff;
}
.more-bt02:nth-of-type(n+2){
	margin-top: 28px;
}
.more-bt02 div{
	margin-right: 10px;
}
.more-bt02 div span{
	font-size: 18px;
	margin-right: 2px;
}
.more-bt02::before,.more-bt03::before{
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) rotate(45deg);
	z-index: 20;
	transition: all 0.3s ease 0s;
}
.more-bt02::after,.more-bt03::after{
	content: "";
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	border: 1px solid #ffffff;
	top: 50%;
	right: 5%;
	visibility: visible;
	border-radius: 50%;
	transform: translateY(-50%);
}
.more-bt03{
	width: 85%;
	max-width: 372px;
	margin: 25px auto 7px;
	text-align: center;
	border-radius: 100vh;
	font-weight: 600;
	border:2px solid #fff;
	position: relative;
	box-shadow: 0px 2px 0 #fff;
}
.more-bt03 a{
	width: 100%;
	display: inline-block;
    padding: 10px 0;
}
.header-button{
  margin: 0 auto;
  max-width: 450px;
	background: #545454;
	position: relative;
	font-weight: 600;
	font-size: 13px;
	text-align: center;
	border-radius: 100vh;
  box-shadow: 0 2px #6a899d;
}
.header-button a{
	padding: 7px 0;
	display: block;
}

/*商品情報*/
.item-info{
	padding: 15px 0;
	color: #ffffff;
  transform: translateX(-15%)
}
.item-info .item-place{
  padding-left: 15px;
	font-weight: 600;
	font-size: 11px;
  color: #FBFF85;
  position:relative;
}
.item-info .item-place::before{
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	background: #FBFF85;
	top: -5px;
	left: 0;
	z-index: 20;
  border-radius: 50%
}
.item-info .item-place::after{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 20px;
	border-right: 2px solid #FBFF85;
	top: -5px;
	left: 3px;
	z-index: 20;
	visibility: visible;
}
.item-info .brand-name{
	margin: 5px 0;
  line-height: 1.0;
	font-weight: 600;
	font-size: 14px;
}
.item-info .item-name{
	margin-bottom: 3px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.item-info .item-price{
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-align: right;
}
.item-info .item-price span{
	margin-left: 2px;
	font-size: 13px;
}

/*メインビジュアル*/
.mainvisual{
    width: 100%;
    height: 550px;
    position: relative;
background: linear-gradient(270deg, #f29689, #f2c7b2, #eeb287, #f0d9ae);
    background-size: 800% 800%;
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    -o-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
overflow: hidden;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.mainvisual #canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    z-index: 1000;
}
  .mainvisual::before{
    content: "";
    display: block;
    width: 88%;
    height: 70px;
    position: absolute;
    top: 160px;
    left: -30%;
    background: url(https://www.tokyu-dept.co.jp/image/christmas/2024/main-title.webp) no-repeat bottom/contain;
    z-index: 100;
    opacity: 0;
    animation:title-fuwa-sp 1.5s forwards;
    animation-delay:1.7s;
  }
  .mainvisual::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(https://www.tokyu-dept.co.jp/image/christmas/2024/mv-sp-bg-delivery.webp) no-repeat center bottom/100%;
    z-index: 1;
    opacity: 0;
    animation:bg-fuwa 1.5s forwards;
    visibility: visible;
  }
  @keyframes title-fuwa-sp {
    from{
      opacity: 0;
      transform: translateX(-50px) rotate(90deg);
    }
     to {
       opacity: 1;
      transform: translateX(0) rotate(90deg);
    }
  }
  @keyframes title-fuwa {
    from{
      opacity: 0;
      transform: translateY(-200px);
    }
     to {
       opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes bg-fuwa {
    from{
      opacity: 0;
      transform: translateY(200px);
    }
     to {
       opacity: 1;
      transform: translateY(0);
    }
  }
  
  .mv-cake{
    position: absolute;
    width: 18%;
    bottom: 5%;
    transform: translateY(-1200px);
    animation:cake-drop 1.2s ease-in-out forwards;
    max-width: 300px;
    z-index: 100;
  }
  .mv-cake.cake-main{
    width: 56%;
    left: 50%;;
    bottom: 10%;
    animation-delay: 1.0s;
    max-width: 400px;
  }

  @keyframes cake-drop {
    0%  {
      opacity: 0.5;
    transform: scale(1.0, 1.0) translate(-50%, -1000px);
    }
    80% {
      transform: scale(0.98, 1.00) translate(-51%, 0);
    }
    90% {
      transform: scale(1.0, 0.98) translate(-50%, -3px);
     }
    100% {
      opacity: 1;
      transform: scale(1.0, 1.0) translate(-50%, 0);
    }
  }
  figure.mv-date {
    position: absolute;
    width: 142px;
    top: 10px;
    right: 6px;
    z-index: 1000;
    animation: title-fuwa-sp02 1.5s forwards;
    animation-delay: 1.7s;
    opacity: 0;
  }
  @keyframes title-fuwa-sp02 {
    from{
      opacity: 0;
      transform: translateY(-200px);
    }
     to {
       opacity: 1;
      transform: translateY(0);
    }
  }
  @media screen and (min-width:800px){
    .mainvisual,.mainvisual #canvas{
      height: 650px;
    }
    .mainvisual::before{
      top: 10px;
      left: 3%;
      width: 50%;
      height: 150px;
      animation:title-fuwa 1.5s forwards;
      animation-delay:1.7s;
    }
    .mainvisual::after{
      background: url(https://www.tokyu-dept.co.jp/image/christmas/2024/mv-pc-bg-delivery.webp) no-repeat center bottom/100%;
    }
    .mv-cake.cake-main{
      width: 27%;
      left: 47%;
      bottom: 10%;
      animation-delay: 1.0s;
      max-width: 400px;
    }
    .mv-cake.cake01{
      left: 14%;
    }
    .mv-cake.cake02{
      right: 3%;
      animation-delay: 0.2s;
    }
   figure.mv-date {
      width: 280px;
      top: 30px;
      right: 20px;
      bottom: auto;
      z-index: 30;
      animation:title-fuwa 1.5s forwards;
      animation-delay:1.7s;
    }
  }
  @media screen and (min-width:1500px){
    .mainvisual,.mainvisual #canvas{
      height: 790px;
    }
  }



/*アンカーリンクボタン*/
.ank-wrap{
  margin: 0;
  height: auto;
}
.ank-wrap h2{
  background: #fff;
  font-size: 13px;
  color: #333;
}
.ank-wrap .flex-wrap{
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.ank-link::before{
 display:none;
}
.ank-wrap .ank-link{
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  transition: 0.3s;
  box-sizing: border-box;
  position:relative;
  width: 50%;
  }
.ank-wrap .ank-link::after{
  display: none;
}
.ank-wrap .ank-link:nth-of-type(2){
  position: relative;
  background: #ffffff;
}
.ank-wrap .ank-link:nth-of-type(2)::before{
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ffffff;
  bottom: -9px;
  right: 50%;
  transform: rotate(135deg) translateX(-50%) translateY(-50%);
}
.ank-wrap .ank-link:nth-of-type(1){
  background: rgb(239,143,171);
  background: linear-gradient(45deg, rgb(222 133 159) 0%, rgb(255 188 150) 100%);
  background: #9b9b9b;
}
.ank-wrap .ank-link > a{
  padding: 20px 10px 13px;
  display: block;
}
#Christmas2024 .ank-wrap .ank-link:nth-of-type(2) a {
	color: rgb(222 133 159);
}

.ank-wrap .ank-link .ank-title{
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.ank-wrap .ank-link:nth-of-type(1) .ank-title {
    margin: 0;
}
.ank-wrap .ank-link .ank-title div{
  padding: 0 30px 0 0;
  font-size: 14px;
  letter-spacing:0.2em;
  position: relative;
  line-height: 1.5;
}
.ank-wrap .ank-link:nth-of-type(2) .ank-title div {
  padding: 0;
}
.ank-link:nth-of-type(1) .ank-title div::before{
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: 14%;
  right: 32px;
  transform: rotate(45deg) translateY(50%);
  z-index: 20;
  transition: all 0.3s ease 0s;
}
.ank-link:nth-of-type(1) .ank-title div::after{
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  border: 2px solid #ffffff;
  bottom: 9%;
  right: 14px;
  transform: rotate(45deg) translateY(50%);
  z-index: 20;
  transition: all 0.3s ease 0s;
  visibility:visible;
  border-radius:50%
}

.ank-wrap .ank-link .ank-title div span{
  font-size: 23px;
}
.ank-wrap .ank-link .ank-title div span.fukidashi{
  font-size: 11px;
  position: absolute;
  letter-spacing: 0em;
  width: 66px;
  height: 43px;
  left: -20px;
  top: -39px;
  background: url(https://www.tokyu-dept.co.jp/image/christmas/2024/fukidashi.webp) no-repeat center/contain;
  color: #6b6b6b;
  display: flex;
  justify-content: center;
  align-items: center;
    line-height: 1.2;
}
.ank-wrap .ank-link:nth-of-type(2) .ank-title div span.fukidashi{
  color: #ffffff;
  line-height: 1.2;
  background: url(https://www.tokyu-dept.co.jp/image/christmas/2024/fukidahshi03.webp) no-repeat center/contain;
}
.ank-wrap .ank-link .ank-image{
  position:absolute;
  width: 70%;
  height: 40px;
  right: -11px;
  top: 10px;
}
#Christmas2024 .ank-link .ank-image img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.ank-wrap .ank-link .ank-image {
  width: 50%;
  height: 56px;
  right: 6px;
  top: 9px;
}

/*予約承り日時・受取日*/
.information{
  border:none;
  padding: 29px 15px;
  margin: 0;
  position: relative;
  color: #333;
  z-index: 1;
  background: #fff;
}
.information h2{
  margin-bottom: 22px;
  font-size: 26px;
  color: #696969;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 100;
}
.christmas-leadmessage{
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  position: relative;
  z-index: 2;
  gap: 25px;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 800px;
}
.christmas-leadmessage::after{
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #696969;
  bottom: 0;
  right: 50%;
  transform: translateX(-50%);
  z-index: 20;
  visibility: visible;
}
.christmas-leadmessage > div{
  line-height: 1.0;
  font-size: 18px;
  width: calc((100% - 25px) / 2);
}
.ank-wrap .ank-link:nth-of-type(1) .christmas-leadmessage  span.week-day{
  background:#e56992;
}
.christmas-leadmessage div span{
  font-size: 12px;
}
span.week-day{
  margin: 0 5px 0!important;
  color: #fff;
  font-size: 11px;
  background: #ec748a;
  aspect-ratio:1/1;
  border-radius: 100vh;
  margin-bottom: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
}

.christmas-leadmessage > div > div{
  color: #ec748a;
  display: inline-block;
  line-height: 1.0;
  border: 1px solid;
  position: relative;
  margin-bottom: 8px;
  font-size: 11px;
  padding: 7px 15px;
  background: #fff;
}
.ank-wrap .ank-link:nth-of-type(2) .christmas-leadmessage > div > div{
  color: #e56e8f;
}
.christmas-leadmessage > div > div::before{
  display: block;
  position: absolute;
  top: 0px;
  right: -5px;
  width: 16px;
  height: 5px;
  transform: rotate(45deg) translateY(-50%);
  border-bottom: solid 1px;
  background: #ffffff;
  content: "";
  visibility: visible;
}
.ank-wrap .ank-link:nth-of-type(2) .christmas-leadmessage > div:nth-of-type(1) > div::before{
  background: #f4aa99;
}
.ank-wrap .ank-link:nth-of-type(2) .christmas-leadmessage > div:nth-of-type(1) > div::after{
  background: #ec9d9b;
}
.ank-wrap .ank-link:nth-of-type(2) .christmas-leadmessage > div:nth-of-type(2) > div::before{
  background: #ee9f9a;
}
.ank-wrap .ank-link:nth-of-type(2) .christmas-leadmessage > div:nth-of-type(2) > div::after{
  background: #e7949d;
}
.christmas-leadmessage > div > div::after{
  display: block;
  position: absolute;
  bottom: -3px;
  left: -9px;
  width: 16px;
  height: 5px;
  transform: rotate(45deg) translateY(-50%);
  border-top: solid 1px;
  background: #ffffff;
  content: "";
  visibility: visible;
}
.attention-wrap{
  padding: 20px 0 0;
  background: rgb(83,151,210);
  background: linear-gradient(100deg, rgba(83,151,210,1) 0%, rgb(136 187 215) 100%);
}
.header-button{
	width: 85%;
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
	border-radius: 100vh;
	font-weight: 600;
	background:#333;
	color: #fff;
	position: relative;
}
.header-button a{
	width: 100%;
	display: inline-block;
	padding: 11px 0;
}



/*ケーキ*/
#christmascake{
  margin:0;
  padding: 20px 0 41px;
  position: relative;
  z-index: 10
}
#christmascake .christmas-title{
  margin: 0 auto 0 6px;
  width: 90%;
  height: 120px;
  background: url(https://www.tokyu-dept.co.jp/image/christmas/2024/delivery-caketitle.webp) no-repeat center/contain;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Christmas2024 .keyword-title img{
	width: 48%;
	margin-left: 40px;
}
.list-wrap > .flex-wrap{
	gap: 7px;
	margin-top: 38px;
	padding-bottom: 17px;
	border-bottom: 2px dashed #fff;
	align-items: flex-start;
}
.list-wrap > .flex-wrap .list-name{
	width: 33px;
	font-size: 18px;
	writing-mode: vertical-rl;
	font-weight: 600;
	padding: 20px 5px 25px 0;
	border: 2px dotted #fff;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-left: none;
	line-height: 1.0;
	display: block;
	margin-left: -10px;
	background: #ffffff2e;
	color: #ffffff;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.list-wrap > .flex-wrap .list-name span{
	margin-top: 5px;
	font-size: 11px;
	writing-mode: vertical-rl;
}
.list-wrap > .flex-wrap > div:last-of-type {
	width: calc(100% - 50px);
	gap: 10px;
	align-items: flex-end;
}
.list-wrap > .flex-wrap.category > div:last-of-type {
	width: 100%;
	gap: 21px 10px;
}


/*おすすめ*/
.cakedeli-mv{
  position: relative;
  margin-bottom: 45px;
}
.swiper-wrapper,.swiper,.swiper-slide{
  height: auto!important;
}
.swiper-wrapper{
  align-items: center;
}
.cakedeli-mv .swiper-wrapper{
  padding-top: 38px;
    min-height: 329px;
}
.cakedeli-mv .swiper-wrapper::after{
  display: none;
}
.cakedeli-item.swiper-slide {
  height: auto;
  transform: scale(.7) translateX(15px) translateY(-25px);
  transition: opacity 1s, transform 1s;
  width: 100%;
}
.cakedeli-item.swiper-slide-prev {
  height: auto;
  transform: scale(.7) translateX(-10px) translateY(-25px);
  transition: opacity 1s, transform 1s;
  width: 100%;
}
.cakedeli-item.swiper-slide-active{
  transform: scale(1.0) translateX(3px);
  transition: opacity 1s, transform 1s;
}
.cakedeli-item.slick-slide a{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cakedeli-item.swiper-slide .item-info{
  opacity: 0;
  display: none
}
.cakedeli-item.swiper-slide-active .item-info{
  opacity: 1;
  display: block;
  width: 190px;
  transform: translateX(-15%);
}
.cakemv-img{
  position: relative;
}
.cakedeli-item.swiper-slide-active .cakemv-img{
  width: 140%;
  margin-left: -13%;
  height: 150px;
  }
  #Christmas2024 .cakedeli-item.swiper-slide-active .cakemv-img img{
    height: 100%;
    object-fit: contain;
  }
.cakemv-img .recommend{
  padding: 1px 7px;
  position: absolute;
  top: -15px;
  right: -6px;
  transform: rotate(45deg);
  border: 3px dotted;
  border-radius: 100vh;
  font-size: 13px;
}
.cakedeli-item.swiper-slide-active .cakemv-img .recommend{
  color:#fbff85
}
.cakedeli-mv .swiper-button-prev, .cakedeli-mv .swiper-button-next{
    position: absolute;
    bottom: 103px;
    right: 51.3%;
    left: auto;
    top: auto;
    width: 60px;
    height: 60px;
    margin: 0;
    display: block;
  }
  .cakedeli-mv .swiper-button-next{
    right: 44.5%;
  }
  .swiper-button-prev::before,.swiper-button-next::before{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    top: 27px;
    right: 29px;
    transform: rotate(45deg);
    z-index: 20;
    transition: all 0.3s ease 0s;
  }
  .swiper-button-prev::before{
    right: 25px;
    transform: rotate(-135deg);
  }
  .swiper-button-prev::after,.swiper-button-next::after{
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    border: 1px solid #ffffff;
    top: 0;
    right: 0;
    visibility: visible;
    border-radius: 50%;
    background: #ffffff36;
  }

/*サイズから選ぶ*/
.list-wrap > .flex-wrap.size > div:last-of-type{
	justify-content:space-between;
}
.size-box:first-of-type{
	width: 28%;
}
.size-box:nth-of-type(2){
	width: 30%;
}
.size-box:nth-of-type(3){
	width: 32%;
}
.size-box{
	padding: 0;
	position: relative;
}
.size-box a{
    display: block;
    width: 100%;
    height: 100%;
}
.size-box .size-text {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
}
.size-box:nth-of-type(2) .size-text {
    bottom: 20%;
}
.size-box:nth-of-type(3) .size-text {
    font-size: 17px;
    bottom: 19%;
}
.size-box .size-text span{
    font-size: 21px;
}
#Christmas2024 .size-box .category-link img{
  height: 95px;
  width: auto;
}


/*予算*/
.list-wrap > .flex-wrap.price > .flex-wrap .more-bt02 {
    width: calc((100% - 10px) / 2);
    margin:0;
    font-size: 12px;
    box-shadow: 0 2px #a77e74;
    background: rgb(255,252,240);
    background: linear-gradient(45deg, rgba(255,252,240,1) 0%, rgba(243,255,251,1) 100%);
    background: #fff;
}
.list-wrap > .flex-wrap.price > .flex-wrap .more-bt02::before{
  right: 21px;
}
#Christmas2024 .list-wrap > .flex-wrap.price > .flex-wrap .more-bt02 a{
	color: #77c4e8;
}
#christmascake .more-bt02::before{
	border-top: 2px solid #77c4e8;
	border-right: 2px solid #77c4e8;
	right: 11%;
}
#christmascake .more-bt02::after{
	border: 1px solid #77c4e8;
}

/*宅配ケーキ*/
section.shipping-section {
    margin-top: 32px;
}
.delivery-cake{
  text-align: center;
  margin:20px 15px 0;
}
.delivery-cake .delivery-cake-text{
  margin: 0 auto 10px;
  padding-bottom: 10px;
  font-size: 13px;
  border-bottom: 1px solid #fff;
  position: relative;
  max-width: 300px;
  color: #fff;
}
.delivery-cake .delivery-cake-text::before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg) translateX(-50%);
    position: absolute;
    bottom: -2px;
    left: 50%;
    background: #f6b6ab;
    z-index: 1;
    border-left: 1px solid;
    border-bottom: 1px solid;
}

.delivery-cake .delivery-cake-text span{
  font-size: 15px;
  font-weight: 600;
}
.delivery-cake .delivery-bt{
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  border-radius: 100vh;
  font-weight: 600;
  background:#bca7d5;
  position: relative;
  width: 100%;
  box-shadow: 0 2px #a77e74;
}
.delivery-cake .delivery-bt::before{
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) rotate(45deg);
	z-index: 20;
	transition: all 0.3s ease 0s;
}
.delivery-cake .delivery-bt::after{
	content: "";
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	top: 50%;
	right: 13px;
	visibility: visible;
	border-radius: 50%;
	transform: translateY(-50%);
}
.delivery-cake .delivery-bt a{
  padding: 10px 20px 10px 0;
}
.delivery-cake .delivery-bt .fukidashi-text{
  position: absolute;
  top: -60px;
  left: 10px;
  font-size: 11px;
  width: 66px;
  height: 102px;
  line-height: 1.2;
  z-index: 10;
  background: url(https://www.tokyu-dept.co.jp/image/christmas/2024/fukidashi.webp) no-repeat center/contain;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.delivery-cake .delivery-bt a.flex-wrap{
  gap:0;
  justify-content: center;
}
.delivery-cake .delivery-bt .title{
  width:calc(100% - 10px - 34%);
  font-size: 18px;
  letter-spacing: 0.2em;
}
.delivery-cake .delivery-bt .day-wrap{
  width: 28%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.delivery-cake .delivery-bt .day-wrap span.week-day {
    color: #333;
    background: #ffffff;
}
.delivery-cake .delivery-bt .day-wrap > div:first-of-type{
  font-size: 12px;
  border: 1px solid;
  padding: 0 7px 0 10px;
  display: inline-block;
}
.delivery-cake .delivery-bt .day-wrap > div:last-of-type{
  font-size: 18px;
}


/*種類*/
.christmasgift-wrap{
	padding: 19px 14px 50px;
	background: rgb(213 155 203);
	background: linear-gradient(215deg, rgb(208 154 199) 0%, rgb(255 168 168) 100%);
}
.christmasgift-wrap .christmas-title{
  margin: 0 auto 29px 8px;
  width: 90%;
  height: 140px;
  background: url(https://www.tokyu-dept.co.jp/image/christmas/2024/delivery-categorytitle.webp) no-repeat center/contain;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
h4.reco-title {
  margin: 27px 0 20px;
  text-align: center;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 33px;
  line-height: 1.3;
  font-weight: 400;
}
h4.reco-title span {
  margin-top:5px;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 500;
  display:block;
}
.christmasgift-wrap .recommend-item{
  position: relative;
  gap: 23px;
}
.christmasgift-wrap .recommend-item::before{
  content: "";
  display: none;
  width:1px;
  height: 100%;
  border-left: 1px dashed #fff;
  position: absolute;
  top: 0;
  left: 50%;
}
.christmasgift-wrap .recoitem-box {
    margin-bottom: 10px;
    width: 100%;
    box-sizing:border-box;
    position: relative;
 }
	.christmasgift-wrap .recommend-item .recoitem-box::before{
		content:"";
		display:block;
		width:100%;
		height:100%;
		position:absolute;
		top: 1px;
		right:0;
		transform: rotate(6deg);
		background: #e1c4e0;
		border-radius:40px;
		z-index: 0;
	}
.christmasgift-wrap .recoitem-box a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 13px;
    position: relative;
    z-index: 10;
    background: #fff;
    border-radius: 40px;
}
.christmasgift-wrap .recoitem-box .item-info {
    transform: translateX(0);
    width: 50%;
    margin:0 auto;
	color:#333
}
.christmasgift-wrap .recoitem-img {
    border-radius: 100%;
    overflow: hidden;
    width: calc((100% - 50%) - 15px);
    padding:3px;
    position: relative;
    z-index: 1000;
 }
	.christmasgift-wrap .recoitem-img img{
      border-radius:100vh;
    position: relative
}
.christmasgift-wrap .list-wrap > .flex-wrap{
	gap:0;
    border: none;
}
 .christmasgift-wrap .main-category{
  padding: 0;
  display:flex;
  flex-wrap:wrap;
  gap: 23px 15px;
  width: 100%;
}
 .christmasgift-wrap .main-category::after{
	 display:none;
 }
 .christmasgift-wrap .sab-category{
margin-top:-15px;
  overflow-x: scroll;
  white-space: nowrap;
  padding: 8px 3px 13px;
  gap: 50px 30px;
  overflow-y: hidden;
}
.category-box{
	padding: 0;
	width: calc((100% - 15px) / 2);
	box-sizing:border-box;
	aspect-ratio: 1/1;
	border: 3px dotted #ffffffba;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	background: #ffffff87;
	box-shadow: 0 0 8px #fff;
	overflow: hidden;
}
.main-category .category-box{
	border: 4px dotted #ffffffba;
}
.sab-category .category-box{
	margin: 0 0 0 8px;
	width: 43%;
	aspect-ratio: 1/1.2;
}
.sab-category .category-box:first-of-type{
	margin:0
}
.category-box a{
	width:100%;
	height:100%;
}
.category-box a{
	width:100%;
	height:100%;
	display: block;
}
.category-title {
    font-size: 15px;
    font-weight: 600;
    background: #b77599;
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    text-align: center;
    padding: 4px 0;
    position: absolute;
    width: 123%;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%) rotate(5deg);
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    box-shadow: 0 0 4px #a46487;
}
  .list-wrap > .flex-wrap.category > .scroll-wrap.sab-category .category-title {
    background: #9e7aa6;
  }
.category-box .category-img{
	width: 89%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	height: 75%;
	position: absolute;
	transform: translate(-50%, -60%);
	top: 50%;
	left: 50%;
}
.list-wrap > .flex-wrap.category > .scroll-wrap.sab-category .category-box .category-img{
	height: 55%;
}
#Christmas2024 .category-img img {
  width: 100%;
  height: auto;
  transition: 0.3s;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

/*ロングバナー追記*/
  .long-bnr {
    margin: 30px 16px 0;
   }
   .long-bnr img {
     width: 100%;
     margin-bottom: 10px;
   }


/*-----------------------------------
お店で選ぶ
-----------------------------------*/
section.store-wrap.category-section{
  padding: 70px 15px 50px;
}
.store-wrap .christmas-title {
  margin: 0 auto 36px 8px;
  width: 90%;
  height: 208px;
  background: url(https://www.tokyu-dept.co.jp/image/christmas/2024/storelist-title.webp) no-repeat center/contain;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.store-wrap .flex-wrap {
  gap: 20px;
    position: relative;
    z-index: 10;
}
.store-wrap .flex-wrap .store-link {
  width: calc((100% - 60px) / 4);
}
.store-wrap .flex-wrap .store-link a {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.store-wrap .flex-wrap .store-link .shop-img {
  border-radius: 50%;
  overflow: hidden;
}
.store-wrap .flex-wrap .store-link .shop-name {
  padding: 11px;
  font-weight: 600;
  background: #38876a;
    transform: translateY(-132%) translateX(2%) rotate(-4deg);
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
@media screen and (max-width:787px){
  section.store-wrap.category-section {
    padding: 19px 15px 50px;
    background: rgb(239 169 143);
    background: linear-gradient(150deg, rgb(239 169 143) 0%, rgba(248,198,170,1) 100%);
  }
  .store-wrap .christmas-title {
    margin: 0 auto 36px 8px;
    height: 157px;
  }
  .store-wrap .flex-wrap {
    padding: 0 20px;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    font-size: 14px;
  }
  .store-wrap .flex-wrap .store-link {
    width: 70%;
    display: inline-block;
    margin-right: 15px;
  }
  .store-wrap .flex-wrap .store-link::after {
    display: none
  }
}


/*-----------------------------------
ポップアップバナー
-----------------------------------*/
.survey-pop{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition:0.8s;
  opacity: 0;
  max-width: 350px;
    min-width: 180px;
}
.survey-pop.active{
  opacity: 1;
}
.survey-pop .close{
  margin-bottom: 5px;
  width: 14%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #000;
  position: relative;
  cursor: pointer;
    min-width: 30px;
}
.survey-pop .close span{
  width: 3px;
  height: 63%;
  position: absolute;
  background: #fff;
  top: 18%;
  left: 46%;
  transform: rotate(45deg);
}
.survey-pop .close span:nth-of-type(2){
  transform: rotate(-45deg)
}
@media screen and (max-width:768px){
  .survey-pop{
    bottom: 200px;
    right: 8px;
    min-width:100px
 }
  .survey-pop .close{
  margin-bottom:3px;
    width:2px;
  }
}



@media screen and (min-width:600px){
  #Christmas2024 {
    font-size: 16px;
  }
  #Christmas2024 a:hover img{
	opacity: 0.8;
  }
  #Christmas2024::before {
    content: "";
    display: block;
    width: 200vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(239,143,171);
    background: linear-gradient(99deg, rgba(239,143,171,1) 0%, rgba(248,198,170,1) 100%);
  z-index: 0
  }
  .more-bt02 div span {
    font-size: 22px;
  }
  .more-bt03 a {
    padding: 18px 0;
    font-size: 21px;
  }
  .header-button{
    font-size: 16px;
  }
  .list-wrap > .flex-wrap {
    gap: 30px;
  }
  .list-wrap > .flex-wrap > div:last-of-type {
    width: 80%;
  }
  .list-wrap > .flex-wrap .list-name {
    width: 43px;
    font-size: 26px;
  }
  
  
  
  .information h2 {
    margin-bottom: 22px;
    font-size: 26px;
  }
  .christmas-leadmessage > div {
    font-size: 26px;
  }
  .christmas-leadmessage > div > div {
    margin-bottom: 15px;
    font-size: 17px;
    padding: 7px 15px;
  }
  .christmas-leadmessage div span {
    font-size: 16px;
  }
  span.week-day {
    width: 25px;
  }
  
  #christmascake .christmas-title,#ChooseDeli .christmas-title {
    height: 196px;
  }
  #christmascake .more-bt02::before {
    right: 9%;
  }
  #ChooseDeli .more-bt02::before {
    right: 9%;
  }


  .cakedeli-mv .swiper-wrapper{
        margin-bottom: 119px;
    min-height: 430px;
  }
  .cakemv-img .recommend{
        top: 8px;
    right: -16px;
  }
  .item-info .item-place {
    font-size: 15px;
  }
  .item-info .brand-name {
    font-size: 17px;
  }
  .item-info .item-price {
    font-size: 19px;
  }
  
  .size-box:nth-of-type(3) .size-text {
    font-size: 18px;
  }
  .size-box .size-text {
    font-size: 15px;
  }
  .size-box .size-text span {
    font-size: 24px;
  }
  .delivery-cake .delivery-cake-text::before{
  width: 10px;
  height: 10px;
  bottom: -2px;
  left: 50%;
  background: #f4adaa;
  }

  
  
  .brand-link .brand-img {
    width: 50px;
  }
  .brand-link .brand-name ,.brand-link .brand-name.long-name{
    font-size: 18px;
  }
  
  .delivery-cake .delivery-bt .title {
    font-size: 24px;
  }
  .delivery-cake .delivery-bt .day-wrap > div:first-of-type{
  font-size: 15px;
  }
  .delivery-cake .delivery-bt .day-wrap > div:last-of-type{
	  margin-top:5px;
  font-size: 22px;
  }

  .interview-section .interview-box h4{
    margin-bottom: -28px;
    font-size: 47px;
  }
  .interview-section .interview-box h4 span{
    font-size: 18px;
  }
  /*ロングバナー追記*/
  .long-bnr {
     max-width: 980px;
     margin: 70px 70px 0;
   }
   .long-bnr img {
     width: 100%;
     margin-bottom: 20px;
   }
  /*ロングバナー追記*/
}

@media screen and (min-width:800px){
  #appBodyNews .information {
    padding: 5px;
  }
  div#appBodyNews .information h2 {
    font-size: 21px;
  }
  .sp-only{
    display: none;
  }
  .pc-only{
    display: block;
  }
  .content-block,.column-wrap{
    max-width: 1000px;
    margin: 0 auto;
  }
  .christmas-subtitle{
    font-size: 30px;
    line-height: 1.5;
  }
  .christmas-subtitle span{
    font-size: 18px;
  }
  .mainvisual{
  position: relative;
  z-index: 10;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  
  /*アンカーリンクボタン*/
  .ank-wrap{
    height: auto;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .ank-wrap h2{
    background: #fff;
    font-size: 13px;
    color: #333;
  }
  .ank-wrap .flex-wrap{
    justify-content: center;
    align-items: stretch;
  }
  .ank-wrap .ank-link:nth-of-type(2)::before {
    width: 50px;
    height: 50px;
    bottom: -25px;
  }
  .ank-wrap .ank-link{
    width: 50%;
    font-size: 13px;
    }
  .ank-wrap .ank-link::after{
    display: none;
  }
  .ank-link:nth-of-type(2) .ank-title div{
   margin-top:0;
  }
  .ank-wrap .ank-link > a{
    padding: 35px 10px 30px;
    display: block;
  }
  .ank-wrap .ank-link:nth-of-type(1) .ank-title {
    margin: 20px 0 0;
  }
  .ank-wrap .ank-link .ank-title div{
    padding: 0 15px 0 0;
    font-size: 14px;
    letter-spacing:0.2em;
  }
  .ank-link:nth-of-type(1) .ank-title div::before{
    width: 6px;
    height: 6px;
    right: -18px;
    bottom: 42%;
  }
  .ank-link:nth-of-type(1) .ank-title div::after{
    width: 42px;
    height: 42px;
    bottom: 45%;
    right: -35px;
    transform: translateY(50%);
  }
  .ank-wrap .ank-link .ank-title div span{
    font-size: 20px;
  }
  .ank-wrap .ank-link .ank-title div span.fukidashi{
    font-size: 11px;
    width: 66px;
    height: 43px;
    left: -20px;
    top: -39px;
  }
  .ank-wrap .ank-link .ank-image{
    position:absolute;
    width: 70%;
    height: 40px;
    right: -11px;
    top: 10px;
  }
  #Christmas2024 .ank-link .ank-image img{
    width:100%;
    height:100%;
    object-fit:contain;
  }
  .ank-wrap .ank-link .ank-image {
    width: 70%;
    height: 90px;
    right: -48px;
    top: 11px;
  }
  .ank-wrap .ank-link .ank-title div {
        padding: 0 25px 0 0;
        font-size: 21px;
  }
  .ank-wrap .ank-link .ank-title div span.fukidashi {
    font-size: 15px;
    width: 76px;
    height: 66px;
    left: -79px;
    top: -35px;
  }
  .ank-wrap .ank-link:nth-of-type(2) .ank-title div span.fukidashi {
    font-size: 17px;
  }
  .ank-wrap .ank-link .ank-title div span {
    font-size: 33px;
  }
  
  /*予約承り日時・受取日*/
  .information {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .information h2{
    margin-bottom: 22px;
    font-size: 26px;
    letter-spacing: 0.2em;
  }
  .christmas-leadmessage{
    gap:20px;
  }
  .christmas-leadmessage::after{
    transform: translateX(-50%);
  }
  .christmas-leadmessage > div{
    width:calc((100% - 20px) / 2);
    line-height: 1.0;
    font-size: 32px;
  }
  .ank-wrap .ank-link:nth-of-type(2) .christmas-leadmessage > div {
    font-size: 26px;
  }
  .ank-wrap .ank-link:nth-of-type(1) .christmas-leadmessage  span.week-day{
    background:#e56992;
  }
  .christmas-leadmessage div span{
    font-size: 16px;
  }
  span.week-day{
    margin: 0 5px 0!important;
    font-size: 11px;
    width: 25px;
  }
  .christmas-leadmessage > div > div{
    margin-bottom: 15px;
    font-size: 16px;
    padding: 7px 15px;
  }
  .ank-wrap .ank-link:nth-of-type(2) .christmas-leadmessage > div:nth-of-type(1) > div::before{
    background: #f2a5aa;
  }
  .ank-wrap .ank-link:nth-of-type(2) .christmas-leadmessage > div:nth-of-type(1) > div::after{
    background: #f19dab;
  }
  .ank-wrap .ank-link:nth-of-type(2) .christmas-leadmessage > div:nth-of-type(2) > div::before{
    background: #f6b7ab;
  }
  .ank-wrap .ank-link:nth-of-type(2) .christmas-leadmessage > div:nth-of-type(2) > div::after{
    background: #f4aeaa;
  }
  .christmas-leadmessage > div > div::after{
    bottom: -3px;
    left: -9px;
    width: 16px;
    height: 5px;
    transform: rotate(45deg) translateY(-50%);
  }

  
  .list-wrap{
    padding: 0;
  }
  .list-wrap > .flex-wrap{
    width: calc((100% - 50px) / 2);
    display: block;
    margin-top: 0;
  }
  .list-wrap > .flex-wrap > div:last-of-type {
    width: 100%;
    align-content: center;
    max-width: 1000px;
  }
  .list-wrap > .flex-wrap .list-name ,#ChooseDeli .list-wrap > .flex-wrap .list-name{
    margin: 0 0 30px;
    width: auto;
    writing-mode: lr;
    padding: 20px 5px 0 0;
    border: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: transparent;
    font-size: 36px;
  }
  .list-wrap > .flex-wrap .list-name span{
    margin: 0 0 0 5px;
    writing-mode: lr;
    font-size: 13px;
  }
  #Christmas2024 .more-bt02 a{
    padding: 20px 0;
    font-size: 18px;
  }
  .more-bt02::before, .more-bt03::before {
    right: 30px;
  }
  .more-bt02:nth-of-type(n+2) {
    margin-top: 43px;
  }
  .map-img{
    width: 80%;
    height: 100px;
    margin: 0 auto;
  }
  #Christmas2024 .map-bt a {
    max-height: 100px;
    width: 100%;
    height: 100%;
  }
  #Christmas2024 .map-img img{
    height: 100%;
    object-fit: contain;
  }
  #christmascake .christmas-title,#ChooseDeli .christmas-title {
    height: 201px;
    margin: 0px auto 27px 39px;
  }
  
  #christmascake {
    padding: 50px 0 41px;
  }
  .category-section {
    position:relative;
    padding: 70px 15px 100px;
  }
  .christmasgift-wrap{
    position: relative;
    z-index: 10
  }
  .christmasgift-wrap::before {
    content: "";
    display: block;
    width: 200vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(213 155 203);
    background: linear-gradient(215deg, rgb(208 154 199) 0%, rgb(255 168 168) 100%);
    z-index: -1;
  }
	.store-wrap::before {
    content: "";
    display: block;
    width: 200vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(239,143,171);
    background: linear-gradient(150deg, rgb(239 169 143) 0%, rgba(248,198,170,1) 100%);
    z-index: 0;
  }
  .cakemv-img .recommend {
    top: 22px;
    font-size: 13px;
  }
  .cakedeli-item.swiper-slide {
    transform: scale(.7) translateY(70px);
  }
  .cakedeli-item.swiper-slide.swiper-slide-next {
    transform: scale(.8) translateX(50px);
  }
  .cakedeli-item.swiper-slide.swiper-slide-prev {
    transform: scale(.8) translateX(-50px);
  }
  .cakedeli-item.swiper-slide-active {
    transform: scale(1.1);
  }
  .cakedeli-item.swiper-slide-active a{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .item-info{
    transform: translateX(0)
  }
  .cakedeli-item.swiper-slide-active .item-info{
    transform: translateX(0)
  }
  .cakedeli-item.swiper-slide-active .cakemv-img {
    width: 150%;
    margin-left: 15%;
    height: 250px;
  }

  
  .christmasgift-wrap .christmas-title{
    margin: 0 auto 41px;
    height: 200px;
  }
	.christmasgift-wrap .recommend-item{
		margin-bottom: 30px;
		display:flex;
		gap:30px;
	}
	.christmasgift-wrap .recommend-item .recoitem-box{
		width: calc((100% - 30px) / 2);
		border-radius:40px;
		position: relative;
	}
	.christmasgift-wrap .recommend-item .recoitem-box::before {
    z-index: -1;
   }
	.christmasgift-wrap .recommend-item .recoitem-box a{
		padding:20px
	}
	.christmasgift-wrap .recoitem-img {
    /* border: 7px dotted #d89cc1; */
   }
	.christmasgift-wrap .recoitem-box .item-info{
		color:#333
	}
  .list-wrap > .flex-wrap.category{
    width: calc(100% - 14px);
  }
  .list-wrap > .flex-wrap.category > .scroll-wrap{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap:40px 30px;
    max-width: 1000px;
  }
  .list-wrap > .flex-wrap.category > .scroll-wrap.sab-category{
    margin-top: -13px;
    padding: 7px;
  }
  .list-wrap > .flex-wrap.category > .scroll-wrap::after{
    display: none;
  }
  .list-wrap > .flex-wrap.category > .scroll-wrap .category-box{
    margin: 0;
    width:calc((100% - 90px) / 4);
    box-sizing: border-box;
    border: 8px dotted #fff;
    box-shadow: 0 0 7px #fff;
  }
  .category-box .category-img{
	height: 75%;
  }
  .list-wrap > .flex-wrap.category > .scroll-wrap.sab-category .category-box{
    width: calc((100% - 40px) / 5);
    border: 6px dotted #fff;
    margin: 0;
  }
	.list-wrap > .flex-wrap.category .category-box:hover img{
		transform:scale(0.9);
	}
	#Christmas2024 .category-box a:hover img {
    opacity: 1;
}
  .christmasgift-wrap .list-wrap > .flex-wrap.category > .scroll-wrap.main-category{
        padding: 7px;
        gap: 55px 30px;
  }
  .christmasgift-wrap .sab-category {
    overflow: hidden;
    white-space: nowrap;
    padding: 7px 7px 20px;
    gap: 50px 15px;
  }

  
  
  .list-wrap > .flex-wrap.size > div:last-of-type {
    justify-content: flex-start;
    gap: 15px;
  }
  #Christmas2024 .size-box img{
    height: 100%;
    object-fit: contain;
  }

  .list-wrap > .flex-wrap.price > .flex-wrap .more-bt02{
    width: calc((100% - 10px) / 2);
  }
  #Christmas2024 .flex-wrap.price .more-bt02 a{
    font-size: 14px;
  }
  
  .delivery-cake {
    margin: 50px 15px 0;
  }
  
  .delivery-cake .delivery-cake-text span{
  font-size: 20px;
  }
  .delivery-cake .delivery-cake-text{
  max-width: 500px;
	  font-size:17px
  }
  .delivery-cake .delivery-bt{
    max-width: 550px;
 }
	.delivery-cake .delivery-bt a{
		padding: 17px 20px 17px 0;
	}
}

@media screen and (min-width:1150px){
	.ank-wrap .ank-link .ank-title div {
    font-size: 27px;
  }
	.ank-wrap .ank-link .ank-title div span {
    font-size: 38px;
  }
	.ank-wrap .ank-link .ank-title div span.fukidashi, .ank-wrap .ank-link:nth-of-type(1) .ank-title div span.fukidashi {
    font-size: 17px;
    width: 90px;
    height: 70px;
    left: -88px;
  }
}