<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
:root {
  --spViewport: 375;
  --spDesign:375px;
  --pcDesign: 1600px;
  --breakPointSpMin: 374px;
  --breakPointSp: 768px;
  --breakPointWide: 769px;
  --widthDefault: 96.6rem;
  --widthMax: 144rem;
  --widthMin: 100rem;
  --sidePaddingSp1:2rem;
  --sidePaddingPc1:2rem;
  --fontBase: "Noto Sans JP", sans-serif;
  --fontEn1: "Audiowide", sans-serif;
  --colorBg1: #FFFFFF;
  --colorBg2: #F0F8FF;
  --colorBg3: #EBE8E0;
  --colorBg4: #013966;
  --colorBg5: #0071C8;
  --colorText1: #141311;
  --colorText2: #014BB5;
  --colorAccent1:#C83031;
  --colorAccent2:#FF4C59;
  --colorAccent3:#B9000E;
  --colorBorder1: #E0E0E0;
  --gradient1: #0A3382;
  --gradient2: #E5D675;
  --zIndexGnavi: 100;
  --zIndexModal: 101;
  --shadow1: .4rem .4rem 2rem 0 rgba(29, 67, 88, 0.30);
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
  
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  width: 100%;
  font-size: calc(1000vw / var(--spViewport));
}
html:has(body.js-modal-active) {
  overflow: hidden;
}

body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.3rem;
  line-height: 1.67;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
  font-family: var(--fontBase) !important;
  color: var(--colorText1) !important;
  background: var(--colorBg1);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  overflow-wrap: break-word;
  position: relative;
}
body.js-modal-active {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

a {
  outline: none;
  color: var(--colorText1);
  text-decoration: none;
}
a[data-anchor] {
  cursor: pointer;
}
a[href^="tel:"] {
  color: inherit;
}

a:focus,
*:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6, strong, th {
  font-weight: normal;
}

em {
  font-style: normal;
}

select, input, textarea, button {
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  display: block;
  color: inherit;
}

select, button {
  cursor: pointer;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  font-size: 1.5rem;
  font-weight: 400;
  color: #818181;
  opacity: 1;
  letter-spacing: 0.06em;
}
input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  font-size: 1.5rem;
  font-weight: 400;
  color: #818181;
  opacity: 1;
  letter-spacing: 0.06em;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  font-size: 1.5rem;
  font-weight: 400;
  color: #818181;
  opacity: 1;
  letter-spacing: 0.06em;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  font-size: 1.5rem;
  font-weight: 400;
  color: #818181;
  opacity: 1;
  letter-spacing: 0.06em;
}

ul {
  list-style-type: none;
}

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

.c-inner {
  margin-inline: auto;
  padding-inline: var(--sidePaddingSp1);
}

.c-gradient-text {
  /* background-image: linear-gradient(270deg, #003762 0%, #0070C8 50.48%, #003762 100%); */
  background-color: #014BB5;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.c-comingsoon-text {
  font-family: var(--fontEn1);
  text-align: center;
  font-size: 4.8rem;
  line-height: 1;
  background: linear-gradient(180deg, #5AB7FF 0%, #0071C8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-section-heading {
  display: block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + var(--sidePaddingSp1) * 2);
  overflow: hidden;
  padding-block: 1.1rem 1.3rem;
  margin-inline: calc(var(--sidePaddingSp1) * -1);
}

.c-section-heading::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.63;
  background: linear-gradient(90deg, rgba(0, 113, 200, 0.00) 3.85%, #0071C8 33.17%, #0071C8 73.08%, rgba(0, 113, 200, 0.00) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.c-section-heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/heading-bg_sp.png") no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.c-section-heading__text {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  color: #fff;
}
.c-section-heading__text::before, .c-section-heading__text::after {
  content: "";
  display: block;
  aspect-ratio: 56/23.74;
  width: 6.8rem;
  position: absolute;
      top: .3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  /* mix-blend-mode: overlay; */
}
.c-section-heading__text::before {
  left: -0.5rem;
  background-image: url("../img/heading-decoration_01_left.svg");
  translate: -100% 0;
  transform: scaleY(-1);
}
.c-section-heading__text::after {
  right: -0.5rem;
  background-image: url("../img/heading-decoration_01_right.svg");
  translate: 100% 0;
} 
.c-section-heading__text--clone {
  /* position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  z-index: -1;
  white-space: nowrap;
  background: none;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  margin: 0;
  color: rgba(0, 0, 0, 0); */
  display: none;
}
.c-section-heading__text--clone::before, .c-section-heading__text--clone::after {
  content: none;
}

.c-section-heading--no-bg::before {
  content: none;
}
/*
ブロック見出し
*/
.c-block-heading {
  padding-block: 1.9rem 1.9rem;
  background-image: url(../img/c-block-heading_bg_top_sp.png), url(../img/c-block-heading_bg_bottom_sp.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 37.5rem auto, 37.5rem auto;
  background-position: left top, right bottom;
}

.c-block-heading__text {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-inline: auto;
}
/*
サブ見出し
*/
.c-sub-heading {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.8rem;
}
.c-sub-heading::before, .c-sub-heading::after {
  content: "";
  display: block;
  width: 1.1rem;
  background: url("../img/subheading-decoration.svg") no-repeat center center/contain;
  aspect-ratio: 14/25;
}
.c-sub-heading::after {
  scale: -1 1;
}

.c-sub-heading__text {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: -0.3rem;
}

.c-primary-button {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #0070C8;
}
.c-primary-button--gray {
  background: linear-gradient(180deg, #FFF 0%, #C5C5C5 100%);
  color: var(--colorText2);
}

.c-basic-button {
  color: #fff;
  background: linear-gradient(180deg, #2C4DBE 0%, #1438B3 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 6.4rem;
}
.c-basic-button--green {
  background: #088D4B;
}
.c-basic-button::after {
  content: "";
  display: block;
  width: 0.9rem;
  aspect-ratio: 1/1;
  border: solid #FFF;
  border-width: 0.2rem 0.2rem 0 0;
  transform: rotate(45deg);
  position: absolute;
  right: 2.2rem;
  top: calc(50% - 0.4rem);
}

.c-basic-button__text {
  font-size: 1.6rem;
  line-height: 1.3;
  display: inline-block;
  font-weight: 700;
}

.c-basic-button__small {
  display: inline-block;
  font-size: 0.8em;
}

.c-subpage-section {
  padding-block: 1.6rem 4.8rem;
}

.c-subpage-heading {
  margin-bottom: 1.6rem;
}

.c-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: var(--zIndexModal);
  overflow: auto;
}
.c-modal:not(.js-basicModalActive) {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0s 0.2s;
}

.c-modal__overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.js-basicModalActive .c-modal__overlay {
  opacity: 1;
}

.c-modal__inner {
  padding: 0 var(--sidePaddingSp1);
}

.c-modal__sub-inner {
  padding: 6.2rem 0 12rem;
}

.c-modal__content {
  background: #fff;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}

.js-basicModalActive .c-modal__content {
  opacity: 1;
}

.c-modal__close {
  aspect-ratio: 1/1;
  position: absolute;
  top: -1.5rem;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 2rem;
  translate: 0 -100%;
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  display: block;
  background: #FFF;
  transition: transform 0.3s;
  height: 2px;
  width: 2.6rem;
}
.c-modal__close::before {
  transform: rotate(45deg);
}
.c-modal__close::after {
  transform: rotate(-45deg);
  margin-top: -2px;
}

.l-main {
  margin-bottom: auto;
  position: relative;
  overflow: hidden;
}
.l-main::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../img/body-bg_sp.webp") #ceeff7 no-repeat top center/cover;
}

.l-header {
  background: var(--colorBg1);
  border-bottom: 1px solid var(--colorBorder1);
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-header__logo {
  width: 20.3rem;
}

.l-gnavi {
  background: var(--colorBg1);
  position: sticky;
  top: 0;
  z-index: var(--zIndexGnavi);
}

.l-gnavi__list {
  background: var(--gradient1);
  display: flex;
  justify-content: space-between;
}

.l-gnavi__item {
  border: solid rgba(255, 255, 255, 0.4);
  border-width: 0 1px 0 0;
  flex: none;
}

.l-gnavi__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.6rem;
  padding-inline: 1.45rem;
  position: relative;
}

.l-gnavi__text {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.l-gnavi__link--ex .l-gnavi__text {
  background: var(--gradient2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.l-footer {
  background: var(--colorBg4);
  padding: 4rem var(--sidePaddingSp1) 5.6rem;
  position: relative;
}
.l-footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/footer-bg_sp.png") no-repeat center bottom/100% auto;
  mix-blend-mode: soft-light;
}

.l-footer__main-contents {
  position: relative;
  z-index: 2;
}

.l-footer__purchase__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #014BB5;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  height: 4rem;
  padding-bottom: 0.1em;
  position: relative;
  z-index: 2;
}

.l-footer__purchase__list {
  background: #FFF;
  display: flex;
  justify-content: center;
  gap: 1rem 1.5rem;
  flex-wrap: wrap;
  padding: 2.1rem var(--sidePaddingSp1) 1.4rem;
}

.l-footer__purchase__link {
  display: block;
}

.l-footer__banners {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.l-footer__banners__link {
  display: block;
}

.l-footer__copyright {
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 2rem;
}

.l-sticky-bar {
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: var(--zIndexGnavi);
  background: #000;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.l-sticky-bar__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 5.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
}
.l-sticky-bar__link--spat4 {
  background: #FFFFFF;
}
.l-sticky-bar__link--spat4 img {
  width: 10rem;
}
.l-sticky-bar__link--sheet {
  background: #f739cd;
}
.l-sticky-bar__link--sheet::before {
  content: "";
  display: block;
  width: 2.7rem;
  aspect-ratio: 27/32;
  background: url("../img/stickybar_sheet.png") no-repeat center center/contain;
}
.l-sticky-bar__link--access {
  background: #0198f5;
}
.l-sticky-bar__link--access::before {
  content: "";
  display: block;
  width: 2.7rem;
  aspect-ratio: 27/32;
  background: url("../img/stickybar_map.svg") no-repeat center center/contain;
}
@media (min-width: 769px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
  input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
    font-size: 16rem;
  }
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    font-size: 1.6rem;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .u-only-sp {
    display: none !important;
  }
  .c-inner {
    padding-inline: var(--sidePaddingPc1);
    max-width: calc(var(--widthDefault) + var(--sidePaddingPc1) * 2);
  }
  .c-inner--pc-bg {
    background: var(--colorBg2);
    /* box-shadow: var(--shadow1); */
    width: calc(100% - var(--sidePaddingPc1) * 2);
    max-width: 104.6rem;
    padding-block: 4.8rem 6.4rem;
    padding-inline: clamp(var(--sidePaddingSp1), (100% - var(--widthDefault)) / 2, 4rem);
  }
  .c-comingsoon-text {
    font-size: 5.6rem;
    padding-bottom: 0.1em;
  }
  .c-section-heading {
    width: 100%;
    margin-inline: 0;
    padding-block: 3.1rem 3.1rem;
  }
  .c-section-heading::after {
    background-image: url("../img/heading-bg.png");
  }
  .c-section-heading::before {
    background: #0071C8;
    opacity: 0.85;
  }
  .c-section-heading__text {
    font-size: 4.1rem;
  }
  .c-section-heading__text::before, .c-section-heading__text::after {
    width: 10.9rem;
  }
  .c-section-heading__text::before {
    left: -3rem;
  }
  .c-section-heading__text::after {
    right: -3rem;
  }
  .c-section-heading__text--clone {
    margin-top: -0.2rem;
  }
  .c-block-heading {
    padding-block: 3.3rem 3.5rem;
    background-image: url(../img/c-block-heading_bg_top.png), url(../img/c-block-heading_bg_bottom.png);
    background-size: 96.6rem auto, 96.6rem auto;
  }  
  .c-block-heading__text {
    font-size: 3.6rem;
  }
  .c-sub-heading {
    gap: 1.6rem;
  }
  .c-sub-heading::before, .c-sub-heading::after {
    width: 1.4rem;
  }
  .c-sub-heading__text {
    font-size: 2.8rem;
    margin-bottom: -0.4rem;
  }
  .c-basic-button {
    width: 42.6rem;
    height: 8rem;
    transition: opacity 0.3s;
    justify-content: center;
    padding-left: 0;
  }
  .c-basic-button::after {
    width: 1.2rem;
    right: 3rem;
    top: calc(50% - 0.5rem);
  }
  .c-basic-button__text {
    text-align: center;
    font-size: 1.8rem;
  }
  .c-subpage-section {
    padding-block: 6rem 8rem;
  }
  .c-subpage-heading {
    margin-bottom: 4.8rem;
  }
  .c-modal__inner {
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 calc(var(--sidePaddingPc1) + 1rem);
  }
  .c-modal__sub-inner {
    padding: 7rem 0;
  }
  .c-modal__content {
    width: 100%;
    max-width: 108.8rem;
    margin: 0 auto;
  }
  .c-modal__close {
    top: -2rem;
    right: -2rem;
    width: 4.3rem;
    translate: 100% -100%;
  }
  .c-modal__close::before, .c-modal__close::after {
    width: 5.8rem;
  }
  .l-main::before {
    width: max(100%, 160rem);
    background-image: url("../img/body-bg.webp");
  }
  .l-header {
    height: 6.4rem;
  }
  .l-header__logo {
    width: 24.8rem;
  }
  .l-gnavi__list {
    justify-content: center;
  }
  .l-gnavi__item:first-child {
    border-left-width: 1px;
  }
  .l-gnavi__link {
    height: 7.2rem;
    padding-inline: 4.8rem;
  }
  .l-gnavi__text {
    font-size: 1.8rem;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.4));
  }
  .l-gnavi__label {
    display: block;
    margin-inline: auto;
    width: 7.1rem;
  }
  .l-footer {
    padding: 6rem 2rem 7.5rem;
  }
  .l-footer::after {
    background: url("../img/footer-bg.png") no-repeat center center/cover;
  }
  .l-footer__main-contents {
    max-width: 80.2rem;
    margin-inline: auto;
  }
  .l-footer__purchase__heading {
    font-size: 2.8rem;
    height: 6.4rem;
  }
  .l-footer__purchase__list {
    padding: 3.2rem 2rem 4rem;
    gap: 1.6rem;
    flex-wrap: nowrap;
  }
  .l-footer__purchase__item {
    max-width: 23.5rem;
  }
  .l-footer__banners {
    margin-top: 4rem;
    gap: 2rem;
  }
  .l-footer__banners__item {
    max-width: 39.2rem;
  }
  .l-footer__copyright {
    margin-top: 4.2rem;
  }
  .l-sticky-bar {
    display: none;
  }
}
@media (any-hover: hover) {
  a, button {
    transition: opacity 0.3s;
  }
  a:hover, button:hover {
    opacity: 0.75;
  }
  .c-basic-button:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .u-only-wide {
    display: none !important;
  }
  /* .c-inner--sp-bg {
    background: rgba(255, 255, 255, 0.4);
    box-shadow: var(--shadow1);
  } */
  .l-gnavi__item:last-child {
    border-right-width: 0;
    flex: 1 1;
  }
  .l-gnavi__label {
    display: inline-block;
    width: 4rem;
    position: relative;
    top: 0.1rem;
  }
  .l-footer__purchase__item {
    width: calc((100% - 1.5rem) / 2);
  }
}</pre></body></html>