@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*--------------- form reset ------------*/
button {
  transition: 0.3s;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  display: block;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}
button:hover {
  opacity: 0.7;
}

input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  outline: none;
}

input[type=checkbox], input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  position: relative;
  display: block;
  word-break: break-all;
}
label input[type=checkbox] + span {
  position: relative;
  padding-left: 15px;
}
label input[type=radio] + span {
  position: relative;
  padding-left: 25px;
}
label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
}
label input[type=checkbox] + span::before {
  border-color: #1E2777;
}
label input[type=checkbox]:checked + span::before {
  background-color: #1E2777;
}
label input[type=checkbox]:checked + span::before {
  background-color: #fff;
}
label input[type=checkbox]:checked + span::after {
  border: 2px solid #313131;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
label input[type=checkbox] + span::before, label input[type=checkbox] + span::after {
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  content: "";
  box-sizing: border-box;
}
label input[type=checkbox] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 12px;
  height: 12px;
  border: 1px #313131 solid;
}
label input[type=checkbox] + span::after {
  z-index: 1;
  margin: 2px 4px;
  width: 6px;
  height: 9px;
}
label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
}
label input[type=radio] + span::before {
  position: absolute;
  display: inline-block;
  content: "";
  box-sizing: border-box;
  border: 1px solid #686868;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: transparent;
  width: 14px;
  height: 14px;
}
label input[type=radio]:checked + span::before {
  border-color: #007acc;
}
label input[type=radio]:checked + span::after {
  position: absolute;
  display: inline-block;
  content: "";
  box-sizing: border-box;
  background-color: #007acc;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  width: 8px;
  height: 8px;
}

/*-------- text email tel ---------*/
input[type=text], input[type=email], input[type=tel] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

input[type=button], input[type=submit] {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[type=submit], input[type=reset], button[type=button] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

/*-------- select ------------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

input[type=text], input[type=email], input[type=tel] {
  width: 100%;
  max-width: 100%;
}

textarea {
  width: 100%;
  max-width: 100%;
  resize: vertical;
  overflow: auto;
}

input[type=button] {
  color: #fff;
  border-style: none;
}
input[type=submit] {
  color: #fff;
  border-style: none;
}
input[type=submit]:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel] {
    width: 100%;
    font-size: calcvw(28) !important;
  }
  textarea {
    width: 100%;
    font-size: calcvw(28) !important;
  }
}
@media screen and (max-width: 640px) {
  input[type=text], input[type=email], input[type=tel] {
    width: 100%;
    font-size: 16px !important;
  }
  textarea {
    width: 100%;
    font-size: 16px !important;
  }
}
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, ::-ms-input-placeholder, ::placeholder {
  color: #B7B7B7;
}

/*$base-width: 1400px;*/
html {
  background: #fff;
  font-size: 62.5%;
}
@media screen and (min-width: 770px) and (max-width: 1460px) {
  html {
    font-size: 0.6849315068vw;
  }
}

body {
  background: #fff;
  color: #13100d;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
body.is-fixed {
  position: fixed;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 769px) {
  body {
    font-size: 3.125vw;
  }
}

dl,
ul,
ol {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
}

.safari img {
  image-rendering: auto;
}

label {
  cursor: pointer;
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
  /*&:hover,
  &:focus {
  	text-decoration: underline;
  }*/
}
a:link, a:active, a:visited {
  text-decoration: none;
}

@media print, screen and (min-width: 770px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
  a,
a * {
    outline: 1px solid transparent;
    outline: none;
  }
}
@media (any-hover: hover) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}
i {
  font-style: normal;
}

/*$base-width: 1400px;*/
/*$base-width: 1400px;*/
.m-red {
  color: #be0000;
}

.m-blue {
  color: #133cc3;
}

.m-bold {
  font-weight: bold;
}

.m-en {
  font-family: "Noto Sans", sans-serif;
}

.c-inner {
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .c-inner {
    width: 100%;
    padding: 0 7%;
  }
}
.c-inner.m-thin {
  max-width: 106rem;
}
.c-inner.m-spot {
  max-width: 133.4rem;
}

.c-movelogo {
  display: inline-block;
  position: absolute;
  width: 6.3rem;
  height: 6.3rem;
  right: -9rem;
  top: -3rem;
}
.c-movelogo img {
  width: 100%;
}
.c-movelogo .icn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
}
.c-movelogo .circle {
  -webkit-animation: 15s linear infinite rotation;
          animation: 15s linear infinite rotation;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44rem;
  height: 8rem;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  border: 2px solid #350d78;
  z-index: 0;
  /*アニメーション用指定*/
  overflow: hidden;
  transition: ease 0.5s;
}
@media screen and (max-width: 769px) {
  .c-btn {
    height: 18.6666666667vw;
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
.c-btn:after {
  content: "";
  width: 0.9rem;
  height: 1.4rem;
  background: url(/airnz-ms/static-assets-20250804.1/assets/img/icn_arrow.svg) no-repeat left center/contain;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.7rem);
  z-index: 3;
}
@media screen and (max-width: 769px) {
  .c-btn:after {
    width: 1.8666666667vw;
    height: 2.9333333333vw;
    top: calc(50% - 1.3333333333vw);
  }
}
.c-btn span {
  position: relative;
  z-index: 3;
  color: #350d78;
}
.c-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #350d78;
  width: 104%;
  height: 104%;
  transition: transform 0.7s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 770px) {
  .c-btn:hover {
    opacity: 1;
  }
  .c-btn:hover span {
    color: #fff;
  }
  .c-btn:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
    width: 100%;
  }
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 770px) {
  .sp {
    display: none !important;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

/* --------------------------------------------------
  preload
-------------------------------------------------- */
.u-preload * {
  transition: none !important;
}

/* --------------------------------------------------
  font,text
-------------------------------------------------- */
.u-underline {
  text-decoration: underline !important;
}

.u-bold {
  font-weight: bold;
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #13100d;
  height: 71px;
  width: 100%;
  transition: 0.3s;
  z-index: 10;
  /* /toggle */
  /*
  &.is-scroll {
  	height: 60px;
  	.l-header-toggle {
  		top: -5px;
  	}
  }
  */
}
@media screen and (max-width: 769px) {
  .l-header {
    height: 61px;
    left: 0;
    top: 0;
  }
}
.l-header-logo {
  margin: 0 0 0 22px;
  width: 195px;
}
@media screen and (max-width: 769px) {
  .l-header-logo {
    margin: 0 0 0 20px;
    width: 168px;
  }
}
.l-header-logo a {
  display: block;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 770px) {
  .l-header-logo a:hover {
    opacity: 0.7;
  }
}
.l-header-toggle {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background: #13100d;
  cursor: pointer;
  z-index: 100;
}
@media screen and (max-width: 769px) {
  .l-header-toggle {
    width: 60px;
    height: 60px;
  }
}
.l-header-toggle-txt {
  color: #fff;
  font-size: 9px;
  letter-spacing: 1px;
  position: absolute;
  top: 12px;
  left: 1px;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.l-header-toggle span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 32px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
}
@media screen and (max-width: 769px) {
  .l-header-toggle span {
    width: 28px;
  }
}
.l-header-toggle span:nth-of-type(1) {
  top: 30px;
}
@media screen and (max-width: 769px) {
  .l-header-toggle span:nth-of-type(1) {
    top: 28px;
  }
}
.l-header-toggle span:nth-of-type(2) {
  top: 40px;
}
@media screen and (max-width: 769px) {
  .l-header-toggle span:nth-of-type(2) {
    top: 36px;
  }
}
.l-header-toggle span:nth-of-type(3) {
  top: 50px;
}
@media screen and (max-width: 769px) {
  .l-header-toggle span:nth-of-type(3) {
    top: 44px;
  }
}
.l-header-toggle.is-active span:nth-of-type(1) {
  transform: translateY(11px) rotate(45deg);
}
@media screen and (max-width: 769px) {
  .l-header-toggle.is-active span:nth-of-type(1) {
    transform: translateY(8px) rotate(45deg);
  }
}
.l-header-toggle.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header-toggle.is-active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(-45deg);
}
@media screen and (max-width: 769px) {
  .l-header-toggle.is-active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 770px) {
  .l-header-toggle:hover {
    background: #333;
  }
  .l-header-toggle:hover span {
    width: 40px;
  }
}
.l-header-nav {
  position: fixed;
  top: 0;
  right: -450px;
  background: #fff;
  width: 450px;
  height: 100svh;
  overflow-y: scroll;
  z-index: 99;
  transition: 0.3s;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.l-header-nav::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav {
    width: 30.8219178082vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav {
    width: 100%;
    right: -100%;
  }
}
.l-header-nav.is-active {
  right: 0;
}
.l-header-nav-wrap {
  padding: 100px 40px 100px 45px;
  height: 100vh;
  overflow-y: scroll;
  background: #fff;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-header-nav-wrap::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-wrap {
    padding: 100px 2.7397260274vw 6.8493150685vw 3.0821917808vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-wrap {
    padding: 70px 8% 150px;
  }
}
.l-header-nav-logo {
  margin-left: 12px;
  width: 213px;
  position: relative;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-logo {
    margin-left: 0.8219178082vw;
    width: 14.5890410959vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-logo {
    width: 45.3333333333vw;
  }
}
.l-header-nav-logo .c-movelogo {
  width: 7.8rem;
  height: 7.8rem;
}
@media screen and (max-width: 769px) {
  .l-header-nav-logo .c-movelogo {
    right: -19.7333333333vw;
    width: 17.6vw;
    height: 17.6vw;
  }
}
.l-header-nav-gnav {
  margin-top: 25px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-gnav {
    margin-top: 1.7123287671vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-gnav {
    margin-top: 4vw;
  }
}
.l-header-nav-gnav li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 86px;
  border-bottom: 1px solid #cfcfce;
  padding: 0 10px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-gnav li {
    height: 5.8904109589vw;
    padding: 0 0.6849315068vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-gnav li {
    height: 16.5333333333vw;
    padding: 0 2.6666666667vw;
  }
}
.l-header-nav-gnav a {
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-gnav a {
    font-size: 1.3698630137vw;
    padding-left: 1.6438356164vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-gnav a {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    padding-left: 6.4vw;
  }
}
.l-header-nav-gnav a:before {
  content: "";
  background: url(/airnz-ms/static-assets-20250804.1/assets/img/icn_gnav.svg) no-repeat left top/cover;
  width: 9px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-gnav a:before {
    width: 0.6164383562vw;
    height: 0.8219178082vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-gnav a:before {
    width: 2.4vw;
    height: 3.2vw;
  }
}
.l-header-nav-gnav a.m-outlink {
  padding-right: 20px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-gnav a.m-outlink {
    padding-right: 1.3698630137vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-gnav a.m-outlink {
    padding-right: 5.3333333333vw;
  }
}
.l-header-nav-gnav a.m-outlink:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  background: url(/airnz-ms/static-assets-20250804.1/assets/img/icn_window.svg) no-repeat left top/contain;
  width: 13px;
  height: 13px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-gnav a.m-outlink:after {
    width: 0.8904109589vw;
    height: 0.8904109589vw;
    top: calc(50% - 0.3424657534vw);
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-gnav a.m-outlink:after {
    top: calc(50% - 1.3333333333vw);
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.l-header-nav-gnav a.m-newjiyu img {
  width: 11.6rem;
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (max-width: 769px) {
  .l-header-nav-gnav a.m-newjiyu img {
    width: 24vw;
    margin-right: 1.3333333333vw;
  }
}
.l-header-nav-gnav a img {
  display: inline-block;
  position: relative;
  bottom: 3px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-gnav a img {
    bottom: 0.2054794521vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-gnav a img {
    bottom: 0.8vw;
  }
}
.l-header-nav-gnav a img.logo01 {
  width: 110px;
  margin-right: 5px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-gnav a img.logo01 {
    width: 7.5342465753vw;
    margin-right: 0.3424657534vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-gnav a img.logo01 {
    width: 24vw;
    margin-right: 1.0666666667vw;
  }
}
.l-header-nav-gnav a img.logo02 {
  width: 205px;
  margin: 0 5px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-gnav a img.logo02 {
    width: 14.5068493151vw;
    margin: 0 0.3424657534vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-gnav a img.logo02 {
    width: 40.3333333333vw;
    margin: 0 0.8vw;
  }
}
.l-header-nav-gnav a img.logo02.m-02 {
  margin-left: 0;
}
.l-header-nav-gnav a img.logo03 {
  width: 95px;
  margin: 0 5px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-gnav a img.logo03 {
    width: 6.5068493151vw;
    margin: 0 0.3424657534vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-gnav a img.logo03 {
    width: 21.3333333333vw;
    margin: 0 0.8vw;
  }
}
.l-header-nav-gnav a img.logo04 {
  width: 86px;
  margin: 0 5px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-gnav a img.logo04 {
    width: 5.8904109589vw;
    margin: 0 0.3424657534vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-gnav a img.logo04 {
    width: 18.6666666667vw;
    margin: 0 0.8vw;
  }
}
.l-header-nav-sns {
  margin-top: 50px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-sns {
    margin-top: 3.4246575342vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-sns {
    margin-top: 13.3333333333vw;
  }
}
.l-header-nav-sns .en {
  display: block;
  width: 188px;
  text-align: center;
  margin: 0 auto 5px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-sns .en {
    width: 12.8767123288vw;
    margin-bottom: 0.3424657534vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-sns .en {
    width: 44vw;
    margin-bottom: 2.6666666667vw;
  }
}
.l-header-nav-sns .ja {
  font-size: 12px;
  display: block;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-sns .ja {
    font-size: 0.8219178082vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-sns .ja {
    font-size: 3.2vw;
  }
}
.l-header-nav-sns-list {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-header-nav-sns-list {
    margin-top: 1.3698630137vw;
    gap: 0.8219178082vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-sns-list {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-sns-list li {
    width: 10.6666666667vw;
  }
}

.js-bg {
  background: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-header.is-up {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
.l-header.is-down {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}
.l-header.is-top {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

/*
.l-header-set + main {
	padding-top: 70px;
	@include mq(m) {
		padding-top: 60px;
	}
}
*/
/* --------------------------------------------------
    footer
-------------------------------------------------- */
.l-footer {
  background: #13100d;
  position: relative;
  padding-bottom: 30px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .l-footer {
    padding-bottom: 0;
  }
}
.l-footer-link {
  background: #fff;
  padding: 5px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin: 0;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-link {
    padding: 0.3424657534vw;
    gap: 0.3424657534vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-link {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-link li {
    margin: 1.3333333333vw 0;
  }
}
.l-footer-link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 312px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-link li a {
    height: 21.3698630137vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-link li a {
    height: 64vw;
  }
}
.l-footer-link li .txt {
  text-align: center;
}
.l-footer-link li .txt .icn {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-link li .txt .icn {
    margin-bottom: 1.3698630137vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-link li .txt .icn {
    margin-bottom: 5.3333333333vw;
  }
}
.l-footer-link li .txt .icn img {
  width: auto;
  height: 44px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-link li .txt .icn img {
    height: 3.0136986301vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-link li .txt .icn img {
    height: 10.4vw;
  }
}
.l-footer-link li .txt .lead {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-link li .txt .lead {
    font-size: 1.6438356164vw;
    margin-bottom: 1.3698630137vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-link li .txt .lead {
    margin-bottom: 5.3333333333vw;
    font-size: 5.8666666667vw;
  }
}
.l-footer-link li .txt .btn {
  display: inline-block;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  border: 2px solid #fff;
  padding: 8px 25px 10px 25px;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 100px;
  z-index: 0;
  transition: 1.2s;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-link li .txt .btn {
    font-size: 1.095890411vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-link li .txt .btn {
    font-size: 3.7333333333vw;
  }
}
.l-footer-link li .txt .btn:after {
  content: "";
  position: absolute;
  background: url(/airnz-ms/static-assets-20250804.1/assets/img/icn_arrow_wh.svg) no-repeat left top/contain;
  width: 8px;
  height: 12px;
  right: 8px;
  top: calc(50% - 6px);
  z-index: 3;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-link li .txt .btn:after {
    width: 0.5479452055vw;
    height: 0.8219178082vw;
    right: 1.0273972603vw;
    top: calc(50% - 0.4794520548vw);
  }
}
@media screen and (max-width: 769px) {
  .l-footer-link li .txt .btn:after {
    width: 1.3333333333vw;
    height: 2.1333333333vw;
    right: 2.6666666667vw;
    top: calc(50% - 1.0666666667vw);
  }
}
.l-footer-link li .txt .btn span {
  color: #fff;
}
.l-footer-link li .img {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  .l-footer-link li .img {
    height: 100%;
  }
}
.l-footer-link li .img img {
  transition: ease-out 0.8s;
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 769px) {
  .l-footer-link li .img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 770px) {
  .l-footer-link li:hover a {
    opacity: 1;
  }
  .l-footer-link li:hover .img img {
    transform: scale(1.1, 1.1);
    transition: 1s all;
  }
  .l-footer-link li:hover .txt .btn {
    background: #fff;
  }
  .l-footer-link li:hover .txt .btn span {
    color: #350d78;
  }
  .l-footer-link li:hover .txt .btn:after {
    background: url(/airnz-ms/static-assets-20250804.1/assets/img/icn_arrow.svg) no-repeat left center/contain;
  }
}
.l-footer-link li:last-child .txt .icn img {
  height: 3.4rem;
}
@media screen and (max-width: 769px) {
  .l-footer-link li:last-child {
    border-bottom: 1.3333333333vw solid #fff;
  }
}
.l-footer-main {
  background: #13100d;
  padding: 80px 0 0;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-main {
    padding: 5.4794520548vw 0 0;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-main {
    padding: 16vw 0 5.3333333333vw;
  }
}
.l-footer-main-logo {
  margin: 0 auto;
  width: 498px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-main-logo {
    width: 34.1095890411vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-main-logo {
    width: 80.8vw;
  }
}
.l-footer-main-sns {
  margin-top: 50px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-main-sns {
    margin-top: 3.4246575342vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-main-sns {
    margin-top: 10.6666666667vw;
  }
}
.l-footer-main-sns-headline {
  color: #fff;
  text-align: center;
  margin: 0 auto 30px;
  width: 377px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-main-sns-headline {
    margin-bottom: 2.0547945205vw;
    width: 28.7671232877vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-main-sns-headline {
    margin-bottom: 2.6666666667vw;
    width: 72.2666666667vw;
  }
}
.l-footer-main-sns-list {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-main-sns-list {
    margin-top: 1.3698630137vw;
    gap: rxvw(17);
  }
}
@media screen and (max-width: 769px) {
  .l-footer-main-sns-list {
    margin-top: 5.3333333333vw;
    gap: 3.2vw;
  }
  .l-footer-main-sns-list li {
    width: 11.2vw;
  }
}
.l-footer-foot {
  color: #fff;
  background: #13100d;
  padding: 20px 0 0;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-foot {
    padding: 4.5205479452vw 0 2.7397260274vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-foot {
    padding: 0 0 8vw;
  }
}
.l-footer-foot-wrap {
  margin: 0 auto;
  max-width: 1060px;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-foot-wrap {
    max-width: 72.602739726vw;
    padding-bottom: 0.6849315068vw;
  }
}
@media screen and (max-width: 1280px) {
  .l-footer-foot-wrap {
    padding-bottom: 2.0547945205vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-foot-wrap {
    display: block;
  }
}
.l-footer-foot-left {
  text-align: center;
}
@media screen and (max-width: 769px) {
  .l-footer-foot-left {
    text-align: center;
  }
}
.l-footer-foot-left .name {
  font-size: 1.8rem;
  margin-bottom: 7px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-foot-left .name {
    margin-bottom: 0.4794520548vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-foot-left .name {
    line-height: 1.5;
    font-size: 4.8vw;
    font-weight: 700;
  }
}
.l-footer-foot-left .address {
  font-size: 0.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .l-footer-foot-left .address {
    font-size: 2.1333333333vw;
  }
}
.l-footer-foot-left .address a {
  color: #fff;
}
.l-footer-foot-right {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
  margin-top: 20px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-foot-right {
    margin-top: 1.3698630137vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-foot-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: row;
    text-align: center;
    margin-top: 14.6666666667vw;
    position: relative;
  }
}
.l-footer-foot-right .logo-anz {
  width: 236px;
  margin-bottom: 12px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-foot-right .logo-anz {
    width: 16.1643835616vw;
    margin-bottom: 0.8219178082vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-foot-right .logo-anz {
    width: 10.6666666667vw;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: -5.3333333333vw;
  }
}
.l-footer-foot-right .logo-sam {
  width: 182px;
  margin-bottom: 5px;
}
@media screen and (min-width:770px) and (max-width:1460px) {
  .l-footer-foot-right .logo-sam {
    width: 13.5616438356vw;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-foot-right .logo-sam {
    width: 40.5333333333vw;
  }
}
.l-footer-foot-copyright {
  color: #9B9B9B;
  display: block;
  margin-top: 28px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 769px) {
  .l-footer-foot-copyright {
    text-align: right;
    margin-top: 1.3333333333vw;
    font-size: 2.4vw;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	KV
* --------------------------------------------------------------------------------------------------*/
.p-kv {
  background: url(/airnz-ms/static-assets-20250804.1/assets/img/kv.jpg) no-repeat bottom center/cover;
  height: calc(100vh - 71px);
  display: grid;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .p-kv {
    background-image: url(/airnz-ms/static-assets-20250804.1/assets/img/kv_sp.jpg);
    height: calc(100vh - 61px);
    display: block;
    padding-top: 116px;
    min-height: 151.4666666667vw;
  }
}

.p-kv__inenr {
  max-width: 1280px;
  width: 87.6712328767vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  .p-kv__inenr {
    width: 100%;
  }
}

.c-content__ttl {
  width: 64.2465753425vw;
  max-width: 938px;
  filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.19));
}
@media screen and (max-width: 769px) {
  .c-content__ttl {
    width: 100%;
    padding: 0 3.2vw;
  }
}

.p-fixbnr {
  position: fixed;
  width: 9.8630136986vw;
  max-width: 144px;
  aspect-ratio: 1/1;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .p-fixbnr {
    width: 20.5333333333vw;
  }
}
.p-fixbnr.is-hide {
  opacity: 0;
  pointer-events: none;
}

/* ----------------------------------------------------------------------------------------------------
*	コピー
* --------------------------------------------------------------------------------------------------*/
.p-copy {
  background-color: #13100d;
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 769px) {
  .p-copy {
    padding: 16vw 0 21.3333333333vw;
  }
}
.p-copy * {
  color: #fff;
  font-family: "Shippori Mincho", serif;
}
.p-copy .c-txt {
  font-size: 1.8rem;
  line-height: 1.8888888889;
}
@media screen and (max-width: 769px) {
  .p-copy .c-txt {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.p-copy .c-txt + .c-txt {
  margin-top: 2em;
}
.p-copy .c-txt.c-txtsize--large {
  font-size: 2.5rem;
  margin-top: 1em;
}
@media screen and (max-width: 769px) {
  .p-copy .c-txt.c-txtsize--large {
    font-size: 5.3333333333vw;
  }
}
.p-copy .c-catch {
  margin-top: 0.6em;
  font-size: 3.8rem;
  line-height: 1.5789473684;
}
@media screen and (max-width: 769px) {
  .p-copy .c-catch {
    font-size: 7.4666666667vw;
    line-height: 1.7142857143;
  }
}
.p-copy .c-catch .c-underline {
  background: linear-gradient(180deg, rgba(198, 187, 162, 0) 0%, rgba(198, 187, 162, 0) calc(100% - 2px), rgb(198, 187, 162) calc(100% - 2px), rgb(198, 187, 162) 100%);
}

/* ----------------------------------------------------------------------------------------------------
*	ポイント
* --------------------------------------------------------------------------------------------------*/
.p-point {
  padding: 100px 0 166px;
  background-color: #f2f1f1;
}
@media screen and (max-width: 769px) {
  .p-point {
    padding: 16vw 6.4vw 21.3333333333vw;
  }
}

.p-point__ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #13100d;
  line-height: 1.40625;
}
@media screen and (max-width: 769px) {
  .p-point__ttl {
    font-size: 4.8vw;
  }
}
.p-point__ttl .c-txtsize--large {
  font-size: 7rem;
  display: block;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .p-point__ttl .c-txtsize--large {
    font-size: 10.1333333333vw;
  }
}
.p-point__ttl .c-number {
  display: inline-block;
  max-width: 65px;
  width: 4.4520547945vw;
  margin-left: min(48px, 3.2876712329vw);
}
@media screen and (max-width: 769px) {
  .p-point__ttl .c-number {
    width: 10.6666666667vw;
    position: relative;
    top: 0.2em;
  }
}

.p-point__list {
  width: 100%;
  margin: 100px auto 0;
  max-width: 1320px;
}

.p-point__item {
  position: relative;
  max-width: 1210px;
  width: 82.8767123288vw;
  display: flex;
  align-items: center;
  gap: 0 min(72px, 4.9315068493vw);
}
@media screen and (max-width: 769px) {
  .p-point__item {
    display: block;
    width: 100%;
  }
}
.p-point__item:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-left: auto;
}
.p-point__item:nth-of-type(even) .p-point__img-wrapper {
  margin-left: 0;
  margin-right: min(80px, 5.4794520548vw);
}
@media screen and (max-width: 769px) {
  .p-point__item:nth-of-type(even) .p-point__img-wrapper {
    margin-right: 0;
  }
}
@media screen and (max-width: 769px) {
  .p-point__item:nth-of-type(even) .c-point__num {
    left: auto;
    right: -2.6666666667vw;
  }
}
.p-point__item + .p-point__item {
  margin-top: 51px;
}
@media screen and (max-width: 769px) {
  .p-point__item + .p-point__item {
    margin-top: 19.7333333333vw;
  }
}

.c-point__num {
  position: absolute;
  top: -29px;
  filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.05));
}
@media screen and (max-width: 769px) {
  .c-point__num {
    top: -5.3333333333vw;
    left: -5.3333333333vw;
  }
}
.c-point__num.num01 {
  max-width: 197px;
  width: 13.4931506849vw;
  left: min(25px, 1.7123287671vw);
}
@media screen and (max-width: 769px) {
  .c-point__num.num01 {
    max-width: inherit;
    width: 21.3333333333vw;
    left: -2.6666666667vw;
  }
}
.c-point__num.num02 {
  max-width: 220px;
  width: 15.0684931507vw;
  right: min(40px, 2.7397260274vw);
}
@media screen and (max-width: 769px) {
  .c-point__num.num02 {
    max-width: inherit;
    width: 25.6vw;
    left: auto;
  }
}
.c-point__num.num03 {
  max-width: 219px;
  width: 15vw;
  left: min(25px, 1.7123287671vw);
}
@media screen and (max-width: 769px) {
  .c-point__num.num03 {
    max-width: inherit;
    width: 25.6vw;
    left: -2.6666666667vw;
  }
}
.c-point__num.num04 {
  max-width: 238px;
  width: 16.301369863vw;
  right: min(40px, 2.7397260274vw);
}
@media screen and (max-width: 769px) {
  .c-point__num.num04 {
    max-width: inherit;
    width: 27.2vw;
    right: -4vw !important;
  }
}
.c-point__num.num05 {
  max-width: 218px;
  width: 14.9315068493vw;
  left: min(25px, 1.7123287671vw);
}
@media screen and (max-width: 769px) {
  .c-point__num.num05 {
    width: 25.0666666667vw;
    left: -2.6666666667vw;
  }
}

.p-point__img-wrapper {
  display: block;
  max-width: 656px;
  width: 44.9315068493vw;
  margin-left: min(68px, 4.6575342466vw);
  flex-shrink: 0;
}
.p-point__img-wrapper img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  .p-point__img-wrapper {
    width: 100%;
    margin-left: 0;
    margin-bottom: 6.4vw;
  }
}

.p-point__txt-wrapper {
  max-width: 404px;
  width: 27.6712328767vw;
}
@media screen and (max-width: 769px) {
  .p-point__txt-wrapper {
    max-width: inherit;
    width: 100%;
  }
}
.p-point__txt-wrapper .c-ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5333333333;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 14px;
}
@media screen and (max-width: 769px) {
  .p-point__txt-wrapper .c-ttl {
    font-size: 6.4vw;
    text-align: center;
    padding-bottom: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-point__txt-wrapper .c-ttl::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #707070;
}
@media screen and (max-width: 769px) {
  .p-point__txt-wrapper .c-ttl::after {
    width: 8vw;
    right: 0;
    margin: 0 auto;
  }
}
.p-point__txt-wrapper .c-txt {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-align: justify;
}
@media screen and (max-width: 769px) {
  .p-point__txt-wrapper .c-txt {
    font-size: 3.7333333333vw;
  }
}
.p-point__txt-wrapper .c-note {
  font-size: 1.2rem;
  margin-top: 1em;
}
@media screen and (max-width: 769px) {
  .p-point__txt-wrapper .c-note {
    font-size: 3.2vw;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	ニューイイサイトリンク
* --------------------------------------------------------------------------------------------------*/
.p-slitelink {
  background: url(/airnz-ms/static-assets-20250804.1/assets/img/bg_sitelink.jpg) no-repeat center center/cover;
  height: 26.0273972603vw;
  max-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: min(118px, 8.0821917808vw);
}
@media screen and (max-width: 769px) {
  .p-slitelink {
    background-image: url(/airnz-ms/static-assets-20250804.1/assets/img/bg_sitelink_sp.jpg);
    height: auto;
    display: block;
    max-height: inherit;
    height: 162.4vw;
    padding-top: 14.4vw;
    padding-left: 0;
  }
}
.p-slitelink .c-txt {
  font-size: 3.8rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.3846153846;
}
@media screen and (max-width: 769px) {
  .p-slitelink .c-txt {
    font-size: 7.4666666667vw;
    text-align: center;
  }
}
.p-slitelink .p-btn-wrapper {
  margin-top: min(19px, 1.301369863vw);
  max-width: 272px;
  width: 18.6301369863vw;
}
@media screen and (max-width: 769px) {
  .p-slitelink .p-btn-wrapper {
    max-width: inherit;
    margin: 5.3333333333vw auto 0;
    width: 80.8vw;
  }
}
.p-slitelink .c-link {
  display: grid;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #fff;
  color: #13100d;
  min-height: min(77px, 5.2739726027vw);
  display: grid;
  place-content: center;
  border-radius: 100px;
}
@media screen and (max-width: 769px) {
  .p-slitelink .c-link {
    font-size: 4.8vw;
    min-height: 18.6666666667vw;
  }
}
.p-slitelink .c-link span {
  position: relative;
}
.p-slitelink .c-link span::after {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 0.5479452055vw;
  max-width: 8px;
  aspect-ratio: 8/13;
  right: max(-15px, -1.0273972603vw);
  background: url(/airnz-ms/static-assets-20250804.1/assets/img/icn_link-arrow.svg) no-repeat center center/100% 100%;
}
@media screen and (max-width: 769px) {
  .p-slitelink .c-link span::after {
    max-width: inherit;
    width: 1.8666666667vw;
    height: 2.9333333333vw;
    right: -10.6666666667vw;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	キャンペーン
* --------------------------------------------------------------------------------------------------*/
.p-campaign {
  background: url(/airnz-ms/static-assets-20250804.1/assets/img/bg_camp.jpg) #000 no-repeat top center/100% auto;
  width: 100%;
  padding: 115px 0 116px;
}
@media screen and (max-width: 769px) {
  .p-campaign {
    background-image: url(/airnz-ms/static-assets-20250804.1/assets/img/bg_camp_sp.jpg);
    padding: 18.6666666667vw 6.4vw 21.3333333333vw;
  }
}
.p-campaign * {
  color: #fff;
}

.p-camp__ttl {
  text-align: center;
  color: #fff;
  font-size: 8.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 769px) {
  .p-camp__ttl {
    font-size: 12.2666666667vw;
    font-feature-settings: "palt";
    line-height: 1.3043478261;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.p-camp__ttl span {
  font-size: 7rem;
}
@media screen and (max-width: 769px) {
  .p-camp__ttl span {
    font-size: 10.1333333333vw;
  }
}

.p-bnr {
  display: block;
  width: 49.3150684932vw;
  margin: 26px auto;
  max-width: 720px;
}
@media screen and (max-width: 769px) {
  .p-bnr {
    width: auto;
    margin: 6.9333333333vw 0 0;
  }
}

.p-present-outline {
  max-width: 756px;
  width: 51.7808219178vw;
  margin: 60px auto 0;
}
@media screen and (max-width: 769px) {
  .p-present-outline {
    margin-top: 10.6666666667vw;
    width: auto;
  }
}

.p-present-outline__ttl {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .p-present-outline__ttl {
    font-size: 5.3333333333vw;
  }
}

.p-present dl {
  margin-top: 20px;
}
.p-present dl > div {
  display: flex;
  align-items: flex-start;
  gap: 0 min(20px, 1.3698630137vw);
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
.p-present dl > div:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}
@media screen and (max-width: 769px) {
  .p-present dl > div {
    gap: 0 2.6666666667vw;
    padding: 4.8vw 0;
  }
}
.p-present dl dt {
  font-size: 1.6rem;
  background-color: #fff;
  color: #13100d;
  width: min(100px, 6.8493150685vw);
  text-align: center;
  padding: 0.2em 0;
  border-radius: 2px;
  font-weight: bold;
  flex-shrink: 0;
}
@media screen and (max-width: 769px) {
  .p-present dl dt {
    font-size: 3.7333333333vw;
    width: 19.7333333333vw;
  }
}
.p-present dl dd {
  font-size: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: -2px;
}
@media screen and (max-width: 769px) {
  .p-present dl dd {
    font-size: 3.7333333333vw;
  }
}
.p-present .p-note {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 769px) {
  .p-present .p-note {
    margin-top: 6.4vw;
    font-size: 3.7333333333vw;
  }
}
.p-present .p-note li {
  text-indent: -1em;
  padding-left: 1em;
}

iframe {
  margin: 6rem auto;
}
@media screen and (max-width: 769px) {
  iframe {
    margin: 0 auto;
  }
}

.form-link-wrapper {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 769px) {
  .form-link-wrapper {
    margin-top: 9.6vw;
  }
}

.form-link {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-right: 14px;
  padding-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .form-link {
    font-size: 2rem;
  }
}
.form-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
}
.form-link::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  width: min(8px, 2.1333333333vw);
  height: min(8px, 2.1333333333vw);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 769px) {
  .form-link::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

.l-footer {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 769px) {
  .l-footer-foot .m-delay02 {
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
}

@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeup-skew {
  0% {
    transform: translate3d(0, 60%, 0) skewY(8deg);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
@keyframes fadeup-skew {
  0% {
    transform: translate3d(0, 60%, 0) skewY(8deg);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
.js-inview {
  opacity: 0;
}
.js-inview.is-show {
  -webkit-animation: fadeup 0.5s ease-in-out forwards;
          animation: fadeup 0.5s ease-in-out forwards;
}
.js-inview.is-show.m-delay01 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.js-inview.is-show.m-delay02 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.js-inview.is-show.m-delay03 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.js-inview.is-show.m-delay04 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.js-inview.is-show.m-delay05 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
/*# sourceMappingURL=style.css.map */