@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: 120%;
  line-height: 1.5em;
  color: #404040; }

.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: #404040; }

.gray2 {
  color: gray; }

.red {
  color: #FF0000; }

/* 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: #FFF;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  color: #000000; }

del {
  text-decoration: line-through;
  color: #404040; }

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

li img {
  vertical-align: top; }

/* 
 * link style
 --------------------------------------------------------------------------------*/
a {
  color: #7070CC;
  text-decoration: none;
  outline: none 0 !important;
  transition: all, 0.2s, ease-out; }
  a:link {
    color: #7070CC;
    text-decoration: none; }
  a:visited {
    color: #7070CC;
    text-decoration: none; }
  a:hover {
    opacity: 0.5;
    color: #7070CC;
    text-decoration: none; }
  a:active {
    color: #7070CC;
    text-decoration: none; }
  a:focus {
    outline: 0; }
  a img {
    vertical-align: top; }
  a:hover img.hover,
  .opc a:hover img,
  .opc2 a:hover {
    opacity: 0.5; }
  a img.hover,
  .opc a *,
  .opc2 a {
    transition: all, 0.2s, ease-out; }
  .sns a[target=_new],
  .sns a[target=_blank] {
    background-image: none; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .sns a[target=_new],
      .sns a[target=_blank] {
        background-image: none; } }
  .exlink a {
    display: block;
    background: url(images/icon_exlink.png) no-repeat left center;
    padding-left: 20px; }
  .exlink a:hover {
    opacity: 0.5;
    color: #7070CC;
    text-decoration: none; }

/*
 * wrapper
 --------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
  width: 1240;
  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: 100%;
    text-transform: uppercase; }
    #header #hobo a {
      color: #000000;
      text-decoration: none; }
  #header h1 {
    position: relative;
    margin: 0 auto;
    font-size: 200%;
    text-align: center; }

#yodogawa {
  text-align: center;
  font-size: 180%; }

/*
 * contents
 */
.contents {
  position: relative;
  width: 1240;
  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 #404040;
    color: #404040; }
  .contents .article {
    width: 500px;
    margin: 0 auto;
    text-align: left; }

.column {
  position: relative;
  width: 1240;
  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: 120%;
    line-height: 1.5em;
    color: #404040; }

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

/*
 * 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;
    border-bottom: 1px solid #CCC;
    font-size: 140%;
    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: #7070CC;
        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: 120%;
      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: -220%;
    border-bottom: 1px solid #CCC;
    font-size: 140%;
    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: #7070CC;
        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: 120%;
      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;
    letter-spacing: -0.4em; }
    #footer ul li {
      display: inline-block;
      padding: 0 40px;
      margin: 0;
      font-size: 140%;
      letter-spacing: 0.075em; }
  #footer .fblike {
    text-align: center;
    margin: 20px; }
  #footer .copyright {
    margin-top: 10px;
    font-size: 100%;
    font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #404040; }

.conv {
  width: 500px;
  margin: 25px auto 25px; }
  .conv dl {
    display: table;
    width: 100%; }
  .conv dl + dl {
    margin-top: 0px; }
  .conv dt, .conv dd {
    display: table-cell;
    text-align: left; }
    .conv dt.talker0, .conv dd.talker0 {
      color: #000000; }
    .conv dt.talker1, .conv dd.talker1 {
      color: #000000; }
    .conv dt.talker2, .conv dd.talker2 {
      color: #333333; }
    .conv dt.talker3, .conv dd.talker3 {
      color: #333333; }
  .conv dt {
    width: 110px;
    padding: 2em 0 0 0;
    font-weight: bold;
    vertical-align: top;
    color: #000; }
    .conv dt.talker3 {
      letter-spacing: 0; }
  .conv dd {
    padding-top: 2em;
    vertical-align: middle;
    color: #000; }
    .conv dd.photo {
      padding: 30px 0 10px 110px;
      text-align: left; }
      .conv dd.photo p {
        font-size: 12px;
        line-height: 1.75em;
        letter-spacing: 0.075em;
        text-align: left;
        color: #CCC; }
    .conv dd.photoC {
      padding: 30px 0 10px 0;
      text-align: center; }
      .conv dd.photoC p {
        width: 390px;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px;
        line-height: 1.75em;
        letter-spacing: 0.075em;
        text-align: left;
        color: #CCC; }
    .conv dd.center {
      text-align: center; }
  .conv .continue {
    width: 500px;
    margin: 0 auto;
    padding: 2em 0 0;
    text-align: center; }

a.btn span + span, #footer ul a.btn span {
  font-size: 12px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-weight: 400; }

body {
  line-height: 2em;
  color: #333333;
  font-size: 10px;
  font-weight: normal;
  font-family: "HonMinSKok-L", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  background-color: #f2f2f2; }

h1, h2, h3, h4, h5, h6 {
  font-family: "HonMinSink-M", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 10px;
  font-weight: normal; }

p {
  margin-bottom: 2em; }

.en {
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-weight: 400; }
  .en strong,
  .en b {
    font-weight: 700; }

a[target=_new], a[target=_blank] {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a:link, a:visited, a:hover, a:active {
  font-weight: normal; }

a[target=_new]:after, a[target=_blank]:after {
  margin-left: 3px;
  content: "\f14c"; }

a[target=_new].sfa:after, a[target=_blank].sfa:after {
  font-size: 75%;
  vertical-align: top; }

a.btn {
  display: inline-block;
  padding: 16px;
  border: 1px solid #7070CC;
  color: #7070CC;
  font-size: 160%;
  border-radius: 4px; }
  a.btn i {
    font-size: 32px;
    vertical-align: middle;
    float: left; }
    a.btn i + span {
      margin-left: 44px;
      margin-right: 8px;
      line-height: 1.2em; }
      a.btn i + span + span {
        margin-left: 44px;
        line-height: 1.0em; }
  a.btn.accordion {
    position: relative; }
    a.btn.accordion:before {
      content: "";
      display: block;
      position: absolute;
      border: 10px solid transparent;
      border-top-color: #7070CC;
      bottom: -20px;
      left: 50%;
      margin-left: -10px; }
    a.btn.accordion:after {
      content: "";
      display: block;
      position: absolute;
      border: 13px solid transparent;
      border-top-color: #FFF;
      bottom: -21.5px;
      left: 50%;
      margin-left: -13px; }
  a.btn span {
    display: block; }

/*--------------------------------------------------------------------------------
 * 
 * 	wrapper
 * 
 *--------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  z-index: 1; }
  #wrapper ul,
  #wrapper li {
    list-style: none; }

#main-images {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0; }
  #main-images div {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    overflow: hidden; }

/*--------------------------------------------------------------------------------
 * 
 * 	header
 * 
 *--------------------------------------------------------------------------------*/
#header {
  position: absolute;
  width: 960px;
  left: 50%;
  top: 0;
  margin-left: -480px;
  z-index: 1; }
  #header h1 {
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -280px;
    font-size: 500%;
    font-weight: normal;
    line-height: 1.6em;
    text-align: left; }
  #header #hobo {
    position: absolute;
    width: 960px;
    top: 0;
    margin: 0;
    z-index: 1;
    padding: 5px 10px 0;
    box-sizing: border-box; }
    #header #hobo a {
      display: block;
      position: absolute;
      left: auto;
      right: 0;
      top: 0; }
      #header #hobo a img {
        width: 44px; }
      #header #hobo a:first-child {
        left: 0;
        right: auto; }
        #header #hobo a:first-child img {
          width: 80px; }

.navi {
  width: 560px;
  margin: 0 auto; }
  .navi ul {
    position: relative;
    display: block;
    margin: 40px auto;
    text-align: center;
    letter-spacing: -0.4em;
    overflow: hidden; }
    .navi ul li {
      display: inline-block;
      width: 120px;
      padding: 0;
      letter-spacing: 0.075em; }
      .navi ul li a {
        display: block;
        background-color: #404040;
        font-size: 160%;
        color: #FFFFFF; }
      .navi ul li i {
        width: 44px;
        font-size: 150%;
        line-height: 1em;
        vertical-align: middle;
        text-align: center; }
        .navi ul li i:before {
          vertical-align: middle; }
        .navi ul li i:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          height: 44px;
          width: 1px; }
      .navi ul li.next {
        float: right;
        text-align: right; }
      .navi ul li.prev {
        float: left;
        text-align: left; }
      .navi ul li.top {
        width: 250px;
        text-align: left; }
        .navi ul li.top a {
          font-size: 140%; }
        .navi ul li.top i {
          font-size: 171.4285714%; }
      .navi ul li.toc {
        width: 44px; }

#navi-head {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }
  #navi-head .navi ul, #navi-head .navi li {
    padding: 0; }
  #navi-head .navi ul {
    margin: 0;
    text-align: right; }
    #navi-head .navi ul li {
      width: 44px;
      float: none;
      margin: 0 0 0 1px;
      vertical-align: top; }
      #navi-head .navi ul li.hidden {
        display: none; }
  #navi-head.fixed {
    position: fixed;
    right: auto;
    width: 960px; }
    #navi-head.fixed .navi {
      width: auto; }

#yodogawa {
  padding-top: 50px;
  width: 560px;
  margin: 0 auto;
  font-size: 180%;
  font-weight: normal;
  font-family: "HonMinSink-M", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1.75em;
  text-align: left;
  color: #000000; }
  #yodogawa p {
    margin: 0 0 1em 0; }
    #yodogawa p i {
      font-size: 171.4285714%; }

#info {
  background-color: rgba(241, 241, 241, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0 none transparent;
  padding: 70px 0 75px 80px;
  margin: 40px auto; }
  #info h2 {
    margin-top: 0;
    font-size: 320%;
    line-height: 1.2em;
    text-align: left; }
    #info h2 span {
      display: block;
      font-size: 56.25%; }
  #info p {
    margin-bottom: 0;
    font-size: 160%;
    line-height: 1.75em; }

/*--------------------------------------------------------------------------------
 * 
 * contents
 * 
 *--------------------------------------------------------------------------------*/
.indent {
  text-indent: -1em;
  padding-left: 1em; }
  .indent a[target=_new], .indent a[target=_blank] {
    display: inline; }

span.indent {
  display: inline-block; }

.date {
  margin-bottom: 0;
  font-family: "FB PoynterSerif RE Regular", "Times New Roman", Georgia, serif;
  font-size: 140%;
  text-align: left; }

.photo p {
  margin-top: 5px;
  font-size: 140% !important; }
  .photo p.cap {
    padding-left: 30px; }
    .photo p.cap i {
      width: 30px;
      margin-left: -30px;
      font-size: 171.4285714%;
      text-align: center;
      vertical-align: middle; }

#contents {
  position: relative;
  width: 960px;
  margin: 0 auto;
  overflow: hidden; }
  #contents .back {
    position: relative;
    background-color: rgba(255, 255, 255, 0.8); }
  #contents .article {
    position: relative;
    width: 720px;
    margin: 0 auto;
    box-sizing: border-box;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
    #contents .article .section {
      width: 560px;
      padding-left: 80px; }
      #contents .article .section h2 {
        position: relative;
        min-height: 80px;
        margin-top: 80px;
        margin-bottom: 0;
        font-size: 320%;
        line-height: 1.5em; }
        #contents .article .section h2 span {
          position: absolute;
          left: -120px;
          display: block;
          width: 80px;
          height: 80px;
          background-color: #000000;
          font-size: 62.5%;
          color: #FFFFFF;
          text-align: center; }
        #contents .article .section h2 + p {
          margin-top: 0; }
      #contents .article .section h3 {
        font-size: 180%;
        line-height: 1.5em;
        margin: 20px auto 25px;
        padding-bottom: 30px; }
      #contents .article .section p {
        font-size: 160%;
        line-height: 2em; }
        #contents .article .section p.fin {
          padding-top: 40px; }
      #contents .article .section h2 + div.photo {
        margin-top: 0; }
  #contents.archive {
    padding-bottom: 2px; }

#others {
  position: relative;
  padding-left: 80px; }
  #others h2 {
    position: relative;
    min-height: 80px;
    margin-top: 80px;
    margin-bottom: 0;
    font-size: 320%;
    line-height: 1.5em; }
    #others h2 span {
      position: absolute;
      left: -120px;
      display: block;
      width: 80px;
      height: 80px;
      background-color: #000000;
      font-size: 62.5%;
      color: #FFFFFF;
      text-align: center; }
    #others h2 + p {
      margin-top: 0; }
  #others .product {
    overflow: hidden; }
    #others .product h3 {
      margin: 0;
      font-size: 180%;
      line-height: 1.75em; }
      #others .product h3 span {
        font-size: 88.8888889%; }
    #others .product .left {
      float: left; }
    #others .product .right {
      margin-left: 320px; }
  #others .price {
    font-size: 160%; }
    #others .price span {
      font-size: 87.5%; }
  #others .spec {
    margin-top: 40px; }
    #others .spec table {
      width: 100%; }
    #others .spec th {
      text-align: left;
      font-size: 140%;
      line-height: 2em;
      font-family: "Futo Go B101", "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      vertical-align: top; }
    #others .spec td {
      text-align: left;
      font-size: 160%;
      line-height: 1.75em;
      vertical-align: top; }
  #others .desc {
    margin-top: 40px; }
    #others .desc p {
      font-size: 160%;
      line-height: 1.75em; }
    #others .desc .photo {
      margin-bottom: 0;
      padding-bottom: 80px; }
      #others .desc .photo p.cap {
        margin-bottom: 0; }

#note {
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(241, 241, 241, 0.8);
  text-align: center; }
  #note .left, #note .right {
    display: inline-block;
    width: 440px;
    text-align: left;
    vertical-align: top; }
  #note h4, #note h5, #note p, #note li {
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  #note h4 {
    font-size: 160%;
    font-weight: bold; }
    #note h4:first-child {
      margin-top: 0; }
  #note h5 {
    margin-bottom: 0;
    font-size: 140%;
    font-weight: bold; }
    #note h5:first-child {
      margin-top: 0; }
  #note p, #note li {
    font-size: 140%;
    line-height: 1.75em; }
  #note ul.disc {
    padding-left: 30px;
    list-style-type: disc; }
    #note ul.disc li {
      list-style-type: disc; }
  #note .attention {
    font-size: 120%;
    line-height: 1.75em; }

#profile {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  letter-spacing: -0.4em; }
  #profile .left, #profile .right {
    display: inline-block;
    width: 440px;
    text-align: left;
    vertical-align: top;
    letter-spacing: 0.075em; }
  #profile .photo {
    margin: 0; }
  #profile h3 {
    margin-top: 0;
    font-size: 200%; }
    #profile h3 span {
      font-size: 70%; }
  #profile h4 {
    font-size: 180%;
    padding-top: 40px;
    margin-top: 40px; }
  #profile p {
    font-size: 160%;
    line-height: 2em;
    margin-bottom: 0; }

/*--------------------------------------------------------------------------------
 * 
 * 	footer
 * 
 *--------------------------------------------------------------------------------*/
#footer {
  position: relative;
  background: transparent;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8); }
  #footer .section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  #footer .btn-group {
    width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
  #footer .copyright {
    width: auto;
    height: 44px;
    margin: 40px auto 0;
    padding-bottom: 40px;
    text-align: center; }
    #footer .copyright a {
      float: left; }
    #footer .copyright img {
      height: 12px;
      width: auto;
      margin: 13px 0 0; }
  #footer ul {
    margin: 0;
    text-align: center; }
    #footer ul li {
      padding: 0;
      font-size: 160%;
      text-align: center; }
      #footer ul li a {
        display: block;
        background-color: #404040;
        font-weight: normal;
        font-family: "HonMinSink-M", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
        color: #FFFFFF; }
        #footer ul li a i {
          width: 44px;
          font-size: 150%;
          line-height: 1em;
          vertical-align: middle;
          text-align: center; }
          #footer ul li a i:before {
            vertical-align: middle; }
          #footer ul li a i:after {
            content: '';
            display: inline-block;
            vertical-align: middle;
            height: 44px;
            width: 1px; }
        #footer ul li a span {
          vertical-align: middle; }
      #footer ul li.sns-line {
        display: none; }
      #footer ul li.instagram {
        float: left; }
      #footer ul li.home {
        width: 44px;
        height: 44px; }
        #footer ul li.home img {
          width: 100%; }
    #footer ul a[target=_new]:after, #footer ul a[target=_blank]:after {
      margin-left: 0;
      content: ""; }
    #footer ul a.btn {
      padding: 0 2px;
      min-width: 44px; }
      #footer ul a.btn i {
        float: none; }
      #footer ul a.btn span {
        margin: 0;
        font-size: 10px;
        letter-spacing: 0.05em; }
  #footer ul.def {
    display: flex; }
    #footer ul.def li {
      margin-right: 1px; }
  #footer ul.sns li {
    margin-left: 1px; }
    #footer ul.sns li.to-top {
      margin-left: 20px; }

#toc {
  position: absolute;
  top: 45px;
  width: 960px;
  margin: 0;
  z-index: 2;
  text-align: right; }
  #toc.fixed {
    position: fixed; }
  #toc .toc {
    display: inline-block;
    width: 440px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left; }
  #toc h3 {
    position: relative;
    font-size: 160%;
    margin: 0;
    padding: 14px 10px;
    background-color: rgba(241, 241, 241, 0.8); }
    #toc h3 a {
      display: block;
      width: 44px;
      position: absolute;
      top: 0;
      right: 0;
      text-align: center; }
      #toc h3 a:before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 44px;
        margin-right: -1px;
        vertical-align: middle; }
      #toc h3 a i {
        font-size: 150%;
        vertical-align: middle; }
  #toc li {
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    #toc li:first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    #toc li:last-child {
      border-bottom: 0 none transparent; }
    #toc li a {
      height: 44px;
      padding: 0;
      background-color: rgba(255, 255, 255, 0.8);
      line-height: 1em; }
      #toc li a span {
        display: inline-block;
        position: relative;
        margin-top: 0;
        top: auto;
        left: 0;
        right: auto;
        font-size: 114.2857143%;
        line-height: 1em;
        color: inherit;
        vertical-align: middle; }
        #toc li a span + span {
          position: absolute;
          margin-top: -6px;
          width: 100px;
          top: 50%;
          left: auto;
          right: 0;
          font-family: "FB PoynterSerif RE Regular", "Times New Roman", Georgia, serif;
          font-size: 85.7142857%; }
      #toc li a em {
        display: inline-block;
        background-color: #000;
        margin-left: 0;
        margin-right: 1em;
        padding: 15px;
        text-align: center;
        font-style: normal;
        font-weight: normal;
        color: #FFFFFF; }
    #toc li.current a span {
      color: #000000; }
      #toc li.current a span + span {
        font-family: inherit; }
    #toc li.current a:link, #toc li.current a:hover, #toc li.current a:visited, #toc li.current a:active {
      opacity: 1;
      cursor: default; }
    #toc li.off a:link, #toc li.off a:hover, #toc li.off a:visited, #toc li.off a:active {
      opacity: 0.2;
      cursor: default; }
    #toc li.off a span {
      color: #404040; }
    #toc li.prof span {
      padding-left: 10px; }
      #toc li.prof span:before {
        content: "";
        height: 44px;
        width: 1px;
        display: inline-block;
        vertical-align: middle; }

.archive .navi ul {
  margin-bottom: 0;
  padding-bottom: 40px; }

.archive #footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 40px;
  background-color: rgba(241, 241, 241, 0.8); }

@media screen and (max-width: 960px) {
  #header {
    width: 100%;
    margin-left: 0;
    transform: translate(-50%, 0); }
    #header #hobo {
      width: 100%; }
  #contents {
    width: 100%; }
  #navi-head.fixed {
    width: 100%; }
  #footer .btn-group {
    width: 100%; } }

@media screen and (max-width: 800px) {
  #contents .article {
    width: calc(100% - 120px); }
  #others .product .left {
    width: 50%; }
    #others .product .left img {
      width: 100%; }
  #others .product .right {
    margin-left: calc(50% + 20px); }
  #others .desc .photo img {
    width: 100%; } }

@media screen and (max-width: 600px) {
  a:hover {
    opacity: 1 !important; }
  body {
    font-size: 13px; }
  body * {
    box-sizing: border-box; }
  .indent {
    text-indent: 0;
    padding-left: 0; }
  span.indent {
    display: inline; }
  #wrapper {
    width: 600px;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #main-images {
    width: 600px; }
  #header {
    width: 600px;
    margin-left: 0;
    background-image: none; }
    #header.archive {
      padding-bottom: 38px; }
    #header #hobo {
      width: 600px;
      padding-left: 0px; }
      #header #hobo a {
        right: 20px; }
        #header #hobo a:first-child {
          left: 20px; }
      #header #hobo img {
        width: 30%; }
    #header h1 {
      margin-bottom: 20px; }
      #header h1 span span {
        padding: 8px 12px;
        font-size: 120%; }
        #header h1 span span + span {
          margin-left: 10px;
          font-size: 270%; }
    #header img {
      width: 100%; }
  #navi-head .navi ul li {
    width: 60px; }
    #navi-head .navi ul li a i {
      width: 60px; }
      #navi-head .navi ul li a i:after {
        height: 60px; }
  #navi-head.fixed {
    width: 600px; }
  #yodogawa {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-top: 80px;
    font-size: 160%;
    background-image: none; }
    #yodogawa p:last-child {
      margin-bottom: 10px; }
  #info {
    padding: 40px; }
  #profile {
    padding: 40px 20px; }
    #profile .close img {
      width: auto; }
    #profile .close.right {
      display: none; }
  #contents {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
    #contents .article {
      width: 560px; }
      #contents .article .section {
        background-image: none;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0; }
        #contents .article .section h2 {
          padding-left: 20px;
          font-size: 240%;
          line-height: 1.75em; }
          #contents .article .section h2 span {
            position: relative;
            left: -20px; }
        #contents .article .section p {
          width: 520px;
          margin: 0 auto; }
    #contents img {
      width: 100%; }
    #contents.archive .article h2 {
      margin-top: 75px; }
  #others {
    padding-left: 0; }
    #others h2 {
      padding-left: 20px;
      font-size: 240%;
      line-height: 1.75em; }
      #others h2 span {
        position: relative;
        left: -20px; }
    #others .product .left {
      width: 200px; }
    #others .product .right {
      margin-left: 220px; }
    #others .product .price {
      margin-bottom: 0; }
    #others .spec {
      width: 520px;
      margin: 40px auto 0; }
    #others .desc {
      width: 520px;
      margin: 40px auto 0; }
  #note h4:first-child {
    margin-top: 40px; }
  #info .article .section {
    background-image: none;
    width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
  #info table {
    width: 100%; }
  #profile h3 {
    margin-top: 40px; }
  #footer .btn-group {
    width: auto; }
  #footer ul li a i {
    width: 60px; }
    #footer ul li a i:after {
      height: 60px; }
  #footer ul li.home {
    width: 60px;
    height: 60px; }
  #toc {
    width: 600px;
    top: 60px; }
    #toc .toc {
      width: 100%;
      background-color: #FFFFFF; }
    #toc h3 a {
      width: 60px; }
      #toc h3 a:before {
        height: 60px; }
    #toc li a {
      height: 60px; }
      #toc li a span + span {
        width: 130px; }
      #toc li a em {
        padding: 21px; }
    #toc li.prof span:before {
      content: "";
      height: 60px; } }

html.ua-mobile a:hover {
  opacity: 1 !important; }

.conv dt, .conv dd {
  font-size: 160%;
  line-height: 2em; }

.conv dt {
  width: 3em; }

@media only screen and (max-width: 600px) {
  .conv {
    width: auto; }
    .conv dl {
      display: block;
      margin-bottom: 2em; }
    .conv dt, .conv dd {
      display: block; }
    .conv dt {
      float: left;
      margin: 0;
      padding: 0;
      width: 4em; }
    .conv dd {
      margin-left: 0;
      padding-top: 0; } }
