@charset "utf-8";

nav label,
input[type="checkbox"] {
	display: none;
}

html {
	overflow-y: scroll;
}

body {
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', serif;
	color: #391700;
	background: url(../images/an_bg.jpg) repeat-y top;
	background-size: 100%;
	line-height: 1.5;
}

a {
	color: #391700;
	text-decoration: none;
}

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

.container {
	display: flex;
	width: 100%;
	margin: 0 auto;
}

nav ul {
	text-align: left;
	width: 200%;
	padding: 50px 45%;
}

nav ul li a {
	font-size: 1.125rem; /*18px相当*/
	line-height: 2.5;
	border-right: 1px #fff solid;
}

nav ul li:first-child a {
	border-left: 1px #fff solid;
}

nav ul li a:hover {
	text-shadow: 0 0 7px #ffe3aa;
}

.logo {
	position: absolute;
	width: 12%;
	min-width: 120px;
	max-width: 140px;
	margin-top: -1rem;
	margin-left: 5%;
}

.certification {
	position: absolute;
	width: 14%;
	min-width: 140px;
	max-width: 160px;
	padding-top: 3rem;
	margin-top: 10rem;
	margin-left: 4%;
	/*mix-blend-mode: multiply;*/
}

.aspara {
	position: absolute;
	width: 10%;
	min-width: 80px;
	max-width: 110px;
	margin-top: 30rem;
	margin-left: 6%;
	mix-blend-mode: multiply;
	overflow: hidden;
}

.aspara:hover {
	transform: translateY(-10px);
	transition: 0.3s;
}

main {
	padding: 60% 0 0 20%;
	width: 100%;
}

.mainContents {
	margin: -12% 0 15% -9%;
}

h1 {
	font-size: 1.25rem; /*20px相当*/
	padding: 4px 0 4px;
	margin-top: 5%;
	border-top: rgb(57 23 0 / .5) 1.5px solid;
	border-bottom: rgb(57 23 0 / .5) 1.5px solid;
	max-width: 85%;
	text-align: center;
}

.text {
	max-width: 85%;
	padding-top: 4%;	
	margin-bottom: 5%;
	text-align: left;
}

footer {
	text-align: center;
	margin-top: 10%;
	background: #C1E17A;
	mix-blend-mode: multiply;
	padding: 20px 0 10px;
	font-size: 0.875rem;
}

footer ul {
	padding-bottom: 10px;
}

footer li {
	display: inline-block;
}

footer li+li::before {
	content: " ｜ ";
}

footer ul li a {
	color: #391700;
}

.aspara2 {
	display: none;
}

small {
	font-size: 0.75rem;
}

#pageTop {
	width: 48px;
	height: 71px;
	position: fixed;
	right: 10px;
	bottom: 5px;
	background: url(../images/pagetop.svg) no-repeat;
	opacity: 0.75;
}

#pageTop a {
	position: relative;
	display: block;
	width: 48px;
	height: 71px;
	text-decoration: none;
}

#home footer .menu1 a,
#about footer .menu2 a,
#products footer .menu3 a,
#access footer .menu4 a,
#contact footer .menu5 a,
footer ul li a:hover {
	text-decoration: underline;
}

#home nav .menu1 a,
#about nav .menu2 a,
#products nav .menu3 a,
#access nav .menu4 a,
#contact nav .menu5 a {
	text-decoration: underline;
	text-underline-offset: 8px;
}