html {
	position:relative;
	margin:0;
	padding:0;
	overflow-x:hidden;
	overflow-y:scroll;
}

body {
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-moz-text-size-adjust:none;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	text-size-adjust:none;
	font-size:0;
	line-height:0;
	font-family: 'Noto Sans JP', sans-serif;
}

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

a {
	text-decoration:none;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#ohsmall, #ohmobile, #ohtablet {
	   display:none;
}

.text-center, .align-center {
	text-align:center;
}

.text-right, .align-right {
	text-align:right;
}

@media (max-width:1023px) {

#ohtablet {
	display:block;
}

}

@media (max-width:767px) {

#ohmobile {
	display:block;
}

}

@media (max-width:480px) {

#ohsmall {
	display:block;
}

}

#menubutton {
	position:fixed;
	right:0;
	top:0;
	width:40px;
	height:40px;
	cursor:pointer;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	border:0;
	z-index:1000;
	box-sizing:border-box;
	display:block;
}

#line1, #line2, #line3 {
	position:absolute;
	width:20px;
	height:2px;
	background:#000;
	right:10px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#line1 {
	top:12px;
}

#line2 {
	top:50%;
	margin-top:-1px;
}

#line3 {
	top:auto;
	bottom:12px;
}

.active #line1 {
	-moz-transform:translate(0,7px) rotate(45deg);
	-ms-transform:translate(0,7px) rotate(45deg);
	-o-transform:translate(0,7px) rotate(45deg);
	-webkit-transform:translate(0,7px) rotate(45deg);
	transform:translate(0,7px) rotate(45deg);
}

.active #line2 {
	-moz-transform:translate(0,0) rotate(-45deg);
	-ms-transform:translate(0,0) rotate(-45deg);
	-o-transform:translate(0,0) rotate(-45deg);
	-webkit-transform:translate(0,0) rotate(-45deg);
	transform:translate(0,0) rotate(-45deg);
}

.active #line3 {
	display:none;
}

.oh-typo h1 {
	font-family:'Lobster Two', sans-serif;
	font-size:72px;
	line-height:1.1;
	font-weight:400;
	margin:0 auto 10px;
	padding:0;
	color:#000;
}

.oh-typo h2 {
	font-size:36px;
	line-height:1.1;
	font-weight:700;
	margin:0 auto 20px;
	padding:0;
	color:#000;
}

.oh-typo h3 {
	font-size:24px;
	line-height:1.2;
	font-weight:700;
	margin:0 auto 10px;
	padding:0;
	color:#000;
}

.oh-typo h4 {
	font-size:19px;
	line-height:1.2;
	font-weight:700;
	margin:0 auto 10px;
	padding:0;
	color:#000;
}

.oh-typo h5 {
	font-size:13px;
	line-height:1.2;
	font-weight:400;
	margin:0 auto 10px;
	padding:0;
	color:#000;
}

.oh-typo p {
	font-size:17px;
	line-height:1.5;
	font-weight:400;
	margin:0 auto 30px;
	padding:0;
	color:rgba(0, 0, 0, 0.8);
}

.oh-typo blockquote {
	font-size:36px;
	line-height:1.5;
	font-weight:400;
	margin:0 auto 30px;
	padding:0;
	border:0;
	outline:none;
}

.oh-typo p b, .oh-typo p strong {
	font-weight:700;
}

.oh-typo p i, .oh-typo p em {
	font-style:italic;
}

.oh-typo p a {

}

.oh-typo p a:hover {
	opacity:0.7;
}

.oh-typo ul {
	font-size:17px;
	line-height:1.5;
	font-weight:400;
	margin:0 auto 30px;
	padding:0 0 0 30px;
	list-style:square;
	color:rgba(0, 0, 0, 0.8);
}

.oh-typo ul ul {

}

.oh-typo ul ul li {
	display:inline-block;
	margin:0 10px 0 0;
	padding:0;
}

.oh-typo ol {
	font-size:17px;
	line-height:1.5;
	font-weight:400;
	margin:0 auto 30px;
	padding:0 0 0 30px;
}

.oh-typo h1:last-child, .oh-typo h2:last-child, .oh-typo h3:last-child, .oh-typo h4:last-child, .oh-typo h5:last-child, .oh-typo h6:last-child, .oh-typo p:last-child, .oh-typo ul:last-child, .oh-typo ol:last-child, .oh-typo blockquote:last-child {
	margin:0 auto;
}

@media (max-width:767px) {

.oh-typo h1 {
	font-size:32px;
	letter-spacing:1px;
}

.oh-typo h2 {
	font-size:24px;
}

.oh-typo h3 {
	font-size:21px;
}

.oh-typo blockquote {
	font-size:19px;
}

}

.text {
	position:relative;
	margin:0 auto;
	padding:100px 0;
}

.text-inner {
	position:relative;
	margin:0 auto;
	padding:0 20px;
	max-width:900px;
	box-sizing:border-box;
}

@media (max-width:767px) {

.text-inner {
	max-width:480px;
}

}

.cover {
	position:relative;
	height:33.3333vw;
	max-height:75vmin;
	overflow:hidden;
}

.cover video {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100vw;
}

@media (max-width:767px) {

.cover {
	height:100vw;
	max-height:75vmin;
}

.cover video {
	width:auto;
	height:100vw;
	max-height:75vmin;
}
	
}

.cover-caption {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100vw;
	max-width:900px;
	padding:20px;
	box-sizing:border-box;
	text-align:center;

}

.cover .oh-typo h1, .cover .oh-typo h2, .cover .oh-typo h3, .cover .oh-typo h4, .cover .oh-typo h5, .cover .oh-typo h6, .cover .oh-typo p {
	color:#fff;
}

.cover .oh-typo h1, .cover .oh-typo p {
	margin:0 auto;
}

.imgtext {
	position:relative;
	padding:40px 0 0;
	margin:0 auto 80px;
}

.imgtext-outer {
	background:#f8f7f8;
}

.imgtext-scheme2 .imgtext-outer {
	background:#861a22;
}

.imgtext-scheme2 .oh-typo h2, .imgtext-scheme2 .oh-typo p, .imgtext-scheme2 .oh-typo ul, .imgtext-scheme2 .oh-typo h4, .imgtext-scheme2 .oh-typo h5 {
	color:#fff;
}

.imgtext-inner {
	position:relative;
	margin:0 auto;
	max-width:1200px;
	padding:0;
	box-sizing:border-box;
}

.imgtext-img, .imgtext-text {
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding:0 20px;
	box-sizing:border-box;
	width:50%;
}

.imgtext-img {
	top:-40px;	
}

.imgtext-img img {
	border-radius:40px;
}

.imgtext-text {
	padding:40px 20px;
}

@media (max-width:767px) {

.imgtext {
	padding:0;
	margin:0 auto 40px;
}

.imgtext-inner {
	max-width:480px;
	display:flex;
	flex-wrap:wrap;
}

.imgtext-img, .imgtext-text {
	display:block;
	width:100%;
	order:2;
}

.imgtext-img {
	top:0;
	padding:20px;
	order:1;
}

.imgtext-img {

}

.imgtext-text {
	padding:20px;
}

}


footer {
	position:relative;
	background:#861a22;
}

.footer-inner {
	position:relative;
	margin:0 auto;
	max-width:1200px;
	padding:0;
	box-sizing:border-box;
}

.footer-col {
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding:0 20px;
	box-sizing:border-box;
	width:50%;
}

.footer-col:nth-child(2) {
	text-align:right;

}

footer .oh-typo h4, footer .oh-typo p, footer .oh-typo p a {
	color:#fff;
}

@media (max-width:767px) {
	
.footer-col {
	display:block;
	text-align:center;
	width:100%;
}

.footer-col:nth-child(2) {
	margin:40px auto 0;
	text-align:center;
}

}

header {
	position:relative;
	background:#861a22;
}

.header-inner {
	position:relative;
	margin:0 auto;
	max-width:1200px;
	padding:0;
	box-sizing:border-box;
}

.header-col {
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding:0 20px;
	box-sizing:border-box;
	width:50%;
}

header .oh-typo h5, header .oh-typo h4, header .oh-typo h4 a, header .oh-typo p, header .oh-typo p a {
	color:#fff;
}

@media (max-width:767px) {

.header-col {
	display:block;
	text-align:center;
	width:100%;
}

.header-col:nth-child(2) {
	margin:20px auto 0;
	text-align:center;
}

}

.paddingtop-zero {
	padding-top:0!important;
}

.paddingtop-tiny {
	padding-top:20px!important;
}

.paddingtop-small {
	padding-top:40px!important;
}

.paddingtop-default {
	padding-top:80px!important;
}

.paddingtop-big {
	padding-top:120px!important;
}

.paddingbottom-zero {
	padding-bottom:0!important;
}

.paddingbottom-tiny {
	padding-bottom:20px!important;
}

.paddingbottom-small {
	padding-bottom:40px!important;
}

.paddingbottom-default {
	padding-bottom:80px!important;
}

.paddingbottom-big {
	padding-bottom:120px!important;
}

@media (max-width:767px) {

.paddingbottom-tiny {
	padding-bottom:10px!important;
}

.paddingtop-tiny {
	padding-top:10px!important;
}

.paddingtop-small {
	padding-top:20px!important;
}

.paddingtop-default {
	padding-top:40px!important;
}

.paddingtop-big {
	padding-top:60px!important;
}

.paddingbottom-small {
	padding-bottom:20px!important;
}

.paddingbottom-default {
	padding-bottom:40px!important;
}

.paddingbottom-big {
	padding-bottom:60px!important;
}

}

.logos {
	position:relative;
	margin:0 auto;
}

.logos-inner {
	position:relative;
	margin:0 auto;
	max-width:1200px;
	padding:0;
	box-sizing:border-box;
	display:flex;
	justify-content:space-around;
	align-items:center;
	flex-wrap:wrap;
	text-align:center;
}

.logos-inner a {
	display:inline-block;
}

.logos-inner img {
	height:60px;
	width:auto;
}

@media (max-width:1023px) {

.logos-inner a {
	width:50%;
	padding:10px 0;
	box-sizing:border-box;
}

}

@media (max-width:767px) {

.logos-inner a {
	width:100%;
}

}
