@charset "UTF-8";

/*******************************
MO240308EBIHARA
*******************************/
#MO240308EBIHARA{
  display: block;
  width: 100%;
  padding: 0 0 15rem;
  color: #000000;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}

#MO240308EBIHARA *{box-sizing: border-box;}

#MO240308EBIHARA a{transition-property: opacity;}

/*******************************
fadeInSetting
*******************************/
#MO240308EBIHARA .fadeInBlock:not(.fadeSP),
#MO240308EBIHARA .fadeInList:not(.fadeSP) > *{
  opacity: 0;
  filter: blur(7px);
  transition: opacity 1s ease 0.3s, filter 1s ease 0.3s;
  pointer-events: none;
}


#MO240308EBIHARA .fadeInBlock.clip{
  visibility: hidden;
  opacity: 1;
  filter: blur(0);
  transition: clip-path ease-out 0.7s 0s;
  clip-path: inset(0% 100% 0% 0%);
}

#MO240308EBIHARA .fadeInBlock:not(.fadeSP).leftIn,
#MO240308EBIHARA .fadeInList:not(.fadeSP).leftIn > *{
  transform: translateX(-20%);
}

#MO240308EBIHARA .fadeInBlock:not(.fadeSP).rightIn,
#MO240308EBIHARA .fadeInList.rightIn > *{
  transform: translateX(8%);
}

#MO240308EBIHARA .fadeInBlock:not(.fadeSP).upIn,
#MO240308EBIHARA .fadeInList:not(.fadeSP).upIn > *{
  transform: translateY(8%);
}

#MO240308EBIHARA .fadeInBlock:not(.fadeSP).downIn,
#MO240308EBIHARA .fadeInList:not(.fadeSP).downIn > *{
  transform: translateY(-8%);
}

#MO240308EBIHARA .fadeInBlock:not(.fadeSP).view,
#MO240308EBIHARA .fadeInList:not(.fadeSP) > *.view{
  visibility: visible;
  opacity: 1;
  filter: blur(0);
  pointer-events: inherit;
  clip-path: inset(0% 0% 0% 0%);
}

/*******************************
allitemBtn
*******************************/
#MO240308EBIHARA .allitemBtn{
    display: block;
    width: 100%;
    max-width: 38rem;
    margin: 12rem auto 12rem;
}

#MO240308EBIHARA .allitemBtn > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6.4rem;
  border: 1px solid #000000;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
}


/*******************************
lpMainTTLBlock
*******************************/
#MO240308EBIHARA #movieBlock{
  display: block;
  width: 100%;
  max-width: 1200px;
  min-height: 67.5rem;
  margin: 0 auto 7.7rem;
  position: relative;
}

#MO240308EBIHARA #movieBlock .movie{
  display: block;
  width: 100%;
}

#MO240308EBIHARA #movieBlock .movie > video{
  display: block;
  width: 100%;
}

#MO240308EBIHARA #movieBlock > .soundBtnArea{
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  right: 1.5%;
  bottom: 2.4%;
  transition: opacity .3s ease,background .3s ease;
  cursor: pointer;
}
#MO240308EBIHARA #movieBlock > .soundBtnArea:hover{opacity: .7;}

#MO240308EBIHARA #soundBtn{
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/sound_off.svg") center center no-repeat;
  background-size: 100% auto;
}

#MO240308EBIHARA #soundBtn.on{
  background: url("../img/sound_on.svg") center center no-repeat;
  background-size: 100% auto;
}

/*******************************
lpMainTTL
*******************************/
#MO240308EBIHARA .lpMainTTL{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 6.9rem;
}

#MO240308EBIHARA .lpMainTTL > em{
  display: block;
  margin-bottom: 0.4rem;
  font-family: "missrobertson-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8.8rem;
  line-height: 1.465909090909091;
  letter-spacing: -0.1rem;
  color: #88b0c3;
  white-space: nowrap;
  font-feature-settings: "palt";
  padding-right: 2.5rem;
  padding-left: 1rem;
}

#MO240308EBIHARA .lpMainTTL > span:nth-of-type(1){
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.9rem;
  font-family: "kepler-std", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.17rem;
}

#MO240308EBIHARA .lpMainTTL > span:nth-of-type(1) > span{
  font-size: 2.3rem;
  margin-right: 0.6rem;
}

#MO240308EBIHARA .lpMainTTL > span:nth-of-type(1)::before,
#MO240308EBIHARA .lpMainTTL > span:nth-of-type(1)::after{
  content: '';
  display: block;
  width: 1.4rem;
  height: 1px;
  background: #000000;
}

#MO240308EBIHARA .lpMainTTL > span:nth-of-type(1)::before{margin-right: 1.0rem;}
#MO240308EBIHARA .lpMainTTL > span:nth-of-type(1)::after{margin-left: 0.6rem;}


#MO240308EBIHARA .lpMainTTL > span:nth-of-type(2){
  display: block;
  margin-bottom: 2.3rem;
  font-family: "kepler-std", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.04em;
}


#MO240308EBIHARA .lpMainTTL > span:nth-of-type(3){
  display: block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.098em;
  font-weight: 600;
  font-feature-settings: "palt";
}


/*******************************
lede
*******************************/
#MO240308EBIHARA .lede{
  display: block;
  width: 100%;
  margin-top: calc((-1em * 2.933333333333333 + 1em) / 2);
  margin-bottom: calc((-1em * 2.933333333333333 + 1em) / 2);
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.933333333333333;
  font-weight: 500;
  padding-left: 0.5rem;
}
#MO240308EBIHARA .lede > p{font-weight: 500;}



/*******************************
creditLinks
*******************************/
#MO240308EBIHARA .creditLinks{
  display: block;
  padding-top: 3rem;
  margin-top: calc((-1em * 1.846153846153846 + 1em) / 2);
  margin-bottom: calc((-1em * 1.846153846153846 + 1em) / 2);
  font-family: "kepler-std", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.769230769230769;
  letter-spacing: 0.02em;
}

#MO240308EBIHARA .creditLinks >  a{
  display: inline-block;
  white-space: nowrap;
  color: #000000;
  text-decoration: none;
}

#MO240308EBIHARA .creditLinks > a + a,
#MO240308EBIHARA .creditLinks > br.spView + a{
  margin-left: 0.6rem;
}

/*******************************
lpSection
*******************************/
#MO240308EBIHARA .lpSection{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 15rem;
  position: relative;
}


#MO240308EBIHARA .lpSection .img01 > .imgOuter > a,
#MO240308EBIHARA .lpSection .img02 > .imgOuter > a,
#MO240308EBIHARA .lpSection .img01 img,
#MO240308EBIHARA .lpSection .img02 img,
#MO240308EBIHARA .lpSection .img01 figure,
#MO240308EBIHARA .lpSection .img02 figure{
  display: block;
  width: 100%;
}

#MO240308EBIHARA .lpSection .imgOuter{display: block; background: #FFFFFF;}


#MO240308EBIHARA .lpSection .sectionLede{
  display: block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.6rem;
  line-height: 2.125;
  letter-spacing: 0.075em;
  font-weight: 400;
  position: absolute;
  z-index: 1;
}
#MO240308EBIHARA .lpSection .sectionLede > picture,
#MO240308EBIHARA .lpSection .sectionLede img{display: block; width: 100%; height: auto;}

#MO240308EBIHARA .lpSection > .creditLinks{width: 100%; text-align: center;}

/*******************************
sec01
*******************************/
#MO240308EBIHARA #sec01{
  max-width: 1152px;
  padding-top: 16.1rem;
}

#MO240308EBIHARA #sec01 > .img01{
  width: 47.22222222222222%;
}

#MO240308EBIHARA #sec01 > .img02{
  width: 45.83333333333333%;
  padding-top: 28rem;
}

#MO240308EBIHARA #sec01 .sectionLede{
  width: 8.27188rem;
  right: 5.9rem;
  top: 32.6rem;
}

/*******************************
sec02
*******************************/
#MO240308EBIHARA #sec02{
  max-width: 1160px;
  padding-top: 15.2rem;
  padding-bottom: 9rem;
}

#MO240308EBIHARA #sec02 > .img01{
  width: 58.62068965517241%;
}

#MO240308EBIHARA #sec02 > .img02{
  width: 44.82758620689655%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#MO240308EBIHARA #sec02 .sectionLede{
  width: 8.20078rem;
  left: 8.2rem;
  top: 5.1rem;
  z-index: 2;
}

/*******************************
sec03
*******************************/
#MO240308EBIHARA #sec03{
  max-width: 1012px;
  padding-top: 18rem;
}

#MO240308EBIHARA #sec03 > .img01{
  width: 49.407114624505931%;
}

#MO240308EBIHARA #sec03 > .img02{
  width: 49.407114624505931%;
}

#MO240308EBIHARA #sec03 .sectionLede{
  width: 11.53438rem;
  right: 4.8rem;
  top: 9.6rem;
  z-index: 2;
}

/*******************************
sec04
*******************************/
#MO240308EBIHARA #sec04{
  max-width: 1156px;
  padding-top: 15.2rem;
}

#MO240308EBIHARA #sec04 > .img01{
  order: 2;
  width: 49.82698961937716%;
}

#MO240308EBIHARA #sec04 > .img02{
  order: 1;
  width: 43.25259515570934%;
  padding-top: 28rem;
}

#MO240308EBIHARA #sec04 .sectionLede{
  width: 8.29375rem;
  left: 4.1rem;
  top: 24.9rem;
  z-index: 2;
}

#MO240308EBIHARA #sec04 .creditLinks{
  text-align: right;
  padding-top: 2.9rem;
}

/*******************************
sec05
*******************************/
#MO240308EBIHARA #sec05{
  max-width: 976px;
  padding-top: 18rem;
  padding-bottom: 14.6rem;
}

#MO240308EBIHARA #sec05 > .img01{
  width: 59.01639344262295%;
}

#MO240308EBIHARA #sec05 > .img02{
  width: 45.08196721311475%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#MO240308EBIHARA #sec05 .sectionLede{
  width: 11.66563rem;
  right: 17.2rem;
  top: 18rem;
  z-index: 2;
}


/*******************************
archiveLinks
*******************************/
#MO240308EBIHARA .archiveLinks{
  display: block;
  width: 100%;
  max-width: 650px;
  margin: 0 auto 10rem;
}

#MO240308EBIHARA .archiveLinks a,
#MO240308EBIHARA .archiveLinks img{
  display: block;
  width: 100%;
  height: auto;
}


/*******************************
staffList
*******************************/
#MO240308EBIHARA .staffList{
  display: block;
  font-family: "kepler-std", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.692307692307692;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  text-align: center;
}




/*******************************
overRide
*******************************/
#MO240308EBIHARA .spView{display: none;}











