/*color*/
:root{
  --main-color: #E3729F;
  --main-color02: #FCF0F5;
  --main-color03: #F5C1D6;
  --white: #fff;
  --text: #B75A86;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.pc- {
  display: block;
}
.sp- {
  display: none;
}
.u-txt-fin{
  color: red;
  font-size: 18px;
  text-align: center;
}

/*mv*/
.jill-mv {
  margin-bottom: 24px;
}

/*concept*/
.jill-concept {
  padding: 32px;
  text-align: center;
}
.jill-concept__logo {
  width: 80%;
  max-width: 400px;
  margin: 0 auto 24px;
}
.jill-concept__txt:nth-child(n+2){
  margin-top: 1em;
}

/* present */
.block-present{
  position: relative;
  width: 75%;
  margin: 0 auto;
  padding: 2em;
  border-radius: 20px;
  background-color:var(--main-color02);
  box-sizing: border-box;
}
.block-present_ribbon{
  position: absolute;
  top: -4%;
  left: -2%;
  width: 130px;
}
.block-present_ribbon02{
  position: absolute;
  bottom: -4%;
  right: -2%;
  width: 130px;
  transform: rotate(180deg);
}
.block-present_inner{
  display:flex;
  justify-content:center;
  align-items:center;
  margin-bottom: 16px;
}
.block-present_img{
  width:25%;
  margin-right:2em;
}
.block-present_img img{
  width:100%;
}
.block-present_ttl{
  margin-bottom: 6px;
  font-size: 24px;
  text-align: center;
}
.block-present_date{
  text-align: center;
}
.block-present_item{
  font-size: 17px;
}
.present-cap{
  margin-top: 16px;
}
.present-sub{
  text-indent:-1em;
  padding-left:1em;
  font-size:12px;
}
.present-sub:nth-child(n+2){
  margin-top: 2px;
}

/*gift*/
.jill-gift__inner {
  margin: 100px auto;
  padding: 64px 0 0;
  background:center / contain url("/img/e/jillstuart251107cp/gift_bg.png") repeat-y;
  border-radius: 20px;
  box-sizing: border-box;
}
.jill-gift__top{
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.8);
}
.jill-gift__title {
  margin-bottom: 12px;
  font-size: 32px;
  text-align: center;
}
.jill-gift__date{
  text-align: center;
}
.jill-giftList {
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 4%;
  margin: 56px auto;
  padding: 0 32px;
  box-sizing: border-box;
}
.jill-giftItem {
  display: flex;
  flex-direction: column;
  width: 48%;
  min-height: 650px;
  background: var(--white);
  padding: 32px;
  box-sizing: border-box;
  border: 1px solid var(--text);
  position: relative;
  margin-bottom: 80px;
  border-radius: 20px;
}
.jill-giftItem--bag{
  padding: 0;
  justify-content: center;
  row-gap: 32px;
}
.jill-giftItem__kinds {
  position: absolute;
  top: 0;
  left: -18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -24px;
  padding: 16px;
  background: var(--main-color02);
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: var(--text);
}
.jill-giftItem__bag{
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: var(--text);
}
.jill-giftItem__img {
  width: 100%;
}
.jill-giftItem__img--bag{
  width: 100%;
}
.jill-giftItem__text {
  margin-top: 16px;
  line-height: 1.3;
}
.jill-giftItem__text--set{
  flex-grow: 1;
}
.jill-giftItem__text--bag{
  margin-top: 0;
  padding: 0 32px;
}
.jill-giftItem__name {
  font-size: 14px;
}
.jill-giftItem__name--set {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 4px;
}
.jill-giftItem__name--bag{
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.jill-giftItem__price {
  font-size: 20px;
  margin: 1em 0;
}
.jill-giftItem__note {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 4px;
}
.jill-giftItem__note--bag{
  text-align: center;
}
.jill-giftItem__cart {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px;
  border-radius: 33px;
  color: var(--white);
  background-color: var(--main-color);
  margin: 24px 0 40px;
  transition: .3s;
  box-sizing: border-box;
  cursor: pointer;
}
.jill-giftItem__cart::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12%;
  margin: auto;
  width: 32px;
  background: url("/img/e/jillstuart251107cp/cart_icon.png") no-repeat center;
  background-size: 100%;
  }
.jill-giftItem__cart--end {
  background-image: none;
  background: #999;
}
.jill-giftItem__cart:hover {
  opacity: .8;
  transition: .3s;
}
.jill-giftItem__cart--end:hover {
  opacity: 1;
}

/********** swiper **********/
.p-main_slider {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.p-main_slider .p-main_box{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.swiper-container{
  height: 100%;
}
.swiper-slide{
  height: auto;
}
.swiper-slide img {
  display: block;
  width: 75%;
  margin: 0 auto;
}
.swiper-slide a{
  transition: .5s;
}
.swiper-slide a:hover{
  opacity: 0.6;
}
.swiper-container.slider .swiper-button-next,
.swiper-container.slider .swiper-button-prev {
  position: absolute;
  z-index: 10;
}
.swiper-container.slider .swiper-button-next{
  right: 0;
}
.swiper-container.slider .swiper-button-prev {
  left: 0;
}
.swiper-container.slider .swiper-button-next::after,
.swiper-container.slider .swiper-button-prev::after {
  color: var(--main-color03);
  font-size: 28px;
}

.jill-item{
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.01em;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 759px) {
  .pc- {
    display: none;
  }
  .sp- {
    display: block;
  }
  .u-txt-fin{
    font-size: 16px;
  }

  /*mv*/
  .jill-mv {
    margin-bottom: 0;
  }

  /*concept*/
  .jill-concept {
    padding: 32px 16px;
  }
  .jill-concept__logo{
    width: 100%;
  }
  .jill-concept__txt{
    font-size: 16px;
  }
  .jill-concept__txt:nth-child(n+2){
    margin-top: 0.5em;
  }

  /* present */
  .block-present{
    width: 100%;
    border-radius: 16px;
    padding: 2em 1em 2.5em;
  }
  .block-present_ribbon{
    width: 90px;
    top: -1%;
    left: -3%;
    width: 90px;
  }
  .block-present_ribbon02{
    width: 90px;
    bottom: -2%;
    right: -4%;
  }
  .block-present_inner{
    flex-direction: column;
  }
  .block-present_img{
    width: 85%;
    margin: 0 auto;
  }
  .block-present_item{
    font-size: 16px;
  }
  .present-sub:nth-child(n+2){
    margin-top: 4px;
  }

  /*gift*/
  .jill-gift__title {
    font-size: 24px;

  }
  .jill-gift__inner {
    background-size: auto;
    margin-top: 50px;
    margin-bottom: 40px;
    padding: 40px 0;
    border-radius: 16px;
  }
  .jill-giftList {
    width: 100%;
    display: block;
    margin-bottom: 0;
    padding: 0 16px;
  }
  .jill-giftItem {
    width: 100%;
    min-height: auto;
    margin-top: 32px;
    margin-bottom: 0;
    padding: 16px 16px 24px;
  }
  .jill-giftItem--bag{
    padding: 32px 0;
    row-gap: 16px;
  }
  .jill-giftItem__kinds{
    top: 8px;
    left: -8px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
  }
  .jill-giftItem__text--bag{
    padding: 0 14px;
  }
  .jill-giftItem__note{
    margin-bottom: 6px;
    font-size: 11px;
  }
  .jill-giftItem__cart{
    margin: 16px 0 24px;
  }
  .jill-giftItem__cart::before{
    width: 24px;
    left: 10%;
  }
  .jill-item{
    font-size: 6.2vw;
    margin-bottom: 40px;
  }
}