*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (min-width: 1441px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-image: url(../imgs/push_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

a {
  display: inline-block;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-main {
  contain: paint;
  position: relative;
  width: 100%;
  max-width: 31.25rem;
  margin: 0rem auto;
  background: #fff;
}

.l-footer {
  width: 100%;
  max-width: 31.25rem;
  margin: 0rem auto;
  padding: 1.25rem 0rem;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  background: #07172F;
}
@media screen and (max-width: 767px) {
  .l-footer {
    font-size: 0.75rem;
  }
}

.p-lp {
  width: 100%;
}

.p-lp__img01 {
  width: 100%;
  padding-bottom: 1.875rem;
  background: #00112D;
}

.p-lp__img02 {
  width: 100%;
  padding-top: 1.875rem;
  background: #00112D;
  margin-top: -0.125rem;
}

.p-lp__img03 {
  width: 100%;
  padding-top: 1.875rem;
  background: #000A1D;
  margin-top: -0.125rem;
}

.p-lp__img04 {
  width: 100%;
  padding-top: 1.875rem;
  background: #000A1D;
  margin-top: -0.125rem;
}

.p-lp__img05 {
  width: 100%;
  padding-top: 1.875rem;
  background: #000A1D;
  margin-top: -0.125rem;
}

.p-lp__img06 {
  width: 100%;
  padding-top: 1.875rem;
  background: #000A1D;
  margin-top: -0.125rem;
}

.p-lp__img07 {
  width: 100%;
  padding-top: 1.875rem;
  background: #000A1D;
  margin-top: -0.125rem;
}

.p-lp__img08 {
  width: 100%;
  padding-top: 1.875rem;
  background: #000A1D;
  margin-top: -0.125rem;
}

.p-lp__img09 {
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
  background: #010715;
  margin-top: -0.125rem;
}

.p-lp__img10 {
  width: 100%;
  padding-top: 1.875rem;
  background: #000A1D;
  margin-top: -0.125rem;
}

.p-lp__img11 {
  width: 100%;
  padding-top: 1.875rem;
  background: #000A1D;
  margin-top: -0.125rem;
}

.p-lp__img12 {
  width: 100%;
  padding-top: 1.875rem;
  background: #000A1D;
  margin-top: -0.125rem;
}

.p-lp__img13 {
  width: 100%;
  padding-top: 1.875rem;
  background: #000A1D;
  margin-top: -0.125rem;
}

.p-lp__img14 {
  width: 100%;
  padding-top: 1.875rem;
  background: #000A1D;
  margin-top: -0.125rem;
}

.p-lp__img15 {
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: #000A1D;
  margin-top: -0.125rem;
}

.p-lp__cta {
  position: relative;
  margin-top: -0.125rem;
}

.p-lp__button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  -webkit-transform-origin: center;
          transform-origin: center;
  bottom: 3.75rem;
  width: 25rem;
  -webkit-animation: buttonScale 1.8s ease-in-out infinite;
          animation: buttonScale 1.8s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-lp__button {
    width: 80%;
    bottom: 10%;
  }
}
.p-lp__button:hover {
  opacity: 0.7;
}

@-webkit-keyframes buttonScale {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.06);
            transform: translateX(-50%) scale(1.06);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}

@keyframes buttonScale {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.06);
            transform: translateX(-50%) scale(1.06);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
.p-lp-banner {
  position: fixed;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  -webkit-transform-origin: center;
          transform-origin: center;
  bottom: 1.25rem;
  width: 25rem;
  -webkit-animation: buttonScale 1.8s ease-in-out infinite;
          animation: buttonScale 1.8s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-lp-banner {
    width: 80%;
    bottom: 0.625rem;
  }
}
.p-lp-banner:hover {
  opacity: 0.7;
}

.p-lp-banner.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.p-lp-sideNav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-lp-sideNav {
    display: block;
    position: fixed;
    z-index: 90;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 3.75rem;
    width: 21.25rem;
    padding: 2.5rem 1rem;
    border: 3px solid #D3A566;
    background: #000A1D;
    -webkit-backdrop-filter: blur(0.75rem);
            backdrop-filter: blur(0.75rem);
    -webkit-box-shadow: 0 0.875rem 2.25rem rgba(75, 52, 41, 0.08);
            box-shadow: 0 0.875rem 2.25rem rgba(75, 52, 41, 0.08);
  }
}
@media (max-width: 1360px) {
  .p-lp-sideNav {
    left: 1.875rem;
    width: 18.75rem;
  }
}
@media (max-width: 1200px) {
  .p-lp-sideNav {
    display: none;
  }
}

.p-lp-sideNav__title {
  margin: 0 0 1.5rem 0;
  color: #D3A566;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
  text-align: center;
}

.p-lp-sideNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-lp-sideNav__list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2rem;
  padding: 0 0.5rem 0 1.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 1px solid rgba(211, 165, 102, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-lp-sideNav__list a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #D3A566;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-lp-sideNav__list a:hover {
  color: #D3A566;
  border-bottom: 1px solid #D3A566;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline-block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}/*# sourceMappingURL=style.css.map */