<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! Writen  by SCSS */
body {
  padding-top: 0 !important; }

#header {
  position: relative !important; }

.bnr_area {
  max-width: 372px;
  margin: 0 auto 60px; }
  @media screen and (max-width: 768px) {
    .bnr_area {
      margin-bottom: 20px; } }

.kanbai_cnt {
  position: relative;
  width: 100%;
  padding-bottom: calc(750%/15);
  background-image: url("../../image/kanbai/main_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .kanbai_cnt {
      padding-bottom: calc(800%/7.68);
      background-position: right center; } }
  @media screen and (max-width: 640px) {
    .kanbai_cnt {
      padding: 40px 0 0; } }
  .kanbai_cnt .main_txt {
    position: absolute;
    top: calc(148%/7.5);
    right: calc(74%/15);
    width: calc(434%/15); }
    @media screen and (max-width: 768px) {
      .kanbai_cnt .main_txt {
        top: calc(80%/8);
        left: 0;
        right: 0;
        max-width: 400px;
        width: calc(400%/7.68);
        margin: auto; } }
    @media screen and (max-width: 640px) {
      .kanbai_cnt .main_txt {
        position: static;
        width: 85%;
        margin: 0  auto  20px; } }
  .kanbai_cnt .main_img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(1046%/15); }
    @media screen and (max-width: 768px) {
      .kanbai_cnt .main_img {
        right: 0;
        width: 100%; } }
    @media screen and (max-width: 640px) {
      .kanbai_cnt .main_img {
        position: static; } }

.info_bnner_wrap {
  max-width: 960px;
  margin: 0 auto; }

/* ────────────────────── *
 *											  *
 * メインビジュアル							 *
 *											  *
 * ────────────────────── */
.main_image_00 .txt_box {
  left: 0;
  right: 0;
  bottom: 2%;
  z-index: 2;
  position: absolute; }
  @media screen and (max-width: 640px) {
    .main_image_00 .txt_box {
      bottom: 0; } }

.inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto; }

.flex {
  display: flex;
  justify-content: space-between; }

.flex_wrap {
  flex-wrap: wrap; }

.flex_rr {
  flex-direction: row-reverse; }

.pos_r {
  position: relative; }

.pos_a {
  position: absolute; }

.bg_outer {
  position: relative; }

.bnner_xmas {
  display: none !important; }

.mv_area {
  padding-bottom: calc(800%/16);
  background: url("../../image/main_bg.jpg") bottom center/cover no-repeat; }
  @media screen and (max-width: 640px) {
    .mv_area {
      padding-bottom: calc(700%/4.8);
      background: url("../../image/main_bg.jpg") 73% 100%/cover no-repeat; } }
  .mv_area .btn_lp {
    width: calc(320%/16);
    position: absolute;
    top: calc(40%/8);
    left: calc(46%/16); }
    @media screen and (max-width: 640px) {
      .mv_area .btn_lp {
        top: calc(30%/6);
        left: calc(15%/4.8);
        width: calc(120%/4.8); } }
    .mv_area .btn_lp a {
      opacity: 0.3s ease-in-out; }
      @media (hover: hover) {
        .mv_area .btn_lp a:hover {
          opacity: 0.7; } }
  .mv_area .main_img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(908%/16); }
    @media screen and (max-width: 640px) {
      .mv_area .main_img {
        left: 0;
        right: 0;
        width: calc(480%/4.8); } }
  .mv_area .main_txt01 {
    position: absolute;
    top: calc(56%/8);
    left: calc(362%/16);
    width: calc(877%/16); }
    @media screen and (max-width: 640px) {
      .mv_area .main_txt01 {
        top: calc(30%/6);
        left: auto;
        right: calc(15%/4.8);
        width: calc(320%/4.8); } }
  .mv_area .main_txt02 {
    position: absolute;
    top: calc(390%/8);
    left: calc(880%/16);
    width: calc(373%/16); }
    @media screen and (max-width: 640px) {
      .mv_area .main_txt02 {
        top: calc(157% / 6);
        left: calc(32% / 4.8);
        width: calc(254% / 4.8); } }
    .mv_area .main_txt02 a {
      opacity: 0.3s ease-in-out; }
      @media (hover: hover) {
        .mv_area .main_txt02 a:hover {
          opacity: 0.7; } }
  .mv_area .main_plan {
    position: absolute;
    top: calc(37%/8);
    left: calc(1283%/16);
    width: calc(277%/16); }
    @media screen and (max-width: 640px) {
      .mv_area .main_plan {
        top: calc(148% / 6);
        left: calc(305% / 4.8);
        width: calc(126% / 4.8); } }

#mainvisual {
  width: 100%;
  position: relative; }
  #mainvisual .swiper-slide .main_image {
    position: relative; }
    #mainvisual .swiper-slide .main_image .image_in {
      transition-property: filter,transform;
      transition-duration: 2s,8s;
      transition-timing-function: ease-in-out;
      transition-delay: 0s;
      transition-delay: 1.5s; }
      #mainvisual .swiper-slide .main_image .image_in img {
        transform: scale(1.1);
        will-change: transform;
        transition: all 9.7s ease-in-out 0.3s; }
        @media screen and (max-width: 640px) {
          #mainvisual .swiper-slide .main_image .image_in img {
            display: block;
            height: 100%;
            aspect-ratio: 6 / 4;
            object-fit: cover;
            object-position: center; } }
    #mainvisual .swiper-slide .main_image .main_text {
      position: absolute;
      z-index: 2;
      font-size: clamp(24px, 3.65vw, 60px);
      line-height: 1;
      color: #fff;
      left: 0;
      right: 0;
      bottom: 4vw;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: fit-content;
      height: fit-content;
      margin: auto;
      padding: 0.27em; }
      @media screen and (max-width: 640px) {
        #mainvisual .swiper-slide .main_image .main_text {
          bottom: 20px;
          line-height: 1.4; } }
      #mainvisual .swiper-slide .main_image .main_text .text_in {
        display: block;
        opacity: 0;
        transition: opacity 0.6s ease-in-out 1.6s;
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 0px 2px rgba(0, 0, 0, 0.3), 0px 0px 3px rgba(0, 0, 0, 0.3), 0px 0px 4px rgba(0, 0, 0, 0.3), 0px 0px 5px rgba(0, 0, 0, 0.3), 0px 0px 6px rgba(0, 0, 0, 0.3), 0px 0px 7px rgba(0, 0, 0, 0.3), 0px 0px 8px rgba(0, 0, 0, 0.3); }
      #mainvisual .swiper-slide .main_image .main_text::before {
        content: "";
        display: block;
        position: absolute;
        inset: 0;
        z-index: 1;
        background: #fff;
        transform-origin: left center;
        transform: scaleX(0); }
  #mainvisual .swiper-slide.swiper-slide-active .main_image .image_in:not(.none) {
    filter: blur(0) saturate(100%) contrast(100%) brightness(100%); }
  #mainvisual .swiper-slide.swiper-slide-active .main_image .main_text::before {
    animation: bgL_R 1.2s ease-in-out 1.2s forwards; }
  #mainvisual .swiper-slide.swiper-slide-active .main_image .main_text .text_in {
    opacity: 1; }
  #mainvisual .swiper-slide .main_image_01 .image_in img {
    transform-origin: right bottom; }
  #mainvisual .swiper-slide.swiper-slide-active .main_image_01 .image_in img {
    transform-origin: 10% 20%; }
  #mainvisual .swiper-slide .main_image_02 .image_in img {
    transform-origin: left bottom; }
  #mainvisual .swiper-slide.swiper-slide-active .main_image_02 .image_in img {
    transform-origin: 90% 10%; }
  #mainvisual .swiper-slide .main_image_03 .image_in img {
    transform-origin: right bottom; }
  #mainvisual .swiper-slide.swiper-slide-active .main_image_03 .image_in img {
    transform-origin: 10% 20%; }
  #mainvisual .swiper-slide .main_image_04 .image_in img {
    transform-origin: left bottom; }
  #mainvisual .swiper-slide.swiper-slide-active .main_image_04 .image_in img {
    transform-origin: 90% 10%; }
  #mainvisual img {
    width: 100%; }
@keyframes bgL_R {
  0% {
    transform-origin: left;
    transform: scaleX(0); }
  50% {
    transform-origin: left;
    transform: scaleX(1); }
  50.001% {
    transform-origin: right; }
  100% {
    transform-origin: right;
    transform: scaleX(0); } }
@keyframes bg {
  0% {
    opacity: 0;
    transform: scale(1.2); }
  25% {
    opacity: 1;
    transform: scale(1.15); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  75% {
    opacity: 1;
    transform: scale(1.05); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes scene-01 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes scene-02 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes scene-03 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* ────────────────────── *
 *											  *
 * 行動提起									 *
 *											  *
 * ────────────────────── */
#eyecatch {
  text-align: center;
  padding-top: clamp(25px, 3.34%, 40px);
  padding-bottom: clamp(25px, 3.34%, 40px); }

.pickup_plan_wrap {
  position: relative; }
  .pickup_plan_wrap a {
    transition: opacity 0.3s ease-in-out; }
    @media (hover: hover) {
      .pickup_plan_wrap a:hover {
        opacity: 0.7; } }
  .pickup_plan_wrap .text_box {
    position: relative;
    z-index: 2;
    padding-top: clamp(25px, 3.34%, 40px);
    padding-bottom: 20px;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .pickup_plan_wrap .text_box {
        background: #fff; } }
    .pickup_plan_wrap .text_box .pickup_head {
      max-width: 218px;
      width: 18.17%;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 640px) {
        .pickup_plan_wrap .text_box .pickup_head {
          width: 49.55%; } }
    .pickup_plan_wrap .text_box .pickup_lead {
      margin-top: 0.47em;
      margin-bottom: 0.23em;
      font-size: clamp(24px, 3.38vw, 42px);
      line-height: 1.34;
      color: #595857; }
      @media screen and (max-width: 640px) {
        .pickup_plan_wrap .text_box .pickup_lead {
          margin-top: 20px;
          margin-bottom: 15px; } }
    .pickup_plan_wrap .text_box .more_button {
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      font-size: clamp(11px, 1.04vw, 13px);
      line-height: 1;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 640px) {
        .pickup_plan_wrap .text_box .more_button {
          font-size: 12px; } }
      .pickup_plan_wrap .text_box .more_button span {
        display: block;
        color: #595857;
        border: 1px solid;
        padding: 0.61em 0.76em; }
    .pickup_plan_wrap .text_box .pickup_merit_list {
      margin-top: clamp(-30px, -2.5%, -5px);
      display: flex;
      align-items: flex-start;
      justify-content: center;
      gap: 0 1.25%; }
      @media screen and (max-width: 640px) {
        .pickup_plan_wrap .text_box .pickup_merit_list {
          margin-top: 10px; } }
      .pickup_plan_wrap .text_box .pickup_merit_list .item01 {
        max-width: 225px;
        width: 18.75%; }
        @media screen and (max-width: 640px) {
          .pickup_plan_wrap .text_box .pickup_merit_list .item01 {
            width: 32%; } }
      .pickup_plan_wrap .text_box .pickup_merit_list .item02 {
        max-width: 224px;
        width: 18.67%;
        margin-top: 3.34%; }
        @media screen and (max-width: 640px) {
          .pickup_plan_wrap .text_box .pickup_merit_list .item02 {
            width: 31.8%; } }
      .pickup_plan_wrap .text_box .pickup_merit_list .item03 {
        max-width: 216px;
        width: 18%; }
        @media screen and (max-width: 640px) {
          .pickup_plan_wrap .text_box .pickup_merit_list .item03 {
            width: 30.72%; } }
  .pickup_plan_wrap .bg_wrap {
    position: absolute;
    inset: 0;
    display: flex; }
    @media screen and (max-width: 640px) {
      .pickup_plan_wrap .bg_wrap {
        position: static; } }
    .pickup_plan_wrap .bg_wrap .pickup_bg_image {
      width: 50%; }
      .pickup_plan_wrap .bg_wrap .pickup_bg_image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
        @media screen and (max-width: 640px) {
          .pickup_plan_wrap .bg_wrap .pickup_bg_image img {
            aspect-ratio: 4 / 3; } }
      @media screen and (max-width: 640px) {
        .pickup_plan_wrap .bg_wrap .pickup_bg_image.pickup_bg_image_left img {
          object-position: left top; } }
      @media screen and (max-width: 640px) {
        .pickup_plan_wrap .bg_wrap .pickup_bg_image.pickup_bg_image_right img {
          object-position: right top; } }

.merit_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media screen and (max-width: 640px) {
    .merit_list {
      grid-template-columns: 1fr; } }
  .merit_list .merit_item {
    position: relative; }
    .merit_list .merit_item a {
      transition: opacity 0.3s ease-in-out; }
      @media (hover: hover) {
        .merit_list .merit_item a:hover {
          opacity: 0.7; } }
    .merit_list .merit_item .text_box {
      width: 52.5%;
      position: absolute;
      inset: 0;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: clamp(5px, 0.63vw, 10px) 0; }
      @media screen and (max-width: 640px) {
        .merit_list .merit_item .text_box {
          gap: 10px 0; } }
      .merit_list .merit_item .text_box .more_button {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        font-size: clamp(11px, 1.04vw, 13px);
        line-height: 1; }
        @media screen and (max-width: 640px) {
          .merit_list .merit_item .text_box .more_button {
            font-size: 12px; } }
        .merit_list .merit_item .text_box .more_button span {
          display: block;
          background: #fff;
          color: #595857;
          padding: 0.61em 0.76em; }
    .merit_list .merit_item img {
      width: 100%; }
    .merit_list .merit_item.merit_item01 .text_box, .merit_list .merit_item.merit_item03 .text_box {
      margin-left: auto;
      margin-right: 2.5%; }
    .merit_list .merit_item.merit_item02 .text_box, .merit_list .merit_item.merit_item04 .text_box {
      margin-right: auto;
      margin-left: 2.5%; }

#modal {
  display: none; }

.modaal-container {
  background: none;
  width: 70vw;
  max-width: 1200px; }

.modaal-content-container {
  text-align: center;
  padding: 0; }

.modaal-content-container a {
  display: block;
  position: relative; }

.modaal-content-container span.caption {
  font-size: 10px;
  line-height: 1.3;
  color: #fff;
  text-align: justify;
  display: block;
  padding-top: 5px; }

.modaal-content-container ul {
  background: #fff100;
  padding: 0.8333333333333333%;
  display: flex;
  justify-content: space-between; }

.modaal-content-container ul li {
  width: 49.57627118644068%; }

.modaal-close {
  position: absolute;
  right: 0;
  top: -50px; }

.modaal-wrapper .modaal-close {
  background: #000; }

#movie {
  padding-bottom: clamp(40px, 5%, 60px);
  position: relative; }

.movie_lead_image {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(25px, 3.34%, 40px); }
  @media screen and (max-width: 640px) {
    .movie_lead_image {
      margin-bottom: 15px; } }

#movie .inner {
  max-width: 1060px;
  margin: 0 auto; }

#movie .inner h3 {
  font-size: clamp(24px, 4.54vw, 50px);
  line-height: 1;
  color: #fff;
  background: linear-gradient(90deg, #ac861f 0%, #d9be77 50%, #ac861f 100%);
  text-align: center;
  padding: 0.5em 0.1em; }

#movie .inner p.description {
  font-size: clamp(14px, 1.81vw, 20px);
  line-height: 1.4;
  color: #907127;
  text-align: center;
  padding: 15px 5px;
  position: relative;
  z-index: 0;
  background: linear-gradient(90deg, #e1d4a4 0%, #f0e5c9 50%, #e1d4a4 100%); }

#movie .inner .video-wrapper {
  margin-bottom: 10px;
  aspect-ratio: 16 / 9; }
  @media screen and (max-width: 640px) {
    #movie .inner .video-wrapper {
      margin-bottom: 2.0rem; }
      #movie .inner .video-wrapper iframe {
        width: 100%;
        height: 100%; }
      #movie .inner .video-wrapper .complete-video-dimensions {
        width: 60.0rem;
        height: 33.7rem; } }
  #movie .inner .video-wrapper .video-js {
    width: 100% !important;
    height: 100% !important; }

#movie .inner .video-wrapper video {
  aspect-ratio: 16 / 9;
  outline: none;
  border: none;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0)); }

#movie .inner p.notice {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.3; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 90px;
  width: 90px;
  top: 50%;
  left: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  transition: all 0.4s;
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 640px) {
    .video-js .vjs-big-play-button {
      height: 9.0rem;
      width: 9.0rem; } }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  background: black; }

.vjs-icon-play:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 42px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%); }
  @media screen and (max-width: 640px) {
    .vjs-icon-play:before,
    .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
      border-width: 2.5rem 0 2.5rem 4.2rem;
      left: 3.0rem; } }

.vjs-poster {
  background: none; }

#floating {
  width: 325px;
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 10; }
  @media screen and (max-width: 640px) {
    #floating {
      width: 50%;
      right: 15px;
      bottom: 70px; } }

#floating p.close {
  width: 30px;
  position: absolute;
  right: 0;
  bottom: 100%; }

#floating2 {
  width: 550px;
  position: fixed;
  right: 30px;
  bottom: 250px;
  z-index: 10; }
  @media screen and (max-width: 640px) {
    #floating2 {
      width: 85%;
      right: 15px;
      bottom: calc(70px + 23.0rem); } }

#floating2 p.close {
  width: 30px;
  position: absolute;
  right: 0;
  top: 13px; }
  @media screen and (max-width: 640px) {
    #floating2 p.close {
      top: auto;
      bottom: 21.5rem; } }

.vjs-poster {
  background-repeat: no-repeat;
  background-size: cover; }

.content_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: clamp(40px, 5%, 60px); }
  @media screen and (max-width: 640px) {
    .content_list {
      grid-template-columns: 1fr; } }
  .content_list .item {
    position: relative;
    overflow: hidden; }
    .content_list .item img {
      width: 100%; }
    .content_list .item a {
      display: block;
      transition: opacity 0.3s ease-in-out; }
      .content_list .item a .image_box img {
        display: block;
        transition: transform 0.6s ease-in-out; }
      @media (hover: hover) {
        .content_list .item a:hover {
          opacity: 0.7; }
          .content_list .item a:hover .image_box img {
            transform: scale(1.05); } }
    .content_list .item .text_box {
      width: 60%;
      position: absolute;
      inset: 0;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transition: opacity 0.3s ease-in-out; }
      @media screen and (max-width: 640px) {
        .content_list .item .text_box {
          width: 80%; } }
    .content_list .item:nth-child(odd) .text_box {
      margin-left: auto; }
    .content_list .item:nth-child(even) .text_box {
      margin-right: auto; }

.plan_slides {
  padding: 45px 0 60px; }
  @media screen and (max-width: 768px) {
    .plan_slides {
      padding: 15px 0 30px; } }
  .plan_slides .swiper-button-prev {
    z-index: 20;
    left: calc(480% / 16); }
    @media screen and (max-width: 768px) {
      .plan_slides .swiper-button-prev {
        width: 15px;
        left: 0; } }
  .plan_slides .swiper-button-next {
    z-index: 20;
    right: calc(480% / 16); }
    @media screen and (max-width: 768px) {
      .plan_slides .swiper-button-next {
        width: 15px;
        right: 0; } }
  .plan_slides .swiper-button-prev:after,
  .plan_slides .swiper-rtl .swiper-button-next:after,
  .plan_slides .swiper-button-next:after,
  .plan_slides .swiper-rtl .swiper-button-prev:after {
    display: none; }
  @media screen and (min-width: 768px) {
    .plan_slides .swiper-slide {
      padding-top: 15px;
      -ms-filter: blur(6px);
      filter: blur(6px); }
    .plan_slides .swiper-slide-active {
      -ms-filter: blur(0);
      filter: blur(0); } }

.bnner_xmas {
  position: fixed;
  top: 150px;
  right: 20px;
  z-index: 20; }
  @media screen and (max-width: 1200px) {
    .bnner_xmas {
      max-width: 180px; } }
  @media screen and (max-width: 768px) {
    .bnner_xmas {
      width: 150px;
      top: auto;
      right: 10px;
      bottom: 140px;
      bottom: 290px; } }
  @media screen and (max-width: 640px) {
    .bnner_xmas {
      width: 120px; } }
  .bnner_xmas a {
    transition: opacity 0.3s ease-in-out; }
    @media (hover: hover) {
      .bnner_xmas a:hover {
        opacity: 0.7; } }
  .bnner_xmas .close_btn {
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 15px;
    height: 15px;
    background: #000;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3; }
    @media screen and (max-width: 768px) {
      .bnner_xmas .close_btn {
        top: 0;
        left: 0; } }

.bnner_security {
  position: fixed;
  top: 450px;
  right: 20px;
  z-index: 20; }
  @media screen and (max-width: 1200px) {
    .bnner_security {
      max-width: 180px;
      top: 380px; } }
  @media screen and (max-width: 768px) {
    .bnner_security {
      width: 150px;
      top: auto;
      right: 10px;
      bottom: 140px; } }
  @media screen and (max-width: 640px) {
    .bnner_security {
      width: 120px; } }
  .bnner_security a {
    transition: opacity 0.3s ease-in-out; }
    @media (hover: hover) {
      .bnner_security a:hover {
        opacity: 0.7; } }
  .bnner_security .close_btn {
    cursor: pointer;
    position: absolute;
    top: -15px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #000;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3; }

/*# sourceMappingURL=index.css.map */
</pre></body></html>