@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", sans-serif,YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
}
main {
  position: relative;
  z-index: 0;
  font-size: 16px;
  line-height: 150%;
  color: #000;
	background-color: #fff;
	padding-bottom: 20px;
}
a.push:hover {
	transform: scale(0.8);
	transition: all 0.4s cubic-bezier(0.52,-0.37,0.45,1.4);
}
.tx_indent {
	padding-left: 1.5em;
	margin-left: 1.5em;
}
.pink_tx {
	color: #f291bd;
}
.tac {
	text-align: center;
}
.bold {
	font-weight: 600;
}
.big {
	font-size: 125%;
}
.m10 {
	margin: 10px 0;
}
.pt40 {
	padding-top: 40px;
}
/*-------------------------------------------------------------------------
flex関連
-------------------------------------------------------------------------*/
.flex_box {
	display: flex;
	align-items: center;
}
.flex_box.js {
	display: flex;
	justify-content: space-between;
}
.flex_box.jc {
	display: flex;
	justify-content: center;
}
.flex_left {
	width: 48%;
}
.flex_right {
	width: 50%;
}

/*-------------------------------------------------------------------------
scroll_up ｜下から上へ出現
-------------------------------------------------------------------------*/
.scroll_up {
  transition: 0.8s ease-in;
  opacity: 0;
}
.scroll_up.on {
  opacity: 1.0;
}
.start {
  display: none;
}
.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);
  }
}
/* ----------------------------------------------
header
------------------------------------------------*/
.head_menu {
	margin-top: 20px;
}
.menu {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.menu li a {
	display: block;
	margin-right: 30px;
	text-align: center;
	font-size: 14px;
	background-color: #000;
	color: #fff;
	font-weight: 700;
	width: 240px;
	border: 2px solid #fff;
	height: 60px;
	align-content: center;
}
.menu li a:hover {
	border: 2px solid #f291bd;
	color: #f291bd;
	background-color: #fff;
	transition: 0.5s all ease-in-out;
}
/* ----------------------------------------------
TOP
------------------------------------------------*/
.float_btn {
	position: fixed;
	bottom: 20px;
	right: 10px;
	width: 150px;
	z-index: 6666;
}
.float_btn a {
 display: block;
}
.float_btn a:hover {
 transform: scale(0.95);
 transition: transform 0.2s ease-in-out;
}
h1 {
	width: 100%;
	text-align: center;
	background-color: #000;
}
h1 img{
	max-width: 1000px;
	width: 90%;
	margin: auto;
	display: inline-block;
	padding: 100px 0;
}
.lead_tx {
	font-weight: 500;
	text-align: center;
	padding: 60px	0 20px;
	font-size: 18px;
	line-height: 180%;
}
.list li {
	padding: 5px;
}
.list li.bold {
	padding-top: 15px;
}
/* -----------------------------------------------------------
BTN
-------------------------------------------------------------*/
.btn a {
  background-color: #f291bd;
  display: block;
  max-width: 500px;
  margin: auto;
  border-radius: 100px;
  color:#fff;
  padding: 15px 0;
  position: relative;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 3px;
	border: 1px solid #fff;
}
.btn a:hover {
  transition: all 0.3s ease-in;
	border: 1px solid #f291bd;
	background-color: #fff;
	color: #f291bd;
}
.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;
}
/* ----------------------------------------------
SECTION
------------------------------------------------*/
.contents_wrap {
	max-width: 1000px;
	width: 90%;
	margin: 50px auto;
	border: 1px solid #f291bd;
	padding: 30px	;
	position: relative;
}
.contents_wrap h2 {
	font-size: 36px;
	font-weight: 800;
	border-bottom: 1px	solid #f291bd;
	padding-bottom: 25px;
	margin-bottom: 20px;
	line-height: 120%;
}
.contents_wrap h2 span {
	font-size: 24px;
}
.content_ttl {
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 15px;
}
.content_discription {
	font-size: 14px;
	margin-bottom: 15px;
}
.attention_tx {
	font-size: 12px;
}
.archive {
	background-color: #f291bd;
	width: 100%;
	text-align: center;
	padding: 5px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
}
.youtube {
  width:500px;
  aspect-ratio:16/9;
	margin: 50px auto 30px;
}
iframe {
  width: 100%;
  height: 100%;
}
.end_overlay {
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 30px;
	line-height: 1.5;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	text-align: center;
	align-content: center;
}
/* ----------------------------------------------------------
list
------------------------------------------------------------*/
.list_wrap {
	text-align: center;
	padding: 15px	0;
}
.list_ttl {
	background-color: #f291bd;
	color: #fff;
	font-weight: 600;
	padding: 2px 0;
	margin-bottom: 15px;
}
.list_wrap li {
	padding: 5px 0;
}
li.btn {
	margin-top: 20px;
}
/* ----------------------------------------------------------
STEP
------------------------------------------------------------*/
.step_list {
	display: flex;
	justify-content: space-between;
}
.step_list li {
	border: 1px solid #f291bd;
	width: 23%;
	position: relative;
	min-height: 200px;
	padding: 10px;
}
.step_list li::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 2px solid;
	border-color: #f291bd #f291bd transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: -16px;
}
.step_list li:last-of-type::after {
	content: "";
	display:none;
}
.step_num {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 20px;
}
.step_tx {
	text-align: center;
}
.step_list li .btn a {
	letter-spacing: 0;
	font-size: 14px;
	margin-top: 10px;
}
.ac_center {
	align-content: center;
	min-height: 150px;
}
.img_box {
	max-width: 400px;
	margin: 30px auto;
}
/* ----------------------------------------------------------
関連作品
------------------------------------------------------------*/
.related_list {
	display: flex;
	flex-wrap: wrap;
}
.related_list li {
	width: 32%;
	margin-right: 2%;
	text-align: center;
}
.related_list li:nth-of-type(3n) {
	margin-right: 0;
}
.related_list li:nth-of-type(n+4) {
	margin-top: 5%;
}
.related_ttl {
	font-size: 14px;
	font-weight: 500;
	margin: 10px 0;
	min-height: 50px;
	align-content: center;
}
/* ----------------------------------------------------------
規約
------------------------------------------------------------*/
.tokuten_scroll {
  color: #fff; 
  overflow: hidden;
  width: 100%;
  margin:0 auto ;
  font-size: 12px;
  font-weight: 400;
  padding: 1px;
}
.tokuten_scroll .inn {
  height: 200px;
  overflow-y: scroll;
  text-align: left;
  background-color: rgba(0,12,35,0.5);
  padding: 15px  ;
}
.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: #fff;
  display: inline;
  text-decoration: underline;
}
.tokuten_scroll .inn::-webkit-scrollbar {
    width: 12px;
    margin-right: 10px;
 }
.tokuten_scroll .inn::-webkit-scrollbar-thumb {
    background: #fff;
    width: 10px;
    border-radius: 100px;
}
.copy {
  padding: 40px 0 10px;
}
/*----------------------------
追従
----------------------------*/
.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: 19px;
   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;
	color: #fff;
}
.btn.fix a .s_text {
  font-size: 14px;
}
.btn.fix a::after {
  content: "";
  display: 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);
}
.totop a {
	display: none!important
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
body {
  font-family: "Noto Sans JP", sans-serif,YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
}
main {
	padding-top: 50px;
}
.tx_indent {
	padding-left: 1em;
	margin-left: 1em;
}
.float_btn {
	bottom: 10px;
	right: 0px;
	width: 120px;
	z-index: 555;
}
/*-------------------------------------------------------------------------
flex関連
-------------------------------------------------------------------------*/
.flex_box {
	flex-direction: column;
}
.flex_box.js {
	flex-direction: column;
}
.flex_box.jc {
	flex-direction: column;
}
.flex_left {
	width: 100%;
}
.flex_right {
	width: 100%;
}
/* ----------------------------------------------
header
------------------------------------------------*/
.head_menu {
	margin: 10px 10px;
}
.menu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.menu li {
	margin-right: 2%;
	width: 48%;
}
.menu li:nth-of-type(2n) {
	margin-right: 0;
}
.menu li:nth-of-type(n+3) {
	margin-top: 2%;
}
.menu li a {
	width: 100%;
	height: 50px;
	font-size: 12px;
	line-height: 120%;
}
/* ----------------------------------------------
TOP
------------------------------------------------*/

h1 img{
	margin: auto;
	padding: 50px 0;
}
.lead_tx {
	padding: 20px	0 0;
	font-size: 16px;
}
.list li {
	padding: 5px;
}
.list li.bold {
	padding-top: 15px;
}
/* ----------------------------------------------
SECTION
------------------------------------------------*/
.contents_wrap {
	margin: 30px 15px;
	padding: 15px	;
}
.contents_wrap h2 {
	font-size: 28px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	line-height: 120%;
}
.contents_wrap h2 span {
	font-size: 18px;
}
.attention_tx {
	line-height: 120%;
}
.content_ttl {
	padding: 15px 0;
}
.youtube {
	margin: 20px auto 0;
	width: 100%;
}
.end_overlay {
	font-size: 18px;
}
/* ----------------------------------------------------------
list
------------------------------------------------------------*/

.btn a.ls0 {
	letter-spacing: 0;
}
/* ----------------------------------------------------------
STEP
------------------------------------------------------------*/
.step_list {
	flex-direction: column;
}
.step_list li {
	width: 100%;
	min-height: inherit;
	padding: 15px 10px;
	margin-bottom: 20px;
}
.step_list li::after {
	border-color:transparent  #f291bd #f291bd transparent;
	transform: rotate(45deg) translateX(-50%);
	top: inherit;
	bottom: -20px;
	right: 45%;
}
.step_num {
	padding-bottom: 10px;
}
.ac_center {
	align-content: flex-start;
	min-height: inherit;
}
.img_box {
	max-width: 400px;
}
/* ----------------------------------------------------------
関連作品
------------------------------------------------------------*/
.related_list li {
	width: 48%;
	margin-right: 2%;
	text-align: center;
}
.related_list li:nth-of-type(3n) {
	margin-right: 2%;
}
.related_list li:nth-of-type(2n) {
	margin-right: 0;
}
.related_list li:nth-of-type(n+3) {
	margin-top: 5%;
}
.related_list li .btn a {	
	font-size: 15px;
	letter-spacing: 0;
	font-weight: 500;
	padding: 10px 0;
}
.related_ttl {
	font-size: 12px;
	font-weight: 400;
	margin: 10px 0;
	min-height: 50px;
	align-content: center;
	line-height: 1.2;
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  width: 100%;
  font-size: 12px;
}
.tokuten_scroll .inn {
  height: 220px;
  padding: 10px  ;
}
.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: 2px;
 bottom: 10px;
}
.top.season1#totop_btn.is-fixed {
 right: 2px;
 bottom: 90px;
}
/*----------------------------
追従
----------------------------*/
.lp_cta_fixed {
	z-index: 10;
}
.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: 18px 0;
}
.btn.fix.lemino a {
  padding: 13px 5px;
}
.btn.fix a .s_text {
  font-size: 9px;
}
.btn.fix a::after {
  display: none;
}
}
@media screen and (max-width: 370px) {
  .lead {
    font-size: 16px;
  }
  .works_wrap h3 {
    font-size: 16px;
  }
}
/* ----------------------------------------------------------------------------------------
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;
  }
 .sp {
  display: block;
 }
 .pc {
  display: none;
 }
 .home {
  position: fixed;
  top: 16px;
  left: 12px;
  width: 100px;
  max-width: 150px;
  z-index: 1000;
 }
}
