@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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; /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*======================================================
# Media Query
====================================================== */
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  padding-bottom: env(safe-area-inset-bottom);
  font-family: "Noto Sans JP", sans-serif;
  color: #343434;
  overflow-x: hidden;
}
body.is-fixed {
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
}

.l-inner {
  padding: 0 20px;
  padding: 0 2rem;
  max-width: 1440px;
  max-width: 144rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 1rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px -1px 15px 0px rgba(0, 0, 0, .1215686275);
          box-shadow: 0px -1px 15px 0px rgba(0, 0, 0, .1215686275);
  -webkit-backdrop-filter: blur(74px);
          backdrop-filter: blur(74px);
  width: 100%;
}
@media screen and (max-width: 1130px) {
  .l-header {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 9px 0 0 28px;
  padding: 0.9rem 0 0 2.8rem;
}
.l-header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  gap: 4.2rem;
  padding-bottom: 12px;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 1130px) {
  .l-header__head {
    gap: 0.5rem;
    padding-bottom: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.8rem 0.8rem 0.8rem 1.5rem;
    -webkit-box-shadow: 0px -1px 15px 0px rgba(0, 0, 0, .1215686275);
            box-shadow: 0px -1px 15px 0px rgba(0, 0, 0, .1215686275);
  }
}
@media screen and (max-width: 1130px) {
  .l-header__headinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-header__headinner > .l-header__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: unset;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 1130px) and (max-width: 768px) {
  .l-header__headinner > .l-header__buttons {
    display: none;
  }
}
@media screen and (max-width: 1130px) {
  .l-header__headinner .l-header__button {
    height: 5.2rem;
    background-color: #FFE52D;
    border: 2px solid #343434;
    border-radius: 0.5rem;
  }
  .l-header__headinner .l-header__button:hover {
    background-color: #E0C60A;
  }
  .l-header__headinner .l-header__button.-mail {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.6rem;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05rem;
  }
  .l-header__headinner .l-header__button.-tel {
    width: 27rem;
  }
  .l-header__headinner .l-header__button.-tel .-text {
    background-color: #343434;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.9rem;
    padding: 0.1rem 0 0.3rem;
  }
  .l-header__headinner .l-header__button.-tel .-text .-lg {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .l-header__headinner .l-header__button.-tel .-text .-sm {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__headinner .l-header__button.-tel .-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.6rem;
    line-height: 1.0909090909;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    height: calc(100% - 1.9rem);
  }
  .l-header__headinner .l-header__button svg {
    width: 2.8rem;
    height: 2.8rem;
  }
}
@media screen and (max-width: 1130px) {
  .l-header__flex a {
    display: block;
    width: 5.2rem;
  }
  .l-header__flex svg {
    width: 5.2rem;
    height: 5.2rem;
  }
  .l-header__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  gap: 2.6rem;
}
@media screen and (max-width: 1130px) {
  .l-header__logo {
    margin-top: -0.6rem;
    gap: 1rem;
  }
}
.l-header__logo img {
  width: 257px;
  width: 25.7rem;
  height: auto;
}
@media screen and (max-width: 1130px) {
  .l-header__logo img {
    width: 21.6rem;
  }
}
.l-header__logo span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-top: 5px;
  padding-top: 0.5rem;
}
@media screen and (max-width: 855px) {
  .l-header__logo span {
    display: none;
  }
}
@media screen and (max-width: 1130px) {
  .l-header__contents {
    position: fixed;
    z-index: 80;
    top: 6.8rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 6.8rem);
    height: calc(100dvh - 6.8rem);
    background-color: #fff;
    display: none;
    overflow: hidden;
  }
}
.l-header.-sp.is-menu-open .l-header__contents {
  display: block;
}
@media screen and (max-width: 1130px) {
  .l-header.-sp.is-menu-open .l-header__contents {
    display: block;
  }
}
@media screen and (max-width: 1130px) {
  .l-header__contentinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    flex-direction: column;
    max-width: none;
    width: min(100% - 4rem, 58rem);
    height: 100%;
    margin: 0 auto;
    padding: 5.25rem 2rem 19.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    touch-action: pan-y;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .l-header__contentinner::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__contentinner {
    width: calc(100% - 2.4rem);
    padding: 3.5rem 1.2rem 13.4rem;
  }
}
.l-header__buttons {
  padding-top: 4px;
  padding-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 1.2rem;
}
@media screen and (max-width: 1130px) {
  .l-header__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: unset;
    margin-top: 3.9rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__buttons {
    margin-top: 2.6rem;
  }
}
.l-header__button {
  height: 62px;
  height: 6.2rem;
  background-color: #FFE52D;
  border: 3px solid #343434;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1130px) {
  .l-header__button {
    height: 9.3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__button {
    height: 6.2rem;
  }
}
.l-header__button:hover {
  background-color: #E0C60A;
}
.l-header__button.-mail {
  width: 232px;
  width: 23.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  gap: 0.6rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 1130px) {
  .l-header__button.-mail {
    width: 40.5rem;
    font-size: 2.7rem;
    gap: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__button.-mail {
    width: 27rem;
    font-size: 1.8rem;
    gap: 0.6rem;
  }
}
.l-header__button.-tel {
  width: 270px;
  width: 27rem;
}
@media screen and (max-width: 1130px) {
  .l-header__button.-tel {
    width: 40.5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__button.-tel {
    width: 27rem;
  }
}
.l-header__button.-tel .-text {
  background-color: #343434;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  gap: 0.9rem;
  padding: 1px 0 3px;
  padding: 0.1rem 0 0.3rem;
}
@media screen and (max-width: 1130px) {
  .l-header__button.-tel .-text {
    gap: 1.35rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__button.-tel .-text {
    gap: 0.9rem;
  }
}
.l-header__button.-tel .-text .-lg {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 1130px) {
  .l-header__button.-tel .-text .-lg {
    font-size: 1.95rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__button.-tel .-text .-lg {
    font-size: 1.3rem;
  }
}
.l-header__button.-tel .-text .-sm {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1130px) {
  .l-header__button.-tel .-text .-sm {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__button.-tel .-text .-sm {
    font-size: 1.2rem;
  }
}
.l-header__button.-tel .-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.0909090909;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  height: calc(100% - 1.9rem);
}
@media screen and (max-width: 1130px) {
  .l-header__button.-tel .-number {
    font-size: 3.9rem;
    height: calc(100% - 2.85rem);
  }
}
@media screen and (max-width: 768px) {
  .l-header__button.-tel .-number {
    font-size: 2.6rem;
    height: calc(100% - 1.9rem);
  }
}
.l-header__button svg {
  width: 28px;
  width: 2.8rem;
  height: 28px;
  height: 2.8rem;
}
@media screen and (max-width: 1130px) {
  .l-header__button svg {
    width: 4.2rem;
    height: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__button svg {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.l-header.-pc {
  display: block;
}
@media screen and (max-width: 1130px) {
  .l-header.-pc {
    display: none;
  }
}
.l-header.-sp {
  display: none;
}
@media screen and (max-width: 1130px) {
  .l-header.-sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 6.8rem;
  }
}
.l-footer__inner {
  max-width: 1240px;
  max-width: 124rem;
  padding: 0 20px;
  padding: 0 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    max-width: 36.4rem;
  }
}
.l-footer__contents {
  margin: 0 calc(50% - 50vw);
  padding: 5.4rem calc(50vw - 50%);
  width: 100vw;
  background-color: #262D5C;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .l-footer__contents {
    padding: 2.8rem calc(50vw - 50%) 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 850px) {
  .l-footer__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 269px;
  max-width: 26.9rem;
}
@media screen and (max-width: 850px) {
  .l-footer__head {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer__logo {
  width: 100%;
}
@media screen and (max-width: 850px) {
  .l-footer__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 26.9rem;
    margin: 0 auto;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__tel, .l-footer__contact {
  border: 1px solid #fff;
  border-radius: 0.5rem;
  width: 100%;
  min-height: 62px;
  min-height: 6.2rem;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .l-footer__tel, .l-footer__contact {
    max-width: 27rem;
  }
}
.l-footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  gap: 0.5rem;
  padding-top: 5px;
  padding-top: 0.5rem;
  margin-top: 13px;
  margin-top: 1.3rem;
}
@media screen and (max-width: 850px) {
  .l-footer__tel {
    margin-top: 2.8rem;
  }
}
.l-footer__tel--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  gap: 0.9rem;
}
.l-footer__tel--text .-lg {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
  font-weight: 700;
}
.l-footer__tel--text .-sm {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__tel--number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.0909090909;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.l-footer__tel--number svg {
  width: 22px;
  width: 2.2rem;
}
.l-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  gap: 0.2rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
  margin-top: 10px;
  margin-top: 1rem;
}
.l-footer__contact svg {
  width: 22px;
  width: 2.2rem;
}
.l-footer__copy {
  margin: 0 calc(50% - 50vw);
  padding: 1.3rem calc(50vw - 50%);
  width: 100vw;
  background-color: #3C4371;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .l-footer__copy {
    letter-spacing: 0;
    padding: 1.4rem 0;
  }
}
.l-footer-nav {
  margin-left: 30.4px;
  margin-left: 3.04rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22.8px;
  gap: 2.28rem;
  margin-right: 30.4px;
  margin-right: 3.04rem;
}
@media screen and (max-width: 990px) {
  .l-footer-nav {
    margin-left: 2rem;
    margin-right: 2rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 850px) {
  .l-footer-nav {
    margin-left: unset;
    margin-right: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2.1rem;
    gap: 5.8rem;
  }
}
.l-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  gap: 2rem;
}
.l-footer-nav__item {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
  text-align: left;
}
.l-footer-nav__item a {
  color: #fff !important;
  display: inline-block;
}
.l-footer-nav__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 1rem;
  margin-top: 8px;
  margin-top: 0.8rem;
}
.l-footer-nav__subitem {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.45;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
  font-weight: 500;
  opacity: 0.7;
  text-align: left;
}
.l-footer-nav__subitem a {
  color: #fff !important;
  display: block;
}
@media screen and (max-width: 850px) {
  .l-footer-calendar {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    max-width: 60%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-calendar {
    max-width: unset;
    margin-top: 4.3rem;
  }
}
.l-footer-calendar__title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
}
.l-footer-calendar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  gap: 1.9rem;
  max-width: 459px;
  max-width: 45.9rem;
  margin-top: 20px;
  margin-top: 2rem;
}
@media screen and (max-width: 850px) {
  .l-footer-calendar__list {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-calendar__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.l-footer-calendar__item {
  background-color: #686868;
  aspect-ratio: 220/165;
  width: 220px;
  width: 22rem;
  height: auto;
}
@media screen and (max-width: 850px) {
  .l-footer-calendar__item {
    width: 100%;
    height: auto;
    aspect-ratio: 324/243;
  }
}
.l-footer-calendar__group {
  width: 220px;
  width: 22rem;
}
@media screen and (max-width: 850px) {
  .l-footer-calendar__group {
    width: 100%;
  }
}
.l-footer-calendar__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 1.4rem;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
.l-footer-calendar__legendItem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.l-footer-calendar__legendMark {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 0.2rem;
  background: #fff;
}
.l-footer-calendar__legendMark.-today {
  background: #ef9d0f;
}
.l-footer-calendar__legendMark.-monday {
  background: #ffb3c8;
}
.l-footer-calendar .ms-calendar {
  padding: 10px 9px 11px;
  padding: 1rem 0.9rem 1.1rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer-calendar .ms-calendar {
    padding: 1.2rem 1rem 1.3rem;
  }
}
.l-footer-calendar .ms-calendar__month {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  margin: 0 0 8px;
  margin: 0 0 0.8rem;
}
.l-footer-calendar .ms-calendar .makeshop-calendar1,
.l-footer-calendar .ms-calendar .makeshop-calendar2 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 0.6rem;
  overflow: hidden;
}
.l-footer-calendar .ms-calendar th,
.l-footer-calendar .ms-calendar td {
  width: 14.2857142857%;
  text-align: center;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 4.5px 2px;
  padding: 0.45rem 0.2rem;
}
.l-footer-calendar .ms-calendar th {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.16);
}
.l-footer-calendar .ms-calendar td {
  background: rgba(0, 0, 0, 0.12);
}
.l-footer-calendar .ms-calendar th.monday {
  background: #ff6f9a;
  color: #fff;
}
.l-footer-calendar .ms-calendar td.monday {
  color: #fff;
}
.l-footer-calendar .ms-calendar td.today {
  background-color: #ef9d0f;
  color: #fff;
  font-weight: 700;
}
.l-footer-calendar .ms-calendar td:empty {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 768px) {
  .l-footer-calendar .ms-calendar th,
  .l-footer-calendar .ms-calendar td {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0.55rem 0.2rem;
  }
  .l-footer-calendar .ms-calendar th {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-burger {
  display: none;
}
@media screen and (max-width: 1130px) {
  .c-burger {
    display: block;
    width: 5.2rem;
    height: 5.2rem;
    background-color: #343434;
    border-radius: 0.5rem;
    position: relative;
    cursor: pointer;
  }
  .c-burger__border {
    display: block;
    background-color: #fff;
    width: 2.5rem;
    height: 0.3rem;
    border-radius: 1rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .c-burger__border--top {
    top: 1.6rem;
  }
  .c-burger__border--mid {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .c-burger__border--bottom {
    bottom: 1.6rem;
  }
  .c-burger.is-active .c-burger__border {
    left: 44%;
  }
  .c-burger.is-active .c-burger__border--top {
    rotate: 45deg;
    top: 3.4rem;
  }
  .c-burger.is-active .c-burger__border--mid {
    opacity: 0;
  }
  .c-burger.is-active .c-burger__border--bottom {
    rotate: -45deg;
    bottom: 3.3rem;
  }
}

.c-nav {
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  height: auto;
  padding-top: 0;
  background: transparent;
  z-index: auto;
  overflow: visible;
  border-top: rgba(52, 52, 52, .1) 1px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  gap: 2.5rem;
}
@media screen and (max-width: 1130px) {
  .c-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: unset;
    width: 100%;
    margin-top: 3.9rem;
  }
}
@media screen and (max-width: 768px) {
  .c-nav {
    margin-top: 2.6rem;
  }
}
.c-nav__itembox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  gap: 0.3rem;
  cursor: pointer;
}
@media screen and (max-width: 1130px) {
  .c-nav__itembox {
    width: 100%;
    border-bottom: 1px solid rgba(52, 52, 52, .1);
    display: block;
    padding: 3rem 0 3.15rem;
  }
  .c-nav__itembox .c-nav__item {
    border-bottom: unset;
    padding: unset;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__itembox {
    padding: 2rem 0 2.1rem;
  }
}
.c-nav__cross {
  width: 12px;
  width: 1.2rem;
  height: 12px;
  height: 1.2rem;
  position: relative;
}
@media screen and (max-width: 1130px) {
  .c-nav__cross {
    position: absolute;
    left: 17.85rem;
    top: 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__cross {
    left: 11.9rem;
    top: 2.5rem;
  }
}
.c-nav__cross span {
  position: absolute;
  top: 3px;
  top: 0.3rem;
  left: 1px;
  left: 0.1rem;
  display: block;
  background-color: #343434;
  width: 12px;
  width: 1.2rem;
  height: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1130px) {
  .c-nav__cross span {
    top: 0.45rem;
    left: 0.15rem;
    width: 1.8rem;
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__cross span {
    top: 0.3rem;
    left: 0.1rem;
    width: 1.2rem;
  }
}
.c-nav__cross span:last-of-type {
  rotate: 90deg;
  top: 3px;
  top: 0.3rem;
  left: 1px;
  left: 0.1rem;
}
@media screen and (max-width: 1130px) {
  .c-nav__cross span:last-of-type {
    top: 0.45rem;
    left: 0.15rem;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__cross span:last-of-type {
    top: 0.3rem;
    left: 0.1rem;
  }
}
.c-nav__cross.is-active span:last-of-type {
  rotate: 0deg;
}
.c-nav__item {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 17px 0 21px;
  padding: 1.7rem 0 2.1rem;
}
@media screen and (max-width: 1130px) {
  .c-nav__item {
    font-size: 2.25rem;
    padding: 3rem 0 3.15rem;
    border-bottom: 1px solid rgba(52, 52, 52, .1);
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__item {
    padding: 2rem 0 2.1rem;
    font-size: 1.5rem;
  }
}
.c-nav__item:hover {
  color: #FB4EA2;
  position: relative;
}
@media screen and (max-width: 1130px) {
  .c-nav__item:hover {
    color: #343434;
  }
}
.c-nav__item:hover::after {
  position: absolute;
  content: "";
  background-color: #FB4EA2;
  width: 100%;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1130px) {
  .c-nav__item:hover::after {
    position: unset;
    content: none;
  }
}
.c-nav__megamenuwrap {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 63px;
  top: 6.3rem;
  z-index: 1;
}
.c-nav__megamenuwrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 6.3rem);
  left: 0;
  top: -63px;
  top: -6.3rem;
  z-index: -1;
}
@media screen and (max-width: 1130px) {
  .c-nav__megamenuwrap {
    position: unset;
    left: unset;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
  }
  .c-nav__megamenuwrap::after {
    position: unset;
    content: none;
  }
}
.c-nav__megamenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.5rem;
  border: rgba(52, 52, 52, .1) 1px solid;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2);
  width: 169px;
  width: 16.9rem;
}
@media screen and (max-width: 1130px) {
  .c-nav__megamenu {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border: unset;
    width: 100%;
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__megamenu {
    width: 100%;
  }
}
.c-nav__megaitem {
  padding: 12px 0;
  padding: 1.2rem 0;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1130px) {
  .c-nav__megaitem {
    color: rgba(52, 52, 52, .7);
    font-size: 2.1rem;
    text-align: left;
    padding: unset;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__megaitem {
    font-size: 1.4rem;
  }
}
.c-nav__megaitem:first-of-type {
  padding: 15px 0 12px;
  padding: 1.5rem 0 1.2rem;
  border-radius: 1.5rem 1.5rem 0 0;
}
@media screen and (max-width: 1130px) {
  .c-nav__megaitem:first-of-type {
    padding: 1.8rem 0 0rem;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__megaitem:first-of-type {
    padding: 1.2rem 0 0rem;
  }
}
.c-nav__megaitem:last-of-type {
  padding: 12px 0 15px;
  padding: 1.2rem 0 1.5rem;
  border-radius: 0 0 1.5rem 1.5rem;
}
@media screen and (max-width: 1130px) {
  .c-nav__megaitem:last-of-type {
    padding: 0rem 0 0rem;
  }
}
.c-nav__megaitem:not(:first-of-type) {
  border-top: rgba(52, 52, 52, .1) 1px solid;
}
@media screen and (max-width: 1130px) {
  .c-nav__megaitem:not(:first-of-type) {
    border-top: unset;
  }
}
.c-nav__megaitem:hover {
  background-color: #F1F1F1;
  opacity: 1;
}
@media screen and (max-width: 1130px) {
  .c-nav__megaitem:hover {
    background-color: unset;
  }
}
.c-nav .c-nav__megamenu.is-mega-enhanced {
  width: min(72rem, calc(100vw - 6rem));
  min-width: 48rem;
  max-height: min(72vh, 62rem);
  padding: 1.4rem;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: auto;
}
@media screen and (max-width: 1130px) {
  .c-nav .c-nav__megamenu.is-mega-enhanced {
    width: 100%;
    min-width: 0;
    max-height: none;
    padding: 0.6rem 0 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border: unset;
    border-radius: 0;
    overflow: visible;
    overscroll-behavior: auto;
    scrollbar-gutter: unset;
  }
}
.c-nav .c-nav__mega-layout {
  position: relative;
  min-height: 34rem;
  padding-right: 0.4rem;
}
@media screen and (max-width: 1130px) {
  .c-nav .c-nav__mega-layout {
    min-height: 0;
    padding-right: 0;
  }
}
.c-nav .c-nav__mega-group {
  width: 40%;
}
.c-nav .c-nav__mega-group + .c-nav__mega-group {
  margin-top: 0.4rem;
}
@media screen and (max-width: 1130px) {
  .c-nav .c-nav__mega-group {
    width: 100%;
  }
  .c-nav .c-nav__mega-group + .c-nav__mega-group {
    margin-top: 0.8rem;
  }
}
.c-nav .c-nav__mega-parent {
  display: block;
  padding: 1rem 1.4rem;
  border-radius: 0.8rem;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
}
@media screen and (max-width: 1130px) {
  .c-nav .c-nav__mega-parent {
    color: rgba(52, 52, 52, .8);
    font-size: 2.1rem;
    line-height: 1.7;
    padding: 0 2.2rem 0 0;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .c-nav .c-nav__mega-parent {
    font-size: 1.4rem;
  }
}
.c-nav .c-nav__mega-group.is-active .c-nav__mega-parent,
.c-nav .c-nav__mega-group:hover .c-nav__mega-parent,
.c-nav .c-nav__mega-group:focus-within .c-nav__mega-parent {
  background-color: #F4F4F4;
  opacity: 1;
}
@media screen and (max-width: 1130px) {
  .c-nav .c-nav__mega-group.is-active .c-nav__mega-parent,
  .c-nav .c-nav__mega-group:hover .c-nav__mega-parent,
  .c-nav .c-nav__mega-group:focus-within .c-nav__mega-parent {
    background-color: unset;
  }
}
.c-nav .c-nav__mega-children {
  display: none;
  position: absolute;
  top: 0;
  left: 40%;
  width: 60%;
  max-height: calc(min(72vh, 62rem) - 2.8rem);
  overflow: auto;
  padding: 0 1.2rem 0 1.4rem;
  border-left: 1px solid rgba(52, 52, 52, .12);
}
@media screen and (max-width: 1130px) {
  .c-nav .c-nav__mega-children {
    display: none;
    position: static;
    left: unset;
    width: 100%;
    max-height: none;
    overflow: visible;
    padding: 0.7rem 0 0 1.2rem;
    border-left: unset;
  }
}
.c-nav .c-nav__megamenu.is-mega-enhanced,
.c-nav .c-nav__mega-children {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-nav .c-nav__megamenu.is-mega-enhanced::-webkit-scrollbar,
.c-nav .c-nav__mega-children::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.c-nav .c-nav__megamenu.is-mega-enhanced::-webkit-scrollbar-track,
.c-nav .c-nav__mega-children::-webkit-scrollbar-track {
  background: transparent;
}
.c-nav .c-nav__megamenu.is-mega-enhanced::-webkit-scrollbar-thumb,
.c-nav .c-nav__mega-children::-webkit-scrollbar-thumb {
  background: #9a9a9a;
  border-radius: 999px;
}
.c-nav .c-nav__mega-group.is-active .c-nav__mega-children,
.c-nav .c-nav__mega-group:hover .c-nav__mega-children,
.c-nav .c-nav__mega-group:focus-within .c-nav__mega-children {
  display: block;
}
@media screen and (max-width: 1130px) {
  .c-nav .c-nav__mega-group.has-children .c-nav__mega-parent::after {
    content: "";
    position: absolute;
    right: 0.4rem;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    border-right: 1px solid rgba(52, 52, 52, .7);
    border-bottom: 1px solid rgba(52, 52, 52, .7);
    -webkit-transform: translateY(-60%) rotate(45deg);
            transform: translateY(-60%) rotate(45deg);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  .c-nav .c-nav__mega-group.is-active .c-nav__mega-children,
  .c-nav .c-nav__mega-group:hover .c-nav__mega-children,
  .c-nav .c-nav__mega-group:focus-within .c-nav__mega-children {
    display: none;
  }
  .c-nav .c-nav__mega-group.is-open .c-nav__mega-children {
    display: block;
  }
  .c-nav .c-nav__mega-group.has-children.is-open .c-nav__mega-parent::after {
    -webkit-transform: translateY(-30%) rotate(-135deg);
            transform: translateY(-30%) rotate(-135deg);
  }
  .c-nav .c-nav__mega-group.is-open .c-nav__mega-parent {
    background-color: #F4F4F4;
  }
}
.c-nav .c-nav__mega-child {
  display: block;
  padding: 0.9rem 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.45rem;
  line-height: 1.65;
  white-space: normal;
  word-break: break-word;
}
.c-nav .c-nav__mega-child + .c-nav__mega-child {
  margin-top: 0.3rem;
}
.c-nav .c-nav__mega-child:hover {
  background-color: #F1F1F1;
  opacity: 1;
}
@media screen and (max-width: 1130px) {
  .c-nav .c-nav__mega-child {
    color: rgba(52, 52, 52, .7);
    padding: 0 0 0.7rem;
    font-size: 2.1rem;
    line-height: 1.7;
    border-radius: 0;
  }
  .c-nav .c-nav__mega-child:hover {
    background-color: unset;
  }
}
@media screen and (max-width: 768px) {
  .c-nav .c-nav__mega-child {
    font-size: 1.4rem;
  }
}
@media (min-width: 1131px) {
  .c-nav__megamenuwrap {
    display: none;
  }
  .c-nav__itembox:hover .c-nav__megamenuwrap {
    display: block;
  }
  .c-nav__itembox:hover .c-nav__cross span:last-of-type {
    rotate: 0deg;
  }
}
.c-usermenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 11px 8px 0 0;
  padding: 1.1rem 0.8rem 0 0;
}
@media screen and (max-width: 1130px) {
  .c-usermenu {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    padding: unset;
  }
}
.c-usermenu__info {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: rgba(52, 52, 52, .6);
  text-align: right;
  padding-right: 5px;
  padding-right: 0.5rem;
}
@media screen and (max-width: 1130px) {
  .c-usermenu__info {
    text-align: left;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-usermenu__info {
    font-size: 1.4rem;
  }
}
.c-usermenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-top: 0.8rem;
}
@media screen and (max-width: 1130px) {
  .c-usermenu__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3.9rem;
  }
}
@media screen and (max-width: 768px) {
  .c-usermenu__list {
    margin-top: 2.6rem;
  }
}
.c-usermenu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  gap: 0.4rem;
  width: 75px;
  width: 7.5rem;
}
@media screen and (max-width: 1130px) {
  .c-usermenu__item {
    gap: 0.6rem;
    width: 11.25rem;
  }
}
@media screen and (max-width: 768px) {
  .c-usermenu__item {
    width: 7.9rem;
  }
}
.c-usermenu__item:not(:last-of-type) {
  border-right: rgba(52, 52, 52, .1) 1px solid;
}
.c-usermenu__item svg {
  width: 35px;
  width: 3.5rem;
}
@media screen and (max-width: 1130px) {
  .c-usermenu__item svg {
    width: 5.25rem;
  }
}
@media screen and (max-width: 768px) {
  .c-usermenu__item svg {
    width: 3.5rem;
  }
}
.c-usermenu__item span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
@media screen and (max-width: 1130px) {
  .c-usermenu__item span {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-usermenu__item span {
    font-size: 1.4rem;
  }
}
.c-usermenu__item:hover path {
  stroke: #FB4EA2;
}
.c-usermenu__item:hover span {
  color: #FB4EA2;
}
body.is-search-open {
  overflow: hidden;
}

.c-search-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  background: rgba(0, 0, 0, .45);
  padding: 2rem 1rem;
}

.c-search-modal.is-open {
  display: block;
}

.c-search-modal__dialog {
  width: min(56rem, 100%);
  margin: 10rem auto 0;
  background: #fff;
  border: #aeaeae 1px solid;
  border-radius: 1.2rem;
  padding: 2rem;
  position: relative;
}

.c-search-modal__close {
  position: absolute;
  right: 1.2rem;
  top: 1rem;
  border: none;
  background: transparent;
  font-size: 2.8rem;
  line-height: 1;
  color: #343434;
}

.c-search-modal__title {
  margin: 0 0 1.4rem;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}

.c-search-modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.c-search-modal__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4.6rem;
  border: #aeaeae 1px solid;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 0 1.2rem;
}

.c-search-modal__submit {
  height: 4.6rem;
  border: #343434 2px solid;
  border-radius: 0;
  background: #ffe52d;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 1.6rem;
  white-space: nowrap;
}
.c-search-modal__submit.search-url {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #343434;
}

@media screen and (max-width: 768px) {
  .c-search-modal__dialog {
    margin-top: 7.2rem;
    padding: 1.6rem;
  }
  .c-search-modal__title {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
  .c-search-modal__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-search-modal__input,
  .c-search-modal__submit {
    width: 100%;
  }
}

.c-carousel {
  margin: 0 calc(50% - 50vw);
  padding: 47px 0 38px;
  padding: 4.7rem 0 3.8rem;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .c-carousel {
    padding: 2.5rem 0 2.4rem;
  }
}
.c-carousel__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.c-carousel__item img {
  width: 100%;
  height: auto;
}

.c-button {
  max-width: 283px;
  max-width: 28.3rem;
  height: 69px;
  height: 6.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5rem;
  background-color: #FFE52D;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button {
    height: 5.9rem;
  }
}
.c-button:hover {
  background-color: #E0C60A;
  opacity: 1;
}
.c-button::after {
  position: absolute;
  content: "";
  background-image: url("../images/button-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 26px;
  right: 2.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  width: 1rem;
  height: 15px;
  height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-button::after {
    width: 1rem;
    height: 1.5rem;
    right: 2.5rem;
  }
}

.c-cta1 {
  max-width: 1200px;
  max-width: 120rem;
  margin: 62px auto 0;
  margin: 6.2rem auto 0;
  padding: 43px 20px;
  padding: 4.3rem 2rem;
  border-radius: 3rem;
  position: relative;
  border: 3px solid transparent;
  border: 0.3rem solid transparent;
  border-radius: 3rem;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(181deg, #FC4DA2 1.58%, #B755B8 43.4%, #1267EB 97.24%) border-box;
}
@media screen and (max-width: 768px) {
  .c-cta1 {
    padding: 2.2rem 2rem;
    margin: 3.2rem auto 0;
    border-radius: 1.5rem;
  }
}
.c-cta1__title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FB4EA2;
  color: #fff;
  border-radius: 5rem;
  max-width: 947px;
  max-width: 94.7rem;
  height: 53px;
  height: 5.3rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-cta1__title {
    font-size: 1.8rem;
    max-width: 32.4rem;
    height: 3.7rem;
  }
}
.c-cta1__disc {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-top: 14px;
  margin-top: 1.4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-cta1__disc {
    font-size: 1.7rem;
    margin-top: 0.8rem;
  }
}
.c-cta1__links {
  max-width: 948px;
  max-width: 94.8rem;
  margin: 33px auto 0;
  margin: 3.3rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 3rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-cta1__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2.2rem auto 0;
    gap: 2rem;
  }
}
.c-cta1__link {
  width: calc(50% - 1.5rem);
  height: 95px;
  height: 9.5rem;
  border-radius: 5rem;
  background: -webkit-gradient(linear, right top, left top, color-stop(2.18%, #FC4DA2), color-stop(44.95%, #B755B8), to(#1267EB));
  background: linear-gradient(270deg, #FC4DA2 2.18%, #B755B8 44.95%, #1267EB 100%);
  -webkit-box-shadow: 0px 0px 1.4rem 0px rgba(52, 52, 52, .3019607843);
          box-shadow: 0px 0px 1.4rem 0px rgba(52, 52, 52, .3019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-cta1__link {
    width: 100%;
    height: 6.7rem;
  }
}
.c-cta1__link::after {
  position: absolute;
  content: "";
  background-image: url("../images/button-arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 30px;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  width: 1.2rem;
  height: 18px;
  height: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-cta1__link::after {
    width: 0.8rem;
    height: 1.3rem;
    right: 2.2rem;
  }
}
.c-cta1__link .-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  gap: 0.4rem;
  color: #fff;
  font-weight: 700;
}
.c-cta1__link .-text svg {
  width: 38px;
  width: 3.8rem;
}
.c-cta1__link .-cloud {
  -webkit-box-shadow: 0px 0px 1.4rem 0px rgba(52, 52, 52, .3019607843);
          box-shadow: 0px 0px 1.4rem 0px rgba(52, 52, 52, .3019607843);
  background-color: #fff;
  max-width: 211px;
  max-width: 21.1rem;
  width: 100%;
  height: 29px;
  height: 2.9rem;
  border-radius: 5rem;
  position: absolute;
  top: -10px;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-cta1__link .-cloud {
    font-size: 1.3rem;
    max-width: 16.2rem;
    height: 2.2rem;
    top: -0.7rem;
  }
}
.c-cta1__link .-cloud::after {
  position: absolute;
  content: "";
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  bottom: -5px;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12px;
  width: 1.2rem;
  height: 6px;
  height: 0.6rem;
}
.c-cta1__link.-tel .-text {
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .c-cta1__link.-tel .-text {
    font-size: 2.5rem;
  }
  .c-cta1__link.-tel .-text svg {
    width: 2.7rem;
  }
}
.c-cta1__link.-mail .-text {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .c-cta1__link.-mail .-text {
    font-size: 2.2rem;
    padding-top: 0.7rem;
  }
  .c-cta1__link.-mail .-text svg {
    width: 2.7rem;
  }
}

.c-cta2 {
  margin: 0 calc(50% - 50vw);
  padding: 5.9rem calc(50vw - 50%);
  width: 100vw;
  background-image: url(../images/cta2-bg.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .c-cta2 {
    padding: 3.7rem calc(50vw - 50%) 2.5rem;
    background-image: url(../images/cta2-bg-sp.webp);
  }
}
.c-cta2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  max-width: 1197px;
  max-width: 119.7rem;
  border-radius: 3rem;
  margin: 0 auto;
  position: relative;
  padding: 54px 290px 55px 50px;
  padding: 5.4rem 29rem 5.5rem 5rem;
}
@media screen and (max-width: 940px) {
  .c-cta2__inner {
    padding: 5.4rem 27rem 5.5rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-cta2__inner {
    border-radius: 1.5rem;
    padding: 2.8rem 2.1rem 3rem;
    max-width: unset;
  }
}
.c-cta2__head {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-cta2__head {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.c-cta2__body {
  position: absolute;
  width: 364px;
  width: 36.4rem;
  right: -38px;
  right: -3.8rem;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-cta2__body {
    bottom: unset;
    top: -3.6rem;
    right: -1.8rem;
    width: 17.3rem;
  }
}
.c-cta2__body img {
  width: 100%;
  height: auto;
}
.c-cta2__disc {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-cta2__disc {
    font-size: 1.8rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0.5rem;
  }
}
.c-cta2__disc span {
  position: relative;
  z-index: 1;
}
.c-cta2__disc span::after {
  position: absolute;
  content: "";
  background-color: #FFFE04;
  width: 100%;
  height: 8px;
  height: 0.8rem;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.c-cta2__links {
  max-width: 843px;
  max-width: 84.3rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  gap: 2.3rem;
  margin-top: 41px;
  margin-top: 4.1rem;
}
@media screen and (max-width: 940px) {
  .c-cta2__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .c-cta2__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: unset;
    margin-top: 3.1rem;
  }
}
.c-cta2__link {
  padding-top: 0.5em;
  max-width: 410px;
  max-width: 41rem;
  width: 100%;
  height: 95px;
  height: 9.5rem;
  border-radius: 5rem;
  background: #FFE52D;
  -webkit-box-shadow: 0px 0px 1.4rem 0px rgba(52, 52, 52, .3019607843);
          box-shadow: 0px 0px 1.4rem 0px rgba(52, 52, 52, .3019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-cta2__link {
    width: 100%;
    height: 6.7rem;
  }
}
.c-cta2__link::after {
  position: absolute;
  content: "";
  background-image: url("../images/button-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 31px;
  right: 3.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  width: 1.2rem;
  height: 18px;
  height: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-cta2__link::after {
    width: 0.8rem;
    height: 1.3rem;
    right: 2.2rem;
  }
}
.c-cta2__link .-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  gap: 0.4rem;
  font-weight: 700;
}
.c-cta2__link .-text svg {
  width: 38px;
  width: 3.8rem;
}
.c-cta2__link .-cloud {
  -webkit-box-shadow: 0px 0px 1.4rem 0px rgba(52, 52, 52, .3019607843);
          box-shadow: 0px 0px 1.4rem 0px rgba(52, 52, 52, .3019607843);
  background-color: #fff;
  max-width: 211px;
  max-width: 21.1rem;
  width: 100%;
  height: 29px;
  height: 2.9rem;
  border-radius: 5rem;
  position: absolute;
  top: -10px;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-cta2__link .-cloud {
    font-size: 1.3rem;
    max-width: 16.2rem;
    height: 2.2rem;
    top: -0.7rem;
  }
}
.c-cta2__link .-cloud::after {
  position: absolute;
  content: "";
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  bottom: -6px;
  bottom: -0.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12px;
  width: 1.2rem;
  height: 6px;
  height: 0.6rem;
}
.c-cta2__link.-tel .-text {
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .c-cta2__link.-tel .-text {
    font-size: 2.5rem;
  }
  .c-cta2__link.-tel .-text svg {
    width: 2.7rem;
  }
}
.c-cta2__link.-mail .-text {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .c-cta2__link.-mail .-text {
    font-size: 2.2rem;
  }
  .c-cta2__link.-mail .-text svg {
    width: 2.7rem;
  }
}

.c-cta3 {
  margin: 0 calc(50% - 50vw);
  padding: 5.5rem calc(50vw - 50%) 5.4rem;
  width: 100vw;
  background-image: url(../images/cta2-bg.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .c-cta3 {
    padding: 4.2rem calc(50vw - 50%);
    background-image: url(../images/cta2-bg-sp.webp);
  }
}
.c-cta3__inner {
  background-color: #fff;
  max-width: 1200px;
  max-width: 120rem;
  margin: 0 auto 0;
  padding: 48px 20px 50px;
  padding: 4.8rem 2rem 5rem;
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .c-cta3__inner {
    padding: 2.4rem 2.1rem 2.1rem;
    border-radius: 1.5rem;
  }
}
.c-cta3__title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FB4EA2;
  color: #fff;
  border-radius: 5rem;
  max-width: 843px;
  max-width: 84.3rem;
  height: 53px;
  height: 5.3rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-cta3__title {
    font-size: 1.8rem;
    max-width: 32.4rem;
    height: 3.7rem;
  }
}
.c-cta3__disc {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-top: 14px;
  margin-top: 1.4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-cta3__disc {
    font-size: 1.7rem;
    margin-top: 1rem;
  }
}
.c-cta3__links {
  max-width: 843px;
  max-width: 84.3rem;
  margin: 37px auto 0;
  margin: 3.7rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 3rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-cta3__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2rem auto 0;
    gap: 2.3rem;
  }
}
.c-cta3__link {
  padding-top: 6px;
  padding-top: 0.6rem;
  width: calc(50% - 1.5rem);
  height: 95px;
  height: 9.5rem;
  border-radius: 5rem;
  background: #FFE52D;
  -webkit-box-shadow: 0px 0px 1.4rem 0px rgba(52, 52, 52, .3019607843);
          box-shadow: 0px 0px 1.4rem 0px rgba(52, 52, 52, .3019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-cta3__link {
    width: 100%;
    height: 6.7rem;
  }
}
.c-cta3__link::after {
  position: absolute;
  content: "";
  background-image: url("../images/button-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 30px;
  right: 3rem;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  width: 1.2rem;
  height: 17px;
  height: 1.7rem;
}
@media screen and (max-width: 768px) {
  .c-cta3__link::after {
    width: 0.8rem;
    height: 1.3rem;
    right: 2.2rem;
  }
}
.c-cta3__link .-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  gap: 0.4rem;
  font-weight: 700;
}
.c-cta3__link .-text svg {
  width: 38px;
  width: 3.8rem;
}
.c-cta3__link .-cloud {
  -webkit-box-shadow: 0px 0px 1.4rem 0px rgba(52, 52, 52, .3019607843);
          box-shadow: 0px 0px 1.4rem 0px rgba(52, 52, 52, .3019607843);
  background-color: #fff;
  max-width: 211px;
  max-width: 21.1rem;
  width: 100%;
  height: 29px;
  height: 2.9rem;
  border-radius: 5rem;
  position: absolute;
  top: -10px;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-cta3__link .-cloud {
    font-size: 1.3rem;
    max-width: 16.2rem;
    height: 2.2rem;
    top: -0.7rem;
  }
}
.c-cta3__link .-cloud::after {
  position: absolute;
  content: "";
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  bottom: -6px;
  bottom: -0.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12px;
  width: 1.2rem;
  height: 6px;
  height: 0.6rem;
}
.c-cta3__link.-tel .-text {
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .c-cta3__link.-tel .-text {
    font-size: 2.5rem;
  }
  .c-cta3__link.-tel .-text svg {
    width: 2.7rem;
  }
}
.c-cta3__link.-mail .-text {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .c-cta3__link.-mail .-text {
    font-size: 2.2rem;
  }
  .c-cta3__link.-mail .-text svg {
    width: 2.7rem;
  }
}

.c-pickup {
  max-width: 1200px;
  max-width: 120rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  gap: 5.6rem;
}
@media screen and (max-width: 768px) {
  .c-pickup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 4.2rem;
  }
}
.c-pickup-nav {
  width: 204px;
  width: 20.4rem;
}
@media screen and (max-width: 768px) {
  .c-pickup-nav {
    width: 100%;
    border: #AEAEAE 1px solid;
    border-radius: 1.5rem;
    padding: 1.3rem 2.2rem 3rem;
  }
}
.c-pickup-nav__section {
  border-bottom: rgba(52, 52, 52, .4) 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  gap: 1.5rem;
  padding: 15px 0;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .c-pickup-nav__section {
    padding: 1.4rem 0;
    gap: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-pickup-nav__section > ul {
    display: none;
  }
}
.c-pickup-nav__section li + li {
  margin-top: 15px;
  margin-top: 1.5rem;
}
.c-pickup-nav__section > ul > li > ul {
  margin-top: 10px;
  margin-top: 1rem;
  margin-left: 14px;
  margin-left: 1.4rem;
  padding-left: 2px;
  padding-left: 0.2rem;
}
.c-pickup-nav__section > ul > li > ul > li + li {
  margin-top: 3.5px;
  margin-top: 0.35rem;
}
@media screen and (max-width: 768px) {
  .c-pickup-nav__section li + li {
    margin-top: 0.9rem;
  }
  .c-pickup-nav__section > ul > li > ul {
    margin-top: 0.6rem;
    margin-left: 1rem;
    padding-left: 0;
  }
  .c-pickup-nav__section > ul > li > ul > li + li {
    margin-top: 0.3rem;
  }
}
.c-pickup-nav__section ul li a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 500;
  display: block;
}
.c-pickup-nav__section strong {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-pickup-nav__section strong.-open span {
    position: relative;
    padding-right: 2.5rem;
  }
  .c-pickup-nav__section strong.-open span::after {
    position: absolute;
    content: "";
    background-image: url("../images/button-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 0.9rem;
    height: 1.3rem;
    width: 1rem;
    rotate: 90deg;
  }
  .c-pickup-nav__section strong.-open.is-active span::after {
    rotate: -90deg;
    top: 0.5rem;
  }
}
.c-pickup-nav__section.-noborder {
  border: unset;
  padding: unset;
}
@media screen and (max-width: 768px) {
  .c-pickup-nav__section.-noborder {
    border-bottom: rgba(52, 52, 52, .4) 1px solid;
    padding: 1.4rem 0;
  }
}
.c-pickup-tab {
  width: calc(100% - 26rem);
}
@media screen and (max-width: 768px) {
  .c-pickup-tab {
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
  }
}
.c-pickup-tab__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-pickup-tab__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.8rem;
  }
}
.c-pickup-tab__btn {
  cursor: pointer;
  width: 20%;
  padding: 30px 5px;
  padding: 3rem 0.5rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(52, 52, 52, .5);
  background-color: #F1F1F1;
  border-top: #AEAEAE 1px solid;
  border-right: #AEAEAE 1px solid;
  border-bottom: #AEAEAE 1px solid;
}
@media screen and (max-width: 768px) {
  .c-pickup-tab__btn {
    padding: 1rem;
    font-size: 1.5rem;
    text-align: center;
    width: calc(33.33333% - 0.53333rem);
    border-radius: 0.7rem;
    border-left: #AEAEAE 1px solid;
  }
}
.c-pickup-tab__btn:first-of-type {
  border-left: #AEAEAE 1px solid;
  border-radius: 2rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .c-pickup-tab__btn:first-of-type {
    border: #AEAEAE 1px solid;
    border-radius: 0.7rem;
  }
}
.c-pickup-tab__btn:last-of-type {
  border-radius: 0 2rem 0 0;
}
@media screen and (max-width: 768px) {
  .c-pickup-tab__btn:last-of-type {
    border-radius: 0.7rem;
  }
}
.c-pickup-tab__btn.is-active {
  background-color: #fff;
  border-bottom: #fff 1px solid;
  color: #343434;
}
@media screen and (max-width: 768px) {
  .c-pickup-tab__btn.is-active {
    border-top: #343434 1px solid;
    border-right: #343434 1px solid;
    border-left: #343434 1px solid;
    border-bottom: #343434 1px solid;
  }
}
.c-pickup-tab__contents {
  border-radius: 0 0 2rem 2rem;
  padding: 51px 50px 56px;
  padding: 5.1rem 5rem 5.6rem;
  border-left: #AEAEAE 1px solid;
  border-right: #AEAEAE 1px solid;
  border-bottom: #AEAEAE 1px solid;
}
@media screen and (max-width: 768px) {
  .c-pickup-tab__contents {
    padding: unset;
    border: unset;
    margin-top: 2.6rem;
  }
}
.c-pickup-tab__content {
  display: none;
}
.c-pickup-tab__content.is-active {
  display: block;
}
.c-pickup-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 34px;
  gap: 3rem 3.4rem;
}
@media screen and (max-width: 1024px) {
  .c-pickup-product {
    gap: 2.5rem 2.2rem;
  }
}
.c-pickup-product__item {
  width: calc(33.33333% - 2.26667rem);
}
@media screen and (max-width: 1024px) {
  .c-pickup-product__item {
    width: calc(50% - 1.1rem);
  }
}
.c-pickup-product__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-pickup-product__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 10px;
  margin-top: 1rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-pickup-product__title {
    margin-top: 0.7rem;
  }
}
.c-pickup-product__price {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  color: #FF003C;
  display: block;
  margin-top: 10px;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .c-pickup-product__price {
    margin-top: 0.8rem;
  }
}
.c-pickup-message {
  padding: 30px 50px;
  padding: 3rem 5rem;
  margin: 42px auto 0;
  margin: 4.2rem auto 0;
  background-color: #F1F1F1;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .c-pickup-message {
    padding: 2.4rem 2rem;
  }
}
.c-pickup-message__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.c-pickup-message__list {
  margin-top: 20px;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 40px;
  gap: 1.5rem 4rem;
}
@media screen and (max-width: 768px) {
  .c-pickup-message__list {
    gap: 1.4rem;
  }
}
.c-pickup-message__item {
  width: calc(50% - 2rem);
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  padding-left: 36px;
  padding-left: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c-pickup-message__item {
    width: 100%;
  }
}
.c-pickup-message__item::after {
  position: absolute;
  content: "";
  background-image: url("../images/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  width: 2.4rem;
  height: 24px;
  height: 2.4rem;
}
.c-pickup__button {
  margin: 42px auto 0;
  margin: 4.2rem auto 0;
}
@media screen and (max-width: 768px) {
  .c-pickup__button {
    margin: 2.6rem auto 0;
  }
}

.c-voiceslider {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.c-voiceslider__item {
  background-color: #fff;
  padding: 22px 25px;
  padding: 2.2rem 2.5rem;
  border-radius: 2rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .c-voiceslider__item {
    width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .c-voiceslider__item {
    padding: 1.4rem 2rem;
  }
}
.c-voiceslider__title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-voiceslider__title {
    font-size: 1.6rem;
  }
}
.c-voiceslider__lead {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin: 14px auto 0;
  margin: 1.4rem auto 0;
}
@media screen and (max-width: 768px) {
  .c-voiceslider__lead {
    font-size: 1.8rem;
    margin: 1.2rem auto 0;
  }
}
.c-voiceslider__disc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 10px;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .c-voiceslider__disc {
    font-size: 1.5rem;
    margin-top: 0.8rem;
  }
}
.c-voiceslider__img {
  margin-top: 15px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-voiceslider__img {
    margin-top: 1.4rem;
  }
}
.c-voiceslider__img img {
  width: 100%;
  height: auto;
}
.c-voiceslider__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 42px;
  gap: 4.2rem;
  margin-top: 42px;
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .c-voiceslider__bottom {
    margin-top: 3.3rem;
  }
}
.c-voiceslider__bottom .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-voiceslider__bottom .swiper-pagination-bullet {
  width: 10px;
  width: 1rem;
  height: 10px;
  height: 1rem;
  background-color: #343434;
  opacity: 0.2;
}
.c-voiceslider__bottom .swiper-pagination-bullet-active {
  background-color: #343434;
  opacity: 1;
}
.c-voiceslider__bottom .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .c-voiceslider__bottom .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  margin: 0 0.9rem;
}
.c-voiceslider__bottom .swiper-button-next, .c-voiceslider__bottom .swiper-button-prev, .c-voiceslider__bottom .swiper-pagination {
  position: unset;
}
.c-voiceslider__bottom .swiper-button-next, .c-voiceslider__bottom .swiper-button-prev {
  width: 15px;
  width: 1.5rem;
  height: 30px;
  height: 3rem;
  margin-top: unset;
}
.c-voiceslider__bottom .swiper-button-next:after, .c-voiceslider__bottom .swiper-button-prev:after {
  content: "";
  background-image: url(../images/slider-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.c-voiceslider__bottom .swiper-button-prev:after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.c-floating-banner {
  position: fixed;
  z-index: 10;
  right: 10px;
  right: 1rem;
  bottom: 20px;
  bottom: 2rem;
  width: 300px;
  width: 30rem;
}
.c-floating-banner__button {
  position: absolute;
  right: 5px;
  right: 0.5rem;
  top: 5px;
  top: 0.5rem;
  background-color: #F1F1F1;
  border-radius: 50%;
  width: 20px;
  width: 2rem;
  height: 20px;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  z-index: 11;
  cursor: pointer;
}
.c-floating-banner__img:hover {
  opacity: 0.8;
}
.c-floating-banner img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-floating-banner {
    display: none;
  }
}
.c-floating-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-floating-sp {
    position: fixed;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6.8rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem;
    padding: 0 0.8rem;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .c-floating-sp__button {
    background-color: #A69200;
    border-right: #343434 1px solid;
    border-left: #343434 1px solid;
    border-bottom: #343434 1px solid;
    border-radius: 0.5rem;
    width: calc(50% - 0.4rem);
    height: 5.2rem;
    position: relative;
    z-index: 1;
  }
  .c-floating-sp__button .-bg {
    position: absolute;
    display: block;
    background-color: #FFFE04;
    border: #343434 1px solid;
    width: calc(100% + 0.2rem);
    height: calc(100% - 0.2rem);
    border-radius: 0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0rem;
    z-index: -1;
  }
  .c-floating-sp__button .-top {
    background-color: #343434;
    border-radius: 0 0 1rem 1rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.4;
    max-width: 14.9rem;
    margin: 0 auto;
  }
  .c-floating-sp__button .-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0.5rem;
  }
  .c-floating-sp__button svg {
    width: 1.9rem;
  }
  .c-floating-sp__button.-tel .-text {
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
  }
  .c-floating-sp__button.-contact .-text {
    font-size: 1.5rem;
    font-weight: 700;
  }
}

.p-top__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-top__title {
    gap: 1.5rem;
  }
}
.p-top__title .-lg {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 200%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top__title .-lg {
    font-size: 3rem;
    line-height: 1.5;
    text-align: center;
  }
}
.p-top__title .-sm {
  max-width: 385px;
  max-width: 38.5rem;
  width: 100%;
  height: 54px;
  height: 5.4rem;
  background-color: #FB4EA2;
  color: #fff;
  border-radius: 5rem;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top__title .-sm {
    max-width: 34.8rem;
    height: 4.4rem;
    font-size: 1.8rem;
  }
}
.p-top__title .-sm::after {
  position: absolute;
  content: "";
  background-color: #FB4EA2;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  bottom: -10px;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22px;
  width: 2.2rem;
  height: 11px;
  height: 1.1rem;
}
@media screen and (max-width: 768px) {
  .p-top__title .-sm::after {
    width: 2rem;
    height: 1rem;
    bottom: -0.9rem;
  }
}
.p-top__title.-color {
  color: #fff;
}
.p-top__title.-color .-sm {
  color: #FB4EA2;
  background-color: #fff;
}
.p-top__title.-color .-sm::after {
  background-color: #fff;
}
.p-top-kv {
  margin: 0 calc(50% - 50vw);
  padding: 10.5rem calc(50vw - 50%);
  width: 100vw;
  background-image: url(../images/top/kv-pc.webp);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  aspect-ratio: 1440/618;
}
@media screen and (max-width: 768px) {
  .p-top-kv {
    background-image: url(../images/top/kv-sp.png);
    background-size: cover;
    background-position: center;
    aspect-ratio: 390/690;
    padding: unset;
    padding: 2.6rem 0.8rem 4.8rem;
  }
}
.p-top-kv__inner {
  margin: 0 auto;
  max-width: 1328px;
  max-width: 132.8rem;
}
@media screen and (max-width: 768px) {
  .p-top-kv__inner {
    height: 100%;
  }
}
.p-top-kv__contents {
  max-width: 674px;
  max-width: 67.4rem;
  width: 100%;
}
@media screen and (max-width: 1065px) {
  .p-top-kv__contents {
    max-width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-kv__contents {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: unset;
  }
}
.p-top-kv__title img {
  width: 100%;
  height: auto;
}
.p-top-kv__lead {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-top-kv__lead {
    font-size: 1.4rem;
  }
}
.p-top-kv__lead span {
  font-size: 29px;
  font-size: 2.9rem;
}
@media screen and (max-width: 768px) {
  .p-top-kv__lead span {
    font-size: 1.8rem;
  }
}
.p-top-kv__button {
  margin: 43px auto 0;
  margin: 4.3rem auto 0;
  padding: 9px;
  padding: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  gap: 1.4rem;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(52, 52, 52, .3);
          box-shadow: 0px 0px 14px 0px rgba(52, 52, 52, .3);
  background: -webkit-gradient(linear, right top, left top, color-stop(2.18%, #FC4DA2), color-stop(44.95%, #B755B8), to(#1267EB));
  background: linear-gradient(270deg, #FC4DA2 2.18%, #B755B8 44.95%, #1267EB 100%);
  width: 459px;
  width: 45.9rem;
  height: 87px;
  height: 8.7rem;
  border-radius: 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-kv__button {
    width: 34.8rem;
    height: 6.6rem;
    margin: auto auto 0;
    padding: 0 0.7rem;
  }
}
.p-top-kv__button::after {
  position: absolute;
  content: "";
  background-image: url("../images/button-arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 25px;
  right: 2.5rem;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  width: 1.2rem;
  height: 18px;
  height: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-top-kv__button::after {
    width: 0.8rem;
    height: 1.4rem;
    right: 2rem;
  }
}
.p-top-kv__button .-cloud {
  -webkit-box-shadow: 0px 0px 1.4rem 0px rgba(52, 52, 52, .3019607843);
          box-shadow: 0px 0px 1.4rem 0px rgba(52, 52, 52, .3019607843);
  background-color: #fff;
  color: #FB4EA2;
  max-width: 211px;
  max-width: 21.1rem;
  width: 100%;
  height: 29px;
  height: 2.9rem;
  border-radius: 5rem;
  position: absolute;
  top: -15px;
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top-kv__button .-cloud {
    max-width: 16.2rem;
    height: 2.2rem;
    font-size: 1.3rem;
    top: -1.3rem;
  }
}
.p-top-kv__button .-cloud::after {
  position: absolute;
  content: "";
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  bottom: -5px;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12px;
  width: 1.2rem;
  height: 6px;
  height: 0.6rem;
  z-index: 2;
}
.p-top-kv__button .-free {
  width: 69px;
  width: 6.9rem;
  height: 69px;
  height: 6.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top-kv__button .-free {
    font-size: 1.7rem;
    width: 5.2rem;
    height: 5.2rem;
  }
}
.p-top-kv__button .-text {
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-top-kv__button .-text {
    padding-top: 0.5rem;
  }
}
.p-top-kv__button .-text .-sm {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top-kv__button .-text .-sm {
    font-size: 1.4rem;
  }
}
.p-top-kv__button .-text .-lg {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top-kv__button .-text .-lg {
    font-size: 1.7rem;
  }
}
.p-top-about {
  margin: 0 calc(50% - 50vw);
  padding: 8.4rem calc(50vw - 50%) 0;
  width: 100vw;
  background-image: url(../images/top/about-bg.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-top-about {
    background-image: url(../images/top/about-bg-sp.webp);
    padding: 4rem calc(50vw - 50%) 0;
  }
}
.p-top-about__inner {
  max-width: 1100px;
  max-width: 110rem;
  margin: 0 auto;
  padding: 78px 0 270px;
  padding: 7.8rem 0 27rem;
  border-radius: 3rem;
  background-color: #fff;
  background-image: url(../images/top/about-inner-bg.webp);
  background-size: cover;
  background-position: bottom;
}
@media screen and (max-width: 768px) {
  .p-top-about__inner {
    background-image: url(../images/top/about-inner-bg-sp.webp);
    border-radius: 1.5rem;
    padding: 4.4rem 2.4rem 11em;
  }
}
.p-top-about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px;
  gap: 1.7rem;
}
@media screen and (max-width: 768px) {
  .p-top-about__title {
    gap: 0.7rem;
  }
}
.p-top-about__title--head {
  width: 104px;
  width: 10.4rem;
}
@media screen and (max-width: 768px) {
  .p-top-about__title--head {
    width: 4.6rem;
  }
}
.p-top-about__title--head img {
  width: 100%;
  height: auto;
}
.p-top-about__title--body {
  width: 613px;
  width: 61.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  gap: 0.7rem;
}
@media screen and (max-width: 768px) {
  .p-top-about__title--body {
    width: 26.9rem;
    gap: 0.2rem;
  }
}
.p-top-about__title--body .-lg img {
  width: 100%;
  height: auto;
}
.p-top-about__title--body .-sm {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 200%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top-about__title--body .-sm {
    font-size: 1rem;
  }
}
.p-top-about__disc {
  max-width: 872px;
  max-width: 87.2rem;
  margin: 23px auto 0;
  margin: 2.3rem auto 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 200%;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-about__disc {
    margin: 1.6rem auto 0;
    font-size: 1.5rem;
    text-align: left;
  }
}
.p-top-about__disc strong {
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-about__disc strong {
    border-bottom: 0.8rem solid #FFFE04;
  }
}
.p-top-about__disc strong::after {
  position: absolute;
  content: "";
  background-color: #FFFE04;
  width: 100%;
  height: 8px;
  height: 0.8rem;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-about__disc strong::after {
    content: none;
    position: unset;
  }
}
.p-top-about__disc + .p-top-about__disc {
  margin-top: 32px;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-top-about__disc + .p-top-about__disc {
    margin-top: 1.8rem;
  }
}
.p-top-about__button {
  margin: 48px auto 0;
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-about__button {
    margin: 3.2rem auto 0;
  }
}
.p-top-about__img {
  width: 95.4%;
  margin: -283px auto -137px;
  margin: -28.3rem auto -13.7rem;
  padding-right: 3%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-top-about__img {
    width: 110%;
    margin: -8.2rem 0px -3.5rem -7%;
    padding-right: unset;
  }
}
.p-top-about__img img {
  width: 100%;
  height: auto;
}
.p-top-scene {
  margin: 0 calc(50% - 50vw);
  padding: 7.2rem calc(50vw - 50%) 7.8rem;
  width: 100vw;
  background-image: url(../images/top/scene-bg.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .p-top-scene {
    background-image: url(../images/top/scene-bg-sp.webp);
    padding: 4.8rem calc(50vw - 50%) 5.8rem;
  }
}
.p-top-scene__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 52px 30px;
  gap: 5.2rem 3rem;
  margin: 36px auto 0;
  margin: 3.6rem auto 0;
  max-width: 1200px;
  max-width: 120rem;
}
@media screen and (max-width: 768px) {
  .p-top-scene__list {
    gap: 2.1rem 1.6rem;
    margin: 3.2rem auto 0;
    max-width: 34.9rem;
  }
}
.p-top-scene__item {
  width: calc(16.66667% - 2.5rem);
}
@media screen and (max-width: 768px) {
  .p-top-scene__item {
    width: calc(33.33333% - 1.06667rem);
  }
}
.p-top-scene__item h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 17px;
  margin-top: 1.7rem;
}
@media screen and (max-width: 768px) {
  .p-top-scene__item h3 {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.p-top-scene__img img {
  width: 100%;
  height: auto;
}
.p-top-worries {
  margin: 0 calc(50% - 50vw);
  padding: 9.5rem calc(50vw - 50%) 10.2rem;
  width: 100vw;
  background-color: #262D5C;
}
@media screen and (max-width: 768px) {
  .p-top-worries {
    padding: 4.2rem calc(50vw - 50%) 7.8rem;
  }
}
.p-top-worries__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 33px 30px;
  gap: 3.3rem 3rem;
  margin: 32px auto 0;
  margin: 3.2rem auto 0;
  max-width: 1200px;
  max-width: 120rem;
}
@media screen and (max-width: 768px) {
  .p-top-worries__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.4rem;
    max-width: 34.8rem;
    margin: 2.4rem auto 0;
  }
}
.p-top-worries__item {
  width: calc(33.33333% - 2rem);
  padding: 29px 10px 28px;
  padding: 2.9rem 1rem 2.8rem;
  background-color: #fff;
  border-radius: 1rem;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-top-worries__item {
    width: 100%;
  }
}
.p-top-worries__item::after {
  position: absolute;
  content: "";
  background-image: url("../images/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  width: 2.8rem;
  height: 28px;
  height: 2.8rem;
  left: 10px;
  left: 1rem;
  top: 10px;
  top: 1rem;
}
.p-top-worries__item:hover .p-top-worries__a {
  display: block;
}
.p-top-worries__a {
  display: none;
  position: absolute;
  z-index: 2;
  left: -14px;
  left: -1.4rem;
  top: -14px;
  top: -1.4rem;
  background-color: #FFE52D;
  border-radius: 1rem;
  width: 100%;
  height: auto;
  border: rgba(255, 255, 255, .6) 3px solid;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 27px 110px 27px 30px;
  padding: 2.7rem 11rem 2.7rem 3rem;
  text-align: left;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
}
@media screen and (max-width: 768px) {
  .p-top-worries__a {
    left: -0.9rem;
    top: -1rem;
    padding: 2.7rem 9rem 2.7rem 2.3rem;
  }
}
.p-top-worries__a::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/worries.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: 6px;
  right: 0.6rem;
  bottom: 0;
  width: 117px;
  width: 11.7rem;
  height: 138px;
  height: 13.8rem;
}
@media screen and (max-width: 768px) {
  .p-top-worries__a::after {
    right: -0.1rem;
    bottom: -1.3rem;
    height: 13.8rem;
    width: 11rem;
  }
}
.p-top-reason {
  margin: 0 calc(50% - 50vw);
  padding: 10rem calc(50vw - 50%) 10.7rem;
  width: 100vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-reason {
    padding: 4.9rem calc(50vw - 50%) 8.2rem;
  }
}
.p-top-reason::before, .p-top-reason::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/reason-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 412px;
  height: 41.2rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-reason::before, .p-top-reason::after {
    background-image: url("../images/top/reason-bg-sp.webp");
    height: 20.3rem;
  }
}
.p-top-reason::before {
  top: -10px;
  top: -1rem;
  -webkit-transform: translateX(-50%) scaleY(-1);
          transform: translateX(-50%) scaleY(-1);
}
@media screen and (max-width: 768px) {
  .p-top-reason::before {
    top: 0;
  }
}
.p-top-reason::after {
  bottom: -10px;
  bottom: -1rem;
}
@media screen and (max-width: 768px) {
  .p-top-reason::after {
    bottom: 0;
  }
}
.p-top-reason__list {
  max-width: 1100px;
  max-width: 110rem;
  margin: 45px auto 0;
  margin: 4.5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-top-reason__list {
    gap: 2rem;
    margin: 2rem auto 0;
  }
}
.p-top-reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 37px;
  padding: 3.7rem;
  background-color: #fff;
  border-radius: 2rem;
  position: relative;
  border: 3px solid transparent;
  border: 0.3rem solid transparent;
  border-radius: 2rem;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(181deg, #FC4DA2 1.58%, #B755B8 43.4%, #1267EB 97.24%) border-box;
}
@media screen and (max-width: 768px) {
  .p-top-reason__item {
    border-radius: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    padding: 2rem 2rem 2.2rem;
  }
}
.p-top-reason__img {
  width: 37%;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-reason__img {
    width: 100%;
  }
}
.p-top-reason__img img {
  width: 100%;
  height: auto;
}
.p-top-reason__body {
  width: 63%;
  padding-left: 7.1%;
}
@media screen and (max-width: 768px) {
  .p-top-reason__body {
    width: 100%;
    padding-left: unset;
  }
}
.p-top-reason__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  gap: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-top-reason__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.2rem;
  }
}
.p-top-reason__title .-num {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 24/44;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(269.45deg, #FC4DA2 1.58%, #B755B8 43.4%, #1267EB 97.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .p-top-reason__title .-num {
    font-size: 3.4rem;
    line-height: 1;
  }
}
.p-top-reason__title .-ja {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top-reason__title .-ja {
    font-size: 2.4rem;
    text-align: center;
  }
}
.p-top-reason__disc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 20px;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-top-reason__disc {
    font-size: 1.5rem;
    line-height: 1.9;
    margin-top: 0.7rem;
  }
}
.p-top-point {
  max-width: 1100px;
  max-width: 110rem;
  padding: 43px 20px 63px;
  padding: 4.3rem 2rem 6.3rem;
  margin: 59px auto 0;
  margin: 5.9rem auto 0;
  border: 3px solid transparent;
  border: 0.3rem solid transparent;
  border-radius: 2rem;
  background: linear-gradient(#F1F1F1, #F1F1F1) padding-box, linear-gradient(181deg, #FC4DA2 1.58%, #B755B8 43.4%, #1267EB 97.24%) border-box;
}
@media screen and (max-width: 768px) {
  .p-top-point {
    margin: 4.5rem auto 0;
    padding: 3rem 2rem 3.5rem;
    border-radius: 1.5rem;
  }
}
.p-top-point__title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-point__title {
    font-size: 2.4rem;
  }
}
.p-top-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px 16px;
  gap: 1.8rem 1.6rem;
  margin: 29px auto 0;
  margin: 2.9rem auto 0;
  max-width: 994px;
  max-width: 99.4rem;
}
@media screen and (max-width: 768px) {
  .p-top-point__list {
    gap: 1.4rem;
    margin: 2.2rem auto 0;
  }
}
.p-top-point__item {
  min-height: 107px;
  min-height: 10.7rem;
  width: calc(20% - 1.28rem);
  padding: 53px 11px 10px;
  padding: 5.3rem 1.1rem 1rem;
  background-color: #fff;
  border-radius: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-point__item {
    width: calc(50% - 0.7rem);
    min-height: unset;
    height: 8.9rem;
    padding: 4.4rem 0rem 1rem;
  }
}
.p-top-point__item::after {
  position: absolute;
  content: "";
  background-image: url("../images/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  width: 2.8rem;
  height: 28px;
  height: 2.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 14px;
  top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-top-point__item::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-top-point__item span {
  font-size: 1.5rem;
  line-height: 1.4;
  height: 2em;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top-point__item span {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .p-top-point__item span.-type1 {
    margin-top: -0.7rem;
  }
}
.p-top-point__item small {
  display: block;
  text-align: right;
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-top-point__item small {
    text-align: center;
  }
}
.p-top-pickup {
  padding: 70px 0 0;
  padding: 7rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-top-pickup {
    padding: 4.2rem 0 0;
  }
}
.p-top-pickup .c-pickup {
  margin: 49px auto 0;
  margin: 4.9rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-pickup .c-pickup {
    margin: 2.5rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-pickup .c-pickup {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    gap: 4.2rem !important;
  }
  .p-top-pickup .c-pickup-nav {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    clear: both !important;
    margin: 0 !important;
    z-index: auto !important;
  }
  .p-top-pickup .c-pickup-tab {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    clear: both !important;
  }
}
@media screen and (max-width: 768px) {
  main.p-top .p-top-pickup .c-pickup {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    gap: 4.2rem !important;
  }
  main.p-top .p-top-pickup .c-pickup-nav {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    clear: both !important;
    margin: 0 !important;
    z-index: auto !important;
  }
  main.p-top .p-top-pickup .c-pickup-tab {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    clear: both !important;
  }
}
.p-top-news {
  max-width: 1200px;
  max-width: 120rem;
  margin: 0 auto;
  padding: 45px 0 92px;
  padding: 4.5rem 0 9.2rem;
}
@media screen and (max-width: 1024px) {
  .p-top-news {
    max-width: calc(100% - 26rem);
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news {
    padding: 3.2rem 1rem 6.6rem;
    max-width: unset;
    margin: 0 auto;
  }
}
.p-top-news__inner {
  max-width: 940px;
  max-width: 94rem;
  margin-left: auto;
}
.p-top-news__title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top-news__title {
    font-size: 3rem;
    text-align: center;
  }
}
.p-top-news__list {
  border-top: rgba(52, 52, 52, .4) solid 1px;
  margin-top: 22px;
  margin-top: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-top-news__list {
    margin-top: 1.2rem;
  }
}
.p-top-news__item {
  border-bottom: rgba(52, 52, 52, .4) solid 1px;
}
.p-top-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  gap: 2.5rem;
  padding: 20px 0;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .p-top-news__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.5rem 0 1.9rem;
    gap: 0.4rem;
  }
}
.p-top-news__item:hover {
  color: #FB4EA2;
  opacity: 1;
}
.p-top-news__date {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  color: rgba(52, 52, 52, .5);
}
.p-top-news__disc {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.p-top-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2em;
  margin-top: 21px;
  margin-top: 2.1rem;
}
@media screen and (max-width: 768px) {
  .p-top-news__link {
    margin-top: 2rem;
    gap: 1.6em;
  }
}
.p-top-news__link span {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
}
.p-top-news__link svg {
  width: 9px;
  width: 0.9rem;
}
.p-top-voice {
  margin: 0 calc(50% - 50vw);
  padding: 7rem calc(50vw - 50%) 6.5rem;
  width: 100vw;
  background-image: url(../images/top/voice-bg.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-top-voice {
    padding: 6.3rem calc(50vw - 50%) 6.7rem;
    background-image: url(../images/top/voice-bg-sp.webp);
  }
}
.p-top-voice .c-voiceslider {
  margin: 2.8rem calc(50% - 50vw) 0;
}
@media screen and (max-width: 768px) {
  .p-top-voice .c-voiceslider {
    margin: 1.9rem calc(50% - 50vw) 0;
  }
}
.p-top-flow {
  margin: 0 calc(50% - 50vw);
  padding: 9.1rem calc(50vw - 50%) 11rem;
  width: 100vw;
  background-image: url(../images/top/flow-bg.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-top-flow {
    padding: 5.4rem calc(50vw - 50%) 4.3rem;
    background-image: url(../images/top/flow-bg-sp.webp);
  }
}
.p-top-flow__list {
  max-width: 1100px;
  max-width: 110rem;
  margin: 27px auto 0;
  margin: 2.7rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  gap: 4.8rem;
}
@media screen and (max-width: 768px) {
  .p-top-flow__list {
    gap: 3rem;
    margin: 1.7rem auto 0;
  }
}
.p-top-flow__item {
  border-radius: 2rem;
  padding: 35px 46px 36px;
  padding: 3.5rem 4.6rem 3.6rem;
  border: 3px solid transparent;
  border: 0.3rem solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(181deg, #FC4DA2 1.58%, #B755B8 43.4%, #1267EB 97.24%) border-box;
}
@media screen and (max-width: 768px) {
  .p-top-flow__item {
    padding: 2.7rem 2rem 2.5rem;
  }
}
.p-top-flow__item:not(:last-of-type) {
  position: relative;
}
.p-top-flow__item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 84px;
  width: 8.4rem;
  height: 24px;
  height: 2.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -40px;
  bottom: -4rem;
}
@media screen and (max-width: 768px) {
  .p-top-flow__item:not(:last-of-type)::after {
    width: 5.6rem;
    height: 1.6rem;
    bottom: -2.5rem;
  }
}
.p-top-flow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  gap: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-top-flow__title {
    gap: 0.4rem;
  }
}
.p-top-flow__title .-num {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(269.45deg, #FC4DA2 1.58%, #B755B8 43.4%, #1267EB 97.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .p-top-flow__title .-num {
    font-size: 3.2rem;
  }
}
.p-top-flow__title .-ja {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-top-flow__disc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 7px;
  margin-top: 0.7rem;
}
@media screen and (max-width: 768px) {
  .p-top-flow__disc {
    font-size: 1.5rem;
    margin-top: 1.1rem;
  }
}
.p-top-flow__disc a {
  color: #2965E4;
}
.p-top-flow__small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-top-flow__small {
    margin-top: -0.1rem;
    display: block;
  }
}
.p-top-faq {
  padding: 93px 0;
  padding: 9.3rem 0;
}
@media screen and (max-width: 768px) {
  .p-top-faq {
    padding: 5.5rem 0 5.3rem;
  }
}
.p-top-faq__list {
  margin: 40px auto 0;
  margin: 4rem auto 0;
  max-width: 1000px;
  max-width: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-top-faq__list {
    margin: 3.2rem auto 0;
    gap: 2.2rem;
  }
}
.p-top-faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-radius: 1rem;
  background-color: #FB4EA2;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
  padding: 26px 60px 26px 31px;
  padding: 2.6rem 6rem 2.6rem 3.1rem;
}
@media screen and (max-width: 768px) {
  .p-top-faq__q {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    padding: 1rem 5rem 1.2rem 2.1rem;
    border-radius: 0.5rem;
    min-height: 5.2rem;
  }
}
.p-top-faq__q > span {
  padding-left: 43px;
  padding-left: 4.3rem;
  position: relative;
}
.p-top-faq__q > span::after {
  position: absolute;
  content: "Q.";
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #fff;
  left: 0;
  top: -5px;
  top: -0.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-faq__q > span::after {
    font-size: 2.8rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-top-faq__a {
  border-radius: 1rem;
  margin-top: 10px;
  margin-top: 1rem;
  border: rgba(52, 52, 52, .2) 2px solid;
  padding: 16px 70px;
  padding: 1.6rem 7rem;
}
@media screen and (max-width: 768px) {
  .p-top-faq__a {
    padding: 1.2rem 1rem 1.5rem 6rem;
  }
}
.p-top-faq__a span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-faq__a span {
    font-size: 1.5rem;
  }
}
.p-top-faq__a span::after {
  position: absolute;
  content: "A.";
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #FB4EA2;
  left: -40px;
  left: -4rem;
  top: -10px;
  top: -1rem;
}
.p-top-faq__cross {
  position: absolute;
  right: 42px;
  right: 4.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.p-top-faq__cross span {
  display: block;
  width: 22px;
  width: 2.2rem;
  height: 3px;
  height: 0.3rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-top-faq__cross span:last-of-type {
  rotate: 90deg;
  -webkit-transform: unset;
          transform: unset;
  left: -11px;
  left: -1.1rem;
  top: -1px;
  top: -0.1rem;
}
.p-top-faq__cross.is-active span:last-of-type {
  rotate: 0deg;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/
.u-header-only {
  display: none;
}
@media screen and (max-width: 1130px) {
  .u-header-only {
    display: block;
  }
}

.u-header-hidden {
  display: block;
}
@media screen and (max-width: 1130px) {
  .u-header-hidden {
    display: none;
  }
}

.u-xxl-only {
  display: none;
}
@media screen and (max-width: 850px) {
  .u-xxl-only {
    display: block;
  }
}

.u-xxl-hidden {
  display: block;
}
@media screen and (max-width: 850px) {
  .u-xxl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}

/* category
--------------------------------------------------------------*/
.p-category .section-head {
  background-color: transparent;
  color: inherit;
  font-size: 1.6rem;
  border-radius: 1.6rem;
  padding: 2.4rem 2.4rem;
  margin-bottom: 3.6rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.4rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-category .p-top__title {
  margin: 0;
  color: inherit;
}

.p-category .category-count {
  margin: 0;
  color: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 400;
}

.p-category .category-count span {
  margin: 0;
  color: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: inherit;
  font-weight: inherit;
}

@media screen and (max-width: 768px) {
  .p-category .section-head {
    border-radius: 1.2rem;
    padding: 2.4rem 2.4rem;
    margin-bottom: 2.6rem;
    gap: 1rem;
  }
  .p-category .p-top__title {
    margin: 0;
  }
  .p-category .category-count {
    font-size: 1.6rem;
  }
  .p-category .category-count span {
    font-size: 1.6rem;
  }
}

.c-category-pickup__breadcrumb {
  margin: 2.4rem 0 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem 0.8rem;
  font-size: 1.3rem;
  line-height: 1.5;
}

.c-category-pickup__breadcrumb .breadcrumb-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-category-pickup__breadcrumb .breadcrumb-item::before {
  content: none !important;
  margin-right: 0 !important;
}

.c-category-pickup__breadcrumb .breadcrumb-item::after {
  content: none !important;
}

.c-category-pickup__breadcrumb .breadcrumb-item a::before,
.c-category-pickup__breadcrumb .breadcrumb-item a::after {
  content: none !important;
}

.c-category-pickup__breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">" !important;
  margin-right: 0.8rem !important;
  color: rgba(52, 52, 52, 0.5);
}

.c-category-pickup__breadcrumb .breadcrumb-item + .breadcrumb-item::after {
  content: none !important;
}

.c-category-pickup__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.4rem;
}

.c-category-pickup__subitem a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 1.2rem;
  border-radius: 9999px;
  border: #aeaeae 1px solid;
  background-color: #f8f8f8;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 500;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.c-category-pickup__subitem a:hover {
  background-color: #fff;
  border-color: #343434;
}

.c-category-pickup__subcount {
  color: rgba(52, 52, 52, 0.6);
}

.c-category-pickup {
  margin-top: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}

.c-category-pickup__toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6rem;
}

.c-category-pickup__count {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

.c-category-pickup__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}

.c-category-pickup__sort a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.4rem;
  padding: 0.6rem 1.2rem;
  border: #aeaeae 1px solid;
  border-radius: 0.8rem;
  background-color: #f1f1f1;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.c-category-pickup__sort a:hover {
  background-color: #fff;
  border-color: #343434;
}

.c-category-pickup__products {
  margin-top: 2.8rem;
}

.c-category-pickup__icons {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
}

.c-category-pickup__icons li {
  width: 2.8rem;
}

.c-category-pickup__icons img {
  width: 100%;
  height: auto;
}

.c-category-pickup__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.9rem;
  padding: 0.3rem 0.8rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
}

.c-category-pickup__badge.-soldout {
  background-color: #6d6d6d;
  color: #fff;
}

.c-category-pickup__badge.-sale {
  background-color: #ff003c;
  color: #fff;
}

.c-category-pickup__price-old {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.4;
  color: rgba(52, 52, 52, 0.5);
  text-decoration: line-through;
}

.c-category-pickup__pager {
  margin-top: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-category-pickup__pagerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
}

.c-category-pickup__pagerItem {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
  float: none !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
  overflow: visible;
}

.c-category-pickup__pagerItem a {
  width: 3.4rem !important;
  min-width: 3.4rem !important;
  height: 3.4rem !important;
  min-height: 3.4rem !important;
  max-height: 3.4rem !important;
  padding: 0 !important;
  aspect-ratio: 1 / 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.4rem;
          flex: 0 0 3.4rem;
  border: #aeaeae 1px solid;
  border-radius: 0.7rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 700;
  background-color: #fff;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.c-category-pickup__pagerItem a:hover {
  border-color: #343434;
  background-color: #f1f1f1;
}

.c-category-pickup__pagerItem a.is-active {
  background-color: #343434;
  border-color: #343434;
  color: #fff;
  pointer-events: none;
}

.c-category-pickup__empty {
  margin: 0;
  padding: 5.2rem 1.6rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  color: rgba(52, 52, 52, 0.7);
}

.p-category .c-pickup-product__title {
  min-height: 4.8rem;
}

@media screen and (max-width: 768px) {
  .c-category-pickup__breadcrumb {
    margin: 1.8rem 0 1.4rem;
    font-size: 1.2rem;
  }
  .c-category-pickup {
    margin-top: 2.4rem;
    padding: 0;
  }
  .c-category-pickup__toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.2rem;
  }
  .c-category-pickup__products {
    margin-top: 2.2rem;
  }
  .c-category-pickup__pager {
    margin-top: 2.8rem;
  }
  .p-category .c-pickup-product__title {
    min-height: 0;
  }
}

/* category layout fix (2026-03-03) */
.p-category {
  background-color: #fff;
  padding: 3.2rem 0 8rem;
}

.p-category .l-inner {
  max-width: 114rem;
}

.p-category .c-category-layout {
  display: grid;
  grid-template-columns: minmax(24rem, 28rem) minmax(0, 1fr);
  gap: 3.2rem;
  align-items: flex-start;
}

.p-category .c-category-layout__side {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 0;
}

.p-category .c-category-layout__side > * {
  width: 100%;
}

.p-category .c-category-layout__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-category .section-head {
  background-color: transparent;
  color: inherit;
  font-size: 1.6rem;
  border-radius: 1.4rem;
  padding:2.4rem 2.4rem;
  margin-bottom: 3.2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.8rem;
}

.p-category .p-top__title {
  margin: 0;
  color: inherit;
}

.p-category .category-count {
  margin: 0;
  color: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 400;
}

.p-category .category-count span {
  margin: 0;
  color: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: inherit;
  font-weight: inherit;
}

.c-category-pickup__toolbar,
.list-head.category-item-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.8rem;
}

.c-category-pickup__count,
.list-head.category-item-list-head .list-head-count {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

.c-category-pickup__sort,
.list-head.category-item-list-head .list-head-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  margin-left: auto;
  font-size: 1.3rem;
  line-height: 1.4;
}

.c-category-pickup__sort dt,
.list-head.category-item-list-head .list-head-sort dt {
  font-weight: 700;
  margin-right: 0.4rem;
}

.c-category-pickup__sort dd,
.list-head.category-item-list-head .list-head-sort dd {
  margin: 0;
}

.c-category-pickup__sort a,
.list-head.category-item-list-head .list-head-sort a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.4rem;
  padding: 0.6rem 1.2rem;
  border: #aeaeae 1px solid;
  border-radius: 0.8rem;
  background-color: #f1f1f1;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.c-category-pickup__sort a:hover,
.list-head.category-item-list-head .list-head-sort a:hover {
  background-color: #fff;
  border-color: #343434;
}

.c-category-pickup__pager,
.pager {
  margin-top: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-category-pickup__pagerList,
.pager .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
}

.c-category-pickup__pagerItem,
.pager .pagination li,
.pager .pagination > li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.4rem !important;
  min-width: 3.4rem !important;
  max-width: 3.4rem !important;
  height: 3.4rem !important;
  min-height: 3.4rem !important;
  max-height: 3.4rem !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
  float: none !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 3.4rem !important;
          flex: 0 0 3.4rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: static !important;
  list-style: none;
  overflow: visible;
}

.c-category-pickup__pagerItem a,
.pager .pagination a {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  padding: 0 !important;
  aspect-ratio: 1 / 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border: #aeaeae 1px solid;
  border-radius: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 700;
  background-color: #fff;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.c-category-pickup__pagerItem a > span,
.pager .pagination a > span {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.c-category-pickup__pagerItem a:hover,
.pager .pagination a:hover {
  border-color: #343434;
  background-color: #f1f1f1;
}

.c-category-pickup__pagerItem a.is-active,
.c-category-pickup__pagerItem a.active,
.pager .pagination a.is-active,
.pager .pagination a.active {
  background-color: #343434;
  border-color: #343434;
  color: #fff;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .p-category {
    padding: 2.2rem 0 5.2rem;
  }
  .p-category .l-inner {
    max-width: none;
  }
  .p-category .c-category-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse !important;
    gap: 2.4rem;
  }
  .p-category .c-category-layout__side {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    clear: both;
    margin-bottom: 0;
  }
  .p-category .c-category-layout__main {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    clear: both;
  }
  .p-category .c-category-layout__side.c-pickup-nav {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    z-index: auto !important;
  }
  .p-category .section-head {
    border-radius: 1rem;
    padding:2.4rem 2.4rem;
    margin-bottom: 2.4rem;
    gap: 1.2rem;
  }
  .p-category .p-top__title {
    margin: 0;
  }
  .p-category .category-count {
    font-size: 1.6rem;
  }
  .p-category .category-count span {
    font-size: 1.6rem;
  }
  .c-category-pickup__toolbar,
  .list-head.category-item-list-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.2rem;
  }
  .c-category-pickup__sort,
  .list-head.category-item-list-head .list-head-sort {
    margin-left: 0;
    width: 100%;
    gap: 0.6rem;
  }
  .c-category-pickup__sort dt,
  .list-head.category-item-list-head .list-head-sort dt {
    width: 100%;
    margin-right: 0;
  }
  .c-category-pickup__pager,
  .pager {
    margin-top: 2.8rem;
  }
}

/* common page head */
.section-head,
.c-page-head {
  background-color: transparent;
  color: inherit;
  font-size: 1.6rem;
  border-radius: 1.4rem;
  padding: 6.4rem 2.4rem 5.4rem;
  margin-bottom: 3.2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.8rem;
}

.section-head .p-top__title,
.c-page-head .p-top__title {
  margin: 0;
  color: inherit;
}

.section-head .category-count,
.c-page-head .category-count {
  margin: 0;
  color: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 400;
}

.section-head .category-count span,
.c-page-head .category-count span {
  margin: 0;
  color: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: inherit;
  font-weight: inherit;
}

@media screen and (max-width: 768px) {
  .section-head,
  .c-page-head {
    border-radius: 1rem;
    padding: 4.2rem 1.6rem 3.6rem;
    margin-bottom: 2.4rem;
    gap: 1.2rem;
  }
  .section-head .p-top__title,
  .c-page-head .p-top__title {
    margin: 0;
  }
  .section-head .category-count,
  .c-page-head .category-count {
    font-size: 1.6rem;
  }
  .section-head .category-count span,
  .c-page-head .category-count span {
    font-size: 1.6rem;
  }
}

.c-cart-badge {
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 6px;
  border-radius: 9999px;
  font-size: 12px;
  line-height: 1;
  margin-left: 6px;
  background: #e6003d;
  color: #fff;
  vertical-align: middle;
}

.ms-calendar__month {
  font-weight: 700;
  margin: 8px 0;
}

.ms-calendar .makeshop-calendar1,
.ms-calendar .makeshop-calendar2 {
  width: 100%;
}

.p-cart .l-inner {
  max-width: 1140px;
}

.p-item-detail .l-inner {
  max-width: 1180px;
}

.p-category.p-company .l-inner,
.p-category.p-contract .l-inner,
.p-category.p-policy .l-inner,
.p-voice .l-inner,
.p-reason .l-inner {
  max-width: 1180px !important;
}

.p-item-detail .c-item-contact-btn-wrap {
  margin-top: 20px;
}

.p-item-detail .c-item-contact-btn {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  background: #ffe52d;
  color: #343434;
  border: #343434 3px solid;
  border-radius: 3px;
  padding: 24px;
  margin-bottom: 20px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.p-item-detail .c-item-contact-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
  font-size: 1.5rem !important;
  line-height: 1.8 !important;
}

.c-policy {
  margin-top: 3rem;
}

.c-company {
  margin-top: 3rem;
}

.c-guide-page {
  margin-top: 3rem;
}

.p-guide .c-guide-page,
.p-guide .c-guide-page p,
.p-guide .c-guide-page a,
.p-guide .c-guide-page li,
.p-guide .c-guide-page h3 {
  font-size: 1.6rem !important;
  line-height: 1.9 !important;
}

.p-guide .c-guide-page .guide-link-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin: 0 0 2.4rem;
  padding: 0;
}

.p-guide .c-guide-page .guide-link-area li {
  margin: 0;
}

.p-guide .c-guide-page .guide-link-area li a {
  display: block;
  padding: 1.1rem 1.6rem;
  border: #d9d9d9 1px solid;
  border-radius: 0.8rem;
  background: #f8f8f8;
}

.p-guide .c-guide-page .guide-section {
  margin-bottom: 4rem;
}

.p-guide .c-guide-page .guide-section:last-child {
  margin-bottom: 0;
}

.p-guide .c-guide-page .guide-section-title {
  margin-top: 0;
  margin-bottom: 1.4rem;
  padding-top: 0;
  padding-bottom: 1.2rem;
  border-bottom: #e4e4e4 1px solid;
  font-size: 2rem !important;
  line-height: 1.6 !important;
}

.p-guide .c-guide-page .guide-section p {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}

.p-guide .c-guide-page .guide-section p + p {
  margin-top: 1.2em;
}

.p-guide .c-guide-page .guide-section p br + br {
  display: block !important;
  margin-top: 1.2em;
}

.c-cart-page {
  margin-top: 3rem;
}

.p-item-detail {
  font-size: 1.6rem;
  line-height: 1.9;
}

.p-item-detail .item-inner,
.p-item-detail .breadcrumb .breadcrumb-item,
.p-item-detail .detail-right .description-text,
.p-item-detail .description-text,
.p-item-detail .info-area li,
.p-item-detail .info-area li a,
.p-item-detail .item-sell-text p,
.p-item-detail .item-reserve-text,
.p-item-detail .item-reserve-release-text,
.p-item-detail .sale-priod,
.p-item-detail .purchase-num,
.p-item-detail .nameprint-description,
.p-item-detail .nameprint-text,
.p-item-detail .nameprint-total,
.p-item-detail .nameprint-character,
.p-item-detail .item-stock,
.p-item-detail .review-list-name,
.p-item-detail .review-score,
.p-item-detail .review-list-date,
.p-item-detail .review-list-content,
.p-item-detail .review-list-text,
.p-item-detail .btn-review-list,
.p-item-detail .btn-review-post,
.p-item-detail .info-area a {
  font-size: 1.6rem !important;
  line-height: 1.9 !important;
}

.p-cart .c-cart-page .cart,
.p-cart .c-cart-page .cart p {
  font-size: 1.6rem !important;
  line-height: 1.9 !important;
}

.p-cart .c-cart-page__empty {
  margin: 0 0 10rem;
}

.p-review-post .item-inner,
.p-review-post .review-item-inner {
  margin-top: 0 !important;
}

.p-review-post .c-review-post-page,
.p-review-post .c-review-post-page p,
.p-review-post .c-review-post-page a,
.p-review-post .c-review-post-page dl,
.p-review-post .c-review-post-page dt,
.p-review-post .c-review-post-page dd,
.p-review-post .c-review-post-page input,
.p-review-post .c-review-post-page textarea {
  font-size: 1.6rem !important;
  line-height: 1.9 !important;
}

.p-review-post .c-review-post-page a.review-post-btn {
  line-height: 54px !important;
}

.p-review-list .item-inner,
.p-review-list .review-list-inner {
  margin-top: 0 !important;
}

.p-review-list .c-review-list-page {
  font-size: 1.6rem !important;
  line-height: 1.9 !important;
}

.p-review-list .c-review-list-page p,
.p-review-list .c-review-list-page a,
.p-review-list .c-review-list-page dt,
.p-review-list .c-review-list-page dd,
.p-review-list .c-review-list-page input,
.p-review-list .c-review-list-page textarea {
  font-size: 1.6rem !important;
  line-height: 1.9 !important;
}

.p-review-list .c-review-list-page .breadcrumb .breadcrumb-item {
  font-size: 1.6rem !important;
  line-height: 1.9 !important;
}

.p-review-list .c-review-list-page a.btn {
  line-height: 54px !important;
}

.c-news-detail {
  margin-top: 3rem;
}

.c-news-list {
  margin-top: 3rem;
}

.c-news-list__items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-news-list__item + .c-news-list__item {
  margin-top: 0.6rem;
}

.c-news-list__item a {
  display: grid;
  grid-template-columns: 16rem 1fr;
  align-items: start;
  gap: 1.8rem;
  padding: 1.6rem 1.8rem;
  color: inherit;
  text-decoration: none;
}

.c-news-list__item a:hover {
  background: #fafafa;
}

.c-news-list__date {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #555;
  white-space: nowrap;
}

.c-news-list__title {
  font-size: 1.7rem;
  line-height: 1.8;
  word-break: break-word;
}

.c-news-list__empty {
  margin: 0;
  padding: 2rem 2.2rem;
  font-size: 1.6rem;
  line-height: 1.9;
}

.c-news-list__pager {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-news-list__pager ul,
.c-news-list__pager .pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-news-list__pager li,
.c-news-list__pager .pagination > li {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
  float: none !important;
  overflow: visible;
}

.c-news-list__pager a,
.c-news-list__pager .pagination > li > a {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 3.8rem;
  height: 3.8rem;
  padding: 0 1rem;
  border: #aeaeae 1px solid;
  border-radius: 0.7rem;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 700;
  background-color: #fff;
}

.c-news-list__pager a:hover,
.c-news-list__pager .pagination > li > a:hover {
  border-color: #343434;
  background-color: #f1f1f1;
}

.c-news-list__pager a.is-active,
.c-news-list__pager a.active,
.c-news-list__pager .pagination > li > a.is-active,
.c-news-list__pager .pagination > li > a.active {
  background-color: #343434;
  border-color: #343434;
  color: #fff;
  pointer-events: none;
}

.c-news-detail__content {
  font-size: 1.6rem;
  line-height: 1.9;
  word-break: break-word;
}

.c-news-detail__content p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.9;
}

.c-news-detail__content p + p {
  margin-top: 1.2em;
}

.c-news-detail__content br + br {
  display: block !important;
  margin-top: 1.2em;
}

.c-news-detail__content img {
  max-width: 100%;
  height: auto;
}

.c-policy pre {
  margin: 0;
  font: inherit;
  font-size: 1.6rem;
  line-height: 1.9;
  white-space: pre-wrap;
  word-break: break-word;
}

.c-contract {
  margin-top: 3rem;
  border: #aeaeae 1px solid;
  border-radius: 1.2rem;
  overflow: hidden;
  background: #fff;
}

.c-contract__item {
  margin: 0;
  display: grid;
  grid-template-columns: 28rem 1fr;
  border-top: #e4e4e4 1px solid;
}

.c-contract__item:first-child {
  border-top: none;
}

.c-contract__title,
.c-contract__content {
  margin: 0;
  padding: 2rem 2.2rem;
  font-size: 1.5rem;
  line-height: 1.8;
}

.c-contract__title {
  font-weight: 700;
  background: #f8f8f8;
  border-right: #e4e4e4 1px solid;
}

.c-contract__content {
  white-space: pre-wrap;
  word-break: break-word;
}

.company_container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(28rem, 38%);
  gap: 3.2rem;
  align-items: start;
}

.company_container .company_content {
  min-width: 0;
  font-size: 1.6rem;
  line-height: 1.9;
  word-break: break-word;
}

.company_container .company_content p {
  margin: 0;
}

.company_container .company_content p + p {
  margin-top: 1.2em;
}

.company_container .company_content br + br {
  display: block !important;
  margin-top: 1.2em;
}

.company_container .upl-img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .breadcrumb .breadcrumb-item,
  .breadcrumb .breadcrumb-item a {
    font-size: 1.4rem !important;
    line-height: 1.7 !important;
  }
  .p-category.p-company .l-inner,
  .p-category.p-contract .l-inner,
  .p-category.p-policy .l-inner,
  .p-voice .l-inner,
  .p-reason .l-inner {
    max-width: none;
  }
  .c-company {
    margin-top: 2.4rem;
  }
  .c-guide-page {
    margin-top: 2.4rem;
  }
  .p-guide .c-guide-page,
  .p-guide .c-guide-page p,
  .p-guide .c-guide-page a,
  .p-guide .c-guide-page li,
  .p-guide .c-guide-page h3 {
    font-size: 1.5rem !important;
    line-height: 1.8 !important;
  }
  .p-guide .c-guide-page .guide-link-area {
    justify-content: flex-start;
    gap: 0.6rem;
    margin: 0 0 2rem;
  }
  .p-guide .c-guide-page .guide-link-area li a {
    padding: 0.9rem 1.2rem;
    font-size: 1.4rem !important;
    line-height: 1.6 !important;
  }
  .p-guide .c-guide-page .guide-section {
    margin-bottom: 3rem;
  }
  .p-guide .c-guide-page .guide-section-title {
    font-size: 1.8rem !important;
    line-height: 1.6 !important;
  }
  .c-news-detail {
    margin-top: 2.4rem;
  }
  .p-item-detail {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .p-item-detail .item-inner,
  .p-item-detail .breadcrumb .breadcrumb-item,
  .p-item-detail .detail-right .description-text,
  .p-item-detail .description-text,
  .p-item-detail .info-area li,
  .p-item-detail .info-area li a,
  .p-item-detail .item-sell-text p,
  .p-item-detail .item-reserve-text,
  .p-item-detail .item-reserve-release-text,
  .p-item-detail .sale-priod,
  .p-item-detail .purchase-num,
  .p-item-detail .nameprint-description,
  .p-item-detail .nameprint-text,
  .p-item-detail .nameprint-total,
  .p-item-detail .nameprint-character,
  .p-item-detail .item-stock,
  .p-item-detail .review-list-name,
  .p-item-detail .review-score,
  .p-item-detail .review-list-date,
  .p-item-detail .review-list-content,
  .p-item-detail .review-list-text,
  .p-item-detail .btn-review-list,
  .p-item-detail .btn-review-post,
  .p-item-detail .info-area a {
    font-size: 1.5rem !important;
    line-height: 1.8 !important;
  }
  .p-item-detail .c-item-contact-btn-wrap {
    margin-top: 14px;
  }
  .p-item-detail .c-item-contact-btn {
    font-size: 18px;
    padding: 22px 24px;
    border-width: 2px;
    margin-bottom: 14px;
    line-height: 1.8;
  }
  .c-cart-page {
    margin-top: 2.4rem;
  }
  .p-cart .c-cart-page .cart,
  .p-cart .c-cart-page .cart p {
    font-size: 1.5rem !important;
    line-height: 1.8 !important;
  }
  .p-review-post .c-review-post-page,
  .p-review-post .c-review-post-page p,
  .p-review-post .c-review-post-page a,
  .p-review-post .c-review-post-page dl,
  .p-review-post .c-review-post-page dt,
  .p-review-post .c-review-post-page dd,
  .p-review-post .c-review-post-page input,
  .p-review-post .c-review-post-page textarea {
    font-size: 1.5rem !important;
    line-height: 1.8 !important;
  }
  .p-review-list .c-review-list-page {
    font-size: 1.5rem !important;
    line-height: 1.8 !important;
  }
  .p-review-list .c-review-list-page p,
  .p-review-list .c-review-list-page a,
  .p-review-list .c-review-list-page dt,
  .p-review-list .c-review-list-page dd,
  .p-review-list .c-review-list-page input,
  .p-review-list .c-review-list-page textarea {
    font-size: 1.5rem !important;
    line-height: 1.8 !important;
  }
  .p-review-list .c-review-list-page .breadcrumb .breadcrumb-item {
    font-size: 1.5rem !important;
    line-height: 1.8 !important;
  }
  .c-news-list {
    margin-top: 2.4rem;
  }
  .c-news-list__items {
    margin: 0;
  }
  .c-news-list__item a {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 1.2rem 1.4rem;
  }
  .c-news-list__date {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .c-news-list__title,
  .c-news-list__empty {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .c-news-list__empty {
    padding: 1.2rem 1.4rem;
  }
  .c-news-list__pager {
    margin-top: 1.6rem;
  }
  .c-news-list__pager ul,
  .c-news-list__pager .pagination {
    gap: 0.5rem;
  }
  .c-news-list__pager a,
  .c-news-list__pager .pagination > li > a {
    min-width: 3.4rem;
    height: 3.4rem;
    padding: 0 0.8rem;
  }
  .c-news-detail__content {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .c-news-detail__content p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .company_container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .company_container .company_content {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .c-policy pre {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .c-contract {
    margin-top: 2.4rem;
    border-radius: 1rem;
  }
  .c-contract__item {
    grid-template-columns: 1fr;
  }
  .c-contract__title,
  .c-contract__content {
    padding: 1.4rem 1.6rem;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .c-contract__title {
    border-right: none;
    border-bottom: #e4e4e4 1px solid;
  }
}
