@charset "UTF-8";

/* ページ共通___________________________*/
.emmi_lp {
  position: relative;
  margin-top: calc(80* (100vw / 750));
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: calc(24* (100vw / 750));
  letter-spacing: 0.02em;
  line-height: 2;
  overflow-x: clip;
  color: #4F453B;
  background: rgba(234, 219, 200, 0.8);
}

@media screen and (max-width: 767px) {}

@media screen and (min-width: 768px) {
  #footer_emmi {
    margin-top: 7.2rem;
  }

  .emmi_lp {
    margin: 8rem auto 0;
    padding-top: 8rem;
    font-size: 1.4rem;
    letter-spacing: 0.025em;
  }

  .main-area {
    overflow: initial;
  }
}

.emmi_lp .img {
  font-size: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .emmi_lp .img {
    background: #EEE3D3;
    background: #4F453B;
  }
}

.emmi_lp img,
.emmi_lp picture {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.emmi_lp a,
.emmi_lp picture,
.emmi_lp span {
  display: inline-block;
}

/* font */
.emmi_lp .ff_tra {
  font-family: trajan-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

.emmi_lp .ff_prag {
  font-family: pragmatica, sans-serif;
  font-weight: 300;
}

/* ▽_____________ credit ______________▽ */
.style_credit_block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}

/* .style_credit_block li:not(.credit_not_margin) {
  margin-right: calc(17* (100vw / 750));
} */

.style_credit_block::after {
  content: "";
  width: 100%;
}

.style_credit_block::before {
  content: "";
  order: 2;
  width: 100%;
}

.style_credit_block li {
  font-family: pragmatica, sans-serif;
  font-weight: 300;
  font-size: calc(22* (100vw / 750));
  letter-spacing: 0.05em;
  line-height: 1.9090909091;
  text-align: end;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .style_credit_block {
    margin-top: calc(42* (100vw / 750));
    gap: 0 calc(18* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .style_credit_block {
    /* justify-content: end; */
    margin: 2.5rem auto 0;
  }

  .style_credit_block li {
    font-size: 1.4rem;
    line-height: 1.857;
  }

  .style_credit_block li:not(.credit_not_margin) {
    margin-right: 1.1rem;
  }
}

/* ▽_____________ fv ______________▽ */
.sec__fv {
  text-align: center;
}

.sec__fv h2 {
  margin: auto;
}

.sec__fv .ttl_img {
  width: calc(684* (100vw / 750));
  margin: calc(77* (100vw / 750)) auto 0;
}

.sec__fv .ttl_img+p {
  margin-top: calc(112* (100vw / 750));
  font-size: calc(24* (100vw / 750));
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .sec__fv h2 {
    width: 84rem;
  }

  .bg_brw::before {
    height: 83.4rem;
    top: 18rem;
  }

  .sec__fv .ttl_img {
    width: 56.2rem;
    margin: 6.2rem auto 0;
    position: relative;
    left: -0.3rem;
  }

  .sec__fv .ttl_img+p {
    margin-top: 5.2rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}






/* ▽_____________ sec ______________▽ */
.sec__style {
  position: relative;
  margin: 0 auto 0;
  width: calc(750* (100vw / 750));
}

.sec__style::before,
.sec__style::after {
  content: "";
  position: absolute;
  background: #4F453B;
  z-index: 0;
}

/* sticky_wrap */
.sticky_wrap {
  pointer-events: none;
  position: sticky;
  top: 0;
  left: calc(25* (100vw / 750));
  width: calc(42* (100vw / 750));
  padding-top: calc(320* (100vw / 750));
  padding-bottom: calc(30* (100vw / 750));
  z-index: 10;
}

.sec_content {
  position: relative;
}

.sec__style .item_intro {
  pointer-events: none;
  z-index: 2;
}

.sec__style:nth-of-type(odd) .item_intro {
  position: absolute;
}

.style_credit_block--wrap {
  display: flex;
  flex-direction: column;
  gap: calc(20* (100vw / 750));
  margin: calc(40* (100vw / 750)) 0 0 calc(100* (100vw / 750));
}

.style_credit_block--wrap .style_credit_block {
  margin-top: 0;
  flex-direction: column;
}

.style_credit_block--wrap .style_credit_block li {
  line-height: 1.9090909091;
}

.style_credit_block--wrap li {
  display: flex;
  gap: calc(48* (100vw / 750));
}

.style_credit_block--wrap li:nth-last-of-type(1) {
  gap: calc(35* (100vw / 750));
}

.style_credit_block--wrap p {
  position: relative;
  font-family: pragmatica, sans-serif;
  font-weight: 300;
  font-size: calc(20* (100vw / 750));
  letter-spacing: 0.05em;
  height: fit-content;
}

.style_credit_block--wrap p::before {
  content: "";
  position: absolute;
  background: #4F453B;
  width: 100%;
  height: 1px;
  bottom: calc(6* (100vw / 750));
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .sec__style {
    width: 140rem;
    margin: auto;
  }

  /* sticky_wrap */
  .sticky_wrap {
    left: 0;
    width: 2.4rem;
    margin-left: 4.1rem;
    padding-top: 11.6rem;
    padding-bottom: 2rem;
  }

  .style_credit_block--wrap {
    gap: 1.8rem;
    margin: 0;
  }

  .style_credit_block--wrap .style_credit_block {
    margin: 0;
  }

  .style_credit_block--wrap .style_credit_block li {
    line-height: 1.8571428571;
  }

  .style_credit_block--wrap li {
    gap: 3.1rem;
  }

  .style_credit_block--wrap li:nth-last-of-type(1) {
    gap: 2.2rem;
  }

  .style_credit_block--wrap p {
    font-size: 1.2rem;
  }

  .style_credit_block--wrap p::before {
    bottom: 0.3rem;
  }
}

/* ===============================================
* sec__style1 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec__style1 {
    margin-top: calc(185* (100vw / 750));
  }

  .sec__style1::before {
    width: calc(300* (100vw / 750));
    height: calc(460* (100vw / 750));
    top: calc(228* (100vw / 750));
    left: 0;
  }

  .sec__style1 .item_intro {
    width: calc(256* (100vw / 750));
    margin: auto;
  }

  .sec__style1 .sticky_wrap {
    top: -40vw;
  }

  .sec__style1 .sec_content {
    margin-top: calc(-1470* (100vw / 750));
    padding-bottom: calc(270* (100vw / 750));
  }

  .img01 {
    width: calc(490* (100vw / 750));
    margin: calc(80* (100vw / 750)) auto 0;
    z-index: 1;
  }

  .img02 {
    margin-top: calc(-80* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .sec_content {
    display: grid;
    margin: auto;
    width: 140rem;
    padding-bottom: 17rem;
  }

  .sec__style1 .sticky_wrap {
    top: -10rem;
  }

  .sec__style1 .sec_content {
    margin: -47.8rem auto 0;
    grid-template-columns: 20rem 9rem 41rem auto;
    grid-template-rows: 22rem 46rem auto;
  }

  .sec__style1::before {
    width: 48rem;
    height: 46rem;
    top: 9.5rem;
    left: 0;
  }

  .sec__style:nth-of-type(even) .item_intro {
    position: absolute;
    width: 14.8rem;
    left: 50%;
    transform: translateX(-50%);
    top: -26.2rem;
  }

  .img01 {
    width: 35rem;
    height: 44rem;
    grid-area: 1/3/2/4;
  }

  .img02 {
    width: 50rem;
    height: 68rem;
    grid-area: 2/4/3/5;
  }

  .sec__style1 .style_credit_block--wrap {
    grid-area: 3/2/4/4;
  }
}



/* ===============================================
* sec__style2 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec__style2::before {
    width: calc(650* (100vw / 750));
    height: calc(700* (100vw / 750));
    top: calc(1730* (100vw / 750));
    left: 0;
  }

  .sec__style2 .item_intro {
    width: calc(313* (100vw / 750));
    top: calc(-100* (100vw / 750));
    right: calc(40* (100vw / 750));
  }

  .sec__style2 .sticky_wrap {
    padding-top: calc(92* (100vw / 750));
    top: -10vw;
  }

  .sec__style2 .sec_content {
    margin-top: calc(-1483* (100vw / 750));
  }

  .img03 {
    width: calc(696* (100vw / 750));
  }

  .img03-wrap .style_credit_block--wrap {
    margin-left: calc(150* (100vw / 750));
  }

  .img04 {
    width: calc(581* (100vw / 750));
    margin: calc(70* (100vw / 750)) 0 0 auto;
  }

  .img05 {
    width: calc(408* (100vw / 750));
    margin: calc(-80* (100vw / 750)) 0 0 0;
    z-index: 1;
  }

  .img06 {
    width: calc(480* (100vw / 750));
    margin: calc(60* (100vw / 750)) 0 0 auto;
  }

  .img07-wrap {
    margin-top: calc(100* (100vw / 750));
    padding-bottom: calc(200* (100vw / 750));
  }

  .img07-wrap .style_credit_block {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .sec__style2 .sec_content {
    margin: -47.8rem auto 0;
    grid-template-columns: 20rem 4rem 38rem 9rem 7rem auto;
    grid-template-rows: 20.4rem 58rem 24.5rem 25.5rem auto;
  }

  .sec__style2::before {
    width: 40rem;
    height: 54rem;
    top: 20rem;
    right: 0;
  }

  .sec__style2::after {
    width: 38rem;
    height: 48rem;
    bottom: 54.8rem;
    left: 0;
  }

  .sec__style2 .item_intro {
    width: 16.7rem;
    top: -9.8rem;
    right: 20rem;
  }

  .sec__style2 .sticky_wrap {
    padding-top: 2.8rem;
  }

  .sec__style2 .sec_content {
    margin-top: -72rem;
  }

  .img03-wrap {
    width: 48rem;
    grid-area: 1/2/3/3;
  }

  .img03-wrap .style_credit_block--wrap {
    margin-top: 3.5rem;
  }

  .img04 {
    width: 42rem;
    height: 60rem;
    grid-area: 2/6/3/7;
  }

  .img05 {
    width: 30rem;
    height: 40rem;
    z-index: 1;
    grid-area: 3/5/4/6;
  }

  .img06 {
    width: 30rem;
    height: 37.5rem;
    grid-area: 4/3/5/4;
    z-index: 1;
  }

  .img07-wrap {
    width: 50rem;
    grid-area: 5/4/7/5;
  }

  .img07-wrap .style_credit_block {
    justify-content: flex-end;
    left: 1.1rem;
  }
}



/* ===============================================
* sec__style3 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec__style3 .item_intro {
    width: calc(269* (100vw / 750));
    margin: auto;
  }

  .sec__style3 .sticky_wrap {
    top: -29vw;
    padding-top: calc(230* (100vw / 750));
  }

  .sec__style3 .sec_content {
    margin-top: calc(-1513* (100vw / 750));
    padding-bottom: calc(100* (100vw / 750));
  }

  .img08 {
    width: calc(420* (100vw / 750));
    margin: calc(80* (100vw / 750)) 0 0 calc(74* (100vw / 750));
  }

  .img09 {
    width: calc(487* (100vw / 750));
    margin: calc(-40* (100vw / 750)) 0 0 auto;
    z-index: 1;
  }

  .img10-wrap {
    display: flex;
    flex-direction: column-reverse;
    gap: calc(88* (100vw / 750));
  }

  .img10-wrap .style_credit_block {
    margin-left: calc(114* (100vw / 750));
  }

  .img11 {
    width: calc(665* (100vw / 750));
    margin: calc(80* (100vw / 750)) auto 0;
  }
}

@media screen and (min-width: 768px) {
  .sec__style3 .sec_content {
    margin: -47.8rem auto 0;
    grid-template-columns: 20rem 31rem 14rem 22rem auto;
    grid-template-rows: 11.9rem 21.5rem 56.1rem auto;
  }

  .sec__style3::before {
    width: 36rem;
    height: 48rem;
    top: 11.7rem;
    left: 10rem;
  }

  .sec__style3 .sec_content .item_intro {
    width: 15.5rem;
    top: -28.3rem;
  }

  .sec__style3 .sticky_wrap {
    padding-top: 2.6rem;
  }

  .sec__style3 .sec_content {
    margin-top: -53.5rem;
    /* padding-bottom: 7.7rem; */
  }

  .img08 {
    width: 30rem;
    height: 37.5rem;
    grid-area: 1/4/2/5;
  }

  .img09 {
    width: 32rem;
    height: 43.5rem;
    z-index: 1;
    grid-area: 3/5/4/6;
  }

  .img10-wrap {
    width: 42rem;
    grid-area: 2/2/4/3;
  }

  .img11 {
    width: 38rem;
    grid-area: 4/3/6/4;
  }
}







/* ===============================================
* sec__style4 *
=============================================== */

.sec__style4::before {
  width: 100vw;
  height: calc(3202* (100vw / 750));
  top: calc(20* (100vw / 750));
  left: 50%;
  transform: translateX(-50%);
  background: #4F453B;
  content: "";
  position: absolute;
  pointer-events: none;
}

.bg_brw {
  position: relative;
  color: #EADBC8;

}

@media screen and (max-width: 767px) {

  .sec__style4 .item_intro {
    width: calc(269* (100vw / 750));
    top: calc(-99* (100vw / 750));
    right: calc(40* (100vw / 750));
  }

  .sec__style4 .sticky_wrap {
    top: -35vw;
    padding-top: calc(298* (100vw / 750));
  }

  .sec__style4 .sec_content {
    margin-top: calc(-1493* (100vw / 750));
    padding-bottom: calc(90* (100vw / 750));
  }

  .img12 {
    width: calc(690* (100vw / 750));
  }

  .img13-wrap {
    width: calc(584* (100vw / 750));
    margin: calc(40* (100vw / 750)) 0 0 auto;
  }

  .img13-wrap .style_credit_block {
    width: calc(480* (100vw / 750));
    margin-top: calc(40* (100vw / 750));
  }

  .img14 {
    width: calc(380* (100vw / 750));
    margin: calc(70* (100vw / 750)) 0 0 0;
  }

  .img15 {
    width: calc(450* (100vw / 750));
    margin: calc(-160* (100vw / 750)) 0 0 auto;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .sec__style4::before {
    width: 100vw;
    height: 164.9rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #4F453B;
    content: "";
    position: absolute;
    pointer-events: none;
  }

  .sec__style4 {
    margin-top: -9.3rem;
  }

  .sec__style4 .sec_content {
    margin: -47.8rem auto 0;
    grid-template-columns: 32rem 8rem 28rem 12rem auto;
    grid-template-rows: 22.5rem 65rem 8rem auto;
  }

  .sec__style4 .sec_content .item_intro {
    width: 15.5rem;
    top: -7.8rem;
    right: 20rem;
  }

  .sec__style4 .sticky_wrap {
    padding-top: 12.7rem;
    top: -10rem;
  }

  .sec__style4 .sec_content {
    margin-top: -74rem;
  }

  .img12 {
    width: 40rem;
    height: 54.9rem;
    grid-area: 2/5/3/6;
  }

  .img13-wrap {
    width: 46rem;
    grid-area: 1/2/3/3;
  }

  .img14 {
    width: 30rem;
    height: 37.5rem;
    grid-area: 3/3/4/4;
  }

  .img15 {
    width: 36rem;
    grid-area: 4/4/6/5;
  }
}





/* ===============================================
* sec__style5 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec__style5 .item_intro {
    width: calc(432* (100vw / 750));
    margin: auto;
  }

  .sec__style5 .sticky_wrap {
    top: -44vw;
    padding-top: calc(354* (100vw / 750));
  }

  .sec__style5 .sec_content {
    margin-top: calc(-1694* (100vw / 750));
    padding-bottom: calc(160* (100vw / 750));
  }

  .img16 {
    margin-top: calc(82* (100vw / 750));
  }

  .img17 {
    width: calc(520* (100vw / 750));
    margin: calc(-80* (100vw / 750)) auto 0;
  }

  .img17-wrap .style_credit_block {
    justify-content: center;
  }

  .img18-wrap {
    margin-top: calc(70* (100vw / 750));
  }

  .img18-wrap .style_credit_block {
    flex-direction: column;
    margin-left: calc(80* (100vw / 750));
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .sec__style5 .sec_content {
    margin: -47.8rem auto 0;
    grid-template-columns: 20rem 25rem 35rem auto;
    grid-template-rows: 64rem 15.8rem auto;
  }

  .sec__style5::before {
    width: 38rem;
    height: 54rem;
    top: 93.7rem;
    left: 0;
  }

  .sec__style5 .sec_content .item_intro {
    width: 24.4rem;
    top: -26rem;
  }

  .sec__style5 .sticky_wrap {
    padding-top: 3.3rem;
  }

  .sec__style5 .sec_content {
    margin-top: -56rem;
  }

  .img16 {
    width: 50rem;
    height: 68rem;
    grid-area: 1/3/2/4;
  }

  .img17-wrap {
    width: 40rem;
    z-index: 1;
    grid-area: 2/4/3/5;
  }

  .img17-wrap .style_credit_block {
    justify-content: flex-end;
    left: 1.1rem;
  }

  .img18-wrap {
    width: 46rem;
    grid-area: 3/2/5/3;
  }

  .img18-wrap .style_credit_block {
    flex-direction: column;
    align-items: flex-start;
  }

}




/* ===============================================
* sec__style6 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec__style6::before {
    width: calc(450* (100vw / 750));
    height: calc(700* (100vw / 750));
    top: calc(523* (100vw / 750));
    right: 0;
  }

  .sec__style6 .item_intro {
    width: calc(434* (100vw / 750));
    top: calc(-200 * (100vw / 750));
    right: calc(40* (100vw / 750));
  }

  .sec__style6 .sticky_wrap {
    top: -30vw;
    padding-top: calc(254* (100vw / 750));
  }

  .sec__style6 .sec_content {
    margin-top: calc(-1509* (100vw / 750));
    padding-bottom: calc(170* (100vw / 750));
  }

  .img19 {
    width: calc(510* (100vw / 750));
  }

  .img20 {
    width: calc(656* (100vw / 750));
    margin: calc(40* (100vw / 750)) 0 0 auto;
  }

  .sec__style6 .style_credit_block--wrap {
    margin-left: calc(95* (100vw / 750));
  }

  .sec__style6 .style_credit_block--wrap .style_credit_block {
    flex-direction: row;
  }

  .img18-wrap {
    margin-top: calc(70* (100vw / 750));
  }

  .img18-wrap .style_credit_block {
    flex-direction: column;
    margin-left: calc(80* (100vw / 750));
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .sec__style6 .sec_content {
    margin: -47.8rem auto 0;
    grid-template-columns: 20rem 54rem 12rem auto;
    grid-template-rows: 5.8rem 51.8rem auto;
  }

  .sec__style6::before {
    width: 44rem;
    height: 56rem;
    top: 41.5rem;
    left: 2.5rem;
  }

  .sec__style6 .sec_content .item_intro {
    width: 24.4rem;
    top: -22.3rem;
    right: 20rem;
  }

  .sec__style6 .sticky_wrap {
    padding-top: 2.7rem;
  }

  .sec__style6 .sec_content {
    margin-top: -59.7rem;
  }

  .img19 {
    width: 34rem;
    height: 42rem;
    grid-area: 1/4/2/5;
  }

  .img20 {
    width: 48rem;
    height: 65.9rem;
    grid-area: 2/2/3/3;
  }

  .sec__style6 .style_credit_block--wrap {
    grid-area: 3/3/5/5;
  }

  .sec__style6 .style_credit_block--wrap .style_credit_block {
    flex-direction: row;
    width: 42rem;
  }
}



/* ===============================================
* sec__style7 *
=============================================== */
@media screen and (max-width: 767px) {

  .sec__style7 .item_intro {
    width: calc(434* (100vw / 750));
    margin: auto;
  }

  .sec__style7 .sticky_wrap {
    top: -31vw;
    padding-top: calc(261* (100vw / 750));
  }

  .sec__style7 .sec_content {
    margin-top: calc(-1690* (100vw / 750));
    padding-bottom: calc(130* (100vw / 750));
  }

  .img21 {
    width: calc(440 * (100vw / 750));
    margin: calc(80* (100vw / 750)) auto 0;
    z-index: 1;
  }

  .img22-wrap {
    margin-top: calc(-82* (100vw / 750));
  }

  .sec__style7 .style_credit_block {
    justify-content: center;
  }

  .img23 {
    width: calc(440 * (100vw / 750));
    margin-top: calc(70* (100vw / 750));
  }

  .img24 {
    width: calc(474* (100vw / 750));
    margin: calc(-82* (100vw / 750)) 0 0 auto;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .sec__style7 .sec_content {
    margin: -47.8rem auto 0;
    grid-template-columns: 20rem 11rem 46rem 1rem auto;
    grid-template-rows: 20.3rem 34.5rem 26rem auto;
  }

  .sec__style7::before {
    width: 32rem;
    height: 45rem;
    bottom: 27.2rem;
    right: 13rem;
  }

  .sec__style7::after {
    width: 14.5rem;
    height: 45rem;
    bottom: 10.7rem;
    left: 0;
  }

  .sec__style7 .sec_content .item_intro {
    width: 24.4rem;
    top: -5.9rem;
    left: 20rem;
    transform: translateX(0);
  }

  .sec__style7 .sticky_wrap {
    padding-top: 2.7rem;
  }

  .sec__style7 .sec_content {
    margin-top: -75.9rem;
    padding-bottom: 11.3rem;
  }

  .img21-wrap {
    width: 36rem;
    grid-area: 4/4/6/5;
  }

  .img21-wrap .style_credit_block,
  .img22-wrap .style_credit_block {
    justify-content: flex-end;
    left: 1.1rem;
  }

  .img22-wrap {
    width: 42rem;
    grid-area: 1/5/2/6;
  }

  .img23 {
    width: 30rem;
    height: 37.5rem;
    grid-area: 2/2/3/3;
    z-index: 1;
  }

  .img24-wrap {
    grid-area: 3/3/4/4;
  }

  .img24 {
    width: 32rem;
  }

  .img24-wrap .style_credit_block {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* ===============================================
* sec__info *
=============================================== */
.sec__info {
  font-family: pragmatica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  background: #fff;
  position: relative;
  text-align: center;
  padding: calc(302* (100vw / 750)) 0 0 0;
}

.sec__info::before {
  content: "";
  position: absolute;
  background: url(../img/svg/frame.svg) center/contain no-repeat;
  top: calc(175* (100vw / 750));
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: calc(662* (100vw / 750));
  height: calc(917* (100vw / 750));
  pointer-events: none;
}

.sec__info h3 {
  position: relative;
  width: calc(520* (100vw / 750));
  margin: auto;
}

.sec__info h3::before {
  content: "";
  position: absolute;
  background: url(../img/svg/star.svg) center/contain no-repeat;
  bottom: calc(-90* (100vw / 750));
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: calc(45* (100vw / 750));
  height: calc(60* (100vw / 750));
}

.sec__info p {
  font-size: calc(30* (100vw / 750));
  margin-top: calc(104* (100vw / 750));
  letter-spacing: 0.03em;
  font-weight: 300;
}

.sec__info p span {
  font-size: calc(26* (100vw / 750));
  letter-spacing: 0.08em;
  margin-top: calc(2* (100vw / 750));
}

.sec__info p:nth-last-of-type(1) {
  font-size: calc(24* (100vw / 750));
  line-height: 2.1666666667;
  margin-top: calc(74* (100vw / 750));
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .sec__info {
    padding: 15rem 0 0 0;
  }

  .sec__info::before {
    background: url(../img/svg/pc/frame.svg) center/contain no-repeat;
    top: 10rem;
    width: 100.2rem;
    height: 46.7rem;
  }

  .sec__info h3 {
    width: 33.2rem;
    left: -0.8rem;
  }

  .sec__info h3::before {
    bottom: -6.4rem;
    width: 3.5rem;
    height: 4.5rem;
    transform: translateX(-28%);
  }

  .sec__info p {
    font-size: 1.8rem;
    margin-top: 7.4rem;
    letter-spacing: 0.03em;
    line-height: 1.88;
  }

  .sec__info p span {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    margin-top: 0;
  }

  .sec__info p:nth-last-of-type(1) {
    font-size: 1.4rem;
    line-height: 2.6;
    margin-top: 4.4rem;
    letter-spacing: 0.05em;
  }
}

/* ▽ lp__foot_btn ▽ */
.footbtn_bg {
  background: #fff;
  padding: calc(260* (100vw / 750)) 0 calc(10* (100vw / 750)) 0;
}

.emmi_lp .lp__foot_btn {
  margin: auto;
  width: calc(460* (100vw / 750));
  display: block;
}

@media screen and (min-width: 768px) {
  .footbtn_bg {
    padding: 12.3rem 0 0 0;
  }

  .emmi_lp .lp__foot_btn {
    width: 24rem;
  }
}









@media only screen and (min-width: 561px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {}

@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}






/* ▽_____________ animation ______________▽ */
.js-fadeIn {
  opacity: 0;
  transition: all 1.3s;
}

.js-fadeIn.showFade {
  opacity: 1;
}