@charset "UTF-8";

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

 /* 読み込みフッターの調整
 * ---------------------------------------- */
.document_list .document_live {
  display: flex;
}

 /* ヒーローイメージ
 * ---------------------------------------- */
.layout_hero {
  background-image: url(https://imageflux.sakura.ad.jp/assets/images/livestreaming/main_visualX.png);
  background-repeat: no-repeat;
  background-position: calc(50% - 140px) 100%;
}

.layout_hero .texts {
  max-width: 100%;
}

.layout_hero .title {
  padding-top: 88px;
  color: #fff;
  font-size: 26px;
  line-height: 1.5;
}

.layout_hero .title .show_tablet {
  display: none;
}

.layout_hero .btn {
  margin-top: 104px;
  padding: 0 32px;
  background: #fff;
  color: #52474d;
  font-size: 16px;
  line-height: 48px;
  border-radius: 3px;
}

.layout_hero .hero {
  width: 100%;
  max-width: 516px;
}

.layout_hero .image {
  width: 100%;
  max-width: 516px;
  height: auto;
}

@media (max-width: 800px) {
  .layout_hero {
    background-size: 800px;
    background-position: 100% 100%;
  }
}

/* ====================
   概要（overview）
 * ============================== */
.layout_overview {
  padding: 0 0 88px;
}

.layout_overview h2 {
  font-size: 24px;
  text-align: left;
}

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

.overview_list li {
  position: relative;
  min-height: 312px;
  max-width: 288px;
  padding-top: 56px;
}

.overview_list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.overview01::before {
  width: 68px;
  height: 56px;
  background-image: url(https://imageflux.sakura.ad.jp/assets/images/livestreaming/overview01.svg);
}

.overview02::before {
  width: 56px;
  height: 56px;
  background-image: url(https://imageflux.sakura.ad.jp/assets/images/livestreaming/overview02.svg);
  background-color: #88affd;
  border-radius: 2px;
}

.overview03::before {
  width: 64px;
  height: 56px;
  background-image: url(https://imageflux.sakura.ad.jp/assets/images/livestreaming/overview03.svg);
}

.overview_list dt {
  margin: 32px 0 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
}

.overview_list dd {
  font-size: 15px;
  line-height: 24px;
}

@media (max-width: 959px) {
  .layout_overview h2 br {
    display: none;
  }

  .overview_list {
    margin: 0 8px;
    flex-direction: column;
    justify-content: center;
  }

  .overview_list li {
    max-width: 100%;
    min-height: auto;
    margin-bottom: 48px;
  }
}

/* ====================
   利用シーン
 * ============================== */
.section_scene {
  padding-bottom: 104px;
  background-color: #f9f8f5;
}

.section_scene h2 {
  margin-top: 0;
}

.section_scene .scene_list {
  position: relative;
  padding-top: 136px;
}

.scene_name {
  position: absolute;
  top: 16px;
  width: 320px;
  height: 120px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  cursor: pointer;
}

.scene_name:hover {
  opacity: 0.8;
}

.active .scene_name:hover {
  opacity: 1;
  cursor: default;
}

.scene_small .scene_name {
  left: 0;
  background-color: #619aff;
}

.scene_large .scene_name {
  left: 320px;
  background-color: #327afa;
}

.scene_middle .scene_name {
  left: 640px;
  background-color: #3161b6;
}

.scene_list .main_text {
  display: block;
  padding-top: 32px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
}

.scene_list .active .main_text {
  padding-top: 40px;
}

.scene_list .sub_text {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
}

.scene_list .scene_description {
  display: none;
  width: 100%;
  min-height: 476px;
  padding: 56px 48px;
  background-color: #fff;
}

.scene_list .active .scene_name {
  top: 0;
  height: 136px;
}

.scene_list .active .scene_name::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -32px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 16px;
}

.scene_list .active .scene_description {
  display: block;
}

.scene_large .scene_name::after {
  border-color: #327afa transparent transparent;
}

.scene_middle .scene_name::after {
  border-color: #3161b6 transparent transparent;
}

.scene_small .scene_name::after {
  border-color: #619aff transparent transparent;
}

.scene_image {
  display: flex;
}

.scene_image img {
  display: block;
  max-width: 528px;
  max-height: 288px;
  margin: 40px auto;
}

.scene_image figcaption {
  display: flex;
  width: 302px;
  margin-left: 32px;
  flex-direction: column;
  justify-content: center;
}

.scene_example {
  background: #327afa;
  color: #fff;
  padding: 2px 8px;
  margin-right: 8px;
  display: inline-block;
}

.scene_price_example {
  position: relative;
}

.scene_price_example h3 {
  margin: 24px 0 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}

.scene_price_example dt {
  position: absolute;
  top: 40px;
  width: 151px;
  height: 32px;
  border-radius: 5px 5px 0 0;
  background-color: #619aff;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}

.scene_price_example dt:hover {
  opacity: 0.8;
}

.scene_price_example dt.active {
  top: 32px;
  height: 40px;
  background-color: #327afa;
  line-height: 40px;
}

.scene_price_example dt.active:hover {
  opacity: 1;
  cursor: default;
}

.scene_price_example dd {
  display: none;
  position: absolute;
  top: 72px;
  left: 0;
  width: 302px;
  min-height: 166px;
  border: 1px solid #327afa;
}

.scene_price_example dd.active {
  display: block;
}

.example02 {
  left: 152px;
}

.scene_price_example table {
  margin: 16px;
  font-size: 14px;
}

.scene_price_example tr {
  border-bottom: 2px solid #fff;
}

.scene_price_example tbody {
  border-bottom: 8px solid #fff;
}

.scene_price_example th {
  width: 88px;
  height: 24px;
  font-weight: normal;
  text-align: center;
  line-height: 24px;
}

.scene_price_example td {
  width: 168px;
  height: 24px;
  padding-left: 16px;
}

.scene_price_example tbody th {
  background-color: #eee;
}

.scene_price_example tfoot th {
  background-color: #327afa;
  color: #fff;
}

.scene_price_example tfoot td {
  font-weight: bold;
}

@media (max-width: 959px) {
  .section_scene .scene_list {
    padding-top: 96px;
  }

  .scene_name {
    width: calc(100% / 3);
    height: 80px;
    padding: 0 8px;
  }

  .scene_list .active .scene_name {
    height: 96px;
  }

  .scene_large .scene_name {
    left: calc(100% / 3);
    background-color: #327afa;
  }

  .scene_middle .scene_name {
    left: calc(100% / 3 * 2);
    background-color: #3161b6;
  }

  .scene_small .scene_name {
    left: 0;
    background-color: #619aff;
  }

  .scene_list .main_text {
    padding-top: 16px;
    font-size: 15px;
  }

  .scene_list .active .main_text {
    padding-top: 24px;
  }

  .scene_list .sub_text {
    display: none;
    width: 300%;
    height: 32px;
    position: absolute;
    bottom: -32px;
    margin-top: 8px;
    background: #000;
    font-size: 14px;
    line-height: 32px;
  }

  .scene_list .active .sub_text {
    display: block;
  }

  .scene_large .sub_text {
    left: -100%;
    background-color: #327afa;
  }

  .scene_middle .sub_text {
    left: -200%;
    background-color: #3161b6;
  }

  .scene_small .sub_text {
    left: 0;
    background-color: #619aff;
  }

  .scene_list .active .scene_name::after {
    bottom: -64px;
  }

  .scene_list .scene_description {
    padding: 56px 8px;
  }

  .scene_image {
    max-width: 528px;
    margin: auto;
    flex-direction: column;
  }

  .scene_image img {
    width: 100%;
    height: auto;
  }

  .scene_image figcaption {
    width: 100%;
    min-height: 400px;
    margin-left: 0;
  }

  .scene_price_example dd {
    width: 100%;
  }
}

/* ====================
   動画でわかる（howtomovie）
 * ============================== */
.layout_howtomovie {
  padding-bottom: 88px;
  background-color: #327afa;
  background-image: url(https://imageflux.sakura.ad.jp/assets/images/livestreaming/usecase_background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.layout_howtomovie h2 {
  padding-bottom: 56px;
  color: #fff;
}

.layout_howtomovie h3 {
  margin-bottom: 24px;
  color: #fff;
}

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

.howtomovie_list li {
  flex: 1 1 50%;
}

.howtomovie_list li iframe {
  display: block;
  width: 100%;
  max-width: 444px;
  height: 250px;
}

@media (max-width: 800px) {
  .howtomovie_list {
    flex-direction: column;
    align-items: center;
  }

  .howtomovie_list li {
    margin-bottom: 32px;
  }

  .howtomovie_list li iframe {
    height: auto;
  }
}

/* ====================
   機能一覧
 * ============================== */
.layout_option {
  padding: 0 0 88px;
  background-color: #f9f8f5;
}

.option_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.option_list li {
  width: 228px;
  min-height: 272px;
  margin: 0 auto 24px;
  border: 1px solid #327afa;
  background-repeat: no-repeat;
  background-position: 50% 60px;
  background-size: 112px;
  background-color: #fff;
}

.option_list .function01 {
  background-image: url(https://imageflux.sakura.ad.jp/assets/images/livestreaming/function01.png);
}

.option_list .function02 {
  background-image: url(https://imageflux.sakura.ad.jp/assets/images/livestreaming/function02.png);
}

.option_list .function03 {
  background-image: url(https://imageflux.sakura.ad.jp/assets/images/livestreaming/function03.png);
}

.option_list .function04 {
  background-image: url(https://imageflux.sakura.ad.jp/assets/images/livestreaming/function04.png);
}

.option_list .function05 {
  background-image: url(https://imageflux.sakura.ad.jp/assets/images/livestreaming/function05.png);
}

.option_list .function06 {
  background-image: url(https://imageflux.sakura.ad.jp/assets/images/livestreaming/function06.png);
}

.option_list .function07 {
  background-image: url(https://imageflux.sakura.ad.jp/assets/images/livestreaming/function07.png);
}

.option_list .function08 {
  background-image: url(https://imageflux.sakura.ad.jp/assets/images/livestreaming/function08.png);
}

.option_list dt {
  height: 40px;
  background-color: #327afa;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.option_list dd {
  padding: 120px 16px 8px;
  line-height: 24px;
}

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


@media (max-width: 959px) {
  .option_list li {
    width: 100%;
    max-width: 320px;
    min-height: auto;
  }

  .option_list dt {
    height: 32px;
    padding: 0 8px;
    background-color: #327afa;
    color: #fff;
    line-height: 32px;
  }

  .option_list dd {
    padding: 120px 16px 16px;
  }
}

@media (max-width: 599px) {
  .option_list {
    flex-direction: column;
  }
}

/* ====================
   オーダーメイドプラン
 * ============================== */

 .section_order-made {
  background-color: #327afa;
  background-image: url(https://imageflux.sakura.ad.jp/assets/images/livestreaming/order-made.svg);
  background-repeat: no-repeat;
  background-position: 89% 70%;
  background-size: 250px;
  padding: 104px 0;
}

.section_order-made .inner {
}

.section_order-made h2 {
  padding: 0.3rem;
  background: #fff;
  display: inline-block;
  font-size: 1.9rem;
}

.section_order-made p.lead_text {
  padding: 0.5rem 0.3rem;
  margin-bottom: 0.7rem;
  background: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
}

.section_order-made p.lead_text span{
  background: #44FDAC;
}

.section_order-made p.order-made_lead-text {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  margin: 3rem 0;
}

.order-made_lead-text-atten {
  color: #fff;
  margin: 1rem 15rem 0 0;
}

.section_order-made .order-made_btn a {
  background: #44FDAC;
  border-radius: 3px;
  display: block;
  width: 290px;
  height: 60px;
  line-height: 60px;
  color: #1f1f1f;
  font-weight: bold;
  text-align: center;
  font-size: 1.3rem;
}

.section_order-made .order-made_btn a:hover {
  opacity: 0.9;
  text-decoration: none;
}

@media (max-width: 599px) {
  .section_order-made .order-made_btn a {
    width: 90%;
    margin: 0 auto;
  }

  .section_order-made h2 {
    font-size: 1.6rem;
  }

  .section_order-made p.lead_text {
    font-size: 1rem;
  }
}

@media (max-width: 959px) {
  .section_order-made {
    background-image: none;
  }
}

/* ====================
   APIオプション
 * ============================== */

.section_api_option h2 {
  display: flex;
  padding-bottom: 24px;
  font-size: 22px;
  align-items: center;
  gap: 16px;
}

.section_api_option h2::before {
  content: "NEW";
  display: inline-block;
  width: 56px;
  height: 26px;
  background-color: #2d7dfa;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 28px;
}

.section_api_option .lead_text {
  font-size: 16px;
}

.api_option_pickup_list {
  display: flex;
  margin: 56px 0;
  justify-content: space-between;
}

.api_option_pickup_list li {
  flex: 288px 0 1;
  text-align: center;
}

.api_option_pickup_list figcaption dt {
  margin: 16px 0;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.api_option_pickup_list figcaption dd {
  font-size: 15px;
  text-align: left;
}

.api_option_list {
  display: flex;
  margin: 56px 0 16px;
  padding: 16px 24px;
  background: #F9F8F4;
  flex-wrap: wrap;
}

.api_option_list li {
  width: 25%;
  margin: 4px 0;
  font-size: 16px;
}

.api_option_list li::before {
  content: '\f00c';
  margin-right: 8px;
  color: #007aff;
  font-family: FontAwesome, sans-serif;
}

.section_api_option .footnote_list {
  margin-bottom: 48px
}

@media (max-width: 959px) {
  .api_option_list li {
    width: 50%;
  }
}

@media (max-width: 599px) {
  .api_option_pickup_list {
    flex-direction: column;
  }

  .api_option_list li {
    width: 100%;
  }
}