@charset "utf-8"; 

/* ------- BASE ------- */

tr, th, td, div, span, a, p, article p {
    color: inherit;
}

#wishlist p {
  font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','游ゴシック',YuGothic,'メイリオ',Meiryo,sans-serif;
}

#wishlist {
  overflow: hidden;
}


a:hover, a img:hover {
  opacity: .7;
  transition: .3s;
}


.wishlist-body {
  margin: 0;
}

.mainContentMT {
  width: 100%!important;
  }

.rootMT ul {
    overflow  : hidden;
    width     : 940px!important;
    margin    : 0 auto;
    }


/*　SPのみスタイル　*/
@media screen and (max-width:768px) { 
  #wishlist {
    padding-bottom: 28vw;
  }

#fftop_recomDetail section {
      padding: 0;
}
}


/* ------- KV ------- */

#wishlist .wl-kv {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#wishlist .wl-kv__main {
 width: 47%;
 height: 100%;
 background: url(../img/common/kv_bg_01.jpg) repeat center center;
 background-size: 205px auto;
}

#wishlist .wl-kv__main__inner {
  height: 100%;
  padding: 0 2%;
  position: relative;
}

#wishlist .wl-kv__main__h1 {
  width: 34vw;
  margin: 0 auto;
  position: absolute;
  top: 5vw;
  left: 50%;
  transform: translate(-50%, 0);
}

#wishlist .wl-kv__main__catchCopy {
  width: 37vw;
  margin: 0 auto;
  position: absolute;
  top: 13vw;
  left: 50%;
  transform: translate(-50%, 0);
}

#wishlist .wl-kv__main__leadTxt {
  width: 32vw;
  margin: 0 auto;
  position: absolute;
  top: 18.5vw;
  left: 50%;
  transform: translate(-50%, 0);
}

#wishlist .wl-kv__main__img {
  width: 30vw;
  margin: 0 auto;
  position: absolute;
  bottom: 4.5vw;
  left: 50%;
  transform: translate(-50%, 0);
}

/*　PCのみスタイル　*/
@media screen and (min-width:769px) { 
  #wishlist .wl-kv {
    height: 43vw;
  }

  #wishlist  .wl-kv__ph {
    width: 53%;
    height: 100%;
    background: url(../img/common/kv_bg_02.jpg) no-repeat center center;
    background-size: cover;
  }
}

/*　SPのみスタイル　*/
@media screen and (max-width:768px) { 
  #wishlist .wl-kv {
    flex-wrap: wrap;
  }

  #wishlist .wl-kv__main {
    height: 101vw;
    width: 100%;
  }

   #wishlist .wl-kv__main__h1 {
    width: 72vw;
    top: 11vw;
  }

  #wishlist .wl-kv__main__catchCopy {
    width: 86vw;
    top: 58.9vw;
  }

  #wishlist .wl-kv__main__leadTxt {
    width: 62vw;
    top: 71vw;
  }
   
  #wishlist  .wl-kv__ph {
    height: 63vw;
    width:100%;
  }
}


/* ------- ABOUT TEXT ------- */

#wishlist .wl-about {
  margin: 5vw 0 0;
}

#wishlist .wl-about__hl {
  max-width: 21vw;
  margin: 0 auto;
}

#wishlist .wl-about__txt {
  margin: 20px auto;
  color: #000;
  font-size: 1.2vw;
  line-height: 2;
  text-align: center;
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop,
  #wishlist .wl-about__moreBtn {
    display: none;
  }
}

/*　SPのみスタイル　*/
@media screen and (max-width:768px) { 
  #wishlist .wl-about {
    margin: 10% 0 0;
  }
  
  #wishlist .wl-about__hl {
    max-width: 50vw;
  }
  
  #wishlist .wl-about__txt {
    max-width: 74.5vw;
    margin: 2.5% auto 0;
    font-size: 3.5vw;
    text-align: left;
  }

  #wishlist .is-acdBtnAboutBox {
    position: relative;
  }
  
  #wishlist .is-acdBtnAboutBox::after {
    content: "";
    width: 100%;
    height: min(92%, 23.75vh);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
    opacity: 1;
  }

  #wishlist .is-show.is-acdBtnAboutBox {
    padding-bottom: 12%;
  }

  #wishlist .is-show.is-acdBtnAboutBox::after {
    opacity: 0;
  }

  #wishlist .wl-about__moreBtn {
    width: 10vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
  }

  #wishlist .wl-about__moreBtn.is-active img {
    transform: rotate(180deg);
  }
}


/* ------- PAGE MENU ------- */

#wishlist .wl-pgMenu {
  max-width: 55vw;
  margin: 10px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
  list-style-type: none;
  padding: 0 2%;
}

#wishlist .wl-pgMenu li {
  width: 25%;
  text-align: center;
  padding: 0 .5%;
  position: relative;
}

#wishlist .wl-pgMenu li a {
  display: block;
  text-decoration: none;
}

#wishlist .wl-pgMenu li img {
  width: 100%;
  margin: 0 auto;
}

/*　PCのみスタイル　*/
@media screen and (min-width:769px) { 
  #wishlist .wl-pgMenu li::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #c8c8c8;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  #wishlist .wl-pgMenu li:last-child::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #c8c8c8;
    position: absolute;
    top: 0;
    right: 0;
  }
}

/*　SPのみスタイル　*/
@media screen and (max-width:768px) { 
  #wishlist .wl-pgMenu {
    flex-wrap: wrap;
    max-width: 846px;
    padding: 0 5%;
    margin: 13% auto;
  }

  #wishlist .wl-pgMenu li {
    width: 47.6%;
    padding: 0;
    margin-bottom: 4.5%;
  }

}


/* ------- Wish List ------- */

#wishlist .wl-wishList {
  width: 100%;
  padding: 47px 0;
}

#wishlist .wl-wishList__specialMain {
  max-width: 65vw;
  margin: 53px auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;

}

#wishlist .wl-wishList__specialMain .wl-specialBox {
  /* width: 44.5%; */
  width: 31vw;
}

#wishlist .wl-wishList__specialMain .wl-specialBox:last-child {
  display: none;
}

#wishlist .wl-specialBox__inner {
  display: block;
  text-decoration: none;
  padding: 0 3.5%;
}

#wishlist .wl-specialBox__hed {
  position: relative;
  padding: 0 0 2vw 0;
}

#wishlist .wl-specialBox__hed::before {
  content: "";
  width: 100%;
  height: 18px;
  background: url(../img/common/special_line_01.png) repeat-x center center;
  background-size: 20px auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
#wishlist .wl-specialBox__hed::after {
  content: "";
  width: 32px;
  height: 18px;
  background: url(../img/common/special_line_02.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

#wishlist .wl-specialBox__hed .wl-specialBox__hed__inner {
  position: relative;
  padding: .3vw 0 0 3.5vw;
}

#wishlist .wl-specialBox__hed .wl-specialBox__hed__inner::before {
  content: "";
  width: 2.6vw;
  height: 2.6vw;
  background: url(../img/common/special_check_01.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 6%;
  left: 5px;
}

#wishlist .item-checkOn.wl-specialBox__hed .wl-specialBox__hed__inner::before {
  background: url(../img/common/special_check_02.png) no-repeat center center;
  background-size: cover;
}

#wishlist .wl-specialBox__hed img {
  max-width: 380px;
}

#wishlist .wl-specialBox__flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#wishlist .wl-specialBox__flex__ph {
  width: 46%;
  margin: 7px 0 0 0;
}

#wishlist .wl-specialBox__flex__main {
  width: 50.5%;
  margin: 10px 0 0 0;
}

/*　PCのみスタイル　*/
@media screen and (min-width:769px) {  
  #wishlist .wl-wishList__inner {
    width: 100%;
    max-width: 94vw;
    margin: 0 auto;
    padding-bottom: 105px;
    background-color: #fff;
  }

  #wishlist .wl-wishList__hed {
    width: 100%;
    max-width: 83vw;
    margin: 0 auto;
    border-bottom: 1px solid #c8c8c8;
    padding: 3% 0 4% 0;
  }
  
  #wishlist .wl-wishList__hed__inner {
    max-width: 58vw;
    margin: 0 auto;
    position: relative;
  }

  #wishlist .wl-wishList__hed__text {
    width: 100%;
    position: relative;
  }

  #wishlist .wl-wishList__hed__text .item-txt {
    color: #000;
    font-size: 1.5vw;
    line-height: 1.8;
    text-align: center;
  }
  
  #wishlist .wl-wishList__hed__text .item-icon {
    width: 13.5vw;
    position: absolute;
    top: -7vw;
    left: 0;
  }
  
  #wishlist .wl-wishList__hed__hl {
    max-width: 28vw;
    margin: 0 auto;
  }
  
  #wishlist .wl-wishList__hed__hl .item-hl {
    max-width: 19vw;
    margin: 6.5% auto 5% auto;
  }
}

/*　SPのみスタイル　*/
@media screen and (max-width:768px) {
  #wishlist .wl-wishList {
    padding: 8% 0 10.5% 0;
  }

  #wishlist .wl-wishList__hed {
    width: 84vw;
    margin: 0 auto;
  }
  
  #wishlist .wl-wishList__hed__inner {
    position: relative;
  }

  #wishlist .wl-wishList__hed__text {
    width: 100%;
    position: relative;
  }

  #wishlist .wl-wishList__hed__text .item-txt {
    font-size: 3.4vw;
    line-height: 1.6;
    text-align: center;
  }
  
  #wishlist .wl-wishList__hed__text .item-icon {
    width: 25.5vw;
    position: absolute;
    top: -2vw;
    left: 0;
  }
  
  #wishlist .wl-wishList__hed__hl {
    max-width: 100%;
    margin: 0 auto;
  }
  
  #wishlist .wl-wishList__hed__hl .item-hl {
    max-width: 50vw;
    margin: 0 auto 7.7% auto;
  }

  #wishlist .wl-wishList__specialMain {
    max-width: 89vw;
    margin: 9% auto 0 auto;
    flex-wrap: wrap;
  }

  #wishlist .wl-wishList__specialMain .wl-specialBox {
    width: 100%;
    margin-bottom: 8%;
  }

  #wishlist .wl-wishList__specialMain .wl-specialBox:last-child {
    display: block;
    margin-bottom: 0;
  }

  #wishlist .wl-specialBox__hed {
    padding: 0 0 11% 0;
  }

  #wishlist .wl-specialBox__hed::before {
    height: 5vw;
    background: url(../img/common/special_line_01_sp.png) repeat-x top center;
    background-size: 5vw auto;
  }
  
  #wishlist .wl-specialBox__hed::after {
    width: 8vw;
    height: 5vw;
    background: url(../img/common/special_line_02_sp.png) no-repeat top center;
    background-size: 8vw auto;
  }

  #wishlist .wl-specialBox__hed img {
    max-width: 73vw;
  }

  #wishlist .wl-specialBox__hed .wl-specialBox__hed__inner {
    position: relative;
    padding: .3vw 0 0 9vw;
  }

  #wishlist .wl-specialBox__hed .wl-specialBox__hed__inner::before {
    width: 6.6vw;
    height: 6.6vw;
  }

  #wishlist .wl-specialBox__flex__ph {
    width: 45.5%;
    margin: 12px 0 0 0;
  }

  #wishlist .wl-specialBox__flex__main {
    width: 50.5%;
    margin: 15px 0 0 0;
  }
}


/* ------- Wish List スライダー ------- */

#wishlist .wl-wishList__specialSlide {
  max-width: 65vw;
  margin: 60px auto 0 auto;
}

#wishlist .wl-wishList__specialSlide .wl-specialBox {
  width: 31vw !important;
  margin: 0 1.5vw;
}

#wishlist .wl-wishList__specialSlide .wl-specialBox__hed__inner {
  padding: .3vw 0 1vw 3.5vw;
}

#wishlist .wl-wishList__specialSlide .slick-prevMy {
  position: absolute;
  top: 44%;
  left: -4vw;
  margin: 0 auto;
  z-index: 999;
}

#wishlist .wl-wishList__specialSlide .slick-prevMy button {
  position: absolute;
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  outline: none;
  color: transparent;
  background-color: transparent;
  border: 0;
  width: 2.5vw;
  height: 2.5vw;
  background-size: 2.5vw auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/common/special_musume_slide_01.png);
  left: 0;
}

#wishlist .wl-wishList__specialSlide .slick-nextMy {
  position: absolute;
  top: 44%;
  right: -4vw;
  margin: 0 auto;
  z-index: 999;
}

#wishlist .wl-wishList__specialSlide .slick-nextMy button {
  position: absolute;
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  outline: none;
  color: transparent;
  background-color: transparent;
  border: 0;
  width: 2.5vw;
  height: 2.5vw;
  background-size: 2.5vw auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/common/special_musume_slide_02.png);
  right: 0;
}

#wishlist .wl-wishList__specialSlide .slick-dots {
  bottom: -55px;
}

#wishlist .wl-wishList__specialSlide .slick-dots li {
  margin: 0;
  width: 15px;
  height: 15px;
}

#wishlist .wl-wishList__specialSlide .slick-dots li button {
  width: 15px;
  height: 15px;
}

#wishlist .wl-wishList__specialSlide .slick-dots li button:before {
  width: 15px;
  height: 15px;
}

/*　SPのみスタイル　*/
@media screen and (max-width:768px) { 
  #wishlist .wl-wishList__specialSlide {
    max-width: 89vw;
    margin: 7% auto 0 auto;
  }

  #wishlist .wl-wishList__specialSlide .wl-specialBox {
    width: 89vw !important;
    margin: 0;
  }

  #wishlist .wl-wishList__specialSlide .wl-specialBox__hed__inner {
    padding: .3vw 0 0 9vw;
  }

  #wishlist .wl-wishList__specialSlide .wl-specialBox:first-child {
  }

  #wishlist .wl-wishList__specialSlide.slick-initialized .slick-slide.wl-specialBox:first-child {
  }

  #wishlist .wl-wishList__specialSlide .slick-prevMy {
    top: 44%;
    left: -1%;
  }

  #wishlist .wl-wishList__specialSlide .slick-prevMy button,
  #wishlist .wl-wishList__specialSlide .slick-nextMy button {
    display: none;
  }

  #wishlist .wl-wishList__specialSlide .slick-nextMy {
    position: absolute;
    top: 44%;
    right: 1%;
  }


  #wishlist .wl-wishList__specialSlide .slick-dots {
    bottom: -13%;
  }

  #wishlist .wl-wishList__specialSlide .slick-dots li {
    width: 2.5vw;
    height: 2.5vw;
    margin: 0 2%;
  }
  
  #wishlist .wl-wishList__specialSlide .slick-dots li button {
    width: 2.5vw;
    height: 2.5vw;
  }
  
  #wishlist .wl-wishList__specialSlide .slick-dots li button:before {
    width: 3vw;
    height: 3vw;
    font-size: 3vw;
  }
}


/* ------- 娘 Wish List ------- */

#wishlist .wl-wishList.wl-musume .wl-wishList__hed__item .item-img01 {
  max-width: 7vw;
  position: absolute;
  top: -20%;
  right: 6%;
}

#wishlist .wl-wishList.wl-musume .wl-wishList__hed__item .item-img02 {
  max-width: 7vw;
  position: absolute;
  bottom: 0;
  right: 17%;
}

#wishlist .wl-wishList.wl-musume .wl-wishList__hed__item .item-img03 {
  max-width: 6.5vw;
  position: absolute;
  bottom: 6%;
  right: 2%;
}

#wishlist .wl-wishList.wl-musume .wl-wishList__specialSlide .slick-dots li.slick-active button:before {
  color: #e7b6bb;
}

#wishlist .wl-wishList.wl-musume .wl-wishList__specialSlide .slick-dots li button:hover:before {
  color: #e7b6bb;
}

#wishlist .wl-wishList.wl-musume .wl-wishList__specialSlide .slick-prevMy button {
  background-image: url(../img/common/special_musume_slide_01.png);
}

#wishlist .wl-wishList.wl-musume .wl-wishList__specialSlide .slick-nextMy button {
  background-image: url(../img/common/special_musume_slide_02.png);
}

/*　PCのみスタイル　*/
@media screen and (min-width:769px) { 
  #wishlist .wl-wishList.wl-musume {
    background-color: #e6b6bb;
  }
}

/*　SPのみスタイル　*/
@media screen and (max-width:768px) { 
  #wishlist .wl-wishList.wl-musume .wl-wishList__hed__item .item-img01 {
    max-width: 14vw;
    top: auto;
    bottom: 0;
    right: 12%;
  }

  #wishlist .wl-wishList.wl-musume .wl-wishList__hed__item .item-img03 {
    max-width: 12vw;
    bottom: 36%;
    right: 3%;
  }
}


/* ------- 息子 Wish List ------- */

#wishlist .wl-wishList.wl-musuko .wl-wishList__hed__hl .item-hl {
  max-width: 22.5vw;
  margin: 5.5% auto 6% auto;
}

#wishlist .wl-wishList.wl-musuko .wl-wishList__hed__item .item-img01 {
  max-width: 8vw;
  position: absolute;
  top: 7%;
  right: 2%;
}

#wishlist .wl-wishList.wl-musuko .wl-wishList__hed__item .item-img02 {
  max-width: 12vw;
  position: absolute;
  bottom: -11%;
  right: 6%;
}

#wishlist .wl-wishList.wl-musuko .wl-wishList__specialSlide .slick-dots li.slick-active button:before {
  color: #a9c9bb;
}

#wishlist .wl-wishList.wl-musuko .wl-wishList__specialSlide .slick-dots li button:hover:before {
  color: #a9c9bb;
}

#wishlist .wl-wishList.wl-musuko .wl-wishList__specialSlide .slick-prevMy button {
  background-image: url(../img/common/special_musuko_slide_01.png);
}

#wishlist .wl-wishList.wl-musuko .wl-wishList__specialSlide .slick-nextMy button {
  background-image: url(../img/common/special_musuko_slide_02.png);
}

/*　PCのみスタイル　*/
@media screen and (min-width:769px) { 
  #wishlist .wl-wishList.wl-musuko {
    background-color: #a9c9bb;
  }
}

/*　SPのみスタイル　*/
@media screen and (max-width:768px) { 
  #wishlist .wl-wishList.wl-musuko .wl-wishList__hed {
    margin: 0 auto 12% auto;
  }

  #wishlist .wl-wishList.wl-musuko .wl-wishList__hed__hl .item-hl {
    max-width: 57vw;
    margin: 0 auto 10.6% auto;
  }

  #wishlist .wl-wishList.wl-musuko .wl-wishList__hed__icon {
    bottom: -16%;
  }

  #wishlist .wl-wishList.wl-musuko .wl-wishList__hed__item .item-img01 {
    max-width: 14vw;
    top: auto;
    bottom: 38%;
    right: 18%;
  }

  #wishlist .wl-wishList.wl-musuko .wl-wishList__hed__item .item-img02 {
    max-width: 20vw;
    bottom: -3%;
    right: 4%;
  }
}

/* ------- お母さん Wish List ------- */

#wishlist .wl-wishList.wl-mother .wl-wishList__hed__hl .item-hl {
  max-width: 26.5vw;
  margin: 5.5% auto 6% auto;
}

#wishlist .wl-wishList.wl-mother .wl-wishList__hed__item .item-img01 {
  max-width: 5vw;
  position: absolute;
  top: -13%;
  right: 8%;
}

#wishlist .wl-wishList.wl-mother .wl-wishList__hed__item .item-img02 {
  max-width: 3.2vw;
  position: absolute;
  bottom: -3%;
  right: 15%;
}

#wishlist .wl-wishList.wl-mother .wl-wishList__hed__item .item-img03 {
  max-width: 4vw;
  position: absolute;
  bottom: -9%;
  right: 3%;
}

#wishlist .wl-wishList.wl-mother .wl-wishList__specialSlide .slick-dots li.slick-active button:before {
  color: #dcb1d1;
}

#wishlist .wl-wishList.wl-mother .wl-wishList__specialSlide .slick-dots li button:hover:before {
  color: #dcb1d1;
}

#wishlist .wl-wishList.wl-mother .wl-wishList__specialSlide .slick-prevMy button {
  background-image: url(../img/common/special_mother_slide_01.png);
}

#wishlist .wl-wishList.wl-mother .wl-wishList__specialSlide .slick-nextMy button {
  background-image: url(../img/common/special_mother_slide_02.png);
}

/*　PCのみスタイル　*/
@media screen and (min-width:769px) { 
  #wishlist .wl-wishList.wl-mother {
    background-color: #dcb1d1;
  }
}

/*　SPのみスタイル　*/
@media screen and (max-width:768px) { 
  #wishlist .wl-wishList.wl-mother .wl-wishList__hed {
    margin: 0 auto 12% auto;
  }

  #wishlist .wl-wishList.wl-mother .wl-wishList__hed__hl .item-hl {
    max-width: 69vw;
    margin: 0 auto 7.6% auto;
  }

  #wishlist .wl-wishList.wl-mother .wl-wishList__hed__icon {
    bottom: -8%;
  }

  #wishlist .wl-wishList.wl-mother .wl-wishList__hed__item .item-img01 {
    max-width: 12.5vw;
    top: auto;
    bottom: -9%;
    right: 15%;
  }

  #wishlist .wl-wishList.wl-mother .wl-wishList__hed__item .item-img03 {
    max-width: 8.5vw;
    bottom: 14%;
    right: 6%;
  }

  #wishlist .wl-wishList.wl-mother .wl-wishList__hed__item .item-img03 img {
    transform: rotate(-23deg);
  }
}


/* ------- お父さん Wish List ------- */

#wishlist .wl-wishList.wl-father .wl-wishList__hed__hl .item-hl {
  max-width: 26.5vw;
  margin: 5.5% auto 6% auto;
}

#wishlist .wl-wishList.wl-father .wl-wishList__hed__item .item-img01 {
  max-width: 7vw;
  position: absolute;
  top: -13%;
  right: 8%;
}

#wishlist .wl-wishList.wl-father .wl-wishList__hed__item .item-img02 {
  max-width: 11vw;
  position: absolute;
  bottom: -18%;
  right: 0;
}

#wishlist .wl-wishList.wl-father .wl-wishList__specialSlide .slick-dots li.slick-active button:before {
  color: #a5bed5;
}

#wishlist .wl-wishList.wl-father .wl-wishList__specialSlide .slick-dots li button:hover:before {
  color: #a5bed5;
}

#wishlist .wl-wishList.wl-father .wl-wishList__specialSlide .slick-prevMy button {
  background-image: url(../img/common/special_father_slide_01.png);
}

#wishlist .wl-wishList.wl-father .wl-wishList__specialSlide .slick-nextMy button {
  background-image: url(../img/common/special_father_slide_02.png);
}

/*　PCのみスタイル　*/
@media screen and (min-width:769px) { 
  #wishlist .wl-wishList.wl-father {
    background-color: #a5bed5;
  }
}

/*　SPのみスタイル　*/
@media screen and (max-width:768px) { 
  #wishlist .wl-wishList.wl-father .wl-wishList__hed {
    margin: 0 auto 12% auto;
  }

  #wishlist .wl-wishList.wl-father .wl-wishList__hed__hl .item-hl {
    max-width: 69vw;
    margin: 0 auto 7.6% auto;
  }

  #wishlist .wl-wishList.wl-father .wl-wishList__hed__icon {
    bottom: -8%;
  }

  #wishlist .wl-wishList.wl-father .wl-wishList__hed__item .item-img01 {
    max-width: 12.5vw;
    top: auto;
    bottom: 36%;
    right: 17%;
  }

  #wishlist .wl-wishList.wl-father .wl-wishList__hed__item .item-img02 {
    max-width: 20.5vw;
    bottom: -6%;
    right: 2%;
  }
}


/* ------- フロートバナー ------- */

#wishlist .wl-footBnr {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100px;
  bottom: -200px;
  left: 0;
  background-color: #fff;
}

#wishlist .wl-footBnr .wl-pgMenu {
  visibility: visible !important;
}


#wishlist .wishlist-pegeTop .wl-pgMenu {
    margin: 5vw auto;
}


#wishlist .wl-footBnr a {
  text-decoration: none;
}

#wishlist .wl-footBnr img {
  vertical-align: text-bottom;
}

#wishlist .wl-footBnr.scrolled {
  bottom: 0;
  left: 0;
  transition: opacity 0.5s ease-out;
  animation-name: slideScrolled;
  animation-duration: 1s;
}

@keyframes slideScrolled {
  0% {
    bottom: -200px;
  }
  100% {
    bottom: 0;
  }
}

/*　SPのみスタイル　*/
@media screen and (max-width:768px) {
  #wishlist .wl-footBnr {
    height: 13vw;
    bottom: -13vw;
    padding: 1vw 0 0 0;
  }

  #wishlist .wl-footBnr .wl-pgMenu {
    flex-wrap: nowrap;
    max-width: 96vw;
    padding: 0;
    margin: 0 auto;
  }
  
  #wishlist .wl-footBnr .small {
    width: 60%!important;
}


  #wishlist .wl-footBnr .wl-pgMenu li {
    width: 25%;
    padding: 0;
    margin-bottom: 0;
    position: relative;
  }

  #wishlist .wl-footBnr .wl-pgMenu li::before {
    content: "";
    width: 1vw;
    height: 100%;
    background: url(../img/common/foot_pgmenu_line_01_sp.png) top center repeat-y;
    background-size: 1vw auto;
    position: absolute;
    top: 0;
    right: 0;
  }

  #wishlist .wl-footBnr .wl-pgMenu li:last-child:before {
    content: none;
  }

  #wishlist .wl-pgMenu li img {
    max-width: 100%;
  }

  @keyframes slideScrolled {
    0% {
      bottom: -21vw;
    }
    100% {
      bottom: 0;
    }
  }
}