/*
Theme Name: 296
Theme URI: https://296.co.jp/
Author: Dai Kojima
Author URI: https://296.co.jp/
Description:
Version: 1.0
License:
License URI:
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 normalize
2.0 default
3.0 header
4.0 footer
5.0 front.php
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
figcaption,
figure,
main {
	display: block;
}
figure {
	margin: 1em 0;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
	outline-width: 0;
}
abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}
b,
strong {
	font-weight: inherit;
}
b,
strong {
	font-weight: 700;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #eee;
	color: #222;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details,
menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 default
--------------------------------------------------------------*/
body {
	font: normal 14px/1.6 "Noto Sans Japanese";
	color: #e1e1e1;
	background-color: #fff;
}
a {
	color: #b0c4de;
}
@font-face{font-family:'M+';src:url(/wp-content/themes/296/font/mplus-thin.ttf) format("truetype"),url(/wp-content/themes/296/font/mplus-thin.woff) format("woff");font-weight:400}
/* @font-face{font-family:'M+';src:url(/wp-content/themes/296/font/mplus-bold.ttf) format("truetype"),url(/wp-content/themes/296/font/mplus-bold.woff) format("woff");font-weight:700} */
@media (min-width: 960px) and (max-width: 1279px) {
	
}
@media (min-width: 640px) and (max-width: 959px) {

}
@media (max-width: 639px) {
body {
	font-size: 13px;
}
}

/*--------------------------------------------------------------
3.0 header
--------------------------------------------------------------*/
body header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 25px 0 0 0;
	width: 100%;
	z-index: 99;
	transition: .5s;
}
body header.animation {
	padding: 0;
	background-color: rgba(0,0,0,0.8);
}
body header .container {
	overflow: auto;
	margin: 0 auto;
	padding: 12px 0;
	width: 1080px;
}
body header .container a.logo {
	display: inline-block;
	float: left;
	height: 46px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
body header .container a.logo span {
	display: block;
	padding: 0 0 6px;
	font-weight: bold;
}
body header .container a.logo img {
	width: auto;
	height: 24px;
}
body header .container nav {
	float: right;
	padding: 12px 0;
}
body header .container nav ul {
	overflow: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body header .container nav ul li {
	float: left;
	padding: 0 30px 0 0;
	transition: .5s;
	font-family: 'Bree Serif', serif;
	letter-spacing: 0.05em;
}
body header .container nav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
}
body header .container nav ul li a span {
	display: block;
	font-family: "Noto Sans Japanese";
	letter-spacing: 0;
}
body header.mobile {
	display: none;
}
@media (min-width: 960px) and (max-width: 1279px) {
	
}
@media (min-width: 640px) and (max-width: 959px) {

}
@media (max-width: 639px) {
body header {
	display: none;
}
body header.mobile {
	display: block;
	padding: 0;
}
body header.mobile .container {
	position: relative;
	margin: 0 2%;
	padding: 10px 0;
	width: 96%;
}
body header.mobile .container a.logo {
	display: block;
	float: none;
	margin: 0 auto;
	width: 240px;
	height: 36px;
	font-size: 11px;
	line-height: 14px;
}
body header.mobile .container a.logo span {
	padding: 0 0 3px;
}
body header.mobile .container a.logo img {
	height: 18px;
}
body header.mobile .container a.toggle {
	position: absolute;
	top: 0;
	right: 0;
	margin: 20px;
	width: 25px;
	height: 20px;
	color: #333;
	z-index: 999999;
}
body header.mobile .container a.toggle.active {
	position: fixed;
}
body header.mobile .container a.toggle,
body header.mobile .container a.toggle span {
	display: inline-block;
	transition: all .5s;
	box-sizing: border-box;
}
body header.mobile .container a.toggle span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
}
body header.mobile .container a.toggle span:nth-of-type(1) {
	top: 0;
}
body header.mobile .container a.toggle span:nth-of-type(2) {
	top: 9px;
}
body header.mobile .container a.toggle span:nth-of-type(3) {
	bottom: 0;
}
body header.mobile .container a.toggle.active {

}
body header.mobile .container a.toggle.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
body header.mobile .container a.toggle.active span:nth-of-type(2) {
	opacity: 0;
}
body header.mobile .container .toggle.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
body header.mobile .container nav {
	display: none;
	overflow: scroll;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	background-color: #000;
	z-index: 99999;
}
body header.mobile .container nav a.logo {

}
body header.mobile .container nav a.logo span {
	
}
body header.mobile .container nav a.logo img {
}
body header.mobile .container nav ul {
	padding: 20px 0;
}
body header.mobile .container nav ul li {
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	text-align: center;
}
body header.mobile .container nav ul li a {
	display: block;
	background: none;
}
body header.mobile .container nav ul li a:hover {
	background: none;
}
}

/*--------------------------------------------------------------
4.0 footer
--------------------------------------------------------------*/
body footer {
	background-color: rgba(0,0,0,.8);
}
body footer .container {
	margin: 0 auto;
	padding: 30px 0;
	width: 960px;
}
body footer .container .copyright {
	font-size: 11px;
	text-align: center;
	color: #fff;
}
@media (min-width: 960px) and (max-width: 1279px) {
	
}
@media (min-width: 640px) and (max-width: 959px) {

}
@media (max-width: 639px) {
body footer .container {
	padding: 20px 5%;
	width: 90%;
}
body footer .container nav ul a {
	padding: 0 0 3px;
}
body footer .container nav ul a li {
	font-size: 11px;
}
body footer .container .copyright {
	font-size: 10px;
}
}

/*--------------------------------------------------------------
*.0 front-page.php
--------------------------------------------------------------*/
#front body {

}
#front body #loader-before {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#front body #loader-before #loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  font-size: 12px;
  text-align: center;
  z-index: 2;
}
#front body .bg {
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	z-index: -1;
}
#front body .bg .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100vh;
	background-image: url(/wp-content/themes/296/img/front/background-overlay.png);
}
#front body .bg .img {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100vh;
	background-size: cover;
	background-position: center center;
}
#front body .copy {
	position: absolute;
	top: 50%;
	width: 100%;
	font-size: 36px;
	font-family: 'Bree Serif', serif;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
}
#front body .copy span {
	display: block;
	font-size: 13px;
}
#front body .wrapper {
	
}
#front body .wrapper .main {
	
}
#front body .wrapper .main article {
	
}
#front body .wrapper .main article .about {
	background-color: #fff;
}
#front body .wrapper .main article .about .container {
	margin: 0 auto;
	padding: 50px 0;
	width: 960px;
}
#front body .wrapper .main article .about .container h2 {
	font-size: 24px;
	font-family: 'Bree Serif', serif;
	letter-spacing: 0.05em;
	text-align: center;
}
#front body .wrapper .main article .about .container h2 span {
	display: block;
	font-size: 16px;
}
#front body .wrapper .main article .about .container .message {
	
}
#front body .wrapper .main article .about .container .message p {
	
}
#front body .wrapper .main article .post {
	background-color: rgba(0,0,0,.8);
}
#front body .wrapper .main article .post .container {
	margin: 0 auto;
	padding: 50px 0;
	width: 960px;
}
#front body .wrapper .main article .post .container h2 {
	font-size: 24px;
	font-family: 'Bree Serif', serif;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
}
#front body .wrapper .main article .post .container h2 span {
	display: block;
	font-size: .75em;
	font-family: "Noto Sans Japanese";
}
#front body .wrapper .main article .post .container .archive {
	overflow: auto;
}
#front body .wrapper .main article .post .container .archive a {
	display: inline-block;
	float: left;
	margin: 0 1% 20px;
	width: 18%;
	text-decoration: none;
	color: #333;
}
#front body .wrapper .main article .post .container .archive a:hover {
	opacity: 0.5;
}
#front body .wrapper .main article .post .container .archive a article {

}
#front body .wrapper .main article .post .container .archive a article .eyecatch {
	margin: 0 0 5px;
	width: 100%;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#front body .wrapper .main article .post .container .archive a article .date {
	margin: 0 0 5px;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #fff;
}
#front body .wrapper .main article .post .container .archive a article .title {
	overflow: hidden;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #fff;
}
#front body .wrapper .main article .post .container a.btn {
	display: block;
	margin: 2em auto;
	padding: .6em 1.2em;
	width: 280px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 5px;
}
#front body .wrapper .main article .post .container a.btn:hover {
	color: #000;
	background-color: #fff;
}
@media (min-width: 960px) and (max-width: 1279px) {
	
}
@media (min-width: 640px) and (max-width: 959px) {

}
@media (max-width: 639px) {
#front body .copy {
	font-size: 18px;
}
#front body .copy span {
	font-size: 11px;
}
#front body .wrapper .main article .about .container {
	padding: 30px 5%;
	width: 90%;
}
#front body .wrapper .main article .about .container h2 {
	font-size: 18px;
}
#front body .wrapper .main article .about .container h2 span {
	font-size: 13px;
}
#front body .wrapper .main article .about .container .message p {
	font-size: 13px;
}
#front body .wrapper .main article .post .container {
	padding: 30px 5%;
	width: 90%;
}
#front body .wrapper .main article .post .container h2 {
	font-size: 18px;
}
#front body .wrapper .main article .post .container h2 span {
	font-size: 13px;
}
#front body .wrapper .main article .post .container .archive a {
	margin: 0 1% 20px;
	width: 48%;
}
#front body .wrapper .main article .post .container .archive a article figure {
	height: 80px;
}
}

/*--------------------------------------------------------------
*.0 archive.php
--------------------------------------------------------------*/
#archive body {
	background-image: url(/wp-content/themes/296/img/front/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
	background-attachment: fixed;
}
#archive body .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100vh;
	background-image: url(/wp-content/themes/296/img/front/background-overlay.png);
	z-index: -1;
}
#archive body header {
	background-color: rgba(0,0,0,.8);
}
#archive body .wrapper {
	position: absolute;
	top: 95px;
	width: 100%;
	background-color: rgba(0,0,0,.8);
}
#archive body .wrapper .main {
	
}
#archive body .wrapper .main article {
	
}
#archive body .wrapper .main article .about {
	background-color: #fff;
}
#archive body .wrapper .main article .about .container {
	margin: 0 auto;
	padding: 50px 0;
	width: 960px;
}
#archive body .wrapper .main article .about .container h2 {
	font-size: 24px;
	font-family: 'Bree Serif', serif;
	letter-spacing: 0.05em;
	text-align: center;
}
#archive body .wrapper .main article .about .container h2 span {
	display: block;
	font-size: 16px;
}
#archive body .wrapper .main article .about .container .message {
	
}
#archive body .wrapper .main article .about .container .message p {
	
}
#archive body .wrapper .main article .post {
	background-color: rgba(0,0,0,.8);
}
#archive body .wrapper .main article .post .container {
	margin: 0 auto;
	padding: 50px 0;
	width: 960px;
}
#archive body .wrapper .main article .post .container h2 {
	font-size: 24px;
	font-family: 'Bree Serif', serif;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
}
#archive body .wrapper .main article .post .container h2 span {
	display: block;
	font-size: .75em;
	font-family: "Noto Sans Japanese";
}
#archive body .wrapper .main article .post .container .archive {
	overflow: auto;
}
#archive body .wrapper .main article .post .container .archive a {
	display: inline-block;
	float: left;
	margin: 0 1% 20px;
	width: 18%;
	text-decoration: none;
	color: #333;
}
#archive body .wrapper .main article .post .container .archive a:hover {
	opacity: 0.5;
}
#archive body .wrapper .main article .post .container .archive a article {

}
#archive body .wrapper .main article .post .container .archive a article .eyecatch {
	margin: 0 0 5px;
	width: 100%;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#archive body .wrapper .main article .post .container .archive a article .date {
	margin: 0 0 5px;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #fff;
}
#archive body .wrapper .main article .post .container .archive a article .title {
	overflow: hidden;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #fff;
}
@media (min-width: 960px) and (max-width: 1279px) {
	
}
@media (min-width: 640px) and (max-width: 959px) {

}
@media (max-width: 639px) {
#archive body .copy {
	font-size: 18px;
}
#archive body .copy span {
	font-size: 11px;
}
#archive body .wrapper .main article .about .container {
	padding: 30px 5%;
	width: 90%;
}
#archive body .wrapper .main article .about .container h2 {
	font-size: 18px;
}
#archive body .wrapper .main article .about .container h2 span {
	font-size: 13px;
}
#archive body .wrapper .main article .about .container .message p {
	font-size: 13px;
}
#archive body .wrapper .main article .post .container {
	padding: 30px 5%;
	width: 90%;
}
#archive body .wrapper .main article .post .container h2 {
	font-size: 18px;
}
#archive body .wrapper .main article .post .container h2 span {
	font-size: 13px;
}
#archive body .wrapper .main article .post .container .archive a {
	margin: 0 1% 20px;
	width: 48%;
}
#archive body .wrapper .main article .post .container .archive a article figure {
	height: 80px;
}
}

/*--------------------------------------------------------------
*.0 nav.pagination
--------------------------------------------------------------*/
nav.pagination {
	margin: 2em 0;
	text-align: center;
}
nav.pagination ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
nav.pagination ul li {
	display: inline-block;
	margin: 0 .1em;
	font-weight: bold;
}
nav.pagination ul li span {
	display: inline-block;
	width: 3em;
	height: 3em;
	line-height: 3;
	text-align: center;
	border-radius: 50%;
}
nav.pagination ul li span.current {
	color: #000;
	background-color: #fff;
	border: 2px solid #fff;
}
nav.pagination ul li span.dots {
	color: #fff;
}
nav.pagination ul li a {
	display: inline-block;
	width: 3em;
	height: 3em;
	line-height: 3;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
}


/*--------------------------------------------------------------
*.0 single.php
--------------------------------------------------------------*/
#single body {
	background-image: url(/wp-content/themes/296/img/front/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
	background-attachment: fixed;
}
#single body .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100vh;
	background-image: url(/wp-content/themes/296/img/front/background-overlay.png);
	z-index: -1;
}
#single body header {
	background-color: rgba(0,0,0,.8);
}
#single body .wrapper {
	position: absolute;
	top: 95px;
	width: 100%;
	background-color: rgba(0,0,0,.8);
}
#single body .wrapper .main {
	
}
#single body .wrapper .main article {
	
}
#single body .wrapper .main article .single {

}
#single body .wrapper .main article .single .container {
	overflow: auto;
	margin: 0 auto;
	padding: 100px 0;
	width: 720px;
}
#single body .wrapper .main article .single .container figure {
	float: right;
	width: 35%;
}
#single body .wrapper .main article .single .container figure img {
	width: 100%;
	height: auto;
}
#single body .wrapper .main article .single .container h1 {
	float: left;
	width: 55%;
	font-size: 20px;
	
}
#single body .wrapper .main article .single .container .date {
	float: left;
	margin: 0 0 20px;
	width: 55%;
	font-size: 12px;
}
#single body .wrapper .main article .single .container .wp-editor {
	float: left;
	width: 55%;
}
@media (min-width: 960px) and (max-width: 1279px) {
	
}
@media (min-width: 640px) and (max-width: 959px) {

}
@media (max-width: 639px) {
#single body .wrapper {
	position: absolute;
	top: 56px;
	width: 100%;
}
#single body .wrapper .main article .single .container {
	padding: 30px 5%;
	width: 90%;
}
#single body .wrapper .main article .single .container figure {
	margin: 0 20% 20px;
	width: 60%;
}
#single body .wrapper .main article .single .container h1 {
	width: 100%;
	font-size: 18px;
	
}
#single body .wrapper .main article .single .container .date {
	width: 100%;
}
#single body .wrapper .main article .single .container .wp-editor {
	width: 100%;
}
}

/*--------------------------------------------------------------
*.0 page-profile.php
--------------------------------------------------------------*/
#front body .wrapper .main article .profile {
	margin: -80vh 0 0;
	background-color: rgba(0,0,0,.8);
}
#front body .wrapper .main article .profile .container {
	margin: 0 auto;
	padding: 50px 0;
	width: 960px;
}
#front body .wrapper .main article .profile .container h2 {
	font-size: 24px;
	font-family: 'Bree Serif', serif;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
}
@media (max-width: 639px) {
#front body .wrapper .main article .profile {
	margin: -80vh 0 0;
}
#front body .wrapper .main article .profile .container {
	padding: 30px 5%;
	width: 90%;
}
#front body .wrapper .main article .profile .container h2 {
	font-size: 18px;
}
}

/*--------------------------------------------------------------
*.0 archive-links.php
--------------------------------------------------------------*/
#archive {
	
}
#archive .personal {
	overflow: auto;
}
#archive .personal a {
	float: left;
	margin: 0 1.5%;
	width: 30%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 120px auto;
}
#archive .personal a.twitter {
	background-image: url();
}
#archive .personal a.facebook {
	background-image: url();
}
#archive .personal a.blog {
	background-image: url();
}
/*--------------------------------------------------------------
*.0 page-top
--------------------------------------------------------------*/
#page-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 99;
}
#page-top a {
	display: inline-block;
	padding: 10px;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	color: #999;
	border: 5px solid #999;
	border-radius: 50%;
}