@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
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;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: 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 #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

/* clear */
.clear,
.clearfix {
  zoom: 100%;
}

.clear:after,
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.t-ind {
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}

.b {
  font-weight: bold;
}

.break {
  word-wrap: break-word;
}

.bl {
  display: block;
}

/* base */
html, body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 13px;
  line-height: 1.3;
  color: #000;
}

.wide {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.go {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.f1 {
  font-family: 'Amatic SC', cursive;
  font-weight: 400;
}

.f2 {
  font-family: 'Amatic SC', cursive;
  font-weight: 400;
}

#review-list {
  padding-top: 150px;
}
#review-list #logo {
  float: left;
  width: 420px;
  height: 297px;
  font-size: 60px;
  line-height: 1;
  position: relative;
  top: -90px;
  margin: 0 60px 50px 0;
  background: url(../images/logo.png) no-repeat 100px 0;
}
#review-list #logo span {
  position: absolute;
  left: 200px;
  top: 85px;
}
#review-list article {
  width: 420px;
  min-height: 210px;
  float: left;
  margin: 0 0 50px 60px;
}
#review-list article a {
  position: relative;
  display: block;
  width: 100%;
  min-height: 210px;
  color: #000;
}
#review-list article a:hover .numb {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#review-list article a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#review-list article .numb {
  position: absolute;
  font-size: 300px;
  z-index: 1;
  left: 0;
  top: -40px;
  line-height: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#review-list article .numb.ten {
  left: -22px;
}
#review-list article img {
  position: absolute;
  width: 120px;
  height: auto;
  left: 0;
  top: 30px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#review-list article h1 {
  font-size: 60px;
  word-break: break-all;
  line-height: 1;
  position: relative;
  z-index: 2;
  padding-top: 20px;
  margin: 0 0 0 150px;
  letter-spacing: -3px;
}
#review-list article .jp {
  font-size: 30px;
  line-height: 1;
  text-indent: -.6em;
  margin: 15px 0 0 150px;
  position: relative;
  letter-spacing: -7px;
}
