.lp__mv h1 span:nth-of-type(4) {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

/* 追従パネル */
.lp-side-nav-container {
  display: block;
  width: 100%;
  height: auto;
  z-index: 2;
}

.lp-side-nav-container.is-hidden {
  display: none;
}

.lp-side-nav {
  position: fixed;
  display: flex;
  width: 100%;
  min-height: 100px;
  justify-content: space-around;
  align-items: center;
  bottom: 0px;
  column-gap: 20px;
  background-color: #ffffff;
  padding: 30px 10px 10px;
  animation: bottomToTop .3s ease-in-out;
}

.line-banner-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9000;
}

.line-banner-close-btn span {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.lp-side-nav .line-banner-close-btn {
  background-color: #bdbdbd;
  width: 24px;
  height: 24px;
}

.lp-side-nav .line-banner-close-btn::before {
  content: "";
  position: absolute;
  width: 0.2em;
  height: 1em;
  background-color: #ffffff;
  top: 50%;
  right: 35%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.lp-side-nav .line-banner-close-btn::after {
  content: "";
  position: absolute;
  width: 0.2em;
  height: 1em;
  background-color: #ffffff;
  top: 50%;
  right: 35%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.line-banner img,
.line-banner-btn img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.str-main {
  margin-bottom: -55px !important;
}

.mv {
  padding-top: 76px;
}

.figure__mv .uniq-hdg-sub {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.acc-contents .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.acc-contents .etc {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 24px 16px 0;
}

/* trendyボックス */
.lp__no1 .ttl-title {
  margin-bottom: 5px;
  color: #cc0066;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

.lp__no1 .txt--uniq {
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.5;
}

.lp__no1 .ttl-link {
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.5;
}

.lp__no1 .txt--uniq a {
  color: #cc0066;
}

.lp__no1 .box.box--uniq .img.emblem {
  width: 110px;
}

.lp__no1 .box.box--uniq .wrap {
  width: calc(100% - 110px);
}

.lp__no1 .box__inner {
  align-items: center;
  gap: 10px;
}

.lp__no1 .txt--note {
  margin-block: 20px 32px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}

#trendy .flex-wrap {
  gap: 20px;
}

#trendy .box {
  position: relative;
  margin-top: 0;
  margin-bottom: 24px;
}

#trendy .box::before {
  content: '';
  position: absolute;
  top: -55px;
  right: 0;
  display: block;
  width: 66px;
  height: 66px;
  background-image: url('/lp/slim/ac/img/figure/ac-kuma-01-sp.png');
  background-repeat: no-repeat;
  background-size: cover;
}

#trendy .box p {
  text-align: left;
}

/* trendy-box */
.trendy-box__logo {
  flex-shrink: 0;
}

.trendy-box {
  width: 100%;
  max-width: 880px;
  margin-inline: auto;
  margin-bottom: 48px;
}

.trendy-box__inner {
  margin-inline: 40px;
}

.trendy-box__flex-box {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  margin-bottom: 14px;
  padding: 24px 15px;
  background-color: #ffffff;
  border: 1px solid #cc0066;
  border-radius: 10px;
  column-gap: 20px;
  row-gap: 15px;
}

.trendy-box__contents {
  position: relative;
  padding-bottom: 40px;
}

.trendy-box-txt {
  color: #cc0066;
  font-size: 1.4rem;
  font-weight: bold;
}

.trendy-box-txt--link {
  font-size: 1.2rem;
  font-weight: normal;
}

.trendy-box-kuma {
  position: absolute;
  right: 0;
}

.ac-text--small {
  font-size: 1.2rem;
}

.ac-list-note__item {
  font-size: 1.2rem;
}

.lp__no1 .wrap .ttl .ttl__sub {
  font-size: 12px;
  line-height: 1.4;
}

.figure__item h2 .small-sub {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}

/* Animations */
@keyframes bottomToTop {
  0% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes rightToLeft {
  0% {
    transform: translateX(140px);
  }

  100% {
    transform: translateX(0px);
  }
}

.lp .txt--risk {
  text-align: right;
}

/* lp__mv-btn */
.lp__mv-btn {
  max-width: fit-content;
  margin: 0 auto;
  margin-block: 26px;
}

.lp__mv-btn__link {
  display: block;
  width: 100%;
  height: 100%;
  /* box-shadow: 0px 5px 0px #333333;
  transition: transform 0.3s ease, box-shadow 0.3s ease; */
}
/*
.lp__mv-btn__link:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(5px);
} */

/* graph-wrap */
.figure__questionnaire .graph--1 h4 {
  line-height: 36px;
}

.graph-wrap.graph-wrap--style-2 {
  justify-content: center;
}

.graph-wrap.graph-wrap--style-2 .graph {
  padding-right: 0;
  border: none;
}

.graph-wrap.graph-wrap--style-2 .graph h4 {
  line-height: 36px;
}

.graph-wrap.graph-wrap--style-2 .graph .img {
  margin-bottom: 36px;
}

.graph-wrap.graph-wrap--style-3 {
  justify-content: center;
}

.graph-wrap.graph-wrap--style-3 .graph h4 {
  line-height: 36px;
}

.graph-wrap.graph-wrap--style-3 .graph .img {
  margin-bottom: 36px;
}

.graph-wrap.graph-wrap--style-3 .graph:nth-child(2) {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.graph-wrap.graph-wrap--style-3 .graph.graph--border-none {
  border: none;
}

.graph-wrap.graph-wrap--style-3 .graph.graph--border-bottom-none {
  border-bottom: none;
}

.graph-wrap.graph-wrap--style-3 .graph.graph--1 {
  padding-bottom: 0;
}

.graph-wrap.graph-wrap--style-4 {
  justify-content: center;
}

.graph-wrap.graph-wrap--style-4 .graph h4 {
  line-height: 36px;
}

.graph-wrap.graph-wrap--style-4 .graph {
  max-width: 100%;
  width: 100%;
  border: none;
  padding-right: 0;
}

.graph-wrap.graph-wrap--style-5 {
  justify-content: center;
  margin-bottom: 0;
}

.graph-wrap.graph-wrap--style-5 .graph h4 {
  margin-inline: auto;
  line-height: 36px;
  max-width: 310px;
}

.graph-wrap.graph-wrap--style-5 .graph {
  max-width: 100%;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.graph-wrap.graph-wrap--style-6 h4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}

.figure__questionnaire.figure__questionnaire--lp {
  padding: 0 22px;
  margin-top: 63px;
  margin-bottom: 0;
}

.figure__questionnaire.figure__questionnaire--lp .wrap {
  max-width: 780px;
  margin-inline: auto;
}

.figure__questionnaire h3 {
  color: #333333;
}

.figure__questionnaire.figure__questionnaire--lp .txt {
  margin: 0 0 16px;
}

/* beginner-episode-list */
.beginner-episode-leads {
  font-size: 16px;
  font-weight: bold;
}

.beginner-episode-list {
  margin-top: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.beginner-episode-list__item {
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 6px;
}

.beginner-episode-list__item-title {
  text-align: left;
}

.beginner-episode-list__item-video {
  position: relative;
  padding-top: 56.26%;
  margin-top: 10px;
}

.beginner-episode-list__item-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* orukan-episode */
.orukan-episode {
  background-color: #f8d9dd;
  width: 100%;
  max-width: 780px;
  margin-inline: auto;
  margin-bottom: 48px;
  padding: 15px;
}

.orukan-episode__video-wrap {
  max-width: 500px;
  margin-inline: auto;
  margin-top: 20px;
}

.orukan-episode__video {
  position: relative;
  padding-top: 56.2%;
  margin-inline: auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: -5px 5px 6px #b1b1b1;
}

.orukan-episode__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.container:has(.orukan-episode) .characters {
  margin-bottom: 25px;
}

.orukan-episode__title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
/* All Media Queries */
@media (min-width: 768px) {
  .lp__mv h1 span:nth-of-type(4) {
    font-size: 18px;
  }

  .bnrs ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1070px;
    column-gap: 15px;
    row-gap: 15px;
  }

  /* eMaxis Line */
  .lp-side-nav {
    position: fixed;
    display: flex;
    width: fit-content;
    flex-direction: column;
    right: 0;
    bottom: 200px;
    animation: rightToLeft .3s ease-in-out;
    background-color: transparent;
  }

  .lp-side-nav .lp-side-nav__item {
    position: relative;
  }

  .lp-side-nav .line-banner-close-btn {
    background-color: transparent;
  }

  .lp-side-nav .line-banner-close-btn::before {
    content: "";
    position: absolute;
    width: 0.2em;
    height: 1em;
    top: 0.2em;
    right: 0.6em;
    background-color: gray;
    transform: rotate(45deg);
  }

  .lp-side-nav .line-banner-close-btn::after {
    content: "";
    position: absolute;
    width: 1em;
    height: 0.2em;
    top: 0.6em;
    right: 0.2em;
    background-color: gray;
    transform: rotate(225deg);
  }

  .lp-side-nav .line-banner,
  .lp-side-nav .line-banner-btn {
    display: block;
    width: 140px;
    border: 3px solid #ffffff;
    box-shadow: 0 2px 4px rgba(153,153,153,0.65);
    cursor: pointer;
  }

  .acc-contents {
    max-width: 780px;
  }

  .lp__purchase .btn--purchase {
    max-width: 780px;
  }

  .container {
    min-width: auto;
    max-width: 780px;
  }

  .acc-contents .etc {
    padding: 0;
    padding-right: 25px;
  }

  .figure__mv .uniq-hdg-sub {
    font-size: 18px;
  }

  .figure #sales h2 {
    margin-bottom: 0px;
  }

  .lp__mv h1 span:nth-of-type(3) {
    font-size: 35px;
  }

  .acc-contents .etc::after {
    top: 0;
    bottom: 0;
    margin-block: auto;
  }

  .lp__no1 .ttl-title {
    font-size: 20px;
  }

  .lp__no1 .box {
    max-width: 500px;
  }

  .lp__no1 .box.box--uniq .img.emblem {
    width: 130px;
  }

  .lp__no1 .box.box--uniq .wrap {
    width: calc(100% - 130px);
  }

  .lp__no1 .txt--note {
    margin-block: 20px 40px;
  }

  .figure #trendy .wrap h2::after {
    width: 100%;
    background-image: url('/lp/slim/ac/img/figure/ac-line-md@2x.png');
  }

  .figure #trendy .flex-wrap .txt-wrap {
    width: unset;
  }

  .figure #trendy .flex-wrap .img {
    width: 44%;
  }

  #trendy .box::before {
    right: 0;
    width: 127px;
    height: 74px;
    background-image: url('/lp/slim/ac/img/figure/ac-kuma-01-pc.png');
  }

  .trendy-box__inner {
    margin-inline: 20px;
  }

  .trendy-box__flex-box {
    flex-direction: row;
    padding: 15px 30px;
  }

  .trendy-box__contents {
    padding-bottom: 0;
  }

  .trendy-box-txt {
    padding-right: 100px;
    line-height: 1.5;
    font-size: 2.2rem;
  }

  .trendy-box-txt--link {
    padding-right: 110px;
    margin-top: 10px;
    font-size: 1.4rem;
  }

  .trendy-box-kuma {
    top: 32%;
  }

  .lp__no1 .wrap .ttl .ttl__sub {
    display: block;
    font-size: 14px;
  }

  .figure__item h2 .small-sub {
    display: block;
    font-size: 16px;
  }

  .lp__links .list {
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
  }

  .lp__links .list .item {
      width: unset;
  }

  .lp__links .container {
    max-width: 1075px;
  }

  .lp__mv-btn {
    margin-block: 20px 26px;
  }

  .lp__mv-btn__link {
    font-size: 16px;
  }

  .lp .txt--risk {
    text-align: center;
  }

  /* graph-wrap */
  .graph-wrap {
    margin-bottom: 50px;
  }

  .graph-wrap.graph-wrap--style-2 .graph {
    max-width: 800px;
    width: 100%;
  }

  .graph-wrap.graph-wrap--style-3 .graph {
    max-width: calc(100% / 2);
    width: calc(100% / 2);
  }

  .graph-wrap.graph-wrap--style-3 .graph:nth-child(2) {
    border: none;
    padding: 0 0 0 26px;
  }

  .graph-wrap.graph-wrap--style-3 .graph .img {
    margin-bottom: 0;
  }

  .graph-wrap.graph-wrap--style-5 .graph h4 {
    max-width: 100%;
  }

  .graph-wrap.graph-wrap--style-6 .graph .img {
    margin-bottom: 32px;
  }

  .graph-wrap.graph-wrap--style-6 h4 {
    margin-bottom: 38px;
  }

  .figure__questionnaire.figure__questionnaire--lp {
    max-width: calc(1080px + 48px);
    margin-top: 96px;
    margin-inline: auto;
    padding-inline: 24px;
  }

  .figure__questionnaire {
    max-width: 1080px;
    margin-inline: auto;
  }

  .figure__questionnaire .graph .txt {
    height: inherit;
  }

  .figure__questionnaire.figure__questionnaire--lp .txt {
    margin-bottom: 24px;
  }

  /* beginner-episode-list */
  .beginner-episode-leads {
    font-size: 18px;
  }
  .beginner-episode-list__item {
    width: calc(100% / 2 - 20px);
  }
  /* orukan-episode */
  .orukan-episode {
    margin-bottom: 76px;
    padding: 30px;
  }
  .orukan-episode__title {
    font-size: 16px;
  }
  .orukan-episode__video {
    border-radius: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .bnrs ul {
    max-width: 700px;
  }
  .lp__links .list {
    max-width: 640px;
    justify-content: flex-start;
    margin-inline: auto;
  }
}
