@charset "UTF-8";
/* photobook styles */
html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  min-width: 1000px;
  height: 100%;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt"; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden; }

a {
  transition: opacity 0.3s; }

a:hover {
  opacity: 0.6; }

.spOnly {
  display: none; }

div#mainVisual {
  width: 100%; }
  div#mainVisual h1 {
    display: none; }
  div#mainVisual div#visual01 {
    width: 100%; }
    div#mainVisual div#visual01 img {
      width: 100%;
      height: auto; }

div#productName {
  padding: 85px 0 25px 0;
  text-align: center; }
  div#productName img {
    width: 550px;
    height: auto;
    margin-bottom: 50px; }
  div#productName h2 {
    font-size: 32px;
    margin-bottom: 30px; }
  div#productName p {
    line-height: 2;
    margin-bottom: 50px; }
  div#productName a {
    display: inline-block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    background-color: #7C7F7F;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

div#activity {
  text-align: center;
  margin-bottom: 70px; }
  div#activity:before, div#activity:after {
    content: "";
    width: 750px;
    height: 1px;
    display: inline-block;
    background-color: #7F7F7F; }
  div#activity h3 {
    margin: 30px 0 22px 0;
    font-weight: bold; }
  div#activity p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 22px; }
  div#activity a {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 28px;
    color: #000;
    font-weight: bold;
    white-space: nowrap; }

div#visual02 {
  width: 890px;
  margin: 0 auto; }
  div#visual02 img {
    display: inline-block;
    width: 280px;
    margin-right: 25px;
    margin-bottom: 30px; }
    div#visual02 img:nth-child(3n) {
      margin-right: 0; }

div.info {
  text-align: center; }
  div.info h4 {
    font-size: 13px;
    margin-bottom: 20px; }
  div.info p {
    font-size: 30px;
    margin-bottom: 55px; }
    div.info p span {
      display: block;
      font-size: 13px;
      color: #E84B1F;
      margin-top: 15px; }
    div.info p a {
      color: #000; }
  div.info .link_box {
    display: inline-block; }
    div.info .link_box a {
      font-size: 13px;
      display: inline-block;
      width: 260px;
      height: 33px;
      line-height: 33px;
      border: 1px solid #000; }
      div.info .link_box a:first-child {
        margin-right: 20px; }

div.txt_box {
  width: 660px;
  box-sizing: border-box;
  margin: 0 auto 30px auto;
  font-size: 13px;
  overflow: hidden; }
  div.txt_box h3 {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #CCCCCC;
    text-align: center;
    margin-bottom: 23px; }
  div.txt_box li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em; }
  div.txt_box img {
    width: 183px; }
  div.txt_box .fl_box {
    width: 56%;
    box-sizing: border-box;
    float: left; }
  div.txt_box .fl_box_r {
    width: 42%;
    box-sizing: border-box;
    float: left; }
  div.txt_box div:nth-child(2) {
    margin-right: 2%; }
  div.txt_box p, div.txt_box ul {
    margin-bottom: 24px; }
  div.txt_box .hdl {
    padding-left: 1em;
    text-indent: -1em; }

div.contact {
  width: 800px;
  height: 70px;
  box-sizing: border-box;
  margin: 0 auto;
  border-top: 1px solid #3F3F3F;
  border-bottom: 1px solid #3F3F3F;
  overflow: hidden;
  padding: 15px 0;
  font-size: 12px;
  text-align: center; }
  div.contact .inner_box {
    display: inline-block;
    text-align: left;
    margin: 0 10px; }
    div.contact .inner_box img {
      width: 23px;
      height: auto; }
    div.contact .inner_box a {
      color: #000; }
    div.contact .inner_box span:nth-of-type(2) {
      font-size: 10px; }

div#work {
  width: 840px;
  margin: 0 auto;
  overflow: hidden; }
  div#work .inner_box {
    width: 50%;
    float: left;
    padding: 0 13px;
    text-align: center;
    margin-bottom: 45px; }
    div#work .inner_box * {
      text-align: left; }
    div#work .inner_box img {
      width: 100%; }
    div#work .inner_box h3 {
      padding: 10px 0;
      font-size: 14px;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      div#work .inner_box h3 span {
        font-size: 10px; }
    div#work .inner_box p {
      font-size: 13px;
      line-height: 1.6; }
  div#work div:nth-child(2n+1) {
    clear: both; }
  div#work div:nth-child(even) {
    padding-right: 0; }
  div#work div:nth-child(odd) {
    padding-left: 0; }

div.after_txt {
  text-align: center;
  line-height: 2;
  padding-top: 55px; }

div#footer {
  width: 380px;
  margin: 110px auto 0 auto;
  padding: 65px 0; }
  div#footer div.logo {
    text-align: center;
    margin-bottom: 65px; }
  div#footer p {
    text-align: center;
    font-size: 12px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

div.border_footer {
  border-top: 1px solid #C8C5C4; }

/* css3 animation */
.inviewfadeIn {
  opacity: 0;
  transition: opacity 3s; }

.fadeIn {
  opacity: 1.0; }

/*# sourceMappingURL=default.css.map */
