@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

@keyframes varticalFade {
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

#top .mainVisual {
  display: none;
  position: relative;
}

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

#top .mainVisual video {
  width: 100%;
  height: 50vw;
}

#top .mainVisual .movie {
  z-index: 10;
}

#top .mainVisual .slides {
  position: relative;
}

#top .mainVisual .slides li {
  position: relative;
  line-height: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 1.4s;
  /*
        &:first-child {animation: fadeIn $mvAnimationSpeed+s ease 0s forwards;}
        &:nth-child(2) {
          animation: fadeIn $mvAnimationSpeed+s ease $mvAnimationDelay*1+s forwards;
          z-index: 2;
        }
        &:nth-child(3) {
          animation: fadeIn $mvAnimationSpeed+s ease $mvAnimationDelay*2+s forwards;
          z-index: 3;
        }
        &:nth-child(4) {
          animation: fadeIn $mvAnimationSpeed+s ease $mvAnimationDelay*3+s forwards;
          z-index: 4;
        }*/
}

#top .mainVisual .slides li.on {
  opacity: 1;
}

#top .mainVisual .slides li:not(:first-child) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#top .mainVisual .thumbs {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 10;
}

#top .mainVisual .thumbs li {
  display: inline-block;
  width: 15rem;
  height: 15rem;
  border: 1px solid #fff;
  border-radius: 7.5rem;
  background: none;
  transition: background-color .5s;
  margin-right: 30rem;
}

#top .mainVisual .thumbs li:last-child {
  margin-right: auto;
}

#top .mainVisual .thumbs li.on {
  border: 1px solid #fff;
  background: #76A479;
  pointer-events: none;
}

#top section.intro {
  display: none;
  padding: 50rem 50rem 130rem;
  max-width: 1200px;
  margin: auto;
}

#top section.intro .appeals {
  margin: auto;
}

#top section.intro .appeal01 {
  padding-bottom: 25rem;
  max-width: 920rem;
}

#top section.intro .appeal02 {
  max-width: 920rem;
  padding-top: 25rem;
}

#top section.intro-bg {
  display: none;
  margin: auto;
  padding: 30rem 0;
  background: #76A479;
}

#top section.intro-bg .appeals {
  margin: auto;
}

#top section.intro-bg .price {
  max-width: 920rem;
  width: 90%;
}

#top section.information {
  display: none;
  background-color: #fff;
  padding: 50rem 0 80rem;
  margin-bottom: 200rem;
}

#top section.information h2 {
  padding-bottom: 80rem;
  font-size: 30rem;
  text-align: center;
  font-weight: normal;
}

#top section.information h2 .small {
  display: block;
}

#top section.information .notice {
  font-size: 18px;
  text-align: center;
  margin: 50px auto 0;
  line-height: 1.6;
}

#top section.information .notice .red {
  background: #B33E47;
  color: #fff;
  display: inline-block;
  padding: 6px 10px 8px;
  margin-right: 10px;
  font-size: 20px;
}

#top section.information .buttons {
  display: flex;
  justify-content: space-between;
  padding: 80rem 0 50rem;
}

#top section.information .buttons li {
  flex: 0 0 38%;
  margin-right: 20px;
}

#top section.information .buttons li:last-child {
  margin-right: 0px;
}

#top section.information .lead {
  text-align: center;
  line-height: 2.2;
  font-size: 16rem;
}

#top section.information .bnr {
  max-width: 700px;
  margin: 80rem auto 0;
}

#top section.information .bnr.oneldk {
  margin-top: 60rem;
}

#top section.information .bnr02 {
  margin: 60rem auto 0;
  text-align: center;
}

#top section.information .bnr02 li {
  display: inline-block;
  max-width: 340px;
  width: 48%;
  margin-right: 2%;
}

#top section.information .bnr02 li:last-child {
  margin-right: auto;
}

#top section.flow {
  display: none;
  border-top: 1px solid #76A479;
  padding: 100rem 0 200rem;
}

#top section.flow h2 {
  padding-bottom: 40rem;
  font-size: 30rem;
  text-align: center;
  font-weight: normal;
}

#top section.flow h2 .small {
  display: block;
}

#top section.flow .lead01 {
  text-align: center;
  line-height: 2.2;
  font-size: 16rem;
  margin-bottom: 80rem;
}

#top section.flow li {
  position: relative;
  width: 30%;
  display: inline-block;
  margin-right: 1%;
  vertical-align: middle;
}

#top section.flow li .caption {
  bottom: 22.2%;
  right: 5.6%;
}

#top section.flow li .title {
  font-size: 20rem;
  margin: 10rem 0 15rem 10rem;
}

#top section.flow li .lead {
  font-size: 16rem;
  margin-left: 10rem;
}

#top section.flow li:last-child {
  margin-right: auto;
}

#top section.flow li:nth-child(2n) {
  width: 2%;
}

#top section.concept {
  display: none;
  padding-bottom: 200rem;
}

#top section.concept .contnet-area {
  position: relative;
  padding: 100rem 0 0;
  border-top: 1px solid #4A4341;
  border-bottom: 1px solid #4A4341;
}

#top section.concept dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60rem 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 1;
}

#top section.concept dt {
  width: 450rem;
}

#top section.concept dd {
  line-height: 2.4;
  font-size: 14rem;
}

#top section.concept .cg {
  width: 830rem;
}

#top section.concept .cg .caption {
  right: 57rem;
  bottom: 87rem;
}

#top .guides {
  margin-top: 100px;
  text-align: center;
}

#top .guides .movies {
  display: inline-block;
  width: 40%;
  margin: auto;
}

#top .guides .guide-movie {
  margin: 0 auto;
}

#top .guides .guide-movie video {
  width: 100%;
  height: 100%;
}

#top .guides .guide-movie .click-btn {
  max-width: 480px;
  width: 100%;
  margin: auto;
  text-align: center;
  clear: both;
}

#top .guides .guide-movie video:focus {
  outline: none;
}

#top .guides .guide-movie .modal-wrapper {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10% 10px;
  text-align: center;
}

#top .guides .guide-movie .modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

#top .guides .guide-movie .modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
  background: rgba(0, 0, 0, 0.8) !important;
}

#top .guides .guide-movie .modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: "";
}

#top .guides .guide-movie .modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 94%;
  max-width: 800px;
  padding: 0;
  border-radius: 2px;
  vertical-align: middle;
}

#top .guides .guide-movie .modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
}

#top .guides .guide-movie .modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.8) !important;
}

#top .guides .guide-movie .modal-overlay:hover {
  opacity: 1 !important;
}

#top .guides .guide-movie .modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  color: #fff !important;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  padding: 0;
}

#top .guides .guide-movie .modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}

#top section.lowers {
  display: none;
}

#top section.lowers .inSections {
  position: relative;
}

#top section.lowers .inSections:not(:last-of-type) {
  margin-bottom: 150rem;
}

#top section.lowers .inSections h4 {
  padding-bottom: 50rem;
}

#top section.lowers .inSections h4 img {
  width: auto;
  height: 80rem;
}

#top section.lowers .inSections .lead {
  font-size: 16rem;
  padding-top: 50rem;
}

#top section.lowers .inSections .more-button {
  position: absolute;
  right: 0;
  bottom: 48rem;
}

@media (min-width: 768px) {
  #top section.lowers .inSections.js-scroll {
    transform: none;
    opacity: 1;
    transition: none;
  }
  #top section.lowers .inSections.js-scroll.on h4 {
    animation: varticalFade 2s ease 0s forwards;
  }
  #top section.lowers .inSections.js-scroll.on .lead {
    animation: varticalFade 2s ease 0.45s forwards;
  }
  #top section.lowers .inSections.js-scroll.on .more-button {
    animation: varticalFade 2s ease 0.6s forwards;
  }
  #top section.lowers .inSections.js-scroll.on .slider01 .items:first-of-type {
    animation: varticalFade 2s ease 0s forwards;
  }
  #top section.lowers .inSections.js-scroll.on .slider01 .items:nth-of-type(2) {
    animation: varticalFade 2s ease 0.15s forwards;
  }
  #top section.lowers .inSections.js-scroll.on .slider01 .items:nth-of-type(3) {
    animation: varticalFade 2s ease 0.3s forwards;
  }
  #top section.lowers .inSections h4,
  #top section.lowers .inSections .lead,
  #top section.lowers .inSections .more-button {
    transform: translateY(100rem);
    opacity: 0;
  }
  #top section.lowers .inSections .slider01 .items {
    transform: translateY(100rem);
    opacity: 0;
  }
  #top section.lowers .inSections .slider01 .items:nth-of-type(2) {
    transform: translateY(150rem);
  }
  #top section.lowers .inSections .slider01 .items:nth-of-type(3) {
    transform: translateY(150rem);
  }
}

@media (min-width: 768px) {
  #top section.lowers section.design h4 {
    padding-left: 30rem;
  }
}

#top section.lowers section.design h4 img {
  height: 79rem;
}

#top section.lowers section.position h4 img {
  height: 87rem;
}

#top section.lowers section.quality h4 img {
  height: 86rem;
}

@media screen and (max-width: 768px) {
  #top .mainVisual video {
    height: auto;
  }
  #top .mainVisual .thumbs {
    bottom: 15px;
  }
  #top .mainVisual .thumbs li {
    width: 12rem;
    height: 12rem;
    border-radius: 6rem;
  }
  #top section.intro {
    padding: 30rem 20rem 100rem;
  }
  #top section.intro .appeal01 {
    padding-bottom: 40rem;
    width: 86%;
  }
  #top section.intro .appeal02 {
    max-width: 1320rem;
  }
  #top section.information {
    padding-bottom: 60rem;
  }
  #top section.information h2 {
    padding-bottom: 50rem;
    font-size: 21rem;
  }
  #top section.information .notice {
    font-size: 16px;
    text-align: center;
    margin: 50px auto 0;
    line-height: 1.6;
  }
  #top section.information .notice .red {
    margin-right: auto;
    margin-bottom: 10px;
  }
  #top section.information .buttons {
    flex-direction: column;
    justify-content: normal;
    gap: 10rem 0;
    padding-bottom: 30rem;
  }
  #top section.information .buttons li {
    flex: 0 0 auto;
    margin-right: 0;
  }
  #top section.information .lead {
    text-align: center;
    line-height: 2.2;
    font-size: 16rem;
  }
  #top section.information .bnr {
    margin: 40rem auto 0;
  }
  #top section.information .bnr02 {
    margin: 30rem auto 0;
  }
  #top section.flow {
    padding: 50rem 0 100rem;
  }
  #top section.flow h2 {
    padding-bottom: 40rem;
  }
  #top section.flow .lead01 {
    margin-bottom: 40rem;
  }
  #top section.flow li {
    display: block;
    width: 100%;
  }
  #top section.flow li .caption {
    bottom: 18.5%;
  }
  #top section.flow li:nth-child(2n) {
    width: 30px;
    margin: 10rem auto;
    transform: rotate(90deg);
  }
  #top section.concept {
    padding-bottom: 100rem;
  }
  #top section.concept .contnet-area {
    padding: 50rem 0 0;
  }
  #top section.concept dl {
    align-items: flex-start;
    gap: 40rem 0;
    padding-bottom: 30rem;
    position: static;
    text-align: left;
  }
  #top section.concept dt {
    width: 236rem;
  }
  #top section.concept .cg {
    width: 100%;
  }
  #top section.concept .cg .caption {
    right: 10rem;
    bottom: 0;
  }
  #top .guides {
    text-align: center;
    margin-bottom: 0;
  }
  #top .guides .movies {
    display: block;
    width: 90%;
    margin: 0 auto 20px;
  }
  #top .guides .guide-movie {
    margin-bottom: 0;
  }
  #top section.lowers h3 {
    padding-bottom: 100rem;
  }
  #top section.lowers .inSections:not(:last-of-type) {
    margin-bottom: 100rem;
  }
  #top section.lowers .inSections h4 {
    padding-bottom: 20rem;
    text-align: center;
  }
  #top section.lowers .inSections h4 img {
    height: 120rem !important;
  }
  #top section.lowers .inSections .lead {
    padding: 0 0 20rem;
  }
  #top section.lowers .inSections .more-button {
    position: static;
    margin-left: auto;
  }
}

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