@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto+Mono&family=Zen+Kaku+Gothic+New:wght@500&display=swap');

/* ec-cube */
/* body {
    background: #fff;
    color: #484745;
    background-color: transparent;
} */
#sns {
  display: none !important;
}
ol.breadcrumb {
  display: none !important;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  background-color: transparent !important;
  padding: 8px 20px !important;
  width: 100%;
  max-width: none;
}
.breadcrumb {
  margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
    font-size: calc(var(--vw) * (12 / 1240 * 100));
    display: -ms-flex;
    display: flex;
    padding: calc(var(--vw) * (25 / 1240 * 100)) calc(var(--vw) * (10 / 1240 * 100)) calc(var(--vw) * (25 / 1240 * 100)) calc(var(--vw) * (10 / 1240 * 100));
}
@media screen and (max-width: 767.98px) {
  .breadcrumb {
    font-size: calc(var(--vw) * (10 / 375 * 100));
      padding: calc(var(--vw) * (10 / 375 * 100)) calc(var(--vw) * (12 / 375 * 100)) calc(var(--vw) * (10 / 375 * 100)) calc(var(--vw) * (12 / 375 * 100));
  }
}
@media screen and (min-width: 1240px) {
  .breadcrumb {
    font-size: 12px;
  }
}
.breadcrumb {
    padding: calc(var(--vw) * (25 / 1240 * 100)) calc(var(--vw) * (40 / 1240 * 100)) calc(var(--vw) * (25 / 1240 * 100)) calc(var(--vw) * (40 / 1240 * 100));
}
@media screen and (min-width: 1240px) and (min-width: 1240px){
  .breadcrumb {
      padding: 25px 40px 25px 40px;
  }
}

.breadcrumb>li {
    /* display: inline-block; */
}
.breadcrumb>li a {
    /* display: inline-block; */
    color: #fff ;
}
.ec-layoutRole {
    /* width: 100%;
    transition: transform 0.3s; */
    /* background: #fff; */
    width: auto;
    background-color: transparent;
}
.ec-layoutRole .ec-layoutRole__contents {
    /* margin-right: auto;
    margin-left: auto;
    width: 100%;
    display: flex;
    flex-wrap: nowrap; */
    width: auto;
    display: block;
}
#page_ipl_periodic_purchase_suspend .ec-layoutRole .ec-layoutRole__contents, #page_ipl_periodic_purchase_skip .ec-layoutRole .ec-layoutRole__contents, .other_page .ec-layoutRole .ec-layoutRole__contents {
    /* max-width: 1150px; */
    max-width: none !important;
}
@media only screen and (min-width: 768px){
  #page_ipl_periodic_purchase_suspend .ec-layoutRole .ec-layoutRole__contents, #page_ipl_periodic_purchase_skip .ec-layoutRole .ec-layoutRole__contents, .other_page .ec-layoutRole .ec-layoutRole__contents {
      /* max-width: 1150px; */
      max-width: none !important;
  }
}
.ec-layoutRole .ec-layoutRole__main {
    /* width: 100%; */
    width: auto;
}
/* ec-cube */


html {
  font-size: 62.5%
}

body {
  min-width: 320px;
  color: #fff !important;
  line-height: 1.7;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-break: strict;
  background: #000 !important;
}

a {
  outline: none;
  text-decoration: none;
  color: #000;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

img {
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1
  }
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden], template {
  display: none
}

a {
  background-color: transparent
}

a:active, a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b, strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled], html input[disabled] {
  cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td, th {
  padding: 0
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 62.5%
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 300
}

p, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0
}

ul, ol {
  list-style: none
}

img {
  vertical-align: top
}

table {
  width: 100%
}

table th {
  text-align: left;
  font-weight: normal;
  vertical-align: top
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none
}

.h-color--white {
  color: #fff
}

.h-color--black {
  color: #000
}

.h-pc {
  display: block
}

.h-sp {
  display: none
}

br.h-pc {
  display: inline-block
}

br.h-sp {
  display: none
}

@media screen and (max-width: 768px) {
  .h-pc {
    display: none
  }

  .h-sp {
    display: block
  }

  br.h-pc {
    display: none
  }

  br.h-sp {
    display: inline-block
  }
}

.h-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.h-flex-break {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.h-flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.h-flex-row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.h-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.h-flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.h-flex-wrap--reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse
}

.h-justify--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.h-justify--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.h-justify--sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.h-align--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.h-align--end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.h-align--base {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.h-flex-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.h-flex-grow>div {
  width: 100%
}

@media screen and (max-width: 768px) {
  .h-flex-break {
    display: block
  }
}

.h-font--kakugo, body {
  font-family: 'Zen Kaku Gothic New', sans-serif !important;
  font-weight: 500
}

.h-font--poppins {
  font-family: 'Poppins', sans-serif !important;
}

.h-font--roboto {
  font-family: 'Roboto Mono', monospace !important;
}

.js-bg-parallax {
  overflow: hidden;
  position: relative
}

.js-bg-parallax__move {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto
}

.js-bg-parallax__move>div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.js-inview, .js-inview-box>* {
  opacity: 0
}

.l-inner {
  padding: 0 5%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative
}

@media screen and (min-width: 1367px) {
  .l-inner {
    padding: 0 100px
  }
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 5.33%
  }
}

.l-section {
  margin-top: 320px
}

@media screen and (max-width: 768px) {
  .l-section {
    margin-top: 200px
  }
}

.c-btn a {
  display: inline-block;
  text-align: center;
  min-width: 200px;
  padding: .65em
}

@media screen and (max-width: 768px) {
  .c-btn a {
    width: 100%
  }
}

.c-text--24-sp-22 {
  font-size: 2.4rem
}

.c-text--18-sp-16 {
  font-size: 1.8rem;
  line-height: 2.4
}

.c-text--16-sp-14 {
  font-size: 1.6rem
}

.c-text--14-sp-12 {
  font-size: 1.4rem
}

.c-text--center {
  text-align: center
}

.c-text--700 {
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .c-text--24-sp-22 {
    font-size: 2.2rem
  }

  .c-text--18-sp-16 {
    font-size: 1.6rem
  }

  .c-text--16-sp-14 {
    font-size: 1.4rem
  }

  .c-text--14-sp-12 {
    font-size: 1.2rem
  }
}

.c-title {
  height: 82px;
  text-align: center;
  margin-bottom: 90px
}

.c-title img {
  width: auto;
  height: 100%
}

@media screen and (max-width: 768px) {
  .c-title {
    margin-bottom: 56px;
    height: 65px
  }
}

.page-lp .bgBlack {
  background: #000
}

.page-lp .visual {
  background: url(/html/user_data/lp/assets/images/home/visual.jpg) center top no-repeat;
  background-size: cover;
  aspect-ratio: 1366 / 532;
  position: relative
}

.page-lp .visual__titCover {
  position: absolute;
  bottom: 12%;
  width: 100%
}

.page-lp .visual__title {
  width: 967px;
  max-width: 80%;
  margin: 0 auto
}

@media screen and (max-width: 768px) {
  .page-lp .visual {
    background: url(/html/user_data/lp/assets/images/home/visual_sp.jpg) center top no-repeat;
    background-size: cover;
    aspect-ratio: 375 / 657
  }

  .page-lp .visual__title {
    bottom: 10%;
    width: 87.2%;
    max-width: 100%
  }
}

.page-lp .message {
  padding-top: 216px
}

.page-lp .message__txt {
  margin: 0 auto
}

@media screen and (max-width: 768px) {
  .page-lp .message {
    padding-top: 160px
  }

  .page-lp .message__txt {
    text-align: left
  }
}

.page-lp .profile__box {
  gap: 60px
}

.page-lp .profile__nameBox {
  gap: 15px;
  margin-bottom: 7px
}

.page-lp .profile__txt {
  margin-top: 20px
}

@media screen and (max-width: 768px) {
  .page-lp .profile__txtBox {
    margin-top: 20px
  }

  .page-lp .profile__nameBox {
    gap: 10px
  }
}

.page-lp .product__topLogo {
  width: 750px;
  max-width: 90%;
  margin: 0 auto
}

.page-lp .product__logo {
  width: 476px;
  margin: 40px auto 30px
}

.page-lp .product ul {
  margin-top: 170px
}

.page-lp .product li {
  gap: 60px
}

.page-lp .product li+li {
  margin-top: 100px
}

.page-lp .product li p {
  margin-top: 15px
}

.page-lp .product__bnr {
  margin-top: 160px;
  padding: 56px 73px;
  border: 1px solid #5F6364;
  gap: 60px
}

.page-lp .product__bnr h3 {
  line-height: 1.7
}

.page-lp .product__bnr p {
  margin: 15px 0 30px
}

.page-lp .product__bnr a {
  color: #BBC0C3
}

.page-lp .product__bnr a:hover {
  color: #fff
}

@media screen and (max-width: 768px) {
  .page-lp .product__topLogo {
    width: 97.3%;
    max-width: 100%
  }

  .page-lp .product__logo {
    width: 83.57%;
    margin: 30px auto 20px
  }

  .page-lp .product ul {
    margin-top: 100px
  }

  .page-lp .product li+li {
    margin-top: 70px
  }

  .page-lp .product li p {
    margin-top: 10px
  }

  .page-lp .product__txtBox {
    margin-top: 20px
  }

  .page-lp .product__bnr {
    margin-top: 100px;
    padding: 24px 20px
  }

  .page-lp .product__bnr h3 {
    margin-top: 24px
  }

  .page-lp .product__bnr p {
    margin: 10px 0 20px
  }
}

.page-lp .bnr {
  display: block;
  margin-top: 200px
}

.page-lp .bnr__inner {
  padding: 140px 0;
  gap: 60px
}

.page-lp .bnr__logo {
  width: 250px;
  margin: 0 auto
}

.page-lp .bnr h3 {
  margin-bottom: 15px
}

.page-lp .bnr__link {
  margin-top: 60px
}

.page-lp .bnr__link a {
  width: 280px;
  height: 55px;
  background: #fff;
  color: #000
}

.page-lp .bnr__link a:hover {
  background: #000;
  color: #fff
}

@media screen and (max-width: 768px) {
  .page-lp .bnr {
    margin-top: 140px
  }

  .page-lp .bnr__inner {
    padding: 70px 0
  }

  .page-lp .bnr__logo {
    width: 62.28%;
    margin-bottom: 55px
  }

  .page-lp .bnr h3 {
    margin-bottom: 16px
  }

  .page-lp .bnr__link {
    margin-top: 40px
  }

  .page-lp .bnr__link a {
    width: 100%;
    height: 52px
  }
}

.page-lp .lp_label {
  padding: 320px 0 50px
}

.page-lp .label__logo {
  width: 91.15%;
  margin: 0 auto
}

@media screen and (max-width: 768px) {
  .page-lp .lp_label {
    padding: 150px 0 20px
  }
  .page-lp .label__logo {
    width: 87.47%
  }
}
body {
    background: #fff;
    color: #484745;
    background-color: transparent;
}
