<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ----------------------------------------------------------------------------------------
固定css
-------------------------------------------------------------------------------------------- */
a {
 display: block;
}
a.opacity:hover {
 opacity: .6;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* ----------------------------------------------------------------------------------------
813px以上の固定css(PC)
-------------------------------------------------------------------------------------------- */
@media screen and (min-width: 813px) {
.sp {
  display: none;
 }
 .pc {
  display: block;
 }
.home {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;
}
}
/* ----------------------------------------------------------------------------------------
今回追加した813px以上のcss(PC)
-------------------------------------------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 100%;
}
main {
  position: relative;
  z-index: 0;
  font-size: 16px;
  background: url("../images/bg_pc.png") no-repeat top left /100% #fff;
  background-attachment: fixed;
  line-height: 150%;
  padding: 60px 0 20px;
  color: #2d4b70;
}
.copy {
  text-align: center;
  font-size: 12px;
}
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.5s cubic-bezier(0.75,-0.44,0.16,1.46);
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.start {
  display: none;
}
/* ----------------------------------------------
header
------------------------------------------------*/
.menu.pc {
  background-color: #fff;
  padding: 10px 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  color: #2d4b70;
  text-align: center;
  line-height: 150%;
  box-shadow: 0px 1px 10px 0px #2d4b70;
}
.menu.pc li a {
  display: block;
  margin-right: 30px;
}
.menu.pc .menu_name.line {
  position: relative;
}
.menu.pc .menu_name.line::before {
  background: linear-gradient(84.75deg, #00e8a2, #00a3ff 23.7%, #b61cff 57.86%, #ea193e 87.24%, #fdc500);
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  left: -12px;
  bottom: -10px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.menu.pc .menu_name.line:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
/* ----------------------------------------------
TOP
------------------------------------------------*/
.fv_box {
  width: 84%;
  margin: auto;
  background-color: #fff;
  border-radius: 50px;
  padding: 30px ;
  box-shadow: 0px 0px 15px 0px #8098b7;
  text-align: center;
}
.fv_img {
  width: 60%;
  margin: auto;
  border: 1px solid #D1D1D1;
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}
h1 {
  font-size: 36px;
  line-height: 100%;
  background: linear-gradient(84.75deg, #00e8a2, #00a3ff 23.7%, #b61cff 57.86%, #ea193e 87.24%, #fdc500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "nitalago-ruika", "Noto Sans JP",sans-serif;
  font-weight: 500;
}
.fz24px {
  font-size: 24px;
  font-weight: 500;
}
/* ----------------------------------------------
SECTION
------------------------------------------------*/
.live_wrap {
  margin: 80px 0;
}
main h2 {
  font-size: 36px;
  text-align: center;
  line-height: 150%;
  padding-bottom: 40px;
  text-shadow: 0px 0px 10px #ffdfec;
  color: #2d4b70;
  font-family: "nitalago-ruika", "Noto Sans JP",sans-serif;
  font-weight: 500;
}
span.rainbow {
  background: linear-gradient(84.75deg, #00e8a2, #00a3ff 23.7%, #b61cff 57.86%, #ea193e 87.24%, #fdc500);
  -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
.hukidashi {
  max-width: 140px;
  margin: auto;
}
/* ---------------------------------------
BTN
-----------------------------------------*/
.btn a {
  background: linear-gradient(84.75deg, #00e8a2, #00a3ff 23.7%, #b61cff 57.86%, #ea193e 87.24%, #fdc500);
  display: block;
  width: 70%;
  margin: 0 auto 15px;
  border-radius: 100px;
  color: #fff;
  padding: 10px 0;
  position: relative;
}
.btn.fv a {
  padding: 15px 0;
  margin: 15px auto 0;
  font-size: 18px;
}
.btn.cp a {
  padding: 15px 0;
  margin: 30px auto ;
  font-size: 18px;
  width: 55%;
  font-weight: 700;
}
.btn a::after {
  content: "";
  display: inline-block;
  background: url("../images/playbtn.png") no-repeat center center/ 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.btn.cp a::after {
  content: "";
  display: none;
  
}
.btn.fv a::after {
  background: url("../images/playbtn.png") no-repeat center center/ 25px 25px;
  width: 25px;
  height: 25px;
  right: 10px;
}
.btn a:hover {
  opacity: 0.7;
  transition: all 0.2s ease-in;
}
.btn {
  position: relative;
}
.btn .coming {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(21,21,21,0.7);
  width: 70%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 100px;
  text-align: center;
  padding: 10px 0;
  z-index: 3;
}
/* ---------------------------------------
LIVE
-----------------------------------------*/
.live_list {
  width: 84%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
  opacity: 0;
  transform: translateY(50px);
  }
  to {
  opacity: 1;
  transform: translateY(0);
  }
}
#second .live_list,#third .live_list {
  padding-top: 40px;
}
.live_list .list {
  width: 23.5%;
  margin-right: 2%;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0px 1px 10px 0px #a4b5ca;
  color: #2d2d2d;
}
.live_list .list:nth-of-type(4n) {
  margin-right: 0;
}
.live_list .list:nth-of-type(n+5) {
  margin-top: 30px;
}
.live_title {
  padding: 15px 5px;
  font-size: 15px;
}
.live_title span {
  font-size: 13px;
}
.live_title.pt26px {
  padding: 26.5px 0 ;
}
.live_img img {
  border-radius: 30px 30px 0% 0% / 30px 30px 0% 0% ;
}
/* ---------------------------------------
Special
-----------------------------------------*/
.fv_img.only {
  width: 48%;
  border: none;
}
.fv_img.cp {
  width: 55%;
  border: none;
}
.fv_box.flex {
  display: flex;
  justify-content: space-between;
  padding: 40px 30px;
}
.fv_box.flex .fv_img {
  width: 48%;
}
.fv_title {
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
}
.fv_title span {
  font-size: 16px;
  font-weight: 500;
}
/* ------------------------------------
キャンペーン  
--------------------------------------*/
.cp_lead {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 180%;
  padding: 30px 0;
}
.cp_lead span {
  font-size: 24px;
}
.cp_lead span.lemino_c {
  background: linear-gradient(90deg, rgba(255,168,49,1) 0%, rgba(255,40,135,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
}
.cp_list_wrap {
  width: 60%;
  margin: auto;
  text-align: left;
}
.cp_list {
  padding: 20px 0 10px;
}
.cp_list li.cp_list_title {
  padding-bottom: 5px;
}
.cp_list li.tx_indent {
  text-indent: 16px;
}
.cp_img_title {
  text-align: center;
  font-weight: 700;
}
.cp_img_list {
  display: flex;
  max-height: 500px;
  justify-content: space-between;
  margin: 10px 0;
}
.cp_img_list .left {
  margin-right: 10px;
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  color: #151515; 
  overflow: hidden;
  width: 85%;
  margin:0 auto ;
  font-size: 14px;
  font-weight: 400;
  background: linear-gradient(84.75deg, #00e8a2, #00a3ff 23.7%, #b61cff 57.86%, #ea193e 87.24%, #fdc500);
  padding: 1px;
}
.tokuten_scroll .inn {
  height: 250px;
  overflow-y: scroll;
  text-align: left;
  background-color: #fff;
  padding: 15px  ;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 2em;
}
.tokuten_scroll .inn .inn_box &gt; ul &gt; li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.3em;
}
.tokuten_scroll .inn .inn_box &gt; ul &gt; li a{
  color: #2d4b70;
  display: inline;
  text-decoration: underline;
}
.tokuten_scroll .inn::-webkit-scrollbar {
    width: 12px;
    margin-right: 10px;
 }
.tokuten_scroll .inn::-webkit-scrollbar-thumb {
    background: #2d4b70;
    width: 10px;
    border-radius: 100px;
}
.copy {
  padding: 40px 0 10px;
}
/* ---------------------------------------
PAGE TOPボタン
-----------------------------------------*/
.totop a {
 display: none!important;
}
#totop_btn {
 width: 110px;
}
#totop_btn.is-fixed {
 position: fixed;
 right: 5px;
 bottom: 100px;
 z-index: 1001;
}
/*----------------------------
追従
----------------------------*/
.lp_cta_fixed.is-fixed {
  padding: .5em;
  text-align: center;
  width: 100%;
  background-color:rgba(21,21,21,0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  font-weight: 700;
  }
.lp_cta_fixed .point_cp {
  text-decoration: underline;
  font-size: 16px;
  padding-bottom: 10px;
}
.btn_wrap {
  display: flex;
  width: 70%;
  margin: auto;
  justify-content: space-between;
}
.btn.fix {
  width: 49%;
}
.btn.fix a {
   width: 100%;
   height: 55px;
   padding: 10px;
   font-size: 18px;
   margin: 0;
}
.btn.fix.lemino a {
  background: linear-gradient(90deg, rgba(255,168,49,1) 0%, rgba(255,40,135,1) 100%);
  padding: 12px;
}
.btn.fix a .s_text {
  font-size: 14px;
}
.btn.fix a::after {
  content: "";
  display: inline-block;/*inline-block*/
  background: url("../images/playbtn.png") no-repeat center / 25px;
  width: 25px;
  height: 25px;
}
.btn.fix a:hover::after {
  transition: all 0.4s cubic-bezier(0.52,-0.37,0.45,1.4);
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
.wrapper::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../images/bg_sp.png") no-repeat top left /100% 100% #fff;
}
main {
  background: none;
  padding: 3em 0.8em 1em; 
}
.start {
  display: none;
}
/* ----------------------------------------------
TOP
------------------------------------------------*/
.fv_box {
  width: 100%;
  padding: 15px ;
  border-radius: 25px;
}
.fv_img {
  width: 100%;
}
h1 {
  font-size: 24px;
  padding-top: 10px;
}
.fz24px {
  font-size: 16px;
  margin-bottom: 5px ;
  display: inline-block;
}
/* ----------------------------------------------
SECTION
------------------------------------------------*/
.live_wrap {
  margin: 30px 0;
}
main h2 {
  font-size: 28px;
  padding-bottom: 20px;
  text-shadow: 0px 0px 10px #fff;
}
.hukidashi {
  max-width: 100px;
}
/* ---------------------------------------
BTN
-----------------------------------------*/
.btn a {
  width: 90%;
  margin: 0 auto 15px;
  padding: 10px 0;
  font-size: 14px;
}
.btn.fv a {
  padding: 12px 0;
  margin: 5px auto 0;
  font-size: 16px;
}
.btn.cp a {
  padding: 12px 0;
  margin: 10px auto 20px;
  font-size: 16px;
  width: 90%;
}
.btn a::after {
  background: url("../images/playbtn.png") no-repeat center center/ 15px 15px;
  width: 15px;
  height: 15px;
  right: 10px;
}
.btn .coming {
  width: 90%;
  height: 100%;
  font-size: 18px;
  padding: 10px 0;
}
/* ---------------------------------------
LIVE
-----------------------------------------*/
.live_list {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
#third .live_list {
  padding-top: 30px;
}
.live_list .list {
  width: 49%;
  margin-right: 2%;
  border-radius: 20px;
}
.live_list .list:nth-of-type(4n) {
  margin-right: 0;
}
.live_list .list:nth-of-type(2n) {
  margin-right: 0;
}
.live_list .list:nth-of-type(n+5) {
  margin-top: 0;
}
.live_list .list:nth-of-type(n+3) {
  margin-top: 20px;
}
.live_title {
  padding: 10px 0;
  font-size: 13px;
}
.live_title span {
  font-size: 12px;
}
.live_img img {
  border-radius: 20px 20px 0% 0% / 20px 20px 0% 0% ;
}
.live_title.pt26px {
  padding: 34px 0;
}
.live_title.pt26px.padd{
  padding: 22px 0;
}
.live_title.pt26px.paddd{
  padding: 34px 0;
}
.padd {
  padding: 22px 0;
}
.paddd {
  padding: 34px 0;
}
/* ---------------------------------------
Special
-----------------------------------------*/
.fv_img.only {
  width: 90%;
}
.fv_img.cp {
  width: 90%;
}
.fv_box.flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 15px;
}
.fv_box.flex .fv_img {
  width: 90%;
}
.fv_box.flex .fv_img:first-of-type {
  padding-bottom: 30px;
}
.fv_title {
  font-size: 16px;
  padding-top: 5px;
}
.fv_title span {
  font-size: 14px;
}
/* ------------------------------------
キャンペーン  
--------------------------------------*/
.cp_lead {
  font-size: 15px;
  padding: 20px 0 10px;
}
.cp_lead span {
  font-size: 20px;
}
.cp_lead span.lemino_c {
  font-size: 16px;
}
.cp_list_wrap {
  width: 100%;
}
.cp_list {
  padding: 10px 0 ;
}
.cp_list li.cp_list_title {
  padding-bottom: 5px;
}
.cp_list li.tx_indent {
  text-indent: 0;
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  width: 100%;
  font-size: 12px;
}
.tokuten_scroll .inn {
  height: 200px;
  padding: 10px  ;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 2em;
}
.tokuten_scroll .inn::-webkit-scrollbar {
    width: 10px;
 }
/* ---------------------------------------
PAGE TOPボタン
-----------------------------------------*/
#totop_btn {
 width: 100px;
}
#totop_btn.is-fixed {
 right: 2px;
 bottom: 90px;
}
/*----------------------------
追従
----------------------------*/
.lp_cta_fixed .point_cp {
  font-size: 12px;
  padding-bottom: 5px;
}
.btn_wrap {
  display: flex;
  width: 98%;
  margin: auto;
  justify-content: space-between;
}
.btn.fix {
  width: 98%;
}
.btn.fix a {
  margin-top: 0;
  width: 98%;
  height: 55px;
  margin-bottom: 0;
  font-size: 12px;
  padding: 5px 0;
}
.btn.fix.lemino a {
  padding: 13px 5px;
}
.btn.fix a .s_text {
  font-size: 9px;
}
.btn.fix a::after {
  display: none;
}
/* ----------------------------------------------
ハンバーガーメニュー
------------------------------------------------*/
#nav-drawer {
  position: relative;
}
.nav-unshown {
  display:none;/*チェックボックス等は非表示に*/
}
/*アイコンのスペース*/
#nav-open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 50px;
  height: 40px;
  right: 10px;
  top: 5px;
  z-index: 99999;
}
/*ハンバーガーの形をCSSで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 40px;/*長さ*/
  background:  #fff;
  display: block;
  content: '';
  cursor: pointer;
  transition: 0.5s;
  z-index: 9999;
  border-radius: 20px;
  box-shadow: 1px 1px 0px 0px #ff00f6, -1px -1px 0px 0px #00ffff;
}
#nav-open span:before {
  bottom: 12px;
}
#nav-open span:after {
  top: 12px;
}
/* アイコンがクリックされたら真ん中の線を透明にする */
#nav-input:checked ~ #nav-open span {
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#nav-input:checked ~ #nav-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#nav-input:checked ~ #nav-open span::after {
  top: 0;
  transform: rotate(-45deg);
}  
/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000901;
  opacity: 0;
  transition: .3s ease-in-out;
}
/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 90%;
  max-width: 300px;
  height: 100%;
  background:#151515;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  color: #fff;
}
.nav_item {
  text-align: center;
  font-size: 20px;
/*  font-family: "Noto Serif JP", serif;  font-weight: 700;*/
  font-style: normal;
  padding-top: 50px;
}
.nav_item li a {
  display: inline-block;
  margin: 30px 0;
  font-size: 20px;
  font-weight: 700;
}
.nav_item a span {
  font-size: 12px;
  font-weight: 500;
}
/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  opacity: .5;
  display: block;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.header_menu{
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}
}
/* ----------------------------------------------------------------------------------------
812px以下の固定css(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
 .common_footer_wrapper .footer_inner {
  width: 93%!important;
 }
 /*ユーザーエージェント出し分け用*/
.iphone .android_show, .iphone .pc_show {display:none;}
.android .iphone_show, .android .pc_show {display:none;}
.pc .iphone_show, .pc .android_show {display:none;}
.pc .visible .iphone_show, .pc .visible .android_show {display:block;}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Helvetica, sans-serif;
  }
 .sp {
  display: block;
 }
 .pc {
  display: none;
 }
 .home {
  position: fixed;
  top: 14px;
  left: 10px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;
 }
}
</pre></body></html>