@media screen and (max-width: 736px) {
	
.sp-no {
	display: none;
}

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

#sp-top {
}

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

#about {
	overflow: hidden;
	background-image: url(img/about-bg-sp.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	box-sizing: border-box;
	padding: 40px 20px;
	color: #FFF;
}

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

#about .outer {
	margin: 20px auto 0;
}
#about .outer:last-of-type {
}
#about .outer .photo {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#about .outer .photo figure:first-of-type {
	width: 100%;
}
#about .outer .photo figure {
	width: 50%;
}
#about .outer .text {
	width: 100%;
}
#about .outer .text p:first-of-type {
}
#about .outer .text p {
	margin-top: 20px;
}

#product {
	background: #FFF;
	padding: 40px 20px;
}
#product .outer {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#product .outer .inner {
	width: 48%;
	margin-top: 30px;
	margin-right: 4%;
}
#product .outer .inner:nth-of-type(2n) {
	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: 12px;
}

#trade {
	background: #F5F1D9;
	padding: 40px 20px;
}
#trade p:first-of-type {
	margin-top: 20px;
}
#trade p {
	margin-top: 14px;
}

#contact {
	box-sizing: border-box;
	background: #F5F1D9;
	padding: 40px 20px;
}
#contact p.text {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	color: #666;
}
#contact .outer {
}
#contact .outer dl {
	margin-top: 10px;
}
#contact .outer dl dt {
	font-size: 16px;
	font-weight: bold;
	color: #A07B40;
	margin-bottom: 6px;
}
#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 0;
	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: 20px 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 {
	background: #FFF;
	padding: 40px 0;
	text-align: center;
}
#dealer p.tekura-logo {
	margin-top: 30px;
}
#dealer p.tekura-logo img {
	width: 128px;
	height: auto;
}
#dealer p.add {
	margin-top: 10px;
	font-size: 14px;
	color: #666;
}
#dealer p.mail {
	font-size: 16px;
	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: 12px;
	color: #FFF;
}


}