@charset "UTF-8";
.container { width: 1100px; margin: 0 auto; }
@media (max-width: 1200px) { .container { width: 100%; padding: 0px 20px; } }

.narrow { width: 770px; margin: 0 auto; }
@media (max-width: 770px) { .narrow { width: 100%; padding: 0px 20px; } }

.pc-only { display: block; }
@media screen and (max-width: 768px) { .pc-only { display: none; } }

.sp-only { display: none; }
@media screen and (max-width: 768px) { .sp-only { display: block; } }

article#page { font-family: "Noto Serif JP", serif; }
article#page .ttl { background: #010002; padding: 2.5rem 0; color: #fff; position: relative; margin-top: 5px; }
article#page .ttl h2 { font-family: "Gilda Display", serif; font-size: 2.4rem; line-height: 1.1; letter-spacing: 0.3rem; }
article#page .ttl h2 span { font-family: "Noto Serif JP", serif; display: block; font-size: 1.2rem; letter-spacing: 0rem; }
article#page .ttl::after { content: ''; border: none; height: calc(100% + 10px); width: 100%; display: inline-block; position: absolute; background: linear-gradient(90deg, #797979 0%, #fff 54%, #c2c2c2 83%, #797979 100%); top: -5px; left: 0; bottom: auto; z-index: -1; }
@media screen and (max-width: 559px) { article#page .ttl h2 { font-size: 2rem; }
  article#page .ttl h2 span { font-size: 1rem; } }

.arrow { position: relative; display: inline-block; padding: 0 0 0 16px; vertical-align: middle; text-decoration: none; font-size: 1rem; }
.arrow::after { position: absolute; top: 0; bottom: 0; margin: auto; content: ""; vertical-align: middle; right: 20px; width: 10px; height: 10px; border-top: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

a.btn { color: #fff; background: #797979; padding: 0.5rem 0; }
a.btn:hover { filter: brightness(1.7); text-decoration: none; transition: 0.3s; }
a.btn.coming { background: #555; color: #ccc; }
a.btn.coming:hover { filter: none; text-decoration: none; }
a.btn.back.arrow::after { right: auto; left: 20px; width: 10px; height: 10px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(225deg); }
a.btn.black { background: #010002; }

#access, #limited, #alphapoint, #view, #limited-login, #concept-design, #outline, #company, #roomplan { padding: 6rem 0; }
@media screen and (max-width: 559px) { #access, #limited, #alphapoint, #view, #limited-login, #concept-design, #outline, #company, #roomplan { padding: 4rem 0; } }

#life2ldk { font-family: "Noto Serif JP", serif; }
#life2ldk p.caption { font-size: 0.8rem; margin-top: 1rem; text-align: left; }
@media screen and (max-width: 559px) { #life2ldk p.caption { font-size: 0.7rem; } }
#life2ldk #fv { height: auto; }
#life2ldk #fv .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
#life2ldk #content-wrap { background: #010002; color: #fff; padding: 6rem 0; }
@media screen and (max-width: 1000px) { #life2ldk #content-wrap { padding: 3rem 0; } }
#life2ldk .main-message { padding: 4rem 0; border-top: 1px solid #c1ab04; border-bottom: 1px solid #c1ab04; }
#life2ldk .main-message h2 { font-size: 2.6rem; letter-spacing: 0.2rem; }
#life2ldk .main-message h2 span { display: block; color: #c1ab04; letter-spacing: 0.4rem; }
#life2ldk .main-message p { font-size: 1.4rem; margin-top: 1rem; }
@media screen and (max-width: 768px) { #life2ldk .main-message { padding: 3rem 0px; }
  #life2ldk .main-message h2 { font-size: 5vw; }
  #life2ldk .main-message p { font-size: 3vw; } }
@media screen and (max-width: 559px) { #life2ldk .main-message h2 { font-size: 4.4vw; }
  #life2ldk .main-message p { font-size: 3vw; } }
#life2ldk .point { margin-top: 6rem; color: #010002; }
#life2ldk .point .container { background: #fff; padding: 3rem 6rem; }
@media screen and (max-width: 1000px) { #life2ldk .point { margin-top: 3rem; }
  #life2ldk .point .container { padding: 3rem 20px; } }
#life2ldk .point .item-full { margin-top: 2rem; }
#life2ldk .point p.main-txt { color: #010002; font-size: 1.4rem; text-align: left; }
@media screen and (max-width: 768px) { #life2ldk .point p.main-txt { font-size: 1rem; } }
#life2ldk .point .item { display: flex; margin-top: 2rem; justify-content: space-between; }
#life2ldk .point .item .img { width: 32%; }
#life2ldk .point .item .txt { width: 65%; }
#life2ldk .point .item.half .img { width: 50%; border-right: 2px #010002 dashed; padding-right: 1rem; }
#life2ldk .point .item.half .txt { width: 48%; }
#life2ldk .point .item.half .txt .detail-box { background: #010002; color: #fff; display: flex; }
#life2ldk .point .item.half .txt .detail-box .images { padding: 0.5rem; }
#life2ldk .point .item.bg-left .img { width: 70%; }
#life2ldk .point .item.bg-left .txt { width: 30%; }
#life2ldk .point .item.bg-left .txt p { text-align: left; font-size: 1.1rem; }
@media screen and (max-width: 768px) { #life2ldk .point .item { flex-wrap: wrap; }
  #life2ldk .point .item .img { width: 100%; }
  #life2ldk .point .item .txt { width: 100%; }
  #life2ldk .point .item.bg-left .img, #life2ldk .point .item.half .img { width: 100%; border: none; padding: 0; }
  #life2ldk .point .item.bg-left .txt, #life2ldk .point .item.half .txt { width: 100%; margin-top: 2rem; }
  #life2ldk .point .item.bg-left .txt p, #life2ldk .point .item.half .txt p { font-size: 1rem; } }
#life2ldk .point .point-txt { color: #930e14; font-size: 1.6rem; border: 2px solid #930e14; margin-top: 1rem; padding: 0.5rem; }
@media screen and (max-width: 768px) { #life2ldk .point .point-txt { font-size: 5vw; } }
#life2ldk .point-btn, #life2ldk .plan-btn { background: #930e14; color: #fff; width: 100%; display: block; margin-top: 2rem; border-radius: 10px; padding: 0.5rem 20px; font-size: 1.4rem; text-align: center; }
#life2ldk .point-btn:hover, #life2ldk .plan-btn:hover { text-decoration: none; opacity: 0.6; transition: 0.3s; }
@media screen and (max-width: 559px) { #life2ldk .point-btn, #life2ldk .plan-btn { font-size: 1rem; } }
#life2ldk .plan-btn { background: #0f3472; }
#life2ldk .list { margin-top: 1rem; display: flex; justify-content: space-between; }
#life2ldk .list li { width: 30%; }
#life2ldk .list li img { width: 100%; }
#life2ldk .list li p { font-size: 1.2rem; line-height: 1.2; margin-top: 1rem; text-align: center; }
#life2ldk .list li p span.red { color: #930e14; font-size: 1.8rem; }
#life2ldk .list li p span.small { font-size: 0.75rem; }
#life2ldk .list.column4 li { width: 23%; }
#life2ldk .list.column4 li p { font-size: 1rem; }
@media screen and (max-width: 768px) { #life2ldk .list { flex-wrap: wrap; }
  #life2ldk .list li { width: 48%; }
  #life2ldk .list li:nth-child(3), #life2ldk .list li:nth-child(4) { margin-top: 2rem; }
  #life2ldk .list.column4 li { width: 48%; } }
#life2ldk #content-plan { padding: 6rem 0; }
#life2ldk #content-plan .plan-box { padding: 4rem 20px 0 20px; }
#life2ldk #content-plan .plan-box img { margin-top: 2rem; }
#life2ldk #content-plan .life-style { display: flex; letter-spacing: 0.2rem; align-items: center; text-align: center; margin-top: 2rem; font-size: 1.4rem; }
#life2ldk #content-plan .life-style::before, #life2ldk #content-plan .life-style::after { content: ""; flex-grow: 1; height: 1px; /* 線の太さ */ background-color: #333; /* 線の色 */ }
#life2ldk #content-plan .life-style::before { margin-right: 1em; /* 文字と左側の線の間隔 */ }
#life2ldk #content-plan .life-style::after { margin-left: 1em; /* 文字と右側の線の間隔 */ }
#life2ldk #content-plan .menu { display: flex; }
#life2ldk #content-plan .menu .p-img { width: 50%; }
#life2ldk #content-plan .menu .p-img:nth-child(2) { width: 48%; }
@media screen and (max-width: 768px) { #life2ldk #content-plan .menu { flex-wrap: wrap; }
  #life2ldk #content-plan .menu .p-img { width: 100%; }
  #life2ldk #content-plan .menu .p-img:nth-child(2) { width: 100%; } }
#life2ldk #content-plan .f-type { max-width: 600px; width: 100%; margin: 0 auto; }
#life2ldk #content-plan .icons { max-width: 490px; display: block; margin: 0 auto; }
@media screen and (max-width: 1000px) { #life2ldk #content-plan { padding: 3rem 0; } }
@media screen and (max-width: 768px) { #life2ldk #content-plan .plan-box { padding: 1rem 20px; }
  #life2ldk #content-plan .life-style { font-size: 4vw; } }
#life2ldk #payment h3, #life2ldk #sale h3 { background: #930e14; color: #fff; font-size: 1.4rem; }
#life2ldk #payment .image, #life2ldk #sale .image { background: #f4f4f4; padding: 2rem 6rem; }
@media screen and (max-width: 1000px) { #life2ldk #payment .image, #life2ldk #sale .image { padding: 2rem; } }
@media screen and (max-width: 768px) { #life2ldk #payment h3, #life2ldk #sale h3 { font-size: 1.2rem; }
  #life2ldk #payment .image, #life2ldk #sale .image { padding: 1rem 20px; } }
#life2ldk #sale { margin-top: 4rem; }
#life2ldk #sale h3 { background: #010002; }
@media screen and (max-width: 768px) { #life2ldk #sale { margin-top: 2rem; } }
#life2ldk #reason .fig-box { max-width: 940px; margin: 2rem auto 0 auto; position: relative; }
#life2ldk #reason .fig-box ul.ranking-box { width: 27%; }
#life2ldk #reason .fig-box ul.ranking-box a { background: #00476c; color: #fff; font-size: auto; font-family: "Noto Sans JP", sans-serif; width: 100%; text-align: center; display: block; padding: 1% 0; border-radius: 10px; }
#life2ldk #reason .fig-box ul.ranking-box a.arrow::after { box-sizing: border-box; transform: translate(10px, 0px); width: 6px; height: 6px; border: 6px solid transparent; border-left: 8px solid #fff; }
#life2ldk #reason .fig-box ul.ranking-box a:hover { filter: brightness(140%); transition: 0.3s; text-decoration: none; }
#life2ldk #reason .fig-box ul.ranking-box.left { position: absolute; top: 0; left: 0; }
#life2ldk #reason .fig-box ul.ranking-box.left li.rank5 { margin-top: 17%; }
#life2ldk #reason .fig-box ul.ranking-box.left li.rank4 { margin-top: 26%; }
#life2ldk #reason .fig-box ul.ranking-box.left li.rank3 { margin-top: 49%; }
#life2ldk #reason .fig-box ul.ranking-box.right { position: absolute; top: 0; right: 0; }
#life2ldk #reason .fig-box ul.ranking-box.right li.rank1 { margin-top: 39%; }
#life2ldk #reason .fig-box ul.ranking-box.right li.rank2 { margin-top: 68%; }
#life2ldk #reason p.small { margin-top: 2rem; font-family: "Noto Sans JP", sans-serif; }
@media screen and (max-width: 768px) { #life2ldk #reason p.small { text-align: left; }
  #life2ldk #reason .fig-box { margin: 2rem auto 0 auto; position: relative; display: flex; flex-wrap: wrap; }
  #life2ldk #reason .fig-box ul.ranking-box { width: 100%; }
  #life2ldk #reason .fig-box ul.ranking-box.left { position: relative; display: flex; flex-direction: column; }
  #life2ldk #reason .fig-box ul.ranking-box.left li.rank5 { order: 2; margin-top: 2rem; }
  #life2ldk #reason .fig-box ul.ranking-box.left li.rank4 { margin-top: 2rem; }
  #life2ldk #reason .fig-box ul.ranking-box.left li.rank3 { order: -2; margin-top: 2rem; }
  #life2ldk #reason .fig-box ul.ranking-box.right { position: relative; display: block; }
  #life2ldk #reason .fig-box ul.ranking-box.right li.rank1 { margin-top: 2rem; }
  #life2ldk #reason .fig-box ul.ranking-box.right li.rank2 { margin-top: 2rem; } }
#life2ldk #voice p { font-family: "Noto Sans JP", sans-serif; margin-top: 4rem; font-size: 1.2rem; }
#life2ldk #voice p.small { font-size: 0.8rem; }
#life2ldk #voice ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
#life2ldk #voice ul li { width: 31%; margin-top: 2rem; }
#life2ldk #voice ul li a img { width: 100%; }
@media screen and (max-width: 1000px) { #life2ldk #voice ul li { width: 50%; } }
@media screen and (max-width: 768px) { #life2ldk #voice p.small { text-align: left; } }
@media screen and (max-width: 559px) { #life2ldk #voice p { font-size: 0.9rem; margin-top: 2rem; text-align: left; line-height: 1.4; }
  #life2ldk #voice ul li { width: 100%; margin-top: 1rem; } }
