@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --Black: #000;
  --White: #FFF;
  --Mono-950: #202020;
  --Mono-900: #313131;
  --Mono-800: #3C3C3C;
  --Mono-700: #444;
  --Mono-600: #565656;
  --Mono-500: #787878;
  --Mono-400: #989898;
  --Mono-300: #BBB;
  --Mono-200: #D6D6D6;
  --Mono-100: #ECECEC;
  --Mono-050: #F3F3F3;
  --Mono-025: #F9F9F9;
  --Red-AMO: #C50030;
  --Red-AMO-Deep: #8B001F;
  --Red-Accent: #F6083C;
  --Red-950: #530016;
  --Red-900: #940732;
  --Red-800: #AE0332;
  --Red-500: #FF2C52;
  --Red-400: #FF637B;
  --Red-300: #FF9BA8;
  --Red-200: #FFC8CF;
  --Red-100: #FFE1E4;
  --Red-050: #FFF0F1;
  --Red-025: #FFF7F8;
  --Blue-AMO: #1D2D7C;
  --Blue-AMO-Deep: #001050;
  --Blue-Accent: #2D4CFE;
  --Blue-950: #141D52;
  --Blue-800: #1E34B5;
  --Blue-700: #2139E1;
  --Blue-500: #4D75FF;
  --Blue-400: #6F9AFF;
  --Blue-300: #98C0FF;
  --Blue-200: #BEDAFF;
  --Blue-100: #DBEBFF;
  --Blue-050: #EBF5FF;
  --Blue-025: #F9FCFF;
  --Ranking-1st-bg: #E8D284;
  --Ranking-1st-01: #FFBE40;
  --Ranking-1st-02: #EA9D06;
  --Ranking-2nd-bg: #DBEBFF;
  --Ranking-2nd-01: #979797;
  --Ranking-2nd-02: #565656;
  --Ranking-3rd-bg: #D88237;
  --Ranking-3rd-01: #AF7A12;
  --Ranking-3rd-02: #856421;
  --Sub-Blue-01: #2D4CFE;
  --Sub-Blue-02: #D4DBFE;
  --Sub-Blue-03: #A9B7FE;
  --Sub-Blue-04: #8193FE;
  --Sub-Blue-05: #0023DE;
  --Sub-Blue-06: #001894;
  --Sub-Red-01: #F6083C;
  --Sub-Red-02: #FDCDD7;
  --Sub-Red-03: #FC9AB0;
  --Sub-Red-04: #FA6A89;
  --Sub-Red-05: #B8062B;
  --Sub-Red-06: #7B031D;
  --Sub-Yellow-01: #F5C23B;
  --Sub-Yellow-02: #FCF2D7;
  --Sub-Yellow-03: #FAE6B0;
  --Sub-Yellow-04: #F8DA89;
  --Sub-Yellow-05: #D7A00E;
  --Sub-Yellow-06: #906906;
  --Sub-Green-01: #22C55E;
  --Sub-Green-02: #CFF6DD;
  --Sub-Green-03: #9EEEBC;
  --Sub-Green-04: #71E69B;
  --Sub-Green-05: #189347;
  --Sub-Green-06: #12612F;
  --Sub-Purple-01: #A855F7;
  --Sub-Purple-02: #EDDDFD;
  --Sub-Purple-03: #DCBBFB;
  --Sub-Purple-04: #C999FA;
  --Sub-Purple-05: #7F0BED;
  --Sub-Purple-06: #54089E;
  --Sub-Aqua-01: #21C6FC;
  --Sub-Aqua-02: #D2F3FE;
  --Sub-Aqua-03: #A5E8FD;
  --Sub-Aqua-04: #78DCFD;
  --Sub-Aqua-05: #009FD2;
  --Sub-Aqua-06: #036A8C;
  --font-size-xxs: 0.625rem;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-md: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.5rem;
  --font-size-2xl: 2rem;
  --font-size-3xl: 2.5rem;
  --font-size-4xl: 3rem;
  --font-size-5xl: 3.5rem;
  --font-size-6xl: 4rem;
  --font-size-7xl: 4.5rem;
}

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

html {
  font-size: 16px;
}
html.is-modal-open {
  overflow: hidden;
  overflow-y: hidden !important;
  overscroll-behavior: none;
}

body {
  overflow-x: clip;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--Mono-950);
  line-height: 1.6;
  font-weight: 400;
  background: var(--Mono-050);
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}
body.is-menu-open {
  overflow: clip;
}
body:has(.l-footer-simple) main {
  min-height: calc(100dvh - 67px);
}
@media (min-width: 600px) {
  body:has(.l-footer-simple) main {
    min-height: calc(100dvh - 145px);
  }
}
@media (min-width: 1280px) {
  body:has(.l-footer-simple) main {
    min-height: calc(100dvh - 185px);
  }
}

main {
  display: block;
}
@media print {
  main {
    margin-bottom: 72px;
  }
}

a {
  color: var(--Mono-950);
  text-decoration: none;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 599px) and (hover: none) {
  a[href^="tel:"] {
    pointer-events: inherit;
  }
}

input {
  appearance: none;
  -webkit-appearance: none;
}
input::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}

::-ms-reveal {
  display: none;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  appearance: none;
  font-family: inherit;
  font-size: 100%;
}
button:active {
  color: inherit;
}

button:not(:focus) {
  outline: none;
}

img {
  width: 100%;
}

img,
svg {
  vertical-align: top;
}

strong {
  font-weight: 700;
}

.l-wrapper {
  overflow: hidden;
}

.l-header, .l-header--en, .l-header--company {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  transition: background ease 0.3s, transform ease 0.3s, visibility ease 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1280px) {
  .l-header:hover, .l-header--en:hover, .l-header--company:hover {
    background-color: var(--Mono-200);
  }
  .l-header:hover::before, .l-header--en:hover::before, .l-header--company:hover::before {
    z-index: -1;
  }
}
@media print {
  .l-header, .l-header--en, .l-header--company {
    display: none;
  }
}
.l-header::before, .l-header--en::before, .l-header--company::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  height: 62px;
  background-color: hsla(0, 0%, 100%, 0.4);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  transition: opacity ease 0.3s;
}
@media (min-width: 1280px) {
  .l-header::before, .l-header--en::before, .l-header--company::before {
    top: 54px;
    height: 102px;
  }
}
.is-menu-open .l-header::before, .is-menu-open .l-header--en::before, .is-menu-open .l-header--company::before {
  content: none;
}
.is-header-up .l-header::before, .is-header-up .l-header--en::before, .is-header-up .l-header--company::before {
  opacity: 1;
}
.is-header-hide .l-header, .is-header-hide .l-header--en, .is-header-hide .l-header--company {
  visibility: hidden;
  transform: translateY(-100%);
}
.is-header-up .l-header::before, .is-header-up .l-header--en::before, .is-header-up .l-header--company::before {
  opacity: 1;
}
.l-header__title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 62px;
  padding: 0 6px 0 16px;
}
@media (min-width: 1280px) {
  .l-header__title {
    position: static;
    height: 102px;
    padding: 0 0 0 2px;
  }
}
.l-header__logo {
  width: 223px;
  margin-top: 4px;
  margin-right: 8px;
}
@media (min-width: 1280px) {
  .l-header__logo {
    width: auto;
    max-width: 464px;
    margin-top: 0;
    margin-right: 16px;
  }
}
.l-header__logo--company .l-header__logo-link {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
@media (min-width: 1280px) {
  .l-header__logo--company .l-header__logo-link {
    column-gap: 16px;
  }
}
.l-header__logo--company img {
  width: 223px;
}
@media (min-width: 1280px) {
  .l-header__logo--company img {
    width: auto;
    max-width: 464px;
  }
}
.l-header__logo--en {
  width: auto;
}
.l-header__logo--en img {
  width: auto;
  height: 30px;
}
@media (min-width: 1280px) {
  .l-header__logo--en img {
    height: 64px;
  }
}
.l-header__logo--miraiken {
  width: 177px;
}
@media (min-width: 1280px) {
  .l-header__logo--miraiken {
    width: auto;
    max-width: 320px;
  }
}
.l-header__logo-company {
  padding: 7px 7px 6px;
  color: var(--Black);
  font-size: var(--font-size-xxs);
  line-height: 1;
  border: solid 1px var(--Black);
  white-space: nowrap;
}
@media (min-width: 1280px) {
  .l-header__logo-company {
    font-size: var(--font-size-xs);
  }
}
.l-header__menu-button {
  display: grid;
  place-items: center;
  place-content: center;
  position: absolute;
  top: 9px;
  right: 8px;
  width: 44px;
  height: 44px;
  border: none;
  cursor: pointer;
  z-index: 999;
}
@media (min-width: 1280px) {
  .l-header__menu-button {
    display: none;
  }
}
.l-header__bar, .l-header__bar::before, .l-header__bar::after {
  width: 18px;
  height: 1.5px;
  background-color: var(--Mono-950);
  transition: transform 0.3s;
}
.l-header__bar {
  display: grid;
}
.l-header__bar::before, .l-header__bar::after {
  content: "";
  grid-area: 1/1;
}
.l-header__bar::before {
  transform: translateY(-7px);
}
.l-header__bar::after {
  transform: translateY(7px);
}
.is-menu-open .l-header__bar {
  background-color: transparent;
}
.is-menu-open .l-header__bar::before {
  transform: rotate(45deg);
}
.is-menu-open .l-header__bar::after {
  transform: rotate(-45deg);
}
.l-header__inner {
  padding-top: 62px;
}
.is-menu-open .l-header__inner {
  background-color: var(--Mono-200);
}
@media (min-width: 1280px) {
  .is-menu-open .l-header__inner {
    background: none;
  }
}
@media (min-width: 1280px) {
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1760px;
    margin: 0 auto;
    padding: 54px 40px 0;
  }
  .is-search-open .l-header__inner {
    padding-top: 136px;
  }
}
.l-header__menu {
  display: none;
  max-height: calc(100svh - 62px);
  overflow-y: auto;
  padding: 16px 16px 92px;
}
@media (min-width: 1280px) {
  .l-header__menu {
    display: block;
    min-width: 848px;
    max-height: none;
    overflow-y: visible;
    padding: 0;
  }
}
.is-menu-open .l-header__menu {
  display: block;
}
@media (min-width: 1280px) {
  .l-header__menu-upper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--Mono-950);
  }
  .l-header__menu-upper-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    max-width: 1760px;
    height: 54px;
    padding: 0 40px;
    margin: 0 auto;
  }
}
.l-header__search {
  margin-bottom: 24px;
}
@media (min-width: 1280px) {
  .l-header__search {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .l-header__search-inner {
    display: grid;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    background-color: var(--Mono-950);
    place-content: center;
    padding: 0;
  }
  .is-search-open .l-header__search-inner {
    max-height: 82px;
    padding: 16px;
  }
}
.l-header__search-form {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 64px;
}
@media (min-width: 1280px) {
  .l-header__search-form {
    grid-template-columns: auto 400px 64px;
  }
}
.l-header__search-form-label {
  grid-column: 1/span 2;
  margin-bottom: 8px;
}
@media (min-width: 1280px) {
  .l-header__search-form-label {
    grid-column: inherit;
    margin: 0 24px 0 0;
    color: var(--White);
    font-size: var(--font-size-lg);
    place-self: center start;
  }
}
.l-header__search-form .m-text-box {
  border-right: 0;
}
.l-header__search-form .m-text-box[type=search]:hover {
  border: 1px solid var(--Blue-Accent);
}
.l-header__search-btn {
  width: 64px;
  color: var(--White);
  background-color: var(--Mono-700);
  border: solid 1px var(--Mono-300);
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__search-btn:hover {
    opacity: 0.7;
  }
}
.l-header__search-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  padding: 10px;
  color: var(--White);
}
@media (min-width: 1280px) {
  .l-header__search-toggle {
    display: inherit;
  }
}
.l-header__search-toggle .m-symbol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.is-search-open .l-header__search-toggle .m-symbol:first-child {
  opacity: 0;
}
.l-header__search-toggle .m-symbol:last-child {
  opacity: 0;
}
.is-search-open .l-header__search-toggle .m-symbol:last-child {
  opacity: 1;
}
.l-header__site-target {
  margin-bottom: 24px;
}
@media (min-width: 1280px) {
  .l-header__site-target {
    margin-top: -15px;
    margin-bottom: 0;
  }
}
.l-header__site-target-list {
  display: grid;
  gap: 8px;
}
@media (min-width: 1280px) {
  .l-header__site-target-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }
}
.l-header__site-target-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding-top: 2px;
  color: var(--White);
  background: var(--Mono-700) no-repeat center center/cover;
}
@media (min-width: 1280px) {
  .l-header__site-target-link {
    width: 186px;
    height: 39px;
    transition: opacity 0.3s;
  }
}
@media (min-width: 1280px) and (hover: hover) and (pointer: fine) {
  .l-header__site-target-link:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1280px) {
  .l-header__site-target-link.is-current {
    color: var(--Mono-950);
    background: var(--Mono-100);
  }
}
@media (min-width: 1280px) {
  .l-header__gnav-list {
    display: flex;
    justify-content: flex-end;
    height: 102px;
  }
}
.l-header__gnav-item {
  margin-bottom: 8px;
}
.l-header__gnav-item:has(.l-header__gnav-link) {
  position: relative;
}
.l-header__gnav-item:not(.l-header__gnav-link) .l-header__gnav-link::before {
  display: none;
}
@media (min-width: 1280px) {
  .l-header__gnav-item:not(.l-header__gnav-link) .l-header__gnav-link::before {
    display: inherit;
  }
}
@media (min-width: 1280px) {
  .l-header__gnav-item {
    margin-bottom: 0;
  }
}
.l-header__gnav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 9px 0;
}
@media (min-width: 1280px) {
  .l-header__gnav-link {
    height: 102px;
    padding: 0 16px;
  }
}
.l-header__gnav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 2px;
  border-top: 2px solid var(--Mono-950);
  transform: translateY(-50%);
}
@media (min-width: 1280px) {
  .l-header__gnav-link::before {
    top: auto;
    right: 16px;
    bottom: 2px;
    left: 16px;
    width: 0;
    height: 2px;
    border-color: var(--Blue-Accent);
    transform: translateY(0);
    transition: width ease 0.3s;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1280px) {
  .l-header__gnav-link:hover::before {
    width: calc(100% - 32px);
  }
}
@media (min-width: 1280px) {
  .l-header__gnav-link.is-current::before {
    width: calc(100% - 32px);
    transition: none;
  }
}
@media (min-width: 1280px) {
  .l-header__gnav-link .m-symbol {
    display: none;
  }
}
.l-header__gnav-toggle {
  display: flex;
  align-items: center;
  position: relative;
  padding: 9px 0;
  height: 44px;
}
@media (min-width: 1280px) {
  .l-header__gnav-toggle {
    height: 102px;
    padding: 0 16px;
  }
}
.l-header__gnav-toggle::before, .l-header__gnav-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
}
.l-header__gnav-toggle::before {
  right: 0;
  width: 14px;
  height: 2px;
  border-top: 2px solid var(--Mono-950);
  transform: translateY(-50%);
}
@media (min-width: 1280px) {
  .l-header__gnav-toggle::before {
    top: auto;
    right: 16px;
    bottom: 2px;
    left: 16px;
    width: 0;
    height: 2px;
    border-color: var(--Blue-Accent);
    transform: translateY(0);
    transition: width ease 0.3s;
  }
}
@media (min-width: 1280px) {
  .is-gnav-open .l-header__gnav-toggle::before {
    width: calc(100% - 32px);
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1280px) {
  .l-header__gnav-toggle:hover::before {
    width: calc(100% - 32px);
  }
}
.l-header__gnav-toggle::after {
  right: 6px;
  width: 2px;
  height: 14px;
  border-right: 2px solid var(--Mono-950);
  transform: translate(0, -50%);
}
.is-show .l-header__gnav-toggle::after {
  display: none;
}
@media (min-width: 1280px) {
  .l-header__gnav-toggle::after {
    content: none;
  }
}
@media (min-width: 1280px) {
  .l-header__gnav-toggle.is-current::before {
    width: calc(100% - 32px);
    transition: none;
  }
}
.l-header__gnav-content {
  display: none;
}
.is-gnav-open .l-header__gnav-content {
  display: block;
}
@media (min-width: 1280px) {
  .l-header__gnav-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--Mono-100);
  }
}
.l-header__site-nav {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--Mono-400);
}
@media (min-width: 1280px) {
  .l-header__site-nav {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    max-width: 1760px;
    margin: 0 auto;
    padding: 0 40px;
    border-top: 0;
    transform: translateX(-50%);
  }
}
.l-header__site-nav-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
}
@media (min-width: 1280px) {
  .l-header__site-nav-list {
    position: absolute;
    top: 4px;
    right: 56px;
    display: flex;
    justify-content: flex-end;
    margin-right: 56px;
  }
  .l-header--en .l-header__site-nav-list {
    margin-right: 0;
  }
}
.l-header__site-nav-item--logo {
  margin-right: 24px;
}
.l-header__site-nav-link {
  display: flex;
  align-items: center;
  padding: 9px 0;
  height: 44px;
  font-size: var(--font-size-sm);
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__site-nav-link:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1280px) {
  .l-header__site-nav-link {
    gap: 4px;
    color: var(--White);
  }
}
.l-header__site-nav-link .m-symbol {
  display: none;
}
@media (min-width: 1280px) {
  .l-header__site-nav-link .m-symbol {
    display: inherit;
  }
}
@media (min-width: 1280px) {
  .l-header--company .l-header__menu {
    min-width: 768px;
  }
}
.l-footer {
  padding: 24px 0 48px;
  color: var(--White);
  font-size: var(--font-size-sm);
  background-color: var(--Mono-950);
}
@media (min-width: 600px) {
  .l-footer {
    padding: 72px 0 32px;
  }
}
@media print {
  .l-footer {
    display: none;
  }
}
.l-footer--miraiken {
  padding-block: 48px;
  background-color: var(--Mono-950);
  color: var(--White);
  font-size: var(--font-size-sm);
}
@media (min-width: 600px) {
  .l-footer--miraiken {
    padding: 72px 0 40px;
  }
}
@media print {
  .l-footer--miraiken {
    display: none;
  }
}
.l-footer__inner {
  max-width: 1760px;
  padding: 0 16px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .l-footer__inner {
    padding: 0 40px;
  }
}
@media (min-width: 600px) {
  .l-footer__inner {
    display: grid;
    grid-template-columns: minmax(auto, 380px) auto 1fr;
    grid-template-rows: repeat(4, auto);
  }
}
@media (min-width: 600px) {
  .l-footer--miraiken .l-footer__inner {
    grid-template-columns: 380px 126px 1fr;
    grid-template-rows: auto;
  }
}
.l-footer__sns {
  margin: 0 -16px 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--Mono-600);
}
@media (min-width: 600px) {
  .l-footer__sns {
    grid-column-start: 3;
    grid-row-start: 2;
    justify-self: end;
    width: 320px;
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .l-footer__sns {
    height: 132px;
  }
}
.l-footer__sns-title {
  margin-bottom: 16px;
  color: var(--Mono-400);
  text-align: center;
}
@media (min-width: 600px) {
  .l-footer__sns-title {
    text-align: left;
  }
}
.l-footer__sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 36px;
}
@media (min-width: 600px) {
  .l-footer__sns-list {
    justify-content: flex-start;
    gap: 0 24px;
  }
}
.l-footer__sns-item {
  flex-basis: 37px;
}
@media (min-width: 600px) {
  .l-footer__sns-item {
    flex-basis: 24px;
  }
}
.l-footer__sns-link {
  color: var(--White);
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__sns-link:hover {
    opacity: 0.7;
  }
}
@media (min-width: 600px) {
  .l-footer__sns .m-symbol {
    width: 24px;
  }
}
.l-footer__title {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .l-footer__title {
    margin-bottom: 56px;
    grid-column: span 3/span 3;
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
.l-footer--miraiken .l-footer__title {
  margin-bottom: 16px;
}
@media (min-width: 600px) {
  .l-footer--miraiken .l-footer__title {
    grid-row: 1/2;
    grid-column: 1/4;
    margin-bottom: 32px;
  }
}
.l-footer__logo {
  max-width: 300px;
}
@media (min-width: 600px) {
  .l-footer__logo {
    max-width: 418px;
  }
}
.l-footer__address {
  margin: 0 -16px 40px;
  padding: 0 16px 40px;
  font-size: var(--font-size-sm);
}
@media (min-width: 600px) {
  .l-footer__address {
    grid-column-start: 3;
    grid-row-start: 3;
    justify-self: end;
    width: 320px;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 599px) {
  .l-footer--miraiken .l-footer__address {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) {
  .l-footer--miraiken .l-footer__address {
    grid-column: 1/2;
    grid-row: 2/3;
    justify-self: start;
    width: 380px;
  }
}
.l-footer__address-text {
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .l-footer__address-text {
    font-size: var(--font-size-sm);
  }
}
@media (min-width: 600px) {
  .l-footer--miraiken .l-footer__address-text {
    line-height: 1.2;
  }
}
.l-footer__address-row {
  display: inline-flex;
}
.l-footer__address-sns {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (min-width: 600px) {
  .l-footer__address-sns {
    margin-top: 32px;
  }
}
.l-footer__address-ico-link {
  width: 24px;
  margin-left: 10px;
  color: var(--White);
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__address-ico-link:hover {
    opacity: 0.7;
  }
}
@media (min-width: 600px) {
  .l-footer__address-ico-link {
    margin-left: 24px;
  }
}
.l-footer__heading {
  margin-bottom: 35px;
  color: var(--Mono-400);
}
@media (min-width: 600px) {
  .l-footer__heading {
    margin-bottom: 24px;
  }
}
.l-footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 16px;
}
@media (min-width: 600px) {
  .l-footer__list {
    display: block;
    margin-right: 28px;
  }
}
@media (min-width: 1280px) {
  .l-footer__list {
    display: flex;
    flex-direction: column;
    gap: 0 72px;
    height: 218px;
    margin-right: 0;
  }
}
.l-footer__item, .l-footer__item--column-break, .l-footer__item--lg {
  flex-basis: calc(50% - 8px);
}
@media (min-width: 600px) {
  .l-footer__item, .l-footer__item--column-break, .l-footer__item--lg {
    margin-bottom: 18px;
  }
}
@media (min-width: 1280px) {
  .l-footer__item, .l-footer__item--column-break, .l-footer__item--lg {
    flex: 0 0 auto;
    align-self: flex-start;
  }
}
.l-footer__item--lg {
  flex-basis: 100%;
}
@media (min-width: 1280px) {
  .l-footer__item--lg {
    flex-basis: auto;
  }
}
@media (min-width: 1280px) {
  .l-footer__item--column-break {
    margin-bottom: 40px;
  }
}
.l-footer__link {
  color: var(--White);
  position: relative;
  display: inline-block;
}
.l-footer__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: var(--White);
  transition: width 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__link:hover::after {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__link:has(.m-symbol):hover::after {
    width: calc(100% - 23px);
  }
}
.l-footer__business {
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid var(--Mono-600);
}
@media (min-width: 600px) {
  .l-footer__business {
    grid-row: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 2;
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
}
.l-footer__company {
  margin-bottom: 60px;
}
@media (min-width: 600px) {
  .l-footer__company {
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 2;
  }
}
@media (min-width: 1280px) {
  .l-footer__company {
    margin-left: 72px;
  }
}
.l-footer__nav {
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .l-footer__nav {
    grid-column: span 2/span 2;
    grid-row-start: 4;
    margin: 0 28px 0 0;
  }
}
@media (min-width: 600px) {
  .l-footer--miraiken .l-footer__nav {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.l-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 0;
}
.l-footer__nav-list + .l-footer__nav-list {
  margin-top: 32px;
}
@media (min-width: 600px) {
  .l-footer__nav-list + .l-footer__nav-list {
    margin-top: 40px;
  }
}
.l-footer--miraiken .l-footer__nav-list {
  gap: 16px;
}
@media (min-width: 600px) {
  .l-footer--miraiken .l-footer__nav-list {
    flex-direction: column;
    gap: 0;
  }
}
.l-footer__nav-item {
  position: relative;
  flex: 0 0 auto;
  margin-right: 1em;
  padding-right: 1em;
  max-width: 100%;
}
.l-footer__nav-item::after {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  width: 1px;
  height: 16px;
  border-right: 1px solid var(--Mono-600);
}
.l-footer__nav-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.l-footer__nav-item:last-child::after {
  content: none;
}
.l-footer--miraiken .l-footer__nav-item {
  display: flex;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  height: 44px;
  font-weight: 700;
}
@media (max-width: 599px) {
  .l-footer--miraiken .l-footer__nav-item {
    flex: 1 1 0;
  }
}
@media (min-width: 600px) {
  .l-footer--miraiken .l-footer__nav-item {
    height: 40px;
  }
}
.l-footer--miraiken .l-footer__nav-item::after {
  display: none;
}
.l-footer__nav-item .m-symbol {
  margin-left: 4px;
}
.l-footer__copyright {
  color: var(--Mono-400);
  font-size: var(--font-size-xs);
  text-align: center;
}
@media (min-width: 600px) {
  .l-footer__copyright {
    grid-column-start: 3;
    grid-row-start: 4;
    justify-self: end;
    margin: 22px 0 0;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .l-footer__copyright {
    width: 320px;
  }
}
@media (min-width: 600px) {
  .l-footer--miraiken .l-footer__copyright {
    grid-column: 3/4;
    grid-row: 2/3;
    align-self: end;
  }
}

.l-contents, .l-contents--xl {
  max-width: 1280px;
  padding: 0 16px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .l-contents, .l-contents--xl {
    padding: 0 40px;
  }
}
.l-contents--xl {
  max-width: 1760px;
}

.l-section {
  margin: 56px 0;
}
@media (min-width: 600px) {
  .l-section {
    margin: 72px 0;
  }
}
.l-section .l-section {
  margin: 32px 0;
}
@media (min-width: 600px) {
  .l-section .l-section {
    margin: 40px 0;
  }
}
.l-section .l-section:last-child {
  margin-bottom: 0;
}

.m-symbol {
  position: relative;
  color: currentColor;
}
.m-symbol[data-position-top="1"] {
  top: 1px;
}
.m-symbol[data-position-top="2"] {
  top: 2px;
}
.m-symbol[data-position-top="3"] {
  top: 3px;
}
.m-symbol[data-position-top="4"] {
  top: 4px;
}
.m-symbol[data-position-top="5"] {
  top: 5px;
}
.m-symbol[data-position-top="6"] {
  top: 6px;
}
.m-symbol[data-position-top="7"] {
  top: 7px;
}
.m-symbol[data-position-top="8"] {
  top: 8px;
}
.m-symbol[data-position-top="9"] {
  top: 9px;
}
.m-symbol[data-position-top="10"] {
  top: 10px;
}
.m-symbol[data-position-top="11"] {
  top: 11px;
}
.m-symbol[data-position-top="12"] {
  top: 12px;
}
.m-symbol[data-position-top="13"] {
  top: 13px;
}
.m-symbol[data-position-top="14"] {
  top: 14px;
}
.m-symbol[data-position-top="15"] {
  top: 15px;
}
.m-symbol[data-position-top="16"] {
  top: 16px;
}
.m-symbol[data-position-top="17"] {
  top: 17px;
}
.m-symbol[data-position-top="18"] {
  top: 18px;
}
.m-symbol[data-position-top="19"] {
  top: 19px;
}
.m-symbol[data-position-top="20"] {
  top: 20px;
}

.m-gnav-lv2 {
  margin: 16px 0 24px;
}
@media (min-width: 1280px) {
  .m-gnav-lv2 {
    position: relative;
    max-width: 1760px;
    margin: 0 auto;
    padding: 40px;
  }
}
.m-gnav-lv2__title {
  font-size: var(--font-size-md);
}
@media (min-width: 1280px) {
  .m-gnav-lv2__title {
    margin-bottom: 24px;
    font-size: var(--font-size-2xl);
  }
}
@media (min-width: 1280px) {
  .m-gnav-lv2__row {
    display: flex;
    gap: 0 40px;
  }
}
@media (min-width: 1280px) {
  .m-gnav-lv2__col {
    max-height: 218px;
  }
}
@media (min-width: 1280px) {
  .m-gnav-lv2__col--fund {
    min-width: 408px;
  }
}
.m-gnav-lv2__heading {
  margin-bottom: 16px;
  color: var(--Mono-600);
  font-size: var(--font-size-lg);
  font-weight: bold;
}
.m-gnav-lv2__heading::after {
  content: "：";
}
.m-gnav-lv2__list, .m-gnav-lv2__list--with-heading {
  display: grid;
  gap: 8px;
  font-size: var(--font-size-sm);
  margin: 16px 0 24px;
}
@media (min-width: 1280px) {
  .m-gnav-lv2__list, .m-gnav-lv2__list--with-heading {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0 40px;
    min-height: 218px;
    max-height: 252px;
    margin: 0;
    font-size: var(--font-size-md);
  }
}
.m-gnav-lv2__link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .m-gnav-lv2__link:hover {
    opacity: 0.7;
  }
}
.m-gnav-lv2__close {
  display: none;
}
@media (min-width: 1280px) {
  .m-gnav-lv2__close {
    display: inherit;
    position: absolute;
    top: 32px;
    right: 40px;
    width: 44px;
    height: 44px;
    padding: 10px;
  }
}

.m-breadcrumbs {
  margin: 0 -16px;
  padding-block: 24px;
  font-size: var(--font-size-sm);
}
.m-breadcrumbs__list {
  display: flex;
  overflow-x: auto;
  margin-bottom: -8px;
  padding: 0 16px 8px;
}
.m-breadcrumbs__item {
  white-space: nowrap;
}
.m-breadcrumbs__link {
  margin-right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 0 24px;
}
.m-breadcrumbs__link span {
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .m-breadcrumbs__link:hover span {
    opacity: 0.7;
  }
}

@media (max-width: 599px) {
  .is-hide-sm {
    display: none !important;
  }
}

@media (min-width: 600px) and (max-width: 1279px) {
  .is-hide-md {
    display: none !important;
  }
}

@media (min-width: 1280px) and (max-width: 1759px) {
  .is-hide-lg {
    display: none !important;
  }
}

@media (min-width: 1760px) {
  .is-hide-xl {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .is-hide-min-md {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .is-hide-min-md-lg {
    display: none !important;
  }
}

@media (max-width: 959px) {
  .is-hide-max-md-lg {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .is-hide-min-lg {
    display: none !important;
  }
}

.is-plus {
  color: var(--Red-AMO);
  white-space: nowrap;
}

.is-minus {
  color: var(--Blue-800);
  white-space: nowrap;
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.m-heading-primary, .m-heading-primary--page-detail {
  position: relative;
  display: flex;
  min-height: 232px;
  padding: 70px 0 0;
  background: linear-gradient(314deg, #FFF 0.26%, rgba(190, 190, 190, 0.8) 102.92%);
  align-items: flex-end;
  /* 記事詳細用H1 */
}
@media (min-width: 600px) {
  .m-heading-primary, .m-heading-primary--page-detail {
    align-items: flex-start;
    min-height: 276px;
    padding: 130px 0 16px;
  }
}
@media (min-width: 1280px) {
  .m-heading-primary, .m-heading-primary--page-detail {
    margin-top: 54px;
  }
}
.p-hagukumu .m-heading-primary, .p-hagukumu .m-heading-primary--page-detail {
  background: var(--White);
}
.m-heading-primary__inner {
  position: relative;
  z-index: 1;
  flex-basis: 100%;
  min-height: 122px;
  max-width: 1280px;
  padding: 0 16px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .m-heading-primary__inner {
    padding: 0 40px;
  }
}
.m-heading-primary__inner {
  padding-bottom: 16px;
}
@media (min-width: 600px) {
  .m-heading-primary__inner {
    padding-bottom: 0;
    min-height: auto;
  }
}
.m-heading-primary__inner:has(.m-heading-primary__rss) {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.m-heading-primary__title, .m-heading-primary__title--reverse {
  color: var(--Mono-950);
  font-size: var(--font-size-2xl);
  font-weight: 250;
  line-height: 1.3;
}
@media (min-width: 600px) {
  .m-heading-primary__title, .m-heading-primary__title--reverse {
    font-size: var(--font-size-4xl);
  }
}
.m-heading-primary__title--reverse {
  color: var(--White);
}
.m-heading-primary__rss {
  position: relative;
  bottom: 10px;
}
.m-heading-primary__num {
  font-size: var(--font-size-xs);
}
.m-heading-primary__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.m-heading-primary-text, .m-heading-primary-text--reverse {
  margin: 56px 0;
  color: var(--Mono-950);
  font-size: var(--font-size-2xl);
  font-weight: 250;
  line-height: 1.3;
}
@media (min-width: 600px) {
  .m-heading-primary-text, .m-heading-primary-text--reverse {
    margin: 72px 0;
    font-size: var(--font-size-4xl);
  }
}
.m-heading-primary-text--reverse {
  color: var(--White);
}
.m-heading-primary__symbol {
  margin-left: 5px;
  vertical-align: middle;
}
.m-heading-primary--page-detail {
  min-height: 0;
  margin-top: 56px;
  margin-bottom: 32px;
  padding: 0;
  background: none;
}
@media (min-width: 600px) {
  .m-heading-primary--page-detail {
    margin-top: 72px;
    margin-bottom: 40px;
  }
}
.m-heading-primary--page-detail .m-heading-primary__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
}
@media (min-width: 600px) {
  .m-heading-primary--page-detail .m-heading-primary__inner {
    gap: 24px;
  }
}
.m-heading-primary--page-detail .m-heading-primary__title, .m-heading-primary--page-detail .m-heading-primary__title--reverse {
  flex-basis: 100%;
}

.l-main:has(.m-heading-primary--page-detail) {
  padding-top: 62px;
}
@media (min-width: 1280px) {
  .l-main:has(.m-heading-primary--page-detail) {
    padding-top: 156px;
  }
}

/* 余白設定 */
.m-heading-tertiary {
  margin-top: 40px;
  margin-bottom: 32px;
}
@media (min-width: 600px) {
  .m-heading-tertiary {
    margin-top: 56px;
    margin-bottom: 40px;
  }
}
.m-heading-tertiary:first-child {
  margin-top: 0;
}

.m-heading-tertiary {
  font-size: var(--font-size-xl);
  font-weight: 400;
  line-height: 1.4;
  font-feature-settings: "pwid" on;
}
@media (min-width: 600px) {
  .m-heading-tertiary {
    font-size: var(--font-size-2xl);
  }
}
.m-figure--l .m-heading-tertiary, .m-figure--r .m-heading-tertiary {
  margin-bottom: 24px;
}
.m-heading-tertiary .m-symbol {
  vertical-align: baseline;
}
[class^=m-tag] + .m-heading-tertiary {
  margin-block: 0;
}

/* 余白設定 */
.m-heading-quaternary {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 600px) {
  .m-heading-quaternary {
    margin-top: 40px;
    margin-bottom: 24px;
  }
}
.m-heading-quaternary:first-child {
  margin-top: 0;
}

.m-heading-quaternary {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  font-feature-settings: "pwid" on;
}
@media (min-width: 600px) {
  .m-heading-quaternary {
    font-size: var(--font-size-xl);
  }
}
.m-heading-quaternary .m-symbol {
  vertical-align: baseline;
}

/* 余白設定 */
.m-text--lead, .m-heading-quinary {
  margin-top: 16px;
  margin-bottom: 8px;
}
@media (min-width: 600px) {
  .m-text--lead, .m-heading-quinary {
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
.m-text--lead:first-child, .m-heading-quinary:first-child {
  margin-top: 0;
}

.m-text--lead, .m-heading-quinary {
  font-size: var(--font-size-lg);
  font-weight: 400;
  line-height: 1.6;
  font-feature-settings: "pwid" on;
}

.m-heading-quinary .m-symbol {
  vertical-align: baseline;
}

/* 余白設定 */
.m-text, .m-text--jump-url, .m-text--xs, .m-text--xs-right, .m-text--xs-center, .m-text--sm, .m-text--sm-right, .m-text--sm-center, .m-text--xl, .m-text--xl-right, .m-text--xl-center, .m-text--lg, .m-text--lg-right, .m-text--lg-center, .m-text--md, .m-text--md-right, .m-text--md-center, .m-text--right, .m-text--center {
  margin-bottom: 16px;
}

.m-text--xs, .m-text--xs-right, .m-text--xs-center, .m-text--sm, .m-text--sm-right, .m-text--sm-center {
  margin-bottom: 8px;
}

.m-text, .m-text--jump-url, .m-text--xs, .m-text--xs-right, .m-text--xs-center, .m-text--sm, .m-text--sm-right, .m-text--sm-center, .m-text--xl, .m-text--xl-right, .m-text--xl-center, .m-text--lg, .m-text--lg-right, .m-text--lg-center, .m-text--md, .m-text--md-right, .m-text--md-center, .m-text--right, .m-text--center {
  text-align: left;
}
.m-text__flag-icon {
  margin-right: 5px;
  max-width: 25px;
  display: inline-block;
  vertical-align: middle;
}
.m-text:last-child, .m-text--jump-url:last-child, .m-text--xs:last-child, .m-text--xs-right:last-child, .m-text--xs-center:last-child, .m-text--sm:last-child, .m-text--sm-right:last-child, .m-text--sm-center:last-child, .m-text--xl:last-child, .m-text--xl-right:last-child, .m-text--xl-center:last-child, .m-text--lg:last-child, .m-text--lg-right:last-child, .m-text--lg-center:last-child, .m-text--md:last-child, .m-text--md-right:last-child, .m-text--md-center:last-child, .m-text--right:last-child, .m-text--center:last-child {
  margin-bottom: 0;
}
.m-text--center {
  text-align: center;
}
.m-text--right {
  text-align: right;
}
.m-text--md, .m-text--md-right, .m-text--md-center {
  font-size: var(--font-size-md);
}
.m-text--md-center {
  text-align: center;
}
.m-text--md-right {
  text-align: right;
}
.m-text--lg, .m-text--lg-right, .m-text--lg-center {
  font-size: var(--font-size-lg);
}
.m-text--lg-center {
  text-align: center;
}
.m-text--lg-right {
  text-align: right;
}
.m-text--xl, .m-text--xl-right, .m-text--xl-center {
  font-size: var(--font-size-xl);
}
.m-text--xl-center {
  text-align: center;
}
.m-text--xl-right {
  text-align: right;
}
.m-text--sm, .m-text--sm-right, .m-text--sm-center {
  font-size: var(--font-size-sm);
}
.m-text--sm-center {
  text-align: center;
}
.m-text--sm-right {
  text-align: right;
}
.m-text--xs, .m-text--xs-right, .m-text--xs-center {
  font-size: var(--font-size-xs);
}
.m-text--xs-center {
  text-align: center;
}
.m-text--xs-right {
  text-align: right;
}
.m-text--jump-url {
  text-align: center;
  overflow-wrap: anywhere;
}

.m-picture {
  margin: 32px 0;
}
@media (min-width: 600px) {
  .m-picture {
    margin: 40px 0;
  }
}
table .m-picture {
  margin: 16px 0;
}
table .m-picture:first-child {
  margin-top: 0;
}
table .m-picture:last-child {
  margin-bottom: 0;
}
.m-picture--originalsize {
  margin: 32px 0;
  text-align: center;
}
@media (min-width: 600px) {
  .m-picture--originalsize {
    margin: 40px 0;
  }
}
.m-picture--originalsize .m-picture__img {
  max-width: 100%;
  width: auto;
}

.m-text-link-button, .m-text-link-button--pdf, .m-text-link-button--ex {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  gap: 0 8px;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .m-text-link-button:hover, .m-text-link-button--pdf:hover, .m-text-link-button--ex:hover {
    opacity: 0.7;
  }
}
.m-text-link-button .m-symbol, .m-text-link-button--pdf .m-symbol, .m-text-link-button--ex .m-symbol {
  min-width: 16px;
}
.m-text-link-button--pdf .m-symbol {
  top: 0;
  min-width: 24px;
}

.m-list-button, .m-list-button--left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  margin-bottom: 16px;
}
@media (min-width: 600px) {
  .m-list-button, .m-list-button--left {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    margin-top: 40px;
  }
}
.m-list-button:last-child, .m-list-button--left:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .m-list-button__item {
    flex-basis: 322px;
    max-width: 322px;
  }
}
@media (max-width: 599px) {
  .m-list-button[data-sp-cols="2"], [data-sp-cols="2"].m-list-button--left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: var(--font-size-xs);
  }
}
@media (max-width: 599px) {
  .m-list-button[data-sp-cols="2"] .m-list-button__item > [class*=m-button], [data-sp-cols="2"].m-list-button--left .m-list-button__item > [class*=m-button] {
    height: 100%;
    padding: 12px 10px 10px;
  }
}
@media (min-width: 600px) {
  .m-list-button--left {
    justify-content: flex-start;
  }
}

.m-button, .m-button--black, .m-button--reverse, .m-button--white {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 345px;
  min-height: 50px;
  margin: 0 auto;
  padding: 12px 24px 10px;
  color: var(--Mono-950);
  text-align: center;
  border: solid 1px var(--Mono-950);
}
@media (min-width: 600px) {
  .m-button, .m-button--black, .m-button--reverse, .m-button--white {
    max-width: 322px;
    margin: 0;
  }
}
.m-button:has(.m-button__arrow-icon), .m-button--black:has(.m-button__arrow-icon), .m-button--reverse:has(.m-button__arrow-icon), .m-button--white:has(.m-button__arrow-icon) {
  padding-right: 40px;
}
.m-button::before, .m-button--black::before, .m-button--reverse::before, .m-button--white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: var(--Mono-950);
  transition: ease 0.3s;
}
.m-button span:not(.m-button__arrow-icon), .m-button--black span:not(.m-button__arrow-icon), .m-button--reverse span:not(.m-button__arrow-icon), .m-button--white span:not(.m-button__arrow-icon) {
  position: relative;
}
.m-button__arrow-icon {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 16px;
  height: 16px;
  transform: translate(0, -50%);
}
.m-button__more-icon {
  width: 12px;
  height: 12px;
  position: relative;
  margin-right: 18px;
}
.m-button__more-icon::before, .m-button__more-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--Black);
  position: absolute;
  top: 50%;
}
.m-button__more-icon::before {
  left: 0;
}
.m-button__more-icon::after {
  transform: rotate(90deg);
}
.m-button .m-symbol, .m-button--black .m-symbol, .m-button--reverse .m-symbol, .m-button--white .m-symbol {
  position: relative;
  margin-right: 8px;
}
.m-button .m-symbol:last-child, .m-button--black .m-symbol:last-child, .m-button--reverse .m-symbol:last-child, .m-button--white .m-symbol:last-child {
  margin: 0 0 0 8px;
}
@media (hover: hover) and (pointer: fine) {
  .m-button:hover, .m-button--black:hover, .m-button--reverse:hover, .m-button--white:hover {
    color: var(--White);
  }
  .m-button:hover::before, .m-button--black:hover::before, .m-button--reverse:hover::before, .m-button--white:hover::before {
    width: 100%;
  }
  .m-button:hover .m-button__more-icon::before, .m-button--black:hover .m-button__more-icon::before, .m-button--reverse:hover .m-button__more-icon::before, .m-button--white:hover .m-button__more-icon::before, .m-button:hover .m-button__more-icon::after, .m-button--black:hover .m-button__more-icon::after, .m-button--reverse:hover .m-button__more-icon::after, .m-button--white:hover .m-button__more-icon::after {
    background: var(--White);
  }
}
.m-button--white {
  background: var(--White);
}
.m-button--reverse {
  color: var(--White);
  border: solid 1px var(--White);
}
.m-button--reverse::before {
  background-color: var(--White);
}
@media (hover: hover) and (pointer: fine) {
  .m-button--reverse:hover {
    color: var(--Mono-950);
  }
}
@media (min-width: 600px) {
  .m-list-button__item .m-button, .m-list-button__item .m-button--black, .m-list-button__item .m-button--white, .m-list-button__item .m-button--reverse {
    max-width: none;
  }
}
.m-button--black {
  background: var(--Mono-950);
  color: var(--White);
}
.m-button--black::before {
  background-color: var(--White);
}
@media (hover: hover) and (pointer: fine) {
  .m-button--black:hover {
    color: var(--Mono-950);
  }
}
.m-button.is-disabled, .is-disabled.m-button--white, .is-disabled.m-button--reverse, .is-disabled.m-button--black {
  opacity: 0.4;
  pointer-events: none;
}

.m-tag, .m-tag--archived, .m-tag--seicho, .m-tag--tsumitate, .m-tag--reverse {
  display: inline-flex;
  min-height: 20px;
  padding: 2px 16px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  gap: 10px;
  font-size: var(--font-size-xs);
  font-weight: 500;
  text-align: center;
  word-break: normal;
  background-color: var(--Mono-200);
}
.m-tag[href], [href].m-tag--archived, [href].m-tag--seicho, [href].m-tag--tsumitate, [href].m-tag--reverse {
  border-radius: 10px;
  color: var(--White);
  background-color: var(--Mono-950);
}
.m-tag--reverse {
  color: var(--Mono-950);
  background-color: var(--White);
}
.m-tag--reverse[href] {
  color: var(--Mono-950);
  background-color: var(--White);
}
.m-tag--tsumitate {
  color: var(--White);
  background-color: var(--Blue-AMO);
  word-break: normal;
}
.m-tag--seicho {
  color: var(--White);
  background-color: var(--Red-AMO);
  word-break: normal;
}
.m-tag--archived {
  color: var(--White);
  background-color: #2C773A;
  word-break: normal;
}

.m-fund-tag, .m-fund-tag--13, .m-fund-tag--12, .m-fund-tag--11, .m-fund-tag--10, .m-fund-tag--09, .m-fund-tag--08, .m-fund-tag--07, .m-fund-tag--06, .m-fund-tag--05, .m-fund-tag--04, .m-fund-tag--03, .m-fund-tag--02, .m-fund-tag--01 {
  display: inline-flex;
  width: fit-content;
  min-height: 20px;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-xs);
  line-height: 1;
  font-weight: 500;
  text-align: center;
  word-break: normal;
}
@media (min-width: 600px) {
  .m-fund-tag, .m-fund-tag--13, .m-fund-tag--12, .m-fund-tag--11, .m-fund-tag--10, .m-fund-tag--09, .m-fund-tag--08, .m-fund-tag--07, .m-fund-tag--06, .m-fund-tag--05, .m-fund-tag--04, .m-fund-tag--03, .m-fund-tag--02, .m-fund-tag--01 {
    margin: 0 auto;
    padding: 5px 8px 6px;
  }
}
.m-fund-tag--01 {
  background: #F9C19C;
}
.m-fund-tag--02 {
  background: #A1CCF7;
}
.m-fund-tag--03 {
  background: #D6BFE4;
}
.m-fund-tag--04 {
  background: #F6E186;
}
.m-fund-tag--05 {
  background: #B6EDFB;
}
.m-fund-tag--06 {
  background: #C8D9F0;
}
.m-fund-tag--07 {
  background: #F6ABAB;
}
.m-fund-tag--08 {
  background: #99DDDD;
}
.m-fund-tag--09 {
  background: #F0C5F9;
}
.m-fund-tag--10 {
  background: #C8CFFF;
}
.m-fund-tag--11 {
  background: #B0E5B0;
}
.m-fund-tag--12 {
  background: #FABAD1;
}
.m-fund-tag--13 {
  background: #EBEBEB;
}

.m-tag-list {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.m-card, .m-card--hagukumu, .m-card--horizontal, .m-card--banner, .m-card--backstage {
  display: block;
  flex-basis: 100%;
  background-color: var(--White);
  box-shadow: 0px 0px 12px 0px rgba(29, 45, 124, 0.15);
  position: relative;
}
.m-card.is-new::after, .is-new.m-card--hagukumu::after, .is-new.m-card--horizontal::after, .is-new.m-card--banner::after, .is-new.m-card--backstage::after {
  content: "新着";
  width: 64px;
  height: 32px;
  position: absolute;
  background: var(--Red-AMO);
  color: var(--White);
  font-size: var(--font-size-md);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
@media (min-width: 600px) {
  .m-card, .m-card--hagukumu, .m-card--horizontal, .m-card--banner, .m-card--backstage {
    display: grid;
    grid-template-rows: auto 1fr;
  }
}
@media (min-width: 600px) {
  .m-card:only-child, .m-card--hagukumu:only-child, .m-card--horizontal:only-child, .m-card--banner:only-child, .m-card--backstage:only-child {
    height: 100%;
  }
}
.m-card__frame, .m-card__frame--movie {
  overflow: hidden;
}
.m-card__frame--movie {
  position: relative;
}
.m-card__frame--movie::after {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  background: url(/pickup/onemore/images/img-movie-btn.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 600px) {
  .m-card__frame--movie::after {
    width: 48px;
    height: 48px;
  }
}
.m-card__img {
  transition: ease 0.3s;
}
.m-card__new {
  display: inline-flex;
  min-height: 20px;
  padding: 2px 16px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  gap: 10px;
  color: var(--White);
  font-size: var(--font-size-xs);
  font-weight: 500;
  background-color: var(--Mono-950);
}
.m-card__detail, .m-card__detail--center {
  position: relative;
  display: flex;
  padding: 16px;
}
.m-card__detail:has(.m-card__icon), .m-card__detail--center:has(.m-card__icon) {
  padding-right: 48px;
}
.m-card__detail [class^=m-text]:last-of-type, .m-card__detail--center [class^=m-text]:last-of-type {
  margin-bottom: 0;
}
.m-card__detail--center {
  align-items: center;
}
.m-card__detail-wrap {
  flex-grow: 1;
}
.m-card__detail-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.m-card__detail-inner [class^=m-heading] {
  margin: 0;
}
.m-card__date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--font-size-sm);
}
.m-card__tit {
  flex-basis: 100%;
  font-size: var(--font-size-lg);
}
@media (min-width: 600px) {
  [data-cols="4"] .m-card__tit {
    font-size: var(--font-size-md);
  }
}
.m-card__tit:only-of-type {
  margin-bottom: 0;
}
.m-card__text {
  flex-basis: 100%;
}
@media (min-width: 600px) {
  [data-cols="4"] .m-card__text {
    font-size: var(--font-size-sm);
  }
}
.m-card__notes {
  font-size: var(--font-size-sm);
}
.m-card__pdf-size {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-size: var(--font-size-sm);
  gap: 8px;
}
.m-card__pdf-size .m-symbol {
  position: static;
  flex-shrink: 0;
  transform: none;
}
.m-card__icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.m-card__box {
  margin: 16px 0 32px;
  padding: 19px;
  border: 1px solid var(--Mono-100);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.m-card__box-heading {
  margin-bottom: 4px;
  font-weight: 700;
}
.m-card--backstage {
  border: solid 1px var(--Mono-200);
}
.m-card--banner {
  padding: 24px;
  box-shadow: none;
}
@media (hover: hover) and (pointer: fine) {
  .m-card--banner:hover .m-card__img {
    transform: none;
  }
}
.m-card--banner .m-card__frame, .m-card--banner .m-card__frame--movie {
  overflow: hidden;
  margin-bottom: 16px;
}
.m-card--banner .m-card__detail, .m-card--banner .m-card__detail--center {
  min-height: 56px;
  align-items: center;
  padding: 0 32px 0 0;
}
.m-card--banner .m-symbol {
  right: 0;
}
@media (min-width: 600px) {
  .m-card--horizontal {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 600px) {
  .m-card--horizontal .m-card__frame, .m-card--horizontal .m-card__frame--movie {
    min-width: 50%;
    flex-basis: 50%;
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .m-card--horizontal .m-card__frame, .m-card--horizontal .m-card__frame--movie {
    min-width: 300px;
    flex-basis: 300px;
    height: 100%;
  }
}
.m-card--horizontal .m-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.m-card--horizontal .m-card__detail, .m-card--horizontal .m-card__detail--center {
  display: block;
}
@media (min-width: 600px) {
  .m-card--horizontal .m-card__detail, .m-card--horizontal .m-card__detail--center {
    flex-basis: 50%;
  }
}
@media (min-width: 1280px) {
  .m-card--horizontal .m-card__detail, .m-card--horizontal .m-card__detail--center {
    flex-basis: calc(100% - 300px);
  }
}
@media (min-width: 600px) {
  .m-card--horizontal .m-card__text {
    font-size: var(--font-size-xs);
  }
}
.m-card--hagukumu .m-card__frame, .m-card--hagukumu .m-card__frame--movie {
  aspect-ratio: 343/192;
}
@media (min-width: 600px) {
  .m-card--hagukumu .m-card__frame, .m-card--hagukumu .m-card__frame--movie {
    aspect-ratio: 384/216;
  }
}
.m-card .m-button, .m-card--backstage .m-button, .m-card--banner .m-button, .m-card--horizontal .m-button, .m-card--hagukumu .m-button {
  margin-top: 8px;
  width: 100%;
  max-width: none;
}
@media (hover: hover) and (pointer: fine) {
  .m-card:hover .m-card__img, .m-card--backstage:hover .m-card__img, .m-card--banner:hover .m-card__img, .m-card--horizontal:hover .m-card__img, .m-card--hagukumu:hover .m-card__img {
    transform: scale(1.05);
  }
}

.m-list-cards__inner {
  display: grid;
  grid-template-rows: auto;
  gap: 16px;
  margin: 40px 0;
}
@media (min-width: 600px) {
  .m-list-cards__inner {
    margin: 24px 0;
    gap: 24px;
  }
  .m-list-cards__inner[data-cols="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-list-cards__inner[data-cols="2"]:has(.m-list-cards__item:only-child) {
    display: block;
  }
  .m-list-cards__inner[data-cols="2"]:has(.m-list-cards__item:only-child) .m-card,
  .m-list-cards__inner[data-cols="2"]:has(.m-list-cards__item:only-child) .m-card--banner,
  .m-list-cards__inner[data-cols="2"]:has(.m-list-cards__item:only-child) .m-list-cards__item {
    width: 828px;
    max-width: 100%;
    margin: 0 auto;
  }
  .m-list-cards__inner[data-cols="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-list-cards__inner[data-cols="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-list-cards__inner[data-cols="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-list-cards__inner[data-cols="5"] .m-card__detail-wrap {
    display: flex;
    align-items: center;
  }
}
.m-list-cards__inner:first-child {
  margin-top: 0;
}
.m-list-cards__inner:last-child {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .m-list-cards__inner:has([class^=m-heading]) {
    gap: 32px;
  }
}
@media (min-width: 600px) {
  .m-list-cards__item:has([class*=m-heading]) {
    display: grid;
    grid-template-rows: auto 1fr;
  }
}
.m-list-cards__item.is-hidden {
  display: none;
}
.m-list-cards__dots {
  position: relative;
  min-height: 44px;
  margin: 4px 0 0 0;
}
@media (min-width: 600px) {
  .m-list-cards__dots {
    margin: 28px auto 0;
    width: max-content;
    min-height: 48px;
    max-width: calc(100% - 96px);
  }
}
.m-list-cards__prev {
  left: 0;
}
@media (min-width: 600px) {
  .m-list-cards__prev {
    left: -80px;
  }
}
.m-list-cards__next {
  right: 0;
}
@media (min-width: 600px) {
  .m-list-cards__next {
    right: -80px;
    z-index: 10;
  }
}
.m-list-cards--carousel {
  position: relative;
}
@media (min-width: 600px) {
  .m-list-cards--carousel .m-list-cards__inner:not(.slick-initialized) {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
  }
  .m-list-cards--carousel .m-list-cards__inner:not(.slick-initialized)[data-cols="5"] {
    justify-content: space-between;
  }
}
@media (min-width: 600px) and (min-width: 600px) and (max-width: 959px) {
  .m-list-cards--carousel .m-list-cards__inner:not(.slick-initialized)[data-cols="5"] {
    justify-content: flex-start;
  }
}
@media (min-width: 600px) {
  .m-list-cards--carousel .m-list-cards__inner:not(.slick-initialized)[data-cols="5"] .m-list-cards__item {
    flex-basis: calc(20% - 20px);
  }
}
.m-list-cards--carousel .m-list-cards__inner.slick-initialized {
  margin: -12px -12px 12px;
}
@media (min-width: 600px) {
  .m-list-cards--carousel .m-list-cards__inner.slick-initialized {
    margin-bottom: 18px;
  }
}
.m-list-cards--carousel .m-list-cards__inner.slick-initialized .m-card {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}
@media (min-width: 600px) {
  .m-list-cards--carousel .m-list-cards__item {
    flex-basis: calc(33.3333333333% - 16px);
  }
}
.m-list-cards--carousel .slick-track {
  display: flex;
}
.m-list-cards--carousel .slick-slide {
  float: none;
  height: auto !important;
  padding: 12px;
}
.m-list-cards--carousel .slick-slide > div,
.m-list-cards--carousel .slick-slide .m-list-cards__item {
  height: 100%;
}
.m-list-cards--carousel .slick-dots {
  position: static;
  display: flex;
  flex-wrap: wrap;
  min-height: 44px;
  margin: 0 48px;
  width: auto;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media (min-width: 600px) {
  .m-list-cards--carousel .slick-dots {
    margin: 0;
    min-height: 48px;
    gap: 8px;
  }
}
.m-list-cards--carousel .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
}
@media (min-width: 600px) {
  .m-list-cards--carousel .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
.m-list-cards--carousel .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 4px;
  background-color: var(--Mono-200);
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .m-list-cards--carousel .slick-dots li button:hover {
    opacity: 0.7;
  }
}
@media (min-width: 600px) {
  .m-list-cards--carousel .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
}
.m-list-cards--carousel .slick-dots li.slick-active button {
  background-color: var(--Blue-Accent);
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .m-list-cards--carousel .slick-dots li.slick-active button:hover {
    opacity: 1;
  }
}
.m-list-cards--carousel .slick-dots li button:before {
  content: none;
}
.m-list-cards--carousel .slick-track:before, .m-list-cards--carousel .slick-track:after {
  content: none;
}
.m-list-cards--carousel .slick-arrow {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  padding: 6px;
  color: var(--Mono-950);
  transform: translateY(-50%);
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .m-list-cards--carousel .slick-arrow:hover {
    opacity: 0.7;
  }
}
@media (min-width: 600px) {
  .m-list-cards--carousel .slick-arrow {
    width: 48px;
    height: 48px;
    padding: 0;
  }
}
.m-list-cards--carousel .slick-arrow::before {
  content: none;
}
.m-list-cards--carousel .slick-arrow.slick-disabled, .m-list-cards--carousel .slick-arrow.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media (min-width: 600px) {
  .m-list-cards--carousel .slick-arrow .m-symbol {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 600px) {
  .m-list-cards--no-single-center .m-list-cards__inner[data-cols="2"]:has(.m-list-cards__item:only-child) {
    display: grid;
  }
  .m-list-cards--no-single-center .m-list-cards__inner[data-cols="2"]:has(.m-list-cards__item:only-child) .m-card,
  .m-list-cards--no-single-center .m-list-cards__inner[data-cols="2"]:has(.m-list-cards__item:only-child) .m-card--banner,
  .m-list-cards--no-single-center .m-list-cards__inner[data-cols="2"]:has(.m-list-cards__item:only-child) .m-list-cards__item {
    width: auto;
    max-width: none;
    margin: 0;
  }
}

.m-link {
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .m-link:hover {
    opacity: 0.7;
  }
}
.m-link .m-symbol {
  position: relative;
}
.m-link .m-symbol:last-child:not(:first-child) {
  top: 5px;
  width: 16px;
  margin-left: 4px;
}
.m-text--xs .m-link .m-symbol {
  top: 1px;
}
.m-link--text {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .m-link--text:hover {
    text-decoration: none;
  }
}
.m-link--text .m-symbol {
  margin: 0 4px;
}
@media (max-width: 599px) and (hover: none) {
  .m-link--tel {
    text-decoration: underline;
  }
}

.m-picture-banner {
  display: block;
  max-width: 1130px;
  margin: 72px auto 0;
  overflow: hidden;
  box-shadow: 0px 0px 12px rgba(29, 45, 124, 0.15);
}
@media (hover: hover) and (pointer: fine) {
  .m-picture-banner:hover .m-picture-banner__img {
    transform: scale(1.05);
  }
}
@media (min-width: 600px) {
  .m-picture-banner {
    margin: 94px auto 0;
  }
}
.m-picture-banner__img {
  transition: ease 0.3s;
}
.m-heading-tertiary + .m-picture-banner {
  margin-top: 0;
}
.l-grid .m-picture-banner {
  margin: 0;
}

.p-onemore-kv .m-picture {
  margin-top: 0;
}
@media (min-width: 600px) {
  .p-onemore-kv .m-picture {
    margin-top: 54px;
  }
}

@media (min-width: 600px) {
  .l-header__site-nav-list {
    margin-right: 0;
  }
}

.p-share-parts__title {
  margin-bottom: 16px;
  text-align: center;
  font-size: 14px;
}
.p-share-parts__list {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.p-share-parts__link {
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-share-parts__link:hover {
    opacity: 0.7;
  }
}

.m-card__frame, .m-card__frame--onemore-movie {
  overflow: hidden;
}
.m-card__frame--onemore-movie {
  position: relative;
}
.m-card__frame--onemore-movie::after {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  background: url(/pickup/onemore/images/img-movie-btn.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 600px) {
  .m-card__frame--onemore-movie::after {
    width: 72px;
    height: 72px;
  }
}

.m-picture-banner--movie {
  display: block;
  position: relative;
  max-width: 1130px;
  margin: 72px auto 0;
  overflow: hidden;
  box-shadow: 0px 0px 12px rgba(29, 45, 124, 0.15);
}
@media (hover: hover) and (pointer: fine) {
  .m-picture-banner--movie:hover .m-picture-banner__img {
    transform: scale(1.05);
  }
}
@media (min-width: 600px) {
  .m-picture-banner--movie {
    margin: 94px auto 0;
  }
}
.m-picture-banner--movie__img {
  transition: ease 0.3s;
}
.m-heading-tertiary + .m-picture-banner--movie {
  margin-top: 0;
}
.m-picture-banner--movie::after {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  background: url(/pickup/onemore/images/img-movie-btn.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 600px) {
  .m-picture-banner--movie::after {
    width: 72px;
    height: 72px;
  }
}