@charset "UTF-8";
/*
  # =================================================================
  # Global selectors
  # =================================================================
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

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

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
  display: block;
}

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

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

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: 0;
}

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

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

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

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  max-width: 100%;
  vertical-align: top;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* ==========================================================================
 Base
========================================================================== */
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 200;
  src: url("../font/noto-sans-cjk/thin/NotoSansCJKjp-Thin-set.eot"), url("../font/noto-sans-cjk/thin/NotoSansCJKjp-Thin-set.woff") format("woff"), url("../font/noto-sans-cjk/thin/NotoSansCJKjp-Thin-set.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 300;
  src: url("../font/noto-sans-cjk/light/NotoSansCJKjp-Light-set.eot"), url("../font/noto-sans-cjk/light/NotoSansCJKjp-Light-set.woff") format("woff"), url("../font/noto-sans-cjk/light/NotoSansCJKjp-Light-set.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../font/noto-sans-cjk/regular/NotoSansCJKjp-Regular-set.eot"), url("../font/noto-sans-cjk/regular/NotoSansCJKjp-Regular-set.woff") format("woff"), url("../font/noto-sans-cjk/regular/NotoSansCJKjp-Regular-set.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 500;
  src: url("../font/noto-sans-cjk/medium/NotoSansCJKjp-Medium-set.eot"), url("../font/noto-sans-cjk/medium/NotoSansCJKjp-Medium-set.woff") format("woff"), url("../font/noto-sans-cjk/medium/NotoSansCJKjp-Medium-set.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("../font/noto-sans-cjk/bold/NotoSansCJKjp-Bold-set.eot"), url("../font/noto-sans-cjk/bold/NotoSansCJKjp-Bold-set.woff") format("woff"), url("../font/noto-sans-cjk/bold/NotoSansCJKjp-Bold-set.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 900;
  src: url("../font/noto-sans-cjk/black/NotoSansCJKjp-Black-set.eot"), url("../font/noto-sans-cjk/black/NotoSansCJKjp-Black-set.woff") format("woff"), url("../font/noto-sans-cjk/black/NotoSansCJKjp-Black-set.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "openSans";
  font-style: normal;
  font-weight: 300;
  src: url("../font/open-sans/OpenSans-Light.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "openSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/open-sans/OpenSans-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "openSans";
  font-style: normal;
  font-weight: 600;
  src: url("../font/open-sans/OpenSans-SemiBold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "openSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/open-sans/OpenSans-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "NotoSeif";
  font-style: normal;
  font-weight: 400;
  src: url("../font/noto-serif/NotoSerifJP-Regular.otf") format("truetype");
  /* Safari, Android, iOS */
}
/* ==========================================================================
 Base
========================================================================== */
html {
  overflow-y: scroll;
  font-size: 0.625em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Osaka", "MS Ｐゴシック", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}

ul {
  list-style: none;
}

img {
  height: auto;
}

sup {
  font-size: 0.6em;
}
sup.small {
  font-size: 0.25em;
  top: -2em;
}
sup.reg {
  font-size: 0.6em;
}

a {
  color: #333;
  display: block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
}
a:hover {
  color: #333;
}
a:active {
  color: #333;
  opacity: 0.8;
}
a:focus {
  outline: 0;
}
a.textLink {
  display: inline;
}

@media screen and (max-width: 767px) {
  sup {
    font-size: 0.6em;
  }
  sup.reg {
    font-size: 0.6em;
  }
}
.l-header {
  width: 100%;
  padding: 2rem 2rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.l-header:has(.is-open) {
  border-bottom: 0.1rem solid #c9c9c9;
}
.l-header:has(.is-open)::after {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: fixed;
  top: 10rem;
  left: 0;
  z-index: 98;
}
.l-header__in {
  max-width: 120rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
.l-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13rem;
            flex: 0 0 13rem;
  }
}
.l-header__burger {
  width: 4rem;
  height: 4rem;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__burger {
    width: 3rem;
    height: 3rem;
    gap: 0.6rem;
  }
}
.l-header__burger::before, .l-header__burger::after {
  width: 100%;
  height: 0.2rem;
  display: block;
  background: #003894;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  content: "";
}
.l-header__burger.is-open::before, .l-header__burger.is-open::after {
  position: absolute;
  margin: auto;
}
.l-header__burger.is-open::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__burger.is-open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header__burger.is-open .l-header__burgerBar {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
  opacity: 0;
}
.l-header__burgerBar {
  width: 100%;
  height: 0.2rem;
  display: block;
  background: #003894;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.l-header__nav {
  width: 100%;
  height: auto;
  padding: 4rem 2rem 6rem;
  background: white;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 0;
  z-index: 99;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -webkit-transition: -webkit-clip-path 0.35s ease-in-out;
  transition: -webkit-clip-path 0.35s ease-in-out;
  transition: clip-path 0.35s ease-in-out;
  transition: clip-path 0.35s ease-in-out, -webkit-clip-path 0.35s ease-in-out;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    padding-bottom: 4rem;
  }
}
.l-header__nav.is-open {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  pointer-events: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}
.l-header__navList {
  max-width: 107rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 4rem;
}
@media screen and (max-width: 767px) {
  .l-header__navList {
    display: block;
    border-top: 0.1rem solid #c9c9c9;
  }
}
.l-header__navItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 8rem) / 3);
          flex: 0 0 calc((100% - 8rem) / 3);
  border-bottom: 0.1rem solid #c9c9c9;
}
.l-header__navItem:last-child .l-header__navLink::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header__navItem:nth-child(1), .l-header__navItem:nth-child(2), .l-header__navItem:nth-child(3) {
  border-top: 0.1rem solid #c9c9c9;
}
@media screen and (max-width: 767px) {
  .l-header__navItem:nth-child(1), .l-header__navItem:nth-child(2), .l-header__navItem:nth-child(3) {
    border-top: none;
  }
}
.l-header__navLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1.5rem 1rem;
  color: #003894;
  font-size: 1.6rem;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.l-header__navLink:link, .l-header__navLink:visited {
  color: #003894;
}
.l-header__navLink:hover, .l-header__navLink:active {
  opacity: 0.75;
}
.l-header__navLink::after {
  width: 1rem;
  height: 1rem;
  display: block;
  border-right: 0.1rem solid #003894;
  border-bottom: 0.1rem solid #003894;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  position: relative;
  bottom: 0.2rem;
}
.l-header__navFooter {
  margin-top: 6rem;
  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: 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .l-header__navFooter {
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    gap: 4.4776119403%;
  }
}
.l-header__navFooterLink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24rem;
          flex: 0 0 24rem;
  height: 6rem;
  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;
  background: -webkit-linear-gradient(166deg, #1152A3 -0.39%, #013A95 98.57%);
  background: linear-gradient(284deg, #1152A3 -0.39%, #013A95 98.57%);
  border: 0.1rem solid #fff;
  border-radius: 0.6rem;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .l-header__navFooterLink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.7611940299%;
            flex: 0 0 47.7611940299%;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Osaka", "MS Ｐゴシック", Arial, Helvetica, sans-serif;
  }
}
.l-header__navFooterLink:link, .l-header__navFooterLink:visited {
  color: #fff;
}
.l-header__navFooterLink:hover, .l-header__navFooterLink:active {
  color: #fff;
  opacity: 0.75;
}

.l-contents {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .l-contents {
    padding-top: 6rem;
  }
}
.l-contents-kv {
  position: relative;
}
.l-contents-kv::after {
  width: 100%;
  height: 100%;
  background: url(../images/lp_sheet_mask2026/img_kv.jpg) top left/100% auto no-repeat #5F97FC;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
}
@media screen and (max-width: 767px) {
  .l-contents-kv::after {
    background-image: url(../images/lp_sheet_mask2026/img_kv_sp.jpg);
    top: 0;
  }
}
.l-contents-kv img {
  width: 100%;
  height: auto;
}
.l-contents-kv__box {
  position: absolute;
  top: 16.6666666667vw;
  left: 43.0555555556vw;
}
@media screen and (max-width: 767px) {
  .l-contents-kv__box {
    width: 100%;
    top: 5.3333333333vw;
    left: 0vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.l-contents-kv__ttl {
  width: 38.8888888889vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-contents-kv__ttl {
    width: 12.8vw;
    margin-left: auto;
    margin-right: 2.6666666667vw;
  }
}
.l-contents-kv__buttons {
  width: 38.8888888889vw;
  margin-top: 6.9444444444vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.7777777778vw 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .l-contents-kv__buttons {
    width: 100%;
    margin-top: 25.3333333333vw;
    gap: 8vw 4.4776119403%;
  }
}
.l-contents-kv__buttons .c-button {
  max-width: 18.75vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.75vw;
          flex: 0 0 18.75vw;
}
@media screen and (max-width: 767px) {
  .l-contents-kv__buttons .c-button {
    max-width: 47.7611940299%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.7611940299%;
            flex: 0 0 47.7611940299%;
  }
}
.l-contents-kv__buttons .c-button--campaign {
  max-width: 19.0277777778vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19.0277777778vw;
          flex: 0 0 19.0277777778vw;
}
@media screen and (max-width: 767px) {
  .l-contents-kv__buttons .c-button--campaign {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.l-contents-kv__date {
  width: 13.1944444444vw;
  height: auto;
  position: absolute;
  top: 4.2361111111vw;
  left: 24.6527777778vw;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .l-contents-kv__date {
    width: 24vw;
    top: 18.6666666667vw;
    left: 48.2666666667vw;
  }
}
.l-contents-kv__bg {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.l-contents-bg-blue {
  padding: 6rem 0 12rem;
  background: #5F97FC;
}
@media screen and (max-width: 767px) {
  .l-contents-bg-blue {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: #558AEC;
  }
}
.l-contents-bg-perl {
  padding: 6rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .l-contents-bg-perl {
    padding-bottom: 8rem;
  }
}
.l-contents-bg-shine {
  padding: 12rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .l-contents-bg-shine {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.l-contents-rescue-care {
  max-width: 104rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.l-contents-rescue-care::after {
  width: 100%;
  max-width: 100rem;
  height: 0.1rem;
  margin: 0 auto;
  display: block;
  background: #548AEC;
  content: "";
}
.l-contents-rescue-care__ttl {
  margin-bottom: 4rem;
  color: #003894;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .l-contents-rescue-care__ttl {
    font-size: 3rem;
    font-weight: 400;
  }
}
.l-contents-rescue-care__box {
  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: 4rem;
}
@media screen and (max-width: 767px) {
  .l-contents-rescue-care__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.l-contents-rescue-care__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.7%;
          flex: 0 0 41.7%;
}
.l-contents-rescue-care__wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
}
.l-contents-rescue-care__txt {
  margin-bottom: 4rem;
  color: #003894;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .l-contents-rescue-care__txt {
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
  }
}
.l-contents-rescue-care__link {
  max-width: 34rem;
  min-height: 4.2rem;
  padding: 0 2.8rem;
  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;
  border-radius: 30px;
  border: 1px solid #548AEC;
  background: #FFF;
  color: #003894;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  position: relative;
}
.l-contents-rescue-care__link:nth-of-type(1) {
  margin-bottom: 1rem;
}
.l-contents-rescue-care__link > img[src*=icon_ancher] {
  width: 1.4rem;
  position: absolute;
  right: 1rem;
}
@media screen and (max-width: 767px) {
  .l-contents-rescue-care__link > img[src*=icon_ancher] {
    width: 1.4rem;
  }
}
.l-contents-rescue-care__small {
  margin-top: 3rem;
  color: #555;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.l-contents-rescue-care__data {
  max-width: 71.5rem;
  margin: 0 auto;
  padding: 2rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .l-contents-rescue-care__data {
    padding-bottom: 2rem;
  }
}
.l-contents-rescue-care__data dt {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .l-contents-rescue-care__data dt {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
}
.l-contents-rescue-care__dataWrap {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.l-contents-rescue-care__dataWrap > span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.l-contents-rescue-care__dataLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem 0.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border: 0.1rem solid #000;
}
.l-contents-rescue-care__dataSmall {
  display: block;
  color: #555;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.l-contents-rescue-care__dataSmall > span {
  display: block;
  text-indent: -1.8rem;
  padding-left: 1.8rem;
}
.l-contents-rescue-tenminutes {
  padding: 8rem 2rem 0;
}
@media screen and (max-width: 767px) {
  .l-contents-rescue-tenminutes {
    padding-top: 4rem;
  }
}
.l-contents-rescue-tenminutes__ttl {
  margin-bottom: 2rem;
  color: #003894;
  color: #003894;
  text-align: center;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .l-contents-rescue-tenminutes__ttl {
    font-size: 3rem;
  }
}
.l-contents-rescue-tenminutes__box {
  max-width: 90.2rem;
  margin: 0 auto 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-contents-rescue-tenminutes__box {
    margin-left: -2rem;
    margin-right: -2rem;
    display: block;
  }
}
.l-contents-rescue-tenminutes__img:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.1452991453%;
          flex: 0 0 49.1452991453%;
}
.l-contents-rescue-tenminutes__img:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.5427350427%;
          flex: 0 0 47.5427350427%;
  margin-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .l-contents-rescue-tenminutes__img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-rescue-tenminutes__img:nth-child(2) img {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.l-contents-rescue-tenminutes__recommend {
  margin: 0 auto;
  padding: 4rem 2rem;
  background: #fff;
}
.l-contents-rescue-tenminutes__container {
  max-width: 66rem;
  margin: 0 auto;
}
.l-contents-rescue-tenminutes__label {
  max-width: 20.2rem;
  width: 100%;
  height: auto;
  margin: 0 auto 2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-contents-rescue-tenminutes__label {
    max-width: 14.7rem;
  }
}
.l-contents-rescue-tenminutes__subttl {
  margin-bottom: 2rem;
  color: #003894;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .l-contents-rescue-tenminutes__subttl {
    font-size: 1.7rem;
  }
}
.l-contents-rescue-tenminutes__connect {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  position: relative;
}
.l-contents-rescue-tenminutes__connect > span {
  position: relative;
  z-index: 1;
}
.l-contents-rescue-tenminutes__connect svg {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.l-contents-rescue-tenminutes__txt {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .l-contents-rescue-tenminutes__txt {
    font-size: 1.4rem;
  }
}
.l-contents-rescue-tenminutes__txt > span {
  color: #003894;
  font-weight: 500;
}
.l-contents-rescue-tenminutes__small {
  color: #555;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.l-contents-rescue-tenminutes__small--content {
  max-width: 90.2rem;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-contents-rescue-tenminutes__small--content {
    text-align: left;
  }
}
.l-contents-feature {
  max-width: 104rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.l-contents-feature__ttl {
  margin-bottom: 4rem;
  padding-top: 4rem;
  color: #003894;
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36rem;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__ttl {
    padding-top: 0;
    font-size: 2rem;
  }
}
.l-contents-feature__subttl {
  margin-bottom: 4rem;
  color: #003894;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__subttl {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
.l-contents-feature__subttl--mbs {
  margin-bottom: 2rem;
}
.l-contents-feature__subttl--s {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  letter-spacing: 0.195rem;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__subttl--s {
    font-size: 1.6rem;
  }
}
.l-contents-feature__subttl--fz-s {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  letter-spacing: 0.195rem;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__subttl--fz-s {
    font-size: 1.8rem;
  }
}
.l-contents-feature__subttl--em {
  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: 1rem;
}
.l-contents-feature__subttl--em::before, .l-contents-feature__subttl--em::after {
  width: 0.2rem;
  height: 2.5rem;
  display: block;
  background: #003894;
  content: "";
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.l-contents-feature__subttl--em::before {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.l-contents-feature__subttl--em::after {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.l-contents-feature__txt {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__txt {
    margin-bottom: 2rem;
    text-align: left;
  }
}
.l-contents-feature__box {
  margin-bottom: 4rem;
  padding: 4rem 8rem;
  background: #fff;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.l-contents-feature__box:last-child {
  margin-bottom: 0;
}
.l-contents-feature__sectionTtl {
  margin-bottom: 4rem;
  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: 2rem;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__sectionTtl {
    margin-bottom: 2rem;
    gap: 1rem;
  }
}
.l-contents-feature__sectionHead {
  text-align: center;
}
.l-contents-feature__sectionHeadLine {
  margin-bottom: 0.5rem;
  display: block;
  color: #003894;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__sectionHeadLine {
    font-size: 2rem;
  }
}
.l-contents-feature__sectionHeadTitle {
  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: 1rem;
}
.l-contents-feature__sectionHeadTitleBefore {
  margin-bottom: 2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__sectionHeadTitleBefore {
    margin-bottom: 0;
  }
}
.l-contents-feature__sectionHeadTitleAfter {
  margin-top: 2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__sectionHeadTitleAfter {
    margin-top: 0;
  }
}
.l-contents-feature__sectionHeadTitleTxt {
  color: #003894;
  text-align: center;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__sectionHeadTitleTxt {
    font-size: 3.5rem;
  }
}
.l-contents-feature__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7rem;
          flex: 0 0 7rem;
  width: 7rem;
  height: 7rem;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.5rem;
            flex: 0 0 5.5rem;
    width: 5.5rem;
    height: 5.5rem;
  }
}
.l-contents-feature__labelBg {
  width: 100%;
  height: 100%;
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 0;
}
.l-contents-feature__labelTxt {
  color: #003894;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__labelTxt {
    font-size: 1rem;
  }
}
.l-contents-feature__labelNum {
  color: #003894;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__labelNum {
    font-size: 2.4rem;
  }
}
.l-contents-feature__wrap {
  max-width: 84rem;
  width: 100%;
  margin: 0 auto 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 4.7619047619%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__wrap {
    margin-bottom: 1rem;
    display: block;
  }
}
.l-contents-feature__wrap--col {
  max-width: 60rem;
  margin-top: 4rem;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__wrap--col {
    margin-top: 2rem;
  }
}
.l-contents-feature__wrap img {
  width: 100%;
}
.l-contents-feature__picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 71.6666666667%;
          flex: 0 0 71.6666666667%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__picture {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    display: block;
    text-align: center;
  }
}
.l-contents-feature__data {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 57.1428571429%;
          flex: 0 1 57.1428571429%;
}
.l-contents-feature__dataBox {
  padding: 0 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__dataBox {
    padding: 0 0 1rem;
  }
}
.l-contents-feature__dataBox:nth-of-type(2) {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__dataBox:nth-of-type(2) {
    padding-top: 1rem;
  }
}
.l-contents-feature__dataBox dt {
  margin-bottom: 1rem;
  color: #003894;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__dataBox dt {
    font-size: 1.6rem;
  }
}
.l-contents-feature__dataBox dt > span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__dataBox dt > span {
    font-size: 1.2rem;
  }
}
.l-contents-feature__dataBox dd {
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background: #CDDFFF;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__dataBox dd {
    font-size: 1.4rem;
  }
}
.l-contents-feature__dataBox dd:last-child {
  margin-bottom: 0;
}
.l-contents-feature__small {
  margin-bottom: 4rem;
  color: #555;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.l-contents-feature__component {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.619047619%;
          flex: 0 0 47.619047619%;
  padding: 2rem 2rem;
  border-radius: 1rem;
  background: #CDDFFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__component {
    margin-bottom: 1rem;
  }
  .l-contents-feature__component:last-child {
    margin-bottom: 0;
  }
}
.l-contents-feature__component .title {
  margin-bottom: 2rem;
  padding: 0.75rem 0;
  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;
  text-align: center;
  gap: 1rem;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__component .title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.l-contents-feature__component .title[data-label-new]::before {
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1/1;
  display: block;
  background: #F26397;
  border-radius: 2rem;
  content: "New";
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4rem;
}
.l-contents-feature__component .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10.7rem;
  margin: 1.7rem auto 1rem;
  padding: 0.5rem 1rem 0.7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2rem;
  border: 0.1rem solid #003894;
  background: #FFF;
  color: #003894;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.l-contents-feature__component .more::before, .l-contents-feature__component .more::after {
  margin: auto;
  content: "";
  background: #003894;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.l-contents-feature__component .more::before {
  width: 1.2rem;
  height: 0.15rem;
  right: 1rem;
  bottom: 0;
}
.l-contents-feature__component .more::after {
  height: 0;
  width: 0.15rem;
  right: 1.5rem;
  bottom: 0;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.l-contents-feature__component .more.is-open {
  height: 1.2rem;
}
.l-contents-feature__component .wrap {
  display: block;
}
.l-contents-feature__component .name {
  margin-bottom: 1rem;
  padding: 0.2rem 0;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border-bottom: 0.1rem solid #000;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__component .name {
    font-size: 1.3rem;
  }
}
.l-contents-feature__component .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5.5555555556%;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__component .container {
    gap: 0 7.8431372549%;
  }
}
.l-contents-feature__component .picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.7777777778%;
          flex: 0 0 27.7777777778%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__component .picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.3725490196%;
            flex: 0 0 31.3725490196%;
    max-width: 10rem;
  }
}
.l-contents-feature__component .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__component .text {
    font-size: 1.2rem;
  }
}
.l-contents-feature__component .small {
  margin-top: 1rem;
  display: block;
  color: #555;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.l-contents-feature__column {
  max-width: 84rem;
  width: 100%;
  margin: 4rem auto 0;
  padding: 4rem 2rem;
  background: #fff;
  border: 0.1rem solid #003894;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__column {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
}
.l-contents-feature__column .label {
  max-width: 20.2rem;
  width: 100%;
  height: auto;
  margin: 0 auto 2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__column .label {
    max-width: 14.7rem;
  }
}
.l-contents-feature__column .title {
  max-width: 64rem;
  width: 100%;
  margin: 0 auto;
  color: #003894;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__column .title {
    font-size: 1.7rem;
  }
}
.l-contents-feature__column .list {
  max-width: 42rem;
  width: 100%;
  margin: 4rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.7619047619%;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__column .list {
    width: calc(100% + 0.2rem);
    margin-top: 2rem;
    margin-left: -0.1rem;
    margin-right: -0.1rem;
    gap: 1.9607843137%;
  }
}
.l-contents-feature__column .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.619047619%;
          flex: 0 0 47.619047619%;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__column .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49.0196078431%;
            flex: 0 0 49.0196078431%;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-feature__column .container {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
    display: block;
  }
}
.l-contents-feature__column .content {
  margin-top: 1rem;
  display: block;
  text-align: center;
  color: #003894;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__column .content {
    margin-top: 0.5rem;
    text-align: center;
    display: block;
    font-size: 1.1rem;
  }
}
.l-contents-feature__column .picture {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 53.3333333333%;
          flex: 1 0 53.3333333333%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.l-contents-feature__column .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-contents-feature__column .box {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.l-contents-feature__column .small {
  margin-top: 1rem;
  display: block;
  color: #555;
  text-align: right;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.l-contents-feature__column .note {
  margin-top: 2rem;
  padding: 1rem 1rem 0.8rem;
  border-radius: 10px;
  background: #003894;
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  position: relative;
}
.l-contents-feature__column .note::before {
  width: 3rem;
  margin: 0 auto;
  content: "";
  display: block;
  border-bottom: 2rem solid #003894;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}
.l-contents-feature__note {
  margin-top: 4rem;
  color: #555;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__note {
    margin-top: 2rem;
  }
}
.l-contents-feature__note--alt-mg {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__note--alt-mg {
    margin-bottom: 2rem;
  }
}
.l-contents-feature__note--alt-mg-2 {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__note--alt-mg-2 {
    margin-bottom: 2rem;
    padding-left: 0;
  }
}
.l-contents-feature__note li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.l-contents-feature__list {
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #BABABA;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__list {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-contents-feature__list:first-child {
  border-top: 0.1rem solid #BABABA;
}
.l-contents-feature__list:last-child {
  margin-bottom: 0;
}
.l-contents-feature__list .small {
  color: #555;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
}
.l-contents-feature__block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.l-contents-feature__block[data-label-new]::before {
  width: 4.2rem;
  height: 4.2rem;
  aspect-ratio: 1/1;
  display: block;
  background: #F26397;
  border-radius: 2.4rem;
  content: "New";
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4rem;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__block[data-label-new]::before {
    width: 4rem;
    height: 4rem;
  }
}
.l-contents-feature__block .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6rem;
          flex: 0 0 6rem;
  margin-left: auto;
}
.l-contents-feature__block .text {
  margin-left: 2rem;
  margin-right: 2rem;
  color: #003894;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__block .text {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.5rem;
  }
}
.l-contents-feature__image {
  margin-bottom: 2rem;
}
.l-contents-feature__image .wrap {
  max-width: 40.6rem;
  margin: 0 auto;
  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: 4.9261083744%;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__image .wrap {
    gap: 3.3898305085%;
  }
}
.l-contents-feature__image .picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.5566502463%;
          flex: 0 0 29.5566502463%;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__image .picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30.5084745763%;
            flex: 0 0 30.5084745763%;
  }
}
.l-contents-feature__image .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__image .text {
    line-height: 120%;
  }
}
.l-contents-feature__image .text em {
  margin-bottom: 1rem;
  display: block;
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__image .text em {
    font-size: 1.4rem;
  }
}
.l-contents-feature__image .text span {
  display: block;
  color: #555;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-contents-feature__image .text span {
    font-size: 1.2rem;
  }
}
.l-contents-voice {
  padding: 4rem 2rem;
  background: #F2F0EB;
}
.l-contents-voice__ttl {
  color: #003894;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.l-contents-voice__list {
  max-width: 98rem;
  margin: 4rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.0816326531%;
}
.l-contents-voice__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.612244898%;
          flex: 0 0 30.612244898%;
}
.l-contents-voice__img {
  margin-bottom: 1rem;
  text-align: center;
}
.l-contents-voice__img img {
  max-width: 12rem;
  width: 100%;
  height: auto;
}
.l-contents-voice__head {
  margin-bottom: 1rem;
  color: #F26397;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.l-contents-voice__body {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.l-contents-campaign {
  padding: 0 2rem;
}
.l-contents-campaign__inner {
  max-width: 100rem;
  margin: 0 auto;
}
.l-contents-campaign__label {
  max-width: 20.2rem;
  width: 100%;
  height: auto;
  margin: 0 auto 3rem;
  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: 2rem;
}
@media screen and (max-width: 767px) {
  .l-contents-campaign__label {
    max-width: 15.4rem;
  }
}
.l-contents-campaign__label::before, .l-contents-campaign__label::after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
  width: 10rem;
  height: 0.1rem;
  display: block;
  background: #003894;
  content: "";
}
@media screen and (max-width: 767px) {
  .l-contents-campaign__label::before, .l-contents-campaign__label::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.05rem;
            flex: 0 0 7.05rem;
    width: 7.05rem;
  }
}
.l-contents-campaign__copy {
  margin-bottom: 4rem;
  text-align: center;
  color: #003894;
}
.l-contents-campaign__top {
  display: block;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .l-contents-campaign__top {
    font-size: 2.5rem;
  }
}
.l-contents-campaign__main {
  display: block;
  font-size: 5rem;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .l-contents-campaign__main {
    font-size: 3.5rem;
  }
}
.l-contents-campaign__em {
  color: #F26397;
  font-size: 5.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .l-contents-campaign__em {
    font-size: 4rem;
  }
}
.l-contents-campaign__bottom {
  display: block;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .l-contents-campaign__bottom {
    font-size: 3rem;
  }
}
.l-contents-campaign__imgBox {
  max-width: 46.6%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-contents-campaign__imgBox {
    max-width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.l-contents-campaign__imgBox .balloon {
  width: 15rem;
  height: 15rem;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border: 0.1rem solid #548AEC;
  border-radius: 50%;
  position: absolute;
  top: -7.5rem;
  left: -9rem;
}
@media screen and (max-width: 767px) {
  .l-contents-campaign__imgBox .balloon {
    width: 12rem;
    height: 12rem;
    top: -3.9rem;
    left: 2rem;
  }
}
.l-contents-campaign__imgBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5rem;
  color: #003894;
}
.l-contents-campaign__imgBox .date {
  font-size: 3.5rem;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .l-contents-campaign__imgBox .date {
    font-size: 2.5rem;
  }
}
.l-contents-campaign__imgBox .week {
  font-size: 2rem;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .l-contents-campaign__imgBox .week {
    font-size: 1.6rem;
  }
}
.l-contents-campaign__imgBox .txt {
  color: #003894;
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .l-contents-campaign__imgBox .txt {
    font-size: 1.6rem;
  }
}
.l-contents-campaign__data {
  margin-bottom: 4rem;
  text-align: center;
}
.l-contents-campaign__dataTtl {
  margin-bottom: 1rem;
  color: #003894;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.l-contents-campaign__dataTxt {
  color: #003894;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .l-contents-campaign__dataTxt {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }
}
.l-contents-campaign__cta {
  max-width: 26rem;
  min-height: 6rem;
  margin: 0 auto 4rem;
  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;
  border-radius: 0.6rem;
  border: 0.15rem solid #FFF;
  background: #F26397;
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.l-contents-campaign__cta:link, .l-contents-campaign__cta:visited {
  color: #FFF;
}
.l-contents-campaign__cta:hover, .l-contents-campaign__cta:active {
  color: #FFF;
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .l-contents-campaign__cta {
    min-height: 5rem;
    font-size: 1.8rem;
  }
}
.l-contents-campaign__terms {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 4rem;
  -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;
  background: #fff;
  gap: 2rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border: 1px solid #548AEC;
}
@media screen and (max-width: 767px) {
  .l-contents-campaign__terms {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.l-contents-campaign__terms .l-contents-campaign__txt {
  max-height: 15.6rem;
  padding-right: 1.2rem;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #003894 #c9c9c9;
}
.l-contents-campaign__terms .l-contents-campaign__txt::-webkit-scrollbar {
  width: 0.8rem;
  height: 0.8rem;
}
.l-contents-campaign__terms .l-contents-campaign__txt::-webkit-scrollbar-track {
  background: #c9c9c9;
  border-radius: 0.4rem;
}
.l-contents-campaign__terms .l-contents-campaign__txt::-webkit-scrollbar-thumb {
  background-color: #003894;
  border-radius: 0.4rem;
}
.l-contents-campaign__contact {
  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: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.l-contents-campaign__ttl {
  color: #003894;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .l-contents-campaign__ttl {
    font-size: 1.8rem;
  }
}
.l-contents-campaign__txt {
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.l-contents-campaign__txt--ta-center {
  text-align: center;
}
.l-contents-campaign__tel {
  color: #F26397;
  text-align: center;
  font-family: "Akshar", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.l-contents-campaign__tel a {
  color: #F26397;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.l-contents-campaign__tel a:link, .l-contents-campaign__tel a:visited {
  color: #F26397;
}
.l-contents-campaign__tel a:hover, .l-contents-campaign__tel a:active {
  opacity: 0.75;
}
.l-contents-campaign__time {
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.l-footer {
  padding-top: 12rem;
  border-top: 0.1rem solid #bababa;
  background: #fff;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 8rem;
  }
}
.l-footer .sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .l-footer .sp {
    display: inline-block !important;
  }
}

.l-footer .l-footer-btn {
  padding: 0 2rem;
  text-align: center;
}

.l-footer .head {
  width: 100%;
  border-bottom: 1px solid #bababa;
  padding: 8rem 0 8rem 0;
}

@media screen and (max-width: 767px) {
  .l-footer .head {
    padding: 15% 0 15% 0;
  }
}
.l-footer .head .logo {
  width: 15.4rem;
  margin: 0 auto 3.5rem auto;
}

@media screen and (max-width: 767px) {
  .l-footer .head .logo {
    width: 50%;
    margin: 0 auto 15% auto;
  }
}
.l-footer .head ul {
  width: 8rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .l-footer .head ul {
    width: 24%;
  }
}
.l-footer .head ul li {
  width: 26px;
}

@media screen and (max-width: 767px) {
  .l-footer .head ul li {
    width: 33%;
  }
}
.l-footer .bottom {
  width: 100%;
  max-width: 98rem;
  margin: 40px auto 0 auto;
  padding-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .l-footer .bottom {
    width: 100%;
    margin: 20% auto 0 auto;
  }
}
.l-footer .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer .bottom ul.img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}

@media screen and (max-width: 767px) {
  .l-footer .bottom ul.img {
    display: block;
  }
}
.l-footer .bottom ul.img li {
  width: 15.4rem;
}

@media screen and (max-width: 767px) {
  .l-footer .bottom ul.img li {
    width: 50%;
    margin: 0 auto 10% auto;
  }
  .l-footer .bottom ul.img li img {
    width: 100%;
  }
}
.l-footer .bottom ul.txt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .l-footer .bottom ul.txt {
    width: 90%;
    margin: 20% auto 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer .bottom ul.txt li {
  font-size: 1.4rem;
  padding: 0 2rem 0 2rem;
  border-right: 1px solid #707070;
  color: #707070;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .l-footer .bottom ul.txt li {
    width: auto;
    padding: 0 3% 0 3%;
    border-right: 0.1rem solid #707070;
    font-size: 1.2rem;
  }
}
.l-footer .bottom ul.txt li a, .l-footer .bottom ul.txt li button {
  color: #707070;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .l-footer .bottom ul.txt li a, .l-footer .bottom ul.txt li button {
    font-size: 1.2rem;
  }
}
.l-footer .bottom ul.txt li:last-child {
  border-right: none;
}

@media screen and (max-width: 767px) {
  .l-footer .bottom ul.txt li:last-child {
    padding-right: 0;
  }
}
.l-footer .bottom .copy {
  text-align: center;
  font-size: 1rem;
  margin-top: 3rem;
  color: #bababa;
}

@media screen and (max-width: 767px) {
  .l-footer .bottom .copy {
    margin-top: 10%;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 5%;
  }
}
#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
  color: #68b631;
  border: 0.1rem solid #68b631;
  height: auto;
  white-space: normal;
  word-wrap: break-word;
  padding: 0.8em 2em;
  font-size: 0.8em;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
  color: #fff;
  background-color: #68b631;
}

.c-button {
  width: 100%;
  height: auto;
  min-height: 4.1666666667vw;
  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: 1.0416666667vw;
  background: #003894;
  line-height: 140%;
  color: #fff;
  font-size: 1.25vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-button {
    min-height: 18.1333333333vw;
    padding-left: 5.3333333333vw;
    padding-right: 2.6666666667vw;
    gap: 2.3093333333vw;
    font-size: 3.7333333333vw;
  }
}
.c-button:link, .c-button:visited {
  color: #fff;
}
.c-button:hover {
  color: #fff;
}
.c-button:hover::before, .c-button:hover::after {
  opacity: 1;
}
.c-button:hover::before {
  -webkit-animation: cbtn-draw-top 0.14s linear both 0s;
          animation: cbtn-draw-top 0.14s linear both 0s;
}
.c-button:hover::after {
  -webkit-animation: cbtn-draw-bottom 0.14s linear both 0.24s;
          animation: cbtn-draw-bottom 0.14s linear both 0.24s;
}
.c-button:hover > span::before, .c-button:hover > span::after {
  opacity: 1;
}
.c-button:hover > span::after {
  -webkit-animation: cbtn-draw-right 0.14s linear both 0.12s;
          animation: cbtn-draw-right 0.14s linear both 0.12s;
}
.c-button:hover > span::before {
  -webkit-animation: cbtn-draw-left 0.14s linear both 0.36s;
          animation: cbtn-draw-left 0.14s linear both 0.36s;
}
.c-button:active {
  opacity: 0.5;
}
.c-button::before, .c-button::after {
  width: 88.8888888889%;
  height: 0.1rem;
  display: block;
  background: #fff;
  content: "";
  position: absolute;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  .c-button::before, .c-button::after {
    width: 87.5%;
  }
}
.c-button::before {
  top: 0;
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.c-button::after {
  right: 0;
  bottom: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.c-button > span::before, .c-button > span::after {
  width: 0.1rem;
  height: 100%;
  display: block;
  background: #fff;
  content: "";
  position: absolute;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  will-change: transform, opacity;
}
.c-button > span::before {
  top: 0;
  left: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.c-button > span::after {
  right: 0;
  bottom: 0;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.c-button img[src*=icon_map] {
  width: 1.6208333333vw;
}
@media screen and (max-width: 767px) {
  .c-button img[src*=icon_map] {
    width: 6.224vw;
  }
}
.c-button img[src*=icon_cart] {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-button img[src*=icon_cart] {
    width: 7.552vw;
    display: block;
  }
}
.c-button img[src*=icon_ancher] {
  width: 0.9722222222vw;
  position: absolute;
  right: 0;
  right: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .c-button img[src*=icon_ancher] {
    width: 3.7333333333vw;
    position: absolute;
    right: 4vw;
  }
}
.c-button .c-button__ancher {
  width: 0.9722222222vw;
  position: absolute;
  right: 0;
  right: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .c-button .c-button__ancher {
    width: 3.7333333333vw;
    position: absolute;
    right: 4vw;
  }
}
.c-button--campaign {
  background: #F26397;
  border-radius: 2.7777777778vw;
  min-height: 3.4722222222vw;
  gap: 1.7361111111vw;
  border: 0.1rem solid transparent;
}
.c-button--campaign:hover {
  background: #fff;
  border-color: #F26397;
  color: #F26397;
}
.c-button--campaign:hover .c-button__ancher path {
  stroke: #F26397;
}
@media screen and (max-width: 767px) {
  .c-button--campaign {
    min-height: 13.3333333333vw;
    padding-left: 4vw;
    padding-right: 4vw;
    border-radius: 10.6666666667vw;
    gap: 2.3093333333vw;
  }
}
.c-button--campaign::before, .c-button--campaign::after {
  content: none;
}
.c-button--campaign > span::before, .c-button--campaign > span::after {
  content: none;
}
.c-button {
  /* SPではラインを常時表示・アニメ無効化 */
}
@media screen and (max-width: 767px) {
  .c-button::before, .c-button::after {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
  }
  .c-button > span::before, .c-button > span::after {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
  }
  .c-button:hover::before, .c-button:hover::after {
    -webkit-animation: none;
            animation: none;
  }
  .c-button:hover > span::before, .c-button:hover > span::after {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes cbtn-draw-top {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes cbtn-draw-top {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes cbtn-draw-right {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes cbtn-draw-right {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes cbtn-draw-bottom {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes cbtn-draw-bottom {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes cbtn-draw-left {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes cbtn-draw-left {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes cbtn-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cbtn-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.c-fix-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  position: fixed;
  top: 10.5rem;
  right: 0;
  z-index: 100;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .c-fix-navigation {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background: #fff;
    gap: 0.2rem;
    top: auto;
    left: 0;
    bottom: 0;
    z-index: 100;
  }
}
.c-fix-navigation.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .c-fix-navigation.is-visible {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-fix-navigation__link {
  width: 6rem;
  padding: 2rem;
  border-radius: 1rem 0 0 1rem;
  border-top: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
  border-left: 0.1rem solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#023C96), to(#1050A2));
  background: -webkit-linear-gradient(top, #023C96 0%, #1050A2 100%);
  background: linear-gradient(180deg, #023C96 0%, #1050A2 100%);
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-fix-navigation__link {
    width: 29.3333333333vw;
    padding: 0.6rem;
    border: none;
    border-radius: 0;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    font-size: 1.1rem;
  }
}
.c-fix-navigation__link:link, .c-fix-navigation__link:visited {
  color: #fff;
}
.c-fix-navigation__link:hover, .c-fix-navigation__link:active {
  color: #fff;
  opacity: 0.75;
}
.c-fix-navigation__link--campaign {
  background: -webkit-gradient(linear, left top, left bottom, from(#F26397), to(#FB72A4));
  background: -webkit-linear-gradient(top, #F26397 0%, #FB72A4 100%);
  background: linear-gradient(180deg, #F26397 0%, #FB72A4 100%);
}
.c-fix-navigation__icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-fix-navigation__icon {
    display: inline-block;
  }
  .c-fix-navigation__icon[src*=icon_map] {
    width: 3.736vw;
  }
  .c-fix-navigation__icon[src*=icon_cart] {
    width: 4.5306666667vw;
  }
  .c-fix-navigation__icon[src*=icon_ancher] {
    width: 3.7333333333vw;
  }
}

.c-modal {
  width: 100%;
  height: 100vh;
  padding: 4.8rem 2rem;
  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;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.c-modal.is-visible {
  opacity: 1;
  visibility: visible;
}
.c-modal__bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-modal__wrapper {
  width: 100%;
  max-width: 86rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
.c-modal__close {
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
}
.c-modal__close::before, .c-modal__close::after {
  width: 100%;
  height: 0.25rem;
  margin: auto;
  display: block;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-modal__content {
  width: 100%;
  max-height: calc(100vh - 10rem);
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 4rem 8rem;
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .c-modal__content {
    padding: 4rem 2rem;
  }
}
.c-modal__content h2 {
  margin-bottom: 4rem;
  color: var(--TS_Black, #000);
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.c-modal__content p {
  margin-bottom: 2rem;
  color: #003894;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.c-modal__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.c-modal__content ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25.5rem;
          flex: 0 1 25.5rem;
  text-align: center;
}
.c-modal__content ul li a {
  width: 100%;
  height: auto;
  display: block;
  padding: 1.2rem 1.6rem 1.1rem 1.6rem;
  border-radius: 0.6rem;
  border: 0.1rem solid #548AEC;
}
.c-modal__content > div {
  margin-top: 4rem;
  text-align: center;
}

.c-anim [data-scroll-content] {
  opacity: 1;
  -webkit-transition: opacity 0.75s ease-out;
  transition: opacity 0.75s ease-out;
  will-change: opacity;
}
.c-anim [data-scroll-content]::after {
  -webkit-transition: opacity 0.75s ease-out, -webkit-transform 0.75s ease-out;
  transition: opacity 0.75s ease-out, -webkit-transform 0.75s ease-out;
  transition: opacity 0.75s ease-out, transform 0.75s ease-out;
  transition: opacity 0.75s ease-out, transform 0.75s ease-out, -webkit-transform 0.75s ease-out;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.c-anim [data-scroll-content] > section {
  opacity: 1;
  -webkit-transition: opacity 0.75s ease-out, -webkit-transform 0.75s ease-out;
  transition: opacity 0.75s ease-out, -webkit-transform 0.75s ease-out;
  transition: opacity 0.75s ease-out, transform 0.75s ease-out;
  transition: opacity 0.75s ease-out, transform 0.75s ease-out, -webkit-transform 0.75s ease-out;
  will-change: opacity, transform;
  position: relative;
  z-index: 1;
}
.c-anim [data-scroll-content].is-active {
  opacity: 1;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.c-anim [data-scroll-content].is-active::after {
  opacity: 1;
}
.c-anim [data-scroll-content].is-active > section {
  opacity: 1;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.c-anim [data-scroll-content=content-1] {
  position: relative;
  top: -0.5px;
}
.c-anim [data-scroll-content=content-1]::after {
  background: url(../images/lp_sheet_mask2026/img_bg_blue.jpg) top center/cover no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-anim [data-scroll-content=content-1]::after {
    background-image: url(../images/lp_sheet_mask2026/img_bg_blue_sp.jpg);
  }
}
.c-anim [data-scroll-content=content-2] {
  position: relative;
}
.c-anim [data-scroll-content=content-2]::after {
  background: url(../images/lp_sheet_mask2026/img_bg_perl.jpg) top center/cover no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-anim [data-scroll-content=content-2]::after {
    background-image: url(../images/lp_sheet_mask2026/img_bg_perl_sp.jpg);
  }
}
.c-anim [data-scroll-content=content-3] {
  position: relative;
}
.c-anim [data-scroll-content=content-3]::after {
  background: url(../images/lp_sheet_mask2026/img_bg_shine.jpg) top center/cover no-repeat;
  background: url(../images/lp_sheet_mask2026/img_bg_shine.jpg) top center/100% auto no-repeat, #fff;
  /*
  * 順序の原則: 上に重ねたいもの（グラデーション）を先に、下に敷きたいもの（画像、背景色）を後に記述します。
  */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff)), url(../images/lp_sheet_mask2026/img_bg_shine.jpg) top center/100% auto no-repeat, #fff;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%), url(../images/lp_sheet_mask2026/img_bg_shine.jpg) top center/100% auto no-repeat, #fff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%), url(../images/lp_sheet_mask2026/img_bg_shine.jpg) top center/100% auto no-repeat, #fff;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-anim [data-scroll-content=content-3]::after {
    background-image: url(../images/lp_sheet_mask2026/img_bg_shine_sp.jpg);
    background-repeat: no-repeat;
  }
}
.c-anim [data-scroll-item] {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
  transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
  transition: opacity 0.75s ease, transform 0.75s ease;
  transition: opacity 0.75s ease, transform 0.75s ease, -webkit-transform 0.75s ease;
  will-change: opacity, transform;
}
.c-anim [data-scroll-item].is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-accordion.-bdrB.-btn.is-close {
  border-bottom: none;
}

.js-accordion.is-open {
  background: url(../images/common/icon/icon_acrBtn_minus.svg) right center/40px auto no-repeat;
}

.js-accordion.is-close {
  background: url(../images/common/icon/icon_acrBtn_plus.svg) right center/40px auto no-repeat;
}

.p-accordionBox_in.-btn.is-open {
  background-image: url(../images/common/icon/icon_acrBtn_minus.svg);
}

.p-accordionBox_in.-btn.is-close {
  background-image: url(../images/common/icon/icon_acrBtn_plus.svg);
}

#contents .js-anim::before {
  width: 0;
  -webkit-transition: width 0.75s cubic-bezier(0.2, 0.15, 0.3, 1) 0.35s;
  transition: width 0.75s cubic-bezier(0.2, 0.15, 0.3, 1) 0.35s;
}
#contents .js-anim::after {
  height: 0;
  -webkit-transition: height 0.75s cubic-bezier(0.2, 0.15, 0.3, 1) 0.35s;
  transition: height 0.75s cubic-bezier(0.2, 0.15, 0.3, 1) 0.35s;
}
#contents .js-anim > .c-button_item::before {
  width: 0;
  -webkit-transition: width 0.75s cubic-bezier(0.2, 0.15, 0.3, 1) 0.35s;
  transition: width 0.75s cubic-bezier(0.2, 0.15, 0.3, 1) 0.35s;
}
#contents .js-anim > .c-button_item::after {
  height: 0;
  -webkit-transition: height 0.75s cubic-bezier(0.2, 0.15, 0.3, 1) 0.35s;
  transition: height 0.75s cubic-bezier(0.2, 0.15, 0.3, 1) 0.35s;
}

#contents .js-anim.is-active::before {
  width: 100%;
}
#contents .js-anim.is-active::after {
  height: 100%;
}
#contents .js-anim.is-active > .c-button_item::before {
  width: 100%;
}
#contents .js-anim.is-active > .c-button_item::after {
  height: 100%;
}

#contents .js-anim-rise {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
#contents .js-anim-left-in {
  opacity: 0;
  -webkit-transform: translate3d(200px, 0, 0);
          transform: translate3d(200px, 0, 0);
}
#contents .js-anim-right-in {
  opacity: 0;
  -webkit-transform: translate3d(200px, 0, 0);
          transform: translate3d(200px, 0, 0);
}
#contents .js-anim-op {
  opacity: 0;
}
#contents .js-anim-op.-inTrans {
  -webkit-transition: opacity 1s cubic-bezier(0.2, 0.15, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.2, 0.15, 0.3, 1);
}
#contents .js-anim-op-vis {
  opacity: 1;
}

#contents .is-active.js-anim-rise {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity 1s cubic-bezier(0.2, 0.15, 0.3, 1), -webkit-transform 1s cubic-bezier(0.2, 0.15, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.2, 0.15, 0.3, 1), -webkit-transform 1s cubic-bezier(0.2, 0.15, 0.3, 1);
  transition: transform 1s cubic-bezier(0.2, 0.15, 0.3, 1), opacity 1s cubic-bezier(0.2, 0.15, 0.3, 1);
  transition: transform 1s cubic-bezier(0.2, 0.15, 0.3, 1), opacity 1s cubic-bezier(0.2, 0.15, 0.3, 1), -webkit-transform 1s cubic-bezier(0.2, 0.15, 0.3, 1);
}
#contents .is-active.js-anim-left-in {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 1.2s cubic-bezier(0.2, 0.15, 0.3, 1), -webkit-transform 1.2s cubic-bezier(0.2, 0.15, 0.3, 1);
  transition: opacity 1.2s cubic-bezier(0.2, 0.15, 0.3, 1), -webkit-transform 1.2s cubic-bezier(0.2, 0.15, 0.3, 1);
  transition: transform 1.2s cubic-bezier(0.2, 0.15, 0.3, 1), opacity 1.2s cubic-bezier(0.2, 0.15, 0.3, 1);
  transition: transform 1.2s cubic-bezier(0.2, 0.15, 0.3, 1), opacity 1.2s cubic-bezier(0.2, 0.15, 0.3, 1), -webkit-transform 1.2s cubic-bezier(0.2, 0.15, 0.3, 1);
}
#contents .is-active.js-anim-right-in {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 1.5s cubic-bezier(0.2, 0.15, 0.3, 1), -webkit-transform 1.5s cubic-bezier(0.2, 0.15, 0.3, 1);
  transition: opacity 1.5s cubic-bezier(0.2, 0.15, 0.3, 1), -webkit-transform 1.5s cubic-bezier(0.2, 0.15, 0.3, 1);
  transition: transform 1.5s cubic-bezier(0.2, 0.15, 0.3, 1), opacity 1.5s cubic-bezier(0.2, 0.15, 0.3, 1);
  transition: transform 1.5s cubic-bezier(0.2, 0.15, 0.3, 1), opacity 1.5s cubic-bezier(0.2, 0.15, 0.3, 1), -webkit-transform 1.5s cubic-bezier(0.2, 0.15, 0.3, 1);
}
#contents .is-active.js-anim-op {
  opacity: 1;
  -webkit-transition: opacity 2s cubic-bezier(0.2, 0.15, 0.3, 1);
  transition: opacity 2s cubic-bezier(0.2, 0.15, 0.3, 1);
}
#contents .is-active.js-anim-op-vis {
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.2, 0.15, 0.3, 1);
  transition: opacity 2s cubic-bezier(0.2, 0.15, 0.3, 1);
}
#contents .is-active.js-anim-delay1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#contents .is-active.js-anim-delay2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#contents .is-active.js-anim-delay3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#contents .is-active.js-anim-delay4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#contents .is-active.js-anim-delay5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#contents .is-active.js-anim-delay6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#contents .is-active.js-anim-delay7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#contents .is-active.js-anim-delay8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#contents .is-active.js-anim-delay9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#contents .is-active.js-anim-delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media screen and (min-width: 768px) {
  #contents .is-active.js-anim-delayPC1 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  #contents .is-active.js-anim-delayPC2 {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  #contents .is-active.js-anim-delayPC3 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #contents .is-active.js-anim-delayPC4 {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  #contents .is-active.js-anim-delayPC5 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  #contents .is-active.js-anim-delayPC6 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  #contents .is-active.js-anim-delayPC7 {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  #contents .is-active.js-anim-delayPC8 {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  #contents .is-active.js-anim-delayPC9 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  #contents .is-active.js-anim-delayPC10 {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
.u-visible-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-visible-pc {
    display: none;
  }
}

.u-visible-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-visible-sp {
    display: block;
  }
}
/*# sourceMappingURL=map/lp_sheet_mask2026.css.map */