
@charset "UTF-8";

/*---------- header ----------*/

/*---------- main ----------*/
.fl_wrap {
  opacity: 1;
  transition: opacity 2.0s ease;
}
.fl_wrap.hidden {
  display: none;  
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  text-align: center;
}

.col3 {
  display: flex;
  justify-content: flex-end;
  padding:  0 5% 0 5%;
  margin-top: 4rem;
}
.md_col3 {
  width: 30%;
  margin: 0 1rem;
  position: relative;
  text-align: center;
}
.md_col3 p {
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: center;
}
.fl_service_lineup {
  background-color: #FEFBF2;
  padding: 5rem 0;
  position: relative;
}
.fl_service_lineup .service_btn {
  color: #fff;
  border: solid 2px #fff;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  padding: .2rem 2rem;
  border-radius: 2rem;
  letter-spacing: 0;
  position: relative;
  width: fit-content;
  margin: 0.5rem auto;
}
.fl_service_lineup .service_heading {
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 4rem;
}
.fl_service_lineup .service_heading h2 {
  margin: 0 auto;
  display: inline-block;
}
.fl_service_lineup .service_heading .red_btn {
  margin-left: 3rem;
}
.fl_service_lineup .md_col3 img {
  border-radius: 10px;
}


.fl_pickups {
  background-color: #FEFBF2;
  padding: 10rem 0;
}
.fl_service_lineup + .fl_pickups {
  margin-top: 10rem;
}
div.fl_pickups:last-of-type {
  margin-bottom: 10rem;
}
.fl_pickups .frame {
  max-width: 100rem;
}
.fl_pickups_top {
  position: relative;
  margin-bottom: 8rem;;
}
.fl_pickups_top .title h2 {
  position: absolute;
  bottom: -7rem;
  left: 10%;
  background-image: url(../images/construction-title-frame.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  padding: 2rem;
  font-size: 2rem;
  font-weight: normal;
  color: #333;
  box-sizing: border-box;
  z-index: 2;
}
.fl_pickups .image_display {
  width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.fl_pickups .image_display img {
  display: none;
}
.fl_pickups .image_display img.active {
  display: block;
  border-radius: 5px;
}
.fl_pickups .image_display_num {
  position: absolute;
  height: 30%;
  bottom: -5rem;
  right: 10%;
  color: white;
  padding: 1rem 3rem;
  border-radius: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1rem;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
}
.fl_pickups .image_display_num button {
  color: white;
  opacity: 0.5;
  font-size: 1.2rem;
  vertical-align: bottom;
}
.fl_pickups .image_display_num button.active {
  opacity: 1;
  pointer-events: none;
  font-size: 1.5rem;
}

.fl_pickups_middle {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
}
.pickups_middle_left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pickups_middle_right {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  min-width: 36rem;
  margin-left: 1rem;
}
.fl_pickups_middle .title p {
  font-size: 1.7rem;
  font-weight: bold;
}
.fl_pickups_middle .text p {
  font-size: 1.2rem;
}
.fl_pickups_middle .pickups_middle_right img {
  width: 10rem;
}

.fl_pickups_bottom {
  width: 50vw;
  margin: 0 auto;
}
.fl_pickups_bottom .image-wrapper {
  position: relative;
  display: inline-block;
}
.fl_pickups_bottom img {
  width: 15vw;
  height: 15vw;
  object-fit: cover;
  border-radius: 10px;
}
.fl_pickups_bottom .works_tag {
  color: #fff;
  font-size: 1rem;
  padding: 0.2rem 1rem;
  border-radius: 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.fl_pickups_bottom .works_title {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 1.5rem 0 0.5rem 0;
  color: #333;
}
.fl_pickups_bottom .works_text {
  font-weight: normal;
  font-size: 1rem;
  color: #666;
  margin: 0.5rem 0;
}

.entrance_color {
  background-color: #AEA691;
}
.exterior_color {
  background-color: #92AA66;
}
.window_color {
  background-color: #D0B26E;
}

/*---------- footer ----------*/

/*==========================================================================
■ PC版のみ
==========================================================================*/
@media screen and (min-width: 769px) {

/*---------- header ----------*/


/*---------- main ----------*/

main {
  padding-top: 10rem;
}
.fl_wrap {
  position: relative;
}
.frame {
  padding: 0 5rem;
  margin: 0 auto;
}

/*---------- footer ----------*/

}

/*==========================================================================
■ Tab版
==========================================================================*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
/*---------- header ----------*/

/*---------- main ----------*/


/*---------- footer ----------*/


}


/*==========================================================================
■ SP版
==========================================================================*/
@media screen and (max-width: 768.98px) {


/*---------- header ----------*/
header {
  z-index: 3;
}
/*---------- main ----------*/
.col3 {
  flex-wrap: wrap;
  padding: 0 10%;
  margin-top: 2rem;
  position: relative;
}
.md_col3 {
  width: 100%;
  padding: 3rem;
  margin: 1rem 0 0;
}
.md_col3 p {
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: center;
}

.fl_pickups {
  padding: 6rem 0;
}
.fl_service_lineup + .fl_pickups {
  margin-top: 5rem;
}
div.fl_pickups:last-of-type {
  margin-bottom: 5rem;
}
.fl_pickup_lineup {
  padding: 6rem 0;
}
.fl_pickups .frame {
  max-width: inherit;
}
.fl_pickups_top .title h2 {
  position: absolute;
  bottom: -6rem;
  left: 0;
  padding: 1.5rem;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
/* .fl_pickups_top .title_exterior p {
  padding: 1.8rem;
} */
.fl_pickups .image_display {
  width: 80vw;
}
.fl_pickups .image_display_num {
  bottom: -4rem;
  padding: 1rem;
  right: 3%;
}
.fl_pickups .image_display_num button {
  padding-left: 5px;
  padding-right: 5px;
}
.fl_pickups_middle {
  display: block;
  padding: 0 1rem;
}
.pickups_middle_left {
  display: flex;
  margin-bottom: 2rem;
}
.pickups_middle_right {
  margin-left: 0;
  min-width: auto;
}
.red_btn {
  padding: 1rem 1rem 1rem 2.5rem;
}
.red_btn p::before {
  width: 17px;
  top: 11px;
  left: -22px;
}

.fl_pickups_bottom {
  width: 70vw;
}
.fl_pickups_bottom .image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  aspect-ratio: 1 / 1;
}
.fl_pickups_bottom img {
  width: 100%;
  height: 100%;
}
.fl_pickups_bottom .works_tag {
  color: #fff;
  font-size: 1rem;
  padding: 0.2rem 1rem;
  border-radius: 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.fl_pickups_bottom .works_title {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 1.5rem 0 0.5rem 0;
  color: #333;
}
.fl_pickups_bottom .works_text {
  font-weight: normal;
  font-size: 1rem;
  color: #666;
  margin: 0.5rem 0;
}

/*---------- footer ----------*/

}
/*---------- レイアウト微調整 ----------*/
@media screen and (max-width: 1000px) {
  
}
@media screen and (max-width: 920px) {
  
}
@media screen and (max-width: 800px) {
  
}
@media screen and (max-width: 476px) {
  
}
@media screen and (max-width: 350px) {
  
}
@media screen and (max-width: 325px) {
  
}




