@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

address {
  font-style: normal;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* clearfix
   ========================================================================== */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* add Original
   ========================================================================== */
html {
  font-size: 62.5%;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}

body {
  margin: 0;
}

ul, li, p, h1, h2, h3, h4, h5, h6, dl, dt, dd {
  margin: 0;
  padding: 0;
  line-height: 1;
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

.over {
  display: inline-block;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.over:hover {
  opacity: 0.80;
  -moz-opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80.0)";
}

iframe[name="google_conversion_frame"] {
  position: absolute;
  bottom: 0;
}

/* =====================
 | common
===================== */
.view-lg {
  display: inherit;
}

.view-pc {
  display: inherit;
}

.view-tb {
  display: inherit;
}

.view-sp {
  display: none;
}

.sans-serif {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  .ie-serif {
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho','メイリオ',serif;
  }
}
.center {
  text-align: center;
}

.brackets {
  letter-spacing: -0.5em;
  position: relative;
  left: -0.5em;
}

.hoverBorder {
  position: relative;
}
.hoverBorder:after {
  content: " ";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
body > img {
  display: none;
}

.wrapper {
  min-width: 1135px;
  overflow-x: hidden;
}

#gnav {
  width: 100%;
  min-width: 800px;
  height: 60px;
  background-color: #fff;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 100;
}
#gnav .site_tit {
  width: 110px;
  position: absolute;
  top: 50%;
  left: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
#gnav .navList {
  letter-spacing: -0.4em;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#gnav .navList li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin: 0 38px;
}
#gnav .navList li a {
  display: block;
  color: #5a2800;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
  padding: 4px 0;
  position: relative;
  overflow: hidden;
}
#gnav .navList li a:after {
  display: block;
  content: " ";
  width: 0%;
  height: 1px;
  margin: auto;
  background-color: #5a2800;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transition: cubic-bezier(0.525, 0.045, 0.355, 1) 0.4s;
  -o-transition: cubic-bezier(0.525, 0.045, 0.355, 1) 0.4s;
  -webkit-transition: cubic-bezier(0.525, 0.045, 0.355, 1) 0.4s;
  transition: cubic-bezier(0.525, 0.045, 0.355, 1) 0.4s;
}
#gnav .navList li a:hover:after, #gnav .navList li a.current:after {
  width: 100%;
  -moz-transition: cubic-bezier(0.525, 0.045, 0.355, 1) 0.4s;
  -o-transition: cubic-bezier(0.525, 0.045, 0.355, 1) 0.4s;
  -webkit-transition: cubic-bezier(0.525, 0.045, 0.355, 1) 0.4s;
  transition: cubic-bezier(0.525, 0.045, 0.355, 1) 0.4s;
}
#gnav .brand-logo {
  width: 130px;
  position: absolute;
  top: 50%;
  right: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

/* =====================
 | header
===================== */
/* =====================
 | content
===================== */
#contents .block {
  margin-bottom: 20px;
}

#go-mokua {
  background: #fff;
}
#go-mokua .go-mokua-tit {
  color: #fff;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 3px;
  padding: 30px 0 22px;
  background-color: #a58865;
}
#go-mokua .go-mokua-tit .svg-mokua {
  display: inline-block;
  width: 200px;
  height: 33px;
}
#go-mokua .go-mokua-tit .svg-mokua svg {
  width: 100%;
  height: 100%;
}
#go-mokua .go-mokua-tit .svg-mokua svg fill {
  -moz-animation: test 3s infinite;
  -webkit-animation: test 3s infinite;
  animation: test 3s infinite;
}
#go-mokua .kuju-block {
  width: 100%;
  padding: 50px 0 60px;
  background-color: #fff;
  position: relative;
}
#go-mokua .kuju-block .inr {
  width: 1135px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
#go-mokua .kuju-block .kuju-box {
  float: left;
  display: block;
  width: 350px;
}
#go-mokua .kuju-block .link-kuju {
  text-align: center;
}
#go-mokua .kuju-block .link-kuju .tit-kuju {
  margin-bottom: 28px;
  padding-top: 10px;
}
#go-mokua .kuju-block .link-kuju .copy-kuju {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.7;
  margin-bottom: 25px;
}
#go-mokua .kuju-block .link-kuju .address-kuju {
  letter-spacing: 1px;
  margin-bottom: 25px;
}
#go-mokua .kuju-block .kuju-img {
  float: right;
  width: 702px;
}
#go-mokua .kuju-block .btn-kuju {
  text-align: center;
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}
#go-mokua .kuju-block .btn-kuju a {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 2px;
  width: 100%;
  padding: 8px 0 16px;
  background-color: #5a2800;
  position: relative;
  top: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 5px 0 #ac9380;
  -webkit-box-shadow: 0 5px 0 #ac9380;
  box-shadow: 0 5px 0 #ac9380;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#go-mokua .kuju-block .btn-kuju a:hover {
  top: 5px;
  -moz-box-shadow: 0 0 0 #ac9380;
  -webkit-box-shadow: 0 0 0 #ac9380;
  box-shadow: 0 0 0 #ac9380;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#go-mokua .kuju-block .btn-kuju small {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
#go-mokua .prefecture {
  margin-bottom: 73px;
  text-align: center;
  font-size: 0;
}
#go-mokua .prefecture li {
  margin: 24px 25px 0;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: .05em;
}
#go-mokua .prefecture li a {
  display: inline-block;
  padding-bottom: 16px;
  color: #5a2800;
  position: relative;
}
#go-mokua .prefecture li a:before, #go-mokua .prefecture li a:after {
  content: '';
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#go-mokua .prefecture li a:before {
  bottom: 11px;
  width: 0;
  height: 1px;
  background: #5a2800;
  -moz-transition: cubic-bezier(0.525, 0.045, 0.355, 1) 0.4s;
  -o-transition: cubic-bezier(0.525, 0.045, 0.355, 1) 0.4s;
  -webkit-transition: cubic-bezier(0.525, 0.045, 0.355, 1) 0.4s;
  transition: cubic-bezier(0.525, 0.045, 0.355, 1) 0.4s;
}
#go-mokua .prefecture li a:after {
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #a58865 transparent transparent transparent;
}
#go-mokua .prefecture li a:hover:before {
  width: 100%;
}
#go-mokua .pre-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#go-mokua .pre-box:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #5a2800;
  position: absolute;
  top: 48px;
  right: 50%;
  transform: translateX(-264px);
}
#go-mokua .pre-box .pre-box-inner {
  width: 1056px;
  margin: 0 auto 32px;
  overflow: hidden;
}
#go-mokua .pre-box .pre-name {
  padding: 0 74px 13px 0;
  float: left;
  width: 264px;
  text-align: right;
  box-sizing: border-box;
}
#go-mokua .pre-box .pre-list {
  float: left;
  width: 792px;
  overflow: hidden;
}
#go-mokua .pre-box .pre-list li {
  float: left;
  margin: 0 0 42px 42px;
  width: 352px;
  height: 279px;
  border: 1px solid #a58865;
  position: relative;
}
#go-mokua .pre-box .pre-list li:before, #go-mokua .pre-box .pre-list li:after {
  content: '';
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 3;
}
#go-mokua .pre-box .pre-list li:before {
  left: -1px;
  border-width: 19px 19px 0 0;
  border-color: #fff transparent transparent transparent;
}
#go-mokua .pre-box .pre-list li:after {
  right: -1px;
  border-width: 0 19px 19px 0;
  border-color: transparent #fff transparent transparent;
}
#go-mokua .pre-box .pre-list .model-box {
  position: relative;
}
#go-mokua .pre-box .pre-list .model-box:before, #go-mokua .pre-box .pre-list .model-box:after {
  content: '';
  position: absolute;
  top: -1px;
  width: 1px;
  height: 26px;
  background: #a58865;
  z-index: 5;
}
#go-mokua .pre-box .pre-list .model-box:before {
  left: 17px;
  transform-origin: right top;
  transform: rotate(45deg);
}
#go-mokua .pre-box .pre-list .model-box:after {
  right: 17px;
  transform-origin: left top;
  transform: rotate(-45deg);
}
#go-mokua .pre-box .pre-list .model-box .model-name {
  width: 100%;
  height: 134px;
  position: relative;
  font-size: 40px;
  font-size: 4rem;
  color: #303030;
  text-align: center;
  line-height: 134px;
  box-sizing: border-box;
}
#go-mokua .pre-box .pre-list .model-box .model-name.lines {
  line-height: 1.2;
  padding-top: 20px;
}
#go-mokua .pre-box .pre-list .model-box .model-name.small-lines {
  line-height: 1.1;
  padding-top: 22px;
}
#go-mokua .pre-box .pre-list .model-box .model-name.small-lines span {
  font-size: 32px;
  font-size: 3.2rem;
}
#go-mokua .pre-box .pre-list .model-box .model-name:after {
  content: '';
  position: absolute;
  width: 152px;
  height: 1px;
  background: #a58865;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -1px;
}
#go-mokua .pre-box .pre-list .model-box .address {
  margin: 24px 0 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
#go-mokua .pre-box .pre-list .model-box .btn-more {
  width: 260px;
  text-align: center;
  margin: 28px auto 0;
}
#go-mokua .pre-box .pre-list .model-box .btn-more a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 2.5px;
  width: 100%;
  padding: 18px 0;
  background-color: #67422A;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
#go-mokua .pre-box .pre-list .model-box .btn-more a span {
  display: block;
  position: relative;
  z-index: 1;
}
#go-mokua .pre-box .pre-list .model-box .btn-more a:after {
  display: block;
  content: " ";
  width: 0%;
  height: 1px;
  margin: auto;
  background-color: #5a2800;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transition: width 0.4s 0.2s, top 0.2s, height 0.2s;
  -o-transition: width 0.4s 0.2s, top 0.2s, height 0.2s;
  -webkit-transition: width 0.4s, top 0.2s, height 0.2s;
  -webkit-transition-delay: 0.2s, 0s, 0s;
  transition: width 0.4s 0.2s, top 0.2s, height 0.2s;
}
#go-mokua .pre-box .pre-list .model-box .btn-more a:hover:after {
  width: 100%;
  height: 100%;
  top: 0%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: width 0.2s, top 0.3s 0.2s, height 0.3s 0.2s;
  -o-transition: width 0.2s, top 0.3s 0.2s, height 0.3s 0.2s;
  -webkit-transition: width 0.2s, top 0.3s, height 0.3s;
  -webkit-transition-delay: 0s, 0.2s, 0.2s;
  transition: width 0.2s, top 0.3s 0.2s, height 0.3s 0.2s;
}
#go-mokua .pre-box .pre-list .model-box .soon {
  padding-top: 48px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  color: #5a2800;
}
#go-mokua .pre-box .pre-list .model-box .soon.type02 {
  font-size: 20px;
  font-size: 2rem;
}

/* =====================
 | footer
===================== */
#footer {
  text-align: center;
  width: 100%;
  padding: 127px 0 86px;
  background: url(../img/home/bg.jpg) no-repeat center center;
  background-size: cover;
}
#footer .inr {
  width: 1135px;
  margin: 0 auto;
  position: relative;
}
#footer .brand-logo {
  width: 142px;
  height: 32px;
  margin: 0 auto 28px;
}
#footer .tit-footer {
  margin-bottom: 36px;
}
#footer .link-foot {
  text-align: center;
  width: 220px;
  margin: 0 auto 26px;
}
#footer .link-foot a {
  display: inline-block;
  color: #5a2800;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  width: 100%;
  padding: 17px 0;
  border: 1px solid #5a2800;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
#footer .link-foot a span {
  display: block;
  position: relative;
  z-index: 1;
}
#footer .link-foot a:after {
  display: block;
  content: " ";
  width: 0%;
  height: 1px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transition: width 0.4s 0.2s, top 0.2s, height 0.2s;
  -o-transition: width 0.4s 0.2s, top 0.2s, height 0.2s;
  -webkit-transition: width 0.4s, top 0.2s, height 0.2s;
  -webkit-transition-delay: 0.2s, 0s, 0s;
  transition: width 0.4s 0.2s, top 0.2s, height 0.2s;
}
#footer .link-foot a:hover:after {
  width: 100%;
  height: 100%;
  top: 0%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: width 0.2s, top 0.3s 0.2s, height 0.3s 0.2s;
  -o-transition: width 0.2s, top 0.3s 0.2s, height 0.3s 0.2s;
  -webkit-transition: width 0.2s, top 0.3s, height 0.3s;
  -webkit-transition-delay: 0s, 0.2s, 0.2s;
  transition: width 0.2s, top 0.3s 0.2s, height 0.3s 0.2s;
}
#footer .katalog-caution {
  margin-bottom: 54px;
}
#footer .katalog-caution li {
  color: #5a2800;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin-top: 15px;
}
#footer .katalog-caution li:first-child {
  margin-top: 0;
}
#footer .share-box {
  margin-bottom: 52px;
}
#footer .share-box .tit-share {
  color: #704518;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
#footer .share-box .list-share {
  text-align: center;
  letter-spacing: -0.4em;
}
#footer .share-box .list-share li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 12px;
}
#footer .share-box .list-share li a {
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#footer .share-box .list-share li a:hover {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
#footer .nav-foot {
  text-align: center;
  letter-spacing: -0.4em;
  margin-bottom: 22px;
}
#footer .nav-foot li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 14px;
}
#footer .nav-foot li a {
  display: block;
  color: #5a2800;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding: 4px 0;
  position: relative;
  overflow: hidden;
}
#footer .nav-foot li a:after {
  display: block;
  content: " ";
  width: 0%;
  height: 1px;
  margin: auto;
  background-color: #5a2800;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transition: cubic-bezier(0.525, 0.045, 0.355, 1) 0.4s;
  -o-transition: cubic-bezier(0.525, 0.045, 0.355, 1) 0.4s;
  -webkit-transition: cubic-bezier(0.525, 0.045, 0.355, 1) 0.4s;
  transition: cubic-bezier(0.525, 0.045, 0.355, 1) 0.4s;
}
#footer .nav-foot li a:hover:after {
  width: 100%;
  -moz-transition: cubic-bezier(0.525, 0.045, 0.355, 1) 0.4s;
  -o-transition: cubic-bezier(0.525, 0.045, 0.355, 1) 0.4s;
  -webkit-transition: cubic-bezier(0.525, 0.045, 0.355, 1) 0.4s;
  transition: cubic-bezier(0.525, 0.045, 0.355, 1) 0.4s;
}
#footer #pageTop {
  width: 72px;
  height: 72px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#footer #pageTop a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #7b5333;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
#footer #pageTop a:before, #footer #pageTop a:after {
  display: block;
  content: "";
  width: 20px;
  height: 0;
  position: absolute;
  top: 50%;
  border-top: 1px solid #fff;
  transform-origin: 50%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#footer #pageTop a:before {
  left: 46%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer #pageTop a:after {
  right: 45%;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#footer #pageTop a span:before, #footer #pageTop a span:after {
  opacity: 0;
  display: block;
  content: "";
  width: 20px;
  height: 0;
  position: absolute;
  top: 50%;
  border-top: 1px solid #fff;
  transform-origin: 50%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#footer #pageTop a span:before {
  left: 46%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer #pageTop a span:after {
  right: 45%;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#footer #pageTop a:hover:before, #footer #pageTop a:hover:after {
  top: 40%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#footer #pageTop a:hover span:before, #footer #pageTop a:hover span:after {
  opacity: 1;
  top: 60%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#footer .copyright {
  color: #5a2800;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
