@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');



#misseyedor,
#misseyedor h1, #misseyedor h2, #misseyedor h3, #misseyedor h4, #misseyedor h5 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  line-height: 1.85;
  color: #040404;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


#misseyedor .pc { display: block; }
#misseyedor .sp { display: none; }


#misseyedor a {
  color: #040404;
  opacity: 1;
  transition: opacity .3s ease;
  text-decoration: none;
  backface-visibility: hidden;
}
#misseyedor a:hover {
  opacity: 0.7;
  text-decoration: none;
}



/* スマホ表示時 */
@media screen and (max-width: 750px) {

  #misseyedor,
  #misseyedor h1, #misseyedor h2, #misseyedor h3, #misseyedor h4, #misseyedor h5 {
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  #misseyedor .pc { display: none; }
  #misseyedor .sp { display: block; }
}



/* 共通設定
--------------------------------------------------------------------*/
#misseyedor .en_txt {
  font-family: adobe-garamond-pro, serif;
}

/* 共通ボックス */
#misseyedor .cmnInner_box {
  width: 100%;
  max-width: calc(1024px + (32px * 2));
  margin: 0 auto;
  padding: 0 32px;
}

/* 共通ボタン */
#misseyedor .cmnBtn {
  width: 100%;
  max-width: 512px;
  margin: 0 auto;
  padding: 0;
}
#misseyedor .cmnBtn a {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 21px 1em 25px;
  background: #040404;
  border-radius: 4px;
  font-size: 18px;
  color: #FFF;
  transition: opacity .3s ease;
}
#misseyedor .cmnBtn a::before {
  content: '';
  width: .5em;
  height: .5em;
  margin-right: 0.5em;
  border-top: #fff solid 1px;
  border-right: #fff solid 1px;
  transform: rotate(45deg);
}


/*　Item Lineup、Academy 共通ボックス */
#misseyedor .itemLineup-item .cmnWrapper,
#misseyedor #academy .cmnWrapper {
  position: relative;
  overflow: hidden;
}
#misseyedor .itemLineup-item .cmnWrapper .cmnInner_box,
#misseyedor #academy .cmnWrapper .cmnInner_box {
  position: relative;
  z-index: 2;
}
#misseyedor .itemLineup-item .cmnWrapper .cmnBG_box,
#misseyedor #academy .cmnWrapper .cmnBG_box {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#misseyedor .itemLineup-item .cmnWrapper .cmnBG_box img,
#misseyedor #academy .cmnWrapper .cmnBG_box img {
  width: 100%;
  height: auto;
}

/* Item Lineup 共通 */
#misseyedor .itemLineup-item .cmnInner_box {
  padding-top: 162px;
}
#misseyedor .itemLineup-item .cmnTtl .ttl {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(auto, 2);
  gap: 0 12px;
  width: 100%;
}
#misseyedor .itemLineup-item .cmnTtl .ttl::after {
  content: '';
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  align-self: center;
  width: 100%;
  height: 1px;
  background: #707070;
}
#misseyedor .itemLineup-item .cmnTtl .ttl .en_txt {
  font-size: 48px;
  line-height: 1.1em;
}
#misseyedor .itemLineup-item .cmnTtl .ttl .jp_txt {
  font-size: 12px;
  line-height: 1em;
}
#misseyedor .itemLineup-item .cmnTxt {
  margin-top: 48px;
}
#misseyedor .itemLineup-item .cmnTxt .lead {
  font-size: 30px;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.5em;
}
#misseyedor .itemLineup-item .cmnTxt .subLead {
  font-size: 24px;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.5em;
}
#misseyedor .itemLineup-item .cmnTxt .note {
  font-size: 12px;
}

#misseyedor .itemLineup-item .cmnLinkBtn_box {
  width: 100%;
  padding: 60px 32px 120px;
}


/* スマホ表示時 */
@media screen and (max-width: 750px) {

  /* 共通ボックス */
  #misseyedor .cmnInner_box {
    max-width: 100%;
    padding: 0 36px;
  }

  /* 共通ボタン */
  #misseyedor .cmnBtn {
    max-width: 100%;
  }
  #misseyedor .cmnBtn a {
    padding: 12px 1em 15px;
    font-size: 14px;
  }


  /*　Item Lineup、Academy 共通ボックス */
  #misseyedor .itemLineup-item .cmnWrapper,
  #misseyedor #academy .cmnWrapper {
    position: relative;
    overflow: hidden;
  }
  
  
  
  #misseyedor .itemLineup-item .cmnWrapper .cmnInner_box,
  #misseyedor #academy .cmnWrapper .cmnInner_box {
    position: relative;
    z-index: 2;
  }
  #misseyedor .itemLineup-item .cmnWrapper .cmnBG_box,
  #misseyedor #academy .cmnWrapper .cmnBG_box {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  #misseyedor .itemLineup-item .cmnWrapper .cmnBG_box img,
  #misseyedor #academy .cmnWrapper .cmnBG_box img {
    width: 100%;
    height: auto;
  }

  /* Item Lineup 共通 */
  #misseyedor .itemLineup-item .cmnInner_box {
    padding-top: 72px;
  }
  #misseyedor .itemLineup-item .cmnTtl .ttl {
    gap: 0 10px;
  }

  #misseyedor .itemLineup-item .cmnTtl .ttl .en_txt {
    font-size: 30px;
  }
  #misseyedor .itemLineup-item .cmnTtl .ttl .jp_txt {
    font-size: 10px;
  }
  #misseyedor .itemLineup-item .cmnTxt {
    margin-top: 36px;
  }
  #misseyedor .itemLineup-item .cmnTxt .lead {
    font-size: 24px;
  }
  #misseyedor .itemLineup-item .cmnTxt .subLead {
    font-size: 20px;
  }
  #misseyedor .itemLineup-item .cmnTxt .note {
    font-size: 10px;
  }

  #misseyedor .itemLineup-item .cmnLinkBtn_box {
    width: 100%;
    padding: 42px 36px 66px;
  }
  
}



/* mainVisual
--------------------------------------------------------------------*/
#misseyedor #mainVisual {
  width: 100%;
  height: 824px;
  margin: 0;
  padding: 0;
  position: relative;
  background: #4F2510;
}

#misseyedor #mainVisual .ttl_box {
  display: grid;
  grid-template-columns: 1fr minmax(50%, 410px);
  grid-template-rows: auto auto;

  width: 100%;
  max-width: calc(1024px + (32px * 2));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
#misseyedor #mainVisual .ttl_box .copy {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  font-size: 24px;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.5em;
  color: #FFF;
  text-align: center;
}
#misseyedor #mainVisual .ttl_box .logo {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  margin-top: 28px;
  text-align: center;
}
#misseyedor #mainVisual .ttl_box .logo img {
  width: 100%;
}


#misseyedor #mainVisual .bg_box {
  width: 100%;
  height: 824px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#misseyedor #mainVisual .bg_box img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#misseyedor #mainVisual .anchorLink {
  width: 100%;
  background: rgba(0,0,0,.15);
  border-top: #796459 solid 1px;
  border-bottom: none;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 999;
  transition: background-color .3s ease;
}
#misseyedor #mainVisual .anchorLink.scrolled {
  width: 100%;
  background: rgba(34,15,5,.8);
  border-top: none;
  border-bottom: #220F05 solid 1px;
  position: fixed;
  top:0;
  bottom: auto;
}

@media(min-width:768px) and (max-width:1023px){
#misseyedor #mainVisual .anchorLink.scrolled {top:110px;}
}
@media(max-width:767px){
#misseyedor #mainVisual .anchorLink.scrolled {top:59px;}
}

#misseyedor #mainVisual .anchorLink .items {
  display: flex;
  justify-content: center;
  gap: 0 96px;
  width: 100%;
}
#misseyedor #mainVisual .anchorLink .items .item {
  width: fit-content;
}
#misseyedor #mainVisual .anchorLink .items .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 12px 24px;
  color: #FFF;
}
#misseyedor #mainVisual .anchorLink .items .item a .en_txt {
  font-size: 22px;
  line-height: 1em;
}
#misseyedor #mainVisual .anchorLink .items .item a .jp_txt {
  font-size: 10px;
}


/* 位置調整 */
@media screen and (max-width: 1024px) {
  #misseyedor #mainVisual .bg_box img {
    left: 75%;
  }
}


/* スマホ表示時 */
@media screen and (max-width: 750px) {
  #misseyedor #mainVisual {
    width: 100%;
    height: 100svh;
  }
  #misseyedor #mainVisual .ttl_box {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    top: auto;
    bottom: 84px;
  }
  #misseyedor #mainVisual .ttl_box .copy {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    font-size: 13px;
  }
  #misseyedor #mainVisual .ttl_box .logo {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-top: 12px;
  }
  #misseyedor #mainVisual .ttl_box .logo img {
    width: 75%;
  }
  
  #misseyedor #mainVisual .bg_box {
    width: 100%;
    height: 100%;
  }
  #misseyedor #mainVisual .bg_box img {
    left: 50%;
  }

  #misseyedor #mainVisual .anchorLink .items {
    justify-content: space-between;
    gap: 0;
    padding: 0 24px;
  }
  #misseyedor #mainVisual .anchorLink .items .item {
    width: fit-content;
  }
  #misseyedor #mainVisual .anchorLink .items .item a {
    padding: 12px 0px 12px;
  }
  #misseyedor #mainVisual .anchorLink .items .item a .en_txt {
    font-size: 16px;
    line-height: 1em;
  }
  #misseyedor #mainVisual .anchorLink .items .item a .jp_txt {
    font-size: 10px;
  }

}


/* about MED
--------------------------------------------------------------------*/
#misseyedor #aboutMED {
  width: 100%;
  height: 757px;
  margin: 0;
  padding: 0;
  background: #040404;
  position: relative;
}

#misseyedor #aboutMED .cmnInner_box {
  display: grid;
  grid-template-columns: 65% 35%;
  grid-template-rows: auto auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
#misseyedor #aboutMED .cmnInner_box .ttl_box {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
#misseyedor #aboutMED .cmnInner_box .ttl_box .ttl {
  display: flex;
  align-items: baseline;
  color: #FFF;
}
#misseyedor #aboutMED .cmnInner_box .ttl_box .ttl .logo img {
  width: 172px;
}

#misseyedor #aboutMED .cmnInner_box .cmnTxt {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  margin-top: 42px;
}
#misseyedor #aboutMED .cmnInner_box .cmnTxt .lead {
  padding-bottom: 4px;
  border-bottom: #8C868A solid 1px;
  font-size: 30px;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.5em;
  color: #FFF;
}
#misseyedor #aboutMED .cmnInner_box .cmnTxt .txt {
  width: 68%;
  margin-top: 24px;
  color: #FFF;
}


#misseyedor #aboutMED .bg_box {
  width: 100%;
  height: 757px;
  position: relative;
  z-index: 1;
}
#misseyedor #aboutMED .bg_box img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}


/* スマホ表示時 */
@media screen and (max-width: 750px) {
  
  #misseyedor #aboutMED {
    width: 100%;
    height: auto;
  }

  #misseyedor #aboutMED .cmnInner_box {
    display: block;
    padding-top: 72px;
    padding-bottom: max(calc(100vw * 727 / 750), 727px);
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0);
  }
  #misseyedor #aboutMED .cmnInner_box .ttl_box {
  }
  #misseyedor #aboutMED .cmnInner_box .ttl_box .ttl {
  }
  #misseyedor #aboutMED .cmnInner_box .ttl_box .ttl .logo img {
    width: 140px;
  }

  #misseyedor #aboutMED .cmnInner_box .cmnTxt {
    margin-top: 42px;
  }
  #misseyedor #aboutMED .cmnInner_box .cmnTxt .lead {
    padding-bottom: 0;
    border-bottom: none;
    font-size: 24px;
    font-family: "Noto Serif JP", sans-serif;
    line-height: 1.5em;
    color: #FFF;
  }
  #misseyedor #aboutMED .cmnInner_box .cmnTxt .txt {
    width: 100%;
    margin-top: 34px;
    color: #FFF;
  }


  #misseyedor #aboutMED .bg_box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  #misseyedor #aboutMED .bg_box img {
    width: 100%;
    height: auto;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
  }

  

}



/* Item Lineup link
--------------------------------------------------------------------*/
#misseyedor #lineUpLink {
  width: 100%;
  padding: 96px 0 66px ;
}
#misseyedor #lineUpLink .ttl_box {
  width: fit-content;
  margin: 0 auto;
}
#misseyedor #lineUpLink .ttl_box .ttl {
  padding: 0 0.5em 12px;
  border-bottom: #707070 solid 1px;
  font-size: 30px;
}
#misseyedor #lineUpLink .items {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: calc(1350px + (42px * 2));
  margin: 42px auto 0;
  padding: 0 42px;
}
#misseyedor #lineUpLink .item {
  width: calc(100% / 6);
}
#misseyedor #lineUpLink .item a {
  display: block;
}
#misseyedor #lineUpLink .item .txt_box {
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1.2em;
}
#misseyedor #lineUpLink .item .txt_box .en_txt {
  font-size: 20px;
}
#misseyedor #lineUpLink .item .txt_box .jp_txt {
  font-size: 12px;
}

#misseyedor #lineUpLink .item .img_box {
  aspect-ratio: 225 / 178;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
#misseyedor #lineUpLink .item .img_box img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: transform .3s ease;
}
#misseyedor #lineUpLink .item a:hover .img_box img {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}


/* スマホ表示時 */
@media screen and (max-width: 750px) {
  #misseyedor #lineUpLink {
    padding: 72px 0 54px ;
  }
  #misseyedor #lineUpLink .ttl_box .ttl {
    padding: 0 0.5em 6px;
    font-size: 24px;
  }
  #misseyedor #lineUpLink .items {
    flex-wrap: wrap;
    gap: 24px 0;
    max-width: 100%;
    margin: 42px auto 0;
    padding: 0 12px;
  }
  #misseyedor #lineUpLink .item {
    width: calc((100% - (12px  * 2)) / 3);
  }

  #misseyedor #lineUpLink .item .txt_box .en_txt {
    margin-top: 4px;
    font-size: 16px;
  }
  #misseyedor #lineUpLink .item .txt_box .jp_txt {
    font-size: 10px;
  }

}


/* Extention
--------------------------------------------------------------------*/
#misseyedor #extention {
  background: #EBEBF0;
}
#misseyedor #extention .cmnInner_box {
  padding-bottom: max(calc(100vw * 1080 / 1440), 1080px);
  position: relative;
}



#misseyedor #extention .cmnTxt .article {
  display: grid;
  grid-template-columns: 65% 32%;
  grid-template-rows: auto 1fr;
  gap: 0 3%;
  margin-top: 72px;
}
#misseyedor #extention .cmnTxt .article:first-of-type {
  margin-top: 54px;
}

#misseyedor #extention .cmnTxt .article .subLead {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
#misseyedor #extention .cmnTxt .article .txt {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  margin-top: 18px;
}
#misseyedor #extention .cmnTxt .article .txt p + p {
  margin-top: 18px;
}
#misseyedor #extention .cmnTxt .article .img {
  aspect-ratio: 16 / 13;
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}
#misseyedor #extention .cmnTxt .article .img img {
  width: 100%;
  height: auto;
}

#misseyedor #extention .cmnTxt .article:nth-of-type(2n) {
  grid-template-columns: 32% 65%;
}
#misseyedor #extention .cmnTxt .article:nth-of-type(2n) .subLead {
  grid-column: 2 / 3;
}
#misseyedor #extention .cmnTxt .article:nth-of-type(2n) .txt {
  grid-column: 2 / 3;
}
#misseyedor #extention .cmnTxt .article:nth-of-type(2n) .img {
  grid-column: 1 / 2;
}

#misseyedor #extention .cmnBG_box {
  height: 100%;
  position: relative;
}
#misseyedor #extention .cmnBG_box img {
  width: max(100%, 1410px);
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* スマホ表示時 */
@media screen and (max-width: 750px) {
  
  #misseyedor #extention .cmnInner_box {
    padding-bottom: max(calc(100vw * 600 / 750), 600px);
  }
  #misseyedor #extention .cmnTxt .article {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(3, auto);
    gap: 0;
    margin-top: 72px;
  }
  #misseyedor #extention .cmnTxt .article:first-of-type {
    margin-top: 48px;
  }

  #misseyedor #extention .cmnTxt .article .subLead {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-top: 30px;
  }
  #misseyedor #extention .cmnTxt .article .txt {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    margin-top: 24px;
  }

  #misseyedor #extention .cmnTxt .article .img {
    aspect-ratio: 16 / 13;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  #misseyedor #extention .cmnTxt .article:nth-of-type(2n) {
    grid-template-columns: 100%;
  }
  #misseyedor #extention .cmnTxt .article:nth-of-type(2n) .subLead {
    grid-column: 1 / 2;
  }
  #misseyedor #extention .cmnTxt .article:nth-of-type(2n) .txt {
    grid-column: 1 / 2;
  }
  #misseyedor #extention .cmnTxt .article:nth-of-type(2n) .img {
    grid-column: 1 / 2;
  }

  #misseyedor #extention .cmnBG_box {
    height: 100%;
    position: relative;
  }
  #misseyedor #extention .cmnBG_box img {
    width: max(100%, 800px);
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }


}


/* Glue
--------------------------------------------------------------------*/
#misseyedor #glue {
  background: #E9E8E6;
}

#misseyedor #glue .cmnInner_box {
  padding-bottom: max(calc(100vw * 840 / 1440), 840px);
  position: relative;
}

#misseyedor #glue .cmnTxt .lead {
  width: 65%;
}
#misseyedor #glue .cmnTxt .txt {
  width: 65%;
  margin-top: 18px;
}
#misseyedor #glue .cmnTxt .column {
  display: grid;
  grid-template-columns: 47% 6% 47%;
  grid-template-rows: repeat(2, auto);
  margin-top: 64px;
  width: 100%;
  padding: 32px 44px;
  background: rgba(255, 255, 255, .75);
  border-radius: 8px;
}
#misseyedor #glue .cmnTxt .column::before {
  content: '';
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  width: 1px;
  height: 100%;
  background: #B2B2B2;
}
#misseyedor #glue .cmnTxt .column .wrapper {
}
#misseyedor #glue .cmnTxt .column .wrapper:nth-of-type(1) {
  grid-column: 1 / 4;
  grid-row: 1 / 2;
  padding: 0 12px 32px;
  border-bottom: #B2B2B2 solid 1px;
}
#misseyedor #glue .cmnTxt .column .wrapper:nth-of-type(2) {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  padding: 32px 12px 0;
}
#misseyedor #glue .cmnTxt .column .wrapper:nth-of-type(3) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
  padding: 32px 12px 0;
}

#misseyedor #glue .cmnTxt .img_box {
  aspect-ratio: 1 / 1;
  width: 272px;
  height: auto;
  position: absolute;
  top: 162px;
  right: 32px;
  border-radius: 100vw;
  border: #707070 solid 1px;
  overflow: hidden;
}

#misseyedor #glue .cmnTxt .img_box img {
  width: 100%;
  height: 100%;
}


#misseyedor #glue .cmnBG_box {
  height: 100%;
  position: relative;
}
#misseyedor #glue .cmnBG_box img {
  width: max(100%, 1300px);
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* スマホ表示時 */
@media screen and (max-width: 750px) {
 
  #misseyedor #glue .cmnInner_box {
    padding-bottom: max(calc(100vw * 450 / 750), 450px);
    position: relative;
  }
  
  #misseyedor #glue .cmnTxt {
    display: flex;
    flex-direction: column;
  }

  #misseyedor #glue .cmnTxt .lead {
    width: 100%;
    order: 1;
  }
  #misseyedor #glue .cmnTxt .txt {
    width: 100%;
    margin-top: 42px;
    order: 3;
  }
  #misseyedor #glue .cmnTxt .column {
    grid-template-columns: 100%;
    grid-template-rows: repeat(3, auto);
    margin-top: 42px;
    width: 100%;
    padding: 24px 20px;
    order: 4;
  }
  #misseyedor #glue .cmnTxt .column::before {
    content: none;
  }
  #misseyedor #glue .cmnTxt .column .wrapper {
  }
  #misseyedor #glue .cmnTxt .column .wrapper:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    padding: 0 0 32px;
    border-bottom: #B2B2B2 solid 1px;
  }
  #misseyedor #glue .cmnTxt .column .wrapper:nth-of-type(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-top: 32px;
    padding: 0 0 32px;
    border-bottom: #B2B2B2 solid 1px;
  }
  #misseyedor #glue .cmnTxt .column .wrapper:nth-of-type(3) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    margin-top: 32px;
    padding: 0;
  }
  #misseyedor #glue .cmnTxt .column .wrapper .txt {
    margin-top: 18px;
  }

  #misseyedor #glue .cmnTxt .img_box {
    width: 228px;
    margin: 36px auto 0;
    position: static;
    order: 2;
  }

  #misseyedor #glue .cmnTxt .img_box img {
    width: 100%;
    height: 100%;
  }


  #misseyedor #glue .cmnBG_box {
    height: 100%;
    position: relative;
  }
  #misseyedor #glue .cmnBG_box img {
    width: max(100%, 700px);
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  
}

/* Lash Lift
--------------------------------------------------------------------*/

#misseyedor #lashLift {
  background: transparent linear-gradient(180deg, #E8E1D3 0%, #F5F1E9 100%);
}

#misseyedor #lashLift .cmnInner_box {
  padding-bottom: max(calc(100vw * 60 / 1440), 60px );
  position: relative;
}


#misseyedor #lashLift .cmnTtl {
  position: relative;
  z-index: 1;
}


#misseyedor #lashLift .cmnTxt {
  position: relative;
  z-index: 3;
}
#misseyedor #lashLift .cmnTxt .lead,
#misseyedor #lashLift .cmnTxt .article,
#misseyedor #lashLift .cmnTxt .column {
  width: 60%;
}
#misseyedor #lashLift .cmnTxt .pc-2 {
  display: none;
}


#misseyedor #lashLift .cmnTxt .article {
  margin-top: 54px;
}
#misseyedor #lashLift .cmnTxt .article .txt {
  margin-top: 18px;
}

#misseyedor #lashLift .cmnTxt .column {
  margin-top: 86px;
  padding: 40px 42px 42px;
  position: relative;
  background: rgba(255,255,255,.5);
  border-radius: 8px;
}
#misseyedor #lashLift .cmnTxt .column .logo {
  position: absolute;
  bottom: 100%;
  left: 42px;
  transform: translateY(50%);
}

#misseyedor #lashLift .cmnTxt .column .ttl {
  width: fit-content;
  margin: 0;
  padding: 0;
  border-bottom: #FFE5A5 solid 4px;
  font-size: 26px;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.5em;
}
#misseyedor #lashLift .cmnTxt .column .txt {
  margin-top: 18px;
}
#misseyedor #lashLift .cmnTxt .column .txt p:not(.note) {
  font-size: 22px;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.5em;
}
#misseyedor #lashLift .cmnTxt .column .txt p:not(.note)  span {
  display: block;
  font-size: 18px;
}
#misseyedor #lashLift .cmnTxt .column .txt p.note  {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-size: 14px;
}

#misseyedor #lashLift .img_box {
  width: max(calc(100vw * 620 / 2400), 620px);
  position: absolute;
  top: 30px;
  right: 0;
  transform: translateX(40%);
  z-index: 2;
}
#misseyedor #lashLift .img_box img {
  width: 100%;
  height: auto;
}

/* 位置調整 */
@media screen and (max-width: 1320px) {
  #misseyedor #lashLift .img_box {
    transform: translateX(30%);
  }
}
@media screen and (max-width: 850px) {
  #misseyedor #lashLift .cmnTxt .pc-2 {
    display: block;
  }
  #misseyedor #lashLift .cmnTxt .column {
    width: 100%;
  }
}


/* スマホ表示時 */
@media screen and (max-width: 750px) {

  #misseyedor #lashLift .cmnInner_box {
    padding-bottom: max(calc(100vw * 500 / 750), 500px );
    position: relative;
  }

  #misseyedor #lashLift .cmnTxt .lead,
  #misseyedor #lashLift .cmnTxt .article,
  #misseyedor #lashLift .cmnTxt .column {
    width: 100%;
  }
  #misseyedor #lashLift .cmnTxt .pc-2 {
    display: none;
  }


  #misseyedor #lashLift .cmnTxt .article {
    margin-top: 32px;
    padding-top: 32px;
    border-top: #C1BDB5 solid 1px;
  }

  #misseyedor #lashLift .cmnTxt .column {
    margin-top: 72px;
    padding: 36px 24px 42px;
    position: relative;
    background: rgba(255,255,255,.5);
    border-radius: 8px;
  }
  #misseyedor #lashLift .cmnTxt .column .logo {
    width: 156px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
  }

  #misseyedor #lashLift .cmnTxt .column .logo img {
    width: 100%;
    height: auto;
  }

  #misseyedor #lashLift .cmnTxt .column .ttl {
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
  }
  #misseyedor #lashLift .cmnTxt .column .txt {
    margin-top: 18px;
    text-align: center;
  }
  #misseyedor #lashLift .cmnTxt .column .txt p:not(.note) {
    font-size: 18px;
  }
  #misseyedor #lashLift .cmnTxt .column .txt p:not(.note)  span {
    font-size: 14px;
  }
  #misseyedor #lashLift .cmnTxt .column .txt p.note  {
    font-size: 12px;
    text-align: left;
  }

  #misseyedor #lashLift .img_box {
    display: none;
  }
  
  #misseyedor #lashLift .cmnBG_box {
    height: 100%;
    position: relative;
  }
  #misseyedor #lashLift .cmnBG_box img {
    width: max(100%, 500px);
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

}


/* Tool
--------------------------------------------------------------------*/
#misseyedor #tool {
  background: transparent linear-gradient(180deg, #E2E2E2 0%, #F4F4F4 100%);
}
#misseyedor #tool .cmnInner_box {
  padding-bottom: max(calc(100vw * 478 / 1440), 478px );
  position: relative;
}

#misseyedor #tool .cmnTtl {
  position: relative;
  z-index: 1;
}

#misseyedor #tool .cmnTxt {
  position: relative;
  z-index: 3;
}
#misseyedor #tool .cmnTxt .txt {
  margin-top: 18px;
}

#misseyedor #tool .img_box {
  width: max(calc(100vw * 900 / 1700), 900px);
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(80%) translateY(-30%);
  z-index: 2;
}
#misseyedor #tool .img_box img {
  width: 100%;
  height: auto;
}

#misseyedor #tool .cmnBG_box {
  height: 100%;
  position: relative;
}
#misseyedor #tool .cmnBG_box img {
  width: max(100%, 1520px);
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}


/* 位置調整 */
@media screen and (max-width: 1870px) {
  #misseyedor #tool .img_box {
    transform: translateX(60%) translateY(-25%);
  }

}
@media screen and (max-width: 1270px) {
  #misseyedor #tool .img_box {
    transform: translateX(45%) translateY(-25%);
  }

}
@media screen and (max-width: 1100px) {
  #misseyedor #tool .img_box {
    transform: translateX(30%) translateY(-30%);
  }

}

/* スマホ表示時 */
@media screen and (max-width: 750px) {
  
  #misseyedor #tool .cmnInner_box {
    padding-bottom: max(calc(100vw * 240 / 750), 240px );
    position: relative;
  }

  #misseyedor #tool .img_box {
    width: max(calc(100vw * 400 / 750), 400px);
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(15%) translateY(-35%);
    z-index: 2;
  }

  #misseyedor #tool .cmnBG_box {
    height: 100%;
    position: relative;
  }
  #misseyedor #tool .cmnBG_box img {
    width: max(100%, 490px);
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

}


/* Cosme
--------------------------------------------------------------------*/
#misseyedor #cosme {
    background: #E8E7F1;
}
#misseyedor #cosme .cmnInner_box {
  padding-bottom: max(calc(100vw * 747 / 1440), 747px );
}

#misseyedor #cosme .cmnTxt .txt {
  margin-top: 18px;
}

#misseyedor #cosme .cmnBG_box {
  height: 100%;
  position: relative;
}
#misseyedor #cosme .cmnBG_box img {
  width: max(100%, 1380px);
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}


/* 位置調整 */
@media screen and (max-width: 1280px) {
}

/* スマホ表示時 */
@media screen and (max-width: 750px) {
  
  #misseyedor #cosme .cmnInner_box {
    padding-bottom: max(calc(100vw * 600 / 750), 600px );
  }
  
  #misseyedor #cosme .cmnBG_box {
    height: 100%;
    position: relative;
  }
  #misseyedor #cosme .cmnBG_box img {
    width: max(100%, 1240px);
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}


/* Salon Ware
--------------------------------------------------------------------*/
#misseyedor #salonWare .cmnInner_box {
  padding-bottom: max(calc(100vw * 600 / 1440), 600px );
  position: relative;
}
#misseyedor #salonWare .cmnTxt {
  width: 65%;
}
#misseyedor #salonWare .cmnTxt .txt {
  margin-top: 18px;
}
#misseyedor #salonWare .img_box {
  width: max(calc(100vw * 1090 / 1600), 1090px);
  position: absolute;
  top: 53px;
  right: 0;
  transform: translateX(42%);
  z-index: 2;
}
#misseyedor #salonWare .img_box img {
  width: 100%;
  height: auto;
}

#misseyedor #salonWare .logo_box {
  position: absolute;
  right: calc(39% + 50px);
  bottom: 35%;
  z-index: 2;
}

#misseyedor #salonWare .cmnBG_box {
  height: 100%;
}
#misseyedor #salonWare .cmnBG_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#misseyedor #salonWare .cmnLinkBtn_box {
  background: #DDE0E6;
}


/* 位置調整 */
@media screen and (max-width: 2000px) {
  #misseyedor #salonWare .cmnInner_box {
    padding-bottom: max(calc(100vw * 530 / 1440), 530px );
    position: relative;
  }

  #misseyedor #salonWare .cmnTxt {
    width: 70%;
  }
}
@media screen and (max-width: 800px) {
  #misseyedor #salonWare .logo_box img {
    width: 350px;
  }
}


/* スマホ表示時 */
@media screen and (max-width: 750px) {

  #misseyedor #salonWare .cmnInner_box {
    padding-bottom: max(calc(100vw * 221 / 375), 221px );
    position: relative;
  }
  #misseyedor #salonWare .cmnTxt {
    width: 100%;
  }
  #misseyedor #salonWare .cmnTxt .txt {
    width: 65%;
    margin-top: 18px;
  }
  #misseyedor #salonWare .img_box {
    width: max(calc(100vw * 700 / 1600), 700px);
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    transform: translateX(42%);
    z-index: 2;
  }
  #misseyedor #salonWare .img_box img {
    width: 100%;
    height: auto;
  }

  #misseyedor #salonWare .logo_box {
    width: 45%;
    position: absolute;
    right: 45%;
    bottom: 15%;
    z-index: 2;
  }
  #misseyedor #salonWare .logo_box img {
    width: 100%;
  }

  #misseyedor #salonWare .cmnBG_box {
    height: 100%;
  }
  #misseyedor #salonWare .cmnBG_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #misseyedor #salonWare .cmnLinkBtn_box {
    background: #DDE0E6;
  }
}
@media screen and (max-width: 420px) {

  #misseyedor #salonWare .img_box {
    width: max(calc(100vw * 500 / 1600), 500px);
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    transform: translateX(42%);
    z-index: 2;
  }
  #misseyedor #salonWare .img_box img {
    width: 100%;
    height: auto;
  }

  #misseyedor #salonWare .logo_box {
    width: 45%;
    position: absolute;
    right: 45%;
    bottom: 15%;
    z-index: 2;
  }
  #misseyedor #salonWare .logo_box img {
    width: 100%;
  }

}


/* Academy
--------------------------------------------------------------------*/
#misseyedor #academy {
  position: relative;
}

#misseyedor #academy::before {
  content: '';          
  width: 100%;
  height: 60px;
  background: #F4F4F4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#misseyedor #academy .cmnWrapper {
  padding-top: calc(147px + 60px);
}

#misseyedor #academy .cmnInner_box {
  max-width: calc(516px + (32px * 2));
  padding-bottom: max(calc(100vw * 620 / 1440), 620px);
}

#misseyedor #academy .ttl_box {
  position: relative;
}
#misseyedor #academy .ttl_box::before {
  content: '';
  width: 6px;
  height: 38px;
  position: absolute;
  bottom: calc(100% + 60px);
  left: 50%;
  border-radius: 100vw;
  background: #BCBCBC;
  transform: translateX(-50%) translateY(50%);
}

#misseyedor #academy .ttl_box .ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#misseyedor #academy .ttl_box .ttl .en_txt  {
  font-size: 64px;
  line-height: 1.1em;
}
#misseyedor #academy .ttl_box .ttl .jp_txt  {
  font-size: 12px;
  line-height: 1.1em;
}

#misseyedor #academy .txt_box {
  margin-top: 64px;
}

#misseyedor #academy .img_box {
  display: flex;
  justify-content: center;
  margin-top: 72px;
}

#misseyedor #academy .btn_box {
  margin-top: 84px;
}

#misseyedor #academy .cmnBG_box {
  height: 100%;
  position: relative;
}
#misseyedor #academy .cmnBG_box img {
  width: max(100%, 800px);
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}



/* スマホ表示時 */
@media screen and (max-width: 750px) {
  
  #misseyedor #academy .cmnWrapper {
    padding-top: calc(124px + 60px);
  }

  #misseyedor #academy .cmnInner_box {
    max-width: calc(516px + (32px * 2));
    padding-bottom: max(calc(100vw * 300 / 750), 300px);
  }

  #misseyedor #academy .ttl_box {
    position: relative;
  }
  #misseyedor #academy .ttl_box::before {
    width: 4px;
    height: 30px;
    bottom: calc(100% + 30px);
  }

  #misseyedor #academy .ttl_box .ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #misseyedor #academy .ttl_box .ttl .en_txt  {
    font-size: 40px;
  }
  #misseyedor #academy .ttl_box .ttl .jp_txt  {
    font-size: 10px;
  }

  #misseyedor #academy .txt_box {
    margin-top: 64px;
  }

  #misseyedor #academy .img_box {
    display: flex;
    justify-content: center;
    margin-top: 72px;
  }

  #misseyedor #academy .btn_box {
    margin-top: 84px;
  }

  #misseyedor #academy .cmnBG_box {
    height: 100%;
    position: relative;
  }
  #misseyedor #academy .cmnBG_box img {
    width: max(100%, 500px);
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  
}



/* Instagram
--------------------------------------------------------------------*/
#misseyedor #medInsta {
  padding: 120px 0 64px;
  background: #F4F4F4;
}
#misseyedor #medInsta .link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}
#misseyedor #medInsta .link .en_txt {
  font-size: 38px;
}


/* スマホ表示時 */
@media screen and (max-width: 750px) {
  #misseyedor #medInsta {
    padding: 60px 0 66px;
  }
  #misseyedor #medInsta .link img {
    width: 32px;
  }
  #misseyedor #medInsta .link .en_txt {
    font-size: 24px;
  }
}


/* ItemSlider
--------------------------------------------------------------------*/
#misseyedor #itemSlider {
  margin-bottom: 120px;
  background: #F4F4F;
}
#misseyedor #itemSlider .slider {
  width: 100%;
  overflow: hidden;
}
#misseyedor #itemSlider .slider .items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition-timing-function: linear;
}
#misseyedor #itemSlider .slider .items .item {
  aspect-ratio: 1 / 1;
  width: 288px;
}
#misseyedor #itemSlider .slider .items .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* スマホ表示時 */
@media screen and (max-width: 750px) {
  #misseyedor #itemSlider {
    margin-bottom: 120px;
    background: #F4F4F;
  }
  #misseyedor #itemSlider .slider {
    width: 100%;
    overflow: hidden;
  }
  #misseyedor #itemSlider .slider .items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition-timing-function: linear;
  }
  #misseyedor #itemSlider .slider .items .item {
    aspect-ratio: 1 / 1;
    width: 132px;
  }
  #misseyedor #itemSlider .slider .items .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}




