﻿* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 16px;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

.lg-only {
  display: block;
}

@media screen and (max-width: 1199px) {
  .lg-only {
    display: none;
  }
}

.pc-only {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

body {
  font-family: Noto Sans JP;
  color: #333;
  background: #000;
  line-height: 1;
  padding-bottom: 100px;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #333;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
}

p {
  line-height: 1.5;
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

sup {
  font-size: 14px;
}

.inner {
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
}

.inner--narrow {
  max-width: 800px;
}

.text-link {
  text-align: right;
  max-width: 700px;
  margin: 0 auto;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .text-link {
    max-width: 500px;
  }
}

.text-link a {
  color: #333;
}

.textNotice {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.pc-cp-hd {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .pc-cp-hd {
    display: none !important;
  }
}

.sp-cp-hd {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp-cp-hd {
    display: block !important;
  }
}

.header {
  height: 60px;
  line-height: 60px;
  background: #202020;
}

.header__inner {
  height: inherit;
  line-height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  display: grid;
  width: 150px;
}

.header__logo:nth-child(1) {
  position: relative;
  padding-right: 46px;
  width: 160px;
}

.header__logo:nth-child(1)::before {
  content: "";
  width: 1px;
  height: 63px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .header__logo:nth-child(1) {
    width: 130px;
    padding-right: 24px;
  }
}

.header__logo:nth-child(2) {
  padding-left: 46px;
}

@media screen and (max-width: 767px) {
  .header__logo:nth-child(2) {
    width: 115px;
    padding-left: 24px;
  }
}

.fv {
  position: relative;
  background: #000;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .fv {
    padding: 20px 0 30px;
  }
}

.fv::after {
  content: "";
  max-width: 1300px;
  width: 97%;
  height: 2px;
  background: #888;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .fv::after {
    width: 90%;
  }
}

.fv__img {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .fv__img {
    margin-bottom: 40px;
  }
}

.plan {
  background: #000;
  padding: 100px 0;
}

.plan__heading {
  width: 100%;
  max-width: 980px;
  margin-bottom: 55px;
}

.plan__text {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .plan__text {
    font-size: 20px;
    margin-bottom: 50px;
  }
}

.plan__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .plan__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.plan-item__img {
  margin-bottom: 20px;
}

.plan-item__link {
  display: inline-block;
}

.plan-item__link a {
  display: inline-block;
  color: #ddaa00;
  font-size: 24px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .plan-item__link a {
    font-size: 16px;
  }
}

.flow {
  position: relative;
  background: #000;
  padding: 0 0 100px;
}

.flow::after {
  content: "";
  max-width: 1300px;
  width: 97%;
  height: 2px;
  background: #888;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .flow::after {
    width: 90%;
  }
}

.flow__img01 {
  margin-bottom: 55px;
}

.flow__img02 {
  max-width: 650px;
  margin: 0 auto 50px;
}

.flow-item {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
  color: #fff;
  background: #262626;
  border-radius: 20px;
  padding: 35px 60px;
}

@media screen and (max-width: 767px) {
  .flow-item {
    padding: 25px 20px;
  }
}

.flow-item::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10%;
  margin: auto;
}

.flow-item.open::after {
  top: 10%;
  border-top: none;
  border-bottom: solid 3px #fff;
}

@media screen and (max-width: 767px) {
  .flow-item.open::after {
    top: 5.5%;
  }
}

.flow-item__title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .flow-item__title {
    font-size: 20px;
  }
}

.flow-item.open .flow-item__title {
  padding-bottom: 35px;
  border-bottom: 2px solid #999;
}

@media screen and (max-width: 767px) {
  .flow-item.open .flow-item__title {
    padding-bottom: 25px;
  }
}

.flow-item__wrapper {
  display: none;
}

.flow-item.open .flow-item__wrapper {
  display: block;
}

.flow-item__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5%;
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  .flow-item__step {
    display: block;
  }
}

.step {
  width: 47.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .step {
    width: 100%;
  }
}

.step:nth-child(3) {
  margin-bottom: 0;
}

.step__left img {
  width: 120px;
}

@media screen and (max-width: 767px) {
  .step__left img {
    width: 100px;
  }
}

.step__number {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .step__number {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.step__text {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .step__text {
    font-size: 16px;
  }
}

.flow__link {
  text-align: center;
  margin-bottom: 40px;
}

.flow__link a {
  color: #ddaa00;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .flow__link a {
    font-size: 20px;
  }
}

.flow__text {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .flow__text {
    text-align: left;
  }
}

.point {
  position: relative;
  background: #000;
  padding: 100px 0;
}

.point::after {
  content: "";
  max-width: 1300px;
  width: 97%;
  height: 2px;
  background: #888;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .point::after {
    width: 90%;
  }
}

.point__title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 55px;
}

@media screen and (max-width: 767px) {
  .point__title {
    max-width: 500px;
  }
}

.point__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 7%;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .point__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 55px;
    margin-bottom: 55px;
  }
}

.copy-area {
  text-align: center;
  background: #262626;
  border-radius: 20px;
  padding: 30px 15px;
}

.copy-area__title {
  width: 100%;
  max-width: 742px;
  margin: 0 auto 30px;
}

.about {
  position: relative;
  background: #000;
  padding: 100px 0;
}

.about::after {
  content: "";
  max-width: 1300px;
  width: 97%;
  height: 2px;
  background: #888;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .about::after {
    width: 90%;
  }
}

.about-contents {
  background: #fff;
  padding: 55px 45px;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .about-contents {
    padding: 55px 25px;
  }
}

.about-contents__heading {
  width: 100%;
  max-width: 750px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .about-contents__heading {
    max-width: 350px;
  }
}

.about-contents__text {
  color: #333;
  font-size: 28px;
  line-height: 1.7;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .about-contents__text {
    font-size: 20px;
  }
}

.about-contents__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}

@media screen and (max-width: 767px) {
  .about-contents__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

.area_500m7d {
  background: #000;
  padding: 100px 0 80px;
}

.area_2g30d {
  background: #000;
  padding-bottom: 80px;
}

.area_ABEMAnew {
  background: #000;
  padding-bottom: 80px;
}

.attention {
  background: #000;
  padding-bottom: 100px;
}

.textLv1 {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .textLv1 {
    font-size: 24px;
  }
}

.textLv2 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .textLv2 {
    font-size: 24px;
  }
}

.textLv3 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .textLv3 {
    font-size: 22px;
  }
}

a.textLv4 {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .textLv4 {
    font-size: 18px;
  }
}

.textLv5 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .textLv5 {
    font-size: 17px;
  }
}

.mbLv1 {
  margin-bottom: 30px;
}

.mbLv2 {
  margin-bottom: 15px;
}

.cta {
  background: #000;
  padding: 80px 0 0;
}

.cta__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .cta__wrapper {
    gap: 15px;
  }
}

.floating {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  padding: 20px 10px;
  /* opacity: 0;   -webkit-transition: opacity 0.5s ease;   transition: opacity 0.5s ease; */
}

/* .floating__wrapper {   display: -webkit-box;   display: -webkit-flex;   display: -ms-flexbox;   display: flex;   gap: 30px; }  @media screen and (max-width: 767px) {   .floating__wrapper {     gap: 15px;   } } */
.cta01, .cta02 {
  text-align: center;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  border-radius: 20px;
}

.cta01 {
  background: #ddaa00;
}

.cta02 {
  border: 1px solid #ddaa00;
}

.cta01 a, .cta02 a {
  display: block;
  font-size: 24px;
  font-weight: 600;
  padding: 20px 15px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .cta01 a, .cta02 a {
    font-size: 16px;
    padding: 20px 5px;
  }
}

.cta01 a {
  color: #000;
}

.cta02 a {
  color: #ddaa00;
}

.textCopy {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textCopy input {
  width: 5px;
  padding: 7px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0;
}

.textCopy button {
  cursor: pointer;
  position: relative;
  font-family: "Noto Sans JP";
  width: 100%;
  max-width: 500px;
  color: #000;
  background: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 10px 10px 30px;
  margin: 0 auto;
  border-radius: 50px;
  border: 2px solid #ddaa00;
}

@media screen and (max-width: 767px) {
  .textCopy button {
    font-size: 14px;
  }
}

.textCopy button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 145px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/cms/povo/lp_abema/img/beforeCopy.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 30px;
  background-size: 25px 30px;
}

@media screen and (max-width: 767px) {
  .textCopy button::before {
    left: calc(50% - 103px);
  }
}

.textCopy button.copied {
  background: #ddaa00;
}

.textCopy button.copied::before {
  left: calc(50% - 100px);
  background-image: url(/cms/povo/lp_abema/img/afterCopy.png);
  width: 30px;
  height: 28px;
  background-size: 30px 28px;
}

@media screen and (max-width: 767px) {
  .textCopy button.copied::before {
    left: calc(50% - 75px);
  }
}