@charset "UTF-8";
/*
 * normalise
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

/*
 * Font
 */
.cap {
  font-size: 12px;
  line-height: 1.5em;
  color: #3f3f3f;
}

.mincho {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.gray {
  color: #3f3f3f;
}

.gray2 {
  color: #cccccc;
}

.red {
  color: red;
}

.none {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

/*
 * basic
 */
body {
  background: white url(../images/bg.jpg) center top;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  color: black;
}

del {
  color: #3f3f3f;
}

li img {
  vertical-align: top;
}

/* 
 * link style
 */
a {
  color: #00a0c6;
  text-decoration: none;
  outline: none 0 !important;
}
a:link {
  color: #00a0c6;
  text-decoration: none;
}
a:visited {
  color: #91918f;
  text-decoration: none;
}
a:hover {
  color: #7fcfe2;
  text-decoration: underline;
}
a:active {
  color: #7fcfe2;
  text-decoration: underline;
}
a:focus {
  outline: 0;
}
a img {
  vertical-align: top;
}
a:hover img.hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.opc a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.opc2 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.opc a *, .opc2 a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a .amazon {
  display: block;
  background: url(../images/icon_amazon.png) no-repeat left center;
  padding-left: 25px;
}
.exlink a {
  display: block;
  background: url(../images/icon_exlink.png) no-repeat left center;
  padding-left: 20px;
}
.exlink a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: #00a0c6;
  text-decoration: none;
}

/*
 * wrapper
 */
#wrapper {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

/*
 * main
 --------------------------------------------------------------------------------*/
/*
 * 	header
 */
#header {
  position: relative;
  background: url(../images/bg_title.jpg) no-repeat center top;
  width: 960px;
  height: 660px;
  margin: 0 auto;
  *zoom: 1;
}
#header:after {
  content: "";
  display: table;
  clear: both;
}
#header #hobo {
  width: auto;
  margin: 0 auto 0;
  padding: 20px 20px 0 0;
  text-align: right;
}
#header h1 {
  margin: 50px 0 0 80px;
}
#header p#yodogawa {
  margin: 75px 0 0 80px;
}
#header ul, #header li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header ul {
  margin: 85px 0 0 80px;
  letter-spacing: -0.4em;
  line-height: 0;
  text-align: left;
}
#header li {
  display: inline-block;
  letter-spacing: 0.075em;
  line-height: 1em;
  padding-right: 40px;
}
#header li a {
  vertical-align: top;
  display: block;
}
#header li a img {
  vertical-align: top;
  display: block;
}

#menu {
  margin: 15px 0;
}
#menu ul, #menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu ul {
  letter-spacing: -0.4em;
  line-height: 0;
  text-align: right;
}
#menu li {
  display: inline-block;
  letter-spacing: 0.075em;
  line-height: 1em;
  padding-left: 30px;
}
#menu li a {
  vertical-align: top;
  display: block;
}
#menu li a img {
  vertical-align: top;
  display: block;
}
#menu li#hobo {
  float: left;
}

/*
 * contents
 */
.contents {
  position: relative;
  width: 960px;
  margin: 0 auto 60px;
  margin-bottom: 50px;
}
.contents h2 {
  border-bottom: 4px solid #000;
  margin: 60px 0 30px;
  padding-bottom: 2px;
}
.contents h3 {
  margin: 60px 0 30px;
}

.photos {
  margin-left: 480px;
}
.photos ul, .photos li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.photos ul {
  letter-spacing: -0.4em;
  line-height: 0;
}
.photos li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.075em;
  line-height: 1.75em;
}

#movie .ust {
  float: left;
}
#movie .social {
  margin-left: 640px;
}

.bookInfo {
  overflow: hidden;
  *zoom: 1;
  width: 560px;
  margin: 60px auto 30px;
  padding: 40px;
  background: #FFF;
}
.bookInfo h4 {
  margin: 30px 0 45px 0;
  font-size: 18px;
}
.bookInfo p {
  margin: 0;
}
.bookInfo .photo {
  float: left;
}
.bookInfo .info {
  margin-left: 200px;
}

/*
 * footer
 */
#footer {
  position: relative;
  padding-bottom: 100px;
  margin-top: 40px;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  letter-spacing: -0.4em;
  margin-bottom: 10px;
  line-height: 0;
}
#footer ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0 50px;
  margin: 0;
  letter-spacing: 0.075em;
  line-height: 1em;
}
#footer .fblike {
  text-align: center;
  margin: 30px;
}
#footer .copyright {
  font-size: 10px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #3f3f3f;
}

.profileText {
  display: none;
}

.openBoxElement {
  background: url(../images/bg.jpg);
  display: block;
  width: 500px;
  padding: 40px 40px;
}
.openBoxElement h3 {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.openBoxElement h3 span {
  font-size: 14px;
}
.openBoxElement p {
  margin-left: 0;
}
.openBoxElement .close {
  position: absolute;
  top: 40px;
  right: 40px;
}

.openBoxPhoto {
  width: auto;
  text-align: center;
}
.openBoxPhoto .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
