@charset "UTF-8";


@media screen and (max-width: 767px) {
  /* ===============================================### 
  共通設定
  ###=============================================== */
  .em250425LOOK{
    --font-ja: "dnp-shuei-gothic-kin-std", sans-serif;
    --font-serif : "eb-garamond", serif;
    --font-sanserif: "futura-pt", sans-serif;
    font-weight: 400;
    --font-regular: 400;
    --font-medium: 500;
    --font-semi-bold: 600;
    --font-bold: 700;
    font-style: normal;
    --color-black: #363636;
    --color-white: #ffffff;
    color: #363636;
    overflow: hidden;
  }

  .em250425LOOK img,
  .em250425LOOK svg,
  .em250425LOOK video{
    width: 100%;
    height: auto;
  }

  #header_emmi.header_opacity{
    opacity: 0;
    transition: all 0s;
  }

  .bredlist.lp.breadlist_opacity,
  #footer_emmi.footer_opacity{
    display: none;
  }

  body.body-overflow{
    overflow-y: hidden;
  }

  #Contents.content-padding{
    padding-top: 0!important;
  }

  #header_emmi.header.onBanner{
    background-color: transparent;
  }

  #footer_emmi{
    /* margin-top: 119px; */
    margin-top: -1px;
    position: relative;
    background-color: #fff;
  }

  html {
    font-size: calc(10 * (100vw/750));
    overflow-x: hidden;
  }

  #footer_emmi {
    margin-top: -3px;
    padding-top: 0;
  }

  .pc-visible{
    display: none;
  }

  .sp-visible{
    display: block;
  }

  /* .em250425LOOK .section02{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 10000;
  } */



  /* ===============================================
  * タブ切り替え *
  =============================================== */
  .em250425LOOK .catalog_tab {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0px 0px 15px 20px #fff;
    z-index: 10000;
  }

  .em250425LOOK .catalog_tab .tabArea {
    position: relative;
    width: 100%;

    display: flex;
    /* align-items: center; */
    flex-direction: column;
    gap: calc(21*(100vw / 750));
    padding: calc(25 * (100vw / 750)) calc(40 * (100vw / 750));
  }

  .em250425LOOK .catalog_tab .catalog_tab-item:nth-of-type(4){
    position: absolute;
    top: 50%;
    right: calc(38 * (100vw / 750));
    transform: translateY(-50%);
    margin-top: calc(46 * (100vw / 750));
  }

  .em250425LOOK .catalog_tab-item {
    position: relative;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    cursor: pointer;

    font-family: var(--font-sanserif);
    font-size: calc(26 * (100vw / 750));
    letter-spacing: 0.05em;
  }

  .em250425LOOK .catalog_tab-item span{
    position: relative;
    top: calc(-8 * (100vw / 750));
    font-size: calc(18 * (100vw / 750));
    margin-right: 0.5rem;
  }

  .em250425LOOK .catalog_tab-item,
  .em250425LOOK .catalog_tab-item:hover span,
  .em250425LOOK .catalog_tab-item.select span {
    opacity: 0.7;
  }

  .em250425LOOK .catalog_tab-item.select,
  .em250425LOOK .catalog_tab-item.select span {
    opacity: 1;
  }

  /* .em250425LOOK .catalog_tab-item.select::before {
    opacity: 1;
  } */

  .em250425LOOK .catalog_tabContent-item {
    display: none;
    min-height: 280px;
    transition-duration: 0.3s;
  }

  .em250425LOOK .catalog_tabContent-item.js-tabShow {
    display: block;
  }



  /* ===============================================### 
  モーダル
  ###=============================================== */
  /*** セクション01のモーダル ***/
  .em250425LOOK .section01 .top-modal {
    display: none; /* 最初は非表示 */
    position: fixed; /* 画面全体を覆う */
    z-index: 100000; /* 他の要素より前面に */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 0;
    overflow: auto; /* コンテンツが長い場合のスクロール */
    background-color: var(--color-white);
  }

  .em250425LOOK .section01 .top-modal-content {
    position: relative;
    background-color: var(--color-white);
    margin-top: var(--color-black);
    margin-inline: auto;

    position: relative;
    width: calc(750 * (100vw / 750));
    height: calc(422 * (100vw / 750));
  }

  .em250425LOOK .section01 .top-modal-close-button {
    position: fixed;
    z-index: 20000;
    top: calc(27 * (100vw / 750));
    right: calc(44 * (100vw / 750));
    font-family: var(--font-sanserif);
    font-size: calc(26 * (100vw / 750));
    cursor: pointer;
  }

  /*** 確認用 ***/
  .em250425LOOK .section01 .main__content .content__item01 .content__video{
    position: relative;
  }

  .em250425LOOK .section01 .main__content .content__item01 .content__video .open-top-modal-btn{
    position: absolute;
    top: 0;
    width: calc(640 * (100vw / 750));
    height: calc(307 * (100vw / 750));
    z-index: 1;
  }

  /*** section03のモーダル ***/
  .em250425LOOK .section03 .sustainable-modal {
    display: none; /* 最初は非表示 */
    position: fixed; /* 画面全体を覆う */
    z-index: 100000; /* 他の要素より前面に */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* コンテンツが長い場合のスクロール */
    background-color: var(--color-white);
  }

  .em250425LOOK .section03 .sustainable-modal-content {
    position: relative;
    background-color: var(--color-white);
    margin-top: calc(157 * (100vw / 750));
    margin-inline: auto;
    /* padding: 20px; */
    /* border: 1px solid #888; */
    width: calc(750 * (100vw / 750));
  }

  .em250425LOOK .section03 .content.plax .sustainable-modal-content.plax{
    margin-bottom: calc(782 * (100vw / 750));
  }

  .em250425LOOK .section03 .content.ecostore .sustainable-modal-content.ecostore{
    margin-bottom: calc(529 * (100vw / 750));
  }
  

  .em250425LOOK .section03 .close-button {
    position: fixed;
    z-index: 20000;
    top: calc(30 * (100vw / 750));
    right: calc(50 * (100vw / 750));
    /* float: right; */
    font-size: calc(26 * (100vw / 750));
  }

  /* .em250425LOOK  .section03 .close-button:hover,
  .em250425LOOK  .section03 .close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  } */


  /* ===============================================### 
  video.js
  ###=============================================== */
  .em250425LOOK .video-js{
      width:100%;
      height:100%;
      margin:0 auto;
      /* padding-top:56.25%; */
      /* border:5px solid rgb(200,225,0); */
      /* color:#fff; */
      /* background:rgb(200,225,0); */
  }

  .em250425LOOK .video-js .vjs-tech{ outline:none; }
  .em250425LOOK .video-js .vjs-big-play-button:focus{ background:none; }
  /*再生ボタン(大)*/
  /* .em250425LOOK .video-js:hover .vjs-big-play-button,
  .em250425LOOK .video-js .vjs-big-play-button{
      height:90px;
      width:90px;
      border:3px dotted #ffff70;
      border-radius:50%;
      font-size:5em;
      line-height:90px;
      background:rgba(68,215,77,.5);
      top:50%;
      left:50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  } */

  /*再生ボタンをマウスオーバーしたら*/
  /* .em250425LOOK .video-js .vjs-big-play-button:hover{ background:rgba(215,255,0,.7); } */

  /*コントローラー*/
  .em250425LOOK .video-js .vjs-control-bar{
    background-color: rgba(255, 255, 255, 0.8);
    /* background:rgba(68,215,77,.5); */
  }

  .em250425LOOK .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal {
    color: #000;
  }

  .em250425LOOK .video-js .vjs-volume-level, 
  .em250425LOOK .video-js .vjs-play-progress, 
  .em250425LOOK .video-js .vjs-slider-bar{
    background: #000;
  }

  .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-enter:before{
    display: none;
  }

  /*再生バー*/
  .em250425LOOK .video-js .vjs-slider{
    background-color: rgba(255, 255, 255, 0.5);
  }
  
  .em250425LOOK .video-js .vjs-load-progress div{ 
    /* background: rgba(0, 0, 0, 0.2); */
    /* background:rgba(92,215,230,.8);  */
    background: rgba(0, 0, 0, 0.2);
  }

  .em250425LOOK .video-js{
    color: #000;
    background-color: var(--color-white);
  }
  

  /* Change all text and icon colors in the player. */
  /* .em250425LOOK .vjs-matrix.video-js {
      color: #000;
  } */

  /* Change the color of various "bars". */
  /* .em250425LOOK .vjs-matrix .vjs-volume-level,
  .em250425LOOK .vjs-matrix .vjs-play-progress,
  .em250425LOOK .vjs-matrix .vjs-slider-bar {
      background: #000;
  } */


  /* .video-js .vjs-mouse-display:after,.video-js .vjs-play-progress:after {
    display: none;
    position: absolute;
    top: -3.4em;
    right: -1.5em;
    font-size: .9em;
    color: #000;
    content: attr(data-current-time);
    padding: 6px 8px 8px;
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em
  } */


  /* ===============================================### 
  コンテンツ共通設定
  ###=============================================== */
  .em250425LOOK .flex-wrapper{
    display: flex;
  }

  .em250425LOOK .grid-wrapper{
    display: grid;
  }

  /************** text **************/
  /*** section__title ***/
  .em250425LOOK .section__title{
    font-family: var(--font-sanserif);
    font-size: calc(37 * (100vw / 750));
    letter-spacing: 0.04em;
  }

  .em250425LOOK .section__title span{
    position: relative;
    top: calc(-10 * (100vw / 750));
    margin-right: calc(10 * (100vw / 750));
    font-size: calc(26 * (100vw / 750));
  }

  .em250425LOOK .detail__text{
    margin-top: calc(24 * (100vw / 750));
    font-family: var(--font-sanserif);
    font-size: calc(28 * (100vw / 750));
    line-height: 1.3571428571;
    letter-spacing: 0.03em;
    text-align: justify;
  }

  /*** credit ***/
  .em250425LOOK .credit{
    font-family: var(--font-serif);
    font-size: calc(24 * (100vw / 750));
    line-height: 1.4166666667;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }

  .em250425LOOK .credit .italic__text{
    font-size: calc(20 * (100vw / 750));
    font-style: italic;
    text-decoration: none;
  }

  .em250425LOOK .credit a{
    display: inline-block;
  }

  .em250425LOOK .credit a span{
    margin-left: calc(5 * (100vw / 750));
    text-decoration: underline;
  }

  .em250425LOOK .credit .link-disable:hover{
    opacity: 1;
  }

  /*** button ***/
  .em250425LOOK .link__button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(220 * (100vw / 750));
    height: calc(60 * (100vw / 750));
    font-family: var(--font-serif);
    font-size: calc(28 * (100vw / 750));
    letter-spacing: 0.02em;
    border: calc(2 * (100vw / 750)) solid var(--color-black);
    border-radius: calc(50 * (100vw / 750));
    cursor: pointer;
  }

  .em250425LOOK .link__button:hover{
    background-color: #AABEDE;
  }



  /* ===============================================### 
  01 emmi Fashion Show
  ###=============================================== */
  .em250425LOOK .section01{

  }

  .em250425LOOK .section01 .content-inner{
  }

  .em250425LOOK .section01 .mv{
    width: calc(750 * (100vw / 750));
    height: 100vh;
    overflow: hidden;
  }

  .em250425LOOK .section01 .lead__content{
    position: relative;
  }

  .em250425LOOK .section01 .main__content{
    position: relative;
    padding-top: calc(180 * (100vw / 750));
    background-color: var(--color-white);
  }

  .em250425LOOK .section01 .main__content .content{
    width: calc(750 * (100vw / 750));
    /* margin-inline: auto; */
  }

  /*** content__item01 ***/
  .em250425LOOK .section01 .main__content .content__item01{
    width: calc(640 * (100vw / 750));
    margin-inline: auto;
  }

  .em250425LOOK .section01 .main__content .content__item01 .content-wrap{
    margin-left: calc(5 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item01 .flex-wrapper{
    flex-direction: column;
    justify-content: space-between;
  }

  .em250425LOOK .section01 .main__content .content__item01 .text-wrapper{
    position: relative;
    width: fit-content;
  }

  /*** content__item02 ***/
  .em250425LOOK .section01 .main__content .content__item02{
    margin-top: calc(510 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item02 .content-wrap{
    /* margin-left: calc(750 * (100vw / 750)); */
    margin-right: auto;
  }

  /*** content__item03 ***/
  .em250425LOOK .section01 .main__content .content__item03{
    margin-top: calc(122 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item03 .content-wrap{
    margin-left: calc(242 * (100vw / 750));
    margin-right: auto;
  }

  /*** content__item04 ***/
  .em250425LOOK .section01 .main__content .content__item04{
    width: fit-content;
    margin-top: calc(310 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item04 .content-wrap{
    margin-left: calc(40 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item04 .grid-wrapper{
    grid-template-rows: repeat(3, 1fr);
    gap: calc(50 * (100vw / 750));
  }

  /*** content__item05 ***/
  .em250425LOOK .section01 .main__content .content__item05{
    width: fit-content;
    margin-top: calc(199 * (100vw / 750));
    margin-inline: auto;
  }

  /*** content__item06 ***/
  .em250425LOOK .section01 .main__content .content__item06{
    margin-top: calc(192 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item06 .content-wrap{
    margin-left: calc(150 * (100vw / 750));
    margin-right: auto;
  }

  .em250425LOOK .section01 .main__content .content__item06 .grid-wrapper{
    grid-template-rows: repeat(2, 1fr);
    gap: calc(50 * (100vw / 750));
  }

  /*** content__item07 ***/
  .em250425LOOK .section01 .main__content .content__item07{
    margin-top: calc(135 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item07 .content-wrap{
  }

  /*** content__item08 ***/
  .em250425LOOK .section01 .main__content .content__item08{
    width: fit-content;
    margin-top: calc(239 * (100vw / 750));
    margin-inline: auto;
  }

  .em250425LOOK .section01 .main__content .content__item08 .content-wrap{
  }

  .em250425LOOK .section01 .main__content .content__item08 .grid-wrapper{
    grid-template-rows: repeat(2, 1fr);
    gap: calc(50 * (100vw / 750));
  }

  /*** content__item09 ***/
  .em250425LOOK .section01 .main__content .content__item09{
    margin-top: calc(264 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item09 .content-wrap{
  }

  /*** content__item10 ***/
  .em250425LOOK .section01 .main__content .content__item10{
    width: calc(750 * (100vw / 750));
    margin-top: calc(216 * (100vw / 750));
    margin-inline: auto;
  }

  .em250425LOOK .section01 .main__content .content__item10 .content-wrap{
  }

  .em250425LOOK .section01 .main__content .content__item10 .grid-wrapper{
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: calc(38 * (100vw / 750));
  }

  /*** content__item11 ***/
  .em250425LOOK .section01 .main__content .content__item11{
    margin-top: calc(262 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item11 .content-wrap{
    margin-left: calc(126 * (100vw / 750));
    margin-right: auto;
  }

  /*** content__item12 ***/
  .em250425LOOK .section01 .main__content .content__item12{
    margin-top: calc(188 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item12 .content-wrap{
  }

  /*** content__item13 ***/
  .em250425LOOK .section01 .main__content .content__item13{
    width: calc(750 * (100vw / 750));
    margin-top: calc(158 * (100vw / 750));
    margin-inline: auto;
  }

  .em250425LOOK .section01 .main__content .content__item13 .content-wrap{
  }

  .em250425LOOK .section01 .main__content .content__item13 .grid-wrapper{
    grid-template-columns: calc(150 * (100vw / 750)) calc(474 * (100vw / 750)) calc(86 * (100vw / 750)) calc(40 * (100vw / 750));
    grid-template-rows: calc(624 * (100vw / 750)) calc(164 * (100vw / 750)) calc(1208 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item13 .grid__item01{
    grid-column: 1/3;
    grid-row: 1/2;
  }

  .em250425LOOK .section01 .main__content .content__item13 .grid__item02{
    grid-column: 2/4;
    grid-row: 3/4;
  }

  /*** content__item14 ***/
  .em250425LOOK .section01 .main__content .content__item14{
    margin-top: calc(210 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item14 .content-wrap{
  }

  /*** content__item15 ***/
  .em250425LOOK .section01 .main__content .content__item15{
    width: calc(750 * (100vw / 750));
    margin-top: calc(261 * (100vw / 750));
    margin-inline: auto;
  }

  .em250425LOOK .section01 .main__content .content__item15 .content-wrap{
  }

  .em250425LOOK .section01 .main__content .content__item15 .grid-wrapper{
    grid-template-columns: calc(355 * (100vw / 750)) calc(37 * (100vw / 750)) calc(358 * (100vw / 750));
    grid-template-rows: calc(200 * (100vw / 750)) calc(28 * (100vw / 750)) calc(200 * (100vw / 750)) calc(34 * (100vw / 750)) calc(200 * (100vw / 750)) calc(34 * (100vw / 750)) calc(329 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item15 .grid__item01{
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .em250425LOOK .section01 .main__content .content__item15 .grid__item02{
    grid-column: 1/2;
    grid-row: 3/4;
  }

  .em250425LOOK .section01 .main__content .content__item15 .grid__item03{
    grid-column: 1/2;
    grid-row: 5/6;
  }

  .em250425LOOK .section01 .main__content .content__item15 .grid__item04{
    grid-column: 3/4;
    grid-row: 3/4;
  }

  .em250425LOOK .section01 .main__content .content__item15 .grid__item05{
    grid-column: 3/4;
    grid-row: 5/6;
  }

  .em250425LOOK .section01 .main__content .content__item15 .grid__item06{
    grid-column: 3/4;
    grid-row: 7/8;
  }

  /*** content__item16 ***/
  .em250425LOOK .section01 .main__content .content__item16{
    width: fit-content;
    margin-top: calc(236 * (100vw / 750));
    margin-inline: auto;
  }

  .em250425LOOK .section01 .main__content .content__item16 .content-wrap{
  }

  .em250425LOOK .section01 .main__content .content__item16 .grid-wrapper{
    grid-template-rows: repeat(2, 1fr);
    gap: calc(50 * (100vw / 750));
  }

  /*** content__item17 ***/
  .em250425LOOK .section01 .main__content .content__item17{
    margin-top: calc(262 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item17 .content-wrap{
    margin-left: calc(222 * (100vw / 750));
    margin-right: auto;
  }

  /*** content__item18 ***/
  .em250425LOOK .section01 .main__content .content__item18{
    margin-top: calc(187 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item18 .content-wrap{
  }

  /*** content__item19 ***/
  .em250425LOOK .section01 .main__content .content__item19{
    width: fit-content;
    margin-top: calc(223 * (100vw / 750));
    margin-inline: auto;
  }

  .em250425LOOK .section01 .main__content .content__item19 .grid-wrapper{
    grid-template-rows: repeat(3, 1fr);
    gap: calc(50 * (100vw / 750));
  }

  /*** content__item20 ***/
  .em250425LOOK .section01 .main__content .content__item20{
    margin-top: calc(226 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item20 .content-wrap{
  }

  /*** content__item21 ***/
  .em250425LOOK .section01 .main__content .content__item21{
    margin-top: calc(204 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item21 .content-wrap{
    margin-left: calc(80 * (100vw / 750));
    margin-right: auto;
  }

  /*** content__item22 ***/
  .em250425LOOK .section01 .main__content .content__item22{
    margin-top: calc(272 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item22 .content-wrap{
  }

  .em250425LOOK .section01 .main__content .content__item22 .grid-wrapper{
    grid-template-columns: calc(120 * (100vw / 750)) calc(408 * (100vw / 750)) calc(182 * (100vw / 750));
    grid-template-rows: calc(300 * (100vw / 750)) calc(165 * (100vw / 750)) calc(714 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item22 .grid__item01{
    grid-column: 1/3;
    grid-row: 1/2;
  }

  .em250425LOOK .section01 .main__content .content__item22 .grid__item02{
    grid-column: 2/4;
    grid-row: 3/4;
  }

  /*** content__item23 ***/
  .em250425LOOK .section01 .main__content .content__item23{
    margin-top: calc(274 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item23 .content-wrap{
  }

  /*** content__item24 ***/
  .em250425LOOK .section01 .main__content .content__item24{
    position: relative;
    width: calc(750 * (100vw / 750));
    margin-top: calc(272 * (100vw / 750));
    margin-inline: auto;
  }

  .em250425LOOK .section01 .main__content .content__item24 .text-wrapper{
    position: absolute;
    top: calc(331 * (100vw / 750));
    left: 50%;
    transform: translateX(-50%);
    width: calc(590 * (100vw / 750));
  }

  /*** content__item25 ***/
  .em250425LOOK .section01 .main__content .content__item25{
    width: 100%;
    margin-inline: auto;
    background-color: #212121;
  }

  .em250425LOOK .section01 .main__content .content__item25 .content-wrap{
    /* position: relative; */
    width: fit-content;
    margin-inline: auto;
    padding-top: calc(90 * (100vw / 750));
    padding-bottom: calc(90 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item25 .text-wrapper{
    /* position: absolute; */
    /* bottom: 13.7rem; */
    /* left: 6.9rem; */
    width: calc(590 * (100vw / 750));
    margin-left: calc(20*(100vw / 750));
  }

  /*** footer ***/
  .em250425LOOK .section01 .footer__content{
    position: relative;
    background-color: var(--color-white);
  }

  .em250425LOOK .section01 .footer__content .content-inner{
    width: calc(710 * (100vw / 750));
    margin-inline: auto;
    padding-top: calc(330 * (100vw / 750));
    padding-bottom: calc(25 * (100vw / 750));
  }

  .em250425LOOK .section01 .footer__content .grid-wrapper{
    grid-template-rows: calc(672 * (100vw / 750)) calc(181 * (100vw / 750)) calc(1256 * (100vw / 750));
  }

  .em250425LOOK .section01 .footer__content .grid__item01{
    grid-row: 1/2;
  }

  .em250425LOOK .section01 .footer__content .grid__item02{
    grid-row: 3/4;
  }

  .em250425LOOK .section01 .footer__content .grid__item01 .flex-wrapper{
    flex-direction: column-reverse;
  }

  .em250425LOOK .section01 .footer__content .grid__item02 .flex-wrapper{
    flex-direction: column;
    gap: calc(28 * (100vw / 750)) calc(79 * (100vw / 750));
    flex-wrap: wrap;
    width: calc(586 * (100vw / 750));
    height: calc(1300 * (100vw / 750));
    margin-inline: auto;
  }

  /************** text **************/
  .em250425LOOK .section01 .lead__content .lead__text{
    font-family: var(--font-sanserif);
    font-size: calc(15 * (100vw / 750));
    line-height: 1.4666666667;
    letter-spacing: 0.06em;
    text-align: center;
    color: var(--color-white);
  }

  .em250425LOOK .section01 .lead__content .collection__title{
    margin-top: calc(10 * (100vw / 750));
    font-family: var(--font-sanserif);
    font-size: calc(20 * (100vw / 750));
    font-weight: var(--font-regular);
    letter-spacing: 0.1em;
    color: var(--color-white);
    text-align: center;
  }

  .em250425LOOK .section01 .main__content .credit{
    margin-top: calc(30 * (100vw / 750));
  }

  /*** クレジット位置微調整 ***/
  .em250425LOOK .section01 .main__content .content__item02 .credit,
  .em250425LOOK .section01 .main__content .content__item05 .credit,
  .em250425LOOK .section01 .main__content .content__item07 .credit,
  .em250425LOOK .section01 .main__content .content__item09 .credit,
  .em250425LOOK .section01 .main__content .content__item10 .credit,
  .em250425LOOK .section01 .main__content .content__item18 .credit,
  .em250425LOOK .section01 .main__content .content__item20 .credit,
  .em250425LOOK .section01 .main__content .content__item23 .credit{
    margin-left: calc(40 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item11 .credit{
    margin-top: calc(32 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item13 .grid__item01 .credit{
    line-height: 1.5;
    margin-left: calc(40 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item13 .grid__item01 .credit span{
    margin-left: calc(19 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item14 .credit{
    margin-left: calc(40 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item24 .section__title{
    letter-spacing: 0.06em;
  }

  .em250425LOOK .section01 .main__content .content__item24 .section__title span{
    margin-right: calc(16 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item24 .detail__text{
    margin-top: calc(390 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item25 .section__title,
  .em250425LOOK .section01 .main__content .content__item25 .detail__text{
    color: var(--color-white);
  }

  .em250425LOOK .section01 .main__content .content__item25 .section__title{
    margin-top: calc(57 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item25 .section__title span{
    margin-right: calc(20 * (100vw / 750));
  }

  /*** footer ***/
  .em250425LOOK .section01 .footer__content .section__title{
    margin-top: calc(20 * (100vw / 750));
    font-size: calc(31 * (100vw / 750));
    font-weight: var(--font-bold);
    letter-spacing: 0.08em;
    text-align: center;
    color: #434343;
  }

  .em250425LOOK .section01 .footer__content .detail__text{
    margin-top: calc(100 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
    line-height: 1.3571428571;
    text-align: center;
    color: #434343;
  }

  .em250425LOOK .section01 .footer__content .copy__text{
    position: relative;
    left: calc(2 * (100vw / 750));
    margin-top: calc(273 * (100vw / 750));
    font-family: "aktiv-grotesk", sans-serif;
    font-size: calc(17 * (100vw / 750));
    font-weight: var(--font-medium);
    letter-spacing: 0.05em;
  }

  .em250425LOOK .section01 .footer__content .occupation{
    font-family: var(--font-sanserif);
    font-size: calc(24 * (100vw / 750));
    font-weight: var(--font-bold);
    letter-spacing: 0.07em;
    color: #434343;
  }

  .em250425LOOK .section01 .footer__content .sub{
    position: relative;
    top: calc(-6 * (100vw / 750));
    left: calc(12 * (100vw / 750));
    font-size: calc(14 * (100vw / 750));
    font-weight: var(--font-bold);
  }

  .em250425LOOK .section01 .footer__content .staff__credit li{
    font-family: var(--font-sanserif);
    font-size: calc(32 * (100vw / 750));
    line-height: 1.3;
    letter-spacing: 0.04em;
    color: #434343;
  }

  /*** スタッフクレジット位置微調整 ***/
  .em250425LOOK .section01 .footer__content .staff__credit li:nth-of-type(4){
    margin-top: calc(-10 * (100vw / 750));
  }

  .em250425LOOK .section01 .footer__content .staff__credit li:nth-of-type(5){
    margin-top: calc(-10 * (100vw / 750));
  }

  .em250425LOOK .section01 .footer__content .staff__credit li:nth-of-type(6){
    margin-top: calc(32 * (100vw / 750));
  }

  .em250425LOOK .section01 .footer__content .staff__credit li:nth-of-type(7){
    margin-top: calc(-18 * (100vw / 750));
    line-height: 1.4;
  }

  .em250425LOOK .section01 .footer__content .staff__credit li:nth-of-type(8){
    margin-top: calc(-14 * (100vw / 750));
  }

  .em250425LOOK .section01 .footer__content .staff__credit li:nth-of-type(9){
    margin-top: calc(-14 * (100vw / 750));
  }

  .em250425LOOK .section01 .footer__content .staff__credit li:nth-of-type(10){
    margin-top: calc(38 * (100vw / 750));
  }

  .em250425LOOK .section01 .footer__content .staff__credit li:nth-of-type(11){
    margin-top: calc(-12 * (100vw / 750));
  }

  .em250425LOOK .section01 .footer__content .staff__credit li:nth-of-type(15){
    margin-top: calc(97 * (100vw / 750));
  }

  .em250425LOOK .section01 .footer__content .staff__credit li:nth-of-type(16){
    margin-top: calc(-10 * (100vw / 750));
  }

  .em250425LOOK .section01 .footer__content .staff__credit li:nth-of-type(17){
    margin-top: calc(-5 * (100vw / 750));
    line-height: 1.4;
  }

  .em250425LOOK .section01 .footer__content .staff__credit li:nth-of-type(18){
    margin-top: calc(-7 * (100vw / 750));
    line-height: 1.35;
  }

  .em250425LOOK .section01 .footer__content .small-text{
    display: block;
    font-size: calc(24 * (100vw / 750));
  }

  /************** image **************/
  .em250425LOOK .section01 .title__image{
    width: calc(590 * (100vw / 750));
    margin-top: calc(486 * (100vw / 750));
    margin-bottom: calc(635 * (100vw / 750));
    margin-inline: auto;
  }

  .em250425LOOK .section01 .main__content .content__item02 .content__image{
    width: calc(750 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item04 .content__image{
    width: calc(560 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item05 .content__image{
    width: calc(750 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item06 .content__image{
    width: calc(560 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item07 .content__image{
    width: calc(670 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item08 .content__image{
    width: calc(590 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item10 .content__image{
    width: calc(356 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item11 .content__image{
    width: calc(624 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item12 .content__image{
    width: calc(750 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item13 .grid__item01 .content__image{
    width: calc(624 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item13 .grid__item02 .content__image{
    width: calc(560 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item13 .grid__item02 .content__image:nth-of-type(2),
  .em250425LOOK .section01 .main__content .content__item13 .grid__item02 .content__image:nth-of-type(3){
    margin-top: calc(50 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item15 .content__image{
    width: calc(356 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item16 .content__image{
    width: calc(590 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item17 .content__image{
    width: calc(528 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item18 .content__image{
    width: calc(670 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item19 .content__image{
    width: calc(590 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item20 .content__image{
    width: calc(670 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item21 .content__image{
    width: calc(670 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item22 .content__image{
    width: calc(590 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item22 .content__image:nth-of-type(2){
    margin-top: calc(50 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item23 .content__image{
    width: calc(750 * (100vw / 750));
  }

  .em250425LOOK .section01 .footer__content .logo__image{
    width: calc(235 * (100vw / 750));
    margin-inline: auto;
  }


  /************** video **************/
  .em250425LOOK .section01 .mv .content__video{
    position: fixed;
    top: 0;
    left: 0;
    width: calc(750*(100vw / 750));
    height: auto;
    min-height: 100%;
  }

  .em250425LOOK .section01 .main__content .content__item01 .top-modal .content__video{
    width: 100%;
    height: 100%;
    margin-top: calc(365 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item01 .content__video{
    width: calc(640 * (100vw / 750));
    height: calc(360 * (100vw / 750));
    margin-top: calc(97 * (100vw / 750));
    cursor: pointer;
  }

  .em250425LOOK .section01 .main__content .content__item03 .content__video{
    width: calc(448 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item09 .content__video{
    width: calc(750 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item14 .content__video{
    width: calc(750 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item22 .content__video{
    width: calc(528 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item25 .content__video{
    width: calc(630 * (100vw / 750));
  }

  /************** button **************/
  .em250425LOOK .section01 .main__content .content__item01 .link__button{
    position: absolute;
    top: calc(1020 * (100vw / 750));
    left: 50%;
    transform: translateX(-50%);
  }

  .em250425LOOK .section01 .main__content .content__item24 .link__button{
    width: calc(250 * (100vw / 750));
    margin-top: calc(30 * (100vw / 750));
  }

  .em250425LOOK .section01 .main__content .content__item25 .link__button{ 
    width: calc(250 * (100vw / 750));
    margin-top: calc(30 * (100vw / 750));
    border: calc(2 * (100vw / 750)) solid var(--color-white);
    color: var(--color-white);
  }

  /* .em250425LOOK .section01 .main__content .content__item24 .link__button span,
  .em250425LOOK .section01 .main__content .content__item25 .link__button span{
    margin-right: 0;
    padding-top: calc(24 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
  } */

  .em250425LOOK .section01 .main__content .content__item24 .link__button,
  .em250425LOOK .section01 .main__content .content__item25 .link__button{
    margin-right: 0;
    font-size: calc(28 * (100vw / 750));
    opacity: 1;
  }



  /* ===============================================### 
  02 Backstage
  ###=============================================== */
  .em250425LOOK .section02{
    /* position: fixed; */
    /* top: 0; */
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 10000;
  }

  .em250425LOOK .section02 .content-inner{
    width: calc(750 * (100vw / 750));
    margin-inline: auto;
  }

  .em250425LOOK .backstage-slide{
    position: relative;
    width: 100%;
  }

  /************** slide **************/
  .em250425LOOK .slide-box {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
  }

  /* slide */
  .em250425LOOK .slide {
    position: relative;
    /* width: 65%; */
    width: calc(750 * (100vw / 750));
    margin: 0;
    padding: 0;
  }
  .em250425LOOK .slide .item {
    position: relative;
    height: 100%;
  }
  .em250425LOOK .slide .item a {
    display: block;
  }
  /* .slide .item::before {
    display: block;
    padding-top: 39%;
    content: "";
  } */
  .em250425LOOK .slide .item .image {
    position: relative;
    overflow: hidden;
  }
  .em250425LOOK .slide .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* margin: auto; */
    width: 100%;
  }

  .em250425LOOK .slide > .slick-list,
  .em250425LOOK .slide > .slick-list > .slick-track{
    position: relative;
    height: 100%;
  }
  /* .slide > .slick-list,
  .slide > .slick-list > .slick-track,
  .slide > .slick-list > .slick-track > .slick-slide > div {
    position: relative;
    height: 100%;
  } */

  /* .em250425LOOK .slide .slide__image{
    position: relative;
    width: calc(750 * (100vw / 750));
    height: calc(1126 * (100vw / 750));
  }

  .em250425LOOK .slide .slide__image.wide-slide{
    position: relative;
    width: calc(750 * (100vw / 750));
    height: calc(500 * (100vw / 750));
  }

  .em250425LOOK .slide-navigation .thumbnail__image{
    width: calc(120 * (100vw / 750));
  } */

  /*** thumbnail-slide ***/
  .em250425LOOK .slide-navigation {
    line-height: 0;
    /* position: relative;
    width: 35%; */
    position: relative;
    width: fit-content;
    margin: 0;
    padding: 0;

    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: row;
    gap: calc(20 * (100vw / 750));
    /* margin: 0 auto; */
    margin-top: calc(30 * (100vw / 750));
  }

  .em250425LOOK .slide-navigation .item {
    position: relative;
    cursor: pointer;
  }

  .em250425LOOK .slide-navigation .item .image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .em250425LOOK .slide-navigation .item .image::before {
    display: block;
    padding-top: 25%;
    content: "";
  }

  .em250425LOOK .slide-navigation .item .image::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.5;
    background: #000;
  }

  .em250425LOOK .slide-navigation .thumbnail__image{
    opacity: 0.4;
  }

  .em250425LOOK .slide-navigation .thumbnail__image.thumbnail-current{
    opacity: 1;
  }

  /* .em250425LOOK .slide-navigation .slick-current .image::after {
    opacity: 0;
  } */

  .em250425LOOK .slide-navigation .item .image {
    position: relative;
    overflow: hidden;
  }

  .em250425LOOK .slide-navigation .item .image img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }

  .em250425LOOK .slider-number{
    display: none;
  }

  /************** image **************/
  .em250425LOOK .slide .slide__image{
    position: relative;
    width: calc(750 * (100vw / 750));
    height: calc(1126 * (100vw / 750));
  }

  .em250425LOOK .slide .slide__image.wide-slide{
    position: relative;
    margin-top: calc(315 * (100vw / 750));
    width: calc(750 * (100vw / 750));
    height: calc(500 * (100vw / 750));
  }

  .em250425LOOK .slide-navigation .thumbnail__image{
    width: calc(120 * (100vw / 750));
  }

  .em250425LOOK .slide-navigation .thumbnail__image.wide-image{
    width: calc(186 * (100vw / 750));
  }



  /* ===============================================### 
  03 About Sustainable
  ###=============================================== */
  .em250425LOOK .section03{
    position: relative;
    width: 100%;
    padding-top: calc(95 * (100vw / 750));
    padding-bottom: calc(420 * (100vw / 750));
    background-color: #fff;
    z-index: 10000;
  }

  .em250425LOOK .section03 .content.ecostore{
    margin-top: calc(233 * (100vw / 750));
  }

  .em250425LOOK .section03 .content.plax .content-inner,
  .em250425LOOK .section03 .content.ecostore .content-inner{
    width: calc(690 * (100vw / 750));
    margin-inline: auto;
  }

  .em250425LOOK .section03 .content.plax .grid-wrapper,
  .em250425LOOK .section03 .content.ecostore .grid-wrapper{
    grid-template-columns: repeat(2, 1fr);
    gap: calc(38 * (100vw / 750)) calc(40 * (100vw / 750));
    margin-left: calc(10 * (100vw / 750));
  }

  .em250425LOOK .section03 .content.ecostore .grid-wrapper{
    gap: calc(36 * (100vw / 750)) calc(30 * (100vw / 750));
  }

  .em250425LOOK .section03 .content.plax .sustainable-modal-content.plax .grid-wrapper,
  .em250425LOOK .section03 .content.ecostore .sustainable-modal-content.ecostore .grid-wrapper{
    grid-template-columns: 1fr;
    gap: calc(49 * (100vw / 750));
    margin-left: 0;
  }

  .em250425LOOK .section03 .lead__content{
    width: calc(630 * (100vw / 750));
    margin-top: calc(104 * (100vw / 750));
    margin-inline: auto;
  }

  /************** text **************/
  .em250425LOOK .section03 .section__title{
    font-family: var(--font-sanserif);
    font-size: calc(37 * (100vw / 750));
    font-weight: var(--font-regular);
    letter-spacing: 0.05em;
  }

  .em250425LOOK .section03 .lead__text.text01{
    margin-top: calc(27 * (100vw / 750));
    font-family: var(--font-sanserif);
    font-size: calc(26 * (100vw / 750));
    line-height: 1.3846153846;
    letter-spacing: 0.03em;
  }

  .em250425LOOK .section03 .lead__text.text02{
    margin-top: calc(39 * (100vw / 750));
    font-family: var(--font-ja);
    font-size: calc(21 * (100vw / 750));
    line-height: 1.9523809524;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }

  /* Safari */
  _::-webkit-full-page-media, _:future, :root .em250425LOOK .section03 .lead__text.text02 {
    letter-spacing: 0.09em;
  }

  .em250425LOOK .section03 .lead__text span{
    vertical-align: super;
    font-size: calc(18 * (100vw / 750));
  }

  .em250425LOOK .section03 .content.ecostore .lead__text.text02{
    letter-spacing: 0.11em;
  }

  /************** image・video **************/
  .em250425LOOK .section03 .content.plax .content__image,
  .em250425LOOK .section03 .content.plax .content__video{
    width: calc(325 * (100vw / 750));
  }

  .em250425LOOK .section03 .content.ecostore .content__image,
  .em250425LOOK .section03 .content.ecostore .content__video{
    width: calc(316 * (100vw / 750));
  }

  .em250425LOOK .content.plax .sustainable-modal-content.plax .content__image,
  .em250425LOOK .content.ecostore .sustainable-modal-content.ecostore .content__image,
  .em250425LOOK .content.plax .sustainable-modal-content.plax .content__video,
  .em250425LOOK .content.ecostore .sustainable-modal-content.ecostore .content__video{
    width: calc(750 * (100vw / 750));
  }



  /* ===============================================### 
  04 Overview
  ###=============================================== */
  .em250425LOOK .overview{
    width: 100%;
    background-color: #fff;
    z-index: 10000;
  }

  .em250425LOOK .credit-area{
    width: calc(750 * (100vw / 750));
    margin-inline: auto;
  }

  .em250425LOOK .credit-area.fashion-show{
    margin-top: calc(108 * (100vw / 750));
  }

  .em250425LOOK .credit-area.backstage{
    width: calc(668 * (100vw / 750));
    margin-top: calc(200 * (100vw / 750));
    margin-inline: auto;
  }

  .em250425LOOK .credit-area.sustainable{
    margin-top: calc(196 * (100vw / 750));
    margin-bottom: calc(600 * (100vw / 750));
  }

  .em250425LOOK .overview .title__area{
    width: fit-content;
  }

  .em250425LOOK .overview .text-wrapper{
    margin-top: calc(15 * (100vw / 750));
  }

  /*** 微調整 ***/
  .em250425LOOK .overview .credit-area.backstage .grid__item:nth-of-type(38) .text-wrapper{
    margin-top: calc(20 * (100vw / 750));
  }

  /************** grid **************/
  .em250425LOOK .overview .grid-wrapper{
    grid-template-columns: repeat(2, 1fr);
    gap: calc(54 * (100vw / 750)) calc(8 * (100vw / 750));
  }

  .em250425LOOK .overview .backstage .grid-wrapper{
    gap: calc(55 * (100vw / 750)) calc(39 * (100vw / 750));
  }

  .em250425LOOK .overview .sustainable .grid-wrapper{
    gap: calc(57 * (100vw / 750)) calc(39 * (100vw / 750));
  }

  .em250425LOOK .overview .grid__item{
    /* width: calc(356 * (100vw / 750)); */
    width: fit-content;
  }

  .em250425LOOK .overview .credit-area.backstage .grid__item{
    width: calc(316 * (100vw / 750));
  }

  /*** 間隔微調整 ***/
  .em250425LOOK .overview .credit-area.backstage .grid__item:nth-of-type(9),
  .em250425LOOK .overview .credit-area.backstage .grid__item:nth-of-type(10),
  .em250425LOOK .overview .credit-area.backstage .grid__item:nth-of-type(12),
  .em250425LOOK .overview .credit-area.backstage .grid__item:nth-of-type(33),
  .em250425LOOK .overview .credit-area.backstage .grid__item:nth-of-type(34){
    margin-top: calc(4 * (100vw / 750));
  }

  .em250425LOOK .overview .credit-area.backstage .grid__item:nth-of-type(32){
    margin-top: calc(6 * (100vw / 750));
  }


  /************** flex **************/
  .em250425LOOK .overview .content-inner > .flex-wrapper{
    flex-direction: column;
    gap: calc(62 * (100vw / 750));
  }

  .em250425LOOK .overview .grid__item .flex-wrapper{
    gap: calc(20 * (100vw / 750));
  }

  .em250425LOOK .overview .grid__item:nth-of-type(32) .flex-wrapper{
    gap: calc(3 * (100vw / 750));
  }

  .em250425LOOK .overview .grid__item:nth-of-type(38) .flex-wrapper{
    gap: calc(3 * (100vw / 750));
  }

  /************** text **************/
  .em250425LOOK .overview .credit__title{
    margin-left: calc(40 * (100vw / 750));
    font-family: var(--font-sanserif);
    font-size: calc(30 * (100vw / 750));
    letter-spacing: 0.05em;
  }

  .em250425LOOK .overview .credit-area.backstage .credit__title{
    margin-left: 0;
  }

  .em250425LOOK .overview .credit__title span{
    position: relative;
    top: calc(-5 * (100vw / 750));
    font-size: calc(21 * (100vw / 750));
    margin-right: 0.8rem;
  }

  .em250425LOOK .overview .direction-text{
    font-family: var(--font-serif);
    font-size: calc(21 * (100vw / 750));
    letter-spacing: 0.06em;
  }

  /*** direction-text微調整 ***/
  .em250425LOOK .overview .direction-text:nth-of-type(2),
  .em250425LOOK .overview .direction-text:nth-of-type(3){
    margin-top: calc(10 * (100vw / 750));
  }

  .em250425LOOK .overview .backstage .grid__item:nth-of-type(12) .direction-text:nth-of-type(2){
    margin-top: calc(16 * (100vw / 750));
  }

  .em250425LOOK .overview .backstage .grid__item:nth-of-type(19) .direction-text:nth-of-type(2){
    margin-top: calc(103 * (100vw / 750));
  }

  .em250425LOOK .overview .backstage .grid__item:nth-of-type(27) .direction-text:nth-of-type(2){
    margin-top: calc(80 * (100vw / 750));
  }

  .em250425LOOK .overview .backstage .grid__item:nth-of-type(32) .direction-text:nth-of-type(2){
    margin-top: calc(17 * (100vw / 750));
  }

  .em250425LOOK .overview .backstage .grid__item:nth-of-type(32) .direction-text:nth-of-type(3){
    margin-top: calc(70 * (100vw / 750));
  }

  .em250425LOOK .overview .backstage .grid__item:nth-of-type(36) .direction-text:nth-of-type(2){
    margin-top: calc(106 * (100vw / 750));
  }

  .em250425LOOK .overview .backstage .grid__item:nth-of-type(38) .direction-text:nth-of-type(3){
    margin-top: calc(76 * (100vw / 750));
  }

  .em250425LOOK .overview .credit{
    margin-top: calc(15 * (100vw / 750));
    font-size: calc(21 * (100vw / 750));
    line-height: 1.5;
  }

  .em250425LOOK .overview .credit .italic__text{
    margin-left: calc(-2 * (100vw / 750));
    font-size: calc(17 * (100vw / 750));
  }

  /*** クレジット位置微調整 ***/
  .em250425LOOK .overview .credit-area.fashion-show .grid__item:nth-of-type(2n+1) .credit{
    margin-left: calc(40 * (100vw / 750));
  }

  .em250425LOOK .overview .credit-area.fashion-show .grid__item:nth-of-type(11) .credit{
    margin-top: calc(11 * (100vw / 750));
  }

  .em250425LOOK .overview .credit-area.backstage .grid__item:nth-of-type(19) .credit,
  .em250425LOOK .overview .credit-area.backstage .grid__item:nth-of-type(20) .credit{
    margin-top: calc(10 * (100vw / 750));
  }

  .em250425LOOK .overview .credit-area.backstage .grid__item:nth-of-type(22) .credit{
    position: relative;
    left: calc(-20 * (100vw / 750));
  }

  .em250425LOOK .overview .credit-area.backstage .grid__item:nth-of-type(36) .credit{
    margin-top: calc(12 * (100vw / 750));
  }

  .em250425LOOK .overview .credit-area.backstage .grid__item:nth-of-type(38) .credit{
    margin-top: calc(13 * (100vw / 750));
    line-height: 1.55;
  }

  .em250425LOOK .overview .credit-area.sustainable .grid__item:nth-of-type(1) .credit,
  .em250425LOOK .overview .credit-area.sustainable .grid__item:nth-of-type(13) .credit{
    margin-left: calc(41 * (100vw / 750));
  }

  /************** image **************/
  .em250425LOOK .overview .content__image{
    width: calc(356 * (100vw / 750));
  }

  .em250425LOOK .overview .content__image.small-image{
    width: calc(236 * (100vw / 750));
  }

  .em250425LOOK .overview .content__image.wide-image{
    width: calc(316 * (100vw / 750));
  }

  /*** 微調整 ***/
  .em250425LOOK .overview .credit-area.backstage .grid__item:nth-of-type(11) .content__image.wide-image{
    margin-top: calc(149 * (100vw / 750));
  }

  .em250425LOOK .overview .credit-area.backstage .grid__item:nth-of-type(31) .content__image.wide-image{
    margin-top: calc(149 * (100vw / 750));
  }

  .em250425LOOK .overview .credit-area.backstage .grid__item:nth-of-type(38) .content__image.wide-image{
    margin-top: calc(142 * (100vw / 750));
  }
}