@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;
}
.totop a {
	display: none!important;
}
html {
	scroll-behavior: smooth;
}
/* ----------------------------------------------------------------------------------------
813px以上の固定css(PC)
-------------------------------------------------------------------------------------------- */
@media screen and (min-width: 813px) {
.sp {
  display: none;
 }
 .pc {
  display: block;
 }
.home {
  position: fixed;
  top: 15px;
  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:url("../images/bg.webp") repeat-y center/100% ,linear-gradient(104deg,rgba(69, 23, 3, 1) 0%, rgba(21, 21, 21, 1) 100%);
  /*background-attachment: fixed;*/
  color: #fff;
	line-height: 1.2;
}
/*----------------------------------------------------------------
汎用
----------------------------------------------------------------*/
.small {
	font-size: 75%;
}
.big {
	font-size: 150%;
}
.bold {
	font-weight: 700;
}
.tac {
	text-align: center;
}
.ls0 {
	letter-spacing: 0;
}
.p15 {
	padding: 15px 0;
}
.pb10 {
	padding-bottom: 10px;
}
small {
	font-weight: 400;
}
.italic {
	font-style: italic
}
.oswald {
	font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/*----------------------------------------------------------------
flex
----------------------------------------------------------------*/
.flex_box {
	display: flex;
}
.flex_box.js {
	display: flex;
	justify-content: space-between;
}
.flex_box.jc {
	display: flex;
	justify-content: center;
}
.flex_box.ac {
	display: flex;
	align-items: center;
}
.w30 {
	width: 30%;
	margin-right: 5%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w55 {
	width: 55%;
}
.w50 {
	width: 50%;
}
.w65 {
	width: 65%;
}
.w75 {
	width: 75%;
	margin: auto;
}
.flex_box.four li {
	width: 24%;
	margin-right: 1%;
}
.flex_box.four li:nth-of-type(4n) {
	margin-right: 0;
}
/*----------------------------------------------------------------
BTN
----------------------------------------------------------------*/
.btn {
	position: relative;
}
.btn.bottom {
	padding: 20px 0;
}
.btn a {
  font-weight: 700;
  position: relative;
  display: block;
  padding: 20px 0;
	max-width: 400px;
	margin:0 auto;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
	font-size: 20px;
}
.btn.orange a.btn-flat {
	background: #e54a0a;
}
a.btn-flat {
  overflow: hidden;
  color: #fff;
  background: #2064dc;
	border-radius: 8px;
}
a.btn-flat span.text {
  position: relative;
}
a.btn-flat span.arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background: url("../images/arrow.webp") no-repeat center/35px;
	display: inline-block;
	width: 35px;
	height: 35px;
}
a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #e54a0a;
}
.btn.orange a.btn-flat::before {
	background-color: #2064dc;
}
a.btn-flat:hover:before {
 -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/*a.btn-flat:hover {
	color: #000;
}
a.btn-flat:hover span.arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background: url("../images/arrow_black.webp") no-repeat center/35px;
	display: inline-block;
	width: 35px;
	height: 35px;
}*/
/*----------------------------------------------------------------
MENU
----------------------------------------------------------------*/
.menu {
	display: flex;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	background-color: #e54a0a;
	color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	max-width: 650px;
	width: 95%;
	padding: 12px 0 12px 0;
	z-index: 10;
	box-shadow: 4px 4px 0 #254b8e;
	font-style: italic;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 2% 100%);
}
.menu li {
	margin-right: 5%;
	font-size: 18px;
}
.menu li:last-of-type {
	margin-right: 0;
}
.menu li:hover {	
	transform:translateY(2px);
	transition: 0.2s all ease-in;
}
/*----------------------------------------------------------------
TOP
----------------------------------------------------------------*/
.pop {	
	max-width: 180px;
	position: fixed;
	right: 15px;
	bottom: 120px;
	z-index: 9999;
}
h1 {
	text-align: center;
	padding: 70px 0 20px;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.5;
	font-style: italic
}
h1 span {
	background-color: #e54a0a;
	color: #000
}
.content_img {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	box-shadow: 2px 2px 5px rgba(100,100,100,0.2);
}
.lead_tx {
	text-align: center;
	font-size: 24px;
	padding: 60px 0;
	line-height: 1.8;
	position: relative;
	z-index: 5;
	font-style: italic;
	font-weight: 600;
}
.lead_tx.top {
	padding: 0 0 20px;
	font-size: 30px;
}
/*----------------------------------------------------------------
TRAILER
----------------------------------------------------------------*/
.youtube {
  width:700px;
  aspect-ratio:16/9;
	margin: 0 auto 40px;
}
iframe {
  width: 100%;
  height: 100%;
}
video {
	width: 100%;
  height: 100%;
}
/*----------------------------------------------------------------
SECTION
----------------------------------------------------------------*/
.contents_wrap {
	padding: 80px 0;
	text-align: center;
}
.bg_orange {
	background-color: #e54a0a;
	clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0% 100%);
}
.bg_blue {
	background: radial-gradient(circle,rgba(37, 75, 142, 1) 0%, rgba(28, 16, 66, 1) 100%);
}
main h2 {
	font-size: 48px;
	font-weight: 800;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #e54a0a;
	margin-bottom: 40px;
	/*text-shadow: 2px 2px 0 #e54a0a;*/
	letter-spacing: 5px;
}
main h2.tal {
	text-align: left;
	padding-left: 5%;
}
main .bg_orange h2 {
	border-bottom: 1px solid #fff;
	text-shadow: 3px 3px 0 #000;
}
 h2 span {
	font-size: 30px;
	color: rgba(255,255,255,0.6);
	text-shadow: 3px 3px 0 #e54a0a;
}
.bg_orange h2 span {
	font-size: 30px;
	color: rgba(255,255,255,0.6);
	text-shadow: 3px 3px 0 #e54a0a;
}
/*----------------------------------------------------------------
とは
----------------------------------------------------------------*/
.intro_tx {
	font-size: 20px;
	line-height: 1.8;
	padding-bottom: 50px;
}
/*----------------------------------------------------------------
出場チーム紹介
----------------------------------------------------------------*/
.team_seciton {
	max-width: 1000px;
	margin: auto;
	width: 90%;
	padding: 30px 0;
}
.team_seciton h3 {
	text-align: left;
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 20px;
}
.team_img {
	margin-bottom: 40px;
}
.team_seciton .flex_box {
	width: 80%;
	margin: auto;
	align-items: center;
}
.flex_left {
	width: 45%;
}
.flex_right {
	width: 100%;
	margin: auto;
	text-align: left;
}
.mem_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.team_seciton .mem_flex .flex_box {
	width: 45%;
	margin-top: 5%;
}
.team_seciton .mem_flex .flex_box .flex_right {
	width: 50%;
}
.name {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #888;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.name span {
	font-size: 24px;
	color: #999;
}
.name.small {
	font-size: 24px;
}
.role {
	display: inline-block;
	background-color: #fff;
	padding: 5px;
	font-size: 18px;
	font-weight: 600;
}
.role.director {
	background-color: #e54a0a;
}
.role.player {
	background-color: #283e9c;
}
.profile {
	background-color: rgba(255,255,255,0.1);
	padding: 10px;
	margin-top: 10px;
	line-height: 1.5;
}
.team_seciton .mem_flex .flex_box .name {
	font-size: 24px;
}
.team_seciton .mem_flex .flex_box .role {
	font-size: 14px;
}
.team_seciton .mem_flex .flex_box .profile {
	font-size: 12px;
}
/*----------------------------------------------------------------
CAMPAIGN
----------------------------------------------------------------*/
.coming_soon {
	font-size: 36px;
	font-weight: 800;
}
.cp_ttl {
	font-size: 36px;
	font-weight: 800;
	line-height: 1.6;
}
.cp_list_wrap {
	background-color: #fff;
	color: #6f3291;
	max-width: 1000px;
	margin: 30px auto;
	width: 90%;
	border-radius: 15px;
	box-shadow: 4px 4px 0 #be8bce;
	padding: 20px 30px;
}
.cp_list {
	padding: 10px 0;
}
.cp_list li {
	padding: 5px;
}
.list_ttl {
	background-color: #be8bce;
	color: #fff;
	padding: 5px 0;
	margin-bottom: 10px;
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  color: #fff; 
  overflow: hidden;
  max-width: 1000px;
  margin:30px auto 0;
	width: 90%;
  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;
}
/*----------------------------------------------------------------
おすすめ作品
----------------------------------------------------------------*/
#recomend .flex_box{
	max-width: 1100px;
	width: 90%;
	margin: auto;
}
.related_ttl {
	font-size: 14px;
	font-weight: 400;
	padding-top: 5px;
}
.copy {
	padding: 20px 0;
	font-weight: 400!important;
}
#recomend .btn {
	margin: 40px auto;
}
/*----------------------------
追従
----------------------------*/
.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;
	display: block;
	z-index: 78;
  }
.lp_cta_fixed .point_cp {
  text-decoration: underline;
  font-size: 16px;
  padding-bottom: 10px;
}
.btn_wrap {
  display: flex;
  margin: auto;
  justify-content: center;
	width: 80%;
}
.btn.fix::before {
  display: none;
}
.btn.fix {	
	width: 48%;
	margin-right: 2%;
}
.btn.fix:last-of-type {	
	margin-right: 0;
}
.btn.fix a {
	 font-size: 18px;
	 border: 0;
	 letter-spacing: 0;
	 width: 100%;
	 max-width: 1000px;
	 box-shadow: 0 0 0 rgba(0,0,0,0);
	 height: 70px;
	align-items: center;
	padding: 22px 0;
}
.btn.fix.orange a {
	padding: 13px 0;
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
/*.wrapper::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url("../images/bg_sp.webp") repeat-y center center / 100% auto ,linear-gradient(104deg,rgba(69, 23, 3, 1) 0%, rgba(21, 21, 21, 1) 100%);
}*/
main {
	background: url("../images/bg_sp.webp") repeat-y center center / 100% auto ,linear-gradient(104deg,rgba(69, 23, 3, 1) 0%, rgba(21, 21, 21, 1) 100%);
}
.pop {	
	max-width: 120px;
	right: 5px;
	bottom: 110px;
	/*animation: fuwafuwa 2s ease-in-out infinite alternate; */
}
/*----------------------------------------------------------------
flex
----------------------------------------------------------------*/
.flex_box {
	flex-direction: column;
}
.flex_box.js {
	flex-direction: column;
}
.flex_box.jc {
	flex-direction: column;
}
.flex_box.ac {
	flex-direction: column;
}
.w30 {
	width: 100%;
	margin-right: 0;
}
.w45 {
	width: 100%;
	margin-right: 0;
}
.w50 {
	width: 100%;
}
.w65 {
	width: 100%;
}
.w75 {
	width: 100%;
	margin: auto;
}
/*----------------------------------------------------------------
bg
----------------------------------------------------------------*/
/*----------------------------------------------------------------
BTN
----------------------------------------------------------------*/
.btn a {
	width: 90%;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
}
span.arrow {
	right: 10px;
	background: url("../images/arrow.webp") no-repeat center/25px;
	display: inline-block;
	width: 25px;
	height: 25px;
}
/*----------------------------------------------------------------
TOP
----------------------------------------------------------------*/
h1 {
	padding: 50px 0 10px;
	font-size: 18px;
	text-align: center;
}
.lead_box {
	width: 90%;
}
.lead_tx {
	font-size: 16px;
	line-height: 1.6;
	padding: 30px 0;
}
.lead_tx.top {
	font-size:18px;
}
/*----------------------------------------------------------------
TRAILER
----------------------------------------------------------------*/
.youtube {
  width: 90%;
}
/*----------------------------------------------------------------
SECTION
----------------------------------------------------------------*/
.contents_wrap {
	padding: 60px 0;
}
.bg_orange {
	background-color: #e54a0a;
	clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%);
}
main h2 {
	font-size: 36px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	letter-spacing: 0;
}
main h2.tal {
	text-align: left;
	padding-left: 5%;
}
main .bg_orange h2 {
	text-shadow: 2px 2px 0 #000;
}
/*----------------------------------------------------------------
とは
----------------------------------------------------------------*/
.intro_tx {
	font-size: 16px;
	padding: 0 15px;
}
/*----------------------------------------------------------------
出場チーム紹介
----------------------------------------------------------------*/
.team_seciton {
	padding: 20px 0;
}
.team_seciton h3 {
	font-size: 20px;
	padding-bottom: 10px;
}
.team_img {
	margin-bottom: 10px;
}
.team_seciton .flex_box {
	width: 100%;
	margin: auto;
	align-items: center;
}
.flex_left {
	width: 70%;
}
.flex_right {
	width: 100%;
}
.team_seciton .mem_flex .flex_box {
	width: 45%;
	margin-top: 10%;
}
.team_seciton .mem_flex .flex_box .flex_left {
	width: 100%;
}
.team_seciton .mem_flex .flex_box .flex_right {
	width: 100%;
}
.name {
	font-size: 28px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.name span {
	font-size: 18px;
}
.name.small {
	font-size: 20px;
}
.role {
	font-size: 14px;
}
.profile {
	padding: 5px;
	margin-top: 10px;
	line-height: 1.5;
	font-size: 14px;
	font-weight: 400;
}
.team_seciton .mem_flex .flex_box .name {
	font-size: 18px;
}
.team_seciton .mem_flex .flex_box .role {
	font-size: 14px;
}
.team_seciton .mem_flex .flex_box .profile {
	font-size: 12px;
}
/*----------------------------------------------------------------
CAMPAIGN
----------------------------------------------------------------*/
.cp_ttl {
	font-size: 24px;
}
.cp_list_wrap {
	margin: 20px auto;
	padding: 10px 15px;
}
.cp_list {
	padding: 10px 0;
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  width: 90%;
  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;
 }
/*----------------------------------------------------------------
おすすめ作品
----------------------------------------------------------------*/
#recomend .flex_box{
	flex-direction: row;
	flex-wrap: wrap;
}
#recomend .flex_box li {
	width: 48%;
	margin-right: 2%;
}
#recomend .flex_box li:nth-of-type(2n) {
	margin-right:0;
}
#recomend .flex_box li:nth-of-type(n+3) {
	margin-top:4%;
}
.related_ttl {
	font-size: 12px;
}
.copy {
	padding: 20px 10px;
}
/*----------------------------------------------------------------
追従
----------------------------------------------------------------*/
.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:100%;
}

.btn.fix a {
  margin-top: 0;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  padding: 10px 0;
}
.btn.fix a {
	 height: inherit;
	padding: 6px 0;
}
.btn.fix.orange a {
	padding: 5px 0;
}
/* ----------------------------------------------
ハンバーガーメニュー
------------------------------------------------*/
#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: 0;
  top: 0;
  z-index: 99999;
	border-radius: 0 0 0 10px;
	background-color: #2064dc;
}
/*ハンバーガーの形をCSSで表現*/
#nav-open span.nav_line {
	position: absolute;
	left: 15px;
  height: 3px;/*線の太さ*/
  width: 20px;/*長さ*/
  background:  #fff;
  display: block;
  content: '';
  cursor: pointer;
  transition: 0.5s;
  z-index: 9999;
  border-radius: 20px;
}
#nav-open span.nav_line.first {
	top: 12px;
}
#nav-open span.nav_menu {
	position: absolute;
	font-size: 9px;
	bottom: 3px;
}
/* アイコンがクリックされたらMENUを消す */
#nav-input:checked ~ #nav-open span.nav_menu {
  opacity: 0;
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#nav-input:checked ~ #nav-open span.nav_line.first {
  transform: rotate(225deg);
	top: 23px;
}
#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: 999;
  width: 90%;
  max-width: 300px;
  height: 100vh;
  background:#000;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  color: #fff;
}
.nav_item {
  text-align: center;
  font-size: 20px;
  padding: 100px 20px 0;
  position: relative;
}
.nav_item li{
	border-bottom:1px solid #e54a0a;
	padding-bottom: 15px;
	margin: 0 0 15px;
}
.nav_item li:last-of-type{
	border-bottom:0 dashed #791f97;
}
.nav_item li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
.nav_item li a span {
  font-family: "gooddog-new", sans-serif,Optima;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
}
.hum_sns {
	text-align: center;
}
.hum_sns li a {
	max-width: 80px;
	margin: auto;
}
/*チェックがついたら表示させる*/
#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;
}
}
@media screen and (max-width: 370px) {
	.btn::before {
	display: none;
}
}
/* ----------------------------------------------------------------------------------------
812px以下の固定css(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
 .common_footer_wrapper .footer_inner {
  width: 93%!important;
 }
 /*ユーザーエージェント出し分け用*/
.iphone .android_show, .iphone .pc_show {display:none;}
.android .iphone_show, .android .pc_show {display:none;}
.pc .iphone_show, .pc .android_show {display:none;}
.pc .visible .iphone_show, .pc .visible .android_show {display:block;}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Helvetica, sans-serif;
  }
 .sp {
  display: block;
 }
 .pc {
  display: none;
 }
 .home {
  position: fixed;
  top: 14px;
  left: 10px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;
 }
}
