@charset "UTF-8";

/*
	Theme Name: THEME 1.0.0
	Description: ANRE-R
	Theme URI: http://anre-r.com/
	Author: ANRE-R
	Author URI: http://anre-r.com/
	Version: 1.0.0
*/

@import url("font-awesome/css/font-awesome.min.css"); 
@import url("css/animate.css"); 
@import url("css/component.css"); 
@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900');
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    color: #555;
    background-color: #fff;
    margin-top:80px;
}

a,.tp-caption a.btn:hover {
	color: #a9a9aa;
}
.top-nav-collapse {
	background: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #a9a9aa;
}
.drawer-overlay {
    background-color: rgba(0,0,0,.5);
}
.drawer-nav {
    position: fixed;
    z-index: 2;
    top: 0;
    overflow: hidden;
    width: 16.25rem;
    height: 100%;
	color:#555;
    background-color: #000;
}
ul.drawer-menu li a {
	display:block;
	padding:15px;
	border-bottom:1px solid #222;   
	color:#fff;
}

ul.drawer-menu li a:hover {
	background:#d5d5d5;
	color:#555;
	padding-left:2rem;	
}
ul.drawer-menu li {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
}
ul.drawer-menu li a span {
	font-size:10px;
	display:block;
	margin-top:2px;
    font-weight: 300;
    color:#aaa;
} 
ul.drawer-menu li ul {
	margin:0;
	padding:0;	
}
ul.drawer-menu li ul li a {
	padding-left:3rem;
	background:#eee;
	color:#555;	
}
ul.drawer-menu li ul li a:hover {
	padding-left:4rem;
	background:#fff;
	color:#a9a9aa;		
}
ul.drawer-menu li.bnr a {
	padding:0;	
}
form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
	border-color: #aaa;
}

.btn-skin {
  color: #fff;
  background-color: #5bbff3;
  border-color: #5bbff3;
}



html:before,html:after,body:before,body:after{
    content:"";
    background:#000;
    position:fixed;
    display:block;
    z-index:5;
}
/* ...and position them! */
html:before{
    height:8px;
    left:0;
    right:0;
    top:0;
}
html:after{
    width:8px;
    top:0;
    right:0;
    bottom:0;
}
body:before{
    height:8px;
    right:0;
    bottom:0;
    left:0;
}
body:after{
    width:8px;
    top:0;
    bottom:0;
    left:0;
}
.section-heading h2 {
    margin: 0 0 15px;
	font-family: 'Roboto', sans-serif;	
    font-weight: 300;
    letter-spacing: 2px;
	font-size: 15px;
}
h2.notfound {
    margin: 0 0 60px;
    text-transform: uppercase;
	font-family: 'Roboto', sans-serif;	
    font-weight: 300;
    letter-spacing: 2px;
	font-size: 15px;
}
.section-heading h2.news {
	display:inline-block;
}
a.more {
	display:inline-block;
	float:right;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 15px;
}
ul.nav li a {
    text-transform: uppercase;
	font-family: 'Roboto', sans-serif;	
    font-weight: 700;
    letter-spacing: 1px;
}

a {
    color: #696969;
    -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;
    color: #555;
}
img.responsiveimg {
	width:100%;
	height:auto;
	display:block;
}
.light {
    font-weight: 400;
}
.ttl {
position: absolute;
text-align: center;
top: 50%;
left: 50%;
display: none;
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.ttl h2 {
	font-weight: 300;
	font-family: 'Roboto', sans-serif;	
	font-size:15px;
	letter-spacing:2px;
	margin:0;
}
.ttl h2 span {
	font-size:12px;
	display:block;
	margin-top:5px;
}
.navbar {
    margin-bottom: 0;
    border:none;
    height:80px;
	padding:15px;
	background:rgba(255,255,255,.8);
	border:8px solid #000;
	border-bottom:none;
}

.navbar-brand {
    font-weight: 700;
}
.navbar-brand {
  padding: 0;
  font-size: 18px;
  line-height: 1em;
  float:none;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left:0;
}
.navbar-fixed-top {
	z-index:100;
}
.navbar-header {
    float: none;
    margin:0 auto;
}
.navbar-brand h1{
	width:100px;
	height:auto;
    text-indent:-9999px;
	background:url(img/logo.png) no-repeat top left;
	background-size:100px auto;
	margin:0px auto;
}
.navbar-custom.top-nav-collapse .navbar-brand h1 {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	background:url(img/logo.png) no-repeat top left;
	background-size:250px auto;
	margin:0;
}
.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}

.navbar-custom ul.nav li.home {
	display:none;	
}
.navbar-custom ul.nav li a {
	font-size: 16px;
	letter-spacing: 1px;
    color: #555;
	text-transform: uppercase;
	font-weight: 300;
font-family: 'Roboto', sans-serif;	
}
.navbar-custom ul.nav li a:hover {
	color:#a9a9aa;	
}
.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #58afdb;
}
.navbar-custom.top-nav-collapse .navbar-toggle {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}
.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}
.navbar-collapse {
	border-top:none;
	box-shadow:none;
}
/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

#load {
	z-index: 9999;
  background-color: #5bbff3;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #5bbff3;
  box-shadow: 10px 0px #5bbff3, 10px 0px #fff;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

/* 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;}

/* ===========================
--- General sections
============================ */
.home-section {
    padding-top: 60px;
    padding-bottom: 60px;
	display:block;
    position:relative;
	background: #fff;
}
.second-section {
    padding-top: 60px;
    padding-bottom: 60px;
	display:block;
    position:relative;
}
/* --- section bg var --- */

.bg-white {
	background: #fff;
}
.bg-black {
	background: #000;
	color:#fff;
}
.bg-grey {
	background: #f8f8f8;
}
.topic {
	background:#000;
	color:#fff;
	padding:30px 0;
	width:100%;
}
.topic h2 {
	margin:0;	
}
.topic h2 img {
	height:20px;
	width:auto;	
}
.home-section.topnav {
    padding-top: 0px;
    padding-bottom: 0px;
	display:block;
    position:relative;
    margin-top:1px;
    margin-bottom:1px;
}

.home-section.topnav .navbox {
	border-left:1px solid #fff;
}
.home-section.topnav .navbox a {
	color:#fff;
	display:block;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;	
	font-size:13px;
	letter-spacing:1px;
	display:block;

}
.home-section.topnav .navbox.first {
	border-left:none;
}
.home-section.topnav .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.home-section.topnav .row {
    margin-left: 0;
    margin-right: 0;
}
.home-section.topnav .col-xs-2, .home-section.topnav .col-sm-2, .home-section.topnav .col-md-2, .home-section.topnav .col-lg-2,.home-section.topnav .col-xs-4, .home-section.topnav .col-sm-4, .home-section.topnav .col-md-4, .home-section.topnav .col-lg-4 {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
}
/* ===========================
--- COMPANY,MEMBER
============================ */

.outline {
  margin: 0 0 30px;
  font-size: 14px;
  font-weight:100;
}
.outlinehead {
  border-right: 1px solid #ccc;
}

/* ===========================
--- Footer
============================ */

footer {
	border-top:1px solid #eee;
	text-align: center;
	padding: 0;
	background:#000;
        color:#FFF
	
}
.footernav {
	padding:30px;	
	font-weight: 300;
	font-family: 'Roboto', sans-serif;	
	font-size:13px;
	letter-spacing:1px;
}
.footernav h2 {
	text-align:left;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;	
	font-size:15px;
	letter-spacing:1px;		
}
.footernav ul li a {
	padding:5px 0;
	display:block;	
}
footer p {
	color: #FFF;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;	
	font-size:12px;
	letter-spacing:1px;
	margin:0;
	padding:30px 0;
	background:#000;
        text-align: center;
}
ul.footerbnr li a img {
	width:200px;
	height:auto;	
}
a.footerlink {
	color: #a9a9aa;
	display:block;
	padding:0;
	width:100%;
}
/* ===========================
--- Elements
============================ */

.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    width: 50px;
    height: 50px;
    margin-top: 15px;
    padding: 4px 12px;
    font-size: 50px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: none;
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

#map {
	height: 500px;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

.topnewslist h2 {
	font-size:15px;
	margin:0;
	line-height:1.6;
	padding:10px 0;
	color:#555;
	letter-spacing:1px;
	font-weight:200;
}
h2.newstitle {
	font-size:20px;
	margin:0;
	line-height:1.6;
	padding:10px 0;
	color:#555;
	letter-spacing:1px;
	font-weight:200;
}
.beautybox {
	font-weight:200;
	font-size:13px;	
}
ul.contentslist li {
	padding:15px;
	font-weight:200;
	font-size:13px;	
}
ul.contentslist li:nth-child(odd){
	background: #eee;
}
.topnewslist span.date {
	display:inline-block;
	font-size:10px;
	color:#555;
}
.topnewslist span.category {
	color:#a9a9aa;
	display:inline-block;
	padding:0;
	font-size:12px;
	font-family: Rajdhani,sans-serif;
    letter-spacing: 1px;
    font-weight: 300;	
}
.topnewslist span.category.MOVIE {
}
.topnewslist span.entrytitle {
	display:block;}
	margin-bottom:5px;	
}
.second .topnewslist {
	margin-bottom:30px;	
}
.thumbbox {
	background:#000;
	display:block;
	padding:0;
	width:100%;
	border:1px solid #222;
}
a.newslink {
	background:#fff;
	display:block;
	padding:0;
	width:100%;
}
a.newslink .newscontents span.date {
	color:#555;
	display:inline-block;	
}
.workbox {
	margin-bottom:30px;	
}
.workbox a {
	display:block;
	position:relative;
}
.entrycon {
	min-height:600px;
	border-top:1px solid #eee;
	padding:15px 0;
	margin-bottom:15px;
}
.second-section h3 {
    margin: 0 0 15px;
	font-family: 'Roboto', sans-serif;	
    font-weight: 300;
    letter-spacing: 2px;
	font-size: 12px;
	background:#eee;
	padding:15px;
}
.second-section h2.name {
    margin: 0 0 15px;
	font-family: 'Roboto', sans-serif;	
    font-weight: 300;
    letter-spacing: 2px;
	font-size: 16px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:15px 0;	
}
.entrycon p img {
		margin-top:15px;
		margin-bottom:15px;
}
img.aligncenter {
	margin-right:auto;
	margin-left:auto;	
}
img.size-medium {
	width:25%;
	height:auto;
	display:inline;
}
img.size-thumbnail {
	width:20%;
	height:auto;
	display:inline;

}
img.size-full {
	width:100%;
	height:auto;	
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
	opacity: 1; 
	background-color: rgba(0,0,0,0);
}
p {
    font-size: 14px;
    line-height: 1.75;
    line-height: 23px;
    font-weight:300;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #a9a9aa;
    background-color: #eee;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #555;
    background-color: #ffec44;
    border-color: #ffec44;
    cursor: default;
}
span.date {
	font-size:11px;
}
h2.category {
    margin: 0;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 15px;
    background:#f8f8f8;
    padding:10px;
    text-align:center;
    border-top:1px solid #eee;
}
h3.beautytitle {
    margin: 15px 0;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 15px;
    padding:10px;
    text-align:center;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}
ul.sidenav li a {
	display:block;
	padding:30px 0;
	border-top:1px solid #eee;
}
ul.sidenav li:last-child a {
	border-bottom:1px solid #eee;
}
ul.sidenav li a img {
	height:16px;
	width:auto;	
}
ul.category {
}
ul.category li a {
	display:block;
	padding:20px;
	margin-top:1px;	
}
ul.category li a:hover {
	color:#5bbff3;
	background:#d9eef9;
}
ul.category li a span.date {
	display:block;
}
ul.category li a span.newstitle {
	font-size:12px;
	display:block;
}
.post_previous {
	float:left;
	display:inline;
}
.post_next {
	float:right;
	display:inline;	
}
.singlenav {
	margin-bottom:0;
	background:#f8f8f8;
	padding:15px 0;
}
.singlenav a {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 15px;
} 
.drawer--left .drawer-hamburger {
    top: 15px;
    left: 30px;
}
.drawer-hamburger {
    width: 3rem;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: #000;
}
.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
    top: 0;
    background-color: #555;
}
.drawer-overlay {
    z-index: 100;
}
.drawer-nav {
    z-index: 101;
}
@media (max-width:851px)  {
.navbar-custom ul.nav li a {
	font-size: 13px;
	letter-spacing: 0;
    color: #555;
	text-transform: uppercase;
	font-weight: 300;
font-family: 'Roboto', sans-serif;	
}
}
@media (max-width:767px)  {
body {
	font-family: 'Noto Sans Japanese','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    color: #555;
    background-color: #fff;
    margin-top:80px;
}
.home-section, .second-section {
    padding-top: 30px;
    padding-bottom: 30px;
	display:block;
    position:relative;
}
.drawer--left .drawer-hamburger {
    top: 10px;
    left: 10px;
}
html:before{
    height:5px;
    left:0;
    right:0;
    top:0;
}
html:after{
    width:5px;
    top:0;
    right:0;
    bottom:0;
}
body:before{
    height:5px;
    right:0;
    bottom:0;
    left:0;
}
body:after{
    width:5px;
    top:0;
    bottom:0;
    left:0;
}
.navbar-fixed-top {
    background:#fff;
    height:80px;
    border:5px solid #000;
    border-bottom:none;    
}
.navbar-brand {
    font-size: 18px;
    line-height: 1em;
    text-align:center;
    float:none;
    padding:0;
}

.navbar-brand h1 {
width: 100px;
    height: auto;
    text-indent: -9999px;
    background: url(img/logo.png) no-repeat top left;
    background-size: 100px auto;
}

.page-scroll a.btn-circle {
	display:inline-block;	
}
.topnewslist h2 {
    font-size: 13px;
    margin: 0;
    line-height: 1.6;
    padding: 10px 0;
    color: #555;
    letter-spacing: 1px;
    font-weight: 200;
}
footer {
	border-top:1px solid #eee;
	text-align: left;
	padding: 15px 0 ;
	
}
.home-section.topnav .navbox {
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
}
.form-width { 
        max-width: 100%;
}

}
