@charset "UTF-8";
.pc-image {
  display: block;
}

@media screen and (max-width: 640px) {
  .pc-image {
    display: none;
  }
}

.sp-image {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-image {
    display: block;
  }
}

.pc-break {
  display: block;
}

@media screen and (max-width: 640px) {
  .pc-break {
    display: none;
  }
}

.sp-break {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-break {
    display: block;
  }
}

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, 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;
  height: 100%;
}

/*
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}

@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}

@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}
*/
body {
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #111;
  height: 100%;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 13px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

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

img {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: bottom;
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: #0033cc;
}

a img {
  border: none;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 {
  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("./../images/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%;
  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;
}

.wrapper {
  overflow: hidden;
}

header {
  background: #111;
  position: relative;
}

.header-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 20px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .header-inner {
    padding: 15px;
  }
}

.header-link {
  display: block;
  max-width: 365px;
}

@media screen and (min-width: 641px) {
  .header-link {
    transition: opacity .4s ease;
  }
  .header-link:hover {
    opacity: .5;
  }
}

.hero-image {
  position: relative;
  background: #fff;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .hero-image {
    border: none;
    border-bottom: 5px solid #cbb12a;
  }
}

.hero-image-inner {
  position: relative;
  margin: 0 auto;
  max-width: 980px;
  z-index: 2;
}

.nav-wrapper {
  background: #947c04;
  width: 100%;
  height: 58px;
  z-index: 999;
}

@media screen and (max-width: 640px) {
  .nav-wrapper {
    position: fixed;
    height: auto;
    bottom: 0;
    left: 0;
  }
}

.nav-wrapper.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 640px) {
  .nav-wrapper.is-fixed {
    top: auto;
  }
}

.nav-wrapper.is-fixed ~ .main {
  padding: 58px 0 0 0;
}

@media screen and (max-width: 640px) {
  .nav-wrapper.is-fixed ~ .main {
    padding: 0;
  }
}

.nav {
  max-width: 980px;
  margin: 0 auto;
  list-style: none;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
  flex-wrap: wrap;
  border-right: 1px solid #c6a605;
  border-left: 1px solid #c6a605;
}

@media screen and (max-width: 640px) {
  .nav {
    border-right: none;
    border-left: none;
  }
}

.nav li {
  width: 50%;
  font-size: 14px;
  text-align: center;
  background: #fff;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .nav li {
    font-size: 12px;
  }
}

.nav li + li {
  border-left: 1px solid #c6a605;
}

.nav li a {
  display: block;
  position: relative;
  padding: 22px 0;
  color: #fff;
  background: #947c04;
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  .nav li a {
    transition: opacity .4s ease;
  }
  .nav li a:hover {
    opacity: .5;
  }
}

@media screen and (max-width: 640px) {
  .nav li a {
    padding: 20px 0;
  }
}

.nav li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  margin: auto;
  top: 0;
  right: 24px;
  bottom: 0;
}

@media screen and (max-width: 640px) {
  .nav li a::after {
    right: 12px;
  }
}

.contents {
  position: relative;
  /*
  &::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/bg-lightgraywall.jpg);
    background-size: 200px;
    opacity: .65;
    top: 0;
    left: 0;
  }
  */
}

.contents-inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 30px 150px;
}

@media screen and (max-width: 640px) {
  .contents-inner {
    padding: 60px 15px 70px;
  }
}

.contents-note-list {
  position: relative;
  margin: 150px 0 -90px 0;
  list-style: none;
  /*
  &::before {
    content: "";
    display: block;
    position: absolute;
    width: 140px;
    height: 1px;
    background: $light-gray;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    
    @include mq-sp {
      width: 120px;
    }
  }
  */
}

@media screen and (max-width: 640px) {
  .contents-note-list {
    margin: 100px 0 -30px 0;
  }
}

.contents-note-list li {
  display: inline;
  font-size: 13px;
  line-height: 1.8;
}

.lead-text {
  position: relative;
  line-height: 3;
  text-align: center;
  /*
  &::before {
    content: "";
    display: block;
    position: absolute;
    width: 180px;
    height: 600px;
    background: url(../images/bg-lead-text-left.png) no-repeat;
    background-size: contain;
    top: -50px;
    left: 60px;
    z-index: -1;
    
    @include mq-sp {
      width: 120px;
      top: -50px;
      left: -40px;;
      opacity: .4;
    }
  }
  
  &::after {
    content: "";
    display: block;
    position: absolute;
    width: 180px;
    height: 600px;
    background: url(../images/bg-lead-text-right.png) no-repeat;
    background-size: contain;
    top: -50px;
    right: 60px;
    z-index: -1;
    
    @include mq-sp {
      width: 120px;
      top: -40px;
      right: -40px;
      opacity: .4;
    }
  }
  */
}

@media screen and (max-width: 640px) {
  .lead-text {
    text-align: left;
    line-height: 2;
  }
}

.lead-text::before {
  content: "";
  display: block;
  position: absolute;
  width: 540px;
  height: 1200px;
  background: url(../images/bg-lead-text.jpg) no-repeat;
  background-size: contain;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  opacity: .6;
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .lead-text::before {
    width: 400px;
    top: -60px;
    opacity: .5;
  }
}

.home-link-title-group {
  position: relative;
  margin: 100px 0 0 0;
  /*
  &:nth-of-type(2) {
    &::before {
      content: "";
      display: block;
      position: absolute;
      width: 140px;
      height: 1px;
      background: $light-gray;
      margin: auto;
      top: 0;
      right: 0;
      left: 0;
      
      @include mq-sp {
        width: 120px;
      }
    }
  }
  */
}

@media screen and (max-width: 640px) {
  .home-link-title-group {
    margin: 80px 0 0 0;
  }
}

.home-link-title-group-inner {
  display: block;
  position: relative;
  color: #111;
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  .home-link-title-group-inner {
    transition: opacity .4s ease;
  }
  .home-link-title-group-inner:hover {
    opacity: .5;
  }
}

.home-link-title-images {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
  flex-wrap: wrap;
  border: 1px solid rgba(148, 124, 4, 0.3);
}

.home-link-title-image {
  position: relative;
  width: 25%;
  background: #f8f8f8;
  overflow: hidden;
}

.home-link-title-image:nth-child(2), .home-link-title-image:nth-child(4), .home-link-title-image:nth-child(5), .home-link-title-image:nth-child(7) {
  background: #ddd;
}

.home-link-title-image::before {
  content: "";
  display: block;
  padding: 60% 0 0 0;
}

@media screen and (max-width: 640px) {
  .home-link-title-image::before {
    padding: 100% 0 0 0;
  }
}

.home-link-title-image img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 640px) {
  .home-link-title-image img {
    width: auto;
    height: 100%;
  }
}

.home-link-title-heading {
  position: absolute;
  width: 60%;
  padding: 30px 0;
  font-size: 17px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.9);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(148, 124, 4, 0.3);
  top: 50%;
  left: 50%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .home-link-title-heading {
    width: 75%;
    padding: 20px 0;
    font-size: 15px;
  }
}

.home-link-title-heading span {
  margin: 15px 0 0 0;
  display: block;
  font-size: 13px;
}

@media screen and (max-width: 640px) {
  .home-link-title-heading span {
    font-size: 12px;
  }
}

.home-link-desc {
  margin: 30px 0 0 0;
  line-height: 2;
}

.home-link {
  margin: 30px 0 0 0;
  text-align: right;
}

.home-link a {
  position: relative;
  display: inline-block;
  padding: 0 30px 14px 14px;
  color: #947c04;
  text-decoration: none;
  border-bottom: 1px solid #947c04;
}

@media screen and (min-width: 641px) {
  .home-link a {
    transition: opacity .4s ease;
  }
  .home-link a:hover {
    opacity: .5;
  }
}

.home-link a::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  background: #947c04;
  transform: rotate(-40deg);
  right: 5px;
  bottom: -3px;
}

.catalog-group {
  position: relative;
  margin: 80px 0 0 0;
  padding: 40px 0;
  border: 1px solid #947c04;
}

@media screen and (max-width: 640px) {
  .catalog-group {
    padding: 36px 20px;
  }
}

.catalog-group::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: -1px;
  left: -1px;
}

.catalog-group::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: -1px;
  bottom: -1px;
}

.catalog-desc {
  text-align: center;
  line-height: 1.6;
}

.catalog-link-button {
  margin: 40px 0 0 0;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .catalog-link-button {
    margin: 30px 0 0 0;
  }
}

.catalog-link-button a {
  width: 300px;
  padding: 20px 0;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #947c04;
  border-radius: 4px;
  position: relative;
}

@media screen and (min-width: 641px) {
  .catalog-link-button a {
    transition: opacity .4s ease;
  }
  .catalog-link-button a:hover {
    opacity: .5;
  }
}

@media screen and (max-width: 640px) {
  .catalog-link-button a {
    display: block;
    width: 100%;
  }
}

.catalog-link-button a::before {
  content: " ";
  display: block;
  position: absolute;
  width: 12px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  top: 23px;
  right: 26px;
}

.catalog-link-button a::after {
  content: " ";
  display: block;
  position: absolute;
  width: 14px;
  height: 12px;
  border-top: 2px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  top: 17px;
  right: 20px;
}

/*
.banner-group {
  margin: 80px 0 0 0;
  @include flex;
  
  @include mq-sp {
    margin: 30px 0 0 0;
  }
}

.banner {
  width: 48%;
  
  @include mq-sp {
    margin: 30px 0 0 0;
    width: 100%;
  }
}
*/
.banner-group {
  margin: 80px 0 0 0;
  padding: 40px 0;
  background: #f8f8f8;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .banner-group {
    margin: 50px 0 0 0;
    padding: 0;
  }
}

.banner {
  display: inline-block;
  max-width: 480px;
}

.banner a {
  display: block;
}

@media screen and (min-width: 641px) {
  .banner a {
    transition: opacity .4s ease;
  }
  .banner a:hover {
    opacity: .5;
  }
}

.page-title {
  position: relative;
  padding: 0 0 20px 0;
  font-size: 21px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: .1em;
}

@media screen and (max-width: 640px) {
  .page-title {
    font-size: 17px;
  }
}

.page-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 1px;
  background: #947c04;
  margin: auto;
  right: 0;
  bottom: 0;
  left: -70px;
}

@media screen and (max-width: 640px) {
  .page-title::before {
    width: 60px;
    left: -60px;
  }
}

.page-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 1px;
  background: #888;
  margin: auto;
  right: -70px;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 640px) {
  .page-title::after {
    width: 60px;
    right: -60px;
  }
}

.event-block {
  margin: 100px 0 0 0;
}

@media screen and (max-width: 640px) {
  .event-block {
    margin: 75px 0 0 0;
  }
}

.event-blocks {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
  flex-wrap: wrap;
}

.event-blocks .event-block {
  width: 47%;
}

@media screen and (max-width: 640px) {
  .event-blocks .event-block {
    width: 100%;
  }
}

.event-block-inner-divided {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .event-block-inner-divided {
    display: block;
  }
}

.event-block-inner-divided .event-title-group {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .event-block-inner-divided .event-title-group {
    width: 100%;
  }
}

.event-block-inner-divided .event-texts {
  width: 50%;
  padding: 0 0 0 30px;
}

@media screen and (max-width: 640px) {
  .event-block-inner-divided .event-texts {
    width: 100%;
    padding: 0;
  }
}

.event-date {
  position: relative;
  display: block;
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  font-size: 17px;
  color: #947c04;
}

@media screen and (max-width: 640px) {
  .event-date {
    font-size: 15px;
    margin: 0 0 24px 0;
  }
}

.event-date::before {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 1px;
  background: #947c04;
  bottom: 0;
  left: 0;
}

.event-title {
  margin: 0 0 30px 0;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: .05em;
}

@media screen and (max-width: 640px) {
  .event-title {
    margin: 0 0 24px 0;
    font-size: 17px;
  }
}

.event-image img {
  border: 1px solid rgba(148, 124, 4, 0.3);
}

.event-image-four-column {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
  flex-wrap: wrap;
}

.event-image-four-column div {
  width: 24%;
}

@media screen and (max-width: 640px) {
  .event-image-four-column div {
    width: 49%;
  }
  .event-image-four-column div:nth-child(n+3) {
    margin: 8px 0 0 0;
  }
}

.event-image-three-column {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
  flex-wrap: wrap;
}

.event-image-three-column div {
  width: 32.5%;
}

@media screen and (max-width: 640px) {
  .event-image-three-column div {
    width: 49%;
  }
  .event-image-three-column div:nth-child(n+3) {
    margin: 8px 0 0 0;
  }
}

.event-image-note {
  margin: 10px 0 0 0;
  font-size: 12px;
}

.event-texts {
  margin: 35px 0 0 0;
}

.event-desc {
  margin: 30px 0 0 0;
  line-height: 2;
}

.event-info {
  margin: 30px 0 0 0;
}

.event-info th, .event-info td {
  font-size: 13px;
  padding: 13px;
  border: 1px solid #ddd;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .event-info th, .event-info td {
    padding: 12px;
  }
}

.event-info th {
  width: 20%;
  background: rgba(148, 124, 4, 0.1);
  text-align: center;
}

@media screen and (max-width: 640px) {
  .event-info th {
    width: 24%;
  }
}

.event-info td a {
  color: #0033cc;
  word-break: break-all;
}

.event-note-group {
  position: relative;
  margin: 30px 0 0 0;
  padding: 30px 24px;
  border: 1px dashed #ddd;
}

.event-note-list {
  margin: 26px 0 0 1.25em;
}

.event-note-list li {
  font-size: 13px;
  line-height: 1.7;
}

.event-note-list li + li {
  margin: 10px 0 0 0;
}

.page-anchor-link-list {
  max-width: 600px;
  margin: 60px auto;
  list-style: none;
  text-align: center;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #947c04;
}

@media screen and (max-width: 640px) {
  .page-anchor-link-list {
    margin: 50px auto;
  }
}

.page-anchor-link-list li {
  position: relative;
  width: calc(100% / 3);
  font-size: 15px;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .page-anchor-link-list li {
    font-size: 12px;
  }
}

.page-anchor-link-list li + li::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 60%;
  background: #947c04;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}

.page-anchor-link-list li a {
  display: block;
  padding: 16px 0;
  color: #947c04;
  text-decoration: none;
  transition: all .4s ease;
  /*
      @include mq-pc {
        &:hover {
          background: $gold;
          color: #fff;
        }
      }
      */
}

.section-heading {
  position: relative;
  margin: 120px 0 30px 0;
  padding: 30px 0 0 0;
  font-size: 19px;
  color: #947c04;
  letter-spacing: .05em;
  text-align: center;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  .section-heading {
    margin: 80px 0 20px 0;
    padding: 25px 0 0 0;
    font-size: 17px;
  }
}

.section-heading::before {
  content: "";
  display: block;
  position: absolute;
  width: 240px;
  height: 1px;
  background: #947c04;
  margin: auto;
  top: -1px;
  right: 0;
  left: 0;
}

@media screen and (max-width: 640px) {
  .section-heading::before {
    width: 160px;
  }
}

.item-group {
  position: relative;
}

.items {
  position: relative;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
  flex-wrap: wrap;
  z-index: 2;
}

.items::before {
  content: "";
  display: block;
  width: 31.5%;
  order: 1;
}

@media screen and (max-width: 640px) {
  .items::before {
    display: none;
  }
}

.items::after {
  content: "";
  display: block;
  width: 31.5%;
}

@media screen and (max-width: 640px) {
  .items::after {
    display: none;
  }
}

.items li {
  margin: 25px 0 0 0;
  width: 31.5%;
  border: 1px solid rgba(148, 124, 4, 0.3);
}

@media screen and (max-width: 640px) {
  .items li {
    margin: 10px 0 0 0;
    width: 49%;
  }
}

.items li a {
  display: block;
}

@media screen and (min-width: 641px) {
  .items li a {
    transition: opacity .4s ease;
  }
  .items li a:hover {
    opacity: .5;
  }
}

.item-detail {
  margin: 0 auto;
  width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .item-detail {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll;
    z-index: 999;
  }
}

.item-image {
  position: relative;
  width: 65%;
  background: #f8f8f8;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .item-image {
    width: 100%;
    border-bottom: 1px solid rgba(148, 124, 4, 0.3);
  }
}

@media screen and (max-width: 640px) {
  .item-image img {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
}

.portrait img {
  position: relative;
  margin: 0 auto;
  width: auto;
  max-height: 600px;
  top: 0;
  transform: translateY(0);
}

@media screen and (max-width: 640px) {
  .portrait img {
    width: 100%;
    max-height: initial;
  }
}

.landscape img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .landscape img {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
}

.item-image-slider {
  height: 100%;
  position: relative;
  margin-bottom: 0 !important;
  /*
  &.slick-initialized {
    display: block;
  }
  */
}

.item-image-slider div {
  width: 650px;
}

@media screen and (max-width: 640px) {
  .item-image-slider div {
    width: 100vw;
  }
}

.item-image-slider .slick-prev {
  left: 0;
  z-index: 2;
  width: 26px;
  height: 26px;
}

.item-image-slider .slick-prev::before {
  display: none;
}

.item-image-slider .slick-prev span {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  background: #888;
}

.item-image-slider .slick-prev span::before {
  content: " ";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 4px;
}

.item-image-slider .slick-next {
  right: 0;
  z-index: 2;
  width: 26px;
  height: 26px;
}

.item-image-slider .slick-next::before {
  display: none;
}

.item-image-slider .slick-next span {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  background: #888;
}

.item-image-slider .slick-next span::before {
  content: " ";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin: auto;
  top: 0;
  right: 4px;
  bottom: 0;
  left: 0;
}

.item-image-slider .slick-dots {
  position: absolute;
  font-size: 0;
  height: 12px;
  bottom: 20px;
}

.item-image-slider .slick-dots li {
  margin: 0;
  width: 12px;
  height: 12px;
}

.item-image-slider .slick-dots li + li {
  margin: 0 0 0 10px;
}

.item-image-slider .slick-dots li button {
  position: relative;
  width: 12px;
  height: 12px;
}

.item-image-slider .slick-dots li button::before {
  content: " ";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #888;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 1;
}

.item-image-slider .slick-dots li.slick-active button::before {
  background: #947c04;
}

.item-texts {
  width: 35%;
  padding: 35px 30px;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .item-texts {
    width: 100%;
    padding: 35px 60px 160px;
  }
}

.item-place {
  font-size: 13px;
  line-height: 1.6;
}

.item-place a {
  display: inline-block;
  color: #111;
}

.item-name {
  margin: 25px 0 0 0;
  color: #947c04;
  font-size: 17px;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .item-name {
    font-size: 15px;
  }
}

.item-price {
  margin: 25px 0 0 0;
}

.item-condition {
  margin: 22px 0 0 0;
  font-size: 13px;
  line-height: 1.6;
}

.item-desc {
  position: relative;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  font-size: 13px;
  line-height: 1.7;
}

.item-desc::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 1px;
  background: #ddd;
  top: -1px;
  left: 0;
}

.item-desc span {
  font-weight: bold;
}

.item-place-link {
  margin: 50px 0 0 0;
  font-size: 13px;
  line-height: 1;
}

.item-place-link a {
  display: block;
  color: #947c04;
  text-decoration: none;
  padding: 16px 0;
  text-align: center;
  border: 1px solid;
}

.mfp-container {
  padding: 0;
}

.mfp-content {
  padding: 0 90px;
}

@media screen and (max-width: 640px) {
  .mfp-content {
    padding: 0;
  }
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  opacity: 1;
  font-size: 40px;
  top: -70px;
  right: 36px;
}

@media screen and (max-width: 640px) {
  .mfp-close-btn-in .mfp-close {
    position: fixed;
    background: #888;
    border-radius: 50%;
    top: auto;
    bottom: 50px;
    right: 20px;
  }
}

button.mfp-arrow {
  opacity: 1;
  position: fixed;
}

@media screen and (max-width: 640px) {
  button.mfp-arrow {
    width: 40px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 0;
    transform: scale(1);
    top: 60%;
  }
  button.mfp-arrow:active {
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  button.mfp-arrow::after {
    border-top-width: 8px;
    border-bottom-width: 8px;
    top: 0;
    margin-top: 18px;
  }
}

button.mfp-arrow-right::before {
  display: none;
  border-left: none;
}

@media screen and (max-width: 640px) {
  button.mfp-arrow-right::after {
    border-left: 10px solid #FFF;
    margin-left: 17px;
  }
}

button.mfp-arrow-left::before {
  display: none;
  border-right: none;
}

@media screen and (max-width: 640px) {
  button.mfp-arrow-left::after {
    border-right: 10px solid #FFF;
    margin-left: 11px;
  }
}

.back-to-top {
  display: block;
  width: 100%;
  height: 50px;
  position: relative;
  background: #333;
}

@media screen and (min-width: 641px) {
  .back-to-top {
    transition: opacity .4s ease;
  }
  .back-to-top:hover {
    opacity: .5;
  }
}

.back-to-top::before {
  content: " ";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  margin: auto;
  top: 20px;
  right: 0;
  left: 0;
}

footer {
  background: #111;
}

.footer-inner {
  padding: 40px 0;
}

@media screen and (max-width: 640px) {
  .footer-inner {
    padding: 30px 50px 90px;
  }
}

.footer-link {
  display: block;
  max-width: 324px;
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
  .footer-link {
    transition: opacity .4s ease;
  }
  .footer-link:hover {
    opacity: .5;
  }
}
