#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");
}

@font-face {
  font-family: "minion variable";
  src: url("../fonts/MinionVariableConcept-Roman.otf") format("opentype");
}

.categorylist--bottom {
  margin-top: 0;
}

.spcollection2 {
  margin-top: calc(27* (100vw / 750));
  padding-bottom: calc(130*(100vw / 750));
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', 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: #000;
  background-color: #EFE7D9;
  position: relative;
}

.spcollection2::before,
.spcollection2::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.spcollection2 img,
.spcollection2 picture,
.spcollection2 iframe {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: bottom;
}

.spcollection2 iframe {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .spcollection2 .img {
    position: relative;

    font-size: 0;
  }
}

.spcollection2 a {
  display: inline;
}

.spcollection2 p {
  letter-spacing: 0;
  position: relative;
}


/*** lp_credit_area  ***/
.lp_credit_area {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 2;
  width: fit-content;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-font-smoothing: antialiased;
  margin-top: calc(22* (100vw /750));
}

.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(22* (100vw / 750));
  line-height: 1.35;
}

/* .lp_credit_area li>* {
  display: flex;
  flex-wrap: nowrap;
  line-height: 1.692;
} */

.lp_credit_area li span:not(.credit__category, .credit__price) {
  padding-right: calc(6* (100vw / 750));
}

.lp_credit_area span {
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {

  .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .spcollection2 {
    margin-top: 7.6rem;
    padding-bottom: 13rem;
  }

  .spOnly {
    display: none;
  }

  .lp_credit_area {
    margin-top: 2.3rem;
  }

  .lp_credit_area li {
    font-size: 2.2rem;
    line-height: 1.35;
  }

  /* .lp_credit_area li>* {
    line-height: 1.3636363636;
  } */

  .lp_credit_area li span:not(.credit__category, .credit__price) {
    padding-right: 0.7rem;
  }
}

/* ===============================================
* mv *
=============================================== */

.fv p {
  font-size: calc(22* (100vw /750));
  line-height: 1.8;
  text-align: center;
  margin-top: calc(66*(100vw / 750));
  ;
}

@media screen and (min-width: 768px) {

  .fv {
    width: 75.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .fv p {
    font-size: 2.2rem;
    margin-top: 6.3rem;
  }
}

/* ▽_____________ sec ______________▽ */
.sec,
.relative_wrap {
  position: relative;
}

.video_wrap {
  pointer-events: none;
}

.sec_inner {
  position: relative;
  margin: auto;
}

.sec_inner h3,
.sec_inner .lp_credit_area {
  position: absolute;
  z-index: 2;
}

.sec_inner h3 {
  pointer-events: none;
}

.sec_inner::before {
  content: "";
  position: absolute;
  z-index: 0;
}

.sec_inner .lp_credit_area {
  position: relative;
  height: fit-content;
}

.ttl_wrap {
  position: absolute;
  width: calc(160* (100vw /750));
  pointer-events: none;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .ttl_wrap {
    width: 16rem;
  }
}



/* ▽_____________ common ______________▽ */
.sec__content-item {
  position: relative;
}

.credit__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(19*(100vw / 750));
  gap: calc(8*(100vw / 750)) calc(5*(100vw / 750));
}

.credit__wrap::after {
  content: "";
  width: 100%;
}

.credit__wrap li {
  font-size: calc(22* (100vw / 750));
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}


@media screen and (min-width: 768px) {

  .credit__wrap {
    margin-top: 2.2rem;
    gap: 0.8rem 0.3rem;
  }

  .credit__wrap li {
    font-size: 2.2rem;
    width: fit-content;
  }
}

/* ===============================================
* sec *
=============================================== */
.sec__content-wrap {
  position: relative;
}

.sec__content-wrap::before,
.sec__content-wrap::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.sec__content_ttl_wrap {
  position: relative;
}

.sec__content_ttl_wrap h3 {
  position: absolute;
  width: calc(210*(100vw / 750));
  pointer-events: none;
  z-index: 2;
}

.sec__content-item--tx {
  font-size: calc(22*(100vw / 750));
  letter-spacing: 0em;
  line-height: 1.8181818182;
  margin-top: calc(25*(100vw / 750));
  white-space: nowrap;
  text-align: center;
}

.sec__content-item::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}


@media screen and (min-width: 768px) {
  .sec__content-item--tx {
    margin-top: 3rem;
    letter-spacing: 0.025em;
    font-size: 2.2rem;
  }

  .sec__content_ttl_wrap h3 {
    width: 21rem;
  }

}

/* ===============================================
* style01 *
=============================================== */
.sec1 .img01 {
  width: calc(434* (100vw /750));
  margin: calc(142*(100vw / 750)) auto 0;
}

.sec1 h3 {
  top: calc(-55*(100vw / 750));
  left: calc(-27*(100vw / 750));
  width: calc(175* (100vw /750));
}

.sec1 .sec__content-wrap {
  display: grid;
  width: calc(710* (100vw /750));
  grid-template-columns: calc(383* (100vw /750)) auto;
  grid-template-rows: calc(422* (100vw /750)) auto;
  margin: calc(83*(100vw / 750)) auto 0;
}

.sec1 .sec__content-item--2 {
  width: calc(362* (100vw /750));
  grid-area: 1 / 1 / 2 / 2;
}

.sec1 .sec__content-item--3 {
  width: calc(252* (100vw /750));
  grid-area: 1/ 2 / 3 / 3;
}

.sec1 .sec__content-item--4 {
  width: calc(327* (100vw /750));
  grid-area: 2 / 2 / 3 / 3;
}

.sec1 .credit__wrap {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .sec1 .sec__content-item--1 {
    width: 50rem;
    margin: 5rem auto 0;
  }

  .sec1 .img01 {
    width: 100%;
    margin: 0;
  }

  .sec1 h3 {
    top: 4.2rem;
    left: -23rem;
    width: 21rem;
  }

  .sec1 .sec__content-wrap {
    width: 102.7rem;
    grid-template-columns: 55rem auto;
    grid-template-rows: 61rem auto;
    margin: 7.1rem auto 0;
  }

  .sec1 .sec__content-item--2 {
    width: 47.2rem;
  }

  .sec1 .sec__content-item--3 {
    width: 36.4rem;
  }

  .sec1 .sec__content-item--4 {
    width: 47.2rem;
  }
}

/* ===============================================
* style02 *
=============================================== */

.sec2 .sec__content-item--1 {
  width: calc(710*(100vw / 750));
  margin-left: auto;
  margin: calc(96* (100vw /750)) auto 0;
}

.sec2 h3 {
  position: relative;
  margin-left: auto;
}

.sec2 .sec__content-item--tx {
  margin-top: calc(-31* (100vw /750));
  left: calc(158* (100vw /750));
}

.sec2 .sec__content-item--2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: calc(10*(100vw / 750)) calc(20*(100vw / 750));
  margin-top: calc(17*(100vw / 750));
}

.sec2 .credit__wrap {
  justify-content: center;
  padding: 0 calc(110* (100vw /750));
}

.img05 {
  width: calc(380* (100vw /750));
}

.img06 {
  width: calc(321* (100vw /750));
  margin-top: calc(80* (100vw /750));
}

@media screen and (min-width: 768px) {
  .sec2 .sec__content-wrap {
    width: 120rem;
    margin: auto;
  }

  .sec2 .sec__content-item--1 {
    width: 40rem;
    margin-left: auto;
    margin: 18.7rem auto 0;
    left: 50%;
    transform: translateX(-110%);
  }

  .sec2 .sec__content-item--tx {
    margin-top: 0rem;
    left: 11.6rem;
  }

  .sec2 .sec__content-item--2 {
    width: 120rem;
    gap: 2.3rem 11.8rem;
    margin: -5.8rem auto 0;
    padding-right: 4.4rem;
    justify-content: center;
  }

  .sec2 .credit__wrap {
    justify-content: center;
    padding: 0px 3rem;
    width: 70rem;
    left: 2rem;
  }

  .img05 {
    width: 48.8rem;
    flex-shrink: 0;
  }

  .img06 {
    width: 41.5rem;
    margin-top: 11rem;
  }
}

/* ===============================================
* style03 *
=============================================== */

.sec3 .sec__content-wrap {
  width: calc(710*(100vw / 750));
  margin: calc(99*(100vw / 750)) auto 0;
}

.sec3 h3 {
  position: relative;
  margin: auto;
}

.sec3 .sec__content-item--tx {
  text-align: center;
  margin-top: calc(-25* (100vw /750));
}

.sec3 .sec__content-item--2 {
  width: calc(450*(100vw / 750));
  margin: calc(30* (100vw /750)) 0 0 auto;
  z-index: 1;
}

.sec3 .sec__content-item--3 {
  width: calc(470*(100vw / 750));
  margin: calc(67*(100vw / 750)) 0 0 0;
  z-index: 1;
}

.sec3 .credit__wrap {
  position: absolute;
  top: calc(310*(100vw / 750));
  left: calc(495*(100vw / 750));
}

@media screen and (min-width: 768px) {
  .sec3 .sec__content-item--1 {
    position: absolute;
    top: -5.1rem;
    left: 50%;
    transform: translateX(-114.1%);
  }

  .sec3 h3 {
    position: relative;
    left: 2rem;
    margin: 0 0 0 auto;
  }

  .sec3 .sec__content-wrap {
    display: flex;
    justify-content: center;
    width: initial;
    gap: 8.4rem;
    margin: 32rem 0 0 0;
    padding-right: 2.5rem;
  }


  .sec3 .sec__content-item--tx {
    text-align: center;
    margin-top: -2rem;
  }

  .sec3 .sec__content-item--2 {
    width: 46.9rem;
    margin: 34rem 0 0 0;
  }

  .sec3 .sec__content-item--3 {
    width: 45.1rem;
    margin: 0;
  }

  .sec3 .credit__wrap {
    position: relative;
    top: initial;
    left: initial;
    flex-direction: column;
  }
}

/* ===============================================
* style04 *
=============================================== */
.sec4::before {
  position: absolute;
  content: "";
  background: #4A2424;
  width: 100%;
  height: calc(3000*(100vw / 750));
  z-index: 0;
  top: calc(-70*(100vw / 750));
  left: 0;
}

.sec4::after {
  position: absolute;
  content: "";
  background: url(../img/ttl/line01.svg) center/contain no-repeat;
  width: calc(1044* (100vw /750));
  height: calc(776*(100vw / 750));
  z-index: 0;
  top: calc(-690*(100vw / 750));
  left: calc(-105* (100vw /750));
  pointer-events: none;
}

.sec4 .sec__content-item--1 {
  margin: calc(214*(100vw / 750)) 0 0 auto;
}

.sec4 h3 {
  position: relative;
  margin: 0 0 0 calc(-20*(100vw / 750));
}

.sec4 .img09 {
  margin-top: calc(-20* (100vw /750));
}

.sec4 .sec__content-item--tx {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  text-align: left;
  left: calc(37* (100vw /750));
  color: #fff;
  top: calc(290*(100vw / 750));
}

.sec4 .sec__content-wrap {
  width: calc(710*(100vw / 750));
  margin: calc(74*(100vw / 750)) auto 0;
  display: flex;
  justify-content: space-between;
}

.sec4 .sec__content-item--2 {
  width: calc(260*(100vw / 750));
  margin-top: calc(122*(100vw / 750));
  margin-left: calc(20* (100vw /750));
  z-index: 1;
}

.sec4 .sec__content-item--2::before {
  position: absolute;
  content: "";
  width: calc(256* (100vw /750));
  height: calc(425* (100vw /750));
  border: #fff 1px solid;
  z-index: -1;
  top: calc(-19*(100vw / 750));
  left: calc(-20*(100vw / 750));
}

.sec4 .sec__content-item--3 {
  width: calc(370*(100vw / 750));
}

.sec4 .sec__content-item--4 {
  margin-top: calc(110*(100vw / 750));
}

.sec4 .sec__content-item--4 .sec__content-item--tx-img {
  width: calc(67* (100vw /750));
  position: absolute;
  top: calc(90*(100vw / 750));
  left: calc(53*(100vw / 750));
}

.sec4 .sec__content-item--4 .credit__wrap {
  position: absolute;
  top: calc(389*(100vw / 750));
  left: calc(480*(100vw / 750));
  flex-direction: column;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .sec4 {
    margin-top: 40rem;
  }

  .sec4::before {
    height: 250rem;
    top: -25.5rem;
  }

  .sec4::after {
    width: 154.6rem;
    height: 114.9rem;
    top: -116.7rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .sec4 .sec__content-item--1 {
    margin: auto;
    width: 74.8rem;
  }

  .sec4 h3 {
    position: absolute;
    margin: 0;
    top: -18.5rem;
    left: -15.4rem;
  }

  .sec4 .img09 {
    margin-top: 0;
  }

  .sec4 .sec__content-item--tx {
    left: 3.5rem;
    top: 10rem;
  }

  .sec4 .sec__content-wrap {
    width: 100.9rem;
    margin: 5.7rem auto 0;
    left: -1rem;
  }

  .sec4 .sec__content-item--2 {
    width: 30rem;
    margin-top: 14rem;
    margin-left: 2.9rem;
  }

  .sec4 .sec__content-item--2::before {
    width: 29.5rem;
    height: 49rem;
    top: -2.4rem;
    left: -2.8rem;
  }

  .sec4 .sec__content-item--3 {
    width: 46.4rem;
  }

  .sec4 .sec__content-item--4 {
    margin: 8rem auto 0;
    width: 73rem;
  }

  .sec4 .sec__content-item--4 .sec__content-item--tx-img {
    width: 6.7rem;
    top: 8.3rem;
    left: -11.2rem;
  }

  .sec4 .sec__content-item--4 .credit__wrap {
    top: 37.6rem;
    left: 47.8rem;
  }
}

/* ===============================================
* style05 *
=============================================== */
.sec5::before {
  position: absolute;
  content: "";
  background: #4A2424;
  width: 100%;
  height: calc(1850*(100vw / 750));
  z-index: 0;
  top: calc(-70*(100vw / 750));
  left: 0;
}

.sec5 .sec__content-item--1 {
  margin: calc(144*(100vw / 750)) auto 0
}

.sec5 h3 {
  position: absolute;
  top: calc(302*(100vw / 750));
  right: calc(30*(100vw / 750));
}

.sec5 .img13 {
  width: calc(190*(100vw / 750));
  position: relative;
  left: 50%;
  transform: translateX(42%);
}

.sec5 .img13::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 150vw;
  background: #fff;
  top: calc(130*(100vw / 750));
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.sec5 .sec__content-item--1 .sec__content-item--tx-img {
  width: calc(23* (100vw /750));
  position: absolute;
  top: calc(492*(100vw / 750));
  right: calc(136*(100vw / 750));
}

.sec5 .sec__content-wrap {
  display: grid;
  width: calc(710*(100vw / 750));
  grid-template-columns: calc(354*(100vw / 750)) auto;
  grid-template-rows: calc(768*(100vw / 750)) calc(160* (100vw /750)) auto;
  margin: calc(63*(100vw / 750)) auto 0;
}

.sec5 .sec__content-item--2 {
  width: calc(495* (100vw /750));
  grid-area: 1/1/2/2;
}

.sec5 .sec__content-item--3 {
  width: calc(330*(100vw / 750));
  grid-area: 3 / 1 / 3 / 2;
}

.sec5 .sec__content-item--3 .sec__content-item--tx-img {
  position: absolute;
  top: calc(196*(100vw / 750));
  left: calc(-8*(100vw / 750));
  width: calc(175*(100vw / 750));
  pointer-events: none;
  z-index: 2;
}

.sec5 .sec__content-item--4 {
  width: calc(358*(100vw / 750));
  grid-area: 2 / 2 / 4 / 3;
}

.sec5 .credit__wrap {
  position: relative;
  flex-direction: column;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .sec5::before {
    height: 154.4rem;
    top: -30rem;
  }

  .sec5 .sec__content-item--1 {
    position: absolute;
    top: -32.3rem;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }

  .sec5 h3 {
    position: absolute;
    top: 34.1rem;
    right: -40rem;
  }

  .sec5 .img13 {
    width: 28rem;
    transform: translateX(10.6%);
  }

  .sec5 .img13::before {
    top: 19rem;
  }

  .sec5 .sec__content-item--1 .sec__content-item--tx-img {
    width: 2.3rem;
    top: 51.6rem;
    right: initial;
    left: 50%;
    transform: translateX(68%);
  }

  .sec5 .sec__content-wrap {
    width: 111rem;
    grid-template-columns: 12.3rem 56rem auto;
    grid-template-rows: 19.2rem 61.2rem auto;
    margin: 51.4rem auto 0;
  }

  .sec5 .sec__content-item--2 {
    width: 49.5rem;
    grid-area: 1/1/2/2;
  }

  .sec5 .sec__content-item--3 {
    width: 48rem;
    grid-area: 3 / 2 / 3 / 2;
  }

  .sec5 .sec__content-item--3 .sec__content-item--tx-img {
    top: 20rem;
    left: 1rem;
    width: 14rem;
  }

  .sec5 .sec__content-item--4 {
    width: 42.6rem;
    grid-area: 2 / 3 / 4 / 4;
  }

  .sec5 .credit__wrap {
    top: 2.8rem;
    left: -2.4rem;
  }
}

/* ===============================================
* style6 *
============================================== */
.sec6 .sec__content-item--1 {
  width: calc(710*(100vw / 750));
  margin: calc(119*(100vw / 750)) auto 0;
}

.sec6 h3 {
  position: relative;
  margin-left: calc(-30*(100vw / 750));
}

.sec6 .sec__content-item--tx {
  margin-top: calc(-134*(100vw / 750));
  left: calc(99*(100vw / 750));
}

.sec6 .sec__content-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: calc(87*(100vw / 750));
}

.sec6 .credit__wrap {
  padding: 0 0 0 calc(20*(100vw / 750));
}

.sec6 .sec__content-item--2 {
  width: calc(349*(100vw / 750));
}

.sec6 .sec__content-item--3 {
  width: calc(350* (100vw /750));
  margin-top: calc(89*(100vw / 750));
  margin-right: calc(20* (100vw /750));
}

.sec6 .sec__content-item--3 .sec__content-item--tx-img {
  position: absolute;
  top: calc(7*(100vw / 750));
  right: calc(-7*(100vw / 750));
  width: calc(77* 100vw / 750);
  z-index: 1;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .sec6 .sec__content-item--1 {
    width: 71rem;
    margin: 21rem auto 0;
  }

  .sec6 h3 {
    position: relative;
    margin-left: 0;
  }

  .sec6 .sec__content-item--tx {
    margin-top: 0;
    left: 24.3rem;
    position: absolute;
    top: 6.8rem;
  }

  .sec6 .sec__content-wrap {
    margin: 3rem auto 0;
    width: 98.7rem;
  }

  .sec6 .credit__wrap {
    padding: 1rem 0 0 0;
  }

  .sec6 .sec__content-item--2 {
    width: 47rem;
  }

  .sec6 .sec__content-item--3 {
    width: 47.2rem;
    margin-top: 12rem;
    margin-right: 0;
  }

  .sec6 .sec__content-item--3 .sec__content-item--tx-img {
    top: 2rem;
    right: -1rem;
    width: 7.7rem;
  }
}

/* ===============================================
* style07 *
=============================================== */

.sec7::after {
  position: absolute;
  content: "";
  background: url(../img/ttl/line02.svg) center/contain no-repeat;
  width: calc(760*(100vw / 750));
  height: calc(1176*(100vw / 750));
  z-index: 0;
  top: calc(-374*(100vw / 750));
  left: calc(-4*(100vw / 750));
  pointer-events: none;
}

.sec7 .sec__content-item,
.sec6 .sec__content-item {
  z-index: 2;
}

.sec7 .sec__content-item--1 {
  position: absolute;
  width: calc(400*(100vw / 750));
  top: calc(-162* (100vw /750));
  right: calc(-1*(100vw / 750));
}

.sec7 h3 {
  position: relative;
  right: calc(-170*(100vw / 750));
}


.sec7 .sec__content-item--1 .sec__content-item--tx {
  margin-top: calc(43*(100vw / 750));
}

.sec7 .sec__content-wrap {
  display: grid;
  width: calc(750*(100vw / 750));
  grid-template-columns: calc(46* (100vw /750)) calc(336*(100vw / 750)) auto;
  grid-template-rows: calc(316*(100vw / 750)) calc(590*(100vw / 750)) auto;
  margin: calc(303*(100vw / 750)) auto 0;
}

.sec7 .sec__content-item--2 {
  width: calc(357* (100vw /750));
  grid-area: 1/1/2/2;
}

.sec7 .sec__content-item--3 {
  width: calc(347*(100vw / 750));
  grid-area: 2 / 3 / 3 / 3;
}

.sec7 .sec__content-item--3 .sec__content-item--tx-img {
  position: absolute;
  top: calc(196*(100vw / 750));
  left: calc(-8*(100vw / 750));
  width: calc(175*(100vw / 750));
  pointer-events: none;
  z-index: 2;
}

.sec7 .sec__content-item--4 {
  width: calc(412*(100vw / 750));
  grid-area: 3 / 2 / 4 / 3;
}

.sec7 .credit__wrap {
  position: relative;
}

.sec7 .sec__content-item--5 {
  width: calc(242*(100vw / 750));
  /* grid-area: 2 / 2 / 4 / 3; */
  position: absolute;
  top: calc(1080* (100vw /750));
  right: calc(20* (100vw /750));
}

@media screen and (min-width: 768px) {
  .sec7::after {
    width: 88.2rem;
    height: 136.4rem;
    top: -56.1rem;
    left: 50%;
    transform: translateX(-22.4%);
  }

  .sec7 .sec__content-item--1 {
    position: absolute;
    width: 45rem;
    top: -16.3rem;
    right: 4.4rem;
  }

  .sec7 h3 {
    position: relative;
    right: -13.5rem;
  }

  .sec7 .sec__content-item--1 .sec__content-item--tx {
    margin-top: 2rem;
  }

  .sec7 .sec__content-wrap {
    display: grid;
    width: 111rem;
    grid-template-columns: 18rem 45.3rem auto;
    grid-template-rows: 24.3rem 56.5rem auto;
    margin: 40rem auto 0;
  }

  .sec7 .sec__content-item--2 {
    width: 49.2rem;
    grid-area: 1/1/2/2;
  }

  .sec7 .sec__content-item--3 {
    width: 47.5rem;
    grid-area: 2 / 3 / 3 / 3;
  }

  .sec7 .sec__content-item--3 .sec__content-item--tx-img {
    top: 3rem;
    left: 3rem;
    width: 17rem;
  }

  .sec7 .sec__content-item--4 {
    width: 41.2rem;
    grid-area: 3 / 2 / 4 / 3;
  }

  .sec7 .sec__content-item--5 {
    width: 29.3rem;
    top: 106rem;
    right: 8rem;
  }
}

/* ===============================================
* lp-foot *
=============================================== */
.info_wrap {
  background: #fff;
  padding: calc(62*(100vw / 750)) 0 calc(44*(100vw / 750)) calc(21*(100vw / 750));
  display: flex;
  justify-content: center;
  margin: calc(145*(100vw / 750)) 0 0 0;
  gap: calc(36*(100vw / 750));
}

.info_img {
  width: calc(214* (100vw /750));
}

.info_tx {
  width: calc(440* (100vw /750));
}

.info_tx * {
  text-align: center;
}

.info_tx h3 {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(40*(100vw / 750));
  letter-spacing: -0.01em;
}

.info_wrap .info_tx p {
  margin-top: calc(26*(100vw / 750));
  font-size: calc(20*(100vw / 750));
  letter-spacing: 0.01em;
  line-height: 2;
  white-space: nowrap;
}

.info_wrap .info_tx p span {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .info_wrap {
    padding: 4rem 0 4rem 10rem;
    margin: 15rem 0 0 0;
    gap: 9rem;
  }

  .info_img {
    width: 25rem;
  }

  .info_tx {
    width: 56rem;
    margin-top: 4.2rem;
  }

  .info_tx h3 {
    font-size: 3.9rem;
  }

  .info_wrap .info_tx p {
    margin-top: 2.2rem;
    font-size: 2.2rem;
    line-height: 1.85;
  }
}

.lp-foot {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}

.lp-foot p {
  font-size: calc(18*(100vw / 750));
  line-height: 1.666;
  text-align: center;
  margin-top: calc(114*(100vw / 750));
}

.lp-foot .foot-btn {
  width: calc(340*(100vw / 750));
  height: calc(64*(100vw / 750));
  margin: calc(55*(100vw / 750)) auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: calc(42*(100vw / 750));
  line-height: 1;
  color: #fff;
  background: #992C37;
}

@media screen and (min-width: 768px) {
  .lp-foot p {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    margin-top: 14.6rem;
  }

  .lp-foot .foot-btn {
    width: 34.2rem;
    height: 6.3rem;
    margin: 7.1rem auto 0;
    font-size: 4.2rem;
    padding-top: 0.6rem;
  }
}


/* ===============================================
* back_number *
=============================================== */
.back_number h3 {
  position: relative;
  margin: calc(97*(100vw / 750)) auto 0;
  width: fit-content;
  font-size: calc(30* (100vw /750));
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}

.back_number h3::before,
.back_number h3::after {
  position: absolute;
  content: "";
  background: #000;
  width: calc(50* (100vw /750));
  height: 1px;
  top: calc(14*(100vw / 750));
}

.back_number h3::before {
  left: calc(-66* (100vw /750));
}

.back_number h3::after {
  right: calc(-66* (100vw /750));
}

.back_number ul {
  display: flex;
  justify-content: center;
  gap: calc(32* (100vw /750));
  margin-top: calc(30* (100vw /750));
}

.back_number li {
  width: calc(253* (100vw /750));
}

.back_number p {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(26*(100vw / 750));
  text-align: center;
  line-height: 1;
  margin-top: calc(18*(100vw / 750));
}

@media screen and (min-width: 768px) {
  .back_number h3 {
    margin: 8.7rem auto 0;
    font-size: 3rem;
  }

  .back_number h3::before,
  .back_number h3::after {
    width: 5rem;
    top: 1.4rem;
  }

  .back_number h3::before {
    left: -6.6rem;
  }

  .back_number h3::after {
    right: -6.6rem;
  }

  .back_number ul {
    gap: 2.6rem;
    margin-top: 3rem;
  }

  .back_number li {
    width: 20.9rem;
  }

  .back_number p {
    font-size: 2.2rem;
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  html {
    font-size: calc(10* (100vw / 1366)) !important;
  }
}



/* ▽ animation ▽ */
.js_imgFadeIn {
  opacity: 0;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.imgAnimated {
  opacity: 1;
}

.js_imgFadeIn.slide_right {
  transform: translateX(100px);
}

.js_imgFadeIn.slide_left {
  transform: translateX(-100px);
}

.slide_right.imgAnimated,
.slide_left.imgAnimated {
  transform: translateX(0);
}

@media screen and (max-width: 767px) {
  .sec3 .js_imgFadeIn.slide_right {
    transform: translateX(-100px);
  }

  .sec3 .js_imgFadeIn.slide_left {
    transform: translateX(100px);
  }

  .sec3 .slide_right.imgAnimated,
  .sec3 .slide_left.imgAnimated {
    transform: translateX(0);
  }
}