@charset "UTF-8";
body {
  background-color: #d5d1c9;
  color: #000000;
  font-family: "noto-sans-cjk-jp", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  height: 100%;
}

.fadein {
  -webkit-transform: translate(0, 100px);
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}

.js-first-fadein {
  display: none;
}

.fadein.active {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

a {
  text-decoration: none;
}
a:link {
  color: inherit;
}
a:visited {
  color: inherit;
}
a:hover {
  opacity: 0.8;
}

.basic-link {
  text-decoration: underline;
}
.basic-link:hover {
  opacity: 0.8;
  text-decoration: none;
}

div, main {
  box-sizing: border-box;
}

p {
  letter-spacing: 0.3em;
  line-height: 1.8;
}

.basic {
  max-width: 1200px;
  padding-top: 38px;
}
.basic h1, .basic .big-ttl {
  color: #000000;
  font-family: Copperplate, sweet-gothic, sans-serif;
  font-size: 80px;
  font-weight: normal;
  letter-spacing: 0.12em;
  line-height: 48px;
  margin-bottom: 70px;
}
.basic h1 span, .basic .big-ttl span {
  font-size: 12px;
}

.sp {
  display: none;
}

.sp599 {
  display: none;
}

.pc {
  display: block;
}

.rsv-btn-wrapper {
  bottom: 50px;
  left: -50px;
  position: fixed;
  z-index: 3000;
}

.rsv-btn {
  background-color: #fff; /* 背景色 */
  border: solid 1px #000;
  border-radius: 60px;
  box-shadow: 5px 5px 0 #000; /* 影の太さ・色 */
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.3em;
  padding: 0.8em 3em;
  padding-left: 100px;
  position: relative;
  text-decoration: none; /* 文字の下線を消す */
}
.rsv-btn:after {
  background-image: url(../img/arrow-br@2x.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 24px;
  position: absolute;
  right: 0;
  top: 18px;
  width: 18px;
}

@media screen and (max-width: 900px) {
  .basic h1 {
    display: block;
    font-size: 12vw;
    line-height: 4vw;
  }
  .basic h1 span {
    display: block;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .sp599 {
    display: block;
  }
}
.button-more {
  background-color: #000;
  border-radius: 25px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: Copperplate, sweet-gothic, sans-serif;
  font-size: 16px;
  letter-spacing: 0.3em;
  padding: 20px 15px;
  position: relative;
  text-align: center;
  width: 100%;
}
.button-more:after {
  background-image: url(../img/arrow@2x.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 24px;
  position: absolute;
  right: 0;
  top: 20px;
  width: 18px;
}
.button-more:link {
  color: #fff;
}
.button-more:visited {
  color: #fff;
}

.line {
  height: 258px;
}
.line p {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 120px 15px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .line {
    height: auto;
  }
}
.header-wrapper {
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10000;
}

.dark-background {
  background-color: rgba(43, 43, 43, 0.7);
  display: none;
  height: 100vh;
  left: 0;
  mix-blend-mode: multiply;
  mix-blend-mode: multiply;
  position: absolute;
  right: 0;
}

.header {
  background-color: #d5d1c9;
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  transition: 0.5s;
}
.header .header-btn {
  display: block;
  position: relative;
  width: 36px;
}
.header .header-btn:hover {
  cursor: pointer;
  opacity: 0.6;
}
.header .header-btn span {
  background: #000;
  border-radius: 5px;
  display: inline-block;
  height: 2px;
  left: 14px;
  position: absolute;
  transition: all 0.4s; /*アニメーションの設定*/
  width: 100%;
}
.header .header-btn span:nth-of-type(1) {
  left: 8px;
  top: 13px;
}
.header .header-btn span:nth-of-type(2) {
  left: 0;
  top: 24px;
}
.header .header-btn span:nth-of-type(3) {
  left: 8px;
  top: 35px;
}
.header .header-btn span:nth-of-type(3):after {
  content: "Menu"; /*3つ目の要素のafterにMenu表示を指定*/
  font-family: sweet-gothic, sans-serif;
  font-size: 0.6rem;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
}
.header .header-btn.active {
  color: #fff;
  display: block;
  height: 40px;
  position: fixed;
  right: 30px;
  width: 40px;
  z-index: 1000000000;
}
.header .header-btn.active:hover span {
  background-color: #938a77;
}
.header .header-btn.active span {
  background: #fff;
}
.header .header-btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  left: 18px;
  top: 14px;
  transform: translateY(6px) rotate(-45deg);
  width: 70%;
}
.header .header-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.header .header-btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  left: 18px;
  top: 26px;
  transform: translateY(-6px) rotate(45deg);
  width: 70%;
}
.header .header-btn.active span:nth-of-type(3):after {
  content: "";
}

.header-wrapper.top {
  display: none;
}

.header.scroll-nav {
  background-color: #fff;
  padding: 10px 30px;
}
.header.scroll-nav .logo {
  transition: 0.5s;
  width: 50px;
}

.header.top.scroll-nav {
  background-color: #fff;
  padding: 10px 30px;
}
.header.top.scroll-nav .logo {
  transition: 0.5s;
  width: 50px;
}

.bl-menu {
  background-color: #252826;
  display: none;
  left: 0;
  padding: 100px 40px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}
.bl-menu li {
  display: block;
  padding-bottom: 12px;
  text-align: center;
}
.bl-menu a {
  border-bottom: 1px solid #252826;
  color: #fff;
  display: inline-block;
  font-family: sweet-gothic, sans-serif;
  font-size: 20px;
  letter-spacing: 0.2em;
  padding: 10px;
  text-align: center;
}
.bl-menu a:hover {
  border-bottom: 1px solid #938a77;
  color: #938a77;
}

.bl-menu.active {
  display: block;
}

body.fixed {
  height: 100vh;
  position: fixed;
  width: 100vw;
}

.index-header-sp {
  display: none;
}

.index-top {
  background-color: #252826;
  height: 100vh;
  min-height: 500px;
  padding: 3vw 4.58vw;
  position: relative;
  width: 100%;
}
.index-top .index-top-right {
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-size: min(1.6666vw, 18px);
  font-weight: lighter;
  letter-spacing: 0.3em;
  padding-bottom: 3.33vw;
  text-align: right;
}
.index-top .index-top-logo {
  background-image: url(../img/studioreimei-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14.3vw;
  max-height: 172px;
  max-width: 155px;
  position: absolute;
  width: 12.9vw;
}
.index-top .index-top-video {
  background-color: #252826;
  border-radius: 100px 0 0 100px;
  height: 75vh;
  min-height: 300px;
  position: absolute;
  right: 4.58vw;
  width: 67.5vw;
}
.index-top .index-top-video video {
  -o-object-fit: cover;
  border-radius: 100px 0 0 100px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.index-top .index-top-nav ul {
  color: #fff;
  padding-top: 9vw;
}
.index-top .index-top-nav ul li {
  padding-bottom: 1vw;
}
.index-top .index-top-nav ul a {
  border-bottom: 1px solid #252826;
  color: #fff;
  display: inline-block;
  font-family: sweet-gothic, sans-serif;
  font-size: max(1.1vw, 14px);
  letter-spacing: 0.2em;
  padding: 10px;
}
.index-top .index-top-nav ul a:hover {
  border-bottom: 1px solid #938a77;
  color: #938a77;
}

/*====== 9-1-1 縦線が動いてスクロールを促す =======*/
/*スクロールダウン全体の場所*/
.scrolldown1 {
  bottom: 10px;
  /*全体の高さ*/
  height: 50px;
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  right: 3vw;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  left: -15px;
  letter-spacing: 0.05em;
  /*描画位置*/
  position: absolute;
  top: -15px;
}

/* 線の描写 */
.scrolldown1::after {
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
  animation: pathmove 1.4s ease-in-out infinite;
  background: #eee;
  content: "";
  height: 30px;
  opacity: 0;
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    opacity: 0;
    top: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    opacity: 0;
    top: 50px;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    opacity: 0;
    top: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    opacity: 0;
    top: 50px;
  }
}
.index {
  margin: 0 auto;
  max-width: 1200px;
}
.index .index-concept {
  margin-top: 80px;
}
.index .index-concept .big-ttl {
  font-size: min(6.66vw, 80px);
  margin-bottom: 50px;
}
.index .index-concept .img-wrapper {
  height: auto;
  padding: 0;
  position: relative;
}
.index .index-concept .img-wrapper:before {
  content: "";
  display: block;
  padding-top: min(60.83vw, 720px); /* 1:1 */
}
.index .index-concept .concept-text-frame {
  background-color: #fff;
  border-radius: 0 0 60px 0;
  left: 120px;
  margin-bottom: 30px;
  max-height: 505px;
  max-width: 500px;
  padding-bottom: 120px;
  position: absolute;
  text-align: justify;
  top: 0;
  z-index: 100;
}
.index .index-concept .concept-text-frame h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.75;
}
.index .index-concept .concept-text-frame .border {
  border: solid 1px #000;
  margin: 30px 0;
  width: 100px;
}
.index .index-concept .concept-text-frame .message p {
  padding-bottom: 30px;
}
.index .index-concept .concept-img1 {
  background-image: url(../img/concept1@2x.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 42.08vw;
  max-height: 500px;
  max-width: 500px;
  position: absolute;
  right: 0;
  top: -115px;
  width: 41.66vw;
  z-index: -10;
  z-index: 10;
}
.index .index-concept .concept-img2 {
  background-image: url(../img/concept2@2x.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 5.83vw;
  height: 18.75vw;
  max-height: 220px;
  max-width: 330px;
  position: absolute;
  right: 215px;
  width: 27.5vw;
  z-index: 10;
}
.index .index-concept .concept-img3 {
  background-image: url(../img/concept3@2x.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 18.33vw;
  max-height: 220px;
  max-width: 220px;
  position: absolute;
  right: 46px;
  width: 18.33vw;
  z-index: 10;
}
.index .index-concept .concept-img4 {
  background-image: url(../img/concept4@2x.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 18.33vw;
  left: 150px;
  max-height: 220px;
  max-width: 390px;
  position: absolute;
  width: 32.5vw;
  z-index: 1000;
}
.index .index-price {
  margin-bottom: 150px;
  margin-top: 130px;
  position: relative;
}
.index .index-price .price-ttl {
  -webkit-transform: translate(-50%, -50%);
  font-size: min(6.66vw, 80px);
  left: 50%;
  position: absolute;
  text-align: center;
  top: 30px;
  transform: translate(-50%, -50%);
}
.index .index-price .frame-wrapper {
  margin: 0 15px;
}
.index .index-price .frame {
  background-color: #fff;
  border-radius: 60px 60px 0 0;
  margin: 0 auto;
  max-width: 800px;
  padding: 105px 15px 50px 15px;
}
.index .index-price .frame p {
  text-align: center;
}
.index .index-price .frame .button-wrapper {
  display: block;
  margin: 30px auto 0;
  max-width: 440px;
}
.index .index-price-pic {
  background-image: url(../img/index-priceroom@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 299px;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
.index .index-monthly .big-ttl {
  font-size: min(6.66vw, 80px);
  margin-bottom: 50px;
}
.index .index-monthly .img-wrapper {
  height: auto;
  padding: 0;
  position: relative;
}
.index .index-monthly .img-wrapper:before {
  content: "";
  display: block;
  padding-top: min(25.5vw, 306px);
}
.index .index-monthly .index-monthly-text {
  background-color: #fff;
  border-radius: 20px;
  left: 120px;
  max-width: 500px;
  padding: 30px;
  position: absolute;
  text-align: justify;
  top: 0;
  z-index: 100;
}
.index .index-monthly .monthly-img {
  background-image: url(../img/index-monthly@2x.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 33.33vw;
  max-height: 400px;
  max-width: 630px;
  position: absolute;
  right: 0;
  top: -115px;
  width: 52.5vw;
  z-index: -10;
  z-index: 10;
}
.index .index-monthly .button-wrapper {
  margin-top: 20px;
}
.index .index-recording {
  margin-top: 150px;
  position: relative;
}
.index .index-recording .big-ttl-wrapper .big-ttl {
  font-size: min(6.66vw, 80px);
  letter-spacing: 0.06em;
  margin-bottom: 45px;
  position: relative;
  text-align: right;
}
.index .index-recording .big-ttl-wrapper .big-ttl span {
  position: absolute;
  right: min(31.66vw, 380px);
  top: 20px;
}
.index .index-recording .img-wrapper {
  height: auto;
  padding: 0;
  position: relative;
}
.index .index-recording .img-wrapper:before {
  content: "";
  display: block;
  padding-top: min(20.5vw, 246px);
}
.index .index-recording .rec-img {
  background-image: url(../img/index-rec@2x.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 33.33vw;
  left: 0;
  max-height: 400px;
  max-width: 630px;
  position: absolute;
  top: -160px;
  width: 52.5vw;
  z-index: -10;
}
.index .index-recording .index-monthly-text {
  background-color: #fff;
  border-radius: 20px;
  margin-right: 120px;
  max-width: 500px;
  padding: 30px;
  position: absolute;
  right: 0;
  text-align: justify;
  top: 0;
  z-index: 100;
}
.index .index-recording .index-monthly-text .button-wrapper {
  margin-top: 20px;
}
.index .rental-space {
  margin: 150px 0;
  padding-bottom: 50px;
  position: relative;
}
.index .rental-space .rental-ttl {
  font-size: min(6.66vw, 80px);
  text-align: center;
}
.index .rental-space .rental-ttl span {
  display: block;
}
.index .rental-space .frame {
  -webkit-transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 0 0 60px 60px;
  left: 50%;
  min-width: 700px;
  padding: 105px 15px 50px 15px;
  position: absolute;
  top: 200px;
  transform: translate(-50%, -50%);
  width: 66.66vw;
  z-index: -10;
}
.index .rental-space .frame p {
  text-align: center;
}
.index .rental-space .frame .button-wrapper {
  display: block;
  margin: 30px auto 0;
  max-width: 440px;
}
.index .rental-space .rental-pic {
  background-image: url(../img/index-priceroom@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 375px;
  margin: 0 calc(50% - 50vw);
  position: relative;
  z-index: -100;
}

.page404 {
  font-size: 20px;
  margin: 100px 10px 200px;
  text-align: center;
}

@media screen and (max-width: 910px) {
  .index .index-concept .concept-img4 {
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .index-header-sp {
    display: block;
  }
  .index-header-sp .header {
    background-color: #252826;
    color: #fff;
    height: 60px;
  }
  .index-header-sp .header .main-ttl {
    font-family: "futura-pt", sans-serif;
    font-size: max(2.66vw, 14px);
    font-weight: lighter;
    letter-spacing: 0.3em;
    line-height: 60px;
  }
  .index-header-sp .header .header-btn span {
    background: #fff;
  }
  .scrolldown1 {
    right: 50%;
  }
  .index-top {
    height: calc(100vh - 100px);
    padding: 3vw 6vw;
  }
  .index-top .index-top-logo {
    display: none;
  }
  .index-top .index-top-right {
    display: none;
  }
  .index-top .index-top-nav {
    display: none;
  }
  .index-top .index-top-video {
    height: calc(80vh - 100px);
    position: static;
    right: 0;
    width: 100%;
  }
  .index-top-sp-logo {
    background-image: url(../img/studioreimei-logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 22.66vw;
    margin-left: auto;
    margin-right: 0;
    margin-top: 20px;
    max-height: 76px;
    max-width: 70px;
    width: 20.8vw;
  }
  .index .index-concept {
    margin-top: 5.33vw;
  }
  .index .index-concept .big-ttl {
    font-size: max(12vw, 20px);
  }
  .index .index-concept .img-wrapper {
    height: auto;
    margin: 0;
  }
  .index .index-concept .img-wrapper:before {
    content: "";
    display: block;
    padding-top: min(120.83vw, 720px); /* 1:1 */
  }
  .index .index-concept .concept-text-frame {
    left: 0;
    margin: 0 6.66vw;
    max-width: 100%;
    position: absolute;
    top: 0;
    width: 86.66vw;
    z-index: 100;
  }
  .index .index-concept .concept-img1 {
    background-image: url(../img/concept1@2x.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 42.08vw;
    left: 0;
    max-height: 500px;
    max-width: 500px;
    position: absolute;
    top: 42.2vw;
    width: 41.66vw;
    z-index: -10;
    z-index: 10;
  }
  .index .index-concept .concept-img2 {
    background-image: url(../img/concept2@2x.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 5.83vw;
    height: 18.75vw;
    max-height: 220px;
    max-width: 330px;
    position: absolute;
    right: 15.33vw;
    width: 27.5vw;
    z-index: 10;
  }
  .index .index-concept .concept-img3 {
    background-image: url(../img/concept3@2x.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 18.33vw;
    max-height: 220px;
    max-width: 220px;
    position: absolute;
    right: -0.66vw;
    width: 18.33vw;
    z-index: 10;
  }
  .index .index-concept .concept-img4 {
    background-image: url(../img/concept4@2x.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 18.33vw;
    left: 10vw;
    max-height: 220px;
    max-width: 390px;
    position: absolute;
    width: 32.5vw;
    z-index: 1000;
  }
  .index .index-price .price-ttl {
    font-size: max(12vw, 20px);
  }
  .index .index-price .frame-wrapper {
    margin: 0 6.66vw;
  }
  .index .index-price .frame {
    background-color: #fff;
    border-radius: 60px 60px 0 0;
    margin: 0 auto;
    max-width: 800px;
    padding: 105px 15px 50px 15px;
  }
  .index .index-price .frame p {
    text-align: center;
  }
  .index .index-price .frame .button-wrapper {
    display: block;
    margin: 30px auto 0;
    max-width: 440px;
  }
  .index .index-price-pic {
    height: 37.33vw;
  }
  .index .index-monthly {
    margin-bottom: 150px;
  }
  .index .index-monthly .big-ttl {
    font-size: max(12vw, 20px);
  }
  .index .index-monthly .img-wrapper {
    height: auto;
    padding: 0;
    position: relative;
  }
  .index .index-monthly .img-wrapper:before {
    content: "";
    display: block;
    padding-top: min(99vw, 550px);
  }
  .index .index-monthly .index-monthly-text {
    left: 0;
    margin: 0 6.66vw;
    max-width: 100%;
    position: absolute;
    top: 0;
    width: 86.66vw;
    z-index: 100;
  }
  .index .index-monthly .monthly-img {
    background-image: url(../img/index-monthly@2x.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 56vw;
    max-height: 400px;
    max-width: 100vw;
    position: absolute;
    right: 0;
    top: auto;
    width: 100vw;
    z-index: -10;
    z-index: 10;
  }
  .index .index-monthly .button-wrapper {
    margin-top: 20px;
  }
  .index .index-recording {
    margin-top: 150px;
    position: relative;
  }
  .index .index-recording .big-ttl-wrapper .big-ttl {
    font-size: max(12vw, 20px);
    margin-bottom: 45px;
  }
  .index .index-recording .big-ttl-wrapper .big-ttl span {
    display: inline-block;
    line-height: 0;
    position: static;
  }
  .index .index-recording .big-ttl-wrapper .big-ttl .index-recording .big-ttl-wrapper .big-ttl {
    margin-bottom: 10px;
  }
  .index .index-recording .big-ttl-wrapper .big-ttl .index-recording .big-ttl-wrapper .big-ttl span {
    display: inline-block;
    line-height: 0;
  }
  .index .index-recording .img-wrapper {
    height: auto;
    padding: 0;
    position: relative;
  }
  .index .index-recording .img-wrapper:before {
    content: "";
    display: block;
    padding-top: min(99vw, 550px);
  }
  .index .index-recording .index-monthly-text {
    left: 0;
    margin: 0 6.66vw;
    max-width: 100%;
    position: absolute;
    top: 0;
    width: 86.66vw;
    z-index: 100;
  }
  .index .index-recording .rec-img {
    bottom: 0;
    height: 56vw;
    left: 0;
    max-height: 400px;
    max-width: 100%;
    position: absolute;
    top: auto;
    width: 100vh;
    z-index: -10;
  }
  .index .rental-space .rental-ttl {
    font-size: max(12vw, 20px);
    line-height: 0.778;
    margin-bottom: 0px;
  }
  .index .rental-space .rental-ttl span {
    margin-top: 5px;
  }
  .index .rental-space .h2kana {
    display: inline-block;
    font-family: Copperplate, sweet-gothic, sans-serif;
    font-size: 12px;
    letter-spacing: 0.3em;
    margin: 0 auto;
  }
  .index .rental-space .frame {
    max-width: 100%;
    min-width: 280px;
    padding: 105px 15px 50px 15px;
    position: absolute;
    top: 230px;
    width: 80vw;
    z-index: -10;
  }
  .index .rental-space .frame .rental-text {
    margin-top: 40px;
  }
  .index .rental-space .frame p {
    text-align: center;
  }
  .index .rental-space .frame .button-wrapper {
    display: block;
    margin: 30px auto 0;
    max-width: 440px;
  }
  .index .rental-space .rental-pic {
    background-image: url(../img/index-priceroom@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 375px;
    margin: 0 calc(50% - 50vw);
    position: relative;
    z-index: -100;
  }
}
@media screen and (max-width: 425px) {
  .index .index-concept .concept-img4 {
    z-index: 0;
  }
  .index .index-price {
    margin-bottom: 100px;
  }
  .index .index-price .frame p {
    text-align: left;
  }
  .index .index-monthly {
    margin-bottom: 100px;
  }
  .index .index-recording {
    margin-top: 100px;
  }
  .index .index-recording .index-monthly-text {
    text-align: left;
  }
  .index .rental-space {
    margin-top: 100px;
  }
  .index .rental-space .frame .rental-text p {
    text-align: left;
  }
  .index .index-recording .big-ttl-wrapper .big-ttl {
    margin-bottom: 10px;
  }
  .index .index-recording .big-ttl-wrapper .big-ttl span {
    display: inline-block;
    line-height: 0;
  }
}
@media screen and (max-width: 320px) {
  .index .index-concept .img-wrapper:before {
    padding-top: 500px;
  }
}
.price-room {
  margin: 0 auto;
  max-width: 1200px;
}
.price-room .price-table {
  margin: 0 auto;
  max-width: 830px;
  padding: 0 15px;
}
.price-room .price-table table {
  background-color: #fff;
  border: solid 1px #000;
  letter-spacing: 0.3em;
  width: 100%;
}
.price-room .price-table table td {
  border: solid 1px #000;
  padding: 20px;
  text-align: center;
}
.price-room .price-table table .day {
  box-sizing: border-box;
  font-size: 16px;
  padding: 20px;
}
.price-room .price-table table .room {
  font-size: 28px;
  letter-spacing: 0.1em;
}
.price-room .price-table table .price {
  font-size: 20px;
  letter-spacing: 0.1em;
}
.price-room .price-table .cap-student {
  background: #000;
  color: #fff;
  font-size: 12px;
}
.price-room .single-plan {
  margin: 0 auto;
  max-width: 830px;
  padding: 90px 15px;
}
.price-room .single-plan .single-plan-inner {
  background-color: #fff;
  border-radius: 28px;
  padding: 40px 10px 35px;
  position: relative;
  text-align: center;
}
.price-room .single-plan .single-plan-inner .price {
  border: solid 1px #000;
  border-radius: 40px;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 auto 10px;
  padding: 4px 30px;
  width: 280px;
}
.price-room .single-plan .single-plan-inner .price span {
  font-size: 16px;
}
.price-room .single-plan .single-plan-inner h2 {
  -webkit-transform: translate(-50%, -50%);
  font-size: 24px;
  left: 50%;
  letter-spacing: 0.3em;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}
.price-room .single-plan .single-plan-inner p {
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
}
.price-room .procedure {
  margin: 0 auto;
  max-width: 990px;
  padding: 0 15px 150px 15px;
}
.price-room .procedure h2 {
  font-size: 24px;
  letter-spacing: 0.3em;
  text-align: center;
}
.price-room .procedure h2:after {
  background-color: #000000;
  content: "";
  display: block;
  height: 2px;
  margin: 30px auto;
  width: 100px;
}
.price-room .procedure .cap {
  letter-spacing: 0;
}
.price-room .procedure .procedure-box {
  background-color: #fff;
  border-radius: 28px;
  display: flex;
}
.price-room .procedure .procedure-box .box {
  border-right: solid 2px #d5d1c9;
  flex: 1;
  padding: 50px 28px 30px 28px;
  position: relative;
}
.price-room .procedure .procedure-box .box span {
  color: #d5d1c9;
  font-family: "futura-pt", sans-serif;
  font-size: 80px;
  font-weight: lighter;
  left: -4px;
  position: absolute;
  top: -13px;
}
.price-room .procedure .procedure-box .box:not(:last-child):before {
  border: 26px solid transparent;
  border-left: 16px solid #FFF;
  content: "";
  margin-top: -26px;
  position: absolute;
  right: -38px;
  top: 50%;
  z-index: 2;
}
.price-room .procedure .procedure-box .box:not(:last-child):after {
  border: 24px solid transparent;
  border-left: 14px solid #d5d1c9;
  content: "";
  margin-top: -24px;
  position: absolute;
  right: -38px;
  top: 50%;
  z-index: 1;
}
.price-room .roomA {
  height: 500px;
  max-width: 1200px;
  position: relative;
}
.price-room .roomA h2 {
  color: #000000;
  font-family: Copperplate, sweet-gothic, sans-serif;
  font-size: 80px;
  font-weight: normal;
  letter-spacing: 0.12em;
  line-height: 48px;
  margin-bottom: 70px;
  position: absolute;
  right: 0;
}
.price-room .roomA h2 span {
  font-size: 12px;
  letter-spacing: 0.12em;
}
.price-room .roomA img {
  left: 0;
  position: absolute;
  width: 52%;
}
.price-room .roomA .equipment {
  background-color: #fff;
  border-radius: 0 0 60px 0;
  bottom: 0;
  padding-bottom: 35px;
  position: absolute;
  right: 8.3%;
  width: 500px;
}
.price-room .roomA .equipment .equipment-inner {
  position: relative;
}
.price-room .roomA .equipment .jo {
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  height: 80px;
  letter-spacing: 0;
  line-height: 80px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 80px;
}
.price-room .roomB {
  height: 500px;
  margin-top: 100px;
  max-width: 1200px;
  position: relative;
}
.price-room .roomB h2 {
  color: #000000;
  font-family: Copperplate, sweet-gothic, sans-serif;
  font-size: 80px;
  font-weight: normal;
  left: 0;
  letter-spacing: 0.12em;
  line-height: 48px;
  margin-bottom: 70px;
  position: absolute;
}
.price-room .roomB h2 span {
  font-size: 12px;
  letter-spacing: 0.12em;
}
.price-room .roomB img {
  position: absolute;
  right: 0;
  width: 52%;
}
.price-room .roomB .equipment {
  background-color: #fff;
  border-radius: 0 0 0 60px;
  left: 8.3%;
  padding-bottom: 35px;
  position: absolute;
  top: 70px;
  width: 500px;
}
.price-room .roomB .equipment .equipment-inner {
  position: relative;
}
.price-room .roomB .equipment .jo {
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  height: 80px;
  letter-spacing: 0;
  line-height: 80px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 80px;
}

@media screen and (max-width: 768px) {
  .price-room .price-table {
    font-size: min(2.13vw, 14px);
    margin: 0 6.66vw;
    max-width: 830px;
    padding: 0;
  }
  .price-room .price-table table {
    letter-spacing: 0em;
  }
  .price-room .price-table table td {
    padding: 14px min(1.33vw, 4px);
  }
  .price-room .price-table table .day {
    box-sizing: border-box;
    font-size: 14px;
    padding: 14px min(1.33vw, 4px);
  }
  .price-room .price-table table .room {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .price-room .price-table table .price {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .price-room .single-plan {
    margin: 0 6.66vw;
    padding: 90px 0;
  }
  .price-room .single-plan .single-plan-inner {
    background-color: #fff;
    padding-top: 40px;
    position: relative;
  }
  .price-room .single-plan .single-plan-inner h2 {
    -webkit-transform: translate(-50%, -50%);
    font-size: max(3.9vw, 16px);
    left: 50%;
    letter-spacing: 0.3em;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
  }
  .price-room .single-plan .single-plan-inner p {
    letter-spacing: 0;
    line-height: 2;
    text-align: center;
  }
  .price-room .procedure {
    margin: 0 6.66vw;
  }
  .price-room .procedure h2 {
    font-size: max(3.9vw, 16px);
  }
  .price-room .procedure .procedure-box {
    border-radius: 28px;
    display: block;
  }
  .price-room .procedure .procedure-box .box {
    border-bottom: solid 2px #d5d1c9;
    flex: 1;
    padding: 50px 28px 30px 28px;
    position: relative;
  }
  .price-room .procedure .procedure-box .box span {
    color: #d5d1c9;
    font-family: "futura-pt", sans-serif;
    font-size: 80px;
    font-weight: lighter;
    left: -4px;
    position: absolute;
    top: -13px;
  }
  .price-room .procedure .procedure-box .box:not(:last-child):before {
    border: none;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: none;
    border-top: 20px solid #d5d1c9;
    bottom: -20px;
    content: "";
    height: 0;
    left: auto;
    margin: 0;
    position: absolute;
    right: 48%;
    top: auto;
    width: 0;
    z-index: 2;
  }
  .price-room .procedure .procedure-box .box:not(:last-child):after {
    border: none;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: none;
    border-top: 20px solid #fff;
    bottom: -18px;
    content: "";
    content: "";
    height: 0;
    left: auto;
    margin: 0;
    position: absolute;
    right: 48%;
    top: auto;
    width: 0;
    z-index: 2;
  }
  .price-room .roomA {
    height: auto;
    padding-bottom: 0;
    position: relative;
  }
  .price-room .roomA h2 {
    font-size: max(12vw, 16px);
    line-height: auto;
    margin-bottom: 10px;
    position: static;
    text-align: right;
  }
  .price-room .roomA img {
    height: 61.06vw;
    position: static;
    width: 100%;
  }
  .price-room .roomA .equipment {
    font-size: max(2.13vw, 14px);
    margin: 0 6.66vw 0;
    padding-bottom: 35px;
    position: static;
    width: 86.66vw;
  }
  .price-room .roomB {
    height: auto;
    padding-bottom: 0;
    position: static;
  }
  .price-room .roomB h2 {
    font-size: max(12vw, 16px);
    line-height: auto;
    margin-bottom: 10px;
    position: static;
    text-align: right;
  }
  .price-room .roomB h2 span {
    font-size: 12px;
    letter-spacing: 0.12em;
  }
  .price-room .roomB img {
    height: 61.06vw;
    position: static;
    width: 100%;
  }
  .price-room .roomB .equipment {
    font-size: max(2.13vw, 14px);
    left: 0;
    margin: 0 6.66vw;
    padding-bottom: 35px;
    position: static;
    top: 69.33vw;
    width: 86.66vw;
  }
}
@media screen and (max-width: 500px) {
  .price-room .roomA .equipment .jo {
    border-color: #fff;
    color: #fff;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    top: -80px;
    width: 60px;
  }
  .price-room .roomB .equipment .jo {
    border-color: #fff;
    color: #fff;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    top: -80px;
    width: 60px;
  }
}
@media screen and (max-width: 420px) {
  .price-room .single-plan .single-plan-inner h2 {
    -webkit-transform: none;
    margin-bottom: 20px;
    position: static;
    text-align: center;
    transform: none;
  }
  .price-room .single-plan .single-plan-inner p {
    text-align: left;
  }
}
.monthly {
  margin: 0 auto;
  max-width: 1200px;
}
.monthly .main-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
.monthly .merit {
  margin-bottom: 216px;
  margin-top: 48px;
  text-align: center;
}
.monthly .merit h2 {
  font-size: 18px;
  letter-spacing: 0.3em;
  padding-bottom: 30px;
}
.monthly .merit h2 span {
  font-size: 28px;
}
.monthly .merit h2:after {
  background-color: #000000;
  content: "";
  display: block;
  height: 2px;
  margin: 30px auto;
  width: 100px;
}
.monthly .merit-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 990px;
  padding: 0 15px;
}
.monthly .merit-cell {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 30px;
  text-align: left;
  width: 32%;
}
.monthly .merit-cell:first-child {
  border-radius: 30px 0 0 0;
}
.monthly .merit-cell:nth-child(3) {
  border-radius: 0 30px 0 0;
}
.monthly .merit-cell:nth-child(4) {
  border-radius: 0 0 0 30px;
}
.monthly .merit-cell:nth-child(6) {
  border-radius: 0 0 30px 0;
}
.monthly .merit-cell .icon {
  background-position: center center;
  background-repeat: no-repeat;
  height: 80px;
  margin-bottom: 20px;
  width: 100%;
}
.monthly .merit-cell .icon.merit1 {
  background-image: url(../img/merit1.png);
}
.monthly .merit-cell .icon.merit2 {
  background-image: url(../img/merit2.png);
}
.monthly .merit-cell .icon.merit3 {
  background-image: url(../img/merit3.png);
}
.monthly .merit-cell .icon.merit4 {
  background-image: url(../img/merit4.png);
}
.monthly .merit-cell .icon.merit5 {
  background-image: url(../img/merit5.png);
}
.monthly .merit-cell .icon.merit6 {
  background-image: url(../img/merit6.png);
}
.monthly .request {
  background-image: url(../img/month@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
.monthly .request-text {
  -webkit-transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 0 0 60px 60px;
  left: 50%;
  max-width: 800px;
  min-width: 640px;
  padding: 50px 15px;
  position: absolute;
  top: 134px;
  transform: translate(-50%, -50%);
  width: 66.66%;
}
.monthly .request-text .request-text-top {
  padding-bottom: 30px;
}
.monthly .request-text .request-text-top p {
  padding-top: 20px;
}
.monthly .request-text p {
  text-align: center;
}
.monthly .request-text .request-text-ex {
  border: solid 1px #000;
  border-radius: 50px;
  margin: 0 auto;
  max-width: 500px;
  padding: 14px;
}

@media screen and (max-width: 768px) {
  .monthly .main-text {
    font-size: min(2.93vw, 16px);
    margin: 0 50px;
  }
  .monthly .merit {
    margin: 60px 6.66vw 260px;
  }
  .monthly .merit-box {
    padding: 0 0;
  }
  .monthly .merit-cell {
    width: 48%;
  }
  .monthly .merit-cell:first-child {
    border-radius: 30px 0 0 0;
  }
  .monthly .merit-cell:nth-child(2) {
    border-radius: 0 30px 0 0;
  }
  .monthly .merit-cell:nth-child(3) {
    border-radius: 0;
  }
  .monthly .merit-cell:nth-child(4) {
    border-radius: 0;
  }
  .monthly .merit-cell:nth-child(5) {
    border-radius: 0 0 0 30px;
  }
  .monthly .merit-cell:nth-child(6) {
    border-radius: 0 0 30px 0;
  }
  .monthly .request {
    padding-top: 260px;
  }
  .monthly .request-text {
    -webkit-transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 0 0 60px 60px;
    box-sizing: border-box;
    left: 50%;
    min-width: auto;
    padding: 8vw 6vw;
    position: absolute;
    top: 100px;
    transform: translate(-50%, -50%);
    width: 86.66%;
  }
  .monthly .request-text .request-text-top {
    padding-bottom: 30px;
  }
  .monthly .request-text .request-text-top p {
    padding-top: 20px;
  }
  .monthly .request-text p {
    text-align: left;
  }
  .monthly .request-text .request-text-ex {
    border-radius: 75px;
  }
  .monthly .request-text .request-text-ex p {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .monthly .main-text {
    font-size: 14px;
    margin: 0 20px;
  }
  .monthly .merit {
    margin: 60px 20px 330px;
  }
  .monthly .merit .merit-cell {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 350px) {
  .monthly .merit-box {
    display: block;
  }
  .monthly .merit-box .merit-cell {
    width: 100%;
  }
  .monthly .merit-box .merit-cell:first-child {
    border-radius: 30px 30px 0 0;
  }
  .monthly .merit-box .merit-cell:nth-child(2) {
    border-radius: 0 0 0 0;
  }
  .monthly .merit-box .merit-cell:nth-child(3) {
    border-radius: 0;
  }
  .monthly .merit-box .merit-cell:nth-child(4) {
    border-radius: 0;
  }
  .monthly .merit-box .merit-cell:nth-child(5) {
    border-radius: 0 0 0 0;
  }
  .monthly .merit-box .merit-cell:nth-child(6) {
    border-radius: 0 0 30px 30px;
  }
}
.recording {
  margin: 0 auto;
  max-width: 1200px;
}
.recording .rec-top {
  height: 430px;
  margin: 170px calc(50% - 50vw);
  position: relative;
}
.recording .rec-top .rec-top-pic {
  background-image: url(../img/rec1@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 430px;
  position: absolute;
  right: 0;
  width: 50%;
}
.recording .rec-top-message {
  max-width: 500Px;
  position: absolute;
  right: 47vw;
  top: -110px;
  z-index: 100;
}
.recording .rec-top-message .attention {
  font-size: 14px;
  margin-left: 15px;
}
.recording .rec-top-message-frame {
  background-color: #fff;
  border-radius: 0 0 60px 0;
  margin: 0 0 30px 15px;
  max-width: 500px;
  text-align: justify;
}
.recording .rec-top-message-frame h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.75;
}
.recording .rec-top-message-frame .border {
  border: solid 1px #000;
  margin: 30px 0;
  width: 100px;
}
.recording .rec-top-message-frame .message p {
  padding-bottom: 30px;
}
.recording .rec-top-message-frame .message .shinma {
  font-weight: bold;
}
.recording .rec-pic {
  height: 35vh;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
.recording .rec-pic .rec-pic2 {
  background-image: url(../img/rec2@2x.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 23vh;
  position: absolute;
  right: 30vw;
  width: 29vw;
  z-index: 10;
}
.recording .rec-pic .rec-pic3 {
  background-image: url(../img/rec3@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 28vh;
  position: absolute;
  right: 10vw;
  top: 0;
  width: 23vw;
}

@media screen and (max-width: 768px) {
  .recording h1 {
    font-size: 12vw;
    line-height: 4vw;
  }
  .recording h1 span {
    display: inline-block;
  }
  .recording .rec-top {
    height: auto;
    margin: 0 6.66vw;
    position: static;
  }
  .recording .rec-top .rec-top-pic-wrapper {
    margin: 40px calc(50% - 50vw);
  }
  .recording .rec-top .rec-top-pic {
    height: 61.06vw;
    margin: 0 0 0 6vw;
    position: static;
    width: 93.33vw;
  }
  .recording .rec-top-message {
    max-width: 100%;
    position: static;
  }
  .recording .rec-top-message .attention {
    margin-left: 0;
  }
  .recording .rec-top-message-frame {
    margin-left: 0;
    max-width: 100%;
    text-align: justify;
  }
  .recording .rec-top-message-frame h2 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.75;
  }
  .recording .rec-top-message-frame .message p {
    padding-bottom: 30px;
  }
  .recording .rec-pic {
    height: auto;
    margin: 0;
    position: relative;
  }
  .recording .rec-pic::before {
    content: "";
    display: block;
    padding-top: 50.93vw;
  }
  .recording .rec-pic .rec-pic2 {
    bottom: 0;
    height: 38.66vw;
    left: 0;
    position: absolute;
    width: 38.66vw;
    z-index: 10;
  }
  .recording .rec-pic .rec-pic3 {
    height: 38.13vw;
    position: absolute;
    right: 50px;
    top: 0;
    width: 60.66vw;
  }
}
.footer {
  background-color: #252826;
}
.footer .footer-inner {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
}
.footer .footer-inner .footer-accsess {
  flex: 1;
}
.footer .footer-inner h2 {
  color: #fff;
  font-family: Copperplate, sweet-gothic, sans-serif;
  font-size: 80px;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 48px;
}
.footer .footer-inner h2 span {
  font-size: 12px;
}
.footer .footer-inner .footer-address {
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
  margin-left: 100px;
  margin-top: 80px;
}
.footer .footer-inner .footer-address p:first-child {
  margin-bottom: 40px;
}
.footer .footer-inner .footer-address .tel:before {
  -webkit-font-smoothing: antialiased;
  content: "\f095";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 1;
  margin-right: 4px;
  text-rendering: auto;
}
.footer .footer-inner .footer-map {
  flex: 1;
}
.footer .footer-bottom {
  color: #fff;
  display: flex;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 500;
  justify-content: space-between;
  letter-spacing: 0.06em;
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 10px 30px 100px;
}
.footer .footer-bottom ul {
  display: flex;
}
.footer .footer-bottom ul li {
  margin-right: 40px;
}
.footer .footer-bottom .mail:before {
  -webkit-font-smoothing: antialiased;
  content: "\f0e0";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  margin-right: 4px;
  text-rendering: auto;
}
.footer .footer-bottom .ig:before {
  -webkit-font-smoothing: antialiased;
  content: "\f16d";
  display: inline-block;
  font-family: "Font Awesome 6 Brands";
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  margin-right: 4px;
  text-rendering: auto;
}
.footer .footer-bottom .twitter:before {
  -webkit-font-smoothing: antialiased;
  content: "\f081";
  display: inline-block;
  font-family: "Font Awesome 6 Brands";
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  margin-right: 4px;
  text-rendering: auto;
}

@media screen and (max-width: 900px) {
  .footer .footer-inner {
    display: block;
  }
  .footer .footer-inner .footer-map {
    display: 100%;
  }
  .footer .footer-inner h2 {
    font-size: 12vw;
  }
  .footer .footer-inner .footer-address {
    margin: 60px 6.66vw;
  }
  .footer .footer-bottom {
    align-items: flex-end;
    padding: 30px 6.66vw;
  }
  .footer .footer-bottom ul {
    display: block;
  }
  .footer .footer-bottom ul li {
    margin: 0;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 370px) {
  .footer .footer-bottom {
    display: block;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */