@charset "UTF-8";
/* Scss Document */
/* Color Palette */
/* Padding */
/* Heder Space */
/* Wrap */
/* Padding */
:root {
  /* デフォルト */
  --large: 8rem;
  --medium: 3rem;
  --small: 1rem;
  --section-padding: 8rem 0; }

@media screen and (max-width: 880px) {
  :root {
    --section-padding: 5rem 0; } }
@media screen and (max-width: 480px) {
  :root {
    --large: 3rem;
    --medium: 2rem;
    --small: .5rem;
    --section-padding: 3rem 0; } }
@font-face {
  font-family: 'NeuePlak';
  src: url("../fonts/woff2/NeuePlakTextforUnited-Rg.woff2") format("woff2"), url("../fonts/woff/NeuePlakTextforUnited-Rg.woff") format("woff");
  font-weight: 400; }
@font-face {
  font-family: 'NeuePlak';
  src: url("../fonts/woff2/NeuePlakTextforUnited-Bd.woff2") format("woff2"), url("../fonts/woff/NeuePlakTextforUnited-Bd.woff") format("woff");
  font-weight: 700; }
@font-face {
  font-family: 'NeuePlak';
  src: url("../fonts/woff2/NeuePlakTextforUnited-SmBd.woff2") format("woff2"), url("../fonts/woff2/NeuePlakTextforUnited-SmBd.woff") format("woff2");
  font-weight: 600; }
:target {
  scroll-margin-top: 100px;
  /* ヘッダー高さ＋余白 */ }

.en-heading {
  font-size: clamp(22px, 7vw, 68px);
  letter-spacing: -.03em;
  line-height: 1.2; }
  @media (max-width: 880px) {
    .en-heading {
      margin: 0 0 1rem; } }

.ja-heading {
  font-size: clamp(14px, 2.1vw, 24px);
  letter-spacing: .2em; }

/* ------------------
背景・文字色用カラー指定 
------------------*/
.white {
  color: #ffffff; }

.dark-blue {
  color: #051464; }

.united-blue {
  color: #1414d2; }

.bg-united-blue {
  background: #1414d2;
  color: #ffffff; }

.bg-light-blue {
  background: #a5ebff; }

.bg-white {
  background: #ffffff; }

.bg-dark-blue {
  background-color: #051464;
  color: #ffffff; }

.medium-purple {
  color: #695fe6; }

.dark-purple {
  color: #551e5f; }

.bg-dark-purple {
  background-color: #551e5f;
  color: #ffffff; }
  .bg-dark-purple a {
    color: #ffe6dc; }

.medium-blue {
  color: #276ef1; }

.bg-medium-blue {
  background-color: #276ef1;
  color: #ffffff; }

.bg-light-purple {
  background: #d7d2ff; }

.bg-light-tonal-gray {
  background-color: #f7f4f2; }

.bg-medium-yellow {
  background: #ffdc8c;
  color: #000; }

.dark-red {
  color: #ff4b4b; }

.bg-sky {
  background: url("../img/common/bg_sky.jpeg") no-repeat top/cover; }

.bg-sea {
  background: url("../img/common/bg_sea.jpg") no-repeat top/cover; }

/* Compliant purple border around button */
.max-img {
  width: 100%;
  height: auto; }

/* ------------------
アニメーション指定 
------------------*/
.fadeIn {
  opacity: 0;
  transform: translateY(50px);
  transition: all .75s 0s ease; }
  @media (max-width: 480px) {
    .fadeIn {
      opacity: 1;
      transform: none; } }

.fadeIn.second {
  transition: all .75s 0.5s ease; }

.fadeInTtl {
  opacity: 0;
  transition: all 1s 0s ease; }

@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0; }
  100% {
    transform: translateX(0); }
  40%,100% {
    opacity: 1; } }
@keyframes slide-anim {
  0% {
    transform: translateX(0); }
  80% {
    transform: translateX(0); }
  90% {
    transform: translateX(20px); }
  100% {
    transform: translateX(0); } }
.slideIn {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards; }

@keyframes scale-anim-bounce {
  0% {
    transform: scale(1); }
  79% {
    transform: scale(1); }
  80% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
@keyframes slide-down {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    bottom: 6%; } }
/* ------------------
共通指定 
------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: 'NeuePlak', 'Open Sans', 'Noto Sans JP', 'hiragino kaku gothic pro', sans-serif;
  font-size: 1.6em; }
  @media (max-width: 480px) {
    body {
      font-size: 1.4em; } }

h1 {
  text-align: center; }

h1, h2, h3, h4 {
  line-height: 1.6;
  font-weight: 500; }

p {
  line-height: 1.6; }

a {
  color: #1414d2; }
  a .fas {
    margin: 0 .25rem;
    opacity: .4;
    transform: scale(0.8); }

div, img {
  vertical-align: bottom; }

.note {
  font-size: 80%; }

.wrap {
  width: 90%;
  max-width: 1380px;
  margin: auto; }
  @media (max-width: 480px) {
    .wrap {
      width: 90%; } }

.line-heading {
  border: solid 1px #d7d7d4;
  border-left: solid 1rem #1414d2;
  margin: 2rem auto;
  padding: 2rem 4rem 2rem 1rem;
  font-weight: bold;
  border-radius: 4px;
  line-height: 1.6; }
  .line-heading .special {
    color: #ff4b4b;
    background: #ffe6dc;
    display: inline-block;
    margin: 0 .5rem 0 0;
    padding: 0 .5rem;
    font-size: 90%; }
    .line-heading .special span {
      font-size: 130%; }

.pic {
  width: 100%;
  height: auto; }

.txt-align-c {
  text-align: center; }

.pc1200-only {
  display: block; }
  @media (max-width: 1200px) {
    .pc1200-only {
      display: none; } }

.pc-only {
  display: block; }
  @media (max-width: 880px) {
    .pc-only {
      display: none; } }

.pctab-only {
  display: block; }
  @media (max-width: 480px) {
    .pctab-only {
      display: none; } }

.tabsp-only {
  display: none; }
  @media (max-width: 880px) {
    .tabsp-only {
      display: block; } }

.sp-only {
  display: none; }
  @media (max-width: 480px) {
    .sp-only {
      display: block; } }

.btn {
  display: inline-block;
  padding: 1.4rem 6rem;
  box-sizing: border-box;
  border-radius: 3rem;
  text-align: center;
  color: #ffffff;
  background: #1414d2;
  border: solid 2px #1414d2;
  transition: 0.3s;
  text-decoration: none;
  font-weight: 500; }
  @media (max-width: 480px) {
    .btn {
      padding: 1.4rem 2rem; } }
  .btn:hover {
    border: solid 2px #0d0d8f;
    background: #0d0d8f; }

.line-btn {
  color: #1414d2;
  border: solid 2px #1414d2;
  background: #fff;
  box-sizing: border-box;
  transition: .3s; }
  .line-btn:hover {
    background: #fff;
    color: #3D3077;
    border: solid 2px #3D3077; }

.line-btn.white {
  border: solid 2px white;
  background: #1414d2;
  color: white; }

/* ------------------
ボタン wrapper
------------------*/
.btn-wrapper {
  margin: var(--large) auto 0; }
  .btn-wrapper .btn {
    margin: 0 .5rem; }
    @media (max-width: 880px) {
      .btn-wrapper .btn {
        margin: .5rem 0;
        width: 90%; } }

.item-margin {
  margin: 2rem auto; }

.align-c {
  text-align: center;
  margin: auto;
  display: block; }

.color-bar {
  width: 100%;
  height: auto;
  display: block; }

.section-padding {
  padding: 4rem 0; }

/* ------------------
LINEフローティングバナー
------------------*/
.floating-bnr {
  position: fixed;
  z-index: 999;
  bottom: 1rem;
  right: 1rem;
  display: flex; }
  @media (max-width: 880px) {
    .floating-bnr {
      width: 100%;
      right: auto;
      left: 50%;
      display: flex;
      padding: 0 1rem;
      box-sizing: border-box;
      justify-content: space-between;
      transform: translateX(-50%);
      bottom: 0; } }
  .floating-bnr a {
    width: 252px;
    display: flex;
    align-items: center;
    padding: 1.6rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 1rem;
    font-size: clamp(10px, 3vw, 16px); }
    @media (max-width: 880px) {
      .floating-bnr a {
        width: 50%; } }
    @media (max-width: 480px) {
      .floating-bnr a {
        padding: 2.4vw; } }
    .floating-bnr a img {
      width: 60px;
      height: auto;
      margin: 0 1rem 0 0; }
      @media (max-width: 480px) {
        .floating-bnr a img {
          width: 40px; } }
      .floating-bnr a img.present {
        transform: scale(0.8); }
    .floating-bnr a.bg-white {
      margin-right: 1rem;
      color: #000; }
      @media (max-width: 880px) {
        .floating-bnr a.bg-white {
          font-feature-settings: 'palt'; } }
    .floating-bnr a.bg-united-blue {
      color: #ffffff;
      border: solid 1px;
      font-feature-settings: 'palt';
      letter-spacing: .1em; }
  @media (max-width: 480px) {
    .floating-bnr {
      width: 100%;
      border-radius: 0;
      padding: 1rem; } }
  .floating-bnr p {
    font-weight: 600; }
  .floating-bnr p:first-child {
    margin: 0 0 1rem;
    letter-spacing: .1rem;
    text-align: center;
    font-size: 14px; }
    @media (max-width: 880px) {
      .floating-bnr p:first-child {
        color: #ffffff; } }
  .floating-bnr__box {
    padding: 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #5ad28c;
    border-radius: 4px;
    box-sizing: border-box; }
    @media (max-width: 880px) {
      .floating-bnr__box {
        padding: 0; } }
    .floating-bnr__box p {
      margin: 0 0 0 2rem; }
      @media (max-width: 880px) {
        .floating-bnr__box p {
          margin: 2rem; } }
      @media (max-width: 480px) {
        .floating-bnr__box p {
          width: 100%;
          text-align: center;
          margin: 1rem;
          font-size: clamp(13px, 4vw, 16px); } }
    .floating-bnr__box #qr {
      width: 80px;
      height: 80px; }
    .floating-bnr__box #icon {
      padding: 1.6rem;
      background: #ffffff;
      border-radius: 4px 0 0 4px; }
      @media (max-width: 480px) {
        .floating-bnr__box #icon {
          padding: 1rem; } }
      .floating-bnr__box #icon img {
        width: 40px;
        height: 40px; }

.news {
  display: block;
  background: #1414d2;
  text-align: center;
  padding: 2rem 1rem;
  text-decoration: underline;
  color: #ffffff;
  text-underline-offset: 5px;
  line-height: 1.6;
  font-size: clamp(12px, 4.2vw, 18px);
  font-weight: 600;
  font-feature-settings: 'palt'; }

/* ------------------
Alert
------------------*/
.alert-wrapper {
  background: #FEF8F5;
  padding: var(--medium) 0; }

.alert a {
  display: block;
  border-radius: 1rem;
  border: solid 2px #F08D5F;
  background: #FEF8F5;
  padding: 2rem 6rem;
  color: #000;
  text-align: center;
  line-height: 1.6; }
  @media (max-width: 480px) {
    .alert a {
      text-align: left; } }
  .alert a span {
    position: relative; }
    .alert a span:before {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -3rem;
      content: '';
      background: url("../img/common/icon_alert_alert-yellow.svg") center/cover;
      width: 20px;
      height: 20px; }

/* ------------------
Swiper
------------------*/
.slider-thumbnail {
  margin: 1rem 0 0; }
  .slider-thumbnail .swiper-slide {
    opacity: 0.5;
    transition: opacity 0.5s;
    width: calc(100% / 3 - .5rem);
    margin: 2rem .5rem; }
    @media (max-width: 480px) {
      .slider-thumbnail .swiper-slide {
        margin: 1rem .5rem 0; } }
    .slider-thumbnail .swiper-slide:first-child {
      margin-left: 0; }
    .slider-thumbnail .swiper-slide:last-child {
      margin-right: 0; }
    .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
      opacity: 1; }

.top-margin {
  margin-top: var(--large); }

/* レイアウトのためのスタイル */
.swiper {
  width: 100%; }

.swiper-slide img {
  height: auto;
  width: 100%; }

/* ------------------
Header
------------------*/
header {
  background: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  transition: .3s;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3); }
  header nav {
    margin: 0 auto;
    width: 97%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s; }
    @media (max-width: 480px) {
      header nav {
        width: calc(100% - 3rem);
        height: 52px !important; } }
    @media (max-width: 1200px) {
      header nav div {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: -100vw;
        opacity: 0;
        width: 100%;
        height: 100vh;
        background: rgba(20, 20, 210, 0.9);
        transition: 0.3s; } }
    header nav div ul {
      display: flex; }
      @media (max-width: 1200px) {
        header nav div ul {
          display: block;
          width: 90%;
          margin: auto;
          padding: 6rem 0; } }
      @media (max-width: 1200px) {
        header nav div ul {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); } }
      @media (max-width: 480px) {
        header nav div ul {
          padding: 0; } }
      header nav div ul li {
        display: flex;
        align-items: center; }
        @media (max-width: 1200px) {
          header nav div ul li {
            display: block; } }
        header nav div ul li a {
          padding: .75rem;
          font-weight: 600;
          font-size: 1.5rem;
          color: #1414d2;
          text-decoration: none; }
          @media (max-width: 1200px) {
            header nav div ul li a {
              padding: 1.4rem 0;
              display: block;
              font-size: 2rem;
              color: #ffffff;
              text-align: center; } }
          @media (max-width: 480px) {
            header nav div ul li a {
              font-size: 5.5vw; } }
          header nav div ul li a span {
            font-weight: normal;
            font-size: 1rem;
            display: block;
            margin: 0 0 .3rem; }
            @media (max-width: 480px) {
              header nav div ul li a span {
                font-size: 3vw; } }
        header nav div ul li .btn {
          padding: 1.4rem;
          margin: 0 0 0 1rem;
          box-sizing: border-box;
          font-size: 1.4rem; }
          @media (max-width: 1200px) {
            header nav div ul li .btn {
              display: block;
              max-width: 400px;
              width: 100%;
              margin: 1rem auto 0;
              border: solid 2px #ffffff;
              font-size: 2rem; } }
          @media (max-width: 480px) {
            header nav div ul li .btn {
              padding: 1.8rem 1rem;
              font-size: 5.5vw; } }
        @media (max-width: 1200px) {
          header nav div ul li .line-btn {
            color: #ffffff;
            background: rgba(255, 255, 255, 0.2);
            border: solid 2px #ffffff; } }
        header nav div ul li:nth-last-child(3) a {
          border: none; }
  header .sp-btn {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    padding: .7rem 1rem;
    font-size: clamp(10px, 3.8vw, 14px);
    text-decoration: none;
    background: #1414d2;
    color: #ffffff;
    border-radius: 2rem; }

#logo-united {
  width: 160px;
  height: auto;
  transition: .3s; }
  @media (max-width: 480px) {
    #logo-united {
      width: 80px !important; } }

a.active-link {
  position: relative;
  font-weight: 700;
  opacity: 1; }
  a.active-link span {
    font-weight: 700; }
  a.active-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #051464;
    width: calc(100% - 1.5rem);
    height: 2px; }
    @media (max-width: 1200px) {
      a.active-link:before {
        background: none; } }
  a.active-link:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    background: #051464;
    width: calc(100% - 1.5rem);
    height: 2px; }
    @media (max-width: 1200px) {
      a.active-link:after {
        background: none; } }

/* ------------------
Global navigation button
------------------*/
@media (max-width: 1200px) {
  .active {
    opacity: 1;
    visibility: visible;
    right: 0;
    overflow: scroll; }

  #g-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.4rem;
    z-index: 99;
    transition: 0.3s; }
    #g-nav-btn div {
      width: 28px;
      height: 28px;
      position: relative;
      transition-duration: 1s; }
      #g-nav-btn div span {
        display: block;
        position: absolute;
        width: 28px;
        height: 2px;
        background: #1414d2;
        transition-duration: .2s; }
        #g-nav-btn div span:nth-child(1) {
          top: 4px; }
        #g-nav-btn div span:nth-child(2) {
          top: 50%;
          transform: translateY(-50%); }
        #g-nav-btn div span:nth-child(3) {
          bottom: 4px; }

  #g-nav-btn.active {
    transform: translateY(-50%); }
    #g-nav-btn.active span:nth-child(1) {
      top: 10px;
      transform: rotate(-45deg); }
    #g-nav-btn.active span:nth-child(2) {
      opacity: 0; }
    #g-nav-btn.active span:nth-child(3) {
      top: 10px;
      transform: rotate(45deg); } }
/* ------------------
English Title
------------------*/
.ttl_en {
  height: 6vw;
  max-height: 40px;
  margin: 0 0 .5rem; }
  @media (max-width: 880px) {
    .ttl_en {
      max-height: 30px; } }

/* ------------------
Things to Do
------------------*/
.bg-sf-01 {
  background: url("../img/common/bg_sf_01.jpg") no-repeat center/cover;
  margin: 0 0 -11vw;
  padding: 0 0 6rem; }

.things-to-do {
  padding: 6rem 0;
  max-width: 1080px;
  margin: auto; }
  @media (max-width: 480px) {
    .things-to-do {
      padding: 3rem 0 0; } }
  .things-to-do__ttl {
    margin: 0 0 3rem;
    text-align: center; }
    @media (max-width: 480px) {
      .things-to-do__ttl {
        margin: 0 0 1rem; } }
    .things-to-do__ttl p {
      font-weight: 600;
      font-size: 2.2rem; }
      @media (max-width: 480px) {
        .things-to-do__ttl p {
          font-size: 1.6rem; } }
  .things-to-do__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start; }
    .things-to-do__list-card {
      display: block;
      width: 300px;
      margin: 2rem;
      position: relative;
      transition: 0.3s;
      box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 679px) {
        .things-to-do__list-card {
          width: 46%;
          margin: 0; } }
      .things-to-do__list-card:nth-child(2), .things-to-do__list-card:nth-child(5) {
        margin: 6rem 2rem 0; }
        @media screen and (max-width: 1019px) {
          .things-to-do__list-card:nth-child(2), .things-to-do__list-card:nth-child(5) {
            margin: 2rem; } }
        @media screen and (max-width: 679px) {
          .things-to-do__list-card:nth-child(2), .things-to-do__list-card:nth-child(5) {
            margin: 0; } }
      @media screen and (max-width: 1019px) {
        .things-to-do__list-card:nth-child(even) {
          margin: 4rem 2rem 0; } }
  @media screen and (max-width: 1019px) and (max-width: 679px) {
    .things-to-do__list-card:nth-child(even) {
      margin: 3% 0 0 3%; } }

      .things-to-do__list-card img {
        object-fit: cover;
        width: 100%;
        height: auto;
        border-radius: 4px; }
      .things-to-do__list-card-ttl {
        position: absolute;
        left: 2rem;
        bottom: 1rem;
        color: #ffffff;
        font-weight: 600; }
        @media (max-width: 480px) {
          .things-to-do__list-card-ttl {
            left: 6%;
            bottom: 3%;
            font-size: 3.4vw; } }
        .things-to-do__list-card-ttl p:first-child {
          font-size: 1.8rem; }
          @media (max-width: 480px) {
            .things-to-do__list-card-ttl p:first-child {
              font-size: 4vw; } }
      .things-to-do__list-card:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 200px;
        border-radius: 0 0 4px 4px;
        background: black;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5046393557) 0%, rgba(0, 0, 0, 0) 100%); }
      .things-to-do__list-card:hover {
        transform: scale(1.05); }

/* ------------------
Footer
------------------*/
footer {
  padding: 6rem 2rem;
  text-align: center;
  background: #051464;
  color: #ffffff; }
  @media (max-width: 480px) {
    footer {
      padding: 4rem 2rem 14rem; } }
  footer .logo {
    margin: 4rem auto;
    width: 50%;
    max-width: 240px; }
  footer p {
    font-size: clamp(10px, 2.6vw, 14px); }
    footer p.credit {
      font-size: clamp(10px, 2.6vw, 12px); }

/* ------------------
Modal Checkbox
------------------*/
.modal-checkbox {
  padding: 2rem; }
  .modal-checkbox dl {
    font-size: 90%; }
    .modal-checkbox dl img {
      margin: 0 0 1rem; }
    .modal-checkbox dl.offer-details {
      line-height: 1.6; }
      .modal-checkbox dl.offer-details .body-copy {
        margin: 0 0 1rem; }
      .modal-checkbox dl.offer-details ul {
        margin: 0 0 2rem; }
        .modal-checkbox dl.offer-details ul li {
          text-indent: -1em;
          margin: .5em 0 .5em 1em; }
    .modal-checkbox dl dt {
      font-weight: 600; }
    .modal-checkbox dl dd {
      margin: .5rem 0 1rem 1rem; }
      .modal-checkbox dl dd li {
        text-indent: 0;
        margin: 0; }
      .modal-checkbox dl dd.offer-note {
        height: 150px;
        border: solid 1px;
        padding: 1rem;
        overflow: scroll; }
  .modal-checkbox ul {
    line-height: 1.8; }
    .modal-checkbox ul p:first-child {
      font-weight: 600;
      font-size: 120%;
      border-bottom: solid 2px #f7f4f2;
      padding: 1rem;
      margin: 0 0 1rem; }
    .modal-checkbox ul li {
      margin-left: 1em;
      text-indent: -1em; }
      .modal-checkbox ul li span {
        font-weight: 600;
        background: #ffe6dc; }
  .modal-checkbox .check {
    background: #f7f4f2; }
  .modal-checkbox .btn {
    width: 90%;
    max-width: 400px;
    position: relative; }
  .modal-checkbox input[type=checkbox] {
    display: none; }
  .modal-checkbox .checkbox-wrap {
    margin: 2rem auto; }
  .modal-checkbox .checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    padding: 12px 12px 12px 42px;
    border-radius: 8px;
    background-color: #f7f4f2;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 600; }
  .modal-checkbox .checkbox:hover {
    background-color: #e7e7f7; }
  .modal-checkbox .checkbox:hover:after {
    border-color: #695fe6; }
  .modal-checkbox .checkbox:after {
    -webkit-transition: border-color 0.1s linear;
    transition: border-color 0.1s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #bbb;
    border-radius: 6px;
    content: ''; }
  .modal-checkbox .checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 21px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #1414d2;
    border-bottom: 3px solid #1414d2;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .modal-checkbox input[type=checkbox]:checked + .checkbox:before {
    opacity: 1; }
  .modal-checkbox input[type=checkbox]:checked + .checkbox:after {
    border: 2px solid #1414d2; }
  .modal-checkbox input[type=checkbox]:checked + .checkbox {
    background: #e7e7f7; }
  .modal-checkbox .checkbox-active {
    background: #1414d2;
    border: none; }
  .modal-checkbox .checkbox-inactive {
    pointer-events: none;
    /* Make link unclickable when inactive */
    background: #d7d7d4;
    border: none; }

/* ------------------
Modal
------------------*/
.modal-window {
  padding: 0rem; }
  .modal-window__contents .ttl-img {
    position: relative; }
    .modal-window__contents .ttl-img .ttl {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: clamp(16px, 4vw, 30px);
      font-weight: bold;
      padding: 2rem;
      color: #fff;
      filter: drop-shadow(0 0px 10px rgba(0, 0, 0, 0.6)); }
    .modal-window__contents .ttl-img img {
      border-radius: 5px 5px 0 0; }
  .modal-window__contents .box {
    background: #f7f4f2;
    padding: 1rem;
    margin: 0 0 1rem; }
  .modal-window__contents-txt {
    padding: 2rem 4rem; }
    @media (max-width: 480px) {
      .modal-window__contents-txt {
        padding: 1rem; } }
  .modal-window .btn {
    margin: 2rem auto 2rem; }

/*--------------------
Bacic Toggle Button
--------------------*/
.toggle-btn {
  cursor: pointer;
  position: relative;
  border-radius: 1rem;
  border: solid 2px #b7b7b7;
  transition: .5s; }
  .toggle-btn:after {
    content: '';
    border-right: solid 2px #1414d2;
    border-bottom: solid 2px #1414d2;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%) rotate(45deg);
    transition: .3s; }
  .toggle-btn.close-btn {
    border-radius: 1rem 1rem 0 0; }
    .toggle-btn.close-btn:after {
      transform: translateY(-50%) rotate(-135deg); }

.toggle-content {
  display: none;
  color: #000;
  padding: 0 0 2rem;
  border-radius: 0 0 4px 4px; }
  @media (max-width: 480px) {
    .toggle-content {
      padding: 0 0 1rem; } }

/* ------------------
Grid
------------------*/
.grid-card {
  padding: 1rem; }
  .grid-card-item {
    width: calc(50% - 2rem);
    margin: 5px;
    background: #ffffff;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    color: #051464; }
    .grid-card-item .txt {
      font-size: clamp(10px, 3vw, 13px);
      font-feature-settings: 'palt';
      padding: 1rem; }
      .grid-card-item .txt .btn {
        margin: 1rem auto 0;
        padding: .5rem 2rem; }
    .grid-card-item img {
      border-radius: 4px 4px 0 0;
      width: 100%;
      height: auto; }

/* ------------------
Schedule
------------------*/
.schedule-block .table-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.schedule-block .icon {
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  @media (max-width: 480px) {
    .schedule-block .icon {
      width: 13px;
      height: 13px; } }
.schedule-block__text p {
  padding: 1rem 0; }
.schedule-block__list {
  width: 90%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 1rem 0; }
  .schedule-block__list--btn {
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
    font-size: clamp(16px, 5vw, 20px); }
    .schedule-block__list--btn p {
      display: flex;
      align-items: center; }
      .schedule-block__list--btn p:last-child {
        width: 2rem; }
    .schedule-block__list--btn:hover {
      cursor: pointer; }
  .schedule-block__list--contents {
    padding: 4rem;
    border: solid 2px #b7b7b7;
    border-top: none;
    background: #ffffff;
    border-radius: 0 0 4px 4px;
    text-align: left;
    overflow: scroll; }
    .schedule-block__list--contents sup {
      color: #1414d2;
      font-size: 10px; }
    @media screen and (max-width: 1370px) {
      .schedule-block__list--contents {
        padding: 2rem; } }
    @media (max-width: 480px) {
      .schedule-block__list--contents {
        padding: 1rem; } }
    .schedule-block__list--contents .period span {
      font-size: 140%; }
    .schedule-block__list--contents table {
      width: calc(50% - 1rem);
      table-layout: fixed;
      box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
      border-radius: 4px;
      margin: 1rem 0 2rem;
      font-size: 90%; }
      @media screen and (max-width: 1245px) {
        .schedule-block__list--contents table {
          width: 100%; } }
      .schedule-block__list--contents table .short-cell {
        width: 30px; }
      .schedule-block__list--contents table th, .schedule-block__list--contents table td {
        vertical-align: middle; }
        .schedule-block__list--contents table th:first-child, .schedule-block__list--contents table td:first-child {
          width: 130px; }
        @media (max-width: 880px) {
          .schedule-block__list--contents table th:nth-child(4), .schedule-block__list--contents table td:nth-child(4) {
            display: none; } }
      .schedule-block__list--contents table thead {
        border-radius: 4px 4px 0 0; }
      .schedule-block__list--contents table th {
        padding: 1rem;
        background: #1414d2;
        color: #ffffff; }
        @media (max-width: 480px) {
          .schedule-block__list--contents table th {
            font-size: 2.4vw;
            padding: .75rem .5rem; } }
        .schedule-block__list--contents table th:first-child {
          border-radius: 4px 0 0 0; }
        .schedule-block__list--contents table th:last-child {
          border-radius: 0 4px 0 0;
          text-align: center; }
      .schedule-block__list--contents table td {
        padding: 1rem;
        position: relative; }
        .schedule-block__list--contents table td.route .icon {
          margin: 0 1rem;
          width: auto;
          height: 14px;
          vertical-align: baseline; }
        @media (max-width: 880px) {
          .schedule-block__list--contents table td {
            padding: 1rem .5rem; } }
        .schedule-block__list--contents table td .align-items_c {
          display: flex;
          align-items: center; }
          @media (max-width: 880px) {
            .schedule-block__list--contents table td .align-items_c {
              justify-content: flex-end; } }
          @media (max-width: 480px) {
            .schedule-block__list--contents table td .align-items_c {
              justify-content: flex-start; } }
        .schedule-block__list--contents table td .icon {
          width: 26px;
          height: auto;
          margin: 0 5px 0 0; }
          @media (max-width: 880px) {
            .schedule-block__list--contents table td .icon {
              max-width: 20px;
              width: 5%; } }
          @media (max-width: 880px) {
            .schedule-block__list--contents table td .icon.ua-icon {
              display: none; } }
        .schedule-block__list--contents table td .border:before {
          content: '';
          position: absolute;
          top: 50%;
          left: -90%;
          transform: translateY(-50%);
          width: 120%;
          height: 0;
          border-bottom: dashed 1px #b7b7b7; }
          @media screen and (max-width: 1470px) {
            .schedule-block__list--contents table td .border:before {
              left: -50%;
              width: 100%; } }
          @media (max-width: 480px) {
            .schedule-block__list--contents table td .border:before {
              left: -20%;
              width: 95%; } }
        .schedule-block__list--contents table td .border:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          width: 16px;
          height: 16px;
          background: url("../img/common/icon_airplane_grey.svg") #fff no-repeat center/contain; }
          @media (max-width: 480px) {
            .schedule-block__list--contents table td .border:after {
              width: 15px;
              height: 15px; } }
        .schedule-block__list--contents table td:last-child {
          text-align: center;
          width: 100px; }
      .schedule-block__list--contents table tbody .fas {
        padding: 0 1rem;
        color: #1414d2; }
        @media (max-width: 480px) {
          .schedule-block__list--contents table tbody .fas {
            display: block; } }
      .schedule-block__list--contents table tbody tr {
        border-bottom: solid 1px #ddd; }
        .schedule-block__list--contents table tbody tr:last-child {
          border: none; }
      .schedule-block__list--contents table tbody td {
        position: relative; }
        .schedule-block__list--contents table tbody td p {
          margin: .2rem 0 0;
          line-height: 1; }
        .schedule-block__list--contents table tbody td span {
          font-size: clamp(8px, 2.2vw, 12px); }
        .schedule-block__list--contents table tbody td:first-child:before {
          border-radius: 4px 0 0 0; }
        .schedule-block__list--contents table tbody td:last-child:before {
          border-radius: 0 0 0 4px; }
    .schedule-block__list--contents-title {
      margin: 1rem; }
    .schedule-block__list--contents-note {
      margin: 1rem 0 0;
      font-size: 1.3rem; }
    .schedule-block__list--contents-list {
      padding-left: 1em;
      text-indent: -1em; }
      .schedule-block__list--contents-list:before {
        content: '−';
        margin: 0 .5em 0 0;
        color: #003399; }
.schedule-block .annotation p {
  font-size: 1.3rem; }
  @media (max-width: 480px) {
    .schedule-block .annotation p {
      font-size: 1.2rem; } }
.schedule-block .annotation .align-r {
  text-align: right; }

/* ------------------
Card
------------------*/
.card-wrapper {
  padding-left: 10%;
  padding-right: 5%;
  display: flex;
  color: #000;
  overflow: scroll;
  gap: 2rem;
  position: relative;
  z-index: 2; }
  @media (max-width: 480px) {
    .card-wrapper {
      padding-left: 5%;
      gap: 1rem; } }
  .card-wrapper a {
    text-decoration: none;
    color: #000; }
  .card-wrapper .card {
    display: flex;
    flex-direction: column;
    min-width: 300px;
    background: #ffffff;
    border-radius: 1rem;
    transition: .3s;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3); }
    @media (max-width: 480px) {
      .card-wrapper .card {
        min-width: 280px; } }
    .card-wrapper .card .pic-wrapper {
      position: relative; }
      .card-wrapper .card .pic-wrapper .pic {
        border-radius: 1rem 1rem 0 0;
        position: relative; }
      .card-wrapper .card .pic-wrapper .logo {
        max-width: 80%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1; }
      .card-wrapper .card .pic-wrapper:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        top: 0;
        left: 0;
        border-radius: 1rem 1rem 0 0; }
      .card-wrapper .card .pic-wrapper.no-dim:after {
        display: none; }
    .card-wrapper .card .txt {
      flex: 1;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      padding: 2rem;
      box-sizing: border-box;
      font-size: 12px;
      text-align: center;
      font-feature-settings: 'palt'; }
      @media (max-width: 480px) {
        .card-wrapper .card .txt {
          padding: 1rem 1rem 2rem; } }
      .card-wrapper .card .txt img {
        padding: 0 1.5rem 1.5rem;
        width: 60%;
        margin: 0 auto; }
      .card-wrapper .card .txt .offer {
        display: flex;
        flex-direction: column;
        flex: 1; }
        .card-wrapper .card .txt .offer.haneda {
          padding: 1rem 0;
          font-size: 120%;
          font-weight: 600;
          color: #051464; }
      .card-wrapper .card .txt h3 {
        text-align: center;
        font-size: clamp(14px, 3vw, 20px);
        margin: 0 0 1rem;
        font-weight: 600; }
        .card-wrapper .card .txt h3 p {
          margin: 0 0 .5rem;
          font-size: 50%; }
          @media (max-width: 480px) {
            .card-wrapper .card .txt h3 p {
              font-size: 70%; } }
      .card-wrapper .card .txt .highlight {
        font-weight: 600;
        line-height: 1;
        padding: .5rem; }
      .card-wrapper .card .txt ul {
        flex-grow: 1; }
        .card-wrapper .card .txt ul .point {
          color: #051464;
          border-bottom: solid 1px; }
        .card-wrapper .card .txt ul li {
          margin: 1rem 0;
          padding-left: 1rem;
          position: relative;
          line-height: 1.6;
          font-feature-settings: 'palt'; }
          .card-wrapper .card .txt ul li span {
            font-weight: 600;
            text-decoration: underline;
            font-size: 120%;
            color: #051464; }
          .card-wrapper .card .txt ul li:before {
            font-size: 120%;
            position: absolute;
            top: 0;
            left: .25rem;
            transform: scale(1.2); }
      .card-wrapper .card .txt .period {
        padding: 1rem 0;
        border-top: solid 2px #f7f4f2; }
        .card-wrapper .card .txt .period span {
          display: block;
          font-size: 90%; }
      .card-wrapper .card .txt .btn {
        color: #ffffff;
        line-height: 1;
        margin: auto auto 0;
        font-size: 16px; }
        @media (max-width: 480px) {
          .card-wrapper .card .txt .btn {
            font-size: unset; } }
      .card-wrapper .card .txt .price {
        margin: 0 0 2rem; }
        .card-wrapper .card .txt .price p {
          line-height: 1.2; }
        .card-wrapper .card .txt .price p:first-child {
          color: #ff4b4b; }
        .card-wrapper .card .txt .price p:nth-child(2) {
          color: #ff4b4b;
          font-size: clamp(16px, 5vw, 26px);
          font-weight: 600; }
  .card-wrapper.haneda .offer {
    padding: 1rem 0;
    font-size: 120%;
    font-weight: 600;
    color: #051464; }

.booking-bnr {
  background: url("../img/common/bg_ua_01.jpg") no-repeat center/cover;
  border-radius: 1rem;
  padding: 8rem;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
  height: 400px;
  box-sizing: border-box;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1200px) {
    .booking-bnr {
      height: auto;
      padding: 6rem; } }
  @media (max-width: 880px) {
    .booking-bnr {
      padding: 3rem; } }
  @media (max-width: 480px) {
    .booking-bnr {
      background: url("../img/common/bg_ua_02.jpg") no-repeat top/cover; } }
  .booking-bnr .txt {
    width: 100%; }
    @media (max-width: 480px) {
      .booking-bnr .txt {
        margin: 10rem 0 0; } }
    .booking-bnr .txt p {
      font-size: clamp(14px, 2.15vw, 26px);
      font-weight: 600;
      letter-spacing: .1em; }
      @media (max-width: 480px) {
        .booking-bnr .txt p {
          color: #ffffff; } }
      .booking-bnr .txt p.heading {
        font-size: clamp(16px, 2.6vw, 32px);
        margin: 0 0 2rem; }
    .booking-bnr .txt .btn-wrapper {
      margin: 0; }
      .booking-bnr .txt .btn-wrapper .btn {
        margin: 0; }
        @media screen and (max-width: 1200px) {
          .booking-bnr .txt .btn-wrapper .btn {
            display: block;
            max-width: 220px;
            padding: 1.4rem 3rem; } }
        @media (max-width: 480px) {
          .booking-bnr .txt .btn-wrapper .btn {
            width: 100%;
            max-width: 100%; } }
      .booking-bnr .txt .btn-wrapper .btn:first-child {
        margin: 0 1rem 0 0; }
        @media screen and (max-width: 1200px) {
          .booking-bnr .txt .btn-wrapper .btn:first-child {
            margin: 0 0 1rem; } }
