@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#top main {
  position: relative;
  overflow: hidden;
  margin-bottom: -2px;
}

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

#top main .main-visual .text {
  position: absolute;
  top: 18%;
  right: 7%;
  width: 25%;
  width: calc(600 / 1600 * 100vw);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1.5s,filter 1.5s;
}

#top main .main-visual.on .text {
  opacity: 1;
  filter: blur(0px);
}

#top main .appeals {
  margin: 0 auto;
  padding: 42rem 0 65rem;
  width: 90%;
}

#top main .appeals .points {
  padding-top: 40rem;
  max-width: 840rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#top main .appeals .points li {
  width: 48%;
  position: relative;
  padding: 10rem 0;
  margin-bottom: 15rem;
  font-size: 30rem;
  text-align: left;
  padding-left: 8rem;
  border-left: 5px double #3C5A4C;
}

#top main .information {
  margin: 0 auto 80rem;
  padding: 30rem 0;
  border-top: 4px dotted #8A8A8A;
  border-bottom: 4px dotted #8A8A8A;
  width: 90%;
  max-width: 400rem;
  max-width: 800rem;
  text-align: center;
  /*pre information */
}

#top main .information .title {
  font-size: 20rem;
  font-weight: normal;
  padding-bottom: 35rem;
}

#top main .information .lead {
  color: #3C5A4C;
  font-size: 32rem;
  line-height: 1.5;
  padding-top: 35rem;
  padding-bottom: 0rem;
}

#top main .information .button-links li {
  width: 292rem;
  margin: 40rem auto 0;
}

#top main .information .button-links a {
  display: block;
  position: relative;
  font-size: 14rem;
  padding: 25rem 15rem;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  #top main .information .button-links a:hover {
    padding-left: 15rem;
  }
  #top main .information .button-links a:hover::before {
    opacity: .5;
  }
}

#top main .information .button-links a span {
  position: relative;
  z-index: 2;
}

#top main .information .button-links a::before, #top main .information .button-links a::after {
  content: "";
  display: block;
  position: absolute;
}

#top main .information .button-links a::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #41403F;
  transition: opacity .5s;
  opacity: 1;
}

#top main .information .button-links a::after {
  top: 100%;
  left: 100%;
  width: 15rem;
  height: 15rem;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  z-index: 1;
}

#top main .information .information_caption {
  /*margin: 10px;*/
  font-size: 1.2em;
  text-align: center;
  /*追加*/
  margin: 0 auto .5em;
  font-family: var(--site-font_family-en_1);
  text-transform: uppercase;
}

#top main .information .information_textarea {
  overflow-y: scroll;
  overflow-x: hidden;
  width: auto;
  height: 200px;
  /*追加*/
  border: 3px double #ccc;
  padding: 0 24px;
  background: #fff0;
  text-align: left;
  line-height: 1.9;
}

#top main .information .information_textarea .date {
  font-size: 16px;
  padding-bottom: 6px;
  margin-top: 20px;
}

#top main .information .information_textarea .date .new {
  display: inline-block;
  margin-bottom: 5px;
  padding: 4px 6px;
  background: #3C5A4C;
  color: #fff;
  font-size: 12rem;
}

#top main .information .information_textarea .information_textarea_text {
  font-size: 16px;
  line-height: 1.4;
}

#top main .information .information_textarea a {
  text-decoration: underline;
}

#top main .information .information_textarea .information_image {
  max-width: 400px;
  margin-bottom: 10px;
}

#top main .information .information_textarea .information_textarea_link {
  font-size: 16px;
}

#top main .information .informationSection {
  margin: 80px auto 20px;
}

#top main .information .informationSection .promoting_title {
  color: #3C5A4C;
  font-size: 32px;
  line-height: 1.5;
}

#top main .information .informationSection .promoting_text {
  font-size: 20px;
  line-height: 1.5;
  padding-top: 35rem;
  padding-bottom: 0rem;
}

#top main .panels {
  position: relative;
  text-align: center;
}

#top main .panels .button {
  display: inline-block;
  line-height: 1;
}

#top main .panels a {
  display: block;
  box-sizing: border-box;
  padding: 20rem 65rem;
  font-size: 19rem;
  text-align: center;
  color: #151515;
  background-color: #F2F2F2;
  border-radius: 70rem;
}

#top main .panels a span {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding-right: 0;
  transition: padding-right .5s;
}

#top main .panels a span::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity .1s;
}

@media screen and (min-width: 1025px) {
  #top main .panels a:hover {
    opacity: 1 !important;
  }
  #top main .panels a:hover span {
    padding-right: 30rem;
  }
  #top main .panels a:hover span::after {
    transition: opacity .5s .5s;
    opacity: 1;
  }
}

#top main .panels .color02 a {
  color: #fff;
  background: #3C5A4C;
  background: radial-gradient(circle, #3c5a4c 0%, #0c120f 100%);
}

#top main .section-position .title {
  position: absolute;
  top: 2%;
  left: 8%;
  z-index: 2;
  width: 508rem;
}

#top main .section-position .button {
  position: absolute;
  bottom: 50rem;
  left: 50%;
  transform: translateX(-50%);
}

#top main .section-location {
  background: url(../images/top/panel-location-bg.jpg) no-repeat center top #fff;
  background-size: 100% auto;
  padding-bottom: 0rem;
}

#top main .section-location .title {
  padding-top: 105rem;
  padding-left: 8%;
  padding-bottom: 114rem;
  width: 533rem;
}

@keyframes sl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2400rem);
  }
}

#top main .section-location .images {
  padding-bottom: 45rem;
  display: flex;
}

#top main .section-location .images .img01 {
  width: calc((1060 / 1600)*100%);
}

#top main .section-location .images .img02 {
  width: calc((540 / 1600)*100%);
  display: block;
}

#top main .section-design .bg {
  position: relative;
  width: 84%;
  left: 8%;
  margin-bottom: 160rem;
}

#top main .section-design .title {
  position: absolute;
  top: 15%;
  left: 8%;
  z-index: 2;
  width: 595rem;
}

#top main .section-design .button {
  position: absolute;
  bottom: -100rem;
  left: 50%;
  transform: translateX(-50%);
}

#top main .section-plan .title {
  position: absolute;
  top: 15%;
  left: 8%;
  z-index: 2;
  width: 535rem;
}

#top main .section-plan .button {
  position: absolute;
  bottom: 50rem;
  left: 50%;
  transform: translateX(-50%);
}

#top main .section-brand .title {
  position: absolute;
  top: 15%;
  left: 8%;
  z-index: 2;
  width: 591rem;
}

#top main .section-brand .button {
  position: absolute;
  bottom: 50rem;
  left: 50%;
  transform: translateX(-50%);
}

#top main .parallax .images {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#top main .parallax .bg {
  opacity: 0;
}

@media (max-width: 768px) {
  #top main .main-visual .text {
    top: 21%;
    right: 8%;
    width: 84%;
  }
  #top main .appeals {
    padding: 51rem 0 38rem;
  }
  #top main .appeals .points {
    display: block;
  }
  #top main .appeals .points li {
    padding: 10rem 10rem;
    margin-bottom: 5rem;
    width: 100%;
    font-size: 24rem;
  }
  #top main .information {
    margin: 0 auto 40rem;
    max-width: inherit;
  }
  #top main .information .title {
    font-size: 20rem;
  }
  #top main .information .lead {
    font-size: 28rem;
  }
  #top main .information .information_textarea .date {
    font-size: 14px;
  }
  #top main .information .information_textarea .information_textarea_text {
    font-size: 14px;
  }
  #top main .information .information_textarea .information_image {
    max-width: 400px;
    margin: 10px auto;
  }
  #top main .information .information_textarea .information_textarea_link {
    font-size: 14px;
  }
  #top main .information .informationSection {
    margin: 40px auto 20px;
  }
  #top main .information .informationSection .promoting_title {
    font-size: 24px;
    padding-bottom: 0rem;
  }
  #top main .information .informationSection .promoting_text {
    font-size: 16px;
    padding-top: 20rem;
  }
  #top main .panels {
    position: relative;
    text-align: center;
  }
  #top main .panels a {
    padding: 10rem 100rem;
    font-size: 16rem;
    background-color: #fff;
  }
  #top main .panels a span {
    padding-right: 30rem;
  }
  #top main .panels a span::after {
    opacity: 1;
  }
  #top main .panels .color02 a {
    background: #3C5A4C;
    background: radial-gradient(circle, #3c5a4c 0%, #0c120f 100%);
  }
  #top main .section-position .title {
    position: absolute;
    top: 4%;
    left: 5%;
    width: 300rem;
  }
  #top main .section-position .button {
    bottom: 22rem;
  }
  #top main .section-location {
    padding-bottom: 90rem;
  }
  #top main .section-location .title {
    padding-top: 55rem;
    padding-left: 5%;
    padding-bottom: 28rem;
    width: 308rem;
  }
  @keyframes sl2 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-900rem);
    }
  }
  #top main .section-location .images {
    padding-bottom: 45rem;
    display: block;
  }
  #top main .section-location .images .img01, #top main .section-location .images .img02 {
    width: 100%;
  }
  #top main .section-design .bg {
    width: 100%;
    left: 0;
    margin-bottom: 0;
  }
  #top main .section-design .bg .caption {
    bottom: 24.6%;
  }
  #top main .section-design .title {
    top: 0%;
    left: 5%;
    width: 320rem;
  }
  #top main .section-design .button {
    bottom: 84rem;
  }
  #top main .section-plan .title {
    top: 5%;
    left: 5%;
    width: 307rem;
  }
  #top main .section-plan .button {
    bottom: 30rem;
  }
  #top main .section-brand .title {
    top: 5%;
    left: 5%;
    width: 313rem;
  }
  #top main .section-brand .button {
    bottom: 30rem;
  }
}

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