@charset "UTF-8";
/*
Theme Name: site_name
Author: katsutoshi chiku
Description: withblog
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900);
@import url(https://fonts.googleapis.com/css?family=Teko:400,600);
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Passion+One);
/* line 27, scss/foundation/_font.scss */
html {
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",verdana,sans-serif;,"Roboto", sans-serif;
  color: #666; }

@media screen and (max-width: 768px) {
  /* line 47, scss/foundation/_font.scss */
  html {
    font-size: 8px; } }
/* line 6, scss/foundation/_base.scss */
body, html {
  height: 100%;
  margin: 0; }

/* line 11, scss/foundation/_base.scss */
* {
  box-sizing: border-box; }

/* line 15, scss/foundation/_base.scss */
h1, h2, h3, h4 {
  margin: 0;
  font-weight: 500; }

/* line 20, scss/foundation/_base.scss */
ul {
  padding: 0;
  margin: 0; }

/* line 25, scss/foundation/_base.scss */
li {
  list-style-type: none; }

/* line 29, scss/foundation/_base.scss */
a {
  text-decoration: none;
  color: #b85427; }

/* line 34, scss/foundation/_base.scss */
p {
  margin: 0; }

/* line 3, scss/layout/__layout.scss */
header {
  margin: 0 auto 20px;
  max-width: 1200px; }

/* line 8, scss/layout/__layout.scss */
.l-visual {
  position: relative;
  margin: 0 0 30px;
  padding-top: 25%;
  width: 100%;
  height: auto;
  overflow: hidden; }
  /* line 16, scss/layout/__layout.scss */
  .l-visual img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%; }

/* line 25, scss/layout/__layout.scss */
.l-wrapper {
  margin: 0 auto;
  padding: 15px;
  width: 100%;
  max-width: 1200px; }
  /* line 30, scss/layout/__layout.scss */
  .l-wrapper::after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }

/* line 40, scss/layout/__layout.scss */
.l-loadWait {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #fff; }
  /* line 49, scss/layout/__layout.scss */
  .l-loadWait img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/* line 4, scss/object/component/_modal.scss */
.c-modal__wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8; }
/* line 16, scss/object/component/_modal.scss */
.c-modal__block {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  width: 80%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8); }
  /* line 29, scss/object/component/_modal.scss */
  .c-modal__block img {
    display: block;
    width: 100%; }
  /* line 34, scss/object/component/_modal.scss */
  .c-modal__block-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 150%;
    color: #fff;
    background: rgba(0, 0, 0, 0.7); }
  /* line 48, scss/object/component/_modal.scss */
  .c-modal__block-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    /* line 56, scss/object/component/_modal.scss */
    .c-modal__block-close::before {
      content: '';
      position: absolute;
      top: 15px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #fff;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    /* line 66, scss/object/component/_modal.scss */
    .c-modal__block-close::after {
      content: '';
      position: absolute;
      top: 15px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #fff;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }

/* line 15, scss/object/component/_button.scss */
.c-button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background: #333;
  border-radius: 5px; }

/* line 5, scss/object/project/_header.scss */
.p-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 68px; }
  /* line 10, scss/object/project/_header.scss */
  .p-header__title {
    margin-right: auto; }
    /* line 13, scss/object/project/_header.scss */
    .p-header__title img {
      display: block;
      height: 68px; }
  /* line 19, scss/object/project/_header.scss */
  .p-header ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  /* line 23, scss/object/project/_header.scss */
  .p-header__about {
    margin: 0 35px 0 0; }
    /* line 25, scss/object/project/_header.scss */
    .p-header__about a {
      display: block;
      height: 68px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 68px;
      text-decoration: underline; }
  /* line 34, scss/object/project/_header.scss */
  .p-header__button {
    width: 170px;
    height: 68px;
    padding: 14px 0; }
    /* line 39, scss/object/project/_header.scss */
    .p-header__button .c-button {
      background: #b85427;
      line-height: 40px;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      /* line 43, scss/object/project/_header.scss */
      .p-header__button .c-button:hover {
        opacity: 0.8; }

/* line 3, scss/object/project/_item.scss */
.p-item {
  float: left;
  padding: 5px; }
  /* line 7, scss/object/project/_item.scss */
  .p-item__inner {
    padding: 3%;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    /* line 16, scss/object/project/_item.scss */
    .p-item__inner:hover {
      opacity: 0.8; }
  /* line 21, scss/object/project/_item.scss */
  .p-item__imgWrap {
    position: relative;
    width: 100%;
    padding-top: 66.666%;
    overflow: hidden; }
    /* line 27, scss/object/project/_item.scss */
    .p-item__imgWrap img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      display: block; }
    /* line 35, scss/object/project/_item.scss */
    .p-item__imgWrap .logn {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  /* line 40, scss/object/project/_item.scss */
  .p-item__comment {
    margin: 5px 0 0;
    padding: 0 2px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #333; }

@media screen and (max-width: 768px) {
  /* line 60, scss/object/project/_item.scss */
  .p-item__comment {
    display: none; } }
/* line 3, scss/object/project/_droparea.scss */
.p-droparea {
  position: relative;
  margin: 20px auto;
  padding: 20px;
  max-width: 1200px; }
  /* line 9, scss/object/project/_droparea.scss */
  .p-droparea__inner {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    width: 100%;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  /* line 22, scss/object/project/_droparea.scss */
  .p-droparea__item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    width: 20%; }
    /* line 29, scss/object/project/_droparea.scss */
    .p-droparea__item-inner {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: vertical;
      -moz-flex-direction: vertical;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column;
      padding: 5px;
      width: 100%;
      height: 100%;
      border-width: 1px;
      border-style: solid;
      border-color: #ddd;
      background: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
      /* line 42, scss/object/project/_droparea.scss */
      .p-droparea__item-inner img {
        display: block;
        padding: 5px;
        width: 100%; }
      /* line 48, scss/object/project/_droparea.scss */
      .p-droparea__item-inner form {
        margin-top: auto;
        width: 100%;
        padding: 0 5px; }
        /* line 53, scss/object/project/_droparea.scss */
        .p-droparea__item-inner form textarea {
          margin: 0 0 7px;
          padding: 5px;
          width: 100%;
          height: 7em;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 120%;
          color: #666;
          border-width: 1px;
          border-style: solid;
          border-color: #ddd; }
        /* line 66, scss/object/project/_droparea.scss */
        .p-droparea__item-inner form input[type="button"] {
          margin: 0 0 5px;
          padding: 3px 12px;
          font-size: 12px;
          font-size: 1.2rem;
          color: #fff;
          background: #b85427;
          border: 0;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          cursor: pointer;
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
          /* line 77, scss/object/project/_droparea.scss */
          .p-droparea__item-inner form input[type="button"]:hover {
            background: #8e411e; }
    /* line 84, scss/object/project/_droparea.scss */
    .p-droparea__item-delete {
      position: absolute;
      top: 5px;
      right: 5px;
      z-index: 20;
      width: 20px;
      height: 20px;
      background: url(img/icon/button-close.png) no-repeat;
      background-size: cover;
      cursor: pointer; }
    /* line 96, scss/object/project/_droparea.scss */
    .p-droparea__item-fileName {
      margin: 20px 0 5px;
      width: 100%;
      padding: 0 5px;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 120%;
      word-wrap: break-word; }
    /* line 105, scss/object/project/_droparea.scss */
    .p-droparea__item-loading {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.5);
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      /* line 116, scss/object/project/_droparea.scss */
      .p-droparea__item-loading img {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 30px;
        height: 30px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      /* line 126, scss/object/project/_droparea.scss */
      .p-droparea__item-loading.show {
        display: block; }
  /* line 132, scss/object/project/_droparea.scss */
  .p-droparea .innerText {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 300px; }
  /* line 140, scss/object/project/_droparea.scss */
  .p-droparea__attention {
    margin: 5px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 130%;
    color: #b00000; }
  /* line 147, scss/object/project/_droparea.scss */
  .p-droparea__placeholder {
    background: #fafafa;
    border-width: 2px;
    border-style: dashed;
    border-color: #ddd; }

/* line 155, scss/object/project/_droparea.scss */
.dragging {
  background: #eee; }

/* line 159, scss/object/project/_droparea.scss */
.dragenter {
  background: #eee; }

/* line 3, scss/object/project/_loader.scss */
.p-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  /* line 15, scss/object/project/_loader.scss */
  .p-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 200px;
    height: 200px;
    background: #fff;
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  /* line 27, scss/object/project/_loader.scss */
  .p-loader.show {
    display: block;
    opacity: 1; }
