@charset "utf-8";

/*---------------------------------
*
*新サービスリリース
*
----------------------------------*/
:root {
  --section-inner-z-index: 6;
}

.l-main {
  container-name: lmain;
  container-type: inline-size;
}

.l-section {
  position: relative;
  z-index: 1;
}

.l-section-inner {
  position: relative;
}


.sec-h1 {
  width: 100%;
  padding-bottom: 1%;
  background: url(../img/newfeatures_bg_hamburger.webp) no-repeat right top 6% / 23% auto, url(../img/newfeatures_top_bg.webp) no-repeat center bottom / 100% auto, #fff;
}

.top-h1{
  width: 81%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
}

.top-h1 img:first-child{
  width: 106%;
  margin: -3% auto 0;
  position: relative;
  left: -3%;
  /* top: -3%; */
}

.top-sec-ttl-anim--service + .logo-img {
  position: absolute;
  bottom: 6%;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
}

.top-sec-ttl-anim--service {
  width: 79%;
  bottom: 29%;
}


.sec-h1 .border-box {
  width: 81%;
  padding: 0 0 0;
  margin: -15% auto 0;
  position: relative;
  z-index: 0;
}

.sec-h1 .border-box__inner {
  padding-top: 10%;
  padding-bottom: 7%;
}

.sec-h1 .btn-wrap {
  margin-top: 1.66%;
}

.newfeatures-grass-top {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (min-width: 1600px) {
  .top-h1 img:first-child {
    width: 100%;
    left: 0;
  }
}


.content-bg {
  padding-top: 0;
  background-image: url(../img/newfeatures_bg.webp),url(../img/newfeatures_grass_body.webp);
  background-position: center top, center top;
  background-size: 100% auto,100% auto;
}

.border-box {
  /* margin-top: 13.65%; */
}

.anim-pota-join-btn {
  width: 16%;
  margin-top: -4.2%;
}

.button-9th {
  min-width: auto;
  max-width: 430px;
  width: calc(100% - 32px);
  width: 58%;
  max-width: 430px;
}

.border-box--bottom {
  padding-top: 4%;
}

.newfeatures-list {
  max-width: 500px;
  width: 95%;
  margin: 0 auto;
}

.newfeatures-list em {
  color: #ED1955;
  font-weight: bold;
  font-style: normal;
}

.flex-start-start {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row nowrap;
  margin-bottom: 5%;
  text-align: left;;
}

.flex-start-start:last-child {
  margin-bottom: 0;
}

.flex-start-start__fig {
  width: 27.5%;
  margin-right: 16px;
}


.sec-about, .sec-notice,.footer-to-top-wrap {
    margin-top: -1px;
    background: none;
}
