@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;500;600;700&display=swap");
#indexPX35th {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
  color: #fff;
}
#indexPX35th * {
  box-sizing: border-box;
  position: relative;
}
#indexPX35th a {
  text-decoration: none;
}
#indexPX35th img, #indexPX35th video {
  display: block;
  width: 100%;
  height: auto;
}
#indexPX35th .en {
  font-family: Inter;
}
#indexPX35th .italic {
  font-style: italic;
}
#indexPX35th .clearfix:after {
  display: block;
  clear: both;
  content: "";
}

@media print {
  body {
    min-width: 1140px;
    background-image: linear-gradient(180deg, #080059, #0062B1);
  }
  #pc-header {
    background: #fff;
  }
  #indexPX35th {
    color: #FFFFFF;
  }
  #indexPX35th section .inner {
    display: block;
    width: 1100px;
    margin: auto;
  }
  #indexPX35th section h2 span {
    display: block;
  }
  #indexPX35th section h2 span.sub {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
  }
  #indexPX35th section h2 span.main {
    font-size: 150px;
    line-height: 180px;
    font-weight: 700;
  }
  #indexPX35th section h2 span.jp {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 15px;
  }
  #indexPX35th section.hero_sec {
    background: url("/PX35th/img/hero_bg.png") no-repeat top center/100% auto;
    position: relative;
    padding-top: calc(0.46875 * var(--size));
    padding-bottom: 200px;
  }
  #indexPX35th section.hero_sec .copy {
    text-align: center;
  }
  #indexPX35th section.hero_sec .copy .main {
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
  }
  #indexPX35th section.hero_sec .copy .sub {
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    margin-top: 50px;
  }
  #indexPX35th section.history_sec {
    background: url("/PX35th/img/history_bg.png") no-repeat top center/100% auto;
    padding-top: calc(0.1770833333 * var(--size));
    padding-bottom: 200px;
  }
  #indexPX35th section.history_sec .table {
    width: 100%;
    margin-top: 90px;
  }
  #indexPX35th section.history_sec .table .row {
    display: grid;
    grid-template-columns: 320px 780px;
    padding-bottom: 120px;
  }
  #indexPX35th section.history_sec .table .row:first-of-type::before {
    height: 325px;
    top: auto;
    bottom: 0;
  }
  #indexPX35th section.history_sec .table .row:first-of-type .th::after {
    top: auto;
    bottom: 190px;
  }
  #indexPX35th section.history_sec .table .row:first-of-type .th .num {
    font-size: 130px;
    line-height: 157px;
  }
  #indexPX35th section.history_sec .table .row:first-of-type .td {
    padding-top: 30px;
  }
  #indexPX35th section.history_sec .table .row:last-of-type {
    margin-top: 60px;
    padding-bottom: 0;
  }
  #indexPX35th section.history_sec .table .row:last-of-type::before {
    display: none;
  }
  #indexPX35th section.history_sec .table .row:last-of-type .th::after {
    top: -64px;
  }
  #indexPX35th section.history_sec .table .row:last-of-type .th .num {
    font-size: 110px;
    line-height: 135px;
  }
  #indexPX35th section.history_sec .table .row:last-of-type .td {
    padding-top: 32px;
  }
  #indexPX35th section.history_sec .table .row::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 258px;
  }
  #indexPX35th section.history_sec .table .row .th::after {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 38px;
    left: 248px;
  }
  #indexPX35th section.history_sec .table .row .th .num {
    font-size: 80px;
    line-height: 97px;
    font-weight: 700;
  }
  #indexPX35th section.history_sec .table .row .td {
    position: relative;
    padding-top: 14px;
  }
  #indexPX35th section.history_sec .table .row .td .image {
    width: 100%;
  }
  #indexPX35th section.history_sec .table .row .td .image.mt {
    margin-top: 36px;
  }
  #indexPX35th section.history_sec .table .row .td .image.bt {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #fff;
  }
  #indexPX35th section.history_sec .table .row .td .image.bb {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
  }
  #indexPX35th section.history_sec .table .row .td .text {
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
  }
  #indexPX35th section.history_sec .table .row .td .text small {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    display: block;
    margin-top: 20px;
  }
  #indexPX35th section.history_sec .table .row .td .cap {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin-top: 15px;
  }
  #indexPX35th section.history_sec .copy {
    margin-top: 150px;
    font-size: 45px;
    line-height: 65px;
    font-weight: 600;
    text-align: center;
  }
  #indexPX35th section.series_sec {
    background: url("/PX35th/img/series_bg.png") no-repeat top center/100% auto;
    padding-top: calc(0.2020833333 * var(--size));
    padding-bottom: 200px;
  }
  #indexPX35th section.series_sec h2 {
    text-align: center;
  }
  #indexPX35th section.series_sec .text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 57px;
  }
  #indexPX35th section.series_sec .image {
    width: 1000px;
    margin: 66px auto 0;
  }
  #indexPX35th section.series_sec .btn {
    width: 300px;
    height: 50px;
    border: 1px solid #fff;
    background-color: transparent;
    margin: 116px auto 0;
    display: grid;
    place-items: center;
    position: relative;
  }
  #indexPX35th section.series_sec .btn .btn_text {
    display: block;
    width: fit-content;
    height: fit-content;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
  }
  #indexPX35th section.series_sec .btn .btn_icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url("/PX35th/img/btn_icon.png") no-repeat center/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
  }
  #indexPX35th section.campaign_sec {
    padding-bottom: 200px;
  }
  #indexPX35th section.campaign_sec .text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 75px;
  }
  #indexPX35th section.campaign_sec .image1 {
    width: 1100px;
    margin: 90px auto 0;
  }
  #indexPX35th section.campaign_sec .image2 {
    width: 1100px;
    margin: 80px auto 0;
  }
  #indexPX35th section.campaign_sec .how {
    width: 650px;
    margin: 100px auto 0;
  }
  #indexPX35th section.campaign_sec .how h3 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 400px;
    padding-bottom: 14px;
    border-bottom: 1px solid #fff;
    margin: auto;
  }
  #indexPX35th section.campaign_sec .how p {
    margin-top: 40px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 200;
  }
  #indexPX35th section.campaign_sec .box {
    width: 1100px;
    padding: 25px 100px 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin: 50px auto 0;
  }
  #indexPX35th section.campaign_sec .box p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
  }
  #indexPX35th section.campaign_sec .btn {
    display: block;
    width: 420px;
    height: 70px;
    padding: 19px 50px 18px 0;
    background-color: #fff;
    color: #0062B1;
    font-size: 25px;
    line-height: 27px;
    font-weight: 600;
    text-align: center;
    margin: 100px auto 0;
    position: relative;
  }
  #indexPX35th section.campaign_sec .btn::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url("/PX35th/img/btn_icon_blue.png") no-repeat center/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  #indexPX35th .fixed_btn {
    display: block;
    width: calc(0.09375 * var(--size));
    height: auto;
    aspect-ratio: 1/1;
    position: fixed;
    bottom: calc(0 * var(--size));
    left: calc(50% + 0.3125 * var(--size));
    z-index: 100;
  }
  #indexPX35th .bnr {
    padding-bottom: 200px;
  }
  #indexPX35th .bnr a {
    display: block;
    width: 650px;
    margin: auto;
  }
  :root {
    --size: 100vw;
  }
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1140px;
    background-image: linear-gradient(180deg, #080059, #0062B1);
  }
  #pc-header {
    background: #fff;
  }
  #indexPX35th {
    color: #FFFFFF;
  }
  #indexPX35th section .inner {
    display: block;
    width: 1100px;
    margin: auto;
  }
  #indexPX35th section h2 span {
    display: block;
  }
  #indexPX35th section h2 span.sub {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
  }
  #indexPX35th section h2 span.main {
    font-size: 150px;
    line-height: 180px;
    font-weight: 700;
  }
  #indexPX35th section h2 span.jp {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 15px;
  }
  #indexPX35th section.hero_sec {
    background: url("/PX35th/img/hero_bg.png") no-repeat top center/100% auto;
    position: relative;
    padding-top: calc(0.46875 * var(--size));
    padding-bottom: 200px;
  }
  #indexPX35th section.hero_sec .copy {
    text-align: center;
  }
  #indexPX35th section.hero_sec .copy .main {
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
  }
  #indexPX35th section.hero_sec .copy .sub {
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    margin-top: 50px;
  }
  #indexPX35th section.history_sec {
    background: url("/PX35th/img/history_bg.png") no-repeat top center/100% auto;
    padding-top: calc(0.1770833333 * var(--size));
    padding-bottom: 200px;
  }
  #indexPX35th section.history_sec .table {
    width: 100%;
    margin-top: 90px;
  }
  #indexPX35th section.history_sec .table .row {
    display: grid;
    grid-template-columns: 320px 780px;
    padding-bottom: 120px;
  }
  #indexPX35th section.history_sec .table .row:first-of-type::before {
    height: 325px;
    top: auto;
    bottom: 0;
  }
  #indexPX35th section.history_sec .table .row:first-of-type .th::after {
    top: auto;
    bottom: 190px;
  }
  #indexPX35th section.history_sec .table .row:first-of-type .th .num {
    font-size: 130px;
    line-height: 157px;
  }
  #indexPX35th section.history_sec .table .row:first-of-type .td {
    padding-top: 30px;
  }
  #indexPX35th section.history_sec .table .row:last-of-type {
    margin-top: 60px;
    padding-bottom: 0;
  }
  #indexPX35th section.history_sec .table .row:last-of-type::before {
    display: none;
  }
  #indexPX35th section.history_sec .table .row:last-of-type .th::after {
    top: -64px;
  }
  #indexPX35th section.history_sec .table .row:last-of-type .th .num {
    font-size: 110px;
    line-height: 135px;
  }
  #indexPX35th section.history_sec .table .row:last-of-type .td {
    padding-top: 32px;
  }
  #indexPX35th section.history_sec .table .row::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 258px;
  }
  #indexPX35th section.history_sec .table .row .th::after {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 38px;
    left: 248px;
  }
  #indexPX35th section.history_sec .table .row .th .num {
    font-size: 80px;
    line-height: 97px;
    font-weight: 700;
  }
  #indexPX35th section.history_sec .table .row .td {
    position: relative;
    padding-top: 14px;
  }
  #indexPX35th section.history_sec .table .row .td .image {
    width: 100%;
  }
  #indexPX35th section.history_sec .table .row .td .image.mt {
    margin-top: 36px;
  }
  #indexPX35th section.history_sec .table .row .td .image.bt {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #fff;
  }
  #indexPX35th section.history_sec .table .row .td .image.bb {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
  }
  #indexPX35th section.history_sec .table .row .td .text {
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
  }
  #indexPX35th section.history_sec .table .row .td .text small {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    display: block;
    margin-top: 20px;
  }
  #indexPX35th section.history_sec .table .row .td .cap {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin-top: 15px;
  }
  #indexPX35th section.history_sec .copy {
    margin-top: 150px;
    font-size: 45px;
    line-height: 65px;
    font-weight: 600;
    text-align: center;
  }
  #indexPX35th section.series_sec {
    background: url("/PX35th/img/series_bg.png") no-repeat top center/100% auto;
    padding-top: calc(0.2020833333 * var(--size));
    padding-bottom: 200px;
  }
  #indexPX35th section.series_sec h2 {
    text-align: center;
  }
  #indexPX35th section.series_sec .text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 57px;
  }
  #indexPX35th section.series_sec .image {
    width: 1000px;
    margin: 66px auto 0;
  }
  #indexPX35th section.series_sec .btn {
    width: 300px;
    height: 50px;
    border: 1px solid #fff;
    background-color: transparent;
    margin: 116px auto 0;
    display: grid;
    place-items: center;
    position: relative;
  }
  #indexPX35th section.series_sec .btn .btn_text {
    display: block;
    width: fit-content;
    height: fit-content;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
  }
  #indexPX35th section.series_sec .btn .btn_icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url("/PX35th/img/btn_icon.png") no-repeat center/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
  }
  #indexPX35th section.campaign_sec {
    padding-bottom: 200px;
  }
  #indexPX35th section.campaign_sec .text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 75px;
  }
  #indexPX35th section.campaign_sec .image1 {
    width: 1100px;
    margin: 90px auto 0;
  }
  #indexPX35th section.campaign_sec .image2 {
    width: 1100px;
    margin: 80px auto 0;
  }
  #indexPX35th section.campaign_sec .how {
    width: 650px;
    margin: 100px auto 0;
  }
  #indexPX35th section.campaign_sec .how h3 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 400px;
    padding-bottom: 14px;
    border-bottom: 1px solid #fff;
    margin: auto;
  }
  #indexPX35th section.campaign_sec .how p {
    margin-top: 40px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 200;
  }
  #indexPX35th section.campaign_sec .box {
    width: 1100px;
    padding: 25px 100px 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin: 50px auto 0;
  }
  #indexPX35th section.campaign_sec .box p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
  }
  #indexPX35th section.campaign_sec .btn {
    display: block;
    width: 420px;
    height: 70px;
    padding: 19px 50px 18px 0;
    background-color: #fff;
    color: #0062B1;
    font-size: 25px;
    line-height: 27px;
    font-weight: 600;
    text-align: center;
    margin: 100px auto 0;
    position: relative;
  }
  #indexPX35th section.campaign_sec .btn::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url("/PX35th/img/btn_icon_blue.png") no-repeat center/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  #indexPX35th .fixed_btn {
    display: block;
    width: calc(0.09375 * var(--size));
    height: auto;
    aspect-ratio: 1/1;
    position: fixed;
    bottom: calc(0 * var(--size));
    left: calc(50% + 0.3125 * var(--size));
    z-index: 100;
  }
  #indexPX35th .bnr {
    padding-bottom: 200px;
  }
  #indexPX35th .bnr a {
    display: block;
    width: 650px;
    margin: auto;
  }
  :root {
    --size: 100vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
  :root {
    --size: 1140px;
  }
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    background-image: linear-gradient(180deg, #080059, #0062B1);
  }
  #sp-header {
    background: #fff;
  }
  #indexPX35th {
    color: #FFFFFF;
  }
  #indexPX35th section .inner {
    display: block;
    width: 86.6666666667vw;
    margin: auto;
  }
  #indexPX35th section h2 span {
    display: block;
  }
  #indexPX35th section h2 span.sub {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
  }
  #indexPX35th section h2 span.main {
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
  }
  #indexPX35th section h2 span.jp {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 5px;
  }
  #indexPX35th section.hero_sec {
    background: url("/PX35th/img/hero_bg_sp.png") no-repeat top center/100% auto;
    position: relative;
    padding-top: 81.8666666667vw;
    padding-bottom: 80px;
  }
  #indexPX35th section.hero_sec .copy {
    text-align: center;
  }
  #indexPX35th section.hero_sec .copy .main {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
  }
  #indexPX35th section.hero_sec .copy .sub {
    font-size: 12px;
    line-height: 23px;
    font-weight: 400;
    margin-top: 35px;
  }
  #indexPX35th section.history_sec {
    background: url("/PX35th/img/history_bg_sp.png") no-repeat top center/100% auto;
    padding-top: 33.3333333333vw;
    padding-bottom: 95px;
  }
  #indexPX35th section.history_sec .table {
    width: 100%;
    margin-top: 50px;
  }
  #indexPX35th section.history_sec .table .row {
    padding-bottom: 16vw;
  }
  #indexPX35th section.history_sec .table .row:first-of-type .th .num {
    font-size: 13.3333333333vw;
    line-height: 16vw;
  }
  #indexPX35th section.history_sec .table .row:last-of-type {
    padding-bottom: 0;
  }
  #indexPX35th section.history_sec .table .row:last-of-type .th .num {
    font-size: 14.6666666667vw;
    line-height: 17.8666666667vw;
  }
  #indexPX35th section.history_sec .table .row .th .num {
    font-size: 10.6666666667vw;
    line-height: 12.8vw;
    font-weight: 700;
  }
  #indexPX35th section.history_sec .table .row .td {
    position: relative;
    padding-top: 4vw;
    padding-left: 4vw;
  }
  #indexPX35th section.history_sec .table .row .td .image {
    width: 100%;
  }
  #indexPX35th section.history_sec .table .row .td .image.mt {
    margin-top: 5.3333333333vw;
  }
  #indexPX35th section.history_sec .table .row .td .image.bt {
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
    border-top: 1px solid #fff;
  }
  #indexPX35th section.history_sec .table .row .td .image.bb {
    margin-bottom: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    border-bottom: 1px solid #fff;
  }
  #indexPX35th section.history_sec .table .row .td .text {
    font-size: 4vw;
    line-height: 5.3333333333vw;
    font-weight: 600;
  }
  #indexPX35th section.history_sec .table .row .td .text small {
    font-size: 3.2vw;
    line-height: 4vw;
    font-weight: 400;
    display: block;
    margin-top: 2.6666666667vw;
  }
  #indexPX35th section.history_sec .table .row .td .cap {
    font-size: 2.6666666667vw;
    line-height: 4vw;
    font-weight: 400;
    margin-top: 4vw;
  }
  #indexPX35th section.history_sec .copy {
    margin-top: 60px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
  }
  #indexPX35th section.series_sec {
    background: url("/PX35th/img/series_bg_sp.png") no-repeat top center/100% auto;
    padding-top: 32vw;
    padding-bottom: 100px;
  }
  #indexPX35th section.series_sec h2 {
    text-align: center;
  }
  #indexPX35th section.series_sec .text {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 32px;
  }
  #indexPX35th section.series_sec .image {
    width: 100%;
    margin: 46px auto 0;
  }
  #indexPX35th section.series_sec .image img:nth-of-type(n+2) {
    margin-top: 57px;
  }
  #indexPX35th section.series_sec .btn {
    width: 240px;
    height: 40px;
    border: 1px solid #fff;
    background-color: transparent;
    margin: 72px auto 0;
    display: grid;
    place-items: center;
    position: relative;
  }
  #indexPX35th section.series_sec .btn .btn_text {
    display: block;
    width: fit-content;
    height: fit-content;
    font-size: 185x;
    line-height: 1;
    font-weight: 600;
    color: #fff;
  }
  #indexPX35th section.series_sec .btn .btn_icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url("/PX35th/img/btn_icon.png") no-repeat center/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
  }
  #indexPX35th section.campaign_sec {
    padding-bottom: 100px;
  }
  #indexPX35th section.campaign_sec .text {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 33px;
  }
  #indexPX35th section.campaign_sec .image1 {
    width: 79.6vw;
    margin: 42px auto 0;
  }
  #indexPX35th section.campaign_sec .image2 {
    width: 78.6666666667vw;
    margin: 50px auto 0;
  }
  #indexPX35th section.campaign_sec .how {
    width: 78.6666666667vw;
    margin: 65px auto 0;
  }
  #indexPX35th section.campaign_sec .how h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 200px;
    padding-bottom: 7px;
    border-bottom: 1px solid #fff;
    margin: auto;
  }
  #indexPX35th section.campaign_sec .how p {
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 200;
  }
  #indexPX35th section.campaign_sec .box {
    width: 78.6666666667vw;
    padding: 15px 0 10px;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin: 40px auto 0;
  }
  #indexPX35th section.campaign_sec .box p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
  }
  #indexPX35th section.campaign_sec .btn {
    display: block;
    width: 250px;
    height: 45px;
    padding: 12px 15px 13px;
    background-color: #fff;
    color: #0062B1;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin: 50px auto 0;
    position: relative;
  }
  #indexPX35th section.campaign_sec .btn::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url("/PX35th/img/btn_icon_blue.png") no-repeat center/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
  }
  #indexPX35th .fixed_btn {
    display: block;
    width: 72px;
    height: auto;
    aspect-ratio: 1/1;
    position: fixed;
    bottom: 60px;
    right: 0;
    z-index: 1;
  }
  #indexPX35th .bnr {
    padding-bottom: 112px;
  }
  #indexPX35th .bnr a {
    display: block;
    width: 295px;
    margin: auto;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}