/* *{
  outline: 2px red solid;
} */
/* const */
/*
h1 {
  color: #fff;
  font-size: 24px;
  letter-spacing: .2em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

h2 {
  margin-bottom: 32px;
}
*/

.main-bg {
  background: no-repeat url(../img/top/value-background.webp);
  background-attachment: fixed;
  background-size: cover;
}

.top-header {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.top-bg::after {
	background-color: rgba(51, 51, 51, .5);
	background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
	content: '';
	display: block;
	height: calc(100vh - 50px);
  margin-top: 50px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.top-subtitle {
  color: #ccc;
  left: 50%;
  position: absolute;
  top: 53%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.top-line {
  border-top: .5px solid #333;
}

/* banner */
.banner {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 10px;
  text-align: center;
}

.banner img {
  margin: 0 auto 16px;
}

.banner-last {
  margin-bottom: 0 !important;
}

.banner-sns {
  margin: 0 auto;
  max-width: 360px;
  padding-bottom: 80px;
  width: 90%;
}

.banner-nav img {
  height: auto;
  position: unset;
  width: 100%;
}

.banner-sns img {
  border-radius: 8px;
}

.banner-insta, .banner-youtube, .banner-nav-insta, .banner-nav-youtube {
  border: 2px solid #d3c6a6;
  border-radius: 10px;
  margin-bottom: 10px;
}

.banner-nav-insta, .banner-nav-youtube {
  margin: 0 auto 10px;
  width: 90%;
}

.banner-insta:hover, .banner-youtube:hover, .banner-nav-insta:hover, .banner-nav-youtube:hover, .type-button:hover, .nav-inq:hover {
  opacity: .5;
  transition: .2s;
}
/* banner */