<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.spOnly {
  display: none;
}

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

.bg-black {
  background: black;
}

.text-white {
  color: white;
}

.relative {
  position: relative;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}
.bottom_bnr {
width: min(44vw, 660px);
 margin: 30px auto 0;
}
.bottom_bnr a {
 display: block;
}
.bottom_bnr a:hover {
 opacity: .8;
}
.manga_title {
    font-size: 32px;
    font-weight: bold;
    border-bottom: solid 2px #ec0140;
    text-align: center;
    margin-bottom: 45px;
    padding-bottom: 5px;
    color: #000;
    line-height: 110%;
}
@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }
  .bottom_bnr {
  width: min(88vw, 660px);
 max-width: 100%;
 margin: 20px auto 0;
}
     .manga_title {
        font-size: 20px;
        margin-bottom: 25px;
    }
}

/* COMMON */
.lp_page_wrapper {
  font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", YuGothic, 貂ｸ繧ｴ繧ｷ繝�け, meiryo, 繝｡繧､繝ｪ繧ｪ, "ms gothic", "ms p繧ｴ繧ｷ繝�け", osaka, sans-serif;
  font-size: 16px;
  margin-top: 60px;
}

.lp_page_wrapper img {
  max-width: 100%;
}

.lp_header img {
  max-width: min(9.33333vw, 140px);
}

.lp_page_wrapper .red {
  color: #d00f31;
}

.lp_page_wrapper .yellow {
  color: #ffe100;
}

@media screen and (max-width: 768px) {
  .lp_page_wrapper {
    margin-top: min(13.33333vw, 100px);
    font-size: 14px;
  }

  .lp_header img {
    max-width: min(22.93333vw, 172px);
  }
}

/* //COMMON */


/* HEADER */
.lp_header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #000;
}

.lp_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  width: calc(100% - min(33.33333vw, 500px));
  height: 100%;
  margin: auto;
  padding: 10px 2%;
}

@media screen and (max-width: 768px) {
  .lp_header_inner {
    width: calc(100% - min(9.33333vw, 70px));
  }

  .lp_header {
    height: min(13.33333vw, 100px);
  }

  .lp_header_leminologo {
    max-width: 100%;
  }

  .lp_header_login {
    max-width: 30%;
  }
}

/* //HEADER */
/* FV */
.lp_fv {
  padding-top: 0;
}

.lp_fv_left_image img {
  aspect-ratio: 100 / 91;
  object-fit: contain;
  position: absolute;
  top: 8%;
  left: 5.4%;
  width: min(28.73333vw, 431px);
}

.lp_fv_right_image img {
  aspect-ratio: 100 / 102;
  object-fit: contain;
  position: absolute;
  top: 8%;
  right: 5.1%;
  width: min(27.6vw, 414px);
}

@media screen and (max-width: 768px) {
  .lp_fv_left_image img {
    aspect-ratio: 100 / 188;
    top: 19%;
    left: 0;
    width: min(20.26666vw, 152px);
  }
  
  .lp_fv_right_image img {
    aspect-ratio: 100 / 169;
    top: 19.5%;
    right: 0;
    width: min(22.66666vw, 170px);
  }
}

.fv_height {
  background-color: #000000;
  height: min(36vw, 540px);
  max-width: 1500px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .fv_height {
    height: min(129.33333vw, 970px);
  }
}

.lp_fv_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.lp_fv_text {
  width: min(52.2vw, 783px);
  padding: 0 0 min(1.33333vw, 20px);
}

@media screen and (max-width: 768px) {
  .lp_fv_inner {
    top: -2%;
  }
  .lp_fv_text {
    width: min(93.33333vw, 700px);
    padding: 0 0 min(3.73333vw, 28px);
  }
}

@media screen and (max-width: 640px) {
  .lp_fv {
    padding-top: 0;
  }
}

/* //FV */
/* FV bnr */
.fv_bnrWrap {
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}

.fv_bnrWrap .fv_bnr {
  position: absolute;
  right: 2%;
  bottom: 0;
  transform: translateY(40%);
  width: 24%;
  z-index: 1;
  max-width: 130px;
}

.fv_bnrWrap .fv_bnr a {
  display: block;
  transition: all .3s;
  animation: fuwafuwa 2.5s linear infinite;
}

.fv_bnrWrap .fv_bnr a:hover {
  transition: all .3s;
  transform: scale(1.1);
}
@media screen and (max-width: 640px) {
  .fv_bnrWrap .fv_bnr {
    transform: translateY(50%);
  }
}

/* //FV bnr */
/* FV CTA */
.lp_fv_cta p {
  font-size: 22px;
}

.lp_fv_cta_yellow {
  font-weight: bold;
  font-size: 26px;
}

.lp_fv_cta .small {
  font-size: 12px;
}

.lp_fv_top_cta_btn {
  display: block;
  width: min(44vw, 660px);
  margin: 0 auto;
  transition: .3s;
}

.lp_fv_cta_btn {
  display: block;
  width: min(44vw, 660px);
  margin: 0 auto;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .lp_fv_cta_btn {
    width: min(88vw, 660px);
  }

  .lp_fv_top_cta_btn {
    width: min(88vw, 660px);
  }
}

.lp_fv_top_cta_btn:hover {
  opacity: .6;
}

.lp_fv_cta_btn:hover {
  opacity: .6;
}

@media screen and (max-width: 640px) {
  .lp_fv_cta_btn {
    font-size: 19px;
  }

  .lp_fv_cta p {
    font-size: 16px;
  }

  .lp_fv_cta .lp_fv_cta_yellow {
    font-size: 20px;
  }

  .lp_fv_cta .small {
    font-size: 11px;
  }
}

/* //FV CTA */
/* FIXED CTA */
.lp_cta_fixed {
  display: none;
}

.lp_cta_fixed.is-fixed {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.lp_cta_fixed p {
  font-size: 22px;
}

.lp_cta_fixed_yellow {
  font-size: 26px;
  font-weight: bold;
}

.lp_cta_fixed .lp_cta_small {
  font-size: 12px;
}

.lp_cta_fixed_btn {
  display: inline-block;
  width: 90%;
  max-width: 400px;
  margin: 5px auto 10px;
  padding: 15px;
  background: #d00e31;
  box-shadow: 0 5px 0 #8c0018;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  transition: all .3s;
}

.lp_cta_fixed_btn:visited {
  color: #fff;
}

.lp_cta_fixed_btn:hover {
  box-shadow: none;
  transform: translateY(5px);
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .lp_cta_fixed p {
    font-size: 16px;
  }

  .lp_cta_fixed_yellow {
    font-size: 20px;
  }

  .lp_cta_fixed_btn {
    font-size: 19px;
  }

  .lp_cta_fixed .lp_cta_small {
    font-size: 11px;
  }
}

/* //FIXED CTA */
.header {
  display: none !important;
  padding-top: 0px !important;
}

.footer {
  display: none !important;
}

.wrapper {
  padding-top: 0px !important;
}



/* COMMON */
.only_PC {
  display: inline;
}

.only_SP {
  display: none;
}

.indent_PC {
  margin-left: min(1vw, 15px);
}


.copy_size {
  font-size: 15px;
  vertical-align: -15%;
}

.pc_on {
  display: block;
}

.sp_on {
  display: none;
}

@media screen and (max-width: 768px) {

  .pc_on {
    display: none;
  }

  .sp_on {
    display: block;
  }

  .only_PC {
    display: none;
  }

  .only_SP {
    display: inline;
  }

  .indent_PC {
    margin-left: 0;
  }

  .common_footer_section_text_second .indent_SP {
    margin-left: min(3.2vw, 24px);
    display: inline-block;
  }

  .faq_answer .indent_faq_SP {
    margin-left: min(3.2vw, 24px);
    display: inline-block;
  }

  .common_footer_section_text_second .indent_SP_tume {
    display: inline-block;
  }
}

.wrapper .common_footer_wrapper {
  position: relative;
  font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", YuGothic, 貂ｸ繧ｴ繧ｷ繝�け, meiryo, 繝｡繧､繝ｪ繧ｪ, "ms gothic", "ms p繧ｴ繧ｷ繝�け", osaka, sans-serif!important;
  font-size: 16px;
  color: #fff;
  background-color: #000;
}

.common_footer_wrapper img {
  max-width: 100%;
  vertical-align: bottom;
}

/* .common_footer_wrapper span {
  font-weight: inherit;
  display: inline-block;
} */

/* .common_footer_wrapper .red {
  color: #f56522;
} */

.common_footer_wrapper .yellow {
  color: #ffe100;
}

.common_footer_wrapper .sm,
.common_footer_wrapper .md {
  display: none;
}

.common_footer_wrapper .lg {
  display: inline;
}

@media screen and (max-width: 1023px) {
  .common_footer_wrapper .lg {
    display: none;
  }

  .common_footer_wrapper .md {
    display: inline;
  }
}

@media screen and (max-width: 768px) {

  .common_footer_wrapper {
    font-size: 14px;
  }

  .common_footer_wrapper .md {
    display: none;
  }

  .common_footer_wrapper .sm {
    display: inline;
  }
}

.common_footer_section {
  max-width: 1000px;
  margin: auto;
  padding: 1.65% 0;
  text-align: center;
}

.common_footer_section.feature {
  padding: 3.65% 0;
}

section#method {
    background: #e8e8e8;
    padding: 60px 0;
 color: #000;
}
section#method .premium {
    width: 38%;
    margin: 50px auto 40px;
}
section#method .inner {
    max-width: 1000px;
    margin: 0 auto;
    width: auto;
}
/* introduction */
.common_footer_section .introduction {
  width: 100%;
  border-top: 2px solid #ec0040;
  padding-top: min(1.86666vw, 28px);
  text-align: left;
}

.common_footer_section .introduction + .introduction {
  margin-top: 8%;
}

.common_footer_section .introduction h3 {
  font-size: min(1.86666vw, 28px);
  font-weight: bold;
  letter-spacing: min(0.13333vw, 2px);
}

.common_footer_section .introduction .subtitle {
  font-size: min(1.4vw, 21px);
  margin-top: 0.5%;
}

.common_footer_section .introduction_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 5.6%;
}

.common_footer_section .introduction_inner div + div {
  margin-left: 2%;
}

.common_footer_section .introduction_inner .introduction_inner_pic {
  width: 100%;
  max-width: 480px;
}

.common_footer_section .introduction_inner .introduction_inner_text {
  background-color: #313131;
  padding: 1.5%;
  max-width: 500px;
  width: 1000%;
}

.common_footer_section .introduction_inner .introduction_inner_text p {
  font-size: min(1.06666vw, 16px);
}

.common_footer_section .introduction_inner .introduction_inner_text dl {
  display: flex;
  font-size: min(0.8vw, 12px);
  line-height: min(1.2vw, 18px);
  letter-spacing: min(0.13333vw, 2px);
}

.common_footer_section .introduction_inner .introduction_inner_text dl + dl {
  margin-top: 1.5%;
}

.common_footer_section .introduction_inner .introduction_inner_text dl dt {
  width: 10%;
}

.common_footer_section .introduction_inner .introduction_inner_text dl dd {
  width: 90%;
}

@media screen and (max-width: 768px) {
 section#method {
    padding: 30px 0;
}
 .lp_fv_cta_btn {
    display: block;
    width: min(44vw, 660px);
    margin: 0 auto;
    transition: .3s;
}
     .lp_fv_cta_btn {
        width: min(88vw, 660px);
      max-width: 435px;
    }
    section#method .premium {
        width: 60%;
        margin: 30px auto;
    }
  .common_footer_section.feature {
    padding: 8% 0;
  }

  .common_footer_section .introduction + .introduction {
    margin-top: 19.5%;
  }

  .common_footer_section .introduction h3 {
    font-size: min(5.33333vw, 40px);
    margin-top: 1%;
  }

  .common_footer_section .introduction .subtitle {
    font-size: min(4vw, 30px);
    line-height: 1.4;
    margin-top: 2.5%;
  }

  .common_footer_section .introduction_inner {
    flex-direction: column;
    align-items: center;
  }

  .common_footer_section .introduction_inner div + div {
    margin-left: 0;
  }

  .common_footer_section .introduction_inner .introduction_inner_pic {
    width: 100%;
    min-width: 100%;
  }

  .common_footer_section .introduction_inner .introduction_inner_text {
    width: 100%;
    min-width: 100%;
    padding: 4% 4.6%;
  }

  .common_footer_section .introduction_inner .introduction_inner_text p {
    font-size: min(3.73333vw, 28px);
  }

  .common_footer_section .introduction_inner .introduction_inner_text dl {
    font-size: min(3.2vw, 24px);
    line-height: min(4.26666vw, 32px);
  }

  .common_footer_section .introduction_inner .introduction_inner_text dl dt {
    width: 12%;
  }

  .common_footer_section .introduction_inner .introduction_inner_text dl dd {
    width: 88%;
  }
}


/* / introduction */

.common_footer_section_genre {
  max-width: 876px;
  margin: auto;
  padding: 2% 2% 4%;
  text-align: center;
}

.common_footer_section_faq {
  margin: auto;
  padding: 3% 2% 4%;
  text-align: center;
}

.common_footer_section_last {
  max-width: 1000px;
  margin: auto;
  padding: 3.3% 2%;
  text-align: center;
}

.common_footer_section&gt;*:last-child {
  margin-bottom: 0;
}

.common_footer_section_title {
  margin-top: min(0.66666vw, 10px);
  font-weight: bold;
  text-align: center;
  font-size: min(2.66666vw, 40px);
  line-height: 1.3;
}

.common_footer_section_title .fsz_small {
  font-size: min(1.86666vw, 28px);
}

.common_footer_section_title_faq {
  margin: min(0.66666vw, 10px) 0 min(1.2vw, 18px);
  font-weight: bold;
  text-align: center;
  font-size: min(2vw, 30px);
  line-height: 1.3;
}

/* .common_footer_section_title .fsz_big {
  font-size: 1.35em;
} */

@media screen and (max-width: 768px) {

  .common_footer_section_genre {
    padding: 2% 2% 9%;
  }

  .common_footer_section_title_faq {
    font-size: min(5.73333vw, 43px);
  }

  .common_footer_section_faq {
    padding: 7.5% 2% 0;
  }

  .common_footer_section_last {
    padding: 0 2% 6.6%;
  }

  .common_footer_section_title .red {
    font-size: min(8vw, 60px);
    display: inline-block;
  }

  .common_footer_section_title .fsz_small {
    font-size: min(3.73333vw, 28px);
}
}

.common_footer_section_title .common_footer_small {
  font-size: 0.65em;
}

.common_footer_section_title_above {
  display: inline-block;
  margin: auto;
  margin-bottom: 12px;
  position: relative;
  border-bottom: 2px solid currentColor;
  color: #ef2d3b;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

.common_footer_section_title_above::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-top: 5px solid rgba(255, 255, 255, 0);
  border-right: 5px solid currentColor;
  border-bottom: 5px solid currentColor;
  border-left: 5px solid rgba(255, 255, 255, 0);
}

.common_footer_section_text {
  margin-bottom: 15px;
  line-height: 1.5;
}

.common_footer_section_text_weight {
  font-weight: bold;
}

.common_footer_section_text2 {
  line-height: 1.5;
  font-weight: bold;
  font-size: min(1.86666vw, 28px);
  background-image: linear-gradient(to right, #f67702, #ec0040);
	background-repeat: no-repeat;
	background-size: 100% 10%;
	background-position: bottom;
  margin-bottom: min(0.66666vw, 10px);
  display: inline-block;
}

.common_footer_image_wrapper {
  display: block;
  margin: auto;
  margin-bottom: min(1.86666vw, 28px);
}

@media screen and (max-width: 768px) {
  .common_footer_section {
    padding: 4% 6%;
  }

  .common_footer_section_text {
    font-size: min(3.73333vw, 28px);
    margin-top: 4%;
  }

  .common_footer_section_text2 {
    font-size: min(3.73333vw, 28px);
    margin-bottom: min(3.73333vw, 28px);
  }

  .common_footer_section_title {
    font-size: min(5.6vw, 42px);
    margin-bottom: 12.5%;
  }

  .common_footer_section_title_above {
    margin-bottom: 10px;
    font-size: min(4.26666vw, 32px);
    line-height: 1.8;
  }

  .common_footer_section_title_above::after {
    bottom: -5px;
  }

  .common_footer_image_wrapper {
    margin-bottom: 10px;
  }

  .common_footer_section_text2 {
    background-size: 100% 14%;
  }
}

/* //COMMON */
/* FEATURE */
.common_footer_feature {
  background: #efefef;
  max-width: none;
}

.common_footer_feature_img {
  margin-bottom: 10px;
}

.common_footer_feature_img img {
  max-width: 610px;
}

@media screen and (max-width: 768px) {

  .common_footer_feature {
    padding: min(8vw, 60px) 2%;
  }

  .common_footer_feature_img {
    padding: 0 4%;
  }

  .common_footer_feature_img img {
    max-width: 683px;
  }
}

.common_footer_feature_small {
  font-size: 12px;
  text-align: left;
  max-width: 650px;
  margin: 0 auto 30px;
  padding-left: 60px;
  line-height: 1.4;
  text-indent: -1em;
}

.common_footer_feature_stitle {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}

.common_footer_feature_stitle span {
  color: #d00e31;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {

  .common_footer_feature_small {
    padding-left: calc(5% + 1em);
    font-size: 8px;
  }

  .common_footer_feature_stitle {
    font-size: 24px;
  }
}

/* //FEATURE */
/* MASTHEAD */
.common_footer_masthead {
  padding: 20px;
  background: #2d2d2d;
  color: #fff;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .common_footer_masthead {
    padding: 10px;
    font-size: 20px;
  }
}

/* //MASTHEAD */
/* MEDIA */
.common_footer_wrapper .media {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin: auto;
  position: relative;
}

.common_footer_wrapper .media .common_footer_section_title {
  font-feature-settings: "palt";
  letter-spacing: 0.07rem;
  text-align: left;
}

.common_footer_wrapper .media .common_footer_section_title .common_footer_small {
  font-size: 0.75em;
}

.media_text {
  width: 40%;
  padding-top: 15px;
  text-align: left;
}

.media_text .common_footer_section_text {
  margin-bottom: 0;
}

.media_image {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .common_footer_wrapper .media {
    flex-direction: column-reverse;
  }

  .common_footer_wrapper .media .common_footer_section_title {
    display: none;
  }

  .media_image {
    width: 100%;
  }

  .media_text {
    width: 100%;
    text-align: center;
  }
}

/* //MEDIA */
/* CTA */
.common_footer_cta {
  padding: 2.8% 2% 4.2%;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.common_footer_cta_second {
  padding: 4.8% 2%;
}

.common_footer_cta p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: min(2vw, 30px);
}

.common_footer_cta_yellow {
  font-size: 26px;
  font-weight: bold;
  color: #ffe100;
}

.common_footer_cta .yellow {
  font-weight: bold;
}

.common_footer_cta .common_footer_small {
  font-size: 12px;
}

.common_footer_cta_btn {
  display: inline-block;
  width: 95%;
  max-width: 400px;
  margin: 5px auto 10px;
  padding: 15px;
  background: #d00e31;
  box-shadow: 0 5px 0 #8c0018;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  transition: all .3s;
  text-decoration: none;
}

.common_footer_cta_btn:visited {
  color: #fff;
}

.common_footer_cta_btn:hover {
  box-shadow: none;
  transform: translateY(5px);
  text-decoration: none;
  transition: all .3s;
}

@media screen and (max-width: 768px) {

  .common_footer_cta {
    padding: 5.5% 2% 6.8%;
  }

  .common_footer_cta p {
    font-size: min(4.53333vw, 34px);
    font-weight: bold;
    margin-bottom: -2%;
    line-height: min(5.73333vw, 43px);
  }

  .common_footer_cta_yellow {
    font-size: 20px;
  }

  .common_footer_cta_btn {
    font-size: 19px;
  }

  .common_footer_cta_second {
    padding: 10% 2% 7%;
  }
}

/* //CTA */
/* DEVICES */
@media screen and (max-width: 768px) {
  .common_footer_wrapper .devices {
    padding-right: 0;
    padding-left: 0;
  }

  .common_footer_wrapper .devices .common_footer_section_title {
    font-size: min(4.53333vw, 34px);
    line-height: 1.3;
    margin-top: 2%;
  }
}

/* //DEVICES */
/* GENRE */
.common_footer_wrapper .genre {
  padding-bottom: 0;
}

.common_footer_wrapper .common_footer_genre_name {
  margin: 0.2% 0 0.4%;
  font-size: min(1.26666vw, 19px);
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .common_footer_wrapper .common_footer_genre_name {
    font-size: min(3.86666vw, 29px);
    margin: 5% 0 2%;
  }
}

.common_footer_wrapper .common_footer_genre_name_music {
  display: flex;
  align-items: center;
}

.common_footer_wrapper .common_footer_genre_name_music span {
  font-size: 0.6em;
  padding: 5px 10px;
  color: #c00000;
  background: #fce5d6;
  border: 1px solid #c00000;
  border-radius: 3px;
}

.common_footer_wrapper .common_footer_works_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: min(2.46666vw, 37px);
  text-align: left;
}

@media screen and (max-width: 768px) {
  .common_footer_wrapper .common_footer_works_list {
    margin-bottom: 7%;
  }
}

.common_footer_wrapper .common_footer_works_list li {
  width: 32%;
  position: relative;
}

.common_footer_wrapper img+p {
  padding: 5px;
  background: #242424;
  color: #fff;
  font-size: .8em;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.common_footer_works_list_small {
  font-size: 11px;
  margin-top: 5px;
  color: #7d7d7d;
}

.common_footer_wrapper .common_footer_rental::before {
  display: inline-block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  z-index: 1;
  background: url(https://image.video.dmkt-sp.jp/custom/img/ft_common/yen_red2.png) left top no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .common_footer_wrapper .common_footer_works_list li:nth-of-type(n+3) {
    display: none;
  }

  .common_footer_wrapper .common_footer_works_list li {
    width: 49%;
  }
}

/* //GENRE */
/* PRICE */
.common_footer_wrapper .price .common_footer_image_wrapper {
  max-width: 800px;
}

/* //PRICE */
/* FREE */
.common_footer_wrapper .free .common_footer_image_wrapper {
  width: 90%;
  max-width: 400px;
  margin: auto;
  margin-bottom: 30px;
}

/* //FREE */
/* CAMPAIGN */
.common_footer_wrapper .campaign_list {
  padding: 20px 0;
}

.common_footer_wrapper .campaign_item:not(:last-of-type) {
  margin-bottom: 40px;
}

.common_footer_wrapper .campaign_item_inner {
  box-shadow: 0px 0px 5px 3px #e6e6e6;
}

.common_footer_wrapper .campaign_title {
  padding: 10px 0;
  background: #000;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

.common_footer_wrapper .campaign_image a {
  display: block;
  max-width: 450px;
  margin: auto;
  margin-bottom: 10px;
  transition: opacity .2s;
}

.common_footer_wrapper .campaign_image a:hover {
  opacity: .7;
  transition: opacity .2s;
}

.common_footer_wrapper .campaign_content {
  padding: 20px;
  text-align: center;
}

.common_footer_wrapper .campaign_content&gt;*:last-child {
  margin-bottom: 0;
}

.common_footer_wrapper .campaign_notes {
  padding-top: 10px;
  text-align: left;
  line-height: 1.5;
  font-size: 0.9em;
}

.campaign_dpoint_title_wrap {
  text-align: center;
  position: relative;
}

.campaign_dpoint_title_wrap_moraeru {
  display: block;
  max-width: 600px;
  margin: 50px auto 20px;
}

.campaign_dpoint_title_wrap_moraeru::before {
  position: absolute;
  content: url(../images/fukidashi01_moraeru.png);
  transform: scale(0.5);
  top: -90px;
  left: -120px;
}

.campaign_dpoint_title_wrap_tsukaeru {
  display: block;
  max-width: 700px;
  margin: 90px auto 20px;
}

.campaign_dpoint_title_wrap_tsukaeru::before {
  position: absolute;
  content: url(../images/fukidashi01_tsukaeru.png);
  transform: scale(0.5);
  top: -122px;
  left: -85px;
}

.campaign_dpoint_title_wrap p {
  font-size: 20px;
  font-weight: bold;
  color: #fda321;
  margin: 0 auto 25px;
  width: 100%;
  display: block;
  position: relative;
}

.campaign_dpoint_title_wrap p:before {
  position: absolute;
  content: '';
  bottom: -5px;
  width: 191px;
  height: 3px;
  background-color: #fda321;
}

.campaign_dpoint_title_wrap p:after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  width: 0px;
  border-color: #fda321;
  border-style: solid;
  border-width: 10px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.campaign_dpoint_title_wrap h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.campaign_dpoint_title_image {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .common_footer_wrapper .campaign_content {
    padding: 15px;
  }

  .campaign_dpoint_title_wrap p {
    font-size: 16px;
    margin: 0 auto 20px;
  }

  .campaign_dpoint_title_wrap h3 {
    font-size: 20px;
  }

  .campaign_dpoint_title_wrap p:before {
    width: 152px;
  }

  .campaign_dpoint_title_wrap_moraeru {
    max-width: 300px;
    margin: 40px auto 20px;
  }

  .campaign_dpoint_title_wrap_moraeru::before {
    top: -105px;
    left: -90px;
    transform: scale(0.3);
  }

  .campaign_dpoint_title_wrap_tsukaeru {
    max-width: 350px;
    margin: 40px auto 20px;
  }

  .campaign_dpoint_title_wrap_tsukaeru::before {
    transform: scale(0.3);
    top: -110px;
    left: -65px;
  }

  .campaign_dpoint_title_image {
    max-width: 320px;
  }
}

/* //CAMPAIGN */
/* FAQ */
.common_footer_wrapper .faq_section {
  text-align: left;
  line-height: 1.5;
  background-color: #fff;
  color: #000;
}

.common_footer_wrapper .faq_common_footer_section_list {
  max-width: 816px;
  margin: auto;
 color: #000;
}

@media screen and (max-width: 768px) {

  .common_footer_wrapper .faq_common_footer_section_list {
    max-width: 750px;
    margin-top: 5.5%;
  }
}

.common_footer_wrapper .faq_item {
  border-bottom: 1px solid #ced5d6;
}

.common_footer_wrapper .faq_question {
  padding: 2.3% 0 2.3% 6.4%;
  position: relative;
  font-weight: bold;
  cursor: pointer;
 color: #000;
}

.common_footer_wrapper .faq_question::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../images/leminolp_icon_2_pc_off.webp") no-repeat center center / cover;
}

.common_footer_wrapper .faq_question::after {
  content: 'Q.';
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
}

.common_footer_wrapper .faq_question.is-active {
  color: #d00f31;
}

.common_footer_wrapper .faq_question.is-active::before {
  background: url("../images/leminolp_icon_2_pc_on.webp") no-repeat center center / cover;
}

@media screen and (max-width: 768px) {

  .common_footer_wrapper .faq_question {
    padding: 5% 2% 5% 12%;
  }

  .common_footer_wrapper .faq_question::after {
    top: min(4.66666vw, 35px);
    left: min(6.66666vw, 50px);
    transform: translateY(0);
  }

  .common_footer_wrapper .faq_question::before {
    width: 5.33333vw;
    height: 5.33333vw;
    max-width: 40px;
    background: url("../images/leminolp_icon_2_sp_off.webp") no-repeat center center / cover;
  }

  .common_footer_wrapper .faq_question.is-active::before {
    width: 5.33333vw;
    height: 5.33333vw;
    max-width: 40px;
    background: url("../images/leminolp_icon_2_sp_on.webp") no-repeat center center / cover;
  }
}

.common_footer_wrapper .faq_answer {
  padding: 0 0 2.3% 6.4%;
  position: relative;
 color: #000;
}

.common_footer_wrapper .faq_answer::before {
  content: 'A.';
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 4%;
}

.common_footer_wrapper .faq_answer a,
.common_footer_wrapper .faq_answer a:visited {
  color: #000;
}

.common_footer_wrapper .faq_answer a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {

  .common_footer_wrapper .faq_answer {
    padding: 0 2% 5% 12%;
    position: relative;
  }

  .common_footer_wrapper .faq_answer::before {
    left: min(6.66666vw, 50px);
  }
  
  .common_footer_wrapper .faq_section {
    font-size: min(3.33333vw, 25px);
  }
}

/* //FAQ */
/* ANNOTATION */
.annotation {
  text-align: left;
  line-height: 1.5;
  font-size: min(0.93333vw, 14px);
  font-weight: bold;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-30 {
  margin-top: 30px;
}

/* //ANNOTATION */
/* FOOTER */
.common_footer_wrapper .page_footer {
  background: #000;
  color: #fff;
}

.common_footer_wrapper .page_footer .common_footer_section_text a {
  text-decoration: underline;
  transition: opacity .2s;
}

.common_footer_wrapper .page_footer a,
.common_footer_wrapper .page_footer a:visited {
  color: #fff;
}

.common_footer_wrapper .page_footer a:not(.common_footer_cta_btn):hover {
  opacity: .7;
  transition: opacity .2s;
}

.common_footer_wrapper .footer_inner {
  width: 98%;
  text-align: left;
  font-size: 10px;
}

.common_footer_wrapper .footer_inner .common_footer_cta {
  padding-top: 0;
}

.common_footer_wrapper .footer_text {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.25em;
}

.common_footer_wrapper .footer_text span {
  font-weight: bold;
  font-size: 1.5em;
}

.common_footer_wrapper .box {
  display: inline-block;
  border: 1px solid #fff;
  padding: min(1.33333vw, 20px);
  font-size: min(0.86666vw, 13px);
}

.common_footer_section_last .common_footer_section_text_bottom {
  font-size: min(0.86666vw, 13px);
  padding: min(1vw, 15px) min(1.33333vw, 20px);
  letter-spacing: 1px;
  margin-bottom: min(2.66666vw, 40px);
}

.common_footer_section_last .common_footer_section_text_bottom_second {
  font-size: min(0.86666vw, 13px);
  line-height: 1.6;
}

.common_footer_section_last .common_footer_section_text_bottom_second.mt {
  margin-top: 2.6%;
}

@media screen and (max-width: 768px) {

  .annotation {
    line-height: 1.4;
    font-size: min(2.4vw, 18px);
    padding-top: 3.5%;
  }

  .common_footer_wrapper .box {
    width: 100%;
    font-size: min(3.33333vw, 25px);
    padding: 3%;
  }

  .common_footer_section_last .common_footer_section_text_bottom {
    margin-bottom: min(1.33333vw, 10px);
  }

  .common_footer_section_last .common_footer_section_text_bottom_second {
    font-size: min(3.2vw, 24px);
  }

  .common_footer_section_last .common_footer_section_text_bottom_second.mt {
    margin-top: 7.1%;
    line-height: 1.47;
  }
}

.common_footer_wrapper .footer_banner {
  display: block;
  max-width: 400px;
  margin: auto;
  padding: 20px 10px;
  border: 2px solid #fff;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  transition: all .2s;
}

.common_footer_wrapper .footer_banner .footer_banner_text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
}

.common_footer_wrapper .footer_banner .footer_banner_triangle {
  font-size: 13px;
  padding-left: 10px;
}

.common_footer_section_meister {
  padding: 0 2% 10px;
}

.common_footer_section_disney {
  padding: 0 2% 60px;
}

@media screen and (max-width: 768px) {
  .common_footer_wrapper .footer_text {
    font-size: 18px;
  }

  .common_footer_section_text_bottom {
    /* font-size: 12px; */
    font-size: min(2.66666vw, 20px);
    line-height: 1.6;
  }

  .common_footer_section_text_second {
    margin-top: 1.5%;
    font-size: min(2.93333vw, 22px);
  }

  .common_footer_section_text_third {
    margin-top: 8%;
  }

  .common_footer_wrapper .footer_banner {
    padding: 15px 10px;
    font-size: 15px;
  }

  .common_footer_wrapper .footer_banner .footer_banner_triangle {
    font-size: 11px;
  }
}

/* //FOOTER */

a.link--yellow,
a.link--blue {
  display: inline-block;
  padding-top: 5px;
  line-height: 1.5;
  text-decoration: underline;
}

a.link--yellow {
  font-size: 16px !important;
  color: #ffe100 !important;
}

a.link--blue {
  color: #00f;
}

a.link--yellow:hover,
a.link--blue:hover {
  opacity: 0.7;
  transition: all .2s;
}

.lemino__banner__wrapper {
  max-width: 1000px;
  margin: auto;
  padding: 30px 2%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  a.link--yellow {
    font-size: 14px !important;
  }

  .lemino__banner__wrapper {
    max-width: 700px;
    padding: 20px 2%;
  }
}

.lemino__banner {
  max-width: 600px;
  margin: auto;
}

.lemino__banner a {
  display: block;
  transition: all .2s;
}

.lemino__banner a:hover {
  opacity: 0.7;
  transition: all .2s;
}

img {
  max-width: 100%;
}

.lemino {
  font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", YuGothic, 貂ｸ繧ｴ繧ｷ繝�け, meiryo, 繝｡繧､繝ｪ繧ｪ, "ms gothic", "ms p繧ｴ繧ｷ繝�け", osaka, sans-serif;
  font-size: 16px !important;
  line-height: 1.5;
}

.lemino .red {
  color: #d00f31;
}

.lemino .common_footer_section_text {
  margin-bottom: 20px;
}

.lemino .faq_question::before,
.lemino .faq_question::after,
.lemino .faq_answer::before {
  display: none !important;
}

.lemino .faq_question {
  padding: 10px !important;
  background: #575757;
  color: #fff !important;
}

.lemino .faq_answer {
  padding: 20px 0 !important;
  text-align: left;
  line-height: 1.5;
}

.lemino__logo {
  max-width: 250px;
  margin: auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .lemino {
    font-size: 14px !important;
  }

  .lemino__logo {
    max-width: 170px;
  }

  .lemino .highlighted,
  .lemino .highlighted2 {
    position: relative;
    border-bottom: 5px solid #fd9805;
  }

  .lemino .highlighted2::after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    border-top: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid #fd9805;
    border-bottom: 5px solid #fd9805;
    border-left: 5px solid rgba(255, 255, 255, 0);
  }

  .w-border {
    border: 1px solid #fff;
  }

  .br40 {
    border-radius: 40px;
  }
}

.mt1 {
  margin-top: 1%;
}

.mt5 {
  margin-top: 5%;
}

.mt7-5 {
  margin-top: 7.5%;
}

.mt6 {
  margin-top: 6%;
}

.mb5 {
  margin-bottom: 5%;
}

.mb15 {
  margin-bottom: 15%;
}

.mb2_5 {
  margin-bottom: 2.5%;
}

.pt2 {
  padding-top: 2%;
}

.pt2_PC {
  padding-top: 2.5%;
}

.footer_fix {
  margin: 1% auto;
}

.footer_fix_chu {
  font-size: min(1.06666vw, 16px) !important;
}

.common_footer_section_device {
  padding: min(5.06666vw, 76px) 0;
  max-width: 1000px;
}

.br_sp_pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .footer_fix_chu {
    font-size: min(2.4vw, 18px) !important;
    margin-top: 2%;
  }

  .common_footer_section_device {
    padding: min(9.06666vw, 68px) 0;
  }

  .common_footer_section_text_span {
    font-size: min(2.53333vw, 19px);
  }

  .mt4 {
    margin-top: 4%;
  }

  .mb3 {
    margin-bottom: 3%;
  }

  .mb0_4 {
    margin-bottom: 0.4%;
  }

  .pt2_PC {
    padding-top: 0;
  }

  .pb8 {
    padding-bottom: 8%;
  }
}</pre></body></html>