/*color*/
:root{
  --main-color: #9EC4E1;
  --white: #fff;
  --text: #666;
}

img {
  width: 100%;
}

.pc- {
  display: block;
}
.sp- {
  display: none;
}

.jill-wrapper {
  color: var(--text);
  margin-bottom: 100px;
}

/*mv*/
.jill-mv {
  width: 100%;
}

/*concept*/
.concept {
  background: radial-gradient(circle, rgba(211, 236, 251, 0.7) 4%, rgba(255, 255, 255, 1) 80%);
  padding: 24px 0 100px;
}
.jill-concept {
  padding: 32px;
  text-align: center;
}
.jill-concept__logo {
  max-width: 320px;
  margin: 0 auto 24px;
}
.jill-concept__logo--02 {
  max-width: 410px;
}
.jill-concept__lead {
  margin-bottom: 1em;
  line-height: 1.8;
}
.u-icon01, .u-icon02, .u-icon03, .u-icon04 {
  position: relative;
}
.u-icon01::before {
  display: block;
  content: "";
  width: 100px;
  height: 84px;
  background: url(/img/e/jillstuart-260508/flower01.png) no-repeat center / contain;
  position: absolute;
  left: 10%;
  top: -50%;
}
.u-icon02::after {
  display: block;
  content: "";
  width: 90px;
  height: 60px;
  background: url(/img/e/jillstuart-260508/flower02.png) no-repeat center / contain;
  position: absolute;
  right: 10%;
  top: 10%;
}
.u-icon03::after {
  display: block;
  content: "";
  width: 162px;
  height: 114px;
  background: url(/img/e/jillstuart-260508/birds.png) no-repeat center / contain;
  position: absolute;
  right: 10%;
  top: 10%;
}
.u-icon04::before {
  display: block;
  content: "";
  width: 142px;
  height: 94px;
  background: url(/img/e/jillstuart-260508/feather01.png) no-repeat center / contain;
  position: absolute;
  left: 10%;
  top: -50%;
}

/*gift*/
.jill-gift {
  position: relative;
}
.jill-gift__inner {
  margin: 0 auto;
  background: left / 170% url("/img/e/jillstuart-260508/gift_bg.png") repeat-y;
  padding: 64px 64px 0;
  box-sizing: border-box;
}
.jill-gift__title {
  font-size: 24px;
  width: 50%;
  padding: 5px;
  text-align: center;
  color: var(--white);
  background: #93B5D9;
  position: absolute;
  top: -2%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.5;
}
.jill-gift__flame {
  display: block;
  padding: 24px;
  border: solid 1px #fff;
}
.jill-giftList {
  width: 85%;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  gap: 4%;
  margin: 56px auto;
}
.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(--main-color);
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.jill-giftItem__leadTxt {
  text-align: center;
  font-size: 14px;
  margin: 6px 0 8px;
}
.jill-giftItem__leadImg {
  width: 80px;
  margin: 0 auto;
}
/* .jill-giftItem__img {
  width: 90%;
  margin: 0 auto;
} */
.jill-giftItem__img--noSlide {
  width: 80%;
  margin: -10px auto;
}
/********** 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-wrapper {
  align-items: center;
}
.swiper-slide{
  height: auto;
}
.swiper-slide img {
  display: block;
  width: 75%;
  margin: 0 auto;
}
.swiper-slide--small img {
  width: 60%;
}
.swiper-slide a, .jill-giftItem__img a {
  transition: .3s;
}
.swiper-slide a:hover, .jill-giftItem__img a:hover {
  opacity: 0.8;
}
/* pagination */
.swiper-pagination {
  position: static!important;
  margin-top: -12px;
}
.swiper-pagination-bullet-active {
  background-color: var(--main-color)!important;
}
/* arrows */
.swiper-container.swiper .swiper-button-next,
.swiper-container.swiper .swiper-button-prev {
  position: absolute;
  z-index: 10;
  color: var(--main-color);
  width: 18px;
}
.swiper-container.swiper .swiper-button-next{
  right: 0;
}
.swiper-container.swiper .swiper-button-prev {
  left: 0;
}
/********** /swiper **********/
.jill-giftItem__text {
  flex: 1;
  margin-top: 16px;
  line-height: 1.3;
}
.jill-giftItem__name {
  font-size: 14px;
}
.jill-giftItem__price {
  font-size: 20px;
  margin: 1em 0;
}
.jill-giftItem__size {
  font-size: 16px;
}
.jill-giftItem__note {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}
.jill-giftItem__cart {
  width: 100%;
  display: block;
  text-align: center;
  padding: 20px;
  border-radius: 33px;
  color: var(--white);
  margin: 32px auto;
  box-sizing: border-box;
}
.jill-giftItem__cart--on {
  position: relative;
  background-image: linear-gradient(90deg, var(--main-color), #89A7C8);
  transition: .3s;
}
.jill-giftItem__cart--on::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  right: 10%;
  margin: auto;
  width: .6em;
  height: .6em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.jill-giftItem__cart--end {
  background: #999;
}
.jill-giftItem__cart--on:hover {
  opacity: .8;
  transition: .3s;
}

.bnr {
  max-width: 370px;
  margin: 0 auto 100px;
  transition: .3s;
}
.bnr:hover {
  opacity: .8;
}

@media screen and (max-width: 759px) {

  .pc- {
    display: none;
  }
  .sp- {
    display: block;
  }

  /*mv*/
  .jill-mv {
    margin-bottom: 0;
  }

  /*concept*/
  .concept {
    padding: 8px 16px 24px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    box-sizing: border-box;
    background: radial-gradient(circle, rgba(211, 236, 251, 1) 4%, rgba(255, 255, 255, 1) 100%);
  }
  .jill-concept {
    padding: 24px 0;
    width: 100%;
  }
  .jill-concept__logo {
    max-width: 270px;
  }
  .jill-concept__logo--02 {
    max-width: 320px;
  }
  .u-icon01::before {
    width: 81px;
    height: 57px;
    left: -4%;
    top: -17%;
  }
  .u-icon02::after {
    width: 71px;
    height: 47px;
    right: 0;
    top: auto;
    bottom: -60%;
  }
  .u-icon03::after {
    display: none;
  }
  .u-icon04::before {
    display: none;
  }
  .u-icon03-sp, .u-icon04-sp {
    position: relative;
  }
  .u-icon03-sp::after {
    display: block;
    content: "";
    background: url(/img/e/jillstuart-260508/birds.png) no-repeat center / contain;
    position: absolute; 
    width: 101px;
    height: 77px;
    right: 0;
    bottom: -20%;
  }
  .u-icon04-sp::before {
    display: block;
    content: "";
    background: url(/img/e/jillstuart-260508/feather01.png) no-repeat center / contain;
    position: absolute; 
    width: 81px;
    height: 67px;
    left: 0;
    bottom: -70%;
  }

  /*gift*/
  .jill-gift__title {
    font-size: 18px;
    width: 65%;
  }
  .jill-gift__flame {
    padding: 16px;
  }
  .jill-gift__inner {
    background-size: auto;
    padding: 24px;
    margin-top: 50px;
  }
  .jill-giftList {
    width: 100%;
    display: block;
  }
  .jill-giftItem {
    display: block;
    width: 100%;
    min-height: auto;
    padding: 16px 16px 24px;
  }
  /* .jill-giftItem__img {
    width: 100%;
  } */
  .jill-giftItem__img--noSlide {
    width: 95%;
    margin-bottom: -20px;
  }
  /********** swiper **********/
  .swiper-slide img {
    width: 90%;
  }
  .swiper-slide--small img {
    width: 60%;
  }
  /* pagination */
  .swiper-pagination-bullet {
    width: 6px!important;
    height: 6px!important;
  }
  /* arrows */
  .swiper-container.swiper .swiper-button-next,
  .swiper-container.swiper .swiper-button-prev {
    width: 14px;
  }
  /********** /swiper **********/
  .jill-giftItem__size {
    font-size: 14px;
  }
  .jill-giftItem__cart {
    width: auto;
  }
  .jill-giftItem__name {
    line-height: 1.5;
  }

  .bnr {
    margin-top: 80px;
  }
}