.brand-Header {
  position: relative;
  z-index: 11;
}

.brand-ContentsArea {
  padding-bottom: 1px;
  background: rgb(255, 255, 255);
}

.brand-ContentsArea_inner {
  font-size: calc(14 / var(--font-size-root) * 1rem);
  line-height: 1.57;
}

.brand-ContentsArea_inner img {
  max-width: 100%;
  height: auto;
}

@keyframes fadeIn {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}

.air-page-loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 131px;
  background-color: rgb(255, 255, 255);
  transition: all 0.5s ease-out 0.3s;
}

@media screen and (max-width: 768px) {
  .air-page-loader {
    padding-top: 62px;
  }
}

.-is-loaded .air-page-loader {
  visibility: hidden;
  opacity: 0;
}

.air-page-loader__inner {
  position: relative;
  width: 125px;
  opacity: 0;
  transition: all 0.8s ease-out;
  transform: scale(0.7);
  transform-origin: center;
}

@media screen and (max-width: 768px) {
  .air-page-loader__inner {
    width: 120px;
  }
}

.-is-start .air-page-loader__inner {
  opacity: 1;
  transform: scale(1);
}

.air-page-loader__inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 125px;
  height: 125px;
  margin: auto;
  content: "";
  border: 2px solid rgb(0, 153, 204);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s ease-out;
}

@media screen and (max-width: 768px) {
  .air-page-loader__inner::before {
    width: 120px;
    height: 120px;
  }
}

.-is-loaded .air-page-loader__inner::before {
  opacity: 1;
}

.air-page-loader__text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  animation: fadeIn 2s linear 0s infinite normal;
}

.air-page-loader__textInner {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  text-align: center;
}

.air-progress {
  width: 100%;
}

.loader {
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
}

@keyframes load {
  0% {
    stroke-dashoffset: 0;
  }
}

.loader svg {
  width: 125px;
  height: 125px;
}

.loader svg:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

.loader svg:nth-child(2) path {
  opacity: 0.9;
  fill: none;
  stroke: rgb(255, 255, 255);
  stroke-dasharray: 629;
  stroke-width: 25;
  animation: load 10s;
}

.air-main-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.air-main-bg__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 12%;
  background-size: cover;
  image-orientation: none;
  will-change: opacity;
}

@media screen and (max-width: 768px) {
  .air-main-bg__item {
    background-position: 70% 16%;
  }
}

@media screen and (max-width: 480px) {
  .air-main-bg__item {
    background-position: 45% 16%;
  }
}

.air-main-bg__item:nth-of-type(1) {
  z-index: 0;
  background-image: url("/air/images/bg_main-visual-pc01.jpg");
}

@media screen and (max-width: 768px) {
  .air-main-bg__item:nth-of-type(1) {
    background-image: url("/air/images/bg_main-visual-tb01.jpg");
  }
}

@media screen and (max-width: 480px) {
  .air-main-bg__item:nth-of-type(1) {
    background-image: url("/air/images/bg_main-visual-sp01.jpg");
  }
}

.air-main-bg__item:nth-of-type(2):before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(
    to right,
    rgba(0, 151, 224, 0.5) 0,
    rgba(54, 178, 240, 0.5) 25%,
    rgba(54, 178, 240, 0) 50%
  );
  will-change: opacity;
}

@media screen and (max-width: 480px) {
  .air-main-bg__item:nth-of-type(2):before {
    display: none;
  }
}

.air-main-bg__item:nth-of-type(2) {
  z-index: 1;
  background-image: url("/air/images/bg_main-visual-pc02.jpg");
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .air-main-bg__item:nth-of-type(2) {
    background-image: url("/air/images/bg_main-visual-tb02.jpg");
  }
}

@media screen and (max-width: 480px) {
  .air-main-bg__item:nth-of-type(2) {
    background-image: url("/air/images/bg_main-visual-sp02.jpg");
  }
}

.-is-loaded .air-main-bg__item:nth-of-type(2) {
  transition: opacity 1.25s ease-out 1.5s;
}

.air-main-bg__item:nth-of-type(3) {
  z-index: 2;
  background-image: url("/air/images/bg_main-visual-pc03.jpg");
  opacity: 0;
  transition: opacity 1.25s ease-out;
}

@media screen and (max-width: 768px) {
  .air-main-bg__item:nth-of-type(3) {
    background-image: url("/air/images/bg_main-visual-tb03.jpg");
  }
}

@media screen and (max-width: 480px) {
  .air-main-bg__item:nth-of-type(3) {
    background-image: url("/air/images/bg_main-visual-sp03.jpg");
  }
}

.-is-loaded .air-main-bg__item.-is-visible:nth-of-type(2),
.air-main-bg__item.-is-visible:nth-of-type(3) {
  opacity: 1;
}

.air-main-bg__item.-is-visible:nth-of-type(2):before {
  opacity: 1;
}

.air-main-visual {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 80px 5.125% 0;
  overflow: hidden;
  color: rgb(255, 255, 255);
  text-shadow: rgb(0, 151, 224) 0 0 6px;
  background: transparent;
  opacity: 0;
  transition: opacity 1.25s ease-out 2.5s;
}

@media screen and (max-width: 768px) {
  .air-main-visual {
    padding: 64px 6.5% 0;
  }
}

@media screen and (max-width: 480px) {
  .air-main-visual {
    height: 1250px;
    padding: 70px 5.125% 0;
  }
}

.air-main-visual:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(rgba(0, 151, 224, 0.64) 0, rgba(0, 151, 224, 0.64) 50%, rgba(0, 151, 224, 0) 70%);
}

@media (min-width: 30.0625em) {
  .air-main-visual:before {
    display: none;
  }
}

.air-main-visual__inner {
  position: relative;
  z-index: 5;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .air-main-visual__inner {
    text-align: center;
  }
}

.air-main-visual__title {
  margin-bottom: 14px;
  font-size: calc(40 / var(--font-size-root) * 1rem);
  font-weight: bold;
  line-height: 1.4;
  color: rgb(255, 255, 255);
  text-shadow: 0 0 6px rgb(0, 151, 224);
}

@media screen and (max-width: 768px) {
  .air-main-visual__title {
    margin-bottom: 21px;
    font-size: calc(40 / var(--font-size-root) * 1rem);
    line-height: 1.3;
  }
}

@media screen and (max-width: 480px) {
  .air-main-visual__title {
    margin-bottom: 15px;
    font-size: calc(34 / var(--font-size-root) * 1rem);
    line-height: 1.18;
  }
}

.air-main-visual__text {
  width: calc(50% - 15px);
  margin-bottom: 15px;
  font-size: calc(18 / var(--font-size-root) * 1rem);
  line-height: 1.67;
}

.air-main-visual__subTitle {
  margin-bottom: 15px;
  font-size: calc(22 / var(--font-size-root) * 1rem);
  line-height: 1.4;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .air-main-visual__subTitle {
    font-size: calc(18 / var(--font-size-root) * 1rem);
    line-height: 1.3;
  }
}

@media screen and (max-width: 480px) {
  .air-main-visual__subTitle {
    font-size: calc(18 / var(--font-size-root) * 1rem);
    line-height: 1.18;
  }
}

.air-main-visual__text:last-of-type {
  margin-bottom: 27px;
}
/* css追記 */
.anniversary-banner {
  position: relative;
  display: inline-block;
  width: calc(50% - 15px);
  margin: 32px 0 0;
}
.anniversary-banner > img {
  width: 100%;
}
.anniversary-banner:hover > img {
  opacity: 0.6;
}
.anniversary-banner::before {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(255, 255, 255);
}
/* css追記ここまで */

@media screen and (max-width: 480px) {
  .air-main-visual__text {
    width: 100%;
    font-size: calc(16 / var(--font-size-root) * 1rem);
    line-height: 1.56;
  }
  /* css追記 */
  .anniversary-banner {
    width: 100%;
  }
  /* css追記ここまで */
}

.-is-loaded .air-main-visual {
  opacity: 1;
}

.air-ideal {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  padding: 90px 5.125% 120px;
  margin-top: 40%;
  overflow: hidden;
  color: rgb(255, 255, 255);
  text-shadow: rgb(0, 151, 224) 0 0 6px;
  background: transparent;
}

@media screen and (max-width: 768px) {
  .air-ideal {
    align-items: flex-end;
    justify-content: center;
    min-height: 600px;
    padding: 90px 0 0;
    margin-top: 16%;
  }
}

@media screen and (max-width: 480px) {
  .air-ideal {
    height: 100%;
    min-height: initial;
    margin-top: 0;
  }
}

.air-ideal__block {
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  display: block;
  align-items: flex-end;
  width: 50%;
  padding: 4% 0 5.125% 1.3%;
}

@media screen and (max-width: 768px) {
  .air-ideal__block {
    display: flex;
    width: 100%;
    padding: 80px 0 0;
  }
}

.air-ideal__inner {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .air-ideal__inner {
    padding: 128px var(--width-contents-padding) 100px;
    text-align: center;
    background: transparent
      linear-gradient(0deg, rgb(0, 151, 224) 0, rgba(56, 179, 240, 0.66) 70%, rgba(54, 178, 240, 0) 100%);
  }
}

@media screen and (max-width: 480px) {
  .air-ideal__inner {
    padding: 0 var(--width-contents-padding) 45px;
    background: transparent
      linear-gradient(0deg, rgb(0, 151, 224) 0, rgba(56, 179, 240, 0.66) 70%, rgba(54, 178, 240, 0) 100%);
  }
}

.air-ideal__title {
  margin-bottom: 21px;
  font-size: calc(30 / var(--font-size-root) * 1rem);
  font-weight: bold;
  line-height: 1.4;
  color: rgb(255, 255, 255);
  text-shadow: 0 0 6px rgb(0, 151, 224);
  transition: all 1.25s ease-out;
}

@media screen and (max-width: 480px) {
  .air-ideal__title {
    font-size: calc(24 / var(--font-size-root) * 1rem);
    line-height: 1.5;
  }
}

.air-ideal__text {
  margin-bottom: 27px;
  font-size: calc(18 / var(--font-size-root) * 1rem);
  line-height: 1.67;
  color: rgb(255, 255, 255);
  text-shadow: 0 0 6px rgb(0, 151, 224);
  transition: all 1.25s ease-out;
}

@media screen and (max-width: 480px) {
  .air-ideal__text {
    font-size: calc(16 / var(--font-size-root) * 1rem);
    line-height: 1.56;
  }
}

.top-Poster3 {
  min-height: calc(690 / 1366 * 100vw);
  background: 50% 0 no-repeat;
  background-image: url("/air/images/bg_poster_03.jpg");
  background-size: cover;
}
/* css追記 */
.top-Poster-elements {
  display: flex;
  align-items: center;
  min-height: calc(690 / 1366 * 100vw);
  padding: 80px 5.125%;
  background: 50% 0 no-repeat;
  background-image: url("/air/images/bnr_possibility_PC.jpg");
  background-size: cover;
}
.top-Poster-elements p {
  max-width: 50%;
  color: rgb(0, 151, 224);
}
/* css追記ここまで */

@media screen and (min-width: 480.1px) and (max-width: 768.1px) {
  .top-Poster3 {
    min-height: calc(550 / 768 * 100vw);
    background-image: url("/air/images/bg_poster_03_tb.jpg");
  }
  /* css追記 */
  .top-Poster-elements {
    padding: 80px 5.125% 120vw;
    text-align: center;
    background-image: url("/air/images/bnr_possibility_TB.jpg");
  }
}

@media screen and (max-width: 768.1px) {
  .top-Poster-elements p {
    max-width: 100%;
  }
}
/* css追記ここまで */

@media screen and (max-width: 480px) {
  /* css追記 */
  .top-Poster-elements {
    min-height: calc(550 / 768 * 100vw);
    padding: 80px 6.5% 100vw;
    text-align: center;
    background-image: url("/air/images/bnr_possibility_SP.jpg");
  }
  /* css追記ここまで */
  .top-Poster3 {
    min-height: calc(557 / 375 * 100vw);
    background-image: url("/air/images/bg_poster_03_sp.jpg");
  }
}

.top-Poster3_inner {
  /* css変更 */
  position: relative;
  z-index: 5;
  padding-top: 60px;
  padding-right: var(--width-contents-padding);
  padding-bottom: 415px;
  padding-left: var(--width-contents-padding);
  /* css変更ここまで */
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
/* css追記 */
.top-Poster-elements_inner {
  max-width: 960px;
  margin: 0 auto;
  margin-right: auto;
}
/* css追記ここまで */

@media screen and (min-width: 480.1px) and (max-width: 768.1px) {
  .top-Poster3_inner {
    padding-top: 60px;
    padding-bottom: 275px;
  }
}

@media screen and (max-width: 480px) {
  .top-Poster3_inner {
    padding-top: 80px;
    padding-bottom: 210px;
  }
}

.top-Poster_heading2 {
  margin-bottom: 21px;
  font-size: calc(30 / var(--font-size-root) * 1rem);
  font-weight: bold;
  line-height: 1.4;
  color: rgb(0, 151, 224);
}

@media screen and (max-width: 768px) {
  .top-Poster_heading2 {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 480px) {
  .top-Poster_heading2 {
    margin-bottom: 22px;
    font-size: calc(24 / var(--font-size-root) * 1rem);
    line-height: 1.5;
  }
}

.top-Poster_text {
  margin-bottom: 27px;
  font-size: calc(18 / var(--font-size-root) * 1rem);
  line-height: 1.67;
}

@media screen and (max-width: 480px) {
  .top-Poster_text {
    font-size: calc(16 / var(--font-size-root) * 1rem);
    line-height: 1.56;
  }
}

.top-Poster3 .top-Poster_text {
  color: rgb(0, 151, 224);
}

.top-Poster3 .top-Poster_text:last-of-type {
  margin-bottom: 27px;
}

.top-Poster_button {
  display: inline-block;
  padding: 12px;
  padding-top: 10px;
  padding-bottom: 11px;
  margin-bottom: 17px;
  font-size: calc(16 / var(--font-size-root) * 1rem);
  font-weight: bold;
  line-height: 1.56;
  color: rgb(255, 255, 255) !important;
  text-align: center;
  text-shadow: none;
  background: var(--color-button-blue-bg);
}

.top-Poster_button:hover,
.top-Poster_button:focus {
  background: var(--color-button-bg-hover);
}

.top-Poster_button:before {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  content: "";
  background: url("/air/common/images/icon/icon_link_arrow_10_white.svg") 0 0 no-repeat;
}

@media screen and (max-width: 480px) {
  .top-Poster_button {
    display: block;
  }
}

.top-Poster_button:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .top-Poster_button {
    margin-right: 5%;
    margin-left: 5%;
  }
}

.top-Poster_button::before {
  top: -0.1em;
}

.top-Poster_button.js-brand-MovieModal::before {
  display: none;
}

.top-Poster_linkList {
  display: grid;
  grid-template-columns: 1fr;
  padding-left: 14px;
  font-size: calc(16 / var(--font-size-root) * 1rem);
  line-height: 1.56;
  text-indent: -14px;
  gap: 10px;
}

.air-main-visual .top-Poster_linkList a {
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-shadow: 0 0 6px rgb(0, 151, 224);
}

.air-main-visual .top-Poster_linkList a::before {
  position: relative;
  top: -0.1em;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  content: "";
  background: url("/air/common/images/icon/icon_link_arrow_10_white.svg") 0 0 no-repeat;
}

.top-Poster_linkList a:hover,
.top-Poster_linkList a:focus,
.top-Poster_linkList a:active {
  text-decoration: underline;
}

.top-Intro {
  padding-top: 110px;
  padding-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .top-Intro {
    padding-top: 60px;
    padding-bottom: 55px;
  }
}

.top-Intro_heading {
  margin-bottom: 25px;
  font-size: calc(30 / var(--font-size-root) * 1rem);
  font-weight: bold;
  line-height: 1.4;
  color: var(--color-heading);
}

@media screen and (max-width: 480px) {
  .top-Intro_heading {
    font-size: calc(24 / var(--font-size-root) * 1rem);
    line-height: 1.5;
  }
}

.top-Intro_heading span {
  display: inline-block;
}

.top-Intro_text {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  font-size: calc(18 / var(--font-size-root) * 1rem);
  line-height: 1.67;
}

@media screen and (max-width: 768px) {
  .top-Intro_text {
    max-width: initial;
  }
}

@media screen and (max-width: 480px) {
  .top-Intro_text {
    max-width: initial;
    font-size: calc(16 / var(--font-size-root) * 1rem);
    line-height: 1.56;
  }
}

.top-Nav {
  margin-bottom: 90px;
}

.top-Nav_item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 40px;
  padding-bottom: 50px;
  border-bottom: solid 1px var(--color-border);
  gap: 30px;
}

.top-Nav_item:first-of-type {
  border-top: solid 1px var(--color-border);
}

@media screen and (min-width: 480.1px) and (max-width: 768.1px) {
  .top-Nav_item {
    gap: 20px;
  }
}

@media screen and (max-width: 480px) {
  .top-Nav_item {
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 35px;
  }
}

.top-Nav_heading {
  margin-bottom: 19px;
  font-size: calc(30 / var(--font-size-root) * 1rem);
  font-weight: bold;
  line-height: 1.4;
  color: var(--color-heading);
}

@media screen and (max-width: 480px) {
  .top-Nav_heading {
    font-size: calc(24 / var(--font-size-root) * 1rem);
    line-height: 1.5;
  }
}

.top-Nav_img {
  margin-bottom: 17px;
}

.top-Nav_img img {
  width: 100%;
  max-width: 100%;
}

.top-Nav_text {
  margin-bottom: 13px;
  font-size: calc(16 / var(--font-size-root) * 1rem);
  line-height: 1.56;
}

@media screen and (max-width: 480px) {
  .top-Nav_text {
    margin-bottom: 18px;
    font-size: calc(14 / var(--font-size-root) * 1rem);
    line-height: 1.57;
  }
}

.top-Button {
  display: inline-block;
  padding: 12px;
  font-size: calc(14 / var(--font-size-root) * 1rem);
  font-weight: bold;
  line-height: 1.57;
  color: rgb(255, 255, 255) !important;
  text-align: center;
  background: var(--color-button-bg);
}

.top-Button:hover,
.top-Button:focus {
  background: var(--color-button-bg-hover);
}

.top-Button:before {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  content: "";
  background: url("/air/common/images/icon/icon_link_arrow_10_blue.svg") 0 0 no-repeat;
}

@media screen and (max-width: 480px) {
  .top-Button {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .top-Button {
    margin-right: 5%;
    margin-left: 5%;
  }
}

.top-Nav_links {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
}

.top-Nav_links img {
  display: block;
  margin-bottom: 12px;
}

.top-Nav_label {
  display: inline-block;
  padding-left: 14px;
  font-size: calc(14 / var(--font-size-root) * 1rem);
  line-height: 1.57;
  color: var(--color-link-text);
  text-indent: -14px;
}

.top-Nav_label:visited {
  color: var(--color-link-text-visited-com);
}

.top-Nav_label:hover,
.top-Nav_label:focus,
.top-Nav_label:active {
  color: var(--color-link-text);
  text-decoration: underline;
}

.top-Nav_label::before {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  content: "";
  background: url("/air/common/images/icon/icon_link_arrow_10_blue.svg") 0 0 no-repeat;
}
