.fh5co-intro-wrap .fh5co-intro {vertical-align: bottom;}
.container#testimony-animate{min-height: 600px;padding-top: 40px;z-index:800;position:relative}

#fh5co-header, .fh5co-intro-wrap, #fh5co-main{height:700px}/*PC版たて幅*/
.bg{width: 100% ;
	height:100%;
	opacity: 0.2;
	position:absolute;
	top:0%;
	left:0%;
	text-align:center;
	background-image:url(/images/gfriend/gfriend_top.png);
	background-size: auto 100%;
	background-position: center;
}



@media screen and (max-width: 768px) {
	#fh5co-header, .fh5co-intro-wrap, #fh5co-main{height:500px}/*タブレットたて幅*/
	.bg{background-size: 100% auto;}

.fh5co-intro-wrap .fh5co-intro .fh5co-intro-lead{
	font-size: 30px;
	line-height: 30px;
	}
}

@media screen and (max-width: 480px){
	#fh5co-header, .fh5co-intro-wrap, #fh5co-main{height:350px}/*スマホ版たて幅*/
}


.rec-wrap{position:relative;width:100%;max-width: 980px;margin: 15px auto 0 auto;color:#000;border:1px solid #ccc;padding:10px;box-shadow:0px 0px 1px rgba(00,00,00,0.5)}
.rec-wrap:after{
content:"";
float:none;
clear:both;
display:block;
}
.rec-photo{float:left;width:23%;margin: 0 10px;}
.rec-photo img{width: 100%;border: 2px solid white}
.rec-detail{float:left;width: 70%;}
.rec-title{font-size: 16px;margin-bottom:5px;font-weight:bold }
.rec-detailtext{font-size: 14px;}
.rec-link{text-align:center}
.rec-btn{background:#cc00ff;padding:10px;color:#fff;display:inline-block;width:100%;max-width: 300px;text-align:center;margin: 5px auto }
.wappen{display:inline-block;background:#cc00ff;color:white;font-size: 80%;}	

.ribbon20 {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -20px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 23px;
  line-height: 23px;

  letter-spacing: 0.1em;
  color: white;
  background: #cc00ff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.ribbon20:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 30px;
  width: 7px;
  background: #cc00ff;
  border-radius: 5px 0 0 5px;
}
.ribbon20:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #740191;
  border-radius: 5px 0 0 5px;
}



/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 90%;
  max-width: 500px;
  padding: 10px 15px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}


/* 以下ボタンスタイル */
button {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}


.top-speacialbanner{padding: 50px 0;background:#EFEFEF}
.top-speacialbanner .banner img{width:100%;margin-bottom:15px;box-shadow: 0 3px 6px rgba(00,00,00,0.16)}
@media screen and (min-width: 768px) {
	.top-speacialbanner{padding: 100px 0;}
	.top-speacialbanner .banner img{margin-bottom:30px;}
}
