@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* vertical rythm
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html, body {
  font-family: 'renner',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.5px;
  width: 100%;
  height: 100%;
  background: #f7f5f1;
}

img {
  width: 100%;
  display: block;
}

div#wrapper {
  width: 100%;
  height: 100%;
  margin: auto;
}

@media screen and (min-width: 769px) {
  div#wrapper {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  div#wrapper {
    font-size: 12px;
  }
}

div#mainArea {
  width: 100%;
  max-width: 1060px;
}

@media screen and (min-width: 769px) {
  div#mainArea {
    margin: 50px auto 100px;
  }
}

@media screen and (max-width: 768px) {
  div#mainArea {
    margin: 0 auto 40px;
  }
}

@media screen and (min-width: 769px) {
  div#mainArea p.description {
    margin-top: 100px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  div#mainArea p.description {
    width: 90%;
    margin: 50px auto 0;
    text-align: center;
  }
}

div.menu {
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  div.menu {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  div.menu {
    padding: 50px 0;
    margin-bottom: 60px;
  }
}

div.menu h2 {
  text-align: center;
  color: #8b2f34;
}

@media screen and (min-width: 769px) {
  div.menu h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  div.menu h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

div.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  div.menu ul {
    width: 98%;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  div.menu ul {
    width: 770px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  div.menu ul li {
    border-left: 1px dotted #000;
  }
}

@media screen and (min-width: 769px) {
  div.menu ul li:nth-child(6) {
    border-right: 1px dotted #000;
  }
}

@media screen and (min-width: 769px) {
  div.menu ul li {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  div.menu ul li {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 22px;
  }
}

div.menu ul li::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  content: "\f078";
  display: block;
  text-align: center;
  line-height: 1.0;
  font-size: 10px;
}

div.menu ul li a {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  div.menu ul li a {
    font-size: 13px;
  }
}

div.menu ul li a span {
  color: #8b2f34;
}

@media screen and (max-width: 768px) {
  div.menu ul li a span {
    font-size: 11px;
  }
}

div#content {
  width: 100%;
}

div#content div.theme {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  div#content div.theme {
    margin-bottom: 128px;
  }
}

@media screen and (max-width: 768px) {
  div#content div.theme {
    margin-bottom: 40px;
    border-bottom: 1px solid #b6a472;
    padding-bottom: 30px;
  }
}

div#content h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  div#content h2 {
    width: 90%;
    margin: 0 auto 10px;
  }
}

@media screen and (min-width: 769px) {
  div#content h2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
  }
}

div#content h2 span.no {
  border-bottom: 1px solid #222;
}

@media screen and (max-width: 768px) {
  div#content h2 span.no {
    font-size: 11px;
    margin: 0 5px 0 5px;
  }
}

@media screen and (min-width: 769px) {
  div#content h2 span.no {
    font-size: 12px;
    margin: 0 5px 0 5px;
  }
}

div#content h2 span.number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none !important;
  font-family: 'rennermedium';
}

@media screen and (max-width: 768px) {
  div#content h2 span.number {
    font-size: 20px;
    border-right: 1px solid #000;
    line-height: 1.0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 10px;
  }
}

@media screen and (min-width: 769px) {
  div#content h2 span.number {
    font-size: 24px;
    border-right: 1px solid #000;
    line-height: 1.0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 10px;
  }
}

div#content h2 span.marker {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  div#content h2 span.marker {
    font-size: 25px;
    margin-left: 10px;
    line-height: 1.2;
    padding: 0 2px;
  }
}

@media screen and (min-width: 769px) {
  div#content h2 span.marker {
    font-size: 28px;
    margin-left: 10px;
    line-height: 1.2;
    padding: 0 2px;
  }
}

div#content h2 span.on {
  -webkit-animation: line 0.5s cubic-bezier(0.64, 0.36, 1, 1) 1 forwards;
  animation: line 0.5s cubic-bezier(0.64, 0.36, 1, 1) 1 forwards;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(0%, #e5cecf));
  background: linear-gradient(rgba(255, 255, 255, 0) 65%, #e5cecf 0%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  div#content p {
    line-height: 1.6;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

div#content p.price {
  color: #b6a472;
}

@media screen and (min-width: 769px) {
  div#content p.price {
    display: inline-block;
  }
}

@media screen and (min-width: 769px) {
  div#content p.explain {
    font-size: 14px;
    margin: 16px 0;
  }
}

@media screen and (max-width: 768px) {
  div#content p.explain {
    font-size: 12px;
    width: 90%;
    margin: 25px auto;
  }
}

div#content p span.brand {
  line-height: 1.2;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  div#content p span.brand {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  div#content p span.brand {
    font-size: 10px;
  }
}

div#content p span.name {
  line-height: 1.4;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  div#content p span.small {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  div#content p span.small {
    font-size: 10px;
  }
}

div#content p span.buybtn {
  border: 1px solid #b6a472;
  color: #b6a472;
  display: block;
  width: 80%;
  margin: 5px auto 0;
  line-height: 1.0;
  padding: 5px 0;
  -webkit-transition: 1s;
  transition: 1s;
  text-align: center;
}

div#content a:hover span.buybtn {
  opacity: 0.6;
}

div#content ul.category, div#content div.category {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  div#content ul.category, div#content div.category {
    margin-bottom: 35px;
    width: 90%;
  }
}

@media screen and (min-width: 769px) {
  div#content ul.category, div#content div.category {
    margin-bottom: 50px;
    width: 100%;
  }
}

div#content ul.category li, div#content ul.category div, div#content div.category li, div#content div.category div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

@media screen and (min-width: 769px) {
  div#content ul.category li, div#content ul.category div, div#content div.category li, div#content div.category div {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  div#content ul.category li, div#content ul.category div, div#content div.category li, div#content div.category div {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 769px) {
  div#content ul.category li, div#content ul.category div, div#content div.category li, div#content div.category div {
    width: calc(100% / 4);
    padding: 5px;
  }
}

@media screen and (max-width: 768px) {
  div#content ul.category li, div#content ul.category div, div#content div.category li, div#content div.category div {
    width: calc(100% / 2 - 12px);
  }
}

@media screen and (max-width: 768px) {
  div#content ul.category li:nth-child(odd), div#content ul.category div:nth-child(odd), div#content div.category li:nth-child(odd), div#content div.category div:nth-child(odd) {
    margin-right: 12px;
  }
}

@media screen and (max-width: 768px) {
  div#content ul.category li:nth-child(even), div#content ul.category div:nth-child(even), div#content div.category li:nth-child(even), div#content div.category div:nth-child(even) {
    margin-left: 12px;
  }
}

div#content ul.category li a, div#content ul.category div a, div#content div.category li a, div#content div.category div a {
  color: #000;
  text-decoration: none;
}

div#content ul.category li a div, div#content ul.category div a div, div#content div.category li a div, div#content div.category div a div {
  overflow: hidden;
}

div#content ul.category li a img, div#content ul.category div a img, div#content div.category li a img, div#content div.category div a img {
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

@media screen and (min-width: 769px) {
  div#content ul.category li a img, div#content ul.category div a img, div#content div.category li a img, div#content div.category div a img {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  div#content ul.category li a img, div#content ul.category div a img, div#content div.category li a img, div#content div.category div a img {
    margin-bottom: 10px;
  }
}

div#content ul.category li a:hover img, div#content ul.category div a:hover img, div#content div.category li a:hover img, div#content div.category div a:hover img {
  opacity: 0.6;
}

div#content ul.category li a p, div#content ul.category div a p, div#content div.category li a p, div#content div.category div a p {
  text-align: center;
}

div#content ul.category li a::after, div#content ul.category div a::after, div#content div.category li a::after, div#content div.category div a::after {
  content: "BUY";
  border: 1px solid #b6a472;
  color: #b6a472;
  display: block;
  width: 50%;
  margin: 5px auto 0;
  line-height: 1.0;
  padding: 5px 0;
  -webkit-transition: 1s;
  transition: 1s;
  text-align: center;
}

div#content div.btn {
  text-align: center;
  line-height: 1.0;
}

div#content div.btn a {
  text-decoration: none;
  color: #000;
  display: block;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-transition: 1s;
  transition: 1s;
  border: 1px solid #000;
}

div#content div.btn a:hover, div#content div.btn a:active, div#content div.btn a:focus {
  background: #000;
  color: #fff;
}

@media screen and (min-width: 769px) {
  div#content div.btn a {
    margin-top: 16px;
    width: 480px;
    padding: 16px 0;
  }
}

@media screen and (max-width: 768px) {
  div#content div.btn a {
    margin-top: 12px;
    width: 45%;
    padding: 12px 0;
  }
}

div#content h3 {
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #b6a472;
  font-family: 'DM Serif Text', serif;
  line-height: 1.2;
  letter-spacing: 2px;
}

@media screen and (min-width: 769px) {
  div#content h3 {
    font-size: 24px;
    margin: 50px 0 35px;
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  div#content h3 {
    font-size: 16px;
    margin: 30px 0 25px;
    padding-top: 40px;
  }
}

div#content h3 span {
  color: #b6a472;
}

@media screen and (max-width: 768px) {
  div#content h3 span {
    font-size: 12px;
    display: block;
  }
}

@media screen and (min-width: 769px) {
  div#content h3 span {
    font-size: 14px;
    display: block;
  }
}

div#content div.pc_coord {
  border-bottom: 1px solid #b6a472;
  padding-bottom: 80px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  div#content div.pc_coord .innner_pc_coord {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  div#content div.coordinate {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  div#content div.coordinate {
    width: 20%;
  }
}

div#content div.coordinate div.codeBox div.styling {
  width: 95%;
  margin: 0 auto;
}

div#content div.coordinate div.codeBox div.styling a img {
  -webkit-transition: 1s;
  transition: 1s;
}

div#content div.coordinate div.codeBox div.styling a img:hover {
  opacity: 0.6;
}

div#content div.coordinate div.coment {
  position: relative;
  background: #ffffff;
  border: 4px solid #ebc6a8;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  div#content div.coordinate div.coment {
    height: 250px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  div#content div.coordinate div.coment {
    width: 95%;
    margin: 30px auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
}

div#content div.coordinate div.coment:after, div#content div.coordinate div.coment:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

div#content div.coordinate div.coment:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 20px;
  margin-left: -20px;
}

div#content div.coordinate div.coment:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #ebc6a8;
  border-width: 25px;
  margin-left: -25px;
}

div#content div.coordinate div.staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  div#content div.coordinate div.staff {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
  }
}

div#content div.coordinate div.staff div.icon {
  display: none;
}

@media screen and (min-width: 769px) {
  div#content div.coordinate div.staff div.icon {
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 768px) {
  div#content div.coordinate div.staff div.icon {
    width: 90px;
    height: 90px;
  }
}

div#content div.coordinate div.staff div.icon img {
  border-radius: 50%;
}

div#content div.coordinate div.staff div.info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  div#content div.coordinate div.staff div.info {
    width: 100%;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  div#content div.coordinate div.staff div.info {
    width: 100%;
    font-size: 10px;
  }
}

div#content div.coordinate div.staff div.info a {
  display: block;
  color: #000;
}

div#content div.coordinate div.staff div.info a.codebtn {
  margin-top: 5px;
  display: inline-block;
  text-align: center;
  color: #b6a472;
  -webkit-transition: 1s;
  transition: 1s;
}

div#content div.coordinate div.staff div.info a:hover {
  opacity: 0.6;
}

div#content div.coordinate div.staff div.info a span {
  display: inline-block;
  padding-top: 1px;
}

.underline::before, .underline::after {
  position: absolute;
  top: 1em;
  content: "";
  display: inline-block;
  width: 0;
  height: 5px;
  background: #ebc6a8;
  -webkit-transition: 2s;
  transition: 2s;
  z-index: -10;
}

.underline::before {
  left: 50%;
  -webkit-animation: width .8s linear 1 forwards;
          animation: width .8s linear 1 forwards;
}

.underline::after {
  right: 50%;
  -webkit-animation: width .8s linear 1 forwards;
          animation: width .8s linear 1 forwards;
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}

@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}

#footArea {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footArea {
    padding: 50px 0 0;
    margin-top: 30px;
  }
}

#footArea div {
  margin-bottom: 50px;
}

#footArea div a {
  color: #000;
  display: block;
  margin-bottom: 10px;
}

#footArea p {
  font-size: 10px;
  line-height: 1.0;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

a.categorylist {
  text-align: center;
  color: #fff;
  width: 30%;
  display: block;
  margin: 0 auto;
  background-color: #b6a472;
  /* border-radius: 14px; */
  padding: 5px;
  /* border-bottom: none; */
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a.categorylist {
    width: 20%;
  }
}

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

@-webkit-keyframes line {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}

@keyframes line {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
/*# sourceMappingURL=style.css.map */