html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	border: 0;	box-sizing: border-box;	font: inherit;	font-size: 100%;	margin: 0;	padding: 0;	vertical-align: baseline;}body{	font-family: "Helvetica Neue",	Arial,	"Hiragino Kaku Gothic ProN",	"Hiragino Sans",	Meiryo,	sans-serif;}.wrapper{	padding: 100px 0;	text-align: center;}h2 img{	margin: 0 0 60px;}.fadein {	opacity : 0;	transform : translate(0, 50px);	transition : all 500ms;}/* 画面内に入った状態 */.fadein.scrollin {	opacity : 1;	transform : translate(0, 0);}@media screen and (max-width: 768px) {.wrapper{	padding: 100px 10px;}}/*====================MAIN IMAGE====================*/#topview{	background: url(../img/topimage.jpg) no-repeat;	background-size: cover;	background-position: center center;	height: 100vh;	height: 100svh;	margin: 0 auto;	width: 100%;	position: fixed;	text-align: center;	top: 0;	z-index: -1;}h1{	left: 50%;	margin: 5% 0 0;	position: fixed;	transform: translate(-50%, 0%);}@media screen and (max-width: 768px) {h1{	left: 0%;	margin: 35% 0 0;	transform: translate(0%, 0%);}h1 img{	width: 90%;}}/*====================NEWS====================*/#news{	background: #fff;	margin-top: 100vh;	margin-top: 100svh;}#news ul{	display: table;	font-size: 20px;	list-style-type: none;	margin: 0 auto;	text-align: left;}@media screen and (max-width: 768px) {#news img{	width: 95%;}#news ul{	font-size: 16px;}}/*====================SERVICE====================*/#service{	background: url(../img/service_bg.jpg);}#service #personalgym{	margin: 60px auto;	width: 90%;}#service #personalgym h3{	color: #fff;	font-size: 30px;	font-weight: bold;	margin: 0 0 30px;}#service #personalgym ul{	display: flex;	flex-wrap: wrap;	list-style: none;	margin-bottom: -50px;}#service #personalgym li{	margin-bottom: 20px;	margin-right: 2%;	width: 23.5%;}#service #personalgym li:nth-of-type(4n){	margin-right: 0;}#service #personalgym li a{	border: solid #fff 3px;	border-radius: 6px;	color: #fff;	display: block;	font-size: 1vw;	padding: 10px;	text-decoration: none;	transition: all 0.3s ease;}#service #personalgym li a:hover{	background: #fff;	color: #363;}@media screen and (max-width: 900px) {#service #personalgym li{	margin-right: 2%;	width: 49%;}#service #personalgym li:nth-of-type(2n){	margin-right: 0;}#service #personalgym li a{	border: solid #fff 2px;	font-size: 2.2vw;	padding: 10px 5px;}}@media screen and (max-width: 768px) {#service img{	width: 95%;}}/*====================COMPANY====================*/#company{	background: url(../img/company_bg.jpg);}.map{	border: solid #655524 5px;	height: 500px;	margin: 60px 0 0;	width: 90%;}@media screen and (max-width: 768px) {#company img{	width: 95%;}.map{	border: solid #655524 5px;	height: 300px;	width: 90%;}}footer{	background: #fff;	line-height: 100px;	text-align: center;}}