@charset "UTF-8";
@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.a-overlay, .a-overlay--menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.7);
  z-index: 3;
}
.a-overlay.-on, .-on.a-overlay--menu {
  display: block;
}

.a-overlay--menu {
  z-index: 1;
}

.a-checkbox, .a-checkbox--border {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #f0f0f0;
}
.a-checkbox--border {
  border-color: #dddddd;
  background-color: #ffffff;
}

.a-checkbox.-checked::after, .-checked.a-checkbox--border::after, :checked + * .a-checkbox::after, :checked + * .a-checkbox--border::after,
:checked + .a-checkbox::after,
:checked + .a-checkbox--border::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  transform: rotate(40deg);
  width: 8px;
  height: 14px;
  border-right: 3px solid #009141;
  border-bottom: 3px solid #009141;
}

.a-icon-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 0;
}
.a-icon-button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.a-icon-button:hover {
  border-radius: 3px;
  background-color: #e8f4ec;
}
.a-icon-button.-ico-cart::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_cart_white.svg");
}
.a-icon-button.-ico-cart--primary-dark::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_cart_primary-dark.svg");
}
.a-icon-button.-ico-cart--primary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_cart_primary.svg");
}
.a-icon-button.-ico-add-to-cart::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart.svg");
}
.a-icon-button.-ico-add-to-cart--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_white.svg");
}
.a-icon-button.-ico-add-to-cart--green::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_green.svg");
}
.a-icon-button.-ico-add-to-cart--primary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_primary.svg");
}
.a-icon-button.-ico-add-to-cart--primary-dark::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_primary-dark.svg");
}
.a-icon-button.-ico-trial::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_trial.svg");
}
.a-icon-button.-ico-book-free--secondary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book-free_secondary.svg");
}
.a-icon-button.-ico-book-free--orange::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book-free_secondary.svg");
}
.a-icon-button.-ico-book-free--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book-free_white.svg");
}
.a-icon-button.-ico-read::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book.svg");
}
.a-icon-button.-ico-read--green::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book_green.svg");
}
.a-icon-button.-ico-read--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book_white.svg");
}
.a-icon-button.-ico-read--primary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book_primary.svg");
}
.a-icon-button.-ico-full-trial::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_full-trial_secondary.svg");
}
.a-icon-button.-ico-full-trial--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_full-trial_white.svg");
}
.a-icon-button.-ico-read-in-app::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_smartphone_white.svg");
}
.a-icon-button.-ico-home::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_home.svg");
}
.a-icon-button.-ico-close::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_close.svg");
}
.a-icon-button.-ico-check::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_check-fill.svg");
}
.a-icon-button.-ico-check.-on::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_check-fill_primary.svg");
}
.a-icon-button.-ico-increase::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_increase_secondary.svg");
}
.a-icon-button.-ico-smartphone::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_smartphone.svg");
}
.a-icon-button.-ico-en--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_en_white.svg");
}
.a-icon-button.-ico-follow::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_heart-plus.svg");
}
.a-icon-button.-ico-follow.-on::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_heart_secondary.svg");
}
.a-icon-button.-ico-update::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_update.svg");
}
.a-icon-button.-ico-safe::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_safe.svg");
}
.a-icon-button:disabled.-ico-update::before, .a-icon-button.-disabled.-ico-update::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_update_middle-gray.svg");
}

.t-round-modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 24px 0 84px 0;
  pointer-events: none;
  z-index: 4;
}
.t-round-modal.-on {
  display: flex;
}
.t-round-modal .t-round-modal__window {
  display: grid;
  grid-template-rows: auto 1fr;
  position: relative;
  width: 100%;
  max-width: 340px;
  max-height: 100%;
  margin: 0 5px;
  padding: 24px;
  border-radius: 24px;
  background-color: #ffffff;
  pointer-events: auto;
  grid-row-gap: 16px;
}
@media (min-width: 769px) {
  .t-round-modal .t-round-modal__window {
    max-width: 438px;
  }
}
.t-round-modal .t-round-modal__window .t-round-modal__header {
  padding-right: 32px;
}
.t-round-modal .t-round-modal__window .t-round-modal__header .t-round-modal__title .t-round-modal__title-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.t-round-modal .t-round-modal__window .t-round-modal__body {
  display: grid;
  grid-auto-flow: row;
  row-gap: 33px;
  max-height: 100%;
  overflow-y: auto;
}
.t-round-modal .t-round-modal__window .t-round-modal__body .t-round-modal__text {
  font-size: 12px;
  line-height: 1.5;
}
.t-round-modal .t-round-modal__window .t-round-modal__section {
  position: relative;
}
.t-round-modal .t-round-modal__window .t-round-modal__section:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -17px;
  width: 100%;
  height: 0;
  border-top: 1px solid #dddddd;
}
.t-round-modal .t-round-modal__window .t-round-modal__button {
  margin-top: 16px;
}
.t-round-modal .t-round-modal__window .t-round-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  margin: auto;
  border: none;
  background: #ffffff;
  cursor: pointer;
}
.t-round-modal .t-round-modal__window .t-round-modal__close::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.t-round-modal .t-round-modal__window .t-round-modal__close::after {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(45deg);
  width: 20px;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.a-round-basic-button {
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 48px;
  padding: 8px 16px;
  border: 1px solid #dddddd;
  border-radius: 30px;
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 320px) {
  .a-round-basic-button {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.a-round-basic-button:hover {
  background-color: #f0f0f0;
}
.a-round-basic-button::before {
  content: none;
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.a-round-basic-button::before:last-of-type {
  margin-right: 0;
}
.a-round-basic-button.-small {
  height: 36px;
  min-height: auto;
  font-size: 12px;
  line-height: 1.2;
}
.a-round-basic-button.-small span {
  line-height: 1.2;
}
.a-round-basic-button.-small::before {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.a-round-basic-button.-ico::before {
  content: "";
}
.a-round-basic-button span {
  width: 100%;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}
.a-round-basic-button.-normal {
  font-weight: 400;
}
.a-round-basic-button.-bold {
  font-weight: 700;
}
.a-round-basic-button.-ico-cart::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_cart_white.svg");
}
.a-round-basic-button.-ico-cart--primary-dark::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_cart_primary-dark.svg");
}
.a-round-basic-button.-ico-cart--primary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_cart_primary.svg");
}
.a-round-basic-button.-ico-add-to-cart::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart.svg");
}
.a-round-basic-button.-ico-add-to-cart--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_white.svg");
}
.a-round-basic-button.-ico-add-to-cart--green::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_green.svg");
}
.a-round-basic-button.-ico-add-to-cart--primary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_primary.svg");
}
.a-round-basic-button.-ico-add-to-cart--primary-dark::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_primary-dark.svg");
}
.a-round-basic-button.-ico-trial::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_trial.svg");
}
.a-round-basic-button.-ico-book-free--secondary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book-free_secondary.svg");
}
.a-round-basic-button.-ico-book-free--orange::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book-free_secondary.svg");
}
.a-round-basic-button.-ico-book-free--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book-free_white.svg");
}
.a-round-basic-button.-ico-read::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book.svg");
}
.a-round-basic-button.-ico-read--green::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book_green.svg");
}
.a-round-basic-button.-ico-read--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book_white.svg");
}
.a-round-basic-button.-ico-read--primary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book_primary.svg");
}
.a-round-basic-button.-ico-full-trial::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_full-trial_secondary.svg");
}
.a-round-basic-button.-ico-full-trial--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_full-trial_white.svg");
}
.a-round-basic-button.-ico-read-in-app::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_smartphone_white.svg");
}
.a-round-basic-button.-ico-home::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_home.svg");
}
.a-round-basic-button.-ico-close::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_close.svg");
}
.a-round-basic-button.-ico-check::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_check-fill.svg");
}
.a-round-basic-button.-ico-check.-on::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_check-fill_primary.svg");
}
.a-round-basic-button.-ico-increase::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_increase_secondary.svg");
}
.a-round-basic-button.-ico-smartphone::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_smartphone.svg");
}
.a-round-basic-button.-ico-en--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_en_white.svg");
}
.a-round-basic-button.-ico-follow::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_heart-plus.svg");
}
.a-round-basic-button.-ico-follow.-on::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_heart_secondary.svg");
}
.a-round-basic-button.-ico-update::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_update.svg");
}
.a-round-basic-button.-ico-safe::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_safe.svg");
}
.a-round-basic-button:disabled.-ico-update::before, .a-round-basic-button.-disabled.-ico-update::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_update_middle-gray.svg");
}

.a-round-basic-button--fill-primary {
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 48px;
  padding: 8px 16px;
  border: 1px solid #dddddd;
  border-radius: 30px;
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  border-color: transparent;
  background-color: #3cb65e;
  color: #ffffff;
  font-size: 14px;
}
@media (max-width: 320px) {
  .a-round-basic-button--fill-primary {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.a-round-basic-button--fill-primary:hover {
  background-color: #f0f0f0;
}
.a-round-basic-button--fill-primary::before {
  content: none;
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.a-round-basic-button--fill-primary::before:last-of-type {
  margin-right: 0;
}
.a-round-basic-button--fill-primary.-small {
  height: 36px;
  min-height: auto;
  font-size: 12px;
  line-height: 1.2;
}
.a-round-basic-button--fill-primary.-small span {
  line-height: 1.2;
}
.a-round-basic-button--fill-primary.-small::before {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.a-round-basic-button--fill-primary.-ico::before {
  content: "";
}
.a-round-basic-button--fill-primary span {
  width: 100%;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}
.a-round-basic-button--fill-primary.-normal {
  font-weight: 400;
}
.a-round-basic-button--fill-primary.-bold {
  font-weight: 700;
}
.a-round-basic-button--fill-primary.-ico-cart::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_cart_white.svg");
}
.a-round-basic-button--fill-primary.-ico-cart--primary-dark::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_cart_primary-dark.svg");
}
.a-round-basic-button--fill-primary.-ico-cart--primary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_cart_primary.svg");
}
.a-round-basic-button--fill-primary.-ico-add-to-cart::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart.svg");
}
.a-round-basic-button--fill-primary.-ico-add-to-cart--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_white.svg");
}
.a-round-basic-button--fill-primary.-ico-add-to-cart--green::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_green.svg");
}
.a-round-basic-button--fill-primary.-ico-add-to-cart--primary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_primary.svg");
}
.a-round-basic-button--fill-primary.-ico-add-to-cart--primary-dark::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_primary-dark.svg");
}
.a-round-basic-button--fill-primary.-ico-trial::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_trial.svg");
}
.a-round-basic-button--fill-primary.-ico-book-free--secondary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book-free_secondary.svg");
}
.a-round-basic-button--fill-primary.-ico-book-free--orange::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book-free_secondary.svg");
}
.a-round-basic-button--fill-primary.-ico-book-free--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book-free_white.svg");
}
.a-round-basic-button--fill-primary.-ico-read::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book.svg");
}
.a-round-basic-button--fill-primary.-ico-read--green::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book_green.svg");
}
.a-round-basic-button--fill-primary.-ico-read--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book_white.svg");
}
.a-round-basic-button--fill-primary.-ico-read--primary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book_primary.svg");
}
.a-round-basic-button--fill-primary.-ico-full-trial::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_full-trial_secondary.svg");
}
.a-round-basic-button--fill-primary.-ico-full-trial--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_full-trial_white.svg");
}
.a-round-basic-button--fill-primary.-ico-read-in-app::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_smartphone_white.svg");
}
.a-round-basic-button--fill-primary.-ico-home::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_home.svg");
}
.a-round-basic-button--fill-primary.-ico-close::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_close.svg");
}
.a-round-basic-button--fill-primary.-ico-check::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_check-fill.svg");
}
.a-round-basic-button--fill-primary.-ico-check.-on::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_check-fill_primary.svg");
}
.a-round-basic-button--fill-primary.-ico-increase::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_increase_secondary.svg");
}
.a-round-basic-button--fill-primary.-ico-smartphone::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_smartphone.svg");
}
.a-round-basic-button--fill-primary.-ico-en--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_en_white.svg");
}
.a-round-basic-button--fill-primary.-ico-follow::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_heart-plus.svg");
}
.a-round-basic-button--fill-primary.-ico-follow.-on::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_heart_secondary.svg");
}
.a-round-basic-button--fill-primary.-ico-update::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_update.svg");
}
.a-round-basic-button--fill-primary.-ico-safe::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_safe.svg");
}
.a-round-basic-button--fill-primary:disabled.-ico-update::before, .a-round-basic-button--fill-primary.-disabled.-ico-update::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_update_middle-gray.svg");
}
.a-round-basic-button--fill-primary:hover {
  border-color: transparent;
  background-color: #289446;
}

.a-round-basic-button--fill-secondary {
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 48px;
  padding: 8px 16px;
  border: 1px solid #dddddd;
  border-radius: 30px;
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  border-color: transparent;
  background-color: #ff7970;
  color: #ffffff;
  font-size: 14px;
}
@media (max-width: 320px) {
  .a-round-basic-button--fill-secondary {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.a-round-basic-button--fill-secondary:hover {
  background-color: #f0f0f0;
}
.a-round-basic-button--fill-secondary::before {
  content: none;
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.a-round-basic-button--fill-secondary::before:last-of-type {
  margin-right: 0;
}
.a-round-basic-button--fill-secondary.-small {
  height: 36px;
  min-height: auto;
  font-size: 12px;
  line-height: 1.2;
}
.a-round-basic-button--fill-secondary.-small span {
  line-height: 1.2;
}
.a-round-basic-button--fill-secondary.-small::before {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.a-round-basic-button--fill-secondary.-ico::before {
  content: "";
}
.a-round-basic-button--fill-secondary span {
  width: 100%;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}
.a-round-basic-button--fill-secondary.-normal {
  font-weight: 400;
}
.a-round-basic-button--fill-secondary.-bold {
  font-weight: 700;
}
.a-round-basic-button--fill-secondary.-ico-cart::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_cart_white.svg");
}
.a-round-basic-button--fill-secondary.-ico-cart--primary-dark::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_cart_primary-dark.svg");
}
.a-round-basic-button--fill-secondary.-ico-cart--primary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_cart_primary.svg");
}
.a-round-basic-button--fill-secondary.-ico-add-to-cart::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart.svg");
}
.a-round-basic-button--fill-secondary.-ico-add-to-cart--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_white.svg");
}
.a-round-basic-button--fill-secondary.-ico-add-to-cart--green::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_green.svg");
}
.a-round-basic-button--fill-secondary.-ico-add-to-cart--primary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_primary.svg");
}
.a-round-basic-button--fill-secondary.-ico-add-to-cart--primary-dark::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_primary-dark.svg");
}
.a-round-basic-button--fill-secondary.-ico-trial::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_trial.svg");
}
.a-round-basic-button--fill-secondary.-ico-book-free--secondary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book-free_secondary.svg");
}
.a-round-basic-button--fill-secondary.-ico-book-free--orange::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book-free_secondary.svg");
}
.a-round-basic-button--fill-secondary.-ico-book-free--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book-free_white.svg");
}
.a-round-basic-button--fill-secondary.-ico-read::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book.svg");
}
.a-round-basic-button--fill-secondary.-ico-read--green::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book_green.svg");
}
.a-round-basic-button--fill-secondary.-ico-read--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book_white.svg");
}
.a-round-basic-button--fill-secondary.-ico-read--primary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book_primary.svg");
}
.a-round-basic-button--fill-secondary.-ico-full-trial::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_full-trial_secondary.svg");
}
.a-round-basic-button--fill-secondary.-ico-full-trial--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_full-trial_white.svg");
}
.a-round-basic-button--fill-secondary.-ico-read-in-app::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_smartphone_white.svg");
}
.a-round-basic-button--fill-secondary.-ico-home::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_home.svg");
}
.a-round-basic-button--fill-secondary.-ico-close::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_close.svg");
}
.a-round-basic-button--fill-secondary.-ico-check::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_check-fill.svg");
}
.a-round-basic-button--fill-secondary.-ico-check.-on::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_check-fill_primary.svg");
}
.a-round-basic-button--fill-secondary.-ico-increase::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_increase_secondary.svg");
}
.a-round-basic-button--fill-secondary.-ico-smartphone::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_smartphone.svg");
}
.a-round-basic-button--fill-secondary.-ico-en--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_en_white.svg");
}
.a-round-basic-button--fill-secondary.-ico-follow::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_heart-plus.svg");
}
.a-round-basic-button--fill-secondary.-ico-follow.-on::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_heart_secondary.svg");
}
.a-round-basic-button--fill-secondary.-ico-update::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_update.svg");
}
.a-round-basic-button--fill-secondary.-ico-safe::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_safe.svg");
}
.a-round-basic-button--fill-secondary:disabled.-ico-update::before, .a-round-basic-button--fill-secondary.-disabled.-ico-update::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_update_middle-gray.svg");
}
.a-round-basic-button--fill-secondary:hover {
  border-color: transparent;
  background-color: #fe4e43;
}

.a-round-basic-button--outline {
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 48px;
  padding: 8px 16px;
  border: 1px solid #dddddd;
  border-radius: 30px;
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
@media (max-width: 320px) {
  .a-round-basic-button--outline {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.a-round-basic-button--outline:hover {
  background-color: #f0f0f0;
}
.a-round-basic-button--outline::before {
  content: none;
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.a-round-basic-button--outline::before:last-of-type {
  margin-right: 0;
}
.a-round-basic-button--outline.-small {
  height: 36px;
  min-height: auto;
  font-size: 12px;
  line-height: 1.2;
}
.a-round-basic-button--outline.-small span {
  line-height: 1.2;
}
.a-round-basic-button--outline.-small::before {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.a-round-basic-button--outline.-ico::before {
  content: "";
}
.a-round-basic-button--outline span {
  width: 100%;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}
.a-round-basic-button--outline.-normal {
  font-weight: 400;
}
.a-round-basic-button--outline.-bold {
  font-weight: 700;
}
.a-round-basic-button--outline.-ico-cart::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_cart_white.svg");
}
.a-round-basic-button--outline.-ico-cart--primary-dark::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_cart_primary-dark.svg");
}
.a-round-basic-button--outline.-ico-cart--primary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_cart_primary.svg");
}
.a-round-basic-button--outline.-ico-add-to-cart::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart.svg");
}
.a-round-basic-button--outline.-ico-add-to-cart--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_white.svg");
}
.a-round-basic-button--outline.-ico-add-to-cart--green::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_green.svg");
}
.a-round-basic-button--outline.-ico-add-to-cart--primary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_primary.svg");
}
.a-round-basic-button--outline.-ico-add-to-cart--primary-dark::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_primary-dark.svg");
}
.a-round-basic-button--outline.-ico-trial::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_trial.svg");
}
.a-round-basic-button--outline.-ico-book-free--secondary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book-free_secondary.svg");
}
.a-round-basic-button--outline.-ico-book-free--orange::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book-free_secondary.svg");
}
.a-round-basic-button--outline.-ico-book-free--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book-free_white.svg");
}
.a-round-basic-button--outline.-ico-read::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book.svg");
}
.a-round-basic-button--outline.-ico-read--green::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book_green.svg");
}
.a-round-basic-button--outline.-ico-read--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book_white.svg");
}
.a-round-basic-button--outline.-ico-read--primary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book_primary.svg");
}
.a-round-basic-button--outline.-ico-full-trial::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_full-trial_secondary.svg");
}
.a-round-basic-button--outline.-ico-full-trial--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_full-trial_white.svg");
}
.a-round-basic-button--outline.-ico-read-in-app::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_smartphone_white.svg");
}
.a-round-basic-button--outline.-ico-home::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_home.svg");
}
.a-round-basic-button--outline.-ico-close::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_close.svg");
}
.a-round-basic-button--outline.-ico-check::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_check-fill.svg");
}
.a-round-basic-button--outline.-ico-check.-on::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_check-fill_primary.svg");
}
.a-round-basic-button--outline.-ico-increase::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_increase_secondary.svg");
}
.a-round-basic-button--outline.-ico-smartphone::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_smartphone.svg");
}
.a-round-basic-button--outline.-ico-en--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_en_white.svg");
}
.a-round-basic-button--outline.-ico-follow::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_heart-plus.svg");
}
.a-round-basic-button--outline.-ico-follow.-on::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_heart_secondary.svg");
}
.a-round-basic-button--outline.-ico-update::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_update.svg");
}
.a-round-basic-button--outline.-ico-safe::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_safe.svg");
}
.a-round-basic-button--outline:disabled.-ico-update::before, .a-round-basic-button--outline.-disabled.-ico-update::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_update_middle-gray.svg");
}
.a-round-basic-button--outline:hover {
  background-color: #ffffff;
  color: #289446;
}
.a-round-basic-button--outline:disabled, .a-round-basic-button--outline.-disabled {
  background-color: #dddddd;
  color: #888888;
  pointer-events: none;
}

.a-round-basic-button--follow {
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 48px;
  padding: 8px 16px;
  border: 1px solid #dddddd;
  border-radius: 30px;
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 320px) {
  .a-round-basic-button--follow {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.a-round-basic-button--follow:hover {
  background-color: #f0f0f0;
}
.a-round-basic-button--follow::before {
  content: none;
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.a-round-basic-button--follow::before:last-of-type {
  margin-right: 0;
}
.a-round-basic-button--follow.-small {
  height: 36px;
  min-height: auto;
  font-size: 12px;
  line-height: 1.2;
}
.a-round-basic-button--follow.-small span {
  line-height: 1.2;
}
.a-round-basic-button--follow.-small::before {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.a-round-basic-button--follow.-ico::before {
  content: "";
}
.a-round-basic-button--follow span {
  width: 100%;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}
.a-round-basic-button--follow.-normal {
  font-weight: 400;
}
.a-round-basic-button--follow.-bold {
  font-weight: 700;
}
.a-round-basic-button--follow.-ico-cart::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_cart_white.svg");
}
.a-round-basic-button--follow.-ico-cart--primary-dark::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_cart_primary-dark.svg");
}
.a-round-basic-button--follow.-ico-cart--primary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_cart_primary.svg");
}
.a-round-basic-button--follow.-ico-add-to-cart::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart.svg");
}
.a-round-basic-button--follow.-ico-add-to-cart--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_white.svg");
}
.a-round-basic-button--follow.-ico-add-to-cart--green::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_green.svg");
}
.a-round-basic-button--follow.-ico-add-to-cart--primary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_primary.svg");
}
.a-round-basic-button--follow.-ico-add-to-cart--primary-dark::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_add-to-cart_primary-dark.svg");
}
.a-round-basic-button--follow.-ico-trial::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_trial.svg");
}
.a-round-basic-button--follow.-ico-book-free--secondary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book-free_secondary.svg");
}
.a-round-basic-button--follow.-ico-book-free--orange::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book-free_secondary.svg");
}
.a-round-basic-button--follow.-ico-book-free--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book-free_white.svg");
}
.a-round-basic-button--follow.-ico-read::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book.svg");
}
.a-round-basic-button--follow.-ico-read--green::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book_green.svg");
}
.a-round-basic-button--follow.-ico-read--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book_white.svg");
}
.a-round-basic-button--follow.-ico-read--primary::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_book_primary.svg");
}
.a-round-basic-button--follow.-ico-full-trial::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_full-trial_secondary.svg");
}
.a-round-basic-button--follow.-ico-full-trial--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_full-trial_white.svg");
}
.a-round-basic-button--follow.-ico-read-in-app::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_smartphone_white.svg");
}
.a-round-basic-button--follow.-ico-home::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_home.svg");
}
.a-round-basic-button--follow.-ico-close::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_close.svg");
}
.a-round-basic-button--follow.-ico-check::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_check-fill.svg");
}
.a-round-basic-button--follow.-ico-check.-on::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_check-fill_primary.svg");
}
.a-round-basic-button--follow.-ico-increase::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_increase_secondary.svg");
}
.a-round-basic-button--follow.-ico-smartphone::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_smartphone.svg");
}
.a-round-basic-button--follow.-ico-en--white::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_en_white.svg");
}
.a-round-basic-button--follow.-ico-follow::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_heart-plus.svg");
}
.a-round-basic-button--follow.-ico-follow.-on::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_heart_secondary.svg");
}
.a-round-basic-button--follow.-ico-update::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_update.svg");
}
.a-round-basic-button--follow.-ico-safe::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_safe.svg");
}
.a-round-basic-button--follow:disabled.-ico-update::before, .a-round-basic-button--follow.-disabled.-ico-update::before {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/common/icon/ico_update_middle-gray.svg");
}
.a-round-basic-button--follow::after {
  content: "フォローする";
}
.a-round-basic-button--follow.-on {
  border-color: transparent;
  background-color: #eaf6ef;
  color: #222222;
}
.a-round-basic-button--follow.-on::after {
  content: "フォロー済み";
}
.a-round-basic-button--follow.-on:hover {
  border-color: transparent;
  background-color: #eaf6ef;
  color: #289446;
}

.m-point-mission-card {
  display: grid;
  grid-gap: 8px 16px;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: #ffffff;
}
@media (min-width: 769px) {
  .m-point-mission-card {
    grid-gap: 16px;
    padding: 24px 32px;
  }
  .m-point-mission-card .m-point-mission-card__action .a-round-basic-button,
  .m-point-mission-card .m-point-mission-card__action .a-round-basic-button--fill-secondary {
    height: 64px;
    font-size: 24px;
  }
}
.m-point-mission-card .m-point-mission-card__action .-visible-sp {
  display: none;
}
@media (max-width: 768px) {
  .m-point-mission-card .m-point-mission-card__action .-visible-sp {
    display: inline-flex;
  }
}
.m-point-mission-card .m-point-mission-card__action .m-point-mission-card__action-error {
  margin-top: 8px;
  color: #D83136;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
.m-point-mission-card.-new, .m-point-mission-card.-completed {
  position: relative;
  overflow: hidden;
}
.m-point-mission-card.-new::after, .m-point-mission-card.-completed::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/mission/completed-label.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 38px;
  z-index: 1;
}
@media (min-width: 769px) {
  .m-point-mission-card.-new::after, .m-point-mission-card.-completed::after {
    width: 76px;
    height: 76px;
    background-size: 76px;
  }
}
.m-point-mission-card.-new::after {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/mission/new-label.svg");
}
.m-point-mission-card.-received .m-point-mission-card__progress .m-point-mission-card__progress-detail, .m-point-mission-card.-end .m-point-mission-card__progress .m-point-mission-card__progress-detail {
  position: relative;
}
.m-point-mission-card.-received .m-point-mission-card__progress .m-point-mission-card__progress-detail::after, .m-point-mission-card.-end .m-point-mission-card__progress .m-point-mission-card__progress-detail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 10px);
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/mission/received.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 170px auto;
  z-index: 1;
}
@media (min-width: 769px) {
  .m-point-mission-card.-received .m-point-mission-card__progress .m-point-mission-card__progress-detail::after, .m-point-mission-card.-end .m-point-mission-card__progress .m-point-mission-card__progress-detail::after {
    background-size: 250px auto;
  }
}
.m-point-mission-card.-received .m-point-mission-card__action, .m-point-mission-card.-end .m-point-mission-card__action {
  display: none;
}
.m-point-mission-card.-end .m-point-mission-card__progress .m-point-mission-card__progress-detail::after {
  background-image: url("https://mw-wfs.akamaized.net/DM/common/image/dbook/mission/end.svg");
}
.m-point-mission-card .m-point-mission-card__progress {
  display: grid;
  grid-template-columns: 1fr 69px;
  grid-column-gap: 16px;
}
@media (min-width: 769px) {
  .m-point-mission-card .m-point-mission-card__progress {
    grid-template-columns: 1fr 138px;
  }
}
.m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__progress-detail {
  display: grid;
  grid-row-gap: 4px;
}
.m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__progress-detail .m-point-mission-card__progress-date {
  color: #555555;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__progress-detail .m-point-mission-card__progress-date {
    font-size: 24px;
  }
}
.m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__progress-detail .m-point-mission-card__progress-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (min-width: 769px) {
  .m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__progress-detail .m-point-mission-card__progress-title {
    font-size: 28px;
  }
}
.m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__progress-detail .m-point-mission-card__progress-bar {
  display: flex;
  align-items: center;
  height: 15px;
}
.m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__progress-detail .m-point-mission-card__progress-bar span {
  font-size: 10px;
}
@media (min-width: 769px) {
  .m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__progress-detail .m-point-mission-card__progress-bar span {
    font-size: 20px;
  }
}
.m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__progress-detail .m-point-mission-card__progress-bar progress {
  width: 100%;
  height: 6px;
  margin-right: 4px;
  border-radius: 8px;
  background-color: #ffece2;
  /* 初期化 */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media (min-width: 769px) {
  .m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__progress-detail .m-point-mission-card__progress-bar progress {
    height: 12px;
  }
}
.m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__progress-detail .m-point-mission-card__progress-bar progress::-webkit-progress-bar {
  height: 6px;
  border-radius: 8px;
  background-color: #ffece2;
}
@media (min-width: 769px) {
  .m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__progress-detail .m-point-mission-card__progress-bar progress::-webkit-progress-bar {
    height: 12px;
  }
}
.m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__progress-detail .m-point-mission-card__progress-bar progress::-webkit-progress-value {
  height: 6px;
  border-radius: 8px;
  background-color: #ff7970;
}
@media (min-width: 769px) {
  .m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__progress-detail .m-point-mission-card__progress-bar progress::-webkit-progress-value {
    height: 12px;
  }
}
.m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__progress-detail .m-point-mission-card__progress-bar progress::-webkit-progress-value, .m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__progress-detail .m-point-mission-card__progress-bar progress::-moz-progress-bar, .m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__progress-detail .m-point-mission-card__progress-bar progress::-ms-fill {
  height: 6px;
  border-radius: 8px;
  background-color: #ff7970;
}
@media (min-width: 769px) {
  .m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__progress-detail .m-point-mission-card__progress-bar progress::-webkit-progress-value, .m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__progress-detail .m-point-mission-card__progress-bar progress::-moz-progress-bar, .m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__progress-detail .m-point-mission-card__progress-bar progress::-ms-fill {
    height: 12px;
  }
}
.m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__detail {
  display: grid;
  grid-row-gap: 4px;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}
@media (min-width: 769px) {
  .m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__detail {
    grid-row-gap: 8px;
  }
}
.m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__detail .m-point-mission-card__point {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 8px;
  background-color: #f0f0f0;
}
@media (min-width: 769px) {
  .m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__detail .m-point-mission-card__point {
    height: 80px;
  }
}
.m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__detail .m-point-mission-card__point .m-point-mission-card__point-icon img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
@media (min-width: 769px) {
  .m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__detail .m-point-mission-card__point .m-point-mission-card__point-icon img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
}
.m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__detail .m-point-mission-card__point .m-point-mission-card__point-number {
  font-size: 16px;
}
@media (min-width: 769px) {
  .m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__detail .m-point-mission-card__point .m-point-mission-card__point-number {
    font-size: 32px;
  }
}
.m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__detail .m-point-mission-card__detail-button {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 10px;
  line-height: 1.5;
}
@media (hover: hover) {
  .m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__detail .m-point-mission-card__detail-button:hover {
    opacity: 0.7;
  }
}
@media (min-width: 769px) {
  .m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__detail .m-point-mission-card__detail-button {
    font-size: 20px;
  }
}
.m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__detail .m-point-mission-card__detail-button::after {
  content: "";
  margin-top: 5px;
  margin-left: 3px;
  display: block;
  transform: scale(1, 1) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
}
@media (min-width: 769px) {
  .m-point-mission-card .m-point-mission-card__progress .m-point-mission-card__detail .m-point-mission-card__detail-button::after {
    width: 10px;
    height: 10px;
    margin-top: 10px;
  }
}
.m-point-mission-card .m-point-mission-card__books {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  gap: 8px;
}
.m-point-mission-card .m-point-mission-card__books :nth-of-type(-n + 4) {
  display: flex;
}
.m-point-mission-card .m-point-mission-card__books :nth-of-type(n + 5) {
  display: none;
}
@media (min-width: 769px) {
  .m-point-mission-card .m-point-mission-card__books {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-point-mission-card .m-point-mission-card__books :nth-of-type(-n + 6) {
    display: flex;
  }
  .m-point-mission-card .m-point-mission-card__books :nth-of-type(n + 7) {
    display: none;
  }
}
.m-point-mission-card .m-point-mission-card__books li {
  width: 100%;
}
.m-point-mission-card .m-point-mission-card__books li a {
  width: 100%;
}
.m-point-mission-card .m-point-mission-card__books li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (hover: hover) {
  .m-point-mission-card .m-point-mission-card__books li a:hover {
    opacity: 0.7;
    transition: opacity 250ms;
  }
}

.o-point-mission-card-list {
  position: relative;
}
.o-point-mission-card-list > li + li {
  margin-top: 16px;
}

.o-point-mission-modal .t-round-modal__window {
  min-height: 280px;
}
@media (min-width: 769px) {
  .o-point-mission-modal .t-round-modal__window .t-round-modal__header .t-round-modal__title .t-round-modal__title-text {
    font-size: 24px;
  }
}
.o-point-mission-modal .t-round-modal__window .t-round-modal__body > p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.o-point-mission-modal .t-round-modal__window .t-round-modal__body .t-round-modal__section {
  position: relative;
}
.o-point-mission-modal .t-round-modal__window .t-round-modal__body .t-round-modal__section:not(:last-of-type)::after {
  content: "";
  left: 0;
}
.o-point-mission-modal .t-round-modal__window .t-round-modal__body .t-round-modal__section .o-point-mission-modal__section-title {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.o-point-mission-modal .t-round-modal__window .t-round-modal__body .t-round-modal__section .o-point-mission-modal__section-body {
  display: flex;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.o-point-mission-modal .t-round-modal__window .t-round-modal__body p.o-point-mission-modal__section-body {
  white-space: pre-wrap;
}
.o-point-mission-modal .t-round-modal__window .t-round-modal__body :last-of-type .o-point-mission-modal__section-body {
  white-space: pre-wrap;
}
.o-point-mission-modal .m-point-mission-card {
  width: 100%;
  padding: 0;
}
.o-point-mission-modal .m-point-mission-card .m-point-mission-card__books {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  gap: 8px;
  padding: 0;
}
.o-point-mission-modal .m-point-mission-card .m-point-mission-card__books :nth-of-type(-n + 4) {
  display: flex;
}
.o-point-mission-modal .m-point-mission-card .m-point-mission-card__books :nth-of-type(n + 5) {
  display: none;
}
.o-point-mission-modal .m-point-mission-card .m-point-mission-card__books > * {
  min-width: 0;
  margin: 0;
}
.o-point-mission-modal .m-point-mission-card .m-point-mission-card__action {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .o-point-mission-modal .m-point-mission-card .m-point-mission-card__action a {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .o-point-mission-modal .m-point-mission-card.-received .m-point-mission-card__progress .m-point-mission-card__progress-detail::after, .o-point-mission-modal .m-point-mission-card.-end .m-point-mission-card__progress .m-point-mission-card__progress-detail::after {
    background-size: 200px auto;
  }
}
.o-point-mission-modal .o-point-mission-modal__list {
  font-size: 12px;
  list-style-position: inside;
}
.o-point-mission-modal .o-point-mission-modal__list li {
  line-height: 1.5;
}
.o-point-mission-modal .o-point-mission-modal__list li::marker {
  content: "●";
}
.o-point-mission-modal .o-point-mission-modal__received {
  padding: 0;
  overflow: hidden;
}
.o-point-mission-modal .o-point-mission-modal__received .t-round-modal__close {
  background: #FFF2C5;
}
.o-point-mission-modal .o-point-mission-modal__received .t-round-modal__header {
  padding-right: 0;
  background-color: #FFF2C5;
}
.o-point-mission-modal .o-point-mission-modal__received .t-round-modal__header .o-point-mission-modal__received-point {
  display: flex;
  justify-content: center;
  padding: 24px 24px 0 24px;
}
.o-point-mission-modal .o-point-mission-modal__received .t-round-modal__header .o-point-mission-modal__received-point img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.o-point-mission-modal .o-point-mission-modal__received .t-round-modal__header .o-point-mission-modal__received-point span {
  position: relative;
  padding-right: 25px;
  font-size: 36px;
  font-weight: bold;
}
.o-point-mission-modal .o-point-mission-modal__received .t-round-modal__header .o-point-mission-modal__received-point span::after {
  content: "P";
  position: absolute;
  right: 0;
  bottom: 2px;
  font-size: 27px;
}
.o-point-mission-modal .o-point-mission-modal__received .t-round-modal__header .o-point-mission-modal__received-image {
  width: 100%;
  padding: 14px 24px 16px 24px;
}
.o-point-mission-modal .o-point-mission-modal__received .t-round-modal__body {
  padding: 0 16px 16px 16px;
  font-size: 12px;
  text-align: center;
}

.p-contents {
  background-color: #FFF2C5;
}
.p-contents .p-message {
  margin-top: -1.5vw;
  padding: 48px 16px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 769px) {
  .p-contents .p-message {
    margin-top: -16px;
  }
}
@media (max-width: 768px) {
  .p-contents > .-fit {
    padding: 0;
  }
}

.o-point-mission-card-list {
  max-width: 992px;
  margin: auto;
  margin-top: -3.8vw;
  padding: 0 16px 16px;
}
@media (min-width: 769px) {
  .o-point-mission-card-list {
    margin-top: -4.5vw;
  }
}
@media (min-width: 1000px) {
  .o-point-mission-card-list {
    margin-top: -47px;
    padding: 0 0 48px;
  }
}

.p-title-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (min-width: 1000px) {
  .p-title-image img {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .o-footer {
    padding-top: 0;
  }
}