@charset "utf-8";

/*!
page > yougo
------------------------------
*/
/*lower-head*/

.lower-head-inner .c-lower-title span{
	font-size: 1.8rem;
	display: block;
	margin-top: 0.4rem;
}

/*yougo*/
#yougo .convo.convo-sec1-1 .convo-item.left.center {
  width: 100%;
  margin: 4.2rem auto 1rem;
}
#yougo .convo.convo-sec1-1 .convo-item.left.center .convo-chara {
  width: 6rem;
}
#yougo .l-container .convo.convo-sec1-1 {
  margin-bottom: 2.8rem;
}
#yougo .convo.convo-sec1-1 .convo-item.left.center .convo-comment {
  max-width: 64.6rem;
  padding: 1rem 2rem;
  letter-spacing: 0;
  line-height: 2.2rem;
  color: #411113;
  border: 2px solid #411113;
}
.top-future-title {
  margin-top: 8rem;
  margin-bottom: 0;
}
.top-future-title::after {
  content: "";
  width: 6.7rem;
  height: 3.7rem;
  background: url("../img/top/top-future-deco.png") no-repeat center center/contain;
  position: absolute;
  bottom: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
}

#yougo .l-container .fukidashi {
  background: #EDE9E4;
  margin: 5.4rem auto 0;
  position: relative;
  margin-bottom: 7rem;
  padding: 3.75rem 2.8rem;
  border-radius: 3.7rem;
}
#yougo .l-container .fukidashi::before {
  content: '';
  position: absolute;
  top: -1.3em;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-bottom: 40px solid #EDE9E4;
  left: 13.5rem;
}
#yougo .l-container .fukidashi::after {
  content: none;
}

.fukidashi .yougo-box{
	margin-top: 5.4rem;
}
.fukidashi .yougo-box:first-child{
	margin-top: 0;
}
.fukidashi .yougo-box h4{
	font-size: 1.7rem;
	font-weight: bold;
	color: #411113;
	text-align: left;
}
.fukidashi .yougo-box .yougo-title{
	font-size: 1.15rem;
	font-weight: bold;
	color: #fff;
	width: 23rem;
	height: 2.5rem;
	line-height: 2.5rem;
	background: #320D10;
	margin-top: 1.25rem;
	border-radius: 100px;
	text-align: center;
}
.fukidashi .yougo-box .yougo-text{
	font-size: 14px;
	color: #505050;
	margin-top: 1.2rem;
}

@media print, screen and (min-width: 550px) {
  #yougo .l-container .fukidashi::before {
    left: 15rem;
  }
}
@media print, screen and (min-width: 768px) {
  #yougo .convo.convo-sec1-1 .convo-item.left.center {
    width: 53rem;
  }
  #yougo .convo.convo-sec1-1 .convo-item.left.center .convo-comment {
    padding: 1.25rem 1.4rem;
  }
	.top-future-title {
    font-size: 2.8rem;
    margin-top: 11rem!important;
    width: 74%;
    margin: 3.7rem auto 0;
  }
  .top-future-title::after {
    width: 13.5rem;
    height: 7.4rem;
  }
  .top-future-box {
    width: 21.8rem;
    height: 21.8rem;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  #yougo .l-container h4{
    font-size: 3.3rem;
	margin-top: 4.8rem;
  }
  #yougo .l-container .fukidashi {
    border-radius: 5rem;
    padding: 3rem 4.7rem 10.5rem;
	margin-top: 8.4rem;
  }
  #yougo .l-container .fukidashi::before {
    left: 40rem;
	top: -3.5rem;
  }
  #yougo .l-container .fukidashi::after {
    content: none;
  }
  .fukidashi .yougo-box .yougo-title{
	font-size: 1.8rem;
	width: 39rem;
	height: 4.5rem;
	line-height: 4.5rem;
	margin-top: 2.25rem;
  }
}
@media print, screen and (min-width: 1070px){
  #yougo .l-container .fukidashi::before {
    left: 46rem;
  }
}


/*!
footer
------------------------------
*/
.ft-bg-w {
  background: #fff url(../img/ene-adventure/sp/ea-footer-bg.png) no-repeat center center/100% auto;
}
.footer-deco2::before {
  content: none;
}
.footer-deco2::after {
  background: url("../img/yougo/sp/footer-deco1.png") no-repeat center center/100% auto;
  width: 16rem;
  height: 7.4rem;
  top: -8rem;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .ft-bg-w {
    background: #fff url(../img/ene-adventure/ea-footer-bg.png) no-repeat top center/cover;
  }
  .footer-deco2::before {
    display: none;
  }
  .footer-deco2::after {
    width: 25rem;
	height: 11.6rem;
	top: -14rem;
  }
}
@media print, screen and (min-width: 1160px){
  .footer-deco2::after {
	top: -12.5rem;
  }
}
