@charset "UTF-8";

body, html {
  height: auto !important;
  background-color: white;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}

body {
  background: #f5f5f5;
}


h1, h2, h3, h4, h5, h6, body {
  line-height: 1.77;
  letter-spacing: 0.07em;
  font-size: 18px;
  color: #000;
  font-family: "Avenir", "FOT-UD角ゴ_ラージ Pr6N R", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W6", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro", Meryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  margin: 0;
}

a {
  text-decoration: none;
  color: #ca493c;
}
a:hover {
  color: #b3b3b3;
}
h1, h2, h3, h4, h5, h6{
  font-family: "FOT-UD角ゴ_ラージ Pr6N R","Roboto", "Avenir", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W6", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro", Meryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
.sans-serif, .bold, .red, .btn, .sans,  strong	 {
  font-weight: bold;
}

.bold, .red, .btn {
  font-weight: bold;
}

.sans, h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}


.red {
  color: #ca493c;
}

h1 {
  font-size: 2em;
}

.content h2 {
  font-size: 1.3em;
  border-bottom: 2px solid #ca493c;
  color: #ca493c;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.2em;
}

.num {
  font-size: 1.3em;
  font-weight: 400;
  padding: 0 5px;
  font-family: "DIN", "Avenir Next", "Avenir", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W6", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro", Meryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

::selection {
  background: #e3e3e3;
}

.transition, a, .hover, .btn, .btn.ghost i.icon:after {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.hover:hover {
  opacity: 0.7;
}

h2.ultra {
  border: 0;
  font-size: 1.5rem;
}


.home h2.ultra {
  margin-bottom: 0;
}


.btn {
  color: #e3e3e3;
  background-color: white;
  padding: 8px 10px 6px 10px;
  border: 0;
  border: #e3e3e3 2px solid;
  cursor: pointer;
}
.btn:hover {
  background: #e3e3e3;
  color: white;
}

.btn-red {
  color: #ca493c;
  background-color: white;
  padding: 8px 10px 6px 10px;
  border: 0;
  border: #ca493c 2px solid;
  cursor: pointer;
  border-radius: 3px;
}
.btn-red:hover {
  background: #ca493c;
  color: white;
}

.btn.ghost {
  border: 1px solid white;
  background: none;
  padding: 8px 20px 6px;
}
.btn.ghost.black {
  border: #4a4a4a 2px solid;
  padding: 14px 20px 12px;
  color: #4a4a4a;
  margin: 0 auto;
  width: 320px;
  display: block;
}
.btn.ghost.black.w100 {
  width: 100%;
}
.btn.ghost.black:hover {
  background-color: #4a4a4a;
  color: white;
}
.btn.ghost.black:hover i.icon:after {
  background-image: url("../images/arrow_right_w.png");
}
.btn.ghost:hover {
  background-color: black;
}
.btn.ghost i.icon:after {
  height: 14px;
  width: 10px;
  background-image: url("../images/arrow_right.png");
  background-size: auto 14px;
  background-position: center center;
  content: "";
  position: relative;
  top: 1px;
  margin-left: 10px;
  display: inline-block;
}
.btn.ghost img {
  height: 20px;
  width: auto;
}

.title {
  font-weight: bold;
}

.title--big {
  font-size: 1.5em;
  font-weight: bold;
}
.title--big i {
  font-style: italic;
  font-size: 1.8em;
}

.list--title {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.25em;
}

.header {
  background: url(../images/bg_header_rainbow.jpg) no-repeat center center;
  background-size: cover;
  color: #555;
  padding: 150px 0 130px;
  text-align: center;
  border-top: 2px solid #ca493c;
}
.header h1,
.header .serif {
  position: relative;
  z-index: 2;
  color: #fff;
}

.header .header__logo img {
  max-width: 400px;
}

.header .serif {
  padding: 20px 0 0;
}

.header .serif a {
  color: #fff;
  padding: 0 3px;
}



.contents .content {
  margin: 20px 0 40px;
  padding: 20px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  overflow: hidden;
  *zoom: 1;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24);
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24);
}
.contents .content .content__header {
  padding: 0 0 20px;
  border-top: 1px solid #ca493c;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
}
.contents .content h2 a {
  padding-top: 20px;
  display: block;
  line-height: 1.3;
}
.contents .content .meta {
  padding: 10px 0 0px;
  font-size: .9em;
  color: #888;
  position: relative;
  left: -8px;
}
.contents .content .meta img {
  margin: 0 !important;
}
.contents .content .meta a {
  color: #888;
}
.contents .content .meta a:hover {
  color: #ca493c;
}
.contents .content .meta time,
.contents .content .meta span {
  border-right: 1px solid #b3b3b3;
  padding: 0 5px 0 10px;
}
.contents .content .meta .icon {
  display: inline-block;
  vertical-align: middle;
}
.contents .content strong,
.contents .content b {
  font-weight: bold;
      font-family: "Avenir","FOT-UD角ゴ_ラージ Pr6N B","游ゴシック","YuGothic","ヒラギノ角ゴ Pro W6","HIragino Kaku Gothic Pro W6","HIragino Kaku Gothic Pro",Meryo,"メイリオ",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
.contents .content em {
  border-bottom: 2px solid #ca493c;
}
.contents .content h3, .contents .content h4, .contents .content h5, .contents .content h6 {
  margin-bottom: 10px;
}
.contents .content hr {
  width: 30%;
  margin: 20px auto;
  border: 0;
  display: block;
  border-top: 1px solid #ca493c;
}
.contents .content ul {
  margin: 0 0 0 20px;
}
.contents .content ul li {
  list-style-type: disc;
}
.contents .content .moreentry {
  overflow: hidden;
  *zoom: 1;
  font-size: 14px;
}
.contents .content .moreentry a {
  float: right;
  padding: 5px 20px;
  border: 1px solid #ca493c;
  margin: 10px 0;
  display: block;
}
.contents .content .moreentry a:hover {
  border-color: #e3e3e3;
}
.contents .content .sns__share {
  margin: 10px 0 0;
  padding-top: 20px;
  border-top: 1px solid #e3e3e3;
  overflow: hidden;
  *zoom: 1;
}
.contents .content .sns__share li {
  list-stye: none;
  display: inline-block;
  vertical-align: middle;
}
.contents .content .sns__share li.share {
  font-size: 0.9em;
  margin-right: 5px;
  position: relative;
  top: -4px;
}
.contents .content .sns__share li.facebook {
  width: 160px;
}
.contents .content .sns__share li.twitter {
  width: 100px;
}
.contents .pagenation {
  padding: 10px 0;
  font-size: 12px;
  @inclide clearfix;
}
.contents .pagenation li {
  border: 1px solid #e3e3e3;
}
.contents .pagenation li a {
  display: block;
  padding: 5px 10px;
}
.contents .pagenation li a:hover {
  background-color: #f7f7f6;
}
.contents .pagenation li.prev {
  float: left;
}
.contents .pagenation li.next {
  float: right;
}


.content img {
	margin: 20px 0;
}

.single .content img {
	min-width: 100%;
}

.single .meta__author img {
  min-width: 80px;
}


.contents .content p:first-letter {
/*margin-left: 1em;*/
}


.profile {
background-color: #fff;
padding: 15px 15px 10px;
border: 1px solid #ca493c;
margin: 10px 0 20px;
}


.contents .content .profile p:first-letter {
margin-left: 0;
}




.side {
  margin-top: 20px;
  padding: 20px;
  background-color: #fefefe;
  font-size: .9em;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24);
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12),0px 2px 2px 0px rgba(0,0,0,0.24);
}
.side h5 {
  font-size: 1.3em;
  margin: 0 0 10px 0;
}


.side li {
  font-size: .9rem;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}

.side li a {
  display: block;
  color: #666;
  line-height: 1.2;
}


.side li a:hover {
  background-color: #f5f5f5;
  color: #ca493c;
}

.single .meta__author {
  background-color: #fafaf9;
  display: block;
  padding: 20px;
  overflow: hidden;
}
.single .meta__author img {
  margin-right: 20px;
  float: left;
  display: inline;
}
.single .meta__author .description {
  font-size: 14px;
  display: block;
}
.single .contents .content .sns__share {
  border-bottom: 2px solid #e3e3e3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.single .contents .content .content__header {
  padding: 20px 0 0;
  border-bottom: 0;
}

footer {
  padding-top: 40px;
}
footer p {
  border-top: 2px solid #e3e3e3;
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
  margin-bottom: 0;
}

.tech-camp a {
  border: 2px solid #ca493c;
  display: block;
  text-align: center;
  padding: 20px 50px;
  margin: 20px 0;
  font-size: 14px;
  background: url(../images/bg_header.jpg) center center;
  background-size: cover;
  color: #fff;
}

.tech-camp a:hover {
  opacity: 0.8
}
.tech-camp a span {
  display: block;
  border: 1px solid #ddd;
  width: 250px;
  border-radius: 3px;
  padding: 5px 0;
  margin: 10px auto 0;
}

.single .header {
  padding: 50px 0 30px;
}

canvas{
  display:block;
  vertical-align:bottom;
  position: absolute;
  top: 0;
  z-index: 1;
}

#particles-js{
  position: relative;
}

#page__top a {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  line-height: 30px;
  font-size: .8rem;
  background: rgba(0,0,0,0.4);
  color: #fff;
  text-align: center;
  display: block;
  cursor: pointer;
}


#page__top a:hover {
  background: rgba(0,0,0,0.7);
}


#page__top a:before {
  content: '▲';
  display: block;
  line-height: 10px;
  padding-top: 10px;
}


.top-bar {
  background: none;
  padding: 5px;
  height: 54px;
}
.top-bar h1 {
  height: 26px;
  padding-top: 10px;
}
.top-bar h1 img {
  height: 26px;
  margin-right: 10px;
}
.top-bar.expanded .title-area {
  background: none;
}
.top-bar section .has-form {
  background: none;
  margin-top: -3px;
}
.top-bar section ul li {
  background: none;
}
.top-bar section ul li a {
  color: #282f35;
  background: none;
  font-weight: bold;
}
.top-bar section li:not(.has-form) a:not(.button) {
  background: none;
}
.top-bar section li:not(.has-form) a:not(.button):hover {
  background: none;
  color: #c63424;
}
.top-bar section li.active:not(.has-form) a:not(.button) {
  background: none;
  color: #dc5041;
}
.top-bar section li.active:not(.has-form) a:not(.button):hover {
  background: none;
  color: #c63424;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  box-shadow: 0 0px 0 1px #282f35, 0 7px 0 1px #282f35, 0 14px 0 1px #282f35;
}


.single .contents {
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.contents .content .sns__share li.line {
  display: none;
}

h6 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

@media only screen and (max-width: 40em) {
  html,body {
    font-size: 16px !important;
  }

  h1 .left {
    /*display: none;*/
  }

  .top-bar .name h1 a {
    width: 100%;
  }

  .top-bar h1 img {
    height: 24px !important;
  }

  .toggle-topbar {display: none !important;}

  .header .header__logo img {
    width: 100%;
  }

  .header, .single .header {
    padding: 20px 20px 30px;
    font-size: .9em;
  }

  .container > .row {
    margin: 0 !important;
    padding: 0 !important;
  }

  .contents .content {
    margin: 0 0 40px;
    padding: 15px;
  }

  .contents .content .content__header {
    padding-bottom: 10px;
  }

  h2 {
    font-size: 1.1em;
    line-height: 1.2;
  }

  .header p {
    margin: 10px 0 0;
    text-align: left;
	font-size: 12px;
  }

  canvas {
    display: none;
  }

  .tech-camp a span {
    width: 100%;
  }

  .tech-camp a {
    padding: 10px;
  }

  .contents .content .sns__share li.line {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    top: -5px;
  }

}


/************************************
** レスポンシブページネーション
************************************/

.ct-navi-div,
.ct-navi-div li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.ct-navi-div li {
  position: relative;

  width: 50%;
}


.ct-navi-div li:first-child {
  padding-right: 20px;
  padding-left: 40px;
}
.ct-navi-div li:first-child a:before {
  content: '〈 ';
  display: block;
  position: absolute;
  left: 0;
  font-size: 24px;
}


.ct-navi-div li:last-child {
  padding-left: 20px;
  text-align: right;
  padding-right: 40px;
}
.ct-navi-div li:last-child a:before {
  content: ' 〉';
  display: block;
  position: absolute;
  right: 0;
  font-size: 24px;
}



.ct-navi-div a {
  min-height:36px;
  font-size: 14px;
  display: block;

}

.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px auto;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #666;
  background-color: #fff;
  font-size: 14px;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current a {
 background-color: #ca493c;
 cursor: default;
 pointer-events: none;
 color: #fff;
 font-weight: bold;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
}

@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}

  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
