@charset "UTF-8";
/* CSS Document */
/* カラー
*******************/
.c-white {
  color: #ffffff !important;
}
.c-black {
  color: #333333 !important;
}
.c-blue {
  color: #508ed9 !important;
}
.c-yellow {
  color: #fff582 !important;
}
.c-red {
  color: #e60012 !important;
}
.c-green {
  color: #81bd16 !important;
}
.c-green2 {
  color: #00B0AE !important;
}
.c-orange {
  color: #ff9020 !important;
}
.c-gray {
  color: #f5f5f5 !important;
}
.c-gray2 {
  color: #e9e9e9 !important;
}
.c-pink {
  color: #f88072 !important;
}
.c-cream {
  color: #fffde5 !important;
}

/* bgカラー
*******************/
.bg-white {
  background-color: #ffffff !important;
}
.bg-black {
  background-color: #333333 !important;
}
.bg-blue {
  background-color: #508ed9 !important;
}
.bg-yellow {
  background-color: #fff582 !important;
}
.bg-red {
  background-color: #e60012 !important;
}
.bg-green {
  background-color: #81bd16 !important;
}
.bg-orange {
  background-color: #ff9020 !important;
}
.bg-gray {
  background-color: #f5f5f5 !important;
}
.bg-gray2 {
  background-color: #e9e9e9 !important;
}
.bg-pink {
  background-color: #f88072 !important;
}
.bg-cream {
  background-color: #fffde5 !important;
}

/* border color
*******************/
.bc-white {
  border-color: #ffffff !important;
}
.bc-black {
  border-color: #333333 !important;
}
.bc-blue {
  border-color: #508ed9 !important;
}
.bc-yellow {
  border-color: #fff582 !important;
}
.bc-red {
  border-color: #e60012 !important;
}
.bc-green {
  border-color: #81bd16 !important;
}
.bc-orange {
  border-color: #ff9020 !important;
}
.bc-gray {
  border-color: #f5f5f5 !important;
}
.bc-gray2 {
  border-color: #e9e9e9 !important;
}
.bc-pink {
  border-color: #f88072 !important;
}
.bc-cream {
  border-color: #fffde5 !important;
}

.movie {
  position: relative;
  width: 100%;
}
.movie::before {
  content: "";
  display: block;
  padding-top: calc((9 / 16) * 100%);
}
.movie > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sell_video_body .cm-mv {
  background-image: url(../../images/new-sell/video/mv_pc.jpg);
}

.cm-problem .cm-problem-list .item {
  background-color: #ffffff;
}
.cm-problem .cm-problem-list .item:nth-child(n + 3) {
  margin-bottom: 2%;
}
.cm-problem .cm-problem-list .item:nth-child(n + 5) {
  margin-bottom: 0;
}

.cm-benefits p {
  line-height: 2;
}
.cm-benefits .flex .item p {
  font-size: 1.1em;
}

.cm-cv01 .lwrap .ttl {
  font-size: 3.5rem;
}
.cm-cv01 .lwrap p.c-white {
  font-size: 1.4em;
  line-height: 1.8;
}

.cm-membership {
  padding: 8rem 0;
}
.cm-membership .cm-ribbon-ttl img {
  width: 13rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.cm-membership .main-txt {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
  text-align: center;
  margin-top: 6rem;
}
.cm-membership .border {
  border: solid 1px #e60012;
  padding: 4rem;
}
.cm-membership .border h3 {
  font-size: 3rem;
  background-color: #f5f5f5;
  padding: 2rem 1rem;
}
.cm-membership .border > p:first-of-type {
  font-size: 1.1em;
}
.cm-membership .border .flex {
  justify-content: center;
  align-items: baseline;
}
.cm-membership .border .flex > span {
  font-size: 2rem;
  font-weight: bold;
}
.cm-membership .border .flex > span.grey {
  position: relative;
  color: #b9b9b9;
}
.cm-membership .border .flex > span.grey::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b9b9b9;
  transform: translateY(-50%);
}
.cm-membership .border .flex > span.grey .catch {
  font-size: 2.5rem;
}
.cm-membership .border .flex > span.c-red .catch {
  font-size: 3.5rem;
}
.cm-membership .border .flex .arrow {
  display: block;
  width: 2rem;
  margin: 0 2rem;
}
.cm-membership .border .flex .arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #e60012;
}
.cm-membership .cm-tab04-tab:has(.ttl:first-of-type.active) {
  border-color: #ff9020;
}
.cm-membership .cm-tab04-tab:has(.ttl:nth-child(2).active) {
  border-color: #81bd16;
}
.cm-membership .cm-tab04-tab:has(.ttl:last-of-type.active) {
  border-color: #508ed9;
}
.cm-membership .cm-tab04-tab > .ttl {
  flex-direction: column;
  height: auto;
  border: solid 1px;
  border-bottom: none;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem;
}
.cm-membership .cm-tab04-tab > .ttl:first-of-type {
  color: #ff9020;
  border-color: #ff9020;
}
.cm-membership .cm-tab04-tab > .ttl:first-of-type .plan {
  background-color: #ff9020;
  background-image: url(../../images/new-sell/video/membership-icon-a.png);
}
.cm-membership .cm-tab04-tab > .ttl:nth-child(2) {
  color: #81bd16;
  border-color: #81bd16;
}
.cm-membership .cm-tab04-tab > .ttl:nth-child(2) .plan {
  background-color: #81bd16;
  background-image: url(../../images/new-sell/video/membership-icon-b.png);
}
.cm-membership .cm-tab04-tab > .ttl:last-of-type {
  color: #508ed9;
  border-color: #508ed9;
}
.cm-membership .cm-tab04-tab > .ttl:last-of-type .plan {
  background-color: #508ed9;
  background-image: url(../../images/new-sell/video/membership-icon-c.png);
}
.cm-membership .cm-tab04-tab > .ttl.active {
  color: #ffffff;
}
.cm-membership .cm-tab04-tab > .ttl.active .plan {
  background-color: #ffffff;
}
.cm-membership .cm-tab04-tab > .ttl.active:first-of-type {
  background-color: #ff9020;
}
.cm-membership .cm-tab04-tab > .ttl.active:first-of-type .plan {
  color: #ff9020;
}
.cm-membership .cm-tab04-tab > .ttl.active:nth-child(2) {
  background-color: #81bd16;
}
.cm-membership .cm-tab04-tab > .ttl.active:nth-child(2) .plan {
  color: #81bd16;
}
.cm-membership .cm-tab04-tab > .ttl.active:last-of-type {
  background-color: #508ed9;
}
.cm-membership .cm-tab04-tab > .ttl.active:last-of-type .plan {
  color: #508ed9;
}
.cm-membership .cm-tab04-tab > .ttl .flex {
  align-items: center;
}
.cm-membership .cm-tab04-tab > .ttl .plan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  color: #ffffff;
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  line-height: 1;
  background-position: center center;
  background-size: 4.5rem 2.5rem;
  background-repeat: no-repeat;
}
.cm-membership .cm-tab04-tab > .ttl .plan::before {
  content: "PLAN";
  font-size: 1.2rem;
}
.cm-membership .cm-tab04-tab > .ttl .plan-ttl {
  font-size: 2.5rem;
  font-weight: bold;
  margin-left: 2rem;
}
.cm-membership .cm-tab04-tab > .ttl .txt {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.cm-membership .cm-tab04-tab > .ttl .txt > .catch {
  font-size: 1.6rem;
}
.cm-membership .cm-tab04-box {
  padding: 2rem;
}
.cm-membership .cm-tab04-box .cm-tab04-area {
  position: relative;
  border: solid 4px #f1f1f1;
  padding: 2rem;
}
.cm-membership .cm-tab04-box .cm-tab04-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + ((2rem + 4px) * 2));
  height: calc(100% + ((2rem + 4px) * 2));
  border: solid 1px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.cm-membership .cm-tab04-box .cm-tab04-area:first-of-type::before {
  border-color: #ff9020;
}
.cm-membership .cm-tab04-box .cm-tab04-area:nth-child(2)::before {
  border-color: #81bd16;
}
.cm-membership .cm-tab04-box .cm-tab04-area:last-of-type::before {
  border-color: #508ed9;
}
.cm-membership .cm-tab04-box .lead-txt {
  font-size: 1.1em;
  line-height: 1.8;
}
.cm-membership .plan {
  display: inline-flex;
  align-items: center;
  width: auto;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 1rem;
  padding: 1.5rem;
}
.cm-membership .plan > img {
  zoom: 0.5;
  margin-right: 1.5rem;
}
.cm-membership .num {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 3rem;
  margin-bottom: 1rem;
}
.cm-membership .flex .item {
  margin-bottom: 3rem;
}
.cm-membership .flex .item .movie {
  margin-bottom: 2rem;
}
.cm-membership .flex .item .sample-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.075rem;
  margin-bottom: 1rem;
}
.cm-membership .flex .item ul {
  list-style: initial;
  padding-left: 1em;
}
.cm-membership .flex .item ul li {
  line-height: 2;
  font-size: 1.4rem;
}
.cm-membership .point {
  display: flex;
  flex-wrap: wrap;
  border: solid 4px #ff9020;
  border-radius: 2rem;
  list-style: none;
  padding: 3rem 3rem;
}
.cm-membership .point li:not(:last-child) {
  margin-right: 1.5rem;
}

.em-effect {
  padding: 8rem 0;
  background: center center/cover url(../../images/new-sell/video/effect-bg.jpg) no-repeat;
}
.em-effect .cm-ribbon-ttl .txt {
  font-size: 4.2rem;
}
.em-effect .bg-white {
  padding: 4rem;
}
.em-effect .bg-white h3.c-red {
  font-size: 2.5rem;
}
.em-effect .bg-white p {
  line-height: 1.8;
}
.em-effect .bg-white p:not(:last-child) {
  margin-bottom: 2rem;
}

.cm-movie {
  padding: 8rem 0;
}
.cm-movie .cm-ribbon-ttl .txt {
  font-size: 4.2rem;
}
.cm-movie p {
  font-size: 1.1em;
  letter-spacing: 0.05em;
  line-height: 2;
}
.cm-movie table {
  width: 100%;
}
.cm-movie table tr:first-of-type td {
  border-top: solid 1px #dcdcdc;
}
.cm-movie table th {
  color: #ffffff;
  background-color: #e60012;
  border-bottom: solid 1px #dcdcdc;
  text-align: left;
  vertical-align: middle;
  padding: 2rem 2rem;
}
.cm-movie table td {
  border-right: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  padding: 2rem 3rem;
}

@media (max-width: 768px) {
  .sub-ttl {
    font-size: 2rem;
  }

  .cm-benefits .flex .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .cm-benefits .flex .item p {
    font-size: 1em;
  }

  .cm-cv01 .lwrap .ttl {
    font-size: 2.6rem;
  }
  .cm-cv01 .lwrap p.c-white {
    font-size: 1.1em;
  }

  .cm-membership .main-txt {
    font-size: 1.8rem;
  }
  .cm-membership .border {
    padding: 3rem;
  }
  .cm-membership .border h3 {
    font-size: 2.5rem;
  }
  .cm-membership .border > p:first-of-type {
    font-size: 1em;
  }
  .cm-membership .border .flex > span {
    font-size: 1em;
  }
  .cm-membership .border .flex > span.grey::before {
    content: "";
    top: 60%;
  }
  .cm-membership .border .flex > span.grey .catch {
    font-size: 1.25em;
  }
  .cm-membership .border .flex > span.c-red .catch {
    font-size: 1.75em;
  }
  .cm-membership .border .flex .arrow {
    width: 2rem;
    margin: 0 1rem;
  }
  .cm-membership .border .flex .arrow::before {
    border-width: 10px 0 10px 20px;
  }
  .cm-membership .cm-tab04-tab {
    width: 150vw;
  }
  .cm-membership .cm-tab04-tab > .ttl {
    width: 75vw;
  }
  .cm-membership .cm-tab04-tab > .ttl .plan {
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
    background-size: 2.5rem 1.5rem;
  }
  .cm-membership .cm-tab04-tab > .ttl .plan-ttl {
    font-size: 2rem;
    margin-left: 1rem;
  }
  .cm-membership .cm-tab04-box {
    padding: 2rem;
  }
  .cm-membership .cm-tab04-box .cm-tab04-area .sub-ttl::before {
    content: none;
  }
  .cm-membership .cm-tab04-box .cm-tab04-area .sub-ttl::after {
    content: none;
  }
  .cm-membership .cm-tab04-box .lead-txt {
    font-size: 1em;
  }
  .cm-membership .flex .item {
    width: 48%;
  }
  .cm-membership .flex .item ul {
    padding-left: 2rem;
  }
  .cm-membership .flex .item:nth-child(2n) {
    margin-right: 0;
  }
  .cm-membership .flex .item:nth-child(3n) {
    margin-right: 2%;
  }
  .cm-membership .flex .item .sample-ttl {
    font-size: 1.4rem;
  }
  .cm-membership .point {
    padding: 2rem 1rem;
  }

  .em-effect .cm-ribbon-ttl .txt {
    font-size: 3.6rem;
  }
  .em-effect .bg-white {
    padding: 3rem 2rem;
  }
  .em-effect .bg-white h3.c-red {
    font-size: 2rem;
    line-height: 1.5;
  }

  .cm-movie .cm-ribbon-ttl .txt {
    font-size: 3.6rem;
  }
  .cm-movie .flex .item {
    width: 100%;
    margin-right: 0;
  }
  .cm-movie .flex .item > img {
    display: block;
    margin-top: 3rem;
  }
  .cm-movie table th {
    padding: 1.5rem 1.5rem;
  }
  .cm-movie table td {
    padding: 1.5rem 2rem;
  }
}
