<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.common_footer_section_ic.feature {
 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%;
  }
  
  /* COMMON */
  .lp_page_wrapper {
 font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", YuGothic, 貂ｸ繧ｴ繧ｷ繝�け, meiryo, 繝｡繧､繝ｪ繧ｪ, "ms gothic", "ms p繧ｴ繧ｷ繝�け", osaka, sans-serif;
 font-size: 16px;
  }
  
  .lp_page_wrapper img {
 max-width: 100%;
  }
  
  .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: 800px) {
 .lp_header_inner {
width: calc(100% - min(10.41666vw, 80px));
 }
  
 .lp_header {
height: min(13.33333vw, 100px);
 }
  
 .lp_header_leminologo {
max-width: 100%;
 }
  }
  /* //HEADER */

  /* FV */
  .lp_fv {
 padding-top: 0;
  }
  
  .lp_fv_left_image img {
 aspect-ratio: 100 / 91;
 object-fit: contain;
 position: absolute;
 top: 3%;
 left: 5.4%;
 width: min(28.73333vw, 431px);
  }
  
  .lp_fv_right_image img {
 aspect-ratio: 100 / 102;
 object-fit: contain;
 position: absolute;
 top: 3%;
 right: 5.1%;
 width: min(27.6vw, 414px);
  }
  
  @media screen and (max-width: 800px) {
 .lp_fv_left_image img {
aspect-ratio: 100 / 271;
top: 9%;
left: 0;
width: min(26.26666vw, 197px);
 }
 
 .lp_fv_right_image img {
aspect-ratio: 100 / 252;
top: 3%;
right: 0;
width: min(28.66666vw, 215px);
 }
  }
  
  .fv_height {
 background-color: #000000;
 height: min(30.66666vw, 460px);
 max-width: 1500px;
 margin: 0 auto;
  }
  
/*霑ｽ蜉�繧ｭ繝｣繝ｳ繝壹�繝ｳ*/
#new_cp {
 padding: 2em 1em;
 background: #efdede;

}
.new_cp {
 width: 70%;
 max-width: 800px;
 margin: auto;
 border: 2px solid #ff3879;
 background: url("../images/all_bg.png") #fee3f6;
 transition: all .5s ease;
}
.new_cp a {
 display: block;
  padding: 1.5em;

}
.new_cp:hover {
 opacity: .5;
 transition: all .5s ease;
 /*box-shadow: none;
 transform: translateY(5px);*/
}
.new_cp p {
 max-width: 600px;
 margin: auto;
}
/*霑ｽ蜉�繧ｭ繝｣繝ｳ繝壹�繝ｳ繧ｨ繝ｪ繧｢*/
.cp_area {
  padding: 3em;
  background: #efefef;
 text-align: center;
}
.cp_area div {
 max-width: 500px;
 margin: 10px auto 0;
 transition: all 1s ease;
}
.cp_area p {
 max-width: 700px;
 margin: auto;
}
.cp_area div:hover {
 transition: all 1s ease;
 box-shadow: 0 0 30px rgba(0,0,0,.3);
}
.sp {
 display: none;
}
  @media screen and (max-width: 800px) {
 .fv_height {
height: min(82.66666vw, 620px);
max-width: 1500px;
 }
.pc {
 display: none;
}
.sp {
 display: block;
}
#new_cp {
 padding: 2em 0;
}
.new_cp {
 width: 90%;
}
.new_cp {
 background: url("../images/all_bg.png") 0 0/100% #fee3f6;
}
.cp_area {
 padding: 3em 1em;
 background: #efefef;
}
.cp_area p  {
 width: 70%;
}
  }
  
  .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(22.8vw, 342px);
 padding: 0 0 min(1.33333vw, 20px);
  }
  
  @media screen and (max-width: 800px) {
 .lp_fv_text {
width: min(62.4vw, 468px);
padding: 0 0 min(2.66666vw, 20px);
margin-top: min(2.66666vw, -20px);
 }
  }
  
  @media screen and (max-width: 640px) {
 .lp_fv {
padding-top: 0;
 }
  }
  
  /* //FV */

  /* FV CTA */
  .lp_fv_cta_btn {
 display: block;
 width: min(26.66666vw, 400px);
 margin: 0 auto;
 transition: .3s; 
 font-size: 18px;
  }
  
  @media screen and (max-width: 800px) {
 .lp_fv_cta_btn {
width: min(72vw, 540px);
 }
  }
  
  .lp_fv_cta_btn:hover {
  transition: all .5s ease;
 box-shadow: none;
 transform: translateY(5px);
  }

  /* //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: 800px) {
  .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);
}
.pc_on {
  display: block;
}
.sp_on {
  display: none;
}

@media screen and (max-width: 800px) {
  .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_wrapper {
  position: relative;
  background: #fff;
  font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", YuGothic, 貂ｸ繧ｴ繧ｷ繝�け, meiryo, 繝｡繧､繝ｪ繧ｪ, "ms gothic", "ms p繧ｴ繧ｷ繝�け", osaka, sans-serif;
  font-size: 16px;
  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 .sm {
  display: none;
}

@media screen and (max-width: 800px) {
  .common_footer_wrapper {
 font-size: 14px;
  }
  .common_footer_wrapper .sm {
 display: inline;
  }
}

.common_footer_section {
  max-width: 1000px;
  margin: auto;
  padding: 4% 2%;
  text-align: center;
}
.common_footer_section_genre {
  max-width: 1093px;
  margin: auto;
  padding: 2% 0 4%;
  text-align: center;
}
.common_footer_section_genre div + div {
  margin-top: 2%;
}
@media screen and (max-width: 800px) {
  .common_footer_section_genre div:first-of-type {
 margin-top: 5%;
  }
  .common_footer_section_genre div + div {
 margin-top: -1.5%;
  }
}
.common_footer_section_faq {
  margin: auto;
  padding: 6.5% 2% 7.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: 30px;
  line-height: 1.3;
}
.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 .red {
  font-size: 1.35em;
}

@media screen and (max-width: 800px) {
  .common_footer_section_genre {
 padding: 2% 2% 6.3%;
  }
  .common_footer_section_title_faq {
 font-size: min(5.73333vw, 43px);
  }
  .common_footer_section_faq {
 padding: 7.5% 2% 5%;
  }
  .common_footer_section_last {
 padding: 6.6% 2%;
  }
  .common_footer_section_title .red {
 font-size: min(8vw, 60px);
 display: inline-block;
  }
}

.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;
}
.common_footer_image_wrapper {
  display: block;
  margin: auto;
  margin-bottom: min(1.86666vw, 28px);
}

@media screen and (max-width: 800px) {
  .common_footer_section {
 padding: 6% 2%;
  }
  .common_footer_section_text {
 font-size: min(3.73333vw, 28px);
 margin-top: 4%;
  }
  .common_footer_section_text2 {
 font-size: min(3.73333vw, 28px);
  }
  .common_footer_section_title {
 font-size: min(5.33333vw, 40px);
 margin-bottom: 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 */

/* FEATURE */
.common_footer_feature {
  background: #efefef;
  margin: 0 calc(50% - 50vw);
  max-width: none;
}
.common_footer_feature_img {
  margin-bottom: 10px;
}
.common_footer_feature_img img {
  max-width: 610px;
}

@media screen and (max-width: 800px) {
  .common_footer_feature {
 padding: min(8vw, 60px) 2%;
  }
  .common_footer_feature_img img {
 max-width: 683px;
  }
}
/* //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: 800px) {
  .common_footer_masthead {
 padding: 10px;
 font-size: 20px;
  }
}

/* //MASTHEAD */

/* CTA */
.common_footer_cta {
  padding: 3.2% 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);
}

@media screen and (max-width: 800px) {
  .common_footer_cta {
 padding: 8% 2%;
  }
  .common_footer_cta p {
 font-size: min(4.26666vw, 32px);
 font-weight: bold;
  }
  .common_footer_cta_second {
 padding: 10% 2%;
  }
}
/* //CTA */

/* DEVICES */
@media screen and (max-width: 800px) {
  .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;
  font-family: YakuHanJP, "HiraginoSans-W6", sans-serif;
  font-weight: 600;
}
.wrapper {
 background: url("../images/bg_all.png") 0 0;
}
@media screen and (min-width:801px) {
.wrapper {
background-attachment: fixed;
 }
}

@media screen and (max-width: 800px) {
  .common_footer_wrapper .common_footer_genre_name {
 font-size: min(4vw, 30px);
 margin: 0 0 2%;
 font-family: YakuHanJP, "HiraginoSans-W5", sans-serif;
  }
}

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

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

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

.common_footer_wrapper .common_footer_works_list li:nth-of-type(n+5) {
  margin-top: 20px;
}

@media screen and (max-width: 800px) {
  .common_footer_wrapper .common_footer_works_list li:nth-of-type(n+3) {
 /* display: none; */
 margin-top: 7%;
  }
  .common_footer_wrapper .common_footer_works_list li {
 width: 49%;
  }
}
/* //GENRE */

/* FAQ */
.common_footer_wrapper .faq_section {
  text-align: left;
  line-height: 1.5;
}
.common_footer_wrapper .faq_common_footer_section_list {
  max-width: 816px;
  margin: auto;
}

@media screen and (max-width: 800px) {
  .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;
}
.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.png) 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.png) no-repeat center center / cover;
}

@media screen and (max-width: 800px) {
  .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.png) 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.png) no-repeat center center / cover;
  }
}

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

@media screen and (max-width: 800px) {
  .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;
  margin-top: 4.5% !important;
}
/* //ANNOTATION */

/* FOOTER */
.common_footer_wrapper .page_footer {
  background: #000;
  color: #fff;
}
.common_footer_wrapper .footer_inner {
  width: 98%;
  text-align: left;
  font-size: 10px;
}
.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: 800px) {
  .annotation {
 line-height: 1.4;
 font-size: min(2.4vw, 18px);
 padding-top: 2.5%;
  }
  .annotation p + p {
 margin-top: -1%;
  }
  .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: -0.6%;
 line-height: 1.47;
  }
}

@media screen and (max-width: 800px) {
  .common_footer_section_text_bottom {
 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%;
  }
}

/* //FOOTER */
img {
  max-width: 100%;
}
.mt1 {
  margin-top: 1%;
}
.mb2_5 {
  margin-bottom: 2.5%;
}
.pt2 {
  padding-top: 2%;
}
.pt2_PC {
  padding-top: 2.5%;
}
.footer_fix {
  margin: 3% auto;
}
.common_footer_section_device {
  padding: min(5.06666vw, 76px) 0;
  max-width: 1000px;
}
.br_sp_pc {
  display: block;
}

@media screen and (max-width: 800px) {
  .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%;
  }
  .mb0_4 {
 margin-bottom: 0.4%;
  }
  .pt2_PC {
 padding-top: 0;
  }
  .pb8 {
 padding-bottom: 8%;
  }
}
.cpneon_area {
 max-width: 1000px;
 width: 100%;
 margin: 20px auto 0;
 padding: 1em 0 0;
 border-radius: 20px;
 /*background: url("../images/bg_top-2.webp") center/30px #040435;*/
}
.cpneon_area picture {
 display: block;
 width: 90%;
 margin: auto;
}
.ent_btn {
  max-width: 600px;
 margin: 10px auto 0;
}
button {
 width: 90%;
  display: block;
  align-items: center;
  text-align: center;
  text-decoration: none;
  margin: auto;
  max-width: 612px;
  border: none;
	background: url("../images/before.webp") 0 0/100%;
}
label[for] {
 margin: auto;
}
/*繝√ぉ繝�け貂医∩繝懊ち繝ｳ*/
button.entry-btnStyle_checked {
	background: url("../images/btn.gif") 0 0/100%;
 	cursor: pointer!important;
}

/*譛ｪ繝√ぉ繝�け繝懊ち繝ｳ*/
button::before {

}

button.entry-btnStyle_checked:hover {
}
.check_p{
  margin: 5px auto 0;
  text-align: center;
  padding: 0.2em 0 0;
  background: none;
 color: #fff;
}
.chart {
 max-width: 800px;
 margin: auto;
 margin-top: 15px;
}
.chart.bg {
 padding: 15px;
 background: #ffffd7;
}
/*bakuage*/
.contents_white {
 background: #fff;
}
.contents_inner {
 max-width: 1000px;
 margin: auto;
}
.btn_area {
padding: 60px 0;
}
.btn_area .btn_lead {
 font-size: 26px;
 margin-bottom: 5px;
 text-align: center;
 color: #ff0a77;
 font-weight: bold;
 line-height: 130%;
 letter-spacing: 1px;
}
.btn_area .btn_lead sup {
 font-size: 16px;
}
.btn {
 margin: 0 auto 0;
 width: 100%;
 max-width: 600px;
}
.btn a {
 position: relative;
 background: #fc8e3d;
 background: -moz-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
 background: -webkit-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
 background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
 color: #fff;
 font-size: 25px;
 font-weight: 700;
 text-align: center;
 width: 100%;
 height: 70px;
 padding: 10px;
 display: block;
 box-sizing: border-box;
 transition: all .5s;
 line-height: 100%;
}
.btn.single a {
 height: 55px;
 padding: 15px;
}
.btn a:hover {
 transform: translateY(5px);
 transition: all .5s;
}
.btn a span.ic {
 position: absolute;
 display: block;
 top: 50%;
 transform: translateY(-50%);
 right: 30px;
 color: #fff;
 width: 30px;
 height: 30px;
 background: url("../images/playbtn.png") no-repeat 0 0/100%;
}
.btn a span.small {
 font-size: 80%;
}
.lp_cta_fixed.is-fixed .btn {
 width: 90%;
}
.btn_animation .btn a {
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.btn_animation .btn a::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
    animation: btn_animation 3s ease-in-out infinite;
}
@-webkit-keyframes btn_animation {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    50% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: .8; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.title_1 {
 text-align: center;
 font-size: 34px;
 font-weight: bold;
 line-height: 140%;
 letter-spacing: 2px;
}
.title_4,
.bnr_wrap .title_1 {
 display: inline-block;
 color: #fc8e3d;
 background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
.title_kiyaku {
 margin-bottom: 15px;
 font-size: 25px;
 font-weight: bold;
 text-align: center;
 color: #b6a13f;
}
.title_1 span.border {
  position: relative;
  display: inline-block;
 z-index: 1;
 line-height: 110%;
}
.title_1 span.border::after {
  position: absolute;
 display: block;
 content: '';
 width: 100%;
 height: 10px;
 left: 0;
 bottom: 0;
 background: #fc8e3d;
 background: -moz-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
 background: -webkit-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
 background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
 opacity: .5;
 z-index: -1;
}
.title_3 {
 margin-top: 30px;
 font-size: 25px;
 text-align: center;
 font-weight: bold;
 line-height: 140%;
 letter-spacing: 1px;
}
.box_gray {
 padding: 90px 0 90px;
}
.bnr_wrap {
 position: relative;
}
.bnr_wrap.box_gray {
 background: #ffe;
}
.bnr_box {
 width: 95%;
 max-width: 1500px;
 margin: 25px auto 0;
 display: -webkit-flex;
 display: flex;
 justify-content: space-between;
 gap : 0 1%; 
}
.bnr_box &gt; * {
 width: 32.5%;
}
.triangle_box {
 position: absolute;
 bottom: -25px;
 left: 50%;
 transform: translateX(-50%);
 margin: auto;
 text-align: center;
}
.triangle {
 margin: auto;
  height: 20px;
  aspect-ratio: 4;
  clip-path: polygon(50% 100%,100% 0,0 0);
  background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
 z-index: 100;
}
.triangle +.triangle {
 margin-top: 5px;
}
.box_gray .baku_1 {
 margin-top: 30px;
}
.box_gray .baku_1_notes {
 margin-top: 10px;
 padding: 1em;
 background: url("../images/bg_bnr.png");
 font-size: 16px;
 font-weight: bold;
}
.bakuage.box_gray .baku_1_notes {
 background: url("../images/bg_bnr_red.png");
}
.box_gray .baku_1_notes a {
 text-decoration: underline;
 color: #b97850;
}
.notes {
 margin-top: 20px;
 font-size: 12px;
}
.notes a {
 text-decoration: underline;
 color: #e51166;
}
.notes_1 {
 margin-top: 15px;
 display: inline-block;
 padding: 0 10px;
 border: 1px solid;
 line-height: 120%;
 font-size: 12px;
}
.more {
 padding: 120px 0;
 background: #ffe;
 color: #424242;
 
}
.more .triangle {
 height: 20px;
 aspect-ratio: 3;
 margin-bottom: 30px;
}
.more .title_2 {
 text-align: center;
}
.border_box {
 padding: 2em 1em;
 border: 4px solid;
 border-radius: 20px;
}
.border_box +.border_box {
 margin-top: 50px;
}
.more .title_2 h2 {
 display: inline-block;
 position: relative;
 padding-bottom: 30px;
 letter-spacing: 2px;text-align: center;
 font-size: 32px;
 font-weight: bold;
}
.bnr_wrap .title_1 {
 position: relative;
 padding-bottom: 30px;
}
.bnr_wrap .title_1::before,
.more .title_2 h2::before {
 position: absolute;
 content: '';
 display: block;
 width: 80%;
 height: 4px;
 border-radius: 100px;
 left: 50%;
 transform: translateX(-50%);
  bottom: 0px;
 background: #fc8e3d;
 background: -moz-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
 background: -webkit-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
 background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
}
.more .title_2 span {
 position: absolute;
 right: 0;
 bottom: 15px;
 font-size: 13px;
 font-weight: 100;
}
.more .notes {
 max-width: 800px;
 margin: 10px auto 0;
 text-align: left;
 font-weight: 100;
 color: #545454;
}
.chart_guide {
 padding: 10px 0;
}
.title_4 {
 margin-top: 20px;
 text-align: center;
 font-size: 30px;
 font-weight: bold;
 letter-spacing: 2px;
}
.comotto_1 {
 max-width: 700px;
 margin: 30px auto 0;
}
.movies {
 padding: 70px 0 0;
 color: #fff;
}
.movies .contents_inner {
 
}
.movies .title_2 {
 text-align: center;
}
.movies .title_2 h2 {
 display: inline-block;
 position: relative;
 padding-bottom: 30px;
 letter-spacing: 2px;text-align: center;
 font-size: 28px;
 font-weight: bold;
}
.movies .title_2 h2::before {
 position: absolute;
 content: '';
 display: block;
 width: 80%;
 height: 4px;
 border-radius: 100px;
 left: 50%;
 transform: translateX(-50%);
  bottom: 0px;
    background: #fc8e3d;
    background: -moz-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
    background: -webkit-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
    background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
}
.movies .title_2 span {
 position: absolute;
 right: 0;
 bottom: 15px;
 font-size: 13px;
 font-weight: 100;
}
.copy {
 margin-top: 40px;
 font-size: 11px;
 font-weight: 100;
 opacity: .8;
}
.movies .btn_area .btn_lead {
 color: #fff;
}
.movie_box {
 margin-top: 55px;
 display: -webkit-flex;
 display: flex;
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
}
.movie_box &gt;li {
 width: 16%;
}
.movie_box &gt;li p {
 margin-top: 10px;
 font-size: 13px;
 text-align: center;
 line-height: 130%;
}
.kiyaku_ {
 padding-bottom: 80px;
}
/* ==========================================================================
accordion
========================================================================== */
/*accordion*/
.accordion-container {
 -webkit-flex-wrap: wrap;
 -moz-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 -o-flex-wrap: wrap;
 flex-wrap: wrap;
}
.accordion {
 margin-top: 10px;
  position: relative;
  width: 100%;
}
.accordion-title {
  cursor: pointer;
  font-size: 16px;

}
.accordion-content {
  display: none;
}
.accordion-content {
  font-size: 15px;
  line-height: 1.5;
 padding-bottom: 30px;
}
.accordion-content span {
  vertical-align: top;
 font-size: .8em;
}
.accordion-content h3 {
 margin-top: 40px;
 margin-bottom: 15px;
 font-size: 18px;
 font-weight: bold;
 padding-left: 15px;
 border-left: 10px solid #a0a0a0; 
}
.attention {
 margin-top: 40px;
}
.attention &gt; li:nth-of-type(n+2) {
 margin-top: 5px;
}
.kiyaku_inn {
 margin-top: 15px;
}
.accordion-item +.accordion-item {
 margin-top: 15px;
}
.accordion-item .accordion-title {
 padding: 7px;
 background: #efefef;
 text-align: center;
 color: #000;
 font-size: 18px;
 font-weight: bold;
 border-radius: 5px;
}
/* 遏｢蜊ｰ */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 3px ;
  border-top: solid 3px ;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 30%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 12px;
 color: #000;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.btn.eximo {
 margin: 30px auto 0;
 width: 100%;
 max-width: 600px;
}
.btn.eximo a {
 padding-top: 12px;
 background: #b97850;
}
.btn.eximo.neon a {
 background: #0dbddd;
}
.bakuage .btn.eximo a {
 background: #d70a30;
}
.btn.eximo.comotto a {
 background: #f7931e;
}
.fv h1 {
 margin: auto;
 width: 100%;
 max-width: 1400px;
}
header {
 width: 13%;
 max-width: 180px;
 position: fixed;
 top: 25px;
 left: 25px;
 z-index: 100;
}
.fix_lemino {
 position: absolute;
 left: 25px;
 top: 61px;
 color: #fff;
 letter-spacing: 1px;
 font-size: 12px;
}
.opacity:hover {
 opacity: .8;
}
#footer_lemino_ {
 background: #fc8e3d;
 background: -moz-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
 background: -webkit-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
 background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8e3d', endColorstr='#ff0576', GradientType=1);
 height: 100px;
 display: flex;
 justify-content: center;
 align-items: center;
 position: relative;
 z-index: 1;
 color: #fff;
}
@media screen and (min-width: 769px) {
 .fv {
 background: url("../images/bg_top.webp") top -20px left 48%;
}
 .fv.logo_only {
  padding-bottom: 20px;
 background: url("../images/bg_top.webp") center left 48%/120%;
}

 .movie_box {
 justify-content: space-between;
}
 .movie_box &gt;li {
 width: 15.8%;
}
 .movie_box.four{
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  gap: 0 1.3%;
 }
.movie_box.four &gt;li {
 width: 24%;
}
.movie_box.four &gt;li:nth-of-type(n+5) {
 margin-top: 20px;
}
 .movie_box.four + .copy {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
 }
} 
label {
  margin: 0!important;
 }
@media screen and (max-width: 800px) {
  .fv.logo_only .btn {
   width: 90%;
  margin: 20px auto;
}
 .cpneon_area {
  width: 100%;
  padding: 1em 0;
  border-radius: 15px;
  
 }
 .cpneon_area picture {
  width: 100%;
 }
 .check_p {
  font-size: 12px;
 }

 header {
  width: 100px;
  left: 3%;
  top: 20px;
 }
 .fix_lemino {
  font-size: 10px;
  left: 3%;
  top: 44px;
 }
 #footer_lemino_ {
  height: 50px;
  font-size: 10px;
 }
 .btn_area {
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding: 40px 0;
 }
 .btn_area .btn_lead {
  font-size: 16px;
 }
 .btn_area .btn a {
  height: 50px;
  padding: 17px;
  padding-right: 30px;
  font-size: min(5vw,18px);
 }
 .title_kiyaku {
  font-size: 20px;
 }
 .title_1 {
  font-size: min(4.1vw,20px);
  letter-spacing: 1px;
 }
 .title_3 {
  font-size: min(4vw,18px);
  letter-spacing: 0;
 }
 .title_4 {
  font-size: min(4.3vw,20px);
  letter-spacing: 1px;
  line-height: 130%;
  font-weight: bold;
 }
 .chart.bg {
  padding: 10px;
 }
 .title_4 span.sp {
  display: inline-block;
 }
 .bnr_box {
  margin-top: 10px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
 }
 .bnr_box &gt; * {
  width: 49%;
  margin-bottom: 7px;
 }
 .triangle {
  height: 11px;
 }
 .triangle_box {
  bottom: -14px;
 }
 .title_1 span.border {
  letter-spacing: 0;
  line-height: 130%;
 }
 .box_gray .baku_1_notes {
  font-size: 11px;
 }
 .contents_inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
 }
 .btn_area .btn_lead sup {
  font-size: 12px;
 }
 .notes {
  font-size: 8px;
 }
 .notes_1 {
  font-size: 10px;
 }
 .box_gray {
  padding: 40px 0;
 }
 .title_1 span.border::after {
  height: 6px;
 }
 .box_gray .baku_1 {
  margin-top: 20px;
 }
 .accordion-item .accordion-title {
  font-size: min(4vw,14px);
  padding-right: 15px;
 }
 .btn.eximo {
  margin-top: 20px;
 }
 .btn a span.ic {
  right: 10px;
  width: 20px;
  height: 20px;
 }
 .btn a {
  font-size: min(5vw,18px);
  height: 55px;
 }
 .accordion-item .accordion-title p {
  line-height: 120%;
 }
 .accordion-title::after {
  height: 8px;
  width: 8px;
  top: 37%;
 }
 .accordion-content h3 {
 margin-top: 30px;
}
.attention {
 margin-top: 20px;
}
 .btn.bakuage {
  margin-top: 20px;
 }
 .btn.bakuage a {
  font-size: 14px;
  height: 50px;
 }
 .accordion-item +.accordion-item{
  margin-top: 7px;
 }
 .kiyaku_ {
  padding-bottom: 40px;
 }
  .movies .title_2 h2 {
  font-size: 18px;
 }
 .more .title_2 h2 {
  font-size: 18px;
  padding-bottom: 15px;
 }
 .bnr_wrap .title_1 {
  padding-bottom: 15px;
 }
.bnr_wrap .title_1::before, .more .title_2 h2::before {
  height: 3px;
 }
 .border_box {
  padding: 0 .7em 1.5em;
  border: 3px solid ;
 }
 .chart_guide {
  padding: 0;
 }
 .more .triangle {
  height: 10px;
  margin-bottom: 20px;
 }
 .more .title_2 h2 span {
  font-size: 10px;
 }
 .movie_box &gt;li {
  width: 31.5%;
  margin-right: 2.7%;
 }
 .movie_box &gt;li:nth-of-type(3n) {
  margin-right: 0;
 }
 .movie_box &gt;li:nth-of-type(n+4) {
  margin-top: 15px;
 }
 .movie_box {
  margin-top: 35px;
  justify-content: center;
 }
 .movie_box &gt;li p {
  font-size: 10px;
  margin-top: 5px;
 }
 .copy {
  margin-top: 30px;
  font-size: 10px;
 }
 .more .btn_area {
  width: 100%;
 }
 .accordion-content h3 {
  font-size: 14px;
  border-bottom-width: 7px;
  padding-left: 7px;
  border-width: 5px;
 }
 .accordion-content {
  font-size: 12px;
 }
}
@media screen and (max-width: 450px) {
 header {
  width: 80px;
  top: 20px;
 }
 .fix_lemino {
  font-size: 2vw;
  top: 40px;
 }
 }
@media screen and (min-width:801px) and ( max-width:1240px) {
  .common_footer_wrapper .common_footer_genre_name {
 font-size: min(1.66666vw, 20px);
  }
 .fix_lemino {
  font-size: 1vw;
  top: .9%;
 }
}

.btn a.new-btn {
	height: 60px;
	border-radius: 100px;
	line-height: 1.2;
	padding-top: 8px;
}
.ic-new {
	display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 12px;
    height: 12px;
    border: 2.5px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translate(-25%, -50%) rotate(45deg);
    background: none;
    margin-left: 0;
}
@media screen and (min-width: 769px) {
	.btn a.new-btn {
		height: 80px;
		padding-top: 10px;
	}
	.ic-new {
		right: 30px;
	}
}</pre></body></html>