/* common
/* ---------------------------------------- */

html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.page-aira-with {
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
  letter-spacing: 0.08em;
}

.l-inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1240px) {
  .l-inner {
    padding: 0 calc((20 / 1240) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 calc((20 / 384) * 100vw);
  }
}

.img-w {
  width: 100%;
  height: auto;
}

.relative {
  position: relative;
}

/* kv
/* ---------------------------------------- */

.p-kv__wrap {
  display: flex;
  background-color: #faf0f0;
}

.p-kv__img {
  width: 50%;
}

.p-kv__txt-area {
  width: 50%;
  position: relative;
}

.p-kv__box {
  position: absolute;
  top: 50%;
  left: 8.3vw;
  transform: translateY(-50%);
}

.p-kv__hash {
  font-size: calc((12 / 1440) * 100vw);
  font-weight: 400;
  color: #898989;
}

.p-kv__name-en {
  font-size: calc((40 / 1440) * 100vw);
}

.p-kv__name-ja {
  font-size: calc((14 / 1440) * 100vw);
}

/* p-intro
/* ---------------------------------------- */

.p-intro {
  margin-top: 65px;
  margin-bottom: 65px;
}

.p-intro__wrap {
  display: flex;
  position: relative;
}

.p-intro__txt-area {
  flex-shrink: 0;
  width: 50%;
}

.p-intro__box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-intro__ttl {
  font-size: 30px;
  line-height: 1.46;
}

.p-intro__txt {
  font-size: 14px;
  margin-top: 20px;
}

/* p-features
/* ---------------------------------------- */

.p-features {
  margin-top: 120px;
}

.p-features__sec-ttl {
  width: 331px;
  margin: 0 auto;
}

.p-features__head {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-top: 60px;
}

.p-features__head--mt {
  margin-top: 100px;
}

.p-features__txt {
  font-size: 14px;
  text-align: center;
  margin-top: 25px;
}

.p-features__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 70px;
  margin-top: 40px;
}

.p-features__item {
  flex-shrink: 0;
  width: 590px;
}

.p-features__item--wide {
  width: 100%;
}

.p-features__gift {
  display: flex;
  column-gap: 81px;
}

.p-features__gift img {
  width: 590px;
}

.p-features__note {
  position: absolute;
  top: 249px;
  left: 61px;
  width: 117px;
  font-size: 12px;
  text-align: center;
}

.p-features__note span {
  font-size: 10px;
}

.p-gift__info {
  margin-top: 110px;
}

.p-features__ttl {
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}

.p-features__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 5px;
}

/* p-design
/* ---------------------------------------- */

.p-design {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 65px;
  margin-top: 40px;
  padding-bottom: 95px;
  border-bottom: 1px solid #e6e6e6;
}

.p-design__item {
  flex-shrink: 0;
  width: 388px;
}

.p-design__ttl {
  font-size: 14px;
  font-weight: 500;
  margin-top: 13px;
}

.p-design__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 5px;
}

.p-design__note {
  position: absolute;
  top: 117px;
  left: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #ff0000;
}

/* spec-table
/* ---------------------------------------- */

#leftmenuframe_before {
  margin-bottom: 70px;
}

.spec-table.spec-table--aira_with {
  margin: 60px auto 50px;
  border-bottom: 1px solid #d8dee5;
}

/* tb */

@media screen and (max-width: 1240px) {
  .p-intro {
    margin-top: calc((65 / 1240) * 100vw);
    margin-bottom: calc((65 / 1240) * 100vw);
  }

  .p-intro__ttl {
    font-size: calc((30 / 1240) * 100vw);
  }

  .p-intro__txt {
    font-size: calc((14 / 1240) * 100vw);
    margin-top: calc((20 / 1240) * 100vw);
  }

  /* p-features
/* ---------------------------------------- */
  .p-features {
    margin-top: calc((120 / 1240) * 100vw);
  }

  .p-features__sec-ttl {
    width: calc((331 / 1240) * 100vw);
  }

  .p-features__head {
    font-size: calc((20 / 1240) * 100vw);
    margin-top: calc((60 / 1240) * 100vw);
  }

  .p-features__head--mt {
    margin-top: calc((100 / 1240) * 100vw);
  }

  .p-features__txt {
    font-size: calc((14 / 1240) * 100vw);
    margin-top: calc((25 / 1240) * 100vw);
  }

  .p-features__items {
    row-gap: calc((70 / 1240) * 100vw);
    margin-top: calc((40 / 1240) * 100vw);
  }

  .p-features__item {
    width: calc((590 / 1240) * 100vw);
  }

  .p-features__item--wide {
    width: 100%;
  }

  .p-features__gift {
    display: flex;
    column-gap: calc((81 / 1240) * 100vw);
  }

  .p-features__gift img {
    width: calc((590 / 1240) * 100vw);
  }

  .p-features__note {
    top: calc((249 / 1240) * 100vw);
    left: calc((61 / 1240) * 100vw);
    width: calc((117 / 1240) * 100vw);
    font-size: calc((12 / 1240) * 100vw);
  }

  .p-gift__info {
    margin-top: calc((110 / 1240) * 100vw);
  }

  .p-features__note span {
    font-size: calc((10 / 1240) * 100vw);
  }

  .p-features__ttl {
    font-size: calc((14 / 1240) * 100vw);
    margin-top: calc((20 / 1240) * 100vw);
  }

  .p-features__desc {
    font-size: calc((14 / 1240) * 100vw);
    margin-top: calc((5 / 1240) * 100vw);
  }

  /* p-design
/* ---------------------------------------- */
  .p-design {
    row-gap: calc((65 / 1240) * 100vw);
    margin-top: calc((40 / 1240) * 100vw);
    padding-bottom: calc((95 / 1240) * 100vw);
  }

  .p-design__item {
    width: calc((388 / 1240) * 100vw);
  }

  .p-design__ttl {
    font-size: calc((14 / 1240) * 100vw);
    margin-top: calc((13 / 1240) * 100vw);
  }

  .p-design__txt {
    font-size: calc((14 / 1240) * 100vw);
    margin-top: calc((5 / 1240) * 100vw);
  }

  .p-design__note {
    top: calc((117 / 1240) * 100vw);
    left: calc((28 / 1240) * 100vw);
    font-size: calc((14 / 1240) * 100vw);
  }

  /* spec-table
/* ---------------------------------------- */

  .spec-table.spec-table--aira_with {
    margin: calc((60 / 1240) * 100vw) auto calc((50 / 1240) * 100vw);
  }
}

/* sp */

@media screen and (max-width: 767px) {
  /* kv
/* ---------------------------------------- */
  .p-kv__wrap {
    display: flex;
    flex-direction: column;
    background-color: transparent;
  }

  .p-kv__img {
    width: 100%;
  }

  .p-kv__txt-area {
    width: 100%;
  }

  .p-kv__box {
    display: flex;
    flex-direction: column;
    position: static;
    transform: translateY(0);
    padding: 0 calc((20 / 384) * 100vw);
    margin-top: calc((35 / 384) * 100vw);
  }

  .p-kv__hash {
    order: 3;
    font-size: calc((10 / 384) * 100vw);
    font-weight: 400;
    color: #898989;
    margin-top: calc((15 / 384) * 100vw);
  }

  .p-kv__name-en {
    order: 1;
    font-size: calc((22 / 384) * 100vw);
    margin-top: 0;
  }

  .p-kv__name-ja {
    order: 2;
    font-size: calc((12 / 384) * 100vw);
  }

  /* p-intro
/* ---------------------------------------- */

  .p-intro {
    margin-top: calc((45 / 384) * 100vw);
    margin-bottom: calc((75 / 384) * 100vw);
  }

  .p-intro__wrap {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }

  .p-intro__txt-area {
    flex-shrink: 0;
    width: 100%;
  }

  .p-intro__box {
    position: static;
    transform: translateY(0);
  }

  .p-intro__ttl {
    font-size: calc((22 / 384) * 100vw);
    line-height: 1.6;
    margin-top: calc((42 / 384) * 100vw);
  }

  .p-intro__txt {
    font-size: calc((12 / 384) * 100vw);
    margin-top: calc((20 / 384) * 100vw);
    line-height: 2;
  }

  /* p-features
/* ---------------------------------------- */

  .p-features {
    margin-top: calc((115 / 384) * 100vw);
  }

  .p-features__sec-ttl {
    width: calc((221 / 384) * 100vw);
    margin: 0 auto;
  }

  .p-features__head {
    font-size: calc((20 / 384) * 100vw);
    font-weight: 400;
    text-align: left;
    margin-top: calc((48 / 384) * 100vw);
  }

  .p-features__head--mt {
    margin-top: calc((70 / 384) * 100vw);
  }

  .p-features__txt {
    font-size: calc((12 / 384) * 100vw);
    line-height: 2;
    text-align: left;
    margin-top: calc((15 / 384) * 100vw);
  }

  .p-features__items {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    row-gap: calc((60 / 384) * 100vw);
    margin-top: calc((40 / 384) * 100vw);
  }

  .p-features__item {
    flex-shrink: 0;
    width: 100%;
  }

  .p-features__item--wide {
    width: 100%;
  }

  .p-features__gift {
    display: flex;
    flex-direction: column;
    column-gap: 0;
  }

  .p-features__gift img {
    width: 100%;
  }

  .p-features__note {
    position: absolute;
    top: calc((143 / 384) * 100vw);
    left: calc((12 / 384) * 100vw);
    width: calc((117 / 384) * 100vw);
    font-size: calc((12 / 384) * 100vw);
    text-align: center;
  }

  .p-gift__info {
    margin-top: 0;
  }

  .p-features__note span {
    font-size: calc((10 / 384) * 100vw);
  }

  .p-features__ttl {
    font-size: calc((12 / 384) * 100vw);
    font-weight: 500;
    margin-top: calc((15 / 384) * 100vw);
  }

  .p-features__desc {
    font-size: calc((12 / 384) * 100vw);
    font-weight: 400;
    line-height: 2;
    margin-top: calc((7 / 384) * 100vw);
  }

  /* p-design
/* ---------------------------------------- */

  .p-design {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    row-gap: calc((50 / 384) * 100vw);
    margin-top: calc((40 / 384) * 100vw);
    padding-bottom: calc((70 / 384) * 100vw);
    border-bottom: 1px solid #e6e6e6;
  }

  .p-design__item {
    flex-shrink: 0;
    width: 100%;
  }

  .p-design__ttl {
    font-size: calc((12 / 384) * 100vw);
    font-weight: 500;
    margin-top: calc((12 / 384) * 100vw);
  }

  .p-design__txt {
    font-size: calc((12 / 384) * 100vw);
    font-weight: 400;
    line-height: 2;
    margin-top: calc((5 / 384) * 100vw);
  }

  .p-design__note {
    position: absolute;
    top: calc((26 / 384) * 100vw);
    left: calc((28 / 384) * 100vw);
    font-size: calc((12 / 384) * 100vw);
    font-weight: 400;
    color: #ff0000;
  }

  /* spec-table
/* ---------------------------------------- */

  #leftmenuframe_before {
    margin-bottom: calc((38 / 384) * 100vw);
  }

  .spec-table.spec-table--aira_with {
    margin: calc((60 / 384) * 100vw) auto calc((50 / 384) * 100vw);
  }
}

/* modal
/* ---------------------------------------- */

.color_attention {
  width: 100% !important;
  margin: 0.7rem auto;
  font-size: 13px;
  width: 93%;
}

.color_attention dl dt {
  font-weight: bold;
}
