@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
.l-intro__skip {
  pointer-events: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  line-height: 1.2;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
  text-align: center;
  border-radius: 2px;
  padding: 7px 20px;
  cursor: pointer;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .l-intro__skip {
    top: 10px;
    bottom: 0;
    height: max-content;
  }
}

#top main {
  padding: 0 0 130rem;
  background-size: cover;
}

#top.preload .site-footer,
#top.preload .site-header {
  opacity: 0;
}

#top.preload main {
  opacity: 0;
}

#top .preload {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

#top .movie {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 998;
}

#top .movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top .movie .skip {
  cursor: pointer;
  position: absolute;
  top: 5%;
  right: 5%;
  color: #fff;
  font-size: 15rem;
  z-index: 998;
  text-shadow: 0px 0px 5px #000,0px 0px 5px #000,0px 0px 5px #000;
}

#top .fixed-bnr {
  position: fixed;
  max-width: 280px;
  height: auto;
  top: 55%;
  right: 10px;
  z-index: 9996;
  transition: .5s;
  opacity: 0;
}

#top .fixed-bnr .close {
  position: absolute;
  display: block;
  right: -6px;
  top: -6px;
  width: 30px;
}

#top .main-visual {
  position: relative;
  overflow: hidden;
}

#top .main-visual .bg {
  opacity: 0;
}

#top .main-visual .mv-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
}

#top .main-visual .mv-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.9s;
}

#top .main-visual .mv-slide.on {
  opacity: 1;
}

#top .main-visual .mv-slide .mv-text {
  position: absolute;
  width: 33%;
  top: 40%;
  right: 5%;
}

#top .main-visual .thumbs {
  position: absolute;
  bottom: 30rem;
  width: 100%;
  text-align: center;
}

#top .main-visual .thumbs li {
  display: inline-block;
  width: 10rem;
  height: 10rem;
  border: 1px solid #549FCA;
  background-color: #549FCA;
  transition: background-color .5s;
  margin-right: 15rem;
  z-index: 10;
  border-radius: 50%;
  cursor: pointer;
}

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

#top .main-visual .thumbs li.on {
  pointer-events: none;
  background-color: #fff;
}

#top .contents-block {
  border-top: 5px solid #549FCA;
  padding: 0 0 100rem;
  background-size: cover;
}

#top .fixed-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/fixed-image-pc.jpg) no-repeat center;
  background-size: cover;
}

#top .fixed-img img {
  opacity: 0;
}

#top .apeal {
  padding: 10rem 0 0;
  background: #559FCA;
  margin-bottom: 130rem;
}

#top .apeal li {
  display: inline-block;
  vertical-align: middle;
  width: 64%;
}

#top .apeal li:last-child {
  width: 35%;
  margin-top: -5%;
  position: relative;
  z-index: 9998;
}

#top .cv-area {
  padding-bottom: 100rem;
  text-align: center;
}

#top .cv-area .holiday {
  font-size: 15rem;
  line-height: 1.8;
  padding: 20px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto 40rem;
  border: 1px solid;
}

#top .cv-area .title {
  font-size: 26rem;
  padding-bottom: 40rem;
  font-weight: normal;
}

#top .cv-area .button {
  margin: 0 auto;
  width: 100%;
  max-width: 400rem;
  padding-bottom: 60rem;
}

#top .cv-area .button a {
  border-radius: 4px;
}

#top .cv-area .text {
  font-size: 12rem;
  line-height: 1.9;
}

#top .cv-area .text + .text {
  padding-top: 25rem;
}

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

#top .flows {
  max-width: 1000px;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  padding: 60rem 0 50rem;
}

#top .flows .inner {
  width: 86%;
  margin: auto;
}

#top .flows .list li {
  display: inline-block;
  vertical-align: middle;
  width: 47%;
  margin-right: 5%;
}

#top .flows .list li:last-child {
  margin: auto;
}

#top .flows .list .txt {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}

#top .flows .img02 {
  margin: 50px auto 30px;
}

#top .flows .button {
  max-width: 400px;
  margin: auto;
}

#top .flows .button a {
  border-radius: 4px;
}

#top .bnr {
  max-width: 1000px;
  margin: 0 auto 100rem;
  padding: 0 10px;
}

#top .concept {
  position: relative;
  margin-bottom: 240rem;
  background-color: rgba(120, 151, 167, 0.5);
}

#top .concept .inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-top: 170rem;
}

#top .concept .inner .caption {
  right: auto;
  left: 0;
  bottom: 160rem;
}

#top .concept .inner .header {
  order: 2;
  margin-right: 5%;
  padding-bottom: 100rem;
}

#top .concept .inner .header .text {
  padding-top: 75rem;
  margin: 0 8%;
  font-size: 16rem;
  line-height: 2.5;
  color: #FFF;
}

#top .concept .inner .image {
  order: 0;
  width: 55.55556%;
  margin-bottom: 160rem;
}

#top .sections {
  position: relative;
  margin: 0 auto 232rem;
  max-width: 1000rem;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top .sections .header {
  order: 2;
  padding-left: 30rem;
}

#top .sections .images-box {
  order: 0;
  width: 60%;
}

#top .sections .title {
  padding-bottom: 60rem;
}

#top .sections .lead {
  padding-left: 62rem;
  font-size: 24rem;
  line-height: 1.8;
  padding-bottom: 20rem;
  color: #549FCA;
}

#top .sections .text {
  padding-left: 70rem;
  font-size: 14rem;
  line-height: 2;
  padding-bottom: 40rem;
  color: #549FCA;
}

#top .sections .button {
  padding-left: 70rem;
  line-height: 1;
}

#top .sections .common-button01 {
  display: block;
  padding: 20rem 10rem;
  background-color: #549FCA;
  text-align: center;
  line-height: 1;
  height: auto;
}

#top .sections .common-button01::after {
  content: ">>>";
  position: absolute;
  top: 50%;
  right: 15rem;
  font-size: 15rem;
  color: #fff;
  transform: translateY(-50%);
}

#top .sections .common-button01 span {
  position: relative;
  z-index: 4;
  letter-spacing: .15em;
  transition: letter-spacing .5s;
}

#top .sections .common-button01:hover span {
  letter-spacing: .25em;
}

#top .section-position .img01 {
  margin-right: 55%;
  margin-bottom: -100rem;
}

#top .section-position .img02 {
  margin-left: 50%;
}

#top .section-location .header {
  order: 0;
  padding-left: 0rem;
}

#top .section-location .images-box {
  padding-left: 0rem;
  order: 2;
}

#top .section-location .img01 {
  margin-left: 26%;
  margin-right: auto;
  margin-bottom: -10rem;
}

#top .section-location .img02 {
  width: 33%;
  margin-left: -14%;
}

#top .section-location .lead {
  padding-left: 0rem;
}

#top .section-location .text {
  padding-left: 0rem;
}

#top .section-location .button {
  padding-left: 0rem;
}

#top .section-access .img01 {
  margin-right: 44%;
  margin-bottom: -20rem;
}

#top .section-access .img02 {
  margin-left: 70%;
  margin-right: -7%;
}

#top .section-access .title {
  margin-bottom: -40rem;
  padding-bottom: 0;
}

#top .section-design {
  margin-bottom: 90rem;
}

#top .section-design .header {
  order: 0;
  padding-left: 0rem;
}

#top .section-design .images-box {
  padding-left: 0rem;
  order: 2;
}

#top .section-design .img01 {
  margin-left: 63%;
  margin-right: auto;
  margin-bottom: 50rem;
}

#top .section-design .img02 {
  width: 70%;
  margin-left: 0%;
}

#top .section-design .lead {
  padding-left: 0rem;
}

#top .section-design .text {
  padding-left: 0rem;
}

#top .section-design .button {
  padding-left: 0rem;
}

#top .section-plan .img01 {
  margin-right: 55%;
  margin-bottom: -20rem;
}

#top .section-plan .img02 {
  margin-left: 52%;
  margin-right: -7%;
}

#top .section-plan .images-box {
  padding-top: 190rem;
}

#top .steps {
  background-color: rgba(120, 151, 167, 0.5);
  padding: 95rem 0 135rem;
}

#top .steps .title {
  color: #fff;
  font-size: 22rem;
  line-height: 1;
  padding-bottom: 55rem;
  text-align: center;
  font-weight: normal;
  width: 100%;
}

#top .steps .steps-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top .steps li {
  box-sizing: border-box;
  width: 22%;
  padding: 40rem 20rem;
  box-sizing: border-box;
  background: linear-gradient(-45deg, #A6B5BF -50%, #FFFFFF 50%, #A6B5BF 150%);
  background-size: cover;
  box-shadow: 0px 0px 12px  #888;
  position: relative;
  text-align: center;
}

#top .steps li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 15rem;
  border-left: 25rem solid #fff;
  border-top: 25rem solid transparent;
  border-bottom: 25rem solid transparent;
}

#top .steps li:last-child::after {
  display: none;
}

#top .steps .txt {
  position: absolute;
  top: 62%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 28rem;
  transform: translateY(-50%);
}

#top .steps .images {
  margin-bottom: 24rem;
}

#top .steps .text01 {
  font-size: 12rem;
  line-height: 1.3;
  letter-spacing: .1em;
  padding-bottom: 16rem;
  color: #000;
}

#top .steps .text02 {
  font-size: 11rem;
  line-height: 1.3;
  padding-bottom: 12rem;
}

#top .steps .text03 {
  font-size: 14rem;
  line-height: 2;
  text-align: left;
}

@media (max-width: 768px) {
  #top .fixed-bnr {
    max-width: 280px;
    width: 60%;
    top: 53%;
  }
  #top .fixed-bnr .close {
    top: -10px;
    right: 0px;
  }
  #top main {
    padding-top: 60rem;
  }
  #top .contents-block {
    padding: 0 0 60rem;
    background: #fff;
  }
  #top .main-visual {
    position: relative;
    margin-top: 15rem;
  }
  #top .main-visual .mv-slide .mv-text {
    width: 64%;
    top: 50%;
    right: 18%;
    left: 18%;
  }
  #top .main-visual .mv-slide .mv-text.text03 {
    width: 64%;
    top: 40%;
    left: 3%;
    right: 33%;
  }
  #top .main-visual .thumbs {
    bottom: 10rem;
  }
  #top .cv-area {
    padding-bottom: 80rem;
  }
  #top .cv-area .title {
    font-size: 22rem;
    padding-bottom: 20rem;
  }
  #top .cv-area .button {
    padding-bottom: 20rem;
  }
  #top .cv-area .text {
    font-size: 12rem;
    text-align: left;
  }
  #top .cv-area .text br {
    display: none;
  }
  #top .cv-area .text + .text {
    padding-top: 0rem;
  }
  #top .apeal {
    padding: 40rem 0 20rem;
    margin-bottom: 60px;
  }
  #top .apeal .wrap {
    width: 90%;
    max-width: inherit;
  }
  #top .apeal li {
    display: block;
    width: 100%;
  }
  #top .apeal li:last-child {
    width: 98%;
    margin: 5px auto 0;
  }
  #top .image,
  #top .images {
    position: relative;
  }
  #top .flows {
    border-radius: 0;
    padding: 0 0 50rem;
  }
  #top .flows .inner {
    width: 100%;
    margin: auto;
  }
  #top .flows .list li {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  #top .flows .list li:last-child {
    width: 90%;
    margin: 0 auto 50px;
  }
  #top .flows .list .txt {
    color: #549FCA;
  }
  #top .flows .img02 {
    width: 80%;
    margin: 50px auto 30px;
  }
  #top .flows .button {
    width: 90%;
    margin: auto;
  }
  #top .bnr {
    margin-bottom: 50rem;
  }
  #top .concept {
    margin-bottom: 60rem;
  }
  #top .concept .inner {
    display: block;
    padding-top: 88rem;
  }
  #top .concept .inner .header {
    padding-bottom: 60rem;
    width: 90%;
    margin: 0 auto;
  }
  #top .concept .inner .header .text {
    padding-top: 60rem;
    margin: 0 auto;
    text-align: center;
  }
  #top .concept .inner .image {
    width: 100%;
  }
  #top .concept .inner .caption {
    bottom: 0;
  }
  #top .sections {
    position: relative;
    margin: 0 auto 60rem;
    display: block;
  }
  #top .sections .header {
    padding-left: 0rem;
  }
  #top .sections .header .images {
    margin-bottom: 30rem;
  }
  #top .sections .title {
    padding-bottom: 50rem;
  }
  #top .sections .lead {
    padding-left: 0rem;
    font-size: 22rem;
    line-height: 1.8;
    padding-bottom: 22rem;
  }
  #top .sections .text {
    padding-left: 0rem;
    padding-bottom: 40rem;
  }
  #top .sections .text br {
    display: none;
  }
  #top .sections .button {
    padding-left: 0rem;
    line-height: 1;
  }
  #top .section-access .title {
    margin-bottom: 0;
  }
  #top .section-design {
    margin-bottom: 60rem;
  }
  #top .section-plan .images-box {
    padding-top: 0rem;
  }
  #top .steps {
    padding: 95rem 0 135rem;
  }
  #top .steps .title {
    font-size: 18rem;
    padding-bottom: 34rem;
  }
  #top .steps .steps-list {
    display: block;
  }
  #top .steps li {
    width: auto;
    padding: 40rem 20rem;
    margin-bottom: 50rem;
    text-align: center;
  }
  #top .steps li::after {
    margin-top: 15rem;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 15rem;
    border-left: 25rem solid transparent;
    border-top: 25rem solid #fff;
    border-right: 25rem solid transparent;
  }
  #top .steps li:last-child::after {
    display: none;
  }
  #top .steps .txt {
    position: absolute;
    top: 62%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 28rem;
    transform: translateY(-50%);
  }
  #top .steps .images {
    margin-bottom: 24rem;
  }
  #top .steps .text01 {
    font-size: 15rem;
    line-height: 1.3;
    letter-spacing: .1em;
    padding-bottom: 16rem;
  }
  #top .steps .text02 {
    font-size: 11rem;
    line-height: 1.3;
    padding-bottom: 12rem;
  }
  #top .steps .text03 {
    font-size: 14rem;
    line-height: 2;
  }
}

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