
@charset "utf-8";
/* CSS Document */

/*====================================================================
slick
====================================================================*/
.slick-track {
  display: flex;
}
.slider_area p {
  line-height: 1.6;
}
* {
  box-sizing: border-box;
}
.slider_area {
  max-width: 1400px;
  margin: 70px auto 30px;
}
.slider_area.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 10px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

@media screen and (max-width:767px) {
/* --------
タブレット
-------- */
  .slider_area {
    margin: 30px auto 20px;
  }
}

@media screen and (max-width:480px) {
/* --------
SP
--------- */
  .slider_area {
    margin: 15px auto;
  }
  .slick-slide {
    margin: 0 5px;
  }
}

/*====================================================================
item
====================================================================*/
.slider_area .each_item {
  border: solid #000 1px;
  border-radius: max(0px, min(20px, calc((100vw - 10px - 100%) * 9999))) / 20px;
  overflow: clip;
  height: auto;
}
.slider_area .img {
  overflow: hidden;
  background: #fff;
  width: 100%;
}
.slider_area .img img {
  width: 100%;
}
.slider_area .txt_wrap {
  padding: 13px 18px 15px;
  border-top: solid 1px #000;
  background: #fff;
  height: 100%;
}
/*フロア*/
.slider_area .each_item .txt_wrap p.floor {
  margin: 0 0 3px;
  position: relative;
  padding-left: 21px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.6;
  border-bottom: 1px #000 solid;
}
.slider_area .each_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%);
}
/*ブランド名*/
.slider_area .each_item p.brand {
  font-weight: 600;
  margin: 9px 0 6px -3px;
  font-size: 16px;
}
/*商品名*/
.slider_area .each_item p.itemname {
  margin: 0;
}
/*値段*/
.slider_area .each_item p.price {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 600;
}
/*商品詳細　キャプション*/
.slider_area .each_item .caption {
  margin-top: 10px;
  font-size: 14px;
}
/*販売期間*/
.slider_area .each_item .limit-info p {
  margin: 13px 0 5px;
  padding-bottom: 13px;
  border-bottom: dotted 1px #000;
  font-weight: 600;
  text-align: left;
}
.slider_area .each_item .limit-info p span {
  margin-right: 10px;
  padding: 2px 4px;
  display: inline-block;
  font-size: 10px;
  border: 1px solid;
  letter-spacing: 0.1em;
}
/*ショップ情報*/
.slider_area .shoppage-link {
  margin: 10px 0 0;
  width: 100%;
}
.slider_area .shoppage-link a {
  display: flex;
  gap: 18px;
  font-weight: 600;
  border-radius: 100vh;
  padding: 5px 17px 5px 5px;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.slider_area .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);
}
.slider_area .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;
  box-sizing: border-box;
}
.slider_area .shoppage-link a p {
  width: calc((100% - 21%) - 20px);
}
.slider_area .shop-logo + p {
  font-size: 15px;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
	/* 768px～960pxに適用されるCSS（タブレット用） */
  
  /*販売期間*/
  .slider_area .each_item .limit-info p {
    font-size: 13px;
    margin: 12px 0 0px;
    padding-bottom: 12px;
  }
  /*商品詳細　キャプション*/
  .slider_area .each_item .caption {
    margin: 8px 0;
    font-size: 13px;
    line-height: 1.5;
  }
  /*ショップ情報*/
  .slider_area .shoppage-link a {
    gap: 12px;
  }
  .slider_area .shop-logo {
    width: 25%;
  }
  .slider_area .shoppage-link a p {
    width: calc((100% - 25%) - 12px);
  }

  .slider_area .shop-logo + p {
    font-size: 13px;
    line-height: 1.4;
  }
  .slider_area .shoppage-link a::before {
    width: 6px;
    height: 6px;
    right: 6px;
  }
}
@media screen and (max-width: 767px) {
	/* 767px以下に適用されるCSS（タブレット用） */
  
  .slider_area .txt_wrap {
    padding: 10px 15px 13px;
  }
  /*商品名*/
  .slider_area .each_item p.itemname {
    font-size: 12px;
  }
  /*販売期間*/
  .slider_area .each_item .limit-info p {
    font-size: 12px;
    margin-top: 13px;
    padding-bottom: 10px;
  }
  /*商品詳細　キャプション*/
  .slider_area .each_item .caption {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5;
  }
  /*ブランド名*/
  .slider_area .each_item p.brand {
    font-size: 14px;
  }
  /*ショップ情報*/
  .slider_area .shop-logo + p {
    font-size: 13px;
    line-height: 1.4;
  }
  .slider_area .shoppage-link a {
    gap: 9px;
    padding: 5px 12px 5px 5px;
  }
  .shoppage-link .shop-logo {
    width: 18%;
    padding: 4px;
  }
  .slider_area .shoppage-link a p {
    width: calc((100% - 18%) - 9px);
  }
  .slider_area .shoppage-link a::before {
    right: 2px;
  }
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  
  .slider_area .txt_wrap {
    padding: 8px 12px 11px;
  }
  /*ブランド名*/
  .slider_area .each_item p.brand {
    font-size: 14px;
  }
  /*値段*/
  .slider_area .each_item p.price {
    font-size: 13px;
  }
  /*商品詳細　キャプション*/
  .slider_area .each_item .caption {
    font-size: 12px;
    line-height: 1.4;
  }
  /*販売期間*/
  .slider_area .each_item .limit-info p {
    padding-bottom: 6px;
  }
  /*ショップ情報*/
  .slider_area .shoppage-link a {
    gap: 9px;
    padding: 5px 12px 5px 5px;
  }
  .shoppage-link .shop-logo {
    width: 30%;
    padding: 4px;
  }
  .slider_area .shoppage-link a p {
    width: calc((100% - 30%) - 9px);
  }
  .slider_area .shoppage-link a::before {
    width: 5px;
    height: 5px;
  }
}
/*====================================================================
オリジナル追加矢印
====================================================================-*/
.arrow_box_pink,
.arrow_box_purple {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0 0;
  position: relative;
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position:relative;
}

.prev-arrow {
  transform: rotate(180deg);
  margin-right: 15px;
}

.prev-arrow::before,
.next-arrow::before{
  position:absolute;
  content: "";
  width:10px;
  height:10px;
  border-right: 3px solid #e573a2;
  border-top: 3px solid #e573a2;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}
#the_day_chicken .prev-arrow::before,
#the_day_chicken .next-arrow::before{
  border-right: 3px solid #838ae5;
  border-top: 3px solid #838ae5;
}
/* --------
SP
-------- */
@media screen and (max-width:428px) {
  .prev-arrow,
  .next-arrow {
    width: 35px;
    height: 35px;
  }
  .prev-arrow {
    margin-right: 10px;
  }
  .prev-arrow::before,
  .next-arrow::before{
    width:6px;
    height:6px;
    border-right: 3px solid #e573a2;
    border-top: 3px solid #e573a2;
  }
}

/*====================================================================
当日買えるケーキ
====================================================================*/
section#the_day_cake {
  padding: 80px 0 0;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.bg_gradation {
  background: linear-gradient(50deg,rgba(131, 138, 229, 1) 0%, rgba(223, 117, 149, 1) 53%, rgba(221, 118, 123, 1) 100%);
}
/* -----------
タブレット
----------- */
@media screen and (max-width:767px) {
}

/*====================================================================
タイトル
====================================================================*/
/* ---------
PC
---------*/
#the_day_cake .category_heading,
#the_day_chicken .category_heading {
  position: relative;
  padding-bottom: 50px;
  font-size: 50px;
  text-align: center;
  font-family: "noto-sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 55px;
  color: #fff;
}

#the_day_cake .category_heading .category_sub,
#the_day_chicken .category_heading .category_sub {
  font-size: 30px;
  font-family: "noto-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#the_day_cake .category_heading span,
#the_day_chicken .category_heading span {
  position: relative;
  z-index: 2;
}

#the_day_cake .category_heading::before,
#the_day_chicken .category_heading::before {
  content: attr(data-en);
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.2);
  font-size: 80px;
  font-style: italic;
}

#the_day_cake .category_heading::after,
#the_day_chicken .category_heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%) rotate(30deg);
  width: 1.5px;
  height: 40px;
  background-color: #fff;
}
/* ---------
タブレット
--------- */
@media screen and (max-width:767px) {
  #the_day_cake .category_heading,
  #the_day_chicken .category_heading {
    font-size: 5vw;
    font-weight: 900;
    line-height: 5.859375vw;
    padding-top: 6.4vw;
  }

  #the_day_cake .category_heading .category_sub,
  #the_day_chicken .category_heading .category_sub {
    font-size: 3vw;
    font-weight: 500;
  }
  
  #the_day_cake .category_heading::before,
  #the_day_chicken .category_heading::before {
    bottom: 55px;
    font-size: 8vw;
  }
  #the_day_cake .category_heading::after,
  #the_day_chicken .category_heading::after {
    bottom: 1.302083vw;
    height: 4vw;
  }
}
/* ---------
SP
--------- */
@media screen and (max-width:428px) {
  #the_day_cake .category_heading,
  #the_day_chicken .category_heading {
    font-size: 19px;
    line-height: 25px;
    padding-top: 0;
  }

  #the_day_cake .category_heading .category_sub,
  #the_day_chicken .category_heading .category_sub {
    font-size: 13px;
  }
  
  #the_day_cake .category_heading::before,
  #the_day_chicken .category_heading::before {
    bottom: 53px;
    font-size: 31.5px;
  }
  
  #the_day_cake .category_heading::after,
  #the_day_chicken .category_heading::after {
    bottom: 25px;
    height: 20px;
  }
}



