@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;
}

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

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

/* font-weight */
.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

/* text color */
.gray {
  color: #3f3f3f;
}

.gray2 {
  color: #7f7f7f;
}

.red {
  color: red;
}

/* font-size */
.large {
  font-size: 1.125em;
  line-height: 1.53125em;
}

.x-large {
  font-size: 1.5em;
  line-height: 1.53125em;
}

.xx-large {
  font-size: 2em;
  line-height: 1.53125em;
}

.size-9 {
  font-size: 9px;
  line-height: 1.75em;
}

.size-10 {
  font-size: 10px;
  line-height: 1.75em;
}

.size-11 {
  font-size: 11px;
  line-height: 1.75em;
}

.size-12 {
  font-size: 12px;
  line-height: 1.75em;
}

.size-13 {
  font-size: 13px;
  line-height: 1.75em;
}

.size-14 {
  font-size: 14px;
  line-height: 1.75em;
}

.size-15 {
  font-size: 15px;
  line-height: 1.75em;
}

.size-16 {
  font-size: 16px;
  line-height: 1.75em;
}

.size-17 {
  font-size: 17px;
  line-height: 1.75em;
}

.size-18 {
  font-size: 18px;
  line-height: 1.75em;
}

.size-19 {
  font-size: 19px;
  line-height: 1.75em;
}

.size-20 {
  font-size: 20px;
  line-height: 1.75em;
}

.size-21 {
  font-size: 21px;
  line-height: 1.75em;
}

.size-22 {
  font-size: 22px;
  line-height: 1.75em;
}

.size-23 {
  font-size: 23px;
  line-height: 1.75em;
}

.size-24 {
  font-size: 24px;
  line-height: 1.75em;
}

.size-25 {
  font-size: 25px;
  line-height: 1.75em;
}

.size-26 {
  font-size: 26px;
  line-height: 1.75em;
}

.size-27 {
  font-size: 27px;
  line-height: 1.75em;
}

.size-28 {
  font-size: 28px;
  line-height: 1.75em;
}

.size-29 {
  font-size: 29px;
  line-height: 1.75em;
}

.size-30 {
  font-size: 30px;
  line-height: 1.75em;
}

.size-31 {
  font-size: 31px;
  line-height: 1.75em;
}

.size-32 {
  font-size: 32px;
  line-height: 1.75em;
}

/* display */
.none {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

/* text-align */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/*
 * basic
 --------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  background: white;
  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 {
  text-decoration: line-through;
  color: #3f3f3f;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li img {
  vertical-align: top;
}

/* 
 * link style
 --------------------------------------------------------------------------------*/
a {
  color: #7070cb;
  text-decoration: none;
  outline: none 0 !important;
}
a:link {
  color: #7070cb;
  text-decoration: none;
}
a:visited {
  color: #7070cb;
  text-decoration: none;
}
a:hover {
  color: #b7b7e5;
  text-decoration: underline;
}
a:active {
  color: #b7b7e5;
  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[target=_new], a[target=_blank] {
  background: no-repeat right center;
  background-image: url(../images/icon_exlink_inline.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  a[target=_new], a[target=_blank] {
    background-image: url(../images/2x/icon_exlink_inline.png);
    background-size: "10px" auto;
  }
}
a[target=_new].noimg, a[target=_blank].noimg {
  background: transparent;
  padding-right: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  a[target=_new].noimg, a[target=_blank].noimg {
    background-image: transparent;
  }
}
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: #7070cb;
  text-decoration: none;
}

/*
 * wrapper
 --------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
  width: 800px;
  margin: 0 auto;
  background-color: #FFF;
}

/*
 * main
 --------------------------------------------------------------------------------*/
/*
 * 	header
 */
#header {
  position: relative;
  margin: 0 auto;
}
#header #hobo {
  padding: 10px 0;
  text-align: center;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
#header #hobo a {
  color: black;
  text-decoration: none;
}
#header h1 {
  position: relative;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
}

#yodogawa {
  text-align: center;
  font-size: 16px;
}

/*
 * contents
 */
.contents {
  position: relative;
  width: 800px;
  margin: 50px auto 40px;
}
.contents h2 {
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
.contents blockquote {
  margin: 40px 0;
  margin-left: 1em;
  padding-left: 1em;
  border-left: 2px solid #3f3f3f;
  color: #3f3f3f;
}
.contents .article {
  width: 500px;
  margin: 0 auto;
  text-align: left;
}

.column {
  position: relative;
  width: 800px;
  margin: 50px auto;
}
.column h2 {
  margin: 20px 0;
  padding: 0;
  text-align: center;
}
.column .article {
  width: 500px;
  margin: 0 auto;
  text-align: left;
}

.photo {
  margin: 40px auto;
}
.photo p {
  font-size: 12px;
  line-height: 1.5em;
  color: #3f3f3f;
}

.date {
  margin: 20px 0;
  font-size: 12px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #3f3f3f;
}

#navi {
  text-align: center;
}
#navi ul {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#navi li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0 10px;
}

/*
 * TOC - table of contents
 */
#toc {
  margin: 50px auto;
}
#toc h2 {
  text-align: center;
}
#toc ul, #toc li {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
#toc li {
  position: relative;
  padding: 5px 0;
  padding-left: 4.5em;
  width: 437px;
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  letter-spacing: 0;
}
#toc li:first-child {
  border-top: 1px solid #CCC;
}
#toc li.current {
  color: #30BF30;
}
#toc li a {
  display: block;
  padding: 3px 0;
  text-align: left;
}
#toc li a:visited, #toc li a:hover {
  color: #7070cb;
  text-decoration: none;
}
#toc li em {
  margin-left: -4em;
  padding-right: 1em;
  font-style: normal;
  font-weight: bold;
}
#toc li span {
  position: absolute;
  right: 0.5em;
  top: 50%;
  margin-top: -12px;
  font-size: 12px;
  color: #999;
}

/*
 * archive
 */
#past {
  margin: 50px auto;
}
#past h2 {
  text-align: center;
}
#past ul, #past li {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
#past li {
  position: relative;
  padding: 5px 0;
  padding-left: 4.5em;
  width: 437px;
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  letter-spacing: 0;
}
#past li:first-child {
  border-top: 1px solid #CCC;
}
#past li.current {
  color: #30BF30;
}
#past li a {
  display: block;
  padding: 3px 0;
  text-align: left;
}
#past li a:visited, #past li a:hover {
  color: #7070cb;
  text-decoration: none;
}
#past li em {
  margin-left: -4em;
  padding-right: 1em;
  font-style: normal;
  font-weight: bold;
}
#past li span {
  position: absolute;
  right: 0.5em;
  top: 50%;
  margin-top: -12px;
  font-size: 12px;
  color: #999;
}

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

.medium {
  font-size: 18px;
  line-height: 1.75em;
}

.big {
  font-size: 21px;
  line-height: 1.75em;
}

html {
  background: transparent url(../images/back.jpg) repeat fixed left bottom;
}

body {
  background: transparent url(../images/base.jpg) no-repeat fixed left bottom;
}

/*--------------------------------------------------------------------------------
 * 
 * 	wrapper
 * 
 *--------------------------------------------------------------------------------*/
#wrapper {
  width: 800px;
  background-color: transparent;
}

/*--------------------------------------------------------------------------------
 * 
 * 	header
 * 
 *--------------------------------------------------------------------------------*/
#header h1 {
  font-size: 24px;
  margin: 0 auto;
}
#header h1 span {
  display: block;
}
#header #hobo {
  text-align: left;
}

/*--------------------------------------------------------------------------------
 * 
 * yodogawa
 * 
 *--------------------------------------------------------------------------------*/
#yodogawa {
  margin-left: 280px;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 18px;
  line-height: 2.5em;
  text-align: left;
}

/*--------------------------------------------------------------------------------
 * 
 * content
 * 
 *--------------------------------------------------------------------------------*/
.content h2 {
  margin-top: 80px;
  margin-bottom: 40px;
}
.content h3 {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.content .article {
  width: 500px;
  margin: 0 0 0 280px;
  text-align: left;
}
.content .article .photo p {
  font-size: 14px;
  line-height: 1.75em;
}
.content .event {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.content .event li {
  margin: 2em auto;
  counter-increment: event;
}
.content .event li:before {
  content: "その" counter(event);
  font-weight: bold;
}
.content .event li .d {
  display: block;
}
.content .event strong {
  font-size: 18px;
}
.content .others {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.content .others ul {
  border-left: 1px solid #333;
  margin-left: 6px;
}
.content .others li {
  margin: 2em auto;
  padding-left: 17px;
}
.content .others li:before {
  content: '●';
  float: left;
  margin-left: -24px;
  font-size: 12px;
  color: #BB3B49;
}
.content .others h3 {
  margin: 5px auto;
}
.content .others p {
  margin: 0 auto;
}
.content .others .guide h3, .content .others .guide p {
  margin-top: 1em;
}
.content .others .goods h4 {
  margin: 30px 0 0.5em;
}
.content .others .goods p {
  margin: 1em 0;
}
.content .others .goods .photo {
  margin-top: 10px;
}
.content .others .goods .photo p {
  font-size: 14px;
  line-height: 1.75em;
}
.content .others .talk h4 {
  margin: 30px 0 0.5em;
}
.content .others .talk h4:first-child {
  margin-top: 0.5em;
}
.content .others .talk p {
  margin: 1em 0;
}
.content .others .talk .photo {
  margin-top: 10px;
}
.content .others .talk .photo p {
  font-size: 14px;
  line-height: 1.75em;
}
.content .column {
  width: 640px;
  margin: 80px auto;
}
.content .column h2 {
  margin: 0;
}
.content .column .info {
  width: auto;
  border: 0 none;
  margin: 0;
  padding: 40px 20px 20px;
  background: url(../images/bg_white.png) repeat center top;
}
.content .column .info table {
  width: 100%;
}
.content .column .info table tr:first-child th,
.content .column .info table tr:first-child td {
  border-top: 1px solid #999;
}
.content .column .info table th, .content .column .info table td {
  border-bottom: 1px solid #999;
  padding: 5px 0;
}
.content .column .info table th {
  width: 10em;
  text-align: left;
}
.content .column .info table td {
  font-weight: normal;
}
.content .column .info .att {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 15px;
  border: 2px solid #BB3B49;
  text-indent: 0;
  color: #BB3B49;
}
.content .column .info .att h3 {
  margin: 0;
  font-size: 14px;
}
.content .column .info .att p {
  margin: 0px;
}
.content .column.column2 {
  margin: 80px auto 80px 140px;
}
.content .info {
  width: 400px;
  border: 1px solid #999;
  padding: 0 1em;
  margin-bottom: 40px;
  font-weight: bold;
}
.content .att {
  margin: 0.5em auto;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.75em;
  color: #666;
}
.content .banner {
  text-align: center;
}
.content .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
}
.content .cart {
  margin: 20px auto;
}
.content .cart .priceArea {
  display: inline-block;
  margin-left: 10px;
}
.content .cart .btn a {
  display: inline-block;
  width: 150px;
  padding: 10px 0;
  background-color: #BB3B49;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-align: center;
}
.content .cart .stock {
  width: 150px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #BB3B49;
}
.content .cart .alert {
  margin: 5px auto;
  font-weight: bold;
  color: #BB3B49;
}
.content .cart .select {
  display: block;
  margin: 20px 0;
}

.youtube {
  margin: 0 auto 40px;
}

/*
 * footer
 */
#footer {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding-bottom: 500px;
  }
}
#footer ul li {
  width: auto;
  padding: 0;
  margin: 0 20px;
  font-weight: bold;
}
#footer ul li a {
  display: block;
  line-height: 1em;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#footer .home {
  display: inline-block;
}
#footer .home a {
  display: block;
  padding: 10px;
  margin-right: 5px;
  line-height: 1em;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/*
 * artwork
 */
html#artwork1, body#artwork {
  background: none;
}

body#artwork #wrapper {
  width: 1000px;
  background: url(../images/ph_main_aw.jpg) no-repeat center top;
}
body#artwork #header #hobo {
  text-align: right;
  padding-right: 103px;
}
body#artwork #header h1 {
  margin-top: 194px;
}
body#artwork #header #yodogawa {
  margin: 60px 0px 60px 300px;
}
body#artwork .content .article h2 {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 2em;
  line-height: 1.2em;
}
body#artwork .content .article h2 > .priceArea {
  font-size: 14px;
}
body#artwork .content .article dl, body#artwork .content .article dt, body#artwork .content .article dd {
  margin: 0;
  padding: 0;
}
body#artwork .content .article dl {
  height: auto;
  overflow: hidden;
  margin: 40px auto;
}
body#artwork .content .article dt {
  float: left;
  font-weight: bold;
}
body#artwork .content .article dd {
  padding-left: 10.75em;
}
body#artwork .content .article dl + p {
  margin-top: 40px;
}
body#artwork .content .profile {
  border: 1px solid #CCC;
  margin: 40px 0;
  padding: 40px;
}
body#artwork .content .profile h3 {
  margin-top: 0;
}
body#artwork .content .profile p {
  margin-bottom: 0;
}
body#artwork .content .banner {
  margin: 80px 0 40px;
}
body#artwork .content .banner h3 {
  margin-top: 40px;
}
body#artwork .content .banner ul {
  width: 880px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
body#artwork .content .banner ul li {
  float: left;
  margin-left: 20px;
}
body#artwork .content .banner ul li:first-child {
  margin-left: 0;
}
body#artwork .content .cart .btn {
  margin: 40px auto;
}
body#artwork .content .cart .btn a {
  width: 200px;
  font-size: 16px;
}
body#artwork #slideshow {
  position: relative;
  width: 800px;
  height: 540px;
  margin: 0 auto;
  padding-bottom: 108px;
}
body#artwork #slideshow ul, body#artwork #slideshow li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body#artwork #slideshow li {
  position: absolute;
  display: none;
  top: 0;
}
body#artwork #slideshow li.active {
  display: block;
}
body#artwork #bullets {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0;
  width: 800px;
  height: 108px;
  background-color: #B54643;
  letter-spacing: -0.4em;
  text-align: center;
}
body#artwork #bullets, body#artwork #bullets li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body#artwork #bullets li {
  position: static;
  display: inline-block;
  margin: 0;
  letter-spacing: 0;
  width: 160px;
  height: 108px;
  overflow: hidden;
  background-repeat: no-repeat;
  -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;
}
body#artwork #bullets li.current {
  background-position: 0 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
body#artwork #bullets li.current:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  cursor: default;
}
body#artwork #bullets li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: pointer;
}
