@charset "UTF-8";
/* CSS Document */


body {
	background-color: #fff;
	color: #444c32;
	font-family: 'Montserrat','Noto Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align:center;
	padding:0;
	margin:0;
	height:100%;
	width:100%;
	word-break: break-all;
}

h1, h2, h3, h4, h5, h6, p {
	padding:0;
	margin:0;
}

ul, li, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li{
}

p {
	
}
img {
	border: 0;
}
a {
	color: #14160E;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.clearboth {
	clear: both;
}

/*---- 青い枠を消す追加CSS ----*/
a:focus{
	outline: none;
}

/**------------------------------objectfit cover*/
.objectfit_image {
	object-fit: cover;
	font-family: 'object-fit: cover';
}

/**------------------------------wrapper*/
#wrapper {
	width:100%;
	height:100%;
	float:left;
	position: relative;
}


/**------------------------------header*/

#header{
	background: url(https://www.basebase.org/images/bg_header.png) repeat;
    width: 100%;
	text-align: center;
	padding: 0;
	position:absolute;
}

#header .nav-header {
	background: url(https://www.basebase.org/images/bg_header.png) repeat;
	padding: 20px 0;
	z-index: 9999;
	position:absolute;
}

#header.fixed .nav-header {
	background: url(https://www.basebase.org/images/bg_header.png) repeat;
    position: fixed;
	padding: 20px 0;
    top: 0px;
	z-index: 9999;
}

.nav-header{
    width: 100%;
	overflow: hidden;
}

#nav{
	width: 60%;
	padding: 0;
	margin: 0 auto 0;
}
#nav li {
	font-size: 14px;
	letter-spacing: 0.1em;
}

#nav li a {
	color: #444c32;
	text-decoration: none;
	border-bottom: 0;
}
#nav li a:hover {
	color: #A29B99;
	font-weight: 700;
}

@media (max-width: 1024px) {
#header{
}

#header .nav-header {
}

#header.fixed .nav-header {
}
.nav-header{
}
#nav{
	width: 70%;
	padding: 0;
	margin: 0 auto 0;
}
#nav li {
	font-size: 70%;
}
#nav li a {
}
#nav li a:hover {
}
}

@media (max-width: 640px) {
#header{
}
#header .nav-header {
	padding: 0;
}

#header.fixed .nav-header {
	padding: 10px 0 5px;
}
.nav-header{
}
#nav{
	width: 100%;
	padding: 0;
	margin: 20px 0;
	float:left;
}
#nav li {
	font-size: 110%;
	letter-spacing: 0.2em;
	float:left;
    text-align: center;
}
#nav li a {
	width: 100%;
	padding: 20px 0;
    border-bottom: 1px dotted #A29B99;
}
#nav li a:hover {
	font-weight: 400;
	opacity: 0.8;
	background-color: #444c32;
}
}

#logo {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow:hidden;
}

#logo img{
	width: 240px;
	height: auto;
	margin: 20px 0 0;
}
@media (max-width: 1024px) {
#logo img{
    width: 170px;
	height: auto;
}
}

@media (max-width: 640px) {
#logo img{
    width: 100px;
	height: auto;
	margin: 10px 0 0;
}
}


/**------------------------------footer*/

#footer {
	background: url(https://www.basebase.org/images/bg_back.png) repeat;
	width: 100%;
	float:left;
	padding: 0;
	overflow:hidden;
	position:relative;
	z-index: -9;
}

.nav-footer {
    text-align: center;
	margin: 75px auto;
}

#copy {
	color: #444c32;
	font-size: 12px;
}


@media (max-width: 640px) {
.nav-footer {
    text-align: center;
	margin: 10px auto 20px;
}
#copy {
    font-size: 11px;
}
}

/**------------------------------page*/
#page-top {
	width:100px;
	float:right;
	padding: 0;
	margin: 0;
	bottom: 10px;
	right: 10px;
	position: fixed;
}
#page-top a {
	background:url(https://www.basebase.org/images/bt_page_l.png) no-repeat;
	background-position:0px -100px;
	text-indent:-9999px;
	width:100px;
	height:100px;
	float:right;
	margin: 0;
}
#page-top a:hover {
	background-position:0px 0px;
}

@media (max-width: 640px) {
#page-top {
	width:60px;
	float:right;
	padding: 0;
	margin: 0;
	bottom: 10px;
	right: 10px;
	position: fixed;
}
#page-top a {
	background:url(https://www.basebase.org/images/bt_page_s.png) no-repeat;
	background-position:0px -70px;
	text-indent:-9999px;
	width:60px;
	height:70px;
	float:right;
	margin: 0;
}
#page-top a:hover {
	background-position:0px 0px;
}
}



/**------------------------------entrance*/


/**------------------html*/
html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

#entrance {
    background: url(../images/bg_image.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	display: table;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

#ent_unit {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

#ent_unit ul {
	width: 400px;
	padding: 0 15px 0;
	margin: 0% auto 0;
}
#ent img{
	width: 400px;
	height: auto;
}

@media (max-width: 1024px) {
#ent_unit ul {
	width: 50%;
	padding: 0 15px 0;
	margin: 0% auto 0;
}
#ent img{
	width: 70%;
	height: auto;
	margin: 0;
}
}

@media (max-width: 640px) {
#ent_unit ul {
	width: 80%;
	padding: 0 15px 0;
	margin: 0% auto 0;
}
#ent img{
	width: 80%;
	height: auto;
	margin: 0;
}
}

#arrow_unit {
	display: table-row;
	vertical-align: bottom;
}


#arrow_unit ul {
	width: 400px;
	padding: 0;
	margin: 0 auto 0;
}

#arrow img{
	width: 180px;
	height: auto;
}

@media (max-width: 1024px) {
#arrow_unit ul {
	padding: 0;
	margin: 0 auto 0;
}
#arrow img{
	margin: 0;
}
}

@media (max-width: 736px) {
#arrow_unit ul {
	padding: 0;
	margin: 0 auto 0;
}
#arrow img{
	margin: 0;
}
}

@media (max-width: 414px) {
#arrow_unit ul {
	width: 80%;
	padding: 0;
	margin: 0 auto 0;
}
#arrow img{
	width: 80%;
	height: auto;
	margin: 0;
}
}



/**------------------------------links*/

#links {
	width: 100%;
	margin: 0 auto 0;
	float:left;
}
#links ul{
    text-align: center;
	margin: 30px auto 0;
}

/**------------------------------news&event*/

#news {
	width: 100%;
	float:left;
	padding: 160px 0;
	overflow:hidden;
	position:relative;
}

#news h1{
	font-size: 60px;
	font-weight: 100;
	letter-spacing: 0em;
    text-align: center;
	margin: 0 0 60px;
}

@media (max-width: 1024px) {
#news {
	padding: 100px 0;
}

#news h1{
	font-size: 40px;
}
}

@media (max-width: 640px) {
#news {
	padding: 100px 0;
}

#news h1{
	font-size: 36px;
}
}

/**--------------------event*/

#event_unit {
	margin: 0 0 20px;
	display: inline;  /* IE6 fix */
}

li#event_image img {
	width: 100%;
	height: auto;
}
li#event_title {
	width: 100%;
	font-size:18px;
    text-align: center;
	margin: 2px 0 5px;
}
li#event_text {
	width: 100%;
	font-size:13px;
    text-align: center;
	margin: 2px 0 5px;
}

@media (max-width: 1024px) {

}


@media (max-width: 640px) {

#event_unit {
	margin: 0 0 20px;
}

li#event_image img {
}
li#event_text {
	font-size:14px;
    text-align: left;
	line-height: 24px;
	margin: 1px 0 2px;
}
}

/**------------------------------archive_news&event*/

#archive_news {
	width: 100%;
	float:left;
	padding: 300px 0 ;
	overflow:hidden;
	position:relative;
}

@media (max-width: 1024px) {
#archive_news {
	padding: 200px 0;
}

}

@media (max-width: 640px) {
#archive_news {
	padding: 160px 0;
}

}

/**--------------------archive_event*/

#archive_event_unit {
	padding: 0 0 60px;
	margin: 0 0 60px;
	display: inline;  /* IE6 fix */
	border-bottom: 1px solid #444c32;
}
#archive_event_left {
	padding: 0;
	margin: 20px 0 0;
    text-align: left;
	float:left;
	overflow:hidden;
}
#archive_event_right {
	padding: 0;
	margin: 20px 0 0;
    text-align: left;
	float:right;
	overflow:hidden;
}

li#archive_event_image img {
	width: 100%;
	height: auto;
}

li#archive_event_poster img {
	width: 95%;
	height: auto;
	opacity: 0.7;
	transition: .3s;
}
#archive_event_poster img:hover{
	opacity: 1;
}

li#archive_event_title {
	width: 100%;
	font-size:18px;
    text-align: left;
	margin: 2px 0 5px;
}
li#archive_event_text {
	width: 100%;
	font-size:13px;
    text-align: left;
	margin: 2px 0 5px;
}

@media (max-width: 1024px) {

}


@media (max-width: 640px) {

#archive_event_unit {
	padding: 0 0 20px;
	margin: 0 0 20px;
}
#archive_event_left {
	padding: 0;
	margin: 10px 0 0;
    text-align: center;
	float:left;
	overflow:hidden;
}
#archive_event_right {
	padding: 0;
	margin: 10px 0 0;
    text-align: left;
	float:right;
	overflow:hidden;
}
li#archive_event_image img {
	width: 100%;
	height: auto;
	display: none;
}
li#archive_event_title {
    text-align: center;
}
li#archive_event_poster img {
	width: 50%;
	height: auto;
	padding: 10px;
	border: 1px solid #444c32;
}
li#archive_event_text {
	font-size:14px;
	line-height: 24px;
	margin: 1px 0 2px;
}
}

/**------------------------------navigation*/

#navigation {
	width: 100%;
	margin: 0 auto 0;
	float:left;
}
#navigation ul{
    text-align: center;
	margin: 10px auto 10px;
}

#navigation li {
	display: inline-block;
	margin: 0;
    padding: 0;
}

li#nav-next a {
	text-indent:-9999px;
	background:url(https://www.basebase.org/images/bt_next.png) no-repeat center;
	width:50px;
	height:50px;
	float:left;
	margin: 0;
	overflow:hidden;
}
li#nav-previous a {
	text-indent:-9999px;
	background:url(https://www.basebase.org/images/bt_prev.png) no-repeat center;
	width:50px;
	height:50px;
	float:left;
	margin: 0;
	overflow:hidden;
}

/**--------------------instagram*/
#instafeed {
	margin: 60px 0 30px;
	float:left;
}

#insta_unit {
	overflow:hidden;
}
#insta_unit a:hover{
	opacity: 0.4;
}
.insta_image {
	width:98%;
	height:300px;
	margin: 0 5px 3px;
}
.insta_link {
    text-align: right;
}

@media (max-width: 1024px) {
.insta_image {
	height:330px;
	margin: 0 5px 3px;
}
.insta_link {
    text-align: right;
}
}
@media (max-width: 980px) {
.insta_image {
	height:300px;
	margin: 0;
}
}

@media (max-width: 768px) {
.insta_image {
	height:250px;
	margin: 0;
}
}

@media (max-width: 640px) {
.insta_image {
	height:210px;
	margin: 0;
}
.insta_link {
    text-align: center;
}
}

@media (max-width: 480px) {
.insta_image {
	height:160px;
	margin: 0;
}
}


/**--------------------sns*/

#sns {
	width: 100%;
	margin: 0 auto 0;
	float:left;
}
#sns ul{
    text-align: center;
	margin: 0 auto;
}
#sns li {
	display: inline-block;
	margin: 0;
    padding: 0;
}
#sns a:hover {
	background-position:0px 0px;
}
li#sns01 a {
	text-indent:-9999px;
	background:url(https://www.basebase.org/images/bt_sns01.png) no-repeat center;
	background-position:0px -80px;
	width:80px;
	height:80px;
	float:left;
	margin: 0;
	overflow:hidden;
}
li#sns02 a {
	text-indent:-9999px;
	background:url(https://www.basebase.org/images/bt_sns02.png) no-repeat center;
	background-position:0px -80px;
	width:80px;
	height:80px;
	float:left;
	margin: 0;
	overflow:hidden;
}


/**------------------------------design*/

#design {
	background:url(https://www.basebase.org/images/bg_design.png) repeat;
	width: 100%;
	float:left;
	padding: 160px 0;
	overflow:hidden;
	position:relative;
}

#design h1{
	font-size: 60px;
	font-weight: 100;
	letter-spacing: 0em;
    text-align: center;
	margin: 0 0 60px;
}

@media (max-width: 1024px) {
#design {
	padding: 100px 0;
}

#design h1{
	font-size: 40px;
}
}

@media (max-width: 640px) {
#design {
	padding: 100px 0;
}

#design h1{
	font-size: 36px;
}
}

#design_unit {
	padding: 0;
	margin: 0;
	display: inline;  /* IE6 fix */
	overflow:hidden;
}
#design_unit img{
	width: 100%;
	height: 150px;
	display: block;
	opacity: 0.7;
	transition: .3s;
}
#design_unit img:hover{
	opacity: 1;
	display: block;
}

li#design_image {
	background-color: #444c32;
	width: 100%;
	margin: 0 5px 3px;
	float: left;
	display: inline; /* wraps text inside */
}

.design_image {
	object-fit: cover;
	font-family: 'object-fit: cover';
}

@media (max-width: 1024px) {
#design_unit img{
	width: 100%;
	height: 120px;
}
}

@media (max-width: 640px) {
#design_unit {
	padding:0;
	margin: 0 0 10px;
}
#design_unit img{
	width: 100%;
	height: 100px;
}
}

/**------------------------------design_info*/

#design_info {
	overflow:hidden;
	margin: 0 0 60px;
}

li#design_text {
	width: 100%;
	font-size:16px;
	text-align: center;
	line-height: 36px;
}


@media (max-width: 1024px) {
#design_info {
	margin: 0 0 30px;
}
}


@media (max-width: 640px) {

#design_info {
	margin: 0 0 20px;
}

li#design_text {
	font-size:14px;
    text-align: left;
	line-height: 24px;
}
#design_text br{
    display: none;
}
}

/**------------------------------archive_design*/

#archive_design {
	width: 100%;
	float:left;
	padding: 300px 0 ;
	overflow:hidden;
	position:relative;
}

@media (max-width: 1024px) {
#archive_design {
	padding: 200px 0;
}

}

@media (max-width: 640px) {
#archive_design {
	padding: 160px 0;
}

}

#archive_design_unit {
	padding: 0;
	margin: 0 0 60px;
	display: inline;  /* IE6 fix */
	overflow:hidden;
}

#archive_design_unit img{
	width: 100%;
	height: 150px;
	display: block;
	opacity: 0.7;
	transition: .3s;
}
#archive_design_unit img:hover{
	opacity: 1;
	display: block;
}

li#archive_design_image {
	background-color: #444c32;
	width: 100%;
	margin: 0 5px 3px;
	float: left;
	display: table; /* wraps text inside */
}
li#archive_design_date {
	width: 100%;
	font-size:12px;
    text-align: center;
	margin: 2px 0 5px;
}

@media (max-width: 1024px) {
#archive_design_unit img {
	width: 100%;
	height: 120px;
}
}

@media (max-width: 640px) {

#archive_design_unit {
	padding:0;
	margin: 0 0 20px;
}
#archive_design_unit img {
	width: 100%;
	height: 100px;
}
}

/**------------------------------archive_design_inline*/

.design_inline {
	background-color: #FFF;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow:hidden;
}
.design_inline ul{
	margin: 100px;
}
.design_inline img{
	width: 100%;
	padding: 0;
}

li#design_inline_image img {
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}
li#design_inline_date {
	width: 100%;
	font-size:12px;
    text-align: right;
	margin: 0 0 10px;
}
li#design_inline_client {
	width: 100%;
	font-size:14px;
    text-align: left;
	margin: 0 0 10px;
}
li#design_inline_comment {
	width: 100%;
	font-size:13px;
    text-align: left;
	margin: 0 0 10px;
}
li#design_inline_comment a{
	text-decoration: underline;
}
li#design_inline_comment img {
	width: 90%;
	height: auto;
	margin: 10px 0;
	padding: 4%;
	border: 1px solid #949990;
}

@media (max-width: 1024px) {
.design_inline ul{
	margin: 50px;
}
}

@media (max-width: 640px) {
.design_inline ul{
	margin: 20px;
}
li#design_inline_client {
	font-size:16px;
	font-weight: 600;
}
li#design_inline_comment {
	font-size:15px;
	font-weight: 500;
	line-height: 24px;
	margin: 1px 0 2px;
}
}


/**------------------------------bar*/

#bar {
	width: 100%;
	float:left;
	padding: 160px 0;
	overflow:hidden;
	position:relative;
}

#bar h1{
	font-size: 60px;
	font-weight: 100;
	letter-spacing: 0em;
    text-align: center;
	margin: 0 0 60px;
}

@media (max-width: 1024px) {
#bar {
	padding: 100px 0;
}

#bar h1{
	font-size: 40px;
}
}

@media (max-width: 640px) {
#bar {
	padding: 100px 0;
}

#bar h1{
	font-size: 36px;
}
}

#bar_unit {
	overflow:hidden;
	margin: 60px 0;
}

li#bar_text {
	width: 100%;
	font-size:16px;
	text-align: center;
	line-height: 36px;
}

li#bar_image01 {
	border-left: 1px solid #444c32;
}
li#bar_image02 {
	border-right: 1px solid #444c32;
	border-left: 1px solid #444c32;
}
li#bar_image03 {
	border-right: 1px solid #444c32;
}
.bar_image {
	width: 210px;
	margin: 0;
}

@media (max-width: 1024px) {
#bar_unit {
	margin: 30px 0;
}
.bar_image {
	width:70%;
	margin: 0;
}
}


@media (max-width: 640px) {

#bar_unit {
	margin: 20px 0;
}

li#bar_text {
	font-size:14px;
    text-align: left;
	line-height: 24px;
}
#bar_text br{
    display: none;
}
.bar_image {
	width:70%;
	margin: 0;
}
}

/**---------shopimg bxslider*/

#shopimg {
	width: 100%;
	padding: 0;
	overflow:hidden;
	position:relative;
}
@media (max-width: 1024px) {
#shopimg {
	margin: 0 auto 0;
}
}
@media (max-width: 640px) {
#shopimg {
	width:100%;
	height:100%;
	min-height:200px;
	overflow:hidden;
	position:relative;
	margin: 0 auto 0;
}
.slide_wrap {
	width:640px;
	height:auto;
	position:absolute;
	left:50%;
	margin-left:-320px;
}
}

/**------------------------------access*/

#access {
	color: #FFF;
	background-color: #444c32;
	width: 100%;
	float:left;
	padding: 160px 0;
	overflow:hidden;
	position:relative;
}

#access h1{
	font-size: 60px;
	font-weight: 100;
	letter-spacing: 0em;
    text-align: center;
	margin: 0 0 60px;
}
#access a{
	color: #FFF;
}

#map {
	overflow:hidden;
	margin: 0 0 60px;
	opacity: 0.4;
}

@media (max-width: 1024px) {
#access {
	padding: 100px 0;
}

#access h1{
	font-size: 40px;
}
}

@media (max-width: 640px) {
#access {
	padding: 100px 0;
}

#access h1{
	font-size: 36px;
}
}

#access_unit00 {
	overflow:hidden;
	margin: 20px 0;
	border-bottom: 1px solid #FFF;
}
#access_unit01 {
	border-right: 1px solid #FFF;
}
#access_unit02 {
}

li#access_text00 {
	width: 100%;
	font-size:15px;
	text-align: center;
	line-height: 36px;
}
li#access_text00 p{
	font-size:28px;
	font-weight: 100;
	letter-spacing: 0.2em;
	display: inline;
}

li#access_text01 {
	width: 100%;
	font-size:14px;
	text-align: center;
	line-height: 36px;
}
li#access_text01 p{
	font-size:24px;
	font-weight: 100;
	display: inline;
}
li#access_text01 l{
	font-size:13px;
	font-weight: 700;
	display: inline;
}

li#access_text02 {
	width: 100%;
	font-size:14px;
	text-align: center;
	line-height: 36px;
}
li#access_text02 p{
	font-size:24px;
	font-weight: 100;
	display: inline;
}
li#access_text02 l{
	font-size:13px;
	font-weight: 700;
	display: inline;
}

#access_image01 {
}
#access_image02 {
}
.access_image {
	width: 200px;
	margin: 0;
}


@media (max-width: 1024px) {
#access_unit00 {
}
#access_unit01 {
}
#access_unit02 {
}

#access_image01 {
}
#access_image02 {
}
.access_image {
}
}


@media (max-width: 640px) {
#access_unit00 {
	overflow:hidden;
	margin: 10px 0x;
	border-bottom: 1px solid #FFF;
}
#access_unit01 {
	border-right: none;
}
#access_unit02 {
}
#access_image01 {
	display: none;
}
#access_image02 {
}
.access_image {
}
}






