@charset "UTF-8";
/* design size variable */
/* constance variable */
/* device width variable */
/* font responsive ratio */
/* spacer responsive ratio */
/* noto sans font weight */
/* general method */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  opacity: 1;
}

@media only screen and (max-width: 650px) {
  main {
    overflow: hidden;
  }
}

p, li, dt, dd, input, textarea, th, td {
  color: #000;
  line-height: 175%;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

figure img {
  width: 100%;
}

.pc {
  display: block;
}
@media only screen and (max-width: 650px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 650px) {
  .sp {
    display: inherit;
  }
}

img.pc, br.pc, span.pc, strong.pc, small.pc {
  display: inline;
}
@media only screen and (max-width: 650px) {
  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: 650px) {
  img.sp, br.sp, span.sp, strong.sp, small.sp {
    display: inline;
  }
}

a[href^=tel] {
  cursor: text;
}
@media only screen and (max-width: 650px) {
  a[href^=tel] {
    cursor: pointer;
  }
}

.l-whiteBox {
  position: relative;
  z-index: 1;
  background: #fff;
  box-sizing: border-box;
  padding: 35px 25px;
}
@media only screen and (max-width: 650px) {
  .l-whiteBox {
    padding: 5.2083333333vw 3.90625vw;
  }
}

.l-container01 {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 87%;
}
@media only screen and (max-width: 650px) {
  .l-container01 {
    width: 83.3333333333vw;
  }
}

.l-in_container01 {
  margin: 0 auto;
  width: 91%;
}
@media only screen and (max-width: 650px) {
  .l-in_container01 {
    width: 79.4270833333vw;
  }
}

.l-mainContainer {
  overflow: hidden;
  width: 500px;
  min-width: 500px;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 0 25px rgba(124, 124, 124, 0.2);
  background: #fff;
}
@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;
  margin: 150px auto 0;
}
@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;
    margin-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;
  width: -moz-max-content;
  width: max-content;
}

.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-ttl01 {
  text-align: center;
}
.c-ttl01 span {
  position: relative;
  font-size: 35px;
  font-weight: bold;
}
@media only screen and (max-width: 650px) {
  .c-ttl01 span {
    font-size: 5.2083333333vw;
  }
}
.c-ttl01 span::before, .c-ttl01 span::after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background: #d00f31;
  border-radius: 50%;
}
@media only screen and (max-width: 650px) {
  .c-ttl01 span::before, .c-ttl01 span::after {
    width: 1.4322916667vw;
    height: 1.4322916667vw;
  }
}
.c-ttl01 span::before {
  left: -35px;
}
@media only screen and (max-width: 650px) {
  .c-ttl01 span::before {
    left: -5.2083333333vw;
  }
}
.c-ttl01 span::after {
  right: -35px;
}
@media only screen and (max-width: 650px) {
  .c-ttl01 span::after {
    right: -5.2083333333vw;
  }
}

.c-ttl02 {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
.c-ttl02 .ttl-inner {
  display: inline-block;
  position: relative;
  font-size: 25px;
  line-height: 170%;
}
@media only screen and (max-width: 650px) {
  .c-ttl02 .ttl-inner {
    font-size: 5.2083333333vw;
  }
}
.c-ttl02 .ttl-inner {
  /* ▼▼▼ ここから下が修正箇所です ▼▼▼ */
}
.c-ttl02 .ttl-inner .line-wrapper {
  display: flex;
  align-items: flex-start; /* 上辺で揃える */
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .c-ttl02 .ttl-inner .line-wrapper {
    margin-top: 2.6041666667vw;
  }
}
.c-ttl02 .ttl-inner .line-part {
  flex-grow: 1; /* 横幅いっぱいに伸びる */
  height: 2px; /* 線の太さ */
  background-color: black; /* borderではなく背景色で線を作る */
  margin-top: 0; /* SVGの開始位置(y=0〜2)と合わせるため0 */
}
.c-ttl02 .ttl-inner .notch-part {
  flex-shrink: 0; /* 縮小させない */
  width: 12px; /* SVGの幅と合わせる(必須) */
  height: 14px; /* SVGの高さと合わせる */
  position: relative;
}
.c-ttl02 .ttl-inner .notch-part svg {
  display: block; /* 隙間を消す */
  width: 100%;
  height: 100%;
  overflow: visible; /* 線がボックス外に出ても切れないように */
}

.c-medium_txt {
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 145%;
}
@media only screen and (max-width: 650px) {
  .c-medium_txt {
    font-size: 3.90625vw;
  }
}

.c-detail_link {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 145%;
}
@media only screen and (max-width: 650px) {
  .c-detail_link {
    font-size: 3.90625vw;
  }
}
.c-detail_link a {
  color: #0578ff;
}

.p-btn {
  display: flex;
  justify-content: center;
}

.p-faq {
  padding-top: 80px;
}
@media only screen and (max-width: 650px) {
  .p-faq {
    padding-top: 13.0208333333vw;
  }
}
.p-faq__list {
  display: flex;
  flex-wrap: wrap;
  gap: 39px;
  margin-top: 60px;
}
@media only screen and (max-width: 650px) {
  .p-faq__list {
    gap: 7.8125vw;
    margin-top: 10.4166666667vw;
  }
}
.p-faq__item {
  position: relative;
  width: 100%;
}
.p-faq__item__ttl {
  padding-left: 20px;
  font-size: 23px;
  font-weight: bold;
  color: #000;
  line-height: 144%;
  border-left: 3px solid #d00f31;
}
@media only screen and (max-width: 650px) {
  .p-faq__item__ttl {
    padding-left: 3.90625vw;
    border-left: 0.5208333333vw solid #d00f31;
    font-size: 3.90625vw;
    border-left-width: 0.5208333333vw;
  }
}
.p-faq__item .p-accordion {
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .p-faq__item .p-accordion {
    margin-top: 3.90625vw;
  }
}

.p-footer {
  padding: 50px 0 60px;
  margin: 0 auto;
  width: 500px;
}
@media only screen and (max-width: 650px) {
  .p-footer {
    padding: 9.1145833333vw 0 0;
    width: 100%;
  }
}
.p-footer p {
  font-size: 13px;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-footer p {
    font-size: 3.6458333333vw;
  }
}

.p-plan {
  margin-top: 100px;
}
@media only screen and (max-width: 650px) {
  .p-plan {
    margin-top: 16.9270833333vw;
  }
}
.p-plan__txt {
  margin-top: 35px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-plan__txt {
    margin-top: 5.859375vw;
    font-size: 3.90625vw;
  }
}
.p-plan .p-accordion {
  margin-top: 25px;
}
@media only screen and (max-width: 650px) {
  .p-plan .p-accordion {
    margin-top: 3.90625vw;
  }
}

.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-charm {
  padding-top: 25px;
  background: #000;
}
@media only screen and (max-width: 650px) {
  .p-charm {
    padding-top: 4.5572916667vw;
  }
}
.p-charm .p-charm_ttl {
  margin-top: 35px;
  font-size: 27px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-charm .p-charm_ttl {
    margin-top: 6.5104166667vw;
    font-size: 5.078125vw;
  }
}
.p-charm .p-char_sub_ttl {
  text-align: center;
  line-height: 110%;
}
.p-charm .p-char_sub_ttl span {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  background: #3cff80;
  font-size: 21px;
  font-weight: bold;
}
@media only screen and (max-width: 650px) {
  .p-charm .p-char_sub_ttl span {
    padding: 1.953125vw 2.6041666667vw;
    font-size: 3.90625vw;
  }
}
.p-charm .p-char_sub_ttl span::after {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -17.5px;
  width: 28px;
  height: 21px;
  background: url("../images/spotifypremium_charm_triangle.png") no-repeat top left/contain;
}
@media only screen and (max-width: 650px) {
  .p-charm .p-char_sub_ttl span::after {
    bottom: -3.2552083333vw;
    width: 5.2083333333vw;
    height: 3.90625vw;
  }
}
.p-charm .p-charm_list {
  margin-top: 35px;
}
@media only screen and (max-width: 650px) {
  .p-charm .p-charm_list {
    margin-top: 6.5104166667vw;
  }
}
.p-charm .p-charm_list .p-charm_item {
  display: flex;
  justify-content: center;
  gap: 25px;
}
@media only screen and (max-width: 650px) {
  .p-charm .p-charm_list .p-charm_item {
    gap: 4.5572916667vw;
  }
}
.p-charm .p-charm_list .p-charm_item:not(:last-child) {
  margin-bottom: 38px;
}
@media only screen and (max-width: 650px) {
  .p-charm .p-charm_list .p-charm_item:not(:last-child) {
    margin-bottom: 7.1614583333vw;
  }
}
.p-charm .p-charm_list .p-charm_item .p-charm_item_img {
  width: 96px;
}
@media only screen and (max-width: 650px) {
  .p-charm .p-charm_list .p-charm_item .p-charm_item_img {
    width: 17.8385416667vw;
  }
}
.p-charm .p-charm_list .p-charm_item .p-charm_item_txt {
  width: 311px;
}
@media only screen and (max-width: 650px) {
  .p-charm .p-charm_list .p-charm_item .p-charm_item_txt {
    width: 57.8125vw;
  }
}
.p-charm .p-charm_list .p-charm_item .p-charm_item_txt p {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  line-height: 140%;
}
@media only screen and (max-width: 650px) {
  .p-charm .p-charm_list .p-charm_item .p-charm_item_txt p {
    font-size: 3.6458333333vw;
  }
}

.p-comparison {
  padding-top: 50px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 650px) {
  .p-comparison {
    padding-top: 6.5104166667vw;
    padding-bottom: 16.9270833333vw;
  }
}
.p-comparison .p-comparison_ttl {
  font-size: 27px;
  font-weight: 900;
  color: #3cff80;
  text-align: center;
  line-height: 145%;
}
@media only screen and (max-width: 650px) {
  .p-comparison .p-comparison_ttl {
    font-size: 5.078125vw;
  }
}
.p-comparison .p-comparison_ttl small {
  font-size: 21px;
}
@media only screen and (max-width: 650px) {
  .p-comparison .p-comparison_ttl small {
    font-size: 3.90625vw;
  }
}
.p-comparison .p-comparison_table table {
  width: 100%;
}
.p-comparison .p-comparison_table table tr {
  border-bottom: 2px solid #fff;
}
.p-comparison .p-comparison_table table tr th {
  padding: 10px 0;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 130%;
  vertical-align: bottom;
}
@media only screen and (max-width: 650px) {
  .p-comparison .p-comparison_table table tr th {
    padding: 1.953125vw 0;
    font-size: 3.90625vw;
  }
}
.p-comparison .p-comparison_table table tr th.icon {
  position: relative;
}
.p-comparison .p-comparison_table table tr th.icon::before {
  content: " ";
  position: absolute;
  top: 14px;
  left: 7px;
  width: 22px;
  height: 22px;
  background: url("../images/spotifypremium_spotify_icon.png") no-repeat top left/contain;
}
@media only screen and (max-width: 650px) {
  .p-comparison .p-comparison_table table tr th.icon::before {
    top: 2.6041666667vw;
    left: 1.3020833333vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
.p-comparison .p-comparison_table table tr th span {
  display: flex;
  justify-content: center;
}
.p-comparison .p-comparison_table table tr td {
  padding: 10px 0;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  line-height: 130%;
  vertical-align: middle;
}
@media only screen and (max-width: 650px) {
  .p-comparison .p-comparison_table table tr td {
    padding: 1.953125vw 0;
    font-size: 3.6458333333vw;
  }
}
.p-comparison .p-comparison_table table tr td:first-child {
  width: 40%;
}
.p-comparison .p-comparison_table table tr td .line {
  display: block;
  margin: 0 auto;
  width: 28px;
  height: 3px;
  background: #fff;
}
@media only screen and (max-width: 650px) {
  .p-comparison .p-comparison_table table tr td .line {
    width: 5.2083333333vw;
    height: 0.5208333333vw;
  }
}
.p-comparison .p-comparison_table table tr td .check {
  display: block;
  margin: 0 auto;
  width: 32px;
}
@media only screen and (max-width: 650px) {
  .p-comparison .p-comparison_table table tr td .check {
    width: 5.859375vw;
  }
}

.p-ex .p-ex_sub_ttl {
  text-align: center;
  line-height: 110%;
}
.p-ex .p-ex_sub_ttl span {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  background: #ff4aec;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 650px) {
  .p-ex .p-ex_sub_ttl span {
    padding: 1.953125vw 2.6041666667vw;
    font-size: 3.90625vw;
  }
}
.p-ex .p-ex_sub_ttl span::after {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -17.5px;
  width: 28px;
  height: 21px;
  background: url("../images/spotifypremium_pink_triangle.png") no-repeat top left/contain;
}
@media only screen and (max-width: 650px) {
  .p-ex .p-ex_sub_ttl span::after {
    bottom: -3.2552083333vw;
    width: 5.2083333333vw;
    height: 3.90625vw;
  }
}
.p-ex .p-ex_ttl {
  margin-top: 25px;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 165%;
}
@media only screen and (max-width: 650px) {
  .p-ex .p-ex_ttl {
    margin-top: 4.5572916667vw;
    font-size: 5.078125vw;
  }
}
.p-ex .p-ex_txt {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 140%;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-ex .p-ex_txt {
    font-size: 3.6458333333vw;
  }
}
.p-ex .p-ex_graph {
  margin: 20px auto 0;
  width: 100%;
}
@media only screen and (max-width: 650px) {
  .p-ex .p-ex_graph {
    margin: 3.2552083333vw auto 0;
    width: 71.6145833333vw;
  }
}

.p-dpoint {
  position: relative;
  margin-top: 30px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 650px) {
  .p-dpoint {
    margin-top: 5.2083333333vw;
    padding-bottom: 20.8333333333vw;
  }
}
.p-dpoint::before {
  content: " ";
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
  height: 628px;
  background: url("../images/spotifypremium_dpoint_bg01.png") no-repeat top left/contain;
  pointer-events: none;
}
@media only screen and (max-width: 650px) {
  .p-dpoint::before {
    top: 7.1614583333vw;
    height: 116.796875vw;
  }
}
.p-dpoint::after {
  content: " ";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #f5f7f8 transparent;
  border-width: 0 0 238px 650px;
}
@media only screen and (max-width: 650px) {
  .p-dpoint::after {
    border-width: 0 0 36.4583333333vw 100vw;
  }
}
.p-dpoint .p-dpoint_ttl {
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  line-height: 150%;
}
@media only screen and (max-width: 650px) {
  .p-dpoint .p-dpoint_ttl {
    font-size: 4.6875vw;
  }
}
.p-dpoint .p-dpoint_ttl em {
  font-size: 29px;
  color: #ff4aec;
}
@media only screen and (max-width: 650px) {
  .p-dpoint .p-dpoint_ttl em {
    font-size: 5.7291666667vw;
  }
}
.p-dpoint .p-dpoint_ttl span {
  position: relative;
}
.p-dpoint .p-dpoint_ttl span::before, .p-dpoint .p-dpoint_ttl span::after {
  content: " ";
  position: absolute;
}
.p-dpoint .p-dpoint_ttl span::before {
  top: 8.6px;
  left: -66px;
  width: 27px;
  height: 49px;
  background: url("../images/spotifypremium_dpoint_ttl_img01.png") no-repeat top left/contain;
}
@media only screen and (max-width: 650px) {
  .p-dpoint .p-dpoint_ttl span::before {
    top: 1.5625vw;
    left: -12.3697916667vw;
    width: 4.9479166667vw;
    height: 9.1145833333vw;
  }
}
.p-dpoint .p-dpoint_ttl span::after {
  top: 21px;
  right: -70px;
  width: 48px;
  height: 39px;
  background: url("../images/spotifypremium_dpoint_ttl_img02.png") no-repeat top left/contain;
}
@media only screen and (max-width: 650px) {
  .p-dpoint .p-dpoint_ttl span::after {
    top: 3.9577836412vw;
    right: -13.0208333333vw;
    width: 8.8541666667vw;
    height: 7.2916666667vw;
  }
}
.p-dpoint .p-dpoint_poinco {
  position: relative;
  margin: 15px auto -38px;
  width: 220px;
}
@media only screen and (max-width: 650px) {
  .p-dpoint .p-dpoint_poinco {
    margin: 2.6041666667vw auto -7.1614583333vw;
    width: 40.8854166667vw;
  }
}
.p-dpoint .l-whiteBox {
  position: relative;
  z-index: 1;
}
.p-dpoint .p-dpoint_osusume_ttl {
  position: relative;
  padding-bottom: 20px;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  color: #ff4aec;
  line-height: 110%;
}
@media only screen and (max-width: 650px) {
  .p-dpoint .p-dpoint_osusume_ttl {
    padding-bottom: 3.90625vw;
    font-size: 4.6875vw;
  }
}
.p-dpoint .p-dpoint_osusume_ttl::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 2px;
  background: #ff4aec;
}
@media only screen and (max-width: 650px) {
  .p-dpoint .p-dpoint_osusume_ttl::after {
    width: 6.5104166667vw;
  }
}
.p-dpoint .p-dpoint_osusume_ttl small {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-dpoint .p-dpoint_osusume_ttl small {
    margin-bottom: 1.3020833333vw;
    font-size: 2.734375vw;
  }
}
.p-dpoint .p-dpoint_osusume_txt01 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-dpoint .p-dpoint_osusume_txt01 {
    margin-top: 3.90625vw;
    font-size: 3.6458333333vw;
  }
}
.p-dpoint .p-dpoint_osusume_txt02 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 650px) {
  .p-dpoint .p-dpoint_osusume_txt02 {
    margin-top: 3.90625vw;
    font-size: 3.6458333333vw;
  }
}
.p-dpoint .p-dpoint_osusume_img01 {
  margin-top: 10px;
}
@media only screen and (max-width: 650px) {
  .p-dpoint .p-dpoint_osusume_img01 {
    margin-top: 1.953125vw;
  }
}
.p-dpoint .p-dpoint_osusume_img02 {
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .p-dpoint .p-dpoint_osusume_img02 {
    margin-top: 3.90625vw;
  }
}
.p-dpoint .p-accordion {
  margin-top: 10px;
}
@media only screen and (max-width: 650px) {
  .p-dpoint .p-accordion {
    margin-top: 2.6041666667vw;
  }
}

.p-step {
  position: relative;
  padding-top: 100px;
}
@media only screen and (max-width: 650px) {
  .p-step {
    padding-top: 26.0416666667vw;
  }
}
.p-step::before {
  content: " ";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 1500px;
  background: url(../images/bg03.png) no-repeat top left/100% 100%;
}
@media only screen and (max-width: 650px) {
  .p-step::before {
    top: -19.53125vw;
    height: 357.8125vw;
  }
}
.p-step__section {
  margin-top: 70px;
}
@media only screen and (max-width: 650px) {
  .p-step__section {
    margin-top: 11.71875vw;
  }
}
.p-step__list {
  margin: 40px auto 0;
  width: 340px;
}
@media only screen and (max-width: 650px) {
  .p-step__list {
    margin-top: 6.5104166667vw;
    width: 100%;
  }
}
.p-step__list li {
  position: relative;
  padding-left: 1.5em;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 147%;
}
@media only screen and (max-width: 650px) {
  .p-step__list li {
    font-size: 3.90625vw;
  }
}
.p-step__list li:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width: 650px) {
  .p-step__list li:not(:first-child) {
    margin-top: 4.5572916667vw;
  }
}
.p-step__list li::before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 50%;
}
@media only screen and (max-width: 650px) {
  .p-step__list li::before {
    top: 1.4322916667vw;
    width: 2.8645833333vw;
    height: 2.8645833333vw;
  }
}
.p-step__flow {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px;
  margin-top: 40px;
}
@media only screen and (max-width: 650px) {
  .p-step__flow {
    gap: 6.5104166667vw;
    margin-top: 6.5104166667vw;
  }
}
.p-step__flow__item {
  position: relative;
  padding: 15px 0;
  width: 350px;
  border: 2px solid #000;
  border-radius: 8px;
}
@media only screen and (max-width: 650px) {
  .p-step__flow__item {
    width: 70.3125vw;
    border-radius: 1.3020833333vw;
  }
}
.p-step__flow__item:not(:last-child)::after {
  content: " ";
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 36px 0 36px;
  border-color: #d00f31 transparent transparent transparent;
}
@media only screen and (max-width: 650px) {
  .p-step__flow__item:not(:last-child)::after {
    bottom: -5.859375vw;
    border-width: 2.8645833333vw 4.6875vw 0 4.6875vw;
  }
}
.p-step__flow__item p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 143%;
}
@media only screen and (max-width: 650px) {
  .p-step__flow__item p {
    font-size: 3.90625vw;
  }
}
.p-step .p-aside {
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .p-step .p-aside {
    margin-top: 3.90625vw;
  }
}
.p-step .p-accordion {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .p-step .p-accordion {
    margin-top: 10.4166666667vw;
  }
}

.p-already {
  margin-top: 70px;
}
@media only screen and (max-width: 650px) {
  .p-already {
    margin-top: 11.71875vw;
  }
}
.p-already__txt01 {
  margin-top: 25px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 148%;
}
@media only screen and (max-width: 650px) {
  .p-already__txt01 {
    margin-top: 3.90625vw;
    font-size: 4.8177083333vw;
  }
}
.p-already__txt01 .dot {
  position: relative;
}
.p-already__txt01 .dot::before {
  content: " ";
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background: #d00f31;
  border-radius: 50%;
}
@media only screen and (max-width: 650px) {
  .p-already__txt01 .dot::before {
    top: -0.2604166667vw;
    width: 0.9114583333vw;
    height: 0.9114583333vw;
  }
}
.p-already__txt01 sup {
  position: relative;
  font-size: 12px;
}
@media only screen and (max-width: 650px) {
  .p-already__txt01 sup {
    top: -1.3020833333vw;
    font-size: 2.34375vw;
  }
}
.p-already__txt02 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #d00f31;
  line-height: 148%;
}
.p-already figure {
  margin: 20px auto 0;
}
@media only screen and (max-width: 650px) {
  .p-already figure {
    margin-top: 3.2552083333vw;
  }
}
.p-already p {
  margin-top: 30px;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 150%;
}
@media only screen and (max-width: 650px) {
  .p-already p {
    margin-top: 4.5572916667vw;
    font-size: 3.90625vw;
  }
}
.p-already .p-aside {
  margin-top: 30px;
}
@media only screen and (max-width: 650px) {
  .p-already .p-aside {
    margin-top: 5.2083333333vw;
  }
}

.p-reduction {
  position: relative;
  padding-top: 40px;
  padding-bottom: 55px;
  margin-bottom: -2px;
  background: #ebfff2;
}
@media only screen and (max-width: 650px) {
  .p-reduction {
    padding-top: 7.1614583333vw;
    padding-bottom: 10.4166666667vw;
    margin-bottom: -0.2604166667vw;
  }
}
.p-reduction::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 182px 500px 0 0;
}
@media only screen and (max-width: 650px) {
  .p-reduction::before {
    border-width: 36.4583333333vw 100vw 0 0;
  }
}
.p-reduction .p-reduction_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .p-reduction .p-reduction_list {
    gap: 3.90625vw;
    margin-top: 3.2552083333vw;
  }
}
.p-reduction .p-reduction_list .p-reduction_item .p-reduction_item_number {
  position: relative;
  text-align: center;
}
.p-reduction .p-reduction_list .p-reduction_item .p-reduction_item_number::before, .p-reduction .p-reduction_list .p-reduction_item .p-reduction_item_number::after {
  content: " ";
  position: absolute;
  top: 35px;
  width: 140px;
  height: 2px;
  background: #00cc7c;
}
@media only screen and (max-width: 650px) {
  .p-reduction .p-reduction_list .p-reduction_item .p-reduction_item_number::before, .p-reduction .p-reduction_list .p-reduction_item .p-reduction_item_number::after {
    top: 7.8125vw;
    width: 28.90625vw;
  }
}
.p-reduction .p-reduction_list .p-reduction_item .p-reduction_item_number::before {
  left: 0;
}
.p-reduction .p-reduction_list .p-reduction_item .p-reduction_item_number::after {
  right: 0;
}
.p-reduction .p-reduction_list .p-reduction_item .p-reduction_item_number:last-child {
  padding-bottom: 20px;
  border-bottom: 2px solid #00cc7c;
}
@media only screen and (max-width: 650px) {
  .p-reduction .p-reduction_list .p-reduction_item .p-reduction_item_number:last-child {
    padding-bottom: 3.90625vw;
  }
}
.p-reduction .p-reduction_list .p-reduction_item .p-reduction_item_number span {
  display: inline-block;
  width: 75px;
}
@media only screen and (max-width: 650px) {
  .p-reduction .p-reduction_list .p-reduction_item .p-reduction_item_number span {
    width: 13.4114583333vw;
  }
}
.p-reduction .p-reduction_list .p-reduction_item .p-reduction_item_txt {
  margin-top: 10px;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  line-height: 140%;
}
@media only screen and (max-width: 650px) {
  .p-reduction .p-reduction_list .p-reduction_item .p-reduction_item_txt {
    margin-top: 2.6041666667vw;
    font-size: 3.6458333333vw;
  }
}
.p-reduction .p-reduction_list .p-reduction_item .p-reduction_item_aside {
  margin-top: 10px;
  font-size: 19px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-reduction .p-reduction_list .p-reduction_item .p-reduction_item_aside {
    margin-top: 1.953125vw;
    font-size: 3.6458333333vw;
  }
}
.p-reduction .p-reduction_cancel_ttl {
  margin-top: 35px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #00cc7c;
  line-height: 140%;
}
@media only screen and (max-width: 650px) {
  .p-reduction .p-reduction_cancel_ttl {
    margin-top: 6.5104166667vw;
    font-size: 4.6875vw;
  }
}
.p-reduction .p-reduction_cancel_ttl span {
  position: relative;
  display: inline-block;
}
.p-reduction .p-reduction_cancel_ttl span::before, .p-reduction .p-reduction_cancel_ttl span::after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 55px;
}
@media only screen and (max-width: 650px) {
  .p-reduction .p-reduction_cancel_ttl span::before, .p-reduction .p-reduction_cancel_ttl span::after {
    width: 6.5104166667vw;
    height: 10.15625vw;
  }
}
.p-reduction .p-reduction_cancel_ttl span::before {
  left: -40px;
  background: url("../images/spotifypremium_ttl_dot01.png") no-repeat top left/100% 100%;
}
@media only screen and (max-width: 650px) {
  .p-reduction .p-reduction_cancel_ttl span::before {
    left: -7.8125vw;
  }
}
.p-reduction .p-reduction_cancel_ttl span::after {
  right: -40px;
  background: url("../images/spotifypremium_ttl_dot02.png") no-repeat top left/100% 100%;
}
@media only screen and (max-width: 650px) {
  .p-reduction .p-reduction_cancel_ttl span::after {
    right: -7.8125vw;
  }
}
.p-reduction .p-reduction_txt {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-reduction .p-reduction_txt {
    margin-top: 5.2083333333vw;
    font-size: 3.6458333333vw;
  }
}
.p-reduction .p-reduction_dpoint {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-reduction .p-reduction_dpoint {
    margin-top: 2.6041666667vw;
    font-size: 6.25vw;
  }
}
.p-reduction .p-reduction_dpoint span {
  background: #ffff67;
  line-height: 170%;
}
.p-reduction .p-reduction_dpoint small {
  font-size: 16px;
}
@media only screen and (max-width: 650px) {
  .p-reduction .p-reduction_dpoint small {
    font-size: 3.125vw;
  }
}
.p-reduction .p-accordion {
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .p-reduction .p-accordion {
    margin-top: 3.90625vw;
  }
}
.p-reduction .p-aside {
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .p-reduction .p-aside {
    margin-top: 3.90625vw;
  }
}

.p-link {
  position: relative;
  padding-top: 50px;
  border-top: 2px solid #000;
}
@media only screen and (max-width: 650px) {
  .p-link {
    padding-top: 6.5104166667vw;
  }
}
.p-link ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 15px;
}
@media only screen and (max-width: 650px) {
  .p-link ul {
    gap: 3.90625vw 1.953125vw;
  }
}
.p-link ul li {
  width: 230px;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-link ul li {
    width: 42.578125vw;
  }
}
.p-link ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  height: 55px;
  font-size: 17px;
  font-weight: 900;
  color: #fff;
  background: #000;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-link ul li a {
    height: 10.4166666667vw;
    border-radius: 6.5104166667vw;
    font-size: 3.3854166667vw;
  }
}
.p-link ul li a .p-link__arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media only screen and (max-width: 650px) {
  .p-link ul li a .p-link__arrow {
    right: 2.6041666667vw;
    width: 3.125vw;
    height: 3.125vw;
  }
}
.p-link ul li a .p-link__arrow::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}
@media only screen and (max-width: 650px) {
  .p-link ul li a .p-link__arrow::before {
    border-width: 0.78125vw 0.5859375vw 0 0.5859375vw;
  }
}

.p-header {
  position: fixed;
  padding: 20px;
  box-sizing: border-box;
  z-index: 99 !important;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: none !important;
  background: #fff;
}
@media only screen and (max-width: 650px) {
  .p-header {
    padding: 1.6927083333vw 2.6041666667vw;
    width: 100%;
    height: auto;
  }
}
.p-header .p-header_inner .p-header_logo {
  width: 140px;
}
@media only screen and (max-width: 650px) {
  .p-header .p-header_inner .p-header_logo {
    width: 32.1614583333vw;
  }
}
.p-header .p-header_inner .header_ham_trigger {
  z-index: 999;
}

@media only screen and (max-width: 768px) {
  .p-nav {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    visibility: hidden;
    transition: opacity 0.3s ease;
    overflow: scroll;
  }
}
.p-nav .p-nav_inner {
  display: none;
  margin: 3.2552083333vw auto 0;
  width: 92%;
}
@media only screen and (max-width: 768px) {
  .p-nav .p-nav_inner {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .p-nav .menu_inner {
    margin: 3.2552083333vw auto 0 3.90625vw;
    width: 92%;
  }
}
.p-nav .p-nav_logo {
  width: 32.1614583333vw;
}
.p-nav .p-nav_list {
  margin-top: 12.3697916667vw;
}
.p-nav .p-nav_list .p-nav_list_item {
  padding: 1.953125vw;
  font-size: 4.6875vw;
  font-weight: 900;
}
.p-nav .p-nav_list .p-nav_list_item:not(:last-child) {
  border-bottom: 2px solid #EAEAEA;
}

.p-nav.active {
  opacity: 1;
  visibility: visible;
}

.p-kv {
  position: relative;
  z-index: 1;
  padding-top: 0;
}
@media only screen and (max-width: 650px) {
  .p-kv {
    padding-top: 18.8802083333vw;
  }
}
.p-kv::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1320px;
  background: url(../images/bg01.png) no-repeat top left/100% 100%;
  pointer-events: none;
}
@media only screen and (max-width: 650px) {
  .p-kv::after {
    height: 270.4427083333vw;
  }
}
.p-kv__txt01 {
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .p-kv__txt01 {
    margin-top: 2.6041666667vw;
  }
}
.p-kv__txt02 {
  margin-top: 40px;
}
@media only screen and (max-width: 650px) {
  .p-kv__txt02 {
    margin-top: 7.8125vw;
  }
}
.p-kv__aside {
  position: relative;
  z-index: 1;
  padding: 40px 0 60px;
}
@media only screen and (max-width: 650px) {
  .p-kv__aside {
    padding: 5.2083333333vw 0 7.8125vw;
  }
}
.p-kv h1, .p-kv p {
  position: relative;
  z-index: 1;
}

.p-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media only screen and (max-width: 650px) {
  .p-accordion {
    gap: 3.2552083333vw;
  }
}
.p-accordion__item {
  font-size: 0;
  width: 100%;
}
.p-accordion__item__btn {
  padding: 15px 50px 15px 20px;
  position: relative;
  cursor: pointer;
  background: #000;
}
@media only screen and (max-width: 650px) {
  .p-accordion__item__btn {
    padding: 2.6041666667vw 9.1145833333vw 2.6041666667vw 3.90625vw;
  }
}
.p-accordion__item__btn.--center {
  text-align: center;
}
.p-accordion__item__btn p {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 135%;
}
@media only screen and (max-width: 650px) {
  .p-accordion__item__btn p {
    font-size: 3.6458333333vw;
  }
}
.p-accordion__item__btn .cross {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
@media only screen and (max-width: 650px) {
  .p-accordion__item__btn .cross {
    right: 1.953125vw;
    width: 1.953125vw;
    height: 1.953125vw;
  }
}
.p-accordion__item__btn .cross::before, .p-accordion__item__btn .cross::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.p-accordion__item__btn .cross::before {
  width: 100%;
  height: 2px;
}
.p-accordion__item__btn .cross::after {
  width: 2px;
  height: 100%;
}
.p-accordion__item__btn.--open .cross::after {
  content: none;
}
.p-accordion__item__cont {
  padding: 20px 25px;
  background: 768px;
  border: 2px solid #000;
}
@media only screen and (max-width: 650px) {
  .p-accordion__item__cont {
    padding: 3.2552083333vw 3.90625vw;
  }
}
.p-accordion__item__cont.--no-space {
  padding: 0;
}
.p-accordion__item__cont .l-container01 {
  width: 90%;
}
.p-accordion__item__cont__txt {
  font-size: 18px;
  line-height: 142%;
  word-break: break-all;
}
@media only screen and (max-width: 650px) {
  .p-accordion__item__cont__txt {
    font-size: 3.6458333333vw;
  }
}
.p-accordion__item__cont__txt a {
  text-decoration: underline;
}
.p-accordion__item.--detail figure {
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .p-accordion__item.--detail figure {
    margin-top: 3.90625vw;
  }
}
.p-accordion__item.--detail .p-aside {
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .p-accordion__item.--detail .p-aside {
    margin-top: 3.90625vw;
  }
}
.p-accordion__item.--detail .p-aside ul li {
  font-size: 15px;
}
@media only screen and (max-width: 650px) {
  .p-accordion__item.--detail .p-aside ul li {
    font-size: 3.2552083333vw;
  }
}
.p-accordion__item.--detail .p-aside ul li span:first-child {
  width: 8%;
}
.p-accordion__item.--detail .p-aside ul li span:nth-child(2) {
  width: 92%;
}

.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: #d00f31;
  color: #fff;
}
.p-pc_nav ul li.current a {
  background: #d00f31;
  color: #fff;
}

.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: #d00f31;
}
.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_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.jpg) no-repeat top left/100%;
}

@media only screen and (max-width: 1200px) {
  .p-pc_application {
    display: none;
  }
}
.p-pc_application .p-pc_application_ttl {
  margin: 0 auto;
  width: 17.9166666667vw;
}
.p-pc_application .p-pc_application_txt {
  margin-top: 2.0833333333vw;
  font-size: 0.8333333333vw;
  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: 55%;
  width: 1.5px;
  height: 90%;
  background: #000;
}
.p-pc_application .p-pc_application_txt .p-pc_application_txt_inner::before {
  transform: translateY(-50%) rotate(-30deg);
  left: -1.3888888889vw;
}
.p-pc_application .p-pc_application_txt .p-pc_application_txt_inner::after {
  transform: translateY(-50%) rotate(30deg);
  right: -1.3888888889vw;
}
.p-pc_application .p-pc_application_txt .point {
  font-size: 1.25vw;
}
.p-pc_application .p-pc_application_txt .point em {
  font-size: 1.9444444444vw;
}
.p-pc_application .btn {
  width: 21.5277777778vw;
  margin: 2.0833333333vw auto 0;
  transition: all 0.3s linear;
}
.p-pc_application .btn:hover {
  opacity: 0.7;
}

.p-pc_scroll {
  position: relative;
  margin-top: 6.9444444444vw;
  width: 10.4166666667vw;
}
@media only screen and (max-width: 1200px) {
  .p-pc_scroll {
    left: 20px;
    margin-top: 300px;
    width: 150px;
  }
}
@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;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.0416666667vw;
  font-weight: 900;
  line-height: 110%;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .p-pc_scroll .p-pc_scroll_inner span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 860px) {
  .p-pc_scroll .p-pc_scroll_inner span {
    font-size: 1.7441860465vw;
  }
}
.p-pc_scroll .p-pc_scroll_arrow {
  position: absolute;
  bottom: -7.6388888889vw;
  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: -110px;
    width: 9px;
  }
}
@media only screen and (max-width: 860px) {
  .p-pc_scroll .p-pc_scroll_arrow {
    bottom: -12.7906976744vw;
    width: 1.0465116279vw;
  }
}
@media only screen and (max-width: 800px) {
  .p-pc_scroll .p-pc_scroll_arrow {
    bottom: -13.75vw;
    width: 0.875vw;
  }
}
@keyframes scroll-arrow-animation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.p-about {
  padding-top: 80px;
}
@media only screen and (max-width: 650px) {
  .p-about {
    padding-top: 13.0208333333vw;
  }
}
.p-about__ttl {
  margin: 0 auto;
}
@media only screen and (max-width: 650px) {
  .p-about__ttl {
    width: 44.7916666667vw;
  }
}
.p-about__txt {
  padding-left: 22px;
  margin-top: 40px;
  font-weight: bold;
  line-height: 143%;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 650px) {
  .p-about__txt {
    padding-left: 3.90625vw;
    margin-top: 6.5104166667vw;
    font-size: 3.90625vw;
  }
}
.p-about__list {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media only screen and (max-width: 650px) {
  .p-about__list {
    margin-top: 5.2083333333vw;
    gap: 3.2552083333vw;
  }
}
.p-about__list__item {
  width: 100%;
}
.p-about__list__item__ttl {
  position: relative;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-size: 22px;
}
@media only screen and (max-width: 650px) {
  .p-about__list__item__ttl {
    font-size: 3.90625vw;
  }
}
.p-about__list__item__ttl::before {
  content: "・";
  color: #d00f31;
}
.p-about__list__item p {
  padding-left: 22px;
  margin-top: 5px;
  letter-spacing: -0.02em;
  line-height: 122%;
}
@media only screen and (max-width: 650px) {
  .p-about__list__item p {
    padding-left: 3.90625vw;
    margin-top: 0.6510416667vw;
    font-size: 3.515625vw;
  }
}

.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;
  }
}

.p-plan_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 650px) {
  .p-plan_list {
    gap: 3.90625vw;
    margin-top: 6.5104166667vw;
  }
}
.p-plan_list__item {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #000;
  background: #fff;
}
@media only screen and (max-width: 650px) {
  .p-plan_list__item {
    border-radius: 3.2552083333vw;
  }
}
.p-plan_list__item__ttl {
  padding: 25px 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 110%;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 650px) {
  .p-plan_list__item__ttl {
    padding: 3.90625vw 0;
    font-size: 5.078125vw;
  }
}
.p-plan_list__item__ttl small {
  font-size: 17px;
}
@media only screen and (max-width: 650px) {
  .p-plan_list__item__ttl small {
    font-size: 3.3854166667vw;
  }
}
.p-plan_list__item__inner {
  padding: 30px 20px;
}
@media only screen and (max-width: 650px) {
  .p-plan_list__item__inner {
    padding: 5.2083333333vw 3.90625vw;
  }
}
.p-plan_list__item__price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.p-plan_list__item__price span {
  line-height: 100%;
}
.p-plan_list__item__price .month {
  position: relative;
  top: -5px;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 650px) {
  .p-plan_list__item__price .month {
    top: -1.5625vw;
    font-size: 4.1666666667vw;
  }
}
.p-plan_list__item__price .price {
  font-size: 57px;
  font-weight: bold;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-plan_list__item__price .price {
    font-size: 9.2447916667vw;
  }
}
.p-plan_list__item__price .tax {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 650px) {
  .p-plan_list__item__price .tax {
    font-size: 4.1666666667vw;
  }
}
.p-plan_list__item__point {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 650px) {
  .p-plan_list__item__point {
    margin-top: 3.2552083333vw;
  }
}
.p-plan_list__item__point .text {
  font-size: 23px;
  font-weight: bold;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-plan_list__item__point .text {
    font-size: 4.1666666667vw;
  }
}
.p-plan_list__item__point p {
  display: flex;
  align-items: flex-end;
  line-height: 100%;
}
.p-plan_list__item__point p .point {
  font-size: 57px;
  font-weight: bold;
  color: #f00;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-plan_list__item__point p .point {
    font-size: 9.2447916667vw;
  }
}
.p-plan_list__item__point p .point_txt {
  font-size: 23px;
  font-weight: bold;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-plan_list__item__point p .point_txt {
    font-size: 4.1666666667vw;
  }
}
.p-plan_list__item__point p .point_txt small {
  font-size: 14px;
}
@media only screen and (max-width: 650px) {
  .p-plan_list__item__point p .point_txt small {
    font-size: 2.9947916667vw;
  }
}
.p-plan_list__item__aside {
  margin-top: 25px;
}
@media only screen and (max-width: 650px) {
  .p-plan_list__item__aside {
    margin-top: 3.90625vw;
  }
}
.p-plan_list__item__aside p {
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 122%;
}
@media only screen and (max-width: 650px) {
  .p-plan_list__item__aside p {
    font-size: 3.515625vw;
  }
}
.p-plan_list__item__btn {
  margin-top: 35px;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 650px) {
  .p-plan_list__item__btn {
    margin-top: 5.2083333333vw;
  }
}
.p-plan_list__item__btn:hover {
  opacity: 0.7;
}
.p-plan_list__item__table {
  margin-top: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 650px) {
  .p-plan_list__item__table {
    margin-top: 6.5104166667vw;
    padding-bottom: 3.90625vw;
  }
}
.p-plan_list__item__result {
  margin-top: 25px;
}
@media only screen and (max-width: 650px) {
  .p-plan_list__item__result {
    margin-top: 3.90625vw;
  }
}
.p-plan_list__item__result p {
  text-align: right;
}
.p-plan_list__item__result .result01 {
  font-size: 15px;
}
@media only screen and (max-width: 650px) {
  .p-plan_list__item__result .result01 {
    font-size: 3.125vw;
  }
}
.p-plan_list__item__result .result01 span {
  position: relative;
}
.p-plan_list__item__result .result01 span::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.p-plan_list__item__result .result02 {
  margin-top: 15px;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 650px) {
  .p-plan_list__item__result .result02 {
    margin-top: 1.953125vw;
    font-size: 4.1666666667vw;
  }
}
.p-plan_list__item .p-aside {
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .p-plan_list__item .p-aside {
    margin-top: 5.2083333333vw;
  }
}

.p-precaution {
  padding-top: 70px;
  margin-top: 60px;
  border-top: 2px solid #000;
}
@media only screen and (max-width: 650px) {
  .p-precaution {
    padding-top: 11.71875vw;
    margin-top: 10.4166666667vw;
  }
}
.p-precaution__ttl {
  font-size: 37px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 120%;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-precaution__ttl {
    font-size: 6.5104166667vw;
  }
}
.p-precaution__btn {
  margin: 30px auto 0;
  width: 450px;
}
@media only screen and (max-width: 650px) {
  .p-precaution__btn {
    margin-top: 5.2083333333vw;
    width: 78.125vw;
  }
}
.p-precaution__btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  border-radius: 50px;
  background: #f2f2f2;
  border: 1px solid #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 115%;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-precaution__btn a {
    height: 13.0208333333vw;
    font-size: 4.1666666667vw;
    border-radius: 6.5104166667vw;
  }
}
.p-precaution__btn a::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #000;
}
@media only screen and (max-width: 650px) {
  .p-precaution__btn a::after {
    right: 6.5104166667vw;
    border-width: 1.171875vw 0 1.171875vw 1.171875vw;
  }
}

.p-terms {
  margin-top: 40px;
}
@media only screen and (max-width: 650px) {
  .p-terms {
    margin-top: 7.8125vw;
  }
}
.p-terms p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 650px) {
  .p-terms p {
    font-size: 3.90625vw;
  }
}
.p-terms p:not(:first-child) {
  margin-top: 15px;
}
@media only screen and (max-width: 650px) {
  .p-terms p:not(:first-child) {
    margin-top: 2.6041666667vw;
  }
}
.p-terms p a {
  text-decoration: underline;
}

.p-one {
  position: relative;
  padding: 0 0 30px;
}
@media only screen and (max-width: 650px) {
  .p-one {
    padding: 2.6041666667vw 0 5.2083333333vw;
  }
}
.p-one::before {
  content: " ";
  position: absolute;
  top: -983px;
  left: 0;
  width: 100%;
  height: 1169px;
  background: url(../images/bg02.png) no-repeat top left/100% 100%;
}
@media only screen and (max-width: 650px) {
  .p-one::before {
    top: -332.03125vw;
    height: 390.1041666667vw;
  }
}
.p-one__ttl {
  margin: 0 auto;
  width: 60%;
}
.p-one__txt01 {
  margin-top: 40px;
}
@media only screen and (max-width: 650px) {
  .p-one__txt01 {
    margin-top: 6.5104166667vw;
  }
}
.p-one__movie {
  margin-top: 25px;
}
@media only screen and (max-width: 650px) {
  .p-one__movie {
    margin-top: 4.5572916667vw;
  }
}
.p-one__movie__wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-one__movie__wrapper iframe {
  width: 100%;
  height: 100%;
}
.p-one__movie__wrapper video {
  width: 100%;
  height: 100%;
}
.p-one .p-accordion {
  margin-top: 25px;
}
@media only screen and (max-width: 650px) {
  .p-one .p-accordion {
    margin-top: 4.5572916667vw;
  }
}
.p-one__ttl {
  margin-top: 60px;
  font-size: 30px;
  line-height: 160%;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .p-one__ttl {
    margin-top: 9.765625vw;
    font-size: 5.2083333333vw;
  }
}
.p-one__logo {
  margin: 20px auto 0;
  width: 240px;
}
@media only screen and (max-width: 650px) {
  .p-one__logo {
    margin-top: 3.90625vw;
    width: 34.765625vw;
  }
}
.p-one__txt02 {
  margin-top: 30px;
}
@media only screen and (max-width: 650px) {
  .p-one__txt02 {
    margin-top: 5.2083333333vw;
  }
}

.p-music {
  position: relative;
  background: #f5f5f7;
}
.p-music .c-detail_link {
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .p-music .c-detail_link {
    margin-top: 3.90625vw;
  }
}
.p-music figure {
  margin-top: 30px;
}
@media only screen and (max-width: 650px) {
  .p-music figure {
    margin-top: 5.2083333333vw;
  }
}

.p-tv {
  background: #f5f5f7;
}
.p-tv .c-detail_link {
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .p-tv .c-detail_link {
    margin-top: 3.90625vw;
  }
}
.p-tv figure {
  margin-top: 30px;
}
@media only screen and (max-width: 650px) {
  .p-tv figure {
    margin-top: 5.2083333333vw;
  }
}
.p-tv .p-tv__slider {
  position: relative;
  height: 294px;
  overflow: hidden;
  width: 100%;
  pointer-events: none;
  margin-top: 30px;
}
@media only screen and (max-width: 650px) {
  .p-tv .p-tv__slider {
    height: 51.0416666667vw;
    margin-top: 5.2083333333vw;
  }
}
.p-tv .p-tv__slider__item {
  position: absolute;
  left: 0;
  width: 100%;
  height: 147px;
  overflow: hidden;
}
@media only screen and (max-width: 650px) {
  .p-tv .p-tv__slider__item {
    height: 25.5208333333vw;
  }
}
.p-tv .p-tv__slider__item--top {
  top: 0;
}
.p-tv .p-tv__slider__item--top .p-tv__slider__track {
  animation: loop-slide 30s linear infinite normal;
}
.p-tv .p-tv__slider__item--top .p-tv__slider__track img {
  margin-right: 6px;
}
.p-tv .p-tv__slider__item--bottom {
  bottom: 0;
}
.p-tv .p-tv__slider__item--bottom .p-tv__slider__track {
  animation: loop-slide 30s linear infinite reverse;
}
.p-tv .p-tv__slider__item--bottom .p-tv__slider__track img {
  margin-left: 6px;
}
.p-tv .p-tv__slider__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
}
.p-tv .p-tv__slider__track img {
  height: 100%;
  width: auto;
  display: block;
}
@keyframes loop-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.p-arcade {
  background: #f5f5f7;
}
.p-arcade .c-detail_link {
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .p-arcade .c-detail_link {
    margin-top: 3.90625vw;
  }
}
.p-arcade figure {
  margin-top: 30px;
}
@media only screen and (max-width: 650px) {
  .p-arcade figure {
    margin-top: 5.2083333333vw;
  }
}

.p-icloud {
  padding-bottom: 40px;
  background: #f5f5f7;
}
@media only screen and (max-width: 650px) {
  .p-icloud {
    padding-bottom: 5.2083333333vw;
  }
}
.p-icloud .c-detail_link {
  margin-top: 20px;
}
@media only screen and (max-width: 650px) {
  .p-icloud .c-detail_link {
    margin-top: 3.90625vw;
  }
}
.p-icloud figure {
  margin-top: 30px;
}
@media only screen and (max-width: 650px) {
  .p-icloud figure {
    margin-top: 5.2083333333vw;
  }
}
.p-icloud__device {
  padding-top: 40px;
  margin-top: 80px;
  border-top: 1px solid #000;
}
@media only screen and (max-width: 650px) {
  .p-icloud__device {
    padding-top: 6.5104166667vw;
    margin-top: 11.71875vw;
  }
}
.p-icloud__device__ttl {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 650px) {
  .p-icloud__device__ttl {
    font-size: 5.2083333333vw;
  }
}
.p-icloud__device__txt {
  margin-top: 40px;
}
@media only screen and (max-width: 650px) {
  .p-icloud__device__txt {
    margin-top: 6.5104166667vw;
  }
}
.p-icloud__device__img {
  margin: 0 auto;
}

.p-flow__ttl {
  margin-bottom: 20px;
  font-size: 37px;
  text-align: center;
  font-weight: bold;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-flow__ttl {
    margin-bottom: 4.5572916667vw;
    font-size: 5.9895833333vw;
  }
}
.p-flow__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px;
}
@media only screen and (max-width: 650px) {
  .p-flow__list {
    gap: 13.0208333333vw;
  }
}
.p-flow__list.--inner .p-flow__item .p-flow__item__txt02 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 650px) {
  .p-flow__list.--inner .p-flow__item .p-flow__item__txt02 {
    margin-bottom: 3.2552083333vw;
  }
}
.p-flow__list.--inner .p-flow__item figure {
  margin-top: 0;
}
.p-flow__item {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 650px) {
  .p-flow__item {
    width: 67.7083333333vw;
  }
}
.p-flow__item:not(:last-child)::after {
  content: " ";
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 31px 31.5px 0 31.5px;
  border-color: #686ff6 transparent transparent transparent;
}
@media only screen and (max-width: 650px) {
  .p-flow__item:not(:last-child)::after {
    bottom: -7.8125vw;
    border-width: 4.0364583333vw 4.1015625vw 0 4.1015625vw;
  }
}
.p-flow__item__number {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 650px) {
  .p-flow__item__number {
    margin-bottom: 2.6041666667vw;
  }
}
.p-flow__item__number span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: #000;
  border-radius: 50%;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  line-height: 100%;
}
@media only screen and (max-width: 650px) {
  .p-flow__item__number span {
    width: 7.8125vw;
    height: 7.8125vw;
    font-size: 3.90625vw;
  }
}
.p-flow__item__ttl {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 138%;
}
@media only screen and (max-width: 650px) {
  .p-flow__item__ttl {
    font-size: 4.6875vw;
  }
}
.p-flow__item__ttl.--last {
  margin-top: 30px;
}
@media only screen and (max-width: 650px) {
  .p-flow__item__ttl.--last {
    margin-top: 5.859375vw;
  }
}
.p-flow__item__txt01 {
  margin: 15px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #686ff6;
}
@media only screen and (max-width: 650px) {
  .p-flow__item__txt01 {
    margin-bottom: 3.2552083333vw 0;
    font-size: 3.3854166667vw;
  }
}
.p-flow__item__txt02 {
  margin-top: 15px;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 137.5%;
}
@media only screen and (max-width: 650px) {
  .p-flow__item__txt02 {
    margin-top: 3.2552083333vw;
    font-size: 4.1666666667vw;
  }
}
.p-flow__item figure {
  margin-top: 30px;
}
@media only screen and (max-width: 650px) {
  .p-flow__item figure {
    margin-top: 4.5572916667vw;
  }
}

.p-floating {
  display: none;
}
@media only screen and (max-width: 650px) {
  .p-floating {
    display: block;
    height: 29.9479166667vw;
  }
}
@media only screen and (max-width: 650px) {
  .p-floating__inner {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3.90625vw 2.6041666667vw;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 3.2552083333vw 3.2552083333vw 0 0;
  }
}
.p-floating__row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1.3020833333vw;
}
.p-floating__col {
  width: 45.5729166667vw;
  text-align: center;
}
.p-floating__col span {
  display: block;
  margin-bottom: 1.3020833333vw;
  font-size: 3.515625vw;
  font-weight: bold;
  color: #ff0;
}

.p-service {
  margin-bottom: 50px;
}
@media only screen and (max-width: 650px) {
  .p-service {
    padding-bottom: 7.8125vw;
  }
}

.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;
}