@charset "utf-8";

/* ----------------------------------------------------------------
    mv
----------------------------------------------------------------- */

.mv {
  position: relative;
}

.mv::before {
  position: absolute;
  background-image: url('/cp/aoiro-ol-upgrade/img/index-mainvisual-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  content: "";
}

.mv .acq-breadcrumb,
.mv .acq-hdg-l1-03 {
  background-color: transparent;
}


@media only screen and (max-width: 767px) {
  .mv::before {
    background-image: url('/cp/aoiro-ol-upgrade/img/index-mainvisual-bg-sp.png');
  }
}

/* ----------------------------------------------------------------
    Hdg
----------------------------------------------------------------- */

/* acq-hdg-l1-03 */
.acq-hdg-l1-03_inner {
  gap: 24px var(--acq-spacing-sm);
}

.acq-hdg-l1-03_target {
  margin: var(--acq-spacing-lg) 0 var(--acq-spacing-sm);
  font-size: var(--acq-font-size-md);
  font-weight: 700;
}

.acq-hdg-l1-03_targetInner {
  display: inline-block;
  padding: 6px 4px 8px;
  border-top: 1px solid var(--acq-color-secondary);
  border-bottom: 1px solid var(--acq-color-secondary);
}

.acq-hdg-l1-03_title {
  font-size: 5.4rem;
  line-height: 1.25;
}

.acq-hdg-l1-03_text {
  white-space: nowrap;
}

.acq-hdg-l1-03_cta {
  display: flex;
  align-items: center;
  gap: var(--acq-spacing-sm);
  max-width: var(--acq-width-content);
  margin: 0 auto;
  padding: 0 var(--acq-gutter-content);
  box-sizing: content-box;
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  
  .acq-hdg-l1-03_title {
    font-size: 4rem;
  }

  .acq-hdg-l1-03_cta {
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  .acq-hdg-l1-03_cta {
    margin-bottom: 32px;
  }
}

/* .acq-box-contact_catch
----------------------------------------------- */
.acq-box-contact_catch {
  text-align: center;
}
.acq-box-contact_catch-text {
  font-size: var(--acq-font-size-xl);
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0 30px;
  max-width: 95%;
}
.acq-box-contact_catch-text::before, .acq-box-contact_catch-text::after {
  content: "";
  position: absolute;
  background-color: var(--acq-color-primary);
  width: 2px;
  height: 55px;
  bottom: 0;
}
.acq-box-contact_catch-text::before {
  transform: rotate(-30deg);
  left: 0;
}
.acq-box-contact_catch-text::after {
  transform: rotate(30deg);
  right: 0;
}
.acq-box-contact_catch_strong {
  font-size: var(--acq-font-size-7xl);
  color: var(--acq-color-primary);
}
@media only screen and (max-width: 767px) {
  .acq-box-contact_catch-text {
    font-size: var(--acq-font-size-lg);
    padding: 0 20px;
  }
  .acq-box-contact_catch_strong {
    font-size: var(--acq-font-size-3xl);
  }
}


/* ----------------------------------------------------------------
    Btn
----------------------------------------------------------------- */

/* acq-btn -color-03 */

@media only screen and (max-width: 767px) {
  .acq-lyt-col-auto.-adjustment > .acq-lyt-col-auto_item {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .acq-lyt-col-auto.-adjustment > .acq-lyt-col-auto_item .acq-btn {
    width: 286px;
    min-width: initial;
  }
}


/* ----------------------------------------------------------------
    List
----------------------------------------------------------------- */

/* .acq-list */

@media only screen and (max-width: 767px) {
  .acq-list.-col3-sp {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .acq-list.-col3-pc {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* .acq-list-link */
.acq-list-link.-underline a {
  text-decoration: underline;
}

.acq-list-link.-underline a:is(:hover, :active, :focus-visible) {
  text-decoration: none;
}


/* ----------------------------------------------------------------
    Helper
----------------------------------------------------------------- */


@media only screen and (max-width: 767px) {
  .u-ta-center-sp {
    text-align: center;
  }
}

/* ----------------------------------------------------------------
    Price Simulation
----------------------------------------------------------------- */

.price-simulation .acq-tab-02_item {
  max-width: 460px;
  width: 100%;
}

.price-simulation .acq-tab-02_item > :last-child {
  margin-bottom: 0;
}

.price-simulation .acq-tab-02_item > :not(:last-child) {
  margin-bottom: 8px;
}

.price-simulation .acq-tab-02_btn {
  max-width: 460px;
  width: 100%;
  padding: 12px var(--padding-inline);
  border: 2px solid var(--acq-color-primary);
}

.price-simulation .acq-tab-02_btn::before {
  display: none;
}

.price-simulation .acq-tab-02_btn[aria-selected=true] {
  padding-left: var(--padding-inline);
}

@media only screen and (max-width: 767px) {

  .price-simulation .acq-tab-02_btn {

    border: 2px solid var(--acq-color-primary);
    border-radius: var(--acq-rounded-md);
  }

  .price-simulation .acq-tab-02_list {
    flex-direction: column;
    align-items: center;
    overflow-x: unset;
    margin: 0 0 24px;
  }

  .acq-tab-02_btn:last-child {
    margin-right: 0;
  }
}



.price-simulation-lead {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}

.price-simulation-select {
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.price-simulation-select__select {
  min-width: 248px;
  border-radius: 8px;
  padding: 8px;
}

.price-simulation-select__select[disabled] {
  background-color: #E6E3E1;
}

.price-simulation-box {
  margin-bottom: 32px;
}

.price-simulation-box__inner {
  padding: 32px 24px;
  height: 100%;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.price-simulation-box__discount {
  display: block;
  position: absolute;
  right: 4px;
  top: -44px 
}

.price-simulation-box__discount + .price-simulation-box__title {
  padding: 0 84px;
}

@media only screen and (max-width: 767px) {

  .price-simulation-box__discount {
    display: none;
  }
  .price-simulation-box__discount + .price-simulation-box__title {
    padding: 0;
  }
}

.price-simulation-box__title {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {

  .price-simulation-box__title {
    padding: 0;
  }
}



.price-simulation-box__title .product {
  font-size: 1.6rem;
}

.price-simulation-box__content {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.price-simulation-box__regularPrice {
  position: relative;
  padding: 0 4px;
}

.price-simulation-box__regularPrice::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #F06575;
  top: 50%;
  left: 0;
  content: "";
}

.price-simulation-box__regularPrice + .price-simulation-box__text {
  padding-top: 40px;
  position: relative;
}

.price-simulation-box__regularPrice + .price-simulation-box__text::before {
  position: absolute;
  display: block;
  content: "";

  width: 0;
  height: 0;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 16px solid #436FC0;
}

.price-simulation-box__text {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.25;
}

.price-simulation-box__text .price  {
  font-size: 4.2rem;
}

.price-simulation-box__gap {
  width: 100%;
  text-align: center;
  padding: 8px;
  background-color: #FFEAEF;
  color: #F06575;
  font-weight: 700;
}

.price-simulation-box__btn {
  width: 100%;
  text-align: center;
}

.price-simulation-box__btn .acq-btn {
  min-width: min(100%, 456px);
}


/* ----------------------------------------------------------------
    CTA
----------------------------------------------------------------- */

/*
aoiro-ol-upgrade-cta-sticky
----------------------------------------------- */
.aoiro-ol-upgrade-cta-sticky {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--acq-color-white);
  background-color: rgba(251, 242, 240, 0.9);
  box-shadow: var(--acq-shadow-fixed-area);
  padding: 24px;
  z-index: var(--acq-z-index-fixed-link);
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .aoiro-ol-upgrade-cta-sticky {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .aoiro-ol-upgrade-cta-sticky {
    padding: 8px;
  }
}
.aoiro-ol-upgrade-cta-sticky__text {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: var(--acq-font-size-lg);
  color: var(--acq-color-highlight);
  font-weight: 700;
  padding: 0 16px;
}
@media only screen and (max-width: 767px) {
  .aoiro-ol-upgrade-cta-sticky__text {
    font-size: 1.6rem;
    padding: 0 8px;
  }
}
.aoiro-ol-upgrade-cta-sticky__text::after, .aoiro-ol-upgrade-cta-sticky__text::before {
  content: "";
  position: absolute;
  background-color: var(--acq-color-highlight);
  width: 3px;
  height: 20px;
  bottom: 2px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .aoiro-ol-upgrade-cta-sticky__text::after, .aoiro-ol-upgrade-cta-sticky__text::before {
    height: 50px;
  }
}
.aoiro-ol-upgrade-cta-sticky__text::after {
  transform: rotate(30deg);
  right: 0;
}
@media only screen and (max-width: 767px) {
  .aoiro-ol-upgrade-cta-sticky__text::after {
    transform: rotate(20deg);
  }
}
.aoiro-ol-upgrade-cta-sticky__text::before {
  transform: rotate(-30deg);
  left: 0;
}
@media only screen and (max-width: 767px) {
  .aoiro-ol-upgrade-cta-sticky__text::before {
    transform: rotate(-20deg);
  }
}
.aoiro-ol-upgrade-cta-sticky__text-small {
  font-size: 1.2rem;
}
.aoiro-ol-upgrade-cta-sticky__btn-list {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .aoiro-ol-upgrade-cta-sticky__btn-list {
    gap: 8px;
  }
}
.aoiro-ol-upgrade-cta-sticky__btn {
  padding: 12px 40px;
  width: 440px;
  background-color: var(--products-color-kyuyo-btn-main);
  border: solid 1px var(--products-color-kyuyo-btn-main);
}
.aoiro-ol-upgrade-cta-sticky__btn:is(:hover, :active, :focus-visible) {
  background-color: var(--products-color-kyuyo-btn-main-hover);
}
.aoiro-ol-upgrade-cta-sticky__btn::after {
  background-color: var(--products-color-kyuyo-btn-main);
}
.aoiro-ol-upgrade-cta-sticky__btn.-color-02 {
  background-color: var(--products-color-kyuyo-btn-02);
  border: solid 1px var(--products-color-kyuyo-btn-02);
}
.aoiro-ol-upgrade-cta-sticky__btn.-color-02:is(:hover, :active, :focus-visible) {
  background-color: var(--products-color-kyuyo-btn-02-hover);
}
.aoiro-ol-upgrade-cta-sticky__btn.-color-02::after {
  background-color: var(--products-color-kyuyo-btn-02);
}

@media only screen and (max-width: 767px) {
  .aoiro-ol-upgrade-sp-br {
    display: block;
  }
}

/*
.float-bnr
----------------------------------------------- */
.js-float-bnr {
  visibility: hidden;
  opacity: 0;
  transition: visibility var(--acq-transition-duration) var(--acq-transition-tf), opacity var(--acq-transition-duration) var(--acq-transition-tf);
}

.js-float-bnr.is-shown {
  visibility: visible;
  opacity: 1;
}


/* ----------------------------------------------------------------
    Footer
----------------------------------------------------------------- */

/*
.float-bnr
----------------------------------------------- */

@media only screen and (max-width: 767px) {
  .acq-footer-page-top {
      display: none;
  }
}

/* ----------------------------------------------------------------
    Table
----------------------------------------------------------------- */

.products-table-plan tbody td:has(sup) {
  position: relative;
}

.products-table-plan tbody td sup {
  position: absolute;
  top: 30%;
  right: 33%;
}

@media only screen and (max-width: 767px) {
  .products-table-plan tbody td sup {
    top: 30%;
    right: 20%;
  }
}

/* ----------------------------------------------------------------
    /common_a/css/acquisition/oyakudachi/oyakudachi.css流用
    Sticky Banner (.aoiro-ol-upgrade-sticky-bnr[-*])
----------------------------------------------------------------- */
/* .aoiro-ol-upgrade-sticky-bnr
----------------------------------------------- */
.aoiro-ol-upgrade-sticky-bnr {
  --header-height: 76px;
  --pagetop-height: 90px;
  position: fixed;
  bottom: 90px;
  right: 16px;
  max-width: 300px;
  height: min(300px, 100vh - (var(--header-height) + var(--pagetop-height)));
  aspect-ratio: 1/1;
  z-index: 1000;
}

@supports (height: 100dvh) {
  .aoiro-ol-upgrade-sticky-bnr {
    height: min(300px, 100vh - (var(--header-height) + var(--pagetop-height)));
  }
}

.aoiro-ol-upgrade-sticky-bnr__media {
  background-color: #fff;
}

.aoiro-ol-upgrade-sticky-bnr__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.aoiro-ol-upgrade-sticky-bnr__btn::before, .aoiro-ol-upgrade-sticky-bnr__btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 6px;
  width: 15px;
  height: 2px;
  background-color: var(--acq-color-primary);
}

.aoiro-ol-upgrade-sticky-bnr__btn::before {
  rotate: 45deg;
}

.aoiro-ol-upgrade-sticky-bnr__btn::after {
  rotate: 135deg;
}

.aoiro-ol-upgrade-sticky-bnr__btn-alt {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
  overflow: hidden;
}

.aoiro-ol-upgrade-sticky-bnr.-add-shadow {
  box-shadow: 0 0 20px rgba(143, 140, 138, 0.3);
}

@media only screen and (max-width: 767px) {
  .aoiro-ol-upgrade-sticky-bnr {
    max-width: 200px;
    height: min(200px, 100vh - (var(--header-height) + var(--pagetop-height)));
    bottom: 90px;
    left: 16px;
    right: auto;
  }

  @supports (height: 100dvh) {
    .aoiro-ol-upgrade-sticky-bnr {
      height: min(200px, 100vh - (var(--header-height) + var(--pagetop-height)));
    }
  }
}

.js-sticky-bnr {
  visibility: hidden;
  opacity: 0;
  transition: opacity var(--acq-transition-duration) var(--acq-transition-tf), visibility var(--acq-transition-duration) var(--acq-transition-tf);
}

.js-sticky-bnr.is-shown {
  visibility: visible;
  opacity: 1;
}

.acq-footer-page-top {
  bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .acq-footer-page-top {
    --bnr-height: 72px;
    bottom: calc(20px + var(--bnr-height));
  }
}

/* ----------------------------------------------------------------
    /users/beginner/common/css/column-style.css流用
    Header
----------------------------------------------------------------- */
.header-inner {
  display: flex;
}

.header-menu-contents .header-menu-cv {
  display: flex;
  justify-content: right;
  position: relative;
  right: 140px;
}

.header-inner .cv-list,
.header-menu-contents .header-menu-cv_list {
  display: flex;
  gap: 8px 16px;
  margin-bottom: 0;
}

/* background-color、border-colorは除く */
.header-inner .cv-list a,
.header-menu-contents .header-menu-cv_list a {
  display: block;
  padding: 8px 16px;
  width: max-content;
  border-radius: var(--acq-rounded-md);
  color: var(--acq-color-white);
  text-decoration: none;
  text-align: center;
  transition: all var(--acq-transition-duration) var(--acq-transition-tf);
}

/* z-indexがコンテンツ内で負けるため1→10*/
.header.sticky {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 10;
}

.header .sp-only {
  display: none;
}

[data-header-area="acquisition"]  .header-search {
  top: 0;
}

.header-search-btn >img {
  vertical-align: middle;
}

.header-lyt-column {
  margin-block: 21px !important;
}

[data-header-area="acquisition"] .header-lyt-column > .col {
  padding-block: 0;
}

.header[data-header-area="acquisition"] .header-lyt-column .logo {
  margin: 0 0 0 10px;
}

@media only screen and (max-width: 950px) {
  .header-menu-contents .header-menu-cv {
    justify-content: center;
    right: 0;
  }

  .header-menu-contents .header-menu-cv_list {
    flex-direction: column;
  }

  [data-header-area="acquisition"]  .header-search {
    top: 50%;
    transform: translateY(-50%);
  }

  [data-header-area="acquisition"] .header-lyt-column > .col {
    max-height: 92px;
    height: 100%;
  }

  .header-inner {
    padding-top: 30px;
  }

  .header[data-header-area="acquisition"] .header-lyt-column .logo {
    margin: 0;
  }
}

@media only screen and (max-width: 780px) {
  .header-search {
    right: 40px !important;
  }

  .header[data-header-area="acquisition"] .header-lyt-column .logo {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 640px) {
  .header-inner {
    justify-content: space-between;
    padding-right: 60px;
    padding-top: 14px;
  }

  .header-lyt-column {
    margin-block: 0 !important;
  }

  .header .nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }

  .header .nav .cv-list {
    justify-content: flex-end;
  }

  .header:has(.header-menu.is-header-menu-open) .nav .cv-list {
    display: none;
  }

  .header-menu-cv_list {
    align-items: center;
  }

  .header-menu {
    top: 50%;
  }

  .header-menu-hook {
    transform: translateY(-50%);
  }

  [data-header-area="acquisition"] .header-lyt-column > .col {
    padding-block: 0;
  }

  [data-header-area="acquisition"] .header-search {
    right: auto !important;
    transform: translateY(0);
  }

  .header-menu-contents {
    top: 25px;
  }
}

/* 追記 */
.header-inner .cv-list a,
.header-menu-contents .header-menu-cv_list a {
  padding: 8px 40px 8px 16px;
}

.header-inner .cv-list a {
  background-color: var(--acq-color-highlight);
  border: 1px solid var(--acq-color-highlight);
}

[data-template="lp"] [data-header-area="acquisition"] .header-search {
  top: 0;
}

@media only screen and (max-width: 950px) {
  .header-menu-contents .header-menu-cv {
    justify-content: center;
    right: 0;
  }

  [data-template="lp"] [data-header-area="acquisition"] .header-search {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 640px) {
  .header-menu-contents .header-menu-cv {
    display: none;
  }

  [data-template="lp"] [data-header-area="acquisition"] .header-search {
    top: 0;
    transform: initial;
  }

  .header-inner .cv-list a,
  .header-menu-contents .header-menu-cv_list a {
    padding: 8px 16px;
  }
}