@charset "UTF-8";
/* ----------------------------------------------------------------------------------------
固定css
-------------------------------------------------------------------------------------------- */
a {
 display: block;
 transition: all 300ms ease-in-out;
}
a.opacity:hover {
 opacity: .6;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
img {
	width: 100%;
	height: 100%;
}
/* ----------------------------------------------------------------------------------------
813px以上の固定css(PC)
-------------------------------------------------------------------------------------------- */
@media screen and (min-width: 813px) {
.sp {
  display: none!important;
 }
 .pc {
  display: block;
 }
.home {
  position: fixed;
  top: 12px;
  left: 20px;
  width: 20%;
  max-width: 120px;
  z-index: 1000;
}
}
/* ----------------------------------------------------------------------------------------
今回追加した813px以上のcss(PC)
-------------------------------------------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
main {
  position: relative;
  z-index: 0;
  font-size: 16px;
  background-color: #151515;
  line-height: 1.5;
  color: #fff;
	padding: 0 0 0;
}
.copy {
  text-align: center;
  font-size: 12px;
}
small {
	font-size: 75%;
}
.big {
	font-size: 125%;
}
.bold {
	font-weight: bold;
}
.tac {
	text-align: center;
}
.en_font {
	font-family: "effra", sans-serif;
	font-weight: 400;/*300~900*/
	font-style: normal;
}
.line_gold {
	/*background-color: #bc9500;*/
	text-decoration: underline;
	text-decoration-color: #bc9500;
	text-decoration-thickness: 8px;
}
.line_red {
	/*background-color: #d70a30;*/
	text-decoration: underline;
	text-decoration-color: #d70a30;
	text-decoration-thickness: 8px;
}
.lemino_c {
	background: linear-gradient(90deg,rgba(255, 164, 66, 1) 0%, rgba(255, 36, 135, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bg_purple {
	background-color: #fa1d7f;
	color: #fff;
	display: inline-block;
	line-height: 1;
}
.mt0 {
	margin-top: 0!important;
}
.pink_tx {
	color: #fa1d7f;
}
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 1.0s ease-in-out;
  transform: translateY(20px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.start {
  display: none;
}
/* -------------------------------------------------------------------
header
---------------------------------------------------------------------*/
.menu.pc {
  background-color: #efefef;
  padding: 5px 0 5px 30px;
  display: flex;
  justify-content: flex-end;
  color: #151515;
  text-align: center;
	font-size: 1.2em;
	position: fixed;
	top: 0;
	z-index: 999;
	align-items: center;
	width: 100%;
	font-family: "effra", sans-serif;
	font-weight: 600;/*300~900*/
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1;
	box-shadow: 0 5px 8px rgba(0,0,0,0.2);
}
.menu.pc li {
	margin-right: 30px;
}
.menu.pc li.img {
	margin-right: 20px;
}
.menu.pc li a {
  display: block;
}
.menu.pc li a span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.7em;
	font-weight: 400;
	letter-spacing: 0;
}
.menu.pc li.img a {
}
.menu.pc li.img a img {
	height: 20px;
}
.menu.pc li a:hover {
	color: #fa1d7f;
	transition: 0.3s all ease-in-out;
}
/* -------------------------------------------------------------------
TOP
---------------------------------------------------------------------*/
h1 {
	background: url("../images/dot_white.png") repeat top left / 10px;
	padding: 80px 0 80px;
	position: relative;
}
h1::before {
	content: "";
	display: inline-block;
	background: url("../images/top_grade_left.png") no-repeat top left / 100%;
	width: 400px;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
h1::after {
	content: "";
	display: inline-block;
	background: url("../images/top_grade_right.png") no-repeat bottom right / 100%;
	width: 400px;
	height: 400px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.top_flex {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto;
	width: 90%;
}
.top_flex div img {
	width: 100%;
	height: auto;
}
.top_flex .top_left {
	width: 40%;
	margin-right: 15%;
}
.top_flex .top_right {
	width: 45%;
}
.top_flex .top_right::before {
	content: "";
	display: inline-block;
	
}
.max_box {
	background: url("../images/grid_black.png") repeat top left /15px #efefef;
	border: 3px solid #fa1d7f;
	padding: 20px;
	max-width: 1000px;
	margin:60px auto;
	width: 90%;
	text-align: center;
	color: #151515;
	border-radius: 15px;
}
.max_tx {
	font-size: 1.2em;
	font-weight: 400;
	padding-bottom: 10px;
	line-height: 1.8;
}
.max_logo {
	width: 75%;
	margin:20px auto 10px;
	background-color: #222;
	padding: 1em;
	border-radius: 10px;
}
.max_box .text_02 {
	padding: 0;
	margin: 15px 0;
	position: relative;
	display: inline-block;
}
.max_box .text_02::before,.max_box .text_02::after {
	display: inline-block;
	content: "";
	width: 30px;
	height: 37px;
	position: absolute;
	top: 5px;
}
.max_box .text_02::before {
	background: url("../images/star_left.png") no-repeat top left / 100%;
	left: -40px;
}
.max_box .text_02::after {
	background: url("../images/star_right.png") no-repeat top left / 100%;
	right: -40px;
}
/* ------------------------------------------------------------
BTN
--------------------------------------------------------------*/
.btn a {
  background-color: #fa1d7f;
  display: block;
  width: 100%;
	text-align: center;
	max-width: 500px;
  margin: 0 auto;
  border-radius: 100px;
  color: #fff;
  min-height: 60px;
	align-content: center;
  position: relative;
	font-size: 1.2em;
	font-weight: 500;
	border: 3px	solid #fa1d7f;
	letter-spacing: 4px;
}
.btn.fix a {
   width: 100%;
   margin: 0;
	 max-width: 1000px;
	 border: none;
	 background: linear-gradient(90deg,rgba(42, 88, 181, 1) 0%, rgba(19, 207, 169, 1) 100%);
	 text-decoration: none;
	 font-size: 1em;
	 letter-spacing: 0;
	 line-height: 1.2;
}
.btn.lemino a {
 background: linear-gradient(90deg,rgba(255, 187, 44, 1) 0%, rgba(255, 114, 107, 1) 50%, rgba(255, 7, 119, 1) 100%)!important;
}
.btn.entry a {
 background: linear-gradient(90deg,rgba(139, 232, 46, 1) 0%, rgba(38, 209, 152, 1) 100%);
}
.btn {
  position: relative;
}
span.arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background: url("../images/arrow_btn.webp") no-repeat center/100%;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.btn a:hover {
	background-color: #fff;
	color: #fa1d7f;
}

.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;
}
.flex_box {
	display: flex;
	justify-content: space-between;
	margin: 30px auto 10px;
}
.flex_box .btn {
	width: 48%;
}
.flex_box .btn a{
	width: 100%;
}
/* -------------------------------------------------------------------
SECTION
---------------------------------------------------------------------*/
.bg_gray {
	background-color: #efefef;
	color: #151515;
}
.bg_white {
	background-color: #fff;
	color: #151515;
}
.contents_wrap {
	padding: 60px 0 ;
	position: relative;
	max-width: 1000px;
	margin: auto;
	width: 90%;
}
.contents_wrap h2 {
	font-family: "effra", sans-serif;
	font-weight: 600;/*300~900*/
	font-style: normal;
	font-size: 42px;
	padding-bottom: 20px;
}
span.h2_jp {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 50%;
	font-weight: 400;
}
.text_02 {
	font-size: 2.0em;
	font-weight: 600;
	text-align: center;
	padding: 30px 0;
}
/*----------------------------------------------------
youtube
------------------------------------------------------*/
.youtube {
  width:750px;
  aspect-ratio:16/9;
	margin: 0 auto 50px;
	position: relative;
	z-index: 1;
}
iframe {
  width: 100%;
  height: 100%;
}
video {
	width: 100%;
  height: 100%;
}
/*----------------------------------------------------------------
CONTENTS
----------------------------------------------------------------*/
.contents_box{
	background-color: #fff;
	padding: 30px;
	margin: 30px 0;
}
.contents_box:first-of-type {
	margin-top: 0;
}
.bg_white .contents_box {
	background-color: #efefef;
}
.contents_box h3 {
	font-family: "effra", sans-serif;
	font-weight: 600;/*300~900*/
	font-style: normal;
	font-size: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.contents_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contents_list .content {
	width: 32%;
	position: relative;
	padding-top: 28px;
}
.contents_list .content:nth-of-type(n+4) {
	margin-top: 3%;
}
.content .tag {
	background: #000;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 0 5px;
	height: 25px;
	font-size: 14px;
	align-content: center;
}
.content .tag.free {
	background: linear-gradient(90deg,rgba(42, 88, 181, 1) 0%, rgba(19, 207, 169, 1) 100%);
}
.content .tag.premium {
	background: linear-gradient(90deg,rgba(255, 164, 66, 1) 0%, rgba(255, 36, 135, 1) 100%);
}
.content_ttl {
	text-align: center;
	padding-top: 10px;
	font-size: 0.8em;
	line-height: 1.2;
}
.content_img.border {
	border: 1px	solid #ddd;
}
.attention {
	font-size: 0.6em;
	line-height: 1.0;
	text-align: center;
	padding-top: 5px;
}
/*----------------------------------------------------------------
アコーディオン
----------------------------------------------------------------*/
.js-accordion-all,.js-accordion-sp {
  position: relative;
	font-size: 16px;
	margin: 0 auto 30px;
	width: 100%;
}
.js-accordion-btn {
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  left: 50%;
	transform: translateX(-50%);
  transition: all .3s;
  z-index: 2;
	align-content: center;
}
.js-accordion-btn:hover {
	transform: translateX(-50%) translateY(12px);
}
.arrow-icon {
  transition: transform 0.3s ease;
}
.js-accordion-btn.is-show .arrow-icon {
  transform: rotate(180deg);
}
.accordion-text {
  overflow: hidden;
  position: relative;
  transition: height 0.5s ease;
}
.accordion-text.is-hide {
}
/* テキストをグラデーションで隠す */
.js-accordion-all .accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
  background:linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
  bottom: 0;
  content: "";
  height: 150px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
	display: inline-block;
	z-index: 1;
}
/* 閉じるボタンの位置 */
.js-accordion-btn.is-show {
  bottom: 30px;
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.js-accordion-btn.is-show + .accordion-text::before {
  display: none;
}
 .js-accordion-text {
	transition: height 1.0s ease; /* ← ここで速度を調整 */
  overflow: hidden;
 }
/* ---------------------------------------------------------
規約
-----------------------------------------------------------*/
.tokuten_scroll {
  color: #151515; 
  overflow: hidden;
  width: 100%;
  margin:15px auto 0;
  font-size: 14px;
  font-weight: 400;
  background-color: rgba(11,11,11,0.1);
  padding: 15px;
	border-radius: 15px;
}
.tokuten_scroll .inn {
  height: 250px;
  overflow-y: scroll;
  text-align: left;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 2em;
}
.tokuten_scroll .inn .inn_box > ul > li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.3em;
}
.tokuten_scroll .inn .inn_box > ul > 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ボタン
--------------------------------------------------------------*/
.page_top a {
 display: none!important;
}
#page_top {
 width: 120px;
}
#page_top.is-fixed {
 position: fixed;
 right: 10px;
 bottom: 80px;
 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;
  }
.btn_wrap {
  display: flex;
  width: 70%;
  margin: auto;
  justify-content: center;
}
.btn.fix {
  width: 80%;
  max-width: 375px;
	margin-right: 1%;
}
.btn.fix:last-of-type {
	margin-right: 0;
}
.btn.fix a:hover {
	color: #fff;
	opacity: 0.7;
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {

main {
	font-size: 15px;
	margin: 0;
}
.start {
  display: none;
}
.big {
	font-size: 115%;
}
.line_gold {
	text-decoration-thickness: 4px;
}
.line_red {
	text-decoration-thickness: 4px;
}
/* -------------------------------------------------------------------
TOP
---------------------------------------------------------------------*/
h1 {
	padding: 40px 0 40px;
}
h1::before {
	width: 80%;
	height: 80%;
}
h1::after {
	width: 80%;
	height: 80%;
}
.top_flex {
	flex-direction: column;
	width: 90%;
}
.top_flex .top_left {
	width: 60%;
	margin-right: 0;
	padding-bottom: 40px;
}
.top_flex .top_right {
	width: 80%;
}
.max_box {
	padding: 15px;
	margin:40px auto;
}
.max_tx {
	font-size: 1.0em;
	font-weight: 500;
	padding-bottom: 10px;
	line-height: 1.8;
}
.max_logo {
	width: 100%;
	margin:10px auto;
	padding: 0.8em;
}
/* ------------------------------------------------------------
BTN
--------------------------------------------------------------*/
.btn a {
  min-height: 55px;
	letter-spacing: 0;
	font-weight: 500;
	font-size: 1.0em;
}
span.arrow {
	right: 15px;
	width: 15px;
	height: 15px;
}
.flex_box {
	flex-direction: column;
}
.flex_box .btn {
	width: 90%;
}
/* -------------------------------------------------------------------
SECTION
---------------------------------------------------------------------*/
.contents_wrap {
	padding: 30px 0 ;
}
.contents_wrap h2 {
	font-size: 30px;
}
.youtube {
  width:90%;
	margin: 0 auto 40px;
}
/*----------------------------------------------------------------
CONTENTS
----------------------------------------------------------------*/
.contents_box{
	padding: 15px;
	margin: 20px 0;
}
.contents_box h3 {
	font-size:26px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	line-height: 0.8;
}
.contents_list .content {
	width: 48%;
	padding-top: 20px;
}
.contents_list .content:nth-of-type(n+3) {
	margin-top: 3%;
}
.content .tag {
	padding: 0 5px;
	font-size: 12px;
	height: 18px;
}
.content .tag.free {
	background: linear-gradient(90deg,rgba(73, 108, 177, 1) 0%, rgba(112, 85, 174, 1) 100%);
}
.content .tag.premium {
	background: linear-gradient(90deg,rgba(255, 164, 66, 1) 0%, rgba(255, 36, 135, 1) 100%);
}
.content_ttl {
	text-align: center;
	padding-top: 8px;
	font-size: 0.8em;
	line-height: 1.2;
}
.content_img.border {
	border: 1px	solid #ddd;
}
.attention {
	font-size: 0.55em;
	padding-top: 3px;
}
/*----------------------------------------------------------------
アコーディオン
----------------------------------------------------------------*/
.accordion {
	font-size: 15px;
	line-height: 120%;
}
.js-accordion-btn {
  bottom: 10px;
}
.accordion-text {
	margin-bottom: 20px;
	padding-bottom: 0;
}
.accordion-text.is-hide {
}
/* テキストをグラデーションで隠す */
.js-accordion-sp .accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
  background:linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
  bottom: 0;
  content: "";
  height: 150px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
	display: inline-block;
	z-index: 1;
}
/* 閉じるボタンの位置 */
.js-accordion-btn.is-show {
  bottom: -10px;
}
/* -------------------------------------------------------------
規約
---------------------------------------------------------------*/
.tokuten_scroll {
  width: 100%;
  font-size: 12px;
}
.tokuten_scroll .inn {
  height: 200px;
  padding: 10px  ;
	overflow-x: hidden;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 2em;
}
.tokuten_scroll .inn::-webkit-scrollbar {
    width: 10px;
 }
/* ----------------------------------------------------------------
PAGE TOPボタン
------------------------------------------------------------------*/
#totop_btn {
 width: 80px;
}
#totop_btn.is-fixed {
 right: 10px;
 bottom: 80px;
}
/*----------------------------------------------------------------------
追従
----------------------------------------------------------------------*/
.lp_cta_fixed.is-fixed {
  }
.btn_wrap {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: center;
}
.btn.fix {
	margin-right: 0;
}
.btn.fix a {
   min-height: 50px;
	 padding: 0;
	 font-size: 0.9em;
	 line-height: 1;
	 border-radius: 10px;
	 width: 100%;
}
/* -----------------------------------------------------------------------
ハンバーガーメニュー
-------------------------------------------------------------------------*/
#nav-drawer {
  position: relative;
	font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.nav-unshown {
  display:none;/*チェックボックス等は非表示に*/
}
/*アイコンのスペース*/
#nav-open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 50px;
  height:50px;
  right: 5px;
  top: 5px;
  z-index: 99999;
	border-radius: 100px;
	background-color: #fa1d7f;
	color: #fff;
}
/*ハンバーガーの形をCSSで表現*/
#nav-open span.nav_line {
	position: absolute;
	left: 15px;
  height: 1.5px;/*線の太さ*/
  width: 20px;/*長さ*/
  background:  #fff;
  display: block;
  content: '';
  cursor: pointer;
  transition: 0.5s;
  z-index: 9999;
}
#nav-open span.nav_line.first {
	top: 16px;
}
#nav-open span.nav_menu {
	position: absolute;
	font-size: 8px;
	bottom: 10px;
	font-weight: 400;
}
/* アイコンがクリックされたらMENUを消す */
#nav-input:checked ~ #nav-open span.nav_menu {
  opacity: 0;
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#nav-input:checked ~ #nav-open span.nav_line.first {
  transform: rotate(225deg);
	top: 24px;
}
#nav-input:checked ~ #nav-open span.nav_line.second {
  transform: rotate(-225deg);
}  
/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0;
  transition: .3s ease-in-out;
}
/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1010;
  width: 90%;
  max-width: 300px;
  height: 100vh;
	background-color: #efefef;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  color: #151515;
}
.nav_item {
  font-size: 20px;
  padding: 100px 20px 0;
  position: relative;
}
.nav_item li{
	margin: 0 0 30px;
	
}
.nav_item li:last-of-type{
	border-bottom:0 dashed #791f97;
}
.nav_item li a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
.nav_item li a small {
	color: #fa1d7f;
}
.hum_sns {
	display: flex;
	justify-content: center;
	align-content: center;
	border-top: 1px solid #fa1d7f;
	padding: 20px 0 0;
	margin: 0 20px ;
}
.hum_sns li a {
	width: 20px;
	margin: auto;
}
.hum_sns li {
	margin-right: 10px;
}
.hum_sns li:last-of-type {
	margin-right: 0;
}
/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  opacity: .5;
  display: block;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
	height: 100vh;
}
.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!important;
 }
 .home {
  position: fixed;
  top: 14px;
  left: 10px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;
 }
}
