@charset "utf-8";
body, h1, h2, h3, p, ul, dl {
	padding: 0;
	margin: 0;
}

img {
	vertical-align: bottom;
}
body {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#top {
	line-height: 1.8;
}
main {
	margin: 0 auto;
	text-align: center;
	max-width: 1200px;
}
.mainimage-sp {

}

a {
	text-decoration: none;
	color: #000;
}
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	background-color: #fff;
}

header ul {
	display: flex;
	justify-content: space-around;
	list-style-type: none;
}
header nav a {
	padding: 10px 20px;
	border-bottom: 2px solid rgba(0,0,0,0);
	font-weight: bolder;
}
header nav a:hover {
	border-bottom-color: #fc9700;
}
.slide img {
	height: auto;
	max-width: 100%;
}

h2 {
	font-size: 30px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #fc9700;
	margin-bottom: 50px;
}
.mind {
	border-radius: 50px;
	background-color: #fcd69d;
	margin: 50px 20px;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
.mind h2 {
	margin-bottom: 20px;
}
.news {
	margin-bottom: 80px;
}
.news dd {
	border-bottom: 1px dashed #fc9700;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.ranking {
	margin-bottom: 100px;
}

.ranking .box-area {
	display: flex;
	justify-content: space-between;
}
.ranking .in-box {
	margin: 10px 0;
}


.box01, .box02 {
	width: 300px;
	padding: 20px 0;
	height: auto;
}
.box01 img , .box02 img{
	width: 67%;
	height: auto;
}

.box01 {
	border-radius: 20px;
	background-color: rgba(157,243,252,0.5);
}
.box02 {
	border-radius: 20px;
	background-color: rgba(252,214,157,0.5);
}
footer {
	text-align: center;
	padding: 50px 0;
	background-color: #fc9700;
}
footer p {
	font-size: 14px;
}



footer li a:hover {
	border-bottom-color: #fff;
	color: #fff;
}
footer li a {
	padding: 5px 10px;
	border-bottom: 2px solid rgba(0,0,0,0);
}
footer ul {
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin-bottom: 30px;
}
.pagetop a {
	background-color: #9df3fc;
	border-radius: 40px;
	width: 50px;
	font-family: "Arial Black", Gadget, sans-serif;
	padding: 10px;
	color: #fc9700;
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 1;
}
.pagetop a:hover {
	opacity: 0.6;
}
html {
	scroll-behavior:smooth;
	scroll-padding:20px;
}
.show {
	opacity: 0;
	transform: translateY(100px);
}
.show.fade-in {
	opacity: 1;
	transform: translateY(0);
	transition: 1s;
}




@media (max-width:800px){
nav {
	position: fixed;
	left: 100%;
	top: 0px;
	width: 100%;
	height: 100%;
	padding-top: 200px;
	background-color: #fff;
	z-index: 1;
}
nav ul {
	display: block;
	padding-bottom: 50px;
	overflow: auto;
	height: 100%;
	z-index: 1;
	text-align: center;
	left: 100%;
	transition: 0.5s;
}
.menu-open nav {
	left: 0px;
}
nav li a {
	margin: 70px 0;
	font-size: 20px;
}
nav li {
	margin: 20px 0;
}

header h1 {
	z-index: 10;
}
header {
	padding: 10px;
	z-index: 1;
}

.nav-button {
	width: 70px;
	height: 50px;
	position: relative;
	z-index: 2;
}
.nav-button span {
	width: 30px;
	height: 2px;
	background-color: #fc9700;
	position: absolute;
	left: 20px;
}
.nav-button span:nth-child(1)  {
	top: 12px;
}
.nav-button span:nth-child(2) {
	top: 24px;
}
.nav-button span:nth-child(3) {
	top: 36px;
}
.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(-315deg);
}
.mainimage img {
      aspect-ratio:1/1;
	  object-fit: cover;
	}


.ranking .box-area {
	display: block;
}

.ranking .box01, .ranking .box02 {
	margin: 0 auto;
}
.mind {
	padding: 10px;
}
footer ul {
	margin: 5px 0;
	display: block;
}
footer {
	padding: 20px 0;
}
.menu-open {
	overflow: hidden;
}





}

@media (max-width:600px){
header h1 img {
	width: auto;
	height: 80px;
}
h2 {
	margin-bottom: 10px;
}
.nav-button {
}

footer ul {
	font-size: 14px;
	margin-bottom: 10px;
}
footer p {
	font-size: 12px;
}
footer {
	padding: 30px 0;
}

header {
	padding: 10px;
}






}
