
/*
Theme Name: 夢空間ティザー
Author: Your Name
Description: 夢空間ティザー
Version: 1.0


*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, main, section, summary {
  display: block;
}

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

html {
  font-size: 62.5%;
  overflow-y: scroll;
  /*background: url(images/bg.png);*/
}

body {
  line-height: 1.7;
  font-size: 3.5vw;
  letter-spacing: -.01rem;
  color: #373632;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

ul {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  color: #000000;
  background: transparent;
  -webkit-tap-highlight-color: rgba(112, 16, 51, 0.6);
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #1a1a1a;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #999999;
}

::-moz-selection {
  color: #FFFFFF;
  background: #86133d;
}

::selection {
  color: #FFFFFF;
  background: #86133d;
}

input::-moz-selection,
textarea::-moz-selection {
  color: #000000;
}

input::selection,
textarea::selection {
  color: #000000;
}

textarea {
  resize: vertical;
}

:placeholder-shown {
  color: rgba(0, 0, 0, 0.4);
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.row {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .row {
    max-width: 1200px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

body.home {
  background: url(images/bg_sp.png) center top/cover no-repeat #fffdee;
  position: relative;
  overflow: hidden;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  body.home {
    background: url(images/bg.png) center top/cover no-repeat #fffdee;
  }
}

body {
  background: #fffdee;
  overflow: hidden;
}

#headerimg, #footer {
  display: none;
}

.l-content.notfound {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 100vh;
  width: 100vw;
}

.btn-base a {
  display: block;
  width: 100px;
  border-radius: 100px;
  background: #000000;
  color: #FFFFFF;
  padding: 15px 0;
  text-align: center;
  margin: 20px 0 0;
}

.mv {
  /* フォールバック */
  height: 100vh;
  /* JSでの計算値（より厳密な制御が必要な場合） */
  height: calc(var(--vh, 1vh) * 100);
  /* iOS 23/リキッド・グラス対応の決定版 */
  height: 100dvh;
  width: 100vw;
}

.pic-sp {
  margin-top: 0vw;
  position: absolute;
  top: 5vw;
}

@media only screen and (min-width: 768px) {
  .pic-sp {
    display: none;
  }
}

.logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}

.logo img {
  width: 80vw;
  display: block;
  margin: auto;
  margin-left: 10vw;
  margin-top: -20vw;
}

@media only screen and (min-width: 768px) {
  .logo img {
    width: auto;
    margin: unset;
  }
}

@media only screen and (min-width: 768px) {
  .logo {
    width: 30vw;
    top: 4vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

.pic-wrap {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pic-wrap {
    display: block;
  }
}

.pic-wrap ul li:nth-child(1) {
  width: 31vw;
  position: absolute;
  left: 3vw;
  top: 0;
}

.pic-wrap ul li:nth-child(2) {
  width: 28vw;
  position: absolute;
  right: 0;
  top: 7vw;
}

.pic-wrap ul li:nth-child(3) {
  width: 20vw;
  position: absolute;
  left: 6vw;
  bottom: 7vw;
}

.pic-wrap ul li:nth-child(4) {
  width: 16vw;
  position: absolute;
  right: 6vw;
  bottom: 6vw;
}

.time {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 20vw;
}

.time img {
  width: 80vw;
  margin: auto;
  display: block;
}

@media only screen and (min-width: 768px) {
  .time img {
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .time {
    bottom: 6vw;
    width: 37vw;
  }
}

.time .add {
  text-align: center;
  font-size: clamp(1.3rem, 1.6vw, 1.8rem);
  font-weight: 500;
  white-space: nowrap;
  margin-top: 3vw;
}

@media only screen and (min-width: 768px) {
  .time .add {
    margin-top: 0;
  }
}

.copy {
  background: #0A440B;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  letter-spacing: .4rem;
  padding: 15px;
}
