@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;
}
header {
  background-color: #fff;
  height: 55px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: transform 0.3s ease;
}
.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.italic {
  font-style: italic;
}
.shadow {
  text-shadow: 2px 2px 4px rgb(0 0 0 / 75%);
  box-shadow: 5px 5px 2px rgb(14 22 56 / 43%);
}
/* ----------------------------------------------------------------------------------------
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)
-------------------------------------------------------------------------------------------- */
.sanserif {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
main {
  position: relative;
  z-index: 0;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  background-color: #6486c587;
  padding: 50px 0;
}
.wrapper {
  position: relative;
  z-index: 0;
  min-height: 100vh;
  color: #fff;
  line-height: 1.2;
}
.wrapper::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: #000000 url(../images/bg_img.webp) no-repeat center top / cover;
  will-change: transform;
}
.tx_indent {
  padding-left: 1.5em;
  margin-left: 1.5em;
}
.tac {
  text-align: center;
}
.bold {
  font-weight: 600;
}
.big {
  font-size: 125%;
}
.m10 {
  margin: 10px 0;
}
.pt40 {
  padding-top: 40px;
}
.gradation {
  background: linear-gradient(90deg, rgba(255, 195, 54, 1) 0%, rgba(255, 13, 134, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg_gradation {
  background: linear-gradient(90deg, rgba(255, 195, 54, 1) 0%, rgba(255, 13, 134, 1) 100%);
}
/*-------------------------------------------------------------------------
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%;
}
/* ----------------------------------------------
TOP
------------------------------------------------*/
.top_lead {
  font-weight: 600;
  font-size: 35px;
  text-align: center;
  padding: 0px 0 20px;
  line-height: 1.5;
}
.top_lead span {
  font-size: 1.2em;
  font-style: italic;
  font-weight: 600;
}
h1 {
  margin: auto;
  width: 50%;
  background: url("../images/kv_bg.webp") no-repeat top left/100% auto;
}
h1 img {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: block;
}
.date {
  margin: 20px 0;
  background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(0 122 255) 50%, rgb(255 255 255 / 91%) 100%);
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
  padding: 21px 0;
}
.lead_box {
  max-width: 1000px;
  margin: auto;
  padding: 10px 50px 50px;
  background: #00315d4f;

  border-radius: 10px;
  text-align: center;
  text-shadow: none;
}
.lead_tx {
  text-align: center;
  padding: 50px 0;
  line-height: 1.6;
  font-size: 20px;
  font-weight: 700;
}
.lead_p {
  text-align: center;
  padding: 15px 0 30px;
  line-height: 1.6;
  font-size: 20px;
}
.title_p {
  font-weight: 900 !important;
  font-style: italic;
  background: linear-gradient(30deg, rgba(186, 204, 214, 1) 5%, rgba(255, 255, 255, 1) 20%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.75));
}
p.tag_p {
  font-weight: 700;
  text-align: center;
  padding: 10px 20px 10px 17px;
  font-size: 30px;
  background: linear-gradient(30deg, rgba(32, 197, 161, 1) 0%, rgba(64, 165, 204, 1) 50%, rgba(95, 134, 246, 1) 100%);
  display: inline-block;
  margin: auto;
}
/* -----------------------------------------------------------
作品
-------------------------------------------------------------*/
img {
  max-width: 100%;
}
.contents_inner {
  max-width: 1050px;
  margin: auto;
}
.baku_gray {
  padding: 10px 0 40px;
}
.cp_otoku {
  padding: 5em 0 0em;
  color: #fff;
}
.cp_otoku .title_2 {
  text-align: center;
}
.cp_otoku .title_2 h2 {
  display: inline-block;
  position: relative;
  padding-bottom: 30px;
  letter-spacing: 2px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.cp_otoku .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%);
}
.movie_box {
  margin-top: 55px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.movie_box > li {
  width: 32%;
  margin-bottom: 1em;
}
.movie_box > li a:hover {
  opacity: 0.8;
}
.movie_box > li p {
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-items: center;
  text-align: center;
  justify-content: center;
  min-height: 2em;
}
.movie_box > li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
p.right_p {
  text-align: right;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .movie_box {
    justify-content: space-between;
  }
  .movie_box > li {
    width: 32%;
  }
}
@media screen and (max-width: 812px) {
  .cp_otoku {
    padding: 1em 20px;
    color: #fff;
  }
  .contents_inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .cp_otoku .title_2 h2 {
    font-size: 18px;
    margin-top: 2em;
  }
  .movie_box > li {
    width: 48%;
    margin: 0 auto;
  }
  .movie_box {
    margin-top: 35px;
    justify-content: center;
  }
  .movie_box > li p {
    font-size: 10px;
    margin-top: 5px;
  }
}
/* -----------------------------------------------------------
BTN
-------------------------------------------------------------*/
.btn a {
  background: linear-gradient(90deg, rgba(255, 195, 54, 1) 0%, rgba(255, 13, 134, 1) 100%);
  display: block;
  max-width: 570px;
  margin: auto;
  border-radius: 100px;
  color: #fff;
  padding: 15px 0;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
}
.btn a:hover {
  transition: all 0.3s ease-in;
  opacity: 0.8;
}
.btn.entry a {
  background: linear-gradient(90deg, rgba(34, 98, 171, 1) 0%, rgba(5, 122, 81, 1) 100%);
}
.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;
}
span.arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: url("../images/playbtn.png") no-repeat center/35px;
  display: inline-block;
  width: 35px;
  height: 35px;
}
.btn_wrap {
  display: flex;
  justify-content: center;
  width: 90%;
  padding: 8px 0;
  max-width: 1000px;
  margin: auto;
  align-items: center;
}
.btn_wrap .btn {
  width: 48%;
  margin-right: 2%;
}
.btn_wrap .btn:last-of-type {
  margin-right: 0;
}
.btn_wrap .btn a {
  margin: 0;
  height: 66px;
  align-content: center;
  padding: 0;
}
.link_bn a {
  background: linear-gradient(45deg, rgba(143, 115, 1, 0.4) 0%, rgba(51, 41, 0, 0.3) 100%);
  border: 1px solid #816804;
  max-width: 500px;
  margin: 30px auto;
  width: 90%;
  padding: 15px;
  text-align: center;
}
.link_bn a:hover {
  border: 1px solid #777;
  transition: all 0.3s ease-in;
  background: rgba(255, 255, 255, 0.1)
}
.btn.flex {
  display: flex;
  justify-content: center;
  gap: 5%;
}
.btn.flex a {
  padding: 0.7em 3em;
}
.btn_area p.btn {
  margin: 20px 0;
}
.btn.blue a {
  background: #023fb1;
}
.btn.red a {
  background: #dd221e;
}
#js-lp-cta-fixed-page p.btn.red {
  margin: 5px;
}
/* ----------------------------------------------------------
規約
------------------------------------------------------------*/
.tokuten_scroll {
  color: #ffffff;
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
  font-size: 12px;
  font-weight: 400;
  padding: 1px;
}
.tokuten_scroll .inn {
  height: 250px;
  overflow-y: scroll;
  text-align: left;
  background-color: rgb(13 17 40 / 39%);
  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;
  background-color: #30496a;
}
.tokuten_scroll .inn::-webkit-scrollbar-thumb {
  background: #fff;
  width: 10px;
  border-radius: 100px;
}
.copy {
  padding: 40px 0 10px;
}
.totop a {
  display: none !important;
  opacity: 0;
  overflow: hidden;
}
/* ----------------------------------------------------------------------------------------
固定css
-------------------------------------------------------------------------------------------- */
a {
  display: block;
}
a.opacity:hover {
  opacity: .6;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.italic {
  font-style: italic;
}
.shadow {
  text-shadow: 2px 2px 4px rgb(0 0 0 / 75%);
  box-shadow: 5px 5px 2px rgb(14 22 56 / 43%);
}
/* ----------------------------------------------------------------------------------------
813px以上の固定css(PC)
-------------------------------------------------------------------------------------------- */
@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .home {
    position: fixed;
    top: 14px;
    left: 20px;
    width: 20%;
    max-width: 130px;
    z-index: 1000;
  }
}
/* ----------------------------------------------------------------------------------------
今回追加した813px以上のcss(PC)
-------------------------------------------------------------------------------------------- */
.sanserif {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
main {
  position: relative;
  z-index: 0;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  background-color: #3c517787;
  padding: 20px 0;
}
.wrapper {
  position: relative;
  z-index: 0;
  min-height: 100vh;
  color: #fff;
  line-height: 1.2;
}
.wrapper::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: #000000 url(../images/bg_img.webp) no-repeat center top / cover;
  will-change: transform;
}
.tx_indent {
  padding-left: 1.5em;
  margin-left: 1.5em;
}
.tac {
  text-align: center;
}
.bold {
  font-weight: 600;
}
.big {
  font-size: 125%;
}
.m10 {
  margin: 10px 0;
}
.pt40 {
  padding-top: 40px;
}
.gradation {
  background: linear-gradient(90deg, rgba(255, 195, 54, 1) 0%, rgba(255, 13, 134, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg_gradation {
  background: linear-gradient(90deg, rgba(255, 195, 54, 1) 0%, rgba(255, 13, 134, 1) 100%);
}
/*-------------------------------------------------------------------------
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%;
}
/* ----------------------------------------------
TOP
------------------------------------------------*/
.top_lead {
  font-weight: 600;
  font-size: 35px;
  text-align: center;
  padding: 52px 0 20px;
  line-height: 1.5;
}
.top_lead span {
  font-size: 1.2em;
  font-style: italic;
  font-weight: 600;
}
h1 img {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: block;
}
.date {
  margin: 20px 0;
  background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(0 122 255) 50%, rgb(255 255 255 / 91%) 100%);
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
  padding: 21px 0;
}
.lead_box {
  max-width: 1000px;
  margin: auto;
  padding: 10px 50px 50px;
  background: #00315d4f;
  border-radius: 10px;
  text-align: center;
  text-shadow: none;
}
.lead_tx {
  text-align: center;
  padding: 50px 0;
  line-height: 1.6;
  font-size: 20px;
  font-weight: 700;
}
.lead_p {
  text-align: center;
  padding: 15px 0 30px;
  line-height: 1.6;
  font-size: 20px;
}
.title_p {
  font-weight: 900 !important;
  font-style: italic;
  background: linear-gradient(30deg, rgba(186, 204, 214, 1) 15%, rgba(255, 255, 255, 1) 44%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.75));
}
p.tag_p {
  font-weight: 700;
  text-align: center;
  padding: 10px 20px 10px 17px;
  font-size: 30px;
  background: linear-gradient(30deg, rgba(32, 197, 161, 1) 0%, rgba(64, 165, 204, 1) 50%, rgba(95, 134, 246, 1) 100%);
  display: inline-block;
  margin: auto;
}
p.tag_tx {
  padding: 15px 0 0;
  font-size: 27px;
  font-weight: 900;
}
.condition {
  display: inline-block;
  font-size: 21px;
  line-height: 170%;
  padding: 10px 20px 20px;
  background: #003d9354;
  border-radius: 3px;
  border: solid 1px;
  box-shadow: 5px 5px 2px rgb(14 22 56 / 20%);
}
span.no_3 {
  margin;
  0 10px;
  font-weight;
  900;
  margin: 0px 3px 0 3px;
  font-size: 31px;
  -webkit-background-clip: text;
  background-clip: text;
  color: #29ffed;
  text-shadow: none;
}
span.no_5 {
  font-weight;
  900;
  margin: 0px 3px 0 3px;
  font-size: 35px;
  -webkit-background-clip: text;
  background-clip: text;
  color: #fff478;
  text-shadow: none;
}
/* -----------------------------------------------------------
作品
-------------------------------------------------------------*/
img {
  max-width: 100%;
}
.contents_inner {
  max-width: 1050px;
  margin: auto;
}
.baku_gray {
  padding: 10px 0 40px;
}
.cp_otoku {
  padding: 5em 0 0em;
  color: #fff;
}
.cp_otoku .title_2 {
  text-align: center;
}
.cp_otoku .title_2 h2 {
  display: inline-block;
  position: relative;
  padding-bottom: 30px;
  letter-spacing: 2px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.cp_otoku .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%);
}
.movie_box {
  margin-top: 55px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.movie_box > li {
  width: 32%;
  margin-bottom: 1em;
}
.movie_box > li a:hover {
  opacity: 0.8;
}
.movie_box > li p {
  margin-top: 0px;
  font-size: 0.79em;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-items: center;
  text-align: center;
  justify-content: center;
  min-height: 2em;
}
.movie_box > li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
p.right_p {
  text-align: right;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .movie_box {
    justify-content: space-between;
  }
  .movie_box > li {
    width: 32%;
  }
}
@media screen and (max-width: 812px) {
  .cp_otoku {
    padding: 1em 10px;
    color: #fff;
  }
  .contents_inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
  }
  .cp_otoku .title_2 h2 {
    font-size: 18px;
    margin-top: 2em;
  }
  .movie_box > li {
    width: 48%;
    margin: 0 auto;
  }
  .movie_box {
    margin-top: 16px;
    justify-content: center;
  }
  .movie_box > li p {
    font-size: 7.5px;
    margin: 0px 0 5px;
  }
}
/* -----------------------------------------------------------
BTN
-------------------------------------------------------------*/
.btn a {
  background: linear-gradient(90deg, rgba(255, 195, 54, 1) 0%, rgba(255, 13, 134, 1) 100%);
  display: block;
  max-width: 570px;
  margin: auto;
  border-radius: 100px;
  color: #fff;
  padding: 15px 0;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
}
.btn a:hover {
  transition: all 0.3s ease-in;
  opacity: 0.8;
}
.btn.entry a {
  background: linear-gradient(90deg, rgba(34, 98, 171, 1) 0%, rgba(5, 122, 81, 1) 100%);
}
.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;
}
span.arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: url("../images/playbtn.png") no-repeat center/25px;
  display: inline-block;
  width: 35px;
  height: 35px;
}
.btn_wrap {
  display: flex;
  justify-content: center;
  width: 90%;
  padding: 8px 0;
  max-width: 1000px;
  margin: auto;
  align-items: center;
}
.btn_wrap .btn {
  width: 48%;
  margin-right: 2%;
}
.btn_wrap .btn:last-of-type {
  margin-right: 0;
}
.btn_wrap .btn a {
  margin: 0;
  height: 66px;
  align-content: center;
  padding: 0;
}
.link_bn a {
  background: linear-gradient(45deg, rgba(143, 115, 1, 0.4) 0%, rgba(51, 41, 0, 0.3) 100%);
  border: 1px solid #816804;
  max-width: 500px;
  margin: 30px auto;
  width: 90%;
  padding: 15px;
  text-align: center;
}
.link_bn a:hover {
  border: 1px solid #777;
  transition: all 0.3s ease-in;
  background: rgba(255, 255, 255, 0.1)
}
.btn.flex {
  display: flex;
  justify-content: center;
  gap: 5%;
}
.btn.flex a {
  padding: 0.7em 3em;
}
.btn_area p.btn {
  margin: 20px 0;
}
.btn.blue a {
  background: #023fb1;
}
.btn.red a {
  background: #dd221e;
}
/* ----------------------------------------------------------
規約
------------------------------------------------------------*/
.tokuten_scroll {
  color: #ffffff;
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
  font-size: 12px;
  font-weight: 400;
  padding: 1px;
}
.tokuten_scroll .inn {
  height: 250px;
  overflow-y: scroll;
  text-align: left;
  background-color: rgb(52 82 125 / 39%);
  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;
  background-color: #30496a;
}
.tokuten_scroll .inn::-webkit-scrollbar-thumb {
  background: #fff;
  width: 10px;
  border-radius: 100px;
}
.copy {
  padding: 40px 0 10px;
}
.totop a {
  display: none !important;
  opacity: 0;
  overflow: hidden;
}
/* ----------------------------------------------------------
劇場版最新作公開情報
------------------------------------------------------------*/
h4.title {
  font-size: 35px;
  text-align: center;
  padding: 60px 0 40px;
  line-height: 1.5;
  font-weight: 900 !important;
  font-style: italic;
  background: linear-gradient(30deg, rgba(186, 204, 214, 1) 16%, rgba(255, 255, 255, 1) 50%);
  background-clip: text;
  color: transparent;
  text-shadow: none;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.75));
}
h4.title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 33px;
  transform: translateX(-50%);
  width: 444px;
  height: 1px;
  background: linear-gradient(30deg, rgba(186, 204, 214, 1) 16%, rgba(255, 255, 255, 1) 50%);
  border-radius: 2px;
}
.fiex_box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px 0 0;
  flex-direction: row;
  gap: 4%;
}
.fiex_box img {
  width: 30%;
}
h2 {
  text-shadow: 2px 2px 4px rgb(0 0 0 / 75%);
  font-size: 47px;
  text-align: center;
  padding: 0px 6px 20px;
  line-height: 1.5;
  text-align: right;
  font-weight: 900;
  font-style: italic;
  background: linear-gradient(30deg, rgb(0 4 201) 15%, rgb(255 67 67) 18%, rgb(255 255 255) 69%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.75));
}
.text_box {
  line-height: 200%;
}
/* ----------------------------------------------------------
追従
------------------------------------------------------------*/
.lp_cta_fixed {
  display: none;
}
.lp_cta_fixed.is-fixed {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  padding: 8px 0 5px;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  z-index: 99999 !important;
}
.totop a {
  display: none !important;
  opacity: 0;
  overflow: hidden;
}
.page_top {
  opacity: 0; /* 初期は非表示 */
  visibility: hidden;
  pointer-events: none;
  z-index: 999;
}
.page_top.is-fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
}
.black {
  padding: 30px;
  background: #000;
}
footer {
  background: #000;
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
  body {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  main {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .tx_indent {
    padding-left: 1em;
    margin-left: 1em;
  }
  /*-------------------------------------------------------------------------
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%;
  }
  /* ----------------------------------------------
TOP
------------------------------------------------*/
  .top_lead {
    font-size: 20px;
    padding: 0 0 15px;
  }
  .top_lead span {
    font-size: 1em;
  }
  .date {
    font-size: 1em;
    padding: 5px 0;
  }
  .lead_tx {
    padding: 30px 10px;
    font-size: 16px;
  }
  /* -----------------------------------------------------------
BTN
-------------------------------------------------------------*/
  .btn a {
    padding: 15px 0;
    width: 90%;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.2;
  }
  span.arrow {
    background: url("../images/playbtn.png") no-repeat center/20px;
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  .btn_wrap {
    /* flex-direction: column; */
    width: 90%;
    gap: 2%;
  }
  .btn_wrap .btn {
    width: 100%;
    margin-right: 0;
    /* margin-top: 15px; */
  }
  .btn_wrap .btn:first-of-type {
    margin-top: 0;
  }
  .btn_wrap .btn a {
    margin: 0;
    height: 44px;
    align-content: center;
    padding: 0;
    width: 100%;
    font-size: 10px;
    /* line-height: 1; */
  }
  .link_bn a {
    background: linear-gradient(45deg, rgba(143, 115, 1, 0.4) 0%, rgba(51, 41, 0, 0.3) 100%);
    border: 1px solid #816804;
    max-width: 500px;
    margin: 30px auto;
    width: 90%;
    padding: 15px;
    text-align: center;
  }
  .link_bn a:hover {
    border: 1px solid #777;
    transition: all 0.3s ease-in;
    background: rgba(255, 255, 255, 0.1)
  }
  /* ------------------------------------
規約
--------------------------------------*/
  .tokuten_scroll {
    font-size: 12px;
    margin: 30px auto 0;
    width: 90%;
  }
  .tokuten_scroll .inn {
    height: 250px;
  }
  .tokuten_scroll .inn .inn_box {
    margin-bottom: 2em;
  }
  .tokuten_scroll .inn::-webkit-scrollbar {
    width: 10px;
  }
  /* ----------------------------------------------------------
追従
------------------------------------------------------------*/
  .lp_cta_fixed.is-fixed {
    padding: 0px;
  }
  .page_top.is-fixed {
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
/* ----------------------------------------------------------------------------------------
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;
  }
}
.fiex_box img {
  width: 30%;
}
h3 {
  font-weight: 900;
  margin-bottom: 11px;
  text-align: center;
  transform: rotate(356deg);
  line-height: 200%;
  font-size: 35px;
}
span.angel.noto-sans-jp {
  background: linear-gradient(15deg, rgb(255 255 255) 27%, rgb(45 189 255) 84%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.75));
}
span.lucifer.noto-sans-jp {
  color: #000;
  text-shadow: 0 0 1px #000000, 0 0 20px #ff18187d, 0 0 10px #ff00004f, 0 0 10px #ff000094, 0 0 60px #ff004b, 0 10px 3px #0000003d;
}
span.vs {
  color: #000000;
  text-shadow: 0 0 1px #ffffff, 0 0 20px #18b2ff, 0 0 10px #00e7ff, 0 0 10px #00b6ff, 0 0 60px #00e5ff, 0 10px 3px #0000003d;
}
span.angel_rt {
  font-weight: 500;
  font-size: 15px;
}
span.lucifer_rt {
  color: #000;
  font-weight: 800;
  font-size: 15px;
}
h2 {
  text-shadow: 2px 2px 4px rgb(0 0 0 / 75%);
  font-size: 47px;
  text-align: center;
  padding: 10px 6px 20px;
  line-height: 1.5;
  text-align: right;
  font-weight: 900;
  font-style: italic;
  background: linear-gradient(30deg, rgb(255 100 100) 47%, rgb(255 255 255) 94%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.75));
}
h2.italic.Story {
  text-align: center;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 75%);
  font-size: 35px;
  text-align: center;
  padding: 0px 6px 10px;
  line-height: 1.5;
  font-weight: 900;
  font-style: italic;
  color: #4bc7ff;
  background: linear-gradient(30deg, rgba(7, 42, 77, 1) 27%, rgb(81 201 255) 51%, rgb(252 48 105) 66%);
  background-clip: text;
  color: transparent;
  text-shadow: none;
  filter:
    drop-shadow(0 0 2px rgba(255, 255, 255, 1)) drop-shadow(0 0 6px rgba(255, 255, 255, 1)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.9));
}
.text_box {
  line-height: 160%;
  font-size: 14px;
}
span.yellow {
  color: #fff900;
  text-shadow: 0 0 1px #ffffff, 0 0 20px #232323, 0 0 10px #272727, 0 0 10px #2a2a2a, 0 0 60px #ffd600, 0 10px 3px #0000003d;
  font-size: 17px;
}
/* ----------------------------------------------------------
追従
------------------------------------------------------------*/
.lp_cta_fixed {
  display: none;
}
.lp_cta_fixed.is-fixed {
  display: block;
  background-color: rgb(50 50 50 / 46%);
  width: 100%;
  padding: 8px 0 5px;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  z-index: 99999 !important;
}
.totop a {
  display: none !important;
  opacity: 0;
  overflow: hidden;
}
.page_top {
  opacity: 0; /* 初期は非表示 */
  visibility: hidden;
  pointer-events: none;
  z-index: 999;
}
.page_top.is-fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
  body {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  main {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .tx_indent {
    padding-left: 1em;
    margin-left: 1em;
  }
  /*-------------------------------------------------------------------------
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%;
  }
  /* ----------------------------------------------
TOP
------------------------------------------------*/
  .top_lead {
    font-size: 18px;
    padding: 33px 0 15px;
  }
  .top_lead span {
    font-size: 1em;
  }
  .date {
    font-size: 1em;
    padding: 5px 0;
  }
  .lead_tx {
    padding: 30px 0px;
    font-size: 13px;
  }
  /* -----------------------------------------------------------
BTN
-------------------------------------------------------------*/
  .btn a {
    padding: 15px 0;
    width: 90%;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.2;
  }
  span.arrow {
    background: url("../images/playbtn.png") no-repeat center/20px;
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  .btn_wrap {
    /* flex-direction: column; */
    width: 90%;
    gap: 2%;
  }
  .btn_wrap .btn {
    width: 100%;
    margin-right: 0;
    /* margin-top: 15px; */
  }
  .btn_wrap .btn:first-of-type {
    margin-top: 0;
  }
  .btn_wrap .btn a {
    margin: 0;
    height: 44px;
    align-content: center;
    padding: 0;
    width: 100%;
    font-size: 10px;
    /* line-height: 1; */
  }
  .link_bn a {
    background: linear-gradient(45deg, rgba(143, 115, 1, 0.4) 0%, rgba(51, 41, 0, 0.3) 100%);
    border: 1px solid #816804;
    max-width: 500px;
    margin: 30px auto;
    width: 90%;
    padding: 15px;
    text-align: center;
  }
  .link_bn a:hover {
    border: 1px solid #777;
    transition: all 0.3s ease-in;
    background: rgba(255, 255, 255, 0.1)
  }
  /* ------------------------------------
規約
--------------------------------------*/
  .tokuten_scroll {
    font-size: 12px;
    margin: 30px auto 0;
    width: 90%;
  }
  .tokuten_scroll .inn {
    height: 250px;
  }
  .tokuten_scroll .inn .inn_box {
    margin-bottom: 2em;
  }
  .tokuten_scroll .inn::-webkit-scrollbar {
    width: 10px;
  }
  /* ----------------------------------------------------------
追従
------------------------------------------------------------*/
  .lp_cta_fixed.is-fixed {
    padding: 0px;
  }
  .page_top.is-fixed {
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
/* ----------------------------------------------------------------------------------------
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: 10px;
    left: 12px;
    width: 100px;
    max-width: 150px;
    z-index: 1000;
  }
  header {
    background-color: #fff;
    height: 40px;
  }
  h1 {
    width: 90%;
  }
  h4.title {
    font-size: 24px;
    padding: 35px 0 25px;
  }
  h4.title::after {
    bottom: 23px;
    width: 287px;
  }
  h3 {
    font-size: 21px;
    margin: 21px 1px 10px;
  }
  span.lucifer_rt{
    font-size: 8px;
  }
  span.angel_rt {
    font-size: 8px;
  }
  .text_box {
    font-size: 10px;
  }
  .lead_box {
    padding: 10px 9px 20px;
    width: 90%;
  }
  .lead_p {
    padding: 15px 0 30px;
    line-height: 1.6;
    font-size: 9px;
  }
  p.tag_p {
    text-align: center;
    padding: 4px 20px 4px 17px;
    font-size: 19px;
  }
  p.right_p {
    font-size: 11px;
    font-size: 7px;
  }
  p.tag_tx {
    font-size: 12px;
    padding: 0px 0 0;
  }
  .condition.italic {
    font-size: 14px;
    padding: 10px 6px 20px;
  }
  span.condition_small {
    font-size: 11px;
  }
  span.no_3 {
    font-size: 22px;
  }
  span.no_5 {
    font-size: 24px;
  }
  .lead_box.noto-serif-jp.shadow {}
  h2 {
    font-size: 38px;
    text-align: center;
    padding: 2px 6px 10px;
  }
  h2.noto-sans-jp.italic.Story {
    font-size: 20px;
  }
  .fiex_box {
    display: flex;
    padding: 14px 0 0;
    gap: 5%;
    justify-content: space-around;
    flex-direction: column;
  }
  span.yellow {
    font-size: 11px;
}
  .fiex_box img {
    width: 60%;
  }
  .btn.blue a {
    font-size: 13px;
  }
  #js-lp-cta-fixed-page .arrow {
    display: none;
  }
  #js-lp-cta-fixed-page .btn.red a {
    font-size: 15px;
  }
}
@media screen and (max-width: 321px) {
  h2 {
    font-size: 29px;
    text-align: center;
    padding: 10px 6px 10px;
  }
  p.right_p {
    font-size: 6px;
  }
  p.top_lead.title_p {
    font-size: 15px;
  }
  p.lead_tx.italic {
    font-size: 11px;
  }
  .text_box.item.second {
    font-size: 9px;
  }
  p.date.italic.shadow {
    font-size: 14px;
  }
  span.yellow {
    font-size: 10px;
}
}