@charset "UTF-8";

/*******************************
MO240308EBIHARA
*******************************/
#MO240308EBIHARA{
  display: block;
  width: 100%;
  padding: 0 0 calc(190 * (100vw / 750));
  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) > *{
  visibility: hidden;
  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.8s 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: calc(675 * (100vw / 750));
  margin: 0 auto 0;
}

#MO240308EBIHARA .allitemBtn > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(120 * (100vw / 750));
  border: 1px solid #000000;
  font-size: calc(28 * (100vw / 750));
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
}


/*******************************
lpMainTTLBlock
*******************************/
#MO240308EBIHARA #movieBlock{
  display: block;
  width: 100%;
  min-height: 90svh;
  margin: 0 auto calc(90 * (100vw / 750));
  position: relative;
}

#MO240308EBIHARA #movieBlock .movie{
  display: block;
  width: 100%;
}

#MO240308EBIHARA #movieBlock .movie > video{
  display: block;
  width: 100%;
}

#MO240308EBIHARA #movieBlock > .soundBtnArea{
  display: block;
  width: calc(35 * (100vw / 750));
  height: calc(35 * (100vw / 750));
  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: calc(90 * (100vw / 750));
}

#MO240308EBIHARA .lpMainTTL > em{
  display: block;
  margin-bottom: calc(8 * (100vw / 750));
  font-family: "missrobertson-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(134 * (100vw / 750));
  line-height: 1.465909090909091;
  letter-spacing: -0.015em;
  color: #88b0c3;
  white-space: nowrap;
  font-feature-settings: "palt";
  padding-right: calc(39 * (100vw / 750));
  padding-left: calc(15 * (100vw / 750));
}

#MO240308EBIHARA .lpMainTTL > span:nth-of-type(1){
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(30 * (100vw / 750));
  font-family: "kepler-std", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(40 * (100vw / 750));
  line-height: 1;
  letter-spacing: 0.06rem;
}

#MO240308EBIHARA .lpMainTTL > span:nth-of-type(1) > span{
  font-size: calc(32 * (100vw / 750));
  margin-right: 0.3em;
}

#MO240308EBIHARA .lpMainTTL > span:nth-of-type(1)::before,
#MO240308EBIHARA .lpMainTTL > span:nth-of-type(1)::after{
  content: '';
  display: block;
  width: calc(20 * (100vw / 750));
  height: 1px;
  background: #000000;
}

#MO240308EBIHARA .lpMainTTL > span:nth-of-type(1)::before{margin-right: calc(14 * (100vw / 750));}
#MO240308EBIHARA .lpMainTTL > span:nth-of-type(1)::after{margin-left: calc(14 * (100vw / 750));}


#MO240308EBIHARA .lpMainTTL > span:nth-of-type(2){
  display: block;
  margin-bottom: calc(32 * (100vw / 750));
  font-family: "kepler-std", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(30 * (100vw / 750));
  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: calc(28 * (100vw / 750));
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-feature-settings: "palt";
}


/*******************************
lede
*******************************/
#MO240308EBIHARA .lede{
  display: block;
  width: 100%;
  margin-top: calc((-1em * 2.333333333333333 + 1em) / 2);
  margin-bottom: calc((-1em * 2.333333333333333 + 1em) / 2);
  text-align: center;
  font-size: calc(24 * (100vw / 750));
  line-height: 2.333333333333333;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
#MO240308EBIHARA .lede > p{font-weight: 500;}



/*******************************
creditLinks
*******************************/
#MO240308EBIHARA .creditLinks{
  display: block;
  padding-top: calc(49 * (100vw / 750));
  margin-top: calc((-1em * 1.869565217391304 + 1em) / 2);
  margin-bottom: calc((-1em * 1.869565217391304 + 1em) / 2);
  font-family: "kepler-std", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(23 * (100vw / 750));
  line-height: 1.869565217391304;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  text-align: center;
}

#MO240308EBIHARA .creditLinks >  a{
  display: inline-block;
  white-space: nowrap;
  color: #000000;
  text-decoration: none;
}

#MO240308EBIHARA .creditLinks > a + a,
#MO240308EBIHARA .creditLinks > br.pcView + a{
  margin-left: calc(12 * (100vw / 750));
}

/*******************************
lpSection
*******************************/
#MO240308EBIHARA .lpSection{
  display: block;
  width: 100%;
  margin: 0 auto;
  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: calc(25 * (100vw / 750));
  line-height: 2.04;
  letter-spacing: 0.04em;
  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: left;}

/*******************************
sec01
*******************************/
#MO240308EBIHARA #sec01{
  padding-top: calc(176 * (100vw / 750));
}

#MO240308EBIHARA #sec01 > .img01{
  width: 100%;
}

#MO240308EBIHARA #sec01 > .img02{
  width: 88%;
  padding-top: calc(160 * (100vw / 750));
  margin: 0 auto;
}

#MO240308EBIHARA #sec01 .sectionLede{
  width: calc(124.998 * (100vw / 750));
  right: calc(82*(100vw / 750));
  top: calc(1198*(100vw / 750));
}

/*******************************
sec02
*******************************/
#MO240308EBIHARA #sec02{
  padding-top: calc(196 * (100vw / 750));
  padding-bottom: calc(200 * (100vw / 750));
}

#MO240308EBIHARA #sec02 > .img01{
  width: 100%;
}

#MO240308EBIHARA #sec02 > .img02{
  width: 88%;
  padding-top: calc(96 * (100vw / 750));
  margin: 0 auto;
}

#MO240308EBIHARA #sec02 .sectionLede{
  width: calc(123.8877 * (100vw / 750));
  left: calc(64 * (100vw / 750));
  top: calc(138 * (100vw / 750));
  z-index: 2;
}

/*******************************
sec03
*******************************/
#MO240308EBIHARA #sec03{

}

#MO240308EBIHARA #sec03 > .img01{
  width: 88%;
  margin: 0 0 0 auto;
}

#MO240308EBIHARA #sec03 > .img02{
  width: 88%;
  padding-top: calc(98 * (100vw / 750));
  margin: 0 auto 0 0;
}

#MO240308EBIHARA #sec03 .sectionLede{
  width: calc(167.2793 * (100vw / 750));
  right: calc(41 * (100vw / 750));
  top: calc(42 * (100vw / 750));
  z-index: 2;
  color: #FFFFFF;
}



#MO240308EBIHARA #sec03.lpSection > .creditLinks{
  width: 100%;
  padding-left: calc(45 * (100vw / 750));
  text-align: left;
}

/*******************************
sec04
*******************************/
#MO240308EBIHARA #sec04{
  padding-top: calc(198 * (100vw / 750));
}

#MO240308EBIHARA #sec04 > .img01{
  width: 100%;
}

#MO240308EBIHARA #sec04 > .img02{
  width: 85.33333333333333%;
  padding-top: calc(96 * (100vw / 750));
  margin: 0 auto;
}

#MO240308EBIHARA #sec04 .sectionLede{
  width: calc(125.3398 * (100vw / 750));
  left: calc(45 * (100vw / 750));
  top: calc(139 * (100vw / 750));
  z-index: 2;
}

/*******************************
sec05
*******************************/
#MO240308EBIHARA #sec05{
  padding-top: calc(190 * (100vw / 750));
  padding-bottom: calc(200 * (100vw / 750));
}

#MO240308EBIHARA #sec05 > .img01{
  width: 93.86666666666667%;
  margin: 0 0 0 auto;
}

#MO240308EBIHARA #sec05 > .img02{
  width: 85.33333333333333%;
  padding-top: calc(94 * (100vw / 750));
  margin: 0 auto 0 0;
}

#MO240308EBIHARA #sec05 .sectionLede{
  width: calc(74.6328 * (100vw / 750));
  right: calc(40 * (100vw / 750));
  top: calc(229 * (100vw / 750));
  z-index: 2;
  color: #FFFFFF;
}
#MO240308EBIHARA #sec05.lpSection .creditLinks{
  text-align: right;
  padding-right: calc(45*(100vw / 750));
}

/*******************************
archiveLinks
*******************************/
#MO240308EBIHARA .archiveLinks{
  display: block;
  width: 100%;
  margin: calc(200 * (100vw / 750)) auto calc(148 * (100vw / 750));
}

#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: calc(24 * (100vw / 750));
  line-height: 1.833333333333333;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  text-align: center;
}




/*******************************
overRide
*******************************/
#MO240308EBIHARA .pcView{display: none;}











