@charset "UTF-8";
/*
 * Open Book Camera のスタイル。
 *
 * 以前は sass をビルドしていたが、このページは静的ファイルだけで完結するため
 * ビルドを廃止し、この CSS を直接置くようにした。編集はこのファイルを直接行う。
 *
 * 上半分は Eric Meyer のリセット CSS。下半分がこのサイト固有の指定。
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-feature-settings: "pkna" 1;
}

/* ========== ベース ========== */
html {
  font-size: 62.5%;
}
html.hidden {
  overflow: hidden;
  height: 100%;
}

body {
  background-color: #222222;
  color: #FEE100;
  font-size: 1.5rem;
  line-height: 1;
  word-wrap: break-word;
  margin: 0;
  font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  body {
    padding: 0;
  }
}

h1 {
  font-size: 4.6rem;
  line-height: 7.3rem;
  margin-top: 1rem;
}

h2 {
  font-size: 3rem;
  margin: 10px 0;
}

h3 {
  font-size: 2rem;
  margin: 10px 0;
}

h4 {
  font-size: 1.5rem;
  margin: 10px 0;
}

p {
  font-size: 2.2rem;
  line-height: 4.5rem;
  font-weight: bold;
}

a {
  color: #ffffff;
}

/* ========== 画面サイズ ========== */
#home #container {
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  #home #container {
    margin: 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #home #container {
    margin: 0 40px;
  }
}
#home #container #title, #home #container #intro, #home #container #video, #home #container #concept, #home #container #cover, #home #container #specs, #home #container #purchase, #home #container #community, #home #container #development, #home #container #license, #home #container #faq {
  max-width: 886px;
  margin: 80px auto;
}

/* ========== コンテンツ ========== */
#home header .link {
  position: absolute;
  top: 20px;
  right: 20px;
}
#home header .link img {
  width: 50px;
  margin-left: 10px;
}

#home #title {
  position: relative;
}
#home #title h1 {
  font-family: "Patua One", cursive;
  font-size: 115px;
  line-height: 14rem;
}
#home #title img {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  #home #title h1 {
    font-size: 50px;
    line-height: 50px;
  }
  #home #title img {
    width: 70px;
  }
}
#home #intro h1 span {
  color: #222222;
  background-color: #FEE100;
}
#home #intro > p {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #home #intro h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
#home #video iframe {
  width: 100%;
}

#home #concept .wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}
#home #concept .wrap .item {
  margin-left: 40px;
}
#home #concept .wrap .item:first-child {
  width: 100%;
}
#home #concept .wrap .item:not(:first-child) {
  flex: 1;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #home #concept .wrap {
    display: block;
  }
  #home #concept .wrap .item {
    width: auto !important;
  }
}
#cover img {
  width: 100%;
}

#home #specs .size {
  display: flex;
  flex-wrap: wrap;
}
#home #specs .size img {
  width: 45%;
}

@media screen and (max-width: 768px) {
  #home #specs .size {
    display: block;
  }
  #home #specs .size img {
    width: 100%;
  }
}
#home #purchase .wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-top: 30px;
}
#home #purchase .wrap .item {
  width: calc(50% - 40px);
  margin-left: 40px;
}
#home #purchase .wrap .item a {
  display: block;
  width: 100%;
  color: #222222;
  font-weight: bold;
  background: #fee100;
  text-align: center;
  padding: 30px;
  margin-top: 30px;
}
#home #purchase .wrap .item a:hover {
  background: #fae645;
}

@media screen and (max-width: 768px) {
  #home #purchase .wrap {
    display: block;
  }
  #home #purchase .wrap .item {
    width: auto;
    margin-top: 10px;
  }
}
#home #community div {
  display: flex;
  margin-left: -20px;
}
#home #community div a {
  display: block;
  width: 100%;
  color: #222222;
  font-weight: bold;
  background: #fee100;
  text-align: center;
  padding: 30px;
  margin-top: 30px;
  margin-left: 20px;
}
#home #community div a:hover {
  background: #fae645;
}

@media screen and (max-width: 768px) {
  #home #community div {
    display: block;
  }
}
#home #development div {
  display: flex;
  margin-left: -20px;
}
#home #development div a {
  display: block;
  width: 100%;
  color: #222222;
  font-weight: bold;
  background: #fee100;
  text-align: center;
  padding: 30px;
  margin-top: 30px;
  margin-left: 20px;
}
#home #development div a:hover {
  background: #fae645;
}

@media screen and (max-width: 768px) {
  #home #development div {
    display: block;
  }
}
#calil {
  text-align: center;
}
#calil img {
  width: 200px;
  margin-bottom: 30px;
}
