@charset "UTF-8";@media screen and ((min-width: 769px)) {
  .sp-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 951px) {
  .header-sp-only {
    display: none !important;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

dialog {
  padding: 0;
}

.image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and ((min-width: 769px)) {
  .sp-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 951px) {
  .header-sp-only {
    display: none !important;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

dialog {
  padding: 0;
}

.header {
  width: 100%;
  height: max-content;
  position: fixed;
  top: 0;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #E87725;
  z-index: 9999;
  transition: transform 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}
@media screen and (min-width: 951px) {
  .header.header_hidden {
    transform: translateY(-100%);
  }
}
@media screen and (min-width: 951px) {
  .header {
    padding: 20px 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 950px) {
  .header {
    padding: 8px;
  }
}

.header_icon_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_icon_button .header_company_icon {
  cursor: pointer;
}
@media screen and (min-width: 951px) {
  .header_icon_button .header_company_icon {
    width: 96px;
  }
}
@media screen and (max-width: 950px) {
  .header_icon_button .header_company_icon {
    width: 80px;
  }
}
.header_icon_button .hamburger {
  width: 24px;
  margin-right: 6px;
}
.header_icon_button .is-close-header {
  display: none;
}

.header_company_navigation {
  display: flex;
  gap: 24px;
}
.header_company_navigation .header_company_navigation_item {
  transition: opacity 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}
.header_company_navigation .header_company_navigation_item:hover {
  opacity: 0.6;
}
@media screen and (max-width: 950px) {
  .header_company_navigation {
    width: 100%;
    height: 100lvh;
    padding-top: 80px;
    padding-inline: 20px;
    display: none;
    flex-direction: column;
    position: relative;
    background-color: #E87725;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 700;
  }
  .header_company_navigation .header_company_navigation_item::after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 8px;
    /* マスクして色を変更する */
    -webkit-mask-image: url(/brand/_astro/arrow-icon.DkGSwHNT.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(/brand/_astro/arrow-icon.DkGSwHNT.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #FFFFFF;
  }
  .header_company_navigation::after {
    content: "";
    width: 109px;
    height: 214px;
    position: absolute;
    bottom: 72px;
    right: 48px;
    transform: rotate(14deg);
    /* マスクして色を変更する */
    -webkit-mask-image: url(/brand/_astro/statement-foot-prints-icon.rzjnpnYC.png);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(/brand/_astro/statement-foot-prints-icon.rzjnpnYC.png);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #FFFFFF;
  }
}
.header_company_navigation.is-open-navigation {
  display: flex;
  z-index: 9999;
}@media screen and ((min-width: 769px)) {
  .sp-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 951px) {
  .header-sp-only {
    display: none !important;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

dialog {
  padding: 0;
}

.footer {
  width: 100%;
  position: relative;
  background-color: #F2F2F2;
}
.footer .footer_wrap {
  width: 100%;
  margin-inline: auto;
  max-width: 1366px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  font-weight: 400;
  color: #808080;
}
@media screen and ((min-width: 769px)) {
  .footer .footer_wrap {
    padding: 64px 56px;
  }
}
@media screen and (max-width: 990px) {
  .footer .footer_wrap {
    flex-direction: column;
    padding: 16px;
  }
}
.footer .footer_company_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and ((min-width: 769px)) {
  .footer .footer_company_icon {
    width: 150px;
  }
}
@media screen and (max-width: 990px) {
  .footer .footer_company_icon {
    width: 75px;
  }
}
@media screen and ((min-width: 769px)) {
  .footer .footer_copy_right {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1px;
    font-weight: 700;
  }
}
@media screen and (max-width: 990px) {
  .footer .footer_copy_right {
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 1px;
    font-weight: 700;
  }
}
.footer .footer_copy_right_icon {
  font-size: 12px;
  line-height: 90%;
  letter-spacing: 1px;
  font-weight: 700;
}
.footer .footer_company_navigation_wrap {
  display: flex;
  margin-block: 24px 16px;
}
@media screen and ((min-width: 769px)) {
  .footer .footer_company_navigation_wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 990px) {
  .footer .footer_company_navigation_wrap {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1px;
    font-weight: 400;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
.footer .footer_company_navigation_wrap .footer_company_navigation {
  display: flex;
  align-items: center;
  gap: 4px;
  transition: opacity 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}
.footer .footer_company_navigation_wrap .footer_company_navigation:hover {
  text-decoration: underline;
}
.footer .footer_company_navigation_wrap .footer_company_navigation::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 990px) {
  .footer .footer_company_navigation_wrap .footer_company_navigation::after {
    width: 13px;
    height: 13px;
  }
}
.footer .footer_company_navigation_wrap .footer_company_navigation::after {
  -webkit-mask-image: url(/brand/_astro/external-link-icon.J8V68aKI.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/brand/_astro/external-link-icon.J8V68aKI.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #808080;
}
@media screen and (max-width: 990px) {
  .footer .footer-pc-only {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .footer .footer-sp-only {
    display: none;
  }
}html, body {
  margin: 0;
  width: 100%;
  height: 100%;

  & .is-open-body {
    overflow: hidden;
    overscroll-behavior: none;
  }
}

@media screen and ((min-width: 769px)) {
  .sp-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 951px) {
  .header-sp-only {
    display: none !important;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

dialog {
  padding: 0;
}

.to_online_shop {
  height: 60px;
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 220%;
  letter-spacing: 1px;
  font-weight: 700;
  background-color: #FDF038;
  border-radius: 1000px;
  z-index: 99;
  transition: background 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}
@media screen and ((min-width: 769px)) {
  .to_online_shop {
    width: 315px;
    bottom: 90px;
    right: 22px;
  }
}
@media screen and ((max-width: 768px)) {
  .to_online_shop {
    width: calc(100% - 60px);
    bottom: 12px;
    left: 9px;
  }
}
.to_online_shop::before {
  content: "";
  width: 21px;
  height: 25px;
  display: inline-block;
  /* マスクして色を変更する */
  -webkit-mask-image: url(/brand/_astro/paw-pad-icon.D4PX-dft.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/brand/_astro/paw-pad-icon.D4PX-dft.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #151F6D;
}
.to_online_shop:hover {
  background-color: #FFFCCE;
}@media screen and ((min-width: 769px)) {
  .sp-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 951px) {
  .header-sp-only {
    display: none !important;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

dialog {
  padding: 0;
}

.back_to_top {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  z-index: 99;
}
@media screen and (min-width: 901px) {
  .back_to_top {
    right: 32px;
    bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .back_to_top {
    right: 9px;
    bottom: 12.5px;
  }
}
.back_to_top .back_to_top__button {
  width: 36px;
  height: 36px;
  border: solid 2px #151F6D;
  border-radius: 1000px;
  background-color: #FFFFFF;
  transition: background-color 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}
.back_to_top .back_to_top__button:hover {
  background-color: #151F6D;
}
.back_to_top .back_to_top__button:hover .back_to_top__icon {
  background-color: #FFFFFF;
}
.back_to_top .back_to_top__icon {
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  transform: rotate(-90deg);
  background-color: #151F6D;
  transition: background-color 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-mask-image: url(/brand/_astro/arrow-icon.DkGSwHNT.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/brand/_astro/arrow-icon.DkGSwHNT.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.back_to_top .back_to_top__text {
  font-family: "Jost", sans-serif;
  color: #151F6D;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: px;
  font-weight: 700;
}@media screen and ((min-width: 769px)) {
  .sp-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 951px) {
  .header-sp-only {
    display: none !important;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

dialog {
  padding: 0;
}

.kv {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #E87725;
}
@media screen and ((min-width: 769px)) {
  .kv {
    padding-top: 88px;
  }
}
.kv .kv_image {
  width: 100%;
  height: auto;
}
.kv .kv_image img {
  width: 100%;
  height: auto;
}@media screen and ((min-width: 769px)) {
  .sp-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 951px) {
  .header-sp-only {
    display: none !important;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

dialog {
  padding: 0;
}

.statement {
  width: 100%;
  color: #FFFFFF;
  background-color: #E87725;
  text-align: center;
  overflow: hidden;
}
.statement .statement_container {
  width: 100%;
  max-width: 1366px;
  margin-inline: auto;
}
@media screen and ((min-width: 769px)) {
  .statement .statement_container {
    padding-top: 48px;
    padding-inline: 172px;
    font-size: 22px;
    line-height: 220%;
    letter-spacing: 1px;
    font-weight: 700;
  }
}
@media screen and ((max-width: 768px)) {
  .statement .statement_container {
    padding-top: 64px;
    padding-inline: 20px;
    font-size: 16px;
    line-height: 210%;
    letter-spacing: 1px;
    font-weight: 700;
  }
}

.statement_texts {
  display: grid;
  position: relative;
  gap: 16px;
}
@media screen and ((min-width: 769px)) {
  .statement_texts {
    font-size: 22px;
    line-height: 220%;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: clamp(0px, 1.6105417277vw, 22px);
  }
}
@media screen and ((max-width: 768px)) {
  .statement_texts {
    font-size: 16px;
    line-height: 210%;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: clamp(0px, 4.2666666667vw, 32.768px);
  }
}
.statement_texts .statement_foot_print_first {
  position: absolute;
}
@media screen and ((min-width: 769px)) {
  .statement_texts .statement_foot_print_first {
    width: clamp(0px, 7.9795021962vw, 109px);
    height: clamp(0px, 13.17715959vw, 180px);
    top: 32px;
    left: -72px;
    transform: rotate(-16deg);
  }
}
@media screen and ((max-width: 768px)) {
  .statement_texts .statement_foot_print_first {
    width: clamp(0px, 17.4933333333vw, 134.3488px);
    top: -48px;
    right: -4px;
    transform: rotate(-18deg);
  }
}
.statement_texts .statement_foot_print_second {
  position: absolute;
}
@media screen and ((min-width: 769px)) {
  .statement_texts .statement_foot_print_second {
    width: clamp(0px, 7.9795021962vw, 109px);
    height: clamp(0px, 13.17715959vw, 180px);
    bottom: 108px;
    right: -72px;
    transform: rotate(12deg);
  }
}
@media screen and ((max-width: 768px)) {
  .statement_texts .statement_foot_print_second {
    width: clamp(0px, 17.4666666667vw, 134.144px);
    height: clamp(0px, 34.2666666667vw, 263.168px);
    bottom: -8px;
    left: -32px;
    transform: rotate(-10deg);
  }
}
.statement_texts .statement_foot_print {
  position: absolute;
}
@media screen and ((min-width: 769px)) {
  .statement_texts .statement_foot_print[data-paw-pad-responsive=pc] {
    width: clamp(0px, 1.6105417277vw, 22px);
    height: clamp(0px, 1.8667642753vw, 25.5px);
    top: clamp(0px, var(--top) / 1366 * 100vw, var(--top) * 1px);
    left: clamp(0px, var(--left) / 1366 * 100vw, var(--left) * 1px);
  }
}
@media screen and ((max-width: 768px)) {
  .statement_texts .statement_foot_print[data-paw-pad-responsive=pc] {
    display: none;
  }
}
@media screen and ((min-width: 769px)) {
  .statement_texts .statement_foot_print[data-paw-pad-responsive=sp] {
    display: none;
  }
}
@media screen and ((max-width: 768px)) {
  .statement_texts .statement_foot_print[data-paw-pad-responsive=sp] {
    width: clamp(0px, 3.3493333333vw, 25.72288px);
    height: clamp(0px, 2.8906666667vw, 22.20032px);
    top: clamp(0px, var(--top) / 375 * 100vw, var(--top) / 375 * 768 * 1px);
    left: clamp(0px, var(--left) / 375 * 100vw, var(--left) / 375 * 768 * 1px);
  }
}

.statement_video {
  width: 100%;
  margin-block: 48px 32px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
}

.statement_video_thumbnail {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  border: none;
  padding: 0;
  background: none;
}
.statement_video_thumbnail .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.statement_video_play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/brand/_astro/youtube-play-icon.f_CBEh-w.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and ((min-width: 769px)) {
  .statement_video_play_btn {
    width: clamp(0px, 8.1259150805vw, 111px);
    height: clamp(0px, 5.710102489vw, 78px);
  }
}
@media screen and ((max-width: 768px)) {
  .statement_video_play_btn {
    width: clamp(0px, 17.3333333333vw, 133.12px);
    height: clamp(0px, 12.2666666667vw, 94.208px);
  }
}

.statement_video_player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.statement_video_player iframe {
  width: 100% !important;
  height: 100% !important;
}

.statement_logo {
  width: 100%;
}

.statement_logo_text {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0px;
  font-weight: 700;
}
@media screen and ((min-width: 769px)) {
  .statement_logo_text {
    gap: 24px;
  }
}
@media screen and ((max-width: 768px)) {
  .statement_logo_text {
    gap: 8px;
  }
}
.statement_logo_text::before, .statement_logo_text::after {
  content: "";
  flex: 1;
  height: 6px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="2" viewBox="0 0 15 2"><rect x="0" y="0" width="10" height="2" rx="1" fill="white"/></svg>');
  background-size: 15px 2px;
  background-repeat: repeat-x;
}
.statement_logo_text::before {
  background-position: right center;
}
.statement_logo_text::after {
  background-position: left center;
}

.statement_logo_descriptions {
  width: 100%;
  margin-top: 8px;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0px;
  font-weight: 500;
}
@media screen and ((min-width: 769px)) {
  .statement_logo_descriptions {
    flex-direction: row;
    gap: 30px;
  }
}
@media screen and ((max-width: 768px)) {
  .statement_logo_descriptions {
    flex-direction: column;
    gap: 16px;
  }
}
.statement_logo_descriptions .statement_logo_descriptions_image {
  width: 194px;
}
@media screen and ((max-width: 768px)) {
  .statement_logo_descriptions .statement_logo_descriptions_image {
    margin-inline: auto;
  }
}
.statement_logo_descriptions .statement_logo_descriptions_text {
  text-align: left;
}
@media screen and ((min-width: 769px)) {
  .sp-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 951px) {
  .header-sp-only {
    display: none !important;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

dialog {
  padding: 0;
}

/* 上要素との余白 */
.nekomimi {
  width: 100%;
  height: 100%;
  margin-top: -1px;
}
@media screen and ((min-width: 769px)) {
  .nekomimi {
    padding-top: 140px;
  }
}
@media screen and ((max-width: 768px)) {
  .nekomimi {
    padding-top: 100px;
  }
}
.nekomimi[data-nekomimi-background=orange] {
  background-color: #FFF3E0;
}
.nekomimi[data-nekomimi-background=orange] .nekomimi_wrap {
  background-color: #E87725;
}
.nekomimi[data-nekomimi-background=orange] .nekomimi_wrap .nekomimi_inner::before {
  background-color: #E87725;
}
.nekomimi[data-nekomimi-background=bag] {
  background-color: #E87725;
}
.nekomimi[data-nekomimi-background=bag] .nekomimi_wrap {
  background-color: #FFF3E0;
}
.nekomimi[data-nekomimi-background=bag] .nekomimi_wrap .nekomimi_inner::before {
  background-color: #FFF3E0;
}
.nekomimi {
  /* メインコンテンツ */
}
.nekomimi .nekomimi_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
@media screen and ((min-width: 769px)) {
  .nekomimi .nekomimi_wrap {
    border-radius: 174px 0 0 0;
  }
}
@media screen and ((max-width: 768px)) {
  .nekomimi .nekomimi_wrap {
    border-radius: 80px 0 0 0;
  }
}
.nekomimi .nekomimi_wrap .nekomimi_inner {
  width: 100%;
  max-width: 1366px;
  margin-inline: auto;
}
@media screen and ((min-width: 769px)) {
  .nekomimi .nekomimi_wrap .nekomimi_inner {
    padding: 64px 64px 0 64px;
  }
}
@media screen and ((max-width: 768px)) {
  .nekomimi .nekomimi_wrap .nekomimi_inner {
    padding: 64px 20px 0 20px;
  }
}
.nekomimi .nekomimi_wrap .nekomimi_inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-mask-image: url(/brand/_astro/nekomimi-background.UtCUtFEt.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/brand/_astro/nekomimi-background.UtCUtFEt.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
@media screen and ((min-width: 769px)) {
  .nekomimi .nekomimi_wrap .nekomimi_inner::before {
    width: 259px;
    height: 51px;
    top: -40px;
    margin-left: 80px;
  }
}
@media screen and ((max-width: 768px)) {
  .nekomimi .nekomimi_wrap .nekomimi_inner::before {
    width: 180px;
    height: 35.5px;
    top: -28px;
    left: 56px;
  }
}@media screen and ((min-width: 769px)) {
  .sp-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 951px) {
  .header-sp-only {
    display: none !important;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

dialog {
  padding: 0;
}

.section_title {
  display: block;
}
@media screen and ((min-width: 769px)) {
  .section_title {
    padding: 0 104px;
  }
}
@media screen and ((max-width: 768px)) {
  .section_title {
    padding: 0;
  }
}
.section_title .section_title_en {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and ((min-width: 769px)) {
  .section_title .section_title_jp {
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 1px;
    font-weight: 900;
  }
}
@media screen and ((max-width: 768px)) {
  .section_title .section_title_jp {
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 1px;
    font-weight: 900;
  }
}
@media screen and ((min-width: 769px)) {
  .sp-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 951px) {
  .header-sp-only {
    display: none !important;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

dialog {
  padding: 0;
}

.heart {
  width: 100%;
  color: #151F6D;
}

.heart_statement {
  width: 100%;
  display: grid;
}
@media screen and ((min-width: 769px)) {
  .heart_statement {
    margin-top: 64px;
    padding: 0 104px;
    grid-template-columns: 1fr 190px;
    gap: 8px;
    font-size: 16px;
    line-height: 220%;
    letter-spacing: 1px;
    font-weight: 700;
  }
}
@media screen and ((max-width: 768px)) {
  .heart_statement {
    margin-top: 32px;
    font-size: 14px;
    line-height: 220%;
    letter-spacing: 1px;
    font-weight: 700;
  }
}
.heart_statement .heart_statement_text_box {
  display: flex;
  flex-direction: column;
}
@media screen and ((min-width: 769px)) {
  .heart_statement .heart_statement_text_box {
    gap: 10px;
  }
}
@media screen and ((max-width: 768px)) {
  .heart_statement .heart_statement_text_box {
    gap: 7px;
  }
}
.heart_statement .heart_statement_accent {
  color: #E87725;
}
@media screen and ((min-width: 769px)) {
  .heart_statement .heart_statement_image {
    width: 190px;
    margin-block: auto;
  }
}
@media screen and ((max-width: 768px)) {
  .heart_statement .heart_statement_image {
    width: 100%;
    margin: 32px auto 0;
    padding: 0 44px;
  }
}

.heart_tab_wrap {
  width: 100%;
  margin-top: 80px;
}

.heart_tab_header {
  display: flex;
  gap: 0;
  justify-content: center;
}
.heart_tab_header .heart_tab_button {
  width: 50%;
  position: relative;
  text-align: center;
  color: #151F6D;
  background-color: #FFFFFF;
  cursor: pointer;
}
@media screen and ((min-width: 769px)) {
  .heart_tab_header .heart_tab_button {
    padding: 30px 40px;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 1px;
    font-weight: 900;
    border-radius: 64px 64px 0 0;
  }
}
@media screen and ((max-width: 768px)) {
  .heart_tab_header .heart_tab_button {
    padding: 16px 0;
    font-size: 16px;
    line-height: 220%;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 32px 32px 0 0;
  }
}
.heart_tab_header .heart_tab_button.is-active {
  color: #FFFFFF;
  background-color: #151F6D;
}
.heart_tab_header .heart_tab_button.is-active::before {
  content: "";
  position: absolute;
  top: -16px;
  left: calc(50% - 50px);
  width: 100px;
  height: 20px;
  /* マスクして色を変更する */
  -webkit-mask-image: url(/brand/_astro/nekomimi-background.UtCUtFEt.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/brand/_astro/nekomimi-background.UtCUtFEt.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #151F6D;
}

.heart_tab_contents {
  position: relative;
  padding-bottom: 24px;
}

.heart_tab_content {
  display: none;
}
.heart_tab_content.is-active {
  display: block;
}

.heart_tab_items {
  padding: 48px 88px;
  display: grid;
  border: solid 2px #151F6D;
  color: #151F6D;
  background-color: #FFFFFF;
}
@media screen and ((min-width: 769px)) {
  .heart_tab_items {
    grid-template-columns: repeat(auto-fit, minmax(max(287px, (100% - 432px) / 3), 1fr));
    gap: 48px;
    border-radius: 0 0 64px 64px;
  }
}
@media screen and ((max-width: 768px)) {
  .heart_tab_items {
    grid-template-columns: 1fr;
    gap: 48px;
    border-radius: 0 0 32px 32px;
    padding: 48px 32px;
  }
}

.heart_tab_item {
  display: grid;
  text-align: center;
}
@media screen and ((min-width: 769px)) {
  .heart_tab_item {
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
  }
}
.heart_tab_item .heart_tab_item_number {
  margin: 0 auto 8px;
  object-fit: cover;
}
@media screen and ((min-width: 769px)) {
  .heart_tab_item .heart_tab_item_number {
    width: 84px;
    height: 88px;
  }
}
@media screen and ((max-width: 768px)) {
  .heart_tab_item .heart_tab_item_number {
    width: 60px;
    height: 62.55px;
  }
}
.heart_tab_item .heart_tab_item_title {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0px;
  font-weight: 700;
}
.heart_tab_item .heart_tab_item_image {
  width: 100%;
  border: solid 1px #E0E0E0;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and ((min-width: 769px)) {
  .heart_tab_item .heart_tab_item_image {
    margin: 8px 0 16px;
  }
}
@media screen and ((max-width: 768px)) {
  .heart_tab_item .heart_tab_item_image {
    margin: 16px 0;
  }
}
.heart_tab_item .heart_tab_item_description {
  display: block;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0px;
  font-weight: 500;
}
@media screen and ((min-width: 769px)) {
  .heart_tab_item .heart_tab_item_description {
    text-align: left;
  }
}
@media screen and ((max-width: 768px)) {
  .heart_tab_item .heart_tab_item_description {
    text-align: center;
  }
}
.heart_tab_item .heart_tab_item_description_attention {
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 1px;
  font-weight: 500;
  vertical-align: super;
}
.heart_tab_item .heart_tab_item_attention_mark {
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 1px;
  font-weight: 500;
  margin-right: 4px;
}
.heart_tab_item .heart_tab_item_attention {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 1px;
  font-weight: 500;
}
@media screen and ((min-width: 769px)) {
  .heart_tab_item .heart_tab_item_attention {
    text-align: left;
  }
}
@media screen and ((max-width: 768px)) {
  .heart_tab_item .heart_tab_item_attention {
    text-align: center;
  }
}
.heart_tab_item .heart_tab_item_attention_text {
  text-align: left;
}
@media screen and ((min-width: 769px)) {
  .sp-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 951px) {
  .header-sp-only {
    display: none !important;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

dialog {
  padding: 0;
}

.button {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  font-weight: 700;
  border-radius: 1000px;
  cursor: pointer;
  transition: color 0.4s cubic-bezier(0.4, 0.4, 0, 1), background-color 0.4s cubic-bezier(0.4, 0.4, 0, 1), opacity 0.4s cubic-bezier(0.4, 0.4, 0, 1), border 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}
.button::after {
  content: "";
  width: 16px;
  height: 16px;
  transition: background-color 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  /* マスクして色を変更する */
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.button[data-button-image=""]::after {
  display: none;
}
.button[data-button-image=arrow]::after {
  -webkit-mask-image: url(/brand/_astro/arrow-icon.DkGSwHNT.svg);
  mask-image: url(/brand/_astro/arrow-icon.DkGSwHNT.svg);
}
.button[data-button-image=plus]::after {
  -webkit-mask-image: url(/brand/_astro/plus-icon.D-y43hnp.svg);
  mask-image: url(/brand/_astro/plus-icon.D-y43hnp.svg);
}
.button[data-button-color=white] {
  color: #151F6D;
  background-color: #FFFFFF;
}
.button[data-button-color=white]::after {
  background-color: #151F6D;
}
.button[data-button-color=white]:hover {
  color: #FFFFFF;
  background-color: #151F6D;
}
.button[data-button-color=white]:hover::after {
  background-color: #FFFFFF;
}
.button[data-button-color=orange] {
  color: #FFFFFF;
  background-color: #E87725;
}
.button[data-button-color=orange]::after {
  background-color: #FFFFFF;
}
.button[data-button-color=orange]:hover {
  opacity: 0.6;
}
.button[data-button-border=navy] {
  border: solid 2px #151F6D;
}
.button[data-button-border=white] {
  border: solid 2px #FFFFFF;
}
.button[data-button-border=white]:hover {
  border: solid 2px #151F6D;
}
.button[data-button-border=orange] {
  border: solid 2px #E87725;
}
@media screen and ((min-width: 769px)) {
  .button[data-button-size=normal] {
    height: 32px;
    padding-block: 10px;
    gap: 8px;
  }
  .button[data-button-size=normal]::after {
    display: inline-block;
    flex-shrink: 0;
  }
}
@media screen and ((max-width: 768px)) {
  .button[data-button-size=normal] {
    height: 48px;
    padding-block: 18px;
    position: relative;
    text-align: center;
  }
  .button[data-button-size=normal]::after {
    position: absolute;
    top: 14px;
    right: 16px;
  }
}
.button[data-button-size=large] {
  height: 60px;
  padding-block: 12.5px;
  position: relative;
  font-size: 16px;
  line-height: 220%;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
}
.button[data-button-size=large]::after {
  position: absolute;
  top: 22px;
  right: 24px;
}
.button[data-button-tag=button] {
  padding-inline: 16px;
}
@media screen and ((min-width: 769px)) {
  .button[data-button-tag=button] {
    font-size: 16px;
    line-height: 220%;
    letter-spacing: 1px;
    font-weight: 700;
  }
}
@media screen and ((max-width: 768px)) {
  .button[data-button-tag=button] {
    line-height: 150% !important;
  }
}@media screen and ((min-width: 769px)) {
  .sp-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 951px) {
  .header-sp-only {
    display: none !important;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

dialog {
  padding: 0;
}

.advice {
  width: 100%;
  color: #FFFFFF;
}

.advice_contents {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(max(287px, (100% - 50px) / 3), 1fr));
}
@media screen and ((min-width: 769px)) {
  .advice_contents {
    gap: 24px;
  }
}
@media screen and ((max-width: 768px)) {
  .advice_contents {
    gap: 48px;
  }
}
.advice_contents .advice_content {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.advice_contents .advice_content .advice_number {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0px;
  font-weight: 700;
}
.advice_contents .advice_content .advice_title {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.advice_contents .advice_content .advice_title::before, .advice_contents .advice_content .advice_title::after {
  content: "";
  flex: 1;
  height: 6px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="2" viewBox="0 0 15 2"><rect x="0" y="0" width="10" height="2" rx="1" fill="white"/></svg>');
  background-size: 15px 2px;
  background-repeat: repeat-x;
}
.advice_contents .advice_content .advice_title::before {
  background-position: right center;
}
.advice_contents .advice_content .advice_title::after {
  background-position: left center;
}
.advice_contents .advice_content .advice_title .advice_title_wrap {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0px;
  font-weight: 700;
  background-color: #E87725;
  white-space: nowrap;
}
.advice_contents .advice_content .advice_image {
  width: 100%;
  margin: 8px 0 16px;
  border-radius: 24px;
  overflow: hidden;
}
.advice_contents .advice_content .advice_description {
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 1px;
  font-weight: 500;
}
@media screen and ((min-width: 769px)) {
  .advice_contents .advice_content .advice_description {
    text-align: left;
  }
}
.advice_contents .advice_content .advice_button {
  margin-top: auto;
  padding-top: 16px;
  text-align: left;
}
@media screen and ((min-width: 769px)) {
  .advice_contents .advice_content .advice_button {
    width: 124px;
  }
}
@media screen and ((max-width: 768px)) {
  .advice_contents .advice_content .advice_button {
    width: 100%;
  }
}
@media screen and ((min-width: 769px)) {
  .sp-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 951px) {
  .header-sp-only {
    display: none !important;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

dialog {
  padding: 0;
}

.finder_modal {
  overflow: visible;
  border-radius: 24px;
  z-index: 99;
  transform: translateY(-39px);
}
.finder_modal::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}

.finder_modal_content {
  width: 100%;
  background-color: #FFF3E0;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and ((min-width: 769px)) {
  .finder_modal_content {
    padding: 32px;
  }
}
@media screen and ((max-width: 768px)) {
  .finder_modal_content {
    padding: 16px;
  }
}

.finder_modal_content_wrap {
  padding: 32px 104px;
  border: 2px solid #151F6D;
  border-radius: 24px;
  background-color: #FFFFFF;
  text-align: center;
  color: #151F6D;
  background-image: linear-gradient(to right, rgba(201, 205, 215, 0.4) 1px, transparent 1px), linear-gradient(to bottom, rgba(201, 205, 215, 0.4) 1px, transparent 1px);
  background-size: 16px 16px;
}
@media screen and ((max-width: 768px)) {
  .finder_modal_content_wrap {
    padding: 32px 24px;
  }
}

.finder_modal_title {
  text-align: center;
}
.finder_modal_title .finder_modal_subtitle {
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0px;
  font-weight: 500;
}
.finder_modal_title .finder_modal_title_wrap {
  margin-block: 8px;
  margin-inline: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and ((min-width: 769px)) {
  .finder_modal_title .finder_modal_title_wrap {
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 1px;
    font-weight: 900;
  }
}
@media screen and ((max-width: 768px)) {
  .finder_modal_title .finder_modal_title_wrap {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 1px;
    font-weight: 900;
  }
}
.finder_modal_title .finder_modal_title_wrap::before, .finder_modal_title .finder_modal_title_wrap::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 25px;
  /* マスクして色を変更する */
  -webkit-mask-image: url(/brand/_astro/paw-pad-icon.D4PX-dft.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/brand/_astro/paw-pad-icon.D4PX-dft.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #151F6D;
}
.finder_modal_title .finder_modal_recommend {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0px;
  font-weight: 700;
}

.finder_modal_item {
  display: flex;
  gap: 24px;
  margin: 16px auto;
  align-items: center;
}
@media screen and ((max-width: 768px)) {
  .finder_modal_item {
    flex-direction: column;
  }
}
@media screen and ((min-width: 769px)) {
  .finder_modal_item .finder_modal_image {
    width: 264px;
  }
}
@media screen and ((max-width: 768px)) {
  .finder_modal_item .finder_modal_image {
    width: 100%;
  }
}
.finder_modal_item .finder_modal_features_title {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and ((min-width: 769px)) {
  .finder_modal_item .finder_modal_features_title {
    min-width: 238px;
  }
}
.finder_modal_item .finder_modal_features_title::before, .finder_modal_item .finder_modal_features_title::after {
  content: "";
  flex: 1;
  height: 6px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="2" viewBox="0 0 9 2"><rect x="0" y="0" width="7" height="2" rx="1" fill="%2002575"/></svg>');
  background-size: 9px 2px;
  background-repeat: repeat-x;
}
.finder_modal_item .finder_modal_features_title::before {
  background-position: right center;
}
.finder_modal_item .finder_modal_features_title::after {
  background-position: left center;
}
.finder_modal_item .finder_modal_features_title .finder_modal_features_title_wrap {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  font-weight: 700;
}
.finder_modal_item .finder_modal_features_list {
  width: max-content;
  margin-top: 8px;
  margin-inline: auto;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0px;
  font-weight: 500;
  text-align: left;
}

.finder_modal_button {
  display: block;
  margin-inline: auto;
}
@media screen and ((min-width: 769px)) {
  .finder_modal_button {
    width: 160px;
  }
}
@media screen and ((max-width: 768px)) {
  .finder_modal_button {
    width: 100%;
  }
}

.finder_modal_close {
  width: 52px;
  height: 52px;
  position: absolute;
  bottom: -76px;
  left: calc(50% - 26px);
  border-radius: 1000px;
  background-color: #FFFFFF;
  border: solid 2px #151F6D;
  cursor: pointer;
}
.finder_modal_close::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 13px;
  /* マスクして色を変更する */
  -webkit-mask-image: url(/brand/_astro/cross-icon.Dw6nNSQI.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/brand/_astro/cross-icon.Dw6nNSQI.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #151F6D;
}
@media screen and ((min-width: 769px)) {
  .sp-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 951px) {
  .header-sp-only {
    display: none !important;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

dialog {
  padding: 0;
}

.finder_product_title {
  text-align: center;
}

.finder_product_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}
@media screen and ((max-width: 768px)) {
  .finder_product_list {
    gap: 32px;
    margin-top: 32px;
  }
}

.finder_product_item {
  padding: 24px;
  display: block;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 24px;
}
@media screen and ((min-width: 769px)) {
  .finder_product_item {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (max-width: 1100px) {
  .finder_product_item {
    width: calc((100% - 48px) / 2);
  }
}
@media screen and ((max-width: 768px)) {
  .finder_product_item {
    width: 100%;
  }
}

.finder_product_image {
  width: 100%;
}

.finder_product_item_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0 8px;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0px;
  font-weight: 700;
  text-align: center;
  gap: 16px;
}
.finder_product_item_title::before, .finder_product_item_title::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 25px;
  /* マスクして色を変更する */
  -webkit-mask-image: url(/brand/_astro/paw-pad-icon.D4PX-dft.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/brand/_astro/paw-pad-icon.D4PX-dft.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #151F6D;
}

.finder_product_features {
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0px;
  font-weight: 500;
}

.finder_product_table {
  width: 100%;
}

.finder_product_table_wrap {
  margin: 24px 0;
  border-radius: 8px;
  border: solid 1px #151F6D;
  overflow: hidden;
  display: grid;
  grid-template-rows: repeat(3, fit-content);
}
.finder_product_table_wrap .finder_product_table_row {
  width: 100%;
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  font-size: 12px;
  line-height: 1.6;
  border-top: solid 1px #151F6D;
}
.finder_product_table_wrap .finder_product_table_row:first-child {
  border-top: none;
}
.finder_product_table_wrap .finder_product_table_label {
  padding: 0 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 1px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #151F6D;
}
.finder_product_table_wrap .finder_product_table_content {
  padding: 5px 6px;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: left;
  align-items: center;
  background-color: #FFFFFF;
}

.finder_product_button {
  margin-top: auto;
  display: flex;
  justify-content: left;
}
@media screen and ((min-width: 769px)) {
  .finder_product_button {
    width: 124px;
  }
}
@media screen and ((max-width: 768px)) {
  .finder_product_button {
    width: 100%;
  }
}

.finder_replacement_title {
  margin-top: 64px;
  text-align: center;
}

.finder_replacement_list {
  gap: 24px;
  margin-top: 32px;
}
@media screen and ((min-width: 769px)) {
  .finder_replacement_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(max(518px, (100% - 128px) / 2), 1fr));
  }
}
@media screen and ((max-width: 768px)) {
  .finder_replacement_list {
    display: flex;
    flex-direction: column;
  }
}

.finder_replacement_item {
  height: 194px;
  padding: 24px;
  display: flex;
  flex: 1;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 24px;
}
@media screen and ((min-width: 769px)) {
  .finder_replacement_item {
    gap: 32px;
  }
}
@media screen and ((max-width: 768px)) {
  .finder_replacement_item {
    height: auto;
    padding: 24px 16px;
    flex-direction: column;
    gap: 16px;
  }
}

.finder_replacement_images {
  width: max-content;
  display: flex;
}
@media screen and ((max-width: 768px)) {
  .finder_replacement_images {
    gap: 16px;
  }
}

.finder_replacement_image img {
  width: 113px;
}

.finder_replacement_content {
  display: block;
}
@media screen and ((max-width: 768px)) {
  .finder_replacement_content {
    width: 100%;
    text-align: center;
  }
}

.finder_replacement_name {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0px;
  font-weight: 700;
}

.finder_replacement_description {
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0px;
  font-weight: 500;
  margin-block: 8px 24px;
}
.finder_replacement_description sup {
  font-size: 10px;
}

.finder_replacement_description_note {
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 1px;
  font-weight: 500;
}

.finder_replacement_attention {
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 8px;
}

.finder_replacement_button {
  width: 124px;
}
@media screen and ((max-width: 768px)) {
  .finder_replacement_button {
    width: 100%;
  }
}

.finder_button {
  width: 240px;
  margin: 64px auto 0;
}
@media screen and ((min-width: 769px)) {
  .sp-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 951px) {
  .header-sp-only {
    display: none !important;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

dialog {
  padding: 0;
}

.finder {
  width: 100%;
}
.finder .finder_question {
  padding: 48px 16px 64px;
  display: grid;
  position: relative;
  background-color: #FFFFFF;
  border: solid 2px #151F6D;
  border-radius: 24px;
  gap: 48px;
  overflow: hidden;
  background-image: linear-gradient(to right, rgba(201, 205, 215, 0.4) 1px, transparent 1px), linear-gradient(to bottom, rgba(201, 205, 215, 0.4) 1px, transparent 1px);
  background-size: 16px 16px;
}
.finder .finder_question::before, .finder .finder_question::after {
  content: "";
  position: absolute;
  /* マスクして色を変更する */
  -webkit-mask-image: url(/brand/_astro/foot-prints.DLp0thbS.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/brand/_astro/foot-prints.DLp0thbS.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: rgba(0, 37, 117, 0.5);
}
@media screen and ((min-width: 769px)) {
  .finder .finder_question {
    margin-block: 64px;
  }
  .finder .finder_question::before {
    width: 624px;
    height: 51px;
    top: -70px;
    left: 0;
    transform: rotate(-26.5deg);
  }
  .finder .finder_question::after {
    width: 624px;
    height: 51px;
    bottom: 56px;
    right: -260px;
    transform: rotate(-17deg);
  }
}
@media screen and ((max-width: 768px)) {
  .finder .finder_question {
    margin-block: 32px 64px;
  }
  .finder .finder_question::before {
    width: 398px;
    height: 33px;
    top: -88px;
    left: -96px;
    transform: rotate(-53deg);
  }
  .finder .finder_question::after {
    width: 398px;
    height: 33px;
    bottom: 72px;
    right: -208px;
    transform: rotate(-53deg);
  }
}
.finder .finder_question_title {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0px;
  font-weight: 700;
  color: #151F6D;
  text-align: center;
}
@media screen and ((max-width: 768px)) {
  .finder .finder_question_title {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 700;
  }
}
.finder .finder_question_title .finder_question_number {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
@media screen and ((max-width: 768px)) {
  .finder .finder_question_title .finder_question_number {
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 700;
  }
}
.finder .finder_question_options {
  width: 100%;
  margin-top: 24px;
  justify-content: center;
  gap: 11px;
}
.finder .finder_question_options[data-question-number=is-first] {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and ((min-width: 769px)) {
  .finder .finder_question_options[data-question-number=is-first] .finder_question_option {
    width: 240px;
  }
}
@media screen and (max-width: 910px) {
  .finder .finder_question_options[data-question-number=is-first] .finder_question_option {
    width: 100%;
  }
}
@media screen and ((min-width: 769px)) {
  .finder .finder_question_options[data-question-number=is-second] {
    max-width: 993px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .finder .finder_question_options[data-question-number=is-second] {
    max-width: 742px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media screen and (max-width: 910px) {
  .finder .finder_question_options[data-question-number=is-second] {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and ((min-width: 769px)) {
  .finder .finder_question_options[data-question-number=is-second] .finder_question_option {
    width: 240px;
  }
  .finder .finder_question_options[data-question-number=is-second] .finder_question_option[data-option="1"] {
    grid-area: 1/2/2/4;
  }
  .finder .finder_question_options[data-question-number=is-second] .finder_question_option[data-option="2"] {
    grid-area: 1/4/2/6;
  }
  .finder .finder_question_options[data-question-number=is-second] .finder_question_option[data-option="3"] {
    grid-area: 1/6/2/8;
  }
  .finder .finder_question_options[data-question-number=is-second] .finder_question_option[data-option="4"] {
    grid-area: 2/1/3/3;
  }
  .finder .finder_question_options[data-question-number=is-second] .finder_question_option[data-option="5"] {
    grid-area: 2/3/3/5;
  }
  .finder .finder_question_options[data-question-number=is-second] .finder_question_option[data-option="6"] {
    grid-area: 2/5/3/7;
  }
  .finder .finder_question_options[data-question-number=is-second] .finder_question_option[data-option="7"] {
    grid-area: 2/7/3/9;
  }
}
@media screen and (max-width: 1200px) {
  .finder .finder_question_options[data-question-number=is-second] .finder_question_option {
    width: 240px;
  }
  .finder .finder_question_options[data-question-number=is-second] .finder_question_option[data-option="1"] {
    grid-area: 1/2/2/4;
  }
  .finder .finder_question_options[data-question-number=is-second] .finder_question_option[data-option="2"] {
    grid-area: 1/4/2/6;
  }
  .finder .finder_question_options[data-question-number=is-second] .finder_question_option[data-option="3"] {
    grid-area: 2/1/3/3;
  }
  .finder .finder_question_options[data-question-number=is-second] .finder_question_option[data-option="4"] {
    grid-area: 2/3/3/5;
  }
  .finder .finder_question_options[data-question-number=is-second] .finder_question_option[data-option="5"] {
    grid-area: 2/5/3/6;
  }
  .finder .finder_question_options[data-question-number=is-second] .finder_question_option[data-option="6"] {
    grid-area: 3/2/4/4;
  }
  .finder .finder_question_options[data-question-number=is-second] .finder_question_option[data-option="7"] {
    grid-area: 3/4/4/6;
  }
}
@media screen and (max-width: 910px) {
  .finder .finder_question_options[data-question-number=is-second] .finder_question_option {
    display: flex;
    width: calc((100% - 11px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .finder .finder_question_options[data-question-number=is-second].is-kitten-mode {
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and ((min-width: 769px)) {
  .finder .finder_question_options[data-question-number=is-second].is-kitten-mode .finder_question_option[data-option="1"] {
    grid-area: 1/2/2/4;
  }
  .finder .finder_question_options[data-question-number=is-second].is-kitten-mode .finder_question_option[data-option="2"] {
    grid-area: 1/4/2/6;
  }
  .finder .finder_question_options[data-question-number=is-second].is-kitten-mode .finder_question_option[data-option="3"] {
    grid-area: 1/6/2/8;
  }
  .finder .finder_question_options[data-question-number=is-second].is-kitten-mode .finder_question_option[data-option="4"] {
    grid-area: 2/3/3/5;
  }
  .finder .finder_question_options[data-question-number=is-second].is-kitten-mode .finder_question_option[data-option="5"] {
    display: none;
  }
  .finder .finder_question_options[data-question-number=is-second].is-kitten-mode .finder_question_option[data-option="6"] {
    display: none;
  }
  .finder .finder_question_options[data-question-number=is-second].is-kitten-mode .finder_question_option[data-option="7"] {
    grid-area: 2/5/3/7;
  }
}
@media screen and (max-width: 1200px) {
  .finder .finder_question_options[data-question-number=is-second].is-kitten-mode .finder_question_option[data-option="1"] {
    grid-area: 1/1/2/3;
  }
  .finder .finder_question_options[data-question-number=is-second].is-kitten-mode .finder_question_option[data-option="2"] {
    grid-area: 1/3/2/5;
  }
  .finder .finder_question_options[data-question-number=is-second].is-kitten-mode .finder_question_option[data-option="3"] {
    grid-area: 1/5/2/7;
  }
  .finder .finder_question_options[data-question-number=is-second].is-kitten-mode .finder_question_option[data-option="4"] {
    grid-area: 2/2/3/4;
  }
  .finder .finder_question_options[data-question-number=is-second].is-kitten-mode .finder_question_option[data-option="5"] {
    display: none;
  }
  .finder .finder_question_options[data-question-number=is-second].is-kitten-mode .finder_question_option[data-option="6"] {
    display: none;
  }
  .finder .finder_question_options[data-question-number=is-second].is-kitten-mode .finder_question_option[data-option="7"] {
    grid-area: 2/4/3/6;
  }
}
@media screen and (max-width: 910px) {
  .finder .finder_question_options[data-question-number=is-second].is-kitten-mode .finder_question_option {
    display: flex;
    width: calc((100% - 11px) / 2);
  }
}
.finder .finder_question_options[data-question-number=is-second] .is-inactive button {
  color: #BAC3D6;
  border-color: #BAC3D6;
  pointer-events: none;
}
.finder .finder_question_submit {
  display: flex;
  justify-content: center;
}
@media screen and ((min-width: 769px)) {
  .finder .finder_question_submit {
    width: 240px;
    margin-inline: auto;
  }
}
@media screen and ((max-width: 768px)) {
  .finder .finder_question_submit {
    width: 100%;
  }
}
.finder .finder_question_submit.is-inactive {
  opacity: 0.5;
  pointer-events: none;
}
.finder .finder_question_option {
  position: relative;
}
.finder .finder_question_option.is-selected .button {
  background-color: #151F6D;
  color: #FFFFFF;
  border-color: #151F6D;
}@media screen and ((min-width: 769px)) {
  .sp-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 951px) {
  .header-sp-only {
    display: none !important;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

dialog {
  padding: 0;
}

.life {
  width: 100%;
  color: #FFFFFF;
}

.life_content {
  width: 100%;
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .life_content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and ((max-width: 768px)) {
  .life_content {
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: 1fr;
    padding: 0 40px;
  }
}
.life_content .life_content_wrap {
  padding: 16px;
  position: relative;
  display: block;
  border-radius: 24px;
  background-color: #FFFFFF;
}
.life_content .life_content_wrap .life_user_name {
  position: absolute;
  top: 23px;
  right: 24px;
  font-size: 12px;
  line-height: 88%;
  letter-spacing: 1px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #151F6D;
  padding: 5px 8px;
  border-radius: 50px;
}
.life_content .life_content_wrap .life_image {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.life_content .life_content_wrap .life_text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0px;
  font-weight: 500;
  color: #151F6D;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.life_content .life_content_wrap:nth-child(odd) {
  transform: rotate(-3deg);
}
.life_content .life_content_wrap:nth-child(even) {
  transform: rotate(3deg);
}

.life_button {
  width: 240px;
  margin: 48px auto 0;
  padding-bottom: 24px;
}
@media screen and ((min-width: 769px)) {
  .sp-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 951px) {
  .header-sp-only {
    display: none !important;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

dialog {
  padding: 0;
}

.to_brand_site {
  width: 100%;
  position: relative;
  padding-block: 48px;
  background-color: #FFF3E0;
}
.to_brand_site .to_brand_site_button {
  margin-inline: auto;
  padding-block: 16px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #FFFFFF;
  border: solid 2px #151F6D;
  border-radius: 24px;
  font-size: 16px;
  line-height: 220%;
  letter-spacing: 1px;
  font-weight: 700;
  overflow: hidden;
  transition: color 0.4s cubic-bezier(0.4, 0.4, 0, 1), background 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}
@media screen and (min-width: 801px) {
  .to_brand_site .to_brand_site_button {
    width: 602px;
  }
}
@media screen and (max-width: 800px) {
  .to_brand_site .to_brand_site_button {
    margin-inline: 20px;
    flex-direction: column;
  }
}
.to_brand_site .to_brand_site_button .to_brand_site_button_text {
  display: flex;
  align-items: center;
  gap: 8px;
}
.to_brand_site .to_brand_site_button .to_brand_site_button_text::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  transition: background 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  /* マスクして色を変更する */
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(/brand/_astro/arrow-icon.DkGSwHNT.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(/brand/_astro/arrow-icon.DkGSwHNT.svg);
  background-color: #151F6D;
}
.to_brand_site .to_brand_site_button .to_brand_site_button_image {
  width: 96px;
}
.to_brand_site .to_brand_site_button::before, .to_brand_site .to_brand_site_button::after {
  content: "";
  width: 374px;
  height: 31px;
  position: absolute;
  transition: background 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  /* マスクして色を変更する */
  -webkit-mask-image: url(/brand/_astro/foot-prints.DLp0thbS.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/brand/_astro/foot-prints.DLp0thbS.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #151F6D;
}
@media screen and ((min-width: 769px)) {
  .to_brand_site .to_brand_site_button::before {
    top: -44px;
    left: -22px;
    transform: rotate(-26.5deg);
  }
  .to_brand_site .to_brand_site_button::after {
    bottom: 72px;
    right: -245px;
    transform: rotate(-26.5deg);
  }
}
@media screen and ((max-width: 768px)) {
  .to_brand_site .to_brand_site_button::before {
    top: 16px;
    left: -140px;
    transform: rotate(-26.5deg);
  }
  .to_brand_site .to_brand_site_button::after {
    display: none;
  }
}
.to_brand_site .to_brand_site_button:hover {
  color: #FFFFFF;
  background-color: #151F6D;
}
.to_brand_site .to_brand_site_button:hover::before, .to_brand_site .to_brand_site_button:hover::after {
  background-color: #FFFFFF;
}
.to_brand_site .to_brand_site_button:hover .to_brand_site_button_text::after {
  background-color: #FFFFFF;
}@media screen and ((min-width: 769px)) {
  .sp-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 951px) {
  .header-sp-only {
    display: none !important;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

dialog {
  padding: 0;
}

main {
  width: 100%;
  color: #151F6D;
}
@media screen and ((max-width: 768px)) {
  main {
    padding-top: 60px;
    background-color: #E87725;
  }
}/*$vite$:1*/