@charset "utf-8";
*, ::before, ::after {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
scroll-behavior: smooth;
scroll-padding-top: 66px}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 2.4rem;
	line-height: 1.7;
}

.container {
	margin: 0 auto;
	max-width: 640px;
	padding-top: 66px;
}
.logo {
	font-style: 32px;
	padding: 15px 0;
	font-weight: normal;
	line-height: 1;
}
.logo a {
	color: #FFFFFF;
	text-decoration: none;
}
.logo img {
	width: 1.1em;
	margin-right: 10px;
}
header {
	width: 100%;
	max-width: 640px;
	position: fixed;
	top: 0px;
	display: flex;
	padding: 0 2rem;
	border: 1px solid #aaa;
	background-color: #000000;
	align-items: center;
}
nav {
	width: calc((100% - 640px) / 2);
	height: calc(100% - 66px);
	position: fixed;
	top: 66px;
	right: 0px;
}
nav a {
	display: block;
	color: #FFFFFF;
	padding: 15px 20px;
	line-height: 1.3;


}
nav ul {
	font-size: 16px;
	list-style-type: none;
	height: 100%;
	overflow: auto;
	display: inline-block;
}

nav a:hover {
	background-color: #B35321;
}
section {
	padding: 8rem 2rem 0;
	position: relative;
	z-index: 0;
	background-image: url(img/bg-section.jpg);
	background-repeat: repeat-x;
	background-size: 100% 100%;
	margin-bottom: 5rem;
}

.mainimage {
	margin-bottom: 5rem;
}
section h2 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 3rem;
	position: relative;
	line-height: 1;

}
section h2::before {
	content: attr(data-english);
	font-size: 8rem;
	font-style: italic;
	position: absolute;
	z-index: -1;
	color: rgba(255,96,0,0.30);
	right: 0px;
	bottom: 0px;
	left: 0px;
}
section figure {
	margin: 5rem -2rem 0;
}
.origin {
	padding-bottom: 5rem;
}
.ranking table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 3rem;
}
.ranking th, .ranking td {
	border: 0.2rem solid #fff;
	padding: 1rem 4rem;
    aspect-racio:5/4
}
.ranking th {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	width: 1%;
}
.ranking td {
	border-right-style: none;
}
footer {
	background-color: #FFFFFF;
	padding: 4rem 2rem 70px;
	color: #000000;
}
footer .logo {
	margin: 0 -2rem 2rem;
	background-color: #000000;
	font-size: 3rem;
	color: #FFFFFF;
}
.map {
	margin: 2rem -2rem;
}
.map iframe {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio:4/5
}
.copyright {
	font-size: 2rem;
	padding: 1rem 0;
	text-align: center;
}
.pagetop a {
	background-color: #777777;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: calm(100% -4rem);
	margin: 0 auto;
	border-radius: 30px;
	max-width: 600px;
	opacity: 0.8;
}

.pagetop {
	width: 100%;
	position: fixed;
	bottom: 10px;
	left: 0px;
}
.bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.4;
}
.bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
	aspect-racio:1600-1006;
}
.slide {
	max-width: 750px;
}
.img {
	max-width: 100%;
	height: auto;
}
.slide img {
	aspect-racio:640-420;
}
.slide2 img {
	aspect-racio:640-420;
}
.slick-list , .slick-track{
	height: 100%;
}






@media (max-width:1000px){
.nav-button {
	width: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
	height: 40px;
	margin-left: auto;
	position: relative;
}
.nav-button span {
	width: 20px;
	height: 2px;
	position: absolute;
	left: 8px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.nav-button span:nth-child(1) {
	top: 9px;

}

nav {
	width: 100%;
	z-index: 1;
	font-size: 24px;
	visibility: hidden;
	opacity: 0;
}
nav ul {
	background-color: #000000;
	display: block;
	margin: 0 auto;
	padding: 5rem 0;
	max-width: 640px;
	text-align: center;
	font-style: 24px;
}

.nav-button span:nth-child(2) {
	top: 17px;
}
.nav-button span:nth-child(3) {
	top: 25px;
}
.open nav {
	opacity: 1;
	visibility: visible;
}
.open .nav-button span:nth-child(1) {
	top: 17px;
	transform: rotate(315deg);
}
.open .nav-button span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open .nav-button span:nth-child(3) {
	top: 17px;
	transform: rotate(-315deg);
}
.menu-open .nav-button span:nth-child(1) {
	top: 24px;
	transform: rotate(315deg);
}
.menu-open .nav-button span:nth-child(2) {
	width: 0;
	left: 50%;
}
.menu-open .nav-button span:nth-child(3) {
	top: 24px;
	transform: rotate(-345deg);
}
.nav-button span {
	transition: 0.3s;
}
nav {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	padding-top: 100px;
	visibility: hidden;
	opacity: 0;
}
nav .menu {
	display: block;
	height: 100%;
	padding-bottom: 50px;
	overflow: auto;
}
.menu a  {
	padding: 30px 0;
	font-size: 30px;
}
headed h1 {
	z-index: 1;
}



nav .menu-open {
}












}

@media (max-width:640px){
html {
	font-size: 1.56vw;
}
}
