/*TOP css*/
.wrapper {
  background: url(../img/article/mv_bg.webp) no-repeat;
  background-size: contain;
  background-position: center top;
}

.front-page .l-section {
  padding: 8rem 0 9rem;
}

.mv-wrap {
  padding: 10.6rem 0 0;
  position: relative;
  margin: 0 auto 8.8rem;
  max-width: 67.6rem;
  text-align: left;
}

.mv-ttl {
  width: fit-content;
  font-weight: 700;
  margin: 0 auto 3rem 0;
}

.mv-lead {
  display: block;
  background: #00904b;
  color: #fff;
  width: fit-content;
  font-weight: 600;
  height: 2.8rem;
  line-height: 2.6rem;
  letter-spacing: 0.16em;
  padding: 0 0.5rem;
}

.mv-main-ttl {
  display: inline-block;
  font-size: 11.6rem;
  letter-spacing: 0.17em;
  transform: skew(-7deg, -5deg);
  line-height: 1.1;
}

.mv-main-ttl .bl {
  font-size: 0.7em;
  color: #00904b;
  letter-spacing: normal;
  text-indent: -0.25em;
}

.mv-en-txt {
  line-height: 1.625;
  letter-spacing: 0.27em;
  font-weight: 700;
  color: #00904b;
	padding-top: 0px;
}

.mv-img {
  width: 28rem;
  position: absolute;
  right: 2rem;
  bottom: -3.4rem;
}
.mv-img img {
  width: 100%;
  object-fit: contain;
}

.mv-balloon {
  width: 27.5rem;
  height: 14.4rem;
  background: url(../img/article/mv-ballon.webp) no-repeat;
  background-size: contain;
  background-position: left top;
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.2em;
  position: absolute;
  right: -4.5rem;
  top: -12.8rem;
  padding: 2.2rem 1rem 0 7.2rem;
}

.mv-balloon .bl {
  font-size: 1.3em;
  font-weight: 700;
  color: #00904b;
}

@media screen and (max-width: 750px) {
  .front-page .l-section {
    padding: 6rem 0 6rem;
  }

  .mv-wrap {
    padding: 0;
    margin: 7.5rem auto 4rem;
  }

  .mv-lead {
    font-size: 1.4rem;
  }

  .mv-ttl {
    text-align: center;
    width: calc(100% - 4rem);
    margin: 2rem auto 4rem;
	}
  .mv-lead {
    width: 100%;
  }

  .mv-main-ttl {
    font-size: 6.2rem;
    display: block;
    margin: 1rem auto 0 0;
    width: fit-content;
  }

  .mv-main-ttl {
    font-size: 5.2rem;
  }

  .mv-en-txt {
    font-size: 0.9rem;
    text-align: center;
	  padding-top: 20px;
  }

  .mv-en-txt br {
    display: none;
  }

  .mv-img {
    position: absolute;
    width: 11rem;
    right: 2.8rem;
    bottom: auto;
    top: 8rem;
  }

  .mv-balloon {
    font-size: 1.1rem;
    position: absolute;
    right: -4.5rem;
    top: -4.5rem;
    padding: 2.5rem 0 0 0;
    background-image: url(../img/article/mv-ballon-sp.webp);
    width: 9rem;
    height: 9rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
}
li.large-list a {
    display: flex;
    justify-content: center;
    align-items: center;
}


@media screen and (min-width: 768px) {
.mv-main-ttl .bl {
  font-size: 0.5em;
	}
	
	.mv-img {
    width: 22rem;
    position: absolute;
    right: -3rem;
		bottom: 1.6rem;
	}
	
	.mv-en-txt {
    padding-top: 40px;
}
}