@charset "utf-8";
/*
Theme Name: Manic Youth
Template: twentytwenty
Author: Manic Youth Inc.
Author URI: http: //www.manicyouth.jp/
Description: god is in the whitespace.
Version: 1.2
Published: 2017-03-21
Updated: 2020-09-03
*/

/* Color Scheme
---------------------------------------------------------

	Theme Color =

	#b4bdce - Manic Gray
	#50659c, rgba(80,101,156,1) - Manic Blue

	#1abc9c - Turquoise
	#16a085 - Green Sea
	#2ecc71 - Emerald
	#27ae60 - Nephritis
	#3498db - Peter River
	#2980b9 - Belize Hole
	#9b59b6 - Amethyst
	#8e44ad - Wisteria
	#34495e - Wet Asphalt
	#2c3e50 - Midnight Blue
	#f1c40f - Sun Flower
	#f39c12 - Orange
	#e67e22 - Carrot
	#d35400 - Pumpkin
	#b163a3 - Radiant Orchid
	#e74c3c - Alizarin
	#c0392b - Pomegranate
	#ecf0f1 - Clouds
	#bdc3c7 - Silver
	#95a5a6 - Concrete
	#7f8c8d - Asbestos
	#42bec2 - Twitter Green
	#9dd4c6 - Dark Mint

	PANTONE® FASHION COLOR REPORT SPRING 2015
	#e7848f - Strawberry Ice
	#ecdd86 - Custard
	#F99351 - Tangerine
	#995452 - Marsala
	#d5b297 - Toasted Almond
	#7accb5 - Lucite® Green
	#00b4ce, rgb(0,180,206,1) - Scuba Blue
	#335D8D - Classic Blue
	#4D6F35 - Treetop

	#f7cac9 - Rose Quartz
	#92a8d1 - Serenity

	#cbe900 - Aphex Twin - Syro
	#6e32ff, rgba(110,50,255,1) - Warp Records

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

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

	=Import

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

/* =Basic Stylesheet
@import url(reset.css);
@import url(color.css);
@import url(animate.css); */

/* =Fontello
@import url(fontello-f7458a4e/css/fontello.css);
@import url(fontello-f7458a4e/css/fontello-codes.css);
@import url(fontello-f7458a4e/css/fontello-embedded.css);
@import url(fontello-f7458a4e/css/fontello-ie7.css);
@import url(fontello-f7458a4e/css/fontello-ie7-codes.css);
@import url(fontello-f7458a4e/css/animation.css); */

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

	=Definition

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

* {
	margin: 0; padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
html {
	font-family: 'Noto Sans JP', ryo-gothic-plusn, 'りょうゴシック PlusN', "Helvetica Neue", "Helvetica", 'Avenir', 'Avenir Next Condensed', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", YuGothic, "Times New Roman", Times, serif, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 1px transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
	color: #4a4a4a;
	font-size: 14px;
	font-weight: 300;
	line-height: 2.0;
	word-wrap: break-word;
	letter-spacing: 0;
	letter-spacing: 0.014em;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 0.875em;
	background-color: #f9f9f9;
}

/*
h1, h2, h3, h4, h5, h6, p, pre, dt, dd, li { line-height: 1.8;}
h1, h2, h3, h4, h5, h6 { margin-top: 3em;}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child { margin-top: 0;}
p, ul, ol, dl, table { margin-bottom: 2em;}
p:last-child, ul:last-child, ol:last-child, dl:last-child, table:last-child  { margin-bottom: 0;}*/

h1, h2, h3, h4, h5, h6, p, pre, dt, dd, li { line-height: 1.75;}
p, ul, ol, dl { margin-bottom: 30px;}
p:last-child, ul:last-child, ol:last-child, dl:last-child { margin-bottom: 0 !important;}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child { margin-top: 0 !important;}
table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.75;
	text-align: left;
}
th,td {
	padding: 1.4em;
	vertical-align: top;
	border: none;
}
th { font-weight: normal;}
tr { border-bottom: solid 1px #ddd;}
tr:last-child { border-bottom: none !important;}
img {
	display: block;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a img { border: none;}
a {
	color: #777;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all ease-out 0.2s;
	   -moz-transition: all ease-out 0.2s;
	    -ms-transition: all ease-out 0.2s;
	        transition: all ease-out 0.2s;
}
a:focus, a:active, a:hover {
	text-decoration: underline;
}
::selection {
	background-color: #ff0;
}
cite {
	font-style: italic;
}
em {
	font-style: normal;
}
strong {
	font-weight: bold;
}
hr {
	margin: 0;
	border: 0;
	height: 1px;
	background-color: #ccc;
}
dt, dd {
	display: block;
	letter-spacing: 0;
	margin-bottom: 0.7em;
}
dt { font-size: 1.1em; font-weight: bold;}
dd { font-size: 0.9em; margin-bottom: 3.5em;}
ol {
	padding-left: 1em;
}
ol li {
	display: list-item;
	list-style: decimal outside;
	padding-left: 0.25em;
}
pre, code, kbd {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.8em;
	font-weight: normal;
	margin: 1.625em 0;
	padding: 1.25em 2.1em;
	background-color: #210606;
	border: solid 0px #ddd;
	color: #c3b596;
	display: block;
	overflow-x: auto;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
}
ins {}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
embed, iframe, object { max-width: 100%;}
video { max-width: 100%; height: auto;}
input, textarea, select { font-family: inherit; }
input[type=text],
input[type=email],
input[type=password],
textarea {
	padding: 0.7em;
	font-size: 100%;
	font-weight: inherit;
	color: inherit;
	-webkit-appearance: none;
	border-radius: 0;
}
select {
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
	padding: 0.7em;
	background: #eee url(images/i-select.png) no-repeat 92% center;
	background-size: 8px auto;
}
input[type=text],
input[type=email],
input[type=password],
textarea,
select {
	background-color: #fff;
	color: #373737;
	-webkit-box-shadow: inset 2px 2px 0 #ddd;
	   -moz-box-shadow: inset 2px 2px 0 #ddd;
	        box-shadow: inset 1px 1px 0 #ddd;
	border: 1px solid #ccc;
	border-radius: 0;
	line-height: 1;
}
input[type="email"] { width: 100%; }
textarea { width: 92%;}
input[type=text] {}
input[type=email] {}
input[type=submit] { cursor: pointer;}
input[type="text"],
input[type="email"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input[type=text]:focus,
textarea:focus {
	color: #000;
}
::-webkit-input-placeholder { color: #aaa;}
::-moz-placeholder { color: #aaa;}
:-ms-input-placeholder { color: #aaa;}

label { margin-right: 1.4em;}
input[type="radio"] { margin-right: 0.7em;}
input[type*="submit"] {
	display: block;
	width: 360px;
	margin: 0 auto 20px;
	padding: 15px;
	border: none;
	background-color: #00b4ce;
	/*box-shadow: 0 4px 0 #3606ab;*/
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transform: translate3d(0,0,0);
	   -moz-transform: translate3d(0,0,0);
	    -ms-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
	-webkit-transition: all ease-out 0.1s;
	   -moz-transition: all ease-out 0.1s;
	    -ms-transition: all ease-out 0.1s;
	        transition: all ease-out 0.1s;
}
input[type*="submit"]:hover {
	/*-webkit-transform: translate3d(1px,3px,12px);
	   -moz-transform: translate3d(1px,3px,12px);
	    -ms-transform: translate3d(1px,3px,12px);
	        transform: translate3d(1px,3px,12px);
	box-shadow: 0 1px 0 #ddd;*/
	background-color: #04c3de;
}
form em { background: #00b4ce; color: #fff; font-size: 80%; padding: 0.3em 0.3em; border-radius: 5px; font-style: bold;}
form table em { margin-left: 0.7em;}
form ul { margin: 0 !important; padding: 0 !important; border: none !important;}
form ul li { display: inline-block !important;}


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

	=Basic Layout

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

#container {
	position: relative;
	z-index: 2;
	min-width: 1150px;
}
.wrapper {
	width: 1150px;
	margin: auto;
}
.wrapper-min {
	max-width: 800px;
}
#main {}
#primary,
#secondary {
	padding: 0;
	margin: 0 auto;
}
#primary {
	width: 69%;
	float: left;
}
#secondary {
	width: 31%;
	float: right;
}

/* Vanishing Vision */
#vanishing-vision {
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	background: #fff;
	z-index: 15000;
}

/* Sharecard */
ul.sharecard {
	position: fixed;
	z-index: 9999;
	right: 0;
	bottom: 0;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

ul.sharecard li {
	display: inline-block;
	width: calc(100% / 3);
	font-size: 18px;
	font-weight: bold;
}

ul.sharecard li a {
	display: block;
	height: 44px;
	line-height: 44px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

ul.sharecard li a:hover {
	opacity: 0.7;
}

ul.sharecard li a span {
	display: none;
}

ul.sharecard li a.a-line {
	background-image: url(images/i-line.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 26px auto;
}

/* Social :Inline Type */
#socialIcons {}
#socialIcons .sharecard li a {
	margin: 0;
}


/* =Preloader
----------------------------------------------------------- */

html,
html body,
* html,
* html body {
	height: 100%;
}

#loader {
	display: none;
	display: block;
	position: fixed;
	z-index: 999999999;
	width: 100%;
	height: 100%;
	left: 0;
	text-align:
	center;
	background-color: #fff;
}

#loader img {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}

* html #loader,
* html #loader p {
	position: absolute;
}



/* JavaScript Prefix
-----------------------------------------------------*/

/* script.js
[class*="FadeIn"] {
	opacity: 0;
}

[class*="fade_in"] {
	opacity: 0;
	-webkit-transition: all ease-out 0.7s;
	   -moz-transition: all ease-out 0.7s;
	    -ms-transition: all ease-out 0.7s;
	        transition: all ease-out 0.7s;
} */

/* Animation
-----------------------------------------------------*/
.fade_in {
  -webkit-animation: fade_in_animation 1s;
          animation: fade_in_animation 1s;
}

.fade_in_two {
  -webkit-animation: fade_in_animation 2s;
          animation: fade_in_animation 2s;
}

.fade_in_three {
  -webkit-animation: fade_in_animation 3s;
          animation: fade_in_animation 3s;
}

.fade_in_four {
  -webkit-animation: fade_in_animation 4s;
          animation: fade_in_animation 4s;
}

@-webkit-keyframes fade_in_animation {
	0% { opacity: 0;}
	50% { opacity: 0;}
	100% { opacity: 1;}
}

.grow-trees { height: 0;}
.fade-in-magic > div { opacity: 0;}
.tgt, .tgt span {
	opacity: 0;
}

/* stratus.js */
#stratus {}

/* objectFitImages for ie11 */
.object-fit-images {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;'
}


/* Animation & Decoration
-----------------------------------------------------*/

/* Keyframes */
.blur {
  -webkit-animation: image_blur 3s;
}

@-webkit-keyframes image_blur {
	0% { -webkit-filter: blur(100px); opacity: 0;}
	75% { -webkit-filter: blur(100px); opacity: 0;}
	100% { -webkit-filter: blur(0px); opacity: 1;}
}

/* Scroll Effect (script.js) */
.effect figure {
	margin-top: 100px;
	opacity: 0;
  -webkit-transition: 1.4s;
          transition: 1.4s;
}

.effect div {
	opacity: 0;
  -webkit-transition: .7s;
          transition: .7s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}


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

	=Header & Navigation

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

#copies {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: auto;
	height: 100vh;
	padding: 60px;
	font-weight: 500;
	-webkit-transition: all ease-in 0.2s;
	   -moz-transition: all ease-in 0.2s;
	    -ms-transition: all ease-in 0.2s;
        	transition: all ease-in 0.2s;
}
#copies .copy {
	position: absolute;
	transform: rotate(90deg);
  transform-origin: top left;
	width: calc(100vh - 120px);
  color: #000;
  font-size: 12px;
  font-weight: 300;
	letter-spacing: 0.35em;
}
#copies .weare {}
#copies .url { text-align: right; }

#header {
	z-index: 9998;
	position: fixed;
	width: 100%;
	max-width: 100%;
	height: auto;
	top: 0;
	left: 0;
	margin: auto;
	-webkit-transition: all ease-out 0.7s;
	   -moz-transition: all ease-out 0.7s;
	    -ms-transition: all ease-out 0.7s;
        	transition: all ease-out 0.7s;
}
.home #main { padding-top: 160px;}
#header,
#header a {
	color: #000;
}
#header-in {
	position: relative;
	padding: 60px;
	padding-left: 180px;
	-webkit-transition: all ease-out 0.2s;
	   -moz-transition: all ease-out 0.2s;
	    -ms-transition: all ease-out 0.2s;
        	transition: all ease-out 0.2s;
}
#header .flex-l { width: 32%;}
#header .flex-r { width: 68%;}
#header .logo { z-index: 2; /* for Navigation */}
#header .logo a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 60px;
}
#header .logo img {}


/* Navigation Trigger */
.trigger-bars,
.trigger-bars span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.trigger-bars {
	position: relative;
	z-index: 9999;
	width: 40px;
	height: 28px;
}
.trigger-bars span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	border-radius: 0;
}
.trigger-bars span:nth-of-type(1) { top: 0;}
.trigger-bars span:nth-of-type(2) { top: 13px;}
.trigger-bars span:nth-of-type(3) {	bottom: 0;}
.trigger-bars.active span:nth-of-type(1) {
	-webkit-transform: translateY(13px) rotate(-45deg);
	        transform: translateY(13px) rotate(-45deg);
}
.trigger-bars.active span:nth-of-type(2) {
	opacity: 0;
}
.trigger-bars.active span:nth-of-type(3) {
	-webkit-transform: translateY(-13px) rotate(45deg);
	        transform: translateY(-13px) rotate(45deg);
}


/* Social Icons */
#header .buttons { text-align: right;}
#header .phone,
#header .sns {
	display: inline-block;
	vertical-align: top;
	margin-left: 50px;
	margin-bottom: 0;
	font-size: 0;
	line-height: 0;
}
#header .phone { display: none; }
#header .sns {}
#header .phone li,
#header .sns li {
	font-size: 1rem;
	line-height: 0;
}
#header .phone li a,
#header .sns li a { text-decoration: none;}
#header .phone li { font-size: 1.125rem; letter-spacing: 0.2em;}
#header .phone li a { display: block; padding: 10px 0;}
#header .phone li a i {	margin-right: 0.25em;}
#header .phone li a:hover { color: #77f56d; }
#header .sns li {
	display: table-cell;
	border: solid 0px #000;
	font-size: 1rem;
}
#header .sns li a {
	display: block;
	padding: 10px 7px;
}
#header .sns li a:hover { color: #fff; background-color: #000;}
#header .sns li.instagram a:hover {
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
#header .sns li.facebook a:hover { background-color: #3d5b96;}
#header .sns li.soundcloud a:hover { background-color: #ff5500;}
#header .sns li.feedly a:hover { background-color: #2bb24c;}
#header .sns li.search a:hover {}


/* Search */
#header .searching {
	display: none;
	padding-top: 25px;
}

#header .searching.on {
	display: block;
}


/* =Searchform */
.searchform {
	position: relative;
	width: 100%;
	margin-left: auto;
}
.searchform input {
	border: none;
	box-shadow: none;
	background-color: transparent;

	padding: 0 0 5px 0;
	line-height: 35px;
}
.searchform .assistive-text {
	display: none;
}
.searchform .field {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid 2px #000;
}
.searchform .submit {
	min-width: auto;
	max-width: none;
	background-color: transparent;
	color: inherit;
	margin: 0;
	padding: 0;

	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 35px;
	font-size: 16px;
	font-weight: bold;
}
.searchform .submit:hover {
	background-color: transparent;
}

/* =Navigation
-------------------------------------------------------------- */
#nav {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 540px;
	height: 100vh;
	padding: 0;
	padding-top: 160px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	-webkit-transform: translate3d(-100%,0,0);
	   -moz-transform: translate3d(-100%,0,0);
	    -ms-transform: translate3d(-100%,0,0);
	        transform: translate3d(-100%,0,0);
	-webkit-transition: all ease-out 0.3s;
	   -moz-transition: all ease-out 0.3s;
	    -ms-transition: all ease-out 0.3s;
	        transition: all ease-out 0.3s;
}
#nav.on {
	-webkit-transform: translate3d(0,0,0);
	   -moz-transform: translate3d(0,0,0);
	    -ms-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
}
#nav ul,
#nav ul li { position: static; width: 100%; padding: 0;}
#nav > ul {
	overflow-y: scroll; 
	-webkit-overflow-scrolling: touch;
	background-color: #ececec;
}
#nav ul li {
	float: none;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#nav > ul > li {
	line-height: 30px;
	position: relative;
}
#nav a {
	display: block;
	clear: both;
	width: auto;
	padding: 20px 60px;
	background-color: #fff;
	color: #000;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.170em;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
}
#nav a:hover { background-color: transparent;}
#nav .nav-phone a { background: #777; color: #fff;}


#nav ul ul {
	display: none;
	position: absolute;
	top: 0;
	right: 0%;
	width: auto;
	background-color: transparent;
}
#nav > ul > li:hover > ul { display: block;}
#nav ul ul li {
	display: inline-block;
	width: auto;
	margin: 0 5px 5px 0;
	padding: 0;
	line-height: 30px;
}
#nav ul ul li:last-child {}
#nav ul ul a {
	margin: 0;
	padding: 20px 10px;
	background-color: transparent;
	font-size: 10px;
	font-weight: normal;
	border: none;
}
#nav ul ul a:hover { color: #aaa; }
#nav ul ul ul { display: none;}
#nav ul ul ul ul { display: none;}

/*	=Breadcrumbs (WordPress SEO by Yoast)
----------------------------------------------------------- */
#breadcrumbs {
	padding: 1.4em 2.1em;
	background-color: #111;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0.07em;
	text-align: left;
	line-height: 2;
}

#breadcrumbs span {}
#breadcrumbs,
#breadcrumbs a { color: #fff;}
#breadcrumbs a { text-decoration: underline;}
#breadcrumbs a:hover { text-decoration: none;}
#breadcrumbs span.breadcrumb_last {}
/*.page #breadcrumbs { display: none;}*/

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

	=Footer

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

#footer {
	position: relative;
	z-index: 2;
	background-color: #fff;
}

#footer,
#footer a {}
#footer a:hover {}

#footer #footer-sns {}
#footer #footer-sns .item {
	display: inline-block !important;
	vertical-align: top;
	line-height: 0;
	margin: 0 5px 0 0;
}

#copyright {
	padding: 25px;
	font-weight: bold;
	text-transform: capitalize;
}

#copyright .flex-r { text-align: right;}
#copyright p { line-height: 1; }
#copyright small {
	font-size: 0.5625rem;
	letter-spacing: 0.05em;
	font-weight: normal;
}

/*
-----------------------------------------------------------
	=actionArea
-----------------------------------------------------------
*/
.actionArea {
	background-color: #ececec;
	background-color: #ff0;
	padding: 70px 0;
	text-align: center;
}
.actionArea,
.actionArea a { color: #000;}

.actionArea .flex-l { width: 50%;}
.actionArea .flex-r { width: 50%; }

.actionArea .hd {
	margin-bottom: 0;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.07em;
}
.actionArea .hd span {
	display: inline-block;
	margin-top: 15px;
	font-size: 0.875rem;
	font-weight: normal;
}
.actionArea a {
	font-weight: normal;
	text-decoration: none;
	-webkit-transition: all ease-out 0.1s;
	   -moz-transition: all ease-out 0.1s;
	    -ms-transition: all ease-out 0.1s;
	        transition: all ease-out 0.1s;
}
.actionArea a.phone {}
.actionArea a.contact {}
.actionArea ul li { display: block; vertical-align: middle; margin-bottom: 25px;}

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

	=Sidebar

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

#sidebar {}
#sidebar a {}
#sidebar a:hover { color: #3498db;}
#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6 {
	margin-bottom: 30px;
	color: #000;
	font-size: 150%;
	font-weight: bold;
	text-align: left !important;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}
#secondary ul {}
#secondary ul li { padding: 0; margin: 0; border-bottom: dotted 1px #ddd;}
#secondary ul li a { display: block; font-weight: bold; padding: 0.7em; text-decoration: none;}
#secondary ul li a:hover { color: #3498db !important;}
#secondary ul li:nth-child(2n+2) {}
#secondary ul ul li a { padding: 0.35em; font-size: 90%;}

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

	=Article

-----------------------------------------------------------
*/
.article p {
	margin-bottom: 2em;
	line-height: 2.35;
	line-height: 2.0;
}
.article .eyecatch img {
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.article .header,
.article .content,
aside.footer {
	margin: 0 auto;
	padding: 45px 0 0;
}
.article .header {
	padding-top: 0;
	line-height: 2.35;
	line-height: 2.0;
	letter-spacing: 0.1em;
}
.article .header,
.article .header a { color: #000;}
.article .header .title {
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0;
	font-size: 1.6em;
	line-height: 2;
	/*font-size: 1.35em;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.00em;*/
}
.article .meta {
	margin-bottom: 30px;
	font-size: 0.625rem;
}
.article .meta,
.article .meta a { color: #000;}
.article .meta p {}
.article .meta > * {
	margin-bottom: 30px;
}
.article .meta p span { display: inline-block; }
.article .meta .date,
.article .meta .cats {}
.article .meta .date {}
.article .meta .cats {
	font-style: italic;
}
.article .meta .tags {
	margin-top: 0.25em;
	line-height: 1.8;
	font-style: italic;
	letter-spacing: 0;
}
.article .meta .tags,
.article .meta .tags a {
	color: #999;
}

.article .meta blockquote {
	margin-bottom: 30px;
	font-size: 11px;
	font-style: normal;
	text-align: left;
}
.article .meta blockquote p {}
.article .content {
	color: #000;
	/*font-size: 16px;
	letter-spacing: 0.075em;*/
	/*font-size: 18px;
	letter-spacing: 0;*/
	font-size: 16px;
	letter-spacing: 0;
}
.article .content p {}
aside.footer  {
	padding-bottom: 45px;
}

.article .author-info {
	display: table;
	color: #999;
	letter-spacing: 0.05em;
}
.article .author-info > * {
	display: table-cell;
	vertical-align: middle;
}
.article .author-info .author-avatar { width: 16%;}
.article .author-info .author-content { width: 80%; padding-left: 4%; }
.article .author-info .author-content .author-content-in {}
.article .author-info .author-content p { line-height: 1.35;}
.article .author-info .author-content > *:last-child { margin-bottom: 0; }
.article .author-info .author-content .author-name {
	margin-bottom: 0.25em;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
.article .author-info .author-content a {}
.article .author-info .author-avatar img {
	height: auto;
	border-radius: 50%;
}

.more-link { display: none;}
.adsense {
	padding: 60px 0;
	background-color: #222;
}

/* =Single
----------------------------------------------------------- */
.single {}
.single #content {}
.single #main { width: auto;}

/* Desktop Only */
@media screen and (min-width: 800px) {

	.single {
		/*background: fixed;
		background-image: linear-gradient(to right top, #fff6f3, #fff7f1, #fdf8ef, #faf9ee, #f5fbef, #f0fcf3, #ecfdf7, #eafdfc, #edfcff, #f2faff, #f7f9ff, #faf8fd);
		background-image: linear-gradient(to right top, #fafaed, #fff9f1, #fff9f7, #fffbfc, #fffdff, #fefdff, #fcfdff, #fbfdff, #f7fcfe, #f3fbfb, #f0faf7, #eff8f2);*/
		background-color: #fff;
	}
	.single #content {}

	.page #page,
	.single #page { padding-top: 0;}

	.article .eyecatch {
		position: relative;
		z-index: 1;
		overflow: hidden;
		margin-bottom: 12vh;
		padding: 12vh 0;
	}
	.article .eyecatch .bg {
		display: block;
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: calc(100% + 100px);
		height: calc(100% + 100px);
		background: no-repeat center fixed;
		background-size: cover;
		-webkit-filter: blur(20px);
		        filter: blur(20px);
		margin: -50px;
		-webkit-animation: eyecatchAnimation 3s cubic-bezier(.13,.49,.55,.81)0s 1 normal;
		        animation: eyecatchAnimation 3s cubic-bezier(.13,.49,.55,.81)0s 1 normal;
	}

		@keyframes eyecatchAnimation {
			0%{
				opacity: 0;
				-webkit-transform:scale(1.25);
				        transform:scale(1.25)
			}
			33.3%{
				opacity: 0;
				-webkit-transform:scale(1.1);
				        transform:scale(1.1)
			}
			to{
				opacity: 1;
				-webkit-transform: scale(1.05);
				        transform: scale(1.05);
			}
		}

	.article .eyecatch .image {
		display: block;
		margin: auto;
		width: 400px;
		height: 262px;
		overflow: hidden;
		background-color: #f9f9f9;
	}

	.single .article .content,
	.single .footer {
		max-width: 720px;
	}
	.single .article .header {
		margin-bottom: 12vh;
		max-width: 400px;
	}
	.single .article .meta {
	}
	.single .article .meta .date {}
	.single .article .meta .tags,
	.single .article .meta blockquote {
	  display: block;
	}
	.single .article .meta .tags {
		line-height: 1.8;
	}
	.single .article .meta blockquote {}
	.single .article .meta blockquote p {}
	.single .article .content {
		/*background-color: #fff;
		padding: 45px;*/
	}
	.single .article .content p {}
}

.single .article .content {}
.single .article .content p,
.single .article .content iframe,
.single .article .content video {
	margin-bottom: 2em;
}


/* Works
.article.type-works .header {
	display: table;
	height: 100vh;
}
.article.type-works .header .title {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.15em;
} */
.article.type-works blockquote {}


/* =Page
----------------------------------------------------------- */

.page #main { width: auto;}
.page .article .header,
.page .article .content,
.page aside.footer { margin: 0 auto 0px; padding: 0; letter-spacing: 0;}
.page .article .content { font-family: inherit; font-size: 14px;}
.page .article .header { text-align: center !important; padding: 90px 0px 0;}
/*.page .article .header .title {
    font-size: 3em;
    color: #aaa;
    letter-spacing: 0.14em;
    font-weight: 300;
    text-transform: capitalize;
 }*/


/* =Heading
----------------------------------------------------------- */
/* Single Only */
.single .article .content h1,
.single .article .content h2,
.single .article .content h3,
.single .article .content h4,
.single .article .content h5,
.single .article .content h6 {
	margin-top: 3em;
	margin-bottom: 1em;
	padding: 0;
	color: #000;
	font-weight: normal;
	letter-spacing: 0em;
	line-height: 1.5;
}

/* Desktop Only */
@media screen and (min-width: 800px) {
	/*
	.single .article .content h2 {
		margin-top: 4em;
		margin-bottom: 1em;
		color: #000;
		font-size: 1.5em;
		font-weight: bold;
		padding: 0.75em 1.25em;
		border: solid 2px rgb(0, 0, 0);
	}*/
	.single .article .content h2 {
		margin: 4em 0 1em -45px;
    padding: 0 0 0 40px;
    border-left: solid 5px #000;
		color: #000;
		font-size: 1.7em;
		font-weight: 500;
	}
	.single .article .content h3 {
		margin-top: 4em;
		font-size: 1.5em;
		font-weight: bold;
		border-bottom: solid 1px rgb(200,200,200);
		padding-bottom: 0.5em;
	}
	.single .article .content h4 {
		font-size: 1.3em;
		font-weight: bold;
	}
	.single .article .content h5,
	.single .article .content h6 {
		font-size: 1.1em;
		font-weight: bold;
	}
}

.page .article .content h1,
.page .article .content h2,
.page .article .content h3,
.page .article .content h4,
.page .article .content h5,
.page .article .content h6 {
	margin: 2.8em auto 30px;
	padding: 0;
	letter-spacing: 0.07em;
	line-height: 2;
}

/* Page Only */
.page .article .content h1,
.page .article .content h2 { font-size: 21px;}
.page .article .content h3 { font-size: 18px;}
.page .article .content h4 { font-size: 15px;}
.page .article .content h5 { font-size: 14px;}

article .content h1:first-child,
article .content h2:first-child,
article .content h3:first-child,
article .content h4:first-child,
article .content h5:first-child,
article .content h6:first-child { margin-top: 0 !important;}

/* =Strong
----------------------------------------------------------- */
.single .article .content strong { font-weight: bold; }

/* =Anchor
----------------------------------------------------------- */
article .content a { color: #3498db; text-decoration: underline;}
article .content a:focus,
article .content a:active,
article .content a:hover  { text-decoration: none;}

/* =Edit Link */
.edit-link a {
	display: block;
	margin: 2.1em auto;
	padding: 1.4em;
	max-width: 200px;
	background: #c0392b;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
}

.edit-link a:hover  { background: #888; color: #fff;}
article .content .edit-link { clear: both; display: block;}
.home .edit-link { display: none;}

/* =Horizontal Rule
----------------------------------------------------------- */
article .content hr { background: transparent !important; height: 1px; margin: 7em 0 !important;}

/* =Table
----------------------------------------------------------- */
.single .article .content table {
	margin-bottom: 30px;
	border: solid 1px #ecf0f1;
}
.single .article .content tr { border: 0;}
.single .article .content th,
.single .article .content td {
	padding: 0.5em;
	border: solid 1px #fff;
	background-color: rgba(0, 0, 0, 0.05);
}
.single .article .content th { background-color: rgba(0, 0, 0, 0.1);}

/* =blockquote
----------------------------------------------------------- */
article .content blockquote {
	padding: 1.25em 2em;
	margin-bottom: 2em;
	background-color: #f9f9f9;
	border: solid 1px #ececec;
	font-size: 0.91em;
}
article .content blockquote::before {}
article .content blockquote::after {}

/* Definition List
----------------------------------------------------------- */
.single .article .content dl { padding: 1.4em; border: solid 3px #000;}
.single .article .content dl dt,
.single .article .content dl dd { margin: 0 auto .7125em;}
.single .article .content dl dt { font-weight: bold; font-size: 108%;}
.single .article .content dl dd { padding-left: 1.3125em; font-size: 90%;}

/* Unordered List
----------------------------------------------------------- */
article .content ul:not([class]) { margin-bottom: 2em;}
article .content ul:not([class]):last-child { margin-bottom: 0; }
article .content ul:not([class]) li { display: list-item; margin: 0 auto 0.7em; padding: 0 0 0.7em; border-bottom: solid 1px #dcdcdc;}
article .content ul:not([class]) li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none;}

/* Ordered List
----------------------------------------------------------- */
article .content ol { margin-bottom: 1.4em;}
article .content ol li { display: list-item; list-style: decimal-leading-zero; margin-left: 2.1em; padding-left: 0.35em;}

article .content ul:not([class]) li a,
article .content ol:not([class]) li a { text-decoration: none;}

/* Images
----------------------------------------------------------- */
article .content img.wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0;}

/* =Caption */
.wp-caption { margin: 0 auto 3em; padding: 0; max-width: 100%;}
.wp-caption.alignleft { margin: 0 1em 3em 0;}
.wp-caption.alignright { margin: 0 0 1em 3em;}
.wp-caption.aligncenter { text-align: center;}
.wp-caption img { display: inline-block; max-width: 100%; width: 100%; padding: 0; margin: 0;}
.wp-caption .wp-caption-text,
.gallery-caption { color: #777; font-size: 9px; font-style: italic;}
.wp-caption .wp-caption-text { padding: 15px; background: #ecf0f1; text-align: left;}
.wp-caption .wp-caption-text: before {
	color: #666;
	content: '\2014';
	font-size: 108%;
	font-style: normal;
	font-weight: normal;
	margin-right: 5px;
}

/* =Gallery */
.gallery {
	width: 100%;
	margin-bottom: 30px;
	padding: 0 !important;
	border: none !important;
}
.gallery:after {
	content: ".";
	display: block;
	height: 0px;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.gallery .gallery-item {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	border: none;
	text-align: center;
}
.gallery .gallery-item img {
	display: inline;
}
.gallery-columns-1 .gallery-item { max-width: 100%;}
.gallery-columns-2 .gallery-item { max-width: 50%;}
.gallery-columns-3 .gallery-item { max-width: 33.33%;}
.gallery-columns-4 .gallery-item { max-width: 25%;}
.gallery-columns-5 .gallery-item { max-width: 20%;}
.gallery-columns-6 .gallery-item { max-width: 16.66%;}
.gallery-columns-7 .gallery-item { max-width: 14.28%;}
.gallery-columns-8 .gallery-item { max-width: 12.5%;}
.gallery-columns-9 .gallery-item { max-width: 11.1%;}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) { margin-right: 0;}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align:
	left;
	width: 100%;
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption { opacity: 1;}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption { display: none;}

/* =: ) */
img#wpstats { display: none;}

/* =Video
----------------------------------------------------------- */
article .content embed,
article .content iframe,
article .content object { width: 100%;}

/* =Navigation
----------------------------------------------------------- */
#nav-above { padding: 0 0 1.625em;}
#nav-above { display: none;}
.nav-previous { float: left; width: 50%;}
.nav-next { 	float: right; text-align: right; width: 50%;}

#nav-single { position: relative; top: -0.3em; text-align: center; z-index: 1;}
#nav-single .nav-previous,#nav-single .nav-next { float: none; width: auto;}

.article .page-link {
	clear: both;
	margin: 0 auto;
	padding: 30px 0;
	height: auto;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
}
.article .page-link a,
.article .page-link > span {
	display: inline-block;
	padding: 0.35em 0.5em;
	margin: 0;
	border: solid 1px #000;
	font-weight: bold;
	vertical-align: middle;
}
.article .page-link > span {
	background-color: #000;
	color: #fff;
}

.article .page-link a {;
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
.article .page-link a:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

/* =Other
----------------------------------------------------------- */

/* Password Protected Posts */
.hentry-password-required article .header .comments-link { margin: 1.625em 0 0;}
.hentry-password-required input[type=password] { margin: 0.8125em 0;}
.hentry-password-required input[type=password]:focus { background: #f7f7f7;}

/* =Author Info
-----------------------------------------------------------
#author-info { overflow: hidden;}
.archive #author-info { border-bottom: 1px solid #ddd;}
#author-info #author-avatar { width: 10%;}
#author-info #author-description { width: 86%;}
#author-info #author-name { font-size: 112%; font-weight: bold; margin: 0 0 0.7em; line-height: 1;}
#author-info p { font-size: 11px; line-height: 1.75;}
img.avatar { float: left !important; margin: 0 1.4em 1.4em 0; max-width: 100px; height: auto; background: #fff; border-radius: 50%;} */

/* =Widgets
----------------------------------------------------------- */

.widget-area {}
.widget { clear: both; margin-bottom: 30px;}
.widget-title {}
.widget ul {}
.widget ul ul { margin-left: 0.35em; border: none;}
.widget ul li { padding-bottom: 0.35em; margin-bottom: 0.35em; border-bottom: solid 1px #ddd;}
.widget ul li:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: none;}
.widget a { text-decoration: none;}
.widget a:hover, .widget a:focus, .widget a:active { text-decoration: underline;}

/* Tag Cloud */
.tagcloud { line-height: 1;}
.tagcloud a {
	display: inline-block;
	margin: 0 0.35em 0.35em 0;
	text-decoration: none;
	letter-spacing: 0;
}
.tagcloud a:hover {}



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

	=Common Part

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


/* =Section
----------------------------------------------------------- */
.block { margin-bottom: 45px; }
.block:last-of-type { margin-bottom: 0; }

/* =Heading
----------------------------------------------------------- */
.h-section {
	margin-bottom: 1em;
	font-size: 1.75rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.35 !important;
	letter-spacing: 0.07em;
	text-align: center;
}
.title-condensed {
	margin-bottom: 1em;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}
.title-article {
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 1.5em !important;
	padding-bottom: 1.5em !important;
	position: relative;
}
.title-article:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: ".";
    font-size: 0;
    display: block;
    margin: auto;
    width: 50px;
    height: 1px;
    background-color: #000;
    transform: rotate(-0deg);
}
.title-article em { display: block; font-size: 0.5em}
.h-minimal {
	margin: 1.4em auto 1.4em;
	padding: 0 0 0em;
	color: #777 !important;
	font-size: 250%;
	font-weight: normal !important;
	line-height: 1.44;
	text-align: center;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.h-bb {
	margin: 0 0 0.7em !important;
	padding: 0.35em 0 !important;
	font-size: 140%;
	color: #aaa;
	border-bottom: solid 1px #ddd;
}
.h-sub {
	font-size: 1.4em !important;
	font-weight: normal;
	letter-spacing: 0.035em;
}
.h-gray {
	color: #879999;
}

#primary [class*="h-"] { font-size: 1.8em !important;}

/* =Paragraph
----------------------------------------------------------- */

.p-common { margin: 0 auto 3.5em;}
.p-minimal p { letter-spacing: 0.04em;}
.p-tiny p { font-size: 90%;}

/* =Text
----------------------------------------------------------- */

.txt-note { font-size: 0.75em; }

.span-mint { background-color: #52CCCD; color: #fff; font-weight: bold; padding: 3px 8px;}
.span-orange { background-color: #FFC000; color: #fff; font-weight: bold;}
.span-gray { background-color: #999; color: #fff; font-weight: bold; padding: 3px 8px;}
.span-green { background-color: #A3D900; color: #fff; font-weight: bold; padding: 2px 4px;}

/* =List
----------------------------------------------------------- */

.list-inline { letter-spacing: -.40em;}
.list-inline li {
	display: inline-block;
	margin: 0 15px 0 0;
	letter-spacing: normal;
	line-height: 1;
}

.list li {
	margin-bottom: 1.0em;
	padding-left: 2em;
}

.list li:before {
	margin-left: -1em;
	content: "・";
	font-size: 2em;
	line-height: 0;
	vertical-align: middle;
}

.list li span {
	display: block;
	font-weight: normal;
	font-size: 0.9em;
	margin-top: 0.5em;
}


/* =Table
----------------------------------------------------------- */
.table-main th,
.table-main td { padding: 1.4em; vertical-align: top; border: solid 2px #ddd;}
.table-main th { font-weight: bold; background: #f6f6f6;}

.table-simple { max-width: 100%; margin: 0 auto 40px; border: none; font-size: 13px; border: none;}
.table-simple th,
.table-simple td { background-color: transparent; text-align: left; border: none}
.table-simple tr { border-bottom: solid 1px #ddd;}
.table-simple tr:last-child { border-bottom: none;}
.table-simple th { border-right: solid 1px #ddd;}

/* =Horizontal Rule
----------------------------------------------------------- */

hr {
	clear: both !important;
	margin: 2.7em 0;
	border: 0;
	height: 1px;
	background-color: transparent;
}

hr.hr-border { margin: 1.4em 0; background-color: #ddd;}
hr.hr-breath { margin: 1.4em 0 !important; max-width: 100%; background-color: #000; height: 2px;}
hr.hr-transparent { background-color: transparent; background-image: none;}
hr.hr-apple { background: url(images/i-sep-apple.png) bottom repeat-x !important;}

/* =Columns
----------------------------------------------------------- */

.splitColumn {
	overflow: hidden;
}
.splitColumn .row {
	width: 104%;
	margin-left: -2%;
}
.splitColumn .row .col {
	float: left;
	margin: 0 2% 2%;
	padding: 0;
}
.splitColumn .row.col-2 .col { width: 46%;}
.splitColumn .row.col-3 .col { width: 29.33%;}
.splitColumn .row.col-4 .col { width: 21%;}
.splitColumn .row.col-5 .col { width: 16%;}


/* =Frame
----------------------------------------------------------- */

.frame { margin: 0 auto 10px; padding: 20px; border : solid 1px #ddd;}
.frame-simple { border: solid 1px #ddd;}
.frame-note { border: dotted 1px #369; font-size: 92%; color: #369;}
.frame-shadow { box-shadow: 1px 1px 8px #ccc;}
.frame-bold { border: solid 3px #ccc;}
.frame-marron { border: solid 1px #c9a15e; background-color: #fff;}
.frame-mint { border: solid 1px #58cccc; background-color: #fff;}

/* =Definition List
----------------------------------------------------------- */

.dl-main {}
.dl-main dt,
.dl-main dd {}
.dl-main dt { font-weight: bold;}
.dl-main dd {}

.dl-history: after { content: "."; display: block; height: 0px; font-size: 0; clear: both; visibility: hidden;}
.dl-history dt,
.dl-history dd { display: block; text-align: left;}
.dl-history dt { float: left; width: 30%; color: #000; font-weight: bold;}
.dl-history dd { float: left; width: 70%; color: #777;}
.dl-history span { display: block; float: left; width: 50%; text-align: center;}

.dl-history2: after { content: "."; display: block; height: 0px; font-size: 0; clear: both; visibility: hidden;}
.dl-history2 dt,
.dl-history2 dd { display: block; text-align: left;}
.dl-history2 dt { float: left; width: 32%; padding-right: 8%; color: #000; font-weight: bold; text-align: right;}
.dl-history2 dd { float: left; width: 60%; color: #777;}

/* =Buttons
----------------------------------------------------------- */

a[class*="button-"] { vertical-align: middle; line-height: 1.4; text-decoration: none !important; text-shadow: none;}
a[class*="button-"] i { margin-right: 0.25em;}

/* Styles & Size */
.button-layer,
.button-layer:after,
.button-layer span {
	width: 250px;
	height: 50px;
}
.button-layer {
	position: relative;
	z-index: 2;
	display: inline-block;
	font-weight: 200;
	font-size: 0.8375rem;
	letter-spacing: 0.1em;
}
.button-layer span {
	display: block;
	position: absolute;
	z-index: 3;
	left: -4px;
	top: -4px;
	padding: 0 1.6em;
	line-height: 50px;
	border: solid 1px #000;
	background: url(images/i-arrow-right.png) no-repeat 95% center;
	background-size: 7px auto;
	background-color: #fff;
	color: #000;
	text-align: left;
	text-transform: uppercase;
	-webkit-transition: all ease-out 0.1s;
	   -moz-transition: all ease-out 0.1s;
	    -ms-transition: all ease-out 0.1s;
	        transition: all ease-out 0.1s;
}
.button-layer:after {
	content: ".";
	font-size: 0;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	border: solid 1px #000;
	background-color: #fff;
}
.button-layer:hover span {
	background-color: #f6f6f6;
	left: 0;
	top: 0;
}

.button-link {
	display: inline-block;
	margin: auto;
	padding: 10px 1.6em;
	line-height: 50px;
	border: solid 1px #000;
	background-color: #fff;
	color: #000;
	text-align: left;
	text-transform: uppercase;
	-webkit-transition: all ease-out 0.1s;
	   -moz-transition: all ease-out 0.1s;
	    -ms-transition: all ease-out 0.1s;
	        transition: all ease-out 0.1s;
}
.button-link:hover { background-color: #f1f1f1 !important;}
.button-border {
	display: block;
	padding: 1.2em;
	margin: 0 auto 30px;
	max-width: 640px;
	border: solid 4px #000;
	font-weight: bold;
	font-size: 170%;
	color: #000 !important;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.07em;
	opacity: .75 !important;
}
.button-border:hover { background: #000; border-color: #000; color: #fff !important;}
.button-small {
	display: inline-block !important;
	padding: 1em 3.5em;
	font-size: 13px;
	font-weight: normal;
	border-radius: 0;
	border-width: 2px;
}

.button-flat { display: block; box-shadow: none; border-radius: 0px; text-align: center !important; text-shadow: none; font-weight: normal; font-size: 21px;}

.button-action {
	display: block;
	max-width: 640px;
	background: #ff5f8f;
	box-shadow: 0 3px 0 #e95581;
	border-radius: 5px;
	text-align: center !important;
	color: #fff !important;
	font-size: 18px;
	font-weight: normal;
	padding: 20px 0;
	margin: 0 auto;
	text-shadow: none !important;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.button-action em {
	display: block;
	font-size: 200%;
	font-weight: bold;
	letter-spacing: 0.14em;
}

.button-action:hover {
	opacity: 1; background: #e95581;
	-webkit-transform: translate3d(0,3px,12px);
	-moz-transform: translate3d(0,3px,12px);
	-ms-transform: translate3d(0,3px,12px);
	transform: translate3d(0,3px,12px);
	box-shadow: 0 0 0 #ddd;
}

/* Option */
.button-icon i { display: block; font-size: 300%;}

.button-ghost {
	display: block;
	margin: auto;
	max-width: 420px;
	position: relative;
	padding: 20px 0;
	line-height: 1.44;
	text-align: center;
	text-decoration: none;
	outline: none;
	border: 2px solid #000;
	color: #000;
	font-size: 1.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	transition: .3s ease;
}
.button-ghost:hover { background-color: #6e32ff !important; border-color: #6e32ff !important; color: #fff !important;}
.button-ghost:hover i { right: 0px;}

/* =Background Color
----------------------------------------------------------- */

.bg-black { background-color: #000 !important; color: #fff !important;}
.bg-white { background-color: #fff !important;}

.bg-gray { background-color: #999 !important; color: #fff !important;}
.bg-red { background-color: #f00 !important; color: #fff !important;}
.bg-blue { background-color: #08f !important; color: #fff !important;}
.bg-green { background-color: #a2db00; color: #fff !important;}
.bg-green:hover { background-color: #9C0 !important;}
.bg-navy { background-color: #314B6C !important;}
.bg-turquoise { background-color: #1abc9c !important;}
.bg-turquoise,.bg-turquoise a { color: #fff !important;}
.bg-emerald { background-color: #2ecc71 !important;}
.bg-emerald,.bg-emerald a { color: #fff !important;}
.bg-mint { background-color: #58cccc !important;}
.bg-mint,.bg-mint a { color: #333 !important;}
.bg-cloud { background-color: #ecf0f1 !important;}
.bg-cloud,.bg-cloud a { color: #333 !important;}
.bg-radiant-orchid { background-color: #b163a3 !important;}
.bg-radiant-orchid,.bg-radiant-orchid a { color: #fcc !important;}
.bg-sunflower { background-color: #f1c40f !important;}
.bg-sunflower,.bg-sunflower a { color: #333 !important;}

.bg-f6 { background-color: #f6f6f6 !important;}
.bg-eee { background-color: #eee !important;}
.bg-eee,.bg-eee a {}
.bg-ddd { background-color: #ddd !important;}
.bg-ddd,.bg-ddd a { color: #333 !important;}
.bg-ccc { background-color: #ccc !important;}
.bg-ccc,.bg-ccc a { color: #333 !important;}
.bg-xmas-red { background-color: #8c0000 !important;}
.bg-xmas-gold { background-color: #b2875d !important;}
.bg-alizarin { background-color: #a80d22 !important; color: #fff !important;}
.bg-light-green { background-color: #9C0 !important; color: #fff !important;}
.bg-salmon-pink { background-color: #f77 !important; color: #fff !important;}
.bg-none { background-image: none !important;}

.bg-warp { background-color: #6e32ff !important;}
.bg-warp, .bg-warp a { color: #fff !important;}
.bg-syro { background-color: #cbe900 !important;}
.bg-syro, .bg-syro a { color: #000 !important;}


/* =SNS
----------------------------------------------------------- */

/* =Officlal Buttons  */
.socialButtons {
	margin-bottom: 2rem;
	font-size: 0;
	letter-spacing: 0;
	text-align: left;
}
.socialButtons .item { display: inline-block; vertical-align: top; margin: 0 5px 5px 0; max-width: 200px !important; overflow: hidden !important;}

.socialButtons.horizontal {}
.socialButtons.vertical { border-top: solid 1px #ddd; border-bottom: solid 1px #ddd; padding: 20px 0; text-align: center;}

#socialSticky .socialButtons { border: none; padding: 0;}

/* =SNS Share Buttons  */
ul.list-share {
	font-size: 0;
	letter-spacing: 0;
	margin: 0 -5px 0 0;
}
ul.list-share li {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 7 - 5px);
	margin: 0 5px 0 0;
	border: solid 0 #ececec;
	background: no-repeat center;
	background-color: #fff;
}
ul.list-share li a {
	position: relative;
	display: block;
	padding: 10px 0;
	height: 40px;
	line-height: 1;
	font-size: 16px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
ul.list-share li a i,
ul.list-share li a span {
	display: inline-block;
	vertical-align: middle;
}
ul.list-share li a i {
	margin: -3px 0 0;
}
ul.list-share li a .text {
	display: none;
}
ul.list-share li a .count {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	width: 3em;
	height: 10px;
	margin: auto;
	font-size: 9px;
}
ul.list-share li:hover { opacity: 0.35; }

ul.list-share li.twitter {}
ul.list-share li.facebook {}
ul.list-share li.line {
	background-image: url(images/ico-line.png);
	background-size: 18px auto;
}
ul.list-share li.hatena {
	background-image: url(images/ico-hatena.png);
	background-size: 16px auto;
}
ul.list-share li.googleplus {}
ul.list-share li.pocket {}
ul.list-share li.feedly{}


/* =Google Adsense
----------------------------------------------------------- */
 .adsense iframe { margin: auto;}



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

	=Loop

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

/* =Common
----------------------------------------------------------- */

.loop {}
.loop .row {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.loop .col {
	width: 25%;
	height: auto;
	padding: 25px;
	position: relative; /* for NEW! */
}
.loop img,
.loop img:hover { background-color: transparent;}
.loop .image,
.loop .header,
.loop .meta,
.loop .content,
.loop .footer { margin: auto; margin-bottom: 25px;}
.loop .header { position: relative; }
.loop .header,
.loop .header a { text-decoration: none;}
.loop .header a:hover { text-decoration: underline; }
.loop .header > *:last-child { margin-bottom: 0; }
.loop .meta { }
.loop .meta > * { display: block; margin-bottom: 0.5em;}
.loop .meta a {}
.loop .date { font-size: 11px;}
.loop .category { font-size: 9px;}
.loop .tag {}
.loop .image { position: relative;}
.loop .image img {
	display: block;
	padding: 0 !important;
	width: 100%;
	height: auto;
}
.loop .image img:hover { opacity: 0.85; }
.loop .new {
	display: none;
	position: absolute;
	z-index: 2;
	top: -10px;
	left: -10px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	line-height: 44px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.loop .header .title { margin: 0; margin-bottom: 20px; font-size: 1.1em; /*line-height: 1.5;*/}
.loop .header .title:last-child { margin-bottom: 0; }
.loop .header .title,
.loop .header .title a {}
.loop .header .title a { color: #000; text-decoration: none;}
.loop .header .title a:hover { color: #aaa;}
.loop .content { font-size: 0.5625rem; letter-spacing: 0;}
.loop .content p { margin-bottom: 1em; line-height: 2;}
.loop .content a { color: #000; text-decoration: none;}
.loop .content a:hover { text-decoration: underline;}

/* Specify number of columns */
.loop .col-1 .col { width: 100%;}
.loop .col-2 .col { width: 50%;}
.loop .col-3 .col { width: 33.33%;}
.loop .col-4 .col { width: 25%;}
.loop .col-5 .col { width: 20%;}
.loop .col-6 .col { width: 16.66%;}


/* =Type : PRISM
----------------------------------------------------------- */
.type-prism {
	padding: 12.5vh 15vw;
	justify-content: space-between;
}
.type-prism .col {
	position: relative;
	width: auto;
	margin: 0;
	margin-bottom: 40vh;
	padding: 0;
}
.type-prism .col:last-of-type {
	margin-bottom: 10vh;
}
.type-prism .image {
	position: relative;
	z-index: 2;
	/* margin-top: 40vh; for script.js .effect.fadein */
	margin-bottom: 0;

	/* Default Size */
	width: 32vw;
	height: 20vh;
}
.type-prism .image img,
.type-prism .image iframe {
	display: block;
	position: absolute;
	z-index: 2;
	top: -100px;
	left: -60px;
}
.type-prism .image img { opacity: 1 !important; }
.type-prism .image iframe { height: calc(100% * 1.16);}
.type-prism .header {
	padding: 25px;
	position: absolute;
	z-index: 3;
	top: 65%;
	left: 70%;
	min-width: 240px;
	background-color: rgba(255, 255, 255, 1);
	color: #000;
	/*font-weight: 300;*/
	font-style: normal;
	letter-spacing: 0.05em;
}
.type-prism .header:hover {}
.type-prism .header .title {
	margin-bottom: 0.75em;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.type-prism .header .title a { color: #000; }
.type-prism .header .meta { font-size: 9px;}
.type-prism .content,
.type-prism .footer { display: none;}

.type-prism .col:nth-of-type(1) .image { width: 64vw; height: 52vh; margin-left: 2vw;}
.type-prism .col:nth-of-type(2) .image { width: 27vw; height: 22vh;}
.type-prism .col:nth-of-type(3) .image { width: 32vw; height: 30vh; margin-left: 10vw;}
.type-prism .col:nth-of-type(4) .image { width: 44vw; height: 42vh; margin-left: 12.5vw;}
.type-prism .col:nth-of-type(5) .image { width: 32vw; height: 32vh;}
.type-prism .col:nth-of-type(6) .image { width: 24vw; height: 29vh; margin-left: 8vw;}
.type-prism .col:nth-of-type(7) .image { width: 50vw; height: 40vh;}
.type-prism .col:nth-of-type(8) .image { width: 56vw; height: 52vh; margin-left: 12.5vw;}
.type-prism .col:nth-of-type(9) .image { width: 54vw; height: 60vh;}
.type-prism .col:nth-of-type(10) .image { width: 26vw; height: 40vh;}
.type-prism .col:nth-of-type(11) .image { width: 28vw; height: 30vh; margin-left: 12.5vw;}
.type-prism .col:nth-of-type(12) .image { width: 44vw; height: 42vh; margin-left: 8vw;}


/* =Type : COLUMN
----------------------------------------------------------- */
.type-column {}
/*.type-column .image {
	height: 180px;
	overflow: hidden;
}
.type-column .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}*/

@media screen and (min-width: 600px) {
	.type-column .image {
		margin: 0 0 20px;
		position: relative;
		overflow: hidden;

		/* 3:2 */
	  height: 0;
	  padding-bottom: 66.6666%;
	}
	.type-column .image img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		-webkit-transition: all ease-out 0.8s;
		   -moz-transition: all ease-out 0.8s;
		    -ms-transition: all ease-out 0.8s;
		        transition: all ease-out 0.8s;
		-webkit-transform: scale(1.15);
		   -moz-transform: scale(1.15);
		    -ms-transform: scale(1.15);
		        transform: scale(1.15);
	}
	.type-column .image:hover img {
		-webkit-transform: scale(1.25);
		   -moz-transform: scale(1.25);
		    -ms-transform: scale(1.25);
		        transform: scale(1.25);
	}
}

.type-column .new { display: block; }
.type-column .header {}
.type-column .header .title { text-align: left;}
.type-column .header,
.type-column .header .title,
.type-column .content { color: #777;}
.type-column .meta > * { line-height: 1.35;}
/*
.type-column .meta {
	font-size: 1.25rem;
	font-style: italic;
	padding-bottom: 0;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}
.type-column .meta::before,
.type-column .meta::after {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: ".";
	font-size: 0;
	margin: auto;
	width: 45px;
	height: 1px;
	background-color: #000;
	transform: rotate(-45deg);
}
.type-column .meta::after { transform: rotate(45deg);}
.type-column .meta .date {
	color: #000;
	font-size: 1.75rem;
	line-height: 1;
}
.type-column .meta .date .year {
	display: block;
	margin-bottom: 0.5em;
	font-size: 9px;
}
.type-column .meta .date .month,
.type-column .meta .date .day {}
*/
.type-column .content { display: none; }



/* =Type : NEWS
----------------------------------------------------------- */
.type-news {}
.type-news .col {
	margin: auto;
	padding: 0;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: solid 1px #f1f1f1;
	width: 100%;
}
.type-news .col:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.type-news .image,
.type-news .header { margin-bottom: 0;}
.type-news .image {
	float: left;
	margin-right: 25px;
	width: 14%;
}
.type-news .header .title,
.type-news .header .meta {
	margin-bottom: 10px;
}
.type-news .header .title {
	font-size: 14px;
}
.type-news .header > *:last-child { margin-bottom: 0; }
.type-news .header .meta > * { line-height: 1.25; }
.type-news .content {
	display: none;
	font-size: 12px;
}

/* =Box Link
-----------------------------------------------------------
.boxlink {
	display: block;
	text-decoration: none;
	color: #000;
	background: #fff;
	border: solid 3px #29b0e8;
	padding: 27px;
}
.boxlink span { display: block; line-height: 1.5; margin-bottom: 30px;}
.boxlink span:last-child { margin-bottom: 0;}
.boxlink .image {}
.boxlink .image img { width: 100%;}
.boxlink .tit { font-size: 18px; font-weight: bold; text-align: center;}
.boxlink .txt {}
.boxlink .more { background: url(images/btn-readmore.png) no-repeat right bottom; padding-bottom: 30px;}
.boxlink:hover img { opacity: 0.7;}
*/


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

 	=Structure

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

/* =Home
----------------------------------------------------------- */

/* Video */
#top-video {
	width: 100vw;
	height: 100vh;
	position: relative;
}
#top-video iframe {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 50vw;
	height: 100vh;
	margin: auto;
}

/* Works */
#top-works {}

/* Philosophy */
#top-philosophy { background-color: #ececec; }
#top-philosophy .page-mv { height: 75vh; /*background-image: url(images/sub-company-mv.jpg);*/}
.top-feature .row .col {
	width: 50%;
	margin: 0;
	padding: 40px 40px;
	color: inherit;
	letter-spacing: 0.1em;
}
.top-feature .copy {
	padding-top: 2em;
	font-size: 1.125rem;
	font-weight: 200;
	text-align: center;
	letter-spacing: 0.21em;
	color: #000;
}
.top-feature .copy em {
	display: block;
	margin-bottom: 0.75em;
	font-size: 0.75em;
}
.top-feature .col img {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
	margin-top: -20px;
}
.top-feature .col .hd {
	overflow: hidden;
	margin-bottom: 1.5em;
	font-weight: normal;
	font-size: 1.142rem;
}
.top-feature .col p {
	overflow: hidden;
	font-size: 0.75rem;
	text-align: left;
	line-height: 2.4;
}

/* Company */
#top-company {
	display: none;
	background: url(images/sub-company-mv05.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
#top-company .wrapper {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#top-company .cnt {}
#top-company .cnt-l { width: 40%; padding: 50px 0;}
#top-company .cnt-r { width: 60%;}
#top-company #map { height: 480px;}

/* Blog & SoundCloud */
#top-blog { background-color: #fff; }
/*#top-blog .blog {}
#top-blog .soundcloud { max-width: 640px; margin: auto; }*/

/* Contact */
#top-contact {
	background-image: linear-gradient(to top right, #a8edea 0%, #fed6e3 100%);
}

.table-form tr { border-bottom: 0; }

/* =Page
----------------------------------------------------------- */

.wrapper-min { max-width: 640px;}
.section { margin: 0 auto; padding: 90px 0;}

.page .article .content .in {
	padding: 5em;
}
.page .section-action {}
/*.page .section:first-of-type { padding-top: 0;}*/

.page-mv img { margin: auto;}

/* Company */
.title-thin {
	font-size: 16px;
	font-weight: 200;
	letter-spacing: 0;
	line-height: 1 !important;
}
.title-thin em { font-size: 200%; vertical-align: middle; margin-right: 0.35em;}
.title-page {
	font-size: 1.5em !important;
	font-weight: normal;
	letter-spacing: 0.07em;
	line-height: 2;
	margin: 2em 0 !important;
}
.page-mv.company {
	background: url(images/sub-company-mv01.jpg) no-repeat center;
	background-size: 100% auto;
	position: relative;
	height: 100vh;
}
.page-mv.company .page-mv-in {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 270px;
	height: 120px;
}
.home .page-mv.company { background-size: 100% auto; height: 360px;}
.home .page-mv.company .page-mv-in { width: 78px; height: 78px;}

article .company-philosophy { color: #50659c;}
article .company-philosophy a,
article .company-philosophy dl { color: #50659c; border-color: #50659c;}
article .company-service { /*background: #6e32ff; padding: 45px 0; */}

article .company-mv-3rules { padding: 90px 45px; background-color: #f6f6f6;}
article .company-mv-3rules img { margin: auto;}
article .company-3rules { color: #000;}
article .company-3rules a,
article .company-3rules dl { color: #000; border-color: #000;}

article .company-mv-strength { padding: 60px 0;  background: #be2f65;}
article .company-mv-strength img { margin: auto;}
article .company-feature { color: #be2f65;}
article .company-feature .button-ghost { color: #be2f65; border-color: #be2f65;}
article .company-feature img { margin: auto;}
article .company-feature h3 { line-height: 1.5 !important;}


article .company-mv-flow { padding: 90px 45px;  background: #f6f6f6;}
article .company-mv-flow img { margin: auto;}
article .company-flow { color: #958e17;}
article .company-flow a,
article .company-flow dl { color: #958e17; border-color: #958e17;}

article .company-profile { background: #f6f6f6;}
#map {}
article .company-contact {}

/* Price */
section#sec-plan-detail .cntL { width: 25%;}
section#sec-plan-detail .cntR { width: 70%;}

/* Works */
body.page.page-id-196 { background-color: #fff;}
.page.page-id-196 #breadcrumbs,
.page.page-id-196 #sharebar,
.page.page-id-196 .page-header { display: none !important;}
.page.page-id-196 #primary,
.page.page-id-196 #secondary { float: none !important; padding: 0px !important; width: 100% !important;}

/* page-template-page-format-section-php
----------------------------------------------------------- */
/* One-column & window-scaling design*/
body.page-template-page-format-section-php { background-color: transparent;}
.page-template-page-format-section-php #header {}
.page-template-page-format-section-php #page {}
.page-template-page-format-section-php .page-header { display: none;}
.page-template-page-format-section-php #main.wrapper { max-width: 100%;}

.page section.section-block { text-align: center; height: auto; padding: 0 0; margin: 0 auto; font-size: 1.1125em;}
.page section.section-block.window-scale {}
.page section.section-block .wrapper { position: relative; max-width: 960px; height: 92%; padding: 4% 0; margin: 0 auto;}
.page section.section-block h1,
.page section.section-block h2,
.page section.section-block h3,
.page section.section-block h4,
.page section.section-block h5,
.page section.section-block h6,
.page section.section-block p,
.page section.section-block figure { margin: 1.6125em auto;}
.page section.section-block img { margin: 0 auto;}
.page section.section-block img.alignnone { margin: 0 0 3%;}
.page section.section-block p { max-width: 100%; text-align: left; line-height: 2;}



/* =Archive
----------------------------------------------------------- */
.archive #content,
.search #content { padding-top: 15vh;}

/* =Category
----------------------------------------------------------- */


/* =Tag
----------------------------------------------------------- */
body.tag {}


/* =404
----------------------------------------------------------- */
body.error404 {}

/* =Format
----------------------------------------------------------- */
.single-format-image article .content {}
.single-format-image article .content .hasImage {}
.single-format-image article .content .hasImage a img {
	display: block;
	float: left;
	clear: none;
    width: 48%;
    margin-bottom: 4%;
    margin-right: 4%;
    padding: 0;
}
.single-format-image article .content .hasImage a:nth-of-type(2n+2) img { margin-right: 0;}
.single-format-image article .content img {}
.single-format-image article .content img.alignnone { display: block; margin: auto;}

.single-format-image .va-social-buzz { display: none !important; }

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

	=Plug-In

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



/* =Swipebox
http://brutaldesign.github.io/swipebox/
-----------------------------------------------------*/
#swipebox-overlay {
	background-image: linear-gradient(to right, #434343 0%, black 100%) !important;
}

#swipebox-close {
	top: 6.25vw !important;
	right: 6.25vw !important;
}


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

	=WordPress Plug-In

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

/* =Jetpack
----------------------------------------------------------*/
/* Override */
div#jp-relatedposts h3.jp-relatedposts-headline { display: block !important; float: none !important;}



/* =WP-PageNavi
Default style for WP-PageNavi plugin
http: //wordpress.org/extend/plugins/wp-pagenavi/
----------------------------------------------------------*/
.wp-pagenavi {
	clear: both;
	position: relative;
  z-index: 9990;
	margin: 0 auto;
	padding: 30px 6.25vw;
	padding-top: 90px;
	height: auto; line-height: 30px;
	text-align: right;
	font-size: 0.75rem;
}
.wp-pagenavi a,
.wp-pagenavi span {
	padding: 9px 12px;
	margin: 2px;
	border: solid 0 #ccc;
	color: #000;
	text-decoration: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background: #dcdcdc;
}
.wp-pagenavi span.current {}



/* =MW WP Form
----------------------------------------------------------- */
form .num {
	display: none;
	color: #6e32ff;
	font-size: 160%;
	margin-right: 0.7em;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle;
	line-height: 1;
}



/* =Google Plus One
https: //developers.google.com/+/web/badge/?hl=ja
----------------------------------------------------------- */
/*Google Plus One - Profile Badge*/
.g-person {}



/* =Magnific Popup
https: //ja.wordpress.org/plugins/iw-magnific-popup/
----------------------------------------------------------- */
img.mfp-img {}


/* =Table of Contents Plus
----------------------------------------------------------- */
#toc_container li,
#toc_container ul { margin:0; padding:0; border: none;}
#toc_container {
	display: block;
	background-color: #fff;
	border: solid 1px #ecf0f1;
  margin-bottom: 2em;
	width: 100%;
	letter-spacing: 0;
}
#toc_container p.toc_title {
  margin: 0;
  padding: 0.5em;
  background-color: #ecf0f1;
  color: inherit;
  font-size: 16px;
	font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}
#toc_container > ul {
  padding: 1.4em 2.1em;
}
#toc_container ul.toc_list > li {
	margin-bottom: 0.75em;
	padding-bottom: 0.75em;
	border-bottom: solid 1px #ecf0f1;
}
#toc_container ul.toc_list > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#toc_container ul ul {
	margin-left: 2rem;
	font-size: 0.875em;
}

#toc_container a {
	margin-bottom: 0.5em;
	text-decoration: none;
	text-shadow:none;
}
#toc_container a:hover { text-decoration: underline;}

.toc_number {
	display: none;
	color: #000;
	font-weight: 900;
}
.toc_number:after { content: ""; margin-right: 1em;}
.toc_number.toc_depth_1 { display: inline-block; }

/*

#toc_container.toc_black p.toc_title {}
#toc_container.have_bullets li { padding-left: 12px;}
#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
	list-style-type: none;
	list-style: none;
}
#toc_container.toc_light_blue { background: #edf6ff;}
#toc_container.toc_white { background: #fff;}
#toc_container.toc_black { background:#000;}
#toc_container.toc_transparent { background:none transparent;}
#toc_container span.toc_toggle { font-weight:400; font-size:90%;}
#toc_container p.toc_title+ul.toc_list { margin-top:1em; }
.toc_wrap_left { float:left; margin-right:10px;}
.toc_wrap_right { float:right; margin-left:10px;}
.toc_sitemap_posts_letter { font-size:1.5em; font-style:italic;}*/



/* =All in One Schema.org Rich Snippets
----------------------------------------------------------- */
#snippet-box {
	/*display: none !important;*/
	background: transparent !important;
	border: 0 !important;
}
#snippet-box .snippet-title {
	background-color: transparent !important;
  padding: 0 !important;
  margin-bottom: 1em !important;
  padding-bottom: 0.75em !important;
  border-bottom: solid 1px #dcdcdc;
}
#snippet-box .snippet-label,
#snippet-box .snippet-label-img,
#snippet-box .snippet-data,
#snippet-box .snippet-data-img {
	line-height: 1.5;
	margin-bottom: 0.5em;
	padding: 0 0.5em;
  font-size: 10px;
}
#snippet-box .star-img img { display: inline-block; }

/* =VA Social Buzz
----------------------------------------------------------- */
.va-social-buzz {
	margin-bottom: 45px !important;
  font-family: inherit !important;
  font-weight: normal !important;
}

.va-social-buzz .vasb_notification_button a,
.va-social-buzz .vasb_share_button a {
	font-size: 0.75rem !important;
	padding: 1em 0 !important;
	border-radius: 3px !important;
}
@media screen and (min-width: 0px) and (max-width: 599px) {

	.va-social-buzz .vasb_fb .vasb_fb_like {
		background-color: rgba(119,119,119,0.75) !important;
		padding: 25vw 0 !important;
	}
	.va-social-buzz .vasb_share {
		padding: 0 14px !important;
	}
	.va-social-buzz .vasb_share_button {}
}


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

	=Media Queries Responsive Structure

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

/* =Desktop Only
----------------------------------------------------------- */
@media screen and (min-width: 769px) {
	.sp { display: none !important;}

	/* Stratus */
	.home #footer { padding-bottom: 32px;}
	#button-pagetop { bottom: 32px !important;}
	#nav ul ul ul { overflow-y: scroll; height: 240px;}

	/* =Subpages
	----------------------------------------------------------- */
	/* Page */
	.page section.section-block { min-height: 800px;}

  /* Price */
	section#sec-basic-price { background: #e5f1f4 url(images/page-price-img-001.png) no-repeat; background-size: 100% auto;}
	section#sec-basic-price .pos-001 { margin: 20% 0 0 50%;}
}



/* =iPhone
----------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 599px) {
	html {}
	body {}


	/* =Reset
	----------------------------------------------------------- */

	.pc { display: none !important;}
	.tgt,.tgt span { opacity: 1;}

	#loader,
	#vanishing-vision  { display: none !important;}

	.splitColumn { overflow: hidden;}
	.splitColumn .row .col,
	.cnt-l,
	.cnt-r {
		float: none !important;
		width: 100% !important;
		margin: 0 auto 45px !important;
		padding: 0 !important;
	}


	hr { margin: 1.5em auto !important;}

	th, td {
		font-size: 0.9em !important;
		padding: 0.7em !important;
	 }

	/* =Overall
	----------------------------------------------------------- */
	#container { min-width: inherit;}
	#main {}
	#primary,
	#secondary {
		float: none !important; 
		padding: 0 !important; 
		width: 100% !important;
	}
	#secondary { display: none !important;}

	.wrapper {
		width: auto;
		padding: 0 6.25vw;
		margin: 0 auto;
	}
	.single #main { width: 100% !important; padding: 0 !important; margin: 0 auto !important;}

	/* =Header & Navigation
	----------------------------------------------------------- */
	#copies {
		display: none;
		padding: 25px 6.25vw !important;
		padding-top: 20vh ! important;
	}
	#copies .copy.url { display: none;}

	#header {
		position: fixed !important;
		z-index: 999998 !important;
		background-color: transparent;
		width: 100% !important;
		height: auto !important;
		padding: 0 !important;
		-webkit-transition: all ease-out 0.7s;
		   -moz-transition: all ease-out 0.7s;
		    -ms-transition: all ease-out 0.7s;
		        transition: all ease-out 0.7s;
	}
	.home #main { padding-top: 90px !important;}
	/*.page #main,
	.single #main { padding-top: 0 !important;}*/

	#header-in { width: auto !important; padding: 25px 6.25vw !important; margin: 0 auto !important;}
	#header .flex-parent { flex-direction: row;}
	#header .flex-l,
	#header .flex-r { width: auto !important; margin-bottom: 0 !important;}
	#header .flex-r { padding-right: 70px !important; }
	#header .logo {}
	#header .logo a { margin-right: 15px;}
	#header .logo img { width: 56px; }
	#header .phone, #header .sns { margin-left: 10px; }
	#header .phone { display: none;}
	#header .phone li { font-size: 0.75rem;}
	#header .sns li { font-size: 13px; border: solid 1px #000;}
	#header .sns li a { padding: 6px 8px;}
	.trigger-bars {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
    height: 26px;
    margin: 25px 6.25vw 0 0 !important;
	}
	.trigger-bars span:nth-of-type(2) {
		top: 12px;
	}
	.trigger-bars.active span:nth-of-type(1) {
		-webkit-transform: translateY(12px) rotate(-45deg);
		        transform: translateY(12px) rotate(-45deg);
	}
	.trigger-bars.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
            transform: translateY(-12px) rotate(45deg);
	}
	#header .searching {
		padding: 0;
		padding-top: 25px;
  }

	#nav { width: 75vw; padding-top: 78px;}
	#nav a { padding: 10px 6.25vw !important; font-weight: normal;}
	#nav ul ul { display: none !important; }

	/* =Footer
	----------------------------------------------------------- */
	.actionArea {}
	.actionArea .flex-l { margin-bottom: 45px;}
	.actionArea .flex-r {}

	#footer { background: #fff !important;}
	#footer #footer-sns .item { margin-bottom: 15px; }
	#copyright { font-size: 9px !important; letter-spacing: 0; text-align: center;}
	#copyright .flex-l,
	#copyright .flex-r {}
	#copyright .flex-r { text-align: center; }

	#button-pagetop { display: none;}

	/* =Common Part
	----------------------------------------------------------- */
	.block { margin-bottom: 6.25vw; }
	#page { padding-top: 0;}

	.socialButtons { border: none !important; padding: 0 !important;}

	/* SNS Share Button */
	ul.list-share li {}
	ul.list-share li a i { margin: 0; }
	ul.list-share li a .count {
		top: auto;
		left: 0;
		right: 0;
		bottom: -0.5em;
	}
	
	/* Sharecard */
	ul.sharecard {
    width: 100vw;
  }
	ul.sharecard li a {
		height: 40px;
		line-height: 40px;
		/* background-color: #6e32ff !important; */
		color: #fff;
		font-size: 15px;
		background-size: 24px !important;
		opacity: 1;
	}
	ul.sharecard li a:hover {}

	#stratus { display: none !important;}

	.title-article,
	.title-condensed { font-size: 1.25rem;}
	.button-layer { font-size: 0.75rem;}

	/* =Suboops  */
	.subloop { font-size: 0.875em;}
	.subloop .row .col { margin-bottom: 25px !important; }
	.subloop time { font-size: 0.9em;}
	.subloop img { margin: 0 6% 0 0; width: 24%;}

	/* =loop
	----------------------------------------------------------- */
	.loop {}
	.loop .row {
		justify-content: space-between;
	}
	.loop .col {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		min-height: 1px !important;
		height: auto !important;
		padding: 0 !important;
		margin: 0 0 25px !important;
		background-color: transparent !important;
		font-size: 100% !important;
		box-shadow: none !important;
		letter-spacing: 0 !important;
	}
	.loop .col .image,
	.loop .col .header,
	.loop .col .content,
	.loop .col .footer {
		margin-bottom: 15px !important;
	}
	.loop .col .image {}
	.loop .col .image a { position: static !important;}
	.loop .col .image span.loop-rollover { font-size: 85% !important;}
	.loop .col .image span.loop-rollover.title { top: 0%;}
	.loop .col .image img {}

	.loop .col .header,
	.loop .col .content,
	.loop .col .footer { letter-spacing: 0em !important;}
	.loop .col .header {
		display: block !important;
		margin: 0 auto 1.4em !important;
		color: #777 !important;
	}
	.loop .col .header .title {
		font-size: 0.8375rem !important;
	}
	.loop .col .header .title,
	.loop .col .header .title a {}
	.loop .col .content { font-size: 9px !important; margin: 20px 0 0 !important; min-height: 1px !important;}
	.loop .col .footer {}

	/* Design : PRISM */
	.type-prism {
		flex-direction: column;
		padding: 12.5vh 0vw;
	}
	.type-prism .col {
		margin-bottom: 15vh !important;
		padding-bottom: 0 !important;
	}
	.type-prism .col:last-of-type { margin-bottom: 0 !important;}
	.type-prism .image iframe { max-height: 240px;}
	.type-prism .col .image {
		margin: 0 !important;
		margin-bottom: 1vh !important;
		width: 65vw !important;
		height: 35vh !important;
	}
	.type-prism .image img,
	.type-prism .image iframe {
		top: -15%;
		left: 15%;
		width: auto;
	}
	.type-prism .header {
		top: 60%;
		left: 50%;
		width: 50%;
		padding: 15px;
		min-width: inherit;
	}
	.type-prism .header .meta { font-size: 9px; }
	.type-prism .header .title { font-size: 12px; margin-bottom: 0.5em;}

	/* Design : COLUMN */
	.type-column .col {
		width: 48% !important;
	}
	.type-column .image {
		height: 25vw;
		overflow: hidden;
	}
	.type-column .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		-o-object-fit: cover;
	}
	.type-column .meta {
		padding-bottom: 0px;
    margin-bottom: 10px;
	}
	.type-column .meta::before,
	.type-column .meta::after { display: none; }
	.type-column .meta .date {}
	.type-column .title { text-align: left;}
	.type-column .content { display: none; }
	.type-column .content p { line-height: 1.75; }

	/* Design : NEWS */
	.loop .type-news .image {
		margin-right: 6%;
		width: 24%;
	}


	/* =Article
	----------------------------------------------------------- */
	/* Reset */
	.article [class*="align"],
	.article .alignleft,
	.article .alignright,
	.article .aligncenter { display: block; float: none; max-width: 100%; margin: 0 auto 6%; padding: 0; text-align: center;}

	.article .wp-caption { max-width: 100% !important; padding: 2% !important;}
	.article embed,
	.article iframe,
	.article object { max-height: 240px;}

	/* WordPress Blog card */
	.article .wp-embedded-content { max-height: none; }

	.article .adsense iframe { margin: auto; max-height: none !important;}
	aside.footer  [class*="h-"] { font-size: 18px !important;}

	/* Page & Single */
	.article .eyecatch {
		margin: auto !important;
		height: 36vh !important;
	}
	.article .eyecatch img {}
	.article .header,
	.article .content,
	aside.footer  {}

	.article .header {
		padding: 12.5vw;
		margin: auto;
		color: #000;
	}
	.article .content { padding: 0 !important;}
	aside.footer { padding: 6.25vw 0; }
	aside.footer .block { padding: 0 6.25vw !important;}

	.article .header {}
	.article .header .title {
		padding: 0 !important;
		margin: 0 auto 6.25vw !important;
		font-size: 1.2em;
	}
	.article.type-works .header .title {
		font-size: 1.05em;
		font-weight: normal;
		letter-spacing: 0.15em;
		/*font-weight: bold;
		letter-spacing: 0;*/
	}
	.hdr-cross {}
	.hdr-cross::before,
	.hdr-cross::after { display: none; }
	.article .meta {
		display: block;
		margin: 0 auto 6.25% !important;
		padding: 0 !important;
	}
	.article .meta p {}
	.article .meta .date {}
	.article .meta .cats {}
	.article .meta .tags {}
	.article .meta blockquote {}
	.article .author-info .author-avatar { width: 19%;}
	.article .author-info .author-content { width: 77%;}
	.article .content {
		/* COSSTORE
		color: #565656 !important;
		font-size: 1.12em !important;
		letter-spacing: 0.0em !important; */
		/* ?
		color: #565656 !important;
		font-size: 12px !important;
		font-weight: normal;
		letter-spacing: 0.07em !important; */
		/* ? */
		color: #222 !important;
		font-size: 12px !important;
		letter-spacing: 0 !important;
	}
	.article .content img[class*="align"] { max-width: 100%; padding: 0; margin: 0 auto 6%;}
	.article .content .wp-caption { font-size: 9px !important; line-height: 1.5;}
	.adsense { padding: 0;}


	/* Single */
	.single { background-color: #fff !important;}
	.single #breadcrumbs { display: none !important;}
	.single #content {
		margin: 0 !important;
		padding: 0 !important;
	}
	.single .article .content {
		padding: 0 6.25vw !important;
	}
	.single .article .content p,
	.single .article .content blockquote,
	.single .article .content dl,
	.single .article .content table,
	.single .article .content ol:not([class]),
	.single .article .content ul:not([class]),
	.single .article .content .adsense,
	.single .article .content .wp-caption,
	.single .article .content .wp-audio-shortcode,
	.single .article .content .socialButtons,
	.jp-relatedposts {
		margin-bottom: 1.6rem !important;
	}
	.single .article .content .wp-caption { width: auto !important;}
	.single .article .content table {}
	.single .article .content blockquote p { margin: 0 !important; margin-bottom: 1.4em !important;}
	.single .article .content p:last-child,
	.single .article .content blockquote:last-child,
	.single .article .content dl:last-child,
	.single .article .content table:last-child,
	.single .article .content ol:not([class]):last-child,
	.single .article .content ul:not([class]):last-child { margin-bottom: 0 !important;}
	.single .article .content h2,
	.single .article .content h3,
	.single .article .content h4,
	.single .article .content h5,
	.single .article .content h6 { font-weight: bold;}
	.single .article .content h2 {
		margin-top: 4rem;
		font-size: 1.35em;
		color: #000;
	}
	.single .article .content h3 {
		font-size: 1.2em;
	}
	.single .article .content h4,
	.single .article .content h5,
	.single .article .content h6 {
		font-size: 1.1em;
	}
	.single .article .content .wp-audio-shortcode { width: auto !important;}

	/* Format - Video */
	.single-format-video .eyecatch,
	.single-format-video .article .header {}
	.single-format-video .article .header .title {
		padding: 0 !important;
		margin: 0 auto 20px !important;
	}
	.single-format-video .article .header time {
		font-size: 10px !important;
		font-weight: bold !important;
		background: #000 !important;
		color: #fff !important;
		padding: 5px 10px !important;
	}
	.single-format-video .article .content p { line-height: 1.7 !important;}
	.single-format-video .article .content .alignleft { display: block !important; float: left !important; max-width: 80px !important; margin: 0 20px 20px 0  !important; padding: 0% !important; border-radius: 100%;}

	/* Format - Audio */
	.single-format-audio #header { background: #ff0 !important;}
	#mymMv { margin: 40px auto 40px !important;}


	/* =Home
	----------------------------------------------------------- */
	.home #main { margin: 0 !important;}
	.home .wrapper-min { padding: 0 12.5vw;}

	#top-video iframe {
		width: 87.5vw;
	}

	#top-introduction { padding: 0 !important;}
	#top-philosophy .page-mv.company { background-size: 100% auto; height: 240px;}
	#top-philosophy .section { padding: 50px 0;}
	.top-feature .row .col { float: none !important; width: 100% !important; margin: auto; margin-bottom: 50px !important; padding: 0;}
	.top-feature .copy { font-size: 1rem; padding-top: 0;}
	.top-feature .col .hd { font-size: 0.9375em; font-weight: bold; margin-bottom: 0.5em;}
	.top-feature .col img { width: 20%; margin-top: 0 !important;}
	.top-feature .col p { font-size: 0.5625rem; line-height: 1.9; letter-spacing: 0;}

	#top-company .wrapper {
		padding: 0;
	}
	#top-company .cnt-l {
		padding: 50px 0 !important;
		text-align: center;
	}
	#top-blog,
	#top-contact {	padding: 50px 0 !important;}
	#top-blog iframe { max-height: 350px;}



	/* =Subpages
	----------------------------------------------------------- */
	/* Page Common */
	.page #breadcrumbs { display: none !important;}

	/* Company */
	.page-mv.company { background-size: auto 100%;}
	.page .section { margin: 0 auto !important; padding: 14% !important;}
	.page .section .wrapper { padding: 0;}
	.page .section-action { margin: 0 auto 90px !important; background-color: transparent;}
	.page .article .header,
	.page .article .content,
	.page aside.footer  {}
	.page .article .header { padding: 100px 0 0 !important; margin: 0 auto !important;}
	.page .article .content { font-size: 12px !important;}
	#map { height: 300px;}

	/* Price */
	.page-template-page-format-section-php #page { padding-top: 0px;}
	.page section.section-block { background-color: transparent !important;}


	/* =WordPress Plugin
	----------------------------------------------------------- */

	/* MW WP Form */
	.mw_wp_form tr,
	.mw_wp_form th,
	.mw_wp_form td,
	.mw_wp_form span { display: block !important; text-align: left; max-width: 100%;}
	.mw_wp_form tr { padding: 10px 0; margin: 0; border-bottom: none;}
	.mw_wp_form th,
	.mw_wp_form td { width: 100% !important; padding: 5px 0 !important; font-size: 1em !important; background-color: transparent; border: none !important;}

	.mw_wp_form input,
	.mw_wp_form input[type="text"],
	.mw_wp_form input[type="email"],
	.mw_wp_form textarea,
	.mw_wp_form select,
	.mw_wp_form input[type*="submit"] { font-size: 16px !important;}
	.mw_wp_form input[type="text"],
	.mw_wp_form input[type="email"],
	.mw_wp_form textarea { padding: 0.75em; width: 100%;}
	.mw_wp_form select { padding: 0.75em; width: auto;}
	.mw_wp_form input[type="radio"] { padding: 0 !important;}
	.mw_wp_form input[type*="submit"] { width: 100% !important;}
	.mw_wp_form .mwform-tel-field input[type="text"] { width: auto !important;}

	/* Related Posts */
	.wp_rp_wrap { max-width: 100%; overflow: hidden;}
	ul.related_post li { display: block !important; width: 96% !important; padding: 4% 2% !important; margin: 0 0 !important; min-height: 1px !important; clear: both !important; border: none !important; border-bottom: solid 1px #ddd !important;}
	ul.related_post li: after { content: "."; display: block; height: 0px; font-size: 0; clear: both; visibility: hidden;}
	ul.related_post li a { width: auto !important;}
	ul.related_post li a:nth-child(1) { float: left !important; width: 20% !important; margin: 0 4% 0 0 !important; padding: 0 !important;}
	ul.related_post li a:nth-child(2) { font-size: 11px !important; font-weight: 400 !important; line-height: 1.714 !important; letter-spacing: 0 !important; padding: 0px 0 0px 0% !important; display: block !important; height: auto !important;}
	ul.related_post li img { width: 100% !important; margin: 0 0 0 0 !important; height: auto !important; border: none !important;}

	/* wp-pagenavi */
	.wp-pagenavi { text-align: center !important;}
	.wp-pagenavi .page,
	.wp-pagenavi .extend { display: none;}

	/* Jetpack */
	div#jp-relatedposts h3.jp-relatedposts-headline { display: none !important;}
}