@charset "UTF-8";
html {
  background: #fff;
}

* {box-sizing: border-box;}

a:focus {
  outline: solid #000;
}

.lp-contents {
  max-width: 960px;
  margin: 0 auto 80px;
}

.hdg-owarai-l2 {
  margin-top: 70px;
  text-align: center;
  margin-bottom: 30px;
}

.hdg-owarai-l2 h2 {
  color: #C92424;
  font-size: 49px;
  display: inline;
  border-bottom: 4px solid #C92424;
  padding-bottom:3px;
}

.hdg-owarai-l2 h2::after {
  content: none;
}

.hdg-owarai-l3 {
  margin-top: 80px;
  padding: 10px 24px;
  background-color: #C92424;
}

.hdg-owarai-l2 + .hdg-owarai-l3 {
  margin-top: 0;
}

.hdg-owarai-l3 .num {
  color: #FEE100;
  padding-right: 15px;
}

.hdg-owarai-l3 h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 0;
}

.hdg-owarai-l3 h3::after {
  content: none;
}

/* 既存モジュール拡張 */
@media (min-width: 960px) {
  .mod-layout-image.owarai-image .mod-layout-image__image {
    max-inline-size: fit-content; 
  } 
}

/* 背景画像付インナー */
.theme-owaraiTv-flow-inner {
  margin-top: 80px;
  background-image: url("/mball/premium/sonetowarai/img/bg.png");
  padding: 64px 50px 84px;
  background-size: cover;
}

.theme-owaraiTv-flow-inner > .lp-contents {
  margin-bottom: 0;
}

.theme-owaraiTv-flow-inner > .lp-contents .hdg-owarai-l2 {
  margin-top: 0;
}

.theme-owaraiTv-flow-inner > .lp-contents .hdg-owarai-l2 h2 {
  color: #fff;
  position: relative;
  font-weight: 700;
  margin-block: 40px 20px;
  padding-block-end: 10px;
  border-bottom: 4px solid #fff;
  padding-bottom:3px;
}

/* フローリスト */
.owarai-flow-list {
  margin-top: 51px;
}

.owarai-flow-list li {
  background-color: #fff;
  padding: 40px;
  border-radius: 24px;
  display: flex;
  gap: 68px;
  position: relative;
}

.owarai-flow-list li::after {
  content: "";
  background-image: url("/mball/premium/sonetowarai/img/arrow-bottom.png");
  position: absolute;
  display: block;
  height: 32px;
  width: 64px;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
}

.owarai-flow-list li+li {
  margin-top: 63px;
}

.owarai-flow-list li .owarai-button-img {
  margin-top: 34px;
}

.owarai-button-img img {
  transition: opacity .3s ease-out;
}

.owarai-button-img a:hover img {
  transition: opacity .3s ease-out;
  opacity: .7;
}

.flow-note {
  margin-top: 24px;
  font-size: 13px;
}

.lp-contents .owarai-button-img.big-button {
  margin-top: 97px;
}

@media (max-width: 768px) {
  .hdg-owarai-l2 {
    margin-top: 40px;
  }

  .hdg-owarai-l2 h2 {
    font-size: 28px;
  }

  .hdg-owarai-l3 h3 {
    font-size: 24px;
  }

  .theme-owaraiTv-flow-inner {
    padding: 28px 10px 40px;
  }

  .owarai-flow-list {
    margin-top: 32px;
  }

  .owarai-flow-list li {
    flex-direction: column;
    gap: 20px;
    padding: 16px;
    align-items: center;
  }

  .owarai-flow-list li::after {
    width: 40px;
    height: 80px;
    bottom: -90px;
  }

  .owarai-flow-list li+li {
    margin-top: 40px;
  }

  .flow-contents-l.sort-contents {
    display: contents;
  }

  .flow-contents-l.sort-contents .owarai-button-img {
    margin-top: 0;
    order: 3;
  }

  .flow-contents-l.sort-contents .flow-note {
    margin-top: 0;
    order: 3;
  }

  .lp-contents .owarai-button-img.big-button {
    margin-top: 80px;
  }
}