@charset "utf-8";

/*---------------------------------
*
*topページ
*
----------------------------------*/
:root {
  --section-inner-z-index: 6;
}

.l-main {
  /* background:url(../img/bg_circle.png) left 50.6% top repeat-y,url(../img/main_bg.png),#fff;
  background-size: 10px auto, 100% auto, auto; */
  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: 9.8%;
  background: url(../img/campaign_bg_apple.webp) no-repeat right top 6% / 23% auto, url(../img/campaign_top_bg.webp) no-repeat center bottom / 100% auto, #fff;
}

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

.top-h1 img{
  width: 100%;
  margin: 0 auto;
}

.logo-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}


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

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

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


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

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

.is-finished::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.finish {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.icon-triangle {
  width: 40px;
  height: auto;
  margin: 6% auto;  
}

.baloon-now {
  width: 23%;
  margin: 0 auto -5%;
  position: relative;
  z-index: 1;
}
.baloon-coming {
  width: 50%;
  margin: 0 auto -5%;
  position: relative;
  z-index: 1;
}

.sec-ideas-join .section-ttl {
  width: 48.3%;
  margin: 0 auto;
}

.sec-ideas-join .is-finished {
  position: relative;
}

.sec-ideas-join .is-finished::before {
  width: 110%;
  height: 103%;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.join-finish {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}

.sec-ideas-join hgroup {
  margin: 10.7% auto 5%;
}

.section-ttl-catch {
  width: 77.87%;
  margin: 0 auto 2%;
}

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

.join2-text {
  width: 76%;
  margin: 8% auto;
}

.to-term {
  margin-top: 10.8%;
}

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

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

.ttl-term {
  width: 100%;
  margin-bottom: 2%;
  background: url(../img/campaign_ttl_term_bg.webp) no-repeat center top / 100% auto;
}

.ttl-term img {
  width: 100%;
  height: auto;
}

.button-9th__inner-term {
  margin-bottom: 3%;
}

html.term {
  background: #fff;
}

.term body {
  --color-font: #3E3E3E;
}

.term .l-main {
  padding: 2rem 2rem 0;
}

.term .l-main * {
  line-height: 1.6;
}

.term h1 {
  margin-bottom: 1em;
}

.l-term {
  margin-bottom: 2em;
  padding: 2rem;
  border: 1px solid var(--color-font);
  font-size: 1.6rem;
}

.l-term section {
  margin-top: 2em;
}

.l-term h2 {
  margin-bottom: 0.8em;
  font-size: 1.3em;
}

.l-term h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 1em;
}

.l-term p {
  margin-bottom: 1em;
  font-size: 1em;
}

.l-term a {
  text-decoration: underline;
}

.term .button-close {
  width: fit-content;
  margin: 1em auto;
  border: 3px solid var(--color-font);
  border-radius: 4px;
  padding: 16px 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  color: var(--color-font);
  font-size: 1.8rem;
  border-radius: min(1.8em, 70px) min(0.5em, 16px);
  background: #fff;
}

@media (hover:hover) {
  .term .button-close:where(:hover,:focus) {
    text-decoration: underline;
  }
}


.anim-pota-follow-btn {
  animation-play-state: paused;
}
.anim-pota-plane-btn {
  animation-play-state: paused;
}