@charset "UTF-8";
/*---------------------------
index.css  ガーラ・レジデンス川口
---------------------------*/

:root {
  --navy: #0f3f7c;
  --navy-dark: #082b58;
  --blue-gray: #4e6488;
  --light-blue: #c5d8de;
  --gold: #cfb78a;
  --app-band-grad: linear-gradient(105deg, #1f7fca 0%, #165ca8 24%, #153f7f 62%, #14376f 100%);
  --sp-fix-footer-grad: linear-gradient(96deg, #1497dd 0%, #2264ba 45%, #222f9f 100%);
  --sp-fix-footer-line: rgba(255, 255, 255, 0.34);
}

#top_mainvisual {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

#top_mainvisual .mv_img img {
  width: 100%;
  display: block;
}

#top_mainvisual .mv_txt {
  position: absolute;
  left: 50%;
  top: 6.5%;
  transform: translateX(-50%);
  width: min(95%, 650px);
  z-index: 5;
}

#top_mainvisual .mv_txt img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#top_mainvisual .mv_img img.br-sp,
#top_mainvisual .mv_txt img.br-sp {
  display: none;
}

#top_mainvisual .mv_img img.br-pc,
#top_mainvisual .mv_txt img.br-pc {
  display: block;
}

#top_mainvisual .cap_n {
  right: 1%;
  bottom: 1%;
}

#uspArea {
  background: transparent;
  text-align: center;
  padding: 28px 0 18px;
}

#uspArea .usp_pc {
  width: 96%;
  max-width: 1420px;
  margin: 0 auto;
}

#uspArea .usp_pc img,
#uspArea .usp_sp img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#uspArea .usp_pc img + img {
  margin-top: 10px;
}

#uspArea .usp_pc img:first-child {
  max-width: 1250px;
}

#uspArea .usp_pc img:last-child {
  max-width: 1008px;
}

#entryIntroWrap {
  background-color: var(--navy);
  background-image: url("../images/index/usp_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#infoArea {
  background: transparent;
  color: #fff;
  padding: 36px 0 26px;
}

#infoArea .info_lead,
#infoArea .info_name,
#infoArea .info_status {
  text-align: center;
  letter-spacing: 0.08em;
}

#infoArea .info_lead {
  font-size: 18px;
  margin-bottom: 0.45em;
}

#infoArea .info_name {
  font-size: 40px;
  margin-bottom: 0.3em;
}

#infoArea .info_status {
  font-size: 23px;
  margin-bottom: 1.25em;
}

.BtnLink {
  list-style: none;
}

#infoArea .BtnLink,
#limitedArea .limited_btns,
footer .footer_BtnLink {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.btn_entryLink {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.btn_entryLink a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7em;
  width: 100%;
  box-sizing: border-box;
  padding: 1em 1.2em;
  border: 0;
  background: linear-gradient(90deg, #e2d2aa 0%, #d8c18f 42%, #f3ecdc 100%);
  color: #0f3f7c !important;
  font-size: 23px;
  letter-spacing: 0.08em;
  transition: opacity 0.3s;
}

.btn_entryLink a:hover {
  opacity: 0.8;
}

.click_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 22px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #fff;
  background: #12386f;
  border: 0;
}

#limitedArea {
  --limited-device-w: clamp(240px, 30vw, 360px);
  background: transparent;
  color: #fff;
  text-align: center;
  padding: 20px 0 0;
}

#limitedArea .limited_layout {
  display: grid;
  grid-template-columns: 560px var(--limited-device-w);
  grid-template-areas:
    "en en"
    "ttl ttl"
    "txt visual";
  align-items: end;
  justify-content: center;
  column-gap: 16px;
  width: min(100%, 936px);
  margin: 0 auto;
}

#limitedArea .limited_en {
  grid-area: en;
  margin: 0 auto 1.05em;
  width: min(100%, 330px);
  line-height: 0;
}

#limitedArea .limited_en img {
  width: 100%;
  display: block;
}

#limitedArea .limited_ttl {
  grid-area: ttl;
  text-align: center;
  font-size: calc(clamp(34px, 2.9vw, 48px) - 2px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 0.9em;
  white-space: nowrap;
}

#limitedArea .limited_txt {
  grid-area: txt;
  position: relative;
  top: -70px;
  left: 12px;
  text-align: left;
  font-size: clamp(16px, 1.65vw, 26px);
  line-height: 1.82;
  letter-spacing: 0.03em;
  width: 560px;
  max-width: 100%;
  margin-left: auto;
  padding-left: 0;
}

#limitedArea .limited_note {
  display: block;
  margin-top: 0.72em;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(12px, 0.95vw, 16px);
  line-height: 1.75;
  letter-spacing: 0.02em;
}

#limitedArea .limited_visual {
  grid-area: visual;
  width: var(--limited-device-w);
  line-height: 0;
  justify-self: start;
  margin-left: -12px;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}

#limitedArea .limited_visual img {
  width: 100%;
  display: block;
}

#limitedArea .limited_visual_note {
  position: absolute;
  right: 34px;
  bottom: 12px;
  text-align: left;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

#limitedArea .limited_sp_image {
  width: 100%;
}

#limitedArea .limited_sp_image img {
  width: 100%;
  display: block;
}

#limitedArea .limited_btns {
  list-style: none;
  margin-top: 1.6em;
}

#limitedArea .limited_btns li + li {
  margin-top: 0.9em;
}

#bnrArea {
  background: transparent;
  padding: 30px 0 24px;
}

#bnrArea ul {
  list-style: none;
  width: min(100%, 1170px);
  margin: 0 auto;
}

#bnrArea .bnr_codawa {
  width: min(100%, 900px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
}

#bnrArea img {
  display: block;
  width: 100%;
}

#bnrArea .bnr_codawa img.br-sp {
  display: none;
}

#bnrArea .bnr_codawa img.br-pc {
  display: block;
}

#bnrArea .bnr_suumo {
  width: min(100%, 900px);
  margin: 0 auto;
}

#appArea {
  background: transparent;
}

#bnrAppWrap {
  background: linear-gradient(180deg, #dfe8eb 0%, #cfe1e6 52%, #c5d8de 100%);
}

#appArea .app_detail {
  display: block;
  width: min(100%, 900px);
  margin: 0 auto;
  padding-bottom: 24px;
}

#appArea .app_header {
  text-align: center;
  background: var(--app-band-grad);
  color: #fff;
  padding: 10px 16px;
  display: block;
}

#appArea .app_header_ttl {
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

#appArea .app_header_sub {
  font-size: 13px;
  letter-spacing: 0.07em;
}

#appArea .con {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0 18px;
}

#appArea .app_body {
  width: 100%;
  margin: 0 auto;
}

#appArea .app_txt,
#appArea .app_note {
  display: none;
}

#appArea .app_imgs img {
  width: 100%;
  display: block;
}

#appArea .readmore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  cursor: pointer;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 22px;
  letter-spacing: 0.2em;
  background: var(--app-band-grad);
  color: #fff;
  padding: 18px 6px;
  margin-bottom: 0;
}

#appArea .readmore .open {
  display: inline;
}

#appArea .readmore .close {
  display: none;
}

#appArea .readmore.on-click .open {
  display: none;
}

#appArea .readmore.on-click .close {
  display: inline;
}

#appArea .readmore .arrow_icon {
  position: relative;
  width: 1.8em;
  height: 1.8em;
  margin-left: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  transform: rotate(0deg);
  transition: transform 0.3s;
}

#appArea .readmore .arrow_icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 0.42em;
  height: 0.42em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

#appArea .readmore.on-click .arrow_icon {
  transform: rotate(180deg);
}

#achieveArea {
  background: var(--blue-gray);
  color: #fff;
  padding: 43px 0 46px;
}

#achieveArea .achieve_head {
  text-align: center;
  margin-bottom: 20px;
}

#achieveArea .achieve_en {
  width: min(100%, 240px);
  margin: 0 auto 0.7em;
  line-height: 0;
}

#achieveArea .achieve_en img {
  width: 100%;
  display: block;
}

#achieveArea .achieve_ja {
  font-size: 30px;
  letter-spacing: 0.1em;
}

#achieveArea .achieve_swiper {
  width: min(100%, 1700px);
  margin: 0 auto;
  padding: 0 20px 44px;
  box-sizing: border-box;
}

#achieveArea .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#achieveArea .slide_img {
  width: 100%;
  aspect-ratio: 3.85 / 3;
  overflow: hidden;
}

#achieveArea .slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#achieveArea .slide_name {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.86);
  margin: 9px auto 0;
}

#achieveArea .swiper-button-prev,
#achieveArea .swiper-button-next {
  color: #fff;
  --swiper-navigation-size: 24px;
}

/*---------------------------
ガーラ・レジデンスシリーズ バナー
---------------------------*/
#grSeriesBanner {
  background-image: url('../images/index/gr_footer_bg_pc.jpg');
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 5em 1em;
  margin: 0;
}

.gr_series_en {
  font-family: "adobe-garamond-pro", serif;
  font-size: 36px;
  letter-spacing: 0.15em;
  color: #fff;
  margin-bottom: 0.3em;
}

.gr_series_ja {
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #fff;
  margin-bottom: 1.5em;
}

.gr_series_txt {
  font-size: 15px;
  color: #fff;
  line-height: 2;
  margin-bottom: 2em;
}

.gr_series_btn a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4em;
  padding: 0.8em 2em;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.3s;
}

.gr_series_btn a:hover {
  opacity: 0.7;
}

.gr_series_btn .click_badge {
  font-size: 10px;
  padding: 2px 8px;
  background: #fff;
  border: 1px solid #fff;
  color: #0f3f7c;
}

/*---------------------*/
/* モーダルウィンドウ */
/*---------------------*/
.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  transition: 0.5s ease;
}

.popup.ok {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.popup_bg {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.82);
  transition: 0.5s ease;
}

.popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 520px;
}

.popup .popup_img {
  display: block;
  cursor: pointer;
}

.popup .popup_img img {
  width: 100%;
  display: block;
}

.popup-inner #btn {
  position: absolute;
  top: -18px;
  right: -8px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.footer_BtnLink .btn_entryLink {
  width: 100%;
}

footer .footer_BtnLink {
  display: block;
  padding-top: 0;
  gap: 0;
}

footer .footer_BtnLink li {
  width: 100%;
  margin: 0;
}

footer .footer_BtnLink .btn_entryLink a {
  border-radius: 0;
  background: linear-gradient(90deg, #e2d2aa 0%, #d8c18f 42%, #f3ecdc 100%);
  color: #0f3f7c !important;
  border: 0;
}

@media only screen and (max-width: 1500px) and (min-width: 769px) {
  #limitedArea .limited_txt {
    font-size: clamp(17px, 1.95vw, 30px);
  }

  #limitedArea .limited_note {
    font-size: clamp(13px, 1.15vw, 18px);
  }
}

@media only screen and (max-width: 1170px) {
  #limitedArea {
    --limited-device-w: clamp(220px, 31vw, 320px);
  }

  #infoArea .info_lead {
    font-size: 1.35vw;
  }

  #infoArea .info_name {
    font-size: 2.95vw;
  }

  #infoArea .info_status {
    font-size: 1.95vw;
  }

  #limitedArea .limited_layout {
    grid-template-columns: 54vw var(--limited-device-w);
    column-gap: 1vw;
    width: min(100%, 86vw);
  }

  #limitedArea .limited_ttl {
    font-size: calc(3.25vw - 2px);
  }

  #limitedArea .limited_txt {
    font-size: 2.05vw;
  }

  #limitedArea .limited_note {
    font-size: 1.38vw;
  }

  #limitedArea .limited_visual {
    margin-left: -1vw;
    margin-bottom: 0;
  }

  #limitedArea .limited_visual_note {
    right: calc(40px - 0.7vw);
    bottom: 1vw;
    font-size: 0.72vw;
  }
}

@media only screen and (max-width: 768px) {
  #entryIntroWrap {
    background-image: url("../images/index/usp_bg_sp.png");
  }

  #top_mainvisual .mv_img img.br-pc,
  #top_mainvisual .mv_txt img.br-pc {
    display: none;
  }

  #top_mainvisual .mv_img img.br-sp,
  #top_mainvisual .mv_txt img.br-sp {
    display: block;
  }

  #top_mainvisual .mv_txt {
    top: 5.2%;
    width: min(96%, 340px);
  }

  .popup-inner {
    width: 94%;
    max-width: 500px;
  }

  .popup-inner #btn {
    top: -14px;
    right: -2px;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  #top_mainvisual .cap_n {
    font-size: 10px;
    right: 2px;
    bottom: 2px;
  }

  #uspArea {
    padding: 12px 0 10px;
  }

  #uspArea .usp_sp {
    width: min(100%, 740px);
    padding: 0 8px;
    box-sizing: border-box;
  }

  #infoArea {
    padding: 24px 0 20px;
  }

  #infoArea .info_lead {
    font-size: 14px;
    margin-bottom: 0.5em;
  }

  #infoArea .info_name {
    font-size: 25px;
    margin-bottom: 0.4em;
  }

  #infoArea .info_status {
    font-size: 16px;
    margin-bottom: 1em;
  }

  .btn_entryLink {
    width: 100%;
  }

  .btn_entryLink a {
    font-size: 15px;
    padding: 0.9em 0.8em;
  }

  .click_badge {
    font-size: 10px;
    min-width: 42px;
  }

  #limitedArea {
    padding: 0;
  }

  #limitedArea .section {
    width: 100%;
  }

  #limitedArea .limited_layout {
    display: none;
  }

  #limitedArea .limited_visual_note {
    display: none;
  }

  #limitedArea .limited_sp_image {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 36px 0 0;
    text-align: center;
    color: #fff;
    line-height: 1;
  }

  #limitedArea .limited_sp_en {
    width: min(78vw, 300px);
    margin: 0 auto 24px;
    line-height: 0;
  }

  #limitedArea .limited_sp_en img {
    width: 100%;
    display: block;
  }

  #limitedArea .limited_sp_ttl {
    font-size: clamp(19px, 7.2vw, 27px);
    line-height: 1.28;
    letter-spacing: 0.05em;
    margin-bottom: 0.7em;
  }

  #limitedArea .limited_sp_txt {
    font-size: clamp(10px, 4.3vw, 15px);
    line-height: 1.78;
    letter-spacing: 0.03em;
  }

  #limitedArea .limited_sp_note {
    display: block;
    margin-top: 0.65em;
    font-size: clamp(10px, 2.4vw, 13px);
    line-height: 1.7;
    letter-spacing: 0.02em;
  }

  #limitedArea .limited_sp_visual {
    width: min(70vw, 296px);
    margin: 26px auto 0;
    line-height: 0;
  }

  #limitedArea .limited_sp_visual img {
    width: 100%;
    display: block;
  }

  #limitedArea .limited_sp_visual_note {
    position: absolute;
    right: 6px;
    bottom: 10px;
    text-align: left;
    font-size: clamp(8px, 1.6vw, 9px);
    line-height: 1.4;
    letter-spacing: 0.04em;
  }

  #bnrArea {
    padding: 16px 10px;
  }

  #bnrArea .bnr_codawa {
    margin-bottom: 10px;
  }

  #bnrArea .bnr_codawa img.br-pc {
    display: none;
  }

  #bnrArea .bnr_codawa img.br-sp {
    display: block;
  }

  #appArea .app_header {
    display: block;
    padding: 8px 10px;
  }

  #appArea .app_header_ttl {
    font-size: 14px;
    letter-spacing: 0.08em;
  }

  #appArea .app_header_sub {
    font-size: 10px;
  }

  #appArea .con {
    width: 94%;
  }

  #appArea .readmore {
    font-size: 17px;
    padding: 15px 6px;
    margin-bottom: 0;
  }

  #appArea .app_detail {
    padding-bottom: 16px;
  }

  #grSeriesBanner {
    background-image: url('../images/index/gr_footer_bg_sp.jpg');
    padding: 3.5em 1.5em;
  }

  .gr_series_en {
    font-size: 24px;
  }

  .gr_series_txt {
    font-size: 13px;
  }

  #achieveArea {
    padding: 31px 0 26px;
  }

  #achieveArea .achieve_en {
    width: min(100%, 170px);
    margin-bottom: 0.5em;
  }

  #achieveArea .achieve_ja {
    font-size: 21px;
  }

  #achieveArea .achieve_swiper {
    padding: 0 14px 30px;
  }

  #achieveArea .slide_name {
    font-size: 10px;
    margin-top: 4px;
  }

  .footer_BtnLink .btn_entryLink {
    width: 100%;
  }

  footer .footer_BtnLink {
    padding-top: 0;
  }

  #sp_bottom_button {
    background: var(--sp-fix-footer-grad);
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: 0 -2px 8px rgba(8, 24, 61, 0.35);
  }

  #sp_bottom_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--sp-fix-footer-line) 22%, var(--sp-fix-footer-line) 78%, rgba(255, 255, 255, 0) 100%);
  }

  #sp_bottom_button li:before {
    background-color: rgba(255, 255, 255, 0.38);
  }
}
