@charset "UTF-8";

/* 共通設定
 * ---------------------------------------- */
main h3 {
  font-size: 26px;
  line-height: 40px;
}

/* 読み込みヘッダー、フッターの調整
 * ---------------------------------------- */
.signup_login,
.signup_imageflux {
  display: none;
}

.signup_liveapp {
  display: block;
}

.layout_footer_navi {
  display: none;
}

/* ヒーローエリア
 * ---------------------------------------- */
.layout_hero {
  padding-bottom: 80px;
}

.layout_hero .inner {
  display: flex;
  justify-content: space-between;
}

.hero_message {
  flex: 0 0 400px;
}

.hero_message h2 {
  color: #fff;
  font-size: 36px;
  padding: 0 0 32px;
}

.hero_message p {
  color: #fff;
  font-size: 19px;
}

.hero_message .behave_as_button {
  width: 260px;
  height: 56px;
  margin: 32px auto 32px 0;
  font-size: 16px;
  font-weight: bold;
}

.layout_hero iframe {
  width: 100%;
  max-width: 469px;
  max-height: 264px;
  min-height: 194px;
}

@media (max-width: 800px) {
  .layout_hero .inner {
    flex-direction: column;
  }

  .hero_message {
    flex: 0 0 auto;
    margin-bottom: 32px;
  }

  .hero_message h2 {
    padding: 0;
    font-size: 28px;
  }

  .hero_message p {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .hero_message .behave_as_button {
    position: absolute;
    top: 420px;
    left: 0;
    right: 0;
    margin: 32px auto;
    border: 0;
    box-shadow: 0 3px 6px #00000029;
  }

  .layout_hero video {
    max-width: 342px;
    max-height: 188px;
    margin: auto;
  }
}

@media (max-width: 460px) {
  /* 改行発生による微調整 */
  .hero_message .behave_as_button {
    top: 440px;
  }
}

/* ====================
   サービス概要
 * ============================== */
.layout_overview {
  padding: 32px 0 88px;
}

.layout_overview h3 {
  margin: 32px 0;
}

.layout_overview figure {
  display: flex;
  align-items: center;
}

.layout_overview figure img {
  width: 528px;
  height: 288px;
}

.layout_overview figcaption {
  display: block;
  width: 408px;
  padding-left: 24px;
}

.layout_overview dl {
  line-height: 24px;
}

.layout_overview dt {
  font-weight: bold;
}

.layout_overview dd {
  margin-bottom: 24px;
}

.layout_overview dd:last-child {
  margin-bottom: 0;
}

@media (max-width: 959px) {
  .layout_overview h3 {
    margin: 32px 0;
  }

  .layout_overview figure {
    flex-direction: column;
  }

  .layout_overview figure img {
    width: 100%;
    max-width: 528px;
    height: auto;
  }

  .layout_overview figcaption {
    width: 100%;
    padding: 24px 0;
  }
}

/* ====================
   ご利用方法
 * ============================== */
.layout_howuse {
  padding: 32px 0 88px;
  background-color: #f9f5f4;
}

.layout_howuse h3 {
  margin: 32px 0;
}

.layout_howuse figure {
  display: flex;
}

.layout_howuse figure img {
  width: 528px;
  height: 288px;
}

.layout_howuse figcaption {
  display: block;
  width: 408px;
  padding-left: 24px;
}

.layout_howuse figcaption p {
  margin: 16px 0 24px;
  line-height: 24px;
}

.layout_howuse ol {
  margin-top: 32px;
}

.layout_howuse ol li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 32px;
  line-height: 24px;
}

.layout_howuse .numbering_text {
  display: block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #444;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
}

.howuse_capture_list {
  display: flex;
  justify-content: space-between;
  width: 528px;
  margin: 24px 0 0;
}

.howuse_capture_list li {
  text-align: center;
}

.howuse_capture_list .caption {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

.howuse_capture_list a:hover {
  opacity: 0.8;
}

.howuse_capture_list img {
  width: 160px;
  border: 1px solid #ccc;
}

@media (max-width: 959px) {
  .layout_howuse h3 {
    margin: 32px 0;
  }

  .layout_howuse figure {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .layout_howuse figure img {
    width: 100%;
    max-width: 528px;
    height: auto;
  }

  .layout_howuse figcaption {
    width: 100%;
    padding: 0;
  }

  .layout_howuse ol {
    margin-top: 0;
  }

  .howuse_capture_list {
    width: 100%;
    justify-content: space-evenly;
  }

  .howuse_capture_list li {
    width: 30%;
  }

  .howuse_capture_list .caption {
    display: none;
  }

  .howuse_capture_list li img {
    width: 100%;
    height: auto;
  }
}

/* ====================
   ご利用の流れ
 * ============================== */
.layout_pricestair {
  padding: 32px 0 88px;
}

.layout_pricestair h3 {
  margin: 32px 0;
}

.layout_pricestair p {
  line-height: 24px;
}

.layout_pricestair .notice {
  font-size: 12px;
}

.layout_pricestair figure {
  margin: 64px 0;
  width: 960px;
  height: 394px;
  background-image: url(../img/liveapp/pricestair.png);
  background-size: contain;
}

.layout_pricestair .behave_as_button {
  display: block;
  width: 312px;
  height: 48px;
  margin: auto;
  border-radius: 5px;
  background: #457cf8;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
}

.layout_pricestair .behave_as_button:hover {
  opacity: 0.8;
}

@media (max-width: 959px) {
  .layout_pricestair h3 {
    margin: 32px 0;
  }

  .layout_pricestair figure {
    width: 320px;
    height: 480px;
    margin: 32px auto;
    background-image: url(../img/liveapp/pricestair_sp.png);
  }

  .behave_as_button {
    width: 296px;
    margin: 64px auto 0;
  }
}

/* ====================
   ご利用の流れ
 * ============================== */
.layout_usingflow {
  padding: 32px 0 88px;
  background-color: #f9f5f4;
}

.layout_usingflow h3 {
  margin: 32px 0;
}

.layout_usingflow dt {
  margin-bottom: 24px;
  color: #3578fa;
  font-size: 20px;
  font-weight: bold;
}

.layout_usingflow .numbering_text {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  background-color: #3578fa;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.layout_usingflow dd {
  margin: 0 0 32px 24px;
}

.layout_usingflow dd:last-child {
  margin-bottom: 0;
}

@media (max-width: 959px) {
  .layout_usingflow h3 {
    margin: 32px 16px;
  }

  .layout_usingflow dl {
    margin: 0 16px;
  }

  .layout_usingflow dd {
    margin: 0 0 32px;
  }
}

/* ====================
   クロージング
 * ============================== */
.layout_closing {
  padding: 32px 0 88px;
  background-color: #3064ce;
  background-image: url(../img/livestreaming/usecase_background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #fff;
  text-align: center;
}

.layout_closing h3 {
  margin: 32px 0 24px;
}

.layout_closing .behave_as_button {
  width: 328px;
  height: 56px;
  margin: 32px auto 0;
  background-color: #fff;
  color: #3578fa;
  font-size: 16px;
  font-weight: bold;
  line-height: 56px;
}

@media (max-width: 959px) {
  .layout_closing {
    position: relative;
  }

  .layout_closing p {
    text-align: left;
  }

  .layout_closing::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 96px;
    background: linear-gradient(180deg, transparent, #808087);
  }
}