@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#top .site-footer {
  background-color: #fff;
}

#top .foot-banner-navi {
  background-color: #fff;
}

#top main {
  position: relative;
  padding-top: 0;
}

#top main .images, #top main .image {
  position: relative;
}

#top .mainVisual {
  position: relative;
  overflow: hidden;
  z-index: 3;
  background-color: #000;
}

#top .mainVisual .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  transition: opacity 1.2s;
  z-index: 7;
}

#top .mainVisual .cover.on {
  opacity: 0;
}

#top .mainVisual .bg {
  opacity: 0;
}

#top .mainVisual.flg-on .scenes li {
  transition: none;
}

#top .mainVisual.flg-on .scenes li .text {
  transition: none;
}

#top .mainVisual.flg-on .scenes li .images {
  transition: none;
}

#top .mainVisual .scenes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top .mainVisual .scenes li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
  transform: scale(1);
  filter: blur(0px);
  transition: opacity 1.3s,filter 1.3s,transform 1.3s;
}

#top .mainVisual .scenes li .text {
  position: absolute;
  bottom: 13%;
  left: 7%;
  width: 30%;
  transform: translateY(25px);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1.4s 1.8s,filter 1.4s 1.8s, transform 1.5s 1.8s;
}

#top .mainVisual .scenes li .images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.05);
  filter: blur(4px);
  transition: transform 1.4s,filter 1.2s;
}

#top .mainVisual .scenes li.on .images {
  transform: scale(1);
  filter: blur(0px);
}

#top .mainVisual .scenes li.on .text {
  transform: translateY(0px);
  opacity: 1;
  filter: blur(0px);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.7));
}

#top .mainVisual .scenes li.off {
  opacity: 0;
  transform: scale(1.05);
  filter: blur(20px);
}

#top .mainVisual .scenes .image01 {
  z-index: 4;
}

#top .mainVisual .scenes .image03 {
  z-index: 2;
}

#top .mainVisual .scenes .image03 .text {
  bottom: auto;
  top: 19%;
  left: 14%;
  width: 28%;
}

#top .mainVisual .scenes .image02 {
  z-index: 3;
}

#top .mainVisual .scenes .image02 .text {
  width: 40%;
}

#top .mainVisual .thumbs {
  position: absolute;
  bottom: 20rem;
  left: 5%;
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 20px;
}

#top .mainVisual .thumbs li {
  width: 30rem;
  height: 30rem;
  border: 1px solid #000;
  background-color: #fff;
  transition: background-color .7s;
}

#top .mainVisual .thumbs li.on {
  background-color: #000;
}

#top .apeal {
  padding: 40rem 0;
  background: url(../images/top/apeal-bg.jpg) center;
  background-size: cover;
}

#top .apeal .text01 {
  position: relative;
}

#top .information {
  padding-top: 63rem;
  text-align: center;
  padding-bottom: 60rem;
}

#top .information .title {
  font-size: 16rem;
  font-weight: normal;
  padding-bottom: 36rem;
}

#top .information .info-txt {
  font-size: 32rem;
  line-height: 1.5;
  padding-bottom: 43rem;
}

#top .information .entryButton {
  max-width: 420rem;
  margin: 0 auto;
  padding-bottom: 35rem;
}

#top .information .entryButton a {
  padding: 30rem 0;
}

#top .information .text01 {
  font-size: 14rem;
  line-height: 2.5;
  padding-bottom: 20rem;
}

#top .information .text01 + .text01 {
  padding-bottom: 0;
}

#top .information .holiday {
  border: 1px solid;
  padding: 20px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 40px;
  display: inline-block;
}

#top .information .entry-page {
  margin: 55rem 15%;
  padding: 30rem 5%;
  background-color: #80705E;
  box-shadow: 0px 0px 8rem #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top .information .entry-page .image {
  position: relative;
  width: 43%;
}

#top .information .entry-page .texts {
  width: 46%;
  text-align: left;
  color: #fff;
}

#top .information .entry-page .text {
  font-size: 16rem;
  line-height: 2.5;
  padding-bottom: 20rem;
}

#top .information .entry-page .entryButton {
  margin-left: 0;
  padding-bottom: 0;
}

#top .bnr-img {
  max-width: 700px;
  width: 90%;
  margin: 0 auto 100px;
}

#top .concept {
  position: relative;
  padding-top: 150vh;
  padding-bottom: 120rem;
}

#top .concept .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/top/concept-bg.jpg);
  background-size: cover;
}

#top .concept .bg .in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 24, 6, 0.85);
  opacity: 0;
  transition: opacity .1s;
}

#top .concept .bg .caption {
  bottom: auto;
  top: 0;
}

#top .concept .inner {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}

#top .concept .header {
  margin: 0 auto;
  padding-bottom: 42rem;
  max-width: 430rem;
}

#top .concept .title {
  padding-bottom: 20rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 15rem;
  font-size: 40rem;
  line-height: 1.2;
  font-weight: normal;
}

#top .concept .ja {
  font-size: 16rem;
  line-height: 1.5;
}

#top .concept .concept-logo {
  margin: 0 auto;
  padding-bottom: 25rem;
  max-width: 300rem;
}

#top .concept .text01 {
  font-size: 16rem;
  line-height: 3.2;
}

#top .concept.on .bg {
  position: fixed;
}

#top .content-box {
  position: relative;
  background-color: #FDFAF4;
  z-index: 5;
}

#top .sections {
  position: relative;
  padding: 180rem 0 190rem;
}

#top .sections .wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#top .sections .header {
  order: 1;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  width: 45%;
  padding-left: 4%;
}

#top .sections .header .images {
  opacity: 0;
  filter: blur(20px);
  transition: filter .6s 1s,opacity .6s 1s;
}

#top .sections .body {
  order: 0;
  position: relative;
  box-sizing: border-box;
  width: 55%;
  z-index: 5;
}

#top .sections .title {
  position: relative;
  font-size: 40rem;
  font-weight: normal;
  padding-bottom: 15rem;
  margin-bottom: 15rem;
  font-family: 'Cinzel', serif;
}

#top .sections .title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 0%;
  height: 1px;
  background-color: #221706;
  transition: width .6s;
}

#top .sections .title .in {
  display: block;
  width: 600rem;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: clip-path 2.2s;
}

#top .sections .ja {
  position: relative;
  overflow: hidden;
  font-size: 16rem;
  line-height: 1.5;
  padding-bottom: 40rem;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: clip-path 2.2s;
}

#top .sections .ja .in {
  display: block;
  width: 600rem;
}

#top .sections .text {
  font-size: 22rem;
  line-height: 1.7;
  padding-bottom: 170rem;
  transition: clip-path 2.2s;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

#top .sections .big-image {
  margin-right: 30rem;
  margin-bottom: 86rem;
}

#top .sections .big-image img {
  position: relative;
  box-shadow: 0px 0px 16rem #555;
  z-index: 3;
  opacity: 0;
  filter: blur(20px);
  transition: filter .6s,opacity .6s;
}

#top .sections .big-image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30rem;
  right: -30rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #BAA888 10%, #E2DACA 45%);
  width: 0;
  opacity: 0;
  transition: width .6s,opacity .6s;
}

#top .sections.on .header .images {
  opacity: 1;
  filter: blur(0px);
}

#top .sections.on .title .in {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

#top .sections.on .title:after {
  width: 110%;
}

#top .sections.on .ja {
  width: 100%;
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

#top .sections.on .text {
  opacity: 1;
  filter: blur(0px);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

#top .sections.on .big-image img {
  opacity: 1;
  filter: blur(0px);
}

#top .sections.on .big-image:after {
  width: 100%;
  opacity: 1;
}

#top .sections .none {
  pointer-events: none;
}

#top .section-quality,
#top .section-asset,
#top .section-design,
#top .section-access {
  background: url(../images/top/section02-bg.jpg) center;
  background-size: cover;
  color: #fff;
}

#top .section-quality .header,
#top .section-asset .header,
#top .section-design .header,
#top .section-access .header {
  order: 0;
  width: 45%;
  padding-right: 0%;
  padding-left: 0%;
}

#top .section-quality .header .images,
#top .section-asset .header .images,
#top .section-design .header .images,
#top .section-access .header .images {
  margin-right: 11%;
}

#top .section-quality .body,
#top .section-asset .body,
#top .section-design .body,
#top .section-access .body {
  order: 1;
  width: 55%;
  z-index: 5;
}

#top .section-quality .title::after,
#top .section-asset .title::after,
#top .section-design .title::after,
#top .section-access .title::after {
  background-color: #fff;
}

#top .section-access {
  background-image: url(../images/top/section02-bg.jpg);
}

#top .section-design {
  background-image: url(../images/top/section04-bg.jpg);
}

#top .section-asset {
  background-image: url(../images/top/section06-bg.jpg);
}

#top .section-quality {
  background-image: url(../images/top/section08-bg.jpg);
}

#top .banners {
  padding: 95rem 0 100rem;
  background-color: #80705E;
}

#top .banners ul {
  display: flex;
  justify-content: space-between;
}

#top .banners ul li {
  width: 49%;
  box-shadow: 0rem 6rem 12rem #333;
}

#top #fixed a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}

#top #fixed {
  position: fixed;
  bottom: 670px;
  right: -230px;
  z-index: 10000;
  opacity: 1;
  transform: translateY(300px);
  transition: 0.5s ease;
}

#top #fixed:hover {
  right: 0;
  transition: 0.5s ease;
}

#top #fixed:hover .shiny-btn::before {
  display: none;
}

#top #fixed a:hover {
  opacity: 1;
}

#top #fixed .shiny-btn {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}

#top #fixed .shiny-btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -30px;
  left: -30px;
  width: 10px;
  height: 100%;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: .3s;
  animation: shiny-btn 3s ease-in-out infinite;
  z-index: 100001;
}

@-webkit-keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(-45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(-5deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(-45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(30) rotate(-45deg);
    opacity: 0;
  }
}

#top .fixed_bnr {
  max-width: 300px;
}

@media (max-width: 768px) {
  #top.all-wrap {
    position: relative;
    overflow: hidden;
  }
  #top .mainVisual {
    position: relative;
    z-index: 3;
  }
  #top .mainVisual .skip {
    top: 140rem;
    width: 45rem;
  }
  #top .mainVisual .title {
    width: 280rem;
  }
  #top .mainVisual .scenes li .text {
    bottom: 5%;
    left: 5%;
    width: 65%;
  }
  #top .mainVisual .scenes .image03 {
    z-index: 2;
  }
  #top .mainVisual .scenes .image03 .text {
    bottom: auto;
    top: 22%;
    left: 46%;
    width: 49%;
  }
  #top .mainVisual .scenes .image02 {
    z-index: 3;
  }
  #top .mainVisual .scenes .image02 .text {
    width: 78%;
  }
  #top .apeal {
    padding: 40rem 5%;
    background-image: url(../images/top/apeal-bg-sp.jpg);
  }
  #top .information {
    padding-top: 63rem;
    padding-bottom: 60rem;
    position: relative;
  }
  #top .information .info-txt {
    font-size: 24rem;
    padding-bottom: 40rem;
  }
  #top .information .text01 {
    text-align: left;
    line-height: 2;
  }
  #top .information .text01 br {
    display: none;
  }
  #top .information .holiday {
    font-size: 13px;
  }
  #top .information .entryButton {
    padding-bottom: 40rem;
  }
  #top .information .entryButton a {
    padding: 26rem 0;
  }
  #top .information .entry-page {
    padding: 25rem 8%;
    margin: 40rem -5% 0;
    display: block;
  }
  #top .information .entry-page .image {
    width: auto;
  }
  #top .information .entry-page .texts {
    width: auto;
    padding-top: 20rem;
  }
  #top .information .entry-page .text {
    font-size: 14rem;
  }
  #top .information .entry-page .text br {
    display: none;
  }
  #top .information .entry-page .entryButton {
    margin-left: auto;
  }
  #top .concept {
    padding-top: 150vh;
    padding-bottom: 120rem;
  }
  #top .concept .bg {
    background-image: url(../images/top/concept-bg-sp.jpg);
  }
  #top .concept .header {
    padding-bottom: 42rem;
    max-width: 80%;
  }
  #top .concept .title {
    font-size: 28rem;
  }
  #top .concept .ja {
    font-size: 16rem;
  }
  #top .concept .concept-logo {
    margin: 0 auto;
    padding-bottom: 25rem;
    max-width: 172rem;
  }
  #top .concept .text01 {
    font-size: 14rem;
    line-height: 2.8;
    text-align: left;
  }
  #top .content-box {
    position: relative;
    background-color: #FDFAF4;
    z-index: 5;
  }
  #top .sections {
    padding: 40rem 0 45rem;
  }
  #top .sections .wrap {
    display: block;
  }
  #top .sections .header {
    width: auto;
    padding-left: 0;
  }
  #top .sections .body {
    width: auto;
  }
  #top .sections .title {
    font-size: 28rem;
    padding-bottom: 15rem;
    margin-bottom: 15rem;
  }
  #top .sections .title .in {
    width: 450rem;
  }
  #top .sections .big-image img {
    transition: filter .8s .8s,opacity  .8 .8s;
  }
  #top .sections .big-image:after {
    transition: width  .8s .8s,opacity  .8 .8s;
  }
  #top .sections .ja {
    font-size: 16rem;
    padding-bottom: 20rem;
  }
  #top .sections .ja .in {
    width: 450rem;
  }
  #top .sections .text {
    font-size: 18rem;
    padding-bottom: 50rem;
  }
  #top .sections .big-image {
    margin-right: 30rem;
    margin-bottom: 66rem;
  }
  #top .sections .big-image:after {
    bottom: -30rem;
    right: -30rem;
  }
  #top .section-quality,
  #top .section-asset,
  #top .section-design,
  #top .section-access {
    background-image: url(../images/top/section02-bg-sp.jpg);
  }
  #top .section-quality .header,
  #top .section-asset .header,
  #top .section-design .header,
  #top .section-access .header {
    width: auto;
  }
  #top .section-quality .header .images,
  #top .section-asset .header .images,
  #top .section-design .header .images,
  #top .section-access .header .images {
    margin-right: auto;
  }
  #top .section-quality .body,
  #top .section-asset .body,
  #top .section-design .body,
  #top .section-access .body {
    width: auto;
  }
  #top .section-access {
    background-image: url(../images/top/section02-bg-sp.jpg);
  }
  #top .section-design {
    background-image: url(../images/top/section04-bg-sp.jpg);
  }
  #top .section-asset {
    background-image: url(../images/top/section06-bg-sp.jpg);
  }
  #top .section-quality {
    background-image: url(../images/top/section08-bg-sp.jpg);
  }
  #top .banners {
    padding: 45rem 0 45rem;
  }
  #top .banners ul {
    display: block;
  }
  #top .banners ul li {
    width: auto;
    margin-bottom: 35rem;
  }
  #top #fixed {
    right: auto;
    left: 0;
    bottom: 295px;
  }
  #top .fixed_bnr {
    max-width: 240px;
    width: 50%;
    position: fixed;
    bottom: 50%;
    right: 0;
    transform: translate(300px);
  }
}

/*# sourceMappingURL=top.css.map */
