@charset "UTF-8";


:root {
  --sec1-line: #E8DCF4;
  --sec1-tx: #CDC6E7;

  --sec2-line: #989BBE;

  --sec3-line: #AED7ED;

  --sec4-line: #3681AB;

  --sec5-line: #CDC6E7;
}

/* ページ共通___________________________*/
.emmi_lp {
  position: relative;
  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: hidden;
}

#header_emmi.header.onBanner {
  background: transparent;
}

@media screen and (max-width: 767px) {
  #Contents {
    padding-top: 30px !important;
  }

  #footer_emmi {
    margin-top: calc(-15* (100vw / 750));
  }

}

@media screen and (min-width: 768px) {
  #Wrap #Contents {
    padding-top: 35px !important;
  }

  #footer_emmi {
    margin-top: 9.2rem;
  }

  .emmi_lp {
    font-size: 1.4rem;
    letter-spacing: 0.025em;
  }

  .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;
}

.emmi_lp a video {
  display: block;
  width: 100%;
}

/* 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;
}

.emmi_lp .ff_freib {
  font-family: "freight-big-pro", serif;
  font-weight: 500;
  font-style: normal;
}

/* ▽_____________ 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.8181818182;
  text-align: end;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .style_credit_block {
    margin-top: calc(31* (100vw / 750));
    gap: 0 calc(18* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .style_credit_block {
    /* justify-content: end; */
    margin: 1.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 .img a {
  display: block;
}

.sec__fv h2 {
  font-family: "freight-big-pro", serif;
  font-weight: 500;
  font-style: normal;
  color: #DBD1E9;
  font-size: calc(84* (100vw / 750));
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: calc(56* (100vw / 750));
}

.sec__fv h2+p {
  margin-top: calc(30* (100vw / 750));
  font-size: calc(24* (100vw / 750));
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .sec__fv h2 {
    font-size: 5.2rem;
    line-height: 1.1;
    letter-spacing: 0.025em;
    margin-top: 7rem;
  }

  .sec__fv h2+p {
    margin-top: 2.7rem;
    font-size: 1.4rem;
  }
}






/* ▽_____________ sec ______________▽ */
.sec__style {
  position: relative;
  margin: 0 auto 0;
  width: calc(750* (100vw / 750));
}

.sec_content,
.sec_content * {
  position: relative;
}

.sec_content *::before {
  content: "";
  position: absolute;
  width: calc(4* (100vw / 750));
  z-index: 2;
  pointer-events: none;
}

.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;
}

@media screen and (min-width: 768px) {
  .sec__style {
    width: 140rem;
    margin: auto;
  }

  .sec_content *::before {
    width: 2px;
  }

  .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;
  }
}

/* ===============================================
* item *
=============================================== */

.c--item,
.c--item-content {
  display: flex;
  flex-direction: column;
  gap: calc(20* (100vw / 750));
  align-items: center;
}

.c--item-imgwrap {
  display: flex;
  justify-content: center;
  gap: calc(10* (100vw / 750));
}

.c--item-imgwrap li {
  width: calc(225* (100vw / 750));
}

.c--item-name {
  text-align: center;
  font-family: "freight-big-pro", serif;
  font-weight: 500;
  font-style: normal;
  color: #DBD1E9;
  font-size: calc(46* (100vw / 750));
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: calc(25* (100vw / 750));
}

.c--item-function {
  display: flex;
  justify-content: center;
  gap: calc(40* (100vw / 750));
  margin-top: calc(-2* (100vw / 750));
}

.c--item-functions {
  padding-right: calc(39* (100vw / 750));
}

.c--item-function li {
  position: relative;
  padding-left: calc(30* (100vw / 750));
  font-family: pragmatica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: calc(24* (100vw / 750));
  letter-spacing: 0.025em;
  line-height: 1;
}

.c--item-function li::before {
  position: absolute;
  content: "";
  background: url(../img/item/icon-check.svg) center/contain no-repeat;
  width: calc(23* (100vw / 750));
  height: calc(19* (100vw / 750));
  left: 0;
  top: calc(3* (100vw / 750));
}

.c--item-name span {
  display: block;
  margin-top: calc(11* (100vw / 750));
  font-weight: 500;
  font-size: calc(34* (100vw / 750));
}


@media screen and (min-width: 768px) {

  .c--item,
  .c--item-content {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
  }

  .c--item {
    gap: 3rem;
  }

  .c--item-content {
    flex-direction: column;
  }

  .c--item-imgwrap {
    display: flex;
    justify-content: center;
    gap: 3rem;
  }

  .c--item-imgwrap li {
    width: 18rem;
  }

  .c--item-name {
    font-size: 3.2rem;
    letter-spacing: 0.02em;
    margin-top: 1.4rem;
  }

  .c--item-function {
    gap: 3rem;
    margin-top: 1.7rem;
  }

  .c--item-functions {
    padding-right: 3rem;
  }

  .c--item-function li {
    padding-left: 2rem;
    font-size: 1.6rem;
  }

  .c--item-function li::before {
    width: 1.6rem;
    height: 1.2rem;
    top: 0.1rem;
  }

  .c--item-name span {
    margin-top: 0.9rem;
    font-size: 2.4rem;
  }


}

/* ===============================================
* sec__style1 *
=============================================== */
.sec__style1 *::before {
  background: var(--sec1-line);
}

@media screen and (max-width: 767px) {
  .c--item {
    margin-top: calc(80* (100vw / 750));
    gap: calc(90* (100vw / 750));
  }

  .sec__style1 .content_inner {
    width: calc(525* (100vw / 750));
    margin: calc(134* (100vw / 750)) 0 0 auto;
  }

  .sec__style1 .content_inner::before {
    height: calc(1235* (100vw / 750));
    left: calc(-27* (100vw / 750));
    top: 0;
  }

  .img02 {
    margin-top: calc(10* (100vw / 750));
  }

  .sec__style1 .style_credit_block {
    justify-content: flex-end;
    padding-right: calc(40* (100vw / 750));
  }

  .sec__style1 .movie {
    width: calc(600* (100vw / 750));
    margin-top: calc(110* (100vw / 750));
  }

  .sec__style1 .detail_tx {
    width: calc(615* (100vw / 750));
    margin: calc(128* (100vw / 750)) auto 0;
  }

  .sec__style1 .detail_tx::before {
    height: calc(467* (100vw / 750));
    left: calc(-30* (100vw / 750));
    bottom: calc(10* (100vw / 750));
  }

  .img03 {
    margin-top: calc(110* (100vw / 750));
  }

  .sec__style1 .c--item-content:nth-of-type(2) .c--item-imgwrap li {
    width: calc(206* (100vw / 750));
    height: calc(250* (100vw / 750));
  }

  .sec__style1 .c--item-content:nth-of-type(2) .c--item-imgwrap li img {
    object-fit: cover;
    height: 100%;
  }

  .sec__style1 .c--item-content:nth-of-type(2) .c--item-name {
    margin-top: calc(31* (100vw / 750));
  }

  .c--item-content.--shoes {
    margin-top: calc(-70* (100vw / 750));
  }

  .c--item-content.--shoes .c--item-imgwrap li {
    width: calc(230* (100vw / 750));
  }

  .c--item-content.--shoes .c--item-name {
    margin-top: calc(-5* (100vw / 750));
    letter-spacing: 0.01em;
  }
}

@media screen and (min-width: 768px) {
  .sec_content {
    display: grid;
    margin: auto;
    width: 140rem;
  }

  .sec__style1 .sec_content1 {
    grid-template-columns: 14.5rem 61.5rem auto;
    grid-template-rows: 19.2rem 32.3rem auto;
    margin-top: 11.6rem;
  }

  .sec__style1 .content_inner {
    width: 42rem;
    grid-area: 1/3/3/4;
  }

  .sec__style1 .movie {
    width: 46rem;
    grid-area: 3/1/5/2;
    z-index: 2;
  }

  .sec__style1 .detail_tx {
    grid-area: 2/2/4/3;
  }

  .sec__style1 .detail_tx::before {
    height: 35.5rem;
    left: -2.1rem;
    top: -19.1rem;
  }

  .img02 {
    margin-top: 1rem;
  }

  .sec__style1 .style_credit_block {
    justify-content: flex-end;
    left: 1.2rem;
  }

  .sec__style1 .style_credit_block li:nth-child(n+3) {
    order: 1;
  }

  .img03 {
    width: 66rem;
    margin: 9.1rem auto 0;
  }

  .img03::before {
    height: 50rem;
    left: -1.6rem;
    top: 0;
  }

  .sec__style1 .c--item {
    justify-content: center;
    width: 100rem;
    margin: 6rem auto 0;
    gap: 6.1rem 1.2rem;
  }

  .sec__style1 .c--item-content:nth-of-type(2) .c--item-imgwrap {
    gap: 0;
  }

  .sec__style1 .c--item-content:nth-of-type(3) {
    margin-right: -3.4rem;
    left: 0.2rem;
  }

  .c--item-content.--shoes .c--item-name {
    letter-spacing: 0.01em;
  }
}










/* ===============================================
* sec__style2 *
=============================================== */
.sec__style2 .c--item-name {
  color: var(--sec2-line);
}

.sec__style2 *::before {
  background: var(--sec2-line);
}

.square-frame::before {
  width: calc(604* (100vw / 750));
  height: calc(884* (100vw / 750));
  background: transparent;
  border: var(--sec2-line) calc(4* (100vw / 750)) solid;
  top: calc(-22* (100vw / 750));
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .sec__style2 .movie {
    width: calc(560* (100vw / 750));
    margin: calc(205* (100vw / 750)) auto 0;
  }

  .sec__style2 .style_credit_block {
    justify-content: center;
    margin-top: calc(51* (100vw / 750));
  }

  .img04 {
    width: calc(513* (100vw / 750));
    margin: calc(75* (100vw / 750)) 0 0 auto;
  }

  .sec__style2 .detail_tx {
    margin: calc(87* (100vw / 750)) 0 0 calc(66* (100vw / 750));
  }

  .sec__style2 .detail_tx::before {
    height: calc(380* (100vw / 750));
    left: calc(-26* (100vw / 750));
    bottom: calc(5* (100vw / 750));
  }

  .sec__style2 .content_inner a {
    display: flex;
    gap: calc(10* (100vw / 750));
    margin-top: calc(113* (100vw / 750));
  }

  .sec__style2 .c--item-imgwrap li {
    width: calc(252* (100vw / 750));
  }

  .sec__style2 .c--item-name {
    margin-top: calc(34* (100vw / 750));
    letter-spacing: 0.02em;
  }
}

@media screen and (min-width: 768px) {
  .sec__style2 .sec_content {
    grid-template-columns: 14rem 6rem 1rem 50.5rem 7.5rem auto;
    grid-template-rows: 25rem 62rem 3.3rem 23.4rem auto;
    margin-top: 19.8rem;
  }

  .sec__style2 .movie {
    width: 42rem;
    grid-area: 1/5/2/6;
  }

  .square-frame::before {
    width: 44.8rem;
    height: 65.8rem;
    border: var(--sec2-line) 2px solid;
    top: -1.6rem;
  }

  .sec__style2 .content_inner {
    width: 61rem;
    grid-area: 3/6/4/7;
  }

  .sec__style2 .content_inner a {
    display: flex;
    gap: 1rem;
  }

  .img04 {
    width: 38rem;
    grid-area: 2/3/3/4;
  }

  .sec__style2 .detail_tx {
    grid-area: 4/2/5/6;
  }

  .sec__style2 .detail_tx::before {
    height: 24.6rem;
    left: -2.1rem;
    top: -11.2rem;
  }

  .sec__style2 .style_credit_block {
    justify-content: center;
    margin-top: 2.2rem;
    left: 0.6rem;
  }

  .sec__style2 .c--item {
    grid-area: 5/4/7/5;
  }

  .sec__style2 .c--item-imgwrap {
    gap: 0;
  }
}









/* ===============================================
* sec__style3 *
=============================================== */
.sec__style3 .c--item-name {
  color: var(--sec3-line);
}

.sec__style3 *::before {
  background: var(--sec3-line);
}

@media screen and (max-width: 767px) {
  .sec__style3 .content_inner {
    width: calc(546* (100vw / 750));
    margin-top: calc(183* (100vw / 750));
  }

  .img08 {
    margin-top: calc(10* (100vw / 750));
  }

  .sec__style3 .style_credit_block {
    margin: calc(32* (100vw / 750)) 0 0 calc(40* (100vw / 750));
  }

  .img09 {
    margin-top: calc(76* (100vw / 750));
  }

  .sec__style3 .movie {
    width: calc(559* (100vw / 750));
    margin: calc(114* (100vw / 750)) auto 0;
  }

  .sec__style3 .movie::before {
    height: calc(840* (100vw / 750));
    right: calc(-27* (100vw / 750));
    top: 0;
  }

  .sec__style3 .detail_tx {
    width: calc(630* (100vw / 750));
    margin: calc(87* (100vw / 750)) auto 0;
    left: calc(5* (100vw / 750));
  }

  .sec__style3 .detail_tx::before {
    height: calc(380* (100vw / 750));
    left: calc(-27* (100vw / 750));
    bottom: calc(10* (100vw / 750));
  }

  .sec__style3 .c--item-imgwrap {
    gap: calc(40* (100vw / 750));
  }

  .sec__style3 .c--item-imgwrap li {
    width: calc(240* (100vw / 750));
    height: calc(280* (100vw / 750));
  }

  .sec__style3 .c--item-imgwrap li img {
    object-fit: cover;
    height: 100%;
  }

  .sec__style3 .c--item-name {
    margin-top: calc(34* (100vw / 750));
    letter-spacing: 0.02em;
  }

  .sec__style3 .c--item-content:nth-of-type(2) {
    margin-top: calc(-14* (100vw / 750));
  }

  .sec__style3 .c--item-content:nth-of-type(2) .c--item-imgwrap {
    gap: 0;
  }
}

@media screen and (min-width: 768px) {
  .sec__style3 .sec_content {
    grid-template-columns: 12rem 14.4rem 2rem 61.5rem auto;
    grid-template-rows: 12rem 55.3rem 23.7rem 67.3rem auto;
    margin-top: 18.1rem;
  }

  .sec__style3 .movie {
    width: 42rem;
    grid-area: 4/3/5/4;
  }

  .sec__style3 .movie::before {
    height: 63rem;
    right: -1.7rem;
    top: 0;
  }

  .sec__style3 .content_inner {
    width: 42rem;
    grid-area: 2/5/4/6;
  }

  .img08 {
    margin-top: 1rem;
  }

  .img09 {
    width: 66rem;
    grid-area: 1/1/2/2;
  }

  .sec__style3 .detail_tx {
    grid-area: 3/2/4/5;
  }

  .sec__style3 .detail_tx::before {
    height: 23.1rem;
    left: -2.1rem;
    top: -15.2rem;
  }

  .sec__style3 .style_credit_block {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0.7rem;
    left: 1.3rem;
  }

  .sec__style3 .c--item {
    width: 78rem;
    justify-content: space-between;
    grid-area: 5/4/7/5;
    padding-bottom: 3rem;
  }

  .sec__style3 .c--item-imgwrap {
    gap: 3rem;
  }

  .sec__style3 .c--item-content:nth-of-type(2) {
    top: 1.7rem;
    left: -0.9rem;
  }

  .sec__style3 .c--item-content:nth-of-type(2) .c--item-imgwrap {
    gap: 0;
  }

  .sec__style3 .c--item-content:nth-of-type(2) .c--item-imgwrap li {
    width: 16rem;
    height: 20rem;
  }

  .sec__style3 .c--item-imgwrap li img {
    object-fit: cover;
    height: 100%;
  }

}






/* ===============================================
* sec__style4 *
=============================================== */
.sec__style4 .c--item-name {
  color: var(--sec4-line);
}

.sec__style4 *::before {
  background: var(--sec4-line);
}

.sec__style4 .c--item-function span {
  font-size: calc(18* (100vw / 750));
  position: relative;
  left: calc(3* (100vw / 750));
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .img10 {
    margin-top: calc(183* (100vw / 750));
    width: calc(513* (100vw / 750));
  }

  .sec__style4 .content_inner.--1 {
    display: flex;
    flex-direction: row-reverse;
    gap: calc(33* (100vw / 750));
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: calc(10* (100vw / 750));
  }

  .sec__style4 .style_credit_block {
    flex-direction: column;
    align-items: flex-end;
    top: calc(7* (100vw / 750));
  }

  .img11 {
    width: calc(408* (100vw / 750));
  }

  .sec__style4 .movie {
    width: calc(600* (100vw / 750));
    margin: calc(118* (100vw / 750)) 0 0 0;
  }

  .sec__style4 .detail_tx {
    width: calc(613* (100vw / 750));
    margin: calc(110* (100vw / 750)) auto 0;
  }

  .sec__style4 .detail_tx::before {
    height: calc(447* (100vw / 750));
    left: calc(-31* (100vw / 750));
    bottom: calc(10* (100vw / 750));
  }

  .sec__style4 .content_inner.--2 {
    margin-top: calc(90* (100vw / 750));
  }

  .sec__style4 .c--item-imgwrap {
    gap: 0;
  }

  .sec__style4 .c--item-name {
    margin-top: calc(24* (100vw / 750));
    letter-spacing: 0.02em;
  }

  .sec__style4 .c--item-content.--shoes .c--item-name {
    margin-top: calc(-26* (100vw / 750));
  }
}


@media screen and (min-width: 768px) {
  .sec__style4 .sec_content {
    grid-template-columns: 14rem 17.5rem 34.4rem 8.1rem 22rem auto;
    grid-template-rows: 22rem 49.3rem 5.7rem 21.6rem 58rem auto;
    margin-top: 16.9rem;
  }

  .img10 {
    width: 38rem;
    grid-area: 2/1/3/2;
  }

  .sec__style4 .movie {
    width: 44rem;
    grid-area: 1/6/2/7;
  }

  .sec__style4 .content_inner.--1 {
    width: 64rem;
    grid-area: 5/4/6/6;
  }

  .sec__style4 .content_inner.--2 {
    width: 34rem;
    grid-area: 4/2/5/3;
  }

  .sec__style4 .detail_tx {
    grid-area: 3/5/4/7;
  }

  .sec__style4 .detail_tx::before {
    height: 24.6rem;
    left: -2.1rem;
    top: -11.2rem;
  }

  .sec__style4 .style_credit_block {
    justify-content: center;
    margin-top: 1.5rem;
    left: 0.6rem;
  }

  .sec__style4 .style_credit_block li:nth-child(n+4) {
    order: 1;
  }

  .sec__style4 .c--item {
    width: 76rem;
    justify-content: space-between;
    grid-area: 6/3/8/6;
    gap: 0;
  }

  .sec__style4 .c--item-imgwrap {
    gap: 0;
  }

  .sec__style4 .c--item-function span {
    font-size: 1.2rem;
    position: relative;
    left: 0.3rem;
    vertical-align: bottom;
  }
}




/* ===============================================
* sec__style5 *
=============================================== */
.sec__style5 .c--item-name {
  color: var(--sec5-line);
}

.sec__style5 *::before {
  background: var(--sec5-line);
}

.sec__style5 .square-frame::before {
  width: calc(584* (100vw / 750));
  height: calc(854* (100vw / 750));
  background: transparent;
  border: var(--sec5-line) calc(4* (100vw / 750)) solid;
  top: calc(-21* (100vw / 750));
}

@media screen and (max-width: 767px) {
  .img13 {
    margin-top: calc(183* (100vw / 750));
    width: calc(506* (100vw / 750));
  }

  .sec__style5 .content_inner {
    width: calc(540* (100vw / 750));
    margin: calc(100* (100vw / 750)) auto 0;
  }

  .sec__style5 .style_credit_block {
    justify-content: center;
    margin-top: calc(54* (100vw / 750));
  }

  .img14 {
    width: calc(420* (100vw / 750));
    margin: calc(75* (100vw / 750)) 0 0 auto;
  }

  .sec__style5 .detail_tx {
    margin: calc(68* (100vw / 750)) 0 0 calc(65* (100vw / 750));
  }

  .sec__style5 .detail_tx::before {
    height: calc(407* (100vw / 750));
    left: calc(-28* (100vw / 750));
    bottom: calc(10* (100vw / 750));
  }

  .img15 {
    margin-top: calc(91* (100vw / 750));
  }

  .sec__style5 .content_inner.--2 {
    margin-top: calc(90* (100vw / 750));
  }

  .sec__style5 .c--item {
    flex-direction: row;
    gap: calc(36* (100vw / 750));
    justify-content: center;
    margin-top: calc(110* (100vw / 750));
  }

  .sec__style5 .c--item-imgwrap {
    gap: 0;
  }

  .sec__style5 .c--item-imgwrap li {
    width: calc(210* (100vw / 750));
    height: calc(280* (100vw / 750));
  }

  .sec__style5 .c--item-imgwrap li img {
    object-fit: cover;
    height: 100%;
  }

  .sec__style5 .c--item-name {
    margin-top: calc(35* (100vw / 750));
    letter-spacing: 0.02em;
  }

  .sec__style5 .c--item-content.--shoes {
    margin-top: 0;
  }

  .sec__style5 .c--item-content.--shoes .c--item-imgwrap li {
    height: calc(260* (100vw / 750));
  }

  .sec__style5 .c--item-content.--shoes .c--item-name {
    margin-top: calc(34* (100vw / 750));
    top: calc(12* (100vw / 750));
  }

  span.frame {
    position: relative;
    top: calc(-2* (100vw / 750));
    left: 0 !important;
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .sec__style5 .sec_content {
    grid-template-columns: 16.5rem 54rem 0.5rem 10rem 29rem auto;
    grid-template-rows: 7.2rem 32.3rem 40rem 3rem 46rem auto;
    margin-top: 22.3rem;
  }

  .sec__style5 .square-frame::before {
    width: 44.8rem;
    height: 65.8rem;
    border: var(--sec5-line) 2px solid;
    top: -1.6rem;
  }

  .img13 {
    width: 46rem;
    grid-area: 1/1/2/2;
  }

  .sec__style5 .content_inner {
    width: 42rem;
    grid-area: 4/2/5/3;
  }

  .sec__style5 .detail_tx {
    grid-area: 2/5/3/7;
  }

  .sec__style5 .detail_tx::before {
    height: 27.5rem;
    left: -2.1rem;
    top: -11.2rem;
  }

  .sec__style5 .style_credit_block {
    flex-direction: column;
    margin-top: 2.1rem;
    align-items: flex-start;
    left: -1.5rem;
  }

  .img15 {
    width: 60rem;
    grid-area: 3/4/4/4;
  }

  .img14 {
    width: 30rem;
    grid-area: 5/6/6/7;
  }

  .sec__style5 .c--item {
    width: 58rem;
    justify-content: space-between;
    grid-area: 6/3/8/6;
    gap: 0;
  }

  .sec__style5 .c--item-imgwrap {
    gap: 0;
  }

  span.frame {
    position: relative;
    top: -0.15rem;
    left: 0 !important;
    display: inline;
  }
}




/* ▽ lp__foot_btn ▽ */
.emmi_lp .lp__foot_btn {
  position: relative;
  width: fit-content;
  margin: calc(150* (100vw / 750)) auto 0;
  text-align: center;
  font-family: "freight-big-pro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(54* (100vw / 750));
  letter-spacing: 0.02em;
  color: var(--sec2-line);
  display: block;
}

.emmi_lp .lp__foot_btn::before {
  content: "";
  position: absolute;
  width: calc(470* (100vw / 750));
  height: calc(4* (100vw / 750));
  background: var(--sec2-line);
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(14* (100vw / 750));
}

@media screen and (min-width: 768px) {
  .emmi_lp .lp__foot_btn {
    margin: 15.7rem auto 0;
    font-size: 3.6rem;
    letter-spacing: 0.015em;
  }

  .emmi_lp .lp__foot_btn::before {
    width: 30.5rem;
    height: 2px;
    bottom: 0.5rem;
  }

}









@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: ease-in, opacity 1500ms, transform 1000ms;
  transform: translate3d(0, 2.5rem, 0);
}

.js-fadeIn.showFade {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
  transform: translate3d(0, 0, 0);
}