@charset "UTF-8";
/* 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] {
  -moz-appearance: textfield;
       appearance: textfield;
  /* vscode警告回避のため追加 */
  -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] {
  -moz-appearance: button;
       appearance: button;
  /* vscode警告回避のため追加 */
  -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 {
  appearance: none;
  /* vscode警告回避のため追加 */
  -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;
}

*:where(:not(iframe,
canvas,
img,
svg,
video):not(svg *,
symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

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

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

html {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Arial;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  background-color: #fff;
  margin: 0;
  padding: 0;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

p,
h1,
h2,
h3,
h4,
dl,
dt,
dd {
  margin: 0;
  color: #45322B;
  font-feature-settings: "palt" on;
}

sup {
  font-size: 0.5em;
}

a {
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}

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

fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

li {
  list-style: none;
}

.c-cta {
  width: 100%;
}

.c-cta__inner {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.13333vw;
  padding: 4.26667vw;
  background: var(--surface-container-primary-lightest, #FEF6F7);
  border-radius: 6.4vw;
  filter: drop-shadow(0 1.06667vw 2.13333vw rgba(0, 0, 0, 0.15));
}

.c-cta__button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-cta__button-label {
  font-size: 2.93333vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin: 0 auto -2.66667vw;
  padding: 0.53333vw 3.2vw;
  color: var(--object-text-primary-accent, #F54767);
  border-radius: var(--radius-xxlg-delete, 48px);
  border: 0.26667vw solid var(--surface-label-storke-primary, #F54767);
  background: var(--surface-label-fill-inverse, #FFF);
}

.c-cta__button-main {
  font-size: 4.2666666667vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.2vw 15.5vw;
  color: var(--object-text-inverse, #FFF);
  border-radius: var(--radius-xxlg-delete, 48px);
  border: 0.26667vw solid var(--surface-label-storke-primary, #F54767);
  background: var(--surface-label-fill-primary, #F54767);
}

.c-cta__button-main:visited {
  color: var(--surface-label-fill-inverse, #FFF);
}

.floating {
  position: fixed;
  bottom: 0;
  z-index: 20;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  transition: 0.3s;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3), 4px 0px 16px 0px rgba(0, 0, 0, 0.15);
}

.floating__inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.53333vw;
  padding: 4.26667vw;
}

.floating__button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.floating__button-label {
  font-size: 2.93333vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto -2.66667vw;
  padding: 0.53333vw 3.2vw;
  color: var(--object-text-primary-accent, #F54767);
  border-radius: var(--radius-xxlg-delete, 48px);
  border: 0.26667vw solid var(--surface-label-storke-primary, #F54767);
  background: var(--surface-label-fill-inverse, #FFF);
}

.floating__button-main {
  font-size: 4.26667vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.53333vw;
  margin: 0 auto;
  padding: 3.2vw 8.53333vw;
  width: 100%;
  color: var(--object-text-inverse, #FFF);
  border-radius: var(--radius-xxlg-delete, 48px);
  border: 0.26667vw solid var(--surface-label-storke-primary, #F54767);
  background: var(--surface-label-fill-primary, #F54767);
}

.floating__button-main:visited {
  color: var(--surface-label-fill-inverse, #FFF);
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

body {
  background: var(--surface-tertiary-lightest, #FFF8F5);
}

a:hover {
  opacity: 0.6;
}

.content {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 25px 5px rgba(174, 67, 32, 0.1);
}

.c-cta {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 750px) {
  .sp-visible {
    display: none;
  }
  .sp-visible {
    display: none;
  }
  .sp-visible {
    display: none;
  }
  .sp-visible {
    display: none;
  }
  .c-cta__inner {
    gap: 16px;
    max-width: 552px;
    padding: 24px 40px;
    border-radius: 24px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
  }
  .c-cta__button {
    width: 440px;
  }
  .c-cta__button-label {
    font-size: calc(14px + 0 * (100vw - 750px) / 530);
  }
  .c-cta__button-label {
    margin: 0 auto -10px;
    padding: 4px 16px;
    border-radius: 56px;
    border: 1px solid var(--surface-label-storke-primary, #F54767);
  }
  .c-cta__button-main {
    font-size: calc(20px + 0 * (100vw - 750px) / 530);
  }
  .c-cta__button-main {
    width: 100%;
    padding: 16px 40px;
    border-radius: 56px;
    border: 1px solid var(--surface-label-storke-primary, #F54767);
  }
  .sp-visible {
    display: none;
  }
  .sp-visible {
    display: none;
  }
  .floating__inner {
    gap: 8px;
    padding: 16px 40px 24px;
  }
  .floating__button-label {
    font-size: calc(14px + 0 * (100vw - 750px) / 530);
  }
  .floating__button-label {
    margin: 0 auto -10px;
    padding: 4px 16px;
    border-radius: 56px;
    border: 1px solid var(--surface-label-storke-primary, #F54767);
  }
  .floating__button {
    margin: 0 auto;
    width: 552px;
  }
  .floating__button-main {
    font-size: calc(20px + 0 * (100vw - 750px) / 530);
  }
  .floating__button-main {
    gap: 8px;
    padding: 16px 40px;
    border-radius: 56px;
    border: 1px solid var(--surface-label-storke-primary, #F54767);
  }
  .content {
    margin: 0 auto;
    padding-bottom: 0;
    border-radius: 0;
  }
  .content {
    margin: 0 auto 120px;
  }
}
@media (min-width: 1280px) {
  .c-cta__button-label {
    font-size: var(--font-size-xsm, 14px);
  }
  .c-cta__button-main {
    font-size: 20px;
  }
  .floating__button-label {
    font-size: var(--font-size-xsm, 14px);
  }
  .floating__button-main {
    font-size: 20px;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header__inner {
  padding: 2.13333vw 4.26667vw;
}

.header__logo {
  width: 34.93333vw;
  max-width: 181px;
  margin-inline: auto;
}
.header__logo img {
  vertical-align: bottom;
}

@media (min-width: 750px) {
  .header__inner {
    padding: 8px 0;
  }
}
.footer {
  width: 100%;
  margin: 0 auto;
  padding: 26px 24px 30vw;
}

.footer__logo {
  width: 217px;
  height: auto;
}

@media (min-width: 750px) {
  .footer {
    padding: 26px 24px 54px;
  }
}
.p-mv {
  background-color: #FFF5F7;
  padding-bottom: 20px;
}
.p-mv__subtitle {
  text-align: center;
  font-size: 3.7333333333vw;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 20px;
}
.p-mv__cta {
  margin-top: 20px;
}

.p-comic {
  position: relative;
  border-top: 5px solid #000;
}
.p-comic::after {
  content: "";
  width: 100%;
  height: 138px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 1.5%, #FFF 19.83%, #FFF 69%);
}
.p-comic__copy {
  height: 160px;
  position: relative;
  z-index: 1;
  background-color: rgba(255, 245, 247, 0.8);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 50%/100% 100% 0 0;
  margin-top: -54px;
}
.p-comic__text {
  width: 100%;
  position: absolute;
  bottom: 20px;
  color: #044A8C;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
}
.p-comic__text span {
  font-size: 18px;
}

.p-closing {
  position: relative;
  z-index: 1;
  background-color: #FFF5F7;
  padding: 10px 0 20px;
}
.p-closing__inner {
  padding: 0 16px;
}
.p-closing__content {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.15);
  padding-bottom: 32px;
  margin-top: 30px;
}
.p-closing__head {
  background-color: #F8F5FF;
  padding: 20px 16px 12px;
}
.p-closing__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
}
.p-closing__title span {
  font-size: 16px;
}
.p-closing__subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 7px;
}
.p-closing__subtitle::before, .p-closing__subtitle::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/closing_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-closing__subtitle::after {
  transform: scaleX(-1);
}
.p-closing__item {
  margin-top: 20px;
}
.p-closing__image {
  width: 70%;
  margin-inline: auto;
}
.p-closing__text {
  color: #044A8C;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
}
.p-closing__notes {
  color: #555;
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 30px;
}

.p-footer-top {
  text-align: center;
  margin-top: 64px;
  padding: 16px 0;
  border-top: 1px solid #E7E6E2;
  border-bottom: 1px solid #E7E6E2;
}

.p-footer-top__link {
  color: #737271;
  font-size: 12px;
  text-decoration-line: underline;
}

@media (min-width: 750px) {
  .p-mv__subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 749px) {
  .u-pc-only {
    display: none;
  }
}

@media (min-width: 750px) {
  .u-sp-only {
    display: none;
  }
}

.u-color-pink {
  color: #F54767;
}

.u-color-blue {
  color: #044A8C;
}/*# sourceMappingURL=style.css.map */