[
  {
    "path": ".editorconfig",
    "content": "root = true\n\n[*]\ncharset = utf-8\nend_of_line = lf\nindent_size = 2\nindent_style = space\ninsert_final_newline = true\ntrim_trailing_whitespace = true\n\n[*.md]\ntrim_trailing_whitespace = false\n"
  },
  {
    "path": ".eslintrc",
    "content": "{\n  \"env\": {\n    \"browser\": true,\n    \"mocha\": true,\n    \"es6\": true\n  },\n  \"parserOptions\": {\n    \"sourceType\": \"module\"\n  },\n  \"rules\": {\n    \"comma-dangle\": [1, \"never\"],\n    \"no-console\": 1,\n    \"eol-last\": 0,\n    \"block-scoped-var\": 0,\n    \"complexity\": 1,\n    \"consistent-return\": 1,\n    \"default-case\": 1,\n    \"eqeqeq\": 1,\n    \"no-alert\": 1,\n    \"no-caller\": 1,\n    \"no-eval\": 2,\n    \"no-new\": 0,\n    \"no-new-func\": 1,\n    \"no-proto\": 2,\n    \"no-script-url\": 1,\n    \"no-self-compare\": 1,\n    \"no-void\": 2,\n    \"no-var\": 2,\n    \"camelcase\": [2, {\"properties\": \"always\"}],\n    \"no-array-constructor\": 1,\n    \"quotes\": [0, \"single\"],\n    \"no-unused-vars\": 1,\n    \"space-after-keywords\": 0,\n    \"space-infix-ops\": 0,\n    \"space-return-throw-case\": 0,\n    \"comma-spacing\": 0,\n    \"prefer-const\": 0,\n    \"no-undef\": 0,\n    \"curly\": 0\n  },\n  \"ecmaFeatures\": {\n    \"arrowFunctions\": true,\n    \"binaryLiterals\": true,\n    \"blockBindings\": true,\n    \"classes\": true,\n    \"defaultParams\": true,\n    \"destructuring\": true,\n    \"forOf\": true,\n    \"generators\": true,\n    \"modules\": true,\n    \"objectLiteralComputedProperties\": true,\n    \"objectLiteralDuplicateProperties\": true,\n    \"objectLiteralShorthandMethods\": true,\n    \"objectLiteralShorthandProperties\": true,\n    \"octalLiterals\": true,\n    \"regexUFlag\": true,\n    \"regexYFlag\": true,\n    \"restParams\": true,\n    \"spread\": true,\n    \"superInFunctions\": true,\n    \"templateStrings\": true,\n    \"unicodeCodePointEscapes\": true,\n    \"globalReturn\": true,\n    \"jsx\": true\n  }\n}\n"
  },
  {
    "path": ".gitignore",
    "content": ".idea\n.sass-cache\n.DS_Store\nnode_modules\npublic\nguide\n"
  },
  {
    "path": ".travis.yml",
    "content": "sudo: false\nlanguage: node_js\nnode_js:\n- '6.0'\n- '5.0'\nbefore_script:\n  - npm install -g frontplate-cli\nscript:\n  - frp task clean\n  - frp task sprite\n  - frp task copy\n  - frp task html\n  - frp task script\n  - frp task style\nnotifications:\n  slack:\n    secure: U1Ta+5fq1Np5Vig6D2qte0jvrnzHJc2DpKpgJSZOd8LGP3FWZ/t1vTT7sepY6WzMETuen0BGtO56wlCE2qFBAQUPIC5rkH71wy2hFE3WGjOuNSB6Sqpf9mfK6XvEQJRi9UDVlSDFuBHAftrnit855IyUEL7aZZWsvhdYUS+j4DQ=\n"
  },
  {
    "path": "CHANGELOG.md",
    "content": "<a name=\"5.0.0\"></a>\n# [5.0.0](https://github.com/frontainer/frontplate/compare/v4.0.2...v5.0.0) (2016-12-10)\n\n\n### add\n\n* .eslintrcをデフォルトで追加して設定しやすく ([045083b5569f8544b70d4abbcd687799e7d5d460](https://github.com/frontainer/frontplate/commit/045083b5569f8544b70d4abbcd687799e7d5d460))\n* htmlにno-jsまたはjsを付与するための簡易スクリプトを追加 ([e1b2836bd33004b4b533fe0c391508a07128c2be](https://github.com/frontainer/frontplate/commit/e1b2836bd33004b4b533fe0c391508a07128c2be))\n\n### fix\n\n* jsの初期サンプルとテストをシンプルな形で修正してもエラーが出ないように ([954f99374a2f80455cbb541d2150ced8f5cd2a7a](https://github.com/frontainer/frontplate/commit/954f99374a2f80455cbb541d2150ced8f5cd2a7a))\n* starハックによるビルドエラーを回避 ([168536544a447138633fb9d1eb1f1790eda7a672](https://github.com/frontainer/frontplate/commit/168536544a447138633fb9d1eb1f1790eda7a672))\n* サンプルのスプライトscssをfrontplate-cli v3系のものに ([28601431fb2c540c099d83f0ed6f538b93ffc6f8](https://github.com/frontainer/frontplate/commit/28601431fb2c540c099d83f0ed6f538b93ffc6f8))\n* 初期のviewファイルの位置と内容をシンプルに ([978dbe936fe72b335c2875fd381d9c29f0db16b4](https://github.com/frontainer/frontplate/commit/978dbe936fe72b335c2875fd381d9c29f0db16b4))\n\n\n\n<a name=\"4.0.2\"></a>\n## [4.0.2](https://github.com/frontainer/frontplate/compare/v4.0.1...v4.0.2) (2016-11-04)\n\n\n\n\n<a name=\"4.0.1\"></a>\n## [4.0.1](https://github.com/frontainer/frontplate/compare/v4.0.0...v4.0.1) (2016-10-10)\n\n\n### fix\n\n* テストのファイル名をangular2に合わせてspec.jsに ([f3bcb3ebe61f4063306007c8cae1f5b53cb41425](https://github.com/frontainer/frontplate/commit/f3bcb3ebe61f4063306007c8cae1f5b53cb41425))\n\n\n\n<a name=\"4.0.0\"></a>\n# [4.0.0](https://github.com/frontainer/frontplate/compare/v3.1.0...v4.0.0) (2016-10-10)\n\n\n### Breaking\n\n* lodashを依存パッケージから削除 ([6a833345279dc43ebdefefea25f06c6c75dcd963](https://github.com/frontainer/frontplate/commit/6a833345279dc43ebdefefea25f06c6c75dcd963))\n* npm2サポートを停止 ([11437eb3a7a0c13c49723967f5af734fab01f3d4](https://github.com/frontainer/frontplate/commit/11437eb3a7a0c13c49723967f5af734fab01f3d4))\n* すべてのビルドタスクをfrontplate-cliに置き換え ([dc7e8939f38e5cec8248dc92a130749928660279](https://github.com/frontainer/frontplate/commit/dc7e8939f38e5cec8248dc92a130749928660279))\n\n### Build\n\n* テスト環境を5.6/5.0/4.2に変更 ([5d8d0c1c38ef75282c7dbd68c359fc24d47082db](https://github.com/frontainer/frontplate/commit/5d8d0c1c38ef75282c7dbd68c359fc24d47082db))\n\n### Docs\n\n* changelog出力コマンドを修正 ([e74ae7b4f2f91a1bedbe425dcfb9be9e23d121a3](https://github.com/frontainer/frontplate/commit/e74ae7b4f2f91a1bedbe425dcfb9be9e23d121a3))\n* sprite画像のパスが誤っていたのを修正 ([d74f31ef0fc51aad91f86d1a65c5a847bad4d5b0](https://github.com/frontainer/frontplate/commit/d74f31ef0fc51aad91f86d1a65c5a847bad4d5b0))\n* version3とnpmのアップデートについて追記 ([08639c1e9900b13605849e2ec35d8abdd16a1865](https://github.com/frontainer/frontplate/commit/08639c1e9900b13605849e2ec35d8abdd16a1865))\n\n### feat\n\n* スプライト生成サンプルを追加 ([b6802f6005a4adeeba7b16bb339fbaaf80ba5a18](https://github.com/frontainer/frontplate/commit/b6802f6005a4adeeba7b16bb339fbaaf80ba5a18))\n\n### fix\n\n* _つきのscssファイルだとスタイルガイドが生成されない不具合の修正 ([d959ec664ed7c653652e8d1ca28cea908f4ab39e](https://github.com/frontainer/frontplate/commit/d959ec664ed7c653652e8d1ca28cea908f4ab39e))\n* babelの設定をwebpack.config.jsから.babelrcに移動 ([197be976c992c055fc9b4cae400a68ed297f8b8f](https://github.com/frontainer/frontplate/commit/197be976c992c055fc9b4cae400a68ed297f8b8f))\n* sprite.scssが正しく出力されない不具合を修正 ([17ceed9ba74a9ec104c437547099ef23ebe4113c](https://github.com/frontainer/frontplate/commit/17ceed9ba74a9ec104c437547099ef23ebe4113c))\n\n### Fix\n\n* 実際に近いファイルサイズを確認するためにsourcemapsをインラインから外部ファイルに ([5e2fbd6ac9727a2a0d841b2767892afff7695d56](https://github.com/frontainer/frontplate/commit/5e2fbd6ac9727a2a0d841b2767892afff7695d56))\n\n### Upgrade\n\n* eslint/phantomjsを2へバージョンアップ ([0a2066afc3ffec1672a035239d00a7d9923659be](https://github.com/frontainer/frontplate/commit/0a2066afc3ffec1672a035239d00a7d9923659be))\n\n\n\n<a name=\"2.0.2\"></a>\n## [2.0.2](https://github.com/frontainer/frontplate/compare/2.0.1...2.0.2) (2016-01-21)\n\n\n### Doc\n\n* update changelog ([37960a96f2ec321aa9655044ee0534f8de3f94f0](https://github.com/frontainer/frontplate/commit/37960a96f2ec321aa9655044ee0534f8de3f94f0))\n\n### New\n\n* 異なる環境でも動作するようDockerfileを追加 ([63cc1014fea16f4ab1b2a7f440c8a3ae1a76c217](https://github.com/frontainer/frontplate/commit/63cc1014fea16f4ab1b2a7f440c8a3ae1a76c217))\n\n### Update\n\n* 依存パッケージのアップデート ([f6099f9095822bf47c743da01fb4b97d1f3bc1af](https://github.com/frontainer/frontplate/commit/f6099f9095822bf47c743da01fb4b97d1f3bc1af))\n\n\n\n<a name=\"2.0.1\"></a>\n## [2.0.1](https://github.com/frontainer/frontplate/compare/2.0.0...2.0.1) (2015-12-27)\n\n\n### Breaking\n\n* __IS_PRODUCTIONをデフォルトで提供するのを停止 ([6df832b228b44ade10e0f96099ff348e1088c955](https://github.com/frontainer/frontplate/commit/6df832b228b44ade10e0f96099ff348e1088c955))\n* cssnanoからcssoに変更 ([328c866dfa8757d0b4192c5de8c3ffdeb77efd96](https://github.com/frontainer/frontplate/commit/328c866dfa8757d0b4192c5de8c3ffdeb77efd96))\n* SCSSのコンパイル対象と監視対象を切り分け ([8b5d9fe2ad5076986760064ebb6f5398a6e6766f](https://github.com/frontainer/frontplate/commit/8b5d9fe2ad5076986760064ebb6f5398a6e6766f))\n\n### Build\n\n* gulpタスクをES6へ書き替え ([730e0fbfe78631e5289edc3a598059cf44667752](https://github.com/frontainer/frontplate/commit/730e0fbfe78631e5289edc3a598059cf44667752))\n\n### Docs\n\n* ライセンス表記を外部ファイル化 ([5ad3c21ad7f3304a6ddbfce29d8d63b6017aa41b](https://github.com/frontainer/frontplate/commit/5ad3c21ad7f3304a6ddbfce29d8d63b6017aa41b))\n* ライセンス表記を外部ファイル化 ([4893c7c7d111076b8829cac95fffd7db77924cfa](https://github.com/frontainer/frontplate/commit/4893c7c7d111076b8829cac95fffd7db77924cfa))\n\n### Fix\n\n* BEM記法だとwarningになってしまっていたので'both'にして両対応 ([80c36de6bee7782222454cfd7286269ff6eb0ba5](https://github.com/frontainer/frontplate/commit/80c36de6bee7782222454cfd7286269ff6eb0ba5))\n* callback待ちのためにctrl+cを2回 実行しないとdefaultタスクが抜けれない不具合の修正 ([2f04f2859884b829552cb1c584d4c837c26857b6](https://github.com/frontainer/frontplate/commit/2f04f2859884b829552cb1c584d4c837c26857b6))\n* JavaScriptの監視範囲が必要以上に広くなっていたのを修正 ([35b1161560bbe65ae03374da49309d85f73cb5ab](https://github.com/frontainer/frontplate/commit/35b1161560bbe65ae03374da49309d85f73cb5ab))\n* noParseオプションではコンパイルできない事象があったので、excludeに修正 ([6e834c09fc552f69563995996936468ee954b1d4](https://github.com/frontainer/frontplate/commit/6e834c09fc552f69563995996936468ee954b1d4))\n* sass-listでのクォートチェックをしないように変更 ([196dfe66354ed3b5878c2f50db737c892b657f50](https://github.com/frontainer/frontplate/commit/196dfe66354ed3b5878c2f50db737c892b657f50))\n* sprite画像が生成されていない不具合の修正 ([45b3a844bfed454d2b54dd1969b4b03b95d5725e](https://github.com/frontainer/frontplate/commit/45b3a844bfed454d2b54dd1969b4b03b95d5725e))\n* コピー対象の数が多い時に一部欠落する不具合の修正 ([c529b5b75ac098461927639412f4b206b8792b9e](https://github.com/frontainer/frontplate/commit/c529b5b75ac098461927639412f4b206b8792b9e))\n* スプライト画像をRetinaサイズで作成した際に割り切れずボヤける対策のため、paddingを5から6へ修正 ([87ae8da582d57c6a344492e86b87cfee4f04c5b2](https://github.com/frontainer/frontplate/commit/87ae8da582d57c6a344492e86b87cfee4f04c5b2))\n\n### New\n\n* CSSの圧縮にminify-cssを導入 ([c2e3b3374503e1e52051c3747d8c2b506b1defd0](https://github.com/frontainer/frontplate/commit/c2e3b3374503e1e52051c3747d8c2b506b1defd0))\n* node-sassオプションをconfigで設定できるように ([43f76b2984b97ee68bf90752b2fffc77ba759d8a](https://github.com/frontainer/frontplate/commit/43f76b2984b97ee68bf90752b2fffc77ba759d8a))\n* sass-lintとdoiuseを導入 ([176566de87517a88c80a1e0cf0e3bb971e73f1ba](https://github.com/frontainer/frontplate/commit/176566de87517a88c80a1e0cf0e3bb971e73f1ba))\n\n### Update\n\n* config.jsからBrowserSyncのproxyを設定できるよう修正 ([227432b53191fc6801022ba8e9b47929d9cbbfec](https://github.com/frontainer/frontplate/commit/227432b53191fc6801022ba8e9b47929d9cbbfec))\n* ESLintのno-var,no-protoを2(error)に設定 ([0fd78d7c03f9d40e53d1edf11b90ee581376eb8b](https://github.com/frontainer/frontplate/commit/0fd78d7c03f9d40e53d1edf11b90ee581376eb8b))\n* spritesmithの仕様変更に合わせて修正 ([002cb84b440a77671dc16c8c759e57c083d89572](https://github.com/frontainer/frontplate/commit/002cb84b440a77671dc16c8c759e57c083d89572))\n* webpack-streamを使わずWebPack単体で動作するように ([fc28ecbbb1ab38fe2d0b9c0f0a819fc605abce62](https://github.com/frontainer/frontplate/commit/fc28ecbbb1ab38fe2d0b9c0f0a819fc605abce62))\n* webpack.configのexcludeとnoParseの設定を修正 ([ee772c03cc3bc5128703c83c899282fa9de24587](https://github.com/frontainer/frontplate/commit/ee772c03cc3bc5128703c83c899282fa9de24587))\n\n\n\n<a name=\"1.1.6\"></a>\n## [1.1.6](https://github.com/frontainer/frontplate/compare/1.1.5...1.1.6) (2015-10-29)\n\n\n\n\n<a name=\"1.1.5\"></a>\n## [1.1.5](https://github.com/frontainer/frontplate/compare/1.1.4...1.1.5) (2015-09-27)\n\n\n\n\n<a name=\"1.0.2\"></a>\n## [1.0.2](https://github.com/frontainer/frontplate/compare/1.0.1...1.0.2) (2015-07-17)\n\n\n\n\n<a name=\"0.2.0\"></a>\n# [0.2.0](https://github.com/frontainer/frontplate/compare/0.1.3...0.2.0) (2014-10-04)\n\n\n\n\n<a name=\"0.1.3\"></a>\n## [0.1.3](https://github.com/frontainer/frontplate/compare/0.1.2...0.1.3) (2014-09-20)\n\n\n\n\n<a name=\"0.1.2\"></a>\n## 0.1.2 (2014-09-20)\n\n\n\n\n"
  },
  {
    "path": "LICENSE",
    "content": "The MIT License (MIT)\n\nCopyright (c) 2015 frontainer\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE."
  },
  {
    "path": "README.md",
    "content": "# frontplate\n\nフロントエンド開発の効率を上げるテンプレート\n\n[CHANGELOG](https://github.com/frontainer/frontplate/blob/master/CHANGELOG.md)\n\n[過去バージョン](https://github.com/frontainer/frontplate/releases)\n\n## Dependence\n\n* [NodeJS](https://nodejs.org/) 5.0以上\n* [frontplate-cli](https://www.npmjs.com/package/frontplate-cli) 3.0以上\n\n## Usage\n\n詳しくは[wiki](https://github.com/frontainer/frontplate-cli/wiki)を参照ください\n\nhttps://github.com/frontainer/frontplate-cli/wiki\n"
  },
  {
    "path": "frp.config.js",
    "content": "'use strict';\n// https://github.com/frontainer/frontplate-cli/wiki/6.%E8%A8%AD%E5%AE%9A\nmodule.exports = function(production) {\n  global.FRP_SRC = 'src';\n  global.FRP_DEST = 'public';\n  return {\n    clean: {},\n    html: {},\n    style: production ? {} : {},\n    script: production ? {} : {},\n    server: {},\n    copy: {},\n    sprite: [],\n    test: {}\n  }\n};\n"
  },
  {
    "path": "package.json",
    "content": "{\n  \"name\": \"Frontplate\",\n  \"version\": \"5.0.0\",\n  \"description\": \"フロントエンド開発の効率をあげるフルスタックテンプレート\",\n  \"dependencies\": {},\n  \"devDependencies\": {},\n  \"scripts\": {\n    \"start\": \"frp build && frp serve -t\",\n    \"test\": \"frp task test\",\n    \"build\": \"frp build\",\n    \"serve\": \"frp serve\",\n    \"production\": \"frp build -p\",\n    \"changelog\": \"conventional-changelog -p eslint -i CHANGELOG.md -w -s -r 0\"\n  },\n  \"repository\": {\n    \"type\": \"git\",\n    \"url\": \"git@github.com:frontainer/frontplate.git\"\n  },\n  \"author\": \"frontainer\",\n  \"license\": \"MIT\",\n  \"private\": true\n}\n"
  },
  {
    "path": "src/index.ejs",
    "content": "<!DOCTYPE html>\n<!--[if lt IE 7]>\n<html class=\"no-js lt-ie9 lt-ie8 lt-ie7\" prefix=\"og: http://ogp.me/ns#\"><![endif]-->\n<!--[if IE 7]>\n<html class=\"no-js lt-ie9 lt-ie8\" prefix=\"og: http://ogp.me/ns#\"><![endif]-->\n<!--[if IE 8]>\n<html class=\"no-js lt-ie9\" prefix=\"og: http://ogp.me/ns#\"><![endif]-->\n<!--[if gt IE 8]><!-->\n<html class=\"no-js\" prefix=\"og: http://ogp.me/ns#\"><!--<![endif]-->\n<head>\n  <meta charset=\"UTF-8\">\n  <title>PAGE TITLE</title>\n  <% include view/_header %>\n</head>\n<body>s\n<script src=\"assets/js/app.js\" async></script>\n</body>\n</html>\n"
  },
  {
    "path": "src/js/app.js",
    "content": "/**\n * @constructor\n */\nexport class App {\n  constructor(val) {\n    this.val = val;\n  }\n}\n\nlet m = new App('main');\nif (process.env.NODE_ENV === 'development') {\n  console.debug('main value:', m.val);\n}\n"
  },
  {
    "path": "src/js/app.spec.js",
    "content": "import './app';\ndescribe('app', () => {\n  beforeEach(() => {\n\n  });\n  it('init', () => {\n    expect('a').toBe('a');\n  });\n});\n"
  },
  {
    "path": "src/lib/.keep",
    "content": ""
  },
  {
    "path": "src/sass/_setting.scss",
    "content": "//antialiased,subpixel-antialiased,none\n$font-smoothing: antialiased;\n\n//auto,optimizeSpeed,optimizeLegibility,geometricPrecision\n$text-rendering: auto;\n\n$base-font-family: \"游ゴシック\", YuGothic, \"ヒラギノ角ゴ ProN W3\", \"Hiragino Kaku Gothic ProN\", \"メイリオ\", Meiryo, sans-serif;\n$base-font-size: 14px;\n$base-font-color: #333;\n$base-background-color: #fff;\n"
  },
  {
    "path": "src/sass/base/_base.scss",
    "content": "/*\n#styleguide\n基本スタイル\n\n```\n<p>特に何も指定しないときの状態</p>\n```\n*/\nbody {\n  -webkit-text-size-adjust: 100%;\n  text-size-adjust: 100%;\n  -webkit-font-smoothing: $font-smoothing;\n  -moz-osx-font-smoothing: grayscale;\n  font-smoothing: $font-smoothing;\n  text-rendering: $text-rendering;\n  font-size: $base-font-size;\n  font-family: $base-font-family;\n  color: $base-font-color;\n  background-color: $base-background-color;\n}\n"
  },
  {
    "path": "src/sass/base/_mixin.scss",
    "content": "@mixin sprite-width($sprite,$scale:1) {\n  width: nth($sprite, 5) * $scale;\n}\n\n@mixin sprite-height($sprite,$scale:1) {\n  height: nth($sprite, 6) * $scale;\n}\n\n@mixin sprite-position($sprite,$scale:1) {\n  $sprite-offset-x: nth($sprite, 3) * $scale;\n  $sprite-offset-y: nth($sprite, 4) * $scale;\n  background-position: $sprite-offset-x $sprite-offset-y;\n}\n\n@mixin sprite-image($sprite) {\n  $sprite-image: nth($sprite, 9);\n  background-image: url(#{$sprite-image});\n  background-repeat: no-repeat;\n}\n\n@mixin sprite-size($sprite,$scale:1) {\n  background-size: nth($sprite, 7)*$scale nth($sprite, 8)*$scale;\n}\n\n@mixin sprite($sprite,$scale:1) {\n  display: inline-block;\n  @include sprite-image($sprite);\n  @include sprite-position($sprite, $scale);\n  @include sprite-width($sprite, $scale);\n  @include sprite-height($sprite, $scale);\n  @include sprite-size($sprite, $scale);\n}\n"
  },
  {
    "path": "src/sass/base/_sanitize.scss",
    "content": "/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */\n\n$root-box-sizing: border-box !default;\n$root-cursor: default !default;\n$root-font-family: sans-serif !default;\n$root-font-size: 16px !default;\n$root-line-height: 1.5 !default;\n$root-text-rendering: optimizeLegibility !default;\n\n$html-background-color: #FFFFFF !default;\n$anchor-text-decoration: none !default;\n$form-element-background-color: transparent !default;\n$form-element-min-height: if(unitless($root-line-height), #{$root-line-height}em, if(unit($root-line-height) != '%', $root-line-height, null)) !default;\n$media-element-vertical-align: middle !default;\n$monospace-font-family: monospace !default;\n$nav-list-style: none !default;\n$selection-background-color: #B3D4FC !default;\n$selection-text-shadow: none !default;\n$small-font-size: 75% !default;\n$table-border-collapse: collapse !default;\n$table-border-spacing: 0 !default;\n$textarea-resize: vertical !default;\n\n/*\n * Normalization\n */\n\n:root {\n  -ms-overflow-style: -ms-autohiding-scrollbar; // IE11+\n  overflow-y: scroll; // All browsers without overlaying scrollbars\n  text-size-adjust: 100%; // iOS 8+\n}\n\naudio:not([controls]) {\n  display: none; // Chrome 40+, iOS 8+, Safari 8+\n}\n\ndetails {\n  display: block; // Firefox 36+, Internet Explorer 11+, Windows Phone 8.1+\n}\n\ninput {\n  &[type=\"number\"] {\n    width: auto; // Firefox 36+\n  }\n\n  &[type=\"search\"] {\n    -webkit-appearance: textfield; // Safari 8+\n\n    &::-webkit-search-cancel-button,\n    &::-webkit-search-decoration {\n      -webkit-appearance: none; // Safari 8+\n    }\n  }\n}\n\nmain {\n  display: block; // Android 4.3-, Internet Explorer 11+, Windows Phone 8.1+\n}\n\nsummary {\n  display: block; // Firefox 36+, Internet Explorer 11+, Windows Phone 8.1+\n}\n\npre {\n  overflow: auto; // Internet Explorer 11+\n}\n\nprogress {\n  display: inline-block; // Internet Explorer 11+, Windows Phone 8.1+\n}\n\nsmall {\n  font-size: $small-font-size; // All browsers\n}\n\ntemplate {\n  display: none; // Android 4.3-, Internet Explorer 11+, iOS 7-, Safari 7-, Windows Phone 8.1+\n}\n\ntextarea {\n  overflow: auto; // Internet Explorer 11+\n}\n\n[hidden] {\n  display: none; // Internet Explorer 10-\n}\n\n[unselectable] {\n  user-select: none; // Android 4.4+, Chrome 40+, Firefox 36+, iOS 8+, Safari 8+\n}\n\n/*\n * Universal inheritance\n */\n\n*,\n::before,\n::after {\n  box-sizing: inherit;\n}\n\n* {\n  font-size: inherit;\n  line-height: inherit;\n}\n\n::before,\n::after {\n  text-decoration: inherit;\n  vertical-align: inherit;\n}\n\n/*\n * Opinionated defaults\n */\n\n// specify solid border style of all elements\n\n*,\n::before,\n::after {\n  border-style: solid;\n  border-width: 0;\n}\n\n// remove margin and padding of all elements\n\n* {\n  margin: 0;\n  padding: 0;\n}\n\n// specify the root styles of the document\n\n:root {\n  box-sizing: $root-box-sizing;\n  cursor: $root-cursor;\n  font: #{$root-font-size} / #{$root-line-height} $root-font-family;\n  text-rendering: $root-text-rendering;\n}\n\n// specify the html background color\n\nhtml {\n  background-color: $html-background-color;\n}\n\n// specify the text decoration of anchors\n\na {\n  text-decoration: $anchor-text-decoration;\n}\n\n// specify media element style\n\naudio,\ncanvas,\niframe,\nimg,\nsvg,\nvideo {\n  vertical-align: $media-element-vertical-align;\n}\n\n// specify the background color of form elements\n\nbutton,\ninput,\nselect,\ntextarea {\n  background-color: $form-element-background-color;\n}\n\n// specify inheritance of form elements\n\nbutton,\ninput,\nselect,\ntextarea {\n  color: inherit;\n  font-family: inherit;\n  font-style: inherit;\n  font-weight: inherit;\n}\n\n// specify the minimum height of form elements\n\nbutton,\n[type=\"button\"],\n[type=\"date\"],\n[type=\"datetime\"],\n[type=\"datetime-local\"],\n[type=\"email\"],\n[type=\"month\"],\n[type=\"number\"],\n[type=\"password\"],\n[type=\"reset\"],\n[type=\"search\"],\n[type=\"submit\"],\n[type=\"tel\"],\n[type=\"text\"],\n[type=\"time\"],\n[type=\"url\"],\n[type=\"week\"],\nselect,\ntextarea {\n  min-height: $form-element-min-height;\n}\n\n// specify the font family of code elements\n\ncode,\nkbd,\npre,\nsamp {\n  font-family: $monospace-font-family, monospace;\n}\n\n// specify the list style of nav lists\n\nnav ol,\nnav ul {\n  list-style: $nav-list-style;\n}\n\n// style select like a standard input\n\nselect {\n  -moz-appearance: none; // Firefox 36+\n  -webkit-appearance: none; // Chrome 41+\n\n  &::-ms-expand {\n    display: none; // Internet Explorer 11+\n  }\n\n  &::-ms-value {\n    color: currentColor; // Internet Explorer 11+\n  }\n}\n\n// specify the border styles of tables\n\ntable {\n  border-collapse: $table-border-collapse;\n  border-spacing: $table-border-spacing;\n}\n\n// specify textarea resizability\n\ntextarea {\n  resize: $textarea-resize;\n}\n\n// specify text selection background color and omit drop shadow\n\n::selection {\n  background-color: $selection-background-color; // required when declaring ::selection\n  text-shadow: $selection-text-shadow;\n}\n\n// hide content from screens but not screenreaders\n\n@media screen {\n  [hidden~=\"screen\"] {\n    display: inherit;\n  }\n\n  [hidden~=\"screen\"]:not(:active):not(:focus):not(:target) {\n    clip: rect(0 0 0 0) !important;\n    position: absolute !important;\n  }\n}\n"
  },
  {
    "path": "src/sass/layout/_layout.scss",
    "content": ".clearfix {\n  zoom: 1;\n  &:before, &:after {\n    content: \" \";\n    display: table;\n  }\n  &:after {\n    clear: both;\n  }\n}\n"
  },
  {
    "path": "src/sass/sprites/_icon.scss",
    "content": "$icon-web-navigation-line-craft-1-109681: (\n    x: 0,\n    y: 0,\n    width: 512,\n    height: 512,\n    total_width: 1536,\n    total_height: 1024,\n    image: \"../images/icon.png\",\n    offset_x: 0,\n    offset_y: 0\n);$icon-web-navigation-line-craft-2-109682: (\n    x: 512,\n    y: 0,\n    width: 512,\n    height: 512,\n    total_width: 1536,\n    total_height: 1024,\n    image: \"../images/icon.png\",\n    offset_x: -512,\n    offset_y: 0\n);$icon-web-navigation-line-craft-3-109688: (\n    x: 0,\n    y: 512,\n    width: 512,\n    height: 512,\n    total_width: 1536,\n    total_height: 1024,\n    image: \"../images/icon.png\",\n    offset_x: 0,\n    offset_y: -512\n);$icon-web-navigation-line-craft-4-109689: (\n    x: 512,\n    y: 512,\n    width: 512,\n    height: 512,\n    total_width: 1536,\n    total_height: 1024,\n    image: \"../images/icon.png\",\n    offset_x: -512,\n    offset_y: -512\n);$icon-web-navigation-line-craft-5-109690: (\n    x: 1024,\n    y: 0,\n    width: 512,\n    height: 512,\n    total_width: 1536,\n    total_height: 1024,\n    image: \"../images/icon.png\",\n    offset_x: -1024,\n    offset_y: 0\n);\n\n@mixin sprite($variable,$scale:1) {\n    $image: map_get($variable,image);\n    $offset_x: map_get($variable,offset_x) * $scale;\n    $offset_y: map_get($variable,offset_y) * $scale;\n    $width: map_get($variable,width) * $scale;\n    $height: map_get($variable,height) * $scale;\n    $total_width: map_get($variable,total_width) * $scale;\n    $total_height: map_get($variable,total_height) * $scale;\n    background-image: url($image);\n    background-position: #{$offset_x}px #{$offset_y}px;\n    background-size: #{$total_width}px #{$total_height}px;\n    width: #{$width}px;\n    height: #{$height}px;\n}\n\n\n.icon {\n    display: inline-block;\n    background-repeat: no-repeat;\n    \n    &.icon-web-navigation-line-craft-1-109681{\n        @include sprite($icon-web-navigation-line-craft-1-109681, 1);\n    }\n    &.icon-web-navigation-line-craft-2-109682{\n        @include sprite($icon-web-navigation-line-craft-2-109682, 1);\n    }\n    &.icon-web-navigation-line-craft-3-109688{\n        @include sprite($icon-web-navigation-line-craft-3-109688, 1);\n    }\n    &.icon-web-navigation-line-craft-4-109689{\n        @include sprite($icon-web-navigation-line-craft-4-109689, 1);\n    }\n    &.icon-web-navigation-line-craft-5-109690{\n        @include sprite($icon-web-navigation-line-craft-5-109690, 1);\n    }\n}"
  },
  {
    "path": "src/sass/style.scss",
    "content": "@charset \"utf-8\";\n\n@import 'setting';\n//@import 'base/sanitize';\n//@import 'base/reset';\n//@import 'base/normalize';\n@import 'base/mixin';\n@import 'base/base';\n@import 'layout/layout';\n@import 'sprites/icon';\n\n"
  },
  {
    "path": "src/view/_header.ejs",
    "content": "<meta name=\"description\" content=\"\">\n<meta name=\"keywords\" content=\"\">\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<meta property=\"og:locale\" content=\"ja_JP\">\n<meta property=\"fb:admins\" content=\"\">\n<meta property=\"og:title\" content=\"\">\n<meta property=\"og:description\" content=\"\">\n<meta property=\"og:url\" content=\"\">\n<meta property=\"og:site_name\" content=\"\">\n<meta property=\"og:type\" content=\"blog\">\n<meta property=\"og:image\" content=\"assets/images/common/logo_ogp.png\">\n\n<link rel=\"shortcut icon\" href=\"assets/images/common/favicon.ico\">\n<link rel=\"apple-touch-icon-precomposed\" href=\"assets/images/common/apple-touch-icon-precomposed.png\">\n<link rel=\"stylesheet\" href=\"assets/css/style.css\">\n\n<script> document.documentElement.className = document.documentElement.className.replace(\"no-js\",\"js\");</script>\n"
  }
]