@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  color: #333333;
  font-family: serif;
  line-height: 1.6;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #333333;
}

main.wrap {
    background: url('../img/kira_ptn3.png'), linear-gradient(269deg, rgb(255 255 255 / 90%) 0%, rgb(218 243 255 / 90%) 100%);
    background-size: contain;
  background-repeat: repeat;
  background-position: center;
  border-top: 5px solid;
  border-image: linear-gradient(90deg, rgb(249 185 0) 0%, rgb(255 255 255) 50%, rgb(1 78 160) 100%);
  border-image-slice: 1;
}

.container {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.top {
  width: 100%;
  margin: 0 auto;
  height: auto;
}

.top-item {
  position: relative;
}

.top-item img {
  height: auto;
  margin: 0 auto;
  display: block;
  border-bottom: 5px solid;
  border-top: 5px solid;
  border-image: linear-gradient(
    90deg,
    rgb(249 185 0) 0%,
    rgb(255 255 255) 50%,
    rgb(1 78 160) 100%
  );
  border-image-slice: 1;
}

.top-item-text {
  position: absolute;
  top: 30%;
  left: 1%;
}
.top-item-text h1 {
  font-size: 2.8vw;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  line-height: 1.2;
  background: #014ea0d4;
  padding: 30px 100px;
}
.top-item-text h2 {
  font-size: 1.8vw;
  font-weight: bold;
  color: #fff;
  text-align: left;
  line-height: 1.2;
}

.top-item-span {
  font-size: 1.8vw;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.top-item-span > span {
  font-size: 2.6vw;
}

.top-item-ttl {
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-bottom: 3px solid;
  border-image: linear-gradient(
    90deg,
    rgba(66, 51, 0, 1) 0%,
    rgba(212, 175, 55, 1) 50%,
    rgba(66, 51, 0, 1) 100%
  );
  border-image-slice: 1;
}

.top-item-ttl p {
  font-size: 4vw;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
}

.top-item-ttl p span {
  color: #d4af37;
}

.top-item-circle {
  position: absolute;
  top: 48%;
  right: 2%;
}
.top-item-circle .tic-1 {
  margin-bottom: 10px;
}

.top-item-circle .tic-1,
.top-item-circle .tic-2 {
  color: #fff;
  background-color: #01a396eb;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
}

.top-item-circle .tic-1 p {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 1.0vw;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}

.top-item-circle .tic-2 p {
  position: absolute;
  top: 76%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 1.5vw;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: -2px;
}
.top-item-circle .tic-1 p span {
  font-size: 1.8vw;
  margin: 0 1px;
}
.consept,
.design,
.security,
.access {
  margin-top: 60px;
}
section.access.container {
    width: 100%;
    max-width: 100%;
}
.title-item {
  line-height: 1.3;
}

.title-ttl1 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #00225b;
  margin-bottom: 10px;
  /* background: linear-gradient(180deg, #58c6ff 0%, #076ad9 40%, #29e0d1 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.title-ttl2 {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: -0.1rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
}
.plan .title-ttl2 {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: -0.1rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}

.line {
  width: 30px;
  height: 3px;
  background: #0aa799;
  margin: 0 auto;
}

.consept-area,
.design-area,
.security-area,
.location {
  margin-top: 60px;
}

.consept-area .consept-text1 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #014ea0 10%, #01a396 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.consept .consept-area .consept-text2 {
  font-size: 2.2rem;
  font-weight: bold;
  word-break: break-all;
  text-align: center;
}

.design {
  background: #f1f1f1;
  padding: 50px 0;
  background: url(../img/kira_ptn4.png) repeat center center / contain, linear-gradient(to bottom, rgb(0 0 0 / 0%), rgba(0, 0, 0, 0)), #f1f1f1;
  border-bottom: 5px solid;
  border-top: 5px solid;
  border-image: linear-gradient(90deg, rgb(249 185 0) 0%, rgb(255 255 255) 50%, rgb(1 78 160) 100%);
  border-image-slice: 1;
}

.design-area .lp-item,
.security-area .lp-item {
  position: relative;
}

.lp-item .lp-text {
  width: 55%;
  position: absolute;
  top: 15%;
  left: 0%;
  background: #ffffffcf;
  padding: 45px;
  border-radius: 3px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.lp-item .lp-text-reverse {
  width: 55%;
  position: absolute;
  top: 15%;
  right: 0%;
  background: #ffffffcf;
  padding: 45px;
  border-radius: 3px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.lp-item .west {
  text-align: right;
  font-size: 1.6rem;
  font-weight: bold;
}

.lp-item .text-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #d4af37;
}

.lp-item .text-area {
  font-size: 1.7rem;
  font-weight: bold;
}

.lp-item .lp-img {
  width: 60%;
  margin-left: auto;
  margin-bottom: 30px;
}

.lp-item .lp-img-reverse {
  width: 60%;
  margin-right: auto;
}

.security {
  margin-bottom: 60px;
}

.plan {
  /* background:
        linear-gradient(27deg, #0e0f14 5px, transparent 5px) 0 5px,
        linear-gradient(207deg, #0e0f14 5px, transparent 5px) 10px 0px,
        linear-gradient(27deg, #14151f 5px, transparent 5px) 0px 10px,
        linear-gradient(207deg, #14151f 5px, transparent 5px) 10px 5px,
        linear-gradient(90deg, #14151c 10px, transparent 10px),
        linear-gradient(#15151c 25%, #12131a 25%, #12131a 50%,
            transparent 50%, transparent 75%, #191b24 75%, #191b24); */
  background-color: #01a396;
  background-size: 20px 20px;
  padding: 60px 0 100px;
  border-bottom: 5px solid;
  border-top: 5px solid;
  border-image: linear-gradient(
    90deg,
    rgb(249 185 0) 0%,
    rgb(255 255 255) 50%,
    rgb(1 78 160) 100%
  );
  border-image-slice: 1;
}

.plan .line {
  background: #fff;
}

.plan-area {
  margin: 10px 0 30px;
}

.plan .title-ttl1 {
  color: #fff;
}

.plan-area .plan-text1 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

.plan-area .plan-text2 {
  margin-top: 20px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.btn-area {
  margin: 100px auto 0;
  text-align: center;
}

.btn {
  color: #fff;
  text-align: center;
  padding: 20px 140px;
  font-size: 2rem;
  background: linear-gradient(9deg, #e9194b 0%, #7a0101 50%, #e9194b 100%);
  border: rgb(185, 24, 24);
  background: #e9194b;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s !important;
  border-radius: 100px;
}

.btn:hover {
  background: #ffffff;
  color: #ba1a4b;
  border: 2px solid #ba1a4b;
  font-weight: bold;
  /* box-shadow: 0px 0px 4px 1px #fff; */
}

.wing-ttl {
  color: #000;
  text-align: center;
  line-height: 1.2;
  padding: 30px 0;
  margin-top: 100px;
  background: linear-gradient(
    90deg,
    rgba(66, 51, 0, 1) 0%,
    rgb(243, 213, 113) 50%,
    rgba(66, 51, 0, 1) 100%
  );
}

.wing-ttl .wt1 {
  font-size: 3rem;
  font-weight: bold;
}

.wing-ttl .wt2 {
  font-size: 1.6rem;
  font-weight: bold;
}

.wing-detail-ttl {
  background: #184266b5;
}

.wing-detail-ttl p {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  margin: 40px 0;
}

.wing-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.wing-detail2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.wing-item {
  width: 260px;
  background: #fff;
  padding: 10px;
  text-align: center;
  box-shadow: 0px 0px 10px 3px rgb(255 255 255 / 80%);
  margin-right: 10px;
}

.wing-item:nth-child(4) {
  margin: 0;
}

.wing-item p {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.wing-item .wi-ttl {
  background: #ebebeb;
  padding: 5px 0;
  margin-bottom: 5px;
  color: #333;
}

.wing-item .emphasis1 {
  font-size: 2.3rem;
  padding-right: 5px;
}

.wing-item .emphasis2 {
  font-size: 2.3rem;
}

.wing-item img {
  max-width: 200px;
  max-height: max-content;
  height: auto;
  object-fit: contain;
  margin-top: 5px;
}

.floor {
  margin-top: 50px;
}
.floor img {
  max-width: 80%;
  max-height: max-content;
  height: auto;
  object-fit: contain;
  margin-top: 5px;
  display: block;
  margin: 0 auto;
}
.floor p {
  text-align: center;
  margin: 20px 0 0;
  font-size: 2rem;
  color: #fff;
}

.model {
  background-color: #f1f1f1;
  background-size: 20px 20px;
  padding: 60px 0 100px;
  border-bottom: 5px solid;
  /* border-top: 5px solid; */
  border-image: linear-gradient(
    90deg,
    rgb(249 185 0) 0%,
    rgb(255 255 255) 50%,
    rgb(1 78 160) 100%
  );
  border-image-slice: 1;
  background: url(../img/kira_ptn3.png) repeat center center / contain, linear-gradient(to bottom, rgb(0 0 0 / 0%), rgba(0, 0, 0, 0)), #f1f1f1;
}

.model .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.model .line {
  background: #0aa799;
}

.model-detail-ttl {
  background: #184266b5;
}

.model-detail-ttl p {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  margin: 40px 0;
}

.model-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 50px;
}

.model-detail::after {
  content:"";
  display: block;
  width: calc(100% / 2 - 90px);
  /* margin: 10px; */
}


.model-item {
  /* width: 400px; */
  max-width: 600px;
  /* background: #fff; */
  /* padding: 10px; */
  text-align: center;
}
.model-item:nth-child(4) {
  margin: 0;
}

.model-item p {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.model-item .wi-ttl {
  background: #ebebeb;
  padding: 5px 0;
  margin-bottom: 5px;
  color: #333;
}

.model-item .emphasis1 {
  font-size: 2.3rem;
  padding-right: 5px;
}

.model-item .emphasis2 {
  font-size: 2.3rem;
}

.model-item img {
  width: 100%;
  max-height: max-content;
  height: auto;
  object-fit: contain;
  margin-top: 5px;
}

.access-area,
.location-area {
  text-align: center;
}

.access-text1,
.location-text1 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 30px;
  line-height: 2;
}

.access-text2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 20px 0;
}

.location-text2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 20px 0;
  text-align: left;
  line-height: 1.8;
}

.access-area img {
  width: 70%;
}

.location-img {
  background-image: url(../img/meitetsu_gifueki.jpg);
  background-repeat: no-repeat;
  background-position: 50% 80%;
  background-size: cover;
  position: relative;
  height: 700px;
}
.location-img::before {
  content: "";
  background-color: rgb(255 255 255 / 90%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.location-img .img-item {
  width: 255px;
  margin: 20px 0;
}

.location-img .img-item img {
  width: 255px;
  height: 190px;
  object-fit: cover;
}

.location-img .img-item p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}

.img-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .lp-img-reverse img,
  .lp-img img {
    height: 400px;
    /* border-radius: 39% 61% 73% 27% / 61% 38% 62% 39%; */
  }
}

.follow-fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 20px;
  position: sticky;
  bottom: 0;
  left: 0;
  background-color: #0c0d12f2;
  background-size: 20px 20px;
  border-bottom: 5px solid;
  border-top: 5px solid;
  /* border-image: linear-gradient(90deg, rgba(66, 51, 0, 1) 0%, rgba(212, 175, 55, 1) 50%, rgba(66, 51, 0, 1) 100%); */
  border-image: linear-gradient(
    90deg,
    rgb(249 185 0) 0%,
    rgb(255 255 255) 50%,
    rgb(1 78 160) 100%
  );
  border-image-slice: 1;
  opacity: 0; /* 初期状態は非表示 */
  transition: opacity 0.5s ease; /* フェードインのアニメーション設定 */
}

.follow-fixed-area {
  margin: 20px auto;
  text-align: center;
}

/*--------------スマホ-----------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .top-item-text {
    position: absolute;
    top: 30%;
    left: 2%;
}
  .top-item-text h1 {
    font-size: 6vw;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    line-height: 1.2;
    background: #014ea0d4;
    padding: 20px;
    border-left: 5px solid #079f95;
    border-bottom: 3px solid #079f95;
}


  .top-item-text h2 {
    font-size: 6vw;
  }

  .top-item-span {
    font-size: 4vw;
  }
  .top-item-span > span {
    font-size: 6vw;
}
  .top-item-ttl p {
    font-size: 10vw;
  }

  .top-item-circle {
    position: absolute;
    top: 50%;
    right: 5%;
  }

  .top-item-circle .tic-1,
  .top-item-circle .tic-2 {
    width: 21vw;
    height: 21vw;
  }

  .top-item-circle .tic-1 p {
    top: 23%;
    font-size: 2.8vw;
}

  .top-item-circle .tic-2 p {
    font-size: 4.0vw;
  }
  .container {
    width: 95%;
    max-width: 1080px;
    /* margin: 0 auto; */
  }
  .top-item-circle .tic-1 p span {
    font-size: 4.5vw;
    margin: 0 0 0 1px;
}
  .consept-area,
  .design-area,
  .security-area,
  .location {
    margin-top: 30px;
  }
  .consept-area .consept-text1 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
  }
  .consept .consept-area .consept-text2 {
    font-size: 1.6rem;
    font-weight: bold;
    word-break: break-all;
    text-align: left;
}
  .title-ttl1 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    color: #00225b;
    margin-bottom: 10px;
  }
  .plan {
    background-color: #01a396;
    background-size: 20px 20px;
    padding: 50px 0 50px;
    border-bottom: 5px solid;
    border-top: 5px solid;
    border-image: linear-gradient(
      90deg,
      rgb(249 185 0) 0%,
      rgb(255 255 255) 50%,
      rgb(1 78 160) 100%
    );
    border-image-slice: 1;
  }
  .plan-area .plan-text1 {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
  }
  .plan-area .plan-text2 {
    margin-top: 10px;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
  }

  .lp-item .text-ttl {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: bold;
    color: #d4af37;
    margin: 10px 0;
  }
  .design-area .lp-item,
  .security-area .lp-item {
    position: initial;
    margin-bottom: 30px;
  }

  .lp-item .lp-text,
  .lp-item .lp-text-reverse {
    width: 100%;
    position: initial;
    padding: 10px;
  }

  .lp-item {
    display: flex;
    flex-direction: column-reverse;
  }

  .lp-item .lp-img,
  .lp-item .lp-img-reverse {
    width: 100%;
    margin-bottom: 0px;
  }

  .btn-area {
    margin: 20px auto 0;
  }

  .btn {
    padding: 20px 60px;
    display: block;
  }

  .wing-ttl {
    margin-top: 70px;
  }

  .wing-item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .wing-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-top: 5px;
  }
  .model {
    background-color: #f1f1f1;
    background-size: 20px 20px;
    padding: 50px 0 50px;
    border-bottom: 5px solid;
    /* border-top: 5px solid; */
    border-image: linear-gradient(
      90deg,
      rgb(249 185 0) 0%,
      rgb(255 255 255) 50%,
      rgb(1 78 160) 100%
    );
    border-image-slice: 1;
  }
  .model-item img {
    width: 100%;
    padding: 5px;
    max-height: max-content;
    height: auto;
    object-fit: contain;
    margin-top: 5px;
  }

  .access-text1,
  .location-text1 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 30px;
    line-height: 2;
  }
  .access-area img {
    width: 100%;
  }

  .location-img .img-item {
    width: 100%;
    margin: 20px 0;
  }

  .location-img .img-item img {
    width: 100%;
    height: auto;
  }
  .location-img {
    all: initial;
  }
  .location-img::before {
    all: initial;
  }
  .img-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
  }

  .follow-fixed {
    padding: initial;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUpTrigger {
  opacity: 0;
}

/* ヘッダー */
.h-container {
  position: relative;
}
.logo {
  display: flex;
  position: absolute;
  top: 5px;
  z-index: 500;
}
.logo img {
  width: 12vw;
}
.h-item {
  position: absolute;
  display: flex;
  top: 10px;
  right: 10px;
  z-index: 500;
}
.h-item .h-tel a {
  font-size: 1.4vw;
  font-weight: bold;
  color: #fff;
  font-family: initial;
}
.h-item .h-cv {
  margin: 5px 0 0 10px;
}
.h-item .h-cv a {
  color: #fff;
  text-align: center;
  padding: 5px 25px;
  font-size: 1vw;
  font-weight: bold;
  /* background: linear-gradient(90deg, rgb(90, 0, 0) 0%, rgb(185, 24, 24) 50%, rgb(90, 0, 0) 100%); */
  border: rgb(185, 24, 24);
  background: #e9194b;
  transition: all 1s;
  border-radius: 15px;
  font-family: initial;
}
.h-item .h-cv a:hover {
  /* background: linear-gradient(90deg, rgba(66, 51, 0, 1) 0%, rgba(212, 175, 55, 1) 50%, rgba(66, 51, 0, 1) 100%); */
  background: #cd0031;
}

@media screen and (max-width: 767px) {
  .logo img {
    width: 45%;
  }
  .h-item .h-tel a {
    font-size: 1.3rem;
  }
  .h-item .h-cv a {
    padding: 8px 10px;
    font-size: 1.2rem;
  }
  .h-item {
    right: 0px;
  }
}

/* フッター */
footer {
  background: #000;
  color: #fff;
  padding-top: 10px;
}
.f-p1 {
  font-size: 2.4rem;
}
.f-p2 {
  font-size: 1.6rem;
}

.f-p3 {
  font-size: 1.6rem;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .f-p1 {
    font-size: 2rem;
  }
}
