@charset "utf-8";
/* ===================================
TOBISHI COSMETICS PON-series
Base Style Sheet
First Update  2018-05-28
Last Update   2018-06-05
Created by Basic Plus Design Inc.
=================================== */
/* ===================================
	Structure Module
=================================== */
html {
	text-align: center;
}
body {
	text-align: left;
}
#index {
	text-align: center;
}
#index h1 {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	height: 0;
	line-height: 0;
}
#index .lead {
	margin: 0 auto;
	margin-bottom: 3em;
	width: 80%;
}

/* -----------------------------------
	header
----------------------------------- */
#top-logo {
	background: #1d1d1d url(../images/logo.svg) no-repeat center/250px auto;
	clear: both;
	color: #fff;
	overflow: hidden;
	padding: 1.5em 0;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}

/* -----------------------------------
	main
----------------------------------- */
section {
	padding-bottom: 80px;
	padding-top: 80px;
	position: relative;
}
section.scroll-area {
	padding-bottom: 120px;
}
.container {
	max-width: 1200px;
	position: relative;
	width: calc(100% - 40px);
	z-index: 0;
}
.content {
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	padding: 30px 0;
	width: 90%;
}
.content:after {
	clear: both;
	content: "";
	display: table;
}
.black {
	background-color: #1d1d1d;
}
.yellow {
	background-color: #fff200;
}
.gray {
	background: #d9d9d9;
}
.lgray {
	background-color: #e8e8e8;
}

/*@media screen and (min-width: 540px) {
	#what {
		padding: 7em 0;
	}
	#what .content:nth-of-type(2) {
		padding: 3em 0 10em 0;
	}
	#when {
		padding: 0 0 10em 0;
	}
	#when .content {
		padding: 0 0 10em 0;
	}
	#how-waki .content {
		padding: 5em 0;
	}
	#how-waki-way .content {
		padding: 5em 0;
	}
	#how-ashi .content {
		padding: 5em 0;
	}
	#how-ashi-way .content {
		padding: 5em 0;
	}
	#product .content {
		padding: 0 0 5em 0;
	}
	#footer .content {
		padding: 5em 0;
	}
}*/
@media screen and (min-width: 480px) {
	section.scroll-area {
		padding-bottom: 170px;
	}
}

@media screen and (min-width: 1000px) {
	.container {
		width: calc(100% - 60px);
	}
}
@media screen and (min-width: 1200px) {
	.container {
		width: calc(100% - 80px);
	}
}

/* -----------------------------------
	footer
----------------------------------- */
#footer {
	clear: both;
	padding-top: 30px;
	width: 100%;
}
#footer .contact h2 {
	border-bottom: 2px solid #1d1d1d;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 2em;
	padding: 0 0.5em 7px 0.5em;
}
#footer .contact p {
	margin-bottom: 2em;
}
#footer .contact .name {
	display: block;
	font-size: 14rem;
	font-size: 1.4em;
	font-weight: 500;
	margin-bottom: 5px;
}
#footer .contact .tel {
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 0.05em;
	margin: 1em auto 0;
	padding-left: 1em;
	position: relative;
}
#footer .contact .tel a {
	background: url(../images/ico_tel.svg) no-repeat left center/auto 100%;
	color: #1d1d1d;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 700;
	height: 1em;
	line-height: 1;
	margin-top: 1em;
	width: 10em;
}
#footer .contact a.bannar {
	display: block;
	line-height: 1;
	margin: 0 auto 10px;
	max-width: 350px;
}
.copyright {
	background-color: #1d1d1d;
	clear: both;
	color: #fff;
	font-size: 85%;
	letter-spacing: 0.25em;
	padding: 1.5em 0;
}
.copyright span {
	display: none;
}

@media all and (max-width: 369px) {
	#footer .contact .tel a {
		font-size: 8vw;
	}
	.copyright {
		font-size: 2.5vw;
	}
}

@media all and (min-width: 480px) {
	.copyright span {
		display: inline;
	}
}

/* -----------------------------------
	page top
----------------------------------- */
#page-top {
	bottom: 20px;
	position: fixed;
	right: 10px;
	z-index: 3;
}
#page-top a {
	background: url(../images/gotop.png) no-repeat bottom right/contain;
	display: block;
	height: 60px;
	opacity: 0.4;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 60px;
}

@media screen and (min-width: 640px) {
	#page-top {
		right: 50px;
	}
}

/* -----------------------------------
	text and link style
----------------------------------- */
.trs a,
.trs {
	color: #393b39;
}
.trs:hover {
	opacity: 0.5;
	transition: 0.3s;
}

/* -----------------------------------
	fadein
----------------------------------- */
body {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* -----------------------------------
	break
----------------------------------- */
span.nobr {
	display: inline-block !important;
}
