@charset "UTF-8";
/* ===============================================### 
共通設定
###=============================================== */
#em241009SOREL{
  --font-ja:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  --font-en01: "ivypresto-display", serif;
  --font-en02: "pragmatica", sans-serif;
  --color-black: #000;
  --color-beige: #FAF7F0;
  overflow: hidden;
}

:where(#em241009SOREL) img{
  width: 100%;
  height: auto;
}

/* ===========### PC版用設定 ###=========== */
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}
@media screen and (min-width: 767px) {
  #footer_emmi {
    margin-top: 111px;
  }

  .pc-visible{
    display: block;
  }

  .sp-visible{
    display: none;
  }

  #em241009SOREL .image-bg{
    background-color: #fff;
  }

  #em241009SOREL .image-bg a:hover{
    opacity: 0.7;
  }
}

/* ===========### SP版用設定 ###=========== */
@media screen and (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw/750));
  }

  #footer_emmi {
    margin-top: 0;
    padding-top: calc(108 * (100vw / 750));
  }

  .pc-visible{
    display: none;
  }

  .sp-visible{
    display: block;
  }
}


/* ===============================================### 
アニメーション設定
###=============================================== */
#em241009SOREL .js-fade-in,
#em241009SOREL .js-fade-mv {
  opacity: 0;
  transition: ease-in, opacity 1s;
}

#em241009SOREL .js-fade-in.show,
#em241009SOREL .js-fade-mv.show {
  opacity: 1;
}



/* ===============================================### 
コンテンツ共通設定
###=============================================== */
#em241009SOREL .section .title__text {
  position: absolute;
  font-family: var(--font-en01);
  font-size: 10.2rem;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.01em;
  color: #B7B7B7;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  z-index: 1;
  pointer-events: none;
}

#em241009SOREL .section .title__text span{
  font-size: 10.6rem;
}

#em241009SOREL .section__text{
  font-family: var(--font-ja);
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}

#em241009SOREL .credit{
  font-family: var(--font-en02);
  font-weight: 300;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

#em241009SOREL .credit a{
  display: inline-block;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  #em241009SOREL .section .title__text {
    font-size: calc(154 * (100vw / 750));
    letter-spacing: 0.02em;
  }

  #em241009SOREL .section .title__text span{
    font-size: calc(160 * (100vw / 750));
  }

  #em241009SOREL .section__text{
    font-size: calc(24 * (100vw / 750));
    letter-spacing: 0.09em;
  }

  #em241009SOREL .credit{
    font-size: calc(22 * (100vw / 750));
  }
}



/* ===============================================### 
MV
###=============================================== */
#em241009SOREL .mv {
  position: relative;
  width: fit-content;
  margin-top: 25.9rem;
  margin-inline: auto;
}

#em241009SOREL .mv__content{
  width: 46rem;
  margin-top: 3.3rem;
  margin-inline: auto;
}

#em241009SOREL .mv .title-wrapper{
  position: absolute;
  top: -22rem;
  left: 1rem;
  /* width: 47.7rem; */
}

#em241009SOREL .mv .title-wrapper .flex-wrapper{
  display: flex;
  justify-content: center;
  align-items: self-end;
  margin-left: 1.4rem;
}

/************** text **************/
#em241009SOREL .mv .title-wrapper .title__text{
  margin-top: 2.7rem;
  margin-inline: auto;
  font-family: var(--font-ja);
  font-size: 1.7rem;
  font-feature-settings: "pwid";
  color: #222;
}

#em241009SOREL .mv .title-wrapper .title__text .text01{
  margin-bottom: 0.1rem;
}

#em241009SOREL .mv .title-wrapper .title__text .text02{
  margin-left: 0.5rem;
  font-family: var(--font-en02);
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

#em241009SOREL .mv .title-wrapper .title__text .text03{
  display: block;
  width: 1.6rem;
  margin-left: 0.8rem;
}

#em241009SOREL .mv .title-wrapper .title__text .text04{
  margin-left: 0.8rem;
  font-family: var(--font-en02);
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

#em241009SOREL .mv .text-wrapper{
  position: relative;
  width: 100%;
  margin-top: 4.4rem;
  background-color: rgba(255, 255, 255, 0.6);
}

#em241009SOREL .mv .text-wrapper .title__text{
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%); 
  font-family: var(--font-en01);
  font-size: 3.4rem;
  letter-spacing: 0.015em;
  font-feature-settings: "pwid";
  color: #B7B7B7;
  z-index: 1;
}

#em241009SOREL .mv .text-wrapper .content__text{
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  font-feature-settings: "palt";
  padding-top: 3.3rem;
  padding-bottom: 2rem;
}

#em241009SOREL .mv__text{
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  font-feature-settings: "palt";
}

/************** image **************/
#em241009SOREL .mv .text__image{
  width: 47.7rem;
}

#em241009SOREL .mv .section__image{
  width: 20rem;
  margin-inline: auto;
}


/* ===========### responsive ###=========== */
@media screen and (min-width: 768px) {
  #em241009SOREL .mv::before{
    content: '';
    position: absolute;
    top: -16.6rem;
    right: -14.5rem;
    width: 150vw;
    height: 117rem;
    background-color: var(--color-beige);
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  #em241009SOREL .mv {
    width: calc(750 * (100vw / 750));
    margin-top: calc(388 * (100vw / 750));
  }
  #em241009SOREL .mv .content-wrapper{
    width: fit-content;
    margin-inline: auto;
  }

  #em241009SOREL .mv::before{
    content: '';
    position: absolute;
    top: calc(-250 * (100vw / 750));
    left: 0;
    width: calc(670 * (100vw / 750));
    height: calc(2661 * (100vw / 750));
    background-color: var(--color-beige);
    z-index: -1;
  }

  #em241009SOREL .mv__content{
    width: calc(530 * (100vw / 750));
    margin-top: calc(69 * (100vw / 750));
    margin-inline: auto;
  }

  #em241009SOREL .mv .title-wrapper .flex-wrapper{
    margin-left: calc(10 * (100vw / 750));
    margin-left: calc(-13 * (100vw / 750));
  }

  #em241009SOREL .mv .title-wrapper{
    top: calc(-330 * (100vw / 750));
    left: calc(48 * (100vw / 750));
  }

  /************** text **************/
  #em241009SOREL .mv .title-wrapper .title__text{
    margin-top: calc(46 * (100vw / 750));
    font-size: calc(27 * (100vw / 750));
  }

  #em241009SOREL .mv .title-wrapper .title__text .text01{
    margin-bottom: calc(4 * (100vw / 750));
    margin-left: calc(3 * (100vw / 750));
  }

  #em241009SOREL .mv .title-wrapper .title__text .text02{
    margin-left: calc(6 * (100vw / 750));
    margin-bottom: calc(3 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
    letter-spacing: 0.015em;
  }

  #em241009SOREL .mv .title-wrapper .title__text .text03{
    width: calc(28 * (100vw / 750));
    margin-left: calc(11 * (100vw / 750));
  }

  #em241009SOREL .mv .title-wrapper .title__text .text04{
    margin-left: calc(13 * (100vw / 750));
    margin-bottom: calc(3 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
  }

  #em241009SOREL .mv .text-wrapper{
    margin-top: calc(65 * (100vw / 750));
    margin-left: calc(-8 * (100vw / 750));
  }

  #em241009SOREL .mv .text-wrapper .title__text{
    top: calc(-30 * (100vw / 750));
    left: calc(117 * (100vw / 750));
    transform: inherit;
    font-size: calc(50 * (100vw / 750));
  }

  #em241009SOREL .mv .text-wrapper .content__text{
    font-size: calc(24 * (100vw / 750));
    padding-top: calc(51 * (100vw / 750));
    padding-bottom: calc(41 * (100vw / 750));
  }

  #em241009SOREL .mv__text{
    padding-top: calc(2 * (100vw / 750));
    font-size: calc(24 * (100vw / 750));
    letter-spacing: 0.09em;
  }

  /************** image **************/
  #em241009SOREL .mv .text__image{
    width: calc(666 * (100vw / 750));
  }

  #em241009SOREL .mv .section__image{
    width: calc(320 * (100vw / 750));
  }
}



/* ===============================================### 
セクション01
###=============================================== */
#em241009SOREL .section01{
  position: relative;
  width: 83rem;
  margin-top: 8.1rem;
  margin-inline: auto;
}

#em241009SOREL .section01 .content-wrapper{
  position: relative;
  width: fit-content;
}

#em241009SOREL .section01 .slide-wrapper{
  width: 44rem;
}

/************** grid **************/
#em241009SOREL .section01 .grid-wrapper{
  display: grid;
  grid-template-columns: 44rem 6rem 33rem;
  grid-template-rows: 29rem 43rem 1rem;
  margin-left: 4.5rem;
}

#em241009SOREL .section01 .grid__item01{
  grid-column: 1/2;
  grid-row: 1/3;
}

#em241009SOREL .section01 .grid__item02{
  grid-column: 3/4;
  grid-row: 2/4;
}

/************** text **************/
#em241009SOREL .section01 .title__text{
  top: 0;
  left: -5.9rem;
}

#em241009SOREL .section01 .section__text{
  margin-top: 5.3rem;
  margin-left: -3.3rem;
}

#em241009SOREL .section01 .credit{
  margin-top: 1.5rem;
  text-align: left;
}

/*** クレジット微調整 ***/
#em241009SOREL .section01 .credit a:nth-of-type(2n){
  margin-left: 0.8rem;
}

/************** image **************/
#em241009SOREL .section01 .section__item02 .section__image{
  width: 33rem;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  #em241009SOREL .section01{
    margin-top: calc(146 * (100vw / 750));
  }

  #em241009SOREL .section01 .content-wrapper{
    width: calc(750 * (100vw / 750));
  }

  #em241009SOREL .section01 .section__item01{
    margin-left: calc(190 * (100vw / 750));
  }

  #em241009SOREL .section01 .section__item02{
    width: fit-content;
    margin-top: calc(80 * (100vw / 750));
    margin-left: calc(46 * (100vw / 750));
  }

  #em241009SOREL .section01 .slide-wrapper{
    width: calc(560 * (100vw / 750));
  }

  #em241009SOREL .section01 .flex-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: end;
    column-gap: calc(42 * (100vw / 750));
  }

  /************** grid **************/
  #em241009SOREL .section01 .grid-wrapper{
    display: block;
    margin-left: 0;
  }

  /************** text **************/
  #em241009SOREL .section01 .title__text{
    top: calc(-2 * (100vw / 750));
    left: calc(30 * (100vw / 750));
  }

  #em241009SOREL .section01 .section__text{
    margin-top: calc(87 * (100vw / 750));
    margin-left: 0;
    letter-spacing: 0.065em;
  }

  #em241009SOREL .section01 .credit{
    margin-top: 0;
    margin-bottom: calc(-7 * (100vw / 750));
    line-height: 1.8;
  }

  /*** クレジット微調整 ***/
  #em241009SOREL .section01 .credit a:nth-of-type(2n){
    margin-left: 0;
  }

  /************** image **************/
  #em241009SOREL .section01 .section__item02 .section__image{
    width: calc(390 * (100vw / 750));
  }
}



/* ===============================================### 
セクション02
###=============================================== */
#em241009SOREL .section02{
  position: relative;
  width: 78rem;
  margin-top: 13.3rem;
  margin-inline: auto;
}

#em241009SOREL .section02 .content-wrapper{
  position: relative;
  width: fit-content;
}

#em241009SOREL .section02 .slide-wrapper{
  width: 42rem;
}

/************** grid **************/
#em241009SOREL .section02 .grid-wrapper{
  display: grid;
  grid-template-columns: 33rem 3rem 42rem;
  grid-template-rows: 39.4rem 30rem 14rem;
  margin-left: -1rem;
}

#em241009SOREL .section02 .grid__item01{
  grid-column: 3/4;
  grid-row: 1/3;
}

#em241009SOREL .section02 .grid__item02{
  grid-column: 1/2;
  grid-row: 2/4;
}

/************** text **************/
#em241009SOREL .section02 .title__text{
  top: 7rem;
  left: -16rem;
}

#em241009SOREL .section02 .section__text{
  margin-top: 5.4rem;
  margin-left: 1rem;
}

#em241009SOREL .section02 .credit{
  margin-top: 1.5rem;
  text-align: right;
}

/*** クレジット微調整 ***/
#em241009SOREL .section02 .credit a:nth-of-type(2n){
  margin-left: 0.8rem;
}

/************** image **************/
#em241009SOREL .section02 .section__item02 .section__image{
  width: 33rem;
}


/* ===========### responsive ###=========== */
@media screen and (min-width: 768px) {
  #em241009SOREL .section02::before{
    content: '';
    position: absolute;
    top: 14rem;
    left: -9rem;
    width: 150vw;
    height: 63rem;
    background-color: #F5F5F7;
  }
}

@media screen and (max-width: 767px) {
  #em241009SOREL .section02{
    width: calc(750 * (100vw / 750));
    margin-top: calc(149 * (100vw / 750));
  }

  #em241009SOREL .section02 .content-wrapper{
    position: relative;
    width: fit-content;
    margin-inline: auto;
  }

  #em241009SOREL .section02::before{
    content: '';
    position: absolute;
    top: calc(178 * (100vw / 750));
    right: 0;
    width: calc(650 * (100vw / 750));
    height: calc(1353 * (100vw / 750));
    background-color: #F5F5F7;
  }

  #em241009SOREL .section02 .section__item01{
    width: fit-content;
    margin-inline: auto;
  }

  #em241009SOREL .section02 .section__item02{
    margin-top: calc(67 * (100vw / 750));
    margin-left: calc(330 * (100vw / 750));
    margin-right: auto;
  }

  #em241009SOREL .section02 .slide-wrapper{
    width: calc(580 * (100vw / 750));
  }

  /************** grid **************/
  #em241009SOREL .section02 .grid-wrapper{
    display: block;
    margin-left: 0;
  }

  /************** text **************/
  #em241009SOREL .section02 .title__text{
    bottom: calc(328 * (100vw / 750));
    left: calc(16 * (100vw / 750));
  }

  #em241009SOREL .section02 .section__text{
    margin-top: calc(88 * (100vw / 750));
    letter-spacing: 0.065em;
    margin-left: 0;
  }

  #em241009SOREL .section02 .credit{
    margin-top: calc(32 * (100vw / 750));
  }

  /*** クレジット微調整 ***/
  #em241009SOREL .section02 .credit a:nth-of-type(2n){
    margin-left: calc(10 * (100vw / 750));
  }

  #em241009SOREL .section02 .credit a:nth-of-type(3){
    margin-top: calc(-3 * (100vw / 750));
  }

  /************** image **************/
  #em241009SOREL .section02 .section__item02 .section__image{
    width: calc(420 * (100vw / 750));
  }
}



/* ===============================================### 
セクション03
###=============================================== */
#em241009SOREL .section03{
  position: relative;
  width: 85rem;
  margin-top: 21.3rem;
  margin-inline: auto;
}

#em241009SOREL .section03 .content-wrapper{
  position: relative;
  width: fit-content;
}

#em241009SOREL .section03 .slide-wrapper{
  width: 42rem;
}

/************** grid **************/
#em241009SOREL .section03 .grid-wrapper{
  display: grid;
  grid-template-columns: 33rem 10rem 42rem;
  grid-template-rows: 9.5rem 50.3rem 3.2rem;
  margin-left: 10.5rem;
}

#em241009SOREL .section03 .grid__item01{
  grid-column: 3/4;
  grid-row: 1/4;
}

#em241009SOREL .section03 .grid__item02{
  grid-column: 1/2;
  grid-row: 2/3;
}

/************** text **************/
#em241009SOREL .section03 .title__text{
  top: 4.4rem;
  left: 0.6rem;
}

#em241009SOREL .section03 .section__text{
  margin-top: 13.3rem;
  margin-left: -10.4rem;
}

#em241009SOREL .section03 .credit{
  margin-top: 1.5rem;
  text-align: left;
}

/*** クレジット微調整 ***/
/* #em241009SOREL .section03 .credit a:nth-of-type(2n){
  margin-left: 0.8rem;
} */
#em241009SOREL .section03 .credit .credit_space{
  margin-right: 0.8rem;
}


/************** image **************/
#em241009SOREL .section03 .section__item02 .section__image{
  width: 33rem;
}


/* ===========### responsive ###=========== */
@media screen and (min-width: 768px) {
  #em241009SOREL .section03::before{
    content: '';
    position: absolute;
    top: -8rem;
    right: 3.5rem;
    width: 150vw;
    height: 79rem;
    background-color: var(--color-beige);
  }
}

@media screen and (max-width: 767px) {
  #em241009SOREL .section03{
    width: calc(750 * (100vw / 750));
    margin-top: calc(248 * (100vw / 750));
  }

  #em241009SOREL .section03 .content-wrapper{
    position: relative;
    width: fit-content;
    margin-inline: auto;
  }

  #em241009SOREL .section03::before{
    content: '';
    position: absolute;
    top: calc(-100 * (100vw / 750));
    left: 0;
    width: calc(670 * (100vw / 750));
    height: calc(1443 * (100vw / 750));
    background-color: var(--color-beige);
  }

  #em241009SOREL .section03 .content-wrapper{
    width: calc(750 * (100vw / 750));
  }

  #em241009SOREL .section03 .section__item01{
    margin-left: calc(150 * (100vw / 750));
    margin-right: auto;
  }

  #em241009SOREL .section03 .section__item02{
    margin-top: calc(47 * (100vw / 750));
    margin-left: calc(40 * (100vw / 750));
    margin-right: auto;
  }

  #em241009SOREL .section03 .slide-wrapper{
    width: calc(580 * (100vw / 750));
  }

  /************** grid **************/
  #em241009SOREL .section03 .grid-wrapper{
    display: block;
    margin-left: 0;
  }

  /************** text **************/
  #em241009SOREL .section03 .title__text{
    top: calc(-64 * (100vw / 750));
    left: calc(-10 * (100vw / 750));
  }

  #em241009SOREL .section03 .section__text{
    margin-top: calc(88 * (100vw / 750));
    letter-spacing: 0.04em;
    margin-left: 0;
  }

  #em241009SOREL .section03 .credit{
    margin-top: calc(22 * (100vw / 750));
  }

  /*** クレジット微調整 ***/
  /* #em241009SOREL .section03 .credit a:nth-of-type(2n){
    margin-left: calc(13 * (100vw / 750));
  } */

  #em241009SOREL .section03 .credit .credit_space{
    margin-left: calc(13 * (100vw / 750));
  }

  /************** image **************/
  #em241009SOREL .section03 .section__item02 .section__image{
    width: calc(390 * (100vw / 750));
  }
}



/* ===============================================### 
リンクエリア
###=============================================== */
#em241009SOREL .link__area{
  position: relative;
  margin-top: 11.8rem;
  padding-bottom: 2rem;
  font-family: var(--font-en01);
  font-size: 3.2rem;
  letter-spacing: 0.035em;
  font-feature-settings: "palt";
  text-align: center;
}

#em241009SOREL .link__area::before{
  content: '';
  position: absolute;
  top: 2.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 29rem;
  height: 1.8rem;
  background-color: #B7B7B7;
  z-index: -1;
}


#em241009SOREL .link__area a{
  display: block;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  #em241009SOREL .link__area{
    margin-top: calc(111 * (100vw / 750));
    padding-bottom: calc(20 * (100vw / 750));
    font-size: calc(48 * (100vw / 750));
  }

  #em241009SOREL .link__area::before{
    top: calc(34 * (100vw / 750));
    left: 50%;
    transform: translateX(-50%);
    width: calc(430 * (100vw / 750));
    height: calc(28 * (100vw / 750));
  }
}
