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

@media screen and (max-width: 640px) {
  :root {
    --large: 3rem;
    --medium: 2rem;
    --small: .5rem; } }
/*:root {
	--font-size-36: clamp(24px, 3vw, 36px);
	--font-size-26: clamp(18px, 2.5vw, 26px);
	--font-size-21: clamp(14px, 1.5vw, 21px);

}
@media screen and (max-width:$pc) {
	:root {
		--font-size-36: clamp(24px, 3vw, 26px);
		--font-size-26: clamp(18px, 2.5vw, 20px);
		--font-size-21: clamp(14px, 1.5vw, 18px);
		
	}
}
@media screen and (max-width:$btab) {
	:root {
		--font-size-36: clamp(18px, 3vw, 21px);
		--font-size-26: clamp(16px, 2.5vw, 18px);
		--font-size-21: clamp(14px, 1.5vw, 16px);
		
	}
}
@media screen and (max-width:$sp) {
	:root {
		//--font-size-large: clamp(20px, 5.5vw, 40px);
		
	}
}*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  scroll-padding-top: 66px; }
  @media (max-width: 640px) {
    html, body {
      scroll-padding-top: 52px; } }

.sm {
  font-weight: normal;
  font-size: 50%; }

h2, h3 {
  font-weight: 600; }

h2 {
  font-size: clamp(21px, 3vw, 36px); }
  h2.en-title {
    font-size: clamp(26px, 4vw, 48px);
    line-height: 1.4; }
  h2.benefits {
    font-size: clamp(24px, 3.3vw, 48px);
    line-height: 2; }
    @media (max-width: 640px) {
      h2.benefits {
        font-size: 23px; } }

h3 {
  font-size: clamp(18px, 2vw, 24px); }
  h3.en-title {
    font-size: clamp(16px, 1.7vw, 21px);
    line-height: 1.4; }

p.biggertext {
  font-size: clamp(18px, 2vw, 24px); }
  p.biggertext.light-gray {
    color: #D7D7D4; }

.space20 {
  margin: 2rem 0 0; }

.space40 {
  margin: 4rem 0 0 !important; }
  @media (max-width: 640px) {
    .space40 {
      margin: 3rem 0 0 !important; } }

sup {
  font-weight: normal;
  font-size: 50%;
  vertical-align: super; }

/* ------------------
MAIN VISUAL 
------------------*/
.mv {
  margin-top: 90px;
  width: 100%;
  height: calc(100svh - 150px - 90px);
  position: relative;
  display: flex;
  align-items: stretch;
  background-color: #051464; }
  @media (max-width: 1200px) {
    .mv {
      height: 45vw; } }
  @media (max-width: 640px) {
    .mv {
      width: 100%;
      margin-top: 52px;
      height: auto;
      min-height: unset;
      flex-wrap: wrap-reverse; } }

.mv_ttl {
  width: 50%;
  font-feature-settings: 'palt';
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .mv_ttl .ttl_wrap {
    margin: auto;
    padding: 1.5rem 0 3rem; }
    @media (max-width: 640px) {
      .mv_ttl .ttl_wrap {
        padding: 0.5rem 0 2rem; } }
  .mv_ttl .mv_deco {
    width: 100%;
    height: 20px;
    background: linear-gradient(to right, #000000 0, #000000 45%, #1414d2 45%, #1414d2 85%, #276ef1 85%, #276ef1 100%);
    position: absolute;
    bottom: 0;
    left: 0; }
  .mv_ttl h1 {
    margin-bottom: 4rem;
    padding: 0;
    font-size: clamp(24px, calc( 14.62px + 2.88vw ), 70px);
    font-weight: 600;
    line-height: 1.1;
    text-align: left;
    color: #ffffff;
    font-feature-settings: 'palt'; }
    @media (max-width: 880px) {
      .mv_ttl h1 {
        margin-bottom: 1.5rem;
        font-size: clamp(24px, calc( 17.47px + 2.00vw ), 56px); } }
    @media (max-width: 640px) {
      .mv_ttl h1 {
        margin-bottom: 2rem;
        line-height: 1.2;
        font-size: clamp(24px, calc( 14.62px + 2.88vw ), 70px); } }
  .mv_ttl p {
    font-size: clamp(16px, calc( 12.739px + 1.003vw ), 32px);
    font-weight: 500;
    color: #ffffff; }
    @media (max-width: 880px) {
      .mv_ttl p {
        font-size: clamp(16px, calc( 14.98px + 0.31vw ), 21px); } }
  @media (max-width: 880px) {
    .mv_ttl {
      padding: 3vw; } }
  @media (max-width: 640px) {
    .mv_ttl {
      width: 100%;
      padding: 2rem 3rem; } }

.mv_image {
  width: 50%;
  height: 100%;
  display: flex;
  position: relative; }
  @media (max-width: 640px) {
    .mv_image {
      width: 100%; } }
  .mv_image .dim {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    opacity: 50%;
    background: linear-gradient(to bottom, rgba(44, 44, 44, 0.8) 0, rgba(44, 44, 44, 0) 100%); }
  .mv_image .mplogo-on-image {
    display: block;
    position: absolute;
    z-index: 500;
    top: 2%;
    right: 3%;
    width: 10vw;
    min-width: 140px;
    max-width: 180px;
    pointer-events: none;
    /* クリックイベントを無効化 */ }
    .mv_image .mplogo-on-image img {
      width: 100%; }
  .mv_image__inner {
    width: 100%;
    flex-shrink: 0;
    /* Prevent shrinking */
    position: relative;
    z-index: 10;
    overflow: hidden;
    /* swiperのため追加 */ }
    .mv_image__inner .swiper {
      width: 100%;
      height: 100%; }
    .mv_image__inner .swiper-slide {
      width: 100%;
      height: 100%;
      /*  swiperのためautoから変更 */
      display: flex;
      /* 追加 */
      align-items: center;
      /* 追加 */ }
      .mv_image__inner .swiper-slide img {
        width: 100%;
        height: 100%;
        /*  swiperのためautoから変更 */
        object-fit: cover;
        /* 画像が歪まないように */ }
    @media (max-width: 640px) {
      .mv_image__inner {
        width: 100%;
        height: auto; } }

/* ------------------
MV TTL animation
------------------*/
.eng, .jp {
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1); }

.eng span, .jp span {
  display: block;
  transform: translateX(100%);
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1); }

.eng.-visible,
.eng.-visible span,
.jp.-visible,
.jp.-visible span {
  transform: translateX(0); }

/* ------------------
期間
------------------*/
.period {
  padding: 4rem 0;
  text-align: center;
  font-size: clamp(21px, 4vw, 30px);
  font-weight: 600; }
  .period p {
    line-height: 1.2;
    font-feature-settings: 'palt'; }
  .period span {
    font-size: clamp(18px, 3vw, 28px); }
  @media (max-width: 640px) {
    .period {
      padding: 3rem 0; } }
  .period p.des {
    font-weight: 400;
    font-size: clamp(14px, calc( 13.59px + 0.12vw ), 16px);
    margin-top: 2rem; }
    @media (max-width: 640px) {
      .period p.des {
        margin-top: 1rem; } }

/* ------------------
マイレージプラスがよりお得に！
------------------*/
.benefits_intro {
  width: 100%;
  height: 480px;
  background: url("../img/mpmonth/image_new-benefits.jpg");
  background-position: 30% 50%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1412px) {
    .benefits_intro {
      height: 360px; } }
  @media (max-width: 640px) {
    .benefits_intro {
      background: url("../img/mpmonth/image_new-benefits_sp.jpg");
      background-position: center;
      height: 360px;
      align-items: flex-start; } }
  .benefits_intro .benefits {
    font-feature-settings: 'palt'; }
    @media (max-width: 640px) {
      .benefits_intro .benefits {
        margin: 3rem 0 0; } }

.benefits_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem; }
  @media (max-width: 1200px) {
    .benefits_content {
      gap: 2rem;
      padding: 3rem 0 0; } }

.benefits_text {
  position: relative;
  margin-left: auto;
  padding: 0 4rem 0 4rem;
  width: 520px; }
  @media (max-width: 1200px) {
    .benefits_text {
      margin-left: 0; } }
  @media (max-width: 640px) {
    .benefits_text {
      padding: 0;
      width: 90%;
      margin: 0; } }
  .benefits_text::before {
    content: '';
    position: absolute;
    left: -2rem;
    top: 4px;
    width: 45px;
    height: 32px;
    background: url("../img/mpmonth/icon_miles_b.svg");
    background-size: contain; }
    @media (max-width: 640px) {
      .benefits_text::before {
        display: none; } }
  .benefits_text.award::before {
    background: url("../img/mpmonth/icon_present_b.svg"); }
    @media (max-width: 640px) {
      .benefits_text.award::before {
        display: none; } }
  .benefits_text p {
    margin: 3rem 0 0;
    padding-left: 3rem;
    position: relative; }
    @media (max-width: 640px) {
      .benefits_text p {
        margin: 2rem 0 0;
        padding-left: 2rem; } }
    .benefits_text p::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 5px;
      height: 100%;
      background: #276ef1; }
    .benefits_text p span {
      display: inline-block;
      margin: 1rem 0 0;
      font-size: 160%;
      font-weight: 600;
      text-decoration: underline; }
      @media (max-width: 640px) {
        .benefits_text p span {
          margin: 0; } }

.benefits_image img {
  width: 100%;
  height: 100%;
  /* 親の高さ(280px)いっぱいに広げる */
  object-fit: cover;
  /* はみ出し分をカットして綺麗に収める */ }
@media (max-width: 1200px) {
  .benefits_image {
    margin: 4rem 0 0;
    height: 460px;
    width: 100%; } }
@media (max-width: 640px) {
  .benefits_image {
    height: 240px; } }

table {
  width: 100%;
  max-width: 600px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box; }
  @media (max-width: 880px) {
    table {
      width: 90%; } }
  @media (max-width: 1200px) {
    table {
      margin: 3rem auto 0; } }
  @media (max-width: 640px) {
    table {
      width: 90%;
      border-spacing: 0; } }
  table caption {
    padding-bottom: 0.5rem;
    font-feature-settings: 'palt'; }
    @media (max-width: 1412px) {
      table caption {
        font-size: 13px; } }
    @media (max-width: 640px) {
      table caption {
        font-size: 12px; } }
  table tr > td + td {
    border-left-width: 6px; }
    @media (max-width: 640px) {
      table tr > td + td {
        border-left-width: 5px; } }
  table tr > th + th {
    border-left-width: 6px; }
    @media (max-width: 640px) {
      table tr > th + th {
        border-left-width: 5px; } }
  table tr + tr > td {
    border-top-width: 6px; }
    @media (max-width: 640px) {
      table tr + tr > td {
        border-top-width: 5px; } }
  table td, table th {
    font-size: min(2vw, 12px);
    background-color: #FFF;
    white-space: normal !important;
    vertical-align: middle;
    text-align: center;
    border: 0px solid #ffffff; }
    table td:first-child, table th:first-child {
      width: 20%; }
    table td:nth-child(2), table td:nth-child(3), table th:nth-child(2), table th:nth-child(3) {
      width: 40%; }
    @media (max-width: 640px) {
      table td, table th {
        font-size: 70%; } }
  table th {
    background: #1414d2;
    color: #ffffff;
    padding: 0.5rem 1rem; }
    table th.highlight {
      background-color: #551e5f; }
  table td {
    background: #f7f4f2;
    color: #000000;
    padding: 0.5rem 1.5rem; }
    table td.highlight {
      background: #d7d2ff;
      font-weight: 600;
      font-size: 100%; }
    @media (max-width: 640px) {
      table td {
        font-size: 11px;
        padding: 0.5rem; } }

/* ------------------
JCBプラチナカード
------------------*/
.platinum {
  width: 100%;
  display: flex;
  align-items: stretch;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .platinum {
      flex-direction: column; } }
  .platinum__card {
    width: 55%;
    position: relative;
    background: radial-gradient(circle at center bottom, #555555 0%, #242424 100%);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: var(--medium) 0 var(--large); }
    @media (max-width: 1200px) {
      .platinum__card {
        width: 100%; } }
    .platinum__card .annual-fee {
      position: absolute;
      display: inline-block;
      right: 4%;
      bottom: 4%; }
      @media (max-width: 640px) {
        .platinum__card .annual-fee {
          font-size: 80%; } }
    .platinum__card .platinum_title {
      padding: 0 3rem; }
      @media (max-width: 640px) {
        .platinum__card .platinum_title {
          padding: 0 2rem; } }
    .platinum__card .mp-jcb-card {
      width: 265px;
      height: 420px;
      margin: var(--large) 0 var(--small);
      position: relative;
      transform-style: preserve-3d; }
      @media (max-width: 640px) {
        .platinum__card .mp-jcb-card {
          width: 164px;
          height: 260px;
          margin: var(--large) 0; } }
      .platinum__card .mp-jcb-card .face {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        backface-visibility: hidden;
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
        overflow: hidden; }
      .platinum__card .mp-jcb-card .face img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .platinum__card .mp-jcb-card .back {
        transform: rotateY(180deg); }
  .platinum__detail {
    width: 45%;
    background: #000000; }
    @media (max-width: 1200px) {
      .platinum__detail {
        width: 100%; } }
    .platinum__detail .platinum_desc_wrap {
      display: flex;
      width: 90%;
      max-width: 580px;
      flex-direction: column;
      margin: 3rem auto 1rem; }
    .platinum__detail .condition {
      font-size: 12px;
      color: #ffffff;
      text-align: right;
      padding: 0 2rem 2rem; }
      @media (max-width: 640px) {
        .platinum__detail .condition {
          font-size: 80%; } }
    .platinum__detail .two {
      animation-delay: .2s; }
    .platinum__detail .three {
      animation-delay: .4s; }
    .platinum__detail .four {
      animation-delay: .6s; }
    .platinum__detail .five {
      animation-delay: .8s; }
    .platinum__detail .platinum_desc {
      display: flex;
      align-items: center;
      width: 100%;
      border-bottom: 1px solid rgba(247, 244, 242, 0.2);
      padding: 1.5rem 0;
      justify-content: flex-start; }
      .platinum__detail .platinum_desc:nth-child(5) {
        border: none; }
      @media (max-width: 640px) {
        .platinum__detail .platinum_desc {
          gap: 1.5rem; } }
      .platinum__detail .platinum_desc__icon {
        padding-right: 3rem;
        width: 80px;
        text-align: left; }
        @media (max-width: 1412px) {
          .platinum__detail .platinum_desc__icon {
            width: 60px;
            padding-right: 1.5rem; } }
        @media (max-width: 640px) {
          .platinum__detail .platinum_desc__icon {
            width: 30px;
            padding-right: 0; } }
        .platinum__detail .platinum_desc__icon img {
          width: 40px;
          height: auto; }
          @media (max-width: 640px) {
            .platinum__detail .platinum_desc__icon img {
              width: 30px; } }
      .platinum__detail .platinum_desc__text {
        color: #ffffff;
        text-align: left; }
        .platinum__detail .platinum_desc__text p span {
          font-size: 140%;
          font-weight: 600; }
          @media (max-width: 1412px) {
            .platinum__detail .platinum_desc__text p span {
              font-size: 120%; } }
          @media (max-width: 1200px) {
            .platinum__detail .platinum_desc__text p span {
              font-size: 140%; } }
          @media (max-width: 640px) {
            .platinum__detail .platinum_desc__text p span {
              font-size: 120%; } }
    .platinum__detail .jcb_deco {
      width: 100%;
      height: 20px;
      background: linear-gradient(to right, #555555 0, #555555 45%, #878787 45%, #878787 85%, #B7B7B7 85%, #B7B7B7 100%); }
    .platinum__detail .jcb_footer {
      background: #000000; }
      .platinum__detail .jcb_footer__inner {
        padding: var(--medium) 0 var(--large);
        display: flex;
        flex-direction: column;
        gap: 2rem;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        color: #ffffff; }
        .platinum__detail .jcb_footer__inner p.jcb_cp_txt {
          font-size: clamp(18px, 2vw, 24px);
          font-weight: 400;
          line-height: 1.8; }
          .platinum__detail .jcb_footer__inner p.jcb_cp_txt span {
            font-weight: 600; }
            .platinum__detail .jcb_footer__inner p.jcb_cp_txt span.bigger {
              font-size: 160%;
              line-height: 1.4; }
              @media (max-width: 640px) {
                .platinum__detail .jcb_footer__inner p.jcb_cp_txt span.bigger {
                  font-size: 140%; } }
        .platinum__detail .jcb_footer__inner .jcb_button_wrap {
          display: flex;
          flex-direction: column;
          gap: 2rem;
          justify-content: center;
          align-items: center; }

.mp-jcb-card.infinite {
  animation: rotateInfinite 5s linear infinite; }

/* ========================= */
/* ずっと回る */
/* ========================= */
@keyframes rotateInfinite {
  0% {
    transform: rotateX(8deg) rotateZ(-15deg) rotateY(0deg); }
  100% {
    transform: rotateX(8deg) rotateZ(-15deg) rotateY(360deg); } }
/* ------------------
感謝月間キャンペーン
------------------*/
.half-block_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  @media (max-width: 1200px) {
    .half-block_wrap {
      flex-direction: column;
      justify-content: center;
      align-items: center; } }
  @media (max-width: 1200px) {
    .half-block_wrap.hundred-anniversary {
      flex-direction: column-reverse; } }

.half-block {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .half-block.flex-start {
    justify-content: flex-start; }
  @media (max-width: 1200px) {
    .half-block {
      width: 100%; } }

.text-content {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 720px; }
  .text-content.for-exclusives {
    width: 100%;
    height: 100%;
    flex: 1;
    max-width: none; }
  @media (max-width: 640px) {
    .text-content {
      width: 92%;
      margin: auto; } }
  .text-content__title {
    display: flex;
    flex-direction: column;
    gap: 2rem; }
    @media (max-width: 1200px) {
      .text-content__title {
        gap: 1rem; } }
  .text-content p.description {
    margin: 4rem 0 0; }
    @media (max-width: 1200px) {
      .text-content p.description {
        margin: 2rem 0 0; } }
  .text-content.space-around {
    width: 80%;
    max-width: 720px;
    margin: auto; }
    @media (max-width: 640px) {
      .text-content.space-around {
        width: 92%; } }

.campaign-card {
  margin: 4rem 0 0;
  background: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem; }
  @media (max-width: 1200px) {
    .campaign-card {
      margin: 2rem 0 0; } }
  .campaign-card.coming-soon-no-margin {
    margin: 0; }
    @media (max-width: 1200px) {
      .campaign-card.coming-soon-no-margin {
        margin: 2rem 0; } }
  .campaign-card p.card_title {
    font-size: 120%;
    font-weight: 600;
    padding: 1.5rem 2rem 0; }
  .campaign-card .about-cp {
    padding: 0 2rem 2rem; }
    .campaign-card .about-cp p {
      line-height: 1.8; }
      .campaign-card .about-cp p span {
        line-height: 1.5;
        font-weight: 600;
        font-size: 140%; }
      .campaign-card .about-cp p.estimate {
        margin: 2rem 0 0; }
        @media (max-width: 640px) {
          .campaign-card .about-cp p.estimate {
            margin: 1rem 0 0; } }
    .campaign-card .about-cp .merchant-name {
      position: relative; }
      .campaign-card .about-cp .merchant-name::before {
        content: '';
        position: absolute;
        width: 5px;
        height: 100%;
        background: #276ef1; }
      .campaign-card .about-cp .merchant-name p {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.3;
        margin-left: 2rem;
        margin-bottom: 2rem; }
    .campaign-card .about-cp p.campaign-date {
      display: inline-block;
      margin: 0.5rem 0 0;
      padding: 1rem;
      border: 1px solid #707070;
      font-size: 14px; }
      @media (max-width: 640px) {
        .campaign-card .about-cp p.campaign-date {
          margin: 1rem 0 0; } }
      .campaign-card .about-cp p.campaign-date span {
        font-size: 140%;
        font-weight: 600; }
    .campaign-card .about-cp .duration {
      position: relative;
      margin: 2rem 0 0; }
      .campaign-card .about-cp .duration::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 21px;
        top: 2px;
        left: 0;
        background: url("../img/mpmonth/icon_calendar.svg");
        background-size: contain;
        background-repeat: no-repeat; }
      .campaign-card .about-cp .duration p {
        margin: 0 0 0 3rem; }
  .campaign-card .card_deco {
    width: 100%;
    height: 10px;
    background: #051464;
    position: relative;
    margin-top: -0.7rem; }
    .campaign-card .card_deco::after {
      content: '';
      position: absolute;
      top: -17px;
      right: 5%;
      width: 40px;
      height: 38px;
      background: url("../img/mpmonth/icon_present_mb.svg");
      background-size: contain; }
      @media (max-width: 640px) {
        .campaign-card .card_deco::after {
          width: 30px;
          height: 28px;
          top: -12px; } }
  .campaign-card .for-merchant {
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 640px) {
      .campaign-card .for-merchant {
        flex-direction: column-reverse;
        gap: 1rem; } }
    .campaign-card .for-merchant:first-child {
      margin: 0 0 3rem; }
    @media (max-width: 640px) {
      .campaign-card .for-merchant__detail {
        width: 100%; } }
    .campaign-card .for-merchant__image {
      width: 40%; }
      @media (max-width: 640px) {
        .campaign-card .for-merchant__image {
          width: 80%; } }

.button_wrap {
  margin: 2rem 0 1rem;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem; }
  @media (max-width: 640px) {
    .button_wrap {
      width: 100%; } }
  .button_wrap a.btn, .button_wrap a.btn-w {
    width: 50%;
    min-width: 280px; }
    @media (max-width: 640px) {
      .button_wrap a.btn, .button_wrap a.btn-w {
        min-width: 240px; } }

/* ------------------
① 左 - クレジットカードキャンペーン
------------------*/
#cobrand-credit-card-cp {
  background: #f7f4f2; }

.cobrand_cp {
  margin: 4rem;
  display: flex;
  flex-direction: column; }
  @media (max-width: 640px) {
    .cobrand_cp {
      margin: 0 0 4rem;
      gap: 2rem; } }
  .cobrand_cp__image {
    width: 100%;
    max-width: 720px; }

/* ------------------
② 右 - Coming Soon
------------------*/
#coming-soon {
  background: #1414d2; }

.comingsoon {
  display: flex;
  flex-direction: column;
  height: 100%; }
  @media (max-width: 1200px) {
    .comingsoon {
      width: 100%; } }
  .comingsoon__image {
    width: 100%; }
    @media (max-width: 1200px) {
      .comingsoon__image {
        height: 460px; } }
    @media (max-width: 640px) {
      .comingsoon__image {
        height: 240px; } }
    .comingsoon__image img {
      width: 100%;
      height: 100%;
      /* 親の高さ(280px)いっぱいに広げる */
      object-fit: cover;
      /* はみ出し分をカットして綺麗に収める */ }

/* ------------------
③ Exclusive
------------------*/
#mileageplus-exclusives {
  background: #276ef1; }

.exclu-half-wrap {
  width: 100%;
  display: flex;
  gap: 3rem;
  align-items: stretch;
  justify-content: center;
  margin: 3rem 0; }
  @media (max-width: 1200px) {
    .exclu-half-wrap {
      flex-direction: column;
      margin: 2rem 0;
      align-items: center; } }
  .exclu-half-wrap .exclu-half {
    width: calc((100% - 3rem) / 2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff; }
    @media (max-width: 1200px) {
      .exclu-half-wrap .exclu-half {
        width: 100%;
        max-width: 720px; } }
    @media (max-width: 640px) {
      .exclu-half-wrap .exclu-half {
        max-width: none; } }
    .exclu-half-wrap .exclu-half__deco {
      width: 100%;
      height: 16px;
      background: #051464; }
    .exclu-half-wrap .exclu-half__image {
      width: 100%; }
    .exclu-half-wrap .exclu-half__text {
      width: 100%;
      padding: 2rem 4rem;
      flex: 1; }
      @media (max-width: 640px) {
        .exclu-half-wrap .exclu-half__text {
          padding: 2rem; } }
      .exclu-half-wrap .exclu-half__text .bullets {
        margin: 1rem 0 2rem; }
        .exclu-half-wrap .exclu-half__text .bullets p {
          margin: 0 0 0 2.5rem;
          position: relative; }
          .exclu-half-wrap .exclu-half__text .bullets p::before {
            content: '';
            position: absolute;
            left: -24px;
            top: 6px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #276ef1; }

.date-pax {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  margin: 2rem 0 0; }
  @media (max-width: 640px) {
    .date-pax {
      gap: 1rem; } }
  .date-pax.boop {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .date-pax .date, .date-pax .pax {
    padding: 0.5rem 1.5rem; }
    .date-pax .date p, .date-pax .pax p {
      font-size: clamp(18px, 2vw, 24px);
      font-weight: 600; }
      .date-pax .date p span, .date-pax .pax p span {
        font-size: 70%; }
  .date-pax .date {
    background: #051464;
    color: #ffffff;
    font-feature-settings: 'palt'; }
  .date-pax .pax {
    border: 1px solid #000000;
    background: #ffffff; }

.dotted-line {
  width: 100%;
  border-top: 1px dashed #051464;
  margin-top: auto; }
  .dotted-line.boop {
    margin: 2rem 0 0; }

.miles-required {
  margin: 1rem 0 0; }
  .miles-required p {
    display: inline-block;
    position: relative;
    padding-left: 5rem; }
    @media (max-width: 640px) {
      .miles-required p {
        padding-left: 4.5rem; } }
    .miles-required p span {
      font-size: 180%;
      line-height: 1.4; }
    .miles-required p::before {
      content: '';
      position: absolute;
      left: 0;
      top: 16px;
      width: 32px;
      height: 22px;
      background: url("../img/mpmonth/icon_miles.svg");
      background-size: contain; }
      @media (max-width: 640px) {
        .miles-required p::before {
          top: 15px; } }

.exclusive-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f7f4f2; }
  @media (max-width: 1200px) {
    .exclusive-block {
      width: 100%;
      max-width: 720px;
      margin: auto; } }
  @media (max-width: 640px) {
    .exclusive-block {
      max-width: none; } }
  .exclusive-block__deco {
    width: 100%;
    height: 16px;
    background: #051464; }
  .exclusive-block__image {
    width: 100%;
    background: #ffffff;
    display: flex;
    justify-content: center; }
    .exclusive-block__image img {
      width: auto;
      height: 100%;
      max-height: 240px;
      object-fit: contain; }
      @media (max-width: 640px) {
        .exclusive-block__image img {
          width: 100%;
          height: auto; } }
  .exclusive-block__text {
    width: 100%;
    padding: 2rem 4rem;
    flex: 1;
    text-align: center; }
    @media (max-width: 640px) {
      .exclusive-block__text {
        padding: 2rem;
        text-align: left; } }

.show_wrap {
  margin: 2rem 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem; }
  @media (max-width: 1200px) {
    .show_wrap {
      flex-direction: column; } }
  .show_wrap .show {
    width: calc((100% - 4rem) / 3);
    max-width: 380px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    border: 2px solid #051464;
    border-radius: 10px; }
    @media (max-width: 1200px) {
      .show_wrap .show {
        width: 100%; } }

/* ------------------
④  100years Anniversary
------------------*/
#hundred-years-anniversary {
  background: #f7f4f2; }

.anniversary {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem; }
  @media (max-width: 1200px) {
    .anniversary {
      width: 100%;
      margin: 0 0 2rem; } }
  .anniversary__logo {
    width: 40%; }
  .anniversary__image {
    width: 100%; }
    @media (max-width: 1200px) {
      .anniversary__image {
        height: 460px; }
        .anniversary__image img {
          object-position: 50% 60%; } }
    @media (max-width: 640px) {
      .anniversary__image {
        height: 240px; } }
    .anniversary__image img {
      width: 100%;
      height: 100%;
      /* 親の高さ(280px)いっぱいに広げる */
      object-fit: cover;
      /* はみ出し分をカットして綺麗に収める */ }

.present_wrap {
  margin: 1.5rem 0 0.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem; }
  .present_wrap img {
    width: calc((100% - 3rem) / 3);
    max-width: 200px; }
    @media (max-width: 640px) {
      .present_wrap img {
        max-width: none; } }

/* ------------------
公式規約
------------------*/
.rule-modal__inner {
  padding: 4rem;
  background: #ffffff;
  border-radius: 10px;
  max-height: 80vh;
  overflow-y: auto; }
  @media (max-width: 640px) {
    .rule-modal__inner {
      padding: 2rem 1.5rem; } }
  .rule-modal__inner h2 {
    text-align: center;
    margin: 0 0 2rem; }

/*--------------------
Rules(scrollable)
--------------------*/
.rules {
  line-height: 1.8;
  margin: 1rem 0 0;
  padding: 1rem;
  height: 400px;
  overflow: scroll;
  border: solid 1px #000000;
  text-align: left; }
  .rules dl {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/ }
    .rules dl li {
      list-style: unset;
      margin: 0 0 0 1.8rem; }
    .rules dl dt, .rules dl dd {
      padding: .5rem 0;
      border-top: solid #D7D7D4 1px; }
      .rules dl dt:first-of-type, .rules dl dd:first-of-type {
        border-top: none; }
      @media (max-width: 640px) {
        .rules dl dt, .rules dl dd {
          border: none; } }
    .rules dl dt {
      width: 140px;
      font-weight: 600; }
      @media (max-width: 640px) {
        .rules dl dt {
          width: 100%;
          border-bottom: solid #D7D7D4 1px; } }
    .rules dl dd {
      width: 75%;
      width: calc(100% - 151px);
      padding: .5rem 0 .5rem 1rem;
      border-left: solid 1px #D7D7D4;
      text-align: justify; }
      @media (max-width: 640px) {
        .rules dl dd {
          width: 100%;
          border: none; } }

@media (max-width: 640px) {
  /* スライドアップ用の独自アニメーションを解除 */
  .modaal-wrapper.rule-sheet .modaal-container {
    height: auto !important;
    /* 高さを固定しない */
    max-height: 94vh !important;
    /* 画面からはみ出さないように */
    margin: 0 auto !important;
    /* 中央に配置 */
    transform: none !important;
    /* アニメーションの初期位置をリセット */
    animation: none !important;
    /* アニメーションを停止 */
    border-radius: 10px !important;
    /* 四方の角を丸くする（通常スタイル） */
    width: 92% !important;
    /* 画面幅いっぱいにせず、少し余白を作る */ }

  /* 背景ラッパーの中央寄せ機能を復活させる */
  .modaal-wrapper.rule-sheet {
    display: table !important;
    /* Modaal本来の挙動に戻す */ }

  .modaal-wrapper.rule-sheet .modaal-outer-wrapper {
    display: table-cell !important;
    vertical-align: middle !important;
    /* 上下中央 */ }
    .modaal-wrapper.rule-sheet .modaal-outer-wrapper .modaal-inner-wrapper {
      padding-top: 50px !important; }

  /* スクロールエリアを通常の高さに戻す */
  .modaal-wrapper.rule-sheet .rule-modal__inner {
    max-height: 94vh;
    /* 閉じるボタンなどを考慮した高さ */
    overflow-y: auto; } }
/* ------------------
mpmonth Campaign Block (common)
------------------*/
.campaign-block {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .campaign-block.column-direction {
    flex-direction: column; }
  .campaign-block.ana-duty-free {
    background: #051464;
    flex-direction: column; }
    .campaign-block.ana-duty-free .cta {
      color: #a5ebff; }
  .campaign-block.merchant-campaign {
    background: #d7d2ff; }
  .campaign-block.hotel-offer {
    background: #1414d2; }
    @media (max-width: 1200px) {
      .campaign-block.hotel-offer {
        flex-direction: column-reverse; } }
    .campaign-block.hotel-offer .hotel-offer_image {
      width: 30%;
      height: 100%; }
      .campaign-block.hotel-offer .hotel-offer_image img {
        height: 100%;
        object-fit: cover; }
      @media (max-width: 1200px) {
        .campaign-block.hotel-offer .hotel-offer_image {
          width: 100%;
          height: 460px; } }
      @media (max-width: 640px) {
        .campaign-block.hotel-offer .hotel-offer_image {
          height: 240px; } }
  .campaign-block.rakuten-offer {
    background: #551e5f; }
    @media (max-width: 1200px) {
      .campaign-block.rakuten-offer {
        flex-direction: column-reverse; } }
    .campaign-block.rakuten-offer .rakuten_image {
      width: 20%;
      height: 100%;
      background: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center; }
      .campaign-block.rakuten-offer .rakuten_image img {
        object-fit: contain; }
      @media (max-width: 1200px) {
        .campaign-block.rakuten-offer .rakuten_image {
          width: 100%; } }

.campaign-text_wrap {
  width: 100%;
  height: 100%;
  max-width: 720px;
  padding: 4rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1200px) {
    .campaign-text_wrap {
      max-width: none;
      padding: 3rem 0 4rem; } }
  @media (max-width: 640px) {
    .campaign-text_wrap {
      padding: 2rem 0 3rem; } }
  .campaign-text_wrap.seventy {
    width: 70%; }
    @media (max-width: 1200px) {
      .campaign-text_wrap.seventy {
        width: 100%; } }
  .campaign-text_wrap.eighty {
    width: 80%; }
    @media (max-width: 1200px) {
      .campaign-text_wrap.eighty {
        width: 100%; } }

/* ------------------
737max8
------------------*/
#UA_737max8 p {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 600; }
@media (max-width: 1200px) {
  #UA_737max8 {
    padding: 6rem 0 0; } }

.video_wrap {
  width: 100%;
  height: 100%;
  min-height: 520px;
  position: relative;
  /*display: flex;
  justify-content: center;
  align-items: center;*/ }
  @media (max-width: 1200px) {
    .video_wrap {
      margin: 3rem 0 0; } }
  @media (max-width: 640px) {
    .video_wrap {
      min-height: 320px; } }
  .video_wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

/* ------------------
マイレージプラスのポイント
------------------*/
.mp-list {
  width: 90%;
  max-width: 1200px;
  margin: 4rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center; }
  @media (max-width: 640px) {
    .mp-list {
      margin: 2rem auto 0;
      row-gap: 3rem; } }
  .mp-list li {
    list-style: none;
    width: calc(100% / 4); }
    @media (max-width: 880px) {
      .mp-list li {
        width: calc(100% / 2); } }
  .mp-list img {
    width: 50%; }
  .mp-list p span {
    font-weight: 600; }

#mileage-plus .btn.line-btn:hover {
  background-color: #0D0D8F;
  color: #ffffff; }
@media (max-width: 880px) {
  #mileage-plus .btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    gap: 1rem;
    margin: 2rem auto 0; } }
@media (max-width: 640px) {
  #mileage-plus .btn-wrapper {
    margin: 4rem auto 0; }
    #mileage-plus .btn-wrapper .btn {
      width: 90%; } }

/* ------------------
マイルを貯める・使う
------------------*/
.about-miles {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .about-miles__ttl {
    margin: 0 0 4rem; }
  .about-miles .miles-block-wrap {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
    padding-left: 5%;
    padding-right: 5%;
    margin: 2rem auto;
    overflow-x: scroll;
    overflow-y: hidden; }
    @media (max-width: 1412px) {
      .about-miles .miles-block-wrap {
        max-width: none;
        justify-content: flex-start; } }
  .about-miles .miles-block {
    width: 420px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-radius: 10px;
    border: 2px solid #051464;
    flex-shrink: 0; }
    @media (max-width: 640px) {
      .about-miles .miles-block {
        width: 280px; } }
    .about-miles .miles-block__image {
      width: 100%;
      display: flex;
      justify-content: center;
      margin: auto;
      position: relative;
      border-radius: 8px 8px 0 0; }
      .about-miles .miles-block__image img {
        width: 100%;
        border-radius: 8px 8px 0 0;
        object-fit: cover; }
      .about-miles .miles-block__image .exclu {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 40%;
        max-width: 135px;
        z-index: 2; }
        .about-miles .miles-block__image .exclu img {
          width: 100%; }
        @media (max-width: 640px) {
          .about-miles .miles-block__image .exclu {
            right: 8px;
            top: 8px;
            padding: 0; } }
    .about-miles .miles-block__bar {
      width: 100%;
      height: 8px;
      background-color: #051464; }
    .about-miles .miles-block__content {
      width: 100%;
      flex: 1;
      padding: 2rem 2rem 3rem;
      background-color: #f7f4f2;
      height: 100%;
      border-radius: 0 0 8px 8px;
      display: flex;
      flex-direction: column;
      gap: 2rem; }
      @media (max-width: 640px) {
        .about-miles .miles-block__content {
          gap: 1.5rem;
          padding: 1rem 1rem 2rem; } }
      .about-miles .miles-block__content p.special-bonus {
        padding: 1rem 1rem 1rem 2rem;
        background: #d7d2ff;
        position: relative; }
        .about-miles .miles-block__content p.special-bonus::before {
          position: absolute;
          content: '';
          width: 8px;
          height: 100%;
          background: #695fe6;
          left: 0;
          top: 0; }
      .about-miles .miles-block__content a.btn {
        margin: auto auto 0;
        width: 80%; }
  .about-miles #save-miles {
    width: 100%; }
  .about-miles #use-miles {
    width: 100%;
    margin-top: 5rem; }
    @media (max-width: 640px) {
      .about-miles #use-miles {
        margin-top: 2rem; } }

/* ------------------
Floating Tab
------------------*/
.float-tab {
  width: 118px;
  position: fixed;
  bottom: 2.5rem;
  right: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  border-radius: 10px 0 0 10px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  @media (max-width: 640px) {
    .float-tab {
      display: none; } }
  .float-tab a {
    width: 100%;
    padding: 6px 8px;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    color: #1414d2;
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;
    background: #ffffff;
    border-bottom: 0.5px solid #000000; }
    .float-tab a:first-child {
      border-radius: 10px 0 0 0;
      padding: 8px 8px 6px; }
    .float-tab a:last-child {
      border-radius: 0 0 0 10px;
      border-bottom: none;
      padding: 6px 8px 8px; }
    .float-tab a:hover {
      background: #051464;
      color: #ffffff; }
