@charset "UTF-8";

/****************************************************************************************************************
* @common
*****************************************************************************************************************/

@font-face {
  font-family: 'M PLUS 1p';
  src: url('font/mplus-1p-bold.ttf');
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: 'M PLUS 1p';
  src: url('font/mplus-1p-regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'M PLUS 1p';
  src: url('font/mplus-1p-light.ttf');
  font-weight: 300;
}

@font-face {
  font-family: 'icomoon';
  src: url("font/icomoon.eot?59yf6a");
  src: url("font/icomoon.eot?59yf6a#iefix") format("embedded-opentype"), url("font/icomoon.ttf?59yf6a") format("truetype"), url("font/icomoon.woff?59yf6a") format("woff"), url("font/icomoon.svg?59yf6a#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.ligature {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
 * イージング
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html {
  min-width: 320px auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  overflow-x: auto; }


html * {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000; }

body {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

main,
article,
aside,
details,
footer,
header,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

.hidden {
  visibility: hidden; }

.none {
  display: none; }

.no-js .hidden {
  visibility: visible; }

a {
  text-decoration: none;
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

b,
strong {
  font-weight: bold; }

div, p, li, dt, dd, th, td, pre {
  line-break: strict;
  -ms-line-break: strict;
  -webkit-line-break: strict;
  word-break: break-strict;
  -ms-word-break: break-strict; }

small {
  font-size: 80%; }

ul,
ol {
  list-style: none; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  vertical-align: top;
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.clearfix {
  zoom: 1; }

body:before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - 100%);
  height: 0;
  content: '';
  display: block; }

.sp_only { display: none; }
  @media (max-width: 768px) {
    .pc_only { display: none; }
    .sp_only { display: inherit; } }


/****************************************************************************************************************
* @page
*****************************************************************************************************************/

#container {
  background: #ffffff; }

.content {
  padding: 5% 5%; }
@media (max-width: 768px) {
  .content {
    padding: 5% } }

.items {
  width: 100%;
  zoom: 1; }
  .items:after {
    content: "";
    display: block;
    clear: both;
    height: 100%; }

  .item {
    float: left;
    padding: 3%;
    width: 33.333%; }
    .item img {
      width: 100%;
      background-color: #FAFAFA; }
    .item p.text {
      margin: 10% 0;
      font-size: 0.9vw; }
    .item p.note {
      font-weight: 700;
      font-size: 1.25vw;
      margin-top: 3%; }
    .item p.description {
      margin-top: 8%;
      font-size: 0.9vw;
      text-align: left;  }
  .item-2 {
    width: 66.666%; }
  .benefit-header {
    margin-bottom: 46px;
    text-align: center; }
    .benefit-header>span {
      font-size: 1.8vw; }
  @media (max-width: 768px) {
    .benefit-header {
      margin-bottom: 30px; }
      .benefit-header>span {
        font-size: 4.8vw; }
      .benefit-header-title {
        font-size: 4.8vw; }
    .item, .item-2 {
      width: 50%; }
      .item p.text {
        margin: 12% 0;
        height: 15vw;
        font-size: 4.2vw; }
      .item p.note {
        font-size: 4.8vw; }
      .item p.description {
        margin-bottom: 10%;
        font-size: 3.7vw; }
      .item p.text span.note {
        font-size: 2vw; } }

h2 {
  font-size: 3.25vw; }
@media (max-width: 768px) {
  h2 {
    font-size: 4.8vw; } }

h3 {
  font-size: 2.2vw; }
@media (max-width: 768px) {
  h3 {
    font-size: 4vw; } }

h4 {
  font-size: 1.8vw; }
@media (max-width: 768px) {
  h4 {
    font-size: 3.5vw; } }

hr {
  width: 80%;
  margin: 3% auto;
  border: 1px solid #C7C7C7; }
@media (max-width: 768px) {
  hr {
    width: 40%;
    margin: 10% auto; } }

#summary {
  display: flex;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%; }
  .summary-phone {
    flex: 1; }
    .summary-phone img {
      width: 100%;
      height: auto; }
  .summary-text {
    margin-top: 6%;
    flex: 2.5;
    padding-left: 5%; }
    .summary-subtitle {
      margin: 4% auto;
      font-size: 2.0vw;
      font-weight: 700;
      color: #000000; }
    .summary-text li {
      font-size: 1.7vw; }
@media (max-width: 768px) {
  #summary {
    flex-wrap: wrap-reverse; }
    .summary-phone, .summary-text {
      flex: none;
      width: 100%;
      padding: 5%; }
      .summary-subtitle {
        margin: 6% auto;
        margin-top: 0;
        font-size: 4.8vw; }
      .summary-text li {
        font-size: 3.4vw; } }

@media (min-width: 740px) and (max-width: 1024px) {
  #benefit .item {
    width: 50%; } }

#mitterview {
  width: 100%; }
  #mitterview img {
    width: 100%;
    height: auto; }

#areas {
  width: 100%;
  text-align: center; }
  #areas h3 {
    font-size: 1.25vw;
    padding: 2% 0; }
    #areas h3 a {
      text-decoration: none;
      color: #7466d0; }
    #areas h2 {
      font-size: 1.6vw; }

  #areas h4 {
    padding: 3% 0; }
  #areas h3+h4 {
    padding-top: 0; }
  #areas .item {
    padding: 4%;
    width: 50%; }
  .area {
    margin: 3% auto; }
  .area .figure {
    position: relative;
    background: #7466d0 url(images/map/dot_pattern.png) repeat;
    padding-top: 61.71875%; }
  .area .figure:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .figure>img, .figure>svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  .figure .area-polygon {
    transform: scale(2.4);
    transform-origin: 20% 54%;
  }
  @media (max-width: 768px) {
    #areas .item {
      padding: 5%;
      width: 100%; }
    #areas h3 {
      font-size: 3.8vw; }
    #areas h2 {
      font-size: 4.8vw; }
    .figure .area-path {
      stroke-width:5px; } }
  .places>div {
    position: absolute;
    height: auto;
    color: #ffffff;
    font-size: 1.2vw; }
    .places>.up-left {
      top: 35%;
      left: 8%;
      text-align: left; }
    .places>.up-right {
      top: 35%;
      right: 68.5%;
      text-align: right; }
    .places>.down-left {
      bottom: 26%;
      left: 8%;
      text-align: left; }
    .places>.down-right {
      bottom: 26%;
      right: 68.5%;
      text-align: right; }
    .places>.haneda-airport {
      bottom: 9.5%;
      left: 22%;
      text-align: center; }
    .places>.narita-airport {
      top: 40%;
      right: 11.25%;
      text-align: center; }

    .places>.itami-airport {
      top: 53%;
      left: 34%;
      text-align: center; }
    .places>.kansai-airport {
      bottom: 2%;
      left: 21.5%;
      text-align: center; }

    .places>.naha-city {
      top: 47%;
      left: 43%;
      text-align: center; }
    .places>.naha-airport {
      top: 46%;
      left: 27.5%;
      text-align: center; }

    .places>.fukuoka-chuo-ward {
      top: 56%;
      left: 39%;
      text-align: center; }
    .places>.fukuoka-hakata-ward {
      top: 56%;
      left: 55%;
      text-align: center; }
    .places>.fukuoka-airport {
      top: 54%;
      right: 28.5%;
      text-align: center; }

    .places>.shirahama-airport {
      top: 54%;
      left: 42%;
      text-align: center; }

    .places>.nagoya-city {
      top: 35%;
      left: 52%;
      text-align: center; }
    .places>.chubu-airport {
      top: 90%;
      left: 39.5%;
      text-align: center; }
    .places>.chitose-airport {
      top: 73%;
      right: 8%;
      text-align: center; }
    .places>.chitose-sapporo {
      top: 42%;
      right: 35.5%;
      text-align: center; }
    .places>.chitose-kucchan {
      top: 52%;
      left: 33%;
      text-align: center; }
    .places>.chitose-niseko {
      top: 72%;
      left: 23.5%;
      text-align: center; }

@media (max-width: 768px) {
  #areas {
    padding: 10% 0; }
  .places>div {
    font-size: 3vw; }
  .places>.up-left {
    top: auto;
    bottom: 50%;
    left: 3%; }
  .places>.up-right {
    top: auto;
    bottom: 50%;
    right: 60%; }
  .places>.down-left {
    bottom: auto;
    top: 58%;
    left: 3%; }
  .places>.down-right {
    bottom: auto;
    top: 58%;
    right: 60%; }
  .places>.haneda-airport {
    bottom: 5%;
    left: 18%; }
  .places>.narita-airport {
    top: 40%;
    right: 7%; }

  .places>.naha-city {
    top: 47%;
    left: 43%; }
  .places>.naha-airport {
    top: 46%;
    left: 22.5%; }
  .places>.fukuoka-hakata-ward {
    top: 45%; }
  .places>.fukuoka-airport {
    right: 25.5%; } }

#shuttles {
  width: 100%;
  text-align: center;
  padding: 5%; }
  .shuttle-title {
    font-size: 1.6vw; }
  @media (max-width: 768px) {
    .shuttle-title {
      font-size: 4.6vw; } }
  .shuttle-mask {
    margin-top: 5%;
    width: 100%; }

  #reservation {
    margin-top: 40px; }
    .reservation-header {
      margin-bottom: 40px;
      display: flex;
      align-items: center;
      flex-direction: column; }
      .reservation-header .text-header {
        letter-spacing: 2px;
        margin-bottom: 1.25em;
        font-size: 1.25vw;
        line-height: 1.20968;
        color: #000000;
        text-align: center; }
        .reservation-header .text-header .num {
          color: #000000;
          font-size: 1.9vw; }
      .reservation-detail .icon {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        height: 9vh; }
      .reservation-detail .icon img {
        width: 55%; }
      .reservation-header .subtext-header {
        font-size: 1.8vw;
        line-height: 22px;
        color: #4A4A4A;
        margin-bottom: 70px;
        text-align: center; }
    .reservation-detail {
      display: flex;
      justify-content: space-between;
      flex-direction: row; }
      .reservation-detail .next-step-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 9vh;
      }
      .reservation-detail .application-content {
        flex: 1; }
        .reservation-detail .application-content .text {
          margin-top: 70px;
          padding-left: 20px;
          padding-right: 20px; }
          .reservation-detail .application-content .text .text-header {
            margin-bottom: 22px;
            font-size: 1.4vw;
            text-align: center;
            color: #4A4A4A; }
          .reservation-detail .application-content .text .middle-content {
            font-size: 0.9vw;
            text-align: center;
            color: #4A4A4A; }
          .reservation-detail .application-content .text .bottom-content {
            font-size: calc(13px + 0.4vw);
            text-align: center;
            color: #4A4A4A;
            margin-bottom: 10px; }
      .reservation-detail .confirmation-content {
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex: 1 }
        .reservation-detail .confirmation-content .icon {
          display: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center; }
          .reservation-detail .confirmation-content .icon img {
            width: 32%; }
        .reservation-detail .confirmation-content .text {
          margin-top: 70px;
          text-align: center;
          padding-left: 20px;
          padding-right: 20px; }
          .reservation-detail .confirmation-content .text .text-header {
            margin-bottom: 22px;
            font-size: 1.4vw;
            color: #4A4A4A; }
          .reservation-detail .confirmation-content .text .text-content {
            font-size: calc(13px + 0.4vw);
            text-align: center;
            margin-bottom: 5px;
            color: #4A4A4A; }
          .reservation-detail .confirmation-content .text .note {
            font-size: 0.9vw;
            text-align: center;
            color: #4A4A4A; }
          .reservation-detail .confirmation-content .text .confirm {
            font-size: 0.9vw;
            text-align: center;
            margin-top: 20px;
            margin-bottom: 10px;
            color: #4A4A4A; }
            @media(max-width: 768px) {
              .reservation-detail .confirmation-content .text .confirm {
                margin-top: 0; } }
      .reservation-detail .boarding-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex: 1 }
        .reservation-detail .boarding-content .icon {
          display: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center; }
          .reservation-detail .boarding-content .icon img {
            width: 55%; }
        .reservation-detail .boarding-content .text {
          margin-top: 70px;
          text-align: center;
          padding-left: 20px;
          padding-right: 20px; }
          .reservation-detail .boarding-content .text .text-title {
            margin-bottom: 22px;
            font-size: 1.4vw;
            color: #4A4A4A; }
          .reservation-detail .boarding-content .text .text-content {
            font-size: 0.9vw;
            margin-bottom: 13px;
            color: #4A4A4A; }
          @media (max-width: 768px) {
            .reservation-detail {
              display: flex;
              justify-content: center;
              flex-direction: column; }
              .reservation-header .text-header {
                font-size: 4.8vw; }
              .reservation-header .subtext-header {
                margin-bottom: 30px;
                font-size: 4.4vw; }
              .reservation-detail .boarding-content .text {
                margin-top: 40px; }
              .reservation-header .text-header .num {
                font-size: 6.6vw; }
              .reservation-detail .application-content .text {
                margin-top: 40px; }
              .reservation-detail .confirmation-content .text {
                margin-top: 40px; }
              .reservation-detail .application-content .text .text-header {
                font-size: 4.2vw; }
              .reservation-detail .application-content .text .middle-content {
                font-size: 3.7vw; }
              .reservation-detail .confirmation-content .text .text-header {
                font-size: 4.2vw; }
              .reservation-detail .confirmation-content .text .note {
                font-size: 3.7vw; }
              .reservation-detail .confirmation-content .text .confirm {
                font-size: 3.2vw; }
              .reservation-detail .boarding-content .text .text-title {
                font-size: 4.2vw; }
              .reservation-detail .boarding-content .text .text-content {
                margin-bottom: 20px;
                font-size: 3.7vw; }
              .reservation-detail .confirmation-content .icon {
                margin-top: -10px; }
              .reservation-detail .boarding-content .icon img {
                width: 30%; }
              .reservation-detail .confirmation-content .icon img {
                width: 20%; }
              .reservation-detail .icon img {
                width: 35%; }
              .reservation-detail .boarding-content {
                margin-top: -10px; }
              .reservation-detail .boarding-content {
                justify-content: center; }
              .reservation-detail .next-step-icon {
                margin-top: 10px;
                margin-bottom: 20px;
                transform: rotate(90deg); }
              .reservation-detail .mail-icon {
                margin-bottom: -20px;
                margin-top: -20px; } }

        .area-map-header {
          background-color: #fff;
          font-weight: 300;
          text-align: center; }
          .area-map-header h2 {
            font-size: 3.90625vw;
            margin: 6.5% 0 2%; }
            @media (max-width: 768px) {
              .area-map-header h2 {
                font-size: 6vw; } }
          .area-map-header p {
            font-size: 2vw;
            margin: 2% 0 0; }
            @media (max-width: 768px) {
              .area-map-header p {
                font-size: 3.5vw; } }
        
          .area-map-header .area-map-name {
            display: flex;
            position: relative;
            padding: 2em 0; }
            .area-map-header .area-map-name .area-map-tab-name,
            .area-map-header .area-map-name .area-map-map-name {
              display: flex;
              flex: 1;
              align-items: center;
              justify-content: center;
              line-height: 1; }
            .area-map-header .area-map-name .area-map-name-icon {
              margin-right: .4em; }
            .area-map-header .area-map-name .area-map-name-selector {
              margin-left: .4em; }
            @media (min-width: 700px) {
              .area-map-header .area-map-name {
                  display: none; } }
        
          .area-map-header .area-map-tabs {
            display: flex;
            flex-direction: row; }
            .area-map-header .aarea-map-tab {
              flex: 1; }
        
          .area-map-header .area-map-selector {
            padding: 2em 0.5em; }
            @media (max-width: 768px) {
              .area-map-header .area-map-selector {
                position: relative;
                padding: 0; }
              .area-map-header .area-map-selector .area-map-name {
                font-size: 5vw;
                padding: .75em 0;
                cursor: pointer; }
              .area-map-header .area-map-selector .area-map-tab {
                position: absolute;
                top: 12vw;
                left: 6vw;
                z-index: 100;
                width: 35vw;
                background-color: #fff;
                border: solid 1px #000;
                display: none; }
              .area-map-header .area-map-selector .area-map-tab.show {
                display: block; } }
            .area-map-header .area-map-selector .area-map-tab-item {
              position: relative;
              font-size: 1.75vw;
              text-align: center;
              margin: 0; }
              @media (min-width: 700px) {
                .area-map-header .area-map-selector .area-map-tab-item {
                  display: inline-block;
                  width: 12vw;
                  padding: .25vw 0.5vw;
                  margin: 0 .25vw;
                  line-height: 2.5;
                  color: #000;
                  cursor: pointer; }
                .area-map-header .area-map-selector .area-map-tab-item.selected {
                  font-weight: bold;
                  border-bottom: solid 4px #7466d0;
                  cursor: default; }
                .area-map-header .area-map-selector .area-map-tab-item.disabled {
                  color: #C4C4C4;
                  cursor: not-allowed; } }
              @media (max-width: 768px) {
                .area-map-header .area-map-selector .area-map-tab-item {
                  width: 100%;
                  padding: .25em 0;
                  font-size: 4vw;
                  line-height: 1.75; }
                .area-map-header .area-map-selector .area-map-tab-item:not(:last-child) {
                  border-bottom: solid 1px #000; }
                .area-map-header .area-map-selector .area-map-tab-item.selected {
                  font-weight: bold;
                  background-color: #7466d0;
                  color: #FFF;
                  cursor: default; }
                .area-map-header .area-map-selector .area-map-tab-item.disabled {
                  background-color: #C4C4C4;
                  cursor: not-allowed; } }
            .area-map-header .area-map-selector .area-map-maps {
              height: 0;
              display: none; }
              .area-map-header .area-map-selector .area-map-maps.show {
                display: block; }
              .area-map-header .area-map-selector .area-map-maps>div {
                position: relative;
                display: inline-block;
                width: 13.5vw; }
            .area-map-header .area-map-selector .area-map-maps-list {
              position: absolute;
              top: 0;
              left: 0;
              z-index: 101;
              background-color: #fff;
              min-width: 150%;
              display: none; }
              .area-map-header .area-map-selector .area-map-maps-list.show {
                display: block; }
              .area-map-header .area-map-selector .area-map-maps-item {
                font-size: 1.7vw;
                font-weight: normal;
                text-align: left;
                padding: .75em;
                cursor: pointer; }
                .area-map-header .area-map-selector .area-map-map-item:not(:last-child) {
                  border-bottom: 1px solid #D8D8D8; }
              @media (max-width: 768px) {
                .area-map-header .area-map-selector .area-map-maps>div {
                  display: block;
                  width: 0;
                  padding: 0;
                  margin: 0;
                  border: none; }
                  .area-map-header .area-map-selector .area-map-maps-list {
                    top: -2vw;
                    left: 59vw;
                    width: 35vw;
                    border: solid 1px #000; }
                    .area-map-header .area-map-selector .area-map-maps-item {
                      text-align: center;
                      margin: 0;
                      padding: .25em 0;
                      font-size: 4vw;
                      line-height: 1.75; }
                    .area-map-header .area-map-selector .area-map-maps-item:not(:last-child) {
                      border-bottom: solid 1px #000; }
                    .area-map-header .area-map-selector .area-map-maps-item.selected {
                      font-weight: bold;
                      background-color: #7466d0;
                      color: #FFF;
                      cursor: default; }
                    .area-map-header .area-map-selector .area-map-maps-item.disabled {
                      background-color: #C4C4C4;
                      cursor: not-allowed; } }
        
        .image {
          position: relative;
          background: center / cover no-repeat;
          padding-top: 50%;
          }
        .image.visible {
          background-image: url(images/map/service-area_img_pc.webp);
        }
          @media (max-width: 768px) {
            .image {
              padding-top: 100%; } }
          @media (max-width: 768px) {
            .image.visible {
              background-image: url(images/map/service-area_img_sp.webp); }
            .no-webp .image.visible {
              background-image: url(images/map/service-area_img_sp.jpg); }
            }
          @media (min-width: 700px) {
            .device-pixel-ratio-2 .image.visible {
              background-image: url(images/map/service-area_img_pc@2x.webp); }
            .no-webp .device-pixel-ratio-2 .image.visible {
                background-image: url(images/map/service-area_img_pc@2x.jpg); }
            }
          .image:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #fff; }
          .image.show:after {
            width: 0%;
            transition: width 1000ms cubic-bezier(1, 0, 0, 1); }
        
        .map {
          position: relative;
          background: #4a4a4a url(images/map/dot_pattern.png) repeat;
          padding-top: 61.71875%; } /* =790/1280*100 */
          .map:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
            .map.haneda:before {
              background: url(images/map/map_haneda.svg) center/100% no-repeat; }
            .map.fukuoka:before {
              background: url(images/map/map_fukuoka.svg) center/100% no-repeat; }
            .map.kitakyushu:before {
              background: url(images/map/map_kitakyushu.svg) center/100% no-repeat; }
            .map.kansai:before {
              background: url(images/map/map_itami.svg) center/100% no-repeat; }
            .map.chubu:before {
              background: url(images/map/map_chubu.svg) center/100% no-repeat; }
            .map h2 {
              font-weight: 300;
            font-size: 3.90625vw;
            line-height: 1.24;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            color: #fff;
            text-align: center;
            opacity: 0;
            transform: translate3d(0, 1em, 0);
            width: 48%;
            top: .76em; }
            @media (max-width: 768px) {
              .map h2 {
                font-size: 5vw; } }
            @media (max-width: 768px) {
              .map h2 {
                width: 100%;
                top: .64em; } }
            .map h2 br {
              display: block; }
              @media (max-width: 768px) {
                .map h2 br {
                  display: block; } }
            .map h2.show {
              opacity: 1;
              transform: translate3d(0, 0, 0);
              transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
          .map .figure {
            position: absolute;
            opacity: 0;
            width: 100%;
            top: 0;
            left: 0; }
            .map.tokyo .figure {
              width: 78.98438%;
              top: 29%;
              left: 9.45312%; }
            .map .figure.show {
              opacity: 1; }
            .map .figure svg {
              width: 100%;
              height: auto; }
            .map .figure svg #center-dot,
            .map .figure svg #area-circle {
              transform: scale(0.001);
              transform-origin: 15.41489% 31.288%; }
            .map .figure svg #center-dot.show {
              transform: scale(1);
              transition: transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
            .map .figure svg #area-circle.show {
              transform: scale(1);
              transition: transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
              .map.tokyo .figure svg #area-circle.show {
                transform: scale(2); }
            .map .figure svg .path-long {
              stroke-dasharray: 865;
              stroke-dashoffset: 865; }
            .map .figure svg .path-middle {
              stroke-dasharray: 600;
              stroke-dashoffset: 600; }
            .map .figure svg .path-short {
              stroke-dasharray: 305;
              stroke-dashoffset: 305; }
            .map .figure svg .path.show {
              animation: draw-path 1.5s ease-in;
              animation-fill-mode: forwards;
              animation-delay: 1s; }
            @keyframes draw-path {
              to {
                stroke-dashoffset: 0; } }
            .map .figure svg .dot {
              opacity: 0; }
              .map .figure svg .dot.show {
                opacity: 1;
                transition: opacity 200ms ease; }
            .map .figure svg .pin {
              opacity: 0;
              transform: translate3d(0, 4%, 0); }
              .map .figure svg .pin.show {
                opacity: 1;
                transform: translate3d(0, 0, 0);
                transition: opacity 200ms ease, transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        
          .map .areas {
            position: absolute;
            top: 20%;
            left: 0;
            width: 100%;
            height: 80%; }
            @media (max-width: 768px) {
              .map .areas {
                top: 25%;
                height: 75%; } }
          .map .areas li {
              font-size: 1.25vw;
            position: absolute;
            color: #fff;
            opacity: 0;
            transform: translate3d(0, 1em, 0); }
            @media (max-width: 768px) {
              .map .areas li {
                font-size: 2.66667vw; } }
            .map .areas li.show {
              opacity: 1;
              transform: translate3d(0, 0, 0);
              transition: opacity 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
            @media (min-width: 768px) {
              .map .areas li.area1 {
                top: 12%;
                left: 10%; }
              .map .areas li.area2 {
                top: 12%;
                right: 67%;
                text-align: right; }
              .map .areas li.area3 {
                bottom: 40%;
                left: 10%; }
              .map .areas li.area4 {
                bottom: 40%;
                right: 67%;
                text-align: right; }
              .map .areas li.area-naha {
                font-size: 0.7vw;
                top: 35%;
                left: 44%; }
              .map .areas li.area-fukuoka-chuo {
                font-size: 0.7vw;
                top: 45%;
                left: 39%; }
              .map .areas li.area-fukuoka-hakata {
                font-size: 0.7vw;
                top: 48%;
                left: 56%; }
              .map .areas li.area-nagoya-city {
                font-size: 0.7vw;
                top: 20%;
                left: 53%; }
              .map .areas li.area-sapporo {
                font-size: 0.7vw;
                top: 30%;
                left: 60%; }
              .map .areas li.area-kucchan {
                font-size: 0.7vw;
                top: 47%;
                left: 31%; }
              .map .areas li.area-niseko {
                font-size: 0.7vw;
                top: 65%;
                left: 24.5%; }
              .map .areas li.area-aomori {
                font-size: 0.7vw;
                top: 6%;
                left: 66.25%; }
              .map .areas li.area-hirosaki {
                font-size: 0.7vw;
                top: 71%;
                left: 35.25%; }
              .map .areas li.area-tokyo-23 {
                font-size: 0.7vw;
                top: 27.5%;
                left: 44.5%; }
              .map .areas li.area-kawasaki {
                font-size: 0.7vw;
                top: 83%;
                left: 43%; } }
              @media (max-width: 768px) {
              .map .areas li.area1 {
                bottom: 83%;
                left: 2.53333%; }
              .map .areas li.area2 {
                bottom: 83%;
                right: 54%;
                text-align: right; }
              .map .areas li.area3 {
                top: 36%;
                left: 2.66667%; }
              .map .areas li.area4 {
                top: 36%;
                right: 54%;
                text-align: right; }
              .map .areas li.area-naha {
                top: 35%;
                left: 45%; }
              .map .areas li.area-fukuoka-chuo {
                top: 42%;
                left: 38%; }
              .map .areas li.area-fukuoka-hakata {
                top: 56%;
                left: 52%; }
              .map .areas li.area-nagoya-city {
                top: 10%;
                left: 50%; }
              .map .areas li.area-sapporo {
                top: 25%;
                left: 58%; }
              .map .areas li.area-kucchan {
                top: 44%;
                left: 26%; }
              .map .areas li.area-niseko {
                top: 68%;
                left: 20%; }
              .map .areas li.area-hakodate {
                top: 25%;
                left: 58%; }
              .map .areas li.area-aomori {
                top: -4%;
                left: 64%; }
              .map .areas li.area-hirosaki {
                top: 68%;
                left: 33.25%; }
              .map .areas li.area-hukuyama {
                top: 25%;
                left: 58%; }
              .map .areas li.area-takamatsu {
                top: 44%;
                left: 26%; }
              .map .areas li.area-tokyo-23 {
                top: 18.5%;
                left: 42.5%; }
              .map .areas li.area-kawasaki {
                top: 78%;
                left: 42%; } }
          .map .airports {
            position: absolute;
            top: 20%;
            left: 0;
            width: 100%;
            height: 80%; }
            @media (max-width: 768px) {
              .map .airports {
                top: 25%;
                height: 75%; } }
          .map .airports li {
              font-size: 1.25vw;
            position: absolute;
            color: #fff;
            opacity: 0;
            transform: translate3d(0, 1em, 0); }
            @media (max-width: 768px) {
              .map .airports li {
                font-size: 2.66667vw; } }
            .map .airports li.show {
              opacity: 1;
              transform: translate3d(0, 0, 0);
              transition: opacity 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
            .map .airports li.haneda-airport {
              font-size: 0.7vw;
              top: 77%;
              left: 51%; }
            .map .airports li.fukuoka-airport {
              font-size: 0.7vw;
              top: 41%;
              right: 28.5%; }
            .map .airports li.kitakyushu-airport {
              font-size: 0.7vw;
              top: 49%;
              right: 25.5%; }
            .map .airports li.kansai-airport {
              font-size: 0.7vw;
              bottom: 2%;
              left: 21.75%; }
            .map .airports li.chubu-airport {
              font-size: 0.7vw;
              bottom: 8%;
              left: 40.25%; }
            @media (max-width: 768px) {
              .map .airports li.haneda-airport {
                font-size: 2.6vw;
                top: 78%;
                left: 55%; }
              .map .airports li.fukuoka-airport {
                font-size: 2.6vw;
                top: 38%;
                right: 25%; }
              .map .airports li.kitakyushu-airport {
                font-size: 2.6vw;
                top: 30%;
                right: 22%; }
              .map .airports li.kansai-airport {
                font-size: 2.6vw;
                bottom: 1%;
                left: 19%; }
              .map .airports li.chubu-airport {
                font-size: 2.6vw;
                bottom: 2%;
                left: 37%; } }
            .map:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
        
           .area-detail {
            text-align: 'center';
            font-size: calc(15px + 1vw);
            margin-bottom: 40px;
          }
        
          .coming-soon {
            font-size: 1.5vw;
            text-align: right;
            color: #c4c4c4;
            padding: 1em 1.5em; }
            @media (max-width: 768px) {
              .coming-soon {
                font-size: 2vw; } }

  .feature2 {
    position: relative;
    padding-right: 5%;
    padding-left: 3%;
    overflow: hidden; }
    .feature2 .wrapper {
      padding-bottom: 14.0625%; }
      @media (max-width: 768px) {
        .feature2 {
          padding: 5%; }
        .feature2 .wrapper {
          padding-bottom: 18.66667%; } }
    .feature2 .slide-container {
      margin-bottom: 6.13497%; }
      @media (min-width: 700px) and (max-width: 1024px) {
        .feature2 .slide-container {
          margin-bottom: 7.8125%; } }
      @media (max-width: 768px) {
        .feature2 .slide-container {
          margin-bottom: 12.5448%; } }
    .feature2 .slide-mover {
      width: 1000vw; }
      .feature2 .slide-mover .slide-item {
        width: 23.90625vw; }
        @media (min-width: 700px) and (max-width: 1024px) {
          .feature2 .slide-mover .slide-item {
            width: 20.83333vw; } }
        @media (max-width: 768px) {
          .feature2 .slide-mover .slide-item {
            width: 48.26667vw; } }
        .feature2 .slide-mover .slide-item:not(:first-child) {
          margin-left: 2.34375vw; }
          @media (min-width: 700px) and (max-width: 1024px) {
            .feature2 .slide-mover .slide-item:not(:first-child) {
              margin-left: 2.08333vw; } }
          @media (max-width: 768px) {
            .feature2 .slide-mover .slide-item:not(:first-child) {
              margin-left: 4vw; } }
    .feature2 .benefit-details ul li {
      float: left;
      width: 30%;
      margin-left: 3%;
      margin-bottom: 60px; }
      .feature2 .benefit-details ul li:first-child .text {
        text-align: center; }
      .feature2 .benefit-details ul li:nth-child(4) {
        clear: both; }
    @media (max-width: 768px) {
      .feature2 .benefit-details ul {
        display: flex;
        flex-wrap: wrap;
        height: auto; }
      .feature2 .benefit-details ul li {
        width: 45%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-bottom: 40px; }
      .feature2 .benefit-details ul li:nth-child(3) {
        margin-top: -30px; }
      .feature2 .benefit-details ul li:nth-child(4) {
        margin-top: -30px; }
      .feature2 .benefit-details ul li:nth-last-child(1) {
        margin-top: 20px;
        margin-bottom: 0; }
      .feature2 .benefit-details ul li:nth-last-child(2) {
        margin-top: 20px;
        margin-bottom: 0; }}
    .feature2 .icon {
      position: relative;
      padding-top: 100%;
      background: #fafafa; }
      .feature2 .icon-benifit svg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;}
      .feature2 .icon img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .feature2 .text {
      font-size: 1.1vw;
      line-height: 1.5;
      padding-top: 1em;
      min-height: 3em;
      text-align: initial; }
      @media (max-width: 768px) {
        .feature2 .text {
          font-size: 3.2vw;
          text-align: initial; }
        .feature2 ul li:nth-child(-n+2) .text {
          min-height: 6em; } }
    .feature2 .slide-item .icon {
      opacity: 0;
      transform: translate3d(0, 20%, 0); }
    .feature2 .slide-item .text {
      opacity: 0;
      transform: translate3d(0, 50%, 0); }
    .feature2 .slide-pager {
      opacity: 0; }
    .feature2.show .slide-item .icon {
      opacity: 1;
      transform: translate3d(0, 0%, 0);
      transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .feature2.show .slide-item .text {
      opacity: 1;
      transform: translate3d(0, 0%, 0);
      transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 300ms, transform 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms; }
    .feature2.show .slide-pager {
      opacity: 1;
      transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 700ms; }

#purchase-reservation {
  padding: 8% 5% 8% 5%;
  text-align: center; }
  .reservation-title {
    margin-bottom: 25px;
    font-size: 1.8vw; }
  .reservation-description {
    font-size: 1.4vw; }
  .reservation-button {
    text-align: center;
    padding: 10px;
    margin-top: 50px; }
  .reservation-button > a {
    padding: 30px 100px;
    font-size: 1.40625vw;
    background-color: #000000;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    border-radius: 50px;
    font-weight: 400;
    border: none; }
    .reservation-button > a {
      text-decoration: none;
      color: #fff; }
    .reservation-button > a:active {
      opacity: 0.6;
      transition: 0.5ms; }
  @media (max-width: 768px) {
    #purchase-reservation {
      padding: 15% 5% 15% 5%;
      text-align: center; }
      .reservation-title {
        font-size: 4.8vw; }
      .reservation-description {
        font-size: 3.7vw; }
      .reservation-button {
        margin-top: 20px; }
      .reservation-button > a {
        margin-top: 15px;
        font-size: 4vw;
        padding: 15px 40px; } }

#accumulated-miles {
  text-align: center;
  padding: 10% 5% 0 5%; }
  .accumulated-header {
    margin-bottom: 40px; }
  .accumulated-header .accumulated-title {
    font-size: 1.8vw; }
  .accumulated-header .accumulated-subtitle {
    font-size: 1.4vw; }
  .accumulated-header .accumulated-subtitle a {
    color: #7466D0; }
  .accumulated-footer-text {
    margin-top: 20px;
    font-size: 1.1vw;
    text-align: left; }
  .accumulated-footer table, th, td {
    vertical-align: middle;
    border: 1px solid;
    border-collapse: collapse; }
    .accumulated-footer th, td {
      padding: 20px;
      text-align: left; }
    .accumulated-footer td a {
      font-weight: 700;
      color: #7466D0; }
    .accumulated-footer th {
      text-align: center;
      color: #ffffff;
      background-color: #000000;
      font-weight: 700;
      border-width: 3px;
      font-size: 1.1vw; }
    .accumulated-footer td {
      padding: 25px;
      border-color: #EEEEEE;
      border-right-color: #ffffff;
      border-width: 2px;
      font-size: 1.1vw; }
    .accumulated-footer td:first-child {
      background-color: #EEEEEE;
      font-weight: 700;
      border-color: #ffffff;
      text-align: center; }
    .accumulated-footer tr:last-child td {
      border-color: #ffffff }
    .accumulated-footer tr:nth-child(1) th:first-child {
      width: 15%; }
    .accumulated-footer tr:nth-child(1) th:nth-child(2) {
      width: 40%; }
    .accumulated-footer tr:nth-child(1) th:nth-child(3) {
      width: 40%; }
  @media (max-width: 768px) {
    .accumulated-header span {
      font-size: 6.4vw; }
    .accumulated-footer th {
      font-size: 3.25vw; }
    .accumulated-footer td {
      padding: 10px 15px 10px 15px;
      font-size: 3.25vw; }
    .accumulated-footer-text {
      font-size: 3.25vw; }
    .accumulated-header .accumulated-title {
      font-size: 6.4vw; }
    .accumulated-header .accumulated-subtitle {
      font-size: 4.8vw; }
    .accumulated-footer tr:nth-child(1) th:first-child {
      width: 35%; }
    .accumulated-footer tr:nth-child(1) th:nth-child(2) {
      width: 35%; }
    .accumulated-footer tr:nth-child(1) th:nth-child(3) {
      width: 40%; } }

#mileage-conditions {
  text-align: center;
  padding: 8% 5% 0 5%; }
  .mileage-header {
    margin-bottom: 40px; }
  .mileage-header span {
    font-size: 1.8vw; }
  .mileage-footer table, th, td {
    vertical-align: middle;
    border: 1px solid;
    border-collapse: collapse; }
    .mileage-footer th, td {
      padding: 20px;
      text-align: left; }
    .mileage-footer td a {
      font-weight: 700;
      color: #7466D0; }
    .mileage-footer th {
      background-color: #EEEEEE;
      border-width: 2px;
      font-size: 1.1vw;
      width: 20%; }
    .mileage-footer td {
      padding: 10px 30px 10px 30px;
      border-color: #EEEEEE;
      border-right-color: #ffffff;
      border-width: 2px;
      font-size: 1.1vw;
      width: 80%; }
    .mileage-footer tr:nth-child(1) th {
      border-top-color: #EEEEEE !important;
      border-color: #FFFFFF; }
    .mileage-footer tr:nth-child(2) th {
      border-color: #FFFFFF; }
    .mileage-footer tr:nth-child(3) th {
      border-color: #FFFFFF; }
    .mileage-footer tr:nth-child(4) th {
      border-bottom-color: #EEEEEE !important;
      border-color: #FFFFFF; }
  @media (max-width: 768px) {
    #mileage-conditions {
      padding-top: 15%; }
    .mileage-header span {
      font-size: 6.4vw; }
    .mileage-footer th, td {
      padding: 10px; }
    .mileage-footer th {
      width: 40%;
      font-size: 3.25vw; }
    .mileage-footer td {
      padding: 10px 15px 10px 15px;
      width: 60%;
      font-size: 3.25vw; } }
