/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	color: #000;
	background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea { /* 1 */
	font: inherit; /* 2 */
	margin: 0;
	color: inherit; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] { /* 2 */
	cursor: pointer;
	-webkit-appearance: button; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type='search'] { /* 1 */ /* 2 */
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend { /* 1 */
	padding: 0;
	border: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl {
	margin: 0;
}

dl dd {
	margin: 0;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

button {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: 0 0 0 0 transparent;
}

.sp-break {
	display: none;
}

.img-responsive {
	width: 100%;
	height: auto;
}

.l-container {
	box-sizing: border-box;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

.l-container .l-row {
	margin-right: 0;
	margin-left: 0;
	*zoom: 1;
}

.l-container .l-row:after {
	display: table;
	clear: both;
	content: ' ';
}

.l-container .l-row [class*='l-col'] {
	float: none;
	width: auto;
	padding: 0;
}

.l-container-full {
	box-sizing: border-box;
	width: auto;
	padding-right: auto;
	padding-left: auto;
}

.l-container-full.full-inner {
	padding-right: 0;
	padding-left: 0;
}

.l-container-full .l-row-full {
	*zoom: 1;
}

.l-container-full .l-row-full:after {
	display: table;
	clear: both;
	content: ' ';
}

.l-container-full .l-row-full [class*='l-col'] {
	float: none;
	width: auto;
}

.m-box-aspect,
#l-content article figure .figure-video .video-body {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.m-box-aspect iframe,
#l-content article figure .figure-video .video-body iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.m-icon-close,
#l-about .about-close {
	position: relative;
	width: 48px;
	height: 48px;
	cursor: pointer;
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-ms-transform-origin: 50%;
	transform-origin: 50%;
}

.m-icon-close:hover,
#l-about .about-close:hover {
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.m-icon-close span,
#l-about .about-close span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 24px;
	height: 1px;
	margin-left: -12px;
	background-color: #000;
}

.m-icon-close span.close-top,
#l-about .about-close span.close-top {
	-ms-transform: rotate(-45deg) translateY(0px);
	transform: rotate(-45deg) translateY(0px);
}

.m-icon-close span.close-btm,
#l-about .about-close span.close-btm {
	-ms-transform: rotate(45deg) translateY(0px);
	transform: rotate(45deg) translateY(0px);
}

.m-icon-menu,
#l-header #header-content #content-category #category-btn .btn-menu {
	position: relative;
	width: 48px;
	height: 48px;
	cursor: pointer;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-ms-transform-origin: 50%;
	transform-origin: 50%;
}

.m-icon-menu:hover span.menu-top,
#l-header #header-content #content-category #category-btn .btn-menu:hover span.menu-top {
	-ms-transform: translateY(-9px);
	transform: translateY(-9px);
}

.m-icon-menu:hover span.menu-btm,
#l-header #header-content #content-category #category-btn .btn-menu:hover span.menu-btm {
	-ms-transform: translateY(9px);
	transform: translateY(9px);
}

.m-icon-menu span,
#l-header #header-content #content-category #category-btn .btn-menu span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 24px;
	height: 1px;
	margin-left: -12px;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	background-color: #000;
}

.m-icon-menu span.menu-top,
#l-header #header-content #content-category #category-btn .btn-menu span.menu-top {
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}

.m-icon-menu span.menu-mdl,
#l-header #header-content #content-category #category-btn .btn-menu span.menu-mdl {
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

.m-icon-menu span.menu-btm,
#l-header #header-content #content-category #category-btn .btn-menu span.menu-btm {
	-ms-transform: translateY(6px);
	transform: translateY(6px);
}

.m-icon-menu.is-active span.menu-top,
#l-header #header-content #content-category #category-btn .is-active.btn-menu span.menu-top {
	-ms-transform: rotate(-45deg) translateY(0px);
	transform: rotate(-45deg) translateY(0px);
}

.m-icon-menu.is-active span.menu-mdl,
#l-header #header-content #content-category #category-btn .is-active.btn-menu span.menu-mdl {
	opacity: 0;
}

.m-icon-menu.is-active span.menu-btm,
#l-header #header-content #content-category #category-btn .is-active.btn-menu span.menu-btm {
	-ms-transform: rotate(45deg) translateY(0px);
	transform: rotate(45deg) translateY(0px);
}

.m-icon-menu.is-active:hover,
#l-header #header-content #content-category #category-btn .is-active.btn-menu:hover {
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.m-icon-menu.is-active:hover span.menu-top,
#l-header #header-content #content-category #category-btn .is-active.btn-menu:hover span.menu-top {
	-ms-transform: rotate(-45deg) translateY(0px);
	transform: rotate(-45deg) translateY(0px);
}

.m-icon-menu.is-active:hover span.menu-btm,
#l-header #header-content #content-category #category-btn .is-active.btn-menu:hover span.menu-btm {
	-ms-transform: rotate(45deg) translateY(0px);
	transform: rotate(45deg) translateY(0px);
}

.m-icon-arrow,
#l-intro #intro-arrow {
	position: relative;
	width: 16px;
	height: 16px;
	cursor: pointer;
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
	-ms-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

.m-icon-arrow:hover,
#l-intro #intro-arrow:hover {
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
	-ms-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.m-list-inline,
#l-gnav > ul,
#l-content article figure figcaption .figure-share {
	margin: 0 -.75em;
	letter-spacing: -.04em;
}

.m-list-inline > li,
#l-gnav > ul > li,
#l-content article figure figcaption .figure-share > li {
	display: inline-block;
	margin: 0 .75em;
	vertical-align: middle;
	letter-spacing: normal;
}

hr {
	width: 20px;
	height: 1px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 0;
	border: 0;
	background-color: #ddd;
}

hr.center {
	margin-left: auto;
}

.wysiwyg h2 {
	font-size: 128%;
	font-weight: 700;
	padding-bottom: 15px;
	text-align: center;
}

.wysiwyg p {
	line-height: 1.75;
	padding-bottom: 15px;
}

.wysiwyg p a {
	font-weight: 600;
	padding-bottom: 2px;
	color: #000;
	border-bottom: 2px solid #000;
}

.wysiwyg p a:hover {
	text-decoration: none;
	color: #428bca;
	border-color: #428bca;
}

.wysiwyg p.read_more_container {
	text-align: center;
}

.wysiwyg ul {
	padding: 0 0 22px 22px;
	list-style: none;
}

.wysiwyg ul > li {
	line-height: 1.5;
	position: relative;
	padding: 2px 0;
}

.wysiwyg ul > li:before {
	line-height: 1.2;
	position: absolute;
	top: 1em;
	left: -1em;
	margin-top: -.5em;
	content: '-';
}

.wysiwyg ul > li a {
	font-weight: 600;
	padding-bottom: 2px;
	color: #000;
	border-bottom: 2px solid #000;
}

.wysiwyg ul > li a:hover {
	text-decoration: none;
	color: #428bca;
	border-color: #428bca;
}

.wysiwyg blockquote {
	font-style: italic;
	position: relative;
	margin: 0 0 0 56px;
	padding: 0 0 20px 0;
}

.wysiwyg blockquote:before {
	font-family: ',' Georgia, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', serif;
	font-size: 685%;
	position: absolute;
	top: -20px;
	left: -66px;
	content: '\201C';
	color: #eee;
}

.wysiwyg hr {
	width: 60px;
	height: 2px;
	margin: 0 auto 30px;
	text-align: center;
	border: 0;
	background-color: #000;
}

.m-txt-hover,
.m-txt-group dd > ul > li a,
#l-about .about-skills dd > ul > li a,
#l-about .about-mail dd > ul > li a,
#l-about .about-sns dd > ul > li a,
#l-gnav > ul > li > a,
#l-gnav > ul > li span,
#l-header #header-content h1 a,
#l-header #header-content #content-category #category-menu nav ul li a,
#l-header #header-content #content-category #category-menu nav ul li span,
#l-content article figure figcaption .figure-data > li dl dd a,
#l-pagination #pagination-prev,
#l-pagination #pagination-next,
#l-pagination-post #pagination-prev,
#l-pagination-post #pagination-next,
#l-intro #intro-txt .txt-greet > ul > li span,
#l-intro #intro-txt .txt-greet > ul > li a {
	position: relative;
}

.m-txt-hover:after,
.m-txt-group dd > ul > li a:after,
#l-about .about-skills dd > ul > li a:after,
#l-about .about-mail dd > ul > li a:after,
#l-about .about-sns dd > ul > li a:after,
#l-gnav > ul > li > a:after,
#l-gnav > ul > li span:after,
#l-header #header-content h1 a:after,
#l-header #header-content #content-category #category-menu nav ul li a:after,
#l-header #header-content #content-category #category-menu nav ul li span:after,
#l-content article figure figcaption .figure-data > li dl dd a:after,
#l-pagination #pagination-prev:after,
#l-pagination #pagination-next:after,
#l-pagination-post #pagination-prev:after,
#l-pagination-post #pagination-next:after,
#l-intro #intro-txt .txt-greet > ul > li span:after,
#l-intro #intro-txt .txt-greet > ul > li a:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	transition: all .3s ease;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: left top;
	transform-origin: left top;
	background-color: #333;
}

.m-txt-hover:hover:after,
.m-txt-group dd > ul > li a:hover:after,
#l-about .about-skills dd > ul > li a:hover:after,
#l-about .about-mail dd > ul > li a:hover:after,
#l-about .about-sns dd > ul > li a:hover:after,
#l-gnav > ul > li > a:hover:after,
#l-gnav > ul > li span:hover:after,
#l-header #header-content h1 a:hover:after,
#l-header #header-content #content-category #category-menu nav ul li a:hover:after,
#l-header #header-content #content-category #category-menu nav ul li span:hover:after,
#l-content article figure figcaption .figure-data > li dl dd a:hover:after,
#l-pagination #pagination-prev:hover:after,
#l-pagination #pagination-next:hover:after,
#l-pagination-post #pagination-prev:hover:after,
#l-pagination-post #pagination-next:hover:after,
#l-intro #intro-txt .txt-greet > ul > li span:hover:after,
#l-intro #intro-txt .txt-greet > ul > li a:hover:after {
	transition: all .3s ease;
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.m-txt-group dt,
#l-about .about-skills dt,
#l-about .about-mail dt,
#l-about .about-sns dt {
	font-size: 128%;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.m-txt-group dd,
#l-about .about-skills dd,
#l-about .about-mail dd,
#l-about .about-sns dd {
	font-size: 92%;
	line-height: 1.75;
	margin-top: .35em;
	letter-spacing: .03em;
	text-transform: lowercase;
}

.m-txt-group dd > ul > li,
#l-about .about-skills dd > ul > li,
#l-about .about-mail dd > ul > li,
#l-about .about-sns dd > ul > li {
	display: inline-block;
	margin: 0 .5em;
	text-align: center;
}

.m-txt-group dd > ul > li a,
#l-about .about-skills dd > ul > li a,
#l-about .about-mail dd > ul > li a,
#l-about .about-sns dd > ul > li a {
	color: #fff;
}

.m-txt-group dd > ul > li a:after,
#l-about .about-skills dd > ul > li a:after,
#l-about .about-mail dd > ul > li a:after,
#l-about .about-sns dd > ul > li a:after {
	background-color: #fff;
}

/*------------------------------------------------------------------*/

/* layout 															*/

/*------------------------------------------------------------------*/

/*---------------------------- wrap ----------------------------*/

/*---------------------------- gnav ----------------------------*/

#l-gnav {
	display: none;
}

#l-gnav > ul {
	text-transform: lowercase;
}

#l-gnav > ul > li > a,
#l-gnav > ul > li span {
	cursor: pointer;
	transition: color .3s cubic-bezier(.4, 0, .2, 1);
	letter-spacing: .05em;
	color: inherit;
}

#l-gnav > ul > li > a:hover,
#l-gnav > ul > li span:hover {
	transition: color .3s cubic-bezier(.4, 0, .2, 1);
}

#l-gnav > ul > li > a:after,
#l-gnav > ul > li span:after {
	background-color: #00215b;
}

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

#l-header {
	position: fixed;
	z-index: 10;
	top: 16px;
	right: 0;
	left: 0;
}

#l-header #header-content h1 {
	font-size: 114%;
	position: relative;
	top: 6px;
	text-align: center;
	letter-spacing: .03em;
	text-transform: lowercase;
}

#l-header #header-content h1 span {
	font-weight: 300;
	margin-left: .5em;
}

#l-header #header-content h1 a:after {
	background-color: #00215b;
}

#l-header #header-content #content-category {
	position: relative;
}

#l-header #header-content #content-category #category-btn {
	position: absolute;
	z-index: 10;
	top: -27px;
	left: 8px;
	width: 48px;
	height: 48px;
}

#l-header #header-content #content-category #category-btn .btn-menu span {
	background-color: #00215b;
}

#l-header #header-content #content-category #category-btn .btn-menu.is-active span {
	background-color: #fff;
}

#l-header #header-content #content-category #category-menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: table;
	visibility: hidden;
	width: 100%;
	height: 100%;
	transition: visibility 0s linear .3s, all .3s cubic-bezier(.4, 0, .2, 1);
	-ms-transform: scale(.97);
	transform: scale(.97);
	text-transform: lowercase;
	opacity: 0;
}

#l-header #header-content #content-category #category-menu.is-active {
	visibility: visible;
	transition-delay: 0s;
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	background-color: rgba(0, 33, 91, .95);
}

#l-header #header-content #content-category #category-menu nav {
	display: table-cell;
	vertical-align: middle;
}

#l-header #header-content #content-category #category-menu nav span {
	display: block;
	text-align: center;
	color: #fff;
}

#l-header #header-content #content-category #category-menu nav ul {
	text-align: center;
}

#l-header #header-content #content-category #category-menu nav ul li {
	display: block;
	margin: 1em	0;
}

#l-header #header-content #content-category #category-menu nav ul li a,
#l-header #header-content #content-category #category-menu nav ul li span {
	display: inline-block;
	color: #fff;
}

#l-header #header-content #content-category #category-menu nav ul li a:after,
#l-header #header-content #content-category #category-menu nav ul li span:after {
	background-color: #fff;
}

#l-header #header-content #content-category #category-menu nav ul.menu-sp {
	position: relative;
	display: block;
	margin-top: 3em;
}

#l-header #header-content #content-category #category-menu nav ul.menu-sp:before {
	position: absolute;
	top: -30px;
	left: 50%;
	width: 16px;
	height: 1px;
	margin-left: -8px;
	content: '';
	background-color: #fff;
}

#l-header #header-content #content-category #category-menu nav > ul {
	font-size: 171%;
	text-transform: uppercase;
}

#l-header #header-content #content-category #category-menu nav > ul > li ul {
	font-size: 64%;
	text-transform: lowercase;
}

/*---------------------------- content ----------------------------*/

#l-content {
	padding: 80px 0 120px 0;
}

#l-content .content-post {
	padding: 80px 0 0 0;
}

#l-content .content-post:first-child {
	padding: 0;
}

#l-content article.photo .post-index.post-wrapper.is-portrait,
#l-content article.photo .post-permalink.post-wrapper.is-portrait {
	position: relative;
	height: 0;
	padding-top: 100%;
}

#l-content article.photo .post-index.post-wrapper.is-portrait a,
#l-content article.photo .post-index.post-wrapper.is-portrait span,
#l-content article.photo .post-permalink.post-wrapper.is-portrait a,
#l-content article.photo .post-permalink.post-wrapper.is-portrait span {
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#l-content article.photo .post-index.post-wrapper.is-portrait a img,
#l-content article.photo .post-index.post-wrapper.is-portrait span img,
#l-content article.photo .post-permalink.post-wrapper.is-portrait a img,
#l-content article.photo .post-permalink.post-wrapper.is-portrait span img {
	width: auto;
	height: 100%;
}

#l-content article.photo .post-index a,
#l-content article.photo .post-index span,
#l-content article.photo .post-permalink a,
#l-content article.photo .post-permalink span {
	line-height: 0;
}

#l-content article.photo .post-index a:hover,
#l-content article.photo .post-index span:hover,
#l-content article.photo .post-permalink a:hover,
#l-content article.photo .post-permalink span:hover {
	cursor: pointer;
}

#l-content article.photo .post-index a:hover img,
#l-content article.photo .post-index span:hover img,
#l-content article.photo .post-permalink a:hover img,
#l-content article.photo .post-permalink span:hover img {
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	-ms-transform: translate(-8px, -8px);
	transform: translate(-8px, -8px);
	box-shadow: 8px 8px 0 0 #00215b;
}

#l-content article.photo .post-index a img,
#l-content article.photo .post-index span img,
#l-content article.photo .post-permalink a img,
#l-content article.photo .post-permalink span img {
	width: 100%;
	height: auto;
	max-height: auto;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	box-shadow: 0 0 0 0 #00215b;
}

#l-content article.photoset .post-index.post-wrapper.is-portrait {
	position: relative;
	height: 0;
	padding-top: 100%;
}

#l-content article.photoset .post-index.post-wrapper.is-portrait a,
#l-content article.photoset .post-index.post-wrapper.is-portrait span {
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#l-content article.photoset .post-index.post-wrapper.is-portrait a img,
#l-content article.photoset .post-index.post-wrapper.is-portrait span img {
	width: auto;
	height: 100%;
}

#l-content article.photoset .post-index a,
#l-content article.photoset .post-index span {
	line-height: 0;
}

#l-content article.photoset .post-index a:hover,
#l-content article.photoset .post-index span:hover {
	cursor: pointer;
}

#l-content article.photoset .post-index a:hover img,
#l-content article.photoset .post-index span:hover img {
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	-ms-transform: translate(-8px, -8px);
	transform: translate(-8px, -8px);
	box-shadow: 8px 8px 0 0 #00215b;
}

#l-content article.photoset .post-index a img,
#l-content article.photoset .post-index span img {
	width: 100%;
	height: auto;
	max-height: auto;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	box-shadow: 0 0 0 0 #00215b;
}

#l-content article.photoset .post-permalink {
	*zoom: 1;
}

#l-content article.photoset .post-permalink:after {
	display: table;
	clear: both;
	content: ' ';
}

#l-content article.photoset .post-permalink a,
#l-content article.photoset .post-permalink span {
	line-height: 0;
}

#l-content article.photoset .post-permalink a:hover,
#l-content article.photoset .post-permalink span:hover {
	cursor: pointer;
}

#l-content article.photoset .post-permalink a:hover img,
#l-content article.photoset .post-permalink span:hover img {
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	-ms-transform: translate(-8px, -8px);
	transform: translate(-8px, -8px);
	box-shadow: 8px 8px 0 0 #00215b;
}

#l-content article.photoset .post-permalink a img,
#l-content article.photoset .post-permalink span img {
	width: 100%;
	height: auto;
	max-height: auto;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	box-shadow: 0 0 0 0 #00215b;
}

#l-content article.video .post-index iframe {
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	box-shadow: 0 0 0 0 #00215b;
}

#l-content article.video .post-index iframe:hover {
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	-ms-transform: translate(-8px, -8px);
	transform: translate(-8px, -8px);
	box-shadow: 8px 8px 0 0 #00215b;
}

#l-content article figure {
	position: relative;
	text-align: center;
}

#l-content article figure:hover figcaption {
	transition: background-color .3s cubic-bezier(.4, 0, .2, 1);
	background-color: transparent;
}

#l-content article figure figcaption {
	position: relative;
	z-index: 2;
	top: 0;
	margin: 0;
	padding: 20px 0;
	transition: background-color .3s cubic-bezier(.4, 0, .2, 1);
	text-align: center;
}

#l-content article figure figcaption .figure-caption h1 {
	font-size: 257%;
	line-height: 1.1;
	min-width: auto;
	padding: 0 .5em;
	text-transform: uppercase;
}

#l-content article figure figcaption .figure-caption h2 {
	font-size: 128%;
	line-height: 1.35;
	margin-top: .5em;
	text-transform: lowercase;
}

#l-content article figure figcaption .figure-caption h3 {
	margin-top: .5em;
	text-transform: lowercase;
}

#l-content article figure figcaption .figure-data {
	position: relative;
	margin-top: 16px;
	padding: 16px 0;
	text-transform: lowercase;
}

#l-content article figure figcaption .figure-data:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 16px;
	height: 1px;
	margin-left: -8px;
	content: '';
	background-color: #00215b;
}

#l-content article figure figcaption .figure-data > li {
	display: inline-block;
	margin-top: 0;
	margin-right: 1em;
	vertical-align: middle;
}

#l-content article figure figcaption .figure-data > li:first-child {
	margin-top: 0;
}

#l-content article figure figcaption .figure-data > li dl dt {
	font-weight: 300;
	display: inline-block;
	vertical-align: middle;
}

#l-content article figure figcaption .figure-data > li dl dd {
	display: inline-block;
	margin-top: 0;
	margin-left: .5em;
	vertical-align: middle;
}

#l-content article figure figcaption .figure-data > li dl dd:first-child {
	margin-left: 0;
}

#l-content article figure figcaption .figure-data > li dl dd a:after {
	background-color: #00215b;
}

#l-content article figure figcaption .figure-data > li dl dd > ul > li {
	line-height: 1.75;
	display: inline-block;
	margin-left: .5em;
	text-align: center;
}

#l-content article figure figcaption .figure-data > li dl dd > ul > li:first-child {
	display: none;
}

#l-content article figure figcaption .figure-data > li dl dd > ul > li:nth-child(2) {
	margin-left: 0;
}

#l-content article figure figcaption .figure-share {
	text-transform: lowercase;
}

#l-content article figure figcaption .figure-share li > div {
	display: inline-block;
	vertical-align: middle;
}

#l-content article figure figcaption .figure-share li .share-count {
	font-size: 85%;
	display: inline-block;
	margin-left: .5em;
	vertical-align: middle;
}

#l-content article figure .figure-video {
	padding: 0;
}

#l-content article figure .photoset-grid.grid-index .photoset-row > li {
	display: none;
}

#l-content article figure .photoset-grid.grid-index .photoset-row > li:first-child {
	display: block;
}

#l-content article figure .photoset-grid .photoset-row > li {
	margin-top: 10px;
}

#l-content article figure .photoset-grid .photoset-row > li:first-child {
	margin-top: 0;
}

#l-content article figure .photoset-grid .photoset-row > li a {
	position: relative;
}

#l-content article figure .photoset-grid .photoset-row > li a .row-photocount {
	font-size: 85%;
	position: absolute;
	right: -14px;
	bottom: -9px;
	color: #00215b;
}

#l-content article figure .photoset-container {
	width: 100%;
	height: auto;
}

#l-content article figure .html_photoset iframe {
	width: 100%;
}

#l-content article.post-odd.photo .is-landscape,
#l-content article.post-odd.photoset .is-landscape {
	text-align: center;
}

#l-content article.post-odd.video figure .figure-video {
	padding: 0;
}

#l-content article.post-odd figure figcaption .figure-caption h1 {
	margin-right: 0;
	margin-left: 0;
}

#l-content article.post-even.photo .is-landscape,
#l-content article.post-even.photoset .is-landscape {
	text-align: center;
}

#l-content article.post-even.video figure .figure-video {
	padding: 0;
}

#l-content article.post-even figure figcaption .figure-caption h1 {
	margin-right: 0;
	margin-left: 0;
}

/*---------------------------- pagination (index) ----------------------------*/

#l-pagination {
	padding-bottom: 120px;
	text-align: center;
}

#l-pagination.is-hide {
	display: none;
}

#l-pagination #pagination-prev,
#l-pagination #pagination-next {
	display: inline-block;
	margin: 0 1em;
	vertical-align: top;
	text-transform: lowercase;
}

#l-pagination #pagination-prev:after,
#l-pagination #pagination-next:after {
	background-color: #00215b;
}

/*---------------------------- pagination (permalink) ----------------------------*/

#l-pagination-post {
	padding-bottom: 110px;
	text-align: center;
}

#l-pagination-post #pagination-prev,
#l-pagination-post #pagination-next {
	display: inline-block;
	margin: 0 1em;
	vertical-align: top;
	text-transform: lowercase;
}

#l-pagination-post #pagination-prev:after,
#l-pagination-post #pagination-next:after {
	background-color: #00215b;
}

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

#l-footer {
	box-sizing: border-box;
	padding: 0 0 20px 0;
}

#l-footer #footer-copylight {
	padding-bottom: 2em;
	text-align: center;
}

#l-footer #footer-copylight address {
	font-size: 85%;
	font-style: normal;
	text-transform: lowercase;
}

#l-footer #footer-copylight p {
	font-size: 71%;
	margin-top: .5em;
}

/*---------------------------- intro ----------------------------*/

#l-intro {
	width: 100%;
	text-align: center;
}

#l-intro #intro-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	opacity: .5;
	border: 8px solid #f1f1ed;
	background-attachment: fixed;
	background-position: left top;
	background-size: cover;
}

#l-intro #intro-txt {
	font-size: 100%;
	position: absolute;
	top: 32%;
	right: 0;
	left: 0;
	text-align: center;
	letter-spacing: .03em;
}

#l-intro #intro-txt .txt-logo img {
	width: 192px;
	height: auto;
}

#l-intro #intro-txt .txt-greet {
	margin: 20px 0 0 0;
}

#l-intro #intro-txt .txt-greet > p {
	font-weight: 300;
	line-height: 1.5;
}

#l-intro #intro-txt .txt-greet > ul {
	margin-top: 1.5em;
}

#l-intro #intro-txt .txt-greet > ul > li span,
#l-intro #intro-txt .txt-greet > ul > li a {
	cursor: pointer;
}

#l-intro #intro-txt .txt-greet > ul > li span:after,
#l-intro #intro-txt .txt-greet > ul > li a:after {
	background-color: #00215b;
}

#l-intro #intro-arrow {
	position: absolute;
	z-index: 100;
	bottom: 48px;
	left: 50%;
	margin-left: -8px;
	border-color: #00215b;
}

/*---------------------------- about ----------------------------*/

#l-about {
	font-size: 85%;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	padding: 20px;
	transition: visibility 0s linear .3s, all .3s cubic-bezier(.4, 0, .2, 1);
	-ms-transform: scale(.97);
	transform: scale(.97);
	text-align: center;
	opacity: 0;
	color: #fff;
	background-color: rgba(0, 33, 91, .95);
}

#l-about.is-active {
	visibility: visible;
	transition-delay: 0s;
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

#l-about h3 {
	font-size: 128%;
	position: relative;
	margin-top: 1.5em;
	padding-bottom: 1.5em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

#l-about h3:before {
	position: absolute;
	top: 1em;
	left: 0;
	width: 28%;
	height: 1px;
	margin-top: -.5em;
	content: '';
	background-color: #fff;
}

#l-about h3:after {
	position: absolute;
	top: 1em;
	right: 0;
	width: 28%;
	height: 1px;
	margin-top: -.5em;
	content: '';
	background-color: #fff;
}

#l-about .about-close {
	position: absolute;
	top: 8px;
	left: 8px;
}

#l-about .about-close span {
	background-color: #fff;
}

#l-about .about-name {
	font-size: 164%;
	margin-top: 2em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

#l-about .about-name > span {
	font-family: 'Cedarville Cursive', cursive;
	line-height: 1.2;
	position: relative;
	top: -.26em;
	margin-right: .25em;
	padding: 0 .5em;
	letter-spacing: normal;
	text-transform: lowercase;
}

#l-about .about-name > span:after {
	position: absolute;
	bottom: .4em;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-color: #fff;
}

#l-about .about-skills {
	padding-bottom: 1em;
}

#l-about .about-skills dt > img {
	height: auto;
}

#l-about .about-skills dt > img.skills01 {
	width: 40%;
}

#l-about .about-skills dt > img.skills02,
#l-about .about-skills dt > img.skills03 {
	width: 24%;
}

#l-about .about-skills dt > span {
	display: block;
	margin-top: .5em;
}

#l-about .about-mail {
	padding-bottom: 1em;
}

#l-about .about-profile-en,
#l-about .about-profile-ja {
	line-height: 2;
	letter-spacing: .05em;
}

#l-about .about-profile-en {
	font-size: 92%;
	padding: 0;
}

#l-about .about-profile-ja {
	font-size: 85%;
	padding: 2em 0 0 0;
}

/*---------------------------- loader ----------------------------*/

#l-loader {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: visible;
	transition-delay: 0s;
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	background-color: #00215b;
}

#l-loader #loader-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	transition-duration: .2s;
	transition-property: opacity;
	animation: rotate .3s infinite linear;
	opacity: 1;
	border-top: 1px solid white;
	border-right: 1px solid rgba(255, 255, 255, 0);
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	border-left: 1px solid rgba(255, 255, 255, 0);
	border-radius: 100%;
}

/*---------------------------- smartphone ----------------------------*/

.is-sp #l-about {
	overflow-y: scroll;
}

/*---------------------------- touch device ----------------------------*/

.is-touch #l-intro #intro-img {
	background-attachment: scroll;
}

/*---------------------------- index page ----------------------------*/

.index #l-header,
.index #l-footer {
	transition: opacity .3s cubic-bezier(.4, 0, .2, 1);
	opacity: 0;
}

.index #l-header.is-active,
.index #l-footer.is-active {
	transition: opacity .3s cubic-bezier(.4, 0, .2, 1);
	opacity: 1;
}

.index #l-content article {
	transition: all .6s cubic-bezier(.4, 0, .2, 1);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
}

.index #l-content article.is-active {
	transition: all .6s cubic-bezier(.4, 0, .2, 1);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.index-tagged #l-intro {
	display: none;
}

.index-tagged #l-content {
	padding: 120px 0;
}

.index-tagged #l-content article {
	transition: all .6s cubic-bezier(.4, 0, .2, 1);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
}

.index-tagged #l-content article.is-active {
	transition: all .6s cubic-bezier(.4, 0, .2, 1);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/*---------------------------- permalink page ----------------------------*/

.permalink #l-content {
	padding: 120px 0;
}

/*---------------------------- infinite scroll ----------------------------*/

#infscr-loading {
	position: fixed;
	right: 0;
	bottom: 24px;
	left: 0;
	width: 100%;
	height: 1em;
	text-align: center;
	text-transform: lowercase;
}

#infscr-loading em {
	font-style: normal;
	display: block;
}

#infscr-loading em.loading-progress {
	animation: blink .05s infinite linear;
}

#infscr-loading img {
	display: none;
}

/*---------------------------- tumblr (modal) ----------------------------*/

#tumblr_lightbox {
	background-color: rgba(0, 0, 0, .95) !important;
}

#tumblr_lightbox #vignette {
	display: none !important;
}

#tumblr_lightbox #tumblr_lightbox_left_image,
#tumblr_lightbox #tumblr_lightbox_center_image,
#tumblr_lightbox #tumblr_lightbox_right_image {
	border-radius: 0 !important;
	box-shadow: transparent 0 0 0 !important;
}

.photo-slideshow {
	float: none;
	width: 100%;
	margin: 0 auto;
}

.photo-slideshow .l-row {
	height: auto !important;
}

.photo-slideshow .pxu-photo {
	line-height: 0;
	height: auto !important;
	margin-top: 4px;
	padding: 0 0 4px 0;
}

.photo-slideshow .count-2 {
	float: left;
	width: 50%;
}

.photo-slideshow .count-3 {
	float: left;
	width: 33.3%;
}

/*----------------------- support browser -------------------------
	Internet Explorer 8+
	Firefox　Latest
	Google Chrome　Latest
------------------------------------------------------------------*/

/*------------------------------------------------------------------*/

/* common 															*/

/*------------------------------------------------------------------*/

html {
	font-family: 'Gill Sans', lato, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, '游ゴシック', YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
	overflow: hidden;
	height: 100%;
	color: #00215b;
	background-color: #f1f1ed;
	-webkit-font-smoothing: antialiased;
}

html.is-loaded {
	overflow-y: scroll;
}

body {
	font-size: 14px;
	overflow: hidden;
}

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

a:visited {
	text-decoration: none;
	color: #00215b;
}

a:hover,
a:active {
	text-decoration: none;
	color: #00215b;
}

::-moz-selection {
	color: #fff;
	background-color: #00215b;
}

::selection {
	color: #fff;
	background-color: #00215b;
}

::-moz-selection {
	color: #fff;
	background-color: #00215b;
}

.is-loaded #l-loader {
	visibility: hidden;
	transition: visibility 0s linear .3s, all .3s cubic-bezier(.4, 0, .2, 1);
	-ms-transform: scale(.97);
	transform: scale(.97);
	opacity: 0;
}

@media screen and (min-width: 480px) {

.l-container .l-row [class*='l-col'] {
	float: left;
	box-sizing: border-box;
	min-height: 1px;
	padding-right: 0;
	padding-left: 0;
}

.l-container .l-row .l-col-xs-1 {
	width: 8.33333%;
}

.l-container .l-row .l-col-xs-2 {
	width: 16.66667%;
}

.l-container .l-row .l-col-xs-3 {
	width: 25%;
}

.l-container .l-row .l-col-xs-4 {
	width: 33.33333%;
}

.l-container .l-row .l-col-xs-5 {
	width: 41.66667%;
}

.l-container .l-row .l-col-xs-6 {
	width: 50%;
}

.l-container .l-row .l-col-xs-7 {
	width: 58.33333%;
}

.l-container .l-row .l-col-xs-8 {
	width: 66.66667%;
}

.l-container .l-row .l-col-xs-9 {
	width: 75%;
}

.l-container .l-row .l-col-xs-10 {
	width: 83.33333%;
}

.l-container .l-row .l-col-xs-11 {
	width: 91.66667%;
}

.l-container .l-row .l-col-xs-12 {
	width: 100%;
}

.l-container-full.full-inner {
	padding-right: 0;
	padding-left: 0;
}

.l-container-full .l-row-full [class*='l-col'] {
	float: left;
	box-sizing: border-box;
	min-height: 1px;
}

.l-container-full .l-row-full .l-col-xs-1 {
	width: 8.33333%;
}

.l-container-full .l-row-full .l-col-xs-2 {
	width: 16.66667%;
}

.l-container-full .l-row-full .l-col-xs-3 {
	width: 25%;
}

.l-container-full .l-row-full .l-col-xs-4 {
	width: 33.33333%;
}

.l-container-full .l-row-full .l-col-xs-5 {
	width: 41.66667%;
}

.l-container-full .l-row-full .l-col-xs-6 {
	width: 50%;
}

.l-container-full .l-row-full .l-col-xs-7 {
	width: 58.33333%;
}

.l-container-full .l-row-full .l-col-xs-8 {
	width: 66.66667%;
}

.l-container-full .l-row-full .l-col-xs-9 {
	width: 75%;
}

.l-container-full .l-row-full .l-col-xs-10 {
	width: 83.33333%;
}

.l-container-full .l-row-full .l-col-xs-11 {
	width: 91.66667%;
}

.l-container-full .l-row-full .l-col-xs-12 {
	width: 100%;
}

}

@media screen and (min-width: 736px) {

.sp-break {
	display: block;
}

.l-container {
	width: 724px;
}

.l-container .l-row {
	margin-right: 0;
	margin-left: 0;
}

.l-container .l-row.row-l {
	margin-right: 0;
	margin-left: 0;
}

.l-container .l-row [class*='l-col'] {
	margin-bottom: 0;
}

.l-container .l-row .l-col-sm-1 {
	width: 8.33333%;
}

.l-container .l-row .l-col-sm-2 {
	width: 16.66667%;
}

.l-container .l-row .l-col-sm-3 {
	width: 25%;
}

.l-container .l-row .l-col-sm-4 {
	width: 33.33333%;
}

.l-container .l-row .l-col-sm-5 {
	width: 41.66667%;
}

.l-container .l-row .l-col-sm-6 {
	width: 50%;
}

.l-container .l-row .l-col-sm-7 {
	width: 58.33333%;
}

.l-container .l-row .l-col-sm-8 {
	width: 66.66667%;
}

.l-container .l-row .l-col-sm-9 {
	width: 75%;
}

.l-container .l-row .l-col-sm-10 {
	width: 83.33333%;
}

.l-container .l-row .l-col-sm-11 {
	width: 91.66667%;
}

.l-container .l-row .l-col-sm-12 {
	width: 100%;
}

.l-container-full.full-inner {
	padding-right: 0;
	padding-left: 0;
}

.l-container-full .l-row-full .l-col-sm-1 {
	width: 8.33333%;
}

.l-container-full .l-row-full .l-col-sm-2 {
	width: 16.66667%;
}

.l-container-full .l-row-full .l-col-sm-3 {
	width: 25%;
}

.l-container-full .l-row-full .l-col-sm-4 {
	width: 33.33333%;
}

.l-container-full .l-row-full .l-col-sm-5 {
	width: 41.66667%;
}

.l-container-full .l-row-full .l-col-sm-6 {
	width: 50%;
}

.l-container-full .l-row-full .l-col-sm-7 {
	width: 58.33333%;
}

.l-container-full .l-row-full .l-col-sm-8 {
	width: 66.66667%;
}

.l-container-full .l-row-full .l-col-sm-9 {
	width: 75%;
}

.l-container-full .l-row-full .l-col-sm-10 {
	width: 83.33333%;
}

.l-container-full .l-row-full .l-col-sm-11 {
	width: 91.66667%;
}

.l-container-full .l-row-full .l-col-sm-12 {
	width: 100%;
}

.m-icon-close span,
#l-about .about-close span {
	width: 36px;
	margin-left: -18px;
}

.m-icon-menu:hover span.menu-top,
#l-header #header-content #content-category #category-btn .btn-menu:hover span.menu-top {
	-ms-transform: translateY(-12px);
	transform: translateY(-12px);
}

.m-icon-menu:hover span.menu-btm,
#l-header #header-content #content-category #category-btn .btn-menu:hover span.menu-btm {
	-ms-transform: translateY(12px);
	transform: translateY(12px);
}

.m-icon-menu span,
#l-header #header-content #content-category #category-btn .btn-menu span {
	width: 36px;
	margin-left: -18px;
}

.m-icon-menu span.menu-top,
#l-header #header-content #content-category #category-btn .btn-menu span.menu-top {
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.m-icon-menu span.menu-btm,
#l-header #header-content #content-category #category-btn .btn-menu span.menu-btm {
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.m-icon-arrow,
#l-intro #intro-arrow {
	width: 24px;
	height: 24px;
}

hr {
	width: 36px;
	margin-top: 2em;
	margin-bottom: 2em;
}

.wysiwyg h2 {
	font-size: 171%;
	padding-bottom: 15px;
}

.wysiwyg p {
	line-height: 2;
	padding-bottom: 30px;
}

.wysiwyg p a {
	padding-bottom: 2px;
}

.wysiwyg ul {
	padding: 0 0 22px 22px;
}

.wysiwyg ul > li {
	line-height: 1.5;
	padding: 2px 0;
}

.wysiwyg ul > li a {
	padding-bottom: 2px;
}

.wysiwyg blockquote {
	padding: 0 0 20px 0;
}

.wysiwyg hr {
	margin: 20px auto 60px;
}

#l-header {
	top: 40px;
}

#l-header #header-content #content-category #category-btn {
	left: 28px;
}

#l-header #header-content #content-category #category-menu nav > ul {
	font-size: 200%;
}

#l-content .content-post {
	padding: 240px 0 0 0;
}

#l-content article.photo .post-index.post-wrapper.is-portrait,
#l-content article.photo .post-permalink.post-wrapper.is-portrait {
	position: static;
	height: auto;
	padding-top: 0;
}

#l-content article.photo .post-index.post-wrapper.is-portrait a,
#l-content article.photo .post-index.post-wrapper.is-portrait span,
#l-content article.photo .post-permalink.post-wrapper.is-portrait a,
#l-content article.photo .post-permalink.post-wrapper.is-portrait span {
	position: static;
}

#l-content article.photo .post-index.post-wrapper.is-portrait a img,
#l-content article.photo .post-index.post-wrapper.is-portrait span img,
#l-content article.photo .post-permalink.post-wrapper.is-portrait a img,
#l-content article.photo .post-permalink.post-wrapper.is-portrait span img {
	width: auto;
	height: auto;
}

#l-content article.photo .post-index a img,
#l-content article.photo .post-index span img,
#l-content article.photo .post-permalink a img,
#l-content article.photo .post-permalink span img {
	width: auto;
	max-height: 420px;
}

#l-content article.photoset .post-index.post-wrapper.is-portrait {
	position: static;
	height: auto;
	padding-top: 0;
}

#l-content article.photoset .post-index.post-wrapper.is-portrait a,
#l-content article.photoset .post-index.post-wrapper.is-portrait span {
	position: static;
}

#l-content article.photoset .post-index.post-wrapper.is-portrait a img,
#l-content article.photoset .post-index.post-wrapper.is-portrait span img {
	width: auto;
	height: auto;
}

#l-content article.photoset .post-index a img,
#l-content article.photoset .post-index span img {
	width: auto;
	max-height: 420px;
}

#l-content article figure figcaption {
	padding: 42px 0;
}

#l-content article figure figcaption .figure-caption h1 {
	font-size: 385%;
}

#l-content article figure figcaption .figure-data {
	margin-top: 28px;
	padding: 28px 0;
}

#l-content article figure figcaption .figure-data:before {
	width: 30px;
	margin-left: -15px;
}

#l-content article figure .figure-video {
	padding: 0 100px;
}

#l-content article figure .photoset-grid .photoset-row > li {
	margin-top: 60px;
}

#l-content article figure .html_photoset iframe {
	width: 700px;
}

#l-content article.post-odd figure figcaption .figure-caption h1 {
	margin-left: -3px;
}

#l-content article.post-even figure figcaption .figure-caption h1 {
	margin-right: -3px;
}

#l-pagination-post {
	padding-bottom: 120px;
}

#l-footer {
	padding: 0 32px 60px 32px;
}

#l-footer #footer-copylight address {
	font-size: 100%;
}

#l-footer #footer-copylight p {
	font-size: 85%;
}

#l-intro #intro-txt {
	font-size: 128%;
}

#l-intro #intro-txt .txt-logo img {
	width: 320px;
}

#l-about {
	font-size: 100%;
	padding: 40px 20px 60px 20px;
}

#l-about h3 {
	font-size: 200%;
	margin-top: 2em;
	padding-bottom: 2em;
}

#l-about h3:before {
	width: 35%;
}

#l-about h3:after {
	width: 35%;
}

#l-about .about-close {
	top: 30px;
	left: 28px;
}

#l-about .about-name {
	font-size: 257%;
	margin-top: 1em;
}

#l-about .about-skills {
	padding-bottom: 0;
}

#l-about .about-skills dt > img.skills01 {
	width: 180px;
}

#l-about .about-skills dt > img.skills02,
#l-about .about-skills dt > img.skills03 {
	width: 102px;
}

#l-about .about-skills dt > span {
	margin-top: 1.5em;
}

#l-about .about-mail {
	padding-bottom: 0;
}

#l-about .about-profile-en {
	padding: 0 28px 0 0;
}

#l-about .about-profile-ja {
	padding: 0 0 0 28px;
}

.index #l-content article.is-active {
	-ms-transform: translateY(0);
	-ms-transform: translateX(0);
	transform: translateY(0);
	transform: translateX(0);
}

.index-tagged #l-content article.is-active {
	-ms-transform: translateY(0);
	-ms-transform: translateX(0);
	transform: translateY(0);
	transform: translateX(0);
}

#infscr-loading {
	bottom: 60px;
}

.photo-slideshow {
	width: 630px;
}

.photo-slideshow .pxu-photo {
	margin-top: 6px;
	padding: 0 6px 6px 6px;
}

}

@media screen and (min-width: 992px) {

.l-container {
	width: 912px;
}

.l-container .l-row .l-col-md-1 {
	width: 8.33333%;
}

.l-container .l-row .l-col-md-2 {
	width: 16.66667%;
}

.l-container .l-row .l-col-md-3 {
	width: 25%;
}

.l-container .l-row .l-col-md-4 {
	width: 33.33333%;
}

.l-container .l-row .l-col-md-5 {
	width: 41.66667%;
}

.l-container .l-row .l-col-md-6 {
	width: 50%;
}

.l-container .l-row .l-col-md-7 {
	width: 58.33333%;
}

.l-container .l-row .l-col-md-8 {
	width: 66.66667%;
}

.l-container .l-row .l-col-md-9 {
	width: 75%;
}

.l-container .l-row .l-col-md-10 {
	width: 83.33333%;
}

.l-container .l-row .l-col-md-11 {
	width: 91.66667%;
}

.l-container .l-row .l-col-md-12 {
	width: 100%;
}

.l-container-full.full-inner {
	padding-right: 0;
	padding-left: 0;
}

.l-container-full .l-row-full .l-col-md-1 {
	width: 8.33333%;
}

.l-container-full .l-row-full .l-col-md-2 {
	width: 16.66667%;
}

.l-container-full .l-row-full .l-col-md-3 {
	width: 25%;
}

.l-container-full .l-row-full .l-col-md-4 {
	width: 33.33333%;
}

.l-container-full .l-row-full .l-col-md-5 {
	width: 41.66667%;
}

.l-container-full .l-row-full .l-col-md-6 {
	width: 50%;
}

.l-container-full .l-row-full .l-col-md-7 {
	width: 58.33333%;
}

.l-container-full .l-row-full .l-col-md-8 {
	width: 66.66667%;
}

.l-container-full .l-row-full .l-col-md-9 {
	width: 75%;
}

.l-container-full .l-row-full .l-col-md-10 {
	width: 83.33333%;
}

.l-container-full .l-row-full .l-col-md-11 {
	width: 91.66667%;
}

.l-container-full .l-row-full .l-col-md-12 {
	width: 100%;
}

.wysiwyg h2 {
	font-size: 200%;
	padding-bottom: 30px;
}

.wysiwyg p {
	font-size: 114%;
	line-height: 2;
	padding-bottom: 40px;
}

.wysiwyg p a {
	padding-bottom: 3px;
}

.wysiwyg ul {
	font-size: 114%;
	padding: 0 0 22px 22px;
}

.wysiwyg ul > li {
	line-height: 1.75;
	padding: 4px 0;
}

.wysiwyg ul > li a {
	padding-bottom: 3px;
}

.wysiwyg blockquote {
	padding: 0 0 40px 0;
}

.wysiwyg hr {
	margin: 20px auto 80px;
}

#l-gnav {
	position: relative;
	bottom: -20px;
	display: block;
	text-align: left;
}

#l-content article.photo .post-index a img,
#l-content article.photo .post-index span img,
#l-content article.photo .post-permalink a img,
#l-content article.photo .post-permalink span img {
	max-height: 452px;
}

#l-content article.photoset .post-index a img,
#l-content article.photoset .post-index span img {
	max-height: 452px;
}

#l-content article figure:hover figcaption {
	background-color: rgba(255, 255, 255, .9);
}

#l-content article figure figcaption {
	position: absolute;
	top: 60px;
	left: 0;
	margin: -42px 0 0 -48px;
	padding: 42px 48px;
}

#l-content article figure figcaption .figure-caption h1 {
	max-width: 8em;
	padding: 0;
}

#l-content article figure figcaption .figure-data {
	margin-top: 40px;
	padding: 40px 0;
}

#l-content article figure figcaption .figure-data > li {
	display: block;
	margin-top: 1em;
	margin-right: 0;
}

#l-content article figure figcaption .figure-data > li dl dt {
	display: block;
}

#l-content article figure figcaption .figure-data > li dl dd {
	display: block;
	margin-top: .5em;
	margin-left: 0;
}

#l-content article figure figcaption .figure-data > li dl dd > ul > li {
	line-height: 1.2;
}

#l-content article.post-odd.photo .is-landscape,
#l-content article.post-odd.photoset .is-landscape {
	text-align: right;
}

#l-content article.post-odd.video figure .figure-video {
	padding: 0 0 0 24%;
}

#l-content article.post-odd figure figcaption {
	right: auto;
	left: 0;
	text-align: left;
}

#l-content article.post-odd figure figcaption .figure-data:before {
	right: auto;
	left: 0;
	margin-left: 0;
}

#l-content article.post-even.photo .is-landscape,
#l-content article.post-even.photoset .is-landscape {
	text-align: left;
}

#l-content article.post-even.video figure .figure-video {
	padding: 0 24% 0 0;
}

#l-content article.post-even figure figcaption {
	right: 0;
	left: auto;
	margin: -42px -48px 0 0;
	text-align: right;
}

#l-content article.post-even figure figcaption .figure-data:before {
	right: 0;
	left: auto;
	margin-left: 0;
}

#l-footer #footer-copylight {
	padding-bottom: 0;
}

#l-footer #footer-copylight address {
	text-align: left;
}

#l-footer #footer-copylight p {
	margin-top: 0;
	text-align: right;
}

#l-intro {
	text-align: left;
}

#l-intro #intro-img {
	border: 16px solid #f1f1ed;
}

#l-intro #intro-txt {
	right: auto;
	left: auto;
	text-align: left;
}

#l-intro #intro-txt .txt-greet {
	margin: 30px 0 0 124px;
}

#l-about .about-name {
	font-size: 300%;
}

.index #l-content article {
	-ms-transform: translateY(0);
	-ms-transform: translateX(-30px);
	transform: translateY(0);
	transform: translateX(-30px);
}

.index-tagged #l-content article {
	-ms-transform: translateY(0);
	-ms-transform: translateX(-30px);
	transform: translateY(0);
	transform: translateX(-30px);
}

.photo-slideshow {
	float: right;
	width: 678px;
}

}

@media screen and (min-width: 1200px) {

.l-container {
	width: 1096px;
}

.l-container .l-row .l-col-lg-1 {
	width: 8.33333%;
}

.l-container .l-row .l-col-lg-2 {
	width: 16.66667%;
}

.l-container .l-row .l-col-lg-3 {
	width: 25%;
}

.l-container .l-row .l-col-lg-4 {
	width: 33.33333%;
}

.l-container .l-row .l-col-lg-5 {
	width: 41.66667%;
}

.l-container .l-row .l-col-lg-6 {
	width: 50%;
}

.l-container .l-row .l-col-lg-7 {
	width: 58.33333%;
}

.l-container .l-row .l-col-lg-8 {
	width: 66.66667%;
}

.l-container .l-row .l-col-lg-9 {
	width: 75%;
}

.l-container .l-row .l-col-lg-10 {
	width: 83.33333%;
}

.l-container .l-row .l-col-lg-11 {
	width: 91.66667%;
}

.l-container .l-row .l-col-lg-12 {
	width: 100%;
}

.l-container-full .l-row-full .l-col-lg-1 {
	width: 8.33333%;
}

.l-container-full .l-row-full .l-col-lg-2 {
	width: 16.66667%;
}

.l-container-full .l-row-full .l-col-lg-3 {
	width: 25%;
}

.l-container-full .l-row-full .l-col-lg-4 {
	width: 33.33333%;
}

.l-container-full .l-row-full .l-col-lg-5 {
	width: 41.66667%;
}

.l-container-full .l-row-full .l-col-lg-6 {
	width: 50%;
}

.l-container-full .l-row-full .l-col-lg-7 {
	width: 58.33333%;
}

.l-container-full .l-row-full .l-col-lg-8 {
	width: 66.66667%;
}

.l-container-full .l-row-full .l-col-lg-9 {
	width: 75%;
}

.l-container-full .l-row-full .l-col-lg-10 {
	width: 83.33333%;
}

.l-container-full .l-row-full .l-col-lg-11 {
	width: 91.66667%;
}

.l-container-full .l-row-full .l-col-lg-12 {
	width: 100%;
}

.wysiwyg h2 {
	font-size: 228%;
	padding-bottom: 40px;
}

.wysiwyg p {
	font-size: 114%;
	line-height: 2;
	padding-bottom: 40px;
}

.wysiwyg p a {
	padding-bottom: 3px;
}

.wysiwyg ul {
	font-size: 114%;
	padding: 0 0 22px 22px;
}

.wysiwyg ul > li {
	line-height: 1.75;
	padding: 4px 0;
}

.wysiwyg ul > li a {
	padding-bottom: 3px;
}

.wysiwyg blockquote {
	padding: 0 0 40px 0;
}

.wysiwyg hr {
	margin: 20px auto 80px;
}

#l-content article.photo .post-index a img,
#l-content article.photo .post-index span img,
#l-content article.photo .post-permalink a img,
#l-content article.photo .post-permalink span img {
	max-height: 542px;
}

#l-content article.photoset .post-index a img,
#l-content article.photoset .post-index span img {
	max-height: 542px;
}

.photo-slideshow {
	width: 813px;
}

}

@keyframes rotate {

0% {
	transform: rotate(0deg);
}

100% {
	transform: rotate(359deg);
}

}

@keyframes blink {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

