#plan-type header::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
}
@media screen and (max-width: 768px) {
  #plan-type {
    /*@media screen end*/
  }
  #plan-type header::before {
    height: 100%;
  }
  #plan-type header .top_header .g_nav nav {
    background-color: #000;
  }
}
#plan-type main {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  padding-bottom: 5%;
}
@media screen and (max-width: 768px) {
  #plan-type main {
    padding-bottom: 15%;
    /*@media screen end*/
  }
}
#plan-type main.active {
  opacity: 1;
}
#plan-type main .imgbox {
  position: relative;
}
#plan-type main .imgnote {
  position: absolute;
  right: 3px;
  top: 100%;
  font-size: 10px;
}
#plan-type main p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#plan-type main picture img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#plan-type main .flbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#plan-type main section {
  width: 95%;
  max-width: 1100px;
  margin-inline: auto;
  padding: 8% 0 0;
  position: relative;
}
#plan-type main section .flbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#plan-type main section .flbox .box1 {
  width: 23%;
}
#plan-type main section .flbox .box1 .imgbox {
  width: 90%;
  margin-inline: auto;
}
#plan-type main section .flbox .box1 .box1_1 {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
#plan-type main section .flbox .box1 .box1_1 .p1 {
  font-size: clamp(10px, 3vw, 16px);
}
#plan-type main section .flbox .box1 .box1_1 .p2 {
  font-size: clamp(10px, 5vw, 45px);
  margin-top: 10px;
  letter-spacing: 0.05em;
  color: #C8BB9B;
  line-height: 1em;
}
#plan-type main section .flbox .box1 .box1_1 .p2 span {
  font-size: clamp(10px, 5vw, 55px);
}
#plan-type main section .flbox .box1 .box1_1 .p3 {
  font-size: clamp(10px, 3vw, 14px);
  margin-bottom: 10px;
}
#plan-type main section .flbox .box1 .box1_1 .p4 {
  font-size: clamp(10px, 3vw, 12px);
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #fff;
}
#plan-type main section .flbox .box1 .box1_2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
#plan-type main section .flbox .box1 .box1_2 p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: auto;
  text-align: center;
  -webkit-font-feature-settings: unset;
          font-feature-settings: unset;
  text-orientation: upright;
  font-size: clamp(10px, 3.2vw, 16px);
}
#plan-type main section .flbox .box1 .box1_2 p:first-child {
  margin-right: 1em;
}
#plan-type main section .flbox .box2 {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#plan-type main section .flbox .box2 .type_note {
  margin-top: 20px;
  width: 90%;
  max-width: 400px;
}
#plan-type main section .flbox .box2 .type_note .note {
  font-size: 10px;
  margin-top: 5px;
}
#plan-type main .mv {
  position: relative;
  width: 100%;
  position: relative;
}
#plan-type main .mv h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: clamp(20px, 7vw, 40px);
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
  color: #fff;
}
#plan-type main .mv img {
  width: 100%;
  aspect-ratio: 14/5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#plan-type main .mv .imgnote {
  top: unset;
  bottom: 3px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #plan-type main {
    /*@media screen end*/
  }
  #plan-type main .mv img {
    aspect-ratio: 1/0.9;
  }
  #plan-type main .mv h2 {
    top: 55%;
  }
  #plan-type main section {
    margin-inline: auto;
    padding: 8% 0 0;
  }
  #plan-type main section .flbox .box1 {
    width: 95%;
    margin-right: 0px;
    margin-inline: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #plan-type main section .flbox .box1 .imgbox {
    width: 35%;
    margin-inline: auto;
  }
  #plan-type main section .flbox .box1 .box1_1 {
    width: 59%;
    text-align: center;
    margin-top: 0px;
  }
  #plan-type main section .flbox .box1 .box1_1 .p1 {
    font-size: clamp(10px, 3vw, 16px);
  }
  #plan-type main section .flbox .box1 .box1_1 .p2 {
    font-size: clamp(10px, 9vw, 45px);
    margin-top: 20px;
    line-height: 1em;
  }
  #plan-type main section .flbox .box1 .box1_1 .p2 span {
    font-size: clamp(10px, 12vw, 55px);
  }
  #plan-type main section .flbox .box1 .box1_1 .p3 {
    font-size: clamp(10px, 3vw, 14px);
    margin-bottom: 10px;
  }
  #plan-type main section .flbox .box1 .box1_1 .p4 {
    letter-spacing: 0.01em;
  }
  #plan-type main section .flbox .box1 .box1_2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  #plan-type main section .flbox .box1 .box1_2 p {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: left;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-left: 1em;
  }
  #plan-type main section .flbox .box1 .box1_2 p:last-child {
    margin-top: 10px;
  }
  #plan-type main section .flbox .box2 {
    margin-top: 10%;
    width: 95%;
  }
  #plan-type main section .flbox .box2 .type_note {
    margin-top: 20px;
    width: 90%;
    max-width: 400px;
  }
}
#plan-type main .plan_top .sec .type_name p {
  text-align: center;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  padding-block: 30px 10px;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  font-size: clamp(20px, 3vw, 28px);
  text-transform: uppercase;
}
#plan-type main .plan_top .sec .type_name p span {
  font-size: clamp(20px, 11vw, 55px);
}
#plan-type main .plan_top .sec .type_name p::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  bottom: 0;
}
#plan-type main .plan_top .sec .flbox {
  margin-top: 5%;
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#plan-type main .plan_top .sec .flbox .box {
  width: 48%;
  aspect-ratio: 1/0.95;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (any-hover: hover) {
  #plan-type main .plan_top .sec .flbox .box:hover {
    opacity: 0.6;
  }
}
#plan-type main .plan_top .sec .flbox .box a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
#plan-type main .plan_top .sec .flbox .box a .box_bg {
  background: rgb(255, 255, 255);
  background: linear-gradient(300deg, #0E0E0E 0%, #3F3F3F 100%);
  width: 95%;
  height: 95%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 90%;
}
#plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .p1 {
  text-transform: uppercase;
  padding-block: 10px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  width: 95%;
  text-align: center;
  font-size: clamp(20px, 3vw, 26px);
  padding-block: 15px 7px;
  letter-spacing: 0.2em;
  margin-bottom: 6%;
}
#plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .p1::before, #plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .p1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}
#plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .p1::before {
  top: 0;
}
#plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .p1::after {
  bottom: 0;
}
#plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .p2 {
  color: #C8BB9B;
  font-size: clamp(20px, 4vw, 50px);
  padding: 10px;
  line-height: 1em;
  letter-spacing: 0.05em;
  -webkit-box-flex: 1.4;
      -ms-flex: 1.4;
          flex: 1.4;
  height: 100%;
  min-height: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .p2 .small {
  font-size: clamp(20px, 3vw, 35px);
}
#plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .floor {
  padding-block: 7%;
  width: 35%;
}
#plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .floor.studio_wic {
  width: 59%;
}
#plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .floor.tldk_wic {
  width: 60%;
}
#plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .floor.w_plan {
  width: 88%;
  padding: 0;
}
#plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .area {
  text-align: center;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  height: 100%;
  min-height: 0%;
}
#plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .area .a_p1 {
  font-size: clamp(10px, 2vw, 20px);
}
#plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .area .a_p2 {
  font-size: clamp(20px, 4vw, 57px);
  color: #C8BB9B;
  letter-spacing: 0.05em;
  margin-top: 2%;
}
#plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .area .a_p2 .big {
  font-size: clamp(20px, 6vw, 90px);
}
#plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .area .a_p2 .small {
  font-size: clamp(20px, 3vw, 40px);
}
#plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .area .a_p3 {
  margin-top: -11%;
  font-size: clamp(11px, 3vw, 16px);
}
#plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .view {
  text-transform: uppercase;
  position: relative;
  font-size: clamp(10px, 2vw, 20px);
  margin-top: 10%;
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  height: 100%;
  min-height: 0%;
}
#plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .view::after {
  content: "";
  position: absolute;
  width: 130%;
  height: 15px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  left: 50%;
  -webkit-transform: translateX(-50%) skew(45deg);
          transform: translateX(-50%) skew(45deg);
  top: 17%;
}
#plan-type main .plan_top .sec .flbox .box a p {
  color: #fff;
}
#plan-type main .plan_top .sec .flbox .box_sel a .box_bg .box_inner .p1 {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(224, 168, 158, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(224, 168, 158, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}
#plan-type main .plan_top .sec .flbox .box_sel_c a .box_bg .box_inner .p1 {
  margin-bottom: 5%;
}
#plan-type main .plan_top .sec .flbox .box_sel_c a .box_bg .box_inner .p2_flbox {
  width: 82%;
}
#plan-type main .plan_top .sec .flbox .box_sel_c a .box_bg .box_inner .p2_flbox .p2_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#plan-type main .plan_top .sec .flbox .box_sel_c a .box_bg .box_inner .p2_flbox .p2_box .p2 {
  display: block;
}
#plan-type main .plan_top .sec .flbox .box_sel_c a .box_bg .box_inner .p2_flbox .p2_box .p2 .small_2 {
  font-size: clamp(10px, 6vw, 11px);
}
#plan-type main .plan_top .sec .flbox .box_sel_c a .box_bg .box_inner .p2_flbox .p2_box1 {
  position: relative;
}
#plan-type main .plan_top .sec .flbox .box_sel_c a .box_bg .box_inner .p2_flbox .p2_box1 .small_2 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #plan-type main {
    /*@media screen end*/
  }
  #plan-type main .plan_top .sec .type_name p {
    padding-block: 30px 10px;
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    font-size: clamp(20px, 3vw, 28px);
  }
  #plan-type main .plan_top .sec .type_name p span {
    font-size: clamp(20px, 11vw, 55px);
  }
  #plan-type main .plan_top .sec .flbox {
    width: 95%;
  }
  #plan-type main .plan_top .sec .flbox .box {
    width: 49%;
    aspect-ratio: 1/1.45;
  }
  #plan-type main .plan_top .sec .flbox .box a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
  }
  #plan-type main .plan_top .sec .flbox .box a .box_bg {
    height: 97%;
  }
  #plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .p1 {
    font-size: clamp(14px, 3vw, 26px);
    padding-block: 10px 1px;
  }
  #plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .p1::before {
    top: 0;
  }
  #plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .p1::after {
    bottom: 0;
  }
  #plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .floor {
    padding-block: 7%;
    width: 35%;
  }
  #plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .floor.studio_wic {
    width: 65%;
  }
  #plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .floor.tldk_wic {
    width: 68%;
  }
  #plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .floor.w_plan {
    width: 90%;
    padding-block: 5% 3%;
  }
  #plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .area {
    text-align: center;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    height: unset;
    min-height: unset;
  }
  #plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .area .a_p1 {
    font-size: clamp(10px, 2vw, 20px);
  }
  #plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .area .a_p2 {
    font-size: clamp(32px, 4vw, 57px);
    color: #C8BB9B;
    letter-spacing: 0.05em;
    margin-top: 2%;
  }
  #plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .area .a_p2 .big {
    font-size: clamp(20px, 15vw, 90px);
  }
  #plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .area .a_p2 .small {
    font-size: clamp(20px, 3vw, 40px);
  }
  #plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .area .a_p3 {
    margin-top: -11%;
  }
  #plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .view {
    margin-top: 5%;
    font-size: clamp(10px, 3.3vw, 20px);
  }
  #plan-type main .plan_top .sec .flbox .box a .box_bg .box_inner .view::after {
    height: 10px;
    top: 3%;
  }
  #plan-type main .plan_top .sec .flbox .box a p {
    color: #fff;
  }
  #plan-type main .plan_top .sec .flbox .box_sel a .box_bg .box_inner .p1 {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(224, 168, 158, 0.2)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(224, 168, 158, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  }
  #plan-type main .plan_top .sec .flbox .box_sel_c a .box_bg .box_inner .p1 {
    margin-bottom: 0;
  }
  #plan-type main .plan_top .sec .flbox .box_sel_c a .box_bg .box_inner .p2_flbox {
    width: 100%;
    margin-bottom: -10px;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    height: 100%;
    min-height: 0%;
  }
  #plan-type main .plan_top .sec .flbox .box_sel_c a .box_bg .box_inner .p2_flbox .p2_box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 48%;
  }
  #plan-type main .plan_top .sec .flbox .box_sel_c a .box_bg .box_inner .p2_flbox .p2_box .p2 {
    display: block;
    padding: 0;
    line-height: 0.8em;
    position: relative;
  }
  #plan-type main .plan_top .sec .flbox .box_sel_c a .box_bg .box_inner .p2_flbox .p2_box .p2 .small_2 {
    font-size: clamp(10px, 6vw, 11px);
    position: absolute;
    bottom: -33%;
    left: 0;
  }
  #plan-type main .plan_top .plan_img_sec {
    margin: 0;
    padding: 0;
  }
}
#plan-type main .type_wrap {
  background-color: #000;
  position: relative;
}
#plan-type main .type_wrap::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  background: transparent url("../img/type_bg.jpg") left top/cover no-repeat;
  z-index: 0;
}
#plan-type main .type_wrap .ttl_area {
  text-align: center;
}
#plan-type main .type_wrap .ttl_area .p1 {
  color: #C8BB9B;
  font-size: clamp(10px, 6vw, 30px);
  position: relative;
  display: inline-block;
  letter-spacing: 0.05em;
}
#plan-type main .type_wrap .ttl_area .p1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #C8BB9B;
  bottom: 11px;
}
#plan-type main .type_wrap .ttl_area .p2 {
  font-size: clamp(10px, 4vw, 20px);
  margin-top: 10px;
}
#plan-type main .type_wrap .ttl_area .ttl {
  text-transform: uppercase;
  padding-block: 10px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  width: 95%;
  text-align: center;
  font-size: clamp(20px, 3vw, 26px);
  padding-block: 20px 15px;
  letter-spacing: 0.2em;
  margin-bottom: 6%;
  max-width: 550px;
  margin-inline: auto;
  color: #fff;
}
#plan-type main .type_wrap .ttl_area .ttl::before, #plan-type main .type_wrap .ttl_area .ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}
#plan-type main .type_wrap .ttl_area .ttl::before {
  top: 0;
}
#plan-type main .type_wrap .ttl_area .ttl::after {
  bottom: 0;
}
#plan-type main .type_wrap .ttl_area .ttl_sel {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(224, 168, 158, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(224, 168, 158, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}
#plan-type main .type_wrap section .flbox .box1 .box1_1 .p1,
#plan-type main .type_wrap section .flbox .box1 .box1_1 .p3,
#plan-type main .type_wrap section .flbox .box1 .box1_1 .p4 {
  color: #fff;
}
#plan-type main .type_wrap section .flbox .box1 .box1_2 .p1 {
  color: #fff;
}
#plan-type main .type_wrap .com-note {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #plan-type main {
    /*@media screen end*/
  }
  #plan-type main .type_wrap::before {
    background: transparent url(../img/type_bg.jpg) right top/cover no-repeat;
  }
  #plan-type main .type_wrap .ttl_area {
    text-align: center;
    margin-top: 0;
  }
  #plan-type main .type_wrap .ttl_area .p1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #C8BB9B;
    bottom: 7px;
  }
  #plan-type main .type_wrap .ttl_area .p2 {
    font-size: clamp(10px, 3vw, 20px);
    margin-top: 10px;
  }
  #plan-type main .type_wrap .ttl_area .ttl {
    padding-block: 12px 7px;
  }
  #plan-type main .type_wrap .plan_type {
    padding-top: 15%;
  }
}
#plan-type main .type-prm_wrap {
  position: relative;
}
#plan-type main .type-prm_wrap::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  background: transparent url("../img/type-prm_bg.png") left top/cover no-repeat;
  z-index: 0;
}
#plan-type main .type-prm_wrap .type-prm_ttlBox {
  max-width: 850px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(2.8vw, 56px);
}
#plan-type main .type-prm_wrap .type-prm_ttlBox .imgbox {
  width: 28%;
}
#plan-type main .type-prm_wrap .type-prm_ttlBox .box1_1 {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 30px;
}
#plan-type main .type-prm_wrap .type-prm_ttlBox .box1_1 .p1 {
  font-size: clamp(10px, 3vw, 16px);
}
#plan-type main .type-prm_wrap .type-prm_ttlBox .box1_1 .p2 {
  font-size: clamp(2.5rem, 1.665rem + 1.738vw, 3.75rem);
  margin-top: 10px;
  letter-spacing: 0.05em;
  color: #6d5e4b;
  line-height: 1em;
}
#plan-type main .type-prm_wrap .type-prm_ttlBox .box1_1 .p2 span {
  font-size: 1.3em;
}
#plan-type main .type-prm_wrap .type-prm_ttlBox .box1_1 .p3 {
  font-size: clamp(10px, 3vw, 14px);
  margin-bottom: 10px;
}
#plan-type main .type-prm_wrap .type-prm_ttlBox .box1_1 .p4 {
  width: 48%;
  font-size: clamp(10px, 3vw, 12px);
  letter-spacing: 0.05em;
  text-align: left;
}
#plan-type main .type-prm_wrap .type-prm_ttlBox .box1_1 .box-line {
  width: 1px;
  height: min(12vw, 160px);
  background-color: #6d5e4b;
}
#plan-type main .type-prm_wrap .prm-feature_box {
  margin-block: min(2.3vw, 44px) 0;
}
#plan-type main .type-prm_wrap .prm-feature_box img {
  mix-blend-mode: multiply;
}
#plan-type main .type-prm_wrap section .flbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#plan-type main .type-prm_wrap section .flbox .box1 .box1_2.flbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#plan-type main .type-prm_wrap section .flbox .box1 .box1_2 .p1 {
  color: #fff;
}
#plan-type main .type-prm_wrap .com-note {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #plan-type main {
    /*@media screen end*/
  }
  #plan-type main .type-prm_wrap::before {
    background: transparent url("../img/type-prm_bg_sp.png") left top/cover no-repeat;
  }
  #plan-type main .type-prm_wrap .type-prm_ttlBox .box1_1 {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plan-type main .type-prm_wrap .type-prm_ttlBox .box1_1 .p2 {
    font-size: clamp(1.875rem, 0.221rem + 7.353vw, 3.75rem);
  }
  #plan-type main .type-prm_wrap .type-prm_ttlBox .box1_1 .p4 {
    width: 100%;
    padding-top: 10px;
    text-align: center;
  }
  #plan-type main .type-prm_wrap .type-prm_ttlBox .box1_1 .box-line {
    width: 100%;
    height: 1px;
  }
  #plan-type main .type-prm_wrap .prm-feature_box {
    margin-block: 10px min(16vw, 120px);
  }
  #plan-type main .type-prm_wrap section .flbox .box1 .box1_2 .p1 {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.8);
  }
}
#plan-type main .note_area {
  padding-top: 2%;
  padding-bottom: 5% !important;
}
@media screen and (max-width: 768px) {
  #plan-type main {
    /*@media screen end*/
  }
  #plan-type main .note_area {
    padding-top: 10%;
    padding-bottom: 5% !important;
  }
}