/* decoration:start */
.lineup__cate,
.lineup__package {
  position: relative;
  z-index: 0;
}
.lineup__cate.cate__01,
.lineup__cate.cate__03 {
  background-color: #ebe3d4;
}
.lineup__cate.cate__01::before,
.lineup__cate.cate__03::before {
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 23px;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
  background-color: #fff;
  content: "";
}
.lineup__cate.cate__02,
.lineup__package {
  background-color: #fff;
}
.lineup__cate.cate__02::before,
.lineup__package::before {
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 23px;
  background-color: #ebe3d4;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
  content: "";
}
.lineup__icon__01,
.lineup__icon__02 {
  position: absolute;
  z-index: 0;
}
.lineup__icon__01 {
  animation-delay: 0s;
}
.lineup__cate .l-cont {
  position: relative;
  z-index: 0;
}


/* decoration:end */
/* pagelink:start */
.pagelink {
  position: relative;
  z-index: 0;
  padding: 66px 0 62px;
}
.pagelink::before,
.pagelink::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: #b92c36;
  mix-blend-mode: multiply;
  content: "";
}
.pagelink::before {
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
}
.pagelink::after {
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}
.pagelink__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagelink__list li {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pagelink__list li:hover {
  opacity: 0.7;
}
.list__01 {
  width: 152px;
  height: 152px;
  background-image: url(../img/pagelink_bg_01.png);
}
.list__02 {
  width: 162px;
  height: 162px;
  margin-left: 19px;
  background-image: url(../img/pagelink_bg_02.png);
}
.list__03 {
  width: 164px;
  height: 160px;
  background-image: url(../img/pagelink_bg_03.png);
}
.pagelink__list li a {
  display: block;
  height: 100%;
}
.pagelink__list__text {
  position: absolute;
  z-index: 0;
  top: 55%;
  left: 0;
  width: 100%;
  line-height: 1.34;
  padding-bottom: 30px;
  background: url(../img/pagelink_icon.png) center bottom / 11px 16px no-repeat;
  color: #fff;
  font-size: 19px;
  text-align: center;
  transform: translateY(-50%);
}


/* pagelink:end */
/* title:start */
.lineup__title__img {
  width: 125px;
  margin: 0 auto;
}
.lineup__title__text {
  line-height: 1;
  margin-top: 18px;
  color: #b92c36;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
}
.lineup__title__text.-spacing {
  letter-spacing: -0.05em;
}


/* decoration:end */
/* lineup:start */
.lineup__cate {
  padding: 45px 0 35px;
}
.lineup__cate.cate__01 .lineup__icon__01,
.lineup__cate.cate__02 .lineup__icon__02 {
  width: 42px;
  animation-delay: 0s;
}
.lineup__cate.cate__01 .lineup__icon__02,
.lineup__cate.cate__02 .lineup__icon__02 {
  animation-delay: 0.2s;
}
.lineup__cate.cate__01 .lineup__icon__02,
.lineup__cate.cate__02 .lineup__icon__01,
.lineup__cate.cate__03 .lineup__icon__01 {
  width: 71px;
}
.lineup__cate.cate__01 .lineup__icon__01 {
  top: -36px;
  left: 47px;
}
.lineup__cate.cate__01 .lineup__icon__02 {
  top: -68px;
  right: 15px;
}
.lineup__cate.cate__02 .lineup__icon__01 {
  top: -45px;
  left: 44px;
}
.lineup__cate.cate__02 .lineup__icon__02 {
  top: -56px;
  right: 39px;
}
.lineup__cate.cate__03 .lineup__icon__01 {
  top: -63px;
  right: 28px;
}
.lineup__cate.cate__01 .lineup__title__img,
.lineup__cate.cate__02 .lineup__title__img {
  animation-delay: 0.4s;
}
.lineup__cate.cate__03 .lineup__title__img {
  animation-delay: 0.2s;
}
.lineup__cate.cate__01 .lineup__title__text,
.lineup__cate.cate__02 .lineup__title__text {
  animation-delay: 0.6s;
}
.lineup__cate.cate__03 .lineup__title__text {
  animation-delay: 0.4s;
}
.lineup__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}
.lineup__list li {
  width: 47.5%;
  margin-top: 37px;
  margin-right: 4.5%;
}
.lineup__list li:nth-child(even) {
  margin-right: 0;
}
.lineup__list li:nth-child(-n+2) {
  margin-top: 0;
}
.lineup__list__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 33px;
  animation-delay: 0.2s;
  overflow: hidden;
}
.lineup__cate.cate__01 li:nth-child(1) .lineup__list__img,
.lineup__cate.cate__01 li:nth-child(2) .lineup__list__img,
.lineup__cate.cate__02 li:nth-child(1) .lineup__list__img,
.lineup__cate.cate__02 li:nth-child(2) .lineup__list__img {
  animation-delay: 0.8s;
}
.lineup__cate.cate__03 li:nth-child(1) .lineup__list__img,
.lineup__cate.cate__03 li:nth-child(2) .lineup__list__img {
  animation-delay: 0.6s;
}
.lineup__list.cate__01 .lineup__list__img {
  background-image: url(../img/bg_cate_01.png);
}
.lineup__list.cate__02 .lineup__list__img {
  background-image: url(../img/bg_cate_02.png);
}
.lineup__list.cate__03 .lineup__list__img {
  background-image: url(../img/bg_cate_03.png);
}
.lineup__list__img.-new {
  position: relative;
  z-index: 0;
}
.lineup__list__img.-new::before {
  position: absolute;
  z-index: 0;
  top: 12px;
  left: 14px;
  width: 39px;
  height: 15px;
  background: url(../img/new_icon.png) left top / contain no-repeat;
  content: "";
}
.lineup__list__cont {
  margin-top: 15px;
  animation-delay: 0s;
}
.lineup__cate.cate__01 li:nth-child(1) .lineup__list__cont,
.lineup__cate.cate__01 li:nth-child(2) .lineup__list__cont,
.lineup__cate.cate__02 li:nth-child(1) .lineup__list__cont,
.lineup__cate.cate__02 li:nth-child(2) .lineup__list__cont {
  animation-delay: 1s;
}
.lineup__cate.cate__03 li:nth-child(1) .lineup__list__cont,
.lineup__cate.cate__03 li:nth-child(2) .lineup__list__cont {
  animation-delay: 0.8s;
}
.lineup__list__name,
.lineup__list__gram,
.lineup__list__yen {
  line-height: 1;
  text-align: center;
}
.lineup__list__name {
  font-size: 19px;
}
.lineup__list__name.-spacing {
  letter-spacing: -0.05em;
}
.lineup__list__name.-long {
  font-size: 17px;
}
.lineup__list__name__min {
  display: block;
  margin-top: 3px;
  font-size: 15px;
}
.lineup__list__gram {
  margin-top: 5px;
  font-size: 15px;
}
.lineup__list__yen {
  margin-top: 5px;
  font-size: 13px;
}
.lineup__list__yen__num {
  padding-left: 0.5em;
  font-size: 17px;
}
.lineup__list__yen dd {
  margin-top: 3px;
}
.lineup__list__text {
  line-height: 1.4;
  margin-top: 15px;
  font-size: 11px;
}


/* lineup:end */
/* package:start */
.lineup__package {
  padding: 45px 0 40px;
}
.lineup__package__img {
  animation-delay: 0s;
}
.lineup__package__text {
  line-height: 1;
  margin-top: 20px;
  font-size: 15px;
  text-align: center;
  animation-delay: 0.2s;
}


/* package:end */
/* shop:start */
.shop {
  position: relative;
  z-index: 0;
  padding: 50px 0 49px;
  background-color: #d1ba91;
}
.shop::after {
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 23px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  content: "";
}
.shop__icon {
  position: absolute;
  z-index: 0;
  top: 3px;
  right: 30px;
  width: 42px;
  animation-delay: 1.2s;
}
.shop .l-cont {
  position: relative;
  z-index: 0;
}
.shop__button {
  width: 250px;
  height: 68px;
  margin: 0 auto;
}
.shop__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 4px;
  border-radius: 12px;
  border: 5px solid #b92c36;
  background-color: #fff;
}
.shop__button a:hover {
  background-color: #edd6ce;
  mix-blend-mode: multiply;
}
.shop__button a img {
  width: 22px !important;
  margin: 4px 10px 0 0;
}
.shop__button__text {
  line-height: 1;
  color: #b92c36;
  font-weight: 600;
  font-size: 33px;
}
.shop__text {
  line-height: 1.7;
  margin-top: 27px;
  font-weight: 600;
}
.shop__text li {
  position: relative;
  z-index: 0;
  padding-left: 1.1em;
}
.shop__text li::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: "\203B";
}


/* shop:end */