@charset "UTF-8";
/*!
Theme Name: daimalog
Template:   simplicity2
Version:    20161002
*/
/* Simplicity子テーマ用のスタイルを書く */
@import url("https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed");
@import url("https://fonts.googleapis.com/css?family=Anton");
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed");
@import url("https://fonts.googleapis.com/css?family=Anton");
.hp_pcGrid1 {
  max-width: 1300px !important;
  width: 100%;
  margin: 0 auto; }

.hp_pcGrid2 {
  max-width: 1170px !important;
  width: 90%;
  margin: 0 auto; }

.hp_pcGrid3 {
  max-width: 1040px !important;
  width: 80%;
  margin: 0 auto; }

.hp_t0 {
  left: 0 !important; }

.hp_r0 {
  right: 0 !important; }

.hp_b0 {
  bottom: 0 !important; }

.hp_l0 {
  left: 0 !important; }

.hp_posa {
  position: absolute !important; }

.hp_posr {
  position: relative !important; }

.hp_flexStretch {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.hp_coverLink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4; }

/* anti parent theme */
#body {
  margin-top: 0; }

#main {
  border: none;
  padding: 0; }
  #works #main {
    width: 100%; }
  #works #main {
    width: 100%; }
  #profile #main {
    width: 100%; }
  body.archive #main {
    width: 100%; }

body.single #body-in {
  padding: 120px 0 80px; }

body:not(.single) #body-in {
  width: 100%; }

body.home #main {
  padding: 0; }

#under-entry-body {
  max-width: 1070px;
  margin: 0 auto; }

#passwordform .post-password-form input {
  position: relative;
  top: 50px; }

#passwordform .post-password-form p:nth-child(1) {
  top: calc( 50% - 0px); }

/* anti parent theme end */
/* original-css*/
.hp_pcGrid1 {
  max-width: 1300px !important;
  width: 100%;
  margin: 0 auto; }

.hp_pcGrid2 {
  max-width: 1170px !important;
  width: 90%;
  margin: 0 auto; }

.hp_pcGrid3 {
  max-width: 1040px !important;
  width: 80%;
  margin: 0 auto; }

.hp_t0 {
  left: 0 !important; }

.hp_r0 {
  right: 0 !important; }

.hp_b0 {
  bottom: 0 !important; }

.hp_l0 {
  left: 0 !important; }

.hp_posa {
  position: absolute !important; }

.hp_posr {
  position: relative !important; }

.hp_flexStretch {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.hp_coverLink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
body.home #main {
  width: 100%;
  border: 0; }

.ly_main {
  padding-top: 0px; }

#works .ly_main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: calc(100vh - 42px); }

/*ヘッダー*/
.ly_header {
  position: relative;
  height: 54px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 919;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.el_logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  font-size: 22px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  z-index: 999;
  display: none;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.el_logo a {
  color: #FF5716; }

.el_logo:hover {
  opacity: 0.7; }

@media screen and (min-width: 840px) {
  .el_logo {
    top: 14px; } }

header.js_HeaderIn .el_logo {
  display: block; }

body:not(.home) .el_logo {
  display: block; }

.el_logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  top: 55%;
  width: 60px; }

.bl_headerNaviBlock_ul {
  color: #fff;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 80px;
  padding-right: 15px;
  padding-left: 15px;
  position: fixed;
  right: -140px;
  width: 140px;
  height: 100vh;
  z-index: 99;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: rgba(255, 255, 255, 0); }

.bl_headerNaviBlock_ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

@media screen and (min-width: 840px) {
  .bl_headerNaviBlock_ul {
    position: relative;
    right: 0;
    width: auto;
    height: auto;
    padding-top: 0; } }

@media screen and (max-width: 840px) {
  .bl_headerNaviBlock_ul {
    background: rgba(255, 255, 255, 0.9); } }

body:not(.home) .bl_headerNaviBlock_ul {
  background: rgba(255, 255, 255, 0.9); }

header.js_HeaderIn .bl_headerNaviBlock_ul {
  background: rgba(255, 255, 255, 0.9); }

@media screen and (max-width: 840px) {
  .js_navigation_in .bl_headerNaviBlock_ul {
    -webkit-animation: nav-fade-in ease-in .2s 0s forwards;
    animation: nav-fade-in ease-in .2s 0s forwards;
    display: block;
    right: -140px; }
  .js_navigation_in .bl_headerNaviBlock_ul li {
    right: -140px; }
  .js_navigation_in .bl_headerNaviBlock_ul li:nth-child(1) {
    -webkit-animation: navmenu-fade-in ease-out 0.2s 0s forwards;
    animation: navmenu-fade-in ease-out 0.2s 0s forwards; }
  .js_navigation_in .bl_headerNaviBlock_ul li:nth-child(2) {
    -webkit-animation: navmenu-fade-in ease-out 0.2s 0.1s forwards;
    animation: navmenu-fade-in ease-out 0.2s 0.1s forwards; }
  .js_navigation_in .bl_headerNaviBlock_ul li:nth-child(3) {
    -webkit-animation: navmenu-fade-in ease-out 0.2s 0.2s forwards;
    animation: navmenu-fade-in ease-out 0.2s 0.2s forwards; }
  .js_navigation_in .bl_headerNaviBlock_ul li:nth-child(4) {
    -webkit-animation: navmenu-fade-in ease-out 0.2s 0.3s forwards;
    animation: navmenu-fade-in ease-out 0.2s 0.3s forwards; } }

@media screen and (max-width: 840px) {
  .js_navigation_out .bl_headerNaviBlock_ul {
    -webkit-animation: nav-fade-out ease-in .2s .4s forwards;
    animation: nav-fade-out ease-in .2s .4s forwards;
    right: 0; }
  .js_navigation_out .bl_headerNaviBlock_ul li {
    right: 0px; }
  .js_navigation_out .bl_headerNaviBlock_ul li:nth-child(4) {
    -webkit-animation: navmenu-fade-out ease-in 0.2s 0s forwards;
    animation: navmenu-fade-out ease-in 0.2s 0s forwards; }
  .js_navigation_out .bl_headerNaviBlock_ul li:nth-child(3) {
    -webkit-animation: navmenu-fade-out ease-in 0.2s 0.1s forwards;
    animation: navmenu-fade-out ease-in 0.2s 0.1s forwards; }
  .js_navigation_out .bl_headerNaviBlock_ul li:nth-child(2) {
    -webkit-animation: navmenu-fade-out ease-in 0.2s 0.2s forwards;
    animation: navmenu-fade-out ease-in 0.2s 0.2s forwards; }
  .js_navigation_out .bl_headerNaviBlock_ul li:nth-child(1) {
    -webkit-animation: navmenu-fade-out ease-in 0.2s 0.3s forwards;
    animation: navmenu-fade-out ease-in 0.2s 0.3s forwards; } }

@-webkit-keyframes nav-fade-in {
  0% {
    right: -140px; }
  100% {
    right: 0px; } }

@keyframes nav-fade-in {
  0% {
    right: -140px; }
  100% {
    right: 0px; } }

@-webkit-keyframes nav-fade-out {
  0% {
    right: 0px; }
  100% {
    right: -140px; } }

@keyframes nav-fade-out {
  0% {
    right: 0px; }
  100% {
    right: -140px; } }

@-webkit-keyframes navmenu-fade-in {
  0% {
    right: -140px; }
  100% {
    right: 0; } }

@keyframes navmenu-fade-in {
  0% {
    right: -140px; }
  100% {
    right: 0; } }

@-webkit-keyframes navmenu-fade-out {
  0% {
    right: 0; }
  100% {
    right: -140px; } }

@keyframes navmenu-fade-out {
  0% {
    right: 0; }
  100% {
    right: -140px; } }

.bl_headerNaviBlock_ul_wrapper:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.bl_headerNaviBlock_ul li {
  position: relative;
  float: right;
  list-style-type: none;
  text-align: right;
  min-width: 80px; }

@media screen and (min-width: 840px) {
  .bl_headerNaviBlock_ul li {
    text-align: center;
    right: 0; } }

.bl_headerNaviBlock_ul li > p {
  margin: 15px 0 5px; }

.bl_headerNaviBlock_ul li a {
  color: #FF5716;
  text-decoration: none; }

.bl_headerNaviBlock_ul_text {
  letter-spacing: 0.1em;
  font-size: 14px; }

.bl_headerNaviBlock_under {
  display: block;
  margin: 0 auto 10px;
  letter-spacing: 0.1em;
  font-size: 10px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  color: #FF5716; }

.bl_headerNaviBlock:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.el_humbergur {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 5px;
  z-index: 9999;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  background: rgba(255, 255, 255, 0);
  border-radius: 100%;
  cursor: pointer; }

@media screen and (min-width: 840px) {
  .el_humbergur {
    display: none; } }

header.js_HeaderIn .el_humbergur {
  background: rgba(255, 255, 255, 0.5); }

.el_humbergur_line {
  position: relative;
  display: block;
  width: 45%;
  margin: 0 auto;
  height: 1px;
  background: #FF5716;
  margin-top: 6px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.el_humbergur_line:first-child {
  top: 0; }

.el_humbergur_line:last-child {
  bottom: 0; }

.js_navigation_in header .el_humbergur_line:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.js_navigation_in header .el_humbergur_line:nth-child(2) {
  opacity: 0; }

.js_navigation_in header .el_humbergur_line:nth-child(3) {
  bottom: 7px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*ヒーローイメージセクション*/

/*ブログ記事一覧セクション*/


/*フッターコンテンツ*/
.ly_footer {
  background: #3A3A44;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  letter-spacing: 0.1em; }

.el_copyright {
  font-size: 12px;
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif; }

/*記事個別ページ*/
body.single main {
  margin: 120px 0 80px; }

.bl_postBlock p {
  letter-spacing: 0.1em;
  line-height: 1.5; }

.el_postTitle {
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
  padding: 20px 10px;
  margin: 0 0 15px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold; }

.el_date {
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: 0; }

.bl_postBlock_inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1070px; }

@media screen and (min-width: 840px) {
  .bl_postBlock_inner {
    width: 91.4%; } }

.bl_articleBlock_inner {
  position: relative;
  padding: 0 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 840px) {
  .bl_articleBlock_inner {
    padding: 0 20px; } }

.el_postTitle a {
  color: #212121;
  text-decoration: none; }

.bl_entryBlock img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 20px; }

.bl_entryBlock img.tmn {
  display: inline-block;
  margin-bottom: 40px; }

.bl_entryBlock img.fullimg {
  display: inline-block;
  margin-bottom: 35px; }

.bl_entryBlock h3 {
  margin: 60px 0 20px;
  padding: 0 0 8px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid #666;
  font-size: 18px; }

.bl_entryBlock h3.first {
  margin-top: 0; }

@media screen and (min-width: 840px) {
  .bl_entryBlock h3 {
    margin: 90px 0 30px;
    font-size: 20px; } }

.post_ttl2 {
  margin: 60px 0 20px;
  padding: 10px 0 10px 15px;
  border-left: 6px solid #3A3A44;
  letter-spacing: 0.12em;
  line-height: 1.5;
  font-size: 24px; }

.post_ttl2.first {
  margin-top: 0; }

@media screen and (min-width: 840px) {
  .post_ttl2 {
    margin: 90px 0 30px;
    border-left: 6px solid #3A3A44;
    font-size: 20px; } }

.bl_entryBlock p {
  margin: 0 0 30px;
  letter-spacing: 0.1em;
  line-height: 2; }

@media screen and (max-width: 840px) {
  .bl_entryBlock p br {
    display: none; } }

.el_categroyButton {
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
  background: #3A3A44;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0; }

.bl_postMetadataBlock {
  position: relative;
  margin: 0 0 80px;
  letter-spacing: 0.1em;
  line-height: 1.5; }

.el_categroyButton > a {
  color: #fff; }

/*プロフィールページ*/
section.bl_profBlock {
  margin-bottom: 80px; }

.bl_profBlock_inner {
  max-width: 1040px;
  width: 80%;
  margin: 0 auto; }

table.bl_profBlock_table {
  width: 100%;
  border: 1px solid #000;
  border-collapse: collapse; }

table.bl_profBlock_table tr > th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #000;
  width: 30%;
  letter-spacing: 0.1em;
  text-align: left; }

table.bl_profBlock_table tr > td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #000;
  letter-spacing: 0.1em;
  font-size: 14px; }

/*FORM*/
.mw_wp_form_complete {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.8; }

/*WORKS*/

/*記事パーツ*/
.el_demo {
  margin-bottom: 20px; }

.el_demo > a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 15px;
  border-radius: 5px;
  font-size: 20px;
  display: inline-block;
  background-color: #1e90ff;
  color: #fff; }

.el_linkButton {
  text-align: center;
  margin-top: 20px; }

.el_linkButton_wrapper {
  position: relative;
  border: #212121 2px solid;
  width: 90%;
  padding: 20px 0px;
  max-width: 280px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.15em;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

.el_linkButton_wrapper:hover {
  background-color: #212121;
  color: #fff; }

.screen-reader-text {
  display: none; }

.pager-block {
  width: 100%;
  text-align: center;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 18px;
  margin-top: 30px; }

.page-numbers {
  display: inline-block;
  margin: 0 5px; }

/* original-css end*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

input {
  width: 100%;
  border: 1px solid #212121;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input:focus,
textarea:focus,
select:focus {
  outline: none; }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
  width: 100%;
  border: 1px solid #212121;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*normalize css ここまで*/
body {
  margin: 0;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  letter-spacing: 0.2px;
  line-height: 1;
  color: #212121;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

h1 {
  font-size: 14px;
  font-weight: normal;
  margin: 0; }

a {
  color: #212121;
  text-decoration: none; }

a {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  a:hover {
    opacity: 0.9; }

p {
  margin: 0; }

.ly_main {
  padding-top: 0px; }
  #works .ly_main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: calc(100vh - 42px); }

/*ヘッダー*/
.ly_header {
  position: relative;
  height: 54px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 919;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.el_logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  font-size: 22px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  z-index: 999;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .el_logo a {
    color: #FF5716; }
  .el_logo:hover {
    opacity: 0.7; }
  @media screen and (min-width: 840px) {
    .el_logo {
      top: 14px; } }

header.js_HeaderIn .el_logo {
  display: block; }

body:not(.home) .el_logo {
  display: block; }

.el_logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  top: 55%;
  width: 60px; }

.bl_headerNaviBlock_ul {
  color: #fff;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 80px;
  padding-right: 15px;
  padding-left: 15px;
  position: fixed;
  right: -140px;
  width: 140px;
  height: 100vh;
  z-index: 99;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: rgba(255, 255, 255, 0); }
  .bl_headerNaviBlock_ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  @media screen and (min-width: 840px) {
    .bl_headerNaviBlock_ul {
      position: relative;
      right: 0;
      width: auto;
      height: auto;
      padding-top: 0; } }
  @media screen and (max-width: 840px) {
    .bl_headerNaviBlock_ul {
      background: rgba(255, 255, 255, 0.9); } }

body:not(.home) .bl_headerNaviBlock_ul {
  background: rgba(255, 255, 255, 0.9); }

header.js_HeaderIn .bl_headerNaviBlock_ul {
  background: rgba(255, 255, 255, 0.9); }

@media screen and (max-width: 840px) {
  .js_navigation_in .bl_headerNaviBlock_ul {
    -webkit-animation: nav-fade-in ease-in .2s 0s forwards;
    animation: nav-fade-in ease-in .2s 0s forwards;
    display: block;
    right: -140px; }
    .js_navigation_in .bl_headerNaviBlock_ul li {
      right: -140px; }
    .js_navigation_in .bl_headerNaviBlock_ul li:nth-child(1) {
      -webkit-animation: navmenu-fade-in ease-out 0.2s 0s forwards;
      animation: navmenu-fade-in ease-out 0.2s 0s forwards; }
    .js_navigation_in .bl_headerNaviBlock_ul li:nth-child(2) {
      -webkit-animation: navmenu-fade-in ease-out 0.2s 0.1s forwards;
      animation: navmenu-fade-in ease-out 0.2s 0.1s forwards; }
    .js_navigation_in .bl_headerNaviBlock_ul li:nth-child(3) {
      -webkit-animation: navmenu-fade-in ease-out 0.2s 0.2s forwards;
      animation: navmenu-fade-in ease-out 0.2s 0.2s forwards; }
    .js_navigation_in .bl_headerNaviBlock_ul li:nth-child(4) {
      -webkit-animation: navmenu-fade-in ease-out 0.2s 0.3s forwards;
      animation: navmenu-fade-in ease-out 0.2s 0.3s forwards; } }

@media screen and (max-width: 840px) {
  .js_navigation_out .bl_headerNaviBlock_ul {
    -webkit-animation: nav-fade-out ease-in .2s .4s forwards;
    animation: nav-fade-out ease-in .2s .4s forwards;
    right: 0; }
    .js_navigation_out .bl_headerNaviBlock_ul li {
      right: 0px; }
    .js_navigation_out .bl_headerNaviBlock_ul li:nth-child(4) {
      -webkit-animation: navmenu-fade-out ease-in 0.2s 0s forwards;
      animation: navmenu-fade-out ease-in 0.2s 0s forwards; }
    .js_navigation_out .bl_headerNaviBlock_ul li:nth-child(3) {
      -webkit-animation: navmenu-fade-out ease-in 0.2s 0.1s forwards;
      animation: navmenu-fade-out ease-in 0.2s 0.1s forwards; }
    .js_navigation_out .bl_headerNaviBlock_ul li:nth-child(2) {
      -webkit-animation: navmenu-fade-out ease-in 0.2s 0.2s forwards;
      animation: navmenu-fade-out ease-in 0.2s 0.2s forwards; }
    .js_navigation_out .bl_headerNaviBlock_ul li:nth-child(1) {
      -webkit-animation: navmenu-fade-out ease-in 0.2s 0.3s forwards;
      animation: navmenu-fade-out ease-in 0.2s 0.3s forwards; } }

@keyframes nav-fade-in {
  0% {
    right: -140px; }
  100% {
    right: 0px; } }

@keyframes nav-fade-out {
  0% {
    right: 0px; }
  100% {
    right: -140px; } }

@keyframes navmenu-fade-in {
  0% {
    right: -140px; }
  100% {
    right: 0; } }

@keyframes navmenu-fade-out {
  0% {
    right: 0; }
  100% {
    right: -140px; } }

.bl_headerNaviBlock_ul_wrapper:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.bl_headerNaviBlock_ul li {
  position: relative;
  float: right;
  list-style-type: none;
  text-align: right;
  min-width: 80px; }
  @media screen and (min-width: 840px) {
    .bl_headerNaviBlock_ul li {
      text-align: center;
      right: 0; } }

.bl_headerNaviBlock_ul li > p {
  margin: 15px 0 5px; }

.bl_headerNaviBlock_ul li a {
  color: #FF5716;
  text-decoration: none; }

.bl_headerNaviBlock_ul_text {
  letter-spacing: 0.1em;
  font-size: 14px; }

.bl_headerNaviBlock_under {
  display: block;
  margin: 0 auto 10px;
  letter-spacing: 0.1em;
  font-size: 10px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  color: #FF5716; }

.bl_headerNaviBlock:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.el_humbergur {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 5px;
  z-index: 9999;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  background: rgba(255, 255, 255, 0);
  border-radius: 100%;
  cursor: pointer; }
  @media screen and (min-width: 840px) {
    .el_humbergur {
      display: none; } }

header.js_HeaderIn .el_humbergur {
  background: rgba(255, 255, 255, 0.5); }

.el_humbergur_line {
  position: relative;
  display: block;
  width: 45%;
  margin: 0 auto;
  height: 1px;
  background: #FF5716;
  margin-top: 6px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .el_humbergur_line:first-child {
    top: 0; }
  .el_humbergur_line:last-child {
    bottom: 0; }

.js_navigation_in header .el_humbergur_line:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.js_navigation_in header .el_humbergur_line:nth-child(2) {
  opacity: 0; }

.js_navigation_in header .el_humbergur_line:nth-child(3) {
  bottom: 7px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*ヒーローイメージセクション*/
section.bl_heroBlock {
  position: relative;
  width: 100%;
  margin: 0 0 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 95px 5% 20px;
  background-color: #3A3A44;
  overflow: hidden;
  height: 500px; }
  @media screen and (max-width: 840px) {
    section.bl_heroBlock {
      height: 320px;
      padding: 60px 5% 20px; } }

.el_heroChatch {
  position: relative;
  z-index: 2;
  font-family: 'Anton', sans-serif;
  font-size: 55px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #FF5716; }
  @media screen and (min-width: 840px) {
    .el_heroChatch {
      font-size: 100px; } }

/*.bl_heroBlock > .bl_floatBlock{
	display: none;
}

.bl_floatBlock{
	position: absolute;
	top: 15px;
	right: 0;
	background: #000;
	color: #fff;
	box-sizing: border-box;
	padding: 15px;
}

.bl_floatBlock_text{
	position: relative;
	z-index: 1;
	margin: 0;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.el_textureBlack{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 0;
}*/
.bl_textBlock__message {
  width: 100%;
  background: #2B2B33;
  color: #fff;
  line-height: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 15px;
  margin-bottom: 60px;
  text-align: center; }
  @media screen and (min-width: 840px) {
    .bl_textBlock__message {
      margin-bottom: 160px;
      text-align: left; } }

.bl_textBlock__message > .bl_textBlock_wrapper {
  display: inline-block;
  text-align: left; }

.bl_textBlock__message i {
  margin-right: 8px; }

.el_wpLogo {
  width: 400px;
  display: inline-block;
  top: 15%;
  right: -80px;
  position: absolute;
  z-index: 1;
  transform-origin: center;
  transform: rotate(-8deg);
  opacity: 0.1; }

@media screen and (min-width: 840px) {
  .el_wpLogo {
    width: 560px;
    top: 11%;
    right: -5%; } }

.el_wpLogo svg {
  width: 100%;
  height: auto; }

/*ブログ記事一覧セクション*/
section.bl_blogBlock {
  margin-bottom: 180px; }
  #tips section.bl_blogBlock {
    margin-bottom: 0; }

.bl_sectionTitleBlock {
  text-align: center;
  color: #3A3A44;
  margin-bottom: 35px; }

.bl_sectionTitleBlock_text {
  letter-spacing: 0.1em;
  font-size: 48px;
  font-weight: bold;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  margin: 0 10px 10px; }
  @media screen and (max-width: 840px){
    .bl_sectionTitleBlock_text{
      font-size: 28px;
    }
  }

.bl_sectionTitleBlock_under {
  display: block;
  letter-spacing: 0.1em;
  font-size: 16px;
  margin: 0; }
  @media screen and (max-width: 840px){
    .bl_sectionTitleBlock_under{
      font-size: 14px;
    }
  }

.bl_blogBlock_inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 840px) {
    .bl_blogBlock_inner {
      width: 80%; } }

.bl_sectBlock_cover{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.bl_blogBlock_wrapper:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.bl_sectBlock {
  position: relative;
  top: 0;
  float: left;
  width: 48%;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2%;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .bl_sectBlock:hover {
    top: -5px;
    opacity: 0.9;
    -webkit-box-shadow: 0 0 10px 0 #ccc;
    box-shadow: 0 0 10px 0 #ccc; }
  @media screen and (min-width: 840px) {
    .bl_sectBlock {
      width: calc((100% - 60px) / 4);
      margin-right: 20px;
      margin-bottom: 20px; }
      .bl_sectBlock:nth-child(4n) {
        margin-right: 0; } }
  @media screen and (max-width: 840px) {
    .bl_sectBlock {
      text-align: center; }
      .bl_sectBlock:nth-child(odd) {
        margin-right: 2%; } }

.bl_sectBlock img {
  max-width: 100%;
  height: auto; }

.bl_blogBlock .bl_sectBlock_image {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.bl_blogBlock .bl_sectBlock_wrapper {
  text-align: left; }

.bl_sectBlock_wrapper {
  padding: 15px 10px;
  margin: 0 auto; }

.bl_sectBlock_image {
  width: 100%;
  height: auto; }

.bl_sectBlock_ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0 0 0; }

.bl_sectBlock_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 10px 0 0; }

.bl_sectBlock_category {
  text-align: right;
  margin: 10px 0 0; }

.bl_sectBlock_category_text {
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
  background: #3A3A44;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  margin: 0; }

.bl_sectBlock_category_text a{
  color: #fff;
}

.bl_sectBlock_date {
  font-size: 10px;
  text-align: right;
  margin: 10px 0 0; }

section.bl_contactBlock {
  margin: 0 auto;
  margin-bottom: 140px;
  max-width: 1040px;
  width: 90%; }
  section.bl_contactBlock:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  @media screen and (min-width: 840px) {
    section.bl_contactBlock {
      width: 80%; } }

.bl_contactBlock_name, .bl_contactBlock_mail, .bl_contactBlock_subject {
  float: left; }

.bl_contactBlock_name {
  width: calc( (100% - 30px)/2);
  margin-right: 30px; }
  @media screen and (max-width: 840px) {
    .bl_contactBlock_name {
      width: 100%;
      margin-bottom: 20px; } }

.bl_contactBlock_name > input {
  width: 100%;
  height: 30px; }

.bl_contactBlock_mail {
  width: 47.5%; }
  @media screen and (max-width: 840px) {
    .bl_contactBlock_mail {
      width: 100%; } }

.bl_contactBlock_mail > input {
  width: 100%;
  height: 30px; }

.bl_contactBlock_subject {
  margin: 30px 0;
  width: 100%; }

.bl_contactBlock_subject > textarea {
  width: 100%;
  height: 200px; }

.bl_contactBlock_wrapper {
  text-align: center; }

.bl_contactBlock_input_ttl {
  text-align: left;
  font-size: 14px;
  margin: 0 0 10px;
  letter-spacing: 0.1em; }

.el_squareButton {
  padding: 20px 0px;
  max-width: 280px;
  width: 90%;
  background: none;
  border: 2px solid #3A3A44;
  color: #3A3A44;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer; }
  .el_squareButton:hover {
    background: #3A3A44;
    color: #fff; }

.bl_textureBlock {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.bl_textureBlock__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: table-cell;
  width: 120px;
  height: 120px;
  vertical-align: middle;
  background-color: #333;
  color: #FFF;
  transform-origin: center top 0px;
  transition: all 0.2s linaer 0s;
  -moz-transform-origin: center top 0px;
  -moz-transition: all 0.2s linaer 0s;
  -webkit-transform-origin: center top 0px;
  -webkit-transition: all 0.2s linaer 0s;
  -o-transform-origin: center top 0px;
  -o-transition: all 0.2s linaer 0s;
  -ms-transform-origin: center top 0px;
  -ms-transition: all 0.2s linaer 0s; }

/*フッターコンテンツ*/
.ly_footer {
  background: #3A3A44;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  letter-spacing: 0.1em; }

.el_copyright {
  font-size: 12px;
  margin: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif; }

/*記事個別ページ*/
body.single main {
  margin: 0px 0 0px; }

.bl_postBlock p {
  letter-spacing: 0.1em;
  line-height: 1.5; }

.el_postTitle {
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
  padding: 20px 10px;
  margin: 0 0 15px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold; }
  @media screen and (max-width: 840px) {
    .el_postTitle {
      font-size: 20px; } }

.el_date {
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: 0; }

.bl_postBlock_inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1070px; }
  @media screen and (min-width: 840px) {
    .bl_postBlock_inner {
      width: 91.4%; } }

.bl_articleBlock_inner {
  position: relative;
  padding: 0 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 840px) {
    .bl_articleBlock_inner {
      padding: 0 0px; } }

.el_postTitle a {
  color: #212121;
  text-decoration: none; }

.bl_entryBlock img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 20px; }

.bl_entryBlock img.tmn {
  display: inline-block;
  margin-bottom: 40px; }

.bl_entryBlock img.fullimg {
  display: inline-block;
  margin-bottom: 35px; }

.bl_entryBlock h2 {
  margin: 60px 0 20px;
  padding: 5px 0 5px 15px;
  border-left: 6px solid #3A3A44;
  letter-spacing: 0.12em;
  line-height: 1.5;
  font-size: 20px; }
  .bl_entryBlock h2.first {
    margin-top: 0; }
  @media screen and (min-width: 840px) {
    .bl_entryBlock h2 {
      margin: 90px 0 30px;
      border-left: 6px solid #3A3A44;
      font-size: 20px; } }

.post_ttl2 {
  margin: 60px 0 20px;
  padding: 10px 0 10px 15px;
  border-left: 6px solid #3A3A44;
  letter-spacing: 0.12em;
  line-height: 1.5;
  font-size: 24px; }
  .post_ttl2.first {
    margin-top: 0; }
  @media screen and (min-width: 840px) {
    .post_ttl2 {
      margin: 90px 0 30px;
      border-left: 6px solid #3A3A44;
      font-size: 20px; } }

.bl_entryBlock p {
  margin: 0 0 30px;
  letter-spacing: 0.1em;
  line-height: 2; }

.bl_entryBlock ul {
  padding-left: 1.4em; }

.bl_entryBlock ul li {
  margin-bottom: 15px;
  line-height: 1.6; }

.el_categroyButton {
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
  background: #3A3A44;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0; }

.bl_postMetadataBlock {
  position: relative;
  margin: 0 0 80px;
  letter-spacing: 0.1em;
  line-height: 1.5; }

.el_categroyButton > a {
  color: #fff; }

/*プロフィールページ*/
section.bl_profBlock {
  margin-bottom: 80px; }

.bl_profBlock_inner {
  max-width: 1040px;
  width: 80%;
  margin: 0 auto; }

table.bl_profBlock_table {
  width: 100%;
  border: 1px solid #000;
  border-collapse: collapse; }

table.bl_profBlock_table tr > th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #000;
  width: 30%;
  letter-spacing: 0.1em;
  text-align: left; }

table.bl_profBlock_table tr > td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #000;
  letter-spacing: 0.1em;
  font-size: 14px; }

/*FORM*/
.mw_wp_form_complete {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.8; }

/*WORKS*/
.bl_pageBlock {
  padding-top: 60px;
  padding-bottom: 140px; }
  @media screen and (max-width: 840px) {
    .bl_pageBlock {
      padding-bottom: 100px; } }

#works_gallery .slider_slide {
  /*width: 989px;
	background-size: cover;
	background-repeat: no-repeat;
	&.slider_slide__1{
		background-image: url(image/works-dummy.jpg);
	}
	&.slider_slide__2{
		background-image: url(image/works-dummy.jpg);
	}
	&.slider_slide__3{
		background-image: url(image/works-dummy.jpg);
	}
	&.slider_slide__4{
		background-image: url(image/works-dummy.jpg);
	}
	&:before{
		content: "";
		padding-top: 66%;
		display: block;
	}*/ }

.slick-slide {
  pointer-events: none; }

.bl_fullSliderBlock {
  overflow-x: hidden; }
  .bl_fullSliderBlock .slick-list {
    overflow: visible; }
  .bl_fullSliderBlock .slick-slide {
    text-align: center;
    overflow: hidden; }
    @media screen and (min-width: 840px) {
      .bl_fullSliderBlock .slick-slide {
        margin-right: 20px; } }
  @media screen and (min-width: 840px) {
    .bl_fullSliderBlock .slick-track {
      left: 10px; } }

.bl_fullSliderBlock img {
  width: 100%;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  height: auto;
  -webkit-box-shadow: 1px 1px 3px rgba(200, 200, 200, 0.8);
  box-shadow: 1px 1px 3px rgba(200, 200, 200, 0.8);
  display: inline-block; }

.bl_fullSliderBlock .slider_slide.slick-current {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.bl_fullSliderBlock .slider_slide img {
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  @media screen and (min-width: 840px) {
    .bl_fullSliderBlock .slider_slide img {
      -webkit-transform: scale(0.9, 0.9) translateZ(0);
      transform: scale(0.9, 0.9) translateZ(0); } }

.bl_worksListBlock_inner {
  max-width: 1170px;
  width: 91.4%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.bl_worksListBlock_cell {
  width: calc((100% - 61px)/4);
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 15px 30px;
  background-color: #fff; }
  .bl_worksListBlock_cell:nth-child(4n) {
    margin-right: 0; }
  @media screen and (max-width: 840px) {
    .bl_worksListBlock_cell {
      width: calc((100% - 21px)/2); }
      .bl_worksListBlock_cell:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (max-width: 500px) {
    .bl_worksListBlock_cell {
      width: 100%;
      margin-right: 0; } }

.bl_worksListBlock_cell_text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 15px; }

.bl_worksListBlock_cell_info {
  font-size: 12px;
  margin-bottom: 5px; }
  .bl_worksListBlock_cell_info:last-child {
    margin-bottom: 0; }
  .bl_worksListBlock_cell_info.bl_worksListBlock_cell_info__date {
    margin-bottom: 20px; }

.bl_worksListBlock_cell_image {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%; }
  @media screen and (max-width: 500px) {
    .bl_worksListBlock_cell_image {
      margin-bottom: 15px; } }
  .bl_worksListBlock_cell_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
  .bl_worksListBlock_cell_image:hover img {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.1);
    transform: translate(-50%, -50%) translateZ(0) scale(1.1); }

.bl_worksListBlock_cell_image_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .bl_worksListBlock_cell_image:hover .bl_worksListBlock_cell_image_screen {
    opacity: 1; }
  .bl_worksListBlock_cell_image_screen:after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 22%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .bl_worksListBlock_cell_image:hover .bl_worksListBlock_cell_image_screen:after {
      left: 30px;
      right: 30px; }
  .bl_worksListBlock_cell_image_screen:before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .bl_worksListBlock_cell_image:hover .bl_worksListBlock_cell_image_screen:before {
      top: 30px;
      bottom: 30px; }

.bl_worksListBlock_cell_image_screen_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
  transform: translate(-50%, -50%) translateZ(0);
  font-size: 14px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap; }

.bl_worksListBlock_cell_image_screen_text_arrow {
  display: inline-block;
  margin-left: 10px;
  font-size: 10px; }

.bl_worksListBlock_cell_image img {
  width: 100%; }
.bl_worksListBlock_cell_image_img{
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
}
.bl_worksListBlock_cell_image_img:before{
  content: "";
  padding-top: 63.1%;
  display: block;
}
.bl_pageHeadBlock {
  margin-bottom: 85px; }

.bl_pageHeadBlock_wrapper {
  position: relative;
  background-image: url(image/page_bg_02.jpg);
  background-size: cover;
  background-position: center center;
  position: relative; }
  .bl_pageHeadBlock_wrapper:before {
    content: "";
    padding-top: 30%;
    display: block; }
  .bl_pageHeadBlock_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.bl_pageHeadBlock_float {
  position: absolute;
  bottom: 0;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 91.4%;
  z-index: 1;
  background-color: #F3F6F6;
  /*&:before{
		content: "";
		padding-top: 30%;
		display: block;
	}*/ }

.bl_pageHeadBlock_float_pageTtl {
  position: absolute;
  top: calc(50% + 25px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 40px;
  letter-spacing: 0.15em;
  margin: 0;
  font-weight: 700;
  color: #314c96; }
  .bl_pageHeadBlock_float_pageTtl:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -18px;
    height: 1px;
    width: 20px;
    background-color: #000; }

.bl_pageHeadBlock_float_pageTtl_wrapper {
  color: #212121;
  font-size: 28px; }

.bl_worksListBlock_cell_url_arrow {
  display: inline-block;
  margin-left: 4px; }

.bl_worksListBlock_cell_url {
  display: none;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  -webkit-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  opacity: 1; }
  .bl_worksListBlock_cell_url:hover {
    opacity: 0.7; }

.post-password-form {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: calc(100vh - 42px);
  /*display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;*/ }
  .post-password-form p {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 800px;
    width: 90%;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.1em; }
    .post-password-form p:nth-child(1) {
      top: calc( 50% - 20px); }
    .post-password-form p:nth-child(2) {
      top: calc( 50% + 20px); }
  @media screen and (max-width: 500px) {
    .post-password-form p:nth-child(1) {
      top: calc( 50% - 40px); }
    .post-password-form p:nth-child(2) {
      top: calc( 50% + 40px); } }

/*記事パーツ*/
.el_demo {
  margin-bottom: 20px; }

.el_demo > a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 15px;
  border-radius: 5px;
  font-size: 20px;
  display: inline-block;
  background-color: #1e90ff;
  color: #fff; }

.el_linkButton {
  text-align: center;
  margin-top: 20px; }

.el_linkButton_wrapper {
  position: relative;
  border: #212121 2px solid;
  width: 90%;
  padding: 20px 0px;
  max-width: 280px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.15em;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .el_linkButton_wrapper:hover {
    background-color: #212121;
    color: #fff; }

.screen-reader-text {
  display: none; }

.pager-block {
  width: 100%;
  text-align: center;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 18px;
  margin-top: 30px; }

.page-numbers {
  display: inline-block;
  margin: 0 5px; }

.el_link {
  border-bottom: 1px solid #666;
  padding-bottom: 8px; }

.widget_title {
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
  text-align: right;
  margin-bottom: 25px; }

#sidebar ul {
  line-height: 1.6; }

#sidebar ul li {
  margin-bottom: 15px; }

.page-numbers {
  background-color: #ddd;
  border: solid 1px #ddd;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 0 2px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  border: none;
  width: 38px;
  height: 38px;
  color: #333;
  display: block;
  line-height: 38px;
  margin-left: 3px; }
  @media screen and (max-width: 840px) {
    .page-numbers {
      padding: 4px 10px; } }

a.page-numbers {
  border: 1px solid transparent; }

.page-numbers.current {
  background: transparent;
  border: 1px solid #ddd; }

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0; }

#breadcrumb {
  width: 91.4%;
  margin: 0 auto 40px; }


.comment p{
  margin-bottom: 10px;
  line-height: 1.4;
}

.comment-author{
  margin-bottom: 10px;
}

.commets-list .avatar{
  margin-bottom: 15px;
}

.mw_wp_form .error{
  text-align: left;
  margin-top: 10px;
}