/* common */
.asw-headline__title > span {
  font-size: 2rem;
}

.asw-headline__title > span.asw-headline__title--marker {
  font-size: 2.8rem;
  color: #00146E;
  background: linear-gradient(transparent 70%, #FDE953 0%);
  display: inline;
  padding: 0 1px 0;
}

@media screen and (max-width: 767px) {
  .asw-headline__title > span {
    font-size: 1.6rem;
  }

  .asw-headline__title > span.asw-headline__title--marker {
    font-size: 2rem;
  }
}

.list-border-rb > .asw-layout-grid__inner > .asw-layout-grid__item:not(:last-child) {
  border-right: solid 1px #949499;
}

@media screen and (max-width: 767px) {
  .list-border-rb > .asw-layout-grid__inner > .asw-layout-grid__item:not(:last-child) {
    border-right: none;
    border-bottom: solid 1px #949499;
  }
}

.rounded-top-no {
  border-radius: 0 0 20px 20px !important;
}

.rounded-bottom-no {
  border-radius: 20px 20px 0 0 !important;
}

.border-top-gray {
  border-top: 1px solid #E5E5E5 !important;
}

.border-top-no {
  border-top: none !important;
}
/* common */


/* app_btn */
.app_btn__card__link {
  text-align: center;
}

.app_btn__card__link:hover .app_btn__card__text {
  text-decoration: underline;
}

.app_btn__card__contents {
  margin-top: 5px;
}

.app_btn__card__img > img {
  max-width: 100%;
  height: auto;
}

.app_btn__card__text {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
/* app_btn */


/* registration */
.registration_02__layout-grid > .asw-layout-grid__inner > .asw-layout-grid__item:nth-child(odd) {
  width: 66.6667%;
} 

.registration_02__layout-grid > .asw-layout-grid__inner > .asw-layout-grid__item:nth-child(even) {
  width: 33.3333%;
}

@media screen and (max-width: 767px) {
  .registration_02__layout-grid > .asw-layout-grid__inner > .asw-layout-grid__item {
    width: 100% !important;
  }
}
/* registration */


/* about */
.about .asw-decoration::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 4px solid #00146E;
  border-left: 4px solid #00146E;
  position: absolute;
}

.about .asw-decoration .res-hr-line {
  background-color: #00146E;
  height: 2px;
  margin: 15px 0;
}

.about .rounded_num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #00146E;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 24px;
}
/* about */


/* ticket */
.ticket_area img {
  max-width: 100%;
}

.ticket_area {
  background-color: #fff;
  border: 4px solid #00146E;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.ticket_area::before,
.ticket_area::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  background-image: url(/amc/join/renew2026/images/ticket_line.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}

.ticket_area::before {
  left: 80px;
}

.ticket_area::after {
  right: 80px;
}

.ticket_area .text {
  text-align: center;
}

.ticket_area .link {
  text-align: center;
  color: #00146E;
  padding-right: 1em;
  position: relative;
}

.ticket_area .link::after {
  content: "";
  display: inline-block;
  width: .5em;
  height: .5em;
  border-top: 1px solid #00146E;
  border-right: 1px solid #00146E;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.ticket_area .link:hover {
  text-decoration: underline;
}

.ticket_area__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ticket_area_top {
  background-color: #00146E;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  width: 400px;
}

.ticket_area_top .text {
  margin: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 60px;
  position: relative;
}

.ticket_area_top .text::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(/amc/join/renew2026/images/ticket_img_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.ticket_area_top .text > span {
  font-size: 2.5rem;
}

.ticket_area_bottom {
  padding: 20px;
  text-align: center;
}

.ticket_area_bottom .text {
  margin: 0;
  color: #00146E;
  font-size: 2rem;
  font-weight: bold;
}

.ticket_area_bottom .text > span {
  font-size: 2.5rem;
}

.ticket_area_bottom__text_01 {
  background-color: #8EE3FF;
  border-radius: 20px;
  padding: 10px 20px;
  margin-top: 20px;
}

.ticket_area_bottom__text_02 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .ticket_area::before,
  .ticket_area::after {
    background: none;
  }

  .ticket_area_top {
    width: 100%;
    border-radius: 0;
  }

  .ticket_area_top .text {
    font-size: 1.6rem;
  }

  .ticket_area_top .text > span {
    font-size: 2rem;
  }
}
/* ticket */


/* members-only */
.members-only .asw-decoration .res-hr-line {
  margin: 15px 0;
}
/* members-only */


/* prm-travel */
.prm-travel img {
  max-width: 100%;
}

.prm-travel-01,
.prm-travel-02 {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.prm-travel-01 {
  margin-bottom: 40px;
}

.prm-travel-02 {
  margin-bottom: 40px;
}

.prm-travel-01__inner,
.prm-travel-02__inner {
  display: flex
}

@media screen and (max-width: 767px) {
  .prm-travel-01__inner,
  .prm-travel-02__inner {
    display: block;
  }
}


.prm-travel-01__img, 
.prm-travel-02__img {
  width: 600px;
  position: relative;
  background-position: 25% 75%;
  background-size: cover;
  background-repeat: no-repeat;
}

.prm-travel-01__img::after,
.prm-travel-02__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .4);
}

.prm-travel-01__img {
  background-image: url(/amc/join/renew2026/images/prm-travel-01_img_bg.jpg);
}

.prm-travel-02__img {
  background-image: url(/amc/join/renew2026/images/prm-travel-02_img_bg.jpg);
}

@media screen and (max-width: 767px) {
  .prm-travel-01__img, 
  .prm-travel-02__img {
    width: 100%;
  }
}

.prm-travel-01__img__inner,
.prm-travel-02__img__inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .prm-travel-01__img__inner,
  .prm-travel-02__img__inner {
    min-height: 240px;
  }
}

.prm-travel-01__img__title,
.prm-travel-02__img__title {
  margin: 0;
  padding: 20px 10px;
  text-align: center;
}

.prm-travel-01__img__title {
  background-color: rgba(168, 102, 2, .8);
}

.prm-travel-02__img__title {
  background-color: rgba(0, 20, 110, .8);
}

@media screen and (max-width: 767px) {
  .prm-travel-01__img__title > img {
    width: 75%;
  }

  .prm-travel-02__img__title > img {
    width: 85%;
  }
}

.prm-travel-01__img__icon,
.prm-travel-02__img__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.prm-travel-01__img__icon > img,
.prm-travel-02__img__icon > img {
  height: auto;
}

@media screen and (max-width: 767px) {
  .prm-travel-01__img__icon > img {
    width: 260px;
  }

  .prm-travel-02__img__icon > img {
    width: 100px;
  }
}


.prm-travel-01__contents,
.prm-travel-02__contents {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.prm-travel-01__contents__img_02,
.prm-travel-02__contents__img_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin-top: 25px
}

.prm-travel-01__contents .asw-list.asw-list--annotation,
.prm-travel-02__contents .asw-list.asw-list--annotation {
  margin-top: 0;
  text-align: left;
}

.prm-travel-01__contents .asw-list a:hover,
.prm-travel-02__contents .asw-list a:hover {
  text-decoration: underline;
}

.prm-travel-01__contents__img_02 > ul li {
  position: relative;
  padding-left: 30px;
}

.prm-travel-01__contents__img_02 > ul li:not(:first-child) {
  margin-top: 10px;
}

.prm-travel-01__contents__img_02 > ul li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/amc/join/renew2026/images/prm-travel-01_text_02_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
/* prm-travel */


/* earn-miles-more */
.earn-miles-more .asw-container {
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .earn-miles-more .asw-container .asw-list strong {
    font-size: 1.6rem;
  }
}
/* earn-miles-more */


/* cards-recommendations */
.cards-recommendations .asw-card {
  border: 4px solid #F1F1F1;
  border-radius: 20px;
}

.cards-recommendations .asw-card .asw-tag-card__image-wrapper {
  padding: 45px 25px;
  background-color: #F1F1F1;
}

.cards-recommendations .asw-card .asw-tag-card__title > span {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
/* cards-recommendations */
