.topPageBgCover {
  position: relative;
  z-index: 1;
}

.topPageBg {
  background-color: #f3eedb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -2;
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
}

.topPageBg.bgBk {
  background-color: #504e49;
}

.topPage.bgBk .linkAreaItemInfo, .topPage.bgBk .newsAreaTtl, .topPage.bgBk .newsTtl, .topPage.bgBk .time {
  color: #fff;
}

.topMainv {
  width: 100%;
  min-height: 95vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .topMainv {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 75px;
  }
}

.topMainvBg {
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.topMainvBg img, .topMainvBg video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.topMainvInfo {
  color: #fff;
  margin-left: 10vw;
  margin-top: 10px;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .topMainvInfo {
    margin-left: 20px;
  }
}

.topMainvTtl {
  font-size: 49px;
  line-height: 1.5;
  letter-spacing: 0em;
}

.topMainvTtl span {
  display: block;
}

.topMainvTtl span:last-child {
  text-indent: 0.4em;
  text-indent: 0em;
}

@media screen and (max-width: 767px) {
  .topMainvTtl {
    font-size: 37px;
  }
}

.mainvLink {
  margin-top: 50px;
  margin-left: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .mainvLink {
    margin-top: 30px;
    margin-left: 20px;
  }
}

.mainvLink:hover .mainvLinkIcon {
  background-color: rgba(255, 255, 255, 0.2);
}

.mainvLinkTxt {
  margin-right: 15px;
  color: #fff;
}

.mainvLinkIcon {
  position: relative;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 73px;
  height: 53px;
  overflow: hidden;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mainvLinkIcon img {
  display: inline-block;
  width: 11px;
  position: absolute;
  top: calc(50% - 5.5px);
  left: calc(50% - 5.5px);
}

.linkArea {
  padding: 150px 0 180px;
}

@media screen and (max-width: 1024px) {
  .linkArea {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .linkArea {
    padding: 80px 0 0px;
  }
}

.linkAreaList {
  max-width: 1760px;
  padding: 0 40px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .linkAreaList {
    padding: 0 25px;
  }
}

.linkAreaItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: calc(900px * 3);
}

@media screen and (max-width: 1770px) {
  .linkAreaItem {
    height: calc(900px * 0.9 * 3);
  }
}

@media screen and (max-width: 1600px) {
  .linkAreaItem {
    height: calc(900px * 0.8 * 3);
  }
}

@media screen and (max-width: 1390px) {
  .linkAreaItem {
    height: calc(900px * 0.7 * 3);
  }
}

@media screen and (max-width: 1390px) {
  .linkAreaItem {
    height: calc(900px * 0.6 * 3);
  }
}

@media screen and (max-width: 1024px) {
  .linkAreaItem {
    display: block;
    height: auto;
  }
}

.linkAreaItemImgCover {
  position: -webkit-sticky;
  position: sticky;
  top: calc((100vh - 900px)/2);
  width: 840px;
  height: 900px;
  overflow: hidden;
}

@media screen and (max-width: 1770px) {
  .linkAreaItemImgCover {
    width: calc(840px * 0.9);
    height: calc(900px * 0.9);
    top: calc((100vh - 900px * 0.9)/2);
  }
}

@media screen and (max-width: 1600px) {
  .linkAreaItemImgCover {
    width: calc(840px * 0.8);
    height: calc(900px * 0.8);
    top: calc((100vh - 900px * 0.8)/2);
  }
}

@media screen and (max-width: 1390px) {
  .linkAreaItemImgCover {
    width: calc(840px * 0.7);
    height: calc(900px * 0.7);
    top: calc((100vh - 900px * 0.7)/2);
  }
}

@media screen and (max-width: 1199px) {
  .linkAreaItemImgCover {
    width: calc(840px * 0.6);
    height: calc(900px * 0.6);
    top: calc((100vh - 900px * 0.6)/2);
  }
}

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

.linkAreaItemImg {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.linkAreaItemImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: 1s;
  transition: 1s;
}

.linkAreaItemImg img.on {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.linkAreaItemSpImg {
  display: none;
}

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

.linkAreaItemInfoCover {
  width: calc(100% - 840px);
  padding-left: 11.8vw;
}

@media screen and (max-width: 1890px) {
  .linkAreaItemInfoCover {
    padding-left: 7vw;
  }
}

@media screen and (max-width: 1770px) {
  .linkAreaItemInfoCover {
    width: calc(100% - 840px * 0.9);
  }
}

@media screen and (max-width: 1600px) {
  .linkAreaItemInfoCover {
    width: calc(100% - 840px * 0.8);
  }
}

@media screen and (max-width: 1390px) {
  .linkAreaItemInfoCover {
    width: calc(100% - 840px * 0.7);
  }
}

@media screen and (max-width: 1199px) {
  .linkAreaItemInfoCover {
    width: calc(100% - 840px * 0.6);
  }
}

@media screen and (max-width: 1024px) {
  .linkAreaItemInfoCover {
    width: 100%;
    padding-left: 0;
  }
}

.linkAreaItemInfo {
  height: 900px;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.linkAreaItemInfo + .linkAreaItemInfo {
  margin-top: 900px;
}

@media screen and (max-width: 1770px) {
  .linkAreaItemInfo {
    height: calc(900px * 0.9);
  }
  .linkAreaItemInfo + .linkAreaItemInfo {
    margin-top: calc(900px * 0.9);
  }
}

@media screen and (max-width: 1600px) {
  .linkAreaItemInfo {
    height: calc(900px * 0.8);
  }
  .linkAreaItemInfo + .linkAreaItemInfo {
    margin-top: calc(900px * 0.8);
  }
}

@media screen and (max-width: 1390px) {
  .linkAreaItemInfo {
    height: calc(900px * 0.7);
  }
  .linkAreaItemInfo + .linkAreaItemInfo {
    margin-top: calc(900px * 0.7);
  }
}

@media screen and (max-width: 1199px) {
  .linkAreaItemInfo {
    height: calc(900px * 0.6);
  }
  .linkAreaItemInfo + .linkAreaItemInfo {
    margin-top: calc(900px * 0.6);
  }
}

@media screen and (max-width: 1024px) {
  .linkAreaItemInfo {
    height: auto;
    padding-top: 0;
    padding-bottom: 95px;
    margin-top: 0;
  }
  .linkAreaItemInfo + .linkAreaItemInfo {
    margin-top: 0;
  }
}

.linkAreaItemTtl {
  font-size: 50px;
  line-height: calc(67 / 50);
  letter-spacing: 0em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 1600px) {
  .linkAreaItemTtl {
    font-size: 3vw;
  }
}

@media screen and (max-width: 1024px) {
  .linkAreaItemTtl {
    font-size: 31px;
    letter-spacing: 0px;
    margin-top: 30px;
  }
}

.c-btnCover-linkArea {
  margin-top: 75px;
}

@media screen and (max-width: 1024px) {
  .c-btnCover-linkArea {
    margin-top: 25px;
  }
}

.sec-news {
  padding-top: 135px;
  position: relative;
  padding-bottom: 170px;
}

@media screen and (max-width: 767px) {
  .sec-news {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.newsAreaTtl {
  margin-bottom: 50px;
  font-size: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  .newsAreaTtl {
    margin-bottom: 35px;
    font-size: 22px;
  }
}

.select_menu_container {
  position: absolute;
  right: 40px;
  top: 7px;
}

@media screen and (max-width: 767px) {
  .select_menu_container {
    top: -8px;
    right: 20px;
  }
}

.select_menu_container::before, .select_menu_container::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #9b7607;
  top: 50%;
  right: 20px;
}

.select_menu_container::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.select_menu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 17px 24px;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 0;
  outline: none;
  border: 1px solid #9b7607;
  color: #9b7607;
  width: 200px;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .select_menu {
    width: 157px;
    font-size: 14px;
  }
}

.menuBox {
  position: relative;
  display: block;
  width: 200px;
  position: relative;
  line-height: 50px;
  padding: 0 10px;
  border: 1px solid #987200;
}

.menuBox + .menuBox {
  margin-left: 20px;
}

.menuBoxTtl {
  color: #987200;
}

.menuBox::after, .menuBox::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 13px;
  height: 1px;
  background-color: #987200;
  right: 20px;
  top: calc(50% - 0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menuBox::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menuBox:hover::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.menuTagBox {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .menuTagBox {
    top: 25px;
  }
}

.menuBox:hover .menuTagBox {
  display: block;
}

.menuTagList {
  display: none;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #987200;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0);
  width: 200px;
  z-index: 2;
}

.menuBox:hover .menuTagBox .menuTagList {
  display: block;
}

.menuTagList li {
  border-bottom: 1px solid rgba(89, 73, 63, 0.12);
  text-align: center;
}

.menuTagList li a {
  color: #987200;
  display: block;
}

.menuTagList li:hover a {
  background-color: rgba(152, 114, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .menuArea .container {
    position: relative;
    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;
  }
  .menuBox {
    position: relative;
    display: block;
    width: 150px;
    position: relative;
    line-height: 40px;
  }
  .menuTagList {
    display: none;
    margin-top: 20px;
    background-color: #fff;
    width: 150px;
    z-index: 2;
  }
}

.tab_panel {
  overflow: hidden;
  height: 0;
  opacity: 0;
}

.tab_panel.is-show {
  overflow: visible;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.newsInner {
  position: relative;
}

@media screen and (max-width: 767px) {
  .newsInner {
    padding: 0 20px;
  }
}

.c-btnCover-news {
  text-align: center;
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-btnCover-news {
    margin-top: 30px;
  }
}

.corporation {
  position: relative;
  height: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .corporation {
    height: auto;
    padding: 70px 0;
  }
}

.corporationInfo {
  z-index: 2;
  position: relative;
  max-width: 1280px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .corporationInfo {
    padding: 0 20px;
  }
}

.corporationTtl {
  font-size: 32px;
}

@media screen and (max-width: 1024px) {
  .corporationTtl {
    font-size: 22px;
  }
}

.corporationTxt {
  max-width: 500px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .corporationTxt {
    margin-top: 20px;
  }
}

.c-btnCover-corporation {
  margin-top: 50px;
}

.c-btnCover-corporation .c-btn {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-btnCover-corporation {
    margin-top: 30px;
  }
}

.corporationBg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: -3;
}

.corporationBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.corporationBg::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
}

.bigLinkArea {
  position: relative;
  z-index: 2;
  padding: 150px 0 160px;
  background-color: #f3eedb;
}

@media screen and (max-width: 767px) {
  .bigLinkArea {
    padding: 80px 0 75px;
  }
}

.bigLinkList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1850px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .bigLinkList {
    padding: 0 12.5px;
    display: block;
  }
}

.bigLinkItem {
  position: relative;
  width: calc((100% - 2px)/2);
  display: block;
}

@media screen and (max-width: 767px) {
  .bigLinkItem {
    width: 100%;
  }
  .bigLinkItem + .bigLinkItem {
    margin-top: 2px;
  }
}

.bigLinkItemInner {
  position: absolute;
  bottom: 7%;
  right: 10%;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .bigLinkItemInner {
    bottom: 40px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .bigLinkItemInner {
    bottom: 20px;
    right: 20px;
  }
}

.bigLinkItemInner .c-btnTxt {
  font-size: 32px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .bigLinkItemInner .c-btnTxt {
    font-size: 22px;
  }
}

.bigLinkItemBg img {
  vertical-align: top;
}

.bigLinkItemBg img:last-child {
  display: none;
}

@media screen and (max-width: 767px) {
  .bigLinkItemBg img:first-child {
    display: none;
  }
  .bigLinkItemBg img:last-child {
    display: block;
  }
}

.smallLinkArea {
  padding: 120px 0 110px;
  background-color: #e2dcc7;
}

@media screen and (max-width: 767px) {
  .smallLinkArea {
    padding: 60px 0 60px;
  }
}

.smallLinkList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.smallLinkItem {
  position: relative;
  width: calc((100% - 60px)/2);
  display: block;
}

@media screen and (max-width: 767px) {
  .smallLinkItem {
    width: 100%;
  }
  .smallLinkItem + .smallLinkItem {
    margin-top: 40px;
  }
}

.smallLinkItemBg {
  position: relative;
  z-index: 2;
}

.smallLinkItemBg img {
  vertical-align: top;
}

.smallLinkItemInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  margin-top: 15px;
}

.smallLinkItemInner .c-btnTxt {
  font-size: 28px;
}

@media screen and (max-width: 1024px) {
  .smallLinkItemInner .c-btnTxt {
    font-size: 17px;
  }
}

.flexLinkArea {
  padding: 106px 0 112px;
  background-color: #f3eedb;
}

@media screen and (max-width: 767px) {
  .flexLinkArea {
    padding: 75px 0 75px;
  }
}

.flexLinkItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.flexLinkItemInfo {
  width: calc(50% - 100px);
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 1770px) {
  .flexLinkItemInfo {
    width: calc(50% - 10%);
  }
}

@media screen and (max-width: 767px) {
  .flexLinkItemInfo {
    width: 100%;
    margin-top: 20px;
  }
}

.flexLinkItemTtl {
  font-size: 32px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .flexLinkItemTtl {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.flexLinkItemTxt {
  line-height: calc(28 / 16);
}

.c-btnCover-flexLink {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .c-btnCover-flexLink {
    margin-top: 25px;
  }
}

.flexLinkItemImg {
  width: 50%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 767px) {
  .flexLinkItemImg {
    width: 100%;
  }
}

.page-en {
  font-family: 'Italiana', serif;
  letter-spacing: 0;
}

.page-en .head_inner {
  display: none;
}

.page-en .enTeaserArea {
  margin: 140px auto 140px;
}

.page-en .enTeaserArea .enTeaserTxt {
  font-size: 24px;
  line-height: calc(40 / 24);
}

.page-en .enTeaserArea .inquiriesList {
  margin: 55px 0 85px;
}

.page-en .enTeaserArea .inquiriesList .inquiriesTtl {
  font-size: 32px;
  line-height: calc(40 / 32);
  margin-bottom: 30px;
}

.page-en .enTeaserArea .inquiriesList .inquiriesItem a {
  display: inline-block;
  color: #987200;
  line-height: 1.1;
  border-bottom: 1px solid #987200;
}

.page-en .enTeaserArea .inquiriesList .inquiriesItem + .inquiriesItem {
  margin-top: 30px;
}

.page-en .enTeaserArea address {
  font-size: 14px;
  line-height: calc(30 / 14);
}

.page-en .footCopy-en {
  background-color: #e2dcc7;
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: rgba(51, 51, 51, 0.6);
  font-size: 11px;
}

.modal-video-body {
  max-width: 100%;
}
/*# sourceMappingURL=home-en.css.map */