@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}
p,dl,dt,dd {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

#Layout{
	animation: fadeIn 1.5s ease 0s 1 normal;
	-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
	-ms-animation: fadeIn 1.5s ease 0s 1 normal;
	-webkit-text-size-adjust: 100%;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-ms-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
h1 {
	font-size: 14px;
	font-weight: normal;
	box-sizing: border-box;
	line-height: normal;
	margin: 0px;
	padding-top: 4px;
	padding-right: 80px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #FFF;
	position: absolute;
	z-index: 1;
}
footer {
	text-align: center;
	color: #FFF;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #B81C22;
}
/*---------------------------------------------------*/
#menu_sw {
	position: fixed;
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	background-color: #B81C22;
	top: 0px;
	z-index: 100;
	right: 0px;
	transition: 0.5S;
}

#menu_sw:hover {
	cursor:pointer
}
#menu_sw span {
	display: block;
	width: 34px;
	height: 1px;
	position: absolute;
	left: 17px;
	transition: all 0.5s ease;
}
.menu_sw_bar1 {
	top: 26px;
	background-color: #FFF;
}
.menu_sw_bar2 {
	top: 35px;
	background-color: #FFF;
}
.menu_sw_bar3 {
	background-color: #FFF;
	top: 44px;
}
.menu_sw_bar1.ch {
	top: 35px;
	transform: rotate(45deg);
}
.menu_sw_bar2.ch { 
	opacity: 0;
}
.menu_sw_bar3.ch {
	top: 35px;
	transform: rotate(-45deg);
}
#menu_sub {
	position: fixed;
	z-index: 99;
	background-color: #B81C22;
	height: 100%;
	width: 400px;
	top: 0px;
	bottom: 0px;
	right: -401px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	transition:0.5S;
}
#menu_sub.ch {
	right: 0px;
}
#menu_sub_bk {
	background-color: #000;
	position: fixed;
	z-index: 98;
	width: 0%;
	min-height: 100%;
	height: 0%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	transition:0.3S;
}
#menu_sub_bk.ch {
	animation: fadeou01 0.5s linear forwards;
	height: 100%;
	width: 100%;
	opacity: 0.8;
}
#menu_sub_rogo {
	padding-top: 50px;
	text-align: center;
}
#menu_sub ul {
	padding-top: 40px;
}
#menu_sub ul li a {
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 10px;
}
#menu_sub ul li a:hover {
	background-color: #701216;
}
/*---------------------------------------------------*/
#next {
	position: fixed;
	right: -50px;
	bottom: 0px;
	transition: 0.5S;
}
#next a:hover{
	opacity: 0.5;
	transition:0.5S;	
}
.next_look{
	right: 0px !important;
	transition:0.5S;
}

.main_max{
	width: 100%;
	box-sizing: border-box;
}
.main_limit{
	width: calc(100% - 40px);
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
}
#t01 {
	background-image: url(images/t01_bk.webp);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	/*height: 100vh;*/
}
#t01_bk{
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content:center;
	align-items:center;
}
#t01_bk img{
	width: 50%;
	max-width: 700px;
}
#PC_END--------------------------------------------------------------------------------------------------------{}
@media screen and (max-width: 737px) {
body {
}
h1 {
	font-size: 12px;
	background-color: #000;
}
h2 {
}
h3 {
}
/*---------------------------------------------------*/
#menu_sw {

}
#menu_sub {
	width: 100%;
	right: -101%;
	overflow: auto;
}

#menu_sub ul {

}
#menu_sub ul li{
	text-align: center;
}
/*---------------------------------------------------*/
#t01_bk img{
	width: 90%;
}
#SP_END--------------------------------------------------------------------------------------------------------{}
}
