@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Oswald:wght@600&display=swap");
@charset "utf-8";
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  font-size: 1.4em;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 100%;
  min-width: 900px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
@media only screen and (max-width: 979px) {
  body {
    width: 100%;
    min-width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
}
h1 {
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
input,
button,
select,
textarea {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
}
a,
button,
select,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=radio],
input[type=checkbox],
label[for] {
  cursor: pointer;
}
*:disabled,
*[readOnly] {
  cursor: not-allowed !important;
}
a {
  color: #a041ff;
  position: relative;
  text-decoration: none;
}
a:hover {
  color: #a041ff;
}
em {
  font-style: normal;
}
nav ol,
nav ul {
  list-style: none;
}
img {
  display: block;
  width: 100%;
  margin: 0;
}
.trial_wrap {
  color: #3c3c3c;
  padding: 40px 0;
}
@media only screen and (max-width: 979px) {
  .trial_wrap {
    padding: 30px 0;
  }
}
.trial_wrap .inner {
  max-width: 1000px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5%;
}
@media only screen and (max-width: 979px) {
  .trial_wrap .inner {
    display: block;
  }
}
.trial_form__image {
  width: 42%;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .trial_form__image {
    width: 100%;
  }
}
.trial_form__detail {
  width: 42%;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .trial_form__detail {
    width: 100%;
  }
}
.trial_form__detail__title {
  font-size: clamp(2.6rem, 7.5vw, 2.8rem);
  margin: 0 0 0.4em;
  text-align: center;
  color: #666;
}
.trial_wrap form {
  width: 100%;
  max-width: 418px;
  text-align: left;
  position: relative;
  margin: auto;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255,255,255,0.9);
  width: 100%;
  overflow: hidden;
  clear: both;
  padding: 10px 0;
  z-index: 100;
}
header a {
  display: inline-block;
}
header .header-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  position: relative;
  width: 90%;
  height: 38px;
}


header .header-inner p {
  font-size: 1.2rem;
  vertical-align: middle;
  line-height: 1em;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
header .monstarch-logo {
  width: 50%;
  display: block;
  pointer-events: none;
}
.is-fixed header .monstarch-logo{
  pointer-events: auto;
}

header img {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  max-width: 160px;
  width: 100%;
}
header .ch-btn {
  width: auto;
  font-weight: normal;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: auto;
  font-size: clamp(12px, 4vw, 14px);
}
#container {
  width: 100%;
  color: #666;
  position: relative;
  margin-top: 58px;
}
#wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.mainvisual {
  position: relative;
  text-align: center;
}
.mainvisual__wrap {
  background-image: url("../img/main_bg.jpg");
  background-image: -webkit-image-set(url("../img/main_bg.jpg") 1x, url("../img/main_bg@2x.jpg") 2x);
  background-image: image-set(url("../img/main_bg.jpg") 1x, url("../img/main_bg@2x.jpg") 2x);
  background-size: cover;
  background-position-x: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 16/9;
}
.mainvisual h1 {
  font-size: clamp(2.4rem,8.2vw,3rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin-top: -0.5em;
}
.mainvisual h1 span {
  background: rgba(115,0,230,0.7);
  padding: 0 0.2em;
}
.mainvisual__device {
  width: 100%;
  padding: 0 5%;
  margin: -16vw auto 0;
  display: flex;
  justify-content: flex-end;
}
.mainvisual__device img{
  width: 45%;
}
.mainvisual__price {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
  text-align: center;
  color: #5a5a5a;
  line-height: 1.1;
  font-size: 4vw;
}
.mainvisual__price .text:not(:first-child) {
  margin-left: 10px;
}
.mainvisual__price .num {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-size: 290%;
  color: #fe2851;
  line-height: 1;
}
.mainvisual__price .yen {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.mainvisual__price .yen span {
  font-size: 70%;
}
.mainvisual__trial {
  padding: 10px 5% 30px;
}
#monstarch {
  color: #333;
  position: relative;
  padding-top: 20px;
}
#Price {
  background: #f3f3f3;
}
#planList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px 2.5%;
  margin-bottom: 1em;
}
@media only screen and (max-width: 750px) {
  #planList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.plan_wrap {
  position: relative;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 5% 2%;
  border-radius: 5px;
  border: 2px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.15);
          box-shadow: 4px 4px 4px rgba(0,0,0,0.15);
}
.plan_name {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  color: #5a5a5a;
}
.plan_detail {
  position: relative;
}
.start_price {
  font-size: 2.2rem;
  color: #3c3c3c;
}
.start_price em {
  font-weight: 700;
  font-size: 5rem;
  line-height: 75px;
  text-align: center;
  color: #3c3c3c;
  position: relative;
  line-height: 1;
}
.start_price span {
  font-size: 1.5rem;
}
.plan_wrap.most {
  border: 5px solid #a041ff;
}
ul.benefit {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  margin-top: 1em;
}
ul.benefit li {
  font-size: 1.5rem;
  text-align: left;
  color: #5a5a5a;
  position: relative;
  padding: 0 0 0 2em;
}
ul.benefit li::before {
  content: '\f058';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #7300e6;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
ul.benefit li em {
  font-weight: 600;
  color: #fe2851;
  line-height: 1;
  vertical-align: baseline;
}
ul.benefit li em.em-most {
  font-size: 133%;
}
.ribbon {
  position: absolute;
  top: -7px;
  right: -6px;
  width: 90px;
  height: 91px;
  overflow: hidden;
}
.ribbon span {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#a041ff), to(#7300e6));
  background: linear-gradient(to right, #a041ff 0%, #7300e6 100%);
  color: #fff;
  text-shadow: 0 2px 2px #7300e6;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
          box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.ribbon span:before,
.ribbon span:after {
  position: absolute;
  content: "";
  border-top: 4px solid #431175;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}
.ribbon span:before {
  left: 14px;
}
.ribbon span:after {
  right: 18px;
}
.channel-list {
  background: rgba(160,65,255,0.1);
  border-radius: 5px;
  padding: 20px 15px;
}
.channel-list > h3 {
  color: #7300e6;
  text-align: center;
  font-size: clamp(1.2rem, 3.8vw, 1.5rem);
  margin: 0;
}
.notice {
  font-size:1.2rem;
  color:#666;
  text-align: center;
}

.channel-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  text-align: center;
  margin-top: 1em;
}
.channel-list ul span {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0.5em;
}
.channel-trial {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.channel-trial:hover {
  opacity: 0.75;
}
.channel-trial::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width:40px;
  height: 40px;
  background: url(../../assets/images/index/channel-play.svg) no-repeat center center;
  background-size: contain;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,.6));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,.6));
  z-index: 2;
}
@media only screen and (max-width: 979px) {
  .channel-trial::after {
    bottom: 5px;
    right: 5px;
    width:20px;
    height: 20px;
  }
}
.channel-trial.preview-playing::after {
  background: url(../../assets/images/index/pause.svg) no-repeat center center;
  background-size: contain;
}


#Start {
  background: #f3f3f3;
}
#Start h3 {
  font-weight: 700;
  text-align: center;
  color: #a041ff;
  font-size: clamp(1.4rem, 4.8vw, 1.8rem);
}
.start-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 20px auto;
  grid-template-columns: 70px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5a5a5a;
  gap: 20px;
  margin: 0 auto;
}
.step {
  margin-top: 40px;
}
.start-title em {
  font-weight: 700;
  font-size: clamp(1.4rem, 4.2vw, 1.8rem);
  color: #333;
}
.step-box {
  counter-reset: item;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  gap: 45px;
  padding: 0;
  margin: 35px 0 0;
}
.step-box li {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 38px 25px 25px;
  text-align: center;
}
.step-box li::before {
  position: absolute;
  top: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  counter-increment: item;
  content: counter(item);
  font-weight: bold;
  color: #b40000;
  background: #a041ff;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  color: #fff;
  display: block;
  font-size: 38px;
}
.step-box li:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  display: inline-block;
  width: 23px;
  height: 23px;
  border: 5px solid #a041ff;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
.step-box li .step-img {
  width: 38%;
  margin: 0 auto;
}
.step-box li:last-child .step-img {
  width: 47%;
}
.step-box li h4 {
  font-size: clamp(1.4rem, 4.2vw, 1.6rem);
  margin: 1em 0;
}
.function-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.function-list li {
  display: block;
  background: #fff;
  border: 2px solid #dcdcdc;
  -webkit-box-shadow: 3px 3px 2px rgba(0,0,0,0.05);
          box-shadow: 3px 3px 2px rgba(0,0,0,0.05);
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  width: calc((100% - 15px) / 2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 48px 10px auto;
  grid-template-rows: 48px auto;
  place-content: center;
  gap: 10px;
  aspect-ratio: 4/3;
}
.function-list img {
  width: 45px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.function-list span {
  text-align: center;
  color: #333;
  font-size: clamp(1.2rem, 3.7vw, 1.4rem);
  font-weight: 900;
  display: inline-block;
  -ms-flex-line-pack: center;
      align-content: center;
  line-height: 1.4;
}
section {
  position: relative;
  padding: 50px 0 100px;
}
.inner {
  margin: 0 auto;
  position: relative;
  width: 90%;
}
p {
  line-height: 1.5;
  font-size: 1.4rem;
}
h2 {
  text-align: center;
  font-weight: 900;
  line-height: 1em;
  font-size: clamp(1.6rem, 5.3vw, 2rem);
  margin: 0 0 .5em;
}
.center {
  text-align: center;
}
.btnfree {
  margin: 60px 0;
  text-align: center;
}
.mon_arrow {
  text-align: center;
  margin: 60px 0;
}
.notes {
  font-size: 1.2rem;
  display: block;
  text-align: center;
}
.main-title {
  font-weight: 700;
  font-size: clamp(2.2rem, 6.4vw, 2.4rem);
  line-height: 1.7;
  text-align: center;
  color: #a041ff;
}
.main-title__text {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #a0ff41));
  background: linear-gradient(transparent 60%, #FFBEFF 60%);
}
.main-title__text em {
  font-size: 1.4em;
  font-weight: 900;
}

.reason-nav {
  padding: 0 2.5%;
  margin-bottom: 105px;
}
.reason-nav ul{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap:5px;
}
.reason-nav ul li a{
  background: #a041ff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:10px;
  padding: 10px;
}
.reason-nav ul li p{
  font-size: 1.1rem;
  flex-grow: 2;
}
.reason-nav ul li p em{
  font-size: 1.3em;
  font-weight: 700;
}
.reason-nav ul li i.fas{
  font-size: 18px;
}

.reason-nav ul li img{
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.reason-title {
  position: absolute;
  background: #FFBEFF;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  color: #7300e6;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reason-title em {
  font-size: 160%;
}
.lp-title {
  position: relative;
  background: #a041ff;
  border-radius: 5px;
  font-weight: 700;
  font-size: clamp(1.6rem, 5.3vw, 2rem);
  color: #fff;
  width: 100%;
  padding: 0.75em 0.5em;
}
.lp-title::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #000;
  border-radius: 5px;
}
.lead {
  text-align: center;
  font-size: clamp(1.4rem, 4.2vw, 1.8rem);
  margin: 1em auto;
}
.lead em {
  font-weight: bold;
}
.lead .note {
  font-size: 80%;
}

.img {
  padding: 30px 20px 60px;
}
.img img {
  width: 100%;
  border-radius: 5px;
}
.information__cases {
  background: #fff;
  overflow: hidden;
  clear: both;
  margin: 0;
  padding: 60px 0 0;
  color: #333;
}
.information__cases__inner {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.information__cases__inner ul {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.information__cases__inner ul li {
  text-align: center;
  width: 26%;
  margin: 2px 0;
}
.information__cases__inner ul li img {
  max-width: 110px;
  width: 100%;
}
.information__cases__inner .cases-link {
  font-size: 1.6rem;
  text-align: right;
  margin: 30px 0 0;
}
.information__cases__inner .cases-link a {
  text-align: right;
  color: #006c9f;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.information__cases__inner .cases-link a:hover {
  opacity: 0.5;
}
.information__cases__inner .cases-link a i {
  font-weight: bold;
  font-size: 1.8rem;
}
@media only screen and (max-width: 750px) {
  .information__cases__inner .cases-link a i {
    font-size: 1.4rem;
    margin: 20px 0 0;
  }
}
.information__cases p.information__cases__text {
  font-size: 1.2rem;
  text-align: right;
  margin: 0 0 10px;
  color: #999;
}
#Step {
  background: #f0f0f0;
  padding: 60px 20px;
  color: #666;
  text-align: center;
}
#Step .step_box {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Step .step_box > div {
  padding-right: 1em;
}
#Step .step_title {
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#Step .step_title span {
  margin-right: 0.25em;
  background: #555;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
}
#Step .step_box p {
  margin-top: 0.5em;
  text-align: left;
}
#Step .step_box:first-of-type .step_detail {
  width: 82px;
}
#Step .step_box:nth-of-type(2) .step_detail {
  width: 106px;
}
#Step .step_box:last-of-type .step_detail {
  width: 140px;
}
#Step .step_detail img {
  width: 100%;
}
#Chara {
  background: rgba(160,65,255,0.1);
  padding: 40px 10px;
}
#Chara h2 {
  color: #3c3c3c;
}
#Chara table {
  width: 100%;
  text-align: center;
  line-height: 1.2em;
  font-size: 1.8rem;
  border-collapse: collapse;
}
@media only screen and (max-width: 979px) {
  #Chara table {
    font-size: 1.2rem;
  }
}
#Chara table thead th {
  background: #fff;
}
#Chara table thead th.nobg {
  background: none;
  border: none;
}
#Chara table thead th.monstarch {
  font-size: 120%;
  border-top: 5px solid #a041ff;
  border-left: 5px solid #a041ff;
  border-right: 5px solid #a041ff;
  -webkit-box-shadow: 0 1px 0 6px #fff;
          box-shadow: 0 1px 0 6px #fff;
}
@media only screen and (max-width: 979px) {
  #Chara table thead th.monstarch {
    font-size: 100%;
    border-top: 3px solid #a041ff;
    border-left: 3px solid #a041ff;
    border-right: 3px solid #a041ff;
    -webkit-box-shadow: 0 0 0 3px #fff;
            box-shadow: 0 0 0 3px #fff;
  }
}
#Chara table thead th.monstarch img {
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 979px) {
  #Chara table thead th.monstarch img {
    width: 60%;
  }
}
#Chara table tr:nth-child(even) td,
#Chara table tr:nth-child(even) th {
  background: #f9f9f9;
}
#Chara table th,
#Chara table td {
  background: #fff;
  border: 1px solid #d2d2d2;
  padding: 1em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 979px) {
  #Chara table th,
  #Chara table td {
    padding: 0.5em 0.4ems;
  }
}
#Chara table tbody th {
  width: 28%;
}
#Chara table tbody td {
  width: 36%;
}
#Chara table tbody td .text-s {
  font-size: 85% !important;
  line-height: 1.4em;
}
#Chara table tbody td .text-s::before {
  top: 0.35em !important;
}
#Chara table tbody td .batsu,
#Chara table tbody td .sankaku,
#Chara table tbody td .maru {
  position: relative;
  padding-left: 2em;
}
@media only screen and (max-width: 979px) {
  #Chara table tbody td .batsu,
  #Chara table tbody td .sankaku,
  #Chara table tbody td .maru {
    padding-left: 1em;
  }
}
#Chara table tbody td .batsu::before,
#Chara table tbody td .sankaku::before,
#Chara table tbody td .maru::before {
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: auto;
  text-align: center;
  color: #a3a3a3;
}
@media only screen and (max-width: 979px) {
}
#Chara table tbody td .batsu::before {
  content: "✕";
}
#Chara table tbody td .sankaku::before {
  content: "△";
}
#Chara table tbody td .maru::before {
  content: "○";
}
#Chara table tbody td:nth-of-type(2) {
  font-weight: bolder;
  color: #3c3c3c;
  font-size: 120%;
  border-left: 5px solid #a041ff;
  border-right: 5px solid #a041ff;
  border-right: 5px solid #a041ff;
  -webkit-box-shadow: 0 6px 0 6px #fff;
          box-shadow: 0 6px 0 6px #fff;
}
@media only screen and (max-width: 979px) {
  #Chara table tbody td:nth-of-type(2) {
    font-size: 100%;
    border-left: 3px solid #a041ff;
    border-right: 3px solid #a041ff;
    -webkit-box-shadow: 0 3px 0 3px #fff;
            box-shadow: 0 3px 0 3px #fff;
  }
}
#Chara table tbody td:nth-of-type(2).lasttd {
  border-bottom: 5px solid #a041ff;
  -webkit-box-shadow: 0 0 0 6px #fff;
          box-shadow: 0 0 0 6px #fff;
}
#Chara table tbody td:nth-of-type(2) .maru::before {
  color: #3c3c3c;
}
footer {
  background: #000;
  overflow: hidden;
  clear: both;
  position: relative;
  padding: 30px 0;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  footer {
    padding: 15px 0;
    font-size: 1.1rem;
  }
}
footer ul {
  width: 100%;
}
footer li {
  display: inline-block;
  line-height: 40px;
}
@media print {
  * html body {
    zoom: 0.7;
  }
  #pageFooterArea,
  #pageHeaderArea {
    display: none;
  }
}
.ch-btn {
  position: relative;
  display: block;
  padding: 0.6em 1.5em;
  min-width: 160px;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  border-radius: 40px;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  overflow: hidden;
  z-index: 0;
}
.ch-btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  background: linear-gradient(135deg, #a041ff 0%, #7300e6 100%);
}
.ch-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #d282ff 0%, #a041ff 100%);
}
.ch-btn:hover:before {
  opacity: 0;
}
.ch-btn.l {
  width: 100%;
  padding: 0.8em 1em;
  letter-spacing: 0.1em;
  font-size: clamp(1.4rem, 4.2vw, 1.8rem);
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .ch-btn.l {
    padding: 0.6em 1em;
    font-size: 1.2rem;
  }
}

.btn-cta {
  border: none;
  background: #7300e6 !important;
  background: linear-gradient(135deg, #a041ff 0%, #7300e6 100%) !important;
  position: relative;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  border-radius: 40px;
  line-height: 1;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
}
.btn-cta:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background: #fff;
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
          animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-cta:after {
  content: none;
}
.btn-cta:hover {
/*opacity: .7;*/
  background: linear-gradient(135deg, #a041ff 0%, #7300e6 100%);
}
.btn-cta:active {
  -webkit-box-shadow: 4px 4px 6px 0 rgba(255,255,255,0.3), -4px -4px 6px 0 rgba(116,125,136,0.2), inset -4px -4px 6px 0 rgba(255,255,255,0.2), inset 4px 4px 6px 0 rgba(0,0,0,0.2);
          box-shadow: 4px 4px 6px 0 rgba(255,255,255,0.3), -4px -4px 6px 0 rgba(116,125,136,0.2), inset -4px -4px 6px 0 rgba(255,255,255,0.2), inset 4px 4px 6px 0 rgba(0,0,0,0.2);
}
@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.container-outer {
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.container-inner-max {
  width: 100%;
}
.container-inner-center {
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  padding-left: 0px;
  padding-right: 0px;
}
.slider-container-outer {
  position: relative;
}
.slider-container-outer .slider-container-inner {
  position: relative;
}
.slider-container {
  position: relative;
  z-index: 1;
}
.btn-next,
.btn-prev {
  width: 36px;
  height: 36px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 30;
  background: rgba(255,255,255,0.8);
  color: #a041ff;
  font-size: 20px;
  text-align: center;
}
.btn-next img,
.btn-prev img {
  width: 100%;
  height: auto;
}
.btn-prev {
  left: 5px;
}
.btn-next {
  right: 5px;
}
.each-slide {
  position: relative;
}
.imgbg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 275px;
  width: 100%;
  margin: 0;
  background-size: cover !important;
  z-index: 0;
}
.imgbg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.4);
}
.sample-text-area {
  text-align: center;
  position: relative;
  padding: 20px;
}
.sample-text-area .sample-channel {
  background-color: black;
  height: 140px;
  width: 140px;
  margin: auto;
  margin-bottom: 10px;
}
.sample-text-area .sample-channel img {
  width: 100%;
  display: block;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 1px 4px -2px #fff;
  box-shadow: 0px 1px 4px -2px #fff;
}
.sample-text-area .sample-name {
  text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
  line-height: 1;
  color: #fff;
  font-size: 2rem;
  position: relative;
  padding: 0;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.sample-text-area .sample-btn img {
  width: 90%;
  margin: auto;
}
button#buttonAudio {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}
.button-audio {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 30;
  width: 40px;
}
.button-audio img {
  width: 100%;
}

.button-audio .button-audio-on {
  display: none;
}

.button-audio.on .button-audio-on {
  display: unset;
}

.button-audio.on .button-audio-off {
  display: none;
}

.progress-bar-area {
  width: 100%;
  height: 1vw;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 30;
  display: none;
}
.progress-bar-area.show {
  display: block;
}
.progress-bar-area .progress-bar {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: 10s ease-in 0s 1 normal both running progressBar;
          animation: 10s ease-in 0s 1 normal both running progressBar;
}
.progress-bar-area .progress-text {
  position: absolute;
  top: -5vw;
  left: 2vw;
  font-size: 3vw;
  color: #fff;
}
@-webkit-keyframes progressBar {
  0% {
    width: 0%;
  }
  to {
    width: 98%;
  }
}
@keyframes progressBar {
  0% {
    width: 0%;
  }
  to {
    width: 98%;
  }
}
.trial-form {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.form-input {
  background: #fff;
  border: 1px solid #999;
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 0.25em;
  width: 100%;
}
.form-input::-webkit-input-placeholder {
  color: #ccc;
}
.form-input::-moz-placeholder {
  color: #ccc;
}
.form-input:-ms-input-placeholder {
  color: #ccc;
}
.form-input::-ms-input-placeholder {
  color: #ccc;
}
.form-input::placeholder {
  color: #ccc;
}
.form-label {
  font-size: 1.2rem;
  color: #3c3c3c;
  font-weight: bold;
  text-align: left;
}
.form-group {
  text-align: left;
}
.form-checkbox {
  cursor: pointer;
  display: inline-block;
}
.form-checkbox > span {
  position: relative;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
}
.form-checkbox > span:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #d9d9d9;
  border-radius: 2px;
  display: inline-block;
  margin-right: 7px;
}
.form-checkbox input {
  display: none;
}
.form-checkbox input:checked + span:before,
.form-checkbox.-active span:before {
  background: #a041ff;
}
.form-checkbox input:checked + span:after,
.form-checkbox.-active span:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 4px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.form-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1em;
}
.form-agree__text {
  display: inline-block;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.5;
}
.form-agree__text a {
  color: #a041ff;
  font-weight: 700;
  display: initial;
}
.js-submit-button {
  font-weight: 900;
}
.btn-subtext {
  font-size: 80%;
  color: #a0ff41;
  display: inline-block;
}
