.pic-top{
  background: #881f24;
  padding:0 0 60px 0;
  position: relative;
}
#christmas .sp{
  display: none; 
}
/*.item_contents
----------------------*/
#christmas .item_contents {
  min-width: 1140px;
}
@media screen and (min-width: 1920px) {
  #christmas .item_contents {
    padding: calc(50 * (100vw / 1920)) 0 calc(50 * (100vw / 1920)) 0;
    background: url("../img/bg.jpg") center repeat;
    background-attachment: fixed;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1920px) {
  #christmas .item_contents {
    padding: 50px 0 50px 0;
    background: url("../img/bg.jpg") center repeat;
    background-attachment: fixed;
    background-size: 1500px auto;
  }
}
/*.item_block*/
#christmas .item_contents .wrap {
  width: 1140px;
  margin: 0 auto;
  /*background: #FFF;*/
}
#christmas .item_contents .item_block {
  width: 1140px;
  margin: 0 auto;
  padding-bottom: 0;
}
/* itemlist */
#christmas .item_block .item_list {
  width: 1060px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
#christmas .item_block .item_list > div {
  display: flex;
  justify-content: space-between;
}
#christmas .item_block .item_list .col-item {
  width: 250px;
}
#christmas .item_block .item_list .col-item .u-item-gender {
  display: none;
}
#christmas .item_block .item_list .col-item .u-item {
  position: relative;
}
#christmas .item_block .item_list .item_label {
  background: #ea0b29;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  text-align: center;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#christmas .item_block .item_list .item_label p {
  font-size: 10px;
  line-height: 1.8em;
}
#christmas .item_block .item_list .item_label p strong {
  font-size: 13px;
}
#christmas .logo-co img {
  margin: 0 auto;
  padding: 30px 0;
  width: 160px;
}
/*-- .item-swiper --*/
.item-swiper {
  padding: 0 20px;
}
.item-swiper h1 {
  margin-bottom: 30px;
}
.item-swiper .slide-content {
  position: relative;
  overflow: hidden;
}
.item-swiper .slide-content .swiper-button-prev, .item-swiper .slide-content .swiper-button-next {
  overflow: hidden;
  width: 30px;
  height: 0;
  border: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 30px;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  z-index: 2;
}
.item-swiper .slide-content .swiper-button-prev {
  background-image: url(/res/p/img/top_sa_slider_arrow_prev.svg);
  left: 10px;
}
.item-swiper .slide-content .swiper-button-next {
  background-image: url(/res/p/img/top_sa_slider_arrow_next.svg);
  right: 10px;
}

.text-title{
  color:#FFF;
}
.u-btn-outline{
  border: 1px solid #FFF;
  color: #000;
  background: #FFF;
  transition: 0.5s;
}
.u-btn-outline:hover{
  opacity: 0.5;
}
.swiper{
  background: #FFF;
  padding:5px 5px 30px;
  border-radius: 5px;
}
.u-item-meta{
  width:90%;
  margin: 0 auto;
}
.pic-top .btn-wrap{
  width: 1100px;
  justify-content: space-between;
}
.u-btn-w240{
  width: 260px;
}
.u-btn-w335{
  width: 353px;
}
.slide__title{
  width:900px;
  margin:50px auto 0;
}
#christmas{
  background-image: url(/s/feature/all/christmas/img/251205_bg_pc.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
#christmas .lead{
  font: 400 14px / 2 "Noto Sans JP", serif;
  color:#FFF;
  text-align: center;
}
#christmas .lead p{
  margin: 1em 0 0;
}
#christmas .lead p a.link__txt{
  text-decoration: underline;
  color: #FFF;
}
#christmas .lead p a.link__btn{
  background: #FFF;
  color:#000;
  width: 300px;
  padding: 0.5em 0;
  display: block;
  margin: 0.5em auto;
}
#christmas .u-item-mile p{
  font: 700 12px / 1.4 "Noto Sans JP", serif;
}
#christmas .u-item-mile p:first-child{
  font: 700 14px / 1.4 "Noto Sans JP", serif;
}
#christmas .u-item-mile p:first-child,
#christmas .u-item-mile p:last-child{
  color:#ea0b29;
}
#christmas .u-item-mile p:last-child{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#christmas .u-item-mile p:last-child strong{
  font: 700 36px / 1 "Noto Sans JP", serif;
  background: linear-gradient(to bottom,#FFF 0%,#FFF 50%,yellow 50%,yellow 100%);
}
#christmas .u-item-mile p:last-child span{
  font: 700 14px / 1.4 "Noto Sans JP", serif;
  margin:0.5em 0 0 0.5em;
}