@charset "UTF-8";

.sh-contents {
  max-width: 1140px;
}
.sh-contents-widebox.__W1600 {
  max-width: 1600px;
}

.sh-top-main-visual-wrapper {
  height: auto;
  overflow: hidden;
   /*メインビジュアルにだけ背景つける場合*/
  /*background: url(/top/bg_VI.jpg) repeat-x left bottom #fff;*/
  /*background-size: auto 100%;*/
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#000));
  background-image: linear-gradient(to bottom, #272727 0%, #000 100%);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 100px 560px;*/
  background-color: #f2f2f2;
}

.sh-top-main-visual {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#topMainVisual {
}

.sh-top-MV-caption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  /*font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
  color: #fff;
  font-size: 13px;
  text-shadow: 0 0 3px #000, 1px 0 3px #000, 0 -1px 3px #000, 0 1px 3px #000, -1px 0 3px #000;
  text-align: left;
}

.sh-MV-sub1 {
  position: absolute;
  width: 28.125%;
  max-width: 540px;
  left: 2%;
  bottom: 4%;
  opacity: 0;
}

@keyframes shTopMvSub1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.__do-anim-sub {
  animation: shTopMvSub1 1s linear 1s forwards;
}

/* 動画表示 */
.video-box {
  aspect-ratio: 16 / 9;
  display: block;
  overflow: hidden;
}
.video-box video {
  width: 100%;
}
/* 最初は画像を隠しておく */
.video-box div {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
}
/* 動画が終わったあと */
.video-box.is-ended div {
  opacity: 1;
  visibility: visible;
}
.video-box.is-ended #MV-video {
  display: none; /* 動画は見えなくする */
}


@media screen and (max-width: 767px) {
  .video-box {
    aspect-ratio: 8 / 11;
  }
  .sh-top-MV-caption {
    bottom: 1px;
    font-size: 12px;
    padding-left: 5px;
  }
  .sh-MV-sub1-smp {
    width: 80%;
  }

}

.sh-top-obi {
  background-color: #f2f2f2;
  padding-top: 40px;
  padding-bottom: 80px;
  border-bottom: 2px solid #a58c5a;
}
.sh-top-obi1 {
  width: 100%;
  background: #ddd5c0;
}
.sh-top-obi1 > div ,
.sh-top-obi > div {
  max-width:1280px;
  margin-inline: auto;
}

.sh-top-banner-box {
  max-width:1120px;
  margin-left: auto;
  margin-right: auto;
}

.sh-border-box {
  border: 1px solid #3e3a39;
  padding: 10px 10px;
}

.sh-hover-img a:hover img ,
.sh-top-banner-box a:hover img ,
.sh-top-banner-box2 a:hover img {
	opacity:0.9;
}

.sh-top-banner-box .pure-g {
  margin: 0 -10px;
}
.sh-top-banner-box .pure-g > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}

.sh-top-linkbox {
  background-color: #f2f2f2;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.sh-top-linkbox > div {
  max-width: 1240px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
  position: relative;
  z-index: 1;
}
.sh-top-linkbox > div > div {
  width: 48%;
  max-width: 48%;
}
.sh-top-linkbox > div > div a {
  position: relative;
  display: block;
  overflow: hidden;
}
.sh-top-linkbox > div > div > a p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.sh-top-linkbox > div > div a:hover {
  opacity: 0.9;
}
html.no-touch .sh-top-linkbox div > a img {
  transition: transform .3s ease-out;
  transform-origin: center center;
}
html.no-touch .sh-top-linkbox div > a:hover img {
    transform: scale(1.05);
}
.sh-top-linkbox::after {
  content: "";
  position: absolute;
  background: url(bg_01.png) top right no-repeat;
  width: 650px;
  aspect-ratio: 1 / 1;
  top: -20%;
  left: 0;
  z-index: 0;
  transform: rotate(180deg);
}


.sh-linkbtn {
  box-sizing: border-box;
  background-color: #eee9de;
  position: relative;
  padding: 10px 30px;
  max-width: 220px;
}
.sh-linkbtn::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}


.sh-inquiry-btn {
  width: 80%;
  max-width: 480px;
  background: linear-gradient(to right , #b9a577, #9b7e3c);
  margin-inline: auto;
}
.sh-member-btn {
  width: 80%;
  max-width: 480px;
  background: linear-gradient(to right , #9c005d, #76005d);
  margin-inline: auto;
}
.sh-member-btn > a ,
.sh-inquiry-btn > a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.sh-member-btn > a:hover ,
.sh-inquiry-btn > a:hover {
  opacity: 0.9;
}

.__square {
  width: 10px;
  height: 10px;
  background-color: #0d0d0d;
  margin-inline: auto;
}


.sh-PR .__caption {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.__caption.__white {
    color: #fff;
    text-shadow: 0 0 3px #000, 1px 0 3px #000, 0 -1px 3px #000, 0 1px 3px #000, -1px 0 3px #000;
}

._color1 {
  color: #a58c5a;
}


.LS01 {
  letter-spacing: 0.1em;
}

.font50 {
  line-height: 1;
}


.sh-concept-mv {
    position: relative;
    aspect-ratio: 19 / 11;
    overflow: hidden;
    color: #333;
}
.sh-concept-mv-item {
    position: absolute;
    transition: transform .75s ease .5s, box-shadow .75s ease 2.5s;
}
.sh-concept-mv-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .75s ease 2.5s;
}
html.no-touch .sh-top-contents-item > a .__img .sh-concept-mv-item img {
    transition: opacity .75s ease 2.5s, transform .3s ease-out;
}
.sh-concept-mv-item.__nature {
    width: 58.315789%;
    height: 46.181818%;
    left: 0;
    bottom: 0;
    background-color: #eaf2f0;
    transform: translate(-60%, 0);
}
.sh-concept-mv-item.__station {
    width: 48%;
    height: 60.727273%;
    left: 0;
    top: 0;
    background-color: #d7e2ed;
    transform: translate(0, -60%);
}
.sh-concept-mv-item.__ebina {
    width: 58.315789%;
    height: 46.181818%;
    right: 0;
    top: 0;
    background-color: #f6eef2;
    transform: translate(60%, 0);
}
.sh-concept-mv-item.__future {
    width: 48%;
    height: 60.727273%;
    right: 0;
    bottom: 0;
    background-color: #fbf3d9;
    transform: translate(0, 60%);
}
.sh-concept-mv-item.__future2 {
    width: 48%;
    height: 60.727273%;
    right: 0;
    bottom: 0;
    background-color: #fbf3d9;
    transform: translate(0, 60%);
    clip-path: polygon(-10% -10%, 100% -10%, 100% 20%, -10% 20%);
}
.sh-concept-mv-item .__copy {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sh-concept-mv-item .__copy > div {
    text-align: left;
}
.sh-concept-mv-item.__nature .__copy {
    width: 92.8%;
    height: 84%;
    left: 0;
    bottom: 0;
}
.sh-concept-mv-item.__station .__copy {
    width: 85%;
    height: 100%;
    left: 0;
    top: 0;
}
.sh-concept-mv-item.__ebina .__copy {
    width: 92.8%;
    height: 83.5%;
    right: 0;
    top: 0;
}
.sh-concept-mv-item.__future .__copy {
    width: 88%;
    height: 100%;
    right: 0;
    top: 0;
}
.sh-concept-mv-item .__copy .font42 {
    opacity: 0;
    transition: opacity .75s ease 1.5s;
}
.sh-concept-mv-item .__copy .font16 {
    opacity: 0;
    transition: opacity .75s ease 2.5s;
}
.sh-top-contents-item.aos-animate .sh-concept-mv-item {
    transform: translate(0, 0);
    box-shadow: 5.5px 5.5px 5.5px rgba(0, 0, 0, .2);
}
.sh-top-contents-item.aos-animate .sh-concept-mv-item img,
.sh-top-contents-item.aos-animate .__copy .font42,
.sh-top-contents-item.aos-animate .__copy .font16 {
    opacity: 1;
}
.sh-concept-mv-item .__copy .font-akshar {
  letter-spacing: 0.05em;
}


.sh-top-news-section {
  max-width: 1000px;
  margin-inline: auto;
  padding-bottom: 120px;
}
.sh-top-news-box {
  /*font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
}
.sh-top-news-list {
  margin-top: 50px;
}
.sh-top-news-list > li {
  border-bottom: 1px solid #000;
}
.sh-top-news-list > li:nth-child(3),
.sh-top-news-list > li:last-child {
  border-bottom: none;
}
.sh-top-news-box.sh-is-open .sh-top-news-list > li:nth-child(3) {
  border-bottom: 1px solid #000;
}

.sh-top-news-list > li > div {
  display: table;
  width: 100%;
}

.sh-top-news-list > li:nth-child(n + 4) {
  display: none;
}

.sh-top-news-date {
  display: table-cell;
  width: 190px;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #000;
}


.sh-top-news-content {
  display: table-cell;
  font-size: 18px;
  padding: 20px 50px;
  text-align: left;
  vertical-align: top;
}

.sh-top-news-content a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #333;
  padding: 2px 15px 2px 2px;
  -webkit-transition: background-color .3s, -webkit-box-shadow .3s;
  transition: background-color .3s, -webkit-box-shadow .3s;
  transition: background-color .3s, box-shadow .3s;
  transition: background-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

.sh-top-news-content a:after {
  display: block;
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 24px;
  line-height: 1;
  color: #333;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  text-align: right;
  vertical-align: middle;
}

html.no-touch .sh-top-news-content a:hover {
  -webkit-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 4px -2px rgba(0, 0, 0, 0.3);
  background-color: rgba(222, 222, 198, 0.1);
  text-decoration: none;
  color: #333;
}

.sh-top-news-button {
  display: none;
  width: 298px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 0;
  line-height: 20px;
  border: 1px solid #000;
  text-align: center;
  cursor: pointer;
  color: #333;
}

.sh-top-news-button span {
  display: inline-block;
  padding-left: 30px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
}

.sh-top-news-button .sh-top-news-button__open {
  position: relative;
}
.sh-top-news-button .sh-top-news-button__open::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(ico_03.png) no-repeat center top;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(90deg);
}

.sh-top-news-button .sh-top-news-button__close {
  display: none;
  position: relative;
}
.sh-top-news-button .sh-top-news-button__close::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(ico_03.png) no-repeat center top;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg);
}

.sh-top-news-button.sh-is-open .sh-top-news-button__open {
  display: none;
}

.sh-top-news-button.sh-is-open .sh-top-news-button__close {
  display: inline-block;
}

.sh-top-news-box.sh-is-show .sh-top-news-button {
  display: block;
}


.sh-top-contents-box {
  margin-top: 120px;
  margin-bottom: 120px;
}
.sh-top-contents-item {
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}
.sh-top-contents-item > a .__img {
  position: relative;
  z-index: 1;
}
.sh-top-contents-item .__img > div {
  overflow: hidden;
}
html.no-touch .sh-top-contents-item > a .__img img {
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
html.no-touch .sh-top-contents-item > a:hover .__img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    filter: brightness(1.05);
}
.sh-top-contents-item > a .__txt {
  box-sizing: border-box;
  color: #333;
  position: relative;
  z-index: 1;
}
.sh-top-contents-item > a .__img p ,
.sh-top-contents-item > a .__txt p {
  position: relative;
  z-index: 1;
}
.sh-top-contents-item:nth-child(1) > a .__txt::after {
  content: "";
  position: absolute;
  background: url(bg_01.png) top right no-repeat;
  width: 650px;
  aspect-ratio: 1 / 1;
  top: 0;
  right: 0;
  z-index: 0;
}
.sh-top-contents-item:nth-child(2)::after {
  content: "";
  position: absolute;
  background: url(bg_02.png) top right no-repeat;
  width: 650px;
  aspect-ratio: 13 / 9;
  bottom: -460px;
  right: clamp(-120px, 656px + -40vw, 0px);
  z-index: 0;
}
.sh-top-contents-item > a:hover .__txt {
  opacity: 0.9;
}
.sh-top-contents-item .__img > p.font14 {
  color: #333;
}

.sh-top-fullwidth__white {
  padding-bottom: 30px;
}
.sh-top-asidebox {
  display: flex;
  justify-content: center;
  margin-inline: auto;
}
.sh-top-asidebox > div {
  max-width: 220px;
  margin-bottom:20px;
}
.sh-top-asidebox a {
}


.sh-top-img1 {
    position: relative;
    margin-inline: auto;
}

/* フェードイン画像 */
.fade-image {
  position: relative;
  overflow: hidden;
}
.fade-image picture {
  display: block;
}
.fade-image > div:first-child picture {
  position: relative;
  z-index: 1;
}
.fade-image > div:last-child picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.aos-animate .fade-image > div:last-child picture {
  animation: FadeIn 1s forwards;
  animation-delay: 2s; /* 待ってからフェードアウト開始 */
}
@keyframes FadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


.sh-global-info {
  display: none;
}
.sh-contents-comment-text:has(.sh-top-yokoku) {
  text-indent: 0;
  margin-left: 0;
  margin-top: 5px;
}
.sh-top-yokoku {
  display: inline-block;
  border: 1px solid #666;
  margin-right: 10px;
  padding: 2px 5px;
}

.__comingsoon {
  filter: brightness(0.3);
}
.__comingsoon + p {
  width: 90%;
  text-align: center;
}
/*div:has( > .__comingsoon)::before {
  content: "Coming Soon";
  font-family: "Akshar", sans-serif;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: clamp(20px, 3vw, 30px);
  color: #fff;
  width: 90%;
  text-align: center;
  letter-spacing: 0.1em;
}
div:has( > .__comingsoon)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 7, 0, 0.75); 
  pointer-events: none; /* 下の画像をクリックできるようにする */
}*/

/* slick 上書き */
.slider-image2 .dots-wrap {
    bottom: -30px;
}
.slider-image2 .dots-wrap li:hover,
.slider-image2 .dots-wrap li.slick-active {
    background: #A58C5A;
}
.slick-current.slick-active {
  position: relative;
  z-index: 2;
}


.PB80 {
  padding-bottom: 80px;
}
.MT80_60 {
  margin-top: 80px;
}
.MT40_20 {
  margin-top: 40px;
}

.sh-br1 {
  display: block;
}

.sh-PR {
  position: relative;
}




@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1023px) {

}
@media screen and (min-width: 920px)  {
}

@media screen and (min-width: 768px) and (max-width: 911px){
  .sh-br1 {
    display: none;
  }
}


@media screen and (min-width: 768px) {
  .sh-header-wrapper {
    position: relative;
    height: 0;
    border-bottom: none;
  }
  .sh-header {
    padding: 0;
    height: 80px;
  }
  .sh-top-logo {
    position: absolute;
    top: 15px;
    left: 0;
    /*margin-left: 1%;*/
    margin-left: calc((100% - 100px) * 0.01);
    z-index: 100;
  }
  .sh-header h1, 
  .sh-header .sh-header-logo {
    display: none;
  }
  .sh-header-nav ul {
    position: absolute;
    top: 35px;
    right: 100px;
    z-index: 100;
  }
  .sh-header-nav a.sh-nav-link.sh-nav-link__map,
  .sh-header-nav a.sh-nav-link.sh-nav-link__outline {
    color: #fff;
    filter: drop-shadow(1.5px 1.5px 3px #000);
  }
  html.no-touch .sh-header-nav a.sh-nav-link.sh-nav-link__map:hover,
  html.no-touch .sh-header-nav a.sh-nav-link.sh-nav-link__outline:hover {
    color: #efefef;
  }
  .sh-header-nav a.sh-nav-link.sh-nav-link__map:after {
    content: url(../shared/images/ico_external.png);
  }
  .sh-header-nav ul li a.sh-nav-link.sh-link-arrow.sh-nav-link__outline {
    background-image: url(ico_01.png);
  }

  .sh-global-info {
    display: none;
  }
  .sh-global-info2 {
    display: block;
  }

  .sh-top-asidebox {
    column-gap: 30px;
  }

  .sh-top-contents-item > a {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  } 
  .sh-top-contents-item > a .__img {
    width: 59.375%;
  }
  .sh-top-contents-item > a .__txt {
    width: 40.625%;
    padding-left: 10%;
    padding-top: 9.375%;
  }


  .sh-top-linkbox > div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sh-top-linkbox > div > div {
    width: 48.3870968%;
    max-width: 600px;
  }


}


@media screen and (min-width: 768px) and (max-width: 1000px){
    .sh-concept-mv-item .__copy .font42 {
        font-size: 24px;
    }
    .sh-concept-mv-item .__copy .font16 {
        font-size: 13px;
    }
}

@media screen and (min-width: 768px) and (max-width: 800px){
}

@media screen and (max-width: 767px) {

  .sh-contents {
    overflow: hidden;
  }
  .sh-top-contents {
    padding-left: 0;
    padding-right: 0;
  }

  .sh-top-news-section {
    padding-bottom: 60px;
  }
  .sh-top-news-date {
    width: 110px;
    font-size: 15px;
    text-align: left;
  }
  .sh-top-news-content {
    font-size: 14px;
    padding: 20px;
  }
  .sh-top-news-button {
    max-width: 298px;
    width: 70%;
  }

  .sh-top-contents-box {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .sh-top-contents-item {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .sh-top-contents-item > a .__txt {
    padding-left: 5%;
    padding-top: 10%;
    padding-bottom: 30px;
  }
  .sh-top-contents-item:nth-child(1) > a .__txt::after {
    background-image: url(smp/bg_01_smp.png);
    width: 70%;
    top: 60px;
  }
  .sh-top-contents-item:nth-child(2)::after {
    background-image: url(smp/bg_02_smp.png);
    width: 50%;
    bottom: -10%;
  }
  .sh-top-linkbox::after {
    background-image: url(smp/bg_01_smp.png);
    width: 70%;
  }

  .sh-top-fullwidth__white {
    padding-bottom: 0;
  }
  .sh-top-asidebox {
    width: 80%;
    max-width: 400px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sh-top-asidebox > div {
    width: 48%;
    max-width: 48%;
  }

  .sh-concept-mv {
      aspect-ratio: 1 / 1;
  }
  .sh-concept-mv-item.__nature {
      width: 67.1875%;
      height: 45.3125%;
  }
  .sh-concept-mv-item.__station {
      width: 45.3125%;
      height: 67.1875%;
  }
  .sh-concept-mv-item.__ebina {
      width: 67.1875%;
      height: 45.3125%;
  }
  .sh-concept-mv-item.__future,
  .sh-concept-mv-item.__future2 {
      width: 45.3125%;
      height: 67.1875%;
  }
  .sh-concept-mv-item.__future2 {
      clip-path: polygon(-20% -20%, 100% -20%, 100% 25%, -20% 25%);
  }
  .sh-concept-mv-item.__nature .__copy {
      width: 81.4%;
      height: 72.4138%;
  }
  .sh-concept-mv-item.__station .__copy {
      width: 72.4138%;
      height: 100%;
  }
  .sh-concept-mv-item.__ebina .__copy {
      width: 100%;
      height: 72.4138%;
      right: unset;
      left: 0;
  }
  .sh-concept-mv-item.__future .__copy {
      width: 72.4138%;
      height: 100%;
  }
  .sh-concept-mv-item .__copy .font42 {
      font-size: 6.5625vw;
  }
  .sh-concept-mv-item .__copy .font16 {
      font-size: 2.5vw;
  }

  .MT80_60 {
    margin-top: 60px;
  }
  .MT40_20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
}

