@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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.
 */
html,
body {
  margin: 0;
  padding: 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 {
  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,
body {
  -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+.
 */
body {
  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;
  font-weight: bold;
}

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

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

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 52.5%;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6em;
  line-height: 1.5;
  background-color: #fff;
}

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

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

summary::-webkit-details-marker {
  display: none;
}

/* FontFamily */
/* font-weight */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #222;
}

.l-inner {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--lg {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner--lg {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--sm {
  max-width: 1180px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner--sm {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.l-header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 15px 20px;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  margin-right: auto;
  position: relative;
}
.l-header__logo a {
  display: flex;
  align-items: center;
  gap: 11px;
  position: relative;
  cursor: pointer;
  z-index: 40;
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    gap: 7px;
  }
}
.l-header__logo a:hover, .l-header__logo a:focus {
  opacity: 0.7;
  transition: 0.3s;
}
.l-header__logo-main {
  width: 66px;
}
@media screen and (max-width: 767px) {
  .l-header__logo-main {
    width: 44px;
  }
}
.l-header__logo-main img {
  width: 100%;
}
.l-header__logo-text {
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-header__logo-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__container {
    display: none;
  }
}
.l-header__btnwrap {
  display: flex;
  gap: 16px;
}
.l-header__btnwrap .c-btn {
  width: clamp(200px, 15.63vw, 250px);
  padding-block: clamp(8px, 0.88vw, 14px);
  line-height: 2;
}
.l-header__btnwrap .c-btn .text {
  font-size: clamp(12px, 1vw, 1.6rem);
}
.l-header,
.l-header__inner,
.p-sub-nav__link {
  transition: all 0.25s;
}

.c-hamburger-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .c-hamburger-btn {
    display: block;
    position: relative;
    width: 54px;
    height: 54px;
    background: #A8E3CA;
    border-radius: 4px;
    z-index: 20;
  }
  .c-hamburger-btn:focus-visible {
    outline: 2px solid #333;
  }
}
.c-hamburger-btn__text {
  text-transform: uppercase;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.c-hamburger-btn__inner {
  display: block;
  position: relative;
  width: 29px;
  height: 13px;
  margin: 5px auto 0;
}
.c-hamburger-btn__line {
  display: block;
  position: absolute;
  right: 0;
  transition: 0.15s;
  transform: translateY(0) rotate(0);
  width: 100%;
}
.c-hamburger-btn__line::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
}
.c-hamburger-btn__line:nth-of-type(1) {
  top: 0;
}
.c-hamburger-btn__line:nth-of-type(2) {
  top: calc(50% - 1px);
  right: 0;
}
.c-hamburger-btn__line:nth-of-type(3) {
  bottom: 0;
}

.p-sub-nav {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.15s;
    margin-top: 106px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100svh - 106px);
    min-height: auto;
    overflow-y: auto;
    background-color: #F4F4F4;
    transition: 0.15s;
    z-index: 30;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-nav {
    height: calc(100svh - 84px);
    margin-top: 84px;
  }
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__inner {
    position: relative;
    padding-top: 20px;
    padding-inline: 30px;
    z-index: 30;
  }
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__list {
    max-width: 500px;
    margin-inline: auto;
  }
}
.p-sub-nav__list + * {
  margin-top: 38px;
}
.p-sub-nav__item {
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__item {
    cursor: pointer;
  }
}
.p-sub-nav__link {
  display: block;
  padding-block: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
  white-space: nowrap;
  transition: 0.25s;
}
.p-sub-nav__link:hover, .p-sub-nav__link:focus {
  opacity: 0.7;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__btnwrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 23px;
  }
}
.p-sub-nav__btnwrap .c-btn {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__btnwrap .c-btn {
    width: 280px;
  }
}

.l-header.active .c-hamburger-btn__line:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}
.l-header.active .c-hamburger-btn__line:nth-of-type(2) {
  width: 0;
  transition: 0.01s;
}
.l-header.active .c-hamburger-btn__line:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  transform: translateY(50%) rotate(-30deg);
}
@media screen and (max-width: 1023px) {
  .l-header.active .p-sub-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: 0.15s;
  }
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer__copyright {
  background-color: #FFF3F3;
  font-size: 1rem;
  letter-spacing: 0.03em;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

/* -------------------------------------
        l-section
-----------------------------------------*/
.l-section {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 80px;
  }
}

/* -------------------------------------
        l-main
-----------------------------------------*/
.l-main {
  position: relative;
  overflow: hidden;
}
.l-main__under-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-main__under-title {
    padding-bottom: 40px;
    padding-top: 40px;
    min-height: 190px;
  }
}
.l-main__under-title::after {
  background: url(../img/common/undermv-bg.jpg) 50%/cover no-repeat;
  content: "";
  display: block;
  height: 734px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  min-width: 1600px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-main__under-title::after {
    background-image: url(../img/common/undermv-bg_sp.jpg);
    height: 100%;
    min-width: 100%;
  }
}
.l-main__under-title .sub {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-main__under-title .sub {
    font-size: 1.6rem;
  }
}
.l-main__under-title .main {
  color: #A8E3CA;
  font-size: 4.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-main__under-title .main {
    font-size: 2.8rem;
  }
}
.l-main__under-body {
  background-color: #fff;
  border-radius: 40px;
  padding: 100px;
}
@media screen and (max-width: 1280px) {
  .l-main__under-body {
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-main__under-body {
    border-radius: 0;
    padding: 40px 0 100px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .l-main__under-body::before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: calc(100% + 40px);
    z-index: -1;
  }
}
.l-main__under-contents p,
.l-main__under-contents li {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents p,
.l-main__under-contents li {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.l-main__under-contents ul {
  padding-left: 20px;
}
.l-main__under-contents ul.nolist {
  padding-left: 0;
}
.l-main__under-contents .table01 {
  border: 1px solid #CCCCCC;
  margin-left: auto;
  margin-right: auto;
  max-width: 418px;
  width: 100%;
}
.l-main__under-contents .table01 thead {
  background-color: #FBEEED;
}
.l-main__under-contents .table01 thead th {
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents .table01 thead th {
    font-size: 1.4rem;
  }
}
.l-main__under-contents .table01 thead th + th {
  border-left: 1px solid #CCCCCC;
  width: 148px;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents .table01 thead th + th {
    width: 143px;
  }
}
.l-main__under-contents .table01 tbody th,
.l-main__under-contents .table01 tbody td {
  border: 1px solid #CCCCCC;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents .table01 tbody th,
.l-main__under-contents .table01 tbody td {
    font-size: 1.4rem;
  }
}
.l-main__under-contents .table01 tbody th {
  padding: 15px 30px;
}
.l-main__under-contents .table01 tbody th.background {
  padding: 15px 5px;
  text-align: center;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents .table01 tbody th.background {
    width: 59px;
  }
}
.l-main__under-contents .table01 tbody td {
  padding: 15px 20px;
  text-align: center;
}
.l-main__under-contents p + h2,
.l-main__under-contents ul + h2,
.l-main__under-contents ol + h2,
.l-main__under-contents .image + h2,
.l-main__under-contents .table01 + h2 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents p + h2,
.l-main__under-contents ul + h2,
.l-main__under-contents ol + h2,
.l-main__under-contents .image + h2,
.l-main__under-contents .table01 + h2 {
    margin-top: 40px;
  }
}
.l-main__under-contents p + .table01, .l-main__under-contents p + h3,
.l-main__under-contents ul + .table01,
.l-main__under-contents ul + h3,
.l-main__under-contents ol + .table01,
.l-main__under-contents ol + h3,
.l-main__under-contents .image + .table01,
.l-main__under-contents .image + h3,
.l-main__under-contents .table01 + .table01,
.l-main__under-contents .table01 + h3 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents p + .table01, .l-main__under-contents p + h3,
.l-main__under-contents ul + .table01,
.l-main__under-contents ul + h3,
.l-main__under-contents ol + .table01,
.l-main__under-contents ol + h3,
.l-main__under-contents .image + .table01,
.l-main__under-contents .image + h3,
.l-main__under-contents .table01 + .table01,
.l-main__under-contents .table01 + h3 {
    margin-top: 20px;
  }
}
.l-main__under-contents p + *,
.l-main__under-contents ul + *,
.l-main__under-contents ol + *,
.l-main__under-contents .image + *,
.l-main__under-contents .table01 + * {
  margin-top: 15px;
}
.l-main__under-contents p + *.l-main__under-contents-others,
.l-main__under-contents ul + *.l-main__under-contents-others,
.l-main__under-contents ol + *.l-main__under-contents-others,
.l-main__under-contents .image + *.l-main__under-contents-others,
.l-main__under-contents .table01 + *.l-main__under-contents-others {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents p + *.l-main__under-contents-others,
.l-main__under-contents ul + *.l-main__under-contents-others,
.l-main__under-contents ol + *.l-main__under-contents-others,
.l-main__under-contents .image + *.l-main__under-contents-others,
.l-main__under-contents .table01 + *.l-main__under-contents-others {
    margin-top: 40px;
  }
}
.l-main__under-contents h2 {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.5;
  border-bottom: 2px solid #DDDDDD;
  padding-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents h2 {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.l-main__under-contents h2::after {
  background-color: #A8E3CA;
  bottom: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}
.l-main__under-contents h2 + * {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents h2 + * {
    margin-top: 20px;
  }
}
.l-main__under-contents h3 {
  background-color: #EEEEEE;
  border-radius: 4px;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1.7647058824;
  padding: 5px 15px;
}
.l-main__under-contents h3 + * {
  margin-top: 10px;
}
.l-main__under-contents-others {
  background-color: #FEF5F5;
  border-radius: 20px;
  padding: 60px 100px;
}
@media screen and (max-width: 1280px) {
  .l-main__under-contents-others {
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-main__under-contents-others {
    padding: 30px 20px;
  }
}
.l-main__under-contents-others h2 {
  border-bottom: 1px solid #AAAAAA;
  font-size: 1.8rem;
  padding-bottom: 9px;
}
.l-main__under-contents-others h2::after {
  display: none;
}
.l-main__under-contents-others h2 + * {
  margin-top: 20px;
}
.l-main__under-contents-others h3 {
  background-color: transparent;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.875;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents-others h3 {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.l-main__under-contents-others h3 + * {
  margin-top: 0;
}
.l-main__under-contents-others p + *,
.l-main__under-contents-others ul + *,
.l-main__under-contents-others .image + * {
  margin-top: 0;
}
.l-main__under-contents-others p + h3,
.l-main__under-contents-others ul + h3,
.l-main__under-contents-others .image + h3 {
  margin-top: 15px;
}
.l-main__under-contents-others ul li > ul {
  padding-left: 15px;
}
.l-main__under-contents-others ul li > ul li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents-others ul li > ul li {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}
.l-main__under-contents-others ul li > ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 3px;
  margin-left: 6px;
}

/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: grid;
  gap: 40px;
}

.l-grid--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* -------------------------------------
        l-cta
-----------------------------------------*/
.l-cta {
  background: url(../img/common/cta-bg.jpg) 50%/cover no-repeat;
  margin-top: 115px;
  padding-bottom: 70px;
  padding-top: 87px;
}
@media screen and (max-width: 767px) {
  .l-cta {
    background-image: url(../img/common/cta-bg_sp.jpg);
    margin-top: 60px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.l-cta__body {
  background-color: #fff;
  border: 5px solid #FF8062;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 902px;
  padding-bottom: 45px;
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .l-cta__body {
    border-width: 3px;
    border-radius: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.l-cta__lead {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-cta__lead {
    font-size: 1.8rem;
  }
}
.l-cta__lead .c-pink {
  font-weight: 700;
  color: #FF7F9F;
}
.l-cta__lead.underline {
  display: block;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.6153846154;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .l-cta__lead.underline {
    font-size: 2.4rem;
  }
}
.l-cta__lead.underline span {
  display: block;
  position: relative;
}
.l-cta__lead.underline span::before {
  background-color: #FFD8E2;
  bottom: 3px;
  content: "";
  display: block;
  height: 17px;
  left: -5px;
  mix-blend-mode: multiply;
  position: absolute;
  width: calc(100% + 5px);
}
@media screen and (max-width: 767px) {
  .l-cta__lead.underline span::before {
    bottom: -1px;
    height: 16px;
  }
}
.l-cta__lead + * {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-cta__lead + * {
    margin-top: 10px;
  }
}
.l-cta__lead + *.l-cta__lead {
  margin-top: 10px;
}
.l-cta__text {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-cta__text {
    font-size: 1.4rem;
  }
}
.l-cta__text + * {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-cta__text + * {
    margin-top: 15px;
  }
}
.l-cta__btn .c-btn {
  font-size: 1.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
  padding: 18px;
}
@media screen and (max-width: 767px) {
  .l-cta__btn .c-btn {
    font-size: 1.6rem;
    max-width: 320px;
  }
}

/* -------------------------------------
        l-pagetop
-----------------------------------------*/
.l-pagetop {
  bottom: 26px;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
  position: fixed;
  right: 45px;
  transition: all 0.3s;
  width: 96px;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .l-pagetop {
    bottom: 20px;
    right: 20px;
    width: 70px;
  }
}
.l-pagetop:hover, .l-pagetop:focus-visible {
  opacity: 0.7;
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  border-bottom: 2px solid #222;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-primary-title {
    font-size: 2.6rem;
    padding-bottom: 5px;
  }
}
.c-primary-title::before, .c-primary-title::after {
  content: "";
  display: block;
  position: absolute;
}
.c-primary-title::before {
  background-color: #C2FFDC;
  bottom: 0;
  height: 27px;
  mix-blend-mode: multiply;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-primary-title::before {
    height: 20px;
  }
}
.c-primary-title::after {
  background-color: #fff;
  bottom: -2px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
}
.c-primary-title + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-primary-title + * {
    margin-top: 20px;
  }
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  border: 2px solid #FE6591;
  border-radius: 10px;
  background-color: #FE6591;
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 21px;
  position: relative;
  text-align: center;
  transition: all 0.25s;
  z-index: 10;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.8rem;
    padding: 16px;
  }
}
.c-btn:hover, .c-btn:focus {
  background-color: #fff;
  color: #FE6591;
}
.c-btn.--catalog {
  background-color: #FF7F9F;
  border-color: #FF7F9F;
}
.c-btn.--catalog:hover, .c-btn.--catalog:focus {
  background-color: #fff;
  color: #FF7F9F;
  border-color: #FF7F9F;
}

/* -------------------------------------
        p-mv
-----------------------------------------*/
.p-top-mv {
  background: url(../img/top/mv-bg.png) 50%/cover no-repeat;
  padding-bottom: 26.81vw;
  padding-top: 22.38vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    background-image: url(../img/top/mv-bg_sp.png);
    padding-bottom: 47vw;
    padding-top: 50.5vw;
  }
}
.p-top-mv + * {
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .p-top-mv + * {
    margin-top: 22px;
  }
}
.p-top-mv__contents {
  margin-left: auto;
  margin-right: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.p-top-mv__wrap {
  align-items: center;
  display: flex;
  gap: 1.13vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv__wrap {
    gap: 3vw;
  }
}
.p-top-mv__wrap + * {
  margin-top: 1.25vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv__wrap + * {
    margin-top: 3.75vw;
  }
}
.p-top-mv__logo .text {
  font-feature-settings: "palt";
  font-size: max(10px, 0.84vw);
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.7037037037;
}
@media screen and (max-width: 767px) {
  .p-top-mv__logo .text {
    font-size: 2vw;
    letter-spacing: 0.1em;
    line-height: 1.875;
  }
}
.p-top-mv__logo .h1 {
  width: max(96px, 8.06vw);
}
@media screen and (max-width: 767px) {
  .p-top-mv__logo .h1 {
    width: 20vw;
  }
}
.p-top-mv__logo .h1 img {
  width: 100%;
}
.p-top-mv__text {
  display: flex;
  flex-direction: column;
  font-family: "M PLUS 1p", sans-serif;
  font-size: max(31px, 3.44vw);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top-mv__text {
    font-size: 8.25vw;
  }
}
.p-top-mv__text em {
  font-size: max(46px, 5.06vw);
  font-style: normal;
  font-weight: 700;
  line-height: 1.6543209877;
}
@media screen and (max-width: 767px) {
  .p-top-mv__text em {
    font-size: 12.25vw;
    line-height: 1.6530612245;
  }
}
.p-top-mv__text .small {
  font-size: max(19px, 2.13vw);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6470588235;
  margin-top: -1.31vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv__text .small {
    font-size: 5.13vw;
    line-height: 1.6585365854;
    margin-top: -3.25vw;
  }
}
.p-top-mv__btn .c-btn {
  font-size: max(14px, 1.5vw);
  padding: 1.31vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv__btn .c-btn {
    font-size: 4vw;
    padding: 3.75vw;
    width: 80vw;
  }
}

/* -------------------------------------
        p-top
-----------------------------------------*/
.p-top__nav-list {
  background-color: #F4F4F4;
  border-radius: 10rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 106.6rem;
  overflow: hidden;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .p-top__nav-list {
    background-color: transparent;
    border-radius: 0;
    flex-wrap: wrap;
    gap: 9px 5px;
  }
}
@media screen and (max-width: 1023px) {
  .p-top__nav-item {
    width: calc(50% - 2.5px);
  }
}
.p-top__nav-item:last-child {
  flex: 1;
}
.p-top__nav-link {
  border-radius: 10rem;
  display: block;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 2.3rem 5.6rem;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-top__nav-link {
    background-color: #F4F4F4;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__nav-link {
    font-size: 1.3rem;
    padding: 13px;
  }
}
.p-top__nav-link:hover, .p-top__nav-link:focus-visible {
  background-color: #FE6591;
  color: #fff;
}
.p-top__nav + * {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-top__nav + * {
    margin-top: 50px;
  }
}
.p-top__body {
  background-color: #fff;
  border: 6px solid #A8E3CA;
  border-radius: 60px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
  padding: 74px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-top__body {
    padding: 44px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__body {
    border-radius: 30px;
    padding: 34px;
  }
}
.p-top__body.--gray {
  background-color: #F8F8F8;
}
.p-top__body + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top__body + * {
    margin-top: 30px;
  }
}
.p-top__lead {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top__lead {
    font-size: 2rem;
  }
}
.p-top__lead + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__lead + * {
    margin-top: 20px;
  }
}
.p-top__text {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  .p-top__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.p-top__text.--center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top__text.--center {
    text-align: left;
  }
}
.p-top__text + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top__text + * {
    margin-top: 20px;
  }
}

/* -------------------------------------
        p-top-about
-----------------------------------------*/
.p-top-about {
  margin-left: auto;
  margin-right: auto;
  max-width: 160rem;
  position: relative;
}
.p-top-about::before, .p-top-about::after {
  content: "";
  display: block;
  position: absolute;
}
.p-top-about::before {
  aspect-ratio: 223/208;
  background: url(../img/top/about-treat-l.svg) 50%/contain no-repeat;
  left: -1.4rem;
  top: -2.4rem;
  width: 22.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-about::before {
    left: -1.4rem;
    top: -1.5rem;
    width: 11.1rem;
  }
}
.p-top-about::after {
  aspect-ratio: 1/1;
  background: url(../img/top/about-treat-r.svg) 50%/contain no-repeat;
  right: -17.2rem;
  top: -9rem;
  width: 26rem;
}
@media screen and (max-width: 767px) {
  .p-top-about::after {
    right: -5.4rem;
    top: -3.4rem;
    width: 13rem;
  }
}
.p-top-about + * {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-top-about + * {
    margin-top: 60px;
  }
}

/* -------------------------------------
        p-top-purpose
-----------------------------------------*/
.p-top-purpose {
  margin-left: auto;
  margin-right: auto;
  max-width: 160rem;
  position: relative;
}
.p-top-purpose::before, .p-top-purpose::after {
  content: "";
  display: block;
  position: absolute;
}
.p-top-purpose::before {
  aspect-ratio: 485/389;
  background: url(../img/top/purpose-treat-l.svg) 50%/contain no-repeat;
  left: -24.6rem;
  top: -13.6rem;
  width: 48.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-purpose::before {
    left: -8.4rem;
    width: 24rem;
  }
}
.p-top-purpose::after {
  aspect-ratio: 1/1;
  background: url(../img/top/purpose-treat-r.svg) 50%/contain no-repeat;
  bottom: -43rem;
  right: -47.5rem;
  width: 69.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-purpose::after {
    bottom: -24rem;
    right: -20rem;
    width: 35rem;
  }
}
.p-top-purpose .p-top__body {
  border-color: #FDDA8F;
}
.p-top-purpose .c-primary-title::before {
  background-color: #FFE5AE;
}
.p-top-purpose .c-primary-title + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-purpose .c-primary-title + * {
    margin-top: 30px;
  }
}
.p-top-purpose__body.l-grid {
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-purpose__body.l-grid {
    gap: 40px;
  }
}
.p-top-purpose__image + * {
  margin-top: 20px;
}
.p-top-purpose__title {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-purpose__title {
    font-size: 1.9rem;
  }
}
.p-top-purpose__title + * {
  margin-top: 15px;
}
.p-top-purpose__text {
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.p-top-purpose + * {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-top-purpose + * {
    margin-top: 60px;
  }
}

/* -------------------------------------
        p-top-feature
-----------------------------------------*/
.p-top-feature {
  margin-left: auto;
  margin-right: auto;
  max-width: 160rem;
  position: relative;
}
.p-top-feature::before, .p-top-feature::after {
  content: "";
  display: block;
  position: absolute;
}
.p-top-feature::before {
  aspect-ratio: 1/1;
  background: url(../img/top/feature-treat-l-top.svg) 50%/contain no-repeat;
  left: -23rem;
  top: -22.4rem;
  width: 34rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature::before {
    left: -10rem;
    top: -10rem;
    width: 17rem;
  }
}
.p-top-feature::after {
  aspect-ratio: 99/51;
  background: url(../img/top/feature-treat-r-bottom.svg) 50%/contain no-repeat;
  bottom: -5.5rem;
  right: -1.2rem;
  width: 9.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature::after {
    bottom: -2.4rem;
    right: 0.8rem;
    width: 5rem;
  }
}
.p-top-feature .l-inner--lg::after {
  aspect-ratio: 1/1;
  background: url(../img/top/feature-treat-l-bottom.svg) 50%/contain no-repeat;
  bottom: -8.7rem;
  content: "";
  display: block;
  left: -8.2rem;
  position: absolute;
  width: 26rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature .l-inner--lg::after {
    bottom: -4rem;
    left: -3.4rem;
    width: 13rem;
  }
}
.p-top-feature .p-top__body {
  border-color: #E9B4FF;
}
.p-top-feature .c-primary-title::before {
  background-color: #E9B4FF;
}
.p-top-feature .c-primary-title + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-feature .c-primary-title + * {
    margin-top: 30px;
  }
}
.p-top-feature__list.l-grid {
  gap: 60px 27px;
}
@media screen and (max-width: 1023px) {
  .p-top-feature__list.l-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature__list.l-grid {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  .p-top-feature__list-image img {
    width: 100%;
  }
}
.p-top-feature__list-image + * {
  margin-top: 15px;
}
.p-top-feature__list-text {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .p-top-feature__list-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-feature__list-text {
    font-size: 1.6rem;
  }
}
.p-top-feature + * {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .p-top-feature + * {
    margin-top: 60px;
  }
}

/* -------------------------------------
        p-top-lineup
-----------------------------------------*/
.p-top-lineup .c-primary-title::before {
  background-color: #FFD8E2;
}
.p-top-lineup .p-top__text + .p-top-lineup__accordion {
  margin-top: 39px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup .p-top__text + .p-top-lineup__accordion {
    margin-top: 20px;
  }
}
.p-top-lineup .p-top__text + .p-top-lineup__image-list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup .p-top__text + .p-top-lineup__image-list {
    margin-top: 30px;
  }
}
.p-top-lineup__accordion.is-open .p-top-lineup__accordion-btn button .icon .plus {
  opacity: 0;
}
.p-top-lineup__accordion.is-open .p-top-lineup__accordion-btn button .icon .minus {
  opacity: 1;
}
.p-top-lineup__accordion + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__accordion + * {
    margin-top: 20px;
  }
}
.p-top-lineup__accordion-btn {
  background: linear-gradient(to right, #FFB85F 0%, #FF99B6 100%);
  border-radius: 200px;
  padding: 2px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__accordion-btn {
    border-radius: 20px;
  }
}
.p-top-lineup__accordion-btn button {
  align-items: center;
  background-color: #FFF6F3;
  border-radius: 200px;
  display: flex;
  gap: 20px;
  padding: 13px 36px 12px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-top-lineup__accordion-btn button {
    gap: 14px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-lineup__accordion-btn button {
    border-radius: 18px;
    gap: 10px;
    padding: 10px;
  }
}
.p-top-lineup__accordion-btn button .image {
  width: 178px;
}
@media screen and (max-width: 1023px) {
  .p-top-lineup__accordion-btn button .image {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-lineup__accordion-btn button .image {
    width: 90px;
  }
}
.p-top-lineup__accordion-btn button .image img {
  width: 100%;
}
.p-top-lineup__accordion-btn button .text {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 11px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__accordion-btn button .text {
    gap: 5px;
  }
}
.p-top-lineup__accordion-btn button .text .main {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.46875;
}
@media screen and (max-width: 1023px) {
  .p-top-lineup__accordion-btn button .text .main {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-lineup__accordion-btn button .text .main {
    font-size: 2rem;
  }
}
.p-top-lineup__accordion-btn button .text .sub {
  font-size: 1.8rem;
  line-height: 1.2222222222;
}
@media screen and (max-width: 1023px) {
  .p-top-lineup__accordion-btn button .text .sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-lineup__accordion-btn button .text .sub {
    font-size: 1.4rem;
  }
}
.p-top-lineup__accordion-btn button .icon {
  margin-left: auto;
  position: relative;
  width: 43px;
}
@media screen and (max-width: 1023px) {
  .p-top-lineup__accordion-btn button .icon {
    width: 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-lineup__accordion-btn button .icon {
    width: 26px;
  }
}
.p-top-lineup__accordion-btn button .icon img {
  transition: all 0.3s;
}
.p-top-lineup__accordion-btn button .icon .minus {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.p-top-lineup__accordion-body {
  padding-top: 44px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__accordion-body {
    padding-top: 30px;
  }
}
.p-top-lineup__title {
  border-bottom: 3px solid #FF7F9F;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__title {
    border-bottom-width: 2px;
    font-size: 1.8rem;
  }
}
.p-top-lineup__title + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__title + * {
    margin-top: 20px;
  }
}
.p-top-lineup__contents-flex {
  align-items: flex-start;
  display: flex;
  gap: 30px 50px;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .p-top-lineup__contents-flex {
    flex-direction: column;
  }
}
.p-top-lineup__contents-flex > * {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .p-top-lineup__contents-flex > * {
    width: 100%;
  }
}
.p-top-lineup__contents-flex + * {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__contents-flex + * {
    margin-top: 40px;
  }
}
.p-top-lineup__feature-info {
  flex: initial;
  max-width: 470px;
}
@media screen and (max-width: 1280px) {
  .p-top-lineup__feature-info {
    width: 40%;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-lineup__feature-info {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-lineup__feature-image {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.p-top-lineup__feature-image img {
  width: 100%;
}
.p-top-lineup__feature-image + * {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__feature-image + * {
    margin-top: 20px;
  }
}
.p-top-lineup__feature-list li {
  display: flex;
  gap: 23px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__feature-list li {
    gap: 12px;
  }
}
.p-top-lineup__feature-list li + li {
  margin-top: 15px;
}
.p-top-lineup__feature-list + * {
  margin-top: 30px;
}
.p-top-lineup__feature-point {
  align-items: center;
  background: linear-gradient(to bottom, #FF9B7D 0%, #FF8AA8 100%);
  border-radius: 6px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  justify-content: center;
  text-align: center;
  width: 84px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__feature-point {
    font-size: 1.2rem;
    width: 60px;
  }
}
.p-top-lineup__feature-point .num {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__feature-point .num {
    font-size: 2.4rem;
  }
}
.p-top-lineup__feature-body {
  flex: 1;
  padding-bottom: 5px;
  padding-top: 5px;
}
.p-top-lineup__feature-lead {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__feature-lead {
    font-size: 1.65rem;
  }
}
.p-top-lineup__feature-lead + * {
  margin-top: 10px;
}
.p-top-lineup__feature-text {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__feature-text {
    font-size: 1.4rem;
  }
}
.p-top-lineup__feature-text + * {
  margin-top: 10px;
}
.p-top-lineup__feature-table {
  border-top: 1px solid #FFA268;
  width: 100%;
}
.p-top-lineup__feature-table th,
.p-top-lineup__feature-table td {
  border-bottom: 1px solid #FFA268;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8;
  padding: 8px 20px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__feature-table th,
.p-top-lineup__feature-table td {
    font-size: 1.4rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-top-lineup__feature-table thead th:not(:first-child) {
  border-left: 1px solid #FFA268;
  text-align: center;
  width: 185px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__feature-table thead th:not(:first-child) {
    width: auto;
  }
}
.p-top-lineup__feature-table thead th:first-child {
  background-color: #FFEBDC;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__feature-table thead th:first-child {
    width: 80px;
  }
}
.p-top-lineup__feature-table thead th:first-child + th {
  border-left: none;
}
.p-top-lineup__feature-table tbody th {
  background-color: #FFEBDC;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__feature-table tbody th {
    width: 80px;
  }
}
.p-top-lineup__feature-table tbody td {
  text-align: center;
}
.p-top-lineup__feature-table tbody td + td {
  border-left: 1px solid #FFA268;
}
.p-top-lineup__feature-table + * {
  margin-top: 15px;
}
.p-top-lineup__feature-dl {
  border-top: 1px solid #FFA268;
}
.p-top-lineup__feature-dl .inner {
  border-bottom: 1px solid #FFA268;
  display: flex;
}
.p-top-lineup__feature-dt, .p-top-lineup__feature-dd {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
  padding: 8px 20px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__feature-dt, .p-top-lineup__feature-dd {
    font-size: 1.4rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-top-lineup__feature-dt {
  background-color: #FFEBDC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__feature-dt {
    width: 80px;
  }
}
.p-top-lineup__feature-dd {
  flex: 1;
}
.p-top-lineup__feature-dd small {
  display: block;
  font-size: 1.2rem;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__feature-dd small {
    font-size: 1rem;
  }
}
.p-top-lineup__feature-btn .c-btn {
  font-size: 1.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  padding-bottom: 18px;
  padding-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__feature-btn .c-btn {
    font-size: 1.6rem;
  }
}
.p-top-lineup__feature-btn .c-btn::after {
  aspect-ratio: 16/15;
  background-color: #fff;
  content: "";
  display: block;
  -webkit-mask: url(../img/icon/icon_download.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_download.svg) 50%/contain no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.p-top-lineup__feature-btn .c-btn:hover::after, .p-top-lineup__feature-btn .c-btn:focus::after {
  background-color: #FF7F9F;
}
.p-top-lineup__image-title {
  color: #FF8461;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__image-title {
    font-size: 2.2rem;
  }
}
.p-top-lineup__image-title + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__image-title + * {
    margin-top: 20px;
  }
}
.p-top-lineup__image-list {
  display: flex;
  gap: 39px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__image-list {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.p-top-lineup__image-list.--wide {
  gap: 20px 22px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__image-list.--wide {
    flex-direction: column;
  }
}
.p-top-lineup__image-list.--wide li {
  width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .p-top-lineup__image-list.--wide li {
    width: 100%;
  }
}
.p-top-lineup__image-list li {
  width: calc(33.3333333333% - 26px);
}
@media screen and (max-width: 767px) {
  .p-top-lineup__image-list li {
    width: calc(50% - 8px);
  }
}
.p-top-lineup__image-list .image img {
  width: 100%;
}
.p-top-lineup__image-list .image figcaption {
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: 500;
  gap: 5px;
  letter-spacing: 0.03em;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__image-list .image figcaption {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.p-top-lineup__image-list .image figcaption .small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__image-list .image figcaption .small {
    font-size: 1rem;
  }
}
.p-top-lineup__image-list + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__image-list + * {
    margin-top: 25px;
  }
}
.p-top-lineup__setting .p-top-lineup__title, .p-top-lineup__customize .p-top-lineup__title {
  padding-bottom: 8px;
}
.p-top-lineup__setting {
  max-width: 576px;
}
@media screen and (max-width: 1023px) {
  .p-top-lineup__setting {
    max-width: 100%;
    width: 100%;
  }
}
.p-top-lineup__setting-image img {
  width: 100%;
}
.p-top-lineup__customize-text {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__customize-text {
    font-size: 1.4rem;
  }
}
.p-top-lineup__customize-text + * {
  margin-top: 13px;
}
.p-top-lineup__customize-list.l-grid {
  gap: 20px 40px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__customize-list.l-grid {
    gap: 20px 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top-lineup__customize-list .image img {
  width: 100%;
}
.p-top-lineup__customize-list .image figcaption {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__customize-list .image figcaption {
    font-size: 1.2rem;
  }
}
.p-top-lineup__item-title {
  background-color: #F5F5F5;
  border-left: 5px solid #FF7F9F;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-left: 25px;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__item-title {
    font-size: 2rem;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.p-top-lineup__item-title + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__item-title + * {
    margin-top: 15px;
  }
}
.p-top-lineup__item + .p-top-lineup__item {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-lineup__item + .p-top-lineup__item {
    margin-top: 40px;
  }
}

/* -------------------------------------
        utility
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-only-pc {
    display: none;
  }
}

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

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

.u-pc-mt60 {
  margin-top: 60px !important;
}

.u-pc-mt80 {
  margin-top: 80px !important;
}

.u-border-bottom-none {
  border-bottom-width: 0;
}

.u-ml1em {
  margin-left: 1em;
}

/* -------------------------------------
        fade
-----------------------------------------*/
.fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
.fade--top {
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeup {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
.fadeup--top {
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/* 上から */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRightTrigger {
  opacity: 0;
}

/* -------------------------------------
    設定
-----------------------------------------*/