@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@media screen and (max-width: 992px) {
  .fs-l-main {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
  }
  .fs-l-main .fs-c-productList {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .fs-l-main {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
  }
}

.christmas2021 {
  padding-top: 45px;
}
.christmas2021.upperText {
  margin-bottom: 50px;
}
.christmas2021.lowerText .christmas-nav {
  margin-bottom: 50px;
}
.christmas2021 .ttl_alph {
  color: #af934b;
  font-size: 24px;
  font-family: "Pinyon Script", cursive;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 991px) {
  .christmas2021 .ttl_alph {
    font-size: 40px;
  }
}
.christmas2021 .christmas-ttl1 {
  text-align: center;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.16em;
  color: #555;
}
@media screen and (min-width: 991px) {
  .christmas2021 .christmas-ttl1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.christmas2021 .christmas-ttl2 {
  text-align: center;
  font-family: "Yu Mincho Demibold", "YuMincho Demibold", serif;
  color: #af934b;
  font-size: 20px;
}
@media screen and (min-width: 991px) {
  .christmas2021 .christmas-ttl2 {
    font-size: 36px;
  }
}
.christmas2021 .text {
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
  line-height: 2em;
  letter-spacing: 0;
}
@media screen and (min-width: 991px) {
  .christmas2021 .text {
    font-size: 15px;
  }
}
.christmas2021 .btn {
  text-align: center;
  position: relative;
  z-index: 2;
}
.christmas2021 .btn a {
  display: inline-block;
  border: 1px solid #848484;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  text-align: center;
  padding: 10px 35px;
  line-height: 1em;
}
@media screen and (min-width: 991px) {
  .christmas2021 .btn a {
    font-size: 16px;
    padding: 22px 100px;
  }
}
.christmas2021 .btn_christmas-top a {
  position: relative;
  padding: 20px 0;
  width: 80%;
}
@media screen and (min-width: 991px) {
  .christmas2021 .btn_christmas-top a {
    padding: 22px 0;
    width: 400px;
  }
}
.christmas2021 .btn_christmas-top a:after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #848484;
  border-bottom: 1px solid #848484;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 15px;
}

.christmas-info .text {
  margin-bottom: 45px;
}
@media screen and (min-width: 991px) {
  .christmas-info .text {
    margin-bottom: 90px;
  }
}

.christmas-nav {
  padding: 60px 5.3%;
  background-color: #f3f2ee;
  margin-bottom: 110px;
}
@media screen and (min-width: 991px) {
  .christmas-nav {
    padding: 100px 11%;
  }
}
.christmas-nav > section {
  margin-bottom: 35px;
}
@media screen and (min-width: 991px) {
  .christmas-nav > section {
    margin-bottom: 80px;
  }
}
.christmas-nav > section:last-of-type {
  margin-bottom: 0;
}

.christmas-ttl2 {
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.christmas-ttl2 strong {
  display: block;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 10px;
}
@media screen and (min-width: 991px) {
  .christmas-ttl2 strong {
    font-size: 20px;
  }
}

.christmas-cake-reservation {
  background-color: #fff;
  background-image: url(https://wako.itembox.design/item/assets/images/pickup/christmas2021/deco-border_sp.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  position: relative;
}
@media screen and (min-width: 991px) {
  .christmas-cake-reservation {
    background-image: url(https://wako.itembox.design/item/assets/images/pickup/christmas2021/deco-border_pc.png);
  }
}
.christmas-cake-reservation .deco-wrap {
  background-image: url(https://wako.itembox.design/item/assets/images/pickup/christmas2021/deco-center_sp.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  padding: 35px 17px;
}
@media screen and (min-width: 991px) {
  .christmas-cake-reservation .deco-wrap {
    background-image: url(https://wako.itembox.design/item/assets/images/pickup/christmas2021/deco-center_pc.png);
    padding: 60px 90px;
  }
}
.christmas-cake-reservation .deco-wrap:before {
  content: '';
  width: 100%;
  height: 80px;
  background-image: url(https://wako.itembox.design/item/assets/images/pickup/christmas2021/deco-top_sp.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 991px) {
  .christmas-cake-reservation .deco-wrap:before {
    background-image: url(https://wako.itembox.design/item/assets/images/pickup/christmas2021/deco-top_pc.png);
  }
}
.christmas-cake-reservation .deco-wrap:after {
  content: '';
  width: 100%;
  height: 80px;
  background-image: url(https://wako.itembox.design/item/assets/images/pickup/christmas2021/deco-bottom_sp.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 991px) {
  .christmas-cake-reservation .deco-wrap:after {
    background-image: url(https://wako.itembox.design/item/assets/images/pickup/christmas2021/deco-bottom_pc.png);
  }
}
.christmas-cake-reservation .slider {
  width: 100%;
  margin-bottom: 18px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 991px) {
  .christmas-cake-reservation .slider {
    margin-bottom: 28px;
  }
}
.christmas-cake-reservation .slider .inner {
  padding: 0 2px;
}
.christmas-cake-reservation .text {
  font-size: 12px;
  margin-bottom: 20px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 991px) {
  .christmas-cake-reservation .text {
    font-size: 16px;
    margin-bottom: 28px;
  }
}

.christmas-recommend .christmas-ttl2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.christmas-recommend .christmas-ttl2:before {
  display: inline-block;
  width: 33px;
  height: 0;
  content: '';
  border-top: 1px solid #af934b;
}
@media screen and (min-width: 991px) {
  .christmas-recommend .christmas-ttl2:before {
    width: 20%;
  }
}
.christmas-recommend .christmas-ttl2:after {
  display: inline-block;
  width: 33px;
  height: 0;
  content: '';
  border-top: 1px solid #af934b;
}
@media screen and (min-width: 991px) {
  .christmas-recommend .christmas-ttl2:after {
    width: 20%;
  }
}
@media screen and (min-width: 991px) {
  .christmas-recommend .christmas-recommend-list {
    display: flex;
    justify-content: space-between;
  }
}
.christmas-recommend .christmas-recommend-list .item {
  margin-bottom: 20px;
}
@media screen and (min-width: 991px) {
  .christmas-recommend .christmas-recommend-list .item {
    width: 48%;
    margin-bottom: 0;
  }
}
.christmas-recommend .christmas-recommend-list .item:last-of-type {
  margin-bottom: 0;
}

.christmas-giftmenu .christmas-ttl3 {
  text-align: center;
  font-family: "Yu Mincho Demibold", "YuMincho Demibold", serif;
  color: #af934b;
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (min-width: 991px) {
  .christmas-giftmenu .christmas-ttl3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 991px) {
  .christmas-giftmenu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.christmas-giftmenu ul li {
  margin-bottom: 15px;
}
@media screen and (min-width: 991px) {
  .christmas-giftmenu ul li {
    width: 31.6%;
  }
}
.christmas-giftmenu ul li:last-of-type {
  margin-bottom: 0;
}
.christmas-giftmenu ul li a {
  display: block;
  font-size: 13px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
  line-height: 1em;
  padding: 20px 0;
  position: relative;
}
@media screen and (min-width: 991px) {
  .christmas-giftmenu ul li a {
    font-size: 16px;
  }
}
.christmas-giftmenu ul li a:after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #848484;
  border-bottom: 1px solid #848484;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 15px;
}
@media screen and (min-width: 991px) {
  .christmas-giftmenu ul li a:after {
    display: none;
  }
}

.christmas-giftitem {
  margin-bottom: 110px;
}
@media screen and (min-width: 991px) {
  .christmas-giftitem {
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 190px;
  }
}
.christmas-giftitem:last-of-type {
  margin-bottom: 0;
}
.christmas-giftitem .christmas-ttl1 {
  font-weight: 700;
}
.christmas-giftitem .text {
  margin-bottom: 45px;
}
@media screen and (min-width: 991px) {
  .christmas-giftitem .text {
    margin-bottom: 70px;
  }
}
.christmas-giftitem .image {
  margin-bottom: 20px;
}
@media screen and (min-width: 991px) {
  .christmas-giftitem .image {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
}
.christmas-giftitem .productList {
  overflow-x: scroll;
  white-space: nowrap;
  margin-left: 5.3%;
  margin-bottom: 20px;
}
@media screen and (min-width: 991px) {
  .christmas-giftitem .productList {
    white-space: inherit;
    overflow-x: inherit;
    display: flex;
    margin-left: -1.8%;
    margin-bottom: 50px;
  }
}
.christmas-giftitem .productList .item {
  display: inline-block;
  width: 50%;
  margin-right: 10px;
}
@media screen and (min-width: 991px) {
  .christmas-giftitem .productList .item {
    width: 23.2%;
    margin-left: 1.8%;
  }
}
.christmas-giftitem .productList .item span {
  display: block;
}
.christmas-giftitem .productList .productImg {
  margin-bottom: 15px;
}
@media screen and (min-width: 991px) {
  .christmas-giftitem .productList .productImg {
    margin-bottom: 20px;
  }
}
.christmas-giftitem .productList .productName {
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (min-width: 991px) {
  .christmas-giftitem .productList .productName {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.christmas-giftitem .productList .productPrice {
  color: #848484;
  font-size: 14px;
}
@media screen and (min-width: 991px) {
  .christmas-giftitem .productList .productPrice {
    font-size: 15px;
  }
}

.fs-body-category-christmas .fs-c-productList {
  display: none;
}

.show-window {
  background-image: url(https://wako.itembox.design/item/assets/images/pickup/christmas2021/img_christmas-decorations_sp.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 193px;
  background-color: #000;
  margin-left: 5.3%;
  margin-right: 5.3%;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 991px) {
  .show-window {
    background-image: url(https://wako.itembox.design/item/assets/images/pickup/christmas2021/img_christmas-decorations_pc.jpg);
    margin: 0;
    padding-top: 270px;
    padding-left: 85px;
    padding-bottom: 60px;
  }
}
.show-window .ttl_alph {
  color: #fff;
  text-align: left;
  line-height: 1em;
}
.show-window .christmas-ttl1 {
  color: #fff;
  text-align: left;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 991px) {
  .show-window .christmas-ttl1 {
    margin-bottom: 25px;
  }
}
.show-window .text {
  color: #fff;
  text-align: left;
  margin-bottom: 28px;
}
@media screen and (min-width: 991px) {
  .show-window .text {
    margin-bottom: 0;
    padding-right: 460px;
  }
}
@media screen and (min-width: 991px) {
  .show-window .btn {
    position: absolute;
    bottom: 60px;
    right: 100px;
  }
}
.show-window .btn a {
  color: #fff;
  position: relative;
}
@media screen and (min-width: 991px) {
  .show-window .btn a {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.show-window .btn a:before {
  content: '';
  display: block;
  border-left: 1px solid #fff;
  width: 1px;
  height: 20px;
  top: 50%;
  right: 28px;
  position: absolute;
  display: block;
  margin-top: -10px;
}
.show-window .btn a:after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 15px;
}

.christmas-cake .image {
  margin-bottom: 45px;
}
@media screen and (min-width: 991px) {
  .christmas-cake .image {
    margin-bottom: 80px;
  }
}
.christmas-cake .christmas-cake-detail {
  margin-bottom: 50px;
}
@media screen and (min-width: 991px) {
  .christmas-cake .christmas-cake-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.christmas-cake .christmas-cake-detail .ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 991px) {
  .christmas-cake .christmas-cake-detail .ttl {
    text-align: left;
  }
}
.christmas-cake .christmas-cake-detail .txBlock {
  margin-left: 5.5%;
  margin-right: 5.5%;
}
@media screen and (min-width: 991px) {
  .christmas-cake .christmas-cake-detail .txBlock {
    margin: 0;
    width: 40%;
  }
}
.christmas-cake .christmas-cake-detail .txBlock .text2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 991px) {
  .christmas-cake .christmas-cake-detail .txBlock .text2 {
    text-align: left;
  }
}
.christmas-cake .christmas-cake-detail .map {
  margin-left: 5.5%;
  margin-right: 5.5%;
  margin-bottom: 30px;
}
@media screen and (min-width: 991px) {
  .christmas-cake .christmas-cake-detail .map {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
  }
}
.christmas-cake .christmas-cake-detail .note {
  text-align: left;
  margin-left: 5.5%;
  margin-right: 5.5%;
}
@media screen and (min-width: 991px) {
  .christmas-cake .christmas-cake-detail .note {
    width: 100%;
    margin: 0;
  }
}
