@charset "utf-8";

/*  PC to SP */
/*========= レイアウト ===============*/
body {}

/* ラッパー */
.p-top-wrap {
  width: min(calc(1020/1080 * 100%), 1080px);
  margin: 0 auto;
  position: relative;
}

/*========= hero ===============*/

.p-top-hero {
  width: 100vw;
  height: 1500px;
  position: relative;
}

.p-top-hero::before {
  content: '';
  background-image: url(../images/top/main@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;

}

.p-top-hero-box {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: flex-end;
  height: 1080px;
  padding-top: 384px;
}

.p-top-hero-box__inner {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;

}

.p-top-hero__title img {
  width: 100%;
  height: auto;
}

.p-top-hero__txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-align: center;
  padding-top: 94px;
}

.p-top-hero__head {
  line-height: calc(38 / 18);

}

/* テキスト下の矢印 */
.p-top-hero__txtunder {
  padding-top: 60px;

}

.p-top-hero__arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: rotate(45deg);
}

/* 平和島 */

/* 高さ合わせブロック */
.l-top-feature {
  display: block;
  width: 100%;
  height: 630px;
}

.p-top-feature {
  display: block;
  color: var(--white);
  background-color: var(--dark_blue);
  width: 100%;
  /* height: 3264px; */
  position: relative;
}

.p-top-feature::before {
  content: '';
  display: block;
  background-image: url(../images/top/bg_01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 1050px;
  position: absolute;
  top: -1050px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

/* .p-top-feature_bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
} */

/* .p-top-feature_bg img {
  width: 100%;
  height: auto;
} */

.p-top-feature_heiwa {
  display: block;
  width: 750px;
  height: auto;
  position: absolute;
  top: -1130px;
  /* left: calc(829/1920 * 100%); */
  left: calc(409/1080 * 100%);
  z-index: 5;
}

.p-top-feature_heiwa img {
  width: 100%;
  height: auto;
}

/* イメージ図の下の小さい文 */
.p-top-feature_heiwa-cmt {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: right;
  width: 98.75%;
  position: absolute;
  bottom: 60px;
  left: 0;
  /* left: 975px; */
  /* left: min(calc(975/1080 * 100%), 975px); */
  /* bottom: 18px; */
  /* right: 93px; */
  /* left: 566px; */
  z-index: 10;

}

/* SPのみ */
.p-top-feature_heiwa-cmt-sp {
  display: none;
}

.p-top-feature-wrap {
  /* width: min(100%, 1080px); */
  width: min(calc(1020/1080 * 100%), 1080px);
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.p-top-feature-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  /* position: absolute; */
  position: relative;
  top: -628px;
  left: 0;
  z-index: 1;
}

.p-top-feature__head {
  display: inline-block;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: 0.04em;
  width: auto;
  padding-bottom: 45px;
  padding-left: 28px;

}

.p-top-feature-descbox {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.11;
  letter-spacing: 0.04em;
  width: 100%;
  padding-left: 28px;
  padding-bottom: 113px;
  position: relative;


}

.p-top-feature-descpic {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 80px;

}

.p-top-feature-descpic01,
.p-top-feature-descpic02 {
  display: inline-block;
  border-radius: 10px;
  width: min(calc(520/1080 * 100%), 520px);
  /* height: 300px; */
  position: relative;

}

.p-top-feature-descpic img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

}

.p-top-feature-descpic-cmt {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  position: absolute;
  bottom: 17px;
  right: 14px;
  z-index: 10;

}


.p-top-feature-desclogbk {
  display: block;
  width: 100vw;
  height: 420px;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  position: relative;
  margin-bottom: 80px;
}

.p-top-feature-desclogbk::before {
  content: '';
  background-image: url(../images/top/logo_02.svg);
  background-repeat: no-repeat;
  /* background-size: 1280px 420px; */
  background-size: 100% 100%;
  background-position: top center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;

}

.p-top-feature-descapl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: min(100%, 1080px);
  height: 100%;
  /* margin: 0 auto; */
  /* padding-bottom: 80px; */
}

.p-top-feature-descapl01,
.p-top-feature-descapl02 {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.916;
  letter-spacing: 0.04em;
  border: 2px solid var(--white);
  width: min(calc(520/1080 * 100%), 520px);
}

.p-top-feature-descapl01 {
  padding: 28px 0;
}

.p-top-feature-descapl02 {
  /* padding: 50px 0; */
  padding: 46px 0;
}

/* ハイグレード */
.p-top-feature-higrade {
  display: block;
  width: 100vw;
  /* height: 1722px; */
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  /* margin-bottom: 80px; */
  position: relative;
  overflow-y: hidden;
}

.p-top-feature-higrade::before {
  content: '';
  background-image: url(../images/top/bg_02@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 225px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -5;

}

.p-top-feature-higrade__bgcir {
  display: block;
  width: min(100%, 1080px);
  height: auto;
  position: absolute;
  top: 225px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -3;
}

.p-top-feature-higrade__bgciricon {
  display: block;
  width: calc(300/1080 * 100%);
  height: auto;
  margin: 0 auto;
}

.p-top-feature-higrade__bgciricon img {
  max-width: 100%;
  height: auto;
}

/* .p-top-feature-higrade::after {
  content: '';
  background-image: url(../images/top/icon_cir.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 225px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -3;

} */

.p-top-feature-higrade img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-feature-higrade__ctypepic img,
.p-top-feature-higrade__etypepic img {
  border-radius: 10px;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.15);
}

.p-top-feature-higrade__ctype {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: min(100%, 1080px);
  height: auto;
  margin-bottom: 80px;
  position: relative;
}

.p-top-feature-higrade__ctypeiconbox {
  display: block;
  width: calc(260/1080 * 100%);
  height: auto;
}

.p-top-feature-higrade__ctypeicon {
  display: block;
  width: calc(40/260 * 100%);
  margin-left: calc(120/260 * 100%);
}

.p-top-feature-higrade__ctypeicon img {
  max-width: 100%;
  height: auto;
}

.p-top-feature-higrade__ctypepic {
  display: block;
  /* width: 820px; */
  width: calc(820/1080 * 100%);
  height: auto;
}

.p-top-feature-higrade__ctypecmt {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: right;
  width: 98.75%;

  position: absolute;
  bottom: 16px;
  right: 13px;
  z-index: 10;
}

.p-top-feature-higrade__etype {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: min(100%, 1080px);
  height: auto;
  margin-bottom: 80px;
  position: relative;
}

.p-top-feature-higrade__etypepic {
  display: block;
  /* width: 820px; */
  width: calc(820/1080 * 100%);
  height: auto;
  position: relative;
}

.p-top-feature-higrade__etypeiconbox {
  display: block;
  width: calc(260/1080 * 100%);
  height: auto;
  position: relative;
}

.p-top-feature-higrade__etypeicon {
  display: block;
  width: calc(290/260 * 100%);
  /* margin-left: calc(120/260 * 100%); */
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  margin-left: -30px;
  z-index: -1;
}

.p-top-feature-higrade__etypeicon img {
  max-width: 100%;
  height: auto;
}



/* .p-top-feature-higrade__etypepic::before {
  content: '';
  background-image: url(../images/top/icon_02.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -260px;
  z-index: -1;
} */

.p-top-feature-higrade__etypecmt {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: right;
  /* width: 74.75%; */
  position: absolute;
  bottom: 16px;
  right: 14px;
  z-index: 10;
}

.p-top-feature-higrade__linebox {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: min(100%, 1080px);
  height: auto;
  margin-bottom: 80px;
  position: relative;
}

.p-top-feature-higrade__linebox::before {
  content: '';
  display: block;
  background-image: url(../images/top/logo_03.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
  width: 100%;
  height: 540px;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;

}

.p-top-feature-higrade__line {
  display: block;
  border-left: 2px solid var(--dark_blue);
  width: 900px;
  height: 180px;
}

.p-top-feature-higrade__under {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--dark_blue);
  width: 100%;

}

.p-top-feature-higrade__head {
  display: inline-block;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: 0.04em;
  width: auto;
  padding-bottom: 43px;
  padding-left: 28px;
  /* padding-top: 46px; */

}

.p-top-feature-higrade__undertxt {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.11;
  letter-spacing: 0.05em;
  width: 100%;
  padding-left: 28px;
  padding-bottom: 113px;

}

.p-top-under-navi {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  /* margin-bottom: 80px; */
  padding-bottom: 80px;
  position: relative;
}

.p-top-under-navi::before {
  content: '';
  background-color: var(--dark_blue);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.p-top-under-navibox {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-rows: repeat(3, 100px);
  grid-template-columns: repeat(2, calc(520/1080 *100%));
  grid-row-gap: 40px;
  grid-column-gap: 4%;
  width: 100%;

}

.p-top-under-navibox__item {
  color: var(--dark_blue);
  background-color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.300em;
  text-align: center;
  height: 100%;
  border-radius: 20px;
  border: 2px solid var(--light_purple);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.15);
  padding-left: 8px;
  transition: color 0.2s, background-color 0.2s;

}

.p-top-under-navibox__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}


.p-top-under-navibox__item:hover {
  color: var(--white);
  background-color: var(--dark_blue);

}

.p-top-notice {
  display: block;
  color: var(--white);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  /* margin-bottom: 80px; */
  padding-bottom: 80px;
  position: relative;
}

.p-top-notice::before {
  content: '';
  background-color: var(--dark_blue);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.p-top-notice span {
  display: block;
}

.l-top-feature-wrap-reset {
  display: block;
  width: 100%;
  margin-top: -630px;
  overflow: hidden;
}

/*1920px以下*/
@media screen and (max-width: 1920px) {
  .p-top-hero::before {
    content: '';
    background-image: url(../images/top/main@2x.png);
    background-repeat: no-repeat;
    background-size: 1920px 1500px;
    background-position: top center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;

  }

  /* 平和島 */

  .p-top-feature::before {
    display: block;
    color: var(--white);
    background-image: url(../images/top/bg_01.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
    width: 100%;
    height: 1050px;
    position: absolute;
    top: -1050px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }


  /* .p-top-feature_bg {
    width: 1920px;
  } */

  /* .p-top-feature_bg img {
    width: 100%;
    height: auto;
  } */

}

/************************************
** レスポンシブデザイン用のメディアクエリ
SPモードのCSS
************************************/
/*1024px以下*/
@media screen and (max-width: 1024px) {

  main {
    overflow: hidden;
  }
  /* ラッパー */
  .p-top-wrap {
    width: min(calc(342/390 * 100%), 544px);
    margin: 0 auto;
    position: relative;
  }

  .p-top-feature-wrap {
    width: min(calc(342/390 * 100%), 544px);
    margin: 0 auto;
    position: relative;
    z-index: 5;

  }

  /*========= hero SP ===============*/

  .p-top-hero,
  .p-top-hero_hor {
    width: 100vw;
    /* min-height: 1000px; */
    height: auto;
    position: relative;
    z-index: 0;
  }

  /* 背景画像 */
  .p-top-hero::before,
  .p-top-hero_hor::before {
    content: '';
    background-image: url(../images/top/main_sp@2x.png);
    background-repeat: no-repeat;
    /* background-size: 1024px 1320px; */
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -3;

  }

  .p-top-hero::after {
    content: '';
    display: block;
    /* background-image: linear-gradient(to bottom, var(--white) 50%, #6E6E6E 80%); */
    background-image: linear-gradient(to bottom, var(--white) 30%, #5E5E5E 60%);
    mix-blend-mode: multiply;
    width: 100vw;
    height: 150vh;
    height: 150dvh;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }

  .p-top-hero_hor::after {
    content: '';
    display: block;
    /* background-image: linear-gradient(to bottom, var(--white) 30%, #6E6E6E 50%); */
    background-image: linear-gradient(to bottom, var(--white) 20%, #5E5E5E 45%);
    mix-blend-mode: multiply;
    width: 100vw;
    height: 250vh;
    height: 250dvh;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);

    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;

  }

  .p-top-hero-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* min-height: 1000px; */
    height: auto;
    padding-top: calc(580/844 * 100vh);
    padding-top: calc(580/844 * calc(var(--vh, 1vh) * 100));
    padding-top: calc(580/844 * 100dvh);
  }


  .p-top-hero-box__inner {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;

  }

  .p-top-hero__title {
    width: 280px;
    height: auto;
  }

  .p-top-hero__title img {
    width: 100%;
    height: auto;
  }

  .p-top-hero__txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 12px;
    font-weight: 500;
    line-height: calc(20/12);
    letter-spacing: 0.12em;
    text-align: center;
    padding-top: 30px;
  }

  .p-top-hero__head {
    line-height: calc(20 / 12);
  }

  /* テキスト下の矢印 */
  .p-top-hero__txtunder {
    padding-top: 18px;

  }

  .p-top-hero__arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    transform: rotate(45deg);
  }


  .l-top-feature {
    /* display: contents; */
    /* display: block; */
    width: 100%;
    height: 80px;
  }

  .p-top-feature {
    display: block;
    color: var(--white);
    background-color: unset;
    width: 100%;
    position: relative;
    z-index: 1;
    top: -60px;
  }

  /* 平和島 */
  .p-top-feature::before {
    display: block;
    color: var(--white);
    background-image: url(../images/top/bg_01.svg);
    background-repeat: no-repeat;
    background-size: 1024px auto;
    background-position: top center;
    width: 100%;
    height: 560px;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }

  .p-top-feature::after {
    content: '';
    display: block;
    color: var(--white);
    background-color: var(--dark_blue);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 100%;

    position: absolute;
    top: 560px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }


  .p-top-feature_heiwa {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    top: 40px;
    left: 0;
    /* top: -1130px; */
    /* left: calc(829/1920 * 100%); */
    /* left: calc(409/1080 * 100%); */
    z-index: 5;
  }

  .p-top-feature_heiwa img {
    width: 100%;
    height: auto;
  }

  /* イメージ図の下の小さい文 */
  /* PCのみ */
  .p-top-feature_heiwa-cmt {
    display: none;
  }

  /* SPのみ */
  .p-top-feature_heiwa-cmt-sp {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    line-height: calc(14/10);
    letter-spacing: 0.04em;
    text-align: right;
    width: 98%;
    position: absolute;
    bottom: 11px;
    left: 0;
    z-index: 10;
  }

  .p-top-feature-desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    padding-top: 58px;
    /* position: absolute; */
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .p-top-feature__head {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: calc(28/17);
    letter-spacing: 0.04em;
    /* width: auto; */
    width: min(100%, 330px);
    margin: 0 auto;
    padding-bottom: 25px;
    padding-left: 0px;

  }

  .p-top-feature-descbox {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: calc(24/12);
    letter-spacing: 0.04em;
    /* width: 100%; */
    width: min(100%, 330px);
    margin: 0 auto;
    padding-left: 0px;
    padding-bottom: 40px;
    position: relative;


  }

  .p-top-feature-descpic {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 0px;

  }

  .p-top-feature-descpic01,
  .p-top-feature-descpic02 {
    display: inline-block;
    border-radius: 10px;
    width: 100%;
    position: relative;
  }

  .p-top-feature-descpic01 {
    margin-bottom: 20px;
  }

  .p-top-feature-descpic img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

  }

  .p-top-feature-descpic-cmt {
    /* display: inline-block; */
    font-size: 10px;
    /* font-weight: 500; */
    line-height: calc(14/10);
    /* letter-spacing: 0.04em; */
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
  }

  .p-top-feature-descpic-cmt--descpic02 {
    width: min(calc(342/390 * 100%), 544px);
    text-align: right;
    left: 0;
    right: 0;
    margin: auto;
    padding-right: 10px;
  }

  .p-top-feature-descpic02 {
    width: 100vw;
    height: auto;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    /* position: relative; */

  }

  .p-top-feature-descpic02::before {
    content: '';
    display: block;
    /* background-image: url(../images/top/bg_02_sp.png); */
    background-image: url(../images/top/bg_02_sp@2x.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1024px auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;


  }

  .p-top-feature-desclogbk {
    display: block;
    width: 100vw;
    /* height: 420px; */
    height: auto;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    position: relative;
    margin-bottom: 0px;
  }

  .p-top-feature-desclogbk::before {
    content: '';
    /* background-image: url(../images/top/bg_02_sp.png); */
    background-image: url(../images/top/bg_02_sp@2x.png);
    background-repeat: no-repeat;
    background-size: 1024px auto;
    /* background-size: 100% 100%; */
    background-position: top center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;

  }

  .p-top-feature-descapl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--dark_blue);
    text-align: center;
    width: 100%;
    height: 100%;
    /* margin: 0 auto; */
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .p-top-feature-descapl01,
  .p-top-feature-descapl02 {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: calc(24/12);
    letter-spacing: 0.04em;
    border: 1px solid var(--dark_blue);
    width: min(calc(342/390 * 100%), 248px);
  }

  .p-top-feature-descapl01 {
    padding: 14px 0;
    margin-bottom: 30px;
  }

  .p-top-feature-descapl02 {
    /* padding: 50px 0; */
    padding: 25px 0;
  }

  /* ハイグレード */
  .p-top-feature-higrade::before {
    content: '';
    /* background-image: url(../images/top/bg_02_sp.png); */
    background-image: url(../images/top/bg_02_sp@2x.png);
    background-repeat: no-repeat;
    background-size: 1024px auto;
    background-position: top center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -5;

  }

  .p-top-feature-higrade__ctype,
  .p-top-feature-higrade__etype {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 0px;
  }

  .p-top-feature-higrade__ctypeiconbox,
  .p-top-feature-higrade__etypeiconbox,
  .p-top-feature-higrade__linebox,
  .p-top-feature-higrade__bgcir {
    display: none;
  }

  .p-top-feature-higrade__ctypepic,
  .p-top-feature-higrade__etypepic {
    display: block;
    height: auto;
    width: 100vw;
  }

  .p-top-feature-higrade__ctypepic img,
  .p-top-feature-higrade__etypepic img {
    border-radius: 0px;
    box-shadow: unset;
    width: 100%;
    height: auto;
    max-height: 300px;
    min-height: 214px;
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
  }

  .p-top-feature-higrade__ctypecmt,
  .p-top-feature-higrade__etypecmt {
    font-size: 10px;
    line-height: calc(14/10);

    width: min(calc(342/390 * 100%), 924px);
    text-align: right;
    left: 0;
    right: 0;
    margin: auto;
    padding-right: 10px;
  }

  .p-top-feature-higrade__head {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: calc(28/17);
    letter-spacing: 0.04em;
    width: min(100%, 330px);
    margin: 0 auto;
    padding-bottom: 26px;
    padding-left: 0px;
    padding-top: 46px;

  }

  .p-top-feature-higrade__undertxt {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: calc(24/12);
    letter-spacing: 0.001em;
    width: min(100%, 330px);
    margin: 0 auto;
    padding-left: 0px;
    padding-bottom: 46px;

  }


  .p-top-under-navi {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    /* margin-bottom: 80px; */
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 50px;
  }

  .p-top-under-navi::before {
    content: '';
    background-color: var(--dark_blue);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }

  .p-top-under-navibox {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-rows: repeat(3, 58px);
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    width: 100%;

  }

  .p-top-under-navibox__item {
    color: var(--dark_blue);
    background-color: var(--white);
    font-size: 14px;
    font-weight: 700;
    line-height: calc(28/14);
    letter-spacing: 0.300em;
    text-align: center;
    height: 100%;
    border-radius: 5px;
    border: 1px solid var(--light_purple);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.15);
    padding-left: 0px;
    transition: color 0.2s, background-color 0.2s;

  }

  .p-top-under-navibox__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .p-top-notice {
    /* display: block;
    color: var(--white); */
    font-size: 10px;
    font-weight: 400;
    line-height: calc(16/10);
    letter-spacing: 0.04em;
    text-align: justify;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    /* margin-bottom: 80px; */
    padding-bottom: 80px;
    position: relative;
  }

  .p-top-notice::before {
    content: '';
    background-color: var(--dark_blue);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }

  /* .p-top-notice span {
    display: block;
  } */

  .l-top-feature-wrap-reset {
    display: block;
    width: 100%;
    margin-top: -69px;
    overflow: hidden;
  }


}

/*400px以下*/
/* 背景の調整 */
@media screen and (max-width: 400px) {

  /* 背景画像 */
  .p-top-hero::before {
    content: '';
    background-size: auto 118%;

  }

  .p-top-hero::after {
    height: 150vh;
    height: 150dvh;
  }

  .l-top-feature {
    height: 94px;
  }

  .p-top-feature-desc {
    padding-top: 61px;
  }

  .p-top-feature__head,
  .p-top-feature-descbox,
  .p-top-feature-higrade__head,
  .p-top-feature-higrade__undertxt {
    margin: unset;
  }

  .p-top-feature__head {
    padding-bottom: 27px;
  }

  .p-top-feature-higrade__ctypecmt,
  .p-top-feature-higrade__etypecmt {
    bottom: 12px;
  }


  .p-top-feature-higrade__head {
    padding-top: 38px;
  }
}