.leftBg::after {
  background-image: url(../images/list/leftBg@2x.webp);
  z-index: 1;
}

#type {
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
#type .wrapper {
  max-width: 1000px;
}
#type .leftArea {
  min-width: 800px;
}
@media screen and (max-width: 1400px) {
  #type .leftArea {
    min-width: 700px;
  }
}
@media screen and (max-width: 1200px) {
  #type .leftArea {
    max-width: 630px;
  }
}
@media screen and (max-width: 1100px) {
  #type .leftArea {
    min-width: unset;
    margin: 0 auto 45px;
  }
}
#type .type_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 90px 0 0;
}
@media screen and (max-width: 1100px) {
  #type .type_area {
    flex-direction: column;
    margin: 30px auto 0;
    padding: 60px 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  #type .type_area {
    padding: 45px 0 0;
  }
}
#type .type_area .type_item {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #type .type_area .type_item {
    margin-top: 0;
  }
}
#type .type_area .type_item .compare {
  text-align: end;
}
@media screen and (max-width: 1100px) {
  #type .type_area .type_item .compare {
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 1100px) {
  #type .type_area .type_item .main {
    margin: 0 auto 45px;
  }
}
#type .type_area .type_item2 {
  width: 20%;
  margin-left: 60px;
}
@media screen and (max-width: 1100px) {
  #type .type_area .type_item2 {
    width: 100%;
    margin-left: 0;
  }
}
#type .type_area .img02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  #type .type_area .img02 {
    margin-bottom: 0;
  }
}
#type .type_area .img03 {
  margin-bottom: 45px;
}
@media screen and (max-width: 1100px) {
  #type .type_area .img03 {
    min-width: 400px;
  }
}
@media screen and (max-width: 520px) {
  #type .type_area .img03 {
    min-width: unset;
    margin-bottom: 30px;
  }
}
#type .type_area .btn01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #type .type_area .btn01 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  #type .type_area .btn01 {
    margin: 0 auto 30px;
    width: 85%;
  }
}
#type .type_area .btn01 a:hover {
  filter: brightness(140%) saturate(180%);
  transition: 0.5s;
}

#plan-menu .btn_ttl {
  color: #226d4f;
  font-size: 40px;
  margin: 90px 0 30px;
  line-height: 1.3;
}
#plan-menu .btn_ttl span {
  color: #333;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 820px) {
  #plan-menu .btn_ttl {
    font-size: 32px;
    margin-top: 60px;
  }
  #plan-menu .btn_ttl span {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  #plan-menu .btn_ttl {
    font-size: 30px;
    margin: 30px 0;
  }
  #plan-menu .btn_ttl span {
    font-size: 16px;
  }
}
#plan-menu .btn_item {
  display: flex;
  justify-content: space-between;
  margin: 45px 0 70px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #plan-menu .btn_item {
    flex-wrap: wrap;
    margin: 30px 0 40px;
  }
}
@media screen and (max-width: 520px) {
  #plan-menu .btn_item {
    margin-top: 10px;
  }
}
#plan-menu .btn_item li {
  width: calc(25% - 15px);
  margin-bottom: 30px;
  position: relative;
  transition: 0.5s all;
}
#plan-menu .btn_item li::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  opacity: 0.3;
  transform: translate(-50%, -50%);
  transition: 0.5s all;
  pointer-events: none;
}
#plan-menu .btn_item li:hover::after {
  opacity: 0;
}
@media screen and (max-width: 820px) {
  #plan-menu .btn_item li {
    width: 46%;
    margin-bottom: 25px;
  }
}
#plan-menu .btn_item li img {
  width: 100%;
  transition: 0.2s;
}
#plan-menu .btn_item .comingsoon {
  position: relative;
  pointer-events: none;
}
#plan-menu .btn_item .comingsoon::after {
  background-color: rgba(160, 160, 160, 0.7);
  color: #fff;
  content: "Coming soon";
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  #plan-menu .btn_item .comingsoon::after {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  #plan-menu .btn_item .comingsoon::after {
    font-size: 18px;
  }
}
#plan-menu .btn_item .spc__show::after {
  display: none;
}
#plan-menu .current {
  position: relative;
}
#plan-menu .current::after {
  display: none;
}

.caption_area {
  background-color: #fff;
  padding: 40px 0 60px;
}
@media screen and (max-width: 520px) {
  .caption_area {
    padding: 25px 0 60px;
  }
}

@media screen and (max-width: 1100px) {
  .spc__hide02 {
    display: none !important;
  }
}
@media screen and (min-width: 1101px) {
  .spc__show02 {
    display: none !important;
  }
}