@charset "UTF-8";
/* Color Palette */
/* Padding */
/* Heder Space */
/* Wrap */
/*-----------
Root
-------------*/
:root {
  --large: 8rem;
  --medium: 5rem;
  --small: 2rem;
  --transition: all 0.3s ease; }

@media screen and (max-width: 1024px) {
  :root {
    --large: 5rem;
    --medium: 3rem;
    --small: 1.5rem; } }
@media screen and (max-width: 640px) {
  :root {
    --large: 3rem;
    --medium: 2rem;
    --small: 1rem; } }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h2 {
  color: #ffffff;
  padding-bottom: 2rem;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
  font-size: 36px; }
  h2 span {
    display: inline-block;
    font-size: 80%;
    line-height: 1.5; }
  @media (max-width: 1024px) {
    h2 {
      font-size: 28px; } }
  @media (max-width: 640px) {
    h2 {
      font-size: 21px;
      padding-bottom: 1rem; } }

h2 + p {
  margin: .5rem 0 0;
  font-weight: 600; }
  @media (max-width: 640px) {
    h2 + p {
      margin: 0 0 1rem; } }

body {
  background: #ffffff; }

section {
  padding: 8rem 0 10rem; }
  @media (max-width: 1024px) {
    section {
      padding: 5rem 0 7rem; } }
  @media (max-width: 640px) {
    section {
      padding: 3rem 0 4rem; } }

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

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

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

.wrap {
  width: 100%;
  padding: 8rem 0; }
  @media (max-width: 640px) {
    .wrap {
      padding: 4rem 0; } }

.note {
  font-size: 80%; }

.end-cp {
  margin-top: 2rem;
  text-align: center;
  padding-bottom: 2rem; }
  .end-cp p {
    background: #FF4B4B;
    display: inline-block;
    color: #ffffff;
    border-radius: 10px;
    padding: .8rem 1.5rem; }

.end-cp-full {
  text-align: center;
  padding: 1.4rem 0;
  background: #FF4B4B; }
  .end-cp-full p {
    display: inline-block;
    color: #ffffff;
    border-radius: 10px;
    padding: .8rem 1.5rem; }

.disabled {
  pointer-events: none !important; }
  .disabled.no-btn {
    background: rgba(0, 0, 0, 0.66) !important; }

.space20 {
  margin: 2rem 0 0; }

/* ------------------
MAIN VISUAL 
------------------*/
.mv {
  width: 100%;
  height: 82vh;
  min-height: 650px;
  max-height: 800px;
  margin-top: 90px;
  position: relative;
  display: flex;
  justify-content: center; }
  @media (max-width: 1024px) {
    .mv {
      height: 65vw;
      min-height: auto; } }
  @media (max-width: 640px) {
    .mv {
      height: 100vw;
      min-height: auto;
      margin-top: 52px; } }

.mv_ttl {
  text-align: center;
  color: #FFF;
  font-feature-settings: 'palt';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10; }
  .mv_ttl h1 {
    font-size: min(3.5vw, 56px);
    font-weight: 800;
    line-height: 1.8;
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.3)); }
    @media (max-width: 1024px) {
      .mv_ttl h1 {
        font-size: clamp(24px, 3vw, 48px); } }
    @media (max-width: 640px) {
      .mv_ttl h1 {
        font-size: clamp(27px, calc( 14px + 3vw ), 36px); } }
    .mv_ttl h1 span {
      font-weight: 500;
      display: inline-block;
      font-size: 70%; }
      @media (max-width: 640px) {
        .mv_ttl h1 span {
          font-size: 46%; } }
      .mv_ttl h1 span.highlight {
        margin: 1rem 0;
        padding: 0.3rem 3rem;
        border: 1px solid #FFF;
        border-radius: 60px; }
        @media (max-width: 640px) {
          .mv_ttl h1 span.highlight {
            margin: 0 0 1.5rem; } }
    .mv_ttl h1.narrow {
      margin: 0 0 2rem; }
      .mv_ttl h1.narrow span {
        line-height: 1.4; }
  @media (max-width: 640px) {
    .mv_ttl {
      width: 90%; } }

.main-visual, .kenburns-swiper {
  width: 100%;
  height: 100%; }

.swiper {
  z-index: 0; }

.swiper-slide, .kenburns-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .swiper-slide img, .kenburns-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.kenburns-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  animation: none;
  animation: kenburnsZoom 9s linear infinite;
  transform-origin: center center;
  will-change: transform;
  /* ブラウザ最適化 */
  transform: translateZ(0);
  /* ハードウェアアクセラレーション */
  backface-visibility: hidden;
  animation-fill-mode: forwards;
  animation-play-state: paused; }

@keyframes kenburnsZoom {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.credit {
  width: 97.5%;
  height: 98%;
  position: absolute;
  z-index: 8;
  color: #ffffff;
  font-weight: 400; }
  @media (max-width: 1024px) {
    .credit {
      font-size: 11px; } }
  @media (max-width: 640px) {
    .credit {
      font-size: 11px;
      width: 95.5%;
      height: 99%; } }
  .credit p.c_name {
    position: absolute;
    text-align: right;
    top: 2%;
    right: 0%;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.4)); }
  .credit p.c_copyright {
    position: absolute;
    text-align: right;
    bottom: 0;
    right: 0;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.4));
    /*@include tab{
    	bottom: 14%;
    }*/ }
    @media (max-width: 640px) {
      .credit p.c_copyright {
        bottom: 4%; } }

.dim {
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 85, 125, 0.65) 0%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0) 80%);
  mix-blend-mode: multiply;
  z-index: 5;
  width: 100%;
  height: 100%;
  overflow: hidden; }

/* ------------------
キャンペーン要約
------------------*/
.top-cp-banner {
  width: 90%;
  max-width: 640px;
  margin: 2rem auto 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 2rem 1rem;
  text-align: center; }
  @media (max-width: 1024px) {
    .top-cp-banner {
      max-width: 540px;
      padding: 1.5rem 0.5rem; } }
  @media (max-width: 640px) {
    .top-cp-banner {
      width: 100%;
      background: #ffffff; } }
  .top-cp-banner h3 {
    font-size: clamp(18px, 2vw, 21px);
    color: #000000; }
    .top-cp-banner h3 span {
      font-size: clamp(21px, 2.5vw, 30px);
      font-weight: 800;
      line-height: 1.6;
      color: #1414d2; }
      @media (max-width: 640px) {
        .top-cp-banner h3 span {
          font-size: 17px; } }
    @media (max-width: 640px) {
      .top-cp-banner h3 {
        font-size: 14px; } }
  .top-cp-banner .btn {
    margin: 1.5rem 0 0.6rem; }
    @media (max-width: 1024px) {
      .top-cp-banner .btn {
        margin: 1rem 0 0.4rem; } }
    @media (max-width: 640px) {
      .top-cp-banner .btn {
        margin: 1.5rem 0 0.5rem; } }
    .top-cp-banner .btn img {
      width: 16px;
      height: auto;
      margin-right: 1rem;
      animation: blink 1.2s ease-in-out infinite; }

@keyframes blink {
  0%,
	100% {
    opacity: 0.2; }
  50% {
    opacity: 1; } }
.top-cp-area {
  display: none; }

@media (max-width: 640px) {
  .top-cp-area {
    display: block;
    width: 100%;
    padding: 3rem 2rem;
    background: #1414d2; }

  .top-cp-area .top-cp-banner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 1rem; } }
.cp-summary {
  display: flex;
  gap: 20px;
  margin: 2rem auto 0;
  justify-content: center;
  flex-wrap: wrap; }
  .cp-summary__block {
    flex: 1 1 22%;
    max-width: 400px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem 1rem;
    text-align: center;
    position: relative; }
    .cp-summary__block h3 {
      font-size: clamp(18px, 2vw, 24px);
      margin-bottom: 5px;
      color: #1414d2; }
    .cp-summary__block .icon-wrap {
      margin: auto;
      padding-bottom: 1.5rem;
      width: 40%;
      max-width: 120px; }
      .cp-summary__block .icon-wrap img {
        width: 100%; }
    .cp-summary__block p {
      color: #000000;
      font-size: clamp(12px, 1vw, 16px); }
      .cp-summary__block p span {
        color: #1414d2;
        font-size: 140%;
        font-weight: 600; }
    .cp-summary__block .emphasize {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: .5rem;
      gap: .5rem; }
      .cp-summary__block .emphasize p {
        display: inline-block;
        color: #1414d2;
        font-weight: 600;
        padding: 0; }
      .cp-summary__block .emphasize > p:first-child {
        font-size: 250%;
        line-height: 1; }
      .cp-summary__block .emphasize > p:last-child {
        line-height: 1.2;
        text-align: left;
        font-size: 120%; }
    .cp-summary__block::after {
      content: '';
      background: url("../img/icon_arrow.svg") no-repeat center/contain;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      right: -35px;
      transform: translateY(-50%);
      z-index: 20; }
    .cp-summary__block:last-child::after {
      content: none; }
  @media (max-width: 1024px) {
    .cp-summary {
      display: none; } }

/* ------------------
キャンペーン要約　スマホビュー
------------------*/
.sp-summary_wrapper {
  display: none;
  background: #1414d2; }
  @media (max-width: 1024px) {
    .sp-summary_wrapper {
      display: block; } }

.sp-summary {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
  padding: 4rem 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap; }
  @media (max-width: 640px) {
    .sp-summary {
      max-width: 420px;
      gap: 12px; } }
  .sp-summary__block {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    position: relative;
    display: flex;
    flex-direction: row; }
    @media (max-width: 640px) {
      .sp-summary__block {
        padding: 1.2rem; } }
    .sp-summary__block .icon-wrap {
      width: 20%;
      max-width: 80px;
      display: flex;
      align-items: center; }
      .sp-summary__block .icon-wrap img {
        width: 100%; }
    .sp-summary__block .summary-text {
      padding-left: 2rem;
      font-feature-settings: 'palt'; }
      @media (max-width: 640px) {
        .sp-summary__block .summary-text {
          padding-left: 1.2rem;
          width: 80%; } }
      .sp-summary__block .summary-text h3 {
        text-align: left;
        font-size: clamp(18px, 2vw, 24px);
        margin-bottom: 5px;
        color: #1414d2; }
      .sp-summary__block .summary-text p {
        text-align: left;
        color: #000000;
        font-size: clamp(12px, 1vw, 16px); }
        .sp-summary__block .summary-text p span {
          color: #1414d2;
          font-size: 140%;
          font-weight: 600; }
    .sp-summary__block::before {
      content: '';
      background: url("../img/icon_arrow.svg") no-repeat center/contain;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      top: -32px;
      transform: translateX(-50%) rotate(90deg);
      z-index: 20; }
      @media (max-width: 640px) {
        .sp-summary__block::before {
          width: 30px;
          height: 30px;
          top: -21px; } }
    .sp-summary__block:first-child::before {
      content: none; }

/* ------------------
キャンペーン概要
------------------*/
.overview {
  width: 100%; }

.cpdate {
  text-align: center; }
  .cpdate .cp-period {
    margin: 1rem 0 1.5rem;
    font-weight: 600;
    font-size: clamp(30px, 4vw, 36px);
    line-height: 1.2; }
    @media (max-width: 640px) {
      .cpdate .cp-period {
        font-size: clamp(18px, calc( -12px + 9vw ), 24px); } }
    .cpdate .cp-period span {
      font-size: clamp(21px, 3vw, 32px); }
      @media (max-width: 640px) {
        .cpdate .cp-period span {
          font-size: clamp(16px, calc( -9px + 7vw ), 21px); } }
  .cpdate__ttl {
    font-size: clamp(16px, 2vw, 18px);
    color: #000000;
    font-weight: 400; }
  .cpdate__card {
    color: #051464;
    font-size: 28px; }
    .cpdate__card span {
      font-size: 24px; }
    @media (max-width: 1412px) {
      .cpdate__card {
        font-size: 26px; }
        .cpdate__card span {
          font-size: 22px; } }
    @media (max-width: 1024px) {
      .cpdate__card {
        font-size: 23px; }
        .cpdate__card span {
          font-size: 20px; } }
    @media (max-width: 1024px) {
      .cpdate__card {
        font-size: 18px; }
        .cpdate__card span {
          font-size: 16px; } }
  .cpdate p {
    font-feature-settings: 'palt'; }

.subject {
  margin: var(--medium) auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: stretch;
  max-width: 720px; }
  @media (max-width: 1024px) {
    .subject {
      gap: 1.5rem;
      margin: var(--medium) auto; } }
  .subject .duration {
    width: 100%; }
  .subject .destination, .subject .period {
    width: calc((100% - 3rem) / 2); }
  .subject .destination, .subject .period, .subject .duration {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .subject .destination, .subject .period, .subject .duration {
        width: calc((100% - 1.5rem) / 2); } }
    @media (max-width: 640px) {
      .subject .destination, .subject .period, .subject .duration {
        width: 100%;
        max-width: 260px;
        margin: auto; } }
    .subject .destination .row, .subject .period .row, .subject .duration .row {
      width: 100%;
      text-align: center;
      border: 2px solid #051464;
      padding: 1.5rem 1.5rem 1rem;
      font-weight: 400; }
      @media (max-width: 640px) {
        .subject .destination .row, .subject .period .row, .subject .duration .row {
          padding: 1rem 1rem 0.6rem; } }
      .subject .destination .row.content, .subject .period .row.content, .subject .duration .row.content {
        border-radius: 0 0 10px 10px;
        flex: 1;
        padding: 1rem 1rem 1.4rem;
        line-height: 1.6;
        font-weight: 600;
        font-feature-settings: 'palt';
        font-size: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .subject .destination .row.content span, .subject .period .row.content span, .subject .duration .row.content span {
          font-size: 22px; }
        .subject .destination .row.content p.term-note, .subject .period .row.content p.term-note, .subject .duration .row.content p.term-note {
          font-size: 16px;
          font-weight: 400;
          margin: 0 0 1rem; }
          @media (max-width: 640px) {
            .subject .destination .row.content p.term-note, .subject .period .row.content p.term-note, .subject .duration .row.content p.term-note {
              font-size: 12px; } }
        @media (max-width: 1412px) {
          .subject .destination .row.content, .subject .period .row.content, .subject .duration .row.content {
            font-size: 21px; }
            .subject .destination .row.content span, .subject .period .row.content span, .subject .duration .row.content span {
              font-size: 19px; } }
        @media (max-width: 640px) {
          .subject .destination .row.content, .subject .period .row.content, .subject .duration .row.content {
            font-size: 17px; } }

/* ------------------
デコ
------------------*/
.deco {
  width: 100%;
  height: 20px;
  background: linear-gradient(to right, #a5ebff 0, #a5ebff 33%, #276ef1 33%, #276ef1 66%, #051464 66%, #051464 100%); }

/* ------------------
コラム
------------------*/
.column {
  width: 100%; }
  .column_light-tonal-gray {
    background: #f7f4f2; }
  .column_united-blue {
    background: #1414d2; }

@media (max-width: 1024px) {
  .card-wrapper, .restaurant,
  .steps {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .card-wrapper::-webkit-scrollbar, .restaurant::-webkit-scrollbar,
    .steps::-webkit-scrollbar {
      display: none; } }
/* ------------------
キャンペーンHeader
------------------*/
.campaign-header {
  position: relative; }
  @media (max-width: 1024px) {
    .campaign-header {
      display: flex;
      flex-direction: column; } }

.campaign-ttl {
  width: 95%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10; }
  .campaign-ttl h2 {
    color: #fff;
    filter: drop-shadow(0 0px 14px rgba(0, 0, 0, 0.9)); }
    @media (max-width: 1024px) {
      .campaign-ttl h2 {
        filter: none;
        width: 95%; } }
    @media (max-width: 640px) {
      .campaign-ttl h2 span {
        font-size: 70%; } }
  @media (max-width: 1024px) {
    .campaign-ttl {
      width: 100%;
      position: static;
      order: 2;
      transform: none;
      background: #695fe6;
      padding: 2rem 0 4rem; } }
  @media (max-width: 640px) {
    .campaign-ttl {
      padding: 2rem 0 3rem; } }

.campaign-apply {
  width: 95%;
  max-width: 840px;
  margin: 2rem auto 0;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: stretch; }
  @media (max-width: 1412px) {
    .campaign-apply {
      padding: 1rem 0 1rem;
      max-width: 720px; } }
  @media (max-width: 640px) {
    .campaign-apply {
      margin: 1rem auto 0;
      flex-direction: column;
      padding: 2rem;
      gap: 4rem;
      max-width: 350px; } }
  .campaign-apply__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    width: calc(100% / 3);
    position: relative; }
    @media (max-width: 640px) {
      .campaign-apply__block {
        flex-direction: row;
        width: 100%;
        gap: 2rem; } }
    .campaign-apply__block:nth-child(-n + 2)::before {
      content: "";
      position: absolute;
      top: 0;
      right: 5px;
      width: 1px;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); }
      @media (max-width: 640px) {
        .campaign-apply__block:nth-child(-n + 2)::before {
          top: auto;
          right: auto;
          bottom: -20px;
          left: 0;
          width: 100%;
          height: 1px; } }
    .campaign-apply__block:nth-child(-n + 2)::after {
      content: "";
      position: absolute;
      z-index: 1;
      top: 50%;
      right: -10px;
      transform: translateY(-50%);
      width: 32px;
      height: 40px;
      background-color: #fff;
      background-image: url("../img/campaign/icon_arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 20px 20px; }
      @media (max-width: 640px) {
        .campaign-apply__block:nth-child(-n + 2)::after {
          top: auto;
          right: auto;
          bottom: -36px;
          left: 50%;
          width: 20px;
          height: 32px;
          transform: translateX(-50%) rotate(90deg);
          background-size: 20px 20px; } }
    .campaign-apply__block .icon-area {
      flex: 0 0 42px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 0 1rem; }
      @media (max-width: 1412px) {
        .campaign-apply__block .icon-area {
          margin: 0; } }
      .campaign-apply__block .icon-area img {
        display: block;
        height: auto;
        object-fit: contain; }
        .campaign-apply__block .icon-area img.icon-01 {
          width: 50px; }
          @media (max-width: 1412px) {
            .campaign-apply__block .icon-area img.icon-01 {
              width: 40px; } }
        .campaign-apply__block .icon-area img.icon-02 {
          width: 42px; }
          @media (max-width: 1412px) {
            .campaign-apply__block .icon-area img.icon-02 {
              width: 32px; } }
        .campaign-apply__block .icon-area img.icon-03 {
          width: 60px; }
          @media (max-width: 1412px) {
            .campaign-apply__block .icon-area img.icon-03 {
              width: 50px; } }
    .campaign-apply__block .text-area {
      display: flex;
      flex-direction: column;
      flex: 1;
      width: 100%; }
      @media (max-width: 640px) {
        .campaign-apply__block .text-area {
          flex: 1 1 auto;
          width: auto;
          align-items: flex-start; } }
    .campaign-apply__block p {
      text-align: center; }
      @media (max-width: 640px) {
        .campaign-apply__block p {
          text-align: left; } }
      .campaign-apply__block p.apply-desc {
        flex: 1 1 auto;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 1412px) {
          .campaign-apply__block p.apply-desc {
            font-size: 14px; } }
        @media (max-width: 1024px) {
          .campaign-apply__block p.apply-desc {
            font-size: 12px; } }
        @media (max-width: 640px) {
          .campaign-apply__block p.apply-desc {
            flex: none;
            display: block;
            margin: 0; } }
      .campaign-apply__block p.apply-emph {
        color: #1414d2;
        flex: 0 0 auto;
        font-size: 20px;
        font-weight: 600;
        font-feature-settings: 'palt'; }
        @media (max-width: 1412px) {
          .campaign-apply__block p.apply-emph {
            font-size: 18px; } }
        @media (max-width: 1024px) {
          .campaign-apply__block p.apply-emph {
            font-size: 16px; } }

/* ------------------
特典紹介
------------------*/
.deals {
  width: 90%;
  max-width: 1200px;
  margin: auto; }
  @media (max-width: 1024px) {
    .deals {
      max-width: 1024px;
      width: 100%; } }

.deals-ttl {
  width: 100%;
  margin: 4rem auto 6rem;
  padding: 0 2rem; }
  @media (max-width: 640px) {
    .deals-ttl {
      margin: 2rem auto; } }
  .deals-ttl h4 {
    font-size: min(3.5vw, 21px);
    font-weight: 400;
    line-height: 1.8;
    text-align: center; }
    .deals-ttl h4 span {
      display: inline-block;
      line-height: 1.6; }
    .deals-ttl h4 span.strong {
      font-weight: 600; }
    .deals-ttl h4 span.bigger {
      font-size: 150%; }

.deals-content {
  width: 100%;
  padding: 2rem 0; }
  .deals-content p.title {
    font-size: min(3.5vw, 21px);
    text-align: center;
    position: relative; }
    .deals-content p.title::after {
      content: '';
      position: absolute;
      bottom: -1rem;
      left: 0;
      width: 100%;
      height: 1px;
      background: rgba(0, 0, 0, 0.5); }
      @media (max-width: 1024px) {
        .deals-content p.title::after {
          width: 90%;
          left: 5%; } }
  .deals-content p.support-info {
    font-size: min(3.5vw, 21px);
    text-align: center; }
    .deals-content p.support-info span {
      font-size: 80%; }
  .deals-content .restaurant {
    width: 100%;
    padding: 2rem 0;
    margin: 1rem 0;
    display: flex;
    overflow: visible;
    gap: 3rem; }
    @media (max-width: 1412px) {
      .deals-content .restaurant {
        gap: 2rem; } }
    @media (max-width: 1024px) {
      .deals-content .restaurant {
        padding: 2rem 5% 2rem 5%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch; } }
    @media (max-width: 640px) {
      .deals-content .restaurant {
        gap: 1rem; } }
    .deals-content .restaurant__card {
      display: flex;
      flex-direction: column;
      width: calc((100% - 6rem) / 3);
      min-width: 300px;
      background: #ffffff;
      border-radius: 10px;
      transition: .3s;
      box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3); }
      @media (max-width: 1412px) {
        .deals-content .restaurant__card {
          width: calc((100% - 4rem) / 3); } }
      @media (max-width: 1024px) {
        .deals-content .restaurant__card {
          min-width: 360px; } }
      @media (max-width: 640px) {
        .deals-content .restaurant__card {
          min-width: 280px; } }
      .deals-content .restaurant__card__image {
        position: relative;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
        width: 100%;
        min-width: 100%;
        height: 220px;
        flex-shrink: 0; }
        @media (max-width: 640px) {
          .deals-content .restaurant__card__image {
            height: 160px; } }
      .deals-content .restaurant__card__text {
        display: flex;
        flex-direction: column;
        flex: 1;
        flex-grow: 1;
        padding: 2rem 3rem 3rem; }
        @media (max-width: 640px) {
          .deals-content .restaurant__card__text {
            padding: 1.5rem 2rem 1rem; } }
        .deals-content .restaurant__card__text .restaurant-name p {
          margin: 0; }
          .deals-content .restaurant__card__text .restaurant-name p.hotel-name {
            color: #1414d2;
            font-size: 18px;
            font-weight: 600; }
            @media (max-width: 640px) {
              .deals-content .restaurant__card__text .restaurant-name p.hotel-name {
                font-size: 16px; } }
          .deals-content .restaurant__card__text .restaurant-name p.hotel-restaurant {
            font-size: 24px;
            font-weight: 600; }
            @media (max-width: 640px) {
              .deals-content .restaurant__card__text .restaurant-name p.hotel-restaurant {
                font-size: 21px; } }
          .deals-content .restaurant__card__text .restaurant-name p.dining-style {
            display: flex;
            flex-direction: row;
            align-items: center;
            font-size: 12px;
            gap: 1rem; }
            .deals-content .restaurant__card__text .restaurant-name p.dining-style img {
              width: 18px;
              height: auto;
              object-fit: contain;
              flex-shrink: 0;
              margin-left: 1px; }
        .deals-content .restaurant__card__text .restaurant-desc {
          margin: 2rem 0;
          flex: 1; }
  .deals-content .restaurant__card__image .swiper-wrapper {
    height: 100%;
    /* 追加 */
    min-width: 100%; }
  .deals-content .restaurant__card__image .swiper-slide {
    position: absolute;
    /* フェード効果に必要 */
    width: 100%;
    min-width: 100%;
    height: 100%;
    opacity: 0 !important;
    /* フェード効果用 */
    transition: opacity 1.5s !important; }
    .deals-content .restaurant__card__image .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .deals-content .restaurant__card__image .swiper-slide-active {
    opacity: 1 !important; }

/* ------------------
獲得方法
------------------*/
#how-to-apply h2 {
  position: relative;
  max-width: 1080px; }
  #how-to-apply h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5); }
    @media (max-width: 1024px) {
      #how-to-apply h2::after {
        width: 90%;
        left: 5%; } }

.apply-steps {
  width: 95%;
  max-width: 1080px;
  margin: auto; }
  @media (max-width: 1024px) {
    .apply-steps {
      width: 100%; } }
  .apply-steps .steps {
    width: 100%;
    padding: 2rem 0 1rem;
    display: flex;
    align-items: stretch;
    gap: 3rem;
    overflow: visible; }
    @media (max-width: 1412px) {
      .apply-steps .steps {
        gap: 2rem; } }
    @media (max-width: 1024px) {
      .apply-steps .steps {
        padding: 2rem 5% 2rem 5%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch; } }
    @media (max-width: 640px) {
      .apply-steps .steps {
        gap: 1rem; } }
    .apply-steps .steps__card {
      display: flex;
      flex-direction: column;
      width: calc((100% - 6rem) / 3);
      min-width: 320px;
      background: #ffffff;
      border-radius: 10px;
      transition: .3s;
      box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
      padding: 3rem; }
      @media (max-width: 1412px) {
        .apply-steps .steps__card {
          width: calc((100% - 4rem) / 3); } }
      @media (max-width: 640px) {
        .apply-steps .steps__card {
          min-width: 280px; } }
      @media (max-width: 640px) {
        .apply-steps .steps__card {
          padding: 2rem; } }
      .apply-steps .steps__card .step-ttl {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 3rem;
        font-feature-settings: 'palt'; }
        .apply-steps .steps__card .step-ttl p {
          font-size: 26px;
          line-height: 1;
          font-weight: 600; }
          .apply-steps .steps__card .step-ttl p span {
            position: relative;
            display: inline-block;
            padding-bottom: 4px;
            color: #1414d2; }
            .apply-steps .steps__card .step-ttl p span::after {
              content: "";
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              height: 2px;
              background: #1414d2; }
        .apply-steps .steps__card .step-ttl .ttl_icon {
          width: 32px;
          height: auto;
          display: grid;
          place-items: center; }
          .apply-steps .steps__card .step-ttl .ttl_icon img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
          .apply-steps .steps__card .step-ttl .ttl_icon.small-icon {
            width: 36px;
            height: auto; }
          .apply-steps .steps__card .step-ttl .ttl_icon.food-icon {
            width: 40px;
            height: auto; }
      .apply-steps .steps__card .step-desc {
        flex: none;
        margin: 0 0 3rem;
        display: flex;
        flex-direction: column; }
        .apply-steps .steps__card .step-desc > p {
          font-weight: 600; }
      .apply-steps .steps__card .step-note-btn {
        margin-top: auto;
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        flex: none; }
        .apply-steps .steps__card .step-note-btn ul {
          padding-left: 1.5rem;
          margin: 0 0 1rem; }
          .apply-steps .steps__card .step-note-btn ul li {
            text-indent: -1.5rem; }
            .apply-steps .steps__card .step-note-btn ul li p {
              font-size: 80%; }
        .apply-steps .steps__card .step-note-btn p.agree {
          font-size: 66%;
          text-align: center;
          color: rgba(0, 0, 0, 0.7); }
        .apply-steps .steps__card .step-note-btn .btn {
          width: 100%;
          margin: 0; }
  .apply-steps .note.white a.cta {
    color: #a5ebff; }
  @media (max-width: 1024px) {
    .apply-steps .note.white {
      width: 90%;
      margin: auto; } }

.modaal-iframe .modaal-inner-wrapper {
  padding: 20px; }
.modaal-iframe .modaal-container {
  width: 100%;
  max-width: 1200px;
  background: transparent;
  box-shadow: none; }
.modaal-iframe .modaal-content-container {
  padding: 0; }
.modaal-iframe .modaal-iframe-elem {
  display: block;
  width: 100%;
  height: 85vh;
  border: 0; }

@media (max-width: 1024px) {
  .modaal-iframe .modaal-inner-wrapper {
    padding: 0; }

  .modaal-iframe .modaal-container {
    display: block;
    width: 100%;
    border: 0;
    margin-top: 5rem; } }
/* ------------------
ユナイテッドクラブ
------------------*/
#united-club {
  background: #1414d2; }

.united-club {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
  align-items: stretch;
  justify-content: center;
  margin: 3rem 0 6rem;
  gap: 6rem; }
  @media (max-width: 640px) {
    .united-club {
      margin: 2rem 0 4rem;
      gap: 3rem;
      align-items: center; } }
  .united-club__image, .united-club__text {
    width: calc((100% - 6rem) / 2); }
    @media (max-width: 1024px) {
      .united-club__image, .united-club__text {
        width: 100%; } }
  .united-club__image .united-club-swiper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 360px; }
    @media (max-width: 640px) {
      .united-club__image .united-club-swiper {
        min-height: unset; } }
  .united-club__image .united-club-swiper .swiper-wrapper {
    height: 100%;
    /* 追加 */
    min-width: 100%; }
  .united-club__image .united-club-swiper .swiper-slide {
    width: 100%;
    height: 100%; }
    .united-club__image .united-club-swiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center bottom; }
  .united-club__text {
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      .united-club__text {
        justify-content: center; } }
    .united-club__text .club_content {
      width: auto;
      display: flex;
      flex-direction: column; }
      @media (max-width: 1024px) {
        .united-club__text .club_content {
          align-items: center;
          width: 100%; } }
      @media (max-width: 1024px) {
        .united-club__text .club_content > p {
          text-align: center; }
          .united-club__text .club_content > p.note {
            font-size: 100%; } }
      .united-club__text .club_content img.club_icon {
        max-width: 100px;
        margin: 0 0 1.5rem; }
      .united-club__text .club_content a {
        color: #ffffff; }
      .united-club__text .club_content table {
        width: auto;
        display: table;
        border-collapse: separate;
        border-spacing: 0;
        text-align: center;
        line-height: 1.5;
        margin: 1rem auto 0 0; }
        @media (max-width: 1024px) {
          .united-club__text .club_content table {
            width: 100%; } }
        .united-club__text .club_content table tr > td + td {
          border-left-width: 6px; }
          @media (max-width: 640px) {
            .united-club__text .club_content table tr > td + td {
              border-left-width: 5px; } }
        .united-club__text .club_content table tr > th + th {
          border-left-width: 6px; }
          @media (max-width: 640px) {
            .united-club__text .club_content table tr > th + th {
              border-left-width: 5px; } }
        .united-club__text .club_content table tr + tr > td {
          border-top-width: 6px; }
          @media (max-width: 640px) {
            .united-club__text .club_content table tr + tr > td {
              border-top-width: 5px; } }
        .united-club__text .club_content table td, .united-club__text .club_content table th {
          background-color: #FFF;
          white-space: normal !important;
          vertical-align: middle;
          text-align: center;
          border: 0px solid #1414d2;
          padding: 1rem 2rem; }
          @media (max-width: 640px) {
            .united-club__text .club_content table td, .united-club__text .club_content table th {
              padding: 1rem; } }
        .united-club__text .club_content table th {
          background: #051464;
          color: #ffffff;
          font-weight: 400; }
        .united-club__text .club_content table td {
          background: #ffffff;
          color: #000000; }
          .united-club__text .club_content table td.club-name {
            min-width: 280px;
            text-align: left; }
            @media (max-width: 640px) {
              .united-club__text .club_content table td.club-name {
                min-width: auto; } }

.note.footer-note {
  color: #ffffff;
  text-align: center; }
  @media (max-width: 640px) {
    .note.footer-note {
      text-align: left; } }

/* ------------------
感謝月間バナー
------------------*/
.banner-block {
  background: #f7f4f2;
  padding: 10rem 0; }
  @media (max-width: 640px) {
    .banner-block {
      padding: 5rem 0; } }
  .banner-block .banner-size {
    width: 90%;
    max-width: 880px;
    margin: auto; }
  .banner-block .banner-img {
    border-radius: 1rem;
    box-shadow: 5px 5px 16px 1px rgba(0, 0, 0, 0.2); }

/* ------------------
お得な特典　
------------------*/
#special-offers {
  padding: var(--large) 0 0; }

.special-offers {
  display: flex;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: var(--medium) 0 0; }
  @media (max-width: 640px) {
    .special-offers {
      height: 240px; } }
  .special-offers__left {
    flex: 1;
    position: relative; }
    .special-offers__left video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .special-offers__right {
    width: 30%;
    display: flex;
    align-items: center; }
    .special-offers__right.off-guam {
      background: #276ef1; }
    .special-offers__right.off-saipan {
      background: #695fe6; }
    .special-offers__right.off-palau {
      background: #d7aaaa; }
  .special-offers__text {
    color: #ffffff;
    margin: 0 auto; }
    .special-offers__text h3 {
      display: inline;
      font-size: min(6vw, 28px); }
    .special-offers__text p {
      font-size: min(4vw, 21px); }

/* ------------------
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; }

/* ------------------
Card
------------------*/
.banner-wrap {
  width: 100%; }
  .banner-wrap.ban-guam {
    background: #a5ebff; }
  .banner-wrap.ban-saipan {
    background: #d7d2ff; }
  .banner-wrap.ban-palau {
    background: #fadce1; }
  .banner-wrap h4 {
    text-align: center;
    font-size: 21px;
    margin-bottom: 2rem; }
    @media (max-width: 640px) {
      .banner-wrap h4 {
        font-size: 16px; } }
  .banner-wrap .off-category {
    padding: 0 5% 0 10%;
    margin: 4rem 0 1rem; }
    .banner-wrap .off-category.chuo {
      display: grid;
      justify-items: center;
      padding: 0; }
    @media (max-width: 640px) {
      .banner-wrap .off-category {
        padding-left: 5%;
        margin: 2rem 0 0; } }
    .banner-wrap .off-category p.cat {
      display: inline-block;
      border: 1px solid #000000;
      border-radius: 30px;
      padding: 0.5rem 2rem; }
      @media (max-width: 640px) {
        .banner-wrap .off-category p.cat {
          font-size: 12px;
          padding: 0.2rem 1rem; } }
  .banner-wrap__note {
    margin: 0 2rem 4rem 0;
    text-align: left;
    padding-left: 10%;
    font-size: 80%; }
    .banner-wrap__note.last {
      margin: 0; }
    .banner-wrap__note.saipan-palau {
      text-align: center;
      margin: 0;
      padding-left: 0; }
      @media (max-width: 640px) {
        .banner-wrap__note.saipan-palau {
          text-align: left;
          padding-left: 5%; } }
    @media (max-width: 640px) {
      .banner-wrap__note {
        font-size: 70%;
        padding-left: 5%; } }

.card-wrapper {
  padding: 2rem 5% 2rem 10%;
  display: flex;
  color: #000;
  overflow: scroll;
  gap: 2rem;
  position: relative;
  z-index: 2; }
  .card-wrapper.onecard-wrap {
    padding: 2rem 0;
    justify-content: center; }
    @media (max-width: 640px) {
      .card-wrapper.onecard-wrap {
        padding: 2rem 5%; } }
  .card-wrapper.saipan-wrap {
    margin: auto;
    max-width: 1160px; }
  @media (max-width: 640px) {
    .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;
    max-width: 460px;
    background: #ffffff;
    border-radius: 1rem;
    transition: .3s;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3); }
    @media (max-width: 640px) {
      .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'; }
      .card-wrapper .card .txt img {
        padding: 0 1.5rem 1.5rem;
        width: 60%;
        margin: 0 auto; }
      @media (max-width: 640px) {
        .card-wrapper .card .txt {
          padding: 1rem 1rem 2rem; } }
      .card-wrapper .card .txt .offer {
        display: flex;
        flex-direction: column;
        flex: 1; }
      .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: 640px) {
            .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 .promotion-code {
        padding: .5rem;
        border-top: solid 2px #f7f4f2; }
        .card-wrapper .card .txt .promotion-code p {
          font-size: 14px;
          font-weight: 600;
          line-height: 1.4; }
          .card-wrapper .card .txt .promotion-code p span {
            font-size: 12px;
            font-weight: 400; }
      .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;
          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: 640px) {
          .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: #FF5050; }
        .card-wrapper .card .txt .price p:nth-child(2) {
          color: #FF5050;
          font-size: clamp(16px, 5vw, 26px);
          font-weight: 600; }
  .card-wrapper.haneda .offer {
    padding: 1rem 0;
    font-size: 120%;
    font-weight: 600;
    color: #051464; }

/* ------------------
Modal Checkbox
------------------*/
.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%; }

.modal-content {
  padding: var(--medium); }
  .modal-content__ttl {
    font-size: 18px;
    font-weight: 600; }
  .modal-content ul {
    margin: var(--small); }

.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: -1em;
        margin-left: 1em; }
        .modal-checkbox dl dd li span {
          display: block;
          text-indent: -0.7em;
          margin-left: 1em; }
      .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: 640px) {
      .modal-window__contents-txt {
        padding: 1rem; } }
  .modal-window .btn {
    margin: 2rem auto 2rem; }

/* ------------------
羽田便バナー
------------------*/
h2.sarani {
  position: relative;
  display: block;
  text-align: center;
  width: fit-content;
  line-height: 1;
  padding: 0;
  margin-bottom: 2rem; }
  h2.sarani::before, h2.sarani::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #1414d2; }
  h2.sarani::before {
    top: -8px; }
  h2.sarani::after {
    bottom: -8px; }

a.nodeco {
  color: #000000;
  padding: 0; }

@media (max-width: 640px) {
  .black-friday {
    font-feature-settings: 'palt'; } }

.banner {
  width: 100%;
  max-width: 1080px;
  margin: var(--small) auto 0;
  /*border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  overflow: hidden;
  transition: transform .3s ease;
  will-change: transform;
  &:hover{
  	transform: scale(1.025);
  }*/ }
  .banner > a {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform .3s ease;
    transform-origin: center;
    backface-visibility: hidden; }
    .banner > a:hover {
      transform: scale(1.025); }
  .banner__image {
    width: 40%;
    position: relative; }
    @media (max-width: 1024px) {
      .banner__image {
        width: 30%; } }
    .banner__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .banner__image .credit-bnr {
      position: absolute;
      z-index: 8;
      color: #ffffff;
      font-weight: 400;
      font-size: 70%;
      margin: .5rem 1rem; }
  .banner__content {
    width: 60%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 3rem 1rem 2rem; }
    @media (max-width: 1024px) {
      .banner__content {
        width: 70%; } }
    .banner__content::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 10px;
      background: #1414d2; }
    .banner__content p {
      margin: 0 auto;
      font-size: min(3.5vw, 21px); }
      @media (max-width: 1024px) {
        .banner__content p {
          font-size: clamp(16px, calc( 7px + 1vw ), 21px); } }
      @media (max-width: 640px) {
        .banner__content p {
          font-size: clamp(14px, 2vw, 21px); } }
      .banner__content p span {
        font-size: 130%;
        font-weight: 600; }

/* ------------------
マイレージぷらmemberホテルオファー
------------------*/
@media (max-width: 640px) {
  #mpmember .large-wrapper {
    width: 100%; } }

.mp-logo {
  width: 50%;
  max-width: 300px;
  margin: 0 auto var(--medium); }
  .mp-logo img {
    width: 100%; }
  @media (max-width: 640px) {
    .mp-logo {
      max-width: 240px; } }

.hotel-wrap {
  width: 100%;
  margin: var(--small) auto 0;
  overflow: visible; }

.hotel-scroller {
  display: flex;
  gap: 30px; }
  @media (max-width: 1024px) {
    .hotel-scroller {
      gap: 16px; } }
  @media (max-width: 640px) {
    .hotel-scroller {
      padding: 1rem 5%;
      overflow-x: auto; } }

.hotel-card {
  width: calc((100% - 60px) / 3);
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background: transparent;
  transition: transform .3s ease;
  will-change: transform; }
  @media (max-width: 1024px) {
    .hotel-card {
      width: calc((100% - 32px) / 3); } }
  @media (max-width: 640px) {
    .hotel-card {
      min-width: 240px; } }
  .hotel-card:hover {
    transform: scale(1.025); }
  .hotel-card__image {
    width: 100%;
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden; }
    .hotel-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .hotel-card__image .credit-bnr {
      position: absolute;
      z-index: 8;
      color: #ffffff;
      font-weight: 400;
      font-size: 70%;
      margin: .5rem 1rem; }
  .hotel-card__content {
    width: 100%;
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 0 0 10px 10px; }
    .hotel-card__content::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 10px;
      background: #1414d2; }
    .hotel-card__content p {
      margin: 3rem auto;
      font-size: min(3.5vw, 21px); }
      @media (max-width: 1024px) {
        .hotel-card__content p {
          margin: 2rem auto 1.5rem; } }

/* ------------------
ループバナー
------------------*/
.swiper-loop-wrapper {
  position: relative;
  padding: var(--medium) 0; }

.swiper-loop, .swiper-loop-reverse {
  overflow: hidden; }
  .swiper-loop .swiper-wrapper, .swiper-loop-reverse .swiper-wrapper {
    transition-timing-function: linear; }
    .swiper-loop .swiper-wrapper .swiper-slide, .swiper-loop-reverse .swiper-wrapper .swiper-slide {
      width: auto;
      height: 100%;
      max-height: 500px; }
      @media (max-width: 1024px) {
        .swiper-loop .swiper-wrapper .swiper-slide, .swiper-loop-reverse .swiper-wrapper .swiper-slide {
          max-height: 460px; } }
      .swiper-loop .swiper-wrapper .swiper-slide img, .swiper-loop-reverse .swiper-wrapper .swiper-slide img {
        width: auto;
        height: 500px; }
        @media (max-width: 1024px) {
          .swiper-loop .swiper-wrapper .swiper-slide img, .swiper-loop-reverse .swiper-wrapper .swiper-slide img {
            max-height: 200px; } }

/* ------------------
ROUTE MAP
------------------*/
.routemap-img {
  margin-top: 2rem;
  margin-bottom: var(--small);
  width: 100%; }
  .routemap-img img {
    width: 100%; }

.routemap-note {
  text-align: right;
  font-weight: 400;
  margin: 2rem 0 1rem;
  font-size: 80%; }

/* ------------------
利用規約
------------------*/
#terms {
  display: grid;
  gap: 5rem;
  background: url("../img/bg_tng.jpg");
  background-size: cover;
  background-position: center top; }

.tnc_wrap {
  width: 90%;
  max-width: 1080px;
  margin: auto; }

.tnc {
  width: 100%;
  margin: var(--small) 0;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
  .tnc__button {
    border-radius: 10px; }
  .tnc button {
    appearance: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    cursor: pointer;
    position: relative; }
    .tnc button h3 {
      font-family: 'NeuePlak', 'Open Sans', 'Noto Sans JP', 'hiragino kaku gothic pro', sans-serif;
      color: #ffffff;
      font-feature-settings: 'palt';
      font-size: 21px;
      margin: var(--small) 0;
      padding-left: var(--medium);
      text-align: left; }
      @media (max-width: 640px) {
        .tnc button h3 {
          font-size: 14px;
          padding-left: 1rem; } }
    .tnc button:focus-visible {
      outline: 3px solid rgba(26, 26, 232, 0.35);
      outline-offset: 2px; }

.tnc.is-open .tnc__button {
  border-radius: 10px 10px 0 0; }

.tnc__icon {
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: var(--small); }
  .tnc__icon svg {
    width: 100%;
    height: 100%;
    transition: transform .25s ease; }

.tnc.is-open .tnc__icon svg {
  transform: rotate(180deg); }

.tnc__panel {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  display: none; }

.tnc.is-open .tnc__panel {
  display: block; }

.tnc__panel-inner {
  overflow: hidden;
  margin: var(--medium); }
  @media (max-width: 640px) {
    .tnc__panel-inner {
      margin: 1rem; } }
  .tnc__panel-inner table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    color: #000000;
    line-height: 1.5;
    box-sizing: border-box; }
    @media (max-width: 640px) {
      .tnc__panel-inner table {
        border-collapse: collapse; } }
  @media (max-width: 640px) {
    .tnc__panel-inner tr {
      display: grid;
      grid-template-columns: 1fr; } }
  .tnc__panel-inner th {
    background: #1414d2;
    color: #ffffff;
    font-weight: 400;
    width: 20%;
    min-width: 135px;
    max-width: 150px; }
    @media (max-width: 640px) {
      .tnc__panel-inner th {
        width: 100%;
        min-width: auto;
        max-width: none; } }
  .tnc__panel-inner td {
    background-color: #f7f4f2; }
  .tnc__panel-inner td, .tnc__panel-inner th {
    font-feature-settings: 'palt';
    font-size: 16px;
    padding: 1rem;
    border: 0px solid transparent;
    background-clip: padding-box;
    vertical-align: middle; }
    @media (max-width: 640px) {
      .tnc__panel-inner td p, .tnc__panel-inner th p {
        font-size: 80%; } }
    .tnc__panel-inner td ul, .tnc__panel-inner th ul {
      padding-left: 1.5rem; }
      @media (max-width: 640px) {
        .tnc__panel-inner td ul, .tnc__panel-inner th ul {
          padding-left: 1rem; } }
      .tnc__panel-inner td ul li, .tnc__panel-inner th ul li {
        text-indent: -0.7em; }
        @media (max-width: 640px) {
          .tnc__panel-inner td ul li, .tnc__panel-inner th ul li {
            font-size: 80%; } }
    .tnc__panel-inner td ul.num, .tnc__panel-inner th ul.num {
      padding-left: 2rem; }
      .tnc__panel-inner td ul.num > li, .tnc__panel-inner th ul.num > li {
        text-indent: -1.2em; }
    .tnc__panel-inner td p span, .tnc__panel-inner th p span {
      font-weight: 600; }
  .tnc__panel-inner tr > th + td {
    border-left-width: 8px; }
    @media (max-width: 640px) {
      .tnc__panel-inner tr > th + td {
        border-left: none; } }
  .tnc__panel-inner tr + tr > th {
    border-top-width: 8px; }
    @media (max-width: 640px) {
      .tnc__panel-inner tr + tr > th {
        border-top: none; } }
  .tnc__panel-inner tr + tr > td {
    border-top-width: 8px; }
    @media (max-width: 640px) {
      .tnc__panel-inner tr + tr > td {
        border-top: none; } }
  .tnc__panel-inner .tnc-common ul {
    padding-left: 1.5rem; }
    @media (max-width: 640px) {
      .tnc__panel-inner .tnc-common ul {
        padding-left: 1rem; } }
    .tnc__panel-inner .tnc-common ul li {
      text-indent: -0.6em; }
      .tnc__panel-inner .tnc-common ul li p {
        font-feature-settings: 'palt'; }
