@media screen and (min-width: 737px) {
	
.pc-no {
	display: none;
}

body {
	font-family: "TikTok Sans", sans-serif;
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 150%;
	color: #333;
	background: #FFF;
}

#pc-top {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-image: url(img/top-01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
#pc-top h1 {
	position: absolute;
	text-align: center;
	bottom: 11%;
	width: 100%;
}
#pc-top h1 img {
	width: 154px;
	height: auto;
}
.scroll {
  position: absolute;
  right: 50%;
  bottom: 0;
  writing-mode: vertical-rl;
  width: 1px;
  height: 60px;
}
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #666;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

h2 {
	font-family: 'Libre Caslon Display', serif;
    font-size: 30px;
    text-align: center;
	position: relative;
	color: #333;
	padding-bottom: 10px;
}
h2::after {
	content: "";
	background: #333;
	width: 40px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

#about {
	margin-top: 100vh;
	width: 100%;
	overflow: hidden;
	background-image: url(img/about-bg.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	box-sizing: border-box;
	padding: 80px 0;
	color: #FFF;
}

#about h2 {
	color: #FFF;
}
#about h2::after {
	background: #FFF;
}

#about .outer {
	width: 1000px;
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
}
#about .outer:last-of-type {
	flex-direction: row-reverse;
}
#about .outer .photo {
	width: 48%;
}
#about .outer .photo figure:first-of-type {
	width: 100%;
}
#about .outer .photo figure {
	float: left;
	width: 50%;
}
#about .outer .text {
	width: 48%;
}
#about .outer .text p:first-of-type {
	margin-top: 0;
}
#about .outer .text p {
	margin-top: 20px;
}

#product {
	width: 100%;
	background: #FFF;
	padding: 80px 0;
}
#product .outer {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#product .outer .inner {
	width: 300px;
	margin-top: 50px;
	margin-right: 50px;
}
#product .outer .inner:nth-of-type(3n) {
	margin-right: 0;
}
#product .outer .inner p.title {
	margin-top: 10px;
	color: #A07B40;
	font-weight: bold;
}
#product .outer .inner p.size {
	color: #666;
	font-size: 14px;
}

#trade {
	width: 100%;
	background: #F5F1D9;
	padding: 80px 0;
	text-align: center;
}
#trade p:first-of-type {
	margin-top: 50px;
}
#trade p {
	margin-top: 24px;
}

#contact {
	width: 100%;
	background: #F5F1D9;
	padding: 80px 0;
	text-align: center;
}
#contact p.text {
	margin-top: 30px;
	margin-bottom: 60px;
	text-align: center;
	color: #666;
}
#contact .outer {
	width: 870px;
	margin: 30px auto 0;
}
#contact .outer dl {
	margin-top: 40px;
}
#contact .outer dl dt {
	font-size: 16px;
	font-weight: bold;
	color: #A07B40;
	float: left;
}
#contact .outer dl dt span {
	background: #698AAB;
	padding: 2px;
	color: #FFF;
	font-size: 14px;
	margin-left: 10px;
	font-weight: normal;
}
#contact .outer dl dd {
	padding: 0 0 10px 240px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}
#contact .outer input.smpl {
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
}
#contact .outer textarea.smpl {
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	height: 140px;
}
#contact .outer input.smpl:focus,
#contact .outer textarea.smpl:focus {
	outline: none;
	border: 1px solid #698AAB;
}
#contact .outer .bt-submit {
	max-width: 290px;
	margin: 40px auto 0;
}
#contact .outer .bt-submit input {
	font-family: 'Noto Serif JP', serif;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	font-size: 16px;
	color: #FFF;
	background: #698AAB;
	cursor: pointer;
	border: none;
	letter-spacing: 0.1em;
}

#dealer {
	width: 100%;
	background: #FFF;
	padding: 80px 0;
	text-align: center;
}
#dealer p.tekura-logo {
	margin-top: 50px;
}
#dealer p.tekura-logo img {
	width: 174px;
	height: auto;
}
#dealer p.add {
	margin-top: 10px;
	font-size: 14px;
	color: #666;
}
#dealer p.mail {
	margin-top: 20px;
}
#dealer p.mail a {
	text-decoration: underline;
	color: #A07B40;
}

footer {
	width: 100%;
	background: #000;
	padding: 20px 0;
	text-align: center;
}
footer p {
	font-size: 14px;
	color: #FFF;
}


}