@charset "UTF-8";
/* Color Palette */
/* Padding */
/* Header Space */
/* Wrap */
/* Padding */
/*-----------
Root
-------------*/
:root {
  --large: 8rem;
  --medium: 5rem;
  --small: 2rem;
  --section-padding: 8rem 0;
  --transition: all 0.3s ease;
  --gutter: calc((100vw - 90vw) / 2); }

@media screen and (max-width: 1412px) {
  :root {
    --large: 6rem;
    --medium: 4rem;
    --small: 1.5rem;
    --section-padding: 6rem 0; } }
@media screen and (max-width: 880px) {
  :root {
    --large: 5rem;
    --medium: 3rem;
    --small: 1.5rem;
    --section-padding: 5rem 0; } }
@media screen and (max-width: 640px) {
  :root {
    --large: 3rem;
    --medium: 2rem;
    --small: 1rem;
    --section-padding: 3rem 0; } }
/* ------------------
共通
------------------*/
.annotation {
  margin-top: 1rem; }

h1 {
  display: flex;
  align-items: baseline;
  padding: 0;
  font-size: clamp(48px, 4vw, 60px);
  line-height: 1;
  text-align: left;
  color: #ffffff;
  margin-bottom: 3rem;
  justify-content: center; }
  @media (max-width: 880px) {
    h1 {
      font-size: 32px;
      line-height: 1.3;
      margin-bottom: 1rem; } }
  h1 + p {
    font-size: clamp(18px, 1.7vw, 24px);
    font-weight: 500;
    color: #ffffff;
    text-align: center; }
    @media (max-width: 640px) {
      h1 + p {
        font-size: 16px; } }

h2 {
  font-size: clamp(22px, 2.5vw, 48px);
  font-weight: 600; }
  @media (max-width: 640px) {
    h2 {
      font-size: 20px; } }

h3 {
  font-size: clamp(22px, 2vw, 36px);
  font-weight: 600; }
  @media (max-width: 640px) {
    h3 {
      font-size: 18px; } }

h4 {
  font-size: clamp(21px, 1.5vw, 26px);
  font-weight: 600; }
  @media (max-width: 640px) {
    h4 {
      font-size: 21px; } }

section {
  padding: var(--large) 0; }

.flexbox-col {
  display: flex;
  flex-direction: column;
  gap: 3rem; }

.flexbox-row {
  display: flex;
  flex-direction: row;
  gap: 2rem; }
  @media (max-width: 640px) {
    .flexbox-row {
      flex-direction: column; } }

/* ------------------
MAIN VISUAL
------------------*/
.mv_wrapper {
  width: 100%;
  height: 85svh;
  position: relative;
  overflow: hidden;
  margin-top: 90px; }
  @media (max-width: 1412px) {
    .mv_wrapper {
      height: 75svh; } }
  @media (max-width: 1200px) {
    .mv_wrapper {
      height: auto; } }
  @media (max-width: 640px) {
    .mv_wrapper {
      margin-top: 52px; } }
  .mv_wrapper video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 30% center;
    z-index: 1;
    display: block; }
    @media (max-width: 1200px) {
      .mv_wrapper video {
        position: static;
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center; } }

/* ------------------
Intro
------------------*/
#intro {
  background: #051464; }

.intro_flexbox {
  display: flex;
  align-items: center;
  gap: var(--medium); }
  @media (max-width: 880px) {
    .intro_flexbox {
      flex-direction: column-reverse; } }
  .intro_flexbox .intro {
    width: 50%; }
    @media (max-width: 880px) {
      .intro_flexbox .intro {
        width: 70%; } }
    @media (max-width: 640px) {
      .intro_flexbox .intro {
        width: 100%; } }
    .intro_flexbox .intro__txt > p {
      font-size: 120%;
      color: #ffffff; }
      @media (max-width: 880px) {
        .intro_flexbox .intro__txt > p {
          font-size: 104%; } }
    .intro_flexbox .intro__txt .intro-button {
      margin: var(--medium) 0 0;
      display: flex;
      gap: 2rem;
      width: 100%; }
      .intro_flexbox .intro__txt .intro-button a {
        min-width: 200px; }
        @media (max-width: 880px) {
          .intro_flexbox .intro__txt .intro-button a {
            width: calc(( 100% - 1rem ) / 2 );
            min-width: auto;
            display: block; } }
      @media (max-width: 880px) {
        .intro_flexbox .intro__txt .intro-button {
          gap: 1rem;
          margin: var(--medium) 0 var(--small); } }

/* ------------------
Explore 楽しみ方
------------------*/
#explore {
  background: #f7f4f2; }

.explore {
  width: 100%;
  /* Swiper本体 */
  /* カード */
  /* 矢印＋バーのエリア */
  /* 矢印ボタン */
  /* progressbar pagination */ }
  .explore__inner {
    display: flex;
    align-items: center;
    width: 100%; }
    @media (max-width: 640px) {
      .explore__inner {
        flex-direction: column; } }
  .explore .ttl-tabs {
    width: 30%; }
    @media (max-width: 1200px) {
      .explore .ttl-tabs {
        width: 42%; } }
    @media (max-width: 640px) {
      .explore .ttl-tabs {
        width: 100%; } }
    .explore .ttl-tabs__inner {
      width: 80%;
      min-width: 240px;
      max-width: 360px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      @media (max-width: 640px) {
        .explore .ttl-tabs__inner {
          width: 100%;
          min-width: auto;
          max-width: none;
          align-items: center; } }
      .explore .ttl-tabs__inner h1 {
        text-align: left;
        color: #000000;
        font-weight: 700;
        margin-bottom: 1.5rem; }
        @media (max-width: 640px) {
          .explore .ttl-tabs__inner h1 {
            text-align: center;
            margin-bottom: 1rem; } }
        .explore .ttl-tabs__inner h1 + p {
          text-align: left;
          color: #000000; }
          @media (max-width: 640px) {
            .explore .ttl-tabs__inner h1 + p {
              text-align: center; } }
      .explore .ttl-tabs__inner ul.category {
        padding: 0;
        margin: 3rem 0 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        overflow: visible; }
        @media (max-width: 640px) {
          .explore .ttl-tabs__inner ul.category {
            width: 100%;
            flex-direction: row;
            overflow-x: auto;
            overflow-y: hidden;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            margin: 2rem 0 0;
            padding: 0 1.5rem 1rem;
            gap: 0.5rem;
            align-items: center;
            justify-content: center; } }
        @media (max-width: 640px) {
          .explore .ttl-tabs__inner ul.category::-webkit-scrollbar {
            display: none; } }
        .explore .ttl-tabs__inner ul.category li {
          width: auto;
          flex-shrink: 0; }
          .explore .ttl-tabs__inner ul.category li a {
            display: inline-flex;
            width: auto;
            white-space: nowrap;
            flex-direction: row;
            align-items: center;
            background: #ffffff;
            border-radius: 10px;
            border: 1.5px solid #1414d2;
            padding: 0.8rem 2rem;
            gap: 1rem;
            flex-shrink: 0; }
            @media (max-width: 640px) {
              .explore .ttl-tabs__inner ul.category li a {
                border: 1px solid #1414d2;
                padding: 0.3rem 0.6rem;
                gap: 0.5rem;
                border-radius: 4px; } }
            .explore .ttl-tabs__inner ul.category li a p {
              display: inline-block;
              text-align: left;
              color: #1414d2;
              white-space: nowrap;
              font-size: 14px; }
              @media (max-width: 1200px) {
                .explore .ttl-tabs__inner ul.category li a p {
                  font-size: 12px; } }
              @media (max-width: 640px) {
                .explore .ttl-tabs__inner ul.category li a p {
                  font-size: 9.5px; } }
            .explore .ttl-tabs__inner ul.category li a img.icon {
              width: 16px;
              flex-shrink: 0; }
              @media (max-width: 640px) {
                .explore .ttl-tabs__inner ul.category li a img.icon {
                  width: 8px; } }
  .explore .wrap_explore_cards {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    @media (max-width: 1200px) {
      .explore .wrap_explore_cards {
        width: 58%; } }
    @media (max-width: 640px) {
      .explore .wrap_explore_cards {
        width: 100%;
        align-items: center; } }
  .explore .explore-slider {
    width: 100%;
    overflow: hidden;
    padding: 1.5rem 0; }
    @media (max-width: 640px) {
      .explore .explore-slider {
        padding: 1.5rem 1.5rem 0.5rem; } }
    .explore .explore-slider .swiper-wrapper {
      align-items: stretch; }
    .explore .explore-slider .swiper-slide {
      width: auto;
      height: auto;
      display: flex;
      justify-content: center; }
  .explore .explore-card {
    max-width: 360px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    position: relative; }
    @media (max-width: 640px) {
      .explore .explore-card {
        max-width: 320px;
        margin: 0 auto; } }
    .explore .explore-card__badge {
      position: absolute;
      top: 1.2rem;
      right: 1.2rem;
      z-index: 2;
      padding: 0.8rem 1rem;
      border-radius: 4px;
      background: #ffffff;
      color: #1414d2;
      font-size: 70%; }
    .explore .explore-card__image {
      position: relative;
      overflow: hidden;
      height: 280px; }
      @media (max-width: 640px) {
        .explore .explore-card__image {
          height: 220px; } }
      .explore .explore-card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
    .explore .explore-card__body {
      padding: 2rem 2rem 3rem;
      display: flex;
      flex-direction: column;
      flex: 1; }
      @media (max-width: 640px) {
        .explore .explore-card__body {
          padding: 1rem 1rem 2rem;
          font-feature-settings: 'palt'; } }
      .explore .explore-card__body h2 {
        font-size: clamp(16px, 4vw, 21px);
        font-weight: 700; }
      .explore .explore-card__body .jp {
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 1rem; }
        @media (max-width: 640px) {
          .explore .explore-card__body .jp {
            font-size: 14px; } }
      .explore .explore-card__body .desc {
        font-size: 14px;
        margin-bottom: 2rem; }
        @media (max-width: 640px) {
          .explore .explore-card__body .desc {
            margin-bottom: 1.5rem; } }
      .explore .explore-card__body .btn {
        width: 60%;
        max-width: 160px;
        margin-top: auto; }
  .explore .explore-controls {
    width: 98.5%;
    display: flex;
    align-items: center;
    gap: 1.5rem; }
    @media (max-width: 640px) {
      .explore .explore-controls {
        width: 95%; } }
  .explore .explore-button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer; }
    .explore .explore-button__circle {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #1414d2;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15); }
      @media (max-width: 880px) {
        .explore .explore-button__circle {
          width: 32px;
          height: 32px; } }
      .explore .explore-button__circle img {
        width: 20px;
        height: 20px;
        display: block; }
  .explore .explore-button.swiper-button-disabled .explore-button__circle {
    background: #D7D7D4;
    cursor: default;
    pointer-events: none; }
  .explore .explore-pagination.swiper-pagination-progressbar {
    width: 100%;
    position: relative;
    flex: 1;
    height: 6px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 1rem; }
  .explore .swiper-pagination-progressbar-fill {
    background: #051464 !important;
    border-radius: inherit;
    z-index: 99; }

/* ------------------
Services 機内サービス
------------------*/
.services {
  position: relative;
  object-fit: cover; }
  .services .services-ttl {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 640px) {
      .services .services-ttl {
        top: 30%; } }
    .services .services-ttl > .section_title {
      width: 100%; }
      .services .services-ttl > .section_title h1 {
        justify-content: flex-start; }
        @media (max-width: 640px) {
          .services .services-ttl > .section_title h1 {
            justify-content: center; } }
      .services .services-ttl > .section_title p {
        text-align: left; }
        @media (max-width: 640px) {
          .services .services-ttl > .section_title p {
            text-align: center; } }

/* ------------------
Services-List
------------------*/
.services-group {
  display: flex;
  gap: 2rem; }
  @media (max-width: 1200px) {
    .services-group {
      flex-direction: column; } }

.services-tab {
  width: 30%;
  padding-right: 2rem;
  position: relative; }
  @media (max-width: 1200px) {
    .services-tab {
      width: 100%;
      padding-right: 0; } }
  .services-tab::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.25); }
    @media (max-width: 1200px) {
      .services-tab::after {
        display: none; } }
  .services-tab .tab_ttl .deco_color-bar {
    display: flex;
    margin: 0 0 4rem; }
    @media (max-width: 1200px) {
      .services-tab .tab_ttl .deco_color-bar {
        margin: 0 0 2rem; } }
    .services-tab .tab_ttl .deco_color-bar .bar_light-blue, .services-tab .tab_ttl .deco_color-bar .bar_united-blue {
      height: 8px; }
    .services-tab .tab_ttl .deco_color-bar .bar_light-blue {
      flex: 0 0 45%;
      background: #a5ebff; }
    .services-tab .tab_ttl .deco_color-bar .bar_united-blue {
      flex: 1;
      background: #1414d2; }
  .services-tab ul {
    display: flex;
    flex-direction: column;
    gap: 2rem; }
    @media (max-width: 1200px) {
      .services-tab ul {
        inline-size: 100dvw;
        margin-inline: calc(50% - 50dvw);
        padding-inline: 5%;
        flex-direction: row;
        gap: 1rem;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-gutter: stable both-edges;
        padding-bottom: 1rem; } }
    .services-tab ul li {
      cursor: pointer;
      opacity: 0.5; }
      .services-tab ul li:hover, .services-tab ul li.active {
        opacity: 1; }
      @media (max-width: 1200px) {
        .services-tab ul li {
          flex: 0 0 auto; } }
      @media (max-width: 1200px) {
        .services-tab ul li p {
          font-size: 16px;
          padding: 1rem;
          border: 1px solid rgba(255, 255, 255, 0.7);
          border-radius: 10px; } }
      @media (max-width: 640px) {
        .services-tab ul li p {
          font-size: 9px;
          padding: 1rem; } }

/* ------------------
Services-Content
------------------*/
.services-tab_content {
  display: none;
  flex: 1; }
  .services-tab_content.active {
    display: block; }
  .services-tab_content .content-image {
    width: 100%; }
  .services-tab_content .responsive-media {
    position: relative; }
    .services-tab_content .responsive-media img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    @media (max-width: 640px) {
      .services-tab_content .responsive-media {
        overflow: hidden; }
        .services-tab_content .responsive-media .swiper-wrapper .swiper-slide {
          width: 100%; } }
    @media (min-width: 641px) {
      .services-tab_content .responsive-media {
        overflow: visible; }
        .services-tab_content .responsive-media .swiper-wrapper {
          display: flex;
          gap: 1rem;
          transform: none !important;
          transition: none !important; }
          .services-tab_content .responsive-media .swiper-wrapper .swiper-slide {
            width: auto !important;
            height: 300px;
            overflow: hidden; }
            .services-tab_content .responsive-media .swiper-wrapper .swiper-slide.w-45 {
              flex: 0 0 45% !important; }
            .services-tab_content .responsive-media .swiper-wrapper .swiper-slide.w-35 {
              flex: 0 0 calc(35% - 2rem) !important; }
            .services-tab_content .responsive-media .swiper-wrapper .swiper-slide.w-20 {
              flex: 0 0 20% !important; } }
    .services-tab_content .responsive-media .swiper-pagination {
      display: none; }
      .services-tab_content .responsive-media .swiper-pagination .swiper-pagination-bullet {
        background: #ffffff;
        opacity: 1; }
      .services-tab_content .responsive-media .swiper-pagination .swiper-pagination-bullet-active {
        background: #a5ebff;
        opacity: 1; }
      @media (max-width: 640px) {
        .services-tab_content .responsive-media .swiper-pagination {
          display: block;
          position: absolute;
          left: 50%;
          bottom: 8px;
          transform: translateX(-50%);
          width: 100%;
          text-align: center;
          z-index: 2; } }
  .services-tab_content .content-text {
    width: 100%; }
    .services-tab_content .content-text.flexbox-row {
      align-items: flex-start;
      gap: 1rem; }
      @media (max-width: 640px) {
        .services-tab_content .content-text.flexbox-row {
          flex-direction: column;
          align-items: center;
          gap: 3rem; } }
    .services-tab_content .content-text__logo {
      width: 45%; }
      .services-tab_content .content-text__logo img {
        width: 60%;
        max-width: 260px; }
      @media (max-width: 640px) {
        .services-tab_content .content-text__logo {
          width: 80%;
          text-align: center; } }
    .services-tab_content .content-text__para {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .services-tab_content .content-text__para p a.cta {
        color: #a5ebff; }
      .services-tab_content .content-text__para > a.btn {
        margin: 3rem 0 0;
        border: 1px solid #ffffff; }
        @media (max-width: 640px) {
          .services-tab_content .content-text__para > a.btn {
            width: 50%;
            margin: 3rem auto; } }
      @media (max-width: 640px) {
        .services-tab_content .content-text__para {
          width: 100%;
          align-items: center; } }

/* ------------------
SFO Airport
------------------*/
#sfo-airport {
  background: url("../img/top/sfo-airport/bg_sfo-airport.jpg");
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* ▼ 矢印（カスタムボタン） */
  /* ★ 無効状態（1枚目のprev & 最後のnext） */ }
  @media (max-width: 640px) {
    #sfo-airport {
      background-attachment: scroll; } }
  #sfo-airport h1, #sfo-airport p {
    color: #000000;
    text-align: center; }
  #sfo-airport .sfo-slider-wrap {
    position: relative;
    margin: var(--medium) auto 0; }
  #sfo-airport .sfo-slider {
    overflow: hidden; }
    #sfo-airport .sfo-slider .swiper-slide {
      width: 100% !important;
      margin-right: 0 !important; }
  #sfo-airport .sfo-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 3rem;
    display: flex;
    gap: 3rem;
    align-items: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15); }
    @media (max-width: 1200px) {
      #sfo-airport .sfo-card {
        gap: 2rem; } }
    @media (max-width: 880px) {
      #sfo-airport .sfo-card {
        flex-direction: column;
        padding: 2rem; } }
  #sfo-airport .sfo-card__image {
    width: 60%;
    overflow: hidden; }
    @media (max-width: 1200px) {
      #sfo-airport .sfo-card__image {
        width: 50%; } }
    @media (max-width: 880px) {
      #sfo-airport .sfo-card__image {
        width: 100%; } }
    #sfo-airport .sfo-card__image img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover; }
  #sfo-airport .sfo-card__text {
    width: 40%;
    max-width: 520px; }
    @media (max-width: 1200px) {
      #sfo-airport .sfo-card__text {
        width: 50%; } }
    @media (max-width: 880px) {
      #sfo-airport .sfo-card__text {
        width: 100%;
        max-width: none; } }
    #sfo-airport .sfo-card__text h2 {
      font-size: 24px;
      font-weight: 600;
      line-height: 1.5;
      margin-bottom: 1.5rem;
      max-width: 420px; }
      @media (max-width: 880px) {
        #sfo-airport .sfo-card__text h2 {
          width: 100%;
          max-width: none; } }
      @media (max-width: 1200px) {
        #sfo-airport .sfo-card__text h2 {
          font-size: 16px; } }
      @media (max-width: 640px) {
        #sfo-airport .sfo-card__text h2 {
          font-size: 17px; } }
    #sfo-airport .sfo-card__text p {
      text-align: left; }
      @media (max-width: 1200px) {
        #sfo-airport .sfo-card__text p {
          font-size: 14px; } }
      @media (max-width: 880px) {
        #sfo-airport .sfo-card__text p {
          font-size: 16px; } }
  #sfo-airport .sfo-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1414d2;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10; }
    #sfo-airport .sfo-button img {
      width: 20px;
      height: 20px; }
    @media (max-width: 880px) {
      #sfo-airport .sfo-button {
        width: 32px;
        height: 32px; } }
  #sfo-airport .sfo-button-prev {
    left: -20px; }
    @media (max-width: 880px) {
      #sfo-airport .sfo-button-prev {
        left: -15px; } }
  #sfo-airport .sfo-button-next {
    right: -20px; }
    @media (max-width: 880px) {
      #sfo-airport .sfo-button-next {
        right: -15px; } }
  #sfo-airport .sfo-button.swiper-button-disabled {
    background: #D7D7D4;
    box-shadow: none;
    cursor: default;
    pointer-events: none;
    opacity: 1; }
  #sfo-airport .swiper-pagination {
    position: static;
    margin-top: 1.5rem;
    text-align: center; }
    #sfo-airport .swiper-pagination .swiper-pagination-bullet {
      background: #ffffff;
      opacity: .6; }
    #sfo-airport .swiper-pagination .swiper-pagination-bullet-active {
      background: #1414d2;
      opacity: 1; }

/* ------------------
Banner
------------------*/
.top-page-banner {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15); }
