@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: #fff;
  background-color: #151515;
  padding-bottom: 20px;
  align-content: center;
}
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: #3d97ce;
}
.tac {
  text-align: center;
}
.bold {
  font-weight: 600;
}
.big {
  font-size: 125%;
}
.m10 {
  margin: 10px 0;
}
.mb20 {
  margin-bottom: 20px;
}
.pt40 {
  padding-top: 40px;
}
.ps_re {
  position: relative;
}
/*-------------------------------------------------------------------------
flex関連
-------------------------------------------------------------------------*/
.flex_box {
  display: flex;
  align-items: center;
}
.flex_box.js {
  display: flex;
  justify-content: center;
}
.flex_box.jc {
  display: flex;
  justify-content: center;
}
.flex_left {
  width: 48%;
}
.flex_right {
  width: 50%;
}
.w60 {
  width: 84%;
}
.w35 {
  width: 35%;
}
.flexbox {
  display: flex;
  justify-content: center;
}
.flexbox p.btn.lemino {
  display: flex;
  justify-content: center;
  margin: 0 10px;
  max-width: 300px;
  width: 100%;
}
.flexbox .btn.lemino a {
  width: 300px;
}

/*-------------------------------------------------------------------------
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);
  }
}
/* ------------------------------------
アコーディオン
--------------------------------------*/
.accordion-content {
  display: none; /* 最初は非表示 */
}
h2.accordion-toggle {
  cursor: pointer;
}
h2.accordion-toggle {
  position: relative;
}
h2.accordion-toggle::before, h2.accordion-toggle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 2px;
  height: 15px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: 50% calc(100% - 1px);
}
h2.accordion-toggle::before {
  transform: rotate(45deg);
}
h2.accordion-toggle::after {
  transform: rotate(-45deg);
}
/* ----------------------------------------------
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 #3d97ce;
  color: #3d97ce;
  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;
}
.top_wrap {
  max-width: 1200px;
  margin: auto;
  width: 90%;
  padding: 50px 0 0;
}
.top_wrap .w35 {
  border: 1px solid #3d97ce;
  padding: 20px;
}
/* -----------------------------------------------------------
BTN
-------------------------------------------------------------*/
.btn a {
  background-color: #AC30FF;
  display: block;
  max-width: 500px;
  margin: 10px 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 #AC30FF;
}
.btn a:hover {
  transition: all 0.3s ease-in;
  border: 1px solid #AC30FF;
  background-color: #151515;
  color: #AC30FF;
}
.btn.lemino a:hover {
  transition: all 0.3s ease-in;
  border: 1px solid #d0ff1c;
  background: #151515;
  color: #d0ff1c;
}
.btn.lemino a {
  background-color: #d0ff1c;
  border: 0 solid #000;
  color: #000;
}
.btn.lemino a {
  background-color: #fff;
  border: 0 solid #000;
  color: #000;
}
.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;
}
.btn.lemino_color a {
    background: linear-gradient(90deg, rgba(255, 168, 49, 1) 0%, rgba(255, 40, 135, 1) 100%);
    color: #fff;
    border: 0;
}
.btn a span.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background-image: url(../images/playbtn.png);
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
}
.border {
    text-decoration: underline;
}
/* ----------------------------------------------
SECTION
------------------------------------------------*/
.contents_wrap {
  max-width: 1000px;
  width: 90%;
  margin: 50px auto;
  border: 1px solid #3d97ce;
  padding: 30px;
  position: relative;
}
.contents_wrap h2 {
  font-size: 36px;
  font-weight: 700;
  border-bottom: 1px solid #3d97ce;
  padding-bottom: 25px;
  margin-bottom: 20px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 5px;
}
.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;
  text-align: left;
}
.attention_tx {
  font-size: 12px;
}
.archive {
  background-color: #3d97ce;
  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;
}
.end_ov {
  position: relative;
}
.end_ov::before {
  content: '';
  display: block;
  width: 100%;
  background: #1a1a1ab3;
  height: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.end_ov p.end_txt {
  font-weight: bold;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: calc(50% - 2em);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  z-index: 50;
}
.end_ov p.end_txt span {
  font-size: 0.85em;
  display: block;
}
.btn_yet a {
  background: #5F5F5F !important;
  color: #fff !important;
  pointer-events: none !important;
}
/* ----------------------------------------------------------
live
------------------------------------------------------------*/
p.live_text {
  font-size: 30px;
}
.live_img {
  text-align: center;
  width: 80%;
  margin: 27px auto 0;
}
.lemino_btn {
  text-align: center;
  font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
}
.text_bold {
  font-weight: bold;
  font-size: clamp(0.813rem, 0.426rem + 1.93vw, 1.875rem);
  text-align: center;
  padding: 39px 0 20px;
}
.logo_link {
  text-align: center;
}
.logo_link a {
  display: inline-block;
}
.logo_link img {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
}
.logo_link a:hover {
  transition: all 0.3s ease-in;
  opacity: 0.7;
}
.lemino_color a:hover {
  transition: all 0.3s ease-in;
  opacity: 0.7;
}
/* ----------------------------------------------------------
list
------------------------------------------------------------*/
.list_wrap {
  text-align: center;
  padding: 15px 0;
}
.list_ttl {
  background-color: #3d97ce;
  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 #3d97ce;
  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: #3d97ce #3d97ce 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: 100px;
}
.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: #333;
  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%;
  margin: 0 auto;
}
.btn.fix a {
  width: 100%;
  max-width: 1000px;
  padding: 25px 0;
  font-size: 18px;
  margin: 0;
}
.btn.fix.lemino a {
  padding: 17px 0;
}
.btn.fix a .s_text {
  font-size: 14px;
}
.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%;
  }
  .w60 {
    width: 100%;
  }
  .w35 {
    width: 100%;
  }
  .flexbox {
    display: flex;
    flex-direction: column;
  }
  .flexbox p.btn.lemino {
    margin: auto;
  }
  /* ----------------------------------------------
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
------------------------------------------------*/
  .top_wrap {
    width: 90%;
    padding: 0;
  }
  .top_wrap .w35 {
    padding: 15px;
    margin-top: 20px;
  }
  /* ----------------------------------------------
SECTION
------------------------------------------------*/
  .contents_wrap {
    margin: 30px 15px;
    padding: 15px;
  }
  .contents_wrap h2 {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 120%;
    letter-spacing: 0;
  }
  .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;
  }
/* ----------------------------------------------------------
live
------------------------------------------------------------*/
p.live_text {
  font-size: 18px;
}
.live_img {
  width: 100%;
  margin: 10px auto 0;
}
.lemino_btn {
  line-height: 130%;
}
.text_bold {
  padding: 25px 0 5px;
}
  /* ----------------------------------------------------------
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 #3d97ce #3d97ce 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;
  }
}