html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (min-width: 960px) and (max-width: 999px) {
  html {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 959px) {
  html {
    font-size: 2.380952381vw;
  }
}

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

body, h1, h2, h3, h4, h5, h6, p, address, figure,
div, ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.6rem;
  line-height: 1.95em;
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-align: left;
  color: #080808;
  box-sizing: border-box;
}

ul, ol {
  padding-left: 2.5rem;
}

figure {
  line-height: 1;
}
figure img {
  max-width: 100%;
  height: auto;
}
figure figcaption {
  font-size: 1.4rem;
  line-height: 1.25em;
}

a {
  color: #000;
  text-decoration: underline;
}
a img {
  transition: opacity 0.3s ease-out;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

i {
  margin-right: 0.5rem;
}

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

input,
textarea {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: 0;
}

@media screen and (max-width: 959px) {
  main {
    padding-top: 10rem;
  }
}

@media screen and (min-width: 1000px) {
	.pc-none {
		display: none !important;
	}
	.tb {
		display: none !important;
	}
}
@media screen and (min-width: 960px) {
	.sp {
		display: none !important;
	}
}
@media screen and (min-width: 960px) and (max-width: 999px) {
	.tb {
		display: block !important;
	}
	.tb-none {
		display: none !important;
	}
}
@media screen and (max-width: 999px) {
	.pc {
		display: none !important;
	}
}
@media screen and (max-width: 959px) {
	.sp-none {
		display: none !important;
	}
}


.l-footer {
  position: relative;
  background: #222;
  padding: 1rem;
}
.l-footer p {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

.comingsoon figure {
	text-align: center;
	font-size: 0;
	&.pc {
		position: relative;
		width: 100%;
		height: 80vh;
		overflow: hidden;
		.pc_bg {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
			z-index: 0;
		}
		.pc_main {
			position: absolute;
			height: 85%;
			top: 50%;
			left: 50%;
			transform: translateY(-50%) translateX(-50%);
		}
	}
}
.comingsoon-body {
  background: linear-gradient(to right, #3DCC8C, #35A97C);
  padding: 40px 20px;
}
@media screen and (min-width: 960px) {
  .comingsoon-inner {
    display: flex;
    justify-content: center;
    align-content: flex-start;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .comingsoon-gallery {
    width: 60%;
    margin-right: 20px;
  }
}
.comingsoon-gallery .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (min-width: 960px) {
  .comingsoon-gallery .gallery {
    order: 2;
  }
}
@media screen and (max-width: 959px) {
  .comingsoon-gallery .gallery {
    grid-template-columns: 1fr;
  }
}
.comingsoon-gallery .gallery figure {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 4px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .comingsoon-sns {
    width: 40%;
    order: 1;
  }
}
@media screen and (max-width: 959px) {
  .comingsoon-sns {
    margin-top: 20px;
  }
}
