@charset "UTF-8";
:root {
  --my-breakpoint-tablet: 560px;
  --my-breakpoint-pc: 992px;
  --my-breakpoint-artboard: 1920px;
  --my-color-blue: #0d6efd;
  --my-color-indigo: #6610f2;
  --my-color-purple: #6f42c1;
  --my-color-pink: #d63384;
  --my-color-red: #dc3545;
  --my-color-orange: #fd7e14;
  --my-color-yellow: #ffc107;
  --my-color-green: #198754;
  --my-color-teal: #20c997;
  --my-color-cyan: #0dcaf0;
  --my-color-theme-primary: #0bd79b;
  --my-color-theme-secondary: #f2f5fa;
  --my-color-theme-tertiary: #faf221;
  --my-color-theme-base: #fff;
  --my-color-bg-base: #F2F2F2;
  --my-color-text-base: #000000;
  --my-color-text-darker: #111;
  --my-color-text-dark: #333;
  --my-color-text-light: #666;
  --my-color-text-lighter: #999;
  --my-color-gray-100: #f8f9fa;
  --my-color-gray-200: #e9ecef;
  --my-color-gray-300: #dee2e6;
  --my-color-gray-400: #ced4da;
  --my-color-gray-500: #adb5bd;
  --my-color-gray-600: #6c757d;
  --my-color-gray-700: #495057;
  --my-color-gray-800: #343a40;
  --my-color-gray-900: #212529;
  --my-color-gray-base: #ced4da;
  --my-color-gray-darker: #343a40;
  --my-color-gray-dark: #6c757d;
  --my-color-gray-light: #adb5bd;
  --my-color-gray-lighter: #dee2e6;
  --my-font-family-sans_serif: RakutenSansUI, Noto Sans JP, 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, Meiryo, sans-serif;
  --my-font-family-serif: Noto Serif JP, Literata, 游明朝, YuMincho, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  --my-font-size-base-sp: 1.5rem;
  --my-font-size-base-pc: 1.5rem;
  --my-font-line_height-base: 1.78;
  --my-font-line_height-heading: 1.4;
  --my-font-line_height-p: 2;
  --my-font-letter_spacing-base: 0.05em;
  --my-transition-duration-fast: 0.25s;
  --my-transition-duration-base: 0.5s;
  --my-transition-duration-slow: 0.75s;
  --my-transition-duration-slower: 1.5s;
  --my-easing-linear: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  --my-easing-ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --my-easing-easeIn: cubic-bezier(0.42, 0, 1, 1);
  --my-easing-easeOut: cubic-bezier(0, 0, 0.58, 1);
  --my-easing-easeInOut: cubic-bezier(0.42, 0, 0.58, 1);
  --my-easing-easing_1_SineIn: cubic-bezier(0.47, 0, 0.745, 0.715);
  --my-easing-easing_1_SineOut: cubic-bezier(0.39, 0.575, 0.565, 1);
  --my-easing-easing_1_SineInOut: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --my-easing-easing_2_QuadIn: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --my-easing-easing_2_QuadOut: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --my-easing-easing_2_QuadInOut: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --my-easing-easing_3_CubicIn: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --my-easing-easing_3_CubicOut: cubic-bezier(0.215, 0.61, 0.355, 1);
  --my-easing-easing_3_CubicInOut: cubic-bezier(0.645, 0.045, 0.355, 1);
  --my-easing-easing_4_QuartIn: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --my-easing-easing_4_QuartOut: cubic-bezier(0.165, 0.84, 0.44, 1);
  --my-easing-easing_4_QuartInOut: cubic-bezier(0.77, 0, 0.175, 1);
  --my-easing-easing_5_QuintIn: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --my-easing-easing_5_QuintOut: cubic-bezier(0.23, 1, 0.32, 1);
  --my-easing-easing_5_QuintInOut: cubic-bezier(0.86, 0, 0.07, 1);
  --my-easing-easing_6_ExpoIn: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --my-easing-easing_6_ExpoOut: cubic-bezier(0.19, 1, 0.22, 1);
  --my-easing-easing_6_ExpoInOut: cubic-bezier(1, 0, 0, 1);
  --my-easing-easing_7_CircIn: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --my-easing-easing_7_CircOut: cubic-bezier(0.075, 0.82, 0.165, 1);
  --my-easing-easing_7_CircInOut: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --my-easing-easing_BackIn: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --my-easing-easing_BackOut: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --my-easing-easing_BackInOut: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --my-easing-easing_BackOutStrong: cubic-bezier(0.5, 1.5, 0.5, 1.5);
  --my-easing-easing_BackInStrong: cubic-bezier(0.5, -0.5, 0.5, -0.5);
  --my-easing-easing_BackInOutStrong: cubic-bezier(0.5, -1, 0.5, 2);
  --my-easing-easing_12_SineQuadInOut: cubic-bezier(0.445, 0.05, 0.515, 0.955);
  --my-easing-easing_21_QuadSineInOut: cubic-bezier(0.455, 0.03, 0.55, 0.95);
  --my-easing-easing_23_QuadCubicInOut: cubic-bezier(0.455, 0.03, 0.355, 1);
  --my-easing-easing_32_CubicQuadInOut: cubic-bezier(0.645, 0.045, 0.515, 0.955);
  --my-easing-easing_34_CubicQuartInOut: cubic-bezier(0.645, 0.045, 0.175, 1);
  --my-easing-easing_43_QuartCubicInOut: cubic-bezier(0.77, 0, 0.355, 1);
  --my-easing-easing_45_QuartQuintInOut: cubic-bezier(0.77, 0, 0.07, 1);
  --my-easing-easing_54_QuintQuartInOut: cubic-bezier(0.86, 0, 0.175, 1);
  --my-easing-easing_46_QuartExpoInOut: cubic-bezier(0.77, 0, 1, 0);
  --my-easing-easing_64_ExpoQuartInOut: cubic-bezier(1, 0, 0.175, 1);
  --my-easing-easing_56_QuintExpoInOut: cubic-bezier(0.86, 0, 1, 0);
  --my-easing-easing_65_ExpoQuintInOut: cubic-bezier(1, 0, 0.07, 1);
  --my-easing-smooth: cubic-bezier(0.15, 0.86, 0.44, 1);
  --my-easing-swing: cubic-bezier(0.19, 1, 0.22, 1);
  --my-easing-overlap: cubic-bezier(0.6, 0, 0.3, 1);
  --my-easing-custom: cubic-bezier(0, 0.6, 0.2, 1);
  --my-easing-bound: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --my-path-image: ../img/;
  --my-layout-z_index-header: 10;
  --my-layout-z_index-navigation: 9;
  --my-layout-z_index-content: 5;
  --my-layout-z_index-footer: 1;
  --my-layout-side_margin-sp: 2.8rem;
  --my-layout-side_margin-pc: 3rem;
  --my-layout-gutter_width-sp: 3rem;
  --my-layout-gutter_width-pc: 3rem;
  --my-layout-container_max_width_s: 60rem;
  --my-layout-container_max_width_sm: 70rem;
  --my-layout-container_max_width_m: 86rem;
  --my-layout-container_max_width_l: 118rem;
  --my-layout-container_max_width: 96rem;
  --my-layout-spacing-vertical-small-sp: 3rem;
  --my-layout-spacing-vertical-small-pc: 4rem;
  --my-layout-spacing-vertical-medium-sp: 4rem;
  --my-layout-spacing-vertical-medium-pc: 5rem;
  --my-layout-spacing-vertical-base-sp: 8rem;
  --my-layout-spacing-vertical-base-pc: 10rem;
  --my-layout-spacing-vertical-large-sp: 6rem;
  --my-layout-spacing-vertical-large-pc: 10rem;
  --my-header-padding-side-sp: 1.7rem;
  --my-header-padding-side-pc: 2rem;
  --my-header-padding-top-sp: 1.5rem;
  --my-header-padding-top-pc: 2.5rem;
  --my-header-logo-width-sp: 21.2rem;
  --my-header-logo-width-pc: 35.6rem;
  --my-deck-padding-side-sp: 0;
  --my-deck-padding-side-pc: 2rem;
  --my-deck-padding-top-sp: 2.3rem;
  --my-deck-padding-top-pc: 0rem;
  --my-deck-padding-bottom-sp: 0rem;
  --my-deck-padding-bottom-pc: 0rem;
  --my-deck-head-margin-bottom: 2.866rem;
  --my-deck-head-img-width: 100%;
  --my-deck-fv-txt-wrap-padding-top-sp: 2.856rem;
  --my-deck-fv-txt-wrap-padding-top-pc: 2.5rem;
  --my-deck-fv-txt-wrap-padding-right-sp: 0rem;
  --my-deck-fv-txt-wrap-padding-right-pc: 2.5rem;
  --my-deck-fv-txt-wrap-padding-bottom-sp: 0rem;
  --my-deck-fv-txt-wrap-padding-bottom-pc: 2.5rem;
  --my-deck-fv-txt-wrap-padding-left-sp: 2.9rem;
  --my-deck-fv-txt-wrap-padding-left-pc: 2.5rem;
  --my-deck-fv-txt-jp-font_size-sp: 1.8rem;
  --my-deck-fv-txt-jp-font_size-pc: 4rem;
  --my-deck-fv-txt-jp-font_weight: 600;
  --my-deck-fv-txt-jp-letter_spacing-sp: 0.04em;
  --my-deck-fv-txt-jp-letter_spacing-pc: 0.04em;
  --my-deck-fv-txt-jp-line-height-sp: 2.9rem;
  --my-deck-fv-txt-jp-line-height-pc: 7rem;
  --my-deck-fv-txt-jp-margin-bottom-sp: 1rem;
  --my-deck-fv-txt-jp-margin-bottom-pc: 4.8rem;
  --my-deck-fv-txt-en-font_size-sp: 1.5rem;
  --my-deck-fv-txt-en-font_size-pc: 3.3rem;
  --my-deck-fv-txt-en-font_weight: 400;
  --my-deck-fv-txt-en-letter_spacing-sp: 0.04em;
  --my-deck-fv-txt-en-letter_spacing-pc: 0.2rem;
  --my-deck-fv-txt-en-line_height-sp: 2.5rem;
  --my-deck-fv-txt-en-line_height-pc: 5.5rem;
  --my-deck-fv-txt-en-margin-bottom-sp: 0rem;
  --my-deck-fv-txt-en-margin-bottom-pc: 0rem;
} /*! sanitize.css | CC0 License | github.com/jonathantneal/sanitize.css */

html {
  font-size: 2.6666666667vw;
}

@media (min-width: 560px) {
  html {
    font-size: 93.3%;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}


.l-header {
  width: 100%;
}

.l-header__innr {
  padding: var(--my-header-padding-top-sp) var(--my-header-padding-side-sp) 0;
}

@media (min-width: 992px) {
  .l-header__innr {
    padding: var(--my-header-padding-top-pc) var(--my-header-padding-side-pc) 0;
  }
}
.l-header__nav {
  margin-left: auto;
}

.l-header__title {
  margin: 0;
}

.l-header__logo-img {
  display: block;
  width: var(--my-header-logo-width-sp);
  margin: 0 auto;
}

@media (min-width: 992px) {
  .l-header__logo-img {
    width: var(--my-header-logo-width-pc);
    margin: 0;
    flex-shrink: 0;
  }
}
.l-content {
  padding: 0 var(--my-layout-side_margin-sp) 3rem;
  width: 89%;
  overflow: hidden;
}

@media (min-width: 560px) {
  .l-content {
    margin: 0 auto;
    max-width: 560px;
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .l-content {
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: calc(85vh - 18.2rem);
    max-width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.4rem 0 6rem;
  }
  html.fixed .l-content {
    min-height: 1px;
  }
}
.l-footer {
  overflow: hidden;
}

.mod-deck {
  --my-deck-width-pc: 100rem;
  --my-deck-card-width-pc: 35rem;
  --my-deck-flip-duration: 900ms;
  --my-card-aspect-ratio: 550 / 777;
  width: 100%;
}

@media (min-width: 992px) {
  .mod-deck {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90%;
    width: 90%;
  }
}
.mod-deck__wrap {
  padding: var(--my-deck-padding-top-sp) var(--my-deck-padding-side-sp) var(--my-deck-padding-bottom-sp);
}

@media (min-width: 992px) {
  .mod-deck__wrap {
    padding: var(--my-deck-padding-top-pc) var(--my-deck-padding-side-pc) var(--my-deck-padding-bottom-pc);
  }
}
.mod-deck__content {
  width: 90%;
  position: relative;
}

@media (min-width: 992px) {
  .mod-deck__content {
    width: var(--my-deck-width-pc);
  }
}
.mod-deck__firstview {
  position: relative;
}

@media (min-width: 992px) {
  .mod-deck__firstview {
    width: 100%;
    height: 100%;
  }
}
.mod-deck__fv-head {
  display: block;
}

@media (min-width: 992px) {
  .mod-deck__fv-head {
    display: none;
  }
}
.mod-deck__fv-h-wrap {
  margin: 0 0 var(--my-deck-head-margin-bottom);
}

.mod-deck__fv-h-img {
  display: block;
  width: 95%;
}

@media (min-width: 992px) {
  .mod-deck__fv-main {
    width: 100%;
    display: flex;
  }
}
.mod-deck__fv-flip {
  position: relative;
  z-index: 3;
  width: 100%;
  aspect-ratio: var(--my-card-aspect-ratio);
}

@media (min-width: 992px) {
  .mod-deck__fv-flip {
    width: var(--my-deck-card-width-pc);
  }
}
.mod-deck__fv-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  cursor: pointer;
  transition: opacity 100ms linear, transform 500ms var(--my-easing-bound);
}

@media (min-width: 992px) {
  .mod-deck__fv-cover {
    transition: opacity 100ms linear;
  }
  .mod-deck__fv-cover:hover {
    opacity: 0.8;
  }
}
@media (min-width: 992px) {
  .mod-deck__fv-cover {
    display: block;
    width: var(--my-deck-card-width-pc);
  }
}
html.active .mod-deck__fv-cover {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

html.active .mod-deck__fv-c-wrap {
  transform: scale(0.97);
  transition: transform 5ms ease;
}

html.active.-stay .mod-deck__fv-c-wrap {
  transform: scale(1);
  transition: transform 500ms ease 200ms;
}

@media (min-width: 992px) {
  html.active.-stay .mod-deck__fv-c-wrap {
    transition: opacity 300ms linear, transform 400ms ease;
  }
}
@media (min-width: 992px) {
  .mod-deck__fv-c-wrap {
    opacity: 1;
    transform: scale(1);
  }
  html.-card-opened .mod-deck__fv-c-wrap, html.-card-opened.-stay .mod-deck__fv-c-wrap {
    opacity: 0;
    transform: scale(0.94);
    pointer-events: none;
    transition: opacity 300ms linear 1200ms, transform 600ms var(--my-easing-smooth) 1200ms;
  }
}
.mod-deck__fv-side {
  pointer-events: none;
}

@media (min-width: 992px) {
  .mod-deck__fv-side {
    width: calc(100% - var(--my-deck-card-width-pc));
    padding: 7.322rem 0 0 9rem;
  }
  html.active .mod-deck__fv-side {
    opacity: 0 !important;
    transition: opacity 600ms linear, transform 600ms var(--my-easing-smooth) !important;
  }
}
.mod-deck__fv-catch-wrap {
  display: none;
}

@media (min-width: 992px) {
  .mod-deck__fv-catch-wrap {
    display: block;
    width: 56.7rem;
    margin: 0 0 9.989rem;
  }
}
.mod-deck__fv-c-img {
  display: block;
  width: 100%;
}

.mod-deck__fv-txt-wrap {
  padding: var(--my-deck-fv-txt-wrap-padding-top-sp) var(--my-deck-fv-txt-wrap-padding-right-sp) var(--my-deck-fv-txt-wrap-padding-bottom-sp) var(--my-deck-fv-txt-wrap-padding-left-sp);
}

@media (min-width: 992px) {
  .mod-deck__fv-txt-wrap {
    padding: 0;
  }
}
.mod-deck__fv-txt-img {
  display: block;
  width: 28.1rem;
}

@media (min-width: 992px) {
  .mod-deck__fv-txt-img {
    width: 62.8rem;
  }
}
.mod-deck__fv-txt-jp {
  font-size: var(--my-deck-fv-txt-jp-font_size-sp);
  font-weight: var(--my-deck-fv-txt-jp-font_weight);
  line-height: var(--my-deck-fv-txt-jp-line_height-sp);
  margin: 0 0 var(--my-deck-fv-txt-jp-margin-bottom-sp);
  font-family: RakutenSansJP_W_DemiBold, sans-serif;
  white-space: nowrap;
  letter-spacing: var(--my-deck-fv-txt-jp-letter_spacing-sp);
}

@media (min-width: 992px) {
  .mod-deck__fv-txt-jp {
    font-size: var(--my-deck-fv-txt-jp-font_size-pc);
    line-height: var(--my-deck-fv-txt-jp-line_height-pc);
    letter-spacing: var(--my-deck-fv-txt-jp-letter_spacing-pc);
  }
}
.mod-deck__fv-txt-en {
  font-size: var(--my-deck-fv-txt-en-font_size-sp);
  font-weight: var(--my-deck-fv-txt-en-font_weight);
  line-height: var(--my-deck-fv-txt-en-line_height-sp);
  margin: 0 0 var(--my-deck-fv-txt-en-margin-bottom-sp);
  letter-spacing: var(--my-deck-fv-txt-en-letter_spacing-sp);
}

@media (min-width: 992px) {
  .mod-deck__fv-txt-en {
    font-size: var(--my-deck-fv-txt-en-font_size-pc);
    line-height: var(--my-deck-fv-txt-en-line_height-pc);
  }
}
.mod-deck__swiper {
  aspect-ratio: var(--my-card-aspect-ratio);
  width: 100%;
  height: 100%;
  overflow: visible;
}

.mod-deck__card {
  position: relative;
  aspect-ratio: var(--my-card-aspect-ratio);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  perspective: 100rem;
  will-change: transform;
}

@media (min-width: 992px) {
  .mod-deck__card {
    width: 100%;
    perspective: 300rem;
  }
}
.mod-deck__c-cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  transform: rotateY(-180deg);
  transform-origin: 50% 50%;
  opacity: 0;
}

@media (min-width: 992px) {
  .mod-deck__c-cover {
    transform-origin: -4.5rem 50%;
  }
}
.mod-deck__c-cover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/deck_cover.svg);
  transform: rotateY(-180deg);
}

.mod-deck__c-innr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg);
  opacity: 0;
  transform-origin: 50% 50%;
  transition: none;
  backface-visibility: hidden;
}

@media (min-width: 992px) {
  .mod-deck__c-innr {
    transform-origin: -4.5rem 50%;
  }
}
.mod-deck__card-wrap {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 16;
  pointer-events: none;
}

html.active .mod-deck__card-wrap {
  pointer-events: auto;
}

html.-stay .mod-deck__card-wrap {
  cursor: wait;
  pointer-events: none !important;
}

@media (min-width: 992px) {
  .mod-deck__card-wrap {
    width: var(--my-deck-card-width-pc);
    left: calc(var(--my-deck-card-width-pc) + 9rem);
    transform: none;
    pointer-events: none !important;
  }
}
.mod-deck__card-wrap-innr {
  position: relative;
}

@media (min-width: 992px) {
  .mod-deck__card-wrap-innr.-positioned {
    display: block;
    aspect-ratio: var(--my-card-aspect-ratio);
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: auto !important;
    height: calc(85vh - 12rem);
    max-height: 87rem;
  }
}
.mod-deck__card-dummy {
  display: none;
}

@media (min-width: 992px) {
  .mod-deck__card-dummy {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    aspect-ratio: var(--my-card-aspect-ratio);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: calc(85vh - 12rem);
    max-height: 87rem;
  }
}
.mod-deck__card-slider {
  width: 100%;
  height: 100%;
}

.mod-deck__card-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: var(--my-card-aspect-ratio);
}

.mod-deck__card-item.-active .mod-deck__c-cover {
  opacity: 1;
  transform: rotateY(0deg);
  filter: drop-shadow(0 0 0.4rem rgba(0, 0, 0, 0.1));
  transition: transform var(--my-deck-flip-duration) ease;
}

.mod-deck__card-item.-active .mod-deck__c-innr {
  opacity: 1;
  transform: rotateY(0deg);
  transition: transform var(--my-deck-flip-duration) ease;
}

@media (min-width: 992px) {
  .mod-deck__card-item {
    pointer-events: none;
  }
  .mod-deck__card-item.-positioned {
    display: block;
    aspect-ratio: var(--my-card-aspect-ratio);
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: auto !important;
    height: calc(80vh - 12rem);
    max-height: 87rem;
  }
}
.mod-deck__card-item.-leaving .mod-deck__card {
  transform: translate(21rem, 2rem) rotate(9deg) scale(0.86);
  opacity: 0;
  transition: transform 900ms ease, opacity 300ms linear 200ms;
}

@media (min-width: 992px) {
  .mod-deck__card-item.-leaving .mod-deck__card {
    transform: none;
    opacity: 1;
    transition: none;
  }
}
.mod-deck__c-txt {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mod-deck__c-txt-img {
  display: block;
  width: 100%;
}

.mod-deck__c-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mod-deck__c-bg.-type-a {
  background-image: url(../img/card_bg_01.png);
}

.mod-deck__c-bg.-type-b {
  background-image: url(../img/card_bg_02.png);
}

.mod-deck__c-bg.-type-c {
  background-image: url(../img/card_bg_03.png);
}

.mod-deck__ctr {
  display: none;
}

@media (min-width: 992px) {
  .mod-deck__ctr {
    display: block;
    position: fixed;
    bottom: 4.6rem;
    right: 3.9rem;
    opacity: 0;
    pointer-events: none;
  }
  html.active .mod-deck__ctr {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 600ms linear;
  }
  html.-stay .mod-deck__ctr {
    cursor: wait;
  }
}
.mod-deck__ctr-next {
  cursor: pointer;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.5;
  height: 8.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.4rem;
  background-color: #f0f;
  color: #fff;
  border-radius: 8.8rem;
  width: 25.9rem;
  transition: opacity 100ms linear;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mod-deck__ctr-next:hover {
  opacity: 0.7;
}

html.-stay .mod-deck__ctr-next {
  pointer-events: none;
}

.-ib, .ib {
  display: inline-block;
  font: inherit;
}

.-no-mb, .no-mb {
  margin-bottom: 0 !important;
}

.-no-mt, .no-mt {
  margin-top: 0 !important;
}

.-no-pb, .no-pb {
  padding-bottom: 0 !important;
}

.-no-pt, .no-pt {
  padding-top: 0 !important;
}

@media (max-width: 991px) {
  .-hidden-sp {
    display: none;
  }
}
@media (min-width: 992px) {
  .-hidden-pc {
    display: none;
  }
}
@media (min-width: 992px) {
.modal__container{
  overflow: hidden;
}
}
@media (max-width: 768px) {
  .modal__container{
    padding: 6px 0 10px;
  }
  }