@charset "UTF-8";
.main {
  padding-bottom: 0;
}

.main_kv {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.main_kvCopy {
  font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-shadow: 0 0 10px black;
  position: relative;
  left: 0;
  top: calc(50% - 28px);
  z-index: 2;
}

.main_kvImg {
  width: 100%;
  height: 100%;
  background: url(../images/kv_img.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.bf_about {
  padding: 67px 0 120px;
  background: url(../images/about_bg.jpg) no-repeat center center/cover;
}
.bf_about .bf_head {
  position: relative;
}
.bf_about .bf_head:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 156px;
  height: 64px;
  margin: auto;
  background: url(../images/about_01_icon.svg) no-repeat center center/contain;
}

.bf_head {
  line-height: 1.8;
  padding-top: 85px;
  font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.88rem;
  letter-spacing: 0.08em;
  color: #151515;
}

.bf_about_imgWrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 71px;
}
.bf_about_imgWrap:before, .bf_about_imgWrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transition: 1.9s opacity ease-out, 1.3s -webkit-transform ease;
  transition: 1.9s opacity ease-out, 1.3s -webkit-transform ease;
  transition: 1.9s opacity ease-out, 1.3s transform ease;
  transition: 1.9s opacity ease-out, 1.3s transform ease, 1.3s -webkit-transform ease;
}
.bf_about_imgWrap:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.bf_about_imgWrap:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.25)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 15%, rgba(255, 255, 255, 0.25) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 15%, rgba(255, 255, 255, 0.25) 100%);
}
.bf_about_imgWrap img {
  width: 100%;
  opacity: 0;
  -webkit-transition: 2.5s opacity ease;
  transition: 2.5s opacity ease;
}
.bf_about_imgWrap.scrollFadeEnd:before, .bf_about_imgWrap.scrollFadeEnd:after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
}
.bf_about_imgWrap.scrollFadeEnd img {
  opacity: 1;
}

.bf_about_txt {
  position: relative;
  line-height: 2.1;
  max-width: 840px;
  width: 100%;
  margin: -80px auto 0;
  padding: 33px 20px 36px;
  font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.13rem;
  letter-spacing: 0.08em;
  color: #151515;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bf_about_txt:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 18px);
  height: calc(100% + 22px);
  margin: auto;
  border: 1px solid;
  -webkit-border-image: -webkit-linear-gradient(300deg, #cfc159, #fffdf0, #cfc159) 1;
          border-image: linear-gradient(150deg, #cfc159, #fffdf0, #cfc159) 1;
  pointer-events: none;
}

.bf_menu {
  padding: 24px 0 120px;
}
.bf_menu .bf_head {
  position: relative;
}
.bf_menu .bf_head:before {
  content: "";
  position: absolute;
  display: block;
  top: -63px;
  left: 0;
  right: 0;
  width: 1px;
  height: 120px;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#c6b750), to(#f6e991));
  background: -webkit-linear-gradient(top, #c6b750 0%, #f6e991 100%);
  background: linear-gradient(to bottom, #c6b750 0%, #f6e991 100%);
}

.bf_menu_bg {
  position: relative;
  margin-top: 53px;
  z-index: 1;
}
.bf_menu_bg:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 160px);
  margin: auto;
  background: url(../images/list_bg.jpg) repeat center center/800px;
  z-index: -1;
}
.bf_menu_bg .bf_menu_list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
}
.bf_menu_bg .bf_menu_list:before, .bf_menu_bg .bf_menu_list:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transition: 1.9s opacity ease-out, 2.5s -webkit-transform ease;
  transition: 1.9s opacity ease-out, 2.5s -webkit-transform ease;
  transition: 1.9s opacity ease-out, 2.5s transform ease;
  transition: 1.9s opacity ease-out, 2.5s transform ease, 2.5s -webkit-transform ease;
}
.bf_menu_bg .bf_menu_list:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.bf_menu_bg .bf_menu_list:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.25)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 15%, rgba(255, 255, 255, 0.25) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 15%, rgba(255, 255, 255, 0.25) 100%);
}
.bf_menu_bg .bf_menu_list li {
  position: relative;
  margin-bottom: 17px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}
.bf_menu_bg .bf_menu_list li img {
  width: 100%;
  -webkit-transition: 2.5s opacity ease;
  transition: 2.5s opacity ease;
}
.bf_menu_bg .bf_menu_list li a {
  display: block;
}
.bf_menu_bg .bf_menu_list li a:hover img {
  -webkit-transform: scale(1.08, 1.08);
          transform: scale(1.08, 1.08);
}
.bf_menu_bg .bf_menu_list li img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.bf_menu_bg .bf_menu_list li:nth-of-type(1) img, .bf_menu_bg .bf_menu_list li:nth-of-type(2) img, .bf_menu_bg .bf_menu_list li:nth-of-type(4) img, .bf_menu_bg .bf_menu_list li:nth-of-type(6) img, .bf_menu_bg .bf_menu_list li:nth-of-type(8) img, .bf_menu_bg .bf_menu_list li:nth-of-type(10) img, .bf_menu_bg .bf_menu_list li:nth-of-type(11) img {
  height: 208px;
}
.bf_menu_bg .bf_menu_list li:nth-of-type(3) img, .bf_menu_bg .bf_menu_list li:nth-of-type(5) img, .bf_menu_bg .bf_menu_list li:nth-of-type(7) img, .bf_menu_bg .bf_menu_list li:nth-of-type(9) img {
  height: 433px;
}
.bf_menu_bg .bf_menu_list li:nth-of-type(5) img {
  object-position: left center;
}
.bf_menu_bg .bf_menu_list li:nth-of-type(7) img {
  object-position: left 38% bottom 0%;
}
.bf_menu_bg .bf_menu_list li:nth-of-type(9) img {
  object-position: left 70% bottom 0%;
}
.bf_menu_bg .bf_menu_list li:nth-of-type(11) img {
  width: 128%;
  object-position: left bottom;
}
.bf_menu_bg.scrollFadeEnd .bf_menu_list {
  -webkit-transform: none !important;
          transform: none !important;
}
.bf_menu_bg.scrollFadeEnd .bf_menu_list:before, .bf_menu_bg.scrollFadeEnd .bf_menu_list:after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
}

.fancybox-content {
  padding: 34px 44px;
}

.modal {
  max-width: 660px;
  width: 100%;
}
.modal .modal_category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.modal .modal_category li {
  padding: 3px 11px 4px;
  border-radius: 3px;
  font-size: 0.82rem;
  color: #fff;
  background: #beaa3a;
}
.modal .modal_category li + li {
  margin-left: 10px;
}
.modal .modal_img {
  margin-top: 10px;
}
.modal .modal_txt {
  line-height: 1.8;
  margin-top: 10px;
}
.modal .modal_notes li {
  font-size: 0.88rem;
  padding-left: 1em;
  text-indent: -1em;
}
.modal .modal_btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.modal .modal_btn_wrap li {
  margin-top: 15px;
}
.modal .modal_btn_wrap li:nth-of-type(even) {
  margin-left: 10px;
}
.modal .modal_btn {
  width: 300px;
  padding: 11px 30px 13px;
}

.bf_notes {
  background: #f7f6f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  padding: 30px;
}
.bf_notes ul {
  line-height: 1.4;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  font-size: 0.75rem;
}
.bf_notes ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.bf_notes ul li + li {
  margin-top: 5px;
}

@media screen and (max-width: 1024px) {
  .main_kv {
    width: 100%;
    height: 36.6vw;
    position: relative;
  }

  .main_kvCopy {
    font-size: 2.25rem;
    top: calc(50% - 25px);
  }

  .main_kvImg {
    background: url(../images/kv_img.jpg) no-repeat center 30%;
    -webkit-background-size: 120% auto;
            background-size: 120% auto;
  }

  .bf_about {
    padding: 67px 0 100px;
  }

  .bf_head {
    padding-top: 80px;
    font-size: 1.75rem;
  }

  .bf_about_imgWrap {
    margin-top: 40px;
  }

  .bf_about_txt {
    width: 92%;
    font-size: 1rem;
  }

  .bf_menu {
    padding: 20px 0 80px;
  }
  .bf_menu .bf_head:before {
    top: -68px;
    height: 100px;
  }

  .bf_menu_bg {
    margin-top: 40px;
  }
  .bf_menu_bg .bf_menu_list {
    width: 92%;
    -webkit-column-gap: 1.5%;
       -moz-column-gap: 1.5%;
            column-gap: 1.5%;
  }
  .bf_menu_bg .bf_menu_list:before, .bf_menu_bg .bf_menu_list:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transition: 1.9s opacity ease-out, 1.3s -webkit-transform ease;
    transition: 1.9s opacity ease-out, 1.3s -webkit-transform ease;
    transition: 1.9s opacity ease-out, 1.3s transform ease;
    transition: 1.9s opacity ease-out, 1.3s transform ease, 1.3s -webkit-transform ease;
  }
  .bf_menu_bg .bf_menu_list li {
    margin-bottom: 5.3%;
  }
  .bf_menu_bg .bf_menu_list li:nth-of-type(1) img, .bf_menu_bg .bf_menu_list li:nth-of-type(2) img, .bf_menu_bg .bf_menu_list li:nth-of-type(4) img, .bf_menu_bg .bf_menu_list li:nth-of-type(6) img, .bf_menu_bg .bf_menu_list li:nth-of-type(8) img, .bf_menu_bg .bf_menu_list li:nth-of-type(10) img, .bf_menu_bg .bf_menu_list li:nth-of-type(11) img {
    height: 20.3vw;
  }
  .bf_menu_bg .bf_menu_list li:nth-of-type(3) img, .bf_menu_bg .bf_menu_list li:nth-of-type(5) img, .bf_menu_bg .bf_menu_list li:nth-of-type(7) img, .bf_menu_bg .bf_menu_list li:nth-of-type(9) img {
    height: 42.2vw;
  }

  .bf_notes {
    padding: 20px 4%;
  }
}
@media screen and (max-width: 767px) {
  .main_kv {
    height: 53.2vw;
  }

  .main_kvCopy {
    line-height: 1.6;
    font-size: 1.5rem;
    top: calc(50% - 44px);
  }
  .main_kvCopy .main_kvCopy_sp {
    padding-left: 20px;
  }

  .main_kvImg {
    background: url(../images/kv_img.jpg) no-repeat 40% center;
    -webkit-background-size: cover;
            background-size: cover;
  }

  .bf_about {
    padding: 29px 0 70px;
  }
  .bf_about .bf_head:before {
    width: 78px;
    height: 32px;
  }

  .bf_head {
    padding-top: 44px;
    font-size: 1.07rem;
    letter-spacing: 0.05em;
  }

  .bf_about_imgWrap {
    margin-top: 25px;
  }

  .bf_about_txt {
    margin: -30px auto 0;
    padding: 24px 20px 26px;
    font-size: 0.82rem;
  }
  .bf_about_txt:before {
    width: calc(100% - 24px);
    height: calc(100% + 27px);
  }

  .bf_menu {
    padding: 1px 0 60px;
  }
  .bf_menu .bf_head:before {
    top: -24px;
    height: 60px;
  }

  .bf_menu_bg {
    margin-top: 27px;
  }
  .bf_menu_bg:before {
    height: calc(100% - 90px);
  }
  .bf_menu_bg .bf_menu_list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2.6vw;
       -moz-column-gap: 2.6vw;
            column-gap: 2.6vw;
  }
  .bf_menu_bg .bf_menu_list li {
    margin-bottom: 2.3vw;
  }
  .bf_menu_bg .bf_menu_list li a:hover img {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .bf_menu_bg .bf_menu_list li:nth-of-type(1) img, .bf_menu_bg .bf_menu_list li:nth-of-type(3) img, .bf_menu_bg .bf_menu_list li:nth-of-type(5) img, .bf_menu_bg .bf_menu_list li:nth-of-type(6) img, .bf_menu_bg .bf_menu_list li:nth-of-type(8) img, .bf_menu_bg .bf_menu_list li:nth-of-type(10) img {
    height: 24.4vw;
  }
  .bf_menu_bg .bf_menu_list li:nth-of-type(2) img, .bf_menu_bg .bf_menu_list li:nth-of-type(4) img, .bf_menu_bg .bf_menu_list li:nth-of-type(7) img, .bf_menu_bg .bf_menu_list li:nth-of-type(9) img, .bf_menu_bg .bf_menu_list li:nth-of-type(11) img {
    height: 51vw;
  }
  .bf_menu_bg .bf_menu_list li:nth-of-type(2) img {
    object-position: left 45% bottom 0;
  }
  .bf_menu_bg .bf_menu_list li:nth-of-type(3) img {
    width: 110%;
  }
  .bf_menu_bg .bf_menu_list li:nth-of-type(4) img {
    object-position: right 31% top 0%;
  }
  .bf_menu_bg .bf_menu_list li:nth-of-type(5) img {
    width: 150%;
    object-position: left 10% bottom 20%;
  }
  .bf_menu_bg .bf_menu_list li:nth-of-type(9) img {
    object-position: right 10% bottom 0%;
  }

  .fancybox-content {
    padding: 25px 10px;
  }

  .modal .modal_category li {
    padding: 3px 10px 4px;
    font-size: 0.63rem;
  }
  .modal .modal_category li + li {
    margin-left: 5px;
  }
  .modal .modal_img {
    margin-top: 8px;
  }
  .modal .modal_txt {
    margin-top: 10px;
    font-size: 0.75rem;
  }
  .modal .modal_notes li {
    font-size: 0.75rem;
  }
  .modal .modal_btn_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .modal .modal_btn_wrap li {
    width: 48%;
    margin-top: 12px;
  }
  .modal .modal_btn_wrap li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .modal .modal_btn_wrap li:nth-of-type(even) {
    margin-left: 4%;
  }
  .modal .modal_btn {
    max-width: 100%;
    width: 100%;
    padding: 6px 15px 8px;
    font-size: 0.75rem;
  }

  .bf_notes {
    padding: 20px 16px;
  }
  .bf_notes ul {
    font-size: 0.63rem;
  }
  .bf_notes ul li + li {
    margin-top: 2px;
  }
}
@media screen and (max-width: 374px) {
  .bf_about_txt {
    font-size: 0.75rem;
  }
}