@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
/* 数値計算関連の関数を使うために必要 (math.divなど)*/
body {
  color: #fff;
}

body {
  font-family: "M PLUS 1p", sans-serif;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: none;
}
@media screen and (min-width: 780px) {
  .pc-only {
    display: block;
  }
}

/*モバイルのみ表示*/
@media screen and (min-width: 780px) {
  .sp-only {
    display: none;
  }
}

/*画像の縦横比設定*/
img {
  width: 100%;
  height: auto;
  display: block;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

/* マウスホバーがあるデバイスでのアニメーション（タッチデバイス除く） */
@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 780px) {
  html {
    font-size: 1.3422818792vw;
  }
}
@media (min-width: 1192px) {
  html {
    font-size: 16px;
  }
}

main {
  overflow: hidden;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .inner {
    max-width: 1242px;
    padding-inline: 25px;
  }
}

.fv {
  background-image: url(../images/back_sp_012x.webp);
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  background-position: center;
  position: relative;
  z-index: -2;
  overflow: hidden;
}
@media screen and (min-width: 780px) {
  .fv {
    background-image: url(../images/back_pc_012x.webp);
    height: 62.25rem;
  }
}

.fv__container {
  padding-top: 3.75rem;
}
@media screen and (min-width: 780px) {
  .fv__container {
    position: relative;
  }
}

.fv__lead {
  position: relative;
}
@media screen and (min-width: 780px) {
  .fv__lead {
    height: 51.25rem;
    margin-top: 6.25rem;
  }
}

.fv__logo {
  max-width: 22.3125rem;
  width: 100%;
  position: absolute;
  top: -3.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 780px) {
  .fv__logo {
    max-width: 47.6875rem;
    left: 12.5rem;
    top: -9.375rem;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}

.fv__main-image {
  max-width: 31.5625rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .fv__main-image {
    max-width: 65.25rem;
    position: absolute;
    z-index: -2;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 780px) {
  .fv__main-day {
    max-width: 66.625rem;
    width: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
}

.fv__content {
  position: absolute;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 100%;
}

.fv__sub-text {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.03125rem;
}

.fv__sub-text--smile-park {
  max-width: 1.8125rem;
  display: inline-block;
}

.fv__sub-text--foomys {
  max-width: 8.75rem;
  display: inline-block;
}

.fv__grand-open-image {
  max-width: 33.125rem;
  margin-inline: auto;
}

.fv__description {
  position: relative;
  padding: 2.5rem 0.625rem;
  margin-inline: auto;
  max-width: 31.25rem;
  text-align: left;
  line-height: 1.7;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  overflow: visible;
}
@media screen and (min-width: 780px) {
  .fv__description {
    max-width: 62.5rem;
    margin-top: -21.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
    overflow: visible;
    padding: 2.5rem;
  }
}

.fv__description-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 780px) {
  .fv__description-item {
    width: 50%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.fv__description-item {
  position: relative;
}

.fv__description-item:first-child::after {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12rem;
  width: 80%;
  height: 2px;
  background: #fff;
}
@media screen and (min-width: 780px) {
  .fv__description-item:first-child::after {
    left: auto;
    bottom: auto;
    right: 1.125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.125rem;
    height: 12rem;
    z-index: 10;
  }
}

.fv__description-subtext {
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-top: -0.375rem;
}
@media screen and (min-width: 780px) {
  .fv__description-subtext {
    font-size: 1.5rem;
    display: inline-block;
    margin-top: 0;
    text-align: left;
  }
}

@media screen and (min-width: 780px) {
  .fv__description-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

.fv__description-image {
  max-width: 11.1875rem;
  width: 100%;
}

.fv__description-text {
  font-size: 0.875rem;
  font-weight: 700;
  padding-top: 0.75rem;
  letter-spacing: -0.05rem;
}
.fv__description-text .fv__description-row {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 780px) {
  .fv__description-text .fv__description-row {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 780px) {
  .fv__description-text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.fv__price-separator {
  display: none;
}
@media screen and (min-width: 780px) {
  .fv__price-separator {
    display: inline;
  }
}

.fv__price-female {
  display: block;
  padding-left: 3.1875rem;
}
@media screen and (min-width: 780px) {
  .fv__price-female {
    display: inline;
    padding-left: 0;
  }
}

.fv__description--event-image {
  max-width: 8.4375rem;
  width: 100%;
  position: absolute;
  top: -1.875rem;
  right: -2.5rem;
  z-index: 1;
}
@media screen and (min-width: 780px) {
  .fv__description--event-image {
    max-width: 15rem;
    right: -9.375rem;
    top: -3.125rem;
  }
}

.fv__description-label {
  display: inline-block;
}

.fv__description-label--spacer {
  visibility: hidden;
}

.fv__description-subnote {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 780px) {
  .fv__description-subnote {
    font-size: 1rem;
  }
}

.fv__description-day {
  font-size: 1.125rem;
  display: block;
}

.fv__description-subnote--disco {
  display: block;
  padding-left: 3.75rem;
}

.fv__description-content--sp {
  display: block;
}
@media screen and (min-width: 780px) {
  .fv__description-content--sp {
    display: none;
  }
}

.fv__description-content--pc {
  display: none;
}
@media screen and (min-width: 780px) {
  .fv__description-content--pc {
    display: block;
  }
}

.fv__disco-area {
  position: relative;
  display: block;
}
@media screen and (min-width: 780px) {
  .fv__disco-area {
    display: none;
  }
}

.fv__disco-event {
  margin-inline: auto;
  max-width: 18.75rem;
  position: relative;
}

.fv__disco-event-image {
  max-width: 18.75rem;
  width: 100%;
}
@media screen and (min-width: 780px) {
  .fv__disco-event-image {
    max-width: 30.625rem;
    margin-inline: auto;
  }
}

.fv__disco-event-photo {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.fv__disco-event-photo--01 {
  max-width: 9.1875rem;
  width: 100%;
  left: 0;
  bottom: -2.5rem;
}

.fv__disco-event-photo--02 {
  max-width: 10.1875rem;
  width: 100%;
  right: 0;
  bottom: -1.875rem;
}

.fv__disco-info {
  display: none;
}
@media screen and (min-width: 780px) {
  .fv__disco-info {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: -6.5rem;
    top: 0;
    z-index: 1;
  }
}

.fv__photo {
  display: none;
}
@media screen and (min-width: 780px) {
  .fv__photo {
    display: block;
    max-width: 25.1875rem;
    position: absolute;
    z-index: -1;
    left: -4.375rem;
    top: 12.5rem;
  }
}

.fv__disco-info-image {
  max-width: 30.5625rem;
  width: 100%;
}

.fv__disco-info-photo {
  margin-top: -10.625rem;
  max-width: 23rem;
  width: 100%;
}

.fv__deco-image {
  position: absolute;
}

.fv__deco-image--01 {
  max-width: 11.4375rem;
  left: -3.75rem;
  bottom: -0.25rem;
  z-index: -1;
  width: 100%;
}
@media screen and (min-width: 780px) {
  .fv__deco-image--01 {
    max-width: 36.5rem;
    bottom: -6.25rem;
    left: -18.75rem;
  }
}

.fv__deco-image--02 {
  max-width: 8.3125rem;
  width: 100%;
  bottom: 0;
  right: -1.875rem;
}
@media screen and (min-width: 780px) {
  .fv__deco-image--02 {
    max-width: 40.0625rem;
    bottom: -6.25rem;
    right: -25rem;
    z-index: -1;
  }
}

@media screen and (min-width: 780px) {
  .fv__karaoke-days {
    padding-left: 6.875rem;
    margin-bottom: 0.25rem;
    font-weight: normal;
    font-size: 1.125rem;
    font-weight: 700;
  }
}

.fv__karaoke-days span {
  margin-right: 0.5rem;
}

.fv__description-label {
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (min-width: 780px) {
  .fv__description-label {
    font-size: 1.5rem;
  }
}

.fv__description-label span {
  margin-right: 0.5rem;
}

@media screen and (min-width: 780px) {
  .fv__karaoke-time-separator {
    font-size: 1.5rem;
    font-weight: 700;
  }
}

.photo {
  background-image: url(../images/back_sp_022x.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 780px) {
  .photo {
    background-image: url(../images/back_022x.webp);
    padding-bottom: 7.5rem;
    height: 76.3125rem;
  }
}

.photo__title-image {
  max-width: 19.4375rem;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .photo__title-image {
    max-width: 40rem;
  }
}

.photo__container {
  position: relative;
  margin-top: 4.375rem;
}
@media screen and (min-width: 780px) {
  .photo__container {
    margin-top: -3.125rem;
    max-width: 102.375rem;
  }
}

.photo__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}
@media screen and (min-width: 780px) {
  .photo__images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 780px) {
  .photo__images--top {
    position: relative;
    height: 23.75rem;
  }
}

.photo__images--bottom {
  margin-top: -2.5rem;
}
@media screen and (min-width: 780px) {
  .photo__images--bottom {
    position: relative;
    height: 26.25rem;
  }
}

.photo__image {
  max-width: 15.6875rem;
}
@media screen and (min-width: 780px) {
  .photo__image {
    max-width: 18.1875rem;
    position: absolute;
  }
}

.photo__image--01 {
  max-width: 30rem;
  width: 100%;
}
@media screen and (min-width: 780px) {
  .photo__image--01 {
    z-index: 2;
    max-width: 36.25rem;
    left: -13.75rem;
    top: 0;
  }
}

.photo__image--02 {
  max-width: 24.5rem;
  width: 100%;
}
@media screen and (min-width: 780px) {
  .photo__image--02 {
    top: 2.5rem;
    left: 24%;
    z-index: 1;
    max-width: 26.25rem;
    top: 3.75rem;
    left: 22%;
  }
}

.photo__image--03 {
  max-width: 22.5625rem;
  width: 100%;
}
@media screen and (min-width: 780px) {
  .photo__image--03 {
    z-index: 2;
    max-width: 18.3125rem;
    top: 7.3125rem;
    left: 52%;
  }
}

.photo__image--04 {
  max-width: 30rem;
  width: 100%;
}
@media screen and (min-width: 780px) {
  .photo__image--04 {
    padding-top: initial;
    z-index: 4;
    max-width: 35.625rem;
    top: 0;
    right: -18%;
  }
}

.photo__image--05 {
  max-width: 35rem;
  width: 100%;
}
@media screen and (min-width: 780px) {
  .photo__image--05 {
    z-index: 1;
    max-width: 36.25rem;
    top: 60%;
    left: -12%;
  }
}

.photo__image--06 {
  max-width: 38.6875rem;
  width: 100%;
}
@media screen and (min-width: 780px) {
  .photo__image--06 {
    z-index: 0;
    max-width: 41.25rem;
    top: 8.75rem;
    left: 24%;
  }
}

.photo__image--07 {
  max-width: 35rem;
  width: 100%;
}
@media screen and (min-width: 780px) {
  .photo__image--07 {
    z-index: 2;
    max-width: 36.25rem;
    top: 61%;
    right: -18%;
  }
}

.photo__text-image {
  position: absolute;
  max-width: 16.875rem;
}
@media screen and (min-width: 780px) {
  .photo__text-image {
    max-width: 21.25rem;
  }
}

.photo__text--01 {
  top: -8.125rem;
  right: -3.125rem;
  max-width: 23.5rem;
  width: 100%;
}
@media screen and (min-width: 780px) {
  .photo__text--01 {
    max-width: 36.1875rem;
    left: -4.5rem;
    top: 79%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    z-index: 2;
    right: initial;
  }
}

.photo__text--02 {
  top: 43%;
  left: 10%;
  max-width: 22rem;
  width: 100%;
}
@media screen and (min-width: 780px) {
  .photo__text--02 {
    max-width: 25.625rem;
    z-index: 4;
    left: initial;
    right: 17%;
    top: 48%;
  }
}

.photo__text--03 {
  right: 0;
  bottom: -7.5rem;
  max-width: 24.6875rem;
  width: 100%;
}
@media screen and (min-width: 780px) {
  .photo__text--03 {
    max-width: 19.875rem;
    z-index: 2;
    right: 20%;
    bottom: -10rem;
  }
}

.floor {
  background-image: url(../images/back_sp_032x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 780px) {
  .floor {
    background-image: url(../images/back_pc_032x.webp);
    background-position: top;
    padding-bottom: 6.0625rem;
  }
}

.floor__title {
  padding-top: 3.75rem;
}

.floor__title-image {
  max-width: 15rem;
  margin-inline: auto;
}

.floor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 780px) {
  .floor__list {
    gap: 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.floor__list-item {
  position: relative;
  display: inline-block;
  max-width: 16.875rem;
  isolation: isolate;
}

.floor__list-item::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: url("../images/floor_item_bg2x.webp") no-repeat center/cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.access__inner {
  padding-inline: initial;
  max-width: initial;
}

.access__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 780px) {
  .access__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.access__head {
  padding-bottom: 1.25rem;
}

.access__head--bg {
  background-image: url(../images/back_042x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.access__content {
  max-width: 31.25rem;
  margin-inline: auto;
  padding-bottom: 3.75rem;
}

.access__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-top: 1.25rem;
  max-width: 25rem;
}
@media screen and (min-width: 780px) {
  .access__title {
    margin-inline: initial;
    padding-top: 2.5rem;
  }
}

.access__title-image {
  max-width: 19.1875rem;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .access__title-image {
    max-width: 25rem;
  }
}

.access__items {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 780px) {
  .access__items {
    padding-right: initial;
    margin-inline: auto;
    margin-top: -1.875rem;
  }
}

.access__item {
  max-width: 31.25rem;
  margin-top: 2.5rem;
}

.access__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03125rem;
}

.access__item-title--image {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
}

.access__item-text {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.03125rem;
  font-weight: 500;
  padding-top: 1rem;
}

.access__map {
  width: 100%;
  height: 18.75rem;
}
@media screen and (min-width: 780px) {
  .access__map {
    height: 100%;
  }
}

.access__map iframe {
  width: 100%;
  height: 100%;
}

.line-area {
  background-image: url(../images/back_052x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-bottom: 2.5rem;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 780px) {
  .line-area {
    padding-top: 3.75rem;
    padding-bottom: 4.0625rem;
  }
}

@media screen and (min-width: 780px) {
  .line-area__content {
    position: relative;
  }
}

.line_area__qr--image {
  max-width: 15rem;
  margin-inline: auto;
}

.line-area__btn {
  padding-top: 2.5rem;
  margin-inline: auto;
  max-width: 12.5rem;
}

.line-area__btn--image {
  max-width: 20rem;
  margin-inline: auto;
}

@media screen and (min-width: 780px) {
  .line-area__text {
    position: absolute;
    right: -5.625rem;
    top: -3.75rem;
  }
}

.line-area__text-image {
  max-width: 23.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .line-area__text-image {
    max-width: 36.25rem;
  }
}

.footer {
  background-image: url(../images/back_062x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media screen and (min-width: 780px) {
  .footer::before {
    display: none;
  }
}

.footer__inner {
  position: relative;
  z-index: 2;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3.125rem;
}
@media screen and (min-width: 780px) {
  .footer__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 3.125rem 0rem;
  }
}

.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 780px) {
  .footer__left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer__logo {
  max-width: 12.5rem;
}

.footer__text {
  font-size: 0.875rem;
  letter-spacing: 0.01875rem;
  font-weight: 400;
}
@media screen and (min-width: 780px) {
  .footer__text {
    font-size: 1rem;
  }
}

.footer__copyright {
  margin-top: auto;
  display: block;
  padding-top: 40px;
}
@media screen and (min-width: 780px) {
  .footer__copyright {
    margin-top: 0;
    margin-left: auto;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-top: initial;
  }
}

/* 縦長バージョン */
.triple-neon-vertical {
  background: #1a1a2e;
  border: 2px solid #00ff00;
  -webkit-box-shadow: inset 0 0 6px #00ff00, inset 0 0 12px #00ff00, 0 0 6px #00ff00, 0 0 12px #00ff00, 0 0 20px #00ff00;
          box-shadow: inset 0 0 6px #00ff00, inset 0 0 12px #00ff00, 0 0 6px #00ff00, 0 0 12px #00ff00, 0 0 20px #00ff00;
}

.triple-neon-vertical::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 2px solid #00ffff;
  -webkit-box-shadow: inset 0 0 6px #00ffff, inset 0 0 12px #00ffff, 0 0 6px #00ffff, 0 0 12px #00ffff, 0 0 24px #00ffff;
          box-shadow: inset 0 0 6px #00ffff, inset 0 0 12px #00ffff, 0 0 6px #00ffff, 0 0 12px #00ffff, 0 0 24px #00ffff;
}

.triple-neon-vertical::after {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  border: 2px solid #ff00ff;
  -webkit-box-shadow: inset 0 0 6px #ff00ff, inset 0 0 12px #ff00ff, 0 0 6px #ff00ff, 0 0 12px #ff00ff, 0 0 30px #ff00ff;
          box-shadow: inset 0 0 6px #ff00ff, inset 0 0 12px #ff00ff, 0 0 6px #ff00ff, 0 0 12px #ff00ff, 0 0 30px #ff00ff;
}
/*# sourceMappingURL=styles.css.map */