@charset "UTF-8";
/*-----------------------
import.scss
-----------------------*/
.red {
  color: #ff0000;
}

.num {
  font-family: Manrope,sans-serif;
  font-size: 1.2em;
}
/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
/*-----------------------
01.reset
-----------------------*/
/*reset --Don't use global reset!--*/
html,
body,
div,
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,
strong,
sub,
sup,
tt,
var,
b,
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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
table caption,
table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

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

ul {
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

input,
button,
textarea,
select {
  margin: 0;
  border: none;
  outline: none;
  letter-spacing: 0.1em;
}

img.cover,
video.cover {
  object-fit: cover;
}

h1 {
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p {
  margin: 0;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.is-fixed {
  display: none;
}

.fs20 {
  font-size: 16px;
}

.mT20 {
  margin-top: 20px;
}

.mT30 {
  margin-top: 30px;
}

.mT40 {
  margin-top: 40px;
}

.mT45 {
  margin-top: 45px;
}

.mT50 {
  margin-top: 50px;
}

.mT55 {
  margin-top: 55px;
}

.mT60 {
  margin-top: 60px;
}

.mT70 {
  margin-top: 70px;
}

.mT100 {
  margin-top: 100px;
}

/* 文字の上に点 */
.dots {
  background-image: radial-gradient(circle at center, #ffffff 25%, rgba(0, 0, 0, 0) 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: .4em;
  /* 縦方向の位置調整 */
}
@media (max-width: 750px) {
  .dots {
    background-size: 1.25em 0.5em;
    /* 点の間隔とサイズ調整 */
  }
}

/*-----------------------
style.scss
-----------------------*/
.c-pageHeader {
  display: none;
}

.c-footer__megamenu,
.c-footer__bottom {
  display: none;
}

.c-footer {
  padding-top: 0;
}

.c-footer__foot {
  margin-top: 0;
}

a.c-footer__gotop {
  color: #fff;
}
a.c-footer__gotop:visited {
  color: #fff;
}

#lp25th-campaign {
  font-size: 14px;
  font-feature-settings: "palt";
}
@media (max-width: 750px) {
  #lp25th-campaign {
    font-size: 14px;
  }
}
#lp25th-campaign .inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #lp25th-campaign .inner {
    width: 90%;
  }
}
@media (max-width: 750px) {
  #lp25th-campaign .inner {
    width: 90%;
  }
}
#lp25th-campaign a:hover {
  opacity: 0.7;
}
#lp25th-campaign .img img {
  width: 100%;
  margin-left: 3%;
}
#lp25th-campaign .mainv {
  padding: 150px 0 140px;
}
#lp25th-campaign .mainv::before {
  background: url(../img/mainv-bg.png) no-repeat 50% 50%/cover;
  content: "";
  position:fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 895px;
}

@media (max-width: 750px) {
  #lp25th-campaign .mainv {
    padding: 90px 0 40px;
  }
  #lp25th-campaign .mainv::before {
    background: url(../img/mainv-bg-sp.png) no-repeat 50% 50%/cover;
    width: 100%;
    height: 670px;
  }
}
#lp25th-campaign .mainv .ttl p{
  font-size: 3.0rem;
  color: #fff;
  letter-spacing : 0.2em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #lp25th-campaign .mainv .ttl p{
    font-size: 2.8rem;
  }
}
@media (max-width: 750px) {
  #lp25th-campaign .mainv .ttl p{
    font-size: 1.8rem;
  }
}
#lp25th-campaign .mainv .ttl h1{
  margin-top: 60px;
  color: #fff;
  line-height: 0.8;
  text-shadow: 12px 12px 24px rgba(38,40,41,.15);
}

@media (max-width: 750px) {
  #lp25th-campaign .mainv .ttl h1{
    margin-top: 50px;
    color: #fff;
  }
}


#lp25th-campaign .mainv .ttl span {
  color: #fff;
  font-size: 5.0rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #lp25th-campaign .mainv .ttl span {
    font-size: 4.8rem;
  }
}
@media (max-width: 750px) {
  #lp25th-campaign .mainv .ttl span {
    font-size: 3.8rem;
    letter-spacing: -.03em;
  }
}
#lp25th-campaign .mainv .ttl .twentyfive {
  font-size:20.0rem;
  font-family: "Raleway";
  line-height: 0.6em;
  letter-spacing: -0.04em;
}
#lp25th-campaign .mainv .ttl .years {
  font-size:5.6rem;
  writing-mode: vertical-rl;
  line-height: 1.3;
}
#lp25th-campaign .mainv .ttl .campaign {
  font-size:5.2rem;
  line-height: 2.5;
  font-weight: 400;
}
#lp25th-campaign .mainv .ttl span.small {
  font-size: 3.0rem;
  color: #fff;
}
@media (max-width: 750px) {
  #lp25th-campaign .mainv .ttl .twentyfive {
    font-size:12.0rem;
    line-height: 0.4em;
    letter-spacing: -0.04em;
  }
  #lp25th-campaign .mainv .ttl .years {
    font-size:3.8rem;
  }
  #lp25th-campaign .mainv .ttl .campaign {
    font-size:3.5rem;
  }
  #lp25th-campaign .mainv .ttl span.small {
    font-size: 3.0rem;
  }
}
#lp25th-campaign .day {
  font-size: 3rem;
  padding: 30px 0 15px;
  color: #ffffff;
  letter-spacing : 0.13em;
}
@media (max-width: 750px) {
  #lp25th-campaign .day {
    font-size: 2.0rem;
    letter-spacing: -.03em;
  }
}
#lp25th-campaign .day .week span {
  font-size: 30px;
  position: relative;
  color: #000;
  z-index: 2;
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 750px) {
  #lp25th-campaign .day .week span {
    font-size: 16px;
  }
}
#lp25th-campaign .day .week span:after {
  position: absolute;
  content: "";
  background: #ffffff;
  border-radius: 30rem;
  width: 46px;
  height: 46px;
  z-index: -1;
  top: 13%;
  left: -7.8px;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #lp25th-campaign .day .week span:after {
    width: 24px;
    height: 24px;
    top: 11%;
    left: -4px;
  }
}
#lp25th-campaign .mainv h1 img {
  display: block;
  margin: 20px auto 0px;
  width: 290px;
}
@media (max-width: 750px) {
  #lp25th-campaign .mainv h1 img {
    width: 187px;
  }
}
.scroll {
    position  : absolute;
    font-size : 13px;
    writing-mode : vertical-rl;
    color: #fff;
    margin-top: 50px;
    left : 50%;
    transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 750px) {
  .scroll {
    margin-top: -70px;
    left : auto;
    right: 3%;
  }
}

.scroll::after {
    content : '';
    display : inline-block;
    position : absolute;
    background-color: #fff;
    right : 50%;
    bottom : -115px;
    transform : translateX(-50%);
    width : 1px;
    height : 100px;
    animation: scroll 1.5s infinite;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

#lp25th-campaign #prsent {
  background: linear-gradient(180deg, #292b2d 0%, #292b2d 340px, #f6f7f9 340px, #f6f7f9 100%);
}
@media (max-width: 750px) {
  #lp25th-campaign #prsent {
    background: linear-gradient(180deg, #292b2d 0%, #292b2d 197px, #f6f7f9 197px, #f6f7f9 100%);
  }
}
#lp25th-campaign #prsent .select {
  padding: 70px 0 225px;
}
@media (max-width: 750px) {
  #lp25th-campaign #prsent .select {
    padding: 50px 0 112px;
  }
}
#lp25th-campaign #prsent .select .txt {
  color: #fff;
  font-size: 30px;
  margin-top: 0;
}
@media (max-width: 750px) {
  #lp25th-campaign #prsent .select .txt {
    font-size: 24px;
  }
}
#lp25th-campaign #prsent > .inner {
  max-width: 100%;
  margin: -140px 0 0 auto;
  background: #fff;
  border-radius: 2px;
}
@media (max-width: 750px) {
  #lp25th-campaign #prsent > .inner {
    margin: -85px auto 0;
  }
}
#lp25th-campaign #prsent > .inner .in-inner {
  max-width: 1080px;
  margin: 0 auto 0 auto;
  padding: 100px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #lp25th-campaign #prsent > .inner .in-inner {
    width: 90%;
  }
}
@media (max-width: 750px) {
  #lp25th-campaign #prsent > .inner .in-inner {
    padding: 80px 0 50px;
    width: 90%;
    margin: 0 auto;
  }
}
#lp25th-campaign #prsent .ttl {
  font-size: 20px;
  padding-left: 20px;
  font-weight: 400;
  position: relative;
}
@media (max-width: 750px) {
  #lp25th-campaign #prsent .ttl {
    letter-spacing: -.03em;
  }
}
#lp25th-campaign #prsent .ttl::before {
  position: absolute;
  content: "";
  background: #292B2D;
  width: 1px;
  height: 20px;
  left: 0;
  top: 30%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #lp25th-campaign #prsent .ttl::before {
    top: 10px;
  }
}
@media (max-width: 750px) {
  #lp25th-campaign #prsent .ttl::before {
    top: 10px;
    height: 88px;
  }
}
#lp25th-campaign #prsent .list {
  margin-top: 60px;
}
#lp25th-campaign #prsent .list ul.flex {
  flex-wrap: wrap;
  gap: 40px 50px;
}
@media (max-width: 750px) {
  #lp25th-campaign #prsent .list ul.flex {
    flex-direction: column;
    gap: 40px;
  }
}
#lp25th-campaign #prsent .list ul.flex li {
  width: 30%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #lp25th-campaign #prsent .list ul.flex li {
    width: 45%;
  }
}
@media (max-width: 750px) {
  #lp25th-campaign #prsent .list ul.flex li {
    width: 100%;
  }
}
#lp25th-campaign #prsent .list ul.flex li::before {
  position: absolute;
  content: "";
  left: 20px;
  top: 5px;
  width: 65px;
  height: 30px;
}
#lp25th-campaign #prsent .list ul.flex li:first-child::before {
  background: url(../img/p-deco01.svg) no-repeat;
}
#lp25th-campaign #prsent .list ul.flex li:nth-child(2)::before {
  background: url(../img/p-deco02.svg) no-repeat;
}
#lp25th-campaign #prsent .list ul.flex li:nth-child(3)::before {
  background: url(../img/p-deco03.svg) no-repeat;
}
#lp25th-campaign #prsent .list ul.flex li:nth-child(4)::before {
  background: url(../img/p-deco04.svg) no-repeat;
}
#lp25th-campaign #prsent .list ul.flex li:nth-child(5)::before {
  background: url(../img/p-deco05.svg) no-repeat;
}
#lp25th-campaign #prsent .list ul.flex li .img img {
  width: 100%;
}
#lp25th-campaign #prsent .list ul.flex li .name {
  text-align: center;
  font-size: 20px;
  min-height: 90px;
  font-weight: 400;
}
#lp25th-campaign #prsent .sub-ttl {
  margin-top: 0px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
#lp25th-campaign #prsent .c-titleBubble--white::before {
  background-color: #f6f7f9;
}
#lp25th-campaign #prsent .txt {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
}
#lp25th-campaign #prsent .in-inner > .box {
  margin: 60px 0px 100px 0px;
  padding: 60px 30px 30px;
  background-color: #f6f7f9;
  border-radius: 2px;
}

#lp25th-campaign #prsent .in-inner .box > .img {
  max-width: 320px;
  margin: 40px auto 0;
}
#lp25th-campaign #prsent .txt02 {
  margin-top: 0;
}
#lp25th-campaign .btn a {
  background: #292b2d;
  width: 370px;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 45px;
  position: relative;
  margin: 40px auto 0;
  font-size: 1.8rem;
  color: #fff;
}
@media (max-width: 750px) {
  #lp25th-campaign .btn a {
    width: 80%;
    font-size: 1.4rem;
    padding-left: 10px;
    padding-right: 45px;
  }
}
#lp25th-campaign .btn a:after {
  position: absolute;
  content: "";
  background: url(../img/btn-deco.svg) no-repeat;
  top: 12%;
  right: 8px;
  width: 51px;
  height: 53px;
}
#lp25th-campaign h2 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 750px) {
  #lp25th-campaign h2 {
    font-size: 24px;
  }
}
#lp25th-campaign h2 span {
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  margin-top: 8px;
}

#lp25th-campaign .c-title + p {
  margin-top: 100px;
  margin-bottom: 40px;
}

#lp25th-campaign #campaign {
  background: #F6F7F9;
  padding: 100px 0;
}
@media (max-width: 750px) {
  #lp25th-campaign #campaign {
    padding: 50px 0;
  }
}
#lp25th-campaign #campaign > .inner {
  max-width: 1000px;
}
#lp25th-campaign #campaign h2 {
  color: #292B2D;
}
#lp25th-campaign #campaign .sub-ttl {
  margin-top: 60px;
  color: #292B2D;
  font-size: 28px;
  font-weight: 400;
  position: relative;
}
@media (max-width: 750px) {
  #lp25th-campaign #campaign .sub-ttl {
    font-size: 20px;
  }
}
#lp25th-campaign #campaign .sub-ttl::before, #lp25th-campaign #campaign .sub-ttl:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: #292B2D;
  top: 50%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #lp25th-campaign #campaign .sub-ttl::before, #lp25th-campaign #campaign .sub-ttl:after {
    width: 100px;
  }
}
@media (max-width: 750px) {
  #lp25th-campaign #campaign .sub-ttl::before, #lp25th-campaign #campaign .sub-ttl:after {
    width: 20px;
  }
}
#lp25th-campaign #campaign .sub-ttl::before {
  left: 0;
}
#lp25th-campaign #campaign .sub-ttl::after {
  right: 0;
}
#lp25th-campaign #campaign .day p {
  margin: 60px auto 0;
  color: #292B2D;
}
#lp25th-campaign #campaign .day .week span {
  color: #ffffff;
}
#lp25th-campaign #campaign .day .week span:after {
  background: #292B2D;
}
#lp25th-campaign #campaign .ttl {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}
#lp25th-campaign #campaign .ttl::before {
  position: absolute;
  content: "";
  background: #292B2D;
  width: 1px;
  height: 20px;
  left: 0;
  top: 30%;
}

@media screen and (min-width: 769px) {
  .c-supportStep__before .c-supportStep__phase {
    left: 0;
    width: 33%;
  }
}
@media screen and (min-width: 769px) {
  .c-supportStep__after .c-supportStep__phase {
    right: auto;
    width: 35%;
  }
}
@media screen and (min-width: 769px) {
  #campaign .CPF .c-supportStep__after02 .c-supportStep__phase {
    right: 0;
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .c-supportStep__before .c-supportStep__phase {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .c-supportStep__phase {
    margin-top: 50px;
  }
}
#campaign .CPF .c-supportStep__after02 .c-supportStep__phase, #campaign .CPF .c-supportStep__after02 .c-supportStep__phase::after, #campaign .CPF .c-supportStep__after02 .c-supportStep__phase::before {
  background-color: #007ec0;
}
@media screen and (min-width: 769px) {
  .c-supportStep__after02 .c-supportStep__phase::before {
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
  }
}
@media screen and (min-width: 769px) {
  .c-supportStep__after02 .c-supportStep__phase::after {
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
  }
}
@media screen and (min-width: 769px) {
  .c-supportStep__after02 .c-supportStep__phase::after, .c-supportStep__after02 .c-supportStep__phase::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    width: 40px;
    height: 100%;
  }
}


#lp25th-campaign #campaign .img-inner {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #lp25th-campaign #campaign .img-inner {
    width: 100%;
  }
}
@media (max-width: 750px) {
  #lp25th-campaign #campaign .scroll {
    overflow: scroll;
  }
  #lp25th-campaign #campaign .scroll .img {
    width: 1000px;
  }
  #lp25th-campaign #campaign .scroll .img img {
    width: inherit;
    max-height: 345px;
  }
}
#lp25th-campaign #campaign .btn a {
  margin-top: 0;
}
#lp25th-campaign #rule {
  padding: 100px 0;
  background: #fff;
}
@media (max-width: 750px) {
  #lp25th-campaign #rule {
    padding: 50px 0;
  }
}
#lp25th-campaign #rule dl {
  display: flex;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(41, 43, 45, 0.15);
  gap: 24px 38px;
}
@media (max-width: 750px) {
  #lp25th-campaign #rule dl {
    flex-direction: column;
  }
}
#lp25th-campaign #rule dl:first-of-type {
  margin-top: 60px;
}
@media (max-width: 750px) {
  #lp25th-campaign #rule dl:first-of-type {
    margin-top: 32px;
  }
}
#lp25th-campaign #rule dl:nth-of-type(n + 2) {
  margin-top: 38px;
}
#lp25th-campaign #rule dl:nth-of-type(7) dt {
  max-height: 54px;
}
#lp25th-campaign #rule dl dt {
  background: #292B2D;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  min-width: 148px;
  min-height: 35px;
  max-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 750px) {
  #lp25th-campaign #rule dl dt {
    max-width: 148px;
  }
}
#lp25th-campaign #rule dl dd {
  font-size: 16px;
  line-height: 2;
}
#lp25th-campaign #rule dl dd a {
  display: inline;
}
