@charset "UTF-8";
@font-face {
  font-family: "PlayfairDisplay-Medium";
  src: url(/fonts/PlayfairDisplay/PlayfairDisplay-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Bold";
  src: url(/fonts/ZenOldMincho/ZenOldMincho-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url(/fonts/ZenOldMincho/ZenOldMincho-Regular.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*========*/
/* header */
/*========*/
header {
  top: 960px;
  background: #FFF;
}
@media (min-width: 1024px) {
  header {
    transition: none;
  }
}
@media (max-width: 1023px) {
  header {
    position: fixed;
    top: initial;
  }
}
header .h-logo {
  display: none;
}
header.fixed {
  position: fixed;
  top: 0 !important;
}

/*=======*/
/* index */
/*=======*/
.index {
  /* 共通
  -----------------------------------*/
  /* メイン
  -----------------------------------*/
  /* lead
  -----------------------------------*/
  /* story
  -----------------------------------*/
  /* information
  -----------------------------------*/
  /* connect
  -----------------------------------*/
  /* sc
  -----------------------------------*/
  /* insta
  -----------------------------------*/
  /* link
  -----------------------------------*/
}
.index .sticky-wrap {
  position: relative;
}
.index .sticky-wrap .sticky-area {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.index .com-heading01 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 24px;
  color: #295641;
  font-size: 40px;
  font-family: "ZenOldMincho-Bold", sans-serif;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 767px) {
  .index .com-heading01 {
    margin-bottom: 40px;
    padding-bottom: 12px;
    font-size: 32px;
  }
}
.index .com-heading01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #D2CAC4 0%, #B15921 100%);
}
.index .com-heading01 span {
  display: block;
  margin-top: 8px;
  color: #A49982;
  font-size: 24px;
  font-family: "PlayfairDisplay-Medium", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .index .com-heading01 span {
    font-size: 16px;
  }
}
.index .main-sec {
  position: relative;
  margin-bottom: 72px;
}
@media (max-width: 1023px) {
  .index .main-sec {
    margin-bottom: 0;
  }
}
.index .main-sec .main-logo {
  position: absolute;
  top: 0;
  left: 3.02%; /*58/1920*/
  z-index: 2;
  width: min(164px, 10.25vw); /*164/1600*/
  padding: min(32px, 2vw) min(22px, 1.375vw); /*32/1600*/ /*22/1600*/
  background-color: #FFF;
  text-align: center;
}
@media (max-width: 767px) {
  .index .main-sec .main-logo {
    position: initial;
    max-width: 120px;
    width: 100%;
    margin: 40px auto;
    padding: 0;
    background-color: none;
  }
}
.index .main-sec #slide {
  overflow: hidden;
  position: relative;
}
.index .main-sec #slide .slider li .img img {
  width: 100%;
}
.index .main-sec #slide .slider li .txt {
  position: absolute;
  top: 14.375%; /*138/960*/
  left: 50%;
  transform: translateX(-50%);
  font-size: min(40px, 2.4vw); /*40/1600*/
  font-family: "ZenOldMincho-Bold", sans-serif;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.9), 0px 0px 10px rgba(255, 255, 255, 0.9);
  writing-mode: vertical-rl;
  line-height: 1.9;
  letter-spacing: 0.025em;
  -webkit-animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
          animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}
@media (max-width: 767px) {
  .index .main-sec #slide .slider li .txt {
    top: 11.77%; /*113/960*/
    color: #000;
    font-size: 5.333vw; /*40/750*/
    text-shadow: 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255);
  }
}
.index .main-sec .scroll-ic {
  position: absolute;
  bottom: 4.166%; /*40/960*/
  left: 50%;
  transform: translateX(-50%);
}
.index .lead-sec {
  padding: 200px 0 350px;
  background: url(/images/index/lead_bg01.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 767px) {
  .index .lead-sec {
    padding: 240px 0 250px;
    background-image: url(/images/index/lead_bg01_sp.jpg);
    background-size: cover;
  }
}
.index .lead-sec .lead-heading01 {
  color: #8F2D12;
  font-size: 40px;
  font-family: "ZenOldMincho-Bold", sans-serif;
  text-align: center;
  line-height: 2.3;
}
@media (max-width: 767px) {
  .index .lead-sec .lead-heading01 {
    font-size: min(20px, 5.347vw); /*20/374*/
  }
}
.index .story-sec {
  position: relative;
}
.index .story-sec .story-txt01 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  z-index: 1;
  color: #FFF;
  font-size: 160px;
  font-family: "ZenOldMincho-Bold", sans-serif;
  line-height: 1;
  writing-mode: sideways-rl;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .index .story-sec .story-txt01 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .index .story-sec .story-txt01 {
    top: 50%;
    transform: translateY(-50%);
  }
}
.index .story-sec .story-txt01 span {
  display: block;
  margin-right: 40px;
  font-size: 70px;
  font-family: "PlayfairDisplay-Medium", sans-serif;
}
@media (max-width: 1023px) {
  .index .story-sec .story-txt01 span {
    margin-right: 20px;
    font-size: 35px;
  }
}
.index .story-sec .story-area {
  position: relative;
  min-height: 800px;
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 767px) {
  .index .story-sec .story-area {
    min-height: auto;
    padding: 80px 0 112px;
  }
}
.index .story-sec .story-area .contents {
  max-width: 1600px;
}
.index .story-sec .story-area .txt-wrap {
  max-width: 750px;
  margin-left: auto;
  padding-right: 200px;
}
@media (max-width: 767px) {
  .index .story-sec .story-area .txt-wrap {
    padding: 0;
  }
}
.index .story-sec .story-area .txt-wrap .story-heading01 {
  margin-bottom: min(72px, 6vw); /*72/1200*/
  color: #FFF;
  font-size: 40px;
  font-family: "ZenOldMincho-Bold", sans-serif;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  .index .story-sec .story-area .txt-wrap .story-heading01 {
    margin-bottom: 40px;
    font-size: min(29px, 7.754vw); /*29/374*/
  }
}
.index .story-sec .story-area .txt-wrap .story-heading01 > span {
  font-size: 56px;
}
@media (max-width: 1023px) {
  .index .story-sec .story-area .txt-wrap .story-heading01 > span {
    font-size: min(44px, 11.764vw); /*44/374*/
  }
}
.index .story-sec .story-area .txt-wrap .story-heading01 > span > span {
  font-size: 48px;
}
@media (max-width: 1023px) {
  .index .story-sec .story-area .txt-wrap .story-heading01 > span > span {
    font-size: min(35px, 9.358vw); /*35/374*/
  }
}
.index .story-sec .story-area .txt-wrap p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 20px;
  font-family: "ZenOldMincho-Regular", sans-serif;
  line-height: 2.4;
}
@media (max-width: 1023px) {
  .index .story-sec .story-area .txt-wrap p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .index .story-sec .story-area .txt-wrap p {
    padding-right: 120px;
  }
}
.index .story-sec .story-area.story-area01 {
  background-image: url(/images/index/story_bg01.jpg);
}
@media (max-width: 767px) {
  .index .story-sec .story-area.story-area01 {
    background-image: url(/images/index/story_bg01_sp.jpg);
  }
}
.index .story-sec .story-area.story-area02 {
  background-image: url(/images/index/story_bg02.jpg);
}
@media (max-width: 767px) {
  .index .story-sec .story-area.story-area02 {
    padding-bottom: 223px;
    background-image: url(/images/index/story_bg02_sp.jpg);
  }
}
.index .story-sec .story-area.story-area02 .txt-wrap p {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}
.index .story-sec .bt {
  position: absolute;
  bottom: 100px;
  right: 120px;
}
@media (max-width: 1023px) {
  .index .story-sec .bt {
    right: 50%;
    transform: translateX(50%);
    width: 90%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .index .story-sec .bt {
    bottom: 80px;
  }
}
.index .story-sec .bt .com-bt.next {
  border-color: #FFF;
  background: rgba(0, 0, 0, 0.35);
  color: #FFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .index .story-sec .bt .com-bt.next {
    padding: 16px 32px;
    line-height: 2;
  }
}
.index .story-sec .bt .com-bt.next .arrow {
  background-color: #FFF;
}
.index .story-sec .bt .com-bt.next .arrow::after {
  border-color: #333;
}
.index .information-sec {
  margin: 152px 0 0;
}
@media (max-width: 767px) {
  .index .information-sec {
    margin: 80px 0 0;
  }
}
.index .information-sec .list-news {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .index .information-sec .list-news li {
    width: 280px;
    margin-right: 32px;
  }
}
@media (max-width: 767px) {
  .index .information-sec .list-news .slick-list {
    overflow: visible;
  }
}
.index .information-sec .bt {
  text-align: center;
}
.index .connect-sec {
  margin-bottom: 190px;
  padding-top: 160px;
}
@media (max-width: 767px) {
  .index .connect-sec {
    margin-bottom: 100px;
    padding-top: 88px;
  }
}
.index .connect-sec .sticky-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 80px;
}
@media (max-width: 1023px) {
  .index .connect-sec .sticky-wrap {
    display: block;
    padding-left: 0;
  }
}
.index .connect-sec .sticky-wrap .sticky-area {
  top: 80px;
  padding-bottom: 56.25%;
}
@media (max-width: 1023px) {
  .index .connect-sec .sticky-wrap .sticky-area {
    top: 0;
    padding-bottom: 0;
  }
}
.index .connect-sec .sticky-wrap .list-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1120px;
  width: 100%;
  margin-bottom: 0;
}
.index .connect-sec .sticky-wrap .list-img li {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all;
}
.index .connect-sec .sticky-wrap .list-img li:first-child, .index .connect-sec .sticky-wrap .list-img li.active {
  visibility: visible;
  opacity: 1;
}
.index .connect-sec .sticky-wrap .list-txt {
  max-width: 1120px;
  width: 100%;
  margin-bottom: 0;
}
.index .connect-sec .sticky-wrap .list-txt li {
  padding-top: min(400px, 29.197vw); /*400/1370*/
}
@media (max-width: 1023px) {
  .index .connect-sec .sticky-wrap .list-txt li {
    width: 600px;
    margin-right: 32px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .index .connect-sec .sticky-wrap .list-txt li {
    width: 355px;
  }
}
@media (max-width: 374px) {
  .index .connect-sec .sticky-wrap .list-txt li {
    width: 95vw;
  }
}
.index .connect-sec .sticky-wrap .list-txt li .txt {
  position: relative;
  transform: translateX(-80px);
  max-width: 650px;
  padding: 40px 40px 20px 20px;
  border-top-right-radius: 112px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
@media (max-width: 1023px) {
  .index .connect-sec .sticky-wrap .list-txt li .txt {
    transform: translateX(0);
    max-width: 480px;
    margin-top: -240px;
    padding-left: 8px;
  }
}
@media (max-width: 767px) {
  .index .connect-sec .sticky-wrap .list-txt li .txt {
    width: 100%;
    max-width: 300px;
    margin-top: -120px;
    padding: 32px 16px 0 8px;
    border-top-right-radius: 56px;
  }
}
.index .connect-sec .sticky-wrap .list-txt li .txt p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .index .connect-sec .sticky-wrap .list-txt li .txt p {
    font-size: 12px;
  }
}
.index .connect-sec .sticky-wrap .list-txt li:first-child {
  padding-top: min(360px, 19.354vw); /*360/1860*/
}
@media (max-width: 1023px) {
  .index .connect-sec .sticky-wrap .list-txt li:first-child {
    padding-top: 0;
  }
}
.index .connect-sec .sticky-wrap .list-txt li:last-child {
  margin-bottom: 29.197vw; /*400/1370*/
}
@media (max-width: 1023px) {
  .index .connect-sec .sticky-wrap .list-txt li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .index .connect-sec .sticky-wrap .list-txt .slick-list {
    overflow: visible;
  }
}
.index .connect-sec .connect-heading01 span.large {
  transform: translateY(-0.15em);
  display: inline-block;
  margin: 0;
  color: #295641;
  font-size: 64px;
}
@media (max-width: 767px) {
  .index .connect-sec .connect-heading01 span.large {
    font-size: 60px;
  }
}
.index .connect-sec .connect-heading01 + p {
  margin-bottom: 48px;
  font-size: 20px;
  font-family: "ZenOldMincho-Bold", sans-serif;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .index .connect-sec .connect-heading01 + p {
    margin-bottom: 32px;
    font-size: 16px;
  }
}
.index .connect-sec .connect-heading01 + p span {
  display: block;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .index .connect-sec .connect-heading01 + p span {
    margin-top: 32px;
  }
}
.index .connect-sec .connect-heading02 {
  margin-bottom: 24px;
  color: #295641;
  font-size: 40px;
  font-family: "ZenOldMincho-Bold", sans-serif;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .index .connect-sec .connect-heading02 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .index .connect-sec .connect-heading02 {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
.index .connect-sec .connect-heading03 {
  margin-bottom: 24px;
  font-size: 24px;
  font-family: "ZenOldMincho-Bold", sans-serif;
  line-height: 1.8;
}
@media (max-width: 1200px) {
  .index .connect-sec .connect-heading03 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .index .connect-sec .connect-heading03 {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.index .sc-sec {
  margin-bottom: 164px;
  padding-bottom: 144px;
  background: url(/images/index/sc_bg01.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 767px) {
  .index .sc-sec {
    margin-bottom: 80px;
    padding-bottom: 120px;
    background-image: url(/images/index/sc_bg01_sp.jpg);
  }
}
.index .sc-sec .contents {
  max-width: 1120px;
}
.index .sc-sec .sc-logo {
  transform: translateY(-21px);
  margin-bottom: 84px;
  text-align: center;
}
@media (max-width: 767px) {
  .index .sc-sec .sc-logo {
    transform: translateY(-11px);
    max-width: 113px;
    margin: 0 auto 40px;
  }
}
.index .sc-sec .sc-heading01 {
  margin-bottom: 56px;
  font-size: 64px;
}
@media (max-width: 767px) {
  .index .sc-sec .sc-heading01 {
    font-size: 32px;
  }
}
.index .sc-sec .sc-heading01 span {
  margin-top: 16px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .index .sc-sec .sc-heading01 span {
    margin-top: 8px;
    font-size: 20px;
  }
}
.index .sc-sec .wrap {
  max-width: 1120px;
  margin: 0 auto;
}
.index .sc-sec .wrap a {
  display: block;
  transition: 0.5s all;
}
.index .sc-sec .wrap a:hover {
  opacity: 0.7;
  color: #333;
  text-decoration: none;
}
.index .sc-sec .wrap a:hover img {
  opacity: 1;
}
.index .sc-sec .wrap .img-wrap {
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .index .sc-sec .wrap .img-wrap {
    margin-bottom: 40px;
  }
}
.index .sc-sec .wrap .img-wrap .img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  box-shadow: 7px 0 16px 0 rgba(45, 68, 79, 0.5);
  text-align: center;
}
.index .sc-sec .wrap .txt .title {
  margin-bottom: 24px;
  color: #8F2D12;
  font-size: 56px;
  font-family: "ZenOldMincho-Bold", sans-serif;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 767px) {
  .index .sc-sec .wrap .txt .title {
    margin-bottom: 16px;
    font-size: 28px;
  }
}
.index .sc-sec .wrap .txt .date {
  margin-bottom: 24px;
  font-size: 40px;
  font-family: "PlayfairDisplay-Medium", sans-serif;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .index .sc-sec .wrap .txt .date {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.index .sc-sec .wrap .txt .sub-title {
  margin-bottom: 32px;
  font-size: 32px;
  font-family: "ZenOldMincho-Bold", sans-serif;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .index .sc-sec .wrap .txt .sub-title {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.index .sc-sec .wrap .txt .explanation {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 2.4;
}
@media (max-width: 767px) {
  .index .sc-sec .wrap .txt .explanation {
    font-size: 12px;
  }
}
.index .insta-sec {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .index .insta-sec {
    margin-bottom: 80px;
  }
}
.index .insta-sec .insta-heading01 span.ja {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  font-family: "ZenOldMincho-Regular", sans-serif;
}
@media (max-width: 767px) {
  .index .insta-sec .insta-heading01 span.ja {
    font-size: 16px;
  }
}
.index .insta-sec .insta-heading01 + p {
  margin-bottom: 40px;
  font-size: 20px;
  font-family: "ZenOldMincho-Bold", sans-serif;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .index .insta-sec .insta-heading01 + p {
    font-size: 16px;
  }
}
.index .insta-sec .list-insta {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.333%; /*16/1200*/
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .index .insta-sec .list-insta {
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.index .insta-sec .list-insta li {
  width: 24%; /*288/1200*/
  margin-bottom: 1.333%; /*16/1200*/
}
@media (max-width: 767px) {
  .index .insta-sec .list-insta li {
    width: 48.656%; /*326/670*/
    margin-bottom: 2.686%; /*18/670*/
  }
}
.index .insta-sec .list-insta li a {
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: block;
  padding-bottom: 100%;
  border: 1px solid #CCC;
  background: rgba(164, 153, 130, 0.05);
}
.index .insta-sec .list-insta li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.5s all;
}
.index .insta-sec .bt {
  text-align: center;
}
.index .link-sec {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .index .link-sec {
    margin-bottom: 80px;
  }
}
.index .link-sec .contents {
  max-width: 1504px;
}
.index .link-sec .list-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.063%; /*16/1504*/
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .index .link-sec .list-link {
    gap: 0 2.702%; /*16/592*/
    flex-wrap: wrap;
    max-width: 592px;
  }
}
.index .link-sec .list-link li {
  width: 19.148%; /*288/1504*/
}
@media (max-width: 1023px) {
  .index .link-sec .list-link li {
    width: 48.648%; /*288/592*/
    margin-bottom: 2.702%; /*16/592*/
  }
}
/*# sourceMappingURL=index.css.map */