.modaal-container {
  background: transparent;
}

.sec-feature {
  padding: 92px 0;
  color: #fff;
  background: url(https://www.1101.com/school/images/school-trailer_feature_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
}

.sec-feature .sec-inner {
  max-width: 1400px;
  padding: 0 100px;
  margin: auto;
  text-align: center; 
}

.sec-feature h3 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.sec-feature h4 {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.sec-feature p {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}

.sec-lineup {
  background: rgba(254, 255, 199, 0.5);
  padding: 64px;
  text-align: center;
}

.sec-lineup h2 {
  font-size: 21px;
  margin-bottom: 18px;
}

.sec-lineup h4 {
  font-size: 16px;
  margin-bottom: 18px;
}

.sec-lineup p {
  font-size: 14px;
}

p.sec-lineup--note {
  color: #707070;
}

.sec-lineup--list {
  position: relative;
  margin-top: 44px;
}

.sec-lineup--container {
  max-width: 1200px;
  margin: auto;
  padding-top: 44px;
  border-top: 0.5px solid #000;
  display: flex;
  text-align: left;
  justify-content: space-between;
  overflow: hidden;
}

.sec-lineup--container ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec-lineup--container li {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  width: 48%;
}

.sec-lineup--container li p:first-child {
  font-size: 12px;
}

.sec-lineup--container li p:nth-child(2) {
  font-size: 17px;
}

.sec-lineup--container li p:last-child {
  font-size: 13px;
}

.sec-lineup--more {
  width: 100%;
  height: 120px;
  background: linear-gradient(0deg, #fFFFE3, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec-lineup a {
  border: 1px solid #B73409;
  background-color: white;
  color: #B73409;
  padding: 12px 24px;
  border-radius: 32px;
  display: inline-block;
}

.sec-lineup--modal {
  background-color: #fFFFE3;
  padding: 64px;
  border-radius: 8px;
}

.sec-header .sec-ttl, .sec-header .sec-txt {
  text-align: center;
}

@media screen and (min-width: 429px) and (max-width: 768px) {
  .sec-feature .sec-inner {
    padding: 0 28px;
  }

  .sec-lineup--container {
    flex-direction: column;
  }

  .sec-lineup--container ul {
    width: 100%;
  }
}

@media screen and (max-width: 428px) {
  .sec-lineup {
    padding: 36px 28px;
    text-align: left;
  }
  
  .sec-lineup a {
    display: block;
    text-align: center;
  }

  .sec-lineup h2 {
    margin-bottom: 14px;
  }
  
  .sec-lineup h4 {
    margin-bottom: 14px;
  }
  
  .sec-lineup p {
    margin-bottom: 8px;
  }

  .sec-lineup--container {
    flex-direction: column;
  }

  .sec-lineup--container ul {
    width: 100%;
  }
  
  .sec-lineup--container li {
    width: 100%;
  }

  .sec-lineup--modal {
    padding: 36px;
  }

  .modaal-close:before,
  .modaal-close:after {
    background: #B73409;
  }

  .sec-feature .sec-inner {
    padding: 0 28px;
  }

  .sec-feature .feature-youtube {
    display: flex;
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 56.25% !important;
  }

  .sec-feature .feature-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .sec-header .sec-ttl, .sec-header .sec-txt {
    text-align: left;
  }
}

