@charset "utf-8";
.main_bg{
    background: url("../images/bg.jpg") repeat top center;
    background-attachment: fixed;
}
#yumeouenjuku2020{
    width: 100%;
    margin: 0 auto;
}
#yumeouenjuku2020 .sewrap{
	background: url("../images/top_sp.png?2002") no-repeat top center;
	width: 100%;
	height: 100%;
	padding-top: 124.375%;
	margin: 0 auto;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
	line-height:1.5;
	background-size: cover;
}
#yumeouenjuku2020 .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
#yumeouenjuku2020 .s_gray{
    width: 89%;
    position: absolute;
    top: 55.9%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#yumeouenjuku2020 .s_gray_inner{
    background: url("../images/syougakusei_g.png") no-repeat top center;
    padding-top: 52.127%;
    background-size: cover;

}
#yumeouenjuku2020 .y_gray{
    width: 89%;
    position: absolute;
    top: 76.8%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#yumeouenjuku2020 .y_gray_inner{
    background: url("../images/youji_g.png") no-repeat top center;
    padding-top: 52.127%;
    background-size: cover;

}
#yumeouenjuku2020 .notice{
    position: relative;
    margin: 0 auto;
    background: #fff;
    width: 94%;
    border-radius: 15px;
    padding: 3%;
    border: 0.3em solid #e50012;
}
#yumeouenjuku2020 .notice h2{
    background: #fff000;
    padding: 5px;
    text-align: center;
    color: #000;
    font-size: 4.5vw;
    font-weight: bold;
    margin-bottom: 5%;
}
#yumeouenjuku2020 .notice p{
    color: #000;
    font-size: 4vw;
    font-weight: bold;
}
#yumeouenjuku2020 .notice span{
    color: #e50012;
}
.btn{
    background: -webkit-linear-gradient(#fffbbb,  #fff000);/*ボタンの色*/
    color: #e50012;
    max-width: 85%;
    height: 17.5vw;
    line-height: 15.5vw;
    text-align: center;
    border-radius: 14px;
    border: 1vw #000000 solid;
    box-shadow: 5px 5px 5px #633513;
    font-size: 7.5vw;
    letter-spacing: 1.5vw;
    font-weight: bold;
    margin: 5% auto;
    display: block;
    position: relative;
    overflow: hidden;
}
/* ボタンを光らせる */
.btn:before {
  /*光るアニメーション用*/
  animation: shine 3s ease-in-out infinite;/*数字を変更することで光る間隔が変更*/
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.btn:hover{
    color: #e50012;
    text-decoration: none;
    opacity: 0.8;
    box-shadow: none;
    transform: translate(5px, 5px);
}
.btn_g_before{
    background: #989898;
    color: #ccc;
    max-width: 85%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 14px;
    border: 3px #ccc solid;
    font-size: 5vw;
    font-weight: bold;
    margin: 5% auto;
    display: block;
    position: relative;
}
.btn_g_before:hover{
    color: #ccc;
    text-decoration: none;
}
.btn_g_after{
    background: #f7f7f7;
    color: #333;
    max-width: 85%;
    padding: 2%;
    /* height: 55px; */
    /* line-height: 55px; */
    text-align: center;
    border-radius: 14px;
    border: 3px #333 solid;
    font-size: 5vw;
    font-weight: bold;
    margin: 5% auto;
    display: block;
    position: relative;
}
.btn_g_a:hover{
    color: #ccc;
    text-decoration: none;
}
#yumeouenjuku2020 .bottom{
	background: url("../images/bottom_sp.png") no-repeat top center;
	width: 100%;
	height: 100%;
	padding-top: 309.375%;
	margin: 0 auto;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
	line-height:1.5;
	background-size: cover;
}
/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}