#Wrap {
  max-width: 100%;
}

@media screen and (min-width: 561px) {
  #pagination.below {
    max-width: 120rem;
    margin-inline: auto;
  }

  #sortBlock {
    width: 120rem;
    justify-content: end;
    margin: auto;
  }
}

@font-face {
  font-family: "felix";
  src: url("../fonts/FELIXTI.TTF") format("truetype");
}

.categorylist--bottom {
  margin-top: 0;
}

.spcollection2 {
  margin-top: calc(40* (100vw / 750));
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  letter-spacing: 0;
  font-feature-settings: normal;
  overflow: hidden;
  color: #363535;
}

.spcollection2 img,
.spcollection2 picture {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: bottom;
}

.spcollection2 .img {
  position: relative;
}

.spcollection2 a {
  display: inline;
}

.spcollection2 p {
  letter-spacing: 0;
  position: relative;
}

.spcollection2 h3 {
  font-weight: 400;
}

/*** lp_credit_area  ***/
.lp_credit_area {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 2;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  -webkit-font-smoothing: antialiased;
}

.lp_credit_area::after {
  content: "";
  width: 100%;
}

.lp_credit_area::before {
  content: "";
  order: 2;
  width: 100%;
}

.lp_credit_area li {
  width: fit-content;
  font-size: calc(23* (100vw / 750));
  letter-spacing: 0;
  line-height: 1.692;
}

.lp_credit_area li span:not(.credit__category, .credit__price) {
  padding-right: calc(6* (100vw / 750));
}

.lp_credit_area .credit__category {
  width: calc(105* (100vw / 750));
  display: inline-block;
  white-space: nowrap;
  margin-left: 5rem;
}

.lp_credit_area .credit__price {
  width: calc(120* (100vw / 750));
  margin: 0 0 0 calc(14* (100vw / 750));
  display: inline-block;
  text-align: right;
  white-space: nowrap;
}


@media screen and (max-width: 767px) {

  .pcOnly {
    display: none;
  }

}

@media screen and (min-width: 768px) {
  .spcollection2 {
    margin-top: 7.6rem;
  }

  .spOnly {
    display: none;
  }

  .lp_credit_area li {
    font-size: 2.3rem;
    line-height: 1.72;
  }

  .lp_credit_area li>* {
    line-height: 1.6;
  }

  .lp_credit_area li span:not(.credit__category, .credit__price) {
    padding-right: 0.7rem;
  }

  .lp_credit_area .credit__category {
    width: 15.8rem;
  }

  .lp_credit_area .credit__price {
    margin: 0 0 0 0.1rem;
    width: 17rem;
  }
}

/************** mv **************/
.lp_logo_area {
  position: relative;
  width: 100vw;
  height: calc(112* (100vw / 750));
  background: #816564;
}

.lp_logo_area::before {
  content: "";
  position: absolute;
  background: url(../img/logo.png) center/contain no-repeat;
  width: calc(330* (100vw / 750));
  height: calc(79* (100vw / 750));
  top: calc(20* (100vw / 750));
  left: calc(89* (100vw / 750));
}

.mv {
  margin: calc(38* (100vw / 750)) auto 0;
  width: calc(630* (100vw / 750));
}

.fv {
  margin: calc(65* (100vw / 750)) auto 0;
  width: calc(700* (100vw / 750));
}


.mv_p {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  width: fit-content;
  font-size: calc(20* (100vw / 750));
  line-height: 1.666;
  margin: calc(70* (100vw / 750)) auto 0;
  text-align: center;
  text-justify: auto;
}

.mv_p::before,
.mv_p::after {
  content: "";
  position: absolute;
  width: calc(710* (100vw / 750));
  height: 1px;
  background: #707070;
  left: 50%;
  transform: translateX(-50%);
}

.mv_p::before {
  top: calc(-25* (100vw / 750));
}

.mv_p::after {
  bottom: calc(-21* (100vw / 750));
}




.mv_p2 {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  width: fit-content;
  font-size: calc(20* (100vw / 750));
  line-height: 1.666;
  margin: calc(40* (100vw / 750)) auto 0;
  text-align: center;
  text-justify: auto;
}

.mv_p2::before,
.mv_p2::after {
  content: "";
  position: absolute;
  width: calc(710* (100vw / 750));
  height: 1px;
  background: #707070;
  left: 50%;
  transform: translateX(-50%);
}

.mv_p2::before {
  top: calc(-13* (100vw / 750));
}

.mv_p2::after {
  bottom: calc(-11* (100vw / 750));
}

@media screen and (min-width: 768px) {
  .lp_logo_area {
    height: 11.2rem;
  }

  .lp_logo_area::before {
    width: 33rem;
    height: 7.9rem;
    top: 2rem;
    left: 57%;
    transform: translateX(-132%);
  }

  .mv {
    margin: 5.5rem auto 0;
    width: 67rem;
    position: relative;
  }

  .fv {
    margin: 6.3rem auto 0;
    width: 76.2rem;
    position: relative;
  }

  .mv_p {
    font-size: 2rem;
    line-height: 1.68;
    margin: 7rem auto 0;
    text-align: center;
    position: relative;
  }

  .mv_p::before {
    top: -3rem;
    width: 79rem;
  }

  .mv_p::after {
    width: 79rem;
    top: 16rem;
  }

  .mv_p2 {
    font-size: 1.9rem;
    line-height: 1.68;
    margin: 9rem auto 0;
    text-align: center;
    position: relative;
  }

  .mv_p2::before {
    top: -1.5rem;
    width: 73rem;
  }

  .mv_p2::after {
    width: 73rem;
    top: 17.3rem;
    
  }
}

/* ▽_____________ sec ______________▽ */
.sec {
  position: relative;
}

.sec_inner {
  position: relative;
  margin: auto;
}

.sec_inner_left {
  position: relative;
  margin: auto;
  right: 25rem;
}

.sec_inner_right {
  position: relative;
  margin: auto;
  left: 23rem;
  bottom: 59rem;
}

.sec_ttl {
  position: relative;
  z-index: 2;
  pointer-events: none;
  margin: auto;
}

.sec_inner::before {
  content: "";
  position: absolute;
  z-index: 0;
}

.sec_inner_left::before {
  content: "";
  position: absolute;
  z-index: 0;
}

.sec_inner_right::before {
  content: "";
  position: absolute;
  z-index: 0;
}

/* sec1___________________________*/
.sec01 {
  margin-top: calc(155* (100vw / 750));
  margin-bottom: calc(150* (100vw / 750));
}

.sec01 .sec_ttl {
  width: calc(660* (100vw / 750));
  margin-bottom: calc(0* (100vw / 750));
  margin: calc(0* (100vw / 750)) auto 0;
}

.img1_01_wrap {
  position: relative;
  width: calc(615* (100vw / 750));
  margin: 0 auto;
  margin-top: calc(30* (100vw / 750));
  z-index: 1;
}

.img1_02_wrap {
  position: relative;
  width: calc(465* (100vw / 750));
  margin: calc(35* (100vw / 750)) auto 0 calc(50* (100vw / 750));
  z-index: 1;
}

.img1_03_wrap {
  position: relative;
  width: calc(380* (100vw / 750));
  margin: calc(-295* (100vw / 750)) auto 0 calc(320* (100vw / 750));
  z-index: 1;
}

.sec01 .sec1_inner1 .lp_credit_area {
  width: calc(40% - 10px);
  margin: calc(20* (100vw / 750)) 0 0 calc(50* (100vw / 750));
}


/* PCレイアウト */
@media screen and (min-width: 768px) {
  .sec01 {
    margin: 7.7rem auto 0;
    width: 98.2rem;
    margin-bottom: 2rem;
  }

  .sec01 .sec_ttl {
    width: 66.8rem;
    margin: 3.6rem auto 0;
    margin-bottom: 3.8rem;
  }

  .img1_01_wrap {
    width: 63.2rem;
    margin: 2.6rem auto 0;
    margin-top: -0.01rem;
  }

  .img1_02_wrap {
    width: 48rem;
    margin: 2.6rem auto 0 15.5rem;
  }

  .img1_03_wrap {
    width: 40rem;
    margin: -28.5rem auto 0 42.5rem;
  }

  .sec01 .sec1_inner1 .lp_credit_area {
    width: 20rem;
    margin: 1.2rem 0 0 15.5rem;
  }

  .sec01 .lp_credit_area li:nth-child(n+3) {
    order: 1;
  }

}


/* sec2___________________________*/
.sec02 {
  margin: calc(65* (100vw / 750)) auto 0;
  padding-top: calc(35* (100vw / 750));
  padding-bottom: calc(45* (100vw / 750));
  width: 100%;
  margin-bottom: calc(63* (100vw / 750));
}

.sec02 .sec_ttl {
  width: calc(600* (100vw / 750));
  margin: calc(15* (100vw / 750)) auto 0;
  margin-bottom: calc(0* (100vw / 750));
}

.bg1 {
  background-color: #7A1C25;
  width: 100%;
}

.sec02 .sec1_inner1 .lp_credit_area {
  width: calc(100% - 10px);
  margin: calc(30* (100vw / 750)) 0 0 calc(50* (100vw / 750));
}

.img2_04_wrap {
  position: relative;
  width: calc(700* (100vw / 750));
  margin: calc(52* (100vw / 750)) auto 0;
}

.sec02 .lp_credit_area {
  width: calc(88% - 10px);
  margin: calc(20* (100vw / 750)) auto 0;
  color: #fff;
}

/* PCレイアウト */
@media screen and (min-width: 768px) {
  .sec02 {
    margin: 6.6rem auto 0;
    padding-top: 2rem;
    padding-bottom: 3.5rem;
    width: 98.2rem;
    margin-bottom: -2.5rem;
  }

  .bg1 {
    background-color: #7A1C25;
    width: 100%;
  }

  .sec02 .sec_ttl {
    width: 63rem;
    margin: 2.6rem auto 0;
    margin-bottom: 3.8rem;
  }

  .img2_04_wrap {
    width: 73.5rem;
    margin: 2.6rem auto 0;
    margin-top: -0.01rem;
  }

  .sec02 .lp_credit_area {
    width: 60rem;
    margin: 1.2rem 0 0 15.3rem;
  }
  
  .bg1 {
    width: 100%;
  }

  .sec02 .lp_credit_area li:nth-child(n+3) {
    order: 1;
  }

}

/* sec3___________________________*/
.sec03 {
  margin: calc(0* (100vw / 750)) auto 0;
  width: 100%;
  padding-bottom: calc(75* (100vw / 750));
  padding-top: calc(70* (100vw / 750));
}

.sec03 .sec_ttl {
  width: calc(600* (100vw / 750));
  margin-bottom: calc(0* (100vw / 750));
  margin: calc(0* (100vw / 750)) auto 0;
}

.sec03 .lp_credit_area {
  width: calc(65% - 10px);
  margin: calc(20* (100vw / 750)) auto 0;
}

.img3_05_wrap {
  width: 100%;
  margin: calc(40* (100vw / 750)) auto 0;
}

/* PCレイアウト */
@media screen and (min-width: 768px) {
  .sec03 {
    margin: 10.7rem auto 0;
    width: 98.2rem;
    padding-bottom: 10rem;
    padding-top: 0rem;
  }

  .sec03 .sec_ttl {
    width: 63rem;
    margin: 3.6rem auto 0;
    margin-bottom: 4.1rem;
  }

  .img3_05_wrap {
    width: 76rem;
    margin: 2rem auto 0;
  }

  .sec03 .lp_credit_area {
    width: 39.5rem;
    margin: 1.2rem auto 0;
  }

  .sec03 .lp_credit_area li:nth-child(n+3) {
    order: 1;
  }

}


/* sec4___________________________*/
.sec04 {
  margin: calc(80* (100vw / 750)) auto 0;
  width: 100%;
}

.sec04 .sec_ttl {
  width: calc(530* (100vw / 750));
  margin-bottom: calc(0* (100vw / 750));
  margin: calc(0* (100vw / 750)) auto 0;
}

.sec04 .lp_credit_area {
  width: calc(65% - 10px);
  margin: calc(20* (100vw / 750)) auto 0;
}

.img4_06_wrap {
  width: 100%;
  margin: calc(-190* (100vw / 750)) auto 0;
}

.img4_07_wrap {
  width: calc(400* (100vw / 750));
  margin: calc(50* (100vw / 750)) auto 0;
}

/* PCレイアウト */
@media screen and (min-width: 768px) {
  .sec04 {
    margin: -3.5rem auto 0;
    width: 98.2rem;
  }

  .sec04 .sec_ttl {
    width: 52rem;
    margin: 3.6rem auto 0;
    margin-bottom: 4.1rem;
  }

  .img4_06_wrap {
    width: 76rem;
    margin: -23rem auto 0;
  }

  .img4_07_wrap {
    width: 41.3rem;
    margin: 3.7rem auto 0;
  }

  .sec04 .lp_credit_area {
    width: 42rem;
    margin: 1.2rem auto 0;
  }

  .sec04 .lp_credit_area li:nth-child(n+3) {
    order: 1;
  }

}

/* sec5___________________________*/
.sec05 {
  margin: calc(140* (100vw / 750)) auto 0;
  width: 100%;
  padding-top: calc(50* (100vw / 750));
  padding-bottom: calc(40* (100vw / 750));
  margin-bottom: calc(130* (100vw / 750));
}

.sec05 .sec_ttl {
  width: calc(580* (100vw / 750));
  margin-bottom: calc(0* (100vw / 750));
  margin: calc(0* (100vw / 750)) auto 0;
}

.sec05 .lp_credit_area {
  width: calc(83% - 10px);
  margin: calc(15* (100vw / 750)) auto 0;
  text-align: center;
  color: #fff;
}

.img5_08_wrap {
  width: calc(650* (100vw / 750));
  margin: calc(40* (100vw / 750)) auto 0;
}

.bg2 {
  background-color: #3F6082;
  width: 100%;
}


/* PCレイアウト */
@media screen and (min-width: 768px) {
  .sec05 {
    margin: 8rem auto 0;
    width: 98.2rem;
    padding-top: 1rem;
    padding-bottom: 3.5rem;
    margin-bottom: -2.8rem;
  }

  .sec05 .sec_ttl {
    width: 53rem;
    margin: 3.6rem auto 0;
    margin-bottom: 3.8rem;
    margin-left: 20.5rem;
  }

  .img5_08_wrap {
    width: 66rem;
    margin: 2.6rem auto 0;
    margin-top: -0.01rem;
  }

  .sec05 .lp_credit_area {
    width: 54.5rem;
    margin: 1.2rem auto 0;
    text-align: center;
  }

  .sec05 .lp_credit_area li:nth-child(n+3) {
    order: 1;
  }

  .bg2 {
    width: 100%;
  }

}

/* sec6___________________________*/
.sec06 {
  margin-top: calc(-12* (100vw / 750));
  padding-top: calc(30* (100vw / 750));
  padding-bottom: calc(75* (100vw / 750));
}

.sec06 .sec_ttl {
  width: calc(580* (100vw / 750));
  margin-bottom: calc(0* (100vw / 750));
  margin: calc(0* (100vw / 750)) auto 0;
}

.sec06 .lp_credit_area {
  width: calc(88% - 10px);
  margin: calc(20* (100vw / 750)) auto 0;
}

.img6_09_wrap {
  width: calc(650* (100vw / 750));
  margin: calc(40* (100vw / 750)) auto 0;
}

.fukuro_wrap {
  width: calc(250* (100vw / 750));
  margin: calc(50* (100vw / 750)) auto 0;
}

/* PCレイアウト */
@media screen and (min-width: 768px) {
  .sec06 {
    margin: 10.7rem auto 0;
    width: 98.2rem;
    padding-bottom: 10rem;
    padding-top: 0rem;
  }

  .sec06 .sec_ttl {
    width: 58rem;
    margin: 3.6rem auto 0;
    margin-bottom: 4.1rem;
  }

  .img6_09_wrap {
    width: 66rem;
    margin: 2rem auto 0;
  }

  .fukuro_wrap {
    width: 26rem;
    margin: 5rem auto 0;
  }

  .sec06 .lp_credit_area {
    width: 58rem;
    margin: 1.2rem auto 0;
  }

  .sec06 .lp_credit_area li:nth-child(n+3) {
    order: 1;
  }

}

/* ▽_____________ foot_btn ______________▽ */
.spcollection2 .foot_btn {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: adobe-garamond-pro, serif;
  font-weight: normal;
  font-size: calc(35* (100vw / 750));
  width: calc(470* (100vw / 750));
  height: calc(75* (100vw / 750));
  margin: calc(140* (100vw / 750)) auto 0;
  color: #fff;
  background: #C09956;
  padding-top: calc(3* (100vw / 750));
  letter-spacing: 0;
  margin-bottom: calc(140* (100vw / 750));
}

@media screen and (min-width: 768px) {
  .spcollection2 .foot_btn {
    font-size: 3.1rem;
    width: 37rem;
    height: 6.5rem;
    margin: 10rem auto 0;
    padding-right: 0.8rem;
    padding-top: 0.5rem;
    padding-bottom: 0rem;
    margin-bottom: 10rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  html {
    font-size: calc(10* (100vw / 1366)) !important;
  }
}
