/**------------------------------------
* import */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */

  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */

  text-decoration: underline;
  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;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * 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;
}
/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */

  font-size: 1em;
  /* 2 */

}
/**
 * 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;
  height: 0;
  /* 1 */

  overflow: visible;
  /* 2 */

}
/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */

  overflow: visible;
}
/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */

  margin: 0;
}
/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */

  text-transform: none;
}
/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}
/**
 * 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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 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;
  color: inherit;
  /* 2 */

  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */

  white-space: normal;
  /* 1 */

}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 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;
}
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**------------------------------------
/* default variable*/
/**------------------------------------
* mixin */
/**------------------------------------
* common style */
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
  font-weight: 500;
  background-color: #fff6e3;
  color: #333333;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
}
.browser-ie body {
  font-family: sans-serif;
}
@media screen and (max-width: 1084px) {
  body {
    min-width: 100%;
  }
}
a {
  color: #333333;
  text-decoration: underline;
  transition: all .3s;
}
a img {
  opacity: 1;
}
a:hover img {
  opacity: 0.7;
}
/* header
----------------------------*/
.header {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.header img {
  width: 100%;
  object-fit: contain;
}
/* main
----------------------------*/
.main {
  position: relative;
  overflow: hidden;
  margin: 73.5px auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1084px) {
  .main {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .main {
    margin: 32px auto 0;
  }
}
.copyArea {
  text-align: center;
  font: normal normal bold 49px/71px Shippori Mincho;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.copyArea span {
  display: inline-block;
  margin-left: -0.1em;
  padding-left: .1em;
  background: linear-gradient(transparent 65%, #ffe66a 65%);
}
@media screen and (min-width: 768px) and (max-width: 1084px) {
  .copyArea {
    font: normal normal bold 32px/46px Shippori Mincho;
  }
}
@media screen and (max-width: 767px) {
  .copyArea {
    font: normal normal bold 24px/35px Shippori Mincho;
  }
}
.discriptionArea {
  position: relative;
  overflow: hidden;
  margin: 100px auto 0;
  width: 100%;
  height: 480px;
  opacity: 1;
}
.discriptionArea img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1084px) {
  .discriptionArea {
    width: calc(100% - 160px);
    height: auto;
  }
  .discriptionArea img {
    width: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .discriptionArea {
    margin: 32px auto 0;
    width: calc(100% - 90px);
    height: auto;
  }
  .discriptionArea img {
    width: 100%;
    object-fit: contain;
  }
}
.priceArea {
  position: relative;
  overflow: hidden;
  margin: 80px auto 0;
  width: 100%;
  height: 400px;
  opacity: 1;
  background: #c89a50;
}
.priceArea img {
  margin: 38px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1084px) {
  .priceArea {
    margin: 100px auto 0;
    height: auto;
  }
  .priceArea img {
    margin: 30px auto 49px;
    width: calc(100% - 68px);
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .priceArea {
    margin: 80px auto 0;
    height: auto;
  }
  .priceArea img {
    margin: 37px auto 42px;
    width: calc(100% - 30px);
    object-fit: contain;
  }
}
.contactArea {
  position: relative;
  overflow: hidden;
  margin: 80px auto 0;
  width: 100%;
  height: 263px;
  opacity: 1;
}
.contactArea a {
  display: block;
  margin: 0 auto;
  width: 840px;
}
.contactArea a img {
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) and (max-width: 1084px) {
  .contactArea {
    margin: 60px auto 0;
    height: auto;
  }
  .contactArea a {
    max-width: 840px;
    width: calc(100% - 68px);
  }
  .contactArea.mt100 {
    margin-top: 100px;
  }
  .contactArea.mt80 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .contactArea {
    margin: 40px auto 0;
    height: auto;
  }
  .contactArea a {
    width: calc(100% - 30px);
  }
  .contactArea.mt100 {
    margin-top: 100px;
  }
  .contactArea.mt80 {
    margin-top: 40px;
  }
}
.charmArea {
  position: relative;
  overflow: hidden;
  margin: 120px auto 0;
  width: 100%;
  height: 200px;
  background: #9d5b25 url('../img/osouji/k_a04.png') left center no-repeat padding-box;
  opacity: 1;
}
.charmArea h2 {
  color: #ffffff;
  text-align: center;
  font: normal normal bold 64px/92px Shippori Mincho;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 4px 2px #0000003D;
  opacity: 1;
}
@media screen and (min-width: 768px) and (max-width: 1084px) {
  .charmArea {
    margin: 80px auto 0;
    height: 150px;
    background-size: contain;
  }
  .charmArea h2 {
    font: normal normal bold 48px/70px Shippori Mincho;
  }
}
@media screen and (max-width: 767px) {
  .charmArea {
    margin: 55px auto 0;
    height: 150px;
    background-size: contain;
  }
  .charmArea h2 {
    margin: 46px auto;
    font: normal normal bold 40px/58px Shippori Mincho;
  }
}
.ch1Area {
  position: relative;
  overflow: hidden;
  margin: 80px auto 0;
  width: 100%;
  height: 376px;
  opacity: 1;
}
.ch1Area img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1084px) {
  .ch1Area {
    width: calc(100% - 38px);
    height: auto;
  }
  .ch1Area img {
    width: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .ch1Area {
    margin: 60px auto 0;
    height: auto;
  }
  .ch1Area img {
    width: 100%;
    object-fit: contain;
  }
}
.ch2Area,
.ch3Area,
.ch4Area {
  position: relative;
  overflow: hidden;
  margin: -4px auto 0;
  width: 100%;
  height: 376px;
  opacity: 1;
  text-align: center;
}
.ch2Area img,
.ch3Area img,
.ch4Area img {
  margin: 0 auto;
}
.ch2Area a,
.ch3Area a,
.ch4Area a {
  display: inline-block;
}
.ch2Area a:hover,
.ch3Area a:hover,
.ch4Area a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) and (max-width: 1084px) {
  .ch2Area,
  .ch3Area,
  .ch4Area {
    width: calc(100% - 38px);
    height: auto;
  }
  .ch2Area img,
  .ch3Area img,
  .ch4Area img {
    width: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .ch2Area,
  .ch3Area,
  .ch4Area {
    height: auto;
  }
  .ch2Area img,
  .ch3Area img,
  .ch4Area img {
    width: 100%;
    object-fit: contain;
  }
}
.y300Area {
  position: relative;
  overflow: hidden;
  margin: 84px auto 0;
  width: 100%;
  height: 290px;
  opacity: 1;
}
.y300Area img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1084px) {
  .y300Area {
    margin: 100px auto 0;
    width: calc(100% - 68px);
    height: auto;
  }
  .y300Area img {
    width: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .y300Area {
    margin: 100px auto 0;
    width: calc(100% - 30px);
    height: auto;
  }
  .y300Area img {
    width: 100%;
    object-fit: contain;
  }
}
.linksArea {
  position: relative;
  overflow: hidden;
  margin: 40px auto 0;
  width: 1024px;
  height: 80px;
  background: transparent;
  opacity: 1;
}
.linksArea a {
  position: absolute;
  display: block;
  top: 0;
  width: 500px;
  height: 80px;
  box-sizing: border-box;
  padding: 19px 30px;
  background: #272727 0% 0% no-repeat padding-box;
  border-radius: 10px;
  color: #ffffff;
  font: normal normal bold 28px/40px Shippori Mincho;
  text-decoration: none;
}
.linksArea a.left {
  left: 0;
}
.linksArea a.right {
  right: 0;
}
.linksArea a:before {
  display: block;
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  top: 25px;
  right: 30px;
  border-radius: 15px;
  background: #ffffff;
}
.linksArea a:after {
  display: block;
  position: absolute;
  content: '';
  width: 10px;
  height: 11px;
  top: 50%;
  right: 38px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-50%);
  background: #272727;
}
.linksArea a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) and (max-width: 1084px) {
  .linksArea {
    margin: 29px auto 0;
    width: calc(100% - 68px);
  }
  .linksArea a {
    width: calc((100% - 19px) / 2);
    padding: 25.5px 30px;
    font: normal normal bold 20px/29px Shippori Mincho;
  }
}
@media screen and (max-width: 767px) {
  .linksArea {
    margin: 16px auto 0;
    height: auto;
    width: calc(100% - 30px);
  }
  .linksArea a {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
    padding: 25.5px 30px;
    font: normal normal bold 20px/29px Shippori Mincho;
  }
}
.optionArea {
  position: relative;
  overflow: hidden;
  margin: 120px auto 0;
  width: 100%;
  background: #c89a50;
}
.optionArea:before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 800px;
  height: 100%;
  background: url(../img/osouji/bg_leaf01.png) repeat-y left top;
}
.optionArea:after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 800px;
  height: 100%;
  background: url(../img/osouji/bg_leaf02.png) repeat-y right top;
}
.optionArea .sub {
  z-index: 1;
  margin-top: 64px;
  color: #ffffff;
  text-align: center;
  font: normal normal bold 24px/35px Shippori Mincho;
  text-shadow: 0px 4px 2px #0000003D;
}
.optionArea h2 {
  z-index: 1;
  margin: 8px 0 0;
  padding: 0;
  color: #ffffff;
  text-align: center;
  font: normal normal bold 64px/92px Shippori Mincho;
  text-shadow: 0px 4px 2px #0000003D;
}
.optionArea .note {
  z-index: 1;
  margin-top: 14px;
  text-align: center;
  font: normal normal medium 16px/24px Noto Sans JP;
  color: #272727;
}
.optionArea .optionList {
  list-style: none;
  margin: 80px auto 0;
  padding: 0;
  width: 1024px;
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
  justify-content: space-between;
}
.optionArea .optionList li {
  z-index: 1;
  width: 100%;
  height: 450px;
  margin-bottom: 60px;
}
.optionArea .optionList2 {
  list-style: none;
  margin: 0 auto 120px;
  padding: 0;
  width: 1024px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
}
.optionArea .optionList2 li {
  z-index: 1;
  width: 320px;
  height: 480px;
}
@media screen and (min-width: 768px) and (max-width: 1084px) {
  .optionArea {
    margin: 80px auto 0;
  }
  .optionArea:before {
    width: 400px;
    background: url(../img/osouji/bg_leaf01_tab.png) repeat-y left top;
  }
  .optionArea:after {
    width: 400px;
    background: url(../img/osouji/bg_leaf02_tab.png) repeat-y right top;
  }
  .optionArea .sub {
    margin-top: 40px;
    font: normal normal bold 20px/29px Shippori Mincho;
  }
  .optionArea h2 {
    margin: 0 0 0;
    font: normal normal bold 48px/70px Shippori Mincho;
  }
  .optionArea .note {
    margin-top: 7px;
    font: normal normal medium 14px/20px Noto Sans JP;
  }
  .optionArea .optionList {
    margin: 40px auto 0;
    width: calc(100% - 68px);
  }
  .optionArea .optionList li {
    height: auto;
    margin-bottom: 32px;
  }
  .optionArea .optionList li img {
    width: 100%;
    object-fit: contain;
  }
  .optionArea .optionList2 {
    margin: 0 auto 65px;
    width: calc(100% - 68px);
  }
  .optionArea .optionList2 li {
    width: calc((100% - 40px) / 3);
    height: auto;
  }
  .optionArea .optionList2 li img {
    width: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .optionArea {
    margin: 60px auto 0;
  }
  .optionArea:before {
    width: 320px;
    background: url(../img/osouji/bg_leaf01_sp.png) repeat-y left top;
  }
  .optionArea:after {
    width: 320px;
    background: url(../img/osouji/bg_leaf02_sp.png) repeat-y right top;
  }
  .optionArea .sub {
    margin-top: 30px;
    font: normal normal bold 20px/29px Shippori Mincho;
  }
  .optionArea h2 {
    margin: 0;
    font: normal normal bold 40px/58px Shippori Mincho;
  }
  .optionArea .note {
    margin-top: 12px;
    font: normal normal medium 14px/20px Noto Sans JP;
  }
  .optionArea .optionList {
    margin: 33px auto 0;
    width: calc(100% - 70px);
    flex-direction: row;
  }
  .optionArea .optionList li {
    height: auto;
    margin-bottom: 32px;
  }
  .optionArea .optionList li img {
    width: 100%;
    object-fit: contain;
  }
  .optionArea .optionList2 {
    margin: 0 auto 71px;
    width: calc(100% - 70px);
  }
  .optionArea .optionList2 li {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
  }
  .optionArea .optionList2 li img {
    width: 100%;
    object-fit: contain;
  }
}
/* footer
----------------------------*/
#toPageTop {
  z-index: 101;
  position: fixed;
  width: 82px;
  height: 82px;
  bottom: 22px;
  right: 20px;
}
#toPageTop .toTop {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 82px;
  height: 82px;
  margin: 0 0 8px;
  border-radius: 41px;
  background: transparent radial-gradient(closest-side at 50% 50%, #f8cc86 0%, #f8cc86 95%, #dca854 100%) 0% 0% no-repeat padding-box;
  text-align: center;
  font: normal normal bold 16px/20px Shippori Mincho;
  letter-spacing: 0px;
  color: #000000;
  text-decoration: none;
}
#toPageTop .toTop span {
  display: block;
  position: absolute;
  content: '';
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  #toPageTop {
    bottom: 0;
    height: 56px;
  }
  #toPageTop .toShop {
    display: none;
  }
  #toPageTop .toInquiry {
    display: none;
  }
  #toPageTop .toTop {
    display: block;
    border: none;
  }
}
.footer {
  position: relative;
  overflow: hidden;
  margin: 97px 0 0;
  width: 100%;
  background-color: #ffffff;
}
.footer .footerInner {
  position: relative;
  width: 1024px;
  margin: 63px auto 55px;
}
@media screen and (min-width: 768px) and (max-width: 1084px) {
  .footer .footerInner {
    max-width: calc(1024px - 68px);
    width: calc(100% - 68px);
  }
}
@media screen and (max-width: 767px) {
  .footer .footerInner {
    width: calc(100% - 30px);
  }
}
.footer .footerLogoArea {
  position: relative;
  margin: 0 0 72px;
  width: 100%;
  height: 100px;
  text-align: center;
}
.footer .footerLogoArea img {
  height: 99px;
  object-fit: contain;
}
.footer .bannerArea {
  position: relative;
  margin: 0 0 64px;
  width: 100%;
}
.footer .bannerArea .bannerList {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer .bannerArea .bannerList .bannerItem {
  height: 80px;
  flex-grow: 1;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .footer .bannerArea .bannerList {
    flex-direction: column;
  }
}
.footer .linkArea {
  position: relative;
  margin: 0 0 40px;
  width: 100%;
}
.footer .linkArea ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .linkArea ul li {
  border-right: 1px solid #333333;
}
.footer .linkArea ul li a {
  display: block;
  height: 24px;
  padding: 0 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
}
.footer .linkArea ul li:first-child {
  border-left: 1px solid #333333;
}
.footer .copyrightArea {
  position: relative;
  margin: 0;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
/* common
----------------------------*/
.scroll-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 800ms;
}
.scroll-fade-fin {
  opacity: 1;
  transform: translateY(0);
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
.fitImage img {
  max-width: 100%;
  height: auto;
}
.only-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
.only-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block;
  }
}
.spbr {
  display: none;
}
@media screen and (max-width: 767px) {
  .spbr {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .pcbr {
    display: none;
  }
}
hr {
  position: relative;
  margin: 0;
  width: 100%;
  height: 56px;
  opacity: 0;
}
.grecaptcha-badge {
  display: none;
  bottom: 325px !important;
}
@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 65px !important;
  }
}
