@charset "UTF-8";

@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

/*******************************
em240313UGG
*******************************/
#em240313UGG{
  display: block;
  width: 100%;
  padding: 0 0;
  box-sizing: border-box;
  overflow: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

#em240313UGG *{box-sizing: border-box;}

#em240313UGG picture,
#em240313UGG figure,
#em240313UGG img{
  display: block;
  width: 100%;
  height: auto;
}

#em240313UGG .imgOuter > a{display: block; width: 100%; height: auto;}

/*******************************
fadeInSetting
*******************************/
#em240313UGG .fadeInBlock:not(.fadeSP),
#em240313UGG .fadeInList:not(.fadeSP) .fadeInTarget{
  visibility: hidden;
  opacity: 0;
  transform: translate(0, 0);
  transition: opacity 2.5s ease-in, transform 2.5s ease-in;
  pointer-events: none;
}


#em240313UGG .fadeInBlock:not(.fadeSP).leftIn,
#em240313UGG .fadeInList:not(.fadeSP).leftIn .fadeInTarget{
  transform: translateX(-20%);
}

#em240313UGG .fadeInBlock:not(.fadeSP).rightIn,
#em240313UGG .fadeInList.rightIn .fadeInTarget{
  transform: translateX(20%);
}

#em240313UGG .fadeInBlock:not(.fadeSP).upIn,
#em240313UGG .fadeInList:not(.fadeSP).upIn .fadeInTarget{
  transform: translateY(3rem);
}

#em240313UGG .fadeInBlock:not(.fadeSP).downIn,
#em240313UGG .fadeInList:not(.fadeSP).downIn .fadeInTarget{
  transform: translateY(-20%);
}

#em240313UGG .fadeInBlock:not(.fadeSP).panel,
#em240313UGG .fadeInList:not(.fadeSP).panel .fadeInTarget{
  visibility: visible;
  transform-style: preserve-3d;
  transform: rotateY(180deg);
  opacity: 1;
}

#em240313UGG .fadeInBlock:not(.fadeSP).view,
#em240313UGG .fadeInList:not(.fadeSP) .fadeInTarget.view{
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0) rotateY(0);
  pointer-events: inherit;
}

#em240313UGG a.fadeInBlock.view:hover{
  opacity: .7;
}



/*******************************
mv
*******************************/
#em240313UGG .mv{
  display: block;
  width: 90rem;
  margin: 0 auto 6rem;
  position: relative;
}


#em240313UGG .mv > .mvWrap{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}

#em240313UGG .mv > .mvWrap > picture,
#em240313UGG .mv > .mvWrap > a{
  display: block;
  width: 30rem;
}


/*******************************
ttlBlock
*******************************/
#em240313UGG .ttlBlock{
  display: block;
  margin-bottom: 6.4rem;
  text-align: center;
}

#em240313UGG .ttlBlock > h2{display: block;}

#em240313UGG .ttlBlock > h2 > picture{
  display: block;
  width: 41.00758rem;
  margin: 0 auto 2.2rem;
  padding-left: 0.6rem;
  box-sizing: content-box;
}

#em240313UGG .ttlBlock > h2 > span:nth-of-type(1){
  display: inline-block;
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.025em;
  line-height: 1;
  position: relative;
}

#em240313UGG .ttlBlock > h2 > span:nth-of-type(1) > em{
  display: block;
  font-family: "linotype-sabon", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  line-height: 1;
  position: absolute;
}
#em240313UGG .ttlBlock > h2 > span:nth-of-type(1) > em:nth-of-type(1){
    left: -2rem;
    top: 0.2rem;
}
#em240313UGG .ttlBlock > h2 > span:nth-of-type(1) > em:nth-of-type(2){
  right: -1.8rem;
    top: 0.2rem;
}

#em240313UGG .ttlBlock > h2 > span:nth-of-type(2){
  display: block;
  margin-top: 2.2rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  padding-right: 0.3rem;
  font-feature-settings: "palt";
}


/*******************************
firstLede
*******************************/
#em240313UGG .firstLede{
  display: block;
  width: 100%;
  margin-bottom: 8rem;
}
#em240313UGG .firstLede > p{
  margin-top: calc((-1em * 2 + 1em) / 2);
  margin-bottom: calc((-1em * 2 + 1em) / 2);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #000000;
  
}

/*******************************
creditLinks
*******************************/
#em240313UGG .creditLinks{
  display: block;
  margin-top: calc((-1em * 1.857142857142857 + 1em) / 2);
  margin-bottom: calc((-1em * 1.857142857142857 + 1em) / 2);
  font-family: "pragmatica", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.857142857142857;
  letter-spacing: 0.05em;
}

#em240313UGG .creditLinks >  a{
  display: inline-block;
  white-space: nowrap;
  color: #000000;
  text-decoration: none;
}

#em240313UGG .creditLinks > a + a,
#em240313UGG .creditLinks > br.spView + a{
  margin-left: 0.55em;
}


/*******************************
lpSectionTTL
*******************************/
#em240313UGG .lpSectionTTL{
  display: inline-block;
  margin-bottom: 1.5rem;
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.035em;
  font-feature-settings: "palt";
  color: #000000;
  line-height: 1;
  position: relative;
  padding-left: 0.1rem;
}

#em240313UGG .lpSectionTTL::before,
#em240313UGG .lpSectionTTL::after{
  content: '';
  display: block;
  width: 1.8rem;
  height: 1px;
  background: #000000;
  position: absolute;
  top: calc(50% + 1px);
}

#em240313UGG .lpSectionTTL::before{left: -2.7rem;}
#em240313UGG .lpSectionTTL::after{right: -2.6rem;}

#em240313UGG .modelheight{
  display: block;
  margin-bottom: 5.4rem;
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.035em;
  font-feature-settings: "palt";
  color: #000000;
  line-height: 1;
  position: relative;
  padding-left: 0.1rem;
}


/*******************************
forText
*******************************/
#em240313UGG .forText{
  display: block;
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.2rem;
  letter-spacing: 0.025em;
  line-height: 1;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

#em240313UGG .forText > em{
  display: block;
  font-family: "linotype-sabon", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 4.2rem;
  letter-spacing: 0.02em;
  line-height: 1;
  position: absolute;
  top: 0.3rem;
}

#em240313UGG.viewMac .forText > em{top: -0.2rem;}

#em240313UGG .forText > em:nth-of-type(1){left: -2.9rem;}
#em240313UGG .forText > em:nth-of-type(2){right: -2.35rem;}


/*******************************
sectionLede
*******************************/
#em240313UGG .sectionLede{
  display: block;
  padding: 4.1rem 3rem 3.9rem;
  position: relative;
}

#em240313UGG .sectionLede::before{
  content: '';
  display: block;
  width: 2.8rem;
  height: 4.05rem;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  position: absolute;
  left: 0;
  top: 0;
}

#em240313UGG .sectionLede::after{
  content: '';
  display: block;
  width: 2.8rem;
  height: 4.05rem;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  position: absolute;
  right: 0;
  bottom: 0;
}

#em240313UGG .sectionLede > p{
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1;
  font-feature-settings: "palt";
  color: #000000;
}

#em240313UGG .sectionLede > p:nth-of-type(2){
  padding-left: 1.4em;
  padding-top: 1.9rem
}


/*******************************
lpItemList
*******************************/
#em240313UGG .lpItemList{
  display: block;
  width: 60rem;
  margin: 0 auto;
}

#em240313UGG .lpItemList.column3{
  width: 60rem;
}

#em240313UGG .lpItemList.column4{
  width: 78rem;
}

#em240313UGG .lpItemList > ul{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}


#em240313UGG .lpItemList.column3 > ul{
  gap: 4.1rem 3rem;
}

#em240313UGG .lpItemList > ul > li{width: 18rem;}
#em240313UGG .lpItemList > ul > li > a{display: block;}



#em240313UGG .lpItemList > ul > li > a > figure{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1.6rem;
}

#em240313UGG .lpItemList > ul > li > a > span{
  display: block;
  text-align: center;
  font-family: "pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.025em;
  line-height: 1.3;
}


/*******************************
castProfile
*******************************/
#em240313UGG .castProfile{
  display: block;
  width: 100%;
  margin-top: 9.5rem;
  padding: 5.4rem 0 5.8rem;
  background: #f2f2f2;
}


#em240313UGG .castProfile > .inner{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 71.5rem;
  margin: 0 auto;
  box-sizing: content-box;
  padding-left: 10.6rem;
}

#em240313UGG #hime .castProfile > .inner{
  width: 72rem;
  padding-left: 10.8rem;
}

#em240313UGG .castProfile > .inner > figure{
  display: block;
  width: 17.5rem;
}

#em240313UGG .castProfile > .inner > figure > a{display: block;}

#em240313UGG .castProfile > .inner > dl{
  display: block;
  width: calc(100% - 17.5rem);
  padding-left: 3.9rem;
  padding-top: 0.4rem;
  text-align: left;
}

#em240313UGG .castProfile > .inner > dl > dt{
  display: block;
  margin-bottom: 3.3rem;
}

#em240313UGG .castProfile > .inner > dl > dt > span{
  display: block;
  margin-bottom: 1.1rem;
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.0rem;
  letter-spacing: 0.025em;
  line-height: 1;
  font-feature-settings: "palt";
  color: #000000;
}

#em240313UGG .castProfile > .inner > dl > dt > a{
  font-family: "pragmatica", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

#em240313UGG .castProfile > .inner > dl > dd{
  display: block;
  margin-top: calc((-1em * 2 + 1em) / 2);
  margin-bottom: calc((-1em * 2 + 1em) / 2);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.025em;
  text-align: left;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #000000;
}


/*******************************
catchSection
*******************************/
#em240313UGG .catchSection{
  display: block;
  padding: 3.5rem 0 8rem;
  background: #f2f2f2;
}

#em240313UGG .catchSection > .inner{display: block;}

#em240313UGG .catchSection > .inner .img{
  display: block;
  width: 18rem;
  margin: 0 auto 1.2rem;
}

#em240313UGG .catchSection > .inner h2{
  display: block;
  margin-bottom: 4.2rem;
  text-align: center;
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  color: #000000;
  line-height: 1;
}

#em240313UGG .catchSection > .inner .catch{
  display: block;
}

#em240313UGG .catchSection > .inner .catch > p{
  display: block;
  margin-top: calc((-1em * 2 + 1em) / 2);
  margin-bottom: calc((-1em * 2 + 1em) / 2);
  font-size: 1.4rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #000000;
}


/*******************************
matsui
*******************************/
#em240313UGG #matsui{
  display: block;
  padding: 5.5rem 0 0;
  text-align: center;
}

#em240313UGG #matsui .secInnerContents{
  display: block;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

/*block01 *********/
#em240313UGG #matsui .block01{
  display: block;
  width: 100rem;
  padding-bottom: 15.9rem;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

#em240313UGG #matsui .block01 .sectionLede{
  width: 48.6rem;
  position: absolute;
  left: 1.5rem;
  top: 0.4rem;
}

#em240313UGG #matsui .block01 .img01{
  display: block;
  width: 32rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

#em240313UGG #matsui .block01 .img01 .figSlider{overflow: hidden;}

#em240313UGG #matsui .block01 .img01 .forText{
  transform-origin: 0 0;
  transform: rotate(90deg);
  position: absolute;
  right: -19.9rem;
  top: 2.1rem;
}


/*block02 *********/
#em240313UGG #matsui .block02{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  width: 100rem;
  margin: 0 auto 8rem;
  position: relative;
  text-align: left;
}

#em240313UGG #matsui .block02 .img01{
  display: block;
  width: 42rem;
}

#em240313UGG #matsui .block02 .text{
  width: calc(100% - 42rem - 3.5rem);
}

#em240313UGG #matsui .block02 .text > p{
  display: block;
  margin-top: calc((-1em * 2 + 1em) / 2);
  margin-bottom: calc((-1em * 2 + 1em) / 2);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.025em;
  text-align: justify;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #000000;
  white-space: nowrap;
}

#em240313UGG #matsui .block02 .text > .creditLinks{
  padding-top: 2.3rem;
}

/*block03 *********/
#em240313UGG #matsui .block03{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 140rem;
  margin: 9.6rem auto 8rem;
  position: relative;
  text-align: left;
}


#em240313UGG #matsui .block03 .img01{
  order: 2;
  width: 76.5rem;
  position: relative;
}

#em240313UGG #matsui .block03 .img01 .forText{
  transform-origin: 0 0;
  transform: rotate(-90deg);
  position: absolute;
  left: -4.3rem;
  top: 22.9rem;
}

#em240313UGG #matsui .block03 .img01 > .img{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 4rem;
}
#em240313UGG #matsui .block03 .img01 .img > .imgOuter{
  width: 38rem;
}

#em240313UGG #matsui .block03 .img01 .text{}

#em240313UGG #matsui .block03 .img01 .text > p{
  display: block;
  margin-top: calc((-1em * 2 + 1em) / 2);
  margin-bottom: calc((-1em * 2 + 1em) / 2);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.025em;
  text-align: justify;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #000000;
}


#em240313UGG #matsui .block03 .img02{
  order: 1;
  width: 30rem;
  padding-top: 42.5rem;
  margin-left: 8.5rem;
  position: relative;
}

#em240313UGG #matsui .block03 .img02 > .creditLinks{
  position: absolute;
  bottom: 0;
  right: -2rem;
  transform: translateX(100%);
}


/*******************************
karen
*******************************/
#em240313UGG #karen{
  display: block;
  padding: 5.5rem 0 0;
  text-align: center;
}

#em240313UGG #karen .lpSectionTTL{}

#em240313UGG #karen .secInnerContents{
  display: block;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

/*block01 *********/
#em240313UGG #karen .block01{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(82rem + 2rem);
  margin: 0 auto 8rem;
  padding-right: 2rem;
  position: relative;
  text-align: left;
}

#em240313UGG #karen .block01 .sectionLede{
  position: absolute;
  left: -16.5rem;
  top: 15.6rem;
}

#em240313UGG #karen .block01 .sectionLede::after{
  right: 1.5rem;
}

#em240313UGG #karen .block01 .img01{
  order: 2;
  width: 42rem;
  position: relative;
}

#em240313UGG #karen .block01 .img01 > .figSlider{overflow: hidden;}

#em240313UGG #karen .block01 .img01 .forText{
  transform-origin: 0 0;
  transform: rotate(90deg);
  position: absolute;
  right: -24.9rem;
  top: 2.1rem;
}

#em240313UGG #karen .block01 .img01 > .creditLinks{
  padding-top: 2rem;
  text-align: right;
}

#em240313UGG #karen .block01 .img02{
  order: 1;
  padding-top: 35rem;
  width: 30rem;
  position: relative;
}

#em240313UGG #karen .block01 .img02 > .text{
  padding-top: 4.4rem;
}

#em240313UGG #karen .block01 .img02 > .text > p{
  display: block;
  margin-top: calc((-1em * 2 + 1em) / 2);
  margin-bottom: calc((-1em * 2 + 1em) / 2);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.025em;
  text-align: justify;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #000000;
  white-space: nowrap;
}


#em240313UGG #karen .lpItemList.column4 > ul > li:nth-of-type(1){
  margin-right: 4rem;
}

#em240313UGG #karen .lpItemList.column4 > ul > li:nth-of-type(2){
  margin-right: 2rem;
}


/**block02 ************/
#em240313UGG #karen .block02{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 140rem;
  margin: 9.5rem auto 8rem;
  position: relative;
  text-align: left;
}


#em240313UGG #karen .block02 .text{
  display: block;
  position: absolute;
  top: 8rem;
  left: calc(50% - 9.5rem);
}

#em240313UGG #karen .block02 .text > p{
  display: block;
  margin-top: calc((-1em * 2 + 1em) / 2);
  margin-bottom: calc((-1em * 2 + 1em) / 2);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.025em;
  text-align: justify;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #000000;
}


#em240313UGG #karen .block02 .img01{
  order: 2;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 62.5rem;
  padding-top: 25.6rem;
  position: relative;
}

#em240313UGG #karen .block02 .img01 .forText{
  transform-origin: 0 0;
  transform: rotate(-90deg);
  position: absolute;
  left: -4.3rem;
  top: 56.9rem;
}

#em240313UGG #karen .block02 .img01 > .img{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
#em240313UGG #karen .block02 .img01 .img > .imgOuter:nth-of-type(1){
  order: 2;
  width: 32rem;
}

#em240313UGG #karen .block02 .img01 .img > .imgOuter:nth-of-type(2){
  order: 1;
  width: 30rem;
  padding-top: 18rem;
}


#em240313UGG #karen .block02 .img02{
  order: 1;
  width: 44rem;
  margin-left: 8.5rem;
  position: relative;
}

#em240313UGG #karen .block02 .img02 > .creditLinks{
  padding-top: 2.1rem;
  text-align: left;
}

#em240313UGG #karen .lpItemList.column3 > ul{gap: 4rem 3rem;}


#em240313UGG #karen .castProfile {
    margin-top: 9.5rem;
    padding: 5.5rem 0 5.8rem;
}

#em240313UGG #karen .castProfile > .inner{
  width: 74rem;
  padding-left: 13.1rem;
}

/*******************************
hime
*******************************/
#em240313UGG #hime{
  display: block;
  padding: 5.4rem 0 0;
  text-align: center;
}

#em240313UGG #hime .secInnerContents{
  display: block;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}


/**block01 ************/
#em240313UGG #hime .block01{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 140rem;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

#em240313UGG #hime .block01 .sectionLede{
  position: absolute;
  right: 4.2rem;
  top: 0.3rem;
}

#em240313UGG #hime .block01 .img01{
  width: 76.5rem;
  position: relative;
}

#em240313UGG #hime .block01 .img01 > .img{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

#em240313UGG #hime .block01 .img01 > .img > .imgOuter{
  width: 38rem;
}

#em240313UGG #hime .block01 .img01 > .img > .figSlider{
  width: 38rem;
  overflow: hidden;
}

#em240313UGG #hime .block01 .img01 .forText{
  transform-origin: 0 0;
  transform: rotate(90deg);
  position: absolute;
  right: -19.9rem;
  top: 2.1rem;
}

#em240313UGG #hime .block01 .img01 > .creditLinks{
  padding-top: 2rem;
  padding-left: 2rem;
  text-align: left;
}

#em240313UGG #hime .block01 .img02{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 17.8rem;
  width: 51.5rem;
  position: relative;
  text-align: left;
}

#em240313UGG #hime .block01 .img02 > .text{
  order: 1;
  margin-bottom: 8rem;
}

#em240313UGG #hime .block01 .img02 > .text > p{
  display: block;
  margin-top: calc((-1em * 2 + 1em) / 2);
  margin-bottom: calc((-1em * 2 + 1em) / 2);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.025em;
  text-align: justify;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #000000;
  white-space: nowrap;
}

#em240313UGG #hime .block01 .img02 > .imgOuter{
  order : 2;
  width: 32rem;
  margin: 0 0 0 auto;
}

#em240313UGG #hime .lpItemList.positionChange{
  transform: translate(-16.9rem,-10rem);
  margin-bottom: -0.5rem;
}

#em240313UGG #hime .lpItemList.positionChange > ul{gap: 0 2rem;}

#em240313UGG #hime .lpItemList.positionChange > ul > li:nth-of-type(1){width: 19.8rem;}

/**block02 ************/
#em240313UGG #hime .block02{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 108rem;
  padding-right: 8rem;
  margin: 0 auto 8rem;
  position: relative;
  text-align: left;
}


#em240313UGG #hime .block02 .img01{
  order: 2;
  display: block;
  width: 44rem;
  position: relative;
  margin-right: 2.1rem;
}

#em240313UGG #hime .block02 .img01 .forText{
  transform-origin: 0 0;
  transform: rotate(-90deg);
  position: absolute;
  left: -4.3rem;
  top: 22.9rem;
}


#em240313UGG #hime .block02 .img02{
  order: 1;
  padding-top: 47rem;
  margin-left: 1.9rem;
  width: 36rem;
  position: relative;
}


#em240313UGG #hime .block02 .text{
  display: block;
  position: absolute;
  top: 70.2rem;
  left: calc(50% - 8rem);
}

#em240313UGG #hime .block02 .text > p{
  display: block;
  margin-top: calc((-1em * 2 + 1em) / 2);
  margin-bottom: calc((-1em * 2 + 1em) / 2);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.025em;
  text-align: justify;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #000000;
}

#em240313UGG #hime .block02 .text > .creditLinks{
  padding-top: 2.3rem;
  text-align: left;
}


/*******************************
allItemBtn
*******************************/
#em240313UGG .allItemBtn{
  display: block;
  width: 24.1rem;
  margin: 0 auto;
  padding: 10rem 0 0;
  position: relative;
}

#em240313UGG .allItemBtn > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.5rem;
  border: 1px solid #000000;
  font-family: "pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #000000;
  padding-top: 0.2rem;
  font-feature-settings: "palt";
}



/*******************************
overRide
*******************************/
#em240313UGG .spView{display: none;}











