@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-display: swap;
}
/* Clear CSS */
html,
body,
div,
span,
object,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
button,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
/* Language Configuration */
[lang="en"] {
  font-family: Mulish;
}
[lang="ja"] {
  font-family: NotoSansJP;
}
/* Header Section */
header {
  min-width: 62.5rem;
  height: 9.125rem;
}
header + div {
  background-color: #fff;
  width: 100%;
}
.header-wrap {
  width: 100%;
  box-sizing: border-box;
  border-bottom: solid 1px #616161;
}
.headerInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 62.5rem;
  min-height: 4.875rem;
  height: 4.875rem;
}
.headerLogo_wrap {
  display: flex;
  width: auto;
}
.headerLogo {
  align-items: center;
  margin-top: 0.5rem;
  min-width: 52rem;
  width: auto;
}
.headerLogo a {
  display: inline-block;
  line-height: 0;
  padding-top: 0.125rem;
}
.headerLogo .logoJal img {
  width: 20.625rem;
  height: 2rem;
}
.sp {
  display: none;
}
.title {
  font-family: Mulish;
  position: relative;
  margin-left: 2.25rem;
  line-height: 0;
  bottom: 0.5rem;
  font-size: 1.5rem;
}
.title:before {
  content: "";
  background: #666666;
  width: 1px;
  height: 2.625rem;
  position: absolute;
  left: -1.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.language-switch-button {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.language-switch-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.language-switch-link {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #0f0f69;
  margin-left: 0.375rem;
}
.hamburger-button {
  display: none;
}
.menu-content {
  display: none;
}
.navigation_wrap {
  background-color: #ffffff;
}
nav {
  height: 4.25rem;
  width: 100%;
  display: flex;
  width: 62.5rem;
  margin: 0 auto;
  flex-direction: row;
}
.nav-content {
  padding: 1.375rem 2.5rem;
  text-align: center;
  width: auto;
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.nav-content.active {
  color: #CC0000;
}
@media all and (max-width: 767px) {
  header {
    min-width: auto;
    height: 3.5rem;
  }
  .header-wrap {
    border-bottom: none;
  }
  header .headerInner {
    height: 1.5rem;
    min-height: 0;
    width: auto;
    padding: 1rem 0.5rem;
  }
  .headerLogo {
    margin-top: 0;
    min-width: auto;
  }
  .headerLogo .logoJal img {
    width: 11.438rem;
    height: 1.125rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block !important;
  }
  .menu-content.show {
    display: block;
  }
  .title {
    margin-left: 1rem;
    bottom: 0.25rem;
    font-size: 1rem;
  }
  .title:before {
    height: 1.25rem;
    position: absolute;
    left: -0.5rem;
  }
  .headerLanguage_wrap {
    display: none;
  }
  .hamburger-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .hamburger-button {
    display: inline;
    flex-grow: 0;
    margin: 0 0.5rem 0 auto;
    border: none;
    background: white;
    transition: 0.5s;
  }
  .menu-content {
    box-sizing: content-box;
    background-color: #ffffff;
    position: absolute;
    top: 4.125rem;
    width: auto;
    left: 0.625rem;
    right: 0.625rem;
    margin: 0 auto;
    z-index: 10;
    border-radius: 0.375rem;
    transition: 0.5s;
    border: solid 1px #616161;
    padding: 1rem 2rem;
  }
  .menu-content li {
    text-decoration: none;
    color: #000000;
    line-height: 1.5rem;
    padding: 1rem 0;
    text-align: left;
    margin: 0 auto;
  }
  .link {
    text-decoration: none;
    color: #000000;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: bold;
  }
  .active-link .link {
    color: #CC0000;
  }
  .menu-content li:not(:last-child) {
    border-bottom: solid 1px #ccc;
  }
  .navigation_wrap {
    display: none;
  }
}

/* Footer Section */
footer {
  height: 4.125rem;
  color: #ccc;
  background-color: #000;
  min-width: 62.5rem;
}
footer .footer-inner {
  width: 62.5rem;
  align-items: center;
  padding: 1.375rem 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .footer-inner .copyright {
  font-size: 0.875rem;
}
.footer-links {
  display: block;
}
.inquiry {
  text-decoration: none;
  color: #cccccc;
}
.inquiry::after {
  padding: 0 0 0 0.375rem;
  content: url(../images/Double_box.svg);
}
.jal-sales-portal {
  text-decoration: none;
  color: #cccccc;
}
.jal-sales-portal::before {
  vertical-align: middle;
  margin-top: 0.375rem;
  padding: 1rem;
  content: url(../images/Line.svg);
}
.jal-sales-portal::after {
  padding: 0 0 0 0.375rem;
  content: url(../images/Double_box.svg);
}
@media all and (max-width: 767px) {
  footer {
    height: auto;
    min-width: auto;
  }
  footer .footer-inner {
    text-align: center;
    padding: 1rem 0.625rem;
    flex-direction: column-reverse;
    width: auto;
    justify-content: space-between;
  }
  footer .footer-inner .copyright {
    font-size: 1rem;
  }
  .footer-links {
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
    width: -webkit-fill-available;
  }
  .copyright {
    padding-top: 1rem;
  }
  .inquiry {
    font-size: 0.875rem;
  }
  .inquiry::after {
    content: none;
  }
  .jal-sales-portal {
    font-size: 0.875rem;
  }
  .jal-sales-portal::after {
    content: none;
  }
}
