﻿
.event-wrap * {
  color: #481B02;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .event-wrap .right-tb-0px {
    right: 0 !important;
  }
  .event-wrap .left-tb-0px {
    left: 0 !important;
  }
}

.event-wrap .top-mv {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .event-wrap .top-mv {
    background-image: none !important;
    height: auto;
  }
}

.event-wrap .top-mv img {
  margin-left: auto;
  margin-right: auto;
}

.event-wrap .bg-wh {
  background: #fff;
}

.event-wrap .bg-lg {
  background: #F8F3F1;
}

.event-wrap .bg-gr {
  background: #E5DCD8;
}

.event-wrap .bg-pink {
  background: #F6E3DF;
}

.event-wrap .bg-bd {
  background: #9A232B;
}

.event-wrap .bg-blue {
  background: #6FA1D9;
}

.event-wrap .fc-wh {
  color: #fff !important;
}

.event-wrap .f-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.event-wrap .btn-detail {
  background: #F2F1F1;
  border-radius: 20px;
  height: 38px;
  line-height: 38px;
  display: block;
}

@media screen and (max-width: 767px) {
  .event-wrap .btn-detail {
    height: 30px;
    line-height: 30px;
  }
}

.event-wrap .btn-detail span {
  color: #555555 !important;
}

.event-wrap .btn-cart {
  background: #6FA1D9;
  height: 40px;
  line-height: 40px;
  display: block;
  position: relative;
  padding-left: 5%;
}

@media screen and (max-width: 767px) {
  .event-wrap .btn-cart {
    height: 36px;
    line-height: 36px;
  }
}

.event-wrap .btn-cart span {
  color: #fff !important;
}

.event-wrap .btn-cart:before {
  content: '';
  width: 24px;
  height: 26px;
  background: url(../image/cart.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .event-wrap .btn-cart:before {
    width: 15px;
    height: 17px;
  }
}

@media screen and (min-width: 768px) {
  .event-wrap .ranking-item-swiper .swiper-wrapper {
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .event-wrap .ranking-item-swiper .swiper-slide {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    margin: 0 10px;
  }
  .event-wrap .ranking-item-swiper .swiper-slide:nth-child(1), .event-wrap .ranking-item-swiper .swiper-slide:nth-child(2) {
    width: 300px;
    margin: 0 20px;
  }
  .event-wrap .ranking-item-swiper .swiper-slide:nth-child(n+3) {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .event-wrap .ranking-item-swiper .swiper-slide {
    max-width: 100%;
  }
}

.event-wrap .ranking-item-swiper .swiper-button-prev,
.event-wrap .ranking-item-swiper .swiper-button-next {
  width: 51px;
  height: 51px;
  margin-top: 0;
  background-size: 51px 51px;
}

@media screen and (min-width: 768px) {
  .event-wrap .ranking-item-swiper .swiper-button-prev,
  .event-wrap .ranking-item-swiper .swiper-button-next {
    display: none;
  }
}

.event-wrap .ranking-item-swiper .swiper-button-prev {
  background-image: url(../image/slider_icon01.png);
  left: -20px;
}

.event-wrap .ranking-item-swiper .swiper-button-next {
  background-image: url(../image/slider_icon02.png);
  right: -20px;
}

.event-wrap .ranking-item-swiper .ranking-item__img {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .event-wrap .ranking-item-swiper .ranking-item__img {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  }
}

@media screen and (min-width: 768px) {
  .event-wrap .ranking-item-swiper .ranking-item__rank {
    margin-bottom: 10px;
    position: static;
  }
  .event-wrap .ranking-item-swiper .ranking-item__rank img {
    margin-left: 0;
  }
}

.event-wrap .ranking-item-swiper .ranking-item__name {
  text-align: left;
  letter-spacing: 0;
}

.event-wrap .ranking-item-swiper .ranking-item__tax {
  text-align: left;
}

.event-wrap .ranking-item-swiper .ranking-item__list.soldout {
  pointer-events: none;
}

.event-wrap .ranking-item-swiper .ranking-item__list.soldout .ranking-item__img {
  position: relative;
}

.event-wrap .ranking-item-swiper .ranking-item__list.soldout .ranking-item__img:before {
  position: absolute;
  content: "";
  background-image: url(../image/soldout01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 10;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.event-wrap .line__title {
  position: relative;
}

.event-wrap .line__title:before, .event-wrap .line__title:after {
  position: absolute;
  content: "";
  background: url(../image/line_title.png) no-repeat;
  background-size: 100%;
  width: 600px;
  height: 2px;
}

@media screen and (max-width: 767px) {
  .event-wrap .line__title:before, .event-wrap .line__title:after {
    background-size: cover;
    width: 100%;
  }
}

.event-wrap .line__title:before {
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.event-wrap .line__title:after {
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.event-wrap .pickup-bg {
  background-color: #D2737C;
  background-image: url(/contents/whiteday2023/img/bg_pickup.png);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .event-wrap .pickup-bg {
    background-size: contain;
  }
}

.event-wrap .pickup-bg:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 490px;
  background-image: url(/contents/whiteday2023/img/bg_pickup.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.event-wrap .pickup-contents-bg {
  background-color: #FFF3F3;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .event-wrap .pickup-contents-bg {
    padding: 5px;
  }
}

.event-wrap .pickup-contents-bg-border {
  border: 2px solid #C6BFAE;
}

@media screen and (max-width: 767px) {
  .event-wrap .pickup-contents-bg-border {
    border: 1px solid #C6BFAE;
  }
}

.event-wrap .ranking-bg {
  background-image: url(/contents/whiteday2022/img/ttl_bg01.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top 60px right,bottom 160px left -40px;
}

@media screen and (max-width: 767px) {
  .event-wrap .ranking-bg {
    background: none;
  }
}

.event-wrap .ichigo-bg {
  background-color: #FFF3F3;
  background-image: url(/contents/whiteday2023/img/bg_ichigo.png);
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (max-width: 767px) {
  .event-wrap .ichigo-bg {
    background-size: contain;
  }
}

.event-wrap .limited-bg {
  background-color: #FEFEED;
  background-image: url(/contents/whiteday2023/img/bg_limited.png);
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (max-width: 767px) {
  .event-wrap .limited-bg {
    background-size: contain;
  }
}

.event-wrap .gift-bg {
  background-color: #ECF9FB;
  background-image: url(/contents/whiteday2023/img/bg_gift.png);
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (max-width: 767px) {
  .event-wrap .gift-bg {
    background-size: contain;
  }
}

.event-wrap .macaron-bg {
  background-color: #F8F2EA;
  background-image: url(/contents/whiteday2023/img/bg_macaron.png);
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (max-width: 767px) {
  .event-wrap .macaron-bg {
    background-size: contain;
  }
}

.event-wrap .classic-bg {
  background-image: url(../image/ttl_04.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .event-wrap .classic-bg {
    background-image: url(../image/ttl_04_sp.png);
  }
}

.event-wrap .btn-detail {
  background: #F8E6E6;
}

.event-wrap .btn-cart {
  background: #A1143A;
}

.event-wrap #section03 .ranking-item-swiper .swiper-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event-wrap #section03 .ranking-item-swiper .swiper-wrapper .swiper-slide {
  width: 240px;
  margin: 0px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .event-wrap #section03 .ranking-item-swiper .swiper-wrapper .swiper-slide {
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {
  .event-wrap .ranking-item-swiper .swiper-button-prev {
    left: -10px;
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .event-wrap .ranking-item-swiper .swiper-button-next {
    right: -10px;
    width: 40px;
    height: 40px;
  }
}

.event-wrap .ranking-item-swiper.pc-sp-swiper .swiper-button-prev, .event-wrap .ranking-item-swiper.pc-sp-swiper .swiper-button-next {
  display: block;
}

@media screen and (max-width: 767px) {
  .event-wrap .sp-reversal {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
