@charset "UTF-8";
/*----------------------------------------------------
共通
----------------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* スクロールバーの有無によるズレ対策 */
html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
  font-size: 1.6rem;
  line-height: 2;
}

input,
textarea {
  font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/* リンク
----------------------------------------------------*/
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.indent01 {
  padding-left: 1em;
  text-indent: -1em;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

::selection {
  background: #464646;
  color: #fff;
}

/*Firefoxに対応*/
::-moz-selection {
  background: #464646;
  color: #fff;
}

/*----------------------------------------------------
#page（ページ全体）
----------------------------------------------------*/
.mv {
  width: 100%;
  height: 615px;
  background: url(../img/products/category/aether/mv_bg@2x.jpg) no-repeat center top;
  background-size: cover;
  margin-top: 167px;
}
.mv__inner {
  width: 1000px;
  margin: 0 auto;
}
.mv__inner .title {
  padding-top: 47px;
}
.mv__inner .number {
  font-size: 1.8rem;
  line-height: 1.1;
  margin-top: 61px;
}

.aether01 {
  width: 100%;
  height: 615px;
  background: url(../img/products/category/aether/mv02_bg@2x.jpg) no-repeat center top;
  background-size: cover;
}
.aether01__inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 79px;
}
.aether01__inner .title {
  width: 643px;
  height: 68px;
  box-sizing: border-box;
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  line-height: 1;
  color: #fff;
  background: linear-gradient(to right, #a963bd, #5f5ed4);
  padding-top: 13px;
  text-align: center;
}
.aether01__inner .title_sp {
  display: none;
}
.aether01__inner .p01 {
  font-size: 2rem;
  line-height: 2.25;
  margin-top: 33px;
}

.aether02 {
  padding-bottom: 97px;
}
.aether02__inner {
  width: 1094px;
  margin: 0 auto;
  padding-top: 80px;
}
.aether02__inner .title {
  width: 100%;
  height: 99px;
  box-sizing: border-box;
  font-size: 4rem;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 99px;
  color: #fff;
  background: #e4007f;
  text-align: center;
  margin-bottom: 22px;
}
.aether02__inner .title::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/products/category/aether/title_after.svg) no-repeat center;
  background-size: cover;
  margin: 0 auto;
}
.aether02__inner .p01 {
  font-size: 2rem;
  line-height: 2.25;
  margin-top: 33px;
}
.aether02__inner .card_wrap {
  width: 100%;
}
.aether02__inner .card_wrap ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.aether02__inner .card_wrap ul li {
  list-style: none;
  width: 527px;
  box-sizing: border-box;
  background: #ebf2f3;
  margin-top: 50px;
}
.aether02__inner .card_wrap ul li .subtitle {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  font-size: 1.8rem;
  color: #fff;
  background: #0a0a0a;
  padding-left: 77px;
}
.aether02__inner .card_wrap ul li .subtitle::before {
  position: absolute;
  top: 7px;
  left: 26px;
  content: "";
  display: block;
  width: 40px;
  height: 33px;
  background: url(../img/products/category/aether/check.svg) no-repeat center;
  background-size: cover;
}
.aether02__inner .card_wrap ul li .img_wrap {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 450px;
  margin: 0 auto;
  padding: 25px 0;
}
.aether02__inner .p01 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.78;
  text-align: center;
  margin-top: 72px;
}
.aether02__inner .p01 span {
  font-size: 3.2rem;
  color: #e4007f;
}

.aether03 {
  width: 100%;
  background: #c8cff6;
  padding-top: 76px;
  padding-bottom: 147px;
}
.aether03__inner {
  width: 1094px;
  margin: 0 auto;
}
.aether03__inner .title {
  width: 100%;
  box-sizing: border-box;
  font-size: 4.5rem;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.aether03__inner .title span {
  color: #e4007f;
}
.aether03__inner .card_wrap {
  width: 100%;
  margin-top: 32px;
}
.aether03__inner .card_wrap ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.aether03__inner .card_wrap ul li {
  list-style: none;
  width: 527px;
  box-sizing: border-box;
}
.aether03__inner .card_wrap ul li .subtitle {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  font-size: 2.2rem;
  color: #fff;
  background: #0a0a0a;
  text-align: center;
  border-bottom: 9px solid #e4007f;
}
.aether03__inner .card_wrap ul li .img_wrap {
  background: #fff;
  padding-top: 53px;
  padding-left: 50px;
  padding-bottom: 51px;
  box-sizing: border-box;
}
.aether03__inner .card_wrap ul li .p01 {
  font-size: 1.8rem;
  line-height: 1.77;
  margin-top: 23px;
}

.aether04 {
  position: relative;
  background: linear-gradient(to right, #ffd1ff, #b9bef1);
  padding-top: 137px;
  padding-bottom: 132px;
}
.aether04 .arrow {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
}
.aether04__inner {
  width: 1094px;
  margin: 0 auto;
  background: #fff;
  padding-top: 44px;
  padding-bottom: 49px;
}
.aether04__inner .title {
  box-sizing: border-box;
  font-size: 4.5rem;
  line-height: 1.44;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.aether04__inner .title span {
  color: #e4007f;
}
.aether04__inner .p01 {
  width: 995px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.77;
  margin-top: 40px;
  text-align: justify;
}
.aether04__inner .img_wrap {
  width: 995px;
  margin: 0 auto;
  text-align: center;
  margin-top: 24px;
}
.aether04__inner .img_wrap img {
  width: 100%;
  height: auto;
}
.aether04__inner .img_wrap_sp {
  display: none;
}

.aether05 {
  width: 100%;
  background: linear-gradient(45deg, #cceef9 0%, #fcfdfd 55%, #cceef9 100%);
  padding-top: 95px;
  padding-bottom: 180px;
}
.aether05 .title_en {
  font-size: 5.2rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.14em;
  text-align: center;
  transform: translateX(5px);
}
.aether05 .title_en span {
  color: #e4007f;
}
.aether05 .title {
  font-size: 2.9rem;
  font-weight: 500;
  text-align: center;
  margin-top: -10px;
  padding-bottom: 20px;
}
.aether05 .title span {
  color: #e4007f;
}
.aether05 .box {
  width: 1094px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 68px;
  margin-top: 49px;
}
.aether05 .box .subtitle {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}
.aether05 .box .subtitle .subtitle_en {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 170px;
  height: 55px;
  background: #e4007f;
  color: #fff;
  font-size: 1.7rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 55px;
  padding-left: 45px;
  box-sizing: border-box;
}
.aether05 .box .subtitle .subtitle_en .number {
  font-size: 3rem;
  display: block;
  margin-left: 3px;
  transform: translateY(-1px);
}
.aether05 .box .subtitle .subtitle_ja {
  width: calc(100% - 170px);
  height: 55px;
  background-color: #0a0a0a;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 55px;
  padding-left: 29px;
  box-sizing: border-box;
}
.aether05 .box .p01 {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 34px;
}
.aether05 .box .box__inner01 {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 37px;
}
.aether05 .box .box__inner01 .left .img_wrap {
  width: 642px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aether05 .box .box__inner01 .left .img_wrap .subtitle {
  width: 280px;
  height: 35px;
  background: url(../img/products/category/aether/subtitle_bg.svg) no-repeat center;
  background-size: cover;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 35px;
  display: flex;
  justify-content: center;
}
.aether05 .box .box__inner01 .left .img_wrap .img {
  margin-top: 15px;
}
.aether05 .box .box__inner01 .left .img_wrap .arrow {
  margin-top: 175px;
}
.aether05 .box .box__inner01 .left .img_wrap .p02 {
  font-size: 1.8rem;
  margin-top: 10px;
}
.aether05 .box .box__inner01 .right {
  margin-top: 34px;
}
.aether05 .box .box__inner01 .img01 {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.aether05 .box .box__inner02 {
  text-align: center;
}
.aether05 .box .box__inner02 .p02 {
  font-size: 1.9rem;
  font-weight: 500;
  margin-top: 30px;
}
.aether05 .box .box__inner02 .img01 {
  margin-top: 4px;
}
.aether05 .box .p03 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.9;
  margin-top: 47px;
  font-weight: 500;
}
.aether05 .box .p03 span {
  font-size: 2.6rem;
  font-weight: 700;
  color: #e4007f;
}
.aether05 .box .box__inner03 {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 45px;
}
.aether05 .box .box__inner03 .left {
  width: 481px;
  margin-left: 30px;
}
.aether05 .box .box__inner03 .right {
  width: 400px;
  margin-top: -28px;
}
.aether05 .box .box__inner03 .right p {
  font-size: 1.8rem;
  line-height: 1.72;
}
.aether05 .box .box__inner03 .right .p01 {
  text-align: left;
}
.aether05 .box .box__inner03 .right .p02 {
  text-align: justify;
  margin-top: 8px;
}

.aether06 {
  padding-top: 95px;
}
.aether06 .title_en {
  font-size: 5.2rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.14em;
  text-align: center;
  transform: translateX(5px);
}
.aether06 .title_en span {
  color: #e4007f;
}
.aether06 .title {
  font-size: 2.9rem;
  font-weight: 500;
  text-align: center;
  margin-top: -10px;
  padding-bottom: 20px;
}
.aether06 .title span {
  color: #e4007f;
}
.aether06 .box {
  width: 1094px;
  margin: 0 auto;
  background: #ebf2f3;
  padding-bottom: 68px;
  margin-top: 49px;
}
.aether06 .box .subtitle {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}
.aether06 .box .subtitle .subtitle_en {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 170px;
  height: 55px;
  background: #e4007f;
  color: #fff;
  font-size: 1.7rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 55px;
  padding-left: 45px;
  box-sizing: border-box;
}
.aether06 .box .subtitle .subtitle_en .number {
  font-size: 3rem;
  display: block;
  margin-left: 3px;
  transform: translateY(-1px);
}
.aether06 .box .subtitle .subtitle_ja {
  width: calc(100% - 170px);
  height: 55px;
  background-color: #0a0a0a;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 55px;
  padding-left: 29px;
  box-sizing: border-box;
}
.aether06 .box .p01 {
  font-size: 1.8rem;
  text-align: justify;
  width: 1000px;
  margin: 0 auto;
  margin-top: 34px;
}
.aether06 .box .box__inner01 {
  margin-top: 67px;
}
.aether06 .box .box__inner01 .img01 {
  width: 100%;
  text-align: center;
}
.aether06 .box .box__inner01 .img01 img {
  transform: translateX(10px);
}
.aether06 .box .box__inner01 .patent_wrap {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}
.aether06 .box .box__inner01 .patent_wrap .left {
  width: 228px;
  height: 190px;
  background: #b4becc;
  text-align: center;
  line-height: 190px;
  font-size: 2.2rem;
}
.aether06 .box .box__inner01 .patent_wrap .right {
  width: calc(100% - 228px);
  height: 190px;
  background: #fff;
  padding-left: 56px;
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 1.77;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aether06 .box .box__inner01 .patent_wrap .right .p02 {
  margin-right: 81px;
}
.aether06 .box .box__inner02 {
  width: 884px;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 65px;
}
.aether06 .box .box__inner03 {
  text-align: center;
}
.aether06 .box .box__inner03 .p02 {
  font-size: 1.9rem;
  font-weight: 500;
  margin-top: 80px;
}
.aether06 .box .box__inner03 .img01 {
  background: #fff;
  text-align: center;
  width: 510px;
  height: 287px;
  margin: 0 auto;
  margin-top: 4px;
  padding-top: 19px;
  box-sizing: border-box;
}
.aether06 .box .box__inner03 .p03 {
  width: 500px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  margin-top: 14px;
}
.aether06 .box .spec_wrap {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.aether06 .box .spec {
  margin-top: 34px;
}
.aether06 .box .spec dl {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  font-size: 1.4rem;
  margin-top: -7px;
}
.aether06 .box .spec dl dt {
  width: 110px;
}
.aether06 .box .spec dl dd span {
  margin-right: 5px;
}

.aether07 {
  width: 100%;
  height: 1084px;
  background: url(../img/products/category/aether/feature_bg@2x.jpg) no-repeat center bottom;
  background-size: cover;
}
.aether07 .title {
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  padding-top: 102px;
}
.aether07 .title span {
  color: #e4007f;
}

.aether08 {
  width: 100% !important;
  height: 750px !important;
  background: url(../img/products/category/aether/feature_bg02@2x.jpg) no-repeat center top !important;
  background-size: cover !important;
  padding-top: 146px !important;
}
.aether08 .title_wrap {
  width: 1000px !important;
  margin: 0 auto !important;
}
.aether08 .title01_2 {
  font-size: 4rem !important;
  font-weight: 500 !important;
  width: 348px !important;
  height: 65px !important;
  background: #fff !important;
  line-height: 65px !important;
  padding-left: 17px !important;
  box-sizing: border-box !important;
}
.aether08 .title02_2 {
  font-size: 4rem !important;
  font-weight: 500 !important;
  width: 416px !important;
  height: 65px !important;
  background: #fff !important;
  line-height: 65px !important;
  padding-left: 17px !important;
  box-sizing: border-box !important;
  margin-top: 13px !important;
}

.aether09 {
  padding-top: 97px;
  padding-bottom: 97px;
}
.aether09__inner {
  width: 1094px;
  margin: 0 auto;
}
.aether09__inner .bn01 {
  position: relative;
}
.aether09__inner .bn01 .btn {
  position: absolute;
  bottom: 24px;
  animation: floatUpDown 4s ease-in-out infinite;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes floatUpDown {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-5px);
  }
}
.aether09__inner .bn02 {
  margin-top: 79px;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  .mv {
    width: 100vw;
    height: 507px;
    background: url(../img/products/category/aether/mv_bg_sp@2x.jpg) no-repeat center bottom;
    background-size: cover;
    margin-top: 73px;
  }
  .mv__inner {
    width: 87.2vw;
    margin: 0 auto;
  }
  .mv__inner .title {
    width: 80vw;
    padding-top: 23px;
  }
  .mv__inner .title img {
    width: 100%;
    height: auto;
  }
  .mv__inner .number {
    font-size: 1rem;
    line-height: 1.1;
    margin-top: -32px;
  }
  .aether01 {
    width: 100%;
    height: 432px;
    background: url(../img/products/category/aether/mv02_bg@2x.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .aether01__inner {
    width: 87.2vw;
    margin: 0 auto;
    padding-top: 45px;
  }
  .aether01__inner .title {
    display: none;
  }
  .aether01__inner .title_sp {
    width: 100%;
    display: block;
  }
  .aether01__inner .title_sp img {
    width: 100%;
    height: auto;
  }
  .aether01__inner .p01 {
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 23px;
  }
  .aether02 {
    padding-bottom: 52px;
  }
  .aether02__inner {
    width: 87.2vw;
    margin: 0 auto;
    padding-top: 60px;
  }
  .aether02__inner .title {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    font-size: 2rem;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    line-height: 50px;
    color: #fff;
    background: #e4007f;
    text-align: center;
    margin-bottom: -11px;
  }
  .aether02__inner .title::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/products/category/aether/title_after.svg) no-repeat center;
    background-size: cover;
    margin: 0 auto;
  }
  .aether02__inner .card_wrap {
    width: 100%;
  }
  .aether02__inner .card_wrap ul {
    display: block;
  }
  .aether02__inner .card_wrap ul li {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    background: #ebf2f3;
    margin-top: 40px;
  }
  .aether02__inner .card_wrap ul li .subtitle {
    position: relative;
    width: 100%;
    height: 31px;
    line-height: 31px;
    box-sizing: border-box;
    font-size: 1.5rem;
    color: #fff;
    background: #0a0a0a;
    padding-left: 46px;
  }
  .aether02__inner .card_wrap ul li .subtitle::before {
    position: absolute;
    top: 6px;
    left: 16px;
    content: "";
    display: block;
    width: 24px;
    height: 20px;
    background: url(../img/products/category/aether/check.svg) no-repeat center;
    background-size: cover;
  }
  .aether02__inner .card_wrap ul li .img_wrap {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 277px;
    margin: 0 auto;
    padding: 17px 0;
  }
  .aether02__inner .card_wrap ul li .img_wrap .img_left,
  .aether02__inner .card_wrap ul li .img_wrap .img_right {
    width: 120px;
  }
  .aether02__inner .card_wrap ul li .img_wrap .img_left img,
  .aether02__inner .card_wrap ul li .img_wrap .img_right img {
    width: 100%;
    height: auto;
  }
  .aether02__inner .card_wrap ul li .img_wrap .arrow {
    width: 13px;
  }
  .aether02__inner .card_wrap ul li .img_wrap .arrow img {
    width: 100%;
    height: auto;
  }
  .aether02__inner .p01 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.78;
    text-align: center;
    margin-top: 35px;
  }
  .aether02__inner .p01 span {
    font-size: 1.6rem;
    color: #e4007f;
  }
  .aether03 {
    width: 100%;
    background: #c8cff6;
    padding-top: 51px;
    padding-bottom: 37px;
  }
  .aether03__inner {
    width: 87.2vw;
    margin: 0 auto;
  }
  .aether03__inner .title {
    width: 100%;
    box-sizing: border-box;
    font-size: 2.2rem;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 1.44;
  }
  .aether03__inner .title span {
    color: #e4007f;
  }
  .aether03__inner .card_wrap {
    width: 100%;
    margin-top: 32px;
  }
  .aether03__inner .card_wrap ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .aether03__inner .card_wrap ul li {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 46px;
  }
  .aether03__inner .card_wrap ul li .subtitle {
    position: relative;
    width: 100%;
    height: 43px;
    line-height: 37px;
    box-sizing: border-box;
    font-size: 1.4rem;
    color: #fff;
    background: #0a0a0a;
    text-align: center;
    border-bottom: 6px solid #e4007f;
  }
  .aether03__inner .card_wrap ul li .img_wrap {
    background: #fff;
    padding-top: 30px;
    padding-left: 0;
    padding-bottom: 30px;
    box-sizing: border-box;
    text-align: center;
  }
  .aether03__inner .card_wrap ul li .img_wrap__inner {
    width: 72vw;
    margin: 0 auto;
  }
  .aether03__inner .card_wrap ul li .img_wrap__inner img {
    width: 100%;
    height: auto;
  }
  .aether03__inner .card_wrap ul li .p01 {
    font-size: 1.5rem;
    line-height: 1.66;
    margin-top: 19px;
  }
  .aether04 {
    position: relative;
    background: linear-gradient(to right, #ffd1ff, #b9bef1);
    padding-top: 85px;
    padding-bottom: 60px;
  }
  .aether04 .arrow {
    width: 100px;
    margin: 0 auto;
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
  }
  .aether04 .arrow img {
    width: 100%;
    height: auto;
  }
  .aether04__inner {
    width: 87.2vw;
    margin: 0 auto;
    background: #fff;
    padding-top: 39px;
    padding-bottom: 40px;
  }
  .aether04__inner .title {
    box-sizing: border-box;
    font-size: 2.2rem;
    line-height: 1.44;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
  }
  .aether04__inner .title span {
    color: #e4007f;
  }
  .aether04__inner .p01 {
    width: 73vw;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 1.66;
    margin-top: 15px;
    text-align: justify;
  }
  .aether04__inner .img_wrap {
    display: none;
  }
  .aether04__inner .img_wrap_sp {
    display: block;
    width: 87vw;
    margin: 0 calc(50% - 37vw);
    background-color: #ebf2f3;
    padding: 23px;
    margin-top: 13px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .aether04__inner .img_wrap_sp .scroll_inner {
    display: inline-block;
    padding-right: 23px;
  }
  .aether04__inner .img_wrap_sp .scroll_inner img {
    display: inline-block;
    max-width: none;
    width: 500px;
  }
  .aether05 {
    width: 100%;
    background: linear-gradient(45deg, #cceef9 0%, #fcfdfd 55%, #cceef9 100%);
    padding-top: 42px;
    padding-bottom: 11px;
  }
  .aether05 .title_en {
    font-size: 2.6rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.14em;
    text-align: center;
    transform: translateX(0);
  }
  .aether05 .title_en span {
    color: #e4007f;
  }
  .aether05 .title {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    margin-top: -3px;
    padding-bottom: 20px;
  }
  .aether05 .box {
    width: 87.2vw;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 37px;
    margin-top: 0;
    margin-bottom: 49px;
  }
  .aether05 .box .subtitle {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
  }
  .aether05 .box .subtitle .subtitle_en {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 26%;
    height: 28px;
    background: #e4007f;
    color: #fff;
    font-size: 0.8rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 28px;
    padding-left: 23px;
    box-sizing: border-box;
  }
  .aether05 .box .subtitle .subtitle_en .number {
    font-size: 1.5rem;
    display: block;
    margin-left: 3px;
    transform: translateY(-1px);
  }
  .aether05 .box .subtitle .subtitle_ja {
    width: 74%;
    height: 28px;
    background-color: #0a0a0a;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 28px;
    padding-left: 14px;
    box-sizing: border-box;
  }
  .aether05 .box .p01 {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 13px;
  }
  .aether05 .box .box__inner01 {
    width: 81.3vw;
    margin: 0 auto;
    display: block;
    margin-top: 18px;
  }
  .aether05 .box .box__inner01 .left .img_wrap {
    position: relative;
    width: 100%;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .aether05 .box .box__inner01 .left .img_wrap .subtitle {
    width: 37.3vw;
    height: 19px;
    background: url(../img/products/category/aether/subtitle_bg.svg) no-repeat center;
    background-size: contain;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 19px;
    display: flex;
    justify-content: center;
  }
  .aether05 .box .box__inner01 .left .img_wrap .img {
    width: 37.3vw;
    margin-top: 7px;
  }
  .aether05 .box .box__inner01 .left .img_wrap .img img {
    width: 100%;
    height: auto;
  }
  .aether05 .box .box__inner01 .left .img_wrap .arrow {
    position: absolute;
    margin-top: 0;
    width: 11px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .aether05 .box .box__inner01 .left .img_wrap .arrow img {
    width: 100%;
    height: auto;
  }
  .aether05 .box .box__inner01 .left .p02 {
    font-size: 1rem;
    line-height: 1.25;
    text-align: center;
    margin-top: 6px;
  }
  .aether05 .box .box__inner01 .right {
    width: 36vw;
    margin: 0 auto;
    margin-top: 25px;
  }
  .aether05 .box .box__inner01 .right img {
    width: 100%;
    height: auto;
  }
  .aether05 .box .box__inner01 .img01 {
    width: 80vw;
    text-align: center;
    margin-top: -8px;
  }
  .aether05 .box .box__inner01 .img01 img {
    width: 100%;
    height: auto;
  }
  .aether05 .box .box__inner02 {
    text-align: center;
  }
  .aether05 .box .box__inner02 .p02 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 17px;
  }
  .aether05 .box .box__inner02 .img01_wrap {
    transform: translateX(13vw);
  }
  .aether05 .box .box__inner02 .img01 {
    width: 87vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .aether05 .box .box__inner02 .img01 img {
    display: block;
    min-width: 100%;
    width: 500px;
  }
  .aether05 .box .box__inner02 .img02 {
    width: 73.3vw;
    margin: 0 auto;
  }
  .aether05 .box .box__inner02 .img02 img {
    width: 100%;
    height: auto;
  }
  .aether05 .box .p03 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.9;
    margin-top: 28px;
    font-weight: 500;
  }
  .aether05 .box .p03 span {
    font-size: 1.6rem;
    color: #e4007f;
  }
  .aether05 .box .box__inner03 {
    width: 81.3vw;
    margin: 0 auto;
    display: block;
    margin-top: 0;
  }
  .aether05 .box .box__inner03 .left {
    width: 100%;
    margin-left: 0;
  }
  .aether05 .box .box__inner03 .left .img {
    width: 64vw;
    margin: 0 auto;
    margin-top: 22px;
  }
  .aether05 .box .box__inner03 .left .img img {
    width: 100%;
    height: auto;
  }
  .aether05 .box .box__inner03 .right {
    width: 100%;
    margin-top: 15px;
  }
  .aether05 .box .box__inner03 .right p {
    width: 73.3vw;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .aether05 .box .box__inner03 .right .p01 {
    text-align: left;
  }
  .aether05 .box .box__inner03 .right .p02 {
    text-align: justify;
    margin-top: 6px;
  }
  .aether06 {
    padding-top: 42px;
  }
  .aether06 .title_en {
    font-size: 2.6rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.14em;
    text-align: center;
    transform: translateX(0);
  }
  .aether06 .title_en span {
    color: #e4007f;
  }
  .aether06 .title {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    margin-top: -3px;
    padding-bottom: 20px;
  }
  .aether06 .title span {
    color: #e4007f;
  }
  .aether06 .box {
    width: 87.2vw;
    margin: 0 auto;
    background: #ebf2f3;
    padding-bottom: 37px;
    margin-top: 0;
    margin-bottom: 49px;
  }
  .aether06 .box .subtitle {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
  }
  .aether06 .box .subtitle .subtitle_en {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 26%;
    height: 28px;
    background: #e4007f;
    color: #fff;
    font-size: 0.8rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 28px;
    padding-left: 8px;
    box-sizing: border-box;
  }
  .aether06 .box .subtitle .subtitle_en .number {
    font-size: 1.5rem;
    display: block;
    margin-left: 3px;
    transform: translateY(-1px);
  }
  .aether06 .box .subtitle .subtitle_en02 {
    width: 20%;
    padding-left: 5px;
    text-align: center;
  }
  .aether06 .box .subtitle .subtitle_ja {
    width: 80%;
    height: 28px;
    background-color: #0a0a0a;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 28px;
    padding-left: 14px;
    box-sizing: border-box;
  }
  .aether06 .box .subtitle .subtitle_ja02 {
    padding-left: 0;
    text-align: center;
  }
  .aether06 .box .p01 {
    width: 73.3vw;
    margin: 0 auto;
    font-size: 1.5rem;
    text-align: justify;
    margin-top: 13px;
  }
  .aether06 .box .box__inner01 {
    margin-top: 17px;
  }
  .aether06 .box .box__inner01 .img01 {
    width: 80vw;
    margin: 0 auto;
    text-align: center;
  }
  .aether06 .box .box__inner01 .img01 img {
    width: 100%;
    height: auto;
    transform: translateX(2px);
  }
  .aether06 .box .box__inner01 .patent_wrap {
    width: 73.3vw;
    margin: 0 auto;
    display: block;
    margin-top: 22px;
  }
  .aether06 .box .box__inner01 .patent_wrap .left {
    width: 100%;
    height: 25px;
    background: #b4becc;
    text-align: center;
    line-height: 25px;
    font-size: 1.1rem;
  }
  .aether06 .box .box__inner01 .patent_wrap .right {
    width: 100%;
    height: auto;
    background: #fff;
    padding-left: 0;
    box-sizing: border-box;
    font-size: 1.2rem;
    line-height: 1.66;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 14px;
  }
  .aether06 .box .box__inner01 .patent_wrap .right .p02 {
    margin-right: 0;
    width: calc(100% - 59px);
  }
  .aether06 .box .box__inner01 .patent_wrap .right .mark {
    width: 59px;
  }
  .aether06 .box .box__inner01 .patent_wrap .right .mark img {
    width: 100%;
    height: auto;
  }
  .aether06 .box .box__inner02 {
    width: 73.3vw;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
  }
  .aether06 .box .box__inner02 .left {
    width: 100%;
    margin-top: 24px;
  }
  .aether06 .box .box__inner02 .left img {
    width: 100%;
    height: auto;
  }
  .aether06 .box .box__inner02 .left02 {
    width: 43.2vw;
    margin: 0 auto;
  }
  .aether06 .box .box__inner02 .left02 img {
    width: 100%;
    height: auto;
  }
  .aether06 .box .box__inner03 {
    text-align: center;
  }
  .aether06 .box .box__inner03 .p02 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 15px;
  }
  .aether06 .box .box__inner03 .img01 {
    background: #fff;
    text-align: center;
    width: 73.3vw;
    height: auto;
    margin: 0 auto;
    margin-top: 0;
    padding: 14px 0;
    box-sizing: border-box;
  }
  .aether06 .box .box__inner03 .img01__inner {
    width: 67.2vw;
    margin: 0 auto;
  }
  .aether06 .box .box__inner03 .img01__inner img {
    width: 100%;
    height: auto;
  }
  .aether06 .box .box__inner03 .p03 {
    width: 70vw;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.25;
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
    margin-top: 10px;
  }
  .aether06 .box .spec_wrap {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
  }
  .aether06 .box .spec {
    width: 73.3vw;
    margin: 0 auto;
    margin-top: 15px;
  }
  .aether06 .box .spec dl {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 0;
  }
  .aether06 .box .spec dl dt {
    width: 82px;
  }
  .aether06 .box .spec dl dd {
    width: calc(100% - 82px);
    text-indent: -1em;
    padding-left: 1em;
  }
  .aether06 .box .spec dl dd span {
    margin-right: 0px;
  }
  .aether07 {
    width: 100vw;
    height: 497px;
    background: url(../img/products/category/aether/feature_bg_sp@2x.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .aether07 .title {
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    padding-top: 0;
    margin-top: -10px;
  }
  .aether07 .title span {
    color: #e4007f;
  }
  .aether08 {
    width: 100% !important;
    height: 614px !important;
    background: url(../img/products/category/aether/feature_bg02_sp@2x.jpg) no-repeat center top !important;
    background-size: cover !important;
    padding-top: 50px !important;
  }
  .aether08 .title_wrap {
    width: 86.1vw !important;
    margin: 0 auto !important;
  }
  .aether08 .title01_2 {
    font-size: 2rem !important;
    font-weight: 500 !important;
    width: 174px !important;
    height: 33px !important;
    background: #fff !important;
    line-height: 33px !important;
    padding-left: 6px !important;
    box-sizing: border-box !important;
  }
  .aether08 .title02_2 {
    font-size: 2rem !important;
    font-weight: 500 !important;
    width: 208px !important;
    height: 33px !important;
    background: #fff !important;
    line-height: 33px !important;
    padding-left: 6px !important;
    box-sizing: border-box !important;
    margin-top: 6px !important;
  }
  .aether09 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .aether09__inner {
    width: 100%;
    margin: 0 auto;
  }
  .aether09__inner .bn01 {
    position: relative;
    width: 92.8vw;
    margin: 0 auto;
    transform: translateX(-2.7vw);
  }
  .aether09__inner .bn01 img {
    width: 100%;
    height: auto;
  }
  .aether09__inner .bn01 .btn {
    width: 53vw;
    margin: 0 auto;
    position: absolute;
    bottom: 12px;
    animation: floatUpDown 4s ease-in-out infinite;
    left: 50%;
    transform: translateX(-50%);
  }
  .aether09__inner .bn01 .btn img {
    width: 100%;
    height: auto;
  }
  @keyframes floatUpDown {
    0%, 100% {
      transform: translateX(-50%) translateY(0);
    }
    50% {
      transform: translateX(-50%) translateY(-3px);
    }
  }
  .aether09__inner .bn02 {
    width: 86.9vw;
    margin: 0 auto;
    margin-top: 49px;
    transform: translateX(0);
  }
  .aether09__inner .bn02 img {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=addition.css.map */