body {
  font-family: 'Barlow', sans-serif;
}
@media (min-width: 769px) {
  h2.en {
    font-size: 32px !important;
    font-family: 'Barlow', sans-serif;
    color: #222222;
  }
}
@media (min-width: 769px) {
  .sp-br {
    display: none;
  }
}
/* header footer
   ========================================================================== */
.loading {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 1;
  width: 100vw;
  height: 100%;
  background: #fafafa;
  text-align: center;
  vertical-align: middle;
  line-height: 100%;
  -webkit-transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}
.loading.is-hide {
  opacity: 0;
  z-index: -100;
}
/* Main visual
     ========================================================================== */
.main-visual {
  position: relative;
  height: -webkit-calc(100vh - 245px);
  height: calc(100vh - 245px);
  max-height: 850px;
}
@media (min-width: 769px) {
  .main-visual {
    height: -webkit-calc(100vh - 210px);
    height: calc(100vh - 210px);
  }
  .main-visual:after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
    content: '';
    display: inline-block;
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .main-visual {
    height: -webkit-calc(100vh - 130px);
    height: calc(100vh - 130px);
    max-height: 500px;
  }
  .main-visual:after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
    content: '';
    display: inline-block;
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .ie .main-visual {
    max-height: 400px;
  }
}
.main-visual_slide {
  position: relative;
  z-index: 1;
}
img.js-object-fit {
  height: 100%;
  /*
    width: auto;
    max-width: none;
    */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  /*
    font-family: 'object-fit:cover; object-position: center center;';
    */
}
.main-visual_item {
  overflow: hidden;
}
.main-visual_item img {
  min-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1.1) translate(0, 0);
      -ms-transform: scale(1.1) translate(0, 0);
          transform: scale(1.1) translate(0, 0);
  -webkit-transition: -webkit-transform 7s linear;
  transition: -webkit-transform 7s linear;
  transition: transform 7s linear;
  transition: transform 7s linear, -webkit-transform 7s linear;
}
@media (min-width: 768px) {
  .main-visual_item img.m-pc {
    display: inline-block;
  }
  .main-visual_item img.m-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-visual_item img {
    width: 100%;
  }
  .main-visual_item img.m-pc {
    display: none;
  }
  .main-visual_item img.m-sp {
    display: inline-block;
  }
}
.ie .main-visual_item img {
  width: 100%;
  max-height: 100%;
}
.main-visual_item.is-move img {
  -webkit-transform: scale(1.1) translate(-2%, 0);
      -ms-transform: scale(1.1) translate(-2%, 0);
          transform: scale(1.1) translate(-2%, 0);
}
@media (max-width: 768px) {
  .main-visual_item.is-move img {
    -webkit-transform: scale(1.1) translate(-2.5%, 0);
        -ms-transform: scale(1.1) translate(-2.5%, 0);
            transform: scale(1.1) translate(-2.5%, 0);
  }
}
html:not(.ie) .main-visual_item_inner {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 769px) {
  html:not(.ie) .main-visual_item_inner {
    /*
    min-width: 1500px;
    min-height: 800px;
    */
  }
}
@media (max-width: 768px) {
  html:not(.ie) .main-visual_item_inner {
    min-height: 320px;
  }
}
.main-visual_title {
  position: absolute;
  bottom: 6vh;
  left: 80px;
  z-index: 2;
  width: 35vw;
  min-width: 400px;
}
@media (max-width: 768px) {
  .main-visual_title {
    width: 80vw;
    bottom: 24px;
    left: 19px;
    min-width: auto;
    max-width: 400px;
  }
}
.main-visual_bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  width: .1%;
  height: 3px;
  background: #f3be00;
}
/* announce
   ========================================================================== */
.announce {
  border-bottom: 1px solid #d8d8d8;
  margin: 0 40px;
  padding: 25px 0;
  position: relative;
}
@media (min-width: 769px) {
  .announce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .announce .announce_title {
    font-size: 14px;
    width: 130px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .announce {
    margin: 0 -15px;
    padding: 14px 50px 14px 15px;
  }
  .announce:before {
    background: url(/common/img/parts/research-btn_bg01.svg) no-repeat 0 0;
    background-size: 26px;
    content: '';
    height: 26px;
    margin-top: -13px;
    width: 26px;
    position: absolute;
    right: 14px;
    top: 50%;
  }
  .announce.accordion-more-open {
    padding-right: 15px;
  }
  .announce.accordion-more-open:before {
    content: none;
  }
  .announce.accordion-more-open .announce_box {
    text-overflow: initial;
    white-space: normal;
  }
  .announce.accordion-more-open .announce_box ul,
  .announce.accordion-more-open .announce_box li {
    display: block;
  }
}
.announce li {
  font-size: 1.4em;
  margin-top: 3px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .announce_box {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .announce_box li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
  }
  .accordion-more-open .announce_box li {
    white-space: normal;
  }
}
.announce_box_list {
  zoom: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.announce_box_list:before,
.announce_box_list:after {
  content: '';
  display: table;
}
.announce_box_list:after {
  clear: both;
}
@media (min-width: 769px) {
  .announce_box_list {
    float: left;
    padding-right: 16px;
    width: 65%;
  }
}
.announce_box_list li:first-child {
  display: block;
}
.announce_box_link {
  font-weight: bold;
  margin-top: 0;
}
@media (min-width: 769px) {
  .announce_box_link {
    float: right;
    max-width: 35%;
  }
}
@media (max-width: 768px) {
  .announce_box_link {
    margin-top: 10px;
  }
}
.announce_box_link li a:before {
  border-width: 2px;
}
.announce_box_list a {
  color: #333333;
}
/*3セクション----------------------*/
.corporate-wrap {
  position: relative;
}
@media (min-width: 769px) {
  .corporate-wrap {
    max-width: 1080px;
    height: 787px;
    margin: 140px auto 0;
  }
  .corporate-wrap.products {
    height: 610px;
    margin: 140px auto 200px;
  }
}
.kampai {
  font-family: 'Barlow', sans-serif;
  color: #222222;
  line-height: 1.3;
  display: block;
  z-index: 2;
}
.kampai span {
  color: #f3be00;
}
@media (min-width: 769px) {
  .kampai {
    position: absolute;
    font-size: 70px;
    top: 164px;
    left: 20px;
    margin-top: 0;
  }
  .kampai.products {
    top: 124px;
    left: 680px;
  }
}
@media (max-width: 768px) {
  .kampai {
    font-size: 30px;
    text-align: center;
  }
}
.kampai-text {
  font-family: 'Barlow', sans-serif;
  line-height: 1.9;
}
@media (min-width: 769px) {
  .kampai-text {
    position: absolute;
    font-size: 16px;
    margin-top: 0;
    left: 20px;
    bottom: 273px;
  }
  .kampai-text.products {
    bottom: 251px;
    left: 680px;
  }
}
@media (max-width: 768px) {
  .kampai-text {
    text-align: center;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 30px auto 0;
  }
}
@media (min-width: 769px) {
  .m-button.prof {
    position: absolute;
    bottom: 144px;
    left: 20px;
  }
  .m-button.products {
    bottom: 122px;
    left: 680px;
  }
}
@media (max-width: 768px) {
  .m-button.prof {
    margin: 24px auto 0;
  }
}
@media (min-width: 769px) {
  .kampai-image {
    position: absolute;
    right: 0;
    top: 0;
  }
  .kampai-image.products {
	left: 0;
    right: auto;
  }
}
@media (max-width: 768px) {
  .kampai-image {
    display: none;
  }
}
.kampai-image__sp img {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .kampai-image__sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .kampai-image__sp {
    width: 100%;
    margin: 60px auto 0;
  }
}
@media (min-width: 769px) {
  .corp-image {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .corp-image {
    display: none;
  }
}
.corp-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .corp-image__sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .corp-image__sp {
    width: 100%;
    margin-top: 60px;
  }
}
.corp-image__sp img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .corporate-wrap .m-button {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
}
.restaurant-title {
  font-family: 'Barlow', sans-serif;
  line-height: 1.2;
  text-align: center;
  color: #222222;
}
@media (min-width: 769px) {
  .restaurant-title {
    font-size: 60px;
    padding-top: 110px;
  }
}
@media (max-width: 768px) {
  .restaurant-title {
    font-size: 26px;
    padding-top: 39px;
  }
}
.restaurant-text {
  line-height: 1.9;
  text-align: center;
}
@media (min-width: 769px) {
  .restaurant-text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .restaurant-text {
    font-size: 14px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 25px auto 0;
  }
}
@media (min-width: 769px) {
  .section-title.opt-center {
    padding-top: 99px;
  }
}
@media (max-width: 768px) {
  .section-title.opt-center {
    padding-top: 65px;
  }
}
.restaurant-section .m-link {
  font-family: 'Barlow', sans-serif;
}
.restaurant-table {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .restaurant-table {
    max-width: 1200px;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .restaurant-table {
    font-size: 14px;
  }
}
.restaurant-table table {
  border-top: 1px solid #dbdce2;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .restaurant-table table {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .restaurant-table table {
    width: 100% !important;
  }
}
.restaurant-table tr {
  border-bottom: 1px solid #dbdce2;
  display: block;
  width: 100%;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .restaurant-table tr {
    position: relative;
    display: none;
  }
}
@media (max-width: 768px) {
  .restaurant-table.active tr {
    display: block;
  }
}
@media (max-width: 768px) {
  .restaurant-table tr:first-child {
    display: block;
  }
}
.restaurant-table .td-date a {
  color: #777777;
}
@media (min-width: 769px) {
  .restaurant-table .td-date a {
    font-size: 15px;
    padding-top: 21px;
    padding-bottom: 24px;
    display: block;
    cursor: pointer;
    width: 108px;
  }
}
@media (max-width: 768px) {
  .restaurant-table .td-date a {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 14px;
    display: block;
  }
}
.restaurant-table .td-text a {
  color: #333333;
}
@media (min-width: 769px) {
  .restaurant-table .td-text a {
    font-size: 14px;
    padding-left: 10px;
    padding-top: 22px;
    padding-bottom: 24px;
    display: block;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .restaurant-table .td-text a {
    padding-top: 34px;
    padding-bottom: 15px;
    font-size: 14px;
    display: block;
  }
}
.restaurant-table .td-date a:hover {
  text-decoration: none;
}
.restaurant-table .td-text a:hover {
  text-decoration: none;
}
@media (min-width: 769px) {
  .restaurant-more {
    display: none;
  }
}
@media (max-width: 768px) {
  .restaurant-more {
    color: #777777;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
  }
}
.restaurant-table.active .restaurant-more {
  display: none;
}
.h2-museum {
  font-family: 'Barlow', sans-serif;
  font-weight: 400 !important;
}
@media (min-width: 769px) {
  .h2-museum {
    font-size: 36px;
  }
}
@media (min-width: 769px) {
  .h2-museum.wine {
    font-size: 36px;
    padding-top: 20px;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .h2-museum.wine {
    margin-top: 71px;
  }
}
.section-title.opt-center.wine {
  margin-top: 0;
  padding-top: 0;
}
@media (min-width: 769px) {
  .museum-content .m-link {
    margin-top: 34px;
  }
}
@media (min-width: 769px) {
  .museum-content .m-link-list {
    margin-top: 20px;
  }
  .museum-content .m-link-list a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .museum-content .m-link-list {
    margin-top: 20px;
  }
  .museum-content .m-link-list a {
    font-size: 13px;
  }
}
@media (min-width: 769px) {
  .museum-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
  }
}
@media (min-width: 769px) {
  .museum-wrap .museum-content {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .museum-wrap .museum-content {
    margin-top: 40px;
  }
}
.museum-content .m-link-sub {
  line-height: 1.3;
  display: block;
}
@media (min-width: 769px) {
  .museum-content .m-link-sub {
    font-size: 14px;
    margin-top: 5px;
  }
}
@media (min-width: 769px) {
  .restaurant-contents {
    margin: 10px 0 34px;
  }
}
@media (min-width: 769px) {
  .restaurant-contents.winery {
    margin: 10px 60px 4px;
  }
}
@media (min-width: 769px) {
  .restaurant-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.restaurant-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 769px) {
  .restaurant-content {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .restaurant-content {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .restaurant-img {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .restaurant-img {
    width: 41%;
  }
}
.restaurant-content .m-link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 769px) {
  .restaurant-content .m-link {
    margin-top: 0;
    margin-left: 22px;
    font-size: 15px;
    padding-right: 49px;
  }
}
@media (max-width: 768px) {
  .restaurant-content .m-link {
    margin-top: 0;
    margin-left: 16px;
    font-size: 14px;
  }
}
.restaurant-content .m-link-sub {
  line-height: 1.3;
  display: block;
}
@media (min-width: 769px) {
  .restaurant-content .m-link-sub {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .restaurant-content .m-link-sub {
    font-size: 13px;
  }
}
@media (min-width: 769px) {
  .restaurant-content-right {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .restaurant-content-right {
    width: 59%;
  }
}
@media (min-width: 769px) {
  .restaurant-content .m-link-list {
    margin: 20px -25px 0 22px;
  }
  .restaurant-content .m-link-list a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .restaurant-content .m-link-list {
    margin: 15px -25px 0 16px;
  }
  .restaurant-content .m-link-list a {
    font-size: 13px;
  }
}
@media (min-width: 769px) {
  .news-section {
    margin-top: 50px;
  }
}
@media (min-width: 769px) {
  .news-section h2 {
    font-size: 20px;
  }
}
.news-section .section-title {
  position: relative;
}
@media (min-width: 769px) {
  .news-section .section-title {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .news-section .section-title {
    margin-top: 50px;
  }
}
.news-section .m-link {
  position: absolute;
  right: 0;
  top: 25px;
}
@media (max-width: 768px) {
  .news-section .m-link {
    top: 10px;
  }
}
@media (min-width: 769px) {
  .news-table {
    padding-bottom: 90px;
    margin: 52px auto 0;
    max-width: 1200px;
  }
}
.news-table tr {
  display: block;
  width: 100%;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .news-table tr {
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .news-table tr {
    position: relative;
  }
}
.news-table .td-date {
  color: #777777;
}
@media (min-width: 769px) {
  .news-table .td-date {
    font-size: 15px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .news-table .td-date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    display: block;
  }
}
.news-table .td-text a {
  color: #333333;
  display: block;
}
@media (min-width: 769px) {
  .news-table .td-text a {
    font-size: 15px;
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .news-table .td-text a {
    padding-top: 18px;
    padding-bottom: 20px;
    font-size: 14px;
  }
}
/* m-news-topics

   ========================================================================== */
