@charset "UTF-8";
#type {
  padding: 15px 0 90px;
  background-color: #00014f;
}
@media screen and (max-width: 480px) {
  #type {
    padding: 15px 0 60px;
  }
}
#type .wrapper1500 {
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #type .wrapper1500 {
    width: 90%;
  }
}
#type .leftArea {
  background-color: #fff;
  padding: 30px;
  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;
    padding: 0 0 30px;
    margin: 0 auto 45px;
  }
}
#type .leftArea .ttl {
  width: 85%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1100px) {
  #type .leftArea .ttl {
    margin: 85px auto 15px;
  }
}
@media screen and (max-width: 480px) {
  #type .leftArea .ttl {
    margin: 45px auto 15px;
  }
}
#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: 45px 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #type .type_area {
    padding: 30px 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: 480px) {
  #type .type_area .img02 {
    margin: -10px auto 30px;
  }
}
#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: 480px) {
  #type .type_area .img03 {
    min-width: unset;
  }
}
#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: 480px) {
  #type .type_area .btn01 {
    margin: 0 auto 30px;
  }
}
#type .type_area .btn01 a:hover {
  filter: brightness(140%) saturate(180%);
  transition: 0.5s;
}

#plan-menu .btn_ttl {
  color: #fff;
  font-size: 40px;
  margin: 90px 0 30px;
  line-height: 1.3;
}
#plan-menu .btn_ttl span {
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  #plan-menu .btn_ttl {
    font-size: 28px;
    margin-top: 60px;
  }
  #plan-menu .btn_ttl span {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #plan-menu .btn_ttl {
    font-size: 22px;
    margin: 30px 0 15px;
  }
  #plan-menu .btn_ttl span {
    font-size: 14px;
  }
}
#plan-menu .btn_item {
  display: flex;
  justify-content: space-between;
  margin: 45px 0 30px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #plan-menu .btn_item {
    flex-wrap: wrap;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 480px) {
  #plan-menu .btn_item {
    margin-top: 10px;
  }
}
#plan-menu .btn_item li {
  width: calc(20% - 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: 1024px) {
  #plan-menu .btn_item li {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 768px) {
  #plan-menu .btn_item li {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #plan-menu .btn_item li {
    width: 49%;
    margin-bottom: 15px;
  }
}
#plan-menu .btn_item li img {
  width: 100%;
  transition: 0.2s;
}
#plan-menu .btn_item .spc__show::after {
  display: none;
}
#plan-menu .current {
  position: relative;
}
#plan-menu .current::after {
  display: none;
}

#unkerSP {
  padding-top: 30px;
  margin-top: -30px;
}

.compare {
  position: relative;
  overflow: hidden;
  width: 322px;
  height: 666px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .compare {
    width: 252px;
    height: 526px;
  }
}
@media screen and (max-width: 1100px) {
  .compare {
    width: 302px;
    height: 626px;
  }
}
@media screen and (max-width: 600px) {
  .compare {
    width: 312px;
    height: 646px;
  }
}
@media screen and (max-width: 480px) {
  .compare {
    width: 251px;
    height: 526px;
  }
}

.compare img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 462/871;
}

.compare04 {
  width: 422px;
  height: 716px;
}
@media screen and (max-width: 1400px) {
  .compare04 {
    width: 362px;
    height: 616px;
  }
}
@media screen and (max-width: 1100px) {
  .compare04 {
    width: 422px;
    height: 716px;
  }
}
@media screen and (max-width: 600px) {
  .compare04 {
    width: 362px;
    height: 616px;
  }
}
@media screen and (max-width: 480px) {
  .compare04 {
    width: 292px;
    height: 506px;
  }
}

.compare05 {
  width: 422px;
  height: 716px;
}
@media screen and (max-width: 1400px) {
  .compare05 {
    width: 362px;
    height: 616px;
  }
}
@media screen and (max-width: 1100px) {
  .compare05 {
    width: 422px;
    height: 716px;
  }
}
@media screen and (max-width: 600px) {
  .compare05 {
    width: 362px;
    height: 616px;
  }
}
@media screen and (max-width: 480px) {
  .compare05 {
    width: 292px;
    height: 506px;
  }
}

.compare04 img {
  aspect-ratio: 578/894;
}

.compare05 img {
  aspect-ratio: 578/894;
}

.compare .before {
  z-index: 1;
}

.compare .after {
  z-index: 2;
  clip-path: inset(0 50% 0 0); /* ← 初期値をここで指定 */
}

.compare input[type=range] {
  appearance: auto !important;
  -webkit-appearance: auto !important; /* Safari */
  display: block !important;
  height: 20px !important;
  background: #ccc !important;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: 3;
}

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