@charset "UTF-8";
/* CSS Document */
body {
	font: 62.5% Georgia, "Times New Roman", serif;
	margin: 0;
	background: #FFF;
}
img {
	width: 100%;
	height: auto;
	z-index: 90;
}


/*-----------------------
　header
-------------------------*/
.inner {
    width: 1280px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 80px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
	background-color:#FFF;
}
#top-head a,
#top-head {
    color: #000;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 2.4em;
	font-family: Helvetica, sans-serif;
	padding-left:10px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: -10px;
    bottom: 0;
    font-size: 1.4em;
	font-family: Helvetica, sans-serif;
	font-weight:600;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 20px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 2.4em;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 10px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/*-----------------------
　header
-------------------------*/



/*-----------------------
　footer
-------------------------*/
footer{
	position:relative;
	width: 1280px;
	margin: 0 auto;
	font-size:1.2em;
	padding-top:15px;
	padding-bottom:15px;
	}
footer p{
	text-align:center;
	font-family: Helvetica, sans-serif;
	}
.insta{
	width: 20px;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

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

/*-----------------------
　MASONRY LAYOUT
-------------------------*/
#wrapper {
	position:relative;
	width: 1280px;
	margin: 70px auto 0;
	overflow:hidden;
}
#grid[data-columns]::before {
	content: '4 .column.size-1of4';
}
/* These are the classes that are going to be applied: */
.column {
	float: left;
	box-sizing: border-box;
	padding: 10px;
}
.size-1of4 {
	width: 25%;
}

/* Post */
.item {
	-webkit-box-shadow: 0 4px 15px -5px #555;
	box-shadow: 0 4px 15px -5px #555;
	margin-bottom: 20px;
}
.item h1 {
	font-size: 1.4em;
	text-align: center;
	padding: 15px;
	margin-top: 0px;
	font-weight: 600;
	line-height: 1.6em;
}
.item a{
	color:#000;
	text-decoration:none;
	transition: 1000ms;
	}
.item a:hover{
	opacity:0.5;
	}
.pinbin-category {
	width: 120px;
	background: #000;
	zoom: 1;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity: 0.7;
	margin-top: -32px;
	z-index: 100;
	height: 30px;
	overflow: hidden;
	left: 0;
	text-align: center;
}
.pinbin-category p {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	line-height: 30px;
	color: #fff;
	font-style: italic;
　
}
.pinbin-category a {
	color: #fff;
	font-style: italic;
	text-decoration: none;
}
.pinbin-category a:hover {
	color: #777;
	text-decoration: none;
}
/*-----------------------
　MASONRY LAYOUT
-------------------------*/
#page{
	position:relative;
	width:750px;
	margin:10px auto;
	-webkit-box-shadow: 0 4px 15px -5px #555;
	box-shadow: 0 4px 15px -5px #555;
	}
#page h1{
	width:80%;
	text-align:center;
	font-size:2.4em;
	padding:30px;
	margin:0 auto;
	border-bottom:dotted 1px #333;
	}
#page p{
	width:80%;
	text-align:center;
	font-size:1.4em;
	padding:25px;
	margin:0 auto;
	}
#page a{
	text-decoration:none;
	transition: 1000ms;
	}
#page a:hover{
	opacity:0.5;
	}
#page iframe{
	width:100%;
	height:540px;
	padding-bottom:15px;
	}
.series{
	padding-bottom:15px;
	}
#profile{
	position:relative;
	width:750px;
	margin:30px auto;
	-webkit-box-shadow: 0 4px 15px -5px #555;
	box-shadow: 0 4px 15px -5px #555;
	padding-bottom:30px;
	}
#profile h1{
	width:80%;
	font-weight:400;
	text-align:center;
	font-size:3em;
	line-height:1em;
	padding:50px;
	margin:0 auto;
	box-sizing:border-box;
	letter-spacing:0.1em;
	}
#profile h1 span{
	font-size:0.6em;
	letter-spacing:0.1em;
	}
#profile h2{
	width:80%;
	font-size:1.4em;
	margin:0 auto;
	font-family:Helvetica, sans-serif;
	line-height:2em;
	}
#profile p{
	width:80%;
	font-size:1.4em;
	margin:0 auto;
	font-family:Helvetica, sans-serif;
	line-height:2em;
	padding-bottom:2em;
	}

@media screen and (max-width:1024px) {
.inner {
    width: 1000px;
    margin: 0 auto;
}
footer{
	width: 1000px;
	}
#wrapper {
	width: 1000px;
}
#grid[data-columns]::before {
	content: '4 .column.size-1of4';
}
.column {
	float: left;
}
.size-1of4 {
	width: 25%;
}
}

@media screen and (max-width: 768px) {
#top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 0px;
        top: 0px;
        color: #333;
        font-size: 2.4em;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 1.4em;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 15px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
footer{
	width: 100%;
	}
#wrapper {
	width: 100%;
	margin: 50px auto 0;
}
#grid[data-columns]::before {
	content: '3 .column.size-1of3';
}
.column {
	float: left;
}
.size-1of3 {
	width: 33.333%;
}
#page{
	width:90%;
	margin:10px auto;
	}
#page iframe{
	height:380px;
	}
#profile{
	width:90%;
	margin:10px auto;
	}
}

@media screen and (max-width: 480px) {
#top-head .logo {
        font-size: 1.8em;
    }
#top-head.fixed .logo {
    font-size: 1.8em;
}
#wrapper {
	width: 100%;
}
#grid[data-columns]::before {
	content: '1 .column.size-1of1';
}
.column {
	float: left;
}
.size-1of1 {
	width: 100%;
}
#page iframe{
	height:230px;
	}
#profile h1{
	width:90%;
	font-size:2.5em;
	}
}
