@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@300;400;500;700;800&family=BIZ+UDPGothic&display=swap);
@import url(https://unpkg.com/swiper@7/swiper-bundle.min.css);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

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

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

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

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

/*
ms:mobile small
ml:mobile large
ts:tablet small
tl:tablet large
 d:desktop
 */
/*
ms:mobile small
ml:mobile large
ts:tablet small
tl:tablet large
 d:desktop
 */
/*
* z-index
*/
@media screen and (min-width: 820px) {
  html {
    font-size: 10px; } }

@media screen and (max-width: 819px) {
  html {
    font-size: 2.66667vw; } }

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴシック","Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  color: #333333;
  margin: 0; }
  @media screen and (min-width: 820px) {
    body {
      line-height: 1.6em;
      font-size: 1.6rem;
      letter-spacing: 0.05em; } }
  @media screen and (max-width: 819px) {
    body {
      line-height: 1.6em;
      font-size: 1.3rem;
      letter-spacing: 0.05em; } }

/* ページ表示時フェードイン */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 1;
  animation: pagenateFadeIn .5s forwards; }

@keyframes pagenateFadeIn {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* ページ遷移時フェードアウト */
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値では非表示 */
  -webkit-transition: opacity .1s ease;
  -ms-transition: opacity .1s ease;
  -moz-transition: opacity .1s ease;
  transition: opacity .1s ease; }

body.is-fadeout::after {
  opacity: 1; }

/* Flocss Foundation */
/*
ms:mobile small
ml:mobile large
ts:tablet small
tl:tablet large
 d:desktop
 */
* {
  box-sizing: border-box; }

a {
  color: currentColor;
  transition: all .5s ease; }
  a img {
    transition: all 1s ease; }
  a:active, a:hover {
    color: #FF5E7E;
    text-decoration: none; }
    a:active img, a:hover img {
      transform: scale(1.1); }

pre {
  background-color: transparent;
  border: none;
  padding: 1.6rem 0; }

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-top: 0; }
  @media screen and (min-width: 820px) {
    p {
      margin-bottom: 1.6em; } }
  @media screen and (max-width: 819px) {
    p {
      margin-bottom: 1.6em; } }

ul, ol {
  margin-top: 0;
  padding-left: 2em; }
  @media screen and (min-width: 820px) {
    ul, ol {
      margin-bottom: 1.6em; } }
  @media screen and (max-width: 819px) {
    ul, ol {
      margin-bottom: 1.6em; } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none; }

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

ruby {
  ruby-align: center; }

rt {
  text-align: center; }

h2 rt,
h3 rt {
  font-size: 1rem; }

_::-webkit-full-page-media, _:future, :root rt {
  transform: translate(0, 0.5em); }

:focus {
  outline: none; }

/* Flocss Utility */
/*
ms:mobile small
ml:mobile large
ts:tablet small
tl:tablet large
 d:desktop
 */
@media screen and (max-width: 819px) {
  .u-brDisplay--pc {
    display: none; } }

@media screen and (min-width: 820px) {
  .u-brDisplay--pc {
    display: block; } }

@media screen and (max-width: 819px) {
  .u-brDisplay--sp {
    display: block; } }

@media screen and (min-width: 820px) {
  .u-brDisplay--sp {
    display: none; } }

.c-address {
  line-height: 2;
  text-align: center;
  font-weight: 700; }
  @media screen and (min-width: 820px) {
    .c-address {
      margin-bottom: 7rem;
      font-size: 2rem; } }
  @media screen and (max-width: 819px) {
    .c-address {
      margin-bottom: 4rem;
      font-size: 1.2rem; } }

.c-copyright {
  line-height: 2;
  text-align: center;
  font-weight: 700;
  font-size: 12px; }

.c-movieBox {
  max-width: 640px;
  margin: 0 auto; }
  .c-movieBox__unit {
    z-index: 2;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 5.4vw; }
    .c-movieBox__unit iframe,
    .c-movieBox__unit img {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }
    .c-movieBox__unit img {
      width: 100%;
      pointer-events: none; }
  .c-movieBox > *:last-child {
    margin-bottom: 0; }

.c-streamThumbs {
  max-width: 64rem;
  margin: 0 auto 3rem; }
  .c-streamThumbs img {
    width: 100%; }

.c-button--ec {
  max-width: 40rem;
  margin: 0 auto; }
  .c-button--ec img {
    width: 100%; }

.c-balloon {
  z-index: 1;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  pointer-events: none; }
  @media screen and (min-width: 820px) {
    .c-balloon {
      width: 14rem;
      height: 30rem; } }
  @media screen and (max-width: 819px) {
    .c-balloon {
      width: 11.2rem;
      height: 24rem; } }
  .c-balloon.--g {
    background-image: url(../img/balloon--g.png); }
  .c-balloon.--k {
    background-image: url(../img/balloon--k.png); }
  .c-balloon.--r {
    background-image: url(../img/balloon--r.png); }
  .c-balloon.--u {
    background-image: url(../img/balloon--u.png); }

.p-summary {
  background-image: url(../img/cloud--1.png);
  background-repeat: no-repeat;
  font-family: 'BIZ UDGothic';
  font-style: normal;
  font-weight: 700; }
  @media screen and (min-width: 820px) {
    .p-summary {
      margin-bottom: 9rem;
      background-size: 1442px;
      background-position: center top; } }
  @media screen and (max-width: 819px) {
    .p-summary {
      padding: 0 1.5rem;
      margin-bottom: 6rem;
      background-size: 160%;
      background-position: center top 5rem; } }
  @media screen and (min-width: 820px) {
    .p-summary__logo {
      max-width: 54rem;
      margin: 0 auto 4rem; } }
  @media screen and (max-width: 819px) {
    .p-summary__logo {
      max-width: 80%;
      margin: 0 auto 2rem; } }
  .p-summary__logo img {
    width: 100%; }
  .p-summary__text {
    margin-bottom: 3rem;
    text-align: center;
    filter: drop-shadow(0px 5px 0px rgba(0, 0, 0, 0.25)); }
    .p-summary__text__message {
      line-height: 1.3; }
      @media screen and (min-width: 820px) {
        .p-summary__text__message {
          margin-bottom: 3rem;
          font-size: 4.4rem; } }
      @media screen and (max-width: 819px) {
        .p-summary__text__message {
          margin-bottom: 2rem;
          font-size: 2.6rem; } }
    .p-summary__text__entry {
      line-height: 1.3; }
      @media screen and (min-width: 820px) {
        .p-summary__text__entry {
          font-size: 3rem; } }
      @media screen and (max-width: 819px) {
        .p-summary__text__entry {
          font-size: 1.8rem; } }
  .p-summary__button {
    max-width: 40rem;
    margin: 0 auto; }
    .p-summary__button img {
      width: 100%; }

.p-hw {
  padding: 0;
  margin: 0;
  text-align: center; }
  @media screen and (min-width: 820px) {
    .p-hw {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 819px) {
    .p-hw {
      margin-bottom: 3rem; } }
  .p-hw__en {
    display: block;
    line-height: 1.4;
    font-family: 'Oswald', sans-serif; }
    @media screen and (min-width: 820px) {
      .p-hw__en {
        font-size: 5rem; } }
    @media screen and (max-width: 819px) {
      .p-hw__en {
        font-size: 4rem; } }
  .p-hw__ja {
    display: block;
    line-height: 1.4; }
    @media screen and (min-width: 820px) {
      .p-hw__ja {
        font-size: 1.4rem; } }
    @media screen and (max-width: 819px) {
      .p-hw__ja {
        font-size: 1.2rem; } }
  .--access .p-hw__en {
    color: #000000; }

.p-kv {
  max-width: 820px;
  margin: 0 auto; }
  @media screen and (min-width: 820px) {
    .p-kv {
      padding-bottom: 11.5rem; } }
  @media screen and (max-width: 819px) {
    .p-kv {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-bottom: 6rem; } }
  .p-kv__logo {
    opacity: 0; }
    .p-kv__logo img {
      width: 100%;
      height: auto; }

.p-items {
  background-image: url(../img/items--bg.png);
  background-repeat: no-repeat;
  background-position: center top; }
  @media screen and (min-width: 820px) {
    .p-items {
      padding-top: 32rem;
      margin-bottom: 13rem;
      background-size: 910px auto; } }
  @media screen and (max-width: 819px) {
    .p-items {
      padding-top: 35vw;
      margin-bottom: 5rem;
      background-size: 110% auto; } }
  .p-items__img {
    max-width: 64rem;
    margin: 0 auto; }
    .p-items__img img {
      transform: scale(1) !important; }

@media screen and (min-width: 820px) {
  .p-level5-items {
    margin-bottom: 8rem; } }

@media screen and (max-width: 819px) {
  .p-level5-items {
    margin-bottom: 4rem; } }

.p-level5-items__title {
  max-width: 62rem;
  margin: 0 auto; }
  @media screen and (min-width: 820px) {
    .p-level5-items__title {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 819px) {
    .p-level5-items__title {
      margin-bottom: 2rem; } }

.p-level5-items__text {
  max-width: 64rem;
  margin: 0 auto; }
  @media screen and (min-width: 820px) {
    .p-level5-items__text {
      margin-bottom: 4rem;
      font-weight: 700;
      font-size: 2.4rem;
      line-height: 1.8;
      text-align: center; } }
  @media screen and (max-width: 819px) {
    .p-level5-items__text {
      margin-bottom: 2rem;
      font-weight: 700;
      font-size: 1.6rem;
      line-height: 1.5; } }
  .p-level5-items__text > *:last-child {
    margin-bottom: 0; }

.p-level5-items__img {
  max-width: 64rem;
  margin: 0 auto; }
  @media screen and (min-width: 820px) {
    .p-level5-items__img {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 819px) {
    .p-level5-items__img {
      margin-bottom: 2rem; } }
  .p-level5-items__img img {
    transform: scale(1) !important; }

.p-level5-items > *:last-child {
  margin-bottom: 0; }

.p-streamlist {
  padding: 0;
  list-style: none; }
  @media screen and (min-width: 820px) {
    .p-streamlist {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      justify-content: center;
      width: 64rem;
      margin: 0 auto 6rem; } }
  @media screen and (max-width: 819px) {
    .p-streamlist {
      margin: 0 auto 2rem; } }
  .p-streamlist li {
    padding: 0; }
    @media screen and (min-width: 820px) {
      .p-streamlist li {
        min-width: 31rem;
        max-width: 31rem;
        margin: 0 0 1.6rem; } }
    @media screen and (max-width: 819px) {
      .p-streamlist li {
        margin: 0 0 0.8rem; } }
    .p-streamlist li img {
      width: 100%; }
    .p-streamlist li:nth-child(2n) {
      margin-left: auto; }

.l-section {
  position: relative;
  padding: 0 2rem; }
  @media screen and (min-width: 820px) {
    .l-section {
      padding-bottom: 12rem; } }
  @media screen and (max-width: 819px) {
    .l-section {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-bottom: 7rem; } }
  .l-section.--footer {
    margin-bottom: 0; }
    @media screen and (min-width: 820px) {
      .l-section.--footer {
        padding-top: 5rem;
        padding-bottom: 5rem; } }
    @media screen and (max-width: 819px) {
      .l-section.--footer {
        padding-top: 3rem;
        padding-bottom: 3rem; } }
  .l-section > *:last-child {
    margin-bottom: 0 !important; }

.l-bg-sky {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url(../img/bg_star.png), linear-gradient(180deg, #0029BB 0%, #0094FF 30%, #2FB4FF 50%, #1DE4FF 75%, #ECFEE4 100%);
  background-repeat: repeat-x, no-repeat;
  background-position: top center, top center;
  color: #FFFFFF; }
  @media screen and (min-width: 820px) {
    .l-bg-sky {
      padding: 12.5rem 0 8rem;
      background-size: auto 1000px, auto; } }
  @media screen and (max-width: 819px) {
    .l-bg-sky {
      padding: 6rem 0 0rem;
      background-size: auto 800px, auto; } }
  .l-bg-sky__inner {
    z-index: 2;
    position: relative; }

.l-bg-cloud {
  background-image: url(../img/cloud--2.png);
  background-repeat: no-repeat; }
  @media screen and (min-width: 820px) {
    .l-bg-cloud {
      background-position: center top 705px;
      background-size: 1442px auto; } }
  @media screen and (max-width: 819px) {
    .l-bg-cloud {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      background-position: center top 200px;
      background-size: 180% auto; } }
  .l-bg-cloud .l-section {
    padding-left: 0;
    padding-right: 0; }

#l-op--rocket,
#l-op--ufo {
  z-index: 100;
  position: absolute;
  animation: move-y .5s infinite alternate ease-in-out; }
  @media screen and (min-width: 820px) {
    #l-op--rocket,
    #l-op--ufo {
      width: 30rem; } }
  @media screen and (max-width: 819px) {
    #l-op--rocket,
    #l-op--ufo {
      width: 15rem; } }
  #l-op--rocket img,
  #l-op--ufo img {
    width: 100%; }

#l-op--rocket {
  top: 0;
  left: 0;
  margin-left: 0; }

#l-op--ufo {
  top: 0;
  right: 0;
  margin-right: 0; }

@keyframes move-y {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(2rem); } }

#l-loading {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF; }
  #l-loading__img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20rem;
    transform: translate(-50%, -50%); }
    #l-loading__img img {
      width: 100%;
      height: auto; }

/* Flocss Layout 読み込み順が重要 */
.l-modal {
  z-index: 200;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: transparent; }
  @media screen and (min-width: 820px) {
    .l-modal {
      padding: 4rem; } }
  @media screen and (max-width: 819px) {
    .l-modal {
      padding: 2rem; } }
  .l-modal__layer {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .l-modal__cont {
    z-index: 2;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 1rem;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    max-height: 100%; }
    @media screen and (min-width: 820px) {
      .l-modal__cont {
        max-width: 114rem;
        min-width: 70rem;
        padding: 4.5rem 4rem 4rem; } }
    @media screen and (max-width: 819px) {
      .l-modal__cont {
        min-width: unset;
        padding: 4.5rem 2rem 3rem; } }
    .l-modal__cont__inner {
      width: 100%;
      max-height: 100%;
      overflow: auto; }
      .l-modal__cont__inner > *:last-child {
        margin-bottom: 0; }
    .l-modal__cont__close {
      position: absolute;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-align: left;
      text-indent: 100%;
      background-color: #C9D9ED;
      background-image: url(../img/l-modal__close.png);
      background-repeat: no-repeat;
      background-position: center center;
      border-radius: 100%;
      cursor: pointer; }
      @media screen and (min-width: 820px) {
        .l-modal__cont__close {
          right: -2.5rem;
          top: -2.5rem;
          width: 5rem;
          height: 5rem;
          background-size: 100%; } }
      @media screen and (max-width: 819px) {
        .l-modal__cont__close {
          right: -1.5rem;
          top: -1.5rem;
          width: 3rem;
          height: 3rem;
          background-size: 100%; } }
    @media screen and (min-width: 820px) {
      .l-modal__cont__twowayButton {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .l-modal__cont__twowayButton > * {
          margin-bottom: 0; } }
    @media screen and (max-width: 819px) {
      .l-modal__cont__twowayButton {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: stretch; }
        .l-modal__cont__twowayButton > * {
          margin-bottom: 1rem; } }
    .l-modal__cont__twowayButton > *:last-child {
      margin-bottom: 0; }
  .l-modal.--bgGray .l-modal__cont {
    background-color: #EFF0F4; }
  .l-modal.--slim .l-modal__cont {
    width: 100%;
    max-width: 56rem;
    min-width: unset; }
    @media screen and (min-width: 820px) {
      .l-modal.--slim .l-modal__cont {
        padding-left: 5rem;
        padding-right: 5rem; } }
  .l-modal.is-show {
    display: flex; }
    .l-modal.is-show .l-modal__cont {
      animation: modal__cont .5s ease; }

@keyframes modal__cont {
  0% {
    transform: scale(0.4);
    opacity: .4; }
  100% {
    transform: scale(1);
    opacity: 1; } }
