@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 top
==================================================================================*/
#top .sp-container {
  display: block;
}
@media screen and (min-width: 768px) {
  #top .sp-container {
    transform: translateY(0) !important;
  }
}
#top .image {
  position: relative;
}
#top .pageAnnotationArea {
  z-index: 9;
}
#top .top-annotation {
  padding: 96px 0 130px;
  padding: 80px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 2.2;
}
#top .main-visual {
  position: relative;
  width: 100%;
  height: auto;
}
#top .main-visual .main-visual-slide, #top .main-visual .main-visual-slide .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top .main-visual .main-visual-slide .slides {
  overflow: hidden;
  opacity: 0;
  transition: opacity 2.5s;
  background: url(../imgs/mv-bg.jpg) center;
  background-size: cover;
}
#top .main-visual .main-visual-slide .slides.on {
  opacity: 1;
}
#top .main-visual .main-visual-slide .slides.slide01 .text {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 30%;
  transform: translateY(0%);
  opacity: 0;
  transition: opacity 1.6s, transform 1.6s;
}
#top .main-visual .main-visual-slide .slides.slide01 .caption {
  opacity: 0;
}
#top .main-visual .main-visual-slide .slides.slide01 .imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top .main-visual .main-visual-slide .slides.slide01 .imgs li {
  position: absolute;
  width: 100%;
  transition: clip-path 1.5s;
}
#top .main-visual .main-visual-slide .slides.slide01 .imgs .img01 {
  right: 5%;
  top: 0;
  width: 25%;
  clip-path: rect(0% 100% 0% 0%);
}
#top .main-visual .main-visual-slide .slides.slide01 .imgs .img02 {
  right: 35%;
  bottom: 0;
  width: 25%;
  clip-path: rect(100% 100% 100% 0%);
}
#top .main-visual .main-visual-slide .slides.slide01.at .text {
  transform: translateY(-50%);
  opacity: 1;
}
#top .main-visual .main-visual-slide .slides.slide01.at .imgs .img01 {
  clip-path: rect(0% 100% 100% 0%);
}
#top .main-visual .main-visual-slide .slides.slide01.at .imgs .img02 {
  clip-path: rect(0% 100% 100% 0%);
}
#top .main-visual .main-visual-slide .slides.slide01.at .caption {
  opacity: 1;
  background: none;
  bottom: 10%;
  color: #646464;
}
#top .main-visual .bg {
  opacity: 0;
}
#top .after {
  content: "";
  position: absolute;
  display: block;
}
#top .apeal-wrap {
  margin-bottom: 230px;
  position: relative;
  padding-bottom: 5px;
  background-color: #7f8981;
}
#top .apeal-wrap::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(270deg, #cba97d, #887253);
}
#top .apeal {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border-left: 1px solid #b1a18b;
}
#top .apeal a {
  color: #fff;
  font-size: 12px;
  display: block;
}
#top .apeal .texts {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  text-align: center;
}
#top .apeal li {
  position: relative;
  box-sizing: border-box;
  width: 34%;
  padding: 30px 20px 70px;
  border-right: 1px solid #b1a18b;
}
#top .apeal li:first-child {
  width: 27%;
  padding: 30px 30px 50px;
}
#top .apeal li:nth-child(3) {
  width: 34%;
  padding: 30px 30px 50px;
}
#top .apeal li:last-child {
  width: 28%;
}
#top .apeal li.none {
  pointer-events: none;
}
#top .information {
  text-align: center;
  padding-bottom: 150px;
}
#top .information .title {
  padding-bottom: 22px;
  font-size: 12px;
}
#top .information .lead01 {
  padding-bottom: 50px;
  font-size: 24px;
}
#top .information .lead01 p {
  line-height: 1.4;
}
#top .information .lead {
  padding-bottom: 20px;
  font-size: 22px;
}
#top .information .lead p {
  line-height: 1.8;
}
#top .information .link {
  padding-bottom: 40px;
  margin: 0 auto;
  max-width: 320px;
}
#top .information .text03 {
  font-size: 13px;
  padding-bottom: 35px;
}
#top .information .text03 p {
  line-height: 1.9;
}
#top .information .text04 {
  font-size: 12px;
  line-height: 2.9;
}
#top .all-bgs .info-bg {
  background-image: url(../imgs/info-bg.jpg);
}
#top .all-bgs .concept-bg {
  background: #abb5ad;
}
#top .all-bgs .panel05-bg,
#top .all-bgs .panel03-bg,
#top .all-bgs .panel01-bg {
  background-image: url(../imgs/panel01-bg.jpg);
  background-repeat: repeat;
  background-size: 50% auto;
}
#top .all-bgs .panel02-bg {
  background: #c6bbb5;
}
#top .all-bgs .panel04-bg {
  background: #abb5ad;
}
#top .concept-section {
  position: relative;
  margin-bottom: 14vw;
}
#top .concept-section .image {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
#top .concept-section .header {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 80%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
}
#top .concept-section .title {
  font-size: 95px;
  padding-bottom: 35px;
}
#top .concept-section .lead {
  font-size: 25px;
  padding-bottom: 35px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 10px rgba(0, 0, 0, 0.9));
}
#top .concept-section .text {
  font-size: 14px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 6px rgba(0, 0, 0, 0.9));
}
#top .panels {
  position: relative;
}
#top .panels .title {
  position: relative;
  padding-right: 12%;
  font-size: 65px;
}
#top .panels .title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0%;
  margin-left: 2%;
  width: 10%;
  height: 1px;
  background-color: currentColor;
}
#top .panels .lined {
  position: relative;
}
#top .panels .lined::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(9deg, #cba97d, #887253);
  transform: scaleY(0%);
  transform-origin: top;
  transition: transform 1.5s 1s;
}
#top .panels .lined.line-right::after {
  right: 0;
}
#top .panels .lined.line-left::after {
  left: 0;
}
#top .panels .lined.on::after {
  transform: scaleY(100%);
}
#top .panels .text {
  font-size: 13px;
}
#top .panels .text p {
  line-height: 2.4;
}
#top .panels .page-link {
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 14px;
  overflow: hidden;
  color: currentColor;
  max-width: 320px;
}
#top .panels .page-link::after, #top .panels .page-link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7f8981;
}
#top .panels .page-link::after {
  height: 3px;
  transform: scaleX(30%);
  transform-origin: left;
  transition: transform 0.6s;
  background-color: #1c3333;
}
#top .panels .page-link:hover::after {
  transform: scaleX(100%);
}
#top .panels .page-link .link-inner {
  display: block;
  padding: 15px 0px;
  position: relative;
}
#top .panels .page-link .link-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1c3333;
}
#top .panels .page-link.none {
  pointer-events: none;
}
#top .panels .text {
  font-size: 14px;
  padding-bottom: 20px;
}
#top .panels .text p {
  line-height: 2.2;
}
#top .panels.pattern01 {
  display: flex;
}
#top .panels.pattern01 .header {
  position: relative;
  width: 50%;
}
#top .panels.pattern01 .header .title {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
}
#top .panels.pattern01 .detail {
  position: relative;
  width: 50%;
}
#top .panels.pattern01 .detail .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  text-align: center;
  transform: translate(-50%, -50%);
}
#top .panels.pattern01 .detail .image {
  max-width: 390px;
  margin: 0 auto 40px;
}
#top .panels .page-link {
  padding-top: 15px;
  text-align: left;
}
#top .section-plan {
  position: relative;
}
#top .section-plan .title::after {
  display: none;
}
#top .section-plan .title .title-in {
  display: inline-block;
  position: relative;
}
#top .section-plan .title .title-in::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 2%;
  width: 20%;
  height: 1px;
  background-color: currentColor;
}
#top .section-plan .header {
  padding: 16vw 33% 17vw 28%;
  margin-bottom: 14vw;
}
#top .section-plan .img01,
#top .section-plan .img02,
#top .section-plan .img03 {
  position: absolute;
}
#top .section-plan .img01 {
  bottom: 0;
  right: 0;
  width: 29%;
}
#top .section-plan .img02 {
  bottom: 0%;
  left: 0;
  width: 25%;
  transform: translateY(-100%);
}
#top .section-plan .img03 {
  bottom: 0%;
  left: 25%;
  width: 25%;
}
#top .section-design {
  margin-top: 12vw;
  position: relative;
}
#top .section-design .title::after {
  display: none;
}
#top .section-design .title .title-in {
  display: inline-block;
  position: relative;
}
#top .section-design .title .title-in::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 2%;
  width: 20%;
  height: 1px;
  background-color: currentColor;
}
#top .section-design .header {
  padding: 10vw 33% 17vw 28%;
  margin-bottom: 14vw;
}
#top .section-design .img01,
#top .section-design .img02,
#top .section-design .img03 {
  position: absolute;
}
#top .section-design .img01 {
  top: 0;
  right: 0;
  width: 42%;
}
#top .section-design .img02 {
  top: 36%;
  left: 0;
  width: 25%;
  transform: translateY(-100%);
}
#top .section-design .img03 {
  bottom: 0%;
  left: 20%;
  width: 25%;
}
#top .section-potential .title {
  right: auto;
  left: 0;
  padding-left: 15%;
}
#top .section-potential .title::after {
  right: auto;
  left: 0;
}
#top .section-potential .header {
  order: 1;
}
#top .section-potential .detail {
  order: 0;
}
@media screen and (max-width: 768px) {
  #top .main-visual {
    margin-top: 92px;
  }
  #top .main-visual .main-visual-slide .slides {
    background-image: url(../imgs/mv-bg-sp.jpg);
  }
  #top .main-visual .main-visual-slide .slides.slide01 .text {
    top: 8%;
    left: 5%;
    width: 80%;
    transform: translateY(50%);
    z-index: 5;
  }
  #top .main-visual .main-visual-slide .slides.slide01 .imgs .img01 {
    right: 0%;
    top: 17%;
    width: 42%;
  }
  #top .main-visual .main-visual-slide .slides.slide01 .imgs .img02 {
    right: 50%;
    bottom: 0%;
    width: 37%;
  }
  #top .main-visual .main-visual-slide .slides.slide01.at .text {
    transform: translateY(0%);
  }
  #top .main-visual .main-visual-slide .slides.slide01.at .caption {
    bottom: 7%;
  }
  #top .main-content {
    background: url(../imgs/bg-sp01.png) center top;
    background-size: 100% auto;
  }
  #top .after {
    content: "";
    position: absolute;
    display: block;
  }
  #top .apeal-wrap {
    margin-bottom: 80px;
    padding-bottom: 25px;
  }
  #top .apeal-wrap::after {
    display: none;
  }
  #top .apeal {
    margin-bottom: 20px;
    display: block;
    border-left: none;
  }
  #top .apeal a {
    font-size: 14px;
  }
  #top .apeal .texts .in {
    position: relative;
  }
  #top .apeal .texts .in::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 100%;
    margin-left: 20px;
    width: 40px;
    height: 1px;
    background-color: #fff;
  }
  #top .apeal .texts {
    margin-top: 35px;
    position: relative;
    bottom: 0px;
  }
  #top .apeal .texts .in::after {
    margin-left: 20px;
    width: 40px;
    height: 1px;
  }
  #top .apeal li {
    width: auto;
    padding: 15px 30px 25px;
    border-right: none;
    border-bottom: 1px solid #b1a18b;
  }
  #top .apeal li:nth-child(1) {
    width: 100%;
    padding: 30px 30px 25px;
  }
  #top .apeal li:nth-child(1) a {
    width: 70.2%;
    margin: auto;
  }
  #top .apeal li:nth-child(4) {
    width: 100%;
  }
  #top .apeal li:nth-child(4) a {
    width: 80.2%;
    margin: auto;
  }
  #top .apeal li:nth-child(2) {
    width: auto;
  }
  #top .apeal li:nth-child(3) {
    width: 100%;
    padding: 15px 30px 25px;
  }
  #top .apeal li:nth-child(3) a {
    width: 95%;
    margin: auto;
  }
  #top .information {
    padding-bottom: 60px;
  }
  #top .information .title {
    padding-bottom: 30px;
    font-size: 11px;
  }
  #top .information .lead {
    padding-bottom: 20px;
  }
  #top .information .link {
    padding-bottom: 40px;
  }
  #top .information .text04 {
    font-size: 11px;
    line-height: 2;
  }
  #top .all-bgs .info-bg {
    background-image: url(../imgs/info-bg.jpg);
  }
  #top .all-bgs .concept-bg {
    background: #abb5ad;
  }
  #top .all-bgs .panel05-bg,
  #top .all-bgs .panel03-bg,
  #top .all-bgs .panel01-bg {
    background-image: url(../imgs/panel01-bg-sp.jpg);
    background-repeat: repeat;
    background-size: 50% auto;
  }
  #top .all-bgs .panel02-bg {
    background: #c6bbb5;
  }
  #top .all-bgs .panel04-bg {
    background: #abb5ad;
  }
  #top .all-bgs .panel05-bg {
    display: none;
  }
  #top .concept-section .header {
    width: 80%;
  }
  #top .concept-section .title {
    font-size: 40px;
    padding-bottom: 0px;
  }
  #top .concept-section .title span {
    line-height: 1.6;
  }
  #top .concept-section .lead {
    font-size: 22px;
    padding-bottom: 35px;
  }
  #top .concept-section .text {
    display: none;
  }
  #top .panels-wrap {
    margin-top: 100px;
    width: 100vw;
    overflow: auto;
  }
  #top .panels-wrap .in-wrap {
    display: flex;
    width: 500vw;
    width: 400vw;
  }
  #top .panels {
    padding: 50px 0 0;
    background: url(../imgs/info-bg-sp.jpg);
    background-size: cover;
    position: relative;
    width: 100vw;
  }
  #top .panels .in {
    position: relative;
  }
  #top .panels .title {
    padding-left: 0;
    padding-right: 12%;
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
  }
  #top .panels .title::after {
    left: auto !important;
    right: 0% !important;
    margin-right: auto !important;
    margin-left: 2% !important;
    width: 10% !important;
  }
  #top .panels .lined::after {
    top: 0;
    left: 0;
    right: inherit !important;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #cba97d, #887253);
    transform: scaleX(0);
  }
  #top .panels .text {
    font-size: 13px;
  }
  #top .panels .text p {
    line-height: 2.4;
    letter-spacing: 0.08em;
  }
  #top .panels .links {
    padding-top: 0;
  }
  #top .panels .page-link {
    font-size: 14px;
    margin-left: 30%;
    text-align: left;
    width: 70%;
  }
  #top .panels .text {
    font-size: 14px;
    padding-bottom: 0;
  }
  #top .panels.pattern01 {
    display: block;
  }
  #top .panels.pattern01 .header {
    width: 90%;
    margin: 0 auto 30px;
  }
  #top .panels.pattern01 .detail {
    position: relative;
    width: 90%;
    margin: 0 auto 30px;
  }
  #top .panels.pattern01 .detail .inner {
    position: static;
    margin: 0 auto;
    width: 98%;
    text-align: center;
    transform: none;
  }
  #top .panels.pattern01 .detail .image {
    max-width: 390px;
    margin: 0 auto 40px;
  }
  #top .section-plan {
    background: #c6bbb5;
    position: relative;
  }
  #top .section-plan .title::after {
    display: none;
  }
  #top .section-plan .title .title-in {
    display: inline-block;
    position: relative;
  }
  #top .section-plan .title .title-in::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 2%;
    width: 20%;
    height: 1px;
    background-color: currentColor;
  }
  #top .section-plan .header {
    padding: 0;
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
  }
  #top .section-plan .header .image {
    margin-bottom: 30px;
  }
  #top .section-design {
    background: #abb5ad;
    position: relative;
    margin-top: 0;
  }
  #top .section-design .title::after {
    display: none;
  }
  #top .section-design .title .title-in {
    display: inline-block;
    position: relative;
  }
  #top .section-design .title .title-in::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 2%;
    width: 20%;
    height: 1px;
    background-color: currentColor;
  }
  #top .section-design .header {
    padding: 0;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  #top .section-design .header .in {
    margin-bottom: 30px;
  }
  #top .section-potential {
    display: none !important;
  }
  #top .section-potential .title {
    right: auto;
    left: 0;
    padding-left: 15%;
  }
  #top .section-potential .title::after {
    right: auto;
    left: 0;
  }
  #top .section-potential .header {
    order: 1;
  }
  #top .section-potential .detail {
    order: 0;
  }
  #top .swipe-mark {
    margin: 0 auto;
    width: 80%;
    padding: 40px;
    position: relative;
  }
}

/*==================================================================================
 top-sp
==================================================================================*/
@media (max-width: 768px) {
  #top .image {
    position: relative;
  }
  #top .sp-container {
    display: none;
    padding: 0 10px;
  }
  #top .sp-container-content {
    padding: 20px 0;
  }
  #top .sp-container-content .information {
    padding: 0 0 40px;
  }
  #top .sp-container-content .information .title {
    padding-bottom: 10px;
    font-size: 9px;
    line-height: 1.2;
  }
  #top .sp-container-content .information .lead {
    padding-bottom: 10px;
    font-size: 12px;
  }
  #top .sp-container-content .information .text01 {
    padding-bottom: 10px;
    font-size: 12px;
  }
  #top .sp-container-content .information .text01.pb20 {
    padding-bottom: 20px;
  }
  #top .sp-container-content .information .text02 {
    font-size: 10px;
    padding-bottom: 20px;
  }
  #top .sp-container-content .information .text03 {
    padding-bottom: 10px;
    font-size: 11px;
  }
  #top .sp-container-content .information .text04 {
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  #top .sp-container-content .information .text05 {
    font-size: 10px;
    line-height: 1.6;
  }
  #top .sp-container-content .information .text06 {
    font-size: 12px;
    padding-bottom: 10px;
    margin: auto;
  }
  #top .sp-container-content .information .holiday {
    font-size: 12px;
  }
  #top .sp-container-content .information .inner {
    border: none;
  }
  #top .sp-container-content .information .button {
    padding-top: 20px;
  }
  #top .sp-container-content .information .line {
    position: relative;
    padding-bottom: 20px;
  }
  #top .content-wrap {
    z-index: 99;
  }
  #top .top-annotation {
    padding: 0px 0 20px;
    font-size: 11px;
    line-height: 1.9;
  }
  #top .remote-bnr {
    margin: 60px auto 0;
  }
}/*# sourceMappingURL=top.css.map */