@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 top
==================================================================================*/
.introduce-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.introduce-modal .scenes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s;
}

.introduce-modal .scenes.on {
  opacity: 1;
}

.introduce-modal .scene01 {
  background: url(../images/top/intro-bg.jpg) center;
  background-size: cover;
  z-index: 2;
}

.introduce-modal .scene01 .text {
  position: absolute;
  top: 50%;
  left: 3%;
  width: 94%;
  text-align: center;
  font-size: 44rem;
  color: #fff;
  transform: translateY(-50%);
}

.introduce-modal .scene01 .text.on .subs {
  margin: 0 3rem;
  opacity: 1;
  transform: scaleX(1);
  filter: blur(0px);
}

.introduce-modal .scene01 .subs {
  display: inline-block;
  margin: 0 3rem;
  filter: blur(0px);
  transform: scaleX(0.7);
  transition: opacity .8s ,filter .8s,margin .8s ,transform .8s;
  opacity: 0;
}

.introduce-modal .scene01 .sub1 {
  transition-delay: 0.06s;
}

.introduce-modal .scene01 .sub2 {
  transition-delay: 0.12s;
}

.introduce-modal .scene01 .sub3 {
  transition-delay: 0.18s;
}

.introduce-modal .scene01 .sub4 {
  transition-delay: 0.24s;
}

.introduce-modal .scene01 .sub5 {
  transition-delay: 0.3s;
}

.introduce-modal .scene01 .sub6 {
  transition-delay: 0.36s;
}

.introduce-modal .scene01 .sub7 {
  transition-delay: 0.42s;
}

.introduce-modal .scene01 .sub8 {
  transition-delay: 0.48s;
}

.introduce-modal .scene01 .sub9 {
  transition-delay: 0.54s;
}

.introduce-modal .scene01 .sub10 {
  transition-delay: 0.6s;
}

.introduce-modal .scene01 .sub11 {
  transition-delay: 0.66s;
}

.introduce-modal .scene01.off {
  opacity: 0;
  transition: opacity 2.3s 1.9s;
}

.introduce-modal .scene01.off .text.on .subs {
  margin: 0 3rem;
  opacity: 0;
  transform: scaleX(0.7);
  filter: blur(15px);
}

.introduce-modal .scene02 {
  z-index: 1;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.introduce-modal .scene02 .introuce-logos {
  display: block;
  margin: 12% auto 0;
  width: 22%;
}

.introduce-modal .scene02 .introuce-logos img {
  width: 100%;
}

.introduce-modal .scene02 .cond01 {
  padding-bottom: 125rem;
}

.introduce-modal .scene02 .cond02 {
  margin: 0 auto;
  width: 82%;
}

.introduce-modal .scene02.hide .introuce-logos {
  display: none;
}

.rolldown-subs {
  position: relative;
  overflow: hidden;
}

.rolldown-subs .subs {
  display: inline-block;
  transition: transform 1.5s;
  transform: translateY(-100%);
}

.rolldown-subs .sub1 {
  transition-delay: 0.04s;
}

.rolldown-subs .sub2 {
  transition-delay: 0.08s;
}

.rolldown-subs .sub3 {
  transition-delay: 0.12s;
}

.rolldown-subs .sub4 {
  transition-delay: 0.16s;
}

.rolldown-subs .sub5 {
  transition-delay: 0.2s;
}

.rolldown-subs .sub6 {
  transition-delay: 0.24s;
}

.rolldown-subs .sub7 {
  transition-delay: 0.28s;
}

.rolldown-subs .sub8 {
  transition-delay: 0.32s;
}

.rolldown-subs .sub9 {
  transition-delay: 0.36s;
}

.rolldown-subs .sub10 {
  transition-delay: 0.4s;
}

.rolldown-subs .sub11 {
  transition-delay: 0.44s;
}

.rolldown-subs .sub12 {
  transition-delay: 0.48s;
}

.rolldown-subs .sub13 {
  transition-delay: 0.52s;
}

.rolldown-subs .sub14 {
  transition-delay: 0.56s;
}

.rolldown-subs .sub15 {
  transition-delay: 0.6s;
}

.rolldown-subs .sub16 {
  transition-delay: 0.64s;
}

.rolldown-subs .sub17 {
  transition-delay: 0.68s;
}

.rolldown-subs .sub18 {
  transition-delay: 0.72s;
}

.rolldown-subs .sub19 {
  transition-delay: 0.76s;
}

.rolldown-subs .sub20 {
  transition-delay: 0.8s;
}

.rolldown-subs .sub21 {
  transition-delay: 0.84s;
}

.rolldown-subs .sub22 {
  transition-delay: 0.88s;
}

.rolldown-subs .sub23 {
  transition-delay: 0.92s;
}

.rolldown-subs .sub24 {
  transition-delay: 0.96s;
}

.rolldown-subs .sub25 {
  transition-delay: 1s;
}

.rolldown-subs .sub26 {
  transition-delay: 1.04s;
}

.rolldown-subs .sub27 {
  transition-delay: 1.08s;
}

.rolldown-subs .sub28 {
  transition-delay: 1.12s;
}

.rolldown-subs .sub29 {
  transition-delay: 1.16s;
}

.rolldown-subs .sub30 {
  transition-delay: 1.2s;
}

.rolldown-subs.on .subs {
  transform: translateY(0%);
}

#top .site-footer,
#top .pageAnnotationArea {
  position: relative;
  z-index: 2;
}

#top .mv {
  position: relative;
  overflow: hidden;
}

#top .mv .images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#top .mv .images img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

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

#top .mv .catch-copy {
  position: absolute;
  top: 67%;
  left: 0%;
  padding: 0 5%;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

#top .mv .catch-copy .text01 {
  font-weight: 100;
  font-size: 100rem;
  letter-spacing: .1em;
  padding-bottom: 8rem;
}

#top .mv .catch-copy .text02 {
  opacity: 0;
  font-size: 24rem;
  transition: opacity 1.5s 2s;
}

#top .mv .catch-copy .text02.on {
  opacity: 1;
}

#top .mv.on img {
  transition: margin 4s;
  margin-bottom: 0 !important;
}

#top .apeal {
  background-color: #F1F2EE;
  position: relative;
  padding: 52rem 0 50rem;
}

#top .apeal::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  background: linear-gradient(-10deg, #CBA97D, #887253);
}

#top .apeal .apeal01 {
  padding: 0 0 20rem;
  margin-bottom: 22rem;
  border-bottom: 1px solid #9B7F2C;
  box-sizing: border-box;
}

#top .apeal .apeal02 {
  box-sizing: border-box;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

#top .apeal .apeal02 li {
  width: 24%;
  box-shadow: 0px 0px 8rem #aaa;
}

#top .information {
  padding-top: 140rem;
  padding-bottom: 100rem;
}

#top .information .intro {
  background-color: #F1F2EE;
  padding: 45rem 34rem 55rem;
  box-sizing: border-box;
  box-shadow: 0px 0px 8rem #666;
  margin-bottom: 60rem;
}

#top .information .intro .title {
  text-align: center;
  font-size: 18rem;
  padding-bottom: 82rem;
  color: #1C3333;
  letter-spacing: .1em;
}

#top .information .intro .info-list {
  padding-left: 40rem;
  padding-bottom: 35rem;
  border-bottom: 1px solid #9B7F2C;
  margin-bottom: 20rem;
}

#top .information .intro .info-list dt {
  font-size: 16rem;
  padding-bottom: 12rem;
  color: #1C3333;
}

#top .information .intro .info-list dd {
  padding-bottom: 20rem;
  font-size: 22rem;
  line-height: 1.5;
  color: #9B7F2C;
}

#top .information .intro .entries {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

#top .information .intro .entries header {
  width: calc(100% - 200rem);
  text-align: left;
}

#top .information .intro .entries header .sub-title {
  padding-left: 40rem;
  font-size: 22rem;
  color: #9B7F2C;
  margin-bottom: 20rem;
}

#top .information .intro .entries header .text {
  padding-left: 40rem;
  font-size: 14rem;
  line-height: 2.3;
  color: #1C3333;
}

#top .information .intro .entries .buttons {
  width: 160rem;
}

#top .information .intro .entries .buttons .request {
  padding-bottom: 5rem;
}

#top .information .intro .entries .buttons a {
  text-align: center;
  display: block;
  padding: 45rem 5rem;
  background-color: #9b7f2c;
  color: #fff;
  transition: background-color .5s;
}

#top .information .intro .entries .buttons a .text02 {
  font-size: 12rem;
  line-height: 1.4;
}

#top .information .intro .entries .buttons a .text01 {
  font-size: 16rem;
  padding-bottom: 15rem;
  margin-bottom: 15rem;
  position: relative;
}

#top .information .intro .entries .buttons a .text01::after {
  content: "";
  display: block;
  position: absolute;
  width: 30rem;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transition: width .5s;
  transform: translateX(-50%);
}

@media (min-width: 1025px) {
  #top .information .intro .entries .buttons a:hover {
    opacity: 1 !important;
    background-color: rgba(155, 127, 44, 0.6);
  }
  #top .information .intro .entries .buttons a:hover .text01::after {
    width: 100rem;
  }
}

#top .information .intro .entries .buttons .reserve a {
  background-color: #1c3333;
}

@media (min-width: 1025px) {
  #top .information .intro .entries .buttons .reserve a:hover {
    background-color: rgba(28, 51, 51, 0.6);
  }
}

#top .information .intro .entries .buttons .online a {
  background-color: #6a0107;
}

@media (min-width: 1025px) {
  #top .information .intro .entries .buttons .online a:hover {
    background-color: rgba(106, 1, 7, 0.6);
  }
}

#top .information .security {
  position: relative;
  padding: 45rem 34rem 55rem;
  box-shadow: 0px 0px 8rem #666;
  background-color: #2D2F26;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top .information .security::before, #top .information .security::after {
  content: "";
  position: absolute;
  display: block;
  width: 10rem;
  height: 10rem;
  background-color: #AA8E69;
  top: 0;
  left: 0;
}

#top .information .security::after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}

#top .information .security header {
  width: 50%;
  box-sizing: border-box;
  padding: 0 28rem;
  text-align: center;
}

#top .information .security .images {
  width: 50%;
}

#top .information .security .sub-title {
  position: relative;
  font-size: 32rem;
  line-height: 1.2;
  padding-bottom: 41rem;
  margin-bottom: 20rem;
  letter-spacing: .05em;
  color: #AA8E69;
}

#top .information .security .sub-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 10rem;
  height: 10rem;
  bottom: 0;
  left: 50%;
  background: linear-gradient(-180deg, #CBA97D, #887253);
  transform: translateX(-50%) rotate(45deg);
}

#top .information .security .text01 {
  font-size: 20rem;
  line-height: 1.3;
  padding-bottom: 12rem;
}

#top .information .security .text02 {
  font-size: 16rem;
  line-height: 1.9;
  padding-bottom: 30rem;
}

#top .information .security .mark {
  margin: 0 auto;
  max-width: 166rem;
}

#top .entry-flow {
  padding-bottom: 58rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 250rem;
  text-align: center;
  max-width: 1200rem;
  box-sizing: border-box;
}

#top .entry-flow .title {
  position: relative;
  overflow: hidden;
  margin-bottom: 20rem;
}

#top .entry-flow .title span {
  display: inline-block;
  position: relative;
  padding: 12rem 35rem;
  border-radius: 25rem;
  background-color: #1C3333;
  text-align: center;
  font-size: 18rem;
  box-shadow: 0px 0px 8rem #666;
}

#top .entry-flow .title span::before, #top .entry-flow .title span::after {
  content: "";
  position: absolute;
  display: block;
  width: 1000rem;
  top: 50%;
  height: 1px;
  background-color: #fff;
  top: 50%;
}

#top .entry-flow .title span::before {
  left: 100%;
  margin-left: 20rem;
}

#top .entry-flow .title span::after {
  right: 100%;
  margin-right: 20rem;
}

#top .entry-flow .text {
  font-size: 16rem;
  line-height: 1.3;
  padding-bottom: 50rem;
}

#top .entry-flow .list {
  margin: 0 auto;
  padding-bottom: 10rem;
  display: flex;
  justify-content: space-between;
}

#top .entry-flow .list li {
  background: #fff;
  width: 19%;
  position: relative;
  padding-bottom: 30rem;
}

#top .entry-flow .list li img {
  margin-bottom: 20px;
}

#top .entry-flow .list li .num {
  display: inline-block;
  padding: 5rem 20rem;
  border-radius: 25rem;
  background-color: #1C3333;
  text-align: center;
  font-size: 14rem;
  margin-bottom: 10rem;
}

#top .entry-flow .list li .txt {
  font-size: 14rem;
  color: #9B7F2C;
  margin-bottom: 10rem;
}

#top .entry-flow .list li .info {
  width: 86%;
  margin: auto;
  text-align: left;
  font-size: 12rem;
  line-height: 2;
  color: #1C3333;
}

#top .entry-flow .caps {
  text-align: right;
  font-size: 11px;
  margin-bottom: 20px;
}

#top .entry-flow .text02 {
  font-size: 16rem;
  line-height: 1.9;
}

#top .concept {
  padding-bottom: 250rem;
  padding-top: 190vh;
  position: relative;
  background-color: #2D2F26;
}

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

#top .concept:not(.on) .images {
  width: 100% !important;
}

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

#top .concept .images img {
  opacity: 0;
}

#top .concept .title {
  font-size: 65rem;
  line-height: 1.2;
  letter-spacing: .1em;
  margin-bottom: 30rem;
  font-weight: 100;
}

#top .concept .text02 {
  font-size: 22rem;
  line-height: 1.3;
  padding-bottom: 105rem;
}

#top .concept .texts {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  box-sizing: border-box;
  margin-left: 50%;
  background-color: #2D2F26;
  padding: 239rem 45rem 630rem;
  text-align: center;
  color: #DDDFC5;
}

#top .concept .texts .text {
  font-size: 16rem;
  line-height: 2.8;
  letter-spacing: .3em;
}

#top .sections {
  position: relative;
  z-index: 3;
  padding: 258rem 0 435rem;
  color: #F1F2EE;
}

#top .sections .images::after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 100%;
  height: 0%;
  transition: height 1s;
  top: 0;
  right: 0;
  background: linear-gradient(-180deg, #CBA97D, #887253);
}

#top .sections .images img {
  -webkit-mask-image: url(../images/top/mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  -webkit-mask-position: 0px -900px;
  mask-image: url(../images/top/mask.png);
  mask-repeat: no-repeat;
  mask-size: 100% 200%;
  mask-position: 0px -900px;
  transition: -webkit-mask-position 1.4s, mask-position 1.4s;
}

#top .sections .images.on img {
  -webkit-mask-position: 0px 0px;
  mask-position: 0px 0px;
}

#top .sections .images.on::after {
  height: 100%;
}

#top .sections .section-img {
  width: 70%;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

#top .sections .inner {
  margin-left: 14%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top .sections .inner .header {
  width: 28%;
  text-align: center;
}

#top .sections .inner .images {
  width: 68%;
}

#top .sections .inner .images::after {
  right: auto;
  left: 0;
}

#top .sections .txt {
  font-size: 16rem;
  padding-bottom: 30rem;
}

#top .sections .title {
  font-size: 45rem;
  line-height: 1.1;
  margin-bottom: 15rem;
  font-weight: 100;
  letter-spacing: .15em;
}

#top .sections .text01 {
  position: relative;
  font-size: 11rem;
  line-height: 1.2;
  padding-bottom: 47rem;
  margin-bottom: 37rem;
}

#top .sections .text01::after {
  content: "";
  position: absolute;
  display: block;
  width: 10rem;
  height: 10rem;
  bottom: 0;
  left: 50%;
  background: linear-gradient(-180deg, #CBA97D, #887253);
  transform: translateX(-50%) rotate(45deg);
}

#top .sections .text02 {
  font-size: 18rem;
  line-height: 2;
  padding-bottom: 34rem;
}

#top .sections-location .section-img,
#top .sections-plan .section-img,
#top .sections-brand .section-img {
  right: 0;
}

#top .sections-location .section-img::after,
#top .sections-plan .section-img::after,
#top .sections-brand .section-img::after {
  left: 0;
  right: auto;
}

#top .sections-location .inner,
#top .sections-plan .inner,
#top .sections-brand .inner {
  margin-left: auto;
  margin-right: 14%;
}

#top .sections-location .inner .header,
#top .sections-plan .inner .header,
#top .sections-brand .inner .header {
  order: 1;
}

#top .sections-location .inner .images,
#top .sections-plan .inner .images,
#top .sections-brand .inner .images {
  order: 0;
}

#top .sections-location .inner .images::after,
#top .sections-plan .inner .images::after,
#top .sections-brand .inner .images::after {
  right: 0;
  left: auto;
}

#top .sections-brand {
  padding-bottom: 120rem;
}

#top .sections-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(../images/top/bg01.jpg) center;
  background-size: cover;
  opacity: 0;
  transition: opacity .7s;
  z-index: 2;
}

#top .sections-bg.on {
  opacity: 1;
}

#top .sections-wrap {
  position: relative;
  z-index: 1;
  background-color: #93947C;
}

/*==================================================================================
 top-sp
==================================================================================*/
@media (max-width: 768px) {
  .introduce-modal .scene01 {
    background-image: url(../images/top/intro-bg-sp.jpg);
  }
  .introduce-modal .scene01 .text {
    font-size: 23rem;
    line-height: 1.5;
  }
  .introduce-modal .scene02 {
    z-index: 1;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .introduce-modal .scene02 .introuce-logos {
    display: block;
    margin-top: 29%;
    width: 60%;
  }
  .introduce-modal .scene02 .introuce-logos li.cond01 {
    padding-bottom: 100rem;
  }
  .introduce-modal .scene02 .introuce-logos img {
    width: 100%;
  }
  #top .mv-sp {
    position: relative;
  }
  #top .mv-sp .catch-copy {
    position: absolute;
    bottom: 20%;
    left: 0%;
    padding: 0 5%;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
  #top .mv-sp .catch-copy .text01 {
    font-weight: 100;
    font-size: 40rem;
    letter-spacing: .1em;
    padding-bottom: 8rem;
  }
  #top .mv-sp .catch-copy .text02 {
    opacity: 0;
    font-size: 17rem;
    transition: opacity 1.5s 2s;
  }
  #top .mv-sp .catch-copy .text02.on {
    opacity: 1;
  }
  #top .apeal {
    padding: 50rem 0 40rem;
  }
  #top .apeal .apeal01 {
    padding: 0 0 20rem;
  }
  #top .apeal .apeal02 {
    padding: 0 0%;
    flex-wrap: wrap;
  }
  #top .apeal .apeal02 li {
    margin-bottom: 10rem;
    width: 49%;
    box-shadow: 0px 0px 4rem #aaa;
  }
  #top .information {
    padding-top: 60rem;
    padding-bottom: 60rem;
    width: 100%;
  }
  #top .information .intro {
    padding: 65rem 7% 55rem;
    box-shadow: 0px 0px 4rem #666;
    margin: 0 auto 60rem;
    box-sizing: border-box;
    width: 90%;
  }
  #top .information .intro .title {
    padding-bottom: 45rem;
  }
  #top .information .intro .info-list {
    text-align: center;
    margin-bottom: 45rem;
    padding-left: 0rem;
  }
  #top .information .intro .info-list dt {
    font-size: 14rem;
    padding-bottom: 22rem;
  }
  #top .information .intro .info-list dd {
    padding-bottom: 20rem;
    padding-bottom: 0;
    line-height: 1.7;
  }
  #top .information .intro .entries {
    display: block;
  }
  #top .information .intro .entries header {
    width: auto;
    text-align: center;
    padding-bottom: 20rem;
  }
  #top .information .intro .entries header .sub-title {
    padding-left: 0rem;
    padding-bottom: 22rem;
    font-size: 22rem;
    border-bottom: none;
    margin-bottom: 0;
  }
  #top .information .intro .entries header .text {
    padding-left: 0rem;
    font-size: 14rem;
  }
  #top .information .intro .entries .buttons {
    width: auto;
  }
  #top .information .intro .entries .buttons a {
    text-align: center;
    display: block;
    padding: 20rem 5rem;
  }
  #top .information .intro .entries .buttons a .text01 {
    font-size: 16rem;
    padding-bottom: 12rem;
    margin-bottom: 12rem;
  }
  #top .information .security {
    position: relative;
    padding: 52rem 7% 55rem;
    display: block;
  }
  #top .information .security header {
    width: auto;
    padding: 0 0 32rem;
  }
  #top .information .security .images {
    width: auto;
  }
  #top .information .security .sub-title {
    position: relative;
    font-size: 32rem;
    line-height: 1.2;
    padding-bottom: 41rem;
    margin-bottom: 20rem;
    letter-spacing: .05em;
  }
  #top .information .security .text01 {
    font-size: 20rem;
    line-height: 1.3;
    padding-bottom: 12rem;
  }
  #top .information .security .text02 {
    font-size: 16rem;
    line-height: 1.9;
    padding-bottom: 30rem;
  }
  #top .entry-flow {
    padding-bottom: 22rem;
    margin: 0 auto 60rem;
    width: 90%;
  }
  #top .entry-flow .title {
    margin-bottom: 22rem;
  }
  #top .entry-flow .title span {
    font-size: 18rem;
  }
  #top .entry-flow .text {
    padding-bottom: 23rem;
  }
  #top .entry-flow .swipe-list {
    overflow-y: hidden;
  }
  #top .entry-flow .list {
    margin: 0 auto;
    padding-bottom: 10rem;
    width: 300vw;
  }
  #top .entry-flow .list li {
    width: 96vw;
    margin-right: 4vw;
    padding-bottom: 10rem;
  }
  #top .entry-flow .list li:last-child {
    margin-right: 0;
  }
  #top .entry-flow .caps {
    text-align: right;
    font-size: 11px;
    margin-bottom: 20px;
  }
  #top .entry-flow .swipe {
    padding-top: 10rem;
    display: block;
    text-align: center;
    margin-bottom: 30rem;
  }
  #top .entry-flow .swipe img {
    max-width: 290rem;
  }
  #top .entry-flow .text02 {
    text-align: left;
  }
  #top .entry-flow .text02 br {
    display: none;
  }
  #top .concept {
    padding-bottom: 0rem;
    padding-top: 0vh;
  }
  #top .concept.on .images {
    position: relative;
  }
  #top .concept:not(.on) .images {
    width: 100% !important;
  }
  #top .concept .images {
    position: relative;
    width: 100% !important;
    height: auto;
  }
  #top .concept .images .header {
    position: absolute;
    bottom: 13%;
    left: 0%;
    padding: 0 5%;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
  #top .concept .title {
    font-weight: 100;
    font-size: 40rem;
    letter-spacing: .1em;
    margin-bottom: 8rem;
  }
  #top .concept .text02 {
    font-size: 17rem;
    padding-bottom: 0rem;
  }
  #top .concept .texts {
    position: relative;
    z-index: 2;
    min-height: inherit;
    margin-left: auto;
    padding: 60rem 7% 55rem;
    color: #DDDFC5;
  }
  #top .concept .texts .text {
    font-size: 14rem;
    line-height: 2.8;
  }
  #top .sections {
    padding: 60rem 0 60rem;
  }
  #top .sections .images::after {
    width: 0;
    left: 0;
    height: 3px;
    transition: width 1s;
  }
  #top .sections .images.on::after {
    width: 100%;
    height: 3px;
  }
  #top .sections .inner {
    margin: 0 auto;
    width: auto;
    display: block;
  }
  #top .sections .inner .header {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 30rem;
  }
  #top .sections .inner .images {
    width: auto;
  }
  #top .sections .inner .images::after {
    left: 0;
  }
  #top .sections .txt {
    padding-bottom: 15rem;
  }
  #top .sections .title {
    font-size: 46rem;
    margin-bottom: 5rem;
  }
  #top .sections .text01 {
    padding-bottom: 26rem;
    margin-bottom: 18rem;
  }
  #top .sections .text01::after {
    width: 10rem;
    height: 10rem;
  }
  #top .sections .text02 {
    padding-bottom: 30rem;
  }
  #top .sections-access .inner,
  #top .sections-design .inner {
    margin-left: auto;
    margin-right: auto;
  }
  #top .sections-access .inner .images::after,
  #top .sections-design .inner .images::after {
    right: auto;
    left: 0;
  }
  #top .sections-brand {
    padding-bottom: 60rem;
  }
}

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