@charset "UTF-8";

body {
    background-color: #ccc;
    color: #333;
    font-family: Garamond, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.07em;
}

a {
	text-decoration: none;
}
a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:hover {
    color: #333;
    text-decoration: none;
}

a:active {
	color: #888;
}


.top-p {
	font-size: 1.1em;
	margin-bottom: 0.2em;
}

@media screen and (min-width : 768px){
    .top-p{ font-size : 1.3em;}
}
 
@media screen and (min-width : 1024px) {
    .top-p{ font-size : 1.5em;} 
}

.top-name {
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 0.2em;
}


@media screen and (min-width : 768px){
    .top-name{ font-size : 2.6em;}
}
 
@media screen and (min-width : 1024px) {
    .top-name{ font-size : 3em;} 
}

.top-menu {
	font-size: 0.8em;
}

@media screen and (min-width : 768px){
    .top-menu{ font-size : 0.9em;}
}
 
@media screen and (min-width : 1024px) {
    .top-menu{ font-size : 1em;} 
}


.top-link:link, .top-link:visited, .top-link:hover, .top-link:active {
	color: #fff;
}


.top {
  position: absolute;
  top: 47%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align:center;
}

.top2 {
	text-align: center;
}

@media screen and (min-width : 1140px){
.top2 {
	text-align: left;
}
}



.menu-font {
	font-size:11px;	
}

@media screen and (min-width : 768px){
    .menu-font{ font-size : 14px;}
}


.menu-nav {
	margin: 15px 0 0 5px;
}

.menu-line {
	line-height: 1.8em;
	margin: 0 0 3px 0;
}


.menu-p {
	font-size:14px;
}

@media screen and (min-width : 768px){
	.menu-p{ font-size : 16px;}
}

.menu-name {
    font-size:28px;
}

@media screen and (min-width : 768px){
    .menu-name{ font-size : 32px;}
}

.now {
	border-bottom: 1px solid #e9e900;
	padding-bottom: 2px;
}

.title {
	margin: 7em 0 5em 0;
	line-height: 1.7em;
}

.font-xxs{
	font-size: 0.6em;
}

@media screen and (min-width : 768px){
.font-xxs{
	font-size: 0.7em;
}
}


.font-xs{
	font-size: 0.7em;
}

@media screen and (min-width : 768px){
.font-xs{
	font-size: 0.85em;
}
}

.font-s{
	font-size: 0.8em;
}

@media screen and (min-width : 768px){
.font-s{
	font-size: 0.9em;
}
}


.font-m{
	font-size: 1em;
}

@media screen and (min-width : 768px){
.font-m{
	font-size: 1.2em;
}
}


.font-l{
	font-size: 1.6em;
}

@media screen and (min-width : 768px){
.font-l{
	font-size: 1.8em;
}
}


.bar {
    margin-bottom: 1.5em;
    border-bottom: 1px solid #333;
    padding:5px 0;
}

.list-unstyled {
	line-height: 2em;
	margin-bottom:5em;
}

.space-top {
	margin-top: 7em;
}

.space-bottom {
	margin-bottom: 5em;
}

.space-01 {
	margin-bottom: 1em;
}

.space-02 {
	margin-bottom: 2em;
}

.space-03 {
	margin-bottom: 3em;
}

.space-04 {
	margin-bottom: 4em;
}

.space-05 {
	margin-bottom: 5em;
}



.statement {
	margin: 4em 0 0 0;
	line-height: 1.6em;
}






img {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
}





.photo {
    margin-bottom: 4em;
}

@media screen and (min-width : 768px){
.photo {
    margin-bottom: 5em;
}
}


.photo2 {
    margin-bottom: 4em;
}

@media screen and (min-width : 768px){
.photo2 {
    margin-bottom: 0.5em;
}
}


.photo-size {
	width: auto;
	max-height: 80vh;
}

.waku {
    border:3px solid rgb(255, 255, 255);
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 0.5em;
}

@media screen and (min-width : 768px){
.waku {
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5em;
}
}
    
.waku-no {
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 0.5em;
}

@media screen and (min-width : 768px){
.waku-no {
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5em;
}
}



.fadein {
	opacity : 0.1;
	transform : translate(0, 0);
	transition : all 1500ms;
}
 
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.cap {
	line-height: 1em;
	margin: 0.5em 0 1em 0;
}



.footer-nav {
	margin: 4em 0 8em 0;
}



.footer-nav2 {
	margin: 0 60px 0 60px;
}


.footer {
    padding: 0 0 2em 0;
}

.bio {
	margin-bottom: 1em;
}

.bio-name {
	letter-spacing: 0.3em;
}



.dan {
	float:left;
}

.dan2 {
	display: block;
	margin-left: 40px;
}

@media screen and (min-width : 768px){
.dan2 {
	display: block;
	margin-left: 50px;
}
}

