/*
* shop.css
*
*/
/* --------------------------------
  Top
-------------------------------- */
/* Overwrite template
-------------------------------- */
@media (min-width: 768px) {
  main.top {
    font-size: 18px;
    line-height: 2;
  }
}

main p {
  margin: inherit;
  font-size: inherit;
  line-height: inherit;
}
@media (max-width: 767.98px) {
  main p {
    margin-top: 0;
  }
}

.shop-title {
  color: rgba(var(--c-main-blue), 1);
}

/* Lead Area
-------------------------------- */
@media (max-width: 767.98px) {
  .lead {
    border-top: 5px rgba(var(--c-main-blue), 1) solid;
  }
  .lead.qx-lead_noimg {
    height: 15px;
  }
}
@media (min-width: 768px) {
  .lead {
    display: grid;
    align-items: center;
    justify-content: center;
    border-top: 8px rgba(var(--c-main-blue), 1) solid;
    height: 165px;
  }
  .lead.qx-lead_noimg {
    height: 25px;
  }
}
@media (max-width: 767.98px) {
  .lead img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .lead img {
    width: auto;
    height: auto;
  }
}

.header {
  color: rgba(var(--c-main-blue), 1);
  border-top: 8px rgba(var(--c-main-blue), 1) solid;
  display: block;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size:16px;
  padding-block: 20px;
  text-align: center;
}

.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__logo li {
  height: 30px;
  margin-inline: 5px;
  margin-block: 5px;
}

.header__logo img {
  height: 100%;
  width: auto;
}

@media (min-width: 768px) {
  .header {
    display: flex;
    padding-block: 40px;
    font-size: 20px;
  }

  .header__logo li {
    height: 40px;
  }
}

/* Hero Area
-------------------------------- */
.hero_content {
  background-color: rgba(var(--c-main-blue), 1);
}
@media (min-width: 768px) {
  .hero_content {
    display: grid;
    align-items: center;

    grid-template-columns: 41.1% 1fr;
  }
}

@media (min-width: 768px) {
  .hero_image {
    width: 100%;
    height: 100%;
  }
}
.hero_image img {
  width: 100%;
}
@media (min-width: 768px) {
  .hero_image img {
    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;
  }
}

@media (max-width: 767.98px) {
  .hero_body {
    padding: 5.8666666667vw 6.6666666667vw 6.6666666667vw;
  }
}
@media (min-width: 768px) {
  .hero_body {
    padding: 20px 16% 20px 7.96%;
  }
}

.hero_text {
  display: block;
  text-align: center;
  letter-spacing: 0.08em;
  color: rgba(var(--c-true-white), 1);
  font-weight: 600;

  font-feature-settings: "palt";
}

.hero_subtext {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  color: #ff0;
  line-height: 1.3;
  margin-bottom: .5em;
}
@media (max-width: 767.98px) {
  .hero_text {
    margin-top: -0.6666666667vw;
    margin-bottom: -0.6666666667vw;
    font-size: 5.0666666667vw;
    line-height: 1.26;
  }
  .hero_subtext {
    font-size: 5.0666666667vw;
  }
}
@media (min-width: 768px) {
  .hero_text {
    font-size: 36px;
    line-height: 1.278;
  }
}

.hero_rewords {
  display: grid;
  justify-content: center;
  margin: 0 auto;
  background-color: rgba(var(--c-true-white), 1);
  letter-spacing: -0.03em;
  color: rgba(var(--c-main-magenta), 1);
  font-weight: 600;
  position: relative;
}

.hero_rewords-notes {
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 15px;
  color: #eb0015;
}

.qx-hero_rewords-small-text {
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .hero_rewords {
    display: grid;
    align-items: center;
    justify-content: center;
    margin-top: 4.8vw;
    padding: 2.6666666667vw 0;
    border-radius: 2.6666666667vw;
    height: 32.6666666667vw;
    text-align: center;
    font-size: 6.9333333333vw;
    line-height: 1.27;
  }
  .hero_rewords-notes {
    font-size: 3.5vw;
  }

  .qx-hero_rewords-small-text {
    font-size: 3.5vw;
  }
}
@media (min-width: 768px) {
  .hero_rewords {
    margin-top: 30px;
    padding: 36px 0;
    border-radius: 20px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .hero_rewords.-singleline {
    height: 26vw;
  }
}
@media (min-width: 768px) {
  .hero_rewords.-singleline {
    padding: 28px 0;
  }
}

/* App Area
-------------------------------- */
@media (max-width: 767.98px) {
  .app {
    padding-top: 15.7333333333vw;
    padding-bottom: 6.6666666667vw;
  }
}
@media (min-width: 768px) {
  .app {
    padding-top: 72px;
    padding-bottom: 42px;
  }
}

.app_title {
  text-align: center;
  letter-spacing: 0;
  color: rgba(var(--c-main-blue), 1);
  font-weight: 600;
  line-height: 1.28;
}
@media (max-width: 767.98px) {
  .app_title {
    margin-top: -1vw;
    margin-right: 0.75em;
    margin-bottom: -1vw;
    font-size: 6.9333333333vw;
  }
}
@media (min-width: 768px) {
  .app_title {
    margin-top: -5px;
    margin-bottom: -5px;
    font-size: 36px;
  }
}

/* About Area
-------------------------------- */
@media (max-width: 767.98px) {
  .about {
    margin-top: 14.9333333333vw;
    margin-bottom: 16vw;
  }
}
@media (min-width: 768px) {
  .about {
    padding-top: 50px;
    padding-bottom: 74px;
  }
}

.about-content {
  overflow: hidden;
  border-style: solid;
  border-color: rgba(var(--c-main-blue), 1);
}
@media (max-width: 767.98px) {
  .about-content {
    border: 1px solid rgba(var(--c-main-blue), 1);
    border-radius: 2.6666666667vw;
  }
}
@media (min-width: 768px) {
  .about-content {
    border: 1px solid rgba(var(--c-main-blue), 1);
    border-radius: 20px;
  }
}

.about-title {
  display: block;
  background-color: rgba(var(--c-main-blue), 1);
  text-align: center;
  color: rgba(var(--c-true-white), 1);
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .about-title {
    margin-top: -0.5333333333vw;
    margin-bottom: -0.5333333333vw;
    font-size: 4.2666666667vw;
    line-height: 13.3333333333vw;
  }
}
@media (min-width: 768px) {
  .about-title {
    letter-spacing: 0.08em;
    font-size: 24px;
  }
}

.about-body {
  text-align: justify;

  font-feature-settings: "palt";
}
@media (max-width: 767.98px) {
  .about-body {
    padding: 8vw 6.4vw;
  }
}
@media (min-width: 768px) {
  .about-body {
    padding: 40px;
  }
}

.about-body.-withimage {
  display: grid;
}
@media (min-width: 768px) {
  .about-body.-withimage {
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr;
    gap: 0px 22px;
    grid-template-areas: ". .";
  }
}
@media (min-width: 768px) {
  .branshes .about-body.-withimage {
    grid-template-columns: 300px 1fr;
  }
}
@media (min-width: 768px) {
  .dipperdan .about-body.-withimage {
    grid-template-columns: 300px 1fr;
  }
}
@media (min-width: 768px) {
  .aeonlife .about-body.-withimage {
    grid-template-columns: 300px 1fr;
  }
}
@media (min-width: 768px) {
  .rou .about-body.-withimage {
    grid-template-columns: 300px 1fr;
  }
}
@media (min-width: 768px) {
  .mra .about-body.-withimage {
    grid-template-columns: 300px 1fr;
  }
}
@media (min-width: 768px) {
  .petras .about-body.-withimage {
    grid-template-columns: 300px 1fr;
  }
}
@media (min-width: 768px) {
  .rme .about-body.-withimage {
    grid-template-columns: 300px 1fr;
  }
}
@media (min-width: 768px) {
  .aeonculture .about-body.-withimage {
    grid-template-columns: 300px 1fr;
  }
}
@media (min-width: 768px) {
  .molly_fantasy .about-body.-withimage {
    grid-template-columns: 300px 1fr;
  }
}
@media (min-width: 768px) {
  .petemo .about-body.-withimage {
    grid-template-columns: 300px 1fr;
  }
}

@media (max-width: 767.98px) {
  .about-text {
    letter-spacing: 0.025em;
    font-size: 4vw;
    line-height: 1.333;
  }
}
@media (min-width: 768px) {
  .about-text {
    font-size: 16px;
    line-height: 1.625;
  }
}
@media (max-width: 767.98px) {
  .-withimage .about-text {
    margin-top: 5.6vw;
  }
}

.about-link {
  display: inline-block;
  position: relative;
  color: rgba(var(--c-main-blue), 1);
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .about-link {
    margin-top: 1.25em;
    font-size: 4vw;
  }
}
@media (min-width: 768px) {
  .about-link {
    margin-top: 1.25em;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .about-link svg {
    margin-left: 0.5333333333vw;
    padding-bottom: 0.8vw;
    width: 4vw;
    height: 4vw;
  }
}
@media (min-width: 768px) {
  .about-link svg {
    margin-left: 2px;
    padding-bottom: 3px;
    width: 15px;
    height: 15px;
  }
}

/* Reward Area
-------------------------------- */
.reward {
  background-color: #d4e5f4;
}
@media (max-width: 767.98px) {
  .reward {
    margin-bottom: 16vw;
    padding-top: 16.2666666667vw;
    padding-bottom: 16vw;
  }
}
@media (min-width: 768px) {
  .reward {
    margin-bottom: 69px;
    padding-top: 48px;
    padding-bottom: 75px;
  }
}

.reward_title {
  text-align: center;
  color: rgba(var(--c-main-blue), 1);
}
@media (max-width: 767.98px) {
  .reward_title {
    margin-top: -3.3333333333vw;
    margin-bottom: -3.3333333333vw;
    font-size: 5.8666666667vw;
    line-height: 2.136;
  }
}
@media (min-width: 768px) {
  .reward_title {
    margin-top: -6px;
    margin-bottom: -6px;
    font-size: 24px;
    line-height: 1.5;
  }
}

.reward_body {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .reward_body {
    margin-top: 5.3333333333vw;
    padding: 8.2666666667vw 6.4vw;
    border-radius: 2.6666666667vw;
  }
}
@media (min-width: 768px) {
  .reward_body {
    margin-top: 30px;
    padding: 50px;
    border-radius: 20px;
  }
}

.reward_content {
  font-feature-settings: "palt";
}
@media (max-width: 767.98px) {
  .reward_content {
    text-align: justify;
    font-size: 4vw;
    line-height: 1.6;
  }
}
@media (min-width: 768px) {
  .reward_content {
    font-size: 16px;
    line-height: 1.625;
  }
}
@media (max-width: 767.98px) {
  .reward_content + .reward_content {
    margin-top: 6.9333333333vw;
  }
}
@media (min-width: 768px) {
  .reward_content + .reward_content {
    margin-top: 38px;
  }
}

.reward_content-title {
  margin-top: -5px;
  margin-bottom: -5px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .reward_content-text {
    margin-top: 2.2666666667vw;
  }
}
@media (min-width: 768px) {
  .reward_content-text {
    margin-top: 5px;
  }
}

@media (max-width: 767.98px) {
  .reward_content-note {
    margin-top: -1.2vw;
    margin-bottom: -1.2vw;
    font-size: 3.2vw;
    line-height: 1.75;
  }
}
.reward_content-list .reward_content-note {
  margin-top: 0;
  margin-bottom: 0;
}

.qx-reward_indent-list .reward_content-note {
  display: flex;
}

.reward_content-list .qx-reward_btn-annotation {
  text-align: center;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .reward_content-list .qx-reward_btn-annotation {
    font-size: 3vw;
  }
}

@media (max-width: 767.98px) {
  .reward_content-list {
    margin-top: 1.8666666667vw;
  }
}
@media (min-width: 768px) {
  .reward_content-list {
    margin-top: 5px;
  }
}

.qx-reward_external-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 20px;
}

.qx-reward_external-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 344px;
  height: 56px;
  color: #a20073;
  background: linear-gradient(-90deg, #f6dfef, #f7eaf2);
  border: 0;
  border-radius: 28px;
  outline: none;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .05);
  transition: all .4s ease-out;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: -.0225em;
  font-weight: 600;
  text-decoration: none;
}

.qx-reward_external-btn a:hover {
  opacity: 0.5;
}

.qx-reward_external-btn a .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 28px;
  margin: auto 12px auto auto;
  background-image: url(../img/shop/aeonlife/blank.svg);
}

/* Coupon Area
-------------------------------- */
.coupon_link-content {
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .coupon_link-content {
    width: 73.3333333333vw;
  }
}
@media (min-width: 768px) {
  .coupon_link-content {
    width: 312px;
  }
}

.coupon-link {
  display: block;
  position: relative;
  background-color: rgba(var(--c-main-magenta), 1);
  text-align: center;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .coupon-link {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    border-radius: 6vw;
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 768px) {
  .coupon-link {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 22px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .coupon-link {
    cursor: pointer;
    transition: opacity 0.2s ease-out;
    transition: opacity 0.2s;
  }
  .coupon-link:hover {
    opacity: 0.8;
  }
}
.coupon-link:visited,
.coupon-link:link {
  text-decoration: none;
  color: rgba(var(--c-true-white), 1);
}

@media (min-width: 768px) {
  .coupon_notice {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .coupon_notice-text {
    margin-top: 4vw;
    margin-bottom: -1.2vw;
    letter-spacing: 0.025;
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  .coupon_notice-text {
    margin-top: 21px;
    margin-bottom: -5px;
    font-size: 16px;
    line-height: 1.625;
  }
}

/* pageback Area
-------------------------------- */
.pageback_inner {
  display: grid;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .pageback_inner {
    padding-top: 9.3333333333vw;
    padding-bottom: 17.3333333333vw;
  }
}
@media (min-width: 768px) {
  .pageback_inner {
    padding-top: 48px;
    padding-bottom: 122px;
  }
}

.pageback_link {
  display: block;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .pageback_link {
    border-radius: 6vw;
    width: 54.6666666667vw;
    line-height: 12vw;
  }
}
@media (min-width: 768px) {
  .pageback_link {
    border-radius: 28px;
    width: 220px;
    line-height: 56px;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .pageback_link {
    cursor: pointer;
    transition: opacity 0.2s ease-out;
    transition: opacity 0.2s;
  }
  .pageback_link:hover {
    opacity: 0.8;
  }
}
.pageback_link:visited,
.pageback_link:link {
  background-color: rgba(var(--c-bg-magenta), 1);
  text-decoration: none;
  color: rgba(var(--c-main-magenta), 1);
}
@media (max-width: 767.98px) {
  .pageback_link:visited,
  .pageback_link:link {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 768px) {
  .pageback_link:visited,
  .pageback_link:link {
    font-size: 16px;
  }
}