@charset "utf-8";


#plan .contents_mv{
    background-image: url(../img/plan/mv_pc.webp);
}

.plan_wrap{
    padding: 0 0 5%;
    position: relative;
}
.content_box{
    padding-top: 5%;
}
.content_box .note{
    text-align: right;
    color: var(--light);
    font-size: 1.2rem;
    transform: rotate(0.05deg);
    padding-top: 8px;
}

.shop_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 1%;
    flex-wrap: wrap;
    position: relative;
}
.shop_list li{
    flex-basis: 49%;
    margin-bottom: 4%;
    position: relative;
}
.shop_list .access_txt_wrap{
    padding-top: 16px;
    line-height: 1;
}
.shop_list .access_line{
    transform: rotate(0.05deg);
    font-size: 1.6rem;
    font-weight: 600;
}
.shop_list .access_station{
    transform: rotate(0.05deg);
    font-size: 4.2rem;
    font-weight: 600;
}
.shop_list .access_station span{
    color: var(--orange);
    font-size: 130%;
    font-weight: 800;
    letter-spacing: 0px;
}
.shop_list .access_cap{
    transform: rotate(0.05deg);
    font-size: 1.3rem;
    padding-top: 8px;
    font-weight: 500;
}

.plan_wrap.blue{
    background: url(../img/common/bg_dot.svg), var(--gra_blue);
    padding-bottom: 10%;
    padding-top: 5%;
    color: var(--light);
}
.plan_wrap.orange{
    background: url(../img/common/bg_dot.svg), var(--gra_orange);
    padding-bottom: 5%;
    padding-top: 5%;
    color: var(--dark);
}

.plan_wrap h4{
    margin-top: 6%;
    font-size: 8.8rem;
    line-height: .9;
    font-weight: 900;
    transform: rotate(0.05deg);
    display: flex;
    gap: 0 4px;
}
.plan_wrap h4 span.big{
    font-size: 222%;
    line-height: .8;
    color: var(--red);
}
.plan_wrap.orange h4 span.big{
    color: var(--red);
}
.plan_wrap.blue h4 span.big{
    color: var(--d_red);
}
.plan_wrap.orange h4 span.small{}


.content_txt_wrap dt .color{
    font-size: 200%;
    font-weight: 700;
}
.content_txt_wrap dt .color span{
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: .2em; /* 縦方向の位置調整 */
}
.blue .content_txt_wrap dt .color span{
    background-image: radial-gradient(circle at center, var(--d_red) 20%, transparent 20%); /* 点の色とサイズ調整 */
}
.orange .content_txt_wrap dt .color span{
    background-image: radial-gradient(circle at center, var(--blue) 20%, transparent 20%); /* 点の色とサイズ調整 */
}
.blue .content_txt_wrap dt .color{color: var(--d_red);}
.orange .content_txt_wrap dt .color{color: var(--blue);}


.plan_box_wrap{
    display: flex;
    justify-content: space-between;
    gap: 0 2%;
}
.plan_box{
    flex: 1;
}
.plan_box .icon{
    position: absolute;
    bottom: 0; left: 0;
    max-width: 32%;
}
.plan_box dl{
    margin-top: 3%;
}
.plan_box dt{
    font-weight: 600;
    font-size: 2.4rem;
    transform: rotate(0.05deg);
    line-height: 1.2;
}
.plan_box dt .red{
    display: block;
    font-size: 3.8rem;
    color: var(--red);
}
.strage.plan_box dt .red{letter-spacing: 0;}
.plan_box dt small{
    font-size: 60%;
}
.plan_box dt .dark{padding-top: 8px;}
.plan_box dd{
    transform: rotate(0.05deg);
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 12px;
}


/* 絞り込み検索 */

.plan_tab {
  display: flex;
  margin-top: 5%;
  gap: 0 1px;
}
.plan_tab li {
  width: calc(100% / 4);
  text-align: center;
  background: var(--light);
  border: 2px solid var(--light);
  padding: 10px;
  cursor: pointer;
  transition: all 0.1s;
  color: var(--orange);
  font-size: 1.8rem;
  transform: rotate(0.05deg);
  font-weight: 800;
}
.plan_tab li.none {
    position: relative;
    pointer-events: none;
}
.plan_tab li.none::before {
    content: 'COMING SOON';
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 5px;
    justify-content: center;
    color: var(--light);
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,.9);
    opacity: .5;
}
.plan_tab li.is-active {
  background: var(--orange);
  color: var(--light);
}
.plan_tab li.is-active.none {
    background: var(--light) !important;
  color: var(--orange) !important;
}
.plan_item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
  gap: 0 1%;
}
.plan_item li {
  border: 2px solid var(--light);
  width: calc(99% / 2);
  background: var(--light);
  margin-bottom: 1%;
}
.plan_item li.limited {
    border: 2px solid var(--d_red);
    background: var(--d_red);
}
.plan_item li a{transition: .3s;}
.plan_item li a:hover .plan_item_btn{
    color: var(--orange);
    background: var(--dark);
}
.plan_item li.limited a:hover .plan_item_btn{
    color: var(--light);
}
.plan_item_flex{
    padding: 24px 16px;
    display: flex;
    align-items: center;
    gap: 0 16px;
}
.plan_item_flex .type{
    text-align: center;
    font-weight: 800;
    background: var(--orange);
    padding: 16px 24px;
    color: var(--light);
    line-height: 1;
    flex-basis: 38%;
    transform: rotate(0.05deg);
}
.limited .plan_item_flex .type{
    background: var(--light);
    color: var(--d_red);
}

.plan_item_flex .type span{
    display: block;
}
.plan_item_flex .type span:nth-of-type(1){
    font-size: 5rem;
    line-height: .8;
}
.plan_item_flex .type span:nth-of-type(2){
    font-size: 1.8rem;
    line-height: 1;
}
.limited .plan_item_flex .num{
    color: var(--light);
}
.plan_item_flex .num .ldk{
    transform: rotate(0.05deg);
    font-size: 3.8rem;
    letter-spacing: .5px;
    line-height: 1;
    font-weight: 800;
}
.plan_item_flex .num .ldk span{
    font-size: 65%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.plan_item_flex .num .ldk span.logo{
    padding-left: 4px;
}
.plan_item_flex .num .menseki_ttl{
    transform: rotate(0.05deg);
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1;
    padding-top: 12px;
}
.plan_item_flex .num .menseki{
    display: flex;
    align-items: flex-end;
}
.plan_item_flex .num .menseki .menseki_num{
    transform: rotate(0.05deg);
    font-size: 4.8rem;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
    padding-top: 6px;
}
.plan_item_flex .num .menseki .menseki_num span{
    font-size: 65%;
}
.plan_item_flex .num .menseki .menseki_tsubo{
    transform: rotate(0.05deg);
    font-size: 1.3rem;
    font-weight: 800;
}
.plan_item_btn{
    background: var(--orange);
    color: var(--light);
    text-align: center;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1;
    padding: 8px;
    transition: .3s;
}
.limited .plan_item_btn{
    background: var(--light);
    color: var(--d_red);
    padding: 16px 8px;
}
.limited .plan_item_btn span{
    display: block;
    font-size: 65%;
}


.limited_txt_wrap{
    padding: 5% 0;
        background: url(../img/common/bg_dot.svg), var(--gra_blue2);
}
.limited_txt{
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: auto;
    gap: 0 48px;
}
.limited_txt dl{
    flex-basis: 58%;
    color: var(--light);
}
.limited_txt dt{
    transform: rotate(0.05deg);
    font-size: 4.8rem;
    line-height: 1.3;
    font-weight: 700;
}
.limited_txt dt span{
    display: block;
    font-size: 2rem;
}
.limited_txt dd{
    transform: rotate(0.05deg);
    font-size: 1.6rem;
    font-weight: 600;
    padding-top: 24px;
}
.limited_txt .btn{
    flex-basis: 48%;
}
.limited_txt .btn a{
    padding: 32px 16px;
    font-size: 2.4rem;
}
.limited_txt .btn a::before,
.limited_txt .btn a::after{
  width: 16px;
  height: 2px;
}




@media screen and (max-width: 768px) {

#plan .contents_mv{
    background-image: url(../img/plan/mv_sp.webp);
}

.brandnew_wrap{
    padding: 0 0 20%;
    position: relative;
}
.content_box{
    padding-top: 10%;
}

.content_box .note{
    font-size: 0.9rem;
}
.shop_list{
    margin-top: 3%;
}

.content_box .note{
    text-align: right;
    color: var(--light);
    font-size: 1.2rem;
    transform: rotate(0.05deg);
    padding-top: 8px;
}
.shop_list{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 1%;
    flex-wrap: wrap;
    position: relative;
}
.shop_list li{
    flex-basis: 100%;
    margin-bottom: 4%;
    position: relative;
}
.shop_list.other li{
    flex-basis: 49%;
}

.plan_wrap{
    padding: 10% 0 30%;
}

.plan_wrap.blue{
    background: url(../img/common/bg_dot.svg), var(--gra_blue);
    padding-bottom: 10%;
    padding-top: 10%;
    color: var(--light);
}
.plan_wrap.orange{
    background: url(../img/common/bg_dot.svg), var(--gra_orange);
    padding-bottom: 30%;
    padding: .1px 0 8%;
    color: var(--dark);
}
.plan_wrap h4{
    margin-top: 0%;
    font-size: 4.2rem;
}
.content_txt_wrap dt .color{
    font-size: 200%;
    font-weight: 700;
}
.plan_list_wrap h4{
    margin-top: -72px;
}
.plan_variation_img{
    padding-top: 8px;
}


.plan_box_wrap{
    display: block;
}
.plan_box{
    flex: 1;
    margin-bottom: 8%;
}
.plan_box dl{
    margin-top: 6%;
}
.plan_box dt{
    font-weight: 600;
    font-size: 1.8rem;
    transform: rotate(0.05deg);
    line-height: 1.2;
}
.plan_box dt .red{
    display: block;
    font-size: 3.8rem;
    color: var(--red);
}
.plan_box dd{
    transform: rotate(0.05deg);
    font-size: 1.3rem;
    line-height: 1.8;
    margin-top: 12px;
}


/* 絞り込み検索 */

.plan_tab {
  display: flex;
  margin-top: 10%;
  gap: 0 1%;
  flex-wrap: wrap;
}
.plan_tab li {
  width: calc(99% / 2);
  padding: 6px;
  font-size: 1.6rem;
  margin-top: 1%;
}
.plan_item {
  display: block;
  margin-top: 24px;
}
.plan_item li {
  width: 100%;
  margin-bottom: 5%;
}
.plan_item_flex{
    padding: 24px 16px;
    display: flex;
    align-items: center;
    gap: 0 16px;
}
.plan_item_flex .type{
    padding: 16px ;
    line-height: 1;
    flex-basis: 30%;
}

.plan_item_flex .type span{
    display: block;
}
.plan_item_flex .type span:nth-of-type(1){
    font-size: 4.8rem;
    line-height: .8;
}
.plan_item_flex .type span:nth-of-type(2){
    font-size: 1.6rem;
    line-height: 1;
}
.limited .plan_item_flex .num{
    color: var(--light);
}
.plan_item_flex .num .ldk{
    transform: rotate(0.05deg);
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 800;
}
.plan_item_flex .num .ldk span{
    font-size: 65%;
}
.plan_item_flex .num .ldk span.logo img{
    width: 28px;
}
.plan_item_flex .num .menseki_ttl{
    font-size: 1.1rem;
    padding-top: 12px;
}
.plan_item_flex .num .menseki{
    display: block;
}
.plan_item_flex .num .menseki .menseki_num{
    font-size: 3.8rem;
    padding-top: 2px;
}
.plan_item_flex .num .menseki .menseki_num span{
    font-size: 65%;
}
.plan_item_flex .num .menseki .menseki_tsubo{
    font-size: 1.1rem;
}
.plan_item_btn{
    font-size: 2.4rem;
    padding: 12px;
}


.limited_txt_wrap{
    padding: 10% 2%;
        background: url(../img/common/bg_dot.svg), var(--gra_blue2);
}
.limited_txt{
    display: block;
    margin: auto;
}
.limited_txt dt{
    transform: rotate(0.05deg);
    font-size: 3.0rem;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
}
.limited_txt dt span{
    display: block;
    font-size: 1.8rem;
    padding-bottom: 8px;
}
.limited_txt dd{
    font-size: 1.2rem;
    padding-top: 16px;
    text-align: center;
}
.limited_txt .btn{
    margin-top: 24px;
}
.limited_txt .btn a{
    padding: 24px 8px;
    font-size: 2rem;
}
.limited_txt .btn a::before,
.limited_txt .btn a::after{
      right: 12px;
    width: 8px;
    height: 2px;
}

}




/* 間取り詳細 */

.plan_detail_wrap{
    background: url(../img/common/bg_dot.svg), var(--gra_orange);
    padding-bottom: 5%;
    padding-top: 8%;
    color: var(--dark);
}
.plan_detail_wrap h2{
    margin-top: 3%;
    font-size: 8.8rem;
    line-height: .75;
    font-weight: 900;
    transform: rotate(0.05deg);
    text-align: center;
}
.plan_detail_wrap h2 span{
    font-size: 180%;
        color: var(--red);
}
.plan_detail{
    background: var(--light);
    padding: 5%;
    display: flex;
    justify-content: space-between;
    gap: 0 5%;
    max-width: 1000px;
    margin: auto;
}
.plan_detail_txt{
    flex-basis: 45%;
}
.plan_madori_img_wrap{
    flex-basis: 50%;
}

.plan_detail_txt h3{
    text-align: center;
    font-weight: 800;
    background: var(--orange);
    padding: 16px 24px;
    color: var(--light);
    line-height: 1;
    flex-basis: 38%;
    transform: rotate(0.05deg);
    font-size: 3rem;
}
.plan_detail_txt h3 small{
    display: block;
    line-height: 2;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
}
.plan_detail_txt h3 span:nth-of-type(1){
    font-size: 8rem;
    line-height: .8;
}
.plan_detail_txt .ldk{
    transform: rotate(0.05deg);
    font-size: 4.8rem;
    line-height: 1;
    letter-spacing: .5px;
    font-weight: 800;
    padding: 40px 0 32px;
}
.plan_detail_txt .ldk span{
    font-size: 65%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.plan_detail_txt .ldk span.logo{

}
.plan_detail_txt .menseki{
    display: flex;
    align-items: flex-end;
    gap: 0 16px;
}
.plan_detail_txt .menseki_ttl{
    transform: rotate(0.05deg);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
}
.plan_detail_txt .menseki{}
.plan_detail_txt .menseki .menseki_num{
    transform: rotate(0.05deg);
    font-size: 6.4rem;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: .9;
    padding-top: 6px;
}
.plan_detail_txt .menseki .menseki_num span{
    font-size: 65%;
}
.plan_detail_txt .menseki .menseki_tsubo{
    transform: rotate(0.05deg);
    font-size: 1.3rem;
    font-weight: 500;
}
.plan_detail_txt .menseki_other{
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
}
.plan_detail_txt .menseki_other li{
    /* flex-basis: 50%; */
    flex-basis: 100%;
    margin-top: 12px;
    display: flex;
    align-items: flex-end;
}

.plan_detail_txt .menseki_other .menseki_tsubo{
    text-align: left;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: .9;
    margin-left: -15px;
}
.plan_detail_txt .menseki_other .menseki{
    /* display: block; */
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-left: 6px;
}
.plan_detail_txt .menseki_other .menseki_num{
    font-size: 1.5rem;
    padding: 0;
    font-weight: 500;
}
.plan_detail_txt .menseki_other .menseki_num span{
    font-size: 100%;
}

.plan_features{
    display: flex;
    flex-flow: column;
    gap: 2%;
    flex-wrap: wrap;
    margin-top: 32px;
}
.plan_features li{
    flex-basis: 48%;
    margin-bottom: 2%;
    transform: rotate(0.05deg);
    text-align: center;
    color: var(--dark);
    background: var(--gra_orange2);
    padding: 16px 8px;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 3px;
}

 .madori_cap{
    margin-top: auto;
    font-size: 1.2rem;
    padding-top: 24px;
  }
  .madori_cap .cap{
    transform: rotate(0.05deg);
    display: inline-flex;
    align-items: center;
    padding-right: 10px;
    padding-top: 3px;
  }
  .madori_cap .cap .icon{
    padding-right: 6px;
    line-height: 1;
  }


/* limited_info */

  .limited_info{
    max-width: 800px;
    margin: 5% auto 0;
    padding: 5%;
    background: var(--gra_blue2);
    border: 2px solid var(--light);
  }
  .limited_info_txt{
    text-align: center;
    color: var(--light);
    transform: rotate(0.05deg);
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.8;
  }
  .limited_info .btn{
    max-width: 560px;
    margin: 3% auto 0;
  }
  .limited_info .btn a{
    padding: 24px 8px;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--blue);
    background: var(--light);
  }
  .limited_info .btn a:hover{color: var(--light);}
  .limited_info .btn a::before, .limited_info .btn a::after {
    right: 16px;
    width: 16px;
    background-color: var(--blue);
}
  .limited_info .btn a:hover:before, .limited_info .btn a:hover::after {
    background-color: var(--light);
  }



@media screen and (max-width: 768px) {

  .plan_detail_wrap{
    padding-bottom: 10%;
    padding-top: 24%;
}
.plan_detail_wrap h2{
    margin-top: 6%;
    font-size: 5.6rem;
    text-align: right;
}
.plan_detail{
    display: block;
    padding: 8% 5%;
}
.plan_madori_img_wrap{
    margin-top: 32px;
}

.plan_detail_txt h3{
    padding: 12px 40px;
    font-size: 2.4rem;
    text-align: left;
    width: fit-content;
}
.plan_detail_txt h3 span:nth-of-type(1){
    font-size: 5.6rem;
}
.plan_detail_txt .ldk{
    font-size: 4.2rem;
    padding: 24px 0 24px;
}
.plan_detail_txt .ldk span.logo img{
    width: 32px;
}
.plan_detail_txt .menseki{
    display: flex;
    align-items: flex-end;
    gap: 0 16px;
}
.plan_detail_txt .menseki{
    gap: 0 8px;
}
.plan_detail_txt .menseki .menseki_num{
    font-size: 4.8rem;
}
.plan_detail_txt .menseki_ttl{
    font-size: 1.1rem;
    letter-spacing: .5px;
}
.plan_detail_txt .menseki .menseki_tsubo{
    font-size: 1.1rem;
        margin-left: -10px;
}
.plan_detail_txt .menseki_other{
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;

}
.plan_detail_txt .menseki_other li{
    flex-basis: 100%;
    margin-top: 12px;
}
.plan_detail_txt .menseki_other .menseki{
    display: flex;
    /* display: block; */
}
.plan_detail_txt .menseki_other .menseki_num{
    font-size: 1.4rem;
}

.plan_features{
    display: flex;
    flex-flow: row;
    gap: 2%;
    flex-wrap: wrap;
    margin-top: 16px;
}
.plan_features li{
    flex-basis: 48%;
    margin-bottom: 2%;
    padding: 8px 3px;
    font-size: 1.1rem;
    letter-spacing: .5px;
    gap: 0 4px;
}
.plan_features li img{
    width: 26px;
}

.madori_cap{
    margin-top: auto;
    font-size: 1.1rem;
  }
  .madori_cap .cap{
    display: inline-flex;
    align-items: center;
    padding-right: 10px;
    padding-top: 3px;
  }
  .madori_cap .cap .icon{
    padding-right: 6px;
    line-height: 1;
  }


/* limited_info */

  .limited_info{
    margin: 10% auto 0;
    padding: 8% 5%;
  }
  .limited_info_txt{
    font-size: 1.4rem;
  }
  .limited_info .btn{
    margin: 6% auto 0;
  }
  .limited_info .btn a{
    padding: 24px 8px;
    font-size: 2rem;
  }
  .limited_info .btn a:hover{color: var(--light);}
  .limited_info .btn a::before, .limited_info .btn a::after {
        right: 12px;
        width: 8px;
        height: 2px;
}
  .limited_info .btn a:hover:before, .limited_info .btn a:hover::after {
    background-color: var(--light);
  }
}



/* 間取り詳細ページ内間取り一覧 */

.plan_lineup_wrap{
    margin-top: 5%;
}
.plan_lineup_ttl{
    margin-top: 3%;
    font-size: 5.6rem;
    line-height: .75;
    font-weight: 900;
    transform: rotate(0.05deg);
    text-align: center;
    padding-bottom: 1%;
}
.plan_lineup_ttl span{
        font-size: 180%;
        color: var(--red);
}
.plan_lineup{
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 2%;
}
.plan_lineup li{
    position: relative;
}
.plan_lineup li a{
    display: block;
    transition: .3s;
    border: 2px solid var(--light);
}
.plan_lineup::before {
    display: block;
    content: "";
    flex-basis: 32%;
    order: 1;
}
.plan_lineup::after {
    display: block;
    content: "";
    flex-basis: 32%;
}
.plan_lineup li{
    flex-basis: 32%;
    background: var(--light);
    margin-top: 2%;
}
.plan_lineup .ttl{
    transform: rotate(0.05deg);
    text-align: center;
    font-size: 4.0rem;
    color: var(--light);
    font-weight: 700;
    line-height: 1;
    padding: 8px;
    background: var(--orange);
}
.plan_lineup .ttl span{
    font-size: 65%;
}
.plan_lineup .ldk{
    transform: rotate(0.05deg);
    font-size: 3.2rem;
    text-align: center;
    line-height: 1;
    letter-spacing: .5px;
    font-weight: 800;
    padding: 16px 8px 8px;
}
.plan_lineup .ldk span{
    font-size: 65%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.plan_lineup .ldk span.logo{}
.plan_lineup .menseki_ttl{
    text-align: center;
    transform: rotate(0.05deg);
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1;
    padding: 0 8px;
}
.plan_lineup .menseki_num{
    transform: rotate(0.05deg);
    font-size: 3.8rem;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
    padding-top: 3px;
    margin-bottom: 16px;
    text-align: center;
}
.plan_lineup .menseki_num span{
    font-size: 65%;
}
.plan_lineup .plan_lineup_btn{
    transform: rotate(0.05deg);
    text-align: center;
    font-size: 2.4rem;
    color: var(--light);
    font-weight: 700;
    line-height: 1;
    padding: 12px 8px;
    background: var(--orange);
    transition: .3s;
}
.plan_lineup a:hover .plan_lineup_btn{
    color: var(--light);
    background: var(--dark);
}

.plan_lineup li.soon a{
        border: 2px solid var(--d_red);
        background: var(--d_red);
}
.plan_lineup li.soon .ttl {
        color: var(--d_red);
        background: var(--light);
}
.plan_lineup li.soon .menseki_num,
.plan_lineup li.soon .ldk,
.plan_lineup li.soon .menseki_ttl{color: var(--light);}
.plan_lineup li.soon .plan_lineup_btn{
        color: var(--d_red);
        background: var(--light);
        transition: .3s;
}
.plan_lineup li.soon a:hover .plan_lineup_btn{
    color: var(--light);
        background: var(--dark);
}
@media screen and (max-width: 768px) {
    .plan_lineup li.soon .plan_lineup_btn{
        font-size: 1.3rem;
}
}

/* .plan_lineup li.soon::before{
    content: '限定サイトにて公開中';
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--light);
    font-size: 1.6rem;
    transform: rotate(0.05deg);
    line-height: 1.4;
    font-weight: 500;
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
} */


@media screen and (max-width: 768px) {
    .plan_lineup_wrap{
    margin-top: 10%;
}
.plan_lineup_ttl{
    margin-top: 6%;
    font-size: 3.2rem;
    text-align: left;
}
.plan_lineup{
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 2%;
}
.plan_lineup li a{
    display: block;
    transition: .3s;
    border: 1px solid var(--light);
}
.plan_lineup::before {
    display: block;
    content: "";
    flex-basis: 49%;
    order: 1;
}
.plan_lineup::after {
    display: block;
    content: "";
    flex-basis: 49%;
}
.plan_lineup li{
    flex-basis: 49%;
    background: var(--light);
    margin-top: 2%;
}
.plan_lineup .ttl{
    font-size: 2.4rem;
    padding: 8px;
}
.plan_lineup .ldk{
    font-size: 2.2rem;
    letter-spacing: .5px;
    padding: 16px 8px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 67px;
}
.plan_lineup .ldk span{
    font-size: 65%;
}
.plan_lineup .ldk span.logo img{width: 24px;}
.plan_lineup .menseki_ttl{
    font-size: 1.3rem;
    padding: 0 8px;
}
.plan_lineup .menseki_ttl{
    font-size: 1.1rem;
}
.plan_lineup .menseki_num{
    font-size: 3.2rem;
    padding-top: 3px;
    margin-bottom: 8px;
}
.plan_lineup .plan_lineup_btn{
    font-size: 1.6rem;
    padding: 8px 8px;
}

}







