body {
	height: 100%;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	font-weight: 300;
	color: #582e1b;
	background-color: #fff;
	line-height: 1.6em;
}
h1 {
	font-size: 2.5rem;
	margin: 0 0 0.2em!important;
}
h2 {
	font-size: 2.25rem;
	margin: 0 0 0.2em!important;
}
h3 {
	font-size: 2rem;
	margin: 0 0 0.2em!important;
}
h4 {
	font-size: 1.75rem;
	margin: 0 0 0.2em!important;
}
h5 {
	font-size: 1.5rem;
	margin: 0 0 0.2em!important;
}
h6 {
	font-size: 1.25rem;
	margin: 0 0 0.2em!important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 25px 0 30px;
}
h1.h-xlight, h2.h-xlight, h3.h-xlight, h4.h-xlight, h5.h-xlight, h6.h-xlight {
	font-weight: 200;
}
h1.h-light, h2.h-light, h3.h-light, h4.h-light, h5.h-light, h6.h-light {
	font-weight: 300;
}
h1.h-bold, h2.h-bold, h3.h-bold, h4.h-bold, h5.h-bold, h6.h-bold {
	font-weight: 600;
}
h1.font-light, h2.font-light, h3.font-light, h4.font-light, h5.font-light, h6.font-light {
	color: #fff;
}
p {
	margin: 0 0 20px;
}
p.lead {
	font-weight: 600;
}
.highlight-light {
	background-color: rgba(255,255,255,.5);
	padding: 20px;
	display: inline-block;
	color: #111;
}
.highlight-dark {
	background-color: rgba(0,0,0,.5);
	padding: 20px;
	display: inline-block;
	color: #fff;
}
.highlight-color {
	padding: 20px;
	display: inline-block;
}
a {
	color: #666;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 1.5rem;
	line-height: 1.5em;
	font-weight: 300;
	color: #999;
}
blockquote.bg-light {
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	color: #222;
}
blockquote.bg-dark {
	background-color: rgba(0,0,0,.8);
	padding: 20px;
}
blockquote strong {
	font-weight: 700;
}
.light {
	font-weight: 400;
}
.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 47px 0;
}
.container .main-body {
	margin: 400px 0 19px 248px;
	width: 465px;
	font-size: 1.3125rem;
	line-height: 1.95em;
}
.center {
	text-align: center;
}
/* margins */
.marginbot-0 {
	margin-bottom: 0 !important;
}
.marginbot-10 {
	margin-bottom: 10px !important;
}
.marginbot-20 {
	margin-bottom: 20px !important;
}
.marginbot-30 {
	margin-bottom: 30px !important;
}
.marginbot-40 {
	margin-bottom: 40px !important;
}
.marginbot-50 {
	margin-bottom: 50px !important;
}
.marginbot-60 {
	margin-bottom: 60px !important;
}
.marginbot-70 {
	margin-bottom: 70px !important;
}
.marginbot-80 {
	margin-bottom: 80px !important;
}
.marginbot-90 {
	margin-bottom: 90px !important;
}
.marginbot-100 {
	margin-bottom: 100px !important;
}
.margintop-0 {
	margin-top: 0 !important;
}
.margintop-10 {
	margin-top: 10px !important;
}
.margintop-20 {
	margin-top: 20px !important;
}
.margintop-30 {
	margin-top: 30px !important;
}
.margintop-40 {
	margin-top: 40px !important;
}
.margintop-45 {
	margin-top: 45px !important;
}
.margintop-50 {
	margin-top: 50px !important;
}
/* ===========================
--- General sections
============================ */
.color-dark {
	color: #582e1b;
}
.color-light {
	color: #fff;
}
.orange {
	color: #db451a!important;
}
.yellow {
	color: #fad90f!important;
}
/* --- section bg var --- */

.bg-white {
	background-image: url(../image/obi_white.png);
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 100%;
}
.bg-cream {
	padding: 30px 0 0 0;
	background: #fbedd0;
}
.bg-dark {
	background-image: url(../image/obi_brown.png);
	background-color: #572d1a;
	background-position: top center;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 100%;
}
/* --- section color var --- */

.text-light {
	color: #fff;
}
/* --- button --- */

.btn::before, .btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn, .btn::before, .btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 0;
}
a.btn:focus {
	outline: 0;
}
.btn::before {
	background-image: url(../image/arrow_orange_right.png);
	background-repeat: no-repeat;
	background-position: right 18px center;
	right: 0;
}
.btn::after {
	left: 0;
}
.btn-brown {
	color: #fff;
	background-color: #582e1b;
	border: 2px solid #582e1b;
}
.btn-brown:hover {
	color: #582e1b;
	background-color: #fff;
	border: 2px solid #C5B400;
}
.btn-brown::before, .btn-brown::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #582e1b;
}
.btn-brown:hover::before, .btn-brown:hover::after {
	width: 0;
	background-color: #C5B400;
}
.btn-white {
	color: #582e1b;
	background-color: #fff;
	border: 2px solid #fff;
}
.btn-white:hover {
	color: #582e1b;
	background-color: #fff;
	border: 2px solid #C5B400;
}
.btn-white::before, .btn-white::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #fff;
}
.btn-white:hover::before, .btn-white:hover::after {
	width: 0;
	background-color: #C5B400;
}
/* ===========================
--- Intro
============================ */
header .bg-dark .fontXL {
	letter-spacing: 0.2em;
}
/* ===========================
--- Services
============================ */
#service .container {
	padding: 0;
	height: auto;
}
#service .service-box img {
	margin: -2px 0 21px -2px;
}
#service .left-box {
	float: left;
}
#service .right-box {
	float: right;
}
#service .service-box .large {
	font-size: 2.1875rem;
	line-height: 1.9em;
}
#service .service-box::before, #service .service-box::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #fff;
}
#service .service-box, #service .service-box::before, #service .service-box::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 0;
}
#service .service-box::before {
	background-image: url(../image/arrow_orange_right.png);
	background-position: right 24px bottom 54px;
	background-repeat: no-repeat;
	right: 0;
}
#service .service-box::after {
	left: 0;
}
#service .service-box {
	color: #582e1b;
	background-color: #fff;
	border: 2px solid #fff;
}
#service .service-box:hover {
	color: #582e1b;
	background-color: #fff;
	border: 2px solid #C5B400;
}
#service .service-box:hover::before, #service .service-box:hover::after {
	width: 0;
	background-color: #C5B400;
}
/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	font-size: 0.75rem;
	padding: 0 0 21px 0;
	color: #000;
	line-height: 1.5em;
	background-color: #fff;
}
footer a {
	color: #000;
}
footer #copyright {
	background-color: #333333;
	color: #fff;
	margin-bottom: 23px;
	font-weight: 500;
}
#btn-page-top {
	position: fixed;
	bottom: 25px;
	right: 20px;
	z-index: 100;
}
#btn-page-top a {
	width: 80px;
	height: 80px;
	display: block;
}
/* ===========================
--- Inner pages
============================ */

.img_left {
	width: 47%;
	float: left;
	font-size: 0.8rem;
	text-align: center;
}
.img_right {
	width: 47%;
	float: right;
	font-size: 0.8rem;
	text-align: center;
}
.img_left img, .img_right img {
	margin-bottom: 5px;
}

/* Media queries */

@media(min-width:768px) {
html, body {
	width: 100%;
}
html {
	height: 100%;
	font-size: 16px;
}
/* font-size */
.fontXL {
	font-size: 2.5rem!important;
	line-height: 1.5em;
}
.fontL {
	font-size: 1.5rem!important;
	line-height: 1.5em;
}
.fontM {
	font-size: 0.875rem!important;
	line-height: 1.5em;
}
.fontS {
	font-size: 0.75rem!important;
	line-height: 1.5em;
}
.sp-bg {
	display: none;
}
/* --- button --- */
.btn {
	position: relative;
	display: inline-block;
	outline: none;
	text-align: center;
	text-decoration: none;
	font-size: 1.3125rem;
	line-height: 1em;
	padding: 26px 26px 26px 10px;
	background-image: url(../image/arrow_orange_right.png);
	background-repeat: no-repeat;
	background-position: right 18px center;
	width: 298px;
	z-index: 5;
}
/* ===========================
--- Intro
============================ */


header {
	position: relative;
	margin: 0 auto;
	height: 642px;
	width: 100%;
	overflow: hidden;
	padding: 0;
}
header .header-wrapper {
	width: 100%;
	/*  background: url(../image/mov_bg_top.jpg) center no-repeat;*/
 /* background-size: cover;*/
	z-index: -200;
}
header .header-wrapper::before {
	/* 透過した黒を重ねる */
	background-color: rgba(0,0,0,0.6);
	/* どの範囲に重ねるかを指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	display: block;
}
header .container.header-container {
	height: 642px;
	z-index: 1;
	margin: 0 auto;
	padding: 0;
}
#logo {
	margin: 46px 0 65px;
	padding: 0;
	display: block;
}
#catchcopy {
	float: right;
	margin: 153px 123px 0 0;
	padding: 0;
	display: block;
	font-size: 2.735rem;
	line-height: 1.14em;
	color: #FFFFFF;
	text-align: center;
}
header .container {
	padding: 47px 0 0;
}
header .overlay {
	position: relative;
	height: 100%;
	z-index: 2;
	padding: 0;
}
#title.bg-dark {
	position: relative;
	height: 433px;
}
#title.bg-dark .right-box {
	float: right;
	padding: 50px 0 0;
	width: 480px;
}
#title.bg-dark .right-box p {
	font-size: 1.3125rem;
	line-height: 1.9em;
	padding: 0 0 15px;
}
#title.bg-dark .right-box .center {
	text-align: left!important;
}
#title.bg-dark .left-box {
	padding: 23px 0 0 100px;
	float: left;
}
#title #obi-logo {
	position: absolute;
	right: 0;
	top: -114px;
}
#body .hexagon-img {
	position: absolute;
	top: -70px;
	left: 33px;
	z-index: 10;
}
#body .bg-hand {
	background: url(../image/bg_hand.png) no-repeat top center;
}
.vertical-text {
	-webkit-font-feature-settings: 'pkna';
	font-feature-settings: 'pkna';
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
/* ------- Navigation ------------ */
.menu-btn {
	display: none;
}
.navi-overlay {
	display: none;
}
#navi {
	background: url(../image/menu_line.png) top right no-repeat;
	height: 349px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#navi li {
	background: url(../image/menu_line.png) top left no-repeat;
}
#navi li a {
	display: block;
	line-height: 50px;
	padding-top: 28px;
	background: url(../image/menu_arrow.png) center 1px no-repeat;
	color: #FFF;
	letter-spacing: 0.5em;
	font-size: 15px;
}
#navi li a:hover, #navi li a.active {
	letter-spacing: 0.6em;
	color: #f6d01f;
}
/* ===========================
--- Services
============================ */
#service {
	padding: 47px 0;
}
#service .service-box {
	margin-bottom: 17px;
	width: 465px;
	background-color: #fff;
	color: #582e1b;
	text-align: center;
	background-image: url(../image/arrow_orange_right.png);
	background-position: right 24px bottom 54px;
	background-repeat: no-repeat;
	padding: 0 0 20px 0;
	display: block;
	font-size: 1.5625rem;
	position: relative;
	outline: none;
	z-index: 5;
	letter-spacing: 0.2em;
}
/* ===========================
--- Information
============================ */
.infomation-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.infomation-list li {
	background: #f1f1f1;
	list-style: none;
	margin: 0 0 5px;
	padding: 18px 32px;
	line-height: 1.4em;
	color: #000;
}
.infomation-list li .date {
	display: inline-block;
	width: 215px;
	color: #db451a!important;
}
.infomation-list li a {
	text-decoration: underline;
	color: #db451a!important;
}
/* ===========================
--- Contact
============================ */

#contact .social-link {
	font-size: 1.875rem!important;
}
#contact .social-link a {
	color: #fff;
	text-decoration: underline;
}
#contact .fontL {
	font-size: 1.3125rem;
}
.sp {
	display: none;
}
/* ===========================
--- Footer
============================ */

footer #copyright {
	padding: 14px 0;
}
}

@media (max-width:767px) {
html, body {
	width: 100%;
}
html {
	height: 100%;
	font-size: 11px;
}
/* font-size */
.fontXL {
	font-size: 1.9rem!important;
	line-height: 1.5em;
}
.fontL {
	font-size: 1.4rem!important;
	line-height: 1.5em;
}
.fontM {
	font-size: 1.4rem!important;
	line-height: 1.5em;
}
.fontS {
	font-size: 0.75rem!important;
	line-height: 1.5em;
}
/* --- button --- */
.btn {
	position: relative;
	display: inline-block;
	outline: none;
	text-align: center;
	text-decoration: none;
	font-size: 1.3125rem;
	line-height: 1em;
	padding: 1.5em 2em 1.5em 1em;
	background-image: url(../image/arrow_orange_right.png);
	background-repeat: no-repeat;
	background-position: right 18px center;
	width: 70%;
	z-index: 5;
}
.sp-marginbot-0 {
	margin-bottom: 0 !important;
}
.sp-marginbot-10 {
	margin-bottom: 10px !important;
}
.sp-marginbot-20 {
	margin-bottom: 20px !important;
}
.sp-marginbot-30 {
	margin-bottom: 30px !important;
}
.sp-marginbot-40 {
	margin-bottom: 40px !important;
}
.sp-marginbot-50 {
	margin-bottom: 50px !important;
}
.sp-marginbot-60 {
	margin-bottom: 60px !important;
}
.sp-marginbot-70 {
	margin-bottom: 70px !important;
}
.sp-marginbot-80 {
	margin-bottom: 80px !important;
}
.sp-marginbot-90 {
	margin-bottom: 90px !important;
}
.sp-marginbot-100 {
	margin-bottom: 100px !important;
}
.sp-margintop-0 {
	margin-top: 0 !important;
}
.sp-margintop-10 {
	margin-top: 10px !important;
}
.sp-margintop-20 {
	margin-top: 20px !important;
}
.sp-margintop-30 {
	margin-top: 30px !important;
}
.sp-margintop-40 {
	margin-top: 40px !important;
}
.sp-margintop-45 {
	margin-top: 45px !important;
}
.sp-margintop-50 {
	margin-top: 50px !important;
}
/* ===========================
--- Intro
============================ */
.container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 30px 0!important;
	clear: both;
}
video#bgvid {
	display: none;
}
header {
	position: relative;
	margin: 0 0;
	width: 100%;
}
header .container.header-container {
	z-index: 1;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
}
header #logo {
	position: absolute;
	top: 13.5px;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	width: 120px;
}
header #logo img {
	width: 120px;
}
header #catchcopy {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	width: 45px;
	color: #fff;
	height: 114px;
}
header #catchcopy img {
	margin: 0;
	padding: 0;
	display: block;
	height: 114px;
}
header .container {
	padding: 17px 0 0!important;
}
header .header-wrapper {
	position: relative;
	width: 100%;
}
header .header-wrapper::before {
	/* 透過した黒を重ねる */
	background-color: rgba(0,0,0,0.6);
	/* どの範囲に重ねるかを指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	display: block;
}
header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
#title.bg-dark {
	position: relative;
	height: auto;
	margin: 0;
	z-index: 2;
}
#title.bg-dark .right-box {
	clear: both;
	width: 87%;
	padding: 0;
	margin: 0 auto 15%;
}
#title.bg-dark .right-box h1 {
	text-align: center;
}
#title.bg-dark .right-box p {
	font-size: 1.3125rem;
	line-height: 1.9em;
}
#title.bg-dark .left-box {
	display: none;
}
#title #obi-logo {
	position: relative;
	margin: -13% 0 0;
	width: 95%;
	float: right;
}
#body .bg-hand {
	background: none;
	text-align: center;
	padding: 0;
	z-index: 3;
}
#body .hexagon-img {
	position: relative;
	margin: -13% auto 0;
	width: 60%;
	z-index: 10;
}
.container .main-body {
	margin: 30px auto 0;
	width: 87%;
	font-size: 1.3125rem;
	line-height: 1.95em;
	text-align: left;
}
.vertical-text {
	-webkit-font-feature-settings: 'pkna';
	font-feature-settings: 'pkna';
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
/* ------- Navigation ------------ */
.menu-btn {
	position: fixed;
	top: 10px;
	left: 13px;
	z-index: 20;
	display: inline;
	font-size: 32px;
	background: #582d1b;
	width: 43.25px;
	height: 43.25px;
	line-height: 43.25px;
	text-align: center;
}
.menu-btn a {
	display: inline-block;
	text-decoration: none;/* safari hack */
}
.btn-open:after {
	color: #fff;
	content: "\f394";
	font-family: "Ionicons";
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition-property: all .2s linear 0s;
}
.btn-open:hover:after {
	color: #fff;
}
.btn-close:after {
	color: #fff;
	content: "\f2d7";
	font-family: "Ionicons";
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition-property: all .2s linear 0s;
}
.btn-close:hover:after {
	color: #fff;
}
#navi {
	display: none;
}
.navi-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
	overflow: auto;
	width: 100%;
	height: 100%;
	background: rgba(88,45,27,0.95);
}
#navi-sp {
	z-index: 16;
	background: url(../image/menu_line.png) top right no-repeat;
	height: 349px;
	margin: 87px auto 0;
	padding: 0;
	list-style: none;
	width: 247px;
}
#navi-sp li {
	background: url(../image/menu_line.png) top left no-repeat;
}
#navi-sp li a {
	display: block;
	line-height: 48px;
	padding-top: 26px;
	background: url(../image/menu_arrow.png) top center no-repeat;
	color: #FFF;
	letter-spacing: 0.5em;
	font-size: 15px;
}
#navi-sp li a:hover {
	letter-spacing: 0.6em;
	background-color: rgba(0,0,0,0.5);
}
/* ===========================
--- Services
============================ */

#service .service-box {
	float: none!important;
	margin: 0 auto 23px;
	width: 60%;
	background-color: #fff;
	color: #582e1b;
	text-align: center;
	background-image: url(../image/arrow_orange_right.png);
	background-position: right 8px bottom 28px;
	background-repeat: no-repeat;
	border: none;
	padding: 0 0 1em 0;
	display: block;
	font-size: 1.2rem;
	position: relative;
	outline: none;
	z-index: 5;
}
#service .left-box .large {
	font-size: 2.2rem;
	letter-spacing: 0;
}
#service .right-box .large {
	font-size: 1.7rem;
	letter-spacing: 0;
}
#service .service-box img {
	width: 100%;
	margin-bottom: 1em;
}
img {
	max-width: 100%;
}
/* ===========================
--- Services
============================ */
#service .container {
	padding: 30px 0!important;
	height: auto;
}
/* ===========================
--- Information
============================ */
#infomation {
	padding: 0;
}
#infomation .container {
	padding: 0;
	margin: 0;
}
#infomation .fontL {
	font-size: 1.9rem!important;
	line-height: 1.5em;
}
.infomation-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.infomation-list li {
	background: #f1f1f1;
	list-style: none;
	margin: 0 0 5px;
	padding: 18px 32px;
	line-height: 1.4em;
	color: #000;
}
.infomation-list li .date {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0 0 0.5em;
	color: #db451a!important;
}
.infomation-list li a {
	text-decoration: underline;
	color: #db451a!important;
}
#infomation p {
	margin: 0;
}
#infomation .bnr {
	padding: 7px;
}
#infomation .bnr img {
	width: 90%;
}
/* ===========================
--- Contact
============================ */
#contact .container {
	padding: 25px 0;
}
#contact .social-link {
	font-size: 1.875rem!important;
	margin: 0;
}
#contact .social-link a {
	color: #fff;
}
#contact .contact-text {
	width: 60%;
	margin: 0 auto;
}
/* ===========================
--- Footer
============================ */
footer #copyright {
	padding: 4px 0;
}
}

@media (min-width:768px) and (max-width:980px) {
html, body {
	width: 980px!important;
}
}

@media (min-width:981px) {
html, body {
	width: 100%!important;
}
}

@media (min-width:768px) and (max-width:1400px) {
video#bgvid {
	position: fixed;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0); /* Safari用 */
	min-width: 100%;
	min-height: 642px;
	width: auto;
	height: 642px;
	z-index: -1;
	margin: 0;
	padding: 0;
}
.header .header-wrapper {
	background-size: auto 642px!important;
	background-position: top center!important;
}
}

@media (min-width:1401px) {
html, body {
	width: 100%;
}
video#bgvid {
	position: fixed;
	left: 50%;
	top: 342px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	min-width: 100%;
	min-height: 642px;
	width: auto;
	height: auto;
	z-index: -1;
	margin: 0;
	padding: 0;
}
.header .header-wrapper {
	background-size: 100% auto!important;
	background-position: top center!important;
}
}
