@charset "UTF-8";
/* CSS Document */
body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media print {
  img {
    display: none !important;
  }
}

img {
  vertical-align: bottom;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
}

.pc-only {
  display: none !important;
}
/* mv */
.main__area{
  width: 100%;
  margin: 0 auto;
  background-color: #aacd06;
  padding-bottom: 4.933vw;
}
.main_area_wrap {
  width: 91.467vw;
  margin: 0 auto;
  background-color: #fff;
}
.main__img {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

/* 動画表示時 */
.sec_pr-video {
  width: 79.5%;
  margin: 0px auto;
  padding-top: 2.667vw;
} 
.sec_video {
  border: solid 1.07vw #FF6001;
  box-shadow: 3px 3px 5px 0px rgba(17, 17, 17, 0.35);
  border-radius: 7.5px;
}

/* 動画非表示時 */
/* .sec_pr-video {
  margin: 0 auto;
  text-align: center;
  padding-top: 2.667vw;
}
.sec_video img {
  margin: 0 auto;
  vertical-align: bottom;
  width: 77.2%;
  border: solid 1.07vw #FF6001;
  box-shadow: 3px 3px 5px 0px rgba(17, 17, 17, 0.35);
  border-radius: 7.5px;
} */
.guard-mvpic{
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: auto;
}
.l-about{
  margin: 5.333vw auto 4.267vw;
  width: 91.3%;
  position: relative;
}
.l-about__text{
  width: 76.6%;
  margin: 0 auto 4vw;
  position: relative;
}

.l-cast{
  width: 89.8%;
  margin: 0 auto;
  position: relative;
}
.l-dream{
  margin: 4.533vw auto 0;
}
.l-dream .title{
  width: 90.96%;
  margin: 0 auto;
  position: relative;
}
/* リスト */
.dream_list{
  margin: 3.333vw auto 6.133vw;
  width: 85.6%;
}
.item{
  position: relative;
  margin-bottom: 4.267vw;
}
.item:last-child{
  margin-bottom: 0;
}
.sec_narrator{
  width: 54.5%;
  margin: 0 0 6.667vw 20.14%;
  position: relative;
}

.sec_cast{
  margin: 0 auto;
  width: 71.3%;
  padding-bottom: 4.267vw;
  position: relative;
}

.btn{
  width: 98%;
  margin: 30px auto;
}