@charset "UTF-8";

/* ページ共通___________________________*/
.emmi_lp {
  position: relative;
  padding-top: calc(80* (100vw / 750));
}

@media screen and (max-width: 767px) {
  .emmi_lp {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  #footer_emmi {
    margin-top: 9.7rem;
  }

  .emmi_lp {
    margin: 4rem auto 0;
    padding-top: 4rem;
  }

  .main-area {
    overflow: initial;
  }
}

.emmi_lp .img {
  background: #fff;
  font-size: 0;
  position: relative;
}

.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 p,
.emmi_lp h4,
.emmi_lp li {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 500;
  color: #000;
}

.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.818;
  text-align: end;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .style_credit_block {
    justify-content: center;
    margin-top: calc(22* (100vw / 750));
    gap: 0 calc(18* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .style_credit_block {
    width: 85rem;
    justify-content: end;
    margin: 1.5rem auto 0;
    right: -1.1rem;
  }

  .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 {
  width: fit-content;
  margin: auto;
}

.sec__fv h2+p {
  margin-top: calc(108* (100vw / 750));
  font-size: calc(24* (100vw / 750));
  letter-spacing: 0.055em;
  line-height: 2;
}

.lp_accordion {
  width: calc(710* (100vw / 750));
  margin: calc(69* (100vw / 750)) auto 0;
}

.lp_accordion .accordion__title {
  position: relative;
  left: calc(-20* (100vw / 750));
  cursor: pointer;
  width: fit-content;
  margin: auto;
  font-size: calc(28* (100vw / 750));
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.accordion__title::before {
  content: "";
  position: absolute;
  display: block;
  right: calc(-39* (100vw / 750));
  top: calc(1* (100vw / 750));
  width: calc(18* (100vw / 750));
  height: calc(18* (100vw / 750));
  border-top: calc(2* (100vw / 750)) solid #000;
  border-right: calc(2* (100vw / 750)) solid #000;
  transform: rotate(135deg);
}

.accordion__title.close::before {
  transform: rotate(-45deg);
  top: calc(12* (100vw / 750));
}

.accordion__box {
  position: relative;
  display: none;
  height: calc(1045* (100vw / 750));
  top: calc(45* (100vw / 750));
}

.accordion__box .bg_img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(710* (100vw / 750));
}

.accordion__box p {
  font-size: calc(22* (100vw / 750));
  letter-spacing: 0.035em;
  line-height: 2.181;
  padding: calc(68* (100vw / 750)) 0;
}

@media screen and (min-width: 768px) {
  .sec__fv h2 {
    width: 88rem;
  }

  .sec__fv h2+p {
    margin-top: 9.3rem;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }

  .lp_accordion {
    width: 64rem;
    margin: 3.4rem auto 0;
  }

  .lp_accordion .accordion__title {
    left: -1.2rem;
    font-size: 1.6rem;
  }

  .accordion__title::before {
    right: -2.3rem;
    top: 0.2rem;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.15rem solid #000;
    border-right: 0.15rem solid #000;
  }

  .accordion__title.close::before {
    top: 0.7rem;
  }

  .accordion__box {
    height: 43rem;
    top: 2.3rem;
  }

  .accordion__box .bg_img {
    width: 64rem;
  }

  .accordion__box p {
    font-size: 1.2rem;
    line-height: 2.166;
    padding: 3.4rem 0;
  }

}






/* ▽_____________ sec ______________▽ */
.sec__style {
  position: relative;
  margin: 0 auto 0;
  margin-top: 0;
  width: calc(750* (100vw / 750));
}

.imgset4_wrap>a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  gap: calc(4* (100vw / 750));
  width: calc(708* (100vw / 750));
}

.imgset4_wrap>a::after {
  content: "";
  width: 100%;
}

.imgset4_wrap>a .img:nth-child(n+3) {
  order: 2;
}

div.__icon {
  position: relative;
}

div.__icon::before {
  content: "";
  position: absolute;
  background: url(../img/eco_icon.svg) center/contain no-repeat;
  width: calc(190* (100vw / 750));
  height: calc(190* (100vw / 750));
  top: calc(-84* (100vw / 750));
  right: calc(-15* (100vw / 750));
  pointer-events: none;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .imgset4_wrap>a {
    width: 85rem;
    gap: 0.5rem 1rem;
  }

  div.__icon::before {
    width: 18rem;
    height: 18rem;
    top: -10rem;
    right: -10rem;
  }
}





@media screen and (max-width: 767px) {

  .imgset4_wrap:not(.__1) {
    margin: calc(140* (100vw / 750)) auto 0;
  }

  .imgset4_wrap.__1 {
    margin: calc(145* (100vw / 750)) auto 0;
  }

  .imgset4_wrap .img {
    width: calc(350* (100vw / 750));
  }

  .img05 {
    margin-top: calc(128* (100vw / 750));
  }

  .imgset2_wrap {
    margin-top: calc(128* (100vw / 750));
  }

  .img10 {
    width: calc(656* (100vw / 750));
    margin: calc(128* (100vw / 750)) auto 0;
  }

  .img11 {
    margin-top: calc(133* (100vw / 750));
  }

  .img16 {
    width: calc(540* (100vw / 750));
    margin: calc(139* (100vw / 750)) auto 0;
  }

  .imgset2_wrap.__2 .img:nth-of-type(1) {
    width: calc(521* (100vw / 750));
    margin-left: auto;
  }

  .imgset2_wrap.__2 .img:nth-of-type(2) {
    width: calc(521* (100vw / 750));
    margin-top: calc(20* (100vw / 750));
  }

  .style3_credit_block li:nth-child(n+4) {
    order: 1;
  }

  .sec_content3 .imgset2_wrap .img {
    width: calc(350* (100vw / 750));
  }

  .img25 {
    margin-top: calc(127* (100vw / 750));
  }

  .img30 {
    width: calc(575* (100vw / 750));
    margin: calc(148* (100vw / 750)) auto 0;
  }

  .img30.__icon::before {
    width: calc(214* (100vw / 750));
    height: calc(214* (100vw / 750));
    top: calc(-88* (100vw / 750));
    right: calc(-46* (100vw / 750));
  }
}

.sec_content3 h3 {
  position: relative;
  z-index: 2;
  width: calc(712* (100vw / 750));
  margin: calc(136* (100vw / 750)) auto 0;
  pointer-events: none;
  left: calc(8* (100vw / 750));
}

.imgset2_wrap_link {
  width: fit-content;
  margin: calc(-20* (100vw / 750)) auto 0;
  font-size: 0;
}

.sec_content3 .imgset2_wrap {
  display: flex;
  justify-content: center;
  margin: 0;
  gap: calc(10* (100vw / 750));
}

@media screen and (min-width: 768px) {
  .imgset4_wrap:not(.__1) {
    margin: 12rem auto 0;
  }

  .imgset4_wrap.__1 {
    margin: 10.3rem auto 0;
  }

  .imgset4_wrap .img {
    width: 42rem;
  }

  .img05 {
    margin-top: 11.2rem;
  }

  .imgset2_wrap {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 11.4rem;
  }


  .style3_credit_block li:nth-child(n+4) {
    order: 1;
  }

  .img10 {
    width: 70rem;
    margin: 11.4rem 0 0 4rem;
  }

  .img11 {
    width: 70rem;
    margin: 11.3rem 4rem 0 auto;
  }

  .img_inner {
    width: 140rem;
    margin: auto;
  }

  .img16 {
    width: 50rem;
    margin: 12rem auto 0;
  }

  .style4_credit_block li:nth-child(n+3) {
    order: 1;
  }

  .imgset2_wrap.__2 {
    flex-direction: row-reverse;
    gap: 3.1rem;
  }

  .imgset2_wrap.__2 .img {
    width: 44rem;
  }

  .imgset2_wrap.__2 .img:nth-of-type(2) {
    margin: 18rem 0 0 -1rem;
  }

  .sec_content3 h3 {
    width: 62.7rem;
    margin: 12.7rem auto 0;
    left: 0.6rem;
  }

  .imgset2_wrap_link {
    margin: -1.9rem auto 0;
  }

  .sec_content3 .imgset2_wrap {
    gap: 1rem;
  }

  .sec_content3 .imgset2_wrap .img {
    width: 42rem;
  }


  .img25 {
    margin-top: 11.3rem;
  }

  .img30 {
    width: 46rem;
    margin: 11.1rem auto 0;
  }

  .img30.__icon::before {
    width: 17.9rem;
    height: 17.9rem;
    top: -4rem;
    right: initial;
    left: -12rem;
  }

  .sec__style .big_img {
    width: 100vw;
  }
}

.style1_credit_block li:nth-child(n+3) {
  order: 1;
}

.style1_credit_block li:nth-child(n+5) {
  order: 2;
}

.style2_credit_block li:nth-child(n+3) {
  order: 1;
}

.style5_credit_block li:nth-child(n+4) {
  order: 1;
}

.style5_credit_block li:nth-child(n+7) {
  order: 2;
}

.style6_credit_block li:nth-child(n+4) {
  order: 1;
}

.style6_credit_block li:nth-child(n+6) {
  order: 2;
}









/* ▽_____________ lp_detail_wrap ______________▽ */
.lp_detail_wrap>div {
  position: relative;
  text-align: center;
  margin-top: calc(129* (100vw / 750));
  font-size: calc(24* (100vw / 750));
  letter-spacing: 0.02em;
  line-height: 2;
}

.lp_detail_wrap .ff_prag.__1 {
  font-size: calc(22* (100vw / 750));
  letter-spacing: 0.075em;
}

.lp_detail_wrap h4 {
  position: relative;
  width: fit-content;
  margin: auto;
  font-size: calc(28* (100vw / 750));
  letter-spacing: 0.03em;
  line-height: 1.6;
}

.lp_detail_wrap h4::before,
.lp_detail_wrap h4::after {
  content: "";
  position: absolute;
  background: #000;
  width: calc(25* (100vw / 750));
  height: calc(1* (100vw / 750));
  top: calc(23* (100vw / 750));
}

.lp_detail_wrap h4::before {
  left: calc(-40* (100vw / 750));
}

.lp_detail_wrap h4::after {
  right: calc(-40* (100vw / 750));
}

.lp_detail_wrap h4+p {
  margin-top: calc(30* (100vw / 750));
}

.lp_detail_wrap>div:nth-of-type(2) {
  margin-top: calc(179* (100vw / 750));
}

.lp_detail_wrap>div:nth-of-type(2)::before {
  content: "";
  position: absolute;
  background: rgba(170, 168, 183, 0.12);
  width: calc(750* (100vw / 750));
  height: calc(555* (100vw / 750));
  left: 50%;
  transform: translateX(-50%);
  top: calc(-72* (100vw / 750));
}

@media screen and (min-width: 768px) {
  .lp_detail_wrap>div {
    margin-top: 11.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }

  .lp_detail_wrap .ff_prag.__1 {
    font-size: 1.2rem;
  }

  .lp_detail_wrap h4 {
    font-size: 1.6rem;
    line-height: 1.7;
  }

  .lp_detail_wrap h4::before,
  .lp_detail_wrap h4::after {
    width: 1.5rem;
    height: 0.75px;
    top: 1.4rem;
  }

  .lp_detail_wrap h4::before {
    left: -2.3rem;
  }

  .lp_detail_wrap h4::after {
    right: -2.3rem;
  }

  .lp_detail_wrap h4+p {
    margin-top: 1.3rem;
  }

  .lp_detail_wrap>div:nth-of-type(2) {
    margin-top: 12.6rem;
  }

  .lp_detail_wrap>div:nth-of-type(2)::before {
    width: 100vw;
    height: 31.5rem;
    top: -5.4rem;
  }
}













/* ▽ lp__foot_btn ▽ */
.emmi_lp .lp__foot_btn {
  position: relative;
  display: flex;
  justify-content: center;
  margin: calc(220* (100vw / 750)) auto calc(9* (100vw / 750));
  width: calc(354* (100vw / 750));
  height: calc(58* (100vw / 750));
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-size: calc(24* (100vw / 750));
  letter-spacing: 0.05em;
  border: 1px solid #000;
  line-height: 2.3;
}

@media screen and (min-width: 768px) {
  .emmi_lp .lp__foot_btn {
    width: 22rem;
    height: 3.5rem;
    font-size: 1.5rem;
    margin: 15.2rem auto 0;
  }
}

@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;
  transform: translateY(50px);
  transition: all 2s;
}

.js-fadeIn.showFade {
  opacity: 1;
  transform: translateY(0);
}