
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
body {
  background: none;
}

.ec-layoutRole {
  background: none;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

html {
  font-size: 100%;
}

body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
}
body::before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/bakuage/appleone/join_campaign/assets/images/pc_bg.png) no-repeat top left/cover;
}
@media only screen and (max-width: 650px) {
  body::before {
    content: none;
  }
}

p, li, dt, dd, input, textarea, th, td {
  color: #000;
  line-height: 175%;
}

@media only screen and (max-width: 768px) {
  main {
    overflow: hidden;
  }
}

a {
  color: #000;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

figure img {
  width: 100%;
}

main {
  position: relative;
}

.pc {
  display: block;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.pc-min-1281 {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .pc-min-1281 {
    display: inherit;
  }
}

.pc-1280 {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .pc-1280 {
    display: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .pc-1280 {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: inherit;
  }
}

img.pc, br.pc, span.pc, strong.pc, small.pc {
  display: inline;
}
@media only screen and (max-width: 768px) {
  img.pc, br.pc, span.pc, strong.pc, small.pc {
    display: none;
  }
}
img.sp, br.sp, span.sp, strong.sp, small.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  img.sp, br.sp, span.sp, strong.sp, small.sp {
    display: inline;
  }
}
.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .l-header .c-nav {
    display: none;
  }
  .l-header .c-hamburger {
    display: block;
    z-index: 1001;
  }
}

.l-container01 {
  margin: 0 auto;
  width: 92%;
}
@media only screen and (max-width: 650px) {
  .l-container01 {
    width: 91.59375vw;
  }
}

.l-container02 {
  margin: 0 auto;
  width: 78%;
}
@media only screen and (max-width: 650px) {
  .l-container02 {
    width: 78.125vw;
  }
}

.l-container03 {
  margin: 0 auto;
  width: 71%;
}
@media only screen and (max-width: 650px) {
  .l-container03 {
    width: 70.703125vw;
  }
}

.l-section {
  position: relative;
}

.l-spContainer {
  position: relative;
  margin: 0 auto;
  max-width: 500px;
  overflow: hidden;
  background: #fff;
}

.l-mainContainer {
  overflow: hidden;
  width: 500px;
  min-width: 500px;
  background: #fff;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 0 25px rgba(140, 140, 224, 0.5);
}
@media only screen and (max-width: 650px) {
  .l-mainContainer {
    overflow: inherit;
    min-width: 0;
    width: 100%;
    border-radius: 0;
  }
}

.l-allContainer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-content: center;
  padding-top: 150px;
  margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 1366px) {
  .l-allContainer {
    padding-top: 10vw;
  }
}
@media (min-width: 651px) and (max-width: 768px) {
  .l-allContainer {
    padding-top: 23vw;
  }
}
@media only screen and (max-width: 1200px) {
  .l-allContainer {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 650px) {
  .l-allContainer {
    display: inherit;
    padding-top: 0;
  }
}

.l-sideBar_l {
  position: relative;
  margin: 0 auto;
  width: 16.6666666667vw;
}
@media only screen and (max-width: 1200px) {
  .l-sideBar_l {
    display: none;
  }
}
.l-sideBar_l .l-sideBar_l_inner {
  position: sticky;
  top: 10.4166666667vw;
  left: 0;
}

.l-sideBar_r {
  position: relative;
  width: 27.7777777778vw;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .l-sideBar_r {
    width: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 650px) {
  .l-sideBar_r {
    display: none;
  }
}
.l-sideBar_r .l-sideBar_r_inner {
  position: sticky;
  top: 10.4166666667vw;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .l-sideBar_r .l-sideBar_r_inner {
    top: 450px;
  }
}

.c-btn01 {
  position: relative;
  box-shadow: 0 6px 0 #c4c5d0;
  width: 360px;
  border-radius: 38px;
}
@media only screen and (max-width: 650px) {
  .c-btn01 {
    width: 78.125vw;
    height: 14.453125vw;
    border-radius: 7.1614583333vw 7.1614583333vw 6.3802083333vw 6.3802083333vw;
    box-shadow: 0 1.3020833333vw 0 #c4c5d0;
  }
}
.c-btn01.--purple a {
  background: url(/bakuage/appleone/join_campaign/assets/images/btn_purple.png) no-repeat top left/100% 100%;
}
.c-btn01.--purple a .c-btn01_arrow::after {
  border-left: 5px solid #6a6aff;
}
.c-btn01.--black a {
  background: url(/bakuage/appleone/join_campaign/assets/images/btn_black.png) no-repeat top left/100% 100%;
}
@media only screen and (max-width: 650px) {
  .c-btn01.--purple a .c-btn01_arrow::after {
    border-left: 1.171875vw solid #6a6aff;
  }
}
.c-btn01.--blue a {
  background: url(/bakuage/appleone/join_campaign/assets/images/btn_blue.png) no-repeat top left/100% 100%;
}
.c-btn01.--blue a .c-btn01_arrow::after {
  border-left: 5px solid #14a9e9;
}
@media only screen and (max-width: 650px) {
  .c-btn01.--blue a .c-btn01_arrow::after {
    border-left: 1.171875vw solid #14a9e9;
  }
}
.c-btn01.--red a {
  background: url(/bakuage/appleone/join_campaign/assets/images/btn_red.png) no-repeat top left/100% 100%;
}
.c-btn01.--red a .c-btn01_arrow::after {
  border-left: 5px solid #ff3768;
}
@media only screen and (max-width: 650px) {
  .c-btn01.--red a .c-btn01_arrow::after {
    border-left: 1.171875vw solid #ff3768;
  }
}
.c-btn01.--pastel a {
  background: url(/bakuage/appleone/join_campaign/assets/images/btn_pastel.png) no-repeat top left/100% 100%;
}
.c-btn01.--pastel a.entry-btnStyle_unchecked {
  filter: grayscale(100%);
  pointer-events: none;
}
.c-btn01 a {
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: #fff;
  line-height: 115%;
  transition: all 0.3s;
  height: 68px;
  border-radius: 38px;
  font-size: 19px;
}
@media only screen and (max-width: 768px) {
  .c-btn01 a {
    height: 9.453125vw;
    border-radius: 6.3802083333vw;
    font-size: 4.1666666667vw;
  }
}
@media only screen and (max-width: 650px) {
  .c-btn01 a {
    height: 14.453125vw;
  }
}
.c-btn01 a:hover {
  top: 6px;
}
@media only screen and (max-width: 650px) {
  .c-btn01 a:hover {
    top: 1.3020833333vw;
  }
}
.c-btn01 a .c-btn01_txt {
  position: relative;
  display: block;
  text-align: center;
}
.c-btn01 a .c-btn01_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 23px;
  height: 23px;
  background: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 650px) {
  .c-btn01 a .c-btn01_arrow {
    right: 3.90625vw;
    width: 4.9479166667vw;
    height: 4.9479166667vw;
  }
}
.c-btn01 a .c-btn01_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
}
@media only screen and (max-width: 768px) {
  .c-btn01 a .c-btn01_arrow::after {
    border-top: 1.171875vw solid transparent;
    border-bottom: 1.171875vw solid transparent;
  }
}
.c-btn01.--anchor a .c-btn01_arrow::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.c-btn02 {
  width: 360px;
}
@media only screen and (max-width: 650px) {
  .c-btn02 {
    width: 78.125vw;
  }
}
.c-btn02 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #e7edff;
  line-height: 120%;
  height: 60px;
  border: 1px solid #000;
  border-radius: 38px;
  font-size: 19px;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .c-btn02 a {
    height: 13.0208333333vw;
    border-radius: 6.5104166667vw;
    font-size: 4.1666666667vw;
  }
}
.c-btn02 a::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 7px 0 7px 7px;
}
@media only screen and (max-width: 650px) {
  .c-btn02 a::after {
    right: 6.5104166667vw;
    border-width: 1.1067708333vw 0 0.6640625vw 1.171875vw;
  }
}

.c-ttl01 {
  font-size: 35px;
  font-weight: 900;
  line-height: 110%;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .c-ttl01 {
    font-size: 7.421875vw;
  }
}
.c-ttl01 em {
  font-size: 36px;
}
@media only screen and (max-width: 650px) {
  .c-ttl01 em {
    font-size: 7.8125vw;
  }
}

.p-header {
  position: fixed;
  z-index: 99;
  top: 0;
  padding: 19px 0;
  width: 250px;
}
@media only screen and (max-width: 650px) {
  .p-header {
    left: 0;
    transform: none;
    padding: 3.90625vw 0;
    width: 100%;
    background: #fff;
  }
}
.p-header .p-header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
@media only screen and (max-width: 650px) {
  .p-header .p-header_inner {
    padding: 0 6.5104166667vw;
  }
}
.p-header .p-header_inner .p-header_logo {
  width: 158px;
}
@media only screen and (max-width: 650px) {
  .p-header .p-header_inner .p-header_logo {
    width: 27.34375vw;
  }
}
.p-header .p-header_inner .p-header_drawer {
  position: relative;
  display: inline-block;
  z-index: 999;
  width: 35px;
  height: 23px;
}
@media only screen and (max-width: 768px) {
  .p-header .p-header_inner .p-header_drawer {
    width: 5.9895833333vw;
    height: 3.90625vw;
  }
}
.p-header .p-header_inner .p-header_drawer span {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #cc0033;
  transition: 0.3s;
}
.p-header .p-header_inner .p-header_drawer span:first-child {
  top: 0;
}
.p-header .p-header_inner .p-header_drawer span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-header .p-header_inner .p-header_drawer span:last-child {
  bottom: 0;
}
.p-header .p-header_inner .p-header_drawer.active span:first-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-header .p-header_inner .p-header_drawer.active span:nth-child(2) {
  opacity: 0;
}
.p-header .p-header_inner .p-header_drawer.active span:last-child {
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}

.p-logo {
  font-size: 18px;
  font-weight: bold;
}

.p-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  visibility: hidden;
  transition: opacity 0.3s ease;
  overflow: scroll;
}
@media only screen and (max-width: 650px) {
  .p-nav {
    height: 100%;
  }
}
.p-nav .p-nav_inner {
  margin: 113px auto 0;
  width: 350px;
}
@media only screen and (max-width: 650px) {
  .p-nav .p-nav_inner {
    margin: 42.96875vw auto 0;
    width: 76.0416666667vw;
  }
}
.p-nav ul {
  margin-top: 60px;
  padding-bottom: 600px;
}
@media only screen and (max-width: 650px) {
  .p-nav ul {
    margin-top: 12.3697916667vw;
    padding-bottom: 13.0208333333vw;
  }
}
.p-nav ul li {
  padding: 27px 0;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  border-bottom: 3px solid #000;
}
@media only screen and (max-width: 650px) {
  .p-nav ul li {
    padding: 5.859375vw 0;
    font-size: 5.2083333333vw;
    border-bottom: 0.5208333333vw solid #000;
  }
}
.p-nav ul li:first-child {
  border-top: 3px solid #000;
}
@media only screen and (max-width: 650px) {
  .p-nav ul li:first-child {
    border-top: 0.390625vw solid #000;
  }
}

.p-nav.active {
  opacity: 1;
  visibility: visible;
}

.p-hamburger {
  display: none;
  position: relative;
  cursor: pointer;
  z-index: 1001;
  width: 23px;
  height: 23px;
}
@media only screen and (max-width: 1000px) {
  .p-hamburger {
    display: block;
    position: fixed;
    top: 30px;
    right: 50px;
    width: 50px;
    height: 40px;
  }
}
.p-hamburger .p-hamburger__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  transition: all 0.3s ease;
}
.p-hamburger .p-hamburger__line:first-child {
  top: 0;
}
.p-hamburger .p-hamburger__line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.p-hamburger .p-hamburger__line:last-child {
  bottom: 0;
}
.p-hamburger.is-active .p-hamburger__line:nth-child(1) {
  top: 50%;
  transform: translate(0, -100%) rotate(-45deg);
}
.p-hamburger.is-active .p-hamburger__line:nth-child(2) {
  opacity: 0;
}
.p-hamburger.is-active .p-hamburger__line:nth-child(3) {
  bottom: 50%;
  transform: translate(0, 0) rotate(45deg);
}

.p-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 650px) {
  .p-btn {
    gap: 3.2552083333vw 0;
  }
}

.p-1_googleone {
  margin: 0 auto;
  width: 273px;
}
@media only screen and (max-width: 650px) {
  .p-1_googleone {
    width: 59.1145833333vw;
  }
}

.p-bgwhite_txt {
  text-align: center;
  font-size: 34px;
  font-weight: 900;
}
@media only screen and (max-width: 650px) {
  .p-bgwhite_txt {
    font-size: 7.421875vw;
  }
}

.p-bgWhite_txt_wrap {
  background: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0 2.6041666667vw;
}
@media only screen and (max-width: 650px) {
  .p-bgWhite_txt_wrap {
    padding: 0 3.2552083333vw;
  }
}

.p-appleone_txt {
  position: relative;
  display: flex;
  justify-content: center;
}
.p-appleone_txt p {
  position: relative;
  text-align: center;
  font-size: 23px;
  font-weight: 900;
  line-height: 120%;
}
@media only screen and (max-width: 650px) {
  .p-appleone_txt p {
    font-size: 4.8177083333vw;
  }
}
.p-appleone_txt p::before, .p-appleone_txt p::after {
  content: " ";
  position: absolute;
  background: url(/bakuage/appleone/join_campaign/assets/images/googleone_txt_bg.png) no-repeat top left/contain;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 80px;
}
@media only screen and (max-width: 650px) {
  .p-appleone_txt p::before, .p-appleone_txt p::after {
    width: 4.1666666667vw;
    height: 17.4479166667vw;
  }
}
.p-appleone_txt p:before {
  left: -40px;
}
@media only screen and (max-width: 650px) {
  .p-appleone_txt p:before {
    left: -9.1145833333vw;
  }
}
.p-appleone_txt p::after {
  right: -40px;
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 650px) {
  .p-appleone_txt p::after {
    right: -9.1145833333vw;
  }
}
.p-appleone_txt p em {
  display: block;
  margin-bottom: 8px;
  font-size: 33px;
}
@media only screen and (max-width: 650px) {
  .p-appleone_txt p em {
    margin-bottom: 1.953125vw;
    font-size: 7.03125vw;
  }
}
.p-appleone_txt p .yen {
  position: relative;
  display: block;
  width: 285px;
  margin: 0 auto 12px;
}
@media only screen and (max-width: 650px) {
  .p-appleone_txt p .yen {
    margin-bottom: 1.953125vw;
    width: 55.9895833333vw;
  }
}

.p-appleone_box {
  position: relative;
  padding: 38px 0;
}
@media only screen and (max-width: 650px) {
  .p-appleone_box {
    padding: 9.1145833333vw 0;
  }
}
.p-appleone_box::before {
  content: " ";
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 696px;
  height: 277px;
  background: url(/bakuage/appleone/join_campaign/assets/images/googleone_box_bg.png) no-repeat top left/contain;
}
@media only screen and (max-width: 650px) {
  .p-appleone_box::before {
    top: 4.6875vw;
    width: 151.0416666667vw;
    height: 60.0260416667vw;
  }
}
.p-appleone_box.--bg_none::before {
  content: none;
}
.p-appleone_box .p-appleone_txt {
  margin-top: 38px;
}
@media only screen and (max-width: 650px) {
  .p-appleone_box .p-appleone_txt {
    margin-top: 9.1145833333vw;
  }
}
.p-appleone_box .p-btn {
  margin-top: 30px;
}
@media only screen and (max-width: 650px) {
  .p-appleone_box .p-btn {
    margin-top: 6.5104166667vw;
  }
}

.p-precautions {
  padding-bottom: 30px;
}
@media only screen and (max-width: 650px) {
  .p-precautions {
    padding-bottom: 6.5104166667vw;
  }
}
.p-precautions .p-btn {
  margin-top: 23px;
}
@media only screen and (max-width: 650px) {
  .p-precautions .p-btn {
    margin-top: 5.2083333333vw;
  }
}
.p-precautions ul {
  margin-top: 30px;
}
@media only screen and (max-width: 650px) {
  .p-precautions ul {
    margin-top: 5.859375vw;
  }
}
.p-precautions ul li {
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-precautions ul li {
    font-size: 3.90625vw;
  }
}
.p-precautions ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media only screen and (max-width: 650px) {
  .p-precautions ul li:not(:last-child) {
    margin-bottom: 2.6041666667vw;
  }
}
.p-precautions ul li a {
  text-decoration: underline;
}

.p-precautions_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
}
@media only screen and (max-width: 650px) {
  .p-precautions_ttl {
    font-size: 6.5104166667vw;
  }
}

.p-footer {
  position: relative;
  padding: 45px 0;
  margin: 0 auto;
  width: 500px;
  background: #222;
}
@media only screen and (max-width: 650px) {
  .p-footer {
    padding: 9.1145833333vw 0;
    width: 100%;
  }
}
.p-footer p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 650px) {
  .p-footer p {
    font-size: 3.125vw;
  }
}

.p-faq {
  position: relative;
  padding-top: 53px;
  background-color: #F4F4F6;
    padding-bottom: 15%;
}
@media only screen and (max-width: 650px) {
  .p-faq {
    padding-top: 11.71875vw;
  }
}
.p-faq::before {
  content: " ";
  position: absolute;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 110px;
  background: url(/bakuage/appleone/join_campaign/assets/images/section_bg01.png) no-repeat top left/100% 100%;
  pointer-events: none;
}
@media only screen and (max-width: 650px) {
  .p-faq::before {
    top: -11.71875vw;
    height: 23.828125vw;
  }
}

.p-faq_cont {
  margin-top: 27px;
}
@media only screen and (max-width: 650px) {
  .p-faq_cont {
    margin-top: 5.859375vw;
  }
}

.p-faq_box:not(:last-child) {
  margin-bottom: 38px;
}
@media only screen and (max-width: 650px) {
  .p-faq_box:not(:last-child) {
    margin-bottom: 6.5104166667vw;
  }
}

.p-faq_ttl01 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-faq_ttl01 {
    font-size: 6.5104166667vw;
  }
}

.p-faq_ttl02 {
  padding-left: 19px;
  font-size: 21px;
  font-weight: bold;
  line-height: 140%;
  border-left: 4px solid #fb9e04;
}
@media only screen and (max-width: 650px) {
  .p-faq_ttl02 {
    padding-left: 3.90625vw;
    font-size: 4.6875vw;
    border-left: 0.9114583333vw solid #fb9e04;
  }
}

.p-faq_list {
  margin-top: 19px;
}
@media only screen and (max-width: 650px) {
  .p-faq_list {
    margin-top: 3.90625vw;
  }
}

.p-faq_item:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 650px) {
  .p-faq_item:not(:last-child) {
    margin-bottom: 3.2552083333vw;
  }
}

.p-faq_item_q {
  position: relative;
  padding: 9px 27px 9px 15px;
  background: #e7edff;
  cursor: pointer;
}
@media only screen and (max-width: 650px) {
  .p-faq_item_q {
    padding: 1.953125vw 5.859375vw 1.953125vw 3.90625vw;
  }
}
.p-faq_item_q p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
@media only screen and (max-width: 650px) {
  .p-faq_item_q p {
    font-size: 3.90625vw;
  }
}
.p-faq_item_q .p-faq_item_q_cross {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 14px;
  height: 14px;
}
@media only screen and (max-width: 650px) {
  .p-faq_item_q .p-faq_item_q_cross {
    right: 2.6041666667vw;
    width: 2.8645833333vw;
    height: 2.8645833333vw;
  }
}
.p-faq_item_q .p-faq_item_q_cross::before, .p-faq_item_q .p-faq_item_q_cross::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
.p-faq_item_q .p-faq_item_q_cross::before {
  width: 100%;
  height: 2px;
}
.p-faq_item_q .p-faq_item_q_cross::after {
  width: 2px;
  height: 100%;
}
.p-faq_item_q.--open .p-faq_item_q_cross::after {
  content: none;
}

.p-faq_item_a {
  display: none;
  padding: 15px 19px;
  background: #f5f7ff;
}
@media only screen and (max-width: 650px) {
  .p-faq_item_a {
    padding: 3.2552083333vw 3.90625vw;
  }
}
.p-faq_item_a p {
  font-size: 18px;
  line-height: 150%;
}
@media only screen and (max-width: 650px) {
  .p-faq_item_a p {
    font-size: 3.90625vw;
  }
}
.p-faq_item_a p a {
  text-decoration: underline;
  color: #4285f4;
}

.p-photo {
  padding: 53px 0 75px;
  background: #f3f6ff;
}
@media only screen and (max-width: 650px) {
  .p-photo {
    padding: 11.71875vw 0 16.9270833333vw;
  }
}
.p-photo .c-ttl01 {
  line-height: 170%;
}

.p-photo_list {
  margin-top: 23px;
}
@media only screen and (max-width: 650px) {
  .p-photo_list {
    margin-top: 5.2083333333vw;
  }
}

.p-photo_item:not(:last-child) {
  margin-bottom: 38px;
}
@media only screen and (max-width: 650px) {
  .p-photo_item:not(:last-child) {
    margin-bottom: 8.4635416667vw;
  }
}
.p-photo_item .p-photo_item_ttl {
  padding-bottom: 12px;
  font-size: 21px;
  font-weight: 900;
  text-align: center;
  border-bottom: 4px solid #ff3768;
}
@media only screen and (max-width: 650px) {
  .p-photo_item .p-photo_item_ttl {
    padding-bottom: 2.6041666667vw;
    font-size: 4.6875vw;
    border-bottom: 0.78125vw solid #ff3768;
  }
}
.p-photo_item ul {
  padding-left: 15px;
  margin-top: 15px;
}
@media only screen and (max-width: 650px) {
  .p-photo_item ul {
    padding-left: 3.2552083333vw;
    margin-top: 3.2552083333vw;
  }
}
.p-photo_item ul li {
  position: relative;
  padding-left: 23px;
  font-size: 17px;
  font-weight: bold;
}
@media only screen and (max-width: 650px) {
  .p-photo_item ul li {
    padding-left: 4.5572916667vw;
    font-size: 3.6458333333vw;
  }
}
.p-photo_item ul li::before {
  content: " ";
  position: absolute;
  top: 12px;
  left: 0;
  width: 16px;
  height: 11px;
  background: url(/bakuage/appleone/join_campaign/assets/images/check.png) no-repeat top left/contain;
}
@media only screen and (max-width: 650px) {
  .p-photo_item ul li::before {
    top: 2.34375vw;
    width: 3.515625vw;
    height: 2.34375vw;
  }
}
.p-photo_item figure {
  margin-top: 8px;
}
@media only screen and (max-width: 650px) {
  .p-photo_item figure {
    margin-top: 1.953125vw;
  }
}

.p-photo_aside {
  margin-top: 19px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-photo_aside {
    margin-top: 3.90625vw;
    font-size: 3.6458333333vw;
  }
}
.p-photo_aside a {
  color: #4285f4;
  text-decoration: underline;
}

.p-know {
  padding: 45px 0 60px;
  background: #f3f6ff;
}
@media only screen and (max-width: 650px) {
  .p-know {
    padding: 10.4166666667vw 0 13.0208333333vw;
  }
}
.p-know .p-accordion {
  margin-top: 30px;
}
@media only screen and (max-width: 650px) {
  .p-know .p-accordion {
    margin-top: 6.5104166667vw;
  }
}
.p-know .c-ttl01 {
  line-height: 170%;
}
.p-know .p-whiteBox {
  padding: 42px 19px;
  height: 499px;
  box-sizing: border-box;
}
@media only screen and (max-width: 650px) {
  .p-know .p-whiteBox {
    padding: 9.1145833333vw 3.90625vw;
    height: 108.3333333333vw;
  }
}

.p-know_sub_ttl {
  margin-top: 23px;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  line-height: 150%;
}
@media only screen and (max-width: 650px) {
  .p-know_sub_ttl {
    margin-top: 5.2083333333vw;
    font-size: 6.1197916667vw;
  }
}
.p-know_sub_ttl .point {
  position: relative;
  top: -15px;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .p-know_sub_ttl .point {
    top: -3.2552083333vw;
  }
}
.p-know_sub_ttl .point .point_txt01 {
  display: inline-block;
}
.p-know_sub_ttl .point .point_txt02 {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-know_sub_ttl .point .point_txt02 {
    bottom: -3.2552083333vw;
    font-size: 3.515625vw;
  }
}

.p-know_txt {
  margin-top: 27px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
}
@media only screen and (max-width: 650px) {
  .p-know_txt {
    margin-top: 5.2083333333vw;
    font-size: 4.1666666667vw;
  }
}

.p-know_img {
  margin: 15px auto 0;
  width: 202px;
}
@media only screen and (max-width: 650px) {
  .p-know_img {
    margin: 3.2552083333vw auto 0;
    width: 43.75vw;
  }
}

.p-know_slider {
  margin-top: 38px;
}
@media only screen and (max-width: 650px) {
  .p-know_slider {
    margin-top: 7.8125vw;
  }
}
.p-know_slider.swiper {
  overflow: inherit;
}
.p-know_slider .swiper-pagination {
  position: static;
  margin-top: 27px;
}
@media only screen and (max-width: 650px) {
  .p-know_slider .swiper-pagination {
    margin-top: 5.2083333333vw;
  }
}
.p-know_slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px !important;
  width: 12px;
  height: 12px;
  background: #b3b3b3;
}
@media only screen and (max-width: 650px) {
  .p-know_slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0 1.6276041667vw !important;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
.p-know_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #fa0f13;
}
.p-know_slider .p-know_slider_txt01 {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
}
@media only screen and (max-width: 650px) {
  .p-know_slider .p-know_slider_txt01 {
    font-size: 4.1666666667vw;
  }
}
.p-know_slider .p-know_slider_txt02 {
  margin-top: 27px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
}
@media only screen and (max-width: 650px) {
  .p-know_slider .p-know_slider_txt02 {
    margin-top: 5.2083333333vw;
    font-size: 4.1666666667vw;
  }
}
.p-know_slider .p-know_slider_txt03 {
  margin-top: 19px;
  font-size: 18px;
  line-height: 150%;
}
@media only screen and (max-width: 650px) {
  .p-know_slider .p-know_slider_txt03 {
    margin-top: 3.90625vw;
    font-size: 3.90625vw;
  }
}
.p-know_slider .p-know_slider_ttl {
  margin-top: 12px;
  font-size: 28px;
  font-weight: 900;
  color: #ff3768;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-know_slider .p-know_slider_ttl {
    margin-top: 1.953125vw;
    font-size: 6.1197916667vw;
  }
}
.p-know_slider .p-know_slider_img01 {
  margin: 12px auto 0;
  width: 165px;
}
@media only screen and (max-width: 650px) {
  .p-know_slider .p-know_slider_img01 {
    margin: 1.953125vw auto 0;
    width: 35.8072916667vw;
  }
}
.p-know_slider .p-know_slider_img02 {
  margin: 8px auto 0;
  width: 144px;
}
@media only screen and (max-width: 650px) {
  .p-know_slider .p-know_slider_img02 {
    margin: 1.3020833333vw auto 0;
    width: 31.25vw;
  }
}
.p-know_slider .p-know_slider_img03 {
  margin: 8px auto 0;
  width: 60px;
}
@media only screen and (max-width: 650px) {
  .p-know_slider .p-know_slider_img03 {
    margin: 1.3020833333vw auto 0;
    width: 13.0208333333vw;
  }
}

.p-accordion .p-accordion_item {
  border: 2px solid #000;
  background: #e7edff;
}
.p-accordion .p-accordion_item.--white {
  background: #fff;
}
.p-accordion .p-accordion_item.--black {
  background: #000;
}
.p-accordion .p-accordion_item .p-accordion_item_btn {
  position: relative;
  padding: 12px 0;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_item_btn {
    padding: 1.953125vw 0;
  }
}
.p-accordion .p-accordion_item .p-accordion_item_btn p {
  font-size: 19px;
  font-weight: 900;
  text-align: center;
}
.p-accordion .p-accordion_item.--black .p-accordion_item_btn p {
  color: #fff;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_item_btn p {
    font-size: 4.1666666667vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_item_btn .p-accordion_item_btn_cross {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_item_btn .p-accordion_item_btn_cross {
    right: 3.90625vw;
    width: 2.734375vw;
    height: 2.734375vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_item_btn .p-accordion_item_btn_cross::before, .p-accordion .p-accordion_item .p-accordion_item_btn .p-accordion_item_btn_cross::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
.p-accordion .p-accordion_item.--black .p-accordion_item_btn .p-accordion_item_btn_cross::before, .p-accordion .p-accordion_item.--black .p-accordion_item_btn .p-accordion_item_btn_cross::after {
  background: #fff;
}
.p-accordion .p-accordion_item .p-accordion_item_btn .p-accordion_item_btn_cross::before {
  height: 100%;
  width: 2px;
}
.p-accordion .p-accordion_item .p-accordion_item_btn .p-accordion_item_btn_cross::after {
  width: 100%;
  height: 2px;
}
.p-accordion .p-accordion_item .p-accordion_item_btn.--open {
  border-bottom: 2px solid #000;
}
.p-accordion .p-accordion_item .p-accordion_item_btn.--open .p-accordion_item_btn_cross::before {
  content: none;
}
.p-accordion .p-accordion_item .p-accordion_item_cont {
  display: none;
  padding: 12px 12px 34px;
}
.p-accordion .p-accordion_item.--black .p-accordion_item_cont {
  background-color: #fff;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_item_cont {
    padding: 1.953125vw 1.953125vw 5.859375vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_item_cont p {
  font-size: 18px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_item_cont p {
    font-size: 3.90625vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_ttl01 {
  display: block;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_ttl01 {
    margin-bottom: 3.2552083333vw;
    font-size: 3.90625vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_ttl02 {
  margin-top: 15px;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  line-height: 110%;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_ttl02 {
    margin-top: 2.6041666667vw;
    font-size: 7.1614583333vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_ttl03 {
  margin-top: 35px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 120%;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_ttl03 {
    margin-top: 5.859375vw;
    font-size: 5.9895833333vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont p {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont p {
    font-size: 3.90625vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-aside {
  margin-top: 10px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-aside {
    margin-top: 1.3020833333vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-aside ul li {
  display: flex;
  font-size: 14px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-aside ul li {
    font-size: 2.2135416667vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-aside ul li a {
  color: #4285f4;
  text-decoration: underline;
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list {
    gap: 4.3535620053vw;
    margin-top: 5.2083333333vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item {
  position: relative;
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item:not(:last-child)::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 18px 0 18px 18px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item:not(:last-child)::after {
    right: -3.90625vw;
    border-width: 4.7526041667vw 0 4.7526041667vw 4.8177083333vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_circle {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: #fff;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_circle {
    width: 33.8541666667vw;
    height: 33.8541666667vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner {
  text-align: center;
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure {
  margin: 0 auto;
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img01 {
  width: 58px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img01 {
    width: 10.15625vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img02 {
  width: 47px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img02 {
    width: 8.7239583333vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img03 {
  width: 33px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img03 {
    width: 6.9010416667vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img04 {
  width: 90px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img04 {
    width: 18.8802083333vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img05 {
  width: 64px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner figure.img05 {
    width: 13.0208333333vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner p {
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 125%;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner p {
    margin-top: 1.953125vw;
    font-size: 3.3854166667vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner p small {
  font-size: 12px;
  line-height: 125%;
  vertical-align: top;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step_list .p-accordion_step_item .p-accordion_step_item_inner p small {
    font-size: 1.5625vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 0;
  margin-top: 35px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list {
    gap: 13.0208333333vw 0;
    margin-top: 4.5572916667vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item {
  width: 100%;
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item:not(:last-child) {
  position: relative;
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item:not(:last-child)::after {
  content: " ";
  position: absolute;
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #6a6aff transparent transparent transparent;
  border-width: 25px 25px 0 25px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item:not(:last-child)::after {
    bottom: -9.1145833333vw;
    border-width: 4.0364583333vw 4.1666666667vw 0 4.1666666667vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .number {
    margin: 0 auto 0.6510416667vw;
    width: 7.8125vw;
    height: 7.8125vw;
    font-size: 3.90625vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_ttl {
  margin-top: 10px;
  font-size: 25px;
  font-weight: bold;
  line-height: 125%;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_ttl {
    margin-top: 1.3020833333vw;
    font-size: 4.6875vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_ttl.--end {
  margin-top: 35px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_ttl.--end {
    margin-top: 4.5572916667vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_ttl2 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #6a6aff;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_ttl2 {
    margin-top: 1.953125vw;
    font-size: 3.3854166667vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item figure {
  margin-top: 30px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item figure {
    margin-top: 3.90625vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt01 {
  margin-top: 15px;
  font-size: 22px;
  font-weight: 400;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt01 {
    margin-top: 2.6041666667vw;
    font-size: 4.1666666667vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt01.--purple {
  color: #6a6aff;
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt02 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt02 {
    margin-top: 0.6510416667vw;
    font-size: 3.90625vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt02.--pink {
  color: #ff4aec;
  text-align: left;
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt03 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item .p-accordion_step02_item_txt03 {
    margin-top: 1.3020833333vw;
    font-size: 3.90625vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item.--purpleBg {
  position: relative;
  padding: 30px 0;
  margin-top: 20px;
  background: #6a6aff;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item.--purpleBg {
    padding: 3.90625vw 0;
    margin-top: 2.6041666667vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item.--purpleBg::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 416px;
  height: 100%;
  background: #6a6aff;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item.--purpleBg::before {
    width: 83.3333333333vw;
  }
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item.--purpleBg p {
  color: #fff !important;
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item.--purpleBg .p-accordion_step02_item {
  position: relative;
  z-index: 1;
}
.p-accordion .p-accordion_item .p-accordion_cont .p-accordion_step02_list .p-accordion_step02_item.--purpleBg .p-accordion_step02_item::after {
  border-color: #fff transparent transparent transparent;
}
.p-accordion .p-accordion_icon01 {
  margin: 0 auto;
  width: 48px;
}
@media only screen and (max-width: 650px) {
  .p-accordion .p-accordion_icon01 {
    width: 7.1614583333vw;
  }
}
.p-accordion .mt-0 {
  margin-top: 0 !important;
}

.p-whiteBox {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 2.0833333333vw rgba(204, 216, 234, 0.6);
}
@media only screen and (max-width: 650px) {
  .p-whiteBox {
    border-radius: 1.3020833333vw;
  }
}
.p-whiteBox::before, .p-whiteBox::after {
  content: " ";
  position: absolute;
}
.p-whiteBox::before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 0;
}
@media only screen and (max-width: 650px) {
  .p-whiteBox::before {
    border-width: 4.1666666667vw 4.1666666667vw 0 0;
  }
}
.p-whiteBox::after {
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 24px 24px;
}
@media only screen and (max-width: 650px) {
  .p-whiteBox::after {
    border-width: 0 0 4.1666666667vw 4.1666666667vw;
  }
}
.p-whiteBox.--blue-purple::before {
  border-color: #14a9e9 transparent transparent transparent;
}
.p-whiteBox.--blue-purple::after {
  border-color: transparent transparent #6a6aff transparent;
}
.p-whiteBox.--red::before {
  border-color: #ff3768 transparent transparent transparent;
}
.p-whiteBox.--red::after {
  border-color: transparent transparent #ff3768 transparent;
}
.p-whiteBox.--blue::before {
  border-color: #14a9e9 transparent transparent transparent;
}
.p-whiteBox.--blue::after {
  border-color: transparent transparent #14a9e9 transparent;
}
.p-whiteBox.--yellow::before {
  border-color: #fb9e04 transparent transparent transparent;
}
.p-whiteBox.--yellow::after {
  border-color: transparent transparent #fb9e04 transparent;
}
.p-whiteBox.--purple::before {
  border-color: #6a6aff transparent transparent transparent;
}
.p-whiteBox.--purple::after {
  border-color: transparent transparent #6a6aff transparent;
}

.p-step {
  position: relative;
  padding: 45px 0 30px;
  background: #F4F4F6;
}
@media only screen and (max-width: 650px) {
  .p-step {
    padding: 11.71875vw 0 7.1614583333vw;
  }
}
.p-step::before {
  content: " ";
  position: absolute;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 110px;
  pointer-events: none;
}
@media only screen and (max-width: 650px) {
  .p-step::before {
    top: -11.71875vw;
    height: 23.828125vw;
  }
}
.p-step::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 696px;
  height: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .p-step::after {
    width: 151.0416666667vw;
    background-size: 151.0416666667vw 225.5208333333vw;
  }
}
.p-step .l-container01 {
  position: relative;
  z-index: 1;
}
.p-step .c-ttl01 {
  line-height: 180%;
}
.p-step .p-whiteBox {
  padding: 38px 19px;
  margin-top: 27px;
}
@media only screen and (max-width: 650px) {
  .p-step .p-whiteBox {
    padding: 7.8125vw 3.90625vw;
    margin-top: 5.2083333333vw;
  }
}
.p-step .p-accordion {
  margin-top: 27px;
}
@media only screen and (max-width: 650px) {
  .p-step .p-accordion {
    margin-top: 5.2083333333vw;
  }
}

.p-step_lead {
  margin-top: 34px;
}
@media only screen and (max-width: 650px) {
  .p-step_lead {
    margin-top: 7.1614583333vw;
  }
}
.p-step_lead figure {
  margin: 0 auto;
  width: 201px;
}
@media only screen and (max-width: 650px) {
  .p-step_lead figure {
    width: 43.4895833333vw;
  }
}
.p-step_lead .p-step_lead_txtBox {
  margin-top: 15px;
}
@media only screen and (max-width: 650px) {
  .p-step_lead .p-step_lead_txtBox {
    margin-top: 2.6041666667vw;
  }
}
.p-step_lead .p-step_lead_txtBox p {
  font-size: 19px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-step_lead .p-step_lead_txtBox p {
    font-size: 4.1666666667vw;
  }
}
.p-step_lead .p-step_lead_txtBox p:not(:last-child) {
  margin-bottom: 19px;
}
@media only screen and (max-width: 650px) {
  .p-step_lead .p-step_lead_txtBox p:not(:last-child) {
    margin-bottom: 3.90625vw;
  }
}
.p-step_lead .p-step_lead_txtBox p b {
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 650px) {
  .p-step_lead .p-step_lead_txtBox p b {
    font-size: 5.5989583333vw;
  }
}

.p-step_ttl {
  margin-top: 30px;
  font-size: 27px;
  font-weight: 900;
  text-align: center;
  line-height: 113%;
}
@media only screen and (max-width: 650px) {
  .p-step_ttl {
    margin-top: 6.5104166667vw;
    font-size: 5.859375vw;
  }
}
.p-step_ttl .p-step_ttl_inner {
  position: relative;
  display: inline-block;
}
.p-step_ttl .p-step_ttl_inner::before, .p-step_ttl .p-step_ttl_inner::after {
  content: " ";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 100%;
  background: #000;
}
@media only screen and (max-width: 650px) {
  .p-step_ttl .p-step_ttl_inner::before, .p-step_ttl .p-step_ttl_inner::after {
    width: 0.5208333333vw;
  }
}
.p-step_ttl .p-step_ttl_inner::before {
  left: -26px;
  transform: translateY(-50%) rotate(-35deg);
}
@media only screen and (max-width: 650px) {
  .p-step_ttl .p-step_ttl_inner::before {
    left: -5.859375vw;
  }
}
.p-step_ttl .p-step_ttl_inner::after {
  right: -26px;
  transform: translateY(-50%) rotate(35deg);
}
@media only screen and (max-width: 650px) {
  .p-step_ttl .p-step_ttl_inner::after {
    right: -5.859375vw;
  }
}

.p-step_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  margin: 30px auto 0;
  width: 324px;
}
@media only screen and (max-width: 650px) {
  .p-step_list {
    gap: 7.8125vw;
    margin: 5.2083333333vw auto 0;
    width: 70.3125vw;
  }
}
.p-step_list .p-step_item {
  position: relative;
  padding: 19px 0;
  background: #fff;
  border-radius: 8px;
  width: 100%;
}
@media only screen and (max-width: 650px) {
  .p-step_list .p-step_item {
    padding: 3.90625vw 0;
    border-radius: 1.3020833333vw;
  }
}
.p-step_list .p-step_item:not(:last-child)::after {
  content: " ";
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #6a6aff transparent transparent transparent;
  border-width: 15px 26px 0 26px;
}
@media only screen and (max-width: 650px) {
  .p-step_list .p-step_item:not(:last-child)::after {
    bottom: -5.859375vw;
    border-width: 2.9947916667vw 4.6437659033vw 0 4.6437659033vw;
  }
}
.p-step_list .p-step_item .p-step_item_number {
  font-size: 19px;
  font-weight: bold;
  color: #ff3768;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-step_list .p-step_item .p-step_item_number {
    font-size: 4.0364583333vw;
  }
}
.p-step_list .p-step_item .p-step_item_txt {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 140%;
}
@media only screen and (max-width: 650px) {
  .p-step_list .p-step_item .p-step_item_txt {
    margin-top: 1.3020833333vw;
    font-size: 4.6875vw;
  }
}

.p-step_whiteBox .p-step_whiteBox_txt01 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 150%;
}
@media only screen and (max-width: 650px) {
  .p-step_whiteBox .p-step_whiteBox_txt01 {
    font-size: 4.6875vw;
  }
}
.p-step_whiteBox .p-step_whiteBox_ttl01 {
  margin-top: 15px;
  font-size: 23px;
  font-weight: 900;
  text-align: center;
  line-height: 150%;
}
@media only screen and (max-width: 650px) {
  .p-step_whiteBox .p-step_whiteBox_ttl01 {
    margin-top: 3.2552083333vw;
    font-size: 5.078125vw;
  }
}
.p-step_whiteBox .p-step_whiteBox_ttl01 span {
  text-decoration: underline;
  text-decoration-thickness: 5px;
  -webkit-text-decoration-color: #fb9e04;
          text-decoration-color: #fb9e04;
  text-underline-offset: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media only screen and (max-width: 650px) {
  .p-step_whiteBox .p-step_whiteBox_ttl01 span {
    text-decoration-thickness: 1.0416666667vw;
  }
}
.p-step_whiteBox .p-step_whiteBox_ttl02 {
  margin-top: 19px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 150%;
}
@media only screen and (max-width: 650px) {
  .p-step_whiteBox .p-step_whiteBox_ttl02 {
    margin-top: 3.90625vw;
    font-size: 4.6875vw;
  }
}
.p-step_whiteBox .p-step_whiteBox_ttl02 .line {
  display: inline-block;
  border-bottom: 5px solid #fb9e04;
}
@media only screen and (max-width: 650px) {
  .p-step_whiteBox .p-step_whiteBox_ttl02 .line {
    border-bottom: 1.0416666667vw solid #fb9e04;
  }
}
.p-step_whiteBox .p-step_whiteBox_ttl02 .dot {
  position: relative;
}
.p-step_whiteBox .p-step_whiteBox_ttl02 .dot::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff3768;
}
@media only screen and (max-width: 650px) {
  .p-step_whiteBox .p-step_whiteBox_ttl02 .dot::before {
    width: 0.78125vw;
    height: 0.78125vw;
  }
}
.p-step_whiteBox figure {
  margin: 30px auto 0;
  width: 267px;
}
@media only screen and (max-width: 650px) {
  .p-step_whiteBox figure {
    margin: 6.5104166667vw auto 0;
    width: 57.9427083333vw;
  }
}
.p-step_whiteBox .p-step_whiteBox_aside {
  margin-top: 19px;
}
@media only screen and (max-width: 650px) {
  .p-step_whiteBox .p-step_whiteBox_aside {
    margin-top: 3.90625vw;
  }
}
.p-step_whiteBox .p-step_whiteBox_aside ul li {
  font-size: 16px;
  line-height: 122%;
}
@media only screen and (max-width: 650px) {
  .p-step_whiteBox .p-step_whiteBox_aside ul li {
    font-size: 3.515625vw;
  }
}
.p-step_whiteBox .p-step_whiteBox_aside ul li:not(:last-child) {
  margin-bottom: 23px;
}
@media only screen and (max-width: 650px) {
  .p-step_whiteBox .p-step_whiteBox_aside ul li:not(:last-child) {
    margin-bottom: 5.2083333333vw;
  }
}

.p-osusume {
  position: relative;
  padding-top: 68px;
}
@media only screen and (max-width: 650px) {
  .p-osusume {
    padding-top: 11.71875vw;
  }
}

.p-osusume_ttl {
  font-size: 36px;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-osusume_ttl {
    font-size: 7.8125vw;
  }
}

.p-osusume_list {
  display: flex;
  margin-top: 5.2083333333vw;
}
.p-osusume_list .p-osusume_item {
  position: relative;
  width: 50%;
}
.p-osusume_list .p-osusume_item img {
  position: relative;
}
.p-osusume_list .p-osusume_item p {
  position: absolute;
  width: 100%;
  font-size: 3.2552083333vw;
  font-weight: bold;
  text-align: center;
  line-height: 180%;
}
.p-osusume_list .p-osusume_item:first-child img {
  left: -3.515625vw;
  width: 62.7604166667vw;
}
.p-osusume_list .p-osusume_item:first-child p {
  top: 7.03125vw;
  left: 8.8541666667vw;
  width: 42.7083333333vw;
}
.p-osusume_list .p-osusume_item:nth-child(2) {
  top: 7.8125vw;
  left: -5.2083333333vw;
}
.p-osusume_list .p-osusume_item:nth-child(2) img {
  width: 59.6354166667vw;
}
.p-osusume_list .p-osusume_item:nth-child(2) p {
  right: 0;
  bottom: 0;
  width: 34.2447916667vw;
}

.p-kv {
  padding-top: 38px;
  padding-bottom: 38px;
}
@media only screen and (max-width: 650px) {
  .p-kv {
    padding-top: 27.3333333333vw;
    padding-bottom: 9.765625vw;
  }
}
.p-kv .p-whiteBox {
  padding: 23px;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-whiteBox {
    padding: 6.5104166667vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_sub_ttl {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_sub_ttl {
    font-size: 5.2083333333vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_sub_ttl span {
  position: relative;
  display: inline-block;
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_sub_ttl span::before, .p-kv .p-kv_whiteBox .p-kv_whiteBox_sub_ttl span::after {
  content: " ";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 34px;
  background: #000;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_sub_ttl span::before, .p-kv .p-kv_whiteBox .p-kv_whiteBox_sub_ttl span::after {
    width: 0.5208333333vw;
    height: 6.9010416667vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_sub_ttl span::before {
  left: -34px;
  transform: translateY(-50%) rotate(-20deg);
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_sub_ttl span::before {
    left: -5.859375vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_sub_ttl span::after {
  right: -34px;
  transform: translateY(-50%) rotate(20deg);
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_sub_ttl span::after {
    right: -5.859375vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_ttl {
  margin-top: 27px;
  font-size: 49px;
  font-weight: 900;
  text-align: center;
  color: #ff3768;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_ttl {
    margin-top: 5.2083333333vw;
    font-size: 10.6770833333vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_ttl span {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_ttl span {
    padding-bottom: 2.6041666667vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_ttl span::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, rgb(106, 106, 255) 0%, rgb(106, 106, 255) 25%, rgb(20, 169, 233) 25%, rgb(20, 169, 233) 50%, rgb(255, 55, 104) 50%, rgb(255, 55, 104) 75%, rgb(251, 158, 4) 75%, rgb(251, 158, 4) 100%);
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_ttl span::after {
    height: 1.0416666667vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_ttl span em {
  display: inline-block;
  margin-right: 4px;
  width: 65px;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_ttl span em {
    margin-right: 0.6510416667vw;
    width: 14.0625vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_txt01 {
  margin-top: 19px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 150%;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_txt01 {
    margin-top: 3.90625vw;
    font-size: 4.6875vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_txt02 {
  margin-top: 19px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_txt02 {
    margin-top: 3.90625vw;
    font-size: 4.6875vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_txt02 span {
  position: relative;
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_txt02 span::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ff3768;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_txt02 span::before {
    width: 0.78125vw;
    height: 0.78125vw;
  }
}
.p-kv .p-kv_whiteBox .p-kv_whiteBox_aside {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 15px;
  font-size: 17px;
  line-height: 140%;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_whiteBox .p-kv_whiteBox_aside {
    margin-top: 3.2552083333vw;
    font-size: 3.515625vw;
  }
}
.p-kv .p-kv_link {
  margin-top: 38px;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_link {
    margin-top: 7.8125vw;
  }
}
.p-kv .p-kv_link ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 19px 15px;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_link ul {
    gap: 3.90625vw 3.2552083333vw;
  }
}
.p-kv .p-kv_link ul .p-kv_link_btn {
  width: 195px;
  box-shadow: 0 5px 0 #000;
  border-radius: 38px;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_link ul .p-kv_link_btn {
    width: 41.6666666667vw;
    box-shadow: 0 0.78125vw 0 #000;
    border-radius: 6.5104166667vw;
  }
}
.p-kv .p-kv_link ul .p-kv_link_btn a {
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 38px;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  line-height: 120%;
  transition: all 0.3s;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_link ul .p-kv_link_btn a {
    height: 13.0208333333vw;
    border-radius: 6.5104166667vw;
    font-size: 3.6458333333vw;
  }
}
.p-kv .p-kv_link ul .p-kv_link_btn a .p-kv_link_arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_link ul .p-kv_link_btn a .p-kv_link_arrow {
    right: 2.6041666667vw;
    width: 4.296875vw;
    height: 4.296875vw;
  }
}
.p-kv .p-kv_link ul .p-kv_link_btn a .p-kv_link_arrow::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 4px 4px 0 4px;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_link ul .p-kv_link_btn a .p-kv_link_arrow::after {
    border-width: 0.78125vw 0.78125vw 0 0.78125vw;
  }
}
.p-kv .p-kv_link ul .p-kv_link_btn a:hover {
  top: 5px;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_link ul .p-kv_link_btn a:hover {
    top: 0.78125vw;
  }
}
.p-kv .p-kv_link ul .p-kv_link_btn.--blue {
  box-shadow: 0 5px 0 #14a9e9;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_link ul .p-kv_link_btn.--blue {
    box-shadow: 0 0.78125vw 0 #14a9e9;
  }
}
.p-kv .p-kv_link ul .p-kv_link_btn.--blue a .p-kv_link_arrow {
  background: #14a9e9;
}
.p-kv .p-kv_link ul .p-kv_link_btn.--yellow {
  box-shadow: 0 5px 0 #fbbc04;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_link ul .p-kv_link_btn.--yellow {
    box-shadow: 0 0.78125vw 0 #fbbc04;
  }
}
.p-kv .p-kv_link ul .p-kv_link_btn.--yellow a .p-kv_link_arrow {
  background: #fbbc04;
}
.p-kv .p-kv_link ul .p-kv_link_btn.--purple {
  box-shadow: 0 5px 0 #6a6aff;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_link ul .p-kv_link_btn.--purple {
    box-shadow: 0 0.78125vw 0 #6a6aff;
  }
}
.p-kv .p-kv_link ul .p-kv_link_btn.--purple a .p-kv_link_arrow {
  background: #6a6aff;
}
.p-kv .p-kv_link ul .p-kv_link_btn.--red {
  box-shadow: 0 5px 0 #ff3768;
}
@media only screen and (max-width: 650px) {
  .p-kv .p-kv_link ul .p-kv_link_btn.--red {
    box-shadow: 0 0.78125vw 0 #ff3768;
  }
}
.p-kv .p-kv_link ul .p-kv_link_btn.--red a .p-kv_link_arrow {
  background: #ff3768;
}

.p-campaign {
  position: relative;
  overflow: hidden;
  padding: 38px 0 75px;
  background-image: url(../images/campaign_bg01.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 650px) {
  .p-campaign {
    padding: 9.1145833333vw 0 15.625vw;
  }
}
@media only screen and (max-width: 650px) {
  .p-campaign {
    padding-top: 9.1145833333vw;
  }
}
.p-campaign .p-campaign_container {
  position: relative;
}
.p-campaign .p-campaign_sub_ttl {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-campaign .p-campaign_sub_ttl {
    font-size: 5.2083333333vw;
  }
}
.p-campaign .p-campaign_sub_ttl span {
  position: relative;
  display: inline-block;
}
.p-campaign .p-campaign_sub_ttl span::before, .p-campaign .p-campaign_sub_ttl span::after {
  content: " ";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 34px;
  background: #000;
}
@media only screen and (max-width: 650px) {
  .p-campaign .p-campaign_sub_ttl span::before, .p-campaign .p-campaign_sub_ttl span::after {
    width: 0.5208333333vw;
    height: 6.9010416667vw;
  }
}
.p-campaign .p-campaign_sub_ttl span::before {
  left: -34px;
  transform: translateY(-50%) rotate(-20deg);
}
@media only screen and (max-width: 650px) {
  .p-campaign .p-campaign_sub_ttl span::before {
    left: -5.859375vw;
  }
}
.p-campaign .p-campaign_sub_ttl span::after {
  right: -34px;
  transform: translateY(-50%) rotate(20deg);
}
@media only screen and (max-width: 650px) {
  .p-campaign .p-campaign_sub_ttl span::after {
    right: -5.859375vw;
  }
}
.p-campaign .p-campaign_ttl {
  margin-top: 12px;
  font-size: 35px;
  font-weight: 900;
  line-height: 140%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-campaign .p-campaign_ttl {
    margin-top: 1.953125vw;
    font-size: 7.2916666667vw;
  }
}
.p-campaign .p-campaign_ttl .dot {
  position: relative;
}
.p-campaign .p-campaign_ttl .dot::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff3768;
}
@media only screen and (max-width: 650px) {
  .p-campaign .p-campaign_ttl .dot::before {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.p-campaign .p-campaign_ttl .red {
  display: inline-block;
  padding: 3px 0 3px 6px;
  background: #ff3768;
  font-size: 41px;
  color: #fff;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 650px) {
  .p-campaign .p-campaign_ttl .red {
    padding: 0.390625vw 0 0.390625vw 1.0416666667vw;
    font-size: 8.7239583333vw;
  }
}
.p-campaign .p-campaign_img {
  margin: 15px auto 0;
  width: 375px;
  transition: 0.3s;
}
@media only screen and (max-width: 650px) {
  .p-campaign .p-campaign_img {
    margin-top: 2.6041666667vw;
    width: 80.7291666667vw;
  }
}
.p-campaign .p-campaign_img:hover {
  opacity: 0.8;
}

.p-function {
  position: relative;
  padding-top: 90px;
  padding-bottom: 45px;
  background: #e7edff;
}
@media only screen and (max-width: 650px) {
  .p-function {
    padding-top: 18.4615384615vw;
    padding-bottom: 11.71875vw;
  }
}
.p-function::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #f5f7ff transparent transparent transparent;
  border-width: 66px 244px 0 244px;
}
@media only screen and (max-width: 650px) {
  .p-function::before {
    border-width: 13.5416666667vw 50vw 0 50vw;
  }
}
.p-function::after {
  content: " ";
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 638px;
  height: 856px;
  background: url(/bakuage/appleone/join_campaign/assets/images/function_bg.png) repeat-y top center/850px 450px;
}
@media only screen and (max-width: 768px) {
  .p-function::after {
    bottom: 0;
    width: 110.6770833333vw;
    background-size: 123.6979166667vw 70.3125vw;
  }
}

.p-function_sub_ttl {
  margin-top: 15px;
  font-size: 34px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-function_sub_ttl {
    margin-top: 2.6041666667vw;
    font-size: 7.421875vw;
  }
}
.p-function_sub_ttl small {
  font-size: 30px;
}
@media only screen and (max-width: 650px) {
  .p-function_sub_ttl small {
    font-size: 6.5104166667vw;
  }
}

.p-function_arrow {
  margin: 0 auto 15px;
  width: 129px;
}
@media only screen and (max-width: 650px) {
  .p-function_arrow {
    margin-bottom: 3.0769230769vw;
    width: 33.0769230769vw;
  }
}

.p-function_txt {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  font-size: 17px;
  font-weight: bold;
  line-height: 160%;
}
@media only screen and (max-width: 650px) {
  .p-function_txt {
    margin-top: 2.6041666667vw;
    font-size: 3.6458333333vw;
  }
}

.p-function_list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 23px;
}
@media only screen and (max-width: 650px) {
  .p-function_list {
    margin-top: 3.90625vw;
  }
}
.p-function_list .p-function_item {
  padding: 24px 30px;
  width: 100%;
}
@media only screen and (max-width: 650px) {
  .p-function_list .p-function_item {
    padding: 5.2083333333vw 6.5104166667vw;
  }
}
.p-function_list .p-function_item .p-function_item_number {
  position: relative;
  font-size: 43px;
  padding-bottom: 15px;
  margin-bottom: 12px;
  font-weight: 900;
  text-align: center;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-function_list .p-function_item .p-function_item_number {
    margin-bottom: 1.3020833333vw;
    font-size: 9.375vw;
    padding-bottom: 4.5572916667vw;
  }
}
.p-function_list .p-function_item .p-function_item_number::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 6px;
  background: linear-gradient(270deg, rgb(251, 158, 4) 0%, rgb(251, 158, 4) 25%, rgb(255, 55, 104) 25%, rgb(255, 55, 104) 50%, rgb(20, 169, 233) 50%, rgb(20, 169, 233) 75%, rgb(106, 106, 255) 75%, rgb(106, 106, 255) 100%);
}
@media only screen and (max-width: 650px) {
  .p-function_list .p-function_item .p-function_item_number::after {
    width: 4.6875vw;
    height: 1.0416666667vw;
  }
}
.p-function_list .p-function_item_ttl {
  padding-bottom: 12px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-function_list .p-function_item_ttl {
    margin-bottom: 2.6041666667vw;
    padding-bottom: 1.953125vw;
    font-size: 4.6875vw;
  }
}
.p-function_list .p-function_item_ttl.--red {
  border-bottom: 4px solid #ff3768;
}
@media only screen and (max-width: 650px) {
  .p-function_list .p-function_item_ttl.--red {
    border-bottom: 0.78125vw solid #ff3768;
  }
}
.p-function_list .p-function_item_ttl.--blue {
  border-bottom: 4px solid #14a9e9;
}
@media only screen and (max-width: 650px) {
  .p-function_list .p-function_item_ttl.--blue {
    border-bottom: 0.78125vw solid #14a9e9;
  }
}
.p-function_list .p-function_item_ttl.--yellow {
  border-bottom: 4px solid #fb9e04;
}
@media only screen and (max-width: 650px) {
  .p-function_list .p-function_item_ttl.--yellow {
    border-bottom: 0.78125vw solid #fb9e04;
  }
}
.p-function_list .p-function_item_ttl.--purple {
  border-bottom: 4px solid #6a6aff;
}
@media only screen and (max-width: 650px) {
  .p-function_list .p-function_item_ttl.--purple {
    border-bottom: 0.78125vw solid #6a6aff;
  }
}
.p-function_list .p-function_item_txt01 {
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 950px) {
  .p-function_list .p-function_item_txt01 {
    font-size: 3.6458333333vw;
  }
}
.p-function_list .p-function_item_txt01 small {
  position: relative;
  top: -5px;
  font-size: 12px;
}
@media only screen and (max-width: 650px) {
  .p-function_list .p-function_item_txt01 small {
    top: -0.9114583333vw;
    font-size: 1.8229166667vw;
  }
}
.p-function_list .p-function_item_img {
  margin-top: 12px;
}
.p-function_list .p-function_item_txt02 {
  margin-top: 8px;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 950px) {
  .p-function_list .p-function_item_txt02 {
    font-size: 3.6458333333vw;
  }
}

.p-function_item_aside {
  margin-top: 12px;
}
.p-function_item_aside ul li {
  display: flex;
  font-size: 15px;
}
@media only screen and (max-width: 650px) {
  .p-function_item_aside ul li {
    font-size: 3.515625vw;
  }
}
.p-function_item_aside p {
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-function_item_aside p {
    font-size: 3.515625vw;
  }
}
.p-function_item_aside a {
  color: #4285f4;
  text-decoration: underline;
}

.p-function_plus {
  position: relative;
  z-index: 1;
  left: 0;
  margin: 30px auto 0;
  width: 100%;
}
@media only screen and (max-width: 650px) {
  .p-function_plus {
    left: 0;
    margin-top: 5.2083333333vw;
  }
}
.p-function_plus::before {
  content: " ";
  position: absolute;
  z-index: -1;
  bottom: -43px;
  left: 56%;
  transform: translateX(-50%);
  width: 748px;
  height: 635px;
  background: url(/bakuage/appleone/join_campaign/assets/images/function_plus_bg.png) no-repeat top left/contain;
}

.p-plan {
  position: relative;
  background-color: #F4F4F6;
}
.p-plan .p-plan_ttl {
  position: relative;
  z-index: 2;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_ttl {
    font-size: 6.5104166667vw;
  }
}
.p-plan .p-plan_slider {
  overflow: inherit;
}
.p-plan .p-plan_slider .p-plan_item {
  position: relative;
  padding: 23px 0 53px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item {
    padding: 3.90625vw 0 9.1145833333vw;
  }
}
.p-plan .p-plan_slider .p-plan_item::before {
  content: " ";
  position: absolute;
  top: -56px;
  left: 0;
  width: 100%;
  height: 140px;
  pointer-events: none;
}
.p-plan .p-plan_slider .p-plan_item.--premium {
  background: #ff3768;
}
.p-plan .p-plan_slider .p-plan_item.--premium::before {
  background: url(/bakuage/appleone/join_campaign/assets/images/plan_premium_bg.png) no-repeat top left/100% 100%;
}
.p-plan .p-plan_slider .p-plan_item.--premium .p-plan_item_name span {
  background: #ff3768;
}
.p-plan .p-plan_slider .p-plan_item.--standard {
  background: #14a9e9;
}
.p-plan .p-plan_slider .p-plan_item.--standard::before {
  background: url(/bakuage/appleone/join_campaign/assets/images/plan_standard_bg.png) no-repeat top left/100% 100%;
}
.p-plan .p-plan_slider .p-plan_item.--standard .p-plan_item_name span {
  background: #14a9e9;
}
.p-plan .p-plan_slider .p-plan_item.--basic {
  background: #6a6aff;
}
.p-plan .p-plan_slider .p-plan_item.--basic::before {
  background: url(/bakuage/appleone/join_campaign/assets/images/plan_basic_bg.png) no-repeat top left/100% 100%;
}
.p-plan .p-plan_slider .p-plan_item.--basic .p-plan_item_name span {
  background: #6a6aff;
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  width: 384px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card {
    padding: 5.2083333333vw 0;
    width: 83.3333333333vw;
    border-radius: 1.3020833333vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_ttl {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_ttl {
    font-size: 4.6875vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_ttl span {
  position: relative;
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_ttl span::before, .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_ttl span::after {
  content: " ";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 44px;
  background: #000;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_ttl span::before, .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_ttl span::after {
    width: 0.5208333333vw;
    height: 7.5520833333vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_ttl span::before {
  transform: translateY(-50%) rotate(-30deg);
  left: -23px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_ttl span::before {
    left: -3.90625vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_ttl span::after {
  transform: translateY(-50%) rotate(30deg);
  right: -23px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_ttl span::after {
    right: -3.90625vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_name {
  display: flex;
  justify-content: center;
  margin-top: 19px;
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_name {
    margin-top: 3.2552083333vw;
    font-size: 5.078125vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_name span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 324px;
  height: 42px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_name span {
    width: 70.3125vw;
    height: 9.1145833333vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table {
  margin-top: 23px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table {
    margin-top: 3.90625vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 23px 15px;
  border-bottom: 2px dotted #000;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl {
    padding: 0 3.90625vw 2.6041666667vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl:not(:last-child) {
    margin-bottom: 2.6041666667vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl dt {
  font-size: 21px;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl dt {
    font-size: 4.5572916667vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl dt small {
  font-size: 18px;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl dt small {
    font-size: 3.90625vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl dd {
  font-size: 55px;
  font-weight: 900;
  color: #ff3768;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl dd {
    font-size: 11.9791666667vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl dd small {
  font-size: 24px;
  font-weight: 900;
  color: #000;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_table dl dd small {
    font-size: 5.2083333333vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-btn {
  margin-top: 23px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-btn {
    margin-top: 5.2083333333vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_list {
  margin: 23px auto 0;
  width: 318px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_list {
    margin-top: 5.2083333333vw;
    width: 69.0104166667vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_list li {
  position: relative;
  padding-left: 23px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 120%;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_list li {
    padding-left: 5.2083333333vw;
    font-size: 3.515625vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_list li:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_list li:not(:last-child) {
    margin-bottom: 2.6041666667vw;
  }
}
.p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_list li::before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 12px;
  background: url(/bakuage/appleone/join_campaign/assets/images/check02.png) no-repeat top left/contain;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-plan_slider .p-plan_item .p-plan_item_card .p-plan_item_list li::before {
    width: 2.8645833333vw;
    height: 2.0833333333vw;
  }
}
.p-plan .swiper .swiper-button-prev,
.p-plan .swiper .swiper-button-next {
  position: absolute;
  z-index: 2;
  top: 39%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #000;
  background: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 650px) {
  .p-plan .swiper .swiper-button-prev,
.p-plan .swiper .swiper-button-next {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
.p-plan .swiper .swiper-button-prev::before,
.p-plan .swiper .swiper-button-next::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-plan .swiper .swiper-button-prev {
  left: 23px;
}
@media only screen and (max-width: 650px) {
  .p-plan .swiper .swiper-button-prev {
    left: 3.90625vw;
  }
}
.p-plan .swiper .swiper-button-prev::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
  border-width: 8px 8px 8px 0;
}
@media only screen and (max-width: 650px) {
  .p-plan .swiper .swiper-button-prev::before {
    border-width: 1.7578125vw 1.6927083333vw 1.7578125vw 0;
  }
}
.p-plan .swiper .swiper-button-next {
  right: 23px;
}
@media only screen and (max-width: 650px) {
  .p-plan .swiper .swiper-button-next {
    right: 3.90625vw;
  }
}
.p-plan .swiper .swiper-button-next::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 8px 0 8px 8px;
}
@media only screen and (max-width: 650px) {
  .p-plan .swiper .swiper-button-next::before {
    border-width: 1.7578125vw 0 1.7578125vw 1.6927083333vw;
  }
}

.p-conditions {
  padding: 30px 0;
}
@media only screen and (max-width: 650px) {
  .p-conditions {
    padding: 5.2083333333vw 0;
  }
}
.p-conditions .p-conditions_privacy {
  margin-top: 23px;
  font-size: 17px;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-conditions .p-conditions_privacy {
    margin-top: 3.90625vw;
    font-size: 3.515625vw;
  }
}
.p-conditions .p-conditions_privacy a {
  color: #4285f4;
  text-decoration: underline;
}
.p-conditions .p-accordion_item_cont p, .p-conditions .p-accordion_item_cont li {
  font-size: 17px;
}
@media only screen and (max-width: 650px) {
  .p-conditions .p-accordion_item_cont p, .p-conditions .p-accordion_item_cont li {
    font-size: 3.515625vw;
  }
}
.p-conditions .p-accordion_item_cont ul {
  margin: 30px 0;
}
@media only screen and (max-width: 650px) {
  .p-conditions .p-accordion_item_cont ul {
    margin: 5.2083333333vw 0;
  }
}
.p-conditions .p-accordion_item_cont ul li {
  display: flex;
}
.p-conditions .p-accordion_item_cont ul li span:first-child {
  display: inline-block;
  width: 8%;
}
.p-conditions .p-accordion_item_cont ul li span:last-child {
  display: inline-block;
  width: 92%;
}
.p-conditions .p-accordion_item_cont ul li.mb_space {
  margin-bottom: 1.5em;
}

.p-share {
  padding: 34px 0 60px;
  background: #e7edff;
}
@media only screen and (max-width: 650px) {
  .p-share {
    padding: 5.859375vw 0 10.4166666667vw;
  }
}
.p-share .p-share_ttl {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-share .p-share_ttl {
    font-size: 5.2083333333vw;
  }
}
.p-share .p-share_ttl span {
  position: relative;
  display: inline-block;
}
.p-share .p-share_ttl span::before, .p-share .p-share_ttl span::after {
  content: " ";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 34px;
  background: #000;
}
@media only screen and (max-width: 650px) {
  .p-share .p-share_ttl span::before, .p-share .p-share_ttl span::after {
    width: 0.5208333333vw;
    height: 6.9010416667vw;
  }
}
.p-share .p-share_ttl span::before {
  left: -23px;
  transform: translateY(-50%) rotate(-20deg);
}
@media only screen and (max-width: 650px) {
  .p-share .p-share_ttl span::before {
    left: -5.859375vw;
  }
}
.p-share .p-share_ttl span::after {
  right: -23px;
  transform: translateY(-50%) rotate(20deg);
}
@media only screen and (max-width: 650px) {
  .p-share .p-share_ttl span::after {
    right: -5.859375vw;
  }
}
.p-share ul {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
}
@media only screen and (max-width: 650px) {
  .p-share ul {
    margin-top: 4.5572916667vw;
  }
}
.p-share ul li {
  width: 59px;
}
@media only screen and (max-width: 650px) {
  .p-share ul li {
    width: 12.7604166667vw;
  }
}
.p-share ul li button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-pc_nav ul li {
  font-size: 1.25vw;
  font-weight: bold;
}
.p-pc_nav ul li:not(:last-child) {
  margin-bottom: 10px;
}
.p-pc_nav ul li a {
  display: block;
  padding: 0.4861111111vw 1.0416666667vw;
  border-radius: 10px;
}
.p-pc_nav ul li a:hover {
  background: #C02FEF;
  color: #fff;
}
.p-pc_nav ul li.current a {
  background: #C02FEF;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .p-pc_application {
    display: none;
  }
}
.p-pc_application .p-pc_application_ttl {
  width: 50%;
  margin: 0 auto;
}
.p-pc_application .p-pc_application_txt {
  margin-top: 2.0833333333vw;
  font-size: 1.1111111111vw;
  font-weight: 900;
  text-align: center;
}
.p-pc_application .p-pc_application_txt .p-pc_application_txt_inner {
  position: relative;
  display: inline-block;
}
.p-pc_application .p-pc_application_txt .p-pc_application_txt_inner::before, .p-pc_application .p-pc_application_txt .p-pc_application_txt_inner::after {
  content: " ";
  position: absolute;
  top: 70%;
  width: 1.5px;
  height: 70%;
  background: #000;
}
.p-pc_application .p-pc_application_txt .p-pc_application_txt_inner::before {
  transform: translateY(-50%) rotate(-30deg);
  left: -0.4305555556vw;
}
.p-pc_application .p-pc_application_txt .p-pc_application_txt_inner::after {
  transform: translateY(-50%) rotate(30deg);
  right: -0.4305555556vw;
}
.p-pc_application .p-pc_application_txt .pink {
  font-size: 1.3888888889vw;
  color: #ff3fad;
}
.p-pc_application .p-pc_application_txt .pink em {
  font-size: 2.2222222222vw;
}
.p-pc_application .p-pc_application_txt .purple {
  font-size: 1.3888888889vw;
  color: #C02FEE;
}
.p-pc_application .p-pc_application_txt .pink em {
  font-size: 2.2222222222vw;
}
.p-pc_application .c-btn01 {
  width: 20.8333333333vw;
  margin-top: 2.0833333333vw;
}
.p-pc_application .c-btn01 a {
  height: 4.1666666667vw;
  font-size: 1.25vw;
}

.p-pc_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99;
  pointer-events: none;
  width: 100%;
  min-width: 1440px;
  height: 100%;
  background: url(../images/pc_bg.png) no-repeat top left/100%;
}

.p-pc_qr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6944444444vw;
  margin-top: 4.1666666667vw;
  box-sizing: border-box;
  border-radius: 1.0416666667vw;
  background: #C02FF0;
}
.p-pc_qr p {
  font-size: 1.1111111111vw;
  font-weight: 900;
  line-height: 145%;
  color: #fff;
}
.p-pc_qr .p-pc_qr_code {
  width: 5.5555555556vw;
}

.p-pc_scroll {
  position: relative;
  margin-top: 3.944444vw;
  width: 16.416667vw;
}
@media only screen and (max-width: 1200px) {
  .p-pc_scroll {
    left: 20px;
    margin-top: 300px;
    width: 248px;
  }
}
@media only screen and (max-width: 860px) {
  .p-pc_scroll {
    left: 1.7441860465vw;
    width: 17.4418604651vw;
  }
}
@media only screen and (max-width: 800px) {
  .p-pc_scroll {
    display: none;
    left: 1.25vw;
    width: 12.5vw;
  }
}
.p-pc_scroll .p-pc_scroll_inner {
  position: relative;
}
.p-pc_scroll .p-pc_scroll_inner span {
  position: absolute;
  display: block;
  bottom: 8.041667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 1.0416666667vw;
  font-weight: 900;
  line-height: 110%;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .p-pc_scroll .p-pc_scroll_inner span {
    font-size: 15px;
    bottom: 120px;
  }
}
@media only screen and (max-width: 860px) {
  .p-pc_scroll .p-pc_scroll_inner span {
    font-size: 1.7441860465vw;
    bottom: 65px;
  }
}
.p-pc_scroll .p-pc_scroll_arrow {
  position: absolute;
  bottom: -4.1666666667vw;
  left: 50%;
  width: 0.625vw;
  animation-name: scroll-arrow-animation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .p-pc_scroll .p-pc_scroll_arrow {
    bottom: -60px;
    width: 9px;
  }
}
@media only screen and (max-width: 860px) {
  .p-pc_scroll .p-pc_scroll_arrow {
    bottom: -6.976744186vw;
    width: 1.0465116279vw;
  }
}
@media only screen and (max-width: 800px) {
  .p-pc_scroll .p-pc_scroll_arrow {
    bottom: -5vw;
    width: 0.875vw;
  }
}
@keyframes scroll-arrow-animation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.u-red {
  color: #ff3768;
}

.u-yellow {
  color: #fb9e04;
}

.u-blue {
  color: #14a9e9;
}

.u-purple {
  color: #6a6aff;
}
/*250711追記*/
.ver_top{
  vertical-align: top;
  font-size: 0.8em;
  margin-top: -3px;
  display: inline-block;
}
.list_in_box{
  border: 1px solid #aaa;
  padding: 10px 15px;
  margin-top: 20px;
}
@media only screen and (max-width: 800px) {
  .ver_top{
    margin-top: -0.375vw;
  }
  .list_in_box{
    padding: 1.25vw 1.875vw;
    margin-top: 2.5vw;
  }
}
/*250917 修正*/
.link_underline{
  text-decoration: underline;
}
.top_notice{
  background-color: #FFFF00;
  text-align: center;
  padding: 20px;
}
.top_notice p{
  color: #ff0000;
}
.top_notice p a{
  color: #ff0000;
}
.l-allContainer.top_notice_on{
  padding-top: 60px;
}
.yellow_ribbon_wrap.pd{
  padding: 0 1rem;
}
.yellow_ribbon_wrap p.yellow_ribbon_text{
  background: #fff000;
  color: #ff0000;
  display: inline;
  font-size: 14px;
}
.yellow_ribbon_wrap p.yellow_ribbon_text a{
  color: #ff0000;
}
.red_text{
  color: #ff0000;
}
.red_text a{
  color: #FF0000;
  text-decoration: underline;
}
.p-conditions .p-accordion_item_cont ul li.non_indent{
  text-indent: inherit;
  padding-left: 0;
  display: block;
}
.t-c{text-align: center;}
.mt_0{margin-top: 0!important;}
.mt_1rem{margin-top: 1rem;}
.mt_2rem{margin-top: 2rem;}
.mb_1rem{margin-bottom: 1rem;}
.mb_2rem{margin-bottom: 2rem;}
@media screen and (max-width: 650px){
  .top_notice{
    font-size: 3.515625vw;
    margin-top: 17.84615vw;
  }
  .p-kv.top_notice_on{
    padding-top: 0;
  }
  .yellow_ribbon_wrap p.yellow_ribbon_text{
    font-size: 3.515625vw
  }
  .yellow_ribbon_wrap.mg_sp{
    margin: 1rem 0;
  }
}
/*251111*/
.table_gone_wrap{
  border: 2px solid #000;
  font-size: 0.8em;
}
.table_gone_wrap table{
  table-layout: fixed;
  width: 100%;
}
.table_gone_wrap table , td, th {
  border-collapse: collapse;
  text-align: center;
  padding: 3px;
  font-weight: bold;
  vertical-align: middle;
}
.table_gone_wrap td.bg_01{
  width: 30%;
}
.table_gone_wrap td.bg_02{
  width: 20%;
}
.table_gone_wrap td.bg_03{
  width: 50%;
}
.table_gone_wrap td span.small_01{
  font-size: 0.9em;
}
.table_gone_wrap td span.big_01{
  font-size: 1.2em;
}
.table_gone_wrap table .bg_01,
.table_gone_wrap table .bg_02{
  background-color: #000;
  color: #fff;
}
.table_gone_wrap table .bg_03,
.table_gone_wrap table .bg_04{
  background-color: #6969ff;
  color: #fff;
}
.table_gone_wrap table.gone_tbl_style_02 .bg_03,
.table_gone_wrap table.gone_tbl_style_02 .bg_04{
  background-color: #ff3768;
  color: #fff;
}
.table_gone_wrap table .bg_02{
  border-left: 2px solid #fff;
}
.table_gone_wrap table .bg_03{
  border-bottom: 2px solid #fff;
}
.table_gone_wrap table tr.under_cell td{
  background-color: #fff;
}
.table_gone_wrap table tr.under_cell td.cell_01,
.table_gone_wrap table tr.under_cell td.cell_02{
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.table_gone_wrap table tr.under_cell td.cell_01,
.table_gone_wrap table tr.under_cell td.cell_02,
.table_gone_wrap table tr.under_cell td.cell_03{
  border-bottom: 2px solid #000;
}
.table_gone_wrap table tr.under_cell.under_last td.cell_01,
.table_gone_wrap table tr.under_cell.under_last td.cell_02,
.table_gone_wrap table tr.under_cell.under_last td.cell_03{
  border-bottom: none;
}

/* フローティング */
:root {
    --floating-fade-dist: 12px;
    --floating-transition: 220ms ease;
}

.floating {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 190;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0.5rem 0.5rem calc(1rem + env(safe-area-inset-bottom)) 0.5rem;
    transition: opacity 220ms ease, transform 220ms ease;
    will-change: opacity, transform;
    opacity: 1;
    transform: translateY(0);
    flex-direction: column;
    align-items: center;
}

.floating.is-hidden {
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
    .floating {
        transition: none;
    }
}

.left-section {
    display: flex;
    flex-direction: column;
    width: 68.9%;
}

@media screen and (min-width: 651px) {
    .floating {
        display: none;
    }
}

.floating .c-btn01 {
    width: 67vw;
    height: 11vw;
    border-radius: 7.1614583333vw 7.1614583333vw 6.3802083333vw 6.3802083333vw;
    box-shadow: 0 1.3020833333vw 0 #c4c5d0;
}

.floating .c-btn01 a {
    height: 12vw;
    border-radius: 6.3802083333vw;
    font-size: 3.2vw;
}

.left-section .c-btn01_arrow {
    display: inline-block;
    transform: translateY(-50%) rotate(90deg) !important;
    transition: transform 0.3s ease;
}

.kz-footer_text {
    position: relative;
    margin-bottom: 0.5128vw;
}

.kz-footer_text>p {
    padding-bottom: 0.5vw;
    font-size: 3.5vw;
    font-weight: normal;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

.kz-footer_text>p::before,
.kz-footer_text>p::after {
    content: "";
    position: absolute;
    top: -15%;
    height: 6vw;
    border-left: 0.7692vw solid #fff;
    border-radius: 1px;
}

.kz-footer_text>p::before {
    left: 5%;
    transform: rotate(145deg);
}

.kz-footer_text>p::after {
    right: 5%;
    transform: rotate(35deg);
}

/*------------common------------*/
.mt-0{margin-top: 0!important;}
.mt-5{margin-top: 5px!important;}
.mt-10{margin-top: 10px!important;}
.mt-20{margin-top: 20px!important;}
.mt-30{margin-top: 30px!important;}
.mt-40{margin-top: 40px!important;}
.mt-50{margin-top: 50px!important;}
.mt-60{margin-top: 60px!important;}
.mt-70{margin-top: 70px!important;}
.mt-80{margin-top: 80px!important;}
.mt-90{margin-top: 90px!important;}
.mt-100{margin-top: 100px!important;}
.mt-110{margin-top: 110px!important;}
.m-auto{margin-left: auto;margin-right: auto;}
.t_center{text-align: center;}
.t_right{text-align: right;}
.t_left{text-align: left;}
.deco_ul{text-decoration: underline;}
.c_black{color: #000;}
.c_white{color: #fff;}
.c_blue{color: #3769FB;}
.f_bold{font-weight: bold;}
.indent_1,.list_indent_1 li{text-indent: -1em;padding-left: 1em;}
.notice_list a{color: #1B9FFC;text-decoration: underline;}

@media only screen and (max-width: 650px){
  .mt-5{margin-top: 0.521vw!important;}
  .mt-10{margin-top: 1.042vw!important;}
  .mt-20{margin-top: 2.083vw!important;}
  .mt-30{margin-top: 3.125vw!important;}
  .mt-40{margin-top: 4.167vw!important;}
  .mt-50{margin-top: 5.208vw!important;}
  .mt-60{margin-top: 6.25vw!important;}
  .mt-70{margin-top: 7.292vw!important;}
  .mt-80{margin-top: 8.333vw!important;}
  .mt-90{margin-top: 9.375vw!important;}
  .mt-100{margin-top: 10.417vw!important;}
  .mt-110{margin-top: 11.458vw!important;}
}
/*------------common2------------*/
.notice_list{
  font-size: 14px;
}

.notice_list.entry {
  font-size: 16px;
}

@media only screen and (max-width: 650px){
  .notice_list{
    font-size: 3.042vw;
  }
  .notice_list.entry {
    font-size: 3.042vw;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.p-return {
  margin-top: 120px;
}
@media only screen and (max-width: 650px) {
  .p-return {
    margin-top: 19.53125vw;
  }
}
.p-return table {
  margin-top: 45px;
  width: 100%;
}
@media only screen and (max-width: 650px) {
  .p-return table {
    margin-top: 5.859375vw;
  }
}
.p-return table tr {
  border-top: 1px solid #000;
}
.p-return table tr:last-child {
  border-bottom: 1px solid #000;
}
.p-return table tr th {
  padding: 15px 0;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 146%;
}
@media only screen and (max-width: 650px) {
  .p-return table tr th {
    padding: 2.6041666667vw 0;
    font-size: 2.734375vw;
  }
}
.p-return table tr th:not(:last-child) {
  border-right: 1px solid #000;
}
.p-return table tr td {
  padding: 15px 0;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 146%;
}
@media only screen and (max-width: 650px) {
  .p-return table tr td {
    padding: 2.6041666667vw 0;
    font-size: 2.734375vw;
  }
}
.p-return table tr td:not(:last-child) {
  border-right: 1px solid #000;
}
.p-return table tr .large {
  font-size: 21px;
}
@media only screen and (max-width: 650px) {
  .p-return table tr .large {
    font-size: 3.3854166667vw;
  }
}
.p-return table tr em {
  font-size: 24px;
}
@media only screen and (max-width: 650px) {
  .p-return table tr em {
    font-size: 3.90625vw;
  }
}

/*------------box_wrap------------*/
.box_wrap{
  border-radius: 20px;
  border: 1px solid #000;
}
.box_ttl{
  border-radius: 20px 20px 0 0;
  padding: 30px 0;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}
.box_01 .box_ttl{background-color: #D461E3;}
.box_02 .box_ttl{background-color: #FB9E04;}
.box_ttl span{
  display: block;
  font-size: 0.6em;
}
.box_wrap .lp_inner{
  padding: 3.125%;
}
@media only screen and (max-width: 650px){
  .box_ttl{
    padding: 3.125% 0;
    font-size: 20px;
  }
}
/*-----box_top_price-----*/
.plan_ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.plan_txt {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.plan_ttl::before,.plan_ttl::after {
  content: "・";
  color: #E30028;
}
.box_top_price .flex_wrap{
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.box_top_price .flex_wrap.flex_01{
  align-items: flex-end;
}
.text_03 {
  border-bottom: solid 1px #000;
  text-align: right;
  font-size: 20px;
  padding-right: 12%;
}
.box_top_price .text_01{
  font-size: 24px;
}
.box_top_price .flex_01 .text_02{
  font-size: 24px;
}
.box_top_price .flex_01 .text_02 .style_01{
  font-size: 60px;
}
.box_top_price .flex_02{
  padding: 3.125% 0;
  border-bottom: 1px solid #000;
  align-items: center;
}
.box_top_price .flex_02 .text_01{
  font-size: 20px;
  color: #D461E3;
}
.box_top_price .flex_02 .text_02{
  position: relative;
  font-size: 24px;
  width: 40%;
  text-align: right;
}
.box_top_price .flex_02 .text_02 .style_01{
  font-size: 60px;
  color: #FF6666;
}
.box_top_price .flex_02 .text_02 .style_02{
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 16px;
}

.flex_wrap.flex_03 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 4%;
}
.apple_plan {
  position: relative;
  width: 30%;
}
.apple_plan .text01 {
  position: absolute;
  font-weight: bold;
  top: 10px;
  width: 100%;
  font-size: 16px;

}
.apple_plan .text02 {
  position: absolute;
  font-weight: bold;
  top: 107px;
  width: 130%;
  font-size: 16px;
}
.plan_price {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
}
.plan_price .strike {
  text-decoration: line-through;
}
.plan_price .big {
  font-size: 1.2em;
  font-weight: bold;
}
.plan_price,
.line_text{
  font-size: 18px;
}
@media only screen and (max-width: 650px){
  .plan_ttl {
    font-size: 6.5vw;
  }
  .plan_txt {
    font-size: 4.5vw;
  }
  .text_03 {
    font-size: 4vw;
    padding-right: 12%;
  }
  .box_top_price .text_01{
    font-size: 4.5vw;
  }
  .box_top_price .flex_01 .text_02{
    font-size: 4.5vw;
  }
  .box_top_price .flex_01 .text_02 .style_01{
    font-size: 14.5vw;
  }
  .box_top_price .flex_02 .text_01{
    font-size: 4.5vw;
  }
  .box_top_price .flex_02 .text_02{
    font-size: 4vw;
  }
  .box_top_price .flex_02 .text_02 .style_01{
    font-size: 14.5vw;
  }
  .box_top_price .flex_02 .text_02 .style_02{
    top: 10vw;
    font-size: 3vw;
  }

  .flex_wrap.flex_03 {
    padding-bottom: 4%;
  }
  .apple_plan {
    width: 30%;
  }
  .apple_plan .text01 {
    top: 2.4vw;
    font-size: 3.5vw;
  }
  .apple_plan .text02 {
    top: 21vw;
    font-size: 3.5vw;
  }
  .plan_price {
    font-size: 4vw;
  }
}
/*-----check_list-----*/
.check_list li{
  position: relative;
  padding-left: 30px;
  font-size: 24px;
}
.check_list li:before{
  position: absolute;
  content: "";
  background-image: url("../images/icon_check.png");
  background-size: 100% 100%;
  width: 23px;
  height: 16px;
  top: 15px;
  transform: translateY(-50%);
  left: 0;
}
/*-----plan_list-----*/
.plan_list{ 
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.plan_list li{
  display: flex;
  justify-content: space-around;
}
.plan_list li:not(:last-child){
  margin-top: 40px;
}
.line_text{
  text-decoration: line-through;
}
.price_text{
  font-size: 20px;
  font-weight: bold;
}
/*------------box_wrap ac------------*/
.box_wrap .accordion_btn{
  position: relative;
  display: inline-block;
  background-color: #000;
  padding: 10px;
  cursor: pointer;
  color: #fff;
  border-radius: 50px;
  padding: 20px 80px 20px 50px;
  font-size: 24px;
  font-weight: bold;
}
.box_wrap .accordion_btn:after{
  position: absolute;
  content: "";
  background-image: url("../images/open_01.png");
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.box_wrap .accordion_btn.ac_open:after{
  background-image: url("../images/close_01.png");
}
.box_wrap .accordion_contents{
  padding-top: 60px;
}
.terms_ac_outer .accordion_contents a{
  color: #3769FB;
  text-decoration: underline;
}
.ac_close{display: none;}
/*------------terms_ac_outer------------*/
.terms_ac_outer{
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 15px 0px rgba(134, 134, 134, 0.16);
}
/*------------terms_ac_outer ac------------*/
.terms_ac_outer .accordion_btn{
  position: relative;
  padding: 20px 140px;
  cursor: pointer;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
.terms_ac_outer .accordion_btn.ac_open{
  background-color: #EDEDED;
}
.terms_ac_outer .ac_01 .accordion_btn:before,
.terms_ac_outer .ac_02 .accordion_btn:before{
  position: absolute;
  content: "";
  width: 40px;
  height: 42px;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.terms_ac_outer .ac_01 .accordion_btn:before{
  background-image: url("../images/icon_01.png");
  background-size: 100% 100%;
}
.terms_ac_outer .ac_02 .accordion_btn:before{
  background-image: url("../images/icon_02.png");
  background-size: 100% 100%;
}
.terms_ac_outer .accordion_btn:after{
  position: absolute;
  content: "";
  background-image: url("../images/open_02.png");
  background-size: 100% 100%;
  width: 36px;
  height: 36px;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.terms_ac_outer .accordion_btn.ac_open:after{
  background-image: url("../images/close_02.png");
}
.terms_ac_outer .accordion_contents{
  padding: 40px;
  font-size: 18px;
}
@media only screen and (max-width: 650px){
  .terms_ac_outer .accordion_btn{
    padding: 4% 23%;
    font-size: 5vw;
  }
  .terms_ac_outer .ac_01 .accordion_btn:before,
  .terms_ac_outer .ac_02 .accordion_btn:before{
    width: 5.5vw;
    height: 5.7vw;
    left: 5.5vw;
  }
  .terms_ac_outer .accordion_btn:after{
    width: 5.6vw;
    height: 5.6vw;
    right: 4.5vw;
  }
}
/*------------step_wrap------------*/
.step_box{
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 15px 0px rgba(134, 134, 134, 0.16);
  text-align: center;
  padding: 50px 40px 80px;
}
.step_ttl{
  font-size: 54px;
  font-weight: bold;
}
.step_02 .text_01{
  font-size: 32px;
}

@media only screen and (max-width: 650px){
  .step_box{
    padding: 5% 4% 8%;
  }
  .step_ttl{
    font-size: 40px;
  }
  .step_02 .text_01{
    font-size: 20px;
  }
}
/*------------slick------------*/
.slick-slider{
  position: relative;
}
.prev-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
    max-width: fit-content;
    width: 7%;
    
    z-index: 1;
}
.next-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
    max-width: fit-content;
    width: 7%;
    
    z-index: 1;
}
.slide_img img{
  margin: 0 auto;
}
.slick-slide {
  margin-bottom: auto;
}
/*dots*/
.slick-dots li button:before{
  font-size: 16px;
  bottom: 40px;
}
.slick-track {
  display: flex;
    align-items: center;
}

.slide_img {
  padding: 3.125%;
  margin-top: auto;
}


.logo_01 {
  width: 50%;
  margin: 0 auto;
}

.img_05 {
  width: 50%;
  margin: 0 auto;
}

.ttl_text {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.ttl_text span {
  margin-left: 0.25em;
}
@media only screen and (max-width: 650px){
  .prev-arrow{
    left: -4vw;
  }
  .next-arrow{
    right: -4vw;
  }
  .ttl_text {
    font-size: 9vw;
  }

}



/*------------qa_wrap ac------------*/
.qa_wrap .accordion_wrap{
  border-radius: 20px;
}
.qa_wrap .accordion_btn{
  position: relative;
  background: #1D1D20;
  padding: 20px 50px 20px 45px;
  cursor: pointer;
  color: #fff;
  border-radius: 20px;
  text-align: left;
  font-size: 18px;
  font-weight: 710;
}
.qa_wrap .accordion_btn.ac_open{
  border-radius: 20px 20px 0 0;
}
.qa_wrap .accordion_contents{
  background: #fff;
  color: #404040;
  text-align: left;
  padding: 40px 40px 40px 90px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  position: relative;
  border-radius: 0 0 20px 20px;
}
.qa_wrap .accordion_contents:before{
  content: "";
  background-image: url(/bakuage/appleone/join_campaign/assets/images/icon_a.png);
  background-size: 27.5px 42.5px;
  width: 27.5px;
  height: 42.5px;
  position: absolute;
  top: 40px;
  left: 35px;
}
.qa_wrap .accordion_btn:before{
  content: "";
  background-image: url(/bakuage/appleone/join_campaign/assets/images/icon_q.png);
  background-size: 30px 43px;
  width: 30px;
  height: 43px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.qa_wrap .accordion_btn:after{
  content: "";
  background-image: url(/bakuage/appleone/join_campaign/assets/images/arrow_02_open.png);
  background-size: 23.5px 15.5px;
  width: 23.5px;
  height: 15.5px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.qa_wrap .accordion_btn.ac_open:after{
  background-image: url(/bakuage/appleone/join_campaign/assets/images/arrow_02_close.png);
}

@media only screen and (max-width: 650px){
  .qa_wrap .accordion_btn{
    padding: 6% 10% 6% 9%;
    font-size: 3.0vw;
  }
  .qa_wrap .accordion_btn:before{
    background-size: 100%;
    width: 4vw;
    height: 6vw;
    left: 3vw;
  }
  .qa_wrap .accordion_btn:after{
    background-size: 100%;
    background-repeat: no-repeat;
    width: 4vw;
    height: 3vw;
    top: 50%;
    right: 3vw;
  }
  .qa_wrap .accordion_contents{
    padding: 4vw 4vw 4vw 12vw;
    font-size: 3.0vw;
  }
  .qa_wrap .accordion_contents:before{
    background-size: 100%;
    width: 4vw;
    height: 6vw;
    top: 4vw;
    left: 4vw;
  }
}

/*------------float_area------------*/
.float_area{
  background-color: rgb(0 0 0 / 0.5);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 15px 40px;
  z-index: 10;
}
.float_area .grd_btn button{
  width: 500px;
  height: 90px;
  font-size: 24px;
}
.float_area .grd_btn button:after{
  width: 30px;
  height: 30px;
}
/*footer�]��*/
.page-docomo-lp footer{
  padding-bottom: 210px;;
}
/*close*/
.cp_attention_outer{
	padding-top: 15px;
}
.cp_attention__txt3 {
    max-width: 700px;
    min-width: 300px;
    border: 2px solid;
    color: #cc0033;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto 15px;
    padding: 3% 30px;
    text-align: center;
    background: #fff;
}
.p-aside ul li {
  display: flex;
  gap: 5px;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 122%;
  color: #666;
}
@media only screen and (max-width: 650px) {
  .p-aside ul li {
    font-size: 3.515625vw;
  }
}
.p-aside ul li:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .p-aside ul li:not(:first-child) {
    margin-top: 3.2552083333vw;
  }
}
.p-aside ul li a {
  color: #666;
  text-decoration: underline;
}
.p-aside {
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .p-aside {
    margin-top: 3.90625vw;
  }
}
.p-aside ul li {
  font-size: 15px;
}
@media only screen and (max-width: 650px) {
  .p-aside ul li {
    font-size: 3.2552083333vw;
  }
}
.p-aside ul li span:first-child {
  width: 8%;
}
.p-aside ul li span:nth-child(2) {
  width: 92%;
}

#include_header {
  display: none !important;
}

.btn_text {
  text-align: center;
    font-size: 14px;
}
.floating .btn_text {
  text-align: center;
    font-size: 4vw;
    color: #ffffff;
}


.kv-txt {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 5.125%;
}

@media only screen and (max-width: 650px) {
  .kv-txt {
    font-size: 4vw;
  }
}


.u-fc--red {
  color: #d00f31;
}
.u-fc--red2 {
  color: #f00;
}
.u-fc--white {
  color: #fff;
}
.u-fc--purple {
  color: #686ff6;
}
.u-fc--blue {
  color: #14a9e9;
}

.u-bg--white {
  background-color: #fff;
}
.u-bg--gray {
  background-color: #e6e6e6;
}
.u-bg--light-gray {
  background-color: #f4f5f6;
}
.u-bg--blue {
  background-color: #14a9e9;
}
.u-bg--orange {
  background-color: #fb9e04;
}
.u-bg--purple {
  background-color: #D461E3;
}



.l-footer__nav {
    position: relative;
    padding: 25px 0;
    margin: 0 auto;
    width: 500px;
    background-color: #222;
}
@media screen and (max-width: 767px) {
    .l-footer__nav {
      padding: 3.125% 0;
      width: 100%;
    }
}

/*  l-footer-nav
--------------------------------------------- */
.l-footer-nav__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 25px;
    gap: 10px 3.1rem;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .l-footer-nav__list {
        display: block;
        padding: 0 3.125%;
    }
}
.l-footer-nav__list + .l-footer-nav__list {
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .l-footer-nav__list + .l-footer-nav__list {
        margin-top: 0.5rem;
    }
}
@media screen and (max-width: 767px) {
    .l-footer-nav__item + .l-footer-nav__item {
        margin-top: 0.5rem;
    }
}
.l-footer-nav__link {
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    padding-right: 24px;
    white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
    .l-footer-nav__link:hover {
        text-decoration: underline;
    }
}
@media screen and (max-width: 767px) {
    .l-footer-nav__link {
        padding-right: calc(43 / 600 * 100vw);
        font-size: calc(20 / 600 * 100vw);
    }
}
.l-footer-nav__link::before {
    content: "";
    position: absolute;
    top: 55%;
    right: 0;
    display: block;
    width: 18px;
    aspect-ratio: 19/13;
    background: url(../images/icon_outlink-2.png) center center no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .l-footer-nav__link::before {
        width: calc(20 / 600 * 100vw);
    }
}


.slide_text {
  margin-bottom: calc(auto/2);
}
/*close*/
.cp_attention__txt3 {
    max-width: 700px;
    min-width: 300px;
    border: 2px solid;
    margin: 15px auto;
    padding: 3% 30px;
    text-align: center;
    background: #fff;
    width: 90%;
    box-sizing: border-box;
}
.cp_attention__txt3  p{
    color: #cc0033;
    font-size: 24px;
    font-weight: 600;
}
.sp_br{display: none;}
.pt0{padding-top:0!important;}
@media screen and (max-width: 650px) {
  .cp_attention_outer{
    padding-top: 18vw;
  }
  .sp_br{
    display: block;
  }
}