.txt_c{
      text-align: center;
}

.top_bnrarea .js-time_limited{
      display: none;
}
.top_bnrarea .js-time_limited_fire{
      display: block;
}

.home{
width:100%;
margin-top:-375px;
}

.top_bnrarea ul{
  margin-left:0;
}
.top_bnrarea li a{
  display:block;
  width:480px;
  margin:0 auto;
  transition:.3s;
}
.top_bnrarea ul.flex{
  width:975px;
  margin:0 auto;
}
.top_bnrarea ul.flex li:first-child{
  margin-right:15px;
}
.top_bnrarea li.sns a{
 width:975px;
}
.top_bnrarea li a:hover{
 opacity:.6;
}

@media screen and (max-width:768px) {
.top_bnrarea ul.flex{
  width:100%
}
.top_bnrarea ul.flex li:first-child{
  margin-right:0;
}
.top_bnrarea{
 margin-top:75px;
}
.top_bnrarea ul{
 margin:0;
}
.top_bnrarea li a{
 width:100%;
 height:auto;
}
  .top_bnrarea li.sns a{
 width:100%;
}
.top_bnrarea li a img{
  width:100%;
  height:auto;
}
  
}




/*-----20200722sec_02---------*/

.home .sec_02 .perpon_number {
    display: inline-block;
    margin-left: 10px;
    color: #fff;
}

.home h2 i, .home h2 span {
    display: block;
}

.home .sec_02{
    background-size:cover;
    margin-top: 80px;
}
.home .sec_02 h2{
    padding-bottom: 20px;
    font-size: 42px;
    letter-spacing: 4px;
}
.home .sec_02 h2 span{
    padding-top: 15px;
    background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/series_line.png) no-repeat bottom;
    background-size: contain;
    display: inline-block;
    padding-bottom: 15px;
}
.home .sec_02 .flex{
     justify-content: space-between;
}
.home .sec_02 .set{
    background: #fbb4c9;
    padding: 35px 15px 45px;
    width: 323px;
    margin-bottom: 30px;
}



.home .sec_02 .set.series02{
    background: #abedeb;
}
.home .sec_02 .set.series02 .album {
    background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/shelter_bg.jpg) no-repeat;
    background-size: contain;
}
.home .sec_02 .set.series02 .accordion > ul > li > a:hover h5 {
    color: #abedeb;
}
.home .sec_02 .set.series02 .accordion > ul > li > p a {
    border: 2px solid #5fbdc4;
}
.home .sec_02 .set.series02 .accordion > ul > li > p a:hover {
    color: #5fbdc4;
}
.home .sec_02 .set.series02 .accordion > ul > li > p a:before {
    border-top: solid 2px #5fbdc4;
    border-right: solid 2px #5fbdc4;
}


.home .sec_02 .set.series03{
    background: #fcc08f;
}
.home .sec_02 .set.series03 .album {
    background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/monosugoi_bg.jpg) no-repeat;
    background-size: contain;
}
.home .sec_02 .set.series03 .accordion > ul > li > a:hover h5 {
    color: #fcc08f;
}
.home .sec_02 .set.series03 .accordion > ul > li > p a {
    border: 2px solid #fc9754;
}
.home .sec_02 .set.series03 .accordion > ul > li > p a:hover {
    color: #fc9754;
}
.home .sec_02 .set.series03 .accordion > ul > li > p a:before {
    border-top: solid 2px #fc9754;
    border-right: solid 2px #fc9754;
}


.album {
	margin: auto;
	position: relative;
    background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/lapita_bg.jpg) no-repeat;
    background-size: contain;
    margin-bottom: 20px;
    z-index: 10;
}
.album_wrap{
  position: relative;  
}
.album:after{
    content: "";
    position: absolute;
    bottom: 20px;
    left: 5px;
    background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/lapita_icon03.png) no-repeat;
    width: 44px;
    height: 62px;
    z-index: 15;
    background-size: contain;
    animation: spin 1.5s linear infinite;
}
.album:before{
    content: "";
    position: absolute;
    top: 20px;
    right: 5px;
    background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/lapita_icon02.png) no-repeat;
    width: 43px;
    height: 63px;
    z-index: 15;
    background-size: contain;
    animation: spin2 1.5s linear infinite;
}
.album_wrap:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 25px;
    background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/lapita_icon01.png) no-repeat;
    width: 104px;
    height: 71px;
    z-index: 15;
    background-size: contain;
    animation: key1 1.5s ease infinite alternate;
}
@keyframes spin {
	0% {transform: rotate(0deg);}
    50% {transform: rotate(20deg);}
	100% {transform: rotate(0deg);}
}
@keyframes spin2 {
	0% {transform: rotate(0deg);}
    50% {transform: rotate(-20deg);}
	100% {transform: rotate(0deg);}
}
@keyframes key1{
  0% { transform:translateY(0) }
  15% { transform:translateY(2px) }
  50% { transform:translateY(-3px) }
  100% { transform:translateY(0) }
}


.home .sec_02 .set.series02 .album:after{
    content: "";
    position: absolute;
    bottom: 20px;
    left: 5px;
    background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/shelter_icon03.png) no-repeat;
    width: 43px;
    height: 64px;
    z-index: 15;
    background-size: contain;
    animation: fluffy1 3s ease infinite;
}
.home .sec_02 .set.series02 .album:before{
    content: "";
    position: absolute;
    top: 20px;
    right: 5px;
    background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/shelter_icon02.png) no-repeat;
    width: 64px;
    height: 90px;
    z-index: 15;
    background-size: contain;
    animation: fluffy2 3s ease infinite;
}
.home .sec_02 .set.series02 .album_wrap:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 20px;
    background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/shelter_icon01.png) no-repeat;
    width: 104px;
    height: 71px;
    z-index: 15;
    background-size: contain;
    animation: key1 1.5s ease infinite alternate;
}
@keyframes fluffy1 {
  0% { transform:translateY(0) }
  50% { transform:translateY(-10px) }
  100% { transform:translateY(0) }
}
@keyframes fluffy2 {
  0% { transform:translateY(0) }
  50% { transform:translateY(10px) }
  100% { transform:translateY(0) }
}

.home .sec_02 .set.series03 .album:after{
    content: "";
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/monosugoi_icon03.png) no-repeat;
    width: 43px;
    height: 48px;
    z-index: 15;
    background-size: contain;
    animation: fluffy00 3s ease infinite;
}
.home .sec_02 .set.series03 .album:before{
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/monosugoi_icon02.png) no-repeat;
    width: 42px;
    height: 52px;
    z-index: 15;
    background-size: contain;
    animation: fluffy0 3s ease infinite;
}
.home .sec_02 .set.series03 .album_wrap:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 20px;
    background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/monosugoi_icon01.png) no-repeat;
    width: 116px;
    height: 70px;
    z-index: 15;
    background-size: contain;
    animation: key1 1.5s ease infinite alternate;
}
@keyframes fluffy0 {
  0% { transform:translateX(0) }
  5% { transform:translateX(0) }
  10% { transform:translateX(0) }
  20% { transform:translateX(-10px) }
  25% { transform:translateX(0) }
  30% { transform:translateX(-10px) }
  50% { transform:translateX(0) }
  100% { transform:translateX(0) }
}
@keyframes fluffy00 {
  0% { transform:translateX(0) }
  5% { transform:translateX(0) }
  10% { transform:translateX(0) }
  20% { transform:translateX(10px) }
  25% { transform:translateX(0) }
  30% { transform:translateX(10px) }
  50% { transform:translateX(0) }
  100% { transform:translateX(0) }
}



.album img {
	width: 100%;
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 10s;
	-webkit-animation-duration: 10s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
}

.album .img1 {
	display: block;
	margin: 0 auto;
}

.album .img2 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
	position: absolute;
	top: 20%;
}

@keyframes album {
	0% {
		opacity: 0;
	}
	
	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
	}
	
	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}


.home .sec_02 h3{    
    background: #fff;
    border:1px solid #333;
    margin-bottom: 50px;
    padding:16px;
    font-size: 22px;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
}
.home .sec_02 .set_ttl{
    position: relative;
}
.home .sec_02 .set_ttl:before{
    content: "";
    background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/set_ttl.png) no-repeat , #fbb4c9;
    position: absolute;
    bottom: -16px;
    width: 300px;
    height: 55px;
    right: -15px;
}
.home .sec_02 .set.series02 .set_ttl:before{
    background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/set_ttl.png) no-repeat , #abedeb;
}
.home .sec_02 .set.series03 .set_ttl:before{
    background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/set_ttl.png) no-repeat , #fcc08f;
}
.home .sec_02 .set_under{
    font-size: 14px;
    padding:0 40px;
    margin: 0 auto;
    position: relative;
}
.home .sec_02 .txt{
    line-height: 1.3rem;
    margin-bottom: 15px;
}
.home .sec_02 .price{
    margin-bottom: 20px;
}
.price{
 color: #fff;
 background: #333;
 padding: 10px 15px 10px 10px;
 display: inline-block;
}

  .home .sec_02 .accordion li .accordion_icon{
  top: 30px;
  }

@media screen and (max-width:768px) {
.home{ margin-top:-110px;}
.home .sec_02 .accordion > ul > li > a h5{
    text-align: center;
    padding:0;
  }
.home .sec_02 {
        background-size:100%;
        margin-top: 40px;
    }
    .home .sec_02 h2 {
        font-size: 23px;
        letter-spacing: 1px;
        padding-bottom: 60px;
    }
    .home .sec_02 h2 img{
        width: 60px;
    }
    .home .sec_02 h2 span {
        background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/series_line.png) no-repeat bottom;
        background-size: 150%;
    }
    .flex {
        display: block;
    }
    .home .sec_02 .set {
        padding-top: 55px;
        width: 90%;
        margin-bottom: 40px;
        position: relative;
        padding-bottom: 30px;
    }
    .home .sec_02 .set_ttl {
        position: absolute;
        width: 85%;
        top: -20px;
        right: 0;
        left: 0;
        margin: auto;
    }
    .album {
        background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/lapita_bg.jpg) no-repeat;
        background-size: contain;
        width: 80%;
    }
    .home .sec_02 .set.series02 .album {
        background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/shelter_bg.jpg) no-repeat;
        background-size: contain;
    }
    .home .sec_02 .set.series03 .album {
        background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/monosugoi_bg.jpg) no-repeat;
        background-size: contain;
    }
    .home .sec_02 .set_under {
        padding: 0 15px;
    }
    .home .sec_02 h3 {
        font-size: 18px;
        padding: 8px;
        top: -15px;
    }
    .home .sec_02 .set_ttl:before {
        bottom: 57px;
        width: 100%;
        height: 42px;
        right: -6px;
    }
    .home .sec_02 .txt {
        margin-bottom: 5px;
    }
    
    
    .album:after {
        bottom: 0px;
        left: -10px;
        width: 35px;
        height: 50px;
    }
    .album:before {
        top: 15px;
        right: -10px;
        width: 36px;
        height: 51px;
    }
    .album_wrap:after {
        top: 0px;
        left: 15px;
        width: 95px;
        height: 65px;
    }
    
    
    .home .sec_02 .set.series02 .album_wrap:after {
        top: 0px;
        width: 95px;
        height: 57px;
    }
    .home .sec_02 .set.series02 .album:before {
        right: -13px;
        width: 53px;
        height: 72px;
    }
    .home .sec_02 .set.series02 .album:after {
        bottom: 9px;
        left: -8px;
        width: 34px;
        height: 50px;
    }
    
    
    .home .sec_02 .set.series03 .album_wrap:after {
        top: px;
        width: 98px;
        height: 61px;
    }
    .home .sec_02 .set.series03 .album:before {
        right: -2px;
        width: 35px;
        height: 43px;
    }
    .home .sec_02 .set.series03 .album:after {
        bottom: -6px;
        left: 5px;
        width: 38px;
        height: 43px;
    }

}

.home .hot_box h2,
.home .sec04 h2{
    font-size: 42px;
    letter-spacing: 3px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.home .hot_box h2 span,
.home .sec04 h2 span{
    display: inline-block;
    margin-top: 15px;
}
.home .hot_box h2{
  margin-bottom: 15px;
}
.home .hot_box h2 + p{
  margin-bottom: 70px;
}
.hot_box li:nth-child(n+4){
    width: 25%;
}
.home .hot_box li:first-child a.item{
  background: #fdf5ba;
}
.home .hot_box li:nth-child(2) a.item{
  background: #f5f7f7;
}
.home .hot_box li:nth-child(3) a.item{
  background: #edd1bc;
}

.home .hot_box li:first-child a.item:after {
    content: "";
    background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/no1.png) no-repeat;
    width: 70px;
    height: 75px;
    background-size: contain;
    position: absolute;
    top: -40px;
    left: 15px;
    transition: .3s;
}
.home .hot_box li:nth-child(2) a.item:after {
    content: "";
    background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/no2.png) no-repeat;
    width: 70px;
    height: 75px;
    background-size: contain;
    position: absolute;
    top: -40px;
    left: 15px;
    transition: .3s;
}
.home .hot_box li:nth-child(3) a.item:after {
    content: "";
    background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/no3.png) no-repeat;
    width: 70px;
    height: 75px;
    background-size: contain;
    position: absolute;
    top: -40px;
    left: 15px;
    transition: .3s;
}
.home .hot_box li:first-child a.item:hover:after,
.home .hot_box li:nth-child(2) a.item:hover:after,
.home .hot_box li:nth-child(3) a.item:hover:after{
    transform: rotateY(0deg);
    top: -50px;
}

.stripe{ 
  position: relative;
  padding: 0.3em;
  z-index: 1;
}
.stripe:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  width: 85%;
  margin: 0 auto;
  height: 20px;
  background: repeating-linear-gradient(-45deg, #f6e345, #f6e345 5px, white 5px, white 10px);
  z-index: -1;
  opacity: .8;
}

.home a.item {
    background: #fbfbfb;
    position: relative;
    transition: .6s;
    display:block;
}
/*-----------------------

.home a.item:before {
    content: "";
    position: absolute;
    width: 0px;
    border-color: #ffffff;
    border-style: solid;
    border-width: 15px;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    bottom: -5px;
    right: -5px;
    transform: rotate(136deg);
    transition: .3s;
}

.home a.item:after {
    content: "";
    background: url(https://www.rakuten.ne.jp/gold/liplus/lapitastore/img/top/item_img.png) no-repeat;
    width: 57px;
    height: 84px;
    position: absolute;
    top: 20px;
    left: 23px;
    transition: .3s;
}
---------------------*/
/*-------------------------------
.home a.item:hover  {
    box-shadow: 0 0.3rem 1.5rem 0.01em hsl(200 50% 20% / 9%);
    background: #ffffff;
}
---------------------------------*/
.home a.item:hover{
    background:#FDFDFD;
}
.home a.item:hover:before {
    border-color: #f1f1f1;
    border-width: 15px;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    bottom: -10px;
    right: -10px;
}
.home a.item + a{
    display:block;
}

.home li a.item:hover:after {
    transform: rotateY(200deg);
    top: 10px;
}
.home li a.item img{
    transition: .3s;
}
.home li a.item:hover img {
    transform: rotate(10deg);
}

.home .cate_box h3{
    font-size: 16px;
    border-bottom: 1px dashed #ccc;
    padding: 0px 10px 10px;
    margin-bottom: 0;
    text-align: left;
}
.home .cate_box.cate02,
.home .cate_box.cate03{
    display: flex;
}
.home .cate_box .cate_inner{
    display: block;
    width: calc(96% / 3);
    margin-right: 2%;
}
.home .cate_box .cate_inner:last-child{
    margin-right:0;
}
.home .cate_box h3 img{
    vertical-align:middle;
    margin-right:8px;
    border: 1px solid #ccc;
    border-radius: 50px;
}

.sec04{
margin-bottom:100px;
}
.sec04 a:hover{
  text-decoration:none;
  color:#ccc;
}

@media screen and (max-width:768px) {
  .home a.item:after {
    width: 35px;
    height: 52px;
    background-size: contain;
    top: -20px;
    left: 0px;
}
  .home .hot_box h2, .home .sec04 h2{
    font-size:30px;
    margin-bottom: 10px;
  }
  .home .sec04 h2{
    margin-bottom: 40px;
  }
  .hot_box li {
    padding: 3%;
    margin-bottom: 50px;
}
  .hot_box li:nth-child(n+4) {
    width: 50%;
    padding: 3%;
    height: 230px !important;
}
  .home .cate_box.cate02, .home .cate_box.cate03 {
    display: block;
  }
  .home .cate_box .cate_inner {
    width: 100%;
    margin-right:0;
  }
  
}

@media screen and (width:768px) {
.hot_box li:nth-child(n+4) {
    width: 25%;
    height: auto !important;
}
.home .sec_02 .flex {
    display: flex;
}
.home .sec_02 h3 {
    font-size: 16px;
}
.accordion > ul > li > a h5 {
    font-size: 14px;
}
.accordion li .accordion_icon {
    right: -10px;
}
}

.top-m {margin-top: 30px;}
@media screen and (max-width:768px) {
.top-m {margin-top: 35px;}
}