@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html,
body {
  height: 100%;
}

body {
  width: 100%;
  background-color: #0f0f0f;
  color: #ffffff;
  font-family: "Noto Sans JP", "Lato", YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 559px) {
  body {
    font-size: 14px;
  }
}
body ul {
  list-style: none;
}
body img {
  vertical-align: baseline;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width:95%;
  max-width:800px;
  margin:0;
}
body .protect {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body .spbr {
  display: none;
}
@media (max-width: 559px) {
  body .spbr {
    display: block;
  }
}
body .pcbr {
  display: block;
}
@media (max-width: 959px) {
  body .pcbr {
    display: none;
  }
}
body .contents-inner-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0.5%;
}
body nav .contents-inner-wrapper {
  max-width: 1350px !important;
}
@media (max-width: 559px) {
  body .contents-inner-wrapper {
    padding: 0 1%;
  }
}
body .button {
  display: block;
  background-color: #FF009F;
  color: #ffffff;
  width: 100%;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  border-radius: 3px;
  font-weight: 700;
}
body .button-l {
  /*max-width: 300px;*/
  max-width:500px;
  padding: 15px;
  font-size: 26px;
}
@media (max-width: 559px) {
  body .button-l {
    /*max-width: 200px;*/
    max-width:95%;
    padding: 15px;
    font-size: 16px;
  }
}
body .button-m {
  max-width: 250px;
  padding: 15px;
  font-size: 22px;
}
@media (max-width: 559px) {
  body .button-m {
    max-width: 170px;
    padding: 10px;
    font-size: 16px;
  }
}
body .button-s {
  max-width: 200px;
  padding: 10px;
  font-size: 0.8em;
}
@media (max-width: 559px) {
  body .button-s {
    max-width: auto;
    padding: 6px;
    font-size: 14px;
  }
}
.btWhiteOut{background-color:#333 !important;border:1px solid #fff;}
body .text-underline {
  position: relative;
}
body .text-underline::before {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #FF009F;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ktv-smart-header {
  padding: 10px 0;
}
.ktv-smart-header ul.nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5%;
}
.ktv-smart-header ul.nav-item li {
  width: 50%;
}
.ktv-smart-header ul.nav-item li a img {
  width: 100%;
  max-width: 180px;
  height: auto;
}
@media (max-width: 559px) {
  .ktv-smart-header ul.nav-item li a img {
    max-width: 140px;
  }
}
.ktv-smart-header ul.nav-item li .button {
  margin-right: 0;
}
.ktv-smart-header ul.nav-item .logo a {
  display: inline-block;
}

.ktv-smart-container {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ktv-smart-container .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detail {
  /* backdrop-filter 非対応ブラウザ用 */
}
.detail .hero-blur {
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  background-color: rgba(0, 0, 0, 0.75);
  padding: 80px 0;
  min-height:497px;
}
@media (max-width: 559px) {
  .detail .hero-blur {
    padding: 20px 0 40px 0;
  }
}
@supports not ((-webkit-backdrop-filter: blur(60px)) or (backdrop-filter: blur(60px))) {
  .detail .hero-blur {
    background: none;
  }
}
.detail .ktv-smart-container {
  background: url(/dl.php?type=img&name=lp/common/detail-footerbutton-bg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 80vh;
  background-attachment: fixed;
}
@media (max-width: 959px) {
  .detail .ktv-smart-container {
    background-position: 50% 100%;
  }
}
@media (max-width: 559px) {
  .detail .ktv-smart-container {
    background-position: 50% 100%;
  }
}
.detail .ktv-smart-container .contents-wrapper.hero {
  background-size: cover !important;
  background-repeat: no-repeat;
}
.detail .ktv-smart-container .contents-wrapper.hero .flex-item {
  width: 50%;
  padding: 0;
}
@media (max-width: 559px) {
  .detail .ktv-smart-container .contents-wrapper.hero .flex-item {
    width: 100%;
  }
}
.detail .ktv-smart-container .contents-wrapper.hero .flex-item h1 {
  font-size: 26px;
}
@media (max-width: 559px) {
  .detail .ktv-smart-container .contents-wrapper.hero .flex-item h1 {
    font-size: 22px;
    margin-top: 20px;
  }
}
.detail .ktv-smart-container .contents-wrapper.hero .flex-item img {
  max-width: 100%;
}
.detail .ktv-smart-container .contents-wrapper.hero .visual-area {
  padding-right: 10px;
}
@media (max-width: 559px) {
  .detail .ktv-smart-container .contents-wrapper.hero .visual-area {
    padding-right: 0;
  }
}
.detail .ktv-smart-container .contents-wrapper.hero .text-area {
  padding-left: 10px;
}
@media (max-width: 559px) {
  .detail .ktv-smart-container .contents-wrapper.hero .text-area {
    padding-left: 0;
  }
}
.detail .ktv-smart-container .contents-wrapper.hero .text-area p {
  margin-top: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
@media (max-width: 559px) {
  .detail .ktv-smart-container .contents-wrapper.hero .text-area p {
    margin-top: 10px;
    -webkit-line-clamp: 3;
  }
}
.detail .ktv-smart-container .contents-wrapper.hero .text-area .button-area {
  margin-top: 50px;
}
@media (max-width: 559px) {
  .detail .ktv-smart-container .contents-wrapper.hero .text-area .button-area {
    margin-top: 30px;
  }
}
.detail .ktv-smart-container .contents-wrapper.recommend {
  background-color: #0f0f0f;
  padding: 70px 0;
}
@media (max-width: 559px) {
  .detail .ktv-smart-container .contents-wrapper.recommend {
    padding: 40px 0;
  }
}
.detail .ktv-smart-container .contents-wrapper.recommend h1 {
  text-align: center;
  font-size: 22px;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
@media (max-width: 559px) {
  .detail .ktv-smart-container .contents-wrapper.recommend h1 {
    margin-bottom: 30px;
  }
}
.detail .ktv-smart-container .contents-wrapper.recommend .flex-item {
  width: 25%;
  padding: 0.5%;
}
@media (max-width: 559px) {
  .detail .ktv-smart-container .contents-wrapper.recommend .flex-item {
    width: 50%;
    padding: 1%;
  }
}
.detail .ktv-smart-container .contents-wrapper.recommend .flex-item img {
  width: 100%;
}
.detail .ktv-smart-container .contents-wrapper.recommend .button-area {
  padding-top: 70px;
  padding-bottom: 30px;
}
@media (max-width: 559px) {
  .detail .ktv-smart-container .contents-wrapper.recommend .button-area {
    padding-top: 30px;
  }
}
.detail .ktv-smart-container .contents-wrapper.explanation {
  background-color: #ffffff;
  color: #0f0f0f;
  padding: 60px 0;
}
@media (max-width: 559px) {
  .detail .ktv-smart-container .contents-wrapper.explanation {
    padding: 40px 0;
  }
}
.detail .ktv-smart-container .contents-wrapper.explanation h1, .detail .ktv-smart-container .contents-wrapper.explanation h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}
.detail .ktv-smart-container .contents-wrapper.explanation h1 img {
  vertical-align: baseline;
}
.detail .ktv-smart-container .contents-wrapper.explanation h2 {
  margin-top: 30px;
}
@media (max-width: 559px) {
  .detail .ktv-smart-container .contents-wrapper.explanation h2 {
    font-size: 18px;
    margin-top: 10px;
  }
}
.detail .ktv-smart-container .contents-wrapper.explanation .emphasis {
  color: #FF009F;
  font-size: 40px;
  font-weight: 700;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 559px) {
  .detail .ktv-smart-container .contents-wrapper.explanation .emphasis {
    font-size: 30px;
  }
}
.detail .ktv-smart-container .contents-wrapper.explanation .item-list {
  margin-top: 50px;
}
@media (max-width: 559px) {
  .detail .ktv-smart-container .contents-wrapper.explanation .item-list {
    margin-top: 20px;
  }
}
.detail .ktv-smart-container .contents-wrapper.explanation .flex-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 559px) {
  .detail .ktv-smart-container .contents-wrapper.explanation .flex-item {
    width: 100%;
  }
}
.detail .ktv-smart-container .contents-wrapper.explanation .item-wrapper {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail .ktv-smart-container .contents-wrapper.explanation .item-card {
  width: 100%;
  padding: 50px 40px;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 559px) {
  .detail .ktv-smart-container .contents-wrapper.explanation .item-card {
    padding: 30px 20px;
  }
}
.detail .ktv-smart-container .contents-wrapper.explanation .item-card h3 {
  width: 100%;
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px;
}
@media (max-width: 559px) {
  .detail .ktv-smart-container .contents-wrapper.explanation .item-card h3 {
    font-size: 18px;
  }
}
.detail .ktv-smart-container .contents-wrapper.explanation .item-card .item-card-body {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.detail .ktv-smart-container .contents-wrapper.explanation .item-card .item-card-body p {
  font-size: 18px;
}
@media (max-width: 559px) {
  .detail .ktv-smart-container .contents-wrapper.explanation .item-card .item-card-body p {
    font-size: 16px;
  }
}
.detail .ktv-smart-container .contents-wrapper.explanation .item-card .point {
  margin-top: 50px;
}
@media (max-width: 559px) {
  .detail .ktv-smart-container .contents-wrapper.explanation .item-card .point {
    margin-top: 30px;
  }
}
.detail .ktv-smart-container .contents-wrapper.explanation .item-card table {
  width: 90%;
  border-collapse: collapse;
  margin: 40px auto 0 auto;
  padding: 0;
  table-layout: fixed;
  color: #FF009F;
}
@media (max-width: 559px) {
  .detail .ktv-smart-container .contents-wrapper.explanation .item-card table {
    width: 100%;
    font-size: 12px;
  }
}
.detail .ktv-smart-container .contents-wrapper.explanation .item-card table tr {
  background-color: #ffddf2;
  border-bottom: 2px solid #ffffff;
}
.detail .ktv-smart-container .contents-wrapper.explanation .item-card table th,
.detail .ktv-smart-container .contents-wrapper.explanation .item-card table td {
  padding: 10px 15px;
  text-align: center;
  border-right: 2px solid #ffffff;
}
@media (max-width: 559px) {
  .detail .ktv-smart-container .contents-wrapper.explanation .item-card table th,
  .detail .ktv-smart-container .contents-wrapper.explanation .item-card table td {
    padding: 10px 5px;
  }
}
.detail .ktv-smart-container .contents-wrapper.explanation .item-card table thead tr {
  background-color: #FF009F;
  color: #ffffff;
}
.detail .ktv-smart-container .contents-wrapper.explanation .item-card table tbody th {
  background: #FF009F;
  color: #ffffff;
}
.detail .ktv-smart-container .contents-wrapper.explanation .item-card table .non {
  background: #ffffff;
}
.detail .ktv-smart-container p {
  line-height: 1.7;
}
.detail .ktv-smart-container ul {
  list-style: none;
}

.main .ktv-smart-container .hero {
  /*background-image: url(/dl.php?type=img&name=lp/main/hero-bg_20231017);*/
  background-image: url(/dl.php?type=img&name=lp/main/main_bg_20240117);
  /*height: 865px;*/
  height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 559px) {
  .main .ktv-smart-container .hero {
    height: auto;
  }
}
@media (max-width: 1100px) {
  .main .ktv-smart-container .hero {
    background-position: top;
    background-size: contain;
    background-repeat: repeat-y;
  }
}
.main .ktv-smart-container .hero::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.78);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.main .ktv-smart-container .hero .contents-inner-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 559px) {
  .main .ktv-smart-container .hero .contents-inner-wrapper {
    padding: 30px 0;
  }
}
.main .ktv-smart-container .hero h1 {
  text-align: center;
  color: #FF009F;
  font-size: 46px;
  text-shadow: 3px 3px 3px rgba(22, 22, 22, 0.6);
}
@media (max-width: 959px) {
  .main .ktv-smart-container .hero h1 {
    font-size: 32px;
  }
}
@media (max-width: 559px) {
  .main .ktv-smart-container .hero h1 {
    font-size: 21px;
  }
}
.main .ktv-smart-container .hero .text-area {
  z-index: 1;
  /*padding-bottom: 30px;*/
}
@media (max-width: 559px) {
  .main .ktv-smart-container .hero .text-area {
    padding-bottom: 0;
  }
}
.main .ktv-smart-container .hero .text-area p {
  text-align: center;
  font-size: 27px;
  margin-top: 40px;
}
@media (max-width: 959px) {
  .main .ktv-smart-container .hero .text-area p {
    font-size: 22px;
  }
}
@media (max-width: 559px) {
  .main .ktv-smart-container .hero .text-area p {
    font-size: 16px;
  }
}
.main .ktv-smart-container .hero .text-area p span {
  font-size: 20px;
  padding-right: 5px;
}
@media (max-width: 959px) {
  .main .ktv-smart-container .hero .text-area p span {
    font-size: 14px;
  }
}
@media (max-width: 559px) {
  .main .ktv-smart-container .hero .text-area p span {
    font-size: 12px;
  }
}
.main .ktv-smart-container .hero .text-area .button-area {
  margin-top: 80px;
}
@media (max-width: 559px) {
  .main .ktv-smart-container .hero .text-area .button-area {
    margin-top: 30px;
  }
}

.footer-button-area {
  position: sticky;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  z-index: 1;
}
.footer-button-area .button-area {
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
}
@media (max-width: 559px) {
  .footer-button-area .button-area {
    padding: 15px 0;
  }
}
.btn-copy {font-size: 1rem;font-weight: bold;position: relative;margin-bottom: 0.5em;text-align: center;}
.btn-copy:before {margin-right: 1rem;content: '＼';}
.btn-copy:after {margin-left: 1rem;content: '／';}
.sys .ktv-smart-container {
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(/dl.php?type=img&name=lp/main/hero-bg_20231017);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/dl.php?type=img&name=lp/main/hero-bg_20231017);*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(/dl.php?type=img&name=lp/main/main_bg_20240117);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/dl.php?type=img&name=lp/main/main_bg_20240117);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center calc(100vh - 25vw);
  background-attachment: fixed;
}
@media (max-width: 959px) {
  .sys .ktv-smart-container {
    background-position: 50% 100%;
  }
}
@media (max-width: 559px) {
  .sys .ktv-smart-container {
    background-position: 50% 100%;
  }
}
.sys .contents-wrapper.c-explanation {
  /*background-color: #f1f1f1;*/
  background-color:#202124;
  /*color: #0f0f0f;*/
  /*padding-bottom:150px;*/
}
.sys .contents-wrapper.c-explanation .contents-inner-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 959px) {
  .sys .contents-wrapper.c-explanation .contents-inner-wrapper {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (max-width: 559px) {
  .sys .contents-wrapper.c-explanation .contents-inner-wrapper {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
.sys .contents-wrapper.c-explanation .contents-inner-wrapper h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 50px;
}
@media (max-width: 559px) {
  .sys .contents-wrapper.c-explanation .contents-inner-wrapper h1 {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.sys .contents-wrapper.c-explanation .contents-inner-wrapper h1 img {
  vertical-align: baseline;
  width: auto;
  max-width: 100%;
  height: auto;
}
@media (max-width: 559px) {
  .sys .contents-wrapper.c-explanation .contents-inner-wrapper h1 img {
    max-width: 120px;
  }
}
.sys .contents-wrapper.c-explanation .contents-inner-wrapper .item-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sys .contents-wrapper.c-explanation .contents-inner-wrapper .item-list .flex-item {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 959px) {
  .sys .contents-wrapper.c-explanation .contents-inner-wrapper .item-list .flex-item {
    width: 100%;
  }
}
.sys .contents-wrapper.c-explanation .contents-inner-wrapper .item-list .flex-item:first-child, .sys .contents-wrapper.c-explanation .contents-inner-wrapper .item-list .flex-item:nth-child(2) {
  margin-bottom: 80px;
}
@media (max-width: 959px) {
  .sys .contents-wrapper.c-explanation .contents-inner-wrapper .item-list .flex-item:first-child, .sys .contents-wrapper.c-explanation .contents-inner-wrapper .item-list .flex-item:nth-child(2) {
    margin-bottom: 0;
  }
}
.sys .contents-wrapper.c-explanation .contents-inner-wrapper .item-list .flex-item .item-card {
  margin: 0 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}
@media (max-width: 959px) {
  .sys .contents-wrapper.c-explanation .contents-inner-wrapper .item-list .flex-item .item-card {
    margin: 0;
    width: 100%;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 50px;
  }
}
@media (max-width: 559px) {
  .sys .contents-wrapper.c-explanation .contents-inner-wrapper .item-list .flex-item .item-card {
    margin-bottom: 30px;
    margin-right: 1%;
    margin-left: 1%;
  }
}
.sys .contents-wrapper.c-explanation .contents-inner-wrapper .item-list .flex-item .circle-area {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 60px auto;
}
@media (max-width: 959px) {
  .sys .contents-wrapper.c-explanation .contents-inner-wrapper .item-list .flex-item .circle-area {
    width: 20%;
    margin: auto;
  }
}
@media (max-width: 559px) {
  .sys .contents-wrapper.c-explanation .contents-inner-wrapper .item-list .flex-item .circle-area {
    width: 33%;
    padding-left: 2%;
  }
}
.sys .contents-wrapper.c-explanation .contents-inner-wrapper .item-list .flex-item .circle-area img {
  width: 100%;
  height: auto;
}
@media (max-width: 959px) {
  .sys .contents-wrapper.c-explanation .contents-inner-wrapper .item-list .flex-item .item-card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
    padding: 20px 10px 20px 20px;
  }
}
@media (max-width: 559px) {
  .sys .contents-wrapper.c-explanation .contents-inner-wrapper .item-list .flex-item .item-card-body {
    width: 67%;
    font-size: 13px;
    padding: 5px 10px 5px 15px;
  }
}
.sys .contents-wrapper.c-explanation .contents-inner-wrapper .item-list .flex-item h2 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 959px) {
  .sys .contents-wrapper.c-explanation .contents-inner-wrapper .item-list .flex-item h2 {
    width: 100%;
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
  }
}
@media (max-width: 559px) {
  .sys .contents-wrapper.c-explanation .contents-inner-wrapper .item-list .flex-item h2 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 959px) {
  .sys .contents-wrapper.c-explanation .contents-inner-wrapper .item-list .flex-item p {
    width: 100%;
  }
}
.sys .contents-wrapper.c-recommend {
  overflow: hidden;
  background-color: #0f0f0f;
}
.sys .contents-wrapper.c-recommend .contents-inner-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 959px) {
  .sys .contents-wrapper.c-recommend .contents-inner-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 559px) {
  .sys .contents-wrapper.c-recommend .contents-inner-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sys .contents-wrapper.c-recommend .contents-inner-wrapper .text-underline {
  position: relative;
}
.sys .contents-wrapper.c-recommend .contents-inner-wrapper .text-underline::before {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #FF009F;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sys .contents-wrapper.c-recommend .contents-inner-wrapper h1 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  margin-bottom: 55px;
  padding-bottom: 20px;
}
@media (max-width: 559px) {
  .sys .contents-wrapper.c-recommend .contents-inner-wrapper h1 {
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
}
.sys .contents-wrapper.c-recommend .contents-inner-wrapper .recommend-header {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 959px) {
  .sys .contents-wrapper.c-recommend .contents-inner-wrapper .recommend-header {
    margin-bottom: 15px;
  }
}
@media (max-width: 559px) {
  .sys .contents-wrapper.c-recommend .contents-inner-wrapper .recommend-header {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
/*.sys .contents-wrapper.c-recommend .contents-inner-wrapper .item-list {
  margin-bottom: 70px;
}*/
/*@media (max-width: 959px) {
  .sys .contents-wrapper.c-recommend .contents-inner-wrapper .item-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: scroll;
  }
}
@media (max-width: 559px) {
  .sys .contents-wrapper.c-recommend .contents-inner-wrapper .item-list {
    margin-bottom: 30px;
  }
}*/
.sys .contents-wrapper.c-recommend .contents-inner-wrapper .flex-item {
  padding: 0.5%;
  width: 25%;
}
/*@media (max-width: 959px) {
  .sys .contents-wrapper.c-recommend .contents-inner-wrapper .flex-item {
    min-width: 30.7692307692%;
  }
}
@media (max-width: 559px) {
  .sys .contents-wrapper.c-recommend .contents-inner-wrapper .flex-item {
    min-width: 44.4444444444%;
  }
}*/
.sys .contents-wrapper.c-recommend .contents-inner-wrapper .flex-item figure {
  width: 100%;
 /* background:#1a1919;*/
}
.sys .contents-wrapper.c-recommend .contents-inner-wrapper .flex-item figure img {
  width: 100%;
  object-fit:cover;
  aspect-ratio:59 / 85;
}
.contents_copyright{
  margin:0 auto;
  font-size:7px;
  line-height:1.4em;
  max-width:800px;
  text-align:center;
}
.contents_copyright span{
  display:inline-block;
  margin-right:5px;
}

/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  width: 95%;
  max-width: 800px;
  margin:0 auto;
}
.accordion-area li{margin: 10px 0;}
/*.accordion-area section {border: 1px solid #ccc;}*/
/*アコーディオンタイトル*/
.accordion-area .title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:1rem;
  font-weight: normal;
  padding: 3% 50px 3% 3%;
  transition: all .5s ease;
}
/*アコーディオンで現れるエリア*/
.accordion-area .box {
  display: none;/*はじめは非表示*/
  background: #f3f3f3;
  /*margin:0 3% 3% 3%;*/
  margin-top:2px;
  padding: 3%;
  font-size:0.85rem;
  line-height:1.5em;
}
.accordion-area .title, .accordion-area .box{
  background:#ffffff;
}
/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #333; 
}
.accordion-area .title::before{
  top:48%;
  right: 15px;
  transform: rotate(0deg);
}
.accordion-area .title::after{    
  top:48%;
  right: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
/*.accordion-area .title.close::before{transform: rotate(45deg);}*/
.accordion-area .title.close::after{display:none;/*transform: rotate(-45deg);*/}

.section-title-wrapper{margin:40px auto;}
@media (max-width: 959px) {
  .section-title-wrapper{margin:20px auto;}
}

.paymethod-Boxwrap{margin:20px 0;}
.flow_design05 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:left;
  /*width:95%;*/
  max-width:800px;
  margin:0 auto;
  padding:20px 1em 20px 1.5em;
}
.flow05 {padding-left: 0;}
.flow05 > li {list-style-type: none;position: relative;padding-left: 60px;}
.flow05 > li:not(:last-child) {padding-bottom: 10px;}
.flow05 > li .icon05 {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  border:3px solid #ffff00;
  background:#202124;
  color: #ffff00;
  position: absolute;
  left: 5px;
}
.flow05 > li:not(:last-child)::before {
  content: '';
  background: #c3c3c3;
  width: 1px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 27px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.flow05 > li dt {font-size:1.8em;}
.flow05 > li dl dd {margin-top:5px;margin-left:0;}
/*.paymethod-Boxwrap{align-items: stretch;}*/
.paymethod-Boxwrap img{width:auto;max-height:100px;margin:10px 0;}

@media (max-width: 768px) {
  .flow05 > li dt {font-size:1.5em;}
  .flow05 > li {padding-left: 3em;}
  .flow05 > li .icon05 {
    line-height: 1.2em;
    left: -5px;
  }
  .flow05 > li:not(:last-child)::before {
    left: 12px;
  }
}

.CorporateLogoVer2-Medium{font-family: corporate-logo-ver2, sans-serif;font-weight: 500;font-style: normal;}
.CorporateLogoVer2-Bold{font-family: corporate-logo-ver2, sans-serif;font-weight: 700;font-style: normal;}
.komu-B{font-family: "komu-b", sans-serif;font-weight: 400;font-style: normal;}
.ZenKakuGothic-New-Medium{font-family: "zen-kaku-gothic-new", sans-serif;font-weight: 500;font-style: normal;}
.ZenKakuGothic-New-Bold{font-family: "zen-kaku-gothic-new", sans-serif;font-weight: 700;font-style: normal;}
.ZenKakuGothic-New-Black{font-family: "zen-kaku-gothic-new", sans-serif;font-weight: 900;font-style: normal;}
.accordion-area li{color:#0f0f0f;}
.bt{text-align:center;padding:8px 0;}
button{width:200px;font-weight:bold;/*display:block;*/border-radius:3px;color:#fff;}
.period-wrapper{
  width:98%;
  max-width:1500px;
  /*padding-top:100px;*/
  margin:40px auto 20px auto;
  opacity:0;
  /*visibility: hidden;*/
  transition: all 1.5s;
}
.is-showing {
  /*要素を表示させる*/
  opacity: 1;
  /*visibility: visible;*/
}
.period-wrapper span.CorporateLogoVer2-Medium{font-size: clamp(28px, 3vw, 40px);white-space: nowrap;}
.sample_text19 {position: relative;text-align: center;}
.sample_text19:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  width: 70%;
  height: 2px;
  content: '';
  background: #fff;
  max-width:1350px;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.hero .button-area{position:absolute;bottom:2%;left:0;right:0;}
.button-area span{display:block;font-size:0.85rem;text-align:center;padding-top:10px;text-align:center;}
.button-area span a{color:#FF009F;}
.main-img-wrapper{border:1px solid #ff00a1;border-radius:5px;background-color: rgba(0,0,0,0.5);padding:1.5em 1em;max-height:350px;text-align:center;margin:0 auto;}

.section-title{font-size: clamp(26px, 4vw, 39px);font-weight:bold;transform: scaleY(1.1);line-height:1.2em;letter-spacing:0.1em;position:relative;padding: 0 1em;background-color: #202124;display:inline-block;white-space: nowrap;}
.explanation-free-trial{text-align:center;/*padding-top:50px;*/}
@media (max-width: 1100px) {
  .main-img-wrapper{width:95%;}
  .main-VI{width:98%;max-width:1200px;margin:0;}
  .sample_text19:before{width: 98%;}
  .section-title{padding:0 0.5em;}
}
@media (max-width: 768px) {
  .hero .button-area{bottom:5%;}
  .section-title{font-size: clamp(20px, 4vw, 26px);}
  
}
@media (max-width: 559px) {
  .explanation-free-trial{text-align:center;/*padding-top:45px;*/}
  .explanation-monthly-cource{padding-top:45px;padding-bottom:70px;}
}
#free_period_year{font-size:0.8em;}
#free_period_date{font-size:1.3em;}
.underline_yellow{border-bottom:4px solid #fff;}
.border{
  padding-bottom: 5px;
  position: relative; /*::afterにabsoluteをかけるので設定*/
}
.border::after{
  content: ''; /* コンテンツを追加 */
  width: 100%; /* 線の幅 */
  height: 4px; /* 線の高さ */
  background-color: #ffff00; /* 線の色 */
  position: absolute; /* position: relative;からの線の絶対位置 */
  bottom: 0; /* 線の位置 */
  left: 0; /* 線の位置 */
  transform: scale(0,1); /* 線のx軸の長さを0 */
  transition: .5s; /* 要素の変形する時間*/
  transform-origin: left top; /* 要素の座標の原点を設定*/
}
.explanation-monthly-cource{padding-bottom:60px;}