@charset "UTF-8";
/*---------------------------------------------------------------------
	peculiar mixin style
----------------------------------------------------------------------*/
/*---------------------------------------------------------------------
	fixed mixin style
----------------------------------------------------------------------*/
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%;
  line-height: 1;
  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; }

ul, ol, a {
  list-style: none;
  text-decoration: none; }

.notepaper {
  position: relative;
  margin: 32px 16px;
  padding: 0 24px 24px;
  color: #565656;
  background-color: #FAFAFA;
  background-image: -webkit-radial-gradient(center, cover, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1) 90%), url("../images/thought/border_note.png");
  background-image: -moz-radial-gradient(center, cover, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1) 90%), url("../images/thought/border_note.png");
  background-image: -o-radial-gradient(center, cover, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1) 90%), url("../images/thought/border_note.png");
  background-image: radial-gradient(cover at center, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1) 90%), url("../images/thought/border_note.png");
  border: 1px solid rgba(195, 186, 170, 0.9);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 6px #c8c8c8, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02), 0 0 8px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 6px #c8c8c8, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02), 0 0 8px rgba(0, 0, 0, 0.35); }

.notepaper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.42); }

.notepaper:after {
  z-index: -1;
  left: 0;
  right: 0;
  background: #F4F4F4;
  border: 1px solid rgba(170, 157, 134, 0.7);
  -webkit-transform: rotate(1.2deg);
  -moz-transform: rotate(1.2deg);
  -ms-transform: rotate(1.2deg);
  -o-transform: rotate(1.2deg);
  transform: rotate(1.2deg); }

.notepaper__ttl {
  display: block;
  margin: 24px 0 0 8px;
  opacity: 0;
  -webkit-transition: opacity .8s ease-in;
  transition: opacity .8s ease-in; }

.notepaper__msg {
  font-size: 14px;
  line-height: 36px;
  margin-top: 38px; }

.notepaper__msg strong {
  color: #764a2c;
  font-size: 16px;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-in .4s;
  transition: opacity 1.2s ease-in .4s; }

.notepaper__msg span {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-in .4s;
  transition: opacity 1.2s ease-in .4s; }

.notepaper__msg img {
  float: right;
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-in .4s;
  transition: opacity 1.2s ease-in .4s; }

.notepaper__msg img:first-of-type {
  margin: -72px -16px 0 0; }

.notepaper__msg img:nth-of-type(2) {
  float: none;
  display: block;
  width: 80%;
  height: auto;
  margin: 50px auto 50px; }

.notepaper__msg img:last-of-type {
  margin: -24px -8px 0 0; }

.notepaper__writer {
  display: block;
  color: #866828;
  text-align: right;
  font-weight: bold;
  font-family: Georgia, serif;
  font-style: italic;
  margin: 48px 16px 0 0;
  opacity: 0;
  -webkit-transition: opacity .4s ease-in 2s;
  transition: opacity .4s ease 2s; }

.on-fade {
  opacity: 1 !important; }

/* スタッフリスト
------------------------------------------------------*/
.staff .category__title {
  margin-top: 48px; }

.staff__list--large {
  margin: 16px; }

.staff__list--large li {
  padding: 4px;
  border: solid 4px #480000;
  border-radius: 8px;
  background: #FFF; }

.staff__list--large li + li {
  margin-top: 16px; }

.staff__list--large li img {
  display: block;
  width: 100%;
  height: auto; }

/*----------------------------------------------------------------------
    TABLET DEVICE CSS
----------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1023px) {
  .notepaper__msg img:nth-of-type(2) {
    width: 92%;
    margin: 22px auto 46px; } }
/*----------------------------------------------------------------------
    SmartPhone Landscape CSS 767以下
----------------------------------------------------------------------*/
@media (max-width: 767px) {
  .notepaper__ttl {
    margin: 16px 0 0; }

  .notepaper__msg {
    margin-top: 0; }

  .notepaper__msg img {
    float: none;
    display: block; }

  .notepaper__msg img:first-of-type {
    width: 368px;
    margin: 4px auto; }

  .notepaper__msg img:nth-of-type(2) {
    width: 100%;
    margin: 28px auto 32px; }

  .notepaper__msg img:last-of-type {
    margin: 0 auto 8px; }

  .notepaper__msg strong {
    line-height: 1.25em; }

  .notepaper__writer {
    margin-right: 0; }

  .staff__list--large li {
    padding: 2px;
    border: solid 2px #480000; } }
/*----------------------------------------------------------------------
    SmartPhone CSS Under480
----------------------------------------------------------------------*/
@media (max-width: 479px) {
  .notepaper__msg img {
    width: 100% !important;
    height: auto; }

  .staff__list--large li + li {
    margin-top: 8px; } }

/*# sourceMappingURL=thought.css.map */
