@charset "UTF-8";
/*** The new CSS reset - version 1.7.2 (last updated 23.6.2022) ***/
*:where(:not(html, iframe, canvas, img, svg, video):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
div {
  line-height: 1;
  margin: 0;
}

ul,
dl,
ol,
dd,
li,
figure {
  padding: 0;
  margin: 0;
}

html {
  overscroll-behavior: none;
}

body {
  position: relative;
  font-family: "Noto Sans JP', sans-serif, Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  color: #333;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #ffffff;
  overscroll-behavior: none;
}

img,
svg {
  display: inline-block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .u-hide-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .u-hide-tab {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-hide-tabPc {
    display: none !important;
  }
}

.u-svg-sprite, .icon-svg {
  position: relative;
  display: inline-block;
}
.u-svg-sprite::before, .icon-svg::before {
  content: "";
  display: block;
  height: auto;
  width: 100%;
}
.u-svg-sprite > svg, .icon-svg > svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.u-svg-sprite.--cl-white > svg, .--cl-white.icon-svg > svg {
  fill: #ffffff;
}

.icon-svg.--dl {
  width: 26px;
}
.icon-svg.--dl::before {
  padding-top: 101.1153846154%;
}
.icon-svg.--arrow {
  width: 42.49px;
}
.icon-svg.--arrow::before {
  padding-top: 22.8759708167%;
}
.icon-svg.--letter {
  width: 34px;
}
.icon-svg.--letter::before {
  padding-top: 79.4117647059%;
}

.adlp-b-container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  position: relative;
  color: #333333;
  font-feature-settings: "palt";
  background: #FFF9F9;
}

.adlp-b-col {
  top: 0;
  width: 100%;
  position: sticky;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .adlp-b-col {
    position: fixed;
    width: calc((100vw - 450px) / 2);
    height: 100vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .adlp-b-col {
    width: 50%;
  }
}

.adlp-b-col.--l {
  left: 0;
  display: none;
}
.adlp-b-col.--l::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  background: url(/Landing/formlp/mmt_airdesign_2505/img/bg-left.webp) left top/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .adlp-b-col.--l {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .adlp-b-col.--l::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    background: url(/Landing/formlp/mmt_airdesign_2505/img/bg-left-tab-top.webp) center top/contain no-repeat;
  }
  .adlp-b-col.--l::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    background: url(/Landing/formlp/mmt_airdesign_2505/img/bg-left-tab.webp) center bottom/contain no-repeat;
  }
}

.adlp-b-col.--r {
  right: 0;
  display: none;
}
.adlp-b-col.--r::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  background: url(/Landing/formlp/mmt_airdesign_2505/img/bg-right.webp) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .adlp-b-col.--r {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .adlp-b-col.--r {
    display: none;
  }
}

.adlp-b-main {
  background-color: #FFF;
  position: relative;
  z-index: 20;
  border-bottom: 50px solid #FFF9F9;
}
@media screen and (min-width: 768px) {
  .adlp-b-main {
    margin: 0 auto 50px;
    width: 450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .adlp-b-main {
    margin: 0 0 50px 50%;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .adlp-b-main {
    border-bottom: none;
    margin-bottom: 13.3333333333vw;
  }
}

.adlp-c-logo {
  width: 100%;
}

.adlp-c-campaign-banner {
  width: 30.6666666667%;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 4% 4% 0;
}
.adlp-c-campaign-banner::before {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  width: 33.2173913043%;
  padding-top: 45.1043478261%;
  background: url(/Landing/formlp/mmt_airdesign_2505/img/bnr_top.svg) center/cover no-repeat;
  transform: translate(-50%, 0);
  margin-bottom: -7.3913043478%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .adlp-c-campaign-banner {
    width: 72.3860589812%;
    position: static;
    bottom: inherit;
    right: inherit;
    margin: 0 auto;
  }
  .adlp-c-campaign-banner::before {
    margin-top: 13.7037037037%;
  }
}

.adlp-c-campaign-banner__inner {
  position: relative;
  display: block;
}
.adlp-c-campaign-banner__inner > img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: opacity 250ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .adlp-c-campaign-banner__inner > img:first-child > img:first-child {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .adlp-c-nav {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1000;
  }
}

@media screen and (min-width: 768px) {
  .adlp-c-nav__inner {
    width: min(100%, 43.6666666667vw);
    max-width: 260px;
  }
}

.adlp-c-nav__header {
  padding: 4.2666666667%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .adlp-c-nav__header {
    width: 100%;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: transparent;
  }
}

.adlp-c-nav__icon {
  position: relative;
  cursor: pointer;
  width: 6%;
  border-radius: 5px;
}
.adlp-c-nav__icon::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.adlp-c-nav__icon > span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: #333;
}
.adlp-c-nav__icon > span:nth-of-type(1) {
  top: 15.5555555556%;
  width: 100%;
}
.adlp-c-nav__icon > span:nth-of-type(2) {
  top: 50%;
  width: 82.2222222222%;
  transform: translate(0, -50%);
}
.adlp-c-nav__icon > span:nth-of-type(3) {
  bottom: 15.5555555556%;
  width: 66.6666666667%;
}
@media screen and (min-width: 768px) {
  .adlp-c-nav__icon {
    display: none;
  }
}

.adlp-c-nav__menu {
  padding: 14.5333333333% 4.2666666667%;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #ffffff;
  opacity: 0;
  transform: translateY(-110%);
  transition: opacity 200ms linear 400ms, transform 800ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .adlp-c-nav__menu {
    padding: 0;
    height: auto;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: transparent;
    opacity: 1;
    transform: inherit;
    transition: inherit;
    width: 100%;
    margin: 15.3846153846% 0 0 3.8461538462%;
  }
}

.adlp-c-nav__menu-item {
  margin-top: 7.2%;
  width: 100%;
}
.adlp-c-nav__menu-item > a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.adlp-c-nav__menu-item > a::before {
  content: "";
  display: block;
  width: 7.0652173913%;
  aspect-ratio: 1/1;
  margin-right: 1.8115942029%;
  background: url(/Landing/formlp/mmt_airdesign_2505/img/nav-icon.svg) center/contain no-repeat;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.adlp-c-nav__menu-item.is-current > a::before {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .adlp-c-nav__menu-item:not(:first-child) {
    margin-top: 11.5384615385%;
  }
  .adlp-c-nav__menu-item > a {
    width: 100%;
  }
  .adlp-c-nav__menu-item > a::before {
    margin-right: 5.8479532164%;
  }
  .adlp-c-nav__menu-item > a:hover::before {
    opacity: 1;
  }
}

.adlp-c-nav__menu-item.--01 a {
  width: 73.6%;
}
@media screen and (min-width: 768px) {
  .adlp-c-nav__menu-item.--01 a {
    width: 71.4692307692%;
  }
  .adlp-c-nav__menu-item.--01 a::before {
    width: 8.4428898806%;
    margin-right: 3.6183813774%;
  }
}

.adlp-c-nav__menu-item.--02 a {
  width: 73.6%;
}
@media screen and (min-width: 768px) {
  .adlp-c-nav__menu-item.--02 a {
    width: 40.4346153846%;
  }
  .adlp-c-nav__menu-item.--02 a::before {
    width: 16.4454363914%;
    margin-right: 7.0480441677%;
  }
}

.adlp-c-nav__menu-item.--03 a {
  width: 73.6%;
}
@media screen and (min-width: 768px) {
  .adlp-c-nav__menu-item.--03 a {
    width: 29.6730769231%;
  }
  .adlp-c-nav__menu-item.--03 a::before {
    width: 24.4969378828%;
    margin-right: 10.498687664%;
  }
}

.adlp-c-nav__menu-item.--04 a {
  width: 73.6%;
}
@media screen and (min-width: 768px) {
  .adlp-c-nav__menu-item.--04 a {
    width: 45.0269230769%;
  }
  .adlp-c-nav__menu-item.--04 a::before {
    width: 14.4225816421%;
    margin-right: 6.181106418%;
  }
}

.adlp-c-nav__menu-item.--05 a {
  width: 73.6%;
}
@media screen and (min-width: 768px) {
  .adlp-c-nav__menu-item.--05 a {
    width: 47.3461538462%;
  }
  .adlp-c-nav__menu-item.--05 a::before {
    width: 13.5790494665%;
    margin-right: 5.8195926285%;
  }
}

.adlp-c-nav__menu-item.is-current > a::after {
  width: 100%;
  opacity: 1;
}

.adlp-c-nav.is-active .adlp-c-nav__menu {
  transform: translateY(0);
  opacity: 1;
}
.adlp-c-nav.is-active .adlp-c-nav__icon span:nth-of-type(1) {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-135deg);
  width: 50%;
}
.adlp-c-nav.is-active .adlp-c-nav__icon span:nth-of-type(2) {
  opacity: 0;
}
.adlp-c-nav.is-active .adlp-c-nav__icon span:nth-of-type(3) {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(135deg);
  width: 50%;
}

.adlp-c-section {
  line-height: 1;
  font-size: 0;
}

.sticky-bnr {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9999; /* より高い値に設定 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none; /* 初期状態ではクリックを通過させる */
}
.sticky-bnr.is-view {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; /* 表示状態ではクリックを有効にする */
}
.sticky-bnr img {
  display: block;
  width: 100%;
}
.sticky-bnr .cta__btn {
  position: absolute;
  bottom: 0;
  margin-bottom: 2%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 74.6666666667%;
  height: auto;
}
.sticky-bnr .cta__btn a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .sticky-bnr {
    left: inherit;
    right: 0;
    transform: translate(0, 0);
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .sticky-bnr {
    max-width: 450px;
  }
}

/* アコーディオンスタイル */
.acc-list {
  width: 78.6666666667%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.acc-list__item {
  margin-bottom: 4.2372881356%;
  overflow: hidden;
  /* 最初の子要素（ヘッダー）のスタイル */
  /* 2番目の子要素（コンテンツ）のスタイル */
  /* 開いた状態のスタイル */
}
.acc-list__item:last-child {
  margin-bottom: 0;
}
.acc-list__item > div:first-child {
  position: relative;
  cursor: pointer;
}
.acc-list__item > div:first-child img {
  display: block;
  width: 100%;
}
.acc-list__item > div:first-child::after {
  content: "";
  position: absolute;
  width: 3.0508474576%;
  aspect-ratio: 1/1;
  background: url(/Landing/formlp/mmt_airdesign_2505/img/acc-icon-puls.svg) center/contain no-repeat;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.acc-list__item > div:nth-child(2) {
  display: none; /* 初期状態では非表示 */
}
.acc-list__item > div:nth-child(2) img {
  display: block;
  width: 100%;
}
.acc-list__item.is-acc-open > div:first-child::after {
  background: url(/Landing/formlp/mmt_airdesign_2505/img/acc-icon-minus.svg) center/contain no-repeat;
}

.adlp-b-main {
  /* YouTube動画のスタイル */
}
.adlp-b-main .cv01 {
  position: relative;
}
.adlp-b-main .cv01 .adlp_btn {
  width: 80%;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  margin-bottom: 10.6666666667%;
}
.adlp-b-main .cv02 {
  position: relative;
}
.adlp-b-main .cv02 .adlp_btn {
  width: 80%;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  margin-bottom: 18.6666666667%;
}
.adlp-b-main .cv03 {
  position: relative;
}
.adlp-b-main .cv03 .adlp_btn {
  width: 80%;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  margin-bottom: 18.6666666667%;
}
.adlp-b-main .sec12 {
  background: var(--gray_2, #F3F5F7);
  padding-bottom: 10.6666666667%;
}
.adlp-b-main .footer {
  font-size: 16px;
  padding-bottom: 24%;
  position: relative;
  background: #ffffff;
}
.adlp-b-main .footer .adlp-c-inner {
  padding: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 42.6666666667%;
  margin-top: 10.6666666667%;
}
.adlp-b-main .footer__copy {
  text-align: center;
}
.adlp-b-main .adlp-footer-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.adlp-b-main .adlp-footer-link__item:nth-child(1) {
  width: 100%;
  margin-bottom: 9.375%;
}
.adlp-b-main .adlp-footer-link__item:nth-child(2) {
  width: 73.75%;
  margin-bottom: 9.375%;
}
.adlp-b-main .adlp-footer-link__item:nth-child(3) {
  width: 31.875%;
}
.adlp-b-main .sec09 {
  position: relative;
}
.adlp-b-main .sec09 .sec09__video {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 89.0666666667%;
  margin: 0 auto 10.6666666667%;
}
.adlp-b-main .sec09 .sec09__video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}

/*# sourceMappingURL=style.css.map */
