/*----------------------------------------------------
  共通
----------------------------------------------------*/
html,
body {
  overflow-x: hidden;
}
body {
  position: relative;
  font-family: "shippori-mincho", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  line-height: 1.75;
}

main {
  position: relative;
}
:root,
[data-bs-theme="light"] {
  --bs-success-rgb: 169, 192, 70;
  --bs-warning-rgb: 239, 239, 154;
  --bs-primary-rgb: 35, 55, 92;
  --bs-secondary-rgb: 77, 77, 77;
  --secondary--rgb: 77, 77, 77;
  --bs-dark-rgb: 0, 0, 0;
  --bs-success-bg-subtle: #a9c046;
  --bs-success-border-subtle: #a9c046;
  --bs-warning-bg-subtle: #842961;
  --bs-warning-border-subtle: #842961;
}

/* .container-fluid {
  width: 95%;
  max-width: 1920px;
}
*/
.h6 {
  font-size: 1.1rem;
}
p {
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul.caution li {
  /*padding-left: 1em;
  text-indent: -1em;*/
  list-style-type: none;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a img:hover {
  opacity: 0.75;
  transition: 0.75s;
}
figure {
  margin: 0 0 0.5rem;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
hr {
  text-align: center;
  margin: auto;
  border-top: 1px solid #231815;
  opacity: 1;
}

.lh-15 {
  line-height: 1.5;
}
.lh-175 {
  line-height: 1.75;
}
.lh-2 {
  line-height: 2;
}
.lh-25 {
  line-height: 2.5;
}
.fs-5 {
  font-size: 1.2rem;
}
.fs-large {
  font-size: clamp(1.25rem, calc(0.13000000000000012rem + 2.333333333333333vw), 1.88rem);
}
.fs-6 {
  font-size: 1.1rem !important;
}
.fs-7 {
  font-size: 1rem;
}
.fs-8 {
  font-size: 0.8rem;
}
.fs-small {
  font-size: 0.625rem;
}

.fs-rsp1 {
  font-size: clamp(0.8rem, calc(0.13000000000000012rem + 2.333333333333333vw), 1rem);
}

section {
}

.fs-trajan {
  font-family: "trajan-pro-3", serif;
}
.fs-futura {
  font-family: "futura-pt", sans-serif;
}
.fs-mincho {
  font-family: "shippori-mincho", sans-serif;
}
.fs-Kozuka {
  font-family: "kozuka-gothic-pro", "小塚ゴシック pro", sans-serif;
}
.fs-rodin {
  font-family: "fot-rodin-pron", sans-serif;
}
.fs-zenmaru {
  font-family: "zen-maru-gothic", sans-serif;
  font-family: 500;
}

.text-shadow {
  text-shadow: 4px 6px 6px #000;
}
.bg-secondary {
  background: #000;
}
.btn-success {
  background: #a9c046;
  border-radius: 7.5rem;
  border: 1px solid #a9c046;
  font-family: "fot-rodin-pron", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
  padding-left: 3rem;
  padding-right: 2.5rem;
}
.btn-success::after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  margin-left: 1rem;
}

.alert {
  padding: 4vw 4vw 4vw 4vw;
  border-radius: 0;
  min-height: 40vw;
  margin-top: -3vw;
  border: none;
}
.alert p {
  line-height: 2.2;
  font-size: 1rem;
}
figcaption {
  font-size: clamp(0.85rem, calc(0.522222222222222rem + 0.3703703703703707vw), 1rem);
}

.mainTitle {
  position: relative;
  margin: 0 auto 200px auto;
}
.mainTitle span:nth-child(1) {
  display: block;
  text-align: center;
  font-family: "futura-pt-bold", "kozuka-gothic-pro", "小塚ゴシック pro", sans-serif;
  font-size: clamp(1.5rem, calc(-0.8691660290742154rem + 3.825554705432287vw), 2rem);
  font-weight: bold;
  letter-spacing: 0.25rem;
  margin-bottom: 0.75rem;
}
.mainTitle span:nth-child(2) {
  display: block;
  text-align: center;
  font-size: 1rem;
}
.mainTitle::after {
  display: block;
  content: "";
  background: #000;
  width: 70px;
  height: 1px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -40px;
  margin: auto;
}
.subTitle {
  font-family: "trajan-pro-3", serif;
  display: flex;
  align-items: center;
}
.mvhouse {
  margin-top: -12%;
  position: relative;
  text-align: center;
}
.mvhouse::before {
  width: 100%;
  display: block;
  content: "";
  overflow: hidden;
  background: #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 20%;
  position: absolute;
  bottom: 30%;
}
.mvhouse::after {
  display: block;
  content: "";
  background: url(../images/top/mvTxt.webp);
  position: absolute;
  top: 16%;
  left: -5%;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 99;
  background-repeat: no-repeat;
  aspect-ratio: 845 / 206;
  background-size: 45%;
  background-position: center center;
}
.ls-2 {
  letter-spacing: 0.2rem;
}
.ls-3 {
  letter-spacing: 0.3rem;
}

.ls-5 {
  letter-spacing: 0.5rem;
}

.mt-md-n15 {
  margin-top: -15%;
}

.mt-n8 {
  margin-top: -8%;
}
.mt-n10 {
  margin-top: -10%;
}
/*----------------------------------------------------
  共通　End
----------------------------------------------------*/

/*----------------------------------------------
1.top Start 
----------------------------------------------*/
/*calc(画像の高さ / 画像の幅 * widthの値)*/

.viewMore {
  position: relative;
  color: #000;
  text-decoration: none;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  transition: all 0.3s 0s ease;
}
.viewMore::after {
  display: block;
  content: "";
  height: 2px;
  width: 100px;
  background: linear-gradient(to right, rgba(51, 51, 51, 1) 30%, rgba(0, 0, 0, 0.25) 30%);
  transition: all 0.3s 0s ease;
}
.viewMore:hover {
  color: #666;
}
.viewMore:hover::after {
  background: linear-gradient(to right, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 0.25) 100%);
}
/*----------------------------------------------
1.top End
----------------------------------------------*/

/*----------------------------------------------
2.PLAN- 街並み・間取り Start 
----------------------------------------------*/

.lum-img {
  /* transition: opacity 0.12s ease-out;
  background: #fff;
  padding: 1.25rem;*/
}
/*----------------------------------------------
2.PLAN - 街並み・間取り End
----------------------------------------------*/

/*----------------------------------------------
3.EQUIPMENT - 設備・仕様 Start 
----------------------------------------------*/

/*----------------------------------------------
3.EQUIPMENT - 設備・仕様 End
----------------------------------------------*/

/*----------------------------------------------
4.LOCATION - 周辺環境・アクセス Start 
----------------------------------------------*/
#shopping {
  position: relative;
}
#shopping::after {
  position: absolute;
  display: block;
  content: "";
  background: #fff url("/images/location/shoppingIcon.webp");
  right: 0;
  bottom: -100%;
  width: 150px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
}
/*----------------------------------------------
4.LOCATION - 周辺環境・アクセス End
----------------------------------------------*/
.accordion-003 {
  max-width: 1200px;
  margin: 0 auto 50px;
  border-bottom: 2px solid #d0d0d0;
}

.accordion-003 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #333333;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 400;
}

.accordion-003 summary::-webkit-details-marker {
  display: none;
}

.accordion-003 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 14px;
  height: 14px;
  margin-left: 10px;
  border-bottom: 2px solid #333333b3;
  border-right: 2px solid #333333b3;
  content: "";
  transition: transform 0.3s;
}

.accordion-003[open] summary::after {
  transform: rotate(225deg);
}

.accordion-003 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
  font-size: 0.85rem;
  font-weight: 400;
}

.accordion-003[open] p {
  transform: none;
  opacity: 1;
}

/*----------------------------------------------
5.QUALITY - 住協の家づくり Start 
----------------------------------------------*/

/*----------------------------------------------
5.QUALITY - 住協の家づくり End
----------------------------------------------*/

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
  .mainTitle {
    position: relative;
    margin: 20px auto 100px auto;
  }
  .mvhouse::after {
    display: block;
    content: "";
    background: url(../images/top/mvTxt.webp);
    position: absolute;
    top: 37%;
    left: -5%;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 99;
    background-repeat: no-repeat;
    aspect-ratio: 845 / 206;
    background-size: 50%;
    background-position: center center;
  }
}

@media screen and (max-width: 843px) {
}
@media screen and (max-width: 768px) {
  .mvhouse {
    margin-top: -30%;
    position: relative;
    text-align: center;
  }
  .mvhouse::before {
    width: 100%;
    display: block;
    content: "";
    overflow: hidden;
    background: #fff;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    height: 50%;
    position: absolute;
    bottom: -10%;
  }

  .mvhouse::after {
    display: block;
    content: "";
    background: url(../images/top/mvTxt.webp);
    position: absolute;
    top: 45%;
    left: -5%;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 99;
    background-repeat: no-repeat;
    aspect-ratio: 845 / 206;
    background-size: 50%;
    background-position: center center;
  }

  .fs-6 {
    font-size: 1rem !important;
  }
  .btn-success {
    font-size: 1rem;
    padding-left: 0;
    padding-right: 0;
    padding: 0.5rem 1rem;
  }

  .mt-md-n15 {
    margin-top: 0%;
  }

  .swiper-button-prev {
    top: 110%;
    left: 30%;
  }

  .swiper-button-next {
    top: 110%;
    right: 30%;
  }

  /*----------------------------------------------
共通ここから
----------------------------------------------*/
  .my-5.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .mb-5.pb-5 {
    padding-bottom: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem;
  }
  .fs-5 {
    font-size: 1rem !important;
  }
}

/*----------------------------------------------
共通　ここまで
----------------------------------------------*/
