/* 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: 64px;
  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: 64px;
  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: 129px 0 105px;
}
.pagelink::before,
.pagelink::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 85px;
  background-color: #b92c36;
  mix-blend-mode: multiply;
  content: "";
}
.pagelink::before {
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 38%);
}
.pagelink::after {
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 38%, 0 100%);
}
.pagelink__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagelink__list li {
  position: relative;
  z-index: 0;
  margin-left: 29px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pagelink__list li:hover {
  opacity: 0.7;
}
.pagelink__list li:first-of-type {
  margin-left: 0;
}
.list__01 {
  width: 152px;
  height: 152px;
  background-image: url(../img/pagelink_bg_01.png);
}
.list__02 {
  width: 163px;
  height: 163px;
  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: 35px;
  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: 210px;
  margin: 0 auto;
}
.lineup__title__text {
  line-height: 1;
  margin-top: 33px;
  color: #b92c36;
  font-weight: 600;
  font-size: 35px;
  text-align: center;
}
@media print, screen and (max-width: 1041px) {
  .lineup__title__text {
    font-size: 30px;
  }
}


/* decoration:end */
/* lineup:start */
.lineup__cate {
  padding: 84px 0 27px;
}
.lineup__cate.cate__01 .lineup__icon__01,
.lineup__cate.cate__02 .lineup__icon__02 {
  width: 86px;
  animation-delay: 0s;
}
@media print, screen and (max-width: 1041px) {
.lineup__cate.cate__01 .lineup__icon__01,
.lineup__cate.cate__02 .lineup__icon__02 {
    width: 70px;
  }
}
.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: 183px;
}
@media print, screen and (max-width: 1041px) {
  .lineup__cate.cate__01 .lineup__icon__02,
  .lineup__cate.cate__02 .lineup__icon__01,
  .lineup__cate.cate__03 .lineup__icon__01 {
    width: 160px;
  }
}
.lineup__cate.cate__01 .lineup__icon__01 {
  top: -47px;
  left: 86px;
}
@media print, screen and (max-width: 1041px) {
  .lineup__cate.cate__01 .lineup__icon__01,
  .lineup__cate.cate__02 .lineup__icon__01 {
    left: 0;
  }
}
.lineup__cate.cate__01 .lineup__icon__02 {
  top: -130px;
  right: 108px;
}
@media print, screen and (max-width: 1041px) {
  .lineup__cate.cate__01 .lineup__icon__02,
  .lineup__cate.cate__02 .lineup__icon__02,
  .lineup__cate.cate__03 .lineup__icon__01 {
    right: 0;
  }
}
.lineup__cate.cate__02 .lineup__icon__01 {
  top: -48px;
  left: 96px;
}
.lineup__cate.cate__02 .lineup__icon__02 {
  top: -82px;
  right: 115px;
}
.lineup__cate.cate__03 .lineup__icon__01 {
  top: -83px;
  right: 70px;
}
.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: 56px;
}
.lineup__list li {
  width: 22.25%;
  margin-top: 45px;
  margin-right: 3.5%;
}
.lineup__list li:nth-child(4n) {
  margin-right: 0;
}
@media print, screen and (min-width: 1042px) {
  .lineup__list li:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 1041px) {
  .lineup__list li {
    width: 48%;
    margin-right: 4%;
  }
  .lineup__list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .lineup__list li:nth-child(even) {
    margin-right: 0;
  }
}
.lineup__list__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 33px;
  animation-delay: 0.2s;
  overflow: hidden;
}
@media print, screen and (min-width: 1042px) {
  .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__01 li:nth-child(3) .lineup__list__img,
  .lineup__cate.cate__01 li:nth-child(4) .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,
  .lineup__cate.cate__02 li:nth-child(3) .lineup__list__img,
  .lineup__cate.cate__02 li:nth-child(4) .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,
  .lineup__cate.cate__03 li:nth-child(3) .lineup__list__img,
  .lineup__cate.cate__03 li:nth-child(4) .lineup__list__img {
    animation-delay: 0.6s;
  }
}
@media print, screen and (max-width: 1041px) {
  .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: 13px;
  left: 14px;
  width: 43px;
  height: 16px;
  background: url(../img/new_icon.png) left top / contain no-repeat;
  content: "";
}
.lineup__list__cont {
  margin-top: 15px;
  animation-delay: 0.4s;
}
@media print, screen and (min-width: 1042px) {
  .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__01 li:nth-child(3) .lineup__list__cont,
  .lineup__cate.cate__01 li:nth-child(4) .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,
  .lineup__cate.cate__02 li:nth-child(3) .lineup__list__cont,
  .lineup__cate.cate__02 li:nth-child(4) .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,
  .lineup__cate.cate__03 li:nth-child(3) .lineup__list__cont,
  .lineup__cate.cate__03 li:nth-child(4) .lineup__list__cont {
    animation-delay: 0.8s;
  }
}
@media print, screen and (max-width: 1041px) {
  .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: 22px;
}
.lineup__list__name.-spacing {
  letter-spacing: -0.05em;
}
.lineup__list__name__min {
  font-size: 18px;
}
.lineup__list__name__min.-block {
  display: block;
}
.lineup__list__gram {
  margin-top: 3px;
  font-size: 17px;
}
.lineup__list__yen {
  margin-top: 5px;
  font-size: 15px;
}
.lineup__list__yen__num {
  padding-left: 0.5em;
  font-size: 19px;
}
.lineup__list__yen dd {
  margin-top: 3px;
}
.lineup__list__text {
  line-height: 1.4;
  margin-top: 15px;
  font-size: 12px;
  text-align: left;
}


/* lineup:end */
/* package:start */
.lineup__package {
  padding: 103px 0 49px;
}
.lineup__package__img {
  width: calc(100% - 140px);
  margin: 0 auto;
  animation-delay: 0.4s;
}
.lineup__package__text {
  line-height: 1;
  margin-top: 26px;
  font-size: 11px;
  text-align: center;
  animation-delay: 0.2s;
}


/* package:end */
/* shop:start */
.shop {
  position: relative;
  z-index: 0;
  padding: 93px 0 64px;
  background-color: #d1ba91;
}
.shop::after {
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 63px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  content: "";
}
.shop .l-cont {
  position: relative;
  z-index: 0;
}
.shop__button {
  width: 300px;
  height: 97px;
  margin: 0 auto;
}
.shop__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 12px;
  border: 5px solid #b92c36;
  background-color: #fff;
}
.shop__button a img {
  width: 26px !important;
  margin-right: 13px;
}
.shop__button__text {
  line-height: 1;
  color: #b92c36;
  font-weight: 600;
  font-size: 40px;
}
.shop__text {
  line-height: 1.55;
  margin: 27px auto 0;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
}
@media print, screen and (max-width: 1041px) {
  .shop__text {
    width: calc(100% - 100px);
    text-align: left;
  }
}


/* shop:end */