﻿* {
  -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: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  color: #fff;
  background: #fff;
  font-size: 14px;
  line-height: 1;
}

body.menu-open .contents {
  position: relative;
  width: 100%;
  overflow: hidden;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
}

p {
  line-height: 1.3;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}

sup {
  font-size: 70%;
  top: -0.5em;
}

.inner {
  max-width: 500px;
  padding: 0 10px;
  margin: 0 auto;
}

.section-link {
  color: #fff;
  text-decoration: underline;
}

.anchor__inner {
  max-width: 500px;
  padding: 0 10px;
  margin: 0 auto;
}

.section-title {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.section-title span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}

.section-title span::before {
  content: "=";
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.section-title span::after {
  content: "=";
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

.common-button {
  text-align: center;
  max-width: 285px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #333;
  border-radius: 16px;
}

.common-button a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 5px;
}

.bg-yellow {
  background: #FFFA01;
}

.bg-green {
  background: #64C8A0;
}

.textNotice {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
}

.background-contents {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 0;
}

.background-contents__top-left {
  position: absolute;
  top: 48px;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .background-contents__top-left {
    display: none;
  }
}

.background-contents__logo {
  position: relative;
  left: 48px;
  width: 100%;
  max-width: 140px;
  margin-bottom: 40px;
}

.background-contents__menu {
  position: relative;
  background: #fff;
  border-top: 3px solid #FF0032;
  border-right: 3px solid #FF0032;
  border-bottom: 3px solid #FF0032;
  border-radius: 0 20px 20px 0;
  padding: 40px 58px 40px 48px;
  color: #333;
}

.background-contents__menu::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 33px;
  background: #FF0032;
}

.background-contents__item {
  margin-bottom: 27px;
}

.background-contents__item:last-child {
  margin-bottom: 0;
}

.arrow {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 3px 4px 4px;
  background: #fff;
  border: 2px solid #333;
  border-radius: 50%;
  margin-right: 10px;
}

.background-contents__item.current .arrow {
  background: #FFFA01;
}

.background-contents__item a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0;
}

.background-contents__item.current a {
  border-bottom: 2px solid #333;
}

.background-contents__bottom-left {
  position: absolute;
  bottom: 0;
  left: calc(50% - 550px);
  width: 100%;
  max-width: 192px;
}

.background-contents__top-right {
  position: absolute;
  top: 0;
  right: calc(50% - 550px);
  width: 100%;
  max-width: 192px;
}

.background-contents__bottom-right {
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 334px;
  height: 385px;
  background-image: url(/cms/povo/img/lp/YouTube/bottomRightCircle_red.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 83px 50px 48px 134px;
}

@media screen and (max-width: 1140px) {
  .background-contents__bottom-right {
    display: none;
  }
}

.sns-wrapper {
  margin-bottom: 28px;
}

.sns-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 17px;
  color: #333;
}

.sns-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -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;
}

.sns-icon {
  width: 33.33333%;
}

.qr-title {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 12px;
  color: #333;
}

.qr-img {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}

.contents {
  position: relative;
  width: 100%;
  max-width: 400px;
  background: #000;
  margin: 0 auto;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  z-index: 0;
  color: #333;
}

@media screen and (max-width: 500px) {
  .contents {
    max-width: 100%;
    border-left: none;
    border-right: none;
  }
}

.header {
  display: none;
  width: 100%;
  height: 60px;
  line-height: 60px;
}

/* @media screen and (max-width: 1340px) {
  .header {
    display: block;
  }
} */

.header__inner {
  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;
}

.header__logo {
  display: none;
}

@media screen and (max-width: 1340px) {
  .header__logo {
    display: block;
  }
}

.header__logo img {
  width: 80px;
  vertical-align: middle;
}

.hamburger {
  display: none;
  position: relative;
  width: 38px;
  height: 38px;
  margin-left: auto;
  background: #515151;
  border: none;
  border-radius: 50%;
  z-index: 10;
}

@media screen and (max-width: 1340px) {
  .hamburger {
    display: block;
  }
}

.hamburger.-active .hamburger__line {
  background-color: transparent;
}

.hamburger.-active .hamburger__line::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger.-active .hamburger__line::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger__line {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hamburger__line:before,
.hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
}

.hamburger__line:before {
  top: -5px;
}

.hamburger__line:after {
  top: 5px;
}

.global-navigation {
  padding-top: 40px;
  padding-right: 25px;
  padding-bottom: 120px;
  padding-left: 25px;
}

.global-navigation__list>li {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 15px 5px 15px 40px;
}

.global-navigation__list>li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/cms/povo/lp_secondary/img/arrowNext.png);
  background-repeat: no-repeat;
  background-size: 22px;
  width: 22px;
  height: 22px;
}

.global-navigation__link {
  font-size: 14px;
  font-weight: 500;
}

.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
}

.global-navigation__link.-accordion::after {
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  background-color: #ed3242;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.global-navigation__link.-accordion::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  background-color: #ed3242;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.global-navigation__link.-active::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

/* .mv {
  padding: 20px 0;
} */

.anchor-section {
  margin: 20px 0 0;
}

.anchor-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.anchor-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #111;
  background: #fff;
  border-radius: 16px;
  min-height: 120px;
  padding: 16px 5px 48px;
}

.anchor-card:hover {
  background: #e2e2e2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
  transform: translateY(-1px);
}

.anchor-card:focus-visible {
  outline: 3px solid #ffd400;
  /* アクセシビリティ用 */
  outline-offset: 2px;
}

.anchor-card .title {
  font-weight: 800;
  line-height: 1.2;
  font-size: 14px;
}

.anchor-card .title .sub {
  font-weight: 800;
  font-size: .75em;
}

.anchor-card .chev {
  position: absolute;
  bottom: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cardlist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}

.cardlist__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 140px;
  padding: 18px 12px 22px;
  background: #fff;
  border-radius: 15px;
  text-decoration: none;
  color: #111;
  position: relative;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.cardlist__card:hover {
  background: #e4e4e4;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
}

.cardlist__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

/* タイトル（赤）＋ 下の赤い三角形 */
.cardlist__title {
  font-weight: 800;
  font-size: 12px;
  color: #FF0032;
  text-align: center;
  line-height: 1.25;
}

.cardlist__title::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 8px auto 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/cms/povo/img/icn/icn-arrowdown.svg");
}

.channel-card {
  position: relative;
  background: #000;
  padding: 20px 0;
}

.channel__detail {
  margin-bottom: 60px;
}

.channel-cord p {
  margin-bottom: 0;
}

.aboutSub {
  position: relative;
  background: #000;
  padding: 60px 0 50px;
}

.aboutSub__img {
  margin-bottom: 20px;
}

.channel-about {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 15px auto;
}

.channel-img {
  width: 25%;
  border: 2px solid #fff;
  border-radius: 50px;
}

.channel-title {
  width: 70%;
  color: #fff;
  font-size: 18px;
}

.channel-title p {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 0;
}

.textCopy {
  font-size: 14px;
  color: #333;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.textCopy input {
  padding: 0;
  border-radius: 5px;
  font-size: 25px;
  letter-spacing: 1px;
  background-color: transparent;
  color: #ff0032;
  font-weight: bold;
  border: none;
  outline: none;
}

.textCopy button {
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
  color: #464749;
  background: #D9D9D9;
  font-weight: 600;
}

.textCopy button:hover {
  opacity: 0.8;
}


.threePoints {
  padding: 15px 0;
}

.camgpaign__caution {
  padding: 15px 0;
}

.povo__caution {
  padding: 15px 0;
}

.inquiry {
  padding: 15px 0;
}

.howToSwitch {
  background: #000;
  padding: 15px 0;
  overflow-x: hidden;
}

.flow {
  background: #000;
  padding: 20px 0;
}

.flow__title {
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 25px;
}

.flow__flex {
  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: 5px;
  padding: 0 7px;
  margin-bottom: 20px;
}

.flow__flex p {
  width: calc(100% - 80px);
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}

.flow__flex p span {
  font-weight: 600;
  background: #FFFA01;
}

.flow__flex img {
  width: 80px;
}

.flow__items {
  margin-bottom: 28px;
}

.flow-item {
  position: relative;
  background: #f0f0f0;
  padding: 17px 10px 17px 33px;
  margin-left: 15px;
}

.flow-item:not(:last-child) {
  margin-bottom: 12px;
}

.tab-panel1 .flow-item:nth-child(-n+2)::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -17px;
  background-image: url(/cms/povo/lp_secondary/img/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 12px;
  z-index: 1;
}

.tab-panel2 .flow-item:nth-child(-n+2)::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -17px;
  background-image: url(/cms/povo/lp_secondary/img/arrow_green.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 12px;
  z-index: 1;
}

.flow-item__number {
  position: absolute;
  left: -10px;
  top: 7px;
}

.flow-item__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #333;
  margin-bottom: 0;
}

.flow-card {
  margin-bottom: 20px;
  border: 2px solid #333;
  border-radius: 12px;
}

.flow-card__upper {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3px;
  background: #f0f0f0;
  padding: 16px 20px;
  border-bottom: 2px solid #333;
  border-radius: 12px 12px 0 0;
}

.flow-card__upper img {
  width: 23px;
  height: 40px;
}

.flow-card__upper p {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
}

.flow-card__body {
  padding: 24px;
}

.flow-card__body p {
  color: #333;
  margin-bottom: 0;
}

.tab-area {
  max-width: 600px;
  margin: 0 auto;
}

.tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1px;
  -moz-column-gap: 1px;
  column-gap: 1px;
}

.tab {
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 15px 15px 0 0;
  border: 2px solid #fff;
  margin-bottom: 1px;
  border-bottom: 1px solid #333;
}

.tab1.-active {
  background: #FFFA01;
  border-bottom: none;
  margin-bottom: 0px;
}

.tab2.-active {
  background: #64C8A0;
  border-bottom: none;
  margin-bottom: 0px;
}

.tab-panel {
  display: none;
  background: #fff;
  line-height: 1.75;
  padding: 22px 20px 32px;
  border: 2px solid #fff;
  border-top: none;
  color: #333;
}

.tab-panel.-active {
  display: block;
}

.faq {
  padding: 15px 0;
  background: #000;
}

.faq__items {
  max-width: 680px;
  margin: 0 auto;
}

.faq__item {
  margin-bottom: 20px;
}

.toggle {
  display: none;
}

.Label {
  display: block;
  font-size: 14px;
  color: #333;
  background: #fff;
  border: 1px solid #7a7a7a;
  border-radius: 10px;
}

.Label::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/cms/povo/img/lp/gw202504/question-iconQ.png);
  background-size: 20px;
}

.Label::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
}

.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  padding: 20px 40px;
  line-height: 1.3;
}

.content {
  display: none;
  height: auto;
  background: #fff;
  padding: 20px 20px 20px 40px;
  border: 1px solid #7a7a7a;
  border-radius: 0 0 10px 10px;
  color: #333;
}

.content p {
  font-size: 14px;
  color: #333;
}

.content::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 10px;
  background-image: url(/cms/povo/img/lp/gw202504/question-iconA.png);
  background-size: 20px;
}

.toggle:checked+.Label {
  background: #ebecef;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

.toggle:checked+.Label+.content {
  display: block;
}

.toggle:checked+.Label::after {
  content: "-";
  font-size: 35px;
}

.footer {
  background: #EBECEF;
}

.footer p {
  font-size: 10px;
  color: #333;
}

.footer_inner {
  text-align: center;
  padding: 30px 15px;
}

.footer__links {
  text-align: center;
}

.footer__links p {
  line-height: 2;
}

.footer__logo {
  max-width: 200px;
  width: 100%;
  margin: 0 auto 20px;
}

.floating {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 400px;
  background: rgba(51, 51, 51, 0.7);
  padding: 12px 0;
  z-index: 10;
}

@media screen and (max-width: 500px) {
  .floating {
    max-width: 100%;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-content {
  position: relative;
  width: 100%;
  max-width: 900px;
  background-color: #fff;
  border-radius: 30px;
  border: none;
  padding: 40px;
  margin: 1.75rem auto 20px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .modal-content {
    padding: 3.7% 2.7%;
  }
}

.modal-close {
  display: block;
  position: absolute;
  top: -21px;
  right: 0;
  border: none;
  z-index: 10;
}

.btn-close {
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  align-items: center;
  justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-inline: auto;
  font-weight: bold;
  line-height: 1;
  pointer-events: all;
  background-color: #fff;
  font-size: 1.2rem;
  border-radius: 30px;
  overflow: hidden;
}

.u-icn-close {
  display: block;
  line-height: 1;
}

.u-icn-close::before {
  display: block;
  content: "";
  background-image: url(/cms/povo/img/icn/icn-close.svg#close-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 14px;
  height: 14px;
}

.column-ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}

.ttl-sub {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}

.modal .button {
  max-width: 650px;
  font-size: 18px;
  margin: 0 auto 25px;
}

@media screen and (max-width: 767px) {
  .modal .button {
    max-width: 400px;
  }
}

.modal .button a {
  display: block;
  width: 100%;
  padding: 20px 45px;
  border-radius: 50px;
  -webkit-box-shadow: 0 3px #d6d6d6;
  box-shadow: 0 3px #d6d6d6;
  /* background-image: url(https://povo.jp/assets/img/icons/arrow@2x.png); */
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: right 20px center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

@media screen and (max-width: 767px) {
  .modal .button a {
    text-align: left;
    font-size: 16px;
    background-position: right 10px center;
    padding: 15px 45px 15px 20px;
  }
}

.modal .button.green a {
  background-color: #64c8a0;
  color: #fff;
}

.modal .button.yellow a {
  background-color: #fffa00;
  color: #333;
}

.tiny {
  font-size: 14px;
}

.text-bottom-modal {
  text-align: left;
  max-width: 650px;
  font-size: 14px;
  margin: 0 auto;
  color: #333;
}

#modal1 .column-top {
  position: relative;
  text-align: center;
  border-radius: 20px;
  padding: 30px 10px;
}

.column-top.green {
  background: #e2f0ea;
  margin-bottom: 30px;
}

.column-top.yellow {
  background: #fffee1;
}

@media (max-width: 767px) {
  .column-top .button a {
    background-size: 30px;
  }

  .tiny {
    font-size: 12px;
  }

  .text-bottom-modal {
    text-align: left;
  }
}