/***********************************************************************
  ANAなら旅マエから旅アトまで、マイルが貯まる使える！
***********************************************************************/
.asw-container__body .mile-lead-sentence {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.85;
  text-align: center;
}

.mile.asw-container {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F0F4FB;
}
@media screen and (max-width: 767px) {
  .mile.asw-container {
    padding-top: 58px;
    padding-bottom: 60px;
  }
}
.mile .asw-headline__subtext {
  max-width: 950px;
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  .mile .asw-headline__subtext .asw-text {
    color: #000;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 1.5625;
    text-align: left;
  }
}
@media screen and (min-width: 769px) and (max-width: 1040px) {
  .mile .asw-headline__subtext .asw-text {
    text-align: left;
  }
  .mile .asw-headline__subtext .asw-text .asw-hidden-md {
    display: none;
  }
}
.mile-flow {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .mile-flow {
    margin-top: 35px;
    margin-right: calc(50% - 50vw);
  }
}
.mile-campaign {
  margin-top: 36px;
}
.mile-campaign-inner {
  padding: 8px;
  background: #B4F2FF;
  border-radius: 20px;
  box-shadow: 4px 4px 8px rgba(71, 95, 113, 0.11);
}
@media (hover: hover) {
  .mile-campaign-inner:hover {
    scale: 1.025;
    transition: scale 0.2s ease-in-out;
  }
}
.mile-campaign-link {
  display: block;
  width: 100%;
  padding: 20px;
  border-radius: 14px;
  border: 2px dashed rgba(1, 20, 110, 0.2);
}
.mile-campaign-title {
  display: inline;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.02em;
  background: linear-gradient(transparent 60%, #fe0 60%);
}
@media screen and (max-width: 767px) {
  .mile-campaign-title {
    font-size: 1.6rem;
  }
}
.mile-campaign-text {
  margin-bottom: 0;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .mile-campaign-text {
    font-size: 1.4rem;
  }
}
.mile-campaign-text strong {
  color: #000;
  font-weight: bold;
}
.mile-campaign-more {
  text-align: right;
}
.mile-campaign-more p {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .mile-campaign-more p {
    padding-right: 24px;
  }
}
.mile-campaign-more p:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6%;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .mile-campaign-more p:after {
    width: 10px;
    height: 10px;
  }
}
.mile-box {
  display: flex;
  max-width: 1104px;
  margin: 36px auto 0;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .mile-box {
    flex-direction: column;
    gap: 6px;
    flex-wrap: nowrap;
  }
}
.mile-box-list {
  width: calc(50% - 8px);
}
@media screen and (max-width: 767px) {
  .mile-box-list {
    width: auto;
  }
}
.mile-box-link {
  display: flex;
  min-height: 171px;
  padding: 17px;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  background: #fff;
  transition: 0.2s ease-in-out;
  transition-property: transform, box-shadow;
}
@media screen and (max-width: 767px) {
  .mile-box-link {
    padding: 17px 10px;
    min-height: 0;
  }
}
.mile-box-link[target=_blank] .mile-box-title:after {
  content: "\e962";
  display: inline-block;
  font-family: "asw-icon";
  line-height: 1;
  margin: 0 8px 0 0.4em;
  vertical-align: middle;
}
.mile-box-link:hover {
  transform: translateY(-3px);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .mile-box-link:hover {
    transform: none;
    box-shadow: none;
  }
}
.mile-box-link:hover .mile-box-title {
  text-decoration: underline;
}
.mile-box-img {
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .mile-box-img {
    width: 20%;
    margin-right: 10px;
  }
}
.mile-box-detail {
  flex: 1;
}
.mile-box-title {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .mile-box-title {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.mile-box-text {
  margin-top: 11px;
  color: #333;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .mile-box-text p {
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 0;
  }
}

.amc-btn {
  max-width: 510px;
  text-align: center;
  position: relative;
  margin: 51px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .amc-btn {
    margin-top: 25px;
  }
}
.amc-btn > a {
  display: block;
  padding: 15px 35px 13px;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  background-color: #13448f;
  transition: filter 0.5s, transform 0.5s, box-shadow 0.5s;
}
@media (hover: hover) {
  .amc-btn > a:hover {
    filter: brightness(100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .amc-btn > a {
    padding: 15px 8.8% 13px 5px;
    font-size: 1.4rem;
  }
}
.amc-btn > a:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -5px;
}