@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

/*===============================
 Base
===============================*/
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box;-o-box-sizing: border-box;  -ms-box-sizing: border-box;box-sizing: border-box;}
.sp { display: none; }
:root{ --cell: 40px;/* マスのサイズ */ --minor: #CCCCCC22;/* 細線（透明度あり） */--major: #99999955;/* 太線（透明度あり） */ }
body {
	color: #404040;
	background-color:#fff;
	/* 横・縦の細線 */
	background-image:
		repeating-linear-gradient(0deg,
		var(--minor) 0, var(--minor) 2px, transparent 2px, transparent var(--cell)),
		repeating-linear-gradient(90deg,
		var(--minor) 0, var(--minor) 2px, transparent 2px, transparent var(--cell)),
	/* 5マスごとの太線 */
		repeating-linear-gradient(0deg,
		var(--major) 0, var(--major) 0px, transparent 0px, transparent calc(var(--cell) * 5)),
		repeating-linear-gradient(90deg,
		var(--major) 0, var(--major) 0px, transparent 0px, transparent calc(var(--cell) * 5));
	background-attachment: fixed;   /* スクロールしても背景固定 */
	background-position: top left;  /* 端で揃える */
}
a { color: #404040; text-decoration: none; transition: .5s; }
img { width: 100%; height: auto; }
.slick-slide img.sp { display: none; }
@media screen and (max-width:1024px) {
	.pc-br { display: none; }
}
@media screen and (max-width:767px) {
	/* 画面サイズが 767px以下の場合に適用 */
	.pc { display: none; }
	.sp { display: block; width: 100%; }
}

/*===============================
 Clear
===============================*/
img { border: 0; vertical-align: top; font-size: 0; line-height: 0; }
ol, ul { list-style: none!important; }
* { margin: 0; padding: 0; }

/*===============================
 Font
===============================*/
html { font-size: 10px; }
body { font-family: "Noto Sans JP", sans-serif; line-height: 1.875; font-size: 1.6rem; font-weight: 500; letter-spacing: 0.05em; }
h1, h2, h3, h4, h5 { line-height: 1.538; }
p, li, dt, dd, th, td { line-height: 2; font-size: 1.6rem; letter-spacing: 0.05em; }
a { letter-spacing: 0.05em; }

/*===============================
 Layout
===============================*/
#wrapper { overflow: hidden; }
.container { width:90%; margin:0 auto; max-width: 1300px; }
.left-container { width:95%; max-width: calc(1140px + ((100% - 1140px) / 2)); margin: 0 0 0 auto; position: relative; }
.right-container { width:95%; max-width: calc(1140px + ((100% - 1140px) / 2)); margin: 0 auto 0 0; position: relative; }
.linkbtn { display: flex; align-items: center; justify-content: center; border: 2px solid #404040; border-radius: 30px; color: #404040; width: 360px; min-height: 70px; font-size: 2.0rem; font-weight: bold; }
.linkbtn:hover { background-color: #B48DD2; color: #fff; border: 2px solid #B48DD2; }
.sectitle01 { font-family: "Barlow Semi Condensed", sans-serif; font-size: 10.0rem; font-weight: 900; line-height: 1; font-style: normal; letter-spacing: 0.05em; color: #F6B403; }
.pagetit { font-size: 3.6rem; text-align: center; line-height: 1.3; font-weight: 700; letter-spacing: 0.03em; color: #F6B403; }
.pagesubtit { color: #F6B403; font-weight: 900; font-size: 12.0rem; letter-spacing: 0.01em; line-height: 1; font-style: normal; font-family: "Barlow Semi Condensed", sans-serif; text-align: center; margin-bottom: 10px; text-transform: uppercase; }
.pagetitle { position: relative; z-index: 1; }
.pagetitle_img { position: absolute; width: 400px; top: 20px; right: 5%; }
.cta {padding: 100px 0;}
.cta .linkbtn { margin: 0 auto; background-color: #FAC60E; color: #121212; border: 3px solid #FAC60E; width: 600px; min-height: 100px; font-size: 2.4rem; font-weight: 700; }
.cta .linkbtn:hover { background-color: #fff; color: #FAC60E; }
.cta.btm { padding-bottom: 200px; }
.clear { clear:both; }
section { padding:100px 0; position: relative; }
.clearfix:after { content: ""; display: block; clear: both; }
@media screen and (min-width: 1025px) and (max-width: 1500px) {
	.container { max-width: 1100px; }
}

/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
	animation-name:fadeInAnime;
	animation-duration:2.0s;
	animation-fill-mode:forwards;
	opacity:0;
}
	
@keyframes fadeInAnime{
	from {
	opacity: 0;
	}

	to {
	opacity: 1;
	}
}

/* 上から */

.fadeImg{
	animation-name:fadeImgAnime;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	-moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    transition-delay: .5s;
}
	
@keyframes fadeImgAnime{
	from {
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-ms-transform: scale(1.0);
		-o-transform: scale(1.0);
		transform: scale(1.0);
	}

	to {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
}

/* 上から */

.fadeDown{
	animation-name:fadeDownAnime;
	animation-duration:0.7s;
	animation-fill-mode:forwards;
	opacity:0;
}
	
@keyframes fadeDownAnime{
	from {
	opacity: 0;
	transform: translateY(-100px);
	}

	to {
	opacity: 1;
	transform: translateY(0);
	}
}

/* fadeUp */

.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.7s;
	animation-fill-mode:forwards;
	opacity:0;
}
	
@keyframes fadeUpAnime{
	from {
	opacity: 0;
	transform: translateY(50px);
	}

	to {
	opacity: 1;
	transform: translateY(0);
	}
}

/* 左から */

.fadeLeft{
	animation-name:fadeLeftAnime;
	animation-duration:1.0s;
	animation-fill-mode:forwards;
	opacity:0;
}
	
@keyframes fadeLeftAnime{
	from {
	opacity: 0;
	transform: translateX(-100px);
	}

	to {
	opacity: 1;
	transform: translateX(0);
	}
}

/* 右から */

.fadeRight{
	animation-name:fadeRightAnime;
	animation-duration:1.0s;
	animation-fill-mode:forwards;
	opacity:0;
}
	
@keyframes fadeRightAnime{
	from {
	opacity: 0;
	transform: translateX(100px);
	}

	to {
	opacity: 1;
	transform: translateX(0);
	}
}
	
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
	
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
	opacity: 0;
}

/*===============================
 COMMON
===============================*/
/* article */
.archive-article { position: relative; padding: 20px 20px 70px 20px; background-color: #fff; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); border-radius: 25px; z-index: 1; transition: .5s; }
.archive-article::before { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; background: #F6B403; border-radius: 25px; transform-origin: 50% 0%; transform: scaleY(0); transition: transform ease .5s; }
.archive-article:hover { cursor: pointer; color: #fff; }
.archive-article:hover::before { transform-origin: 50% 100%; transform: scaleY(1); }
.archive-article_img { overflow: hidden; border-radius: 10px; }
.archive-article_img_inner { display: block; padding-top: 60%; background-position: center; background-size: cover; background-repeat: no-repeat; transition-duration: .5s; }
.archive-article:hover .archive-article_img_inner { transform: scale(1.1); }
.archive-article_top { display: flex; justify-content: space-between; margin: 13px 0 2px; }
.archive-article_top .date { font-family: "Barlow Semi Condensed", sans-serif; font-size: 1.5rem; font-weight: 700; }
.archive-article .archive-article_cat .category { background: #F6B403; color: #fff; display: flex; justify-content: center; align-items: center; width: clamp(150px, 11vw, 230px); margin: 0 auto 20px; border-radius: 20px; font-size: 1.8rem; font-weight: 700; -webkit-transition: .5s; transition: .5s; }
.archive-article:hover .archive-article_cat .category { background: #B48DD2; }
.archive-article_tit { min-height: auto; }
.archive-article_tit h2 { font-size: 1.6rem; font-weight: 400; }
.archive-article_bottom { position: absolute; bottom: 0px; left: 0; width: 100%; color: #fff; background-color: #F6B403; text-align: center; border-radius: 0 0 25px 25px; display: flex; align-items: center; justify-content: center; min-height: 50px; font-family: "Barlow Semi Condensed", sans-serif; font-size: 2.4rem; }
.top-two_cover { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-indent: -9999px; z-index: 2; }
@media screen and (max-width: 1500px) {
	.archive-article_tit { min-height: 74px; }
}

/*===============================
 header
===============================*/
#header { position: fixed; min-height: 80px; width: 100%; z-index: 9999; display: flex; justify-content: flex-end; align-items: flex-start; transition: 0.5s; }
#header.change-color { background-color: #EDEDED; }
#header .header_logo { position: absolute; top: 8%; left: 40px; width: 180px; }
#header .header_logo a span { display: inline-block;}
#header #pc-nav { margin: 20px 4vw 0 0; display: none; }
#pc-nav ul.menu { list-style: none; display: flex; justify-content: center; align-items: center; margin: 0; background-color: #fff; padding: 20px; border-radius: 15px; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); }
#pc-nav ul.menu > li > a { display: block; text-decoration: none; margin: 0 25px; font-size: 1.8rem; line-height: 1; color: #F6B403; font-family: "Barlow Semi Condensed", sans-serif; font-weight: 700; font-style: normal; }
#pc-nav ul.menu > li > a:hover { color: #404040; }
#pc-nav ul.menu > li > a.change-color { color: #231815; }
#header.page #pc-nav ul.menu > li > a { color: #F6B403; }
#header.page #pc-nav ul.menu > li > a.contact_btn { color: #333; }
#header.page #pc-nav ul.menu > li > a.contact_btn:hover { color: #F6B403; }
.pc-snslist { display: flex; align-items: center; margin: 25px 4vw 0 0;}
.pc-snslist > li { width: 40px; }
.pc-snslist > li:not(:last-of-type) { margin-right: 18px; }
.snslist_insta { display: none; }
.snslist_tiktok { display: none; }
.header_contact_btn { display: flex; align-items: center; justify-content: center; width: 260px; height: 260px; line-height: 200px; border: 3px solid #F6B403; border-radius: 50%; font-family: "Barlow Semi Condensed", sans-serif; font-size: 4.0rem; text-align: center; color: #fff; margin-top: -80px; margin-right: -20px; position: relative; z-index: 1; transition: .3s; }
.header_contact_btn::before,
.header_contact_btn::after { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; border-radius: 50%; }
.header_contact_btn::before { background: #F6B403; z-index: -1; transition: transform ease .3s, opacity .3s; border-radius: 50%; }
.header_contact_btn::after { border: 3px solid #F6B403; box-sizing: border-box; }
.header_contact_btn:hover { color: #F6B403; background: #fff; }
.header_contact_btn:hover::before { transform: scale(0); }

@media screen and (max-width: 1500px) {
	#pc-nav ul.menu > li > a {margin: 0 15px;}
	#header #pc-nav { margin: 20px 3vw 0 0; }
	.pc-snslist { margin: 25px 3vw 0 0; }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
	#pc-nav ul.menu > li > a {margin: 0 10px; font-size: 1.6rem;}
	#header .header_logo { left: 30px; }
	.header_contact_btn { width: 200px; height: 200px; margin-top: -52px; font-size: 3.0rem;}
	#header #pc-nav { margin: 20px 3vw 0 0; }
	.pc-snslist { margin: 25px 3vw 0 0; }
}
@media screen and (min-width: 1025px) and (max-width: 1210px) {
	.pc-snslist { display: none; }
}
@media screen and (max-width: 1024px) {
	#pc-nav, #header .pc-snslist, .header_contact_btn {
		display: none;
	}
}

/*===============================
 MV
===============================*/
#mv { width: 100%; position: relative; height: 100vh; }
#mv:before { content: ''; background-image: url(images/mv_bg.png); position: absolute; background-position: center; background-size: cover; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.6; }
#mv .container { position: relative; margin: 0; width: 100%; max-width: none; height: 100vh; z-index: 1; }
.mv_txt_area { position: absolute; top: 53%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); width: clamp(1100px, 72vw, 1250px); }
#mv_logo_txt { width: 47%; max-width: 720px; position: absolute; top: 54%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); z-index: 10; }
.mv_copy { position: absolute; bottom: 0; right: 30px; color: #707070; }
#mv_dec01 { position: absolute; top: 20%; left: -9%; width: 25vw; }
#mv_dec02 { position: absolute; bottom: 0%; left: 0%; width: 25vw; }
#mv_dec03 { position: absolute; top: -24%; right: -8%; width: 39vw; }
#mv_dec04 { position: absolute; bottom: -1%; right: -8%; width: 39vw; }
.mv01 { padding-top: 100px; background-size: cover; background-position: center; }
.mv02 { padding-top: 100px; background-size: cover; background-position: center; }
.mv01 .mv01_inner { position: relative; }
.mv01 .pagetitle { padding: 50px 0; }
.mv02 .pagetitle { padding: 50px 0; }
@media screen and (max-width: 1500px) {
	.mv_txt_area { width: clamp(950px, 82vw, 1020px); }
}

/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/

/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:1%;
	right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-34px;
	bottom:10px;
    /*テキストの形状*/
	color: #eee;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	text-shadow: 0px 1px 2px #909090;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0px;
    right: -6px;
    /*矢印の形状*/
    width: 2px;
    height: 20px;
    background: #eee;
    transform: skewX(-31deg);
	box-shadow: 0px 1px 2px #909090;
}

.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0px;
	right:0;
    /*矢印の形状*/
	width:2px;
	height: 82px;
	background:#eee;
	box-shadow: 0px 1px 2px #909090;
}

/*===============================
 トップページ
===============================*/
.top_sectit { margin-bottom: 80px; text-align: center; }
.top_sectit h2 { font-size: 2.6rem; font-weight: 700; color: #F6B403; }
#top .top_sectit .sectitle01 { margin-bottom: 15px; }

/* front-top */
#front-top { position: relative; padding: 70px 0 0; }
#front-top_tit { text-align: center; font-size: 6.0rem; font-weight: 800; line-height: 1.5; }

/* CONCEPT */
#top_concept .container { position: relative; z-index: 1; }
#top_concept .top_sectit { margin-bottom: 50px; }
.top_concept_txt { margin-top: 70px; }
.top_concept_txt_tit { font-size: 3.4rem; font-weight: 700; margin-bottom: 25px; text-align: center; }
.top_concept_txt p { text-align: center; }
#top_concept_dec01 { position: absolute; top: -10vw; right: -3.5%; width: 25vw; }
#top_concept_dec02 { position: absolute; bottom: -10vw; left: -10.5%; width: 25vw; }
/* CONCEPT MOVIE部分（サムネイル差し込み） */
.movie{ width: 1300px; height: 732px; margin: 0 auto; position: relative; }
.movie:hover { cursor: pointer; }
.movie-inner{ display: block; width: 100%; z-index: 1; position: absolute; top: 0; left: 0; }
.thumb{ width: 100%; max-width: 100%; border-radius: 50px; }
.movie-player{ position: relative; z-index: 10; }
@media screen and (min-width: 1300px) and (max-width: 1500px) {
	.movie{ width: 1100px; height: 619px; }
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
	.movie{ width: 840px; height: 473px; }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.movie{ width: 670px; height: 377px; }
}
@media screen and (max-width: 767px) {
  	.movie{ width: 100%; height: 200px; }
}


/* MEMBER */
#top_member { padding-bottom: 150px; }
#top_member .container { position: relative; z-index: 1; }
#top_member .top_member_slide { position: relative; z-index: 1; margin-bottom: 100px; }
.top_member_slide_item { margin: 0 15px; position: relative; }
.top_member_slide_item.archive-article_img { border-radius: 0; }
.top_member_slide_item .archive-article_img_inner { display: block; padding-top: 0; background-position: center; background-size: contain; background-repeat: no-repeat; transition-duration: .5s; }
.top_member_slide_item .archive-article_img_inner .img_outer { background: linear-gradient(to right top, #F0A7C8, #B48DD2); border-radius: 0 80px; overflow: hidden; }
.top_member_slide_item .archive-article_img_inner .img_outer img { transition: 0.5s; }
.top_member_slide_item:hover .archive-article_img_inner .img_outer img { transform: scale(1.1); opacity: 1; }
.top_member_slide_item .archive-article_img_inner .member_name { padding-top: 17px; }
.top_member_slide_item .archive-article_img_inner .member_name .game_name { font-family: "Barlow Semi Condensed", sans-serif; font-size: 3.0rem; text-align: right; line-height: 1; font-weight: 900; margin-bottom: 10px; transition: 0.5s; }
.top_member_slide_item .archive-article_img_inner .member_name .stage_name { font-size: 2.0rem; font-weight: 700; text-align: right; line-height: 1; margin-bottom: 7px; transition: 0.5s; }
.top_member_slide_item .archive-article_img_inner .member_name .stage_name_kana { font-size: 2.0rem; font-weight: 500; font-family: "Barlow Semi Condensed", sans-serif; text-align: right; line-height: 1; transition: 0.5s; }
.top_member_slide_item:hover .archive-article_img_inner .member_name .game_name { color: #F6B403; }
.top_member_slide_item:hover .archive-article_img_inner .member_name .stage_name { color: #F6B403; }
.top_member_slide_item:hover .archive-article_img_inner .member_name .stage_name_kana { color: #F6B403; }
.top-two_cover { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-indent: -9999px; z-index: 2; }
#top_member01 { background-image: url(images/member01.png); }
#top_member02 { background-image: url(images/member02.png); }
#top_member03 { background-image: url(images/member03.png); }
#top_member04 { background-image: url(images/member04.png); }
#top_member05 { background-image: url(images/member05.png); }
#top_member06 { background-image: url(images/member06.png); }
#top_member07 { background-image: url(images/member07.png); }
#top_member .linkbtn { margin: 0 auto;  }
#top_member_dec01 { position: absolute; top: 4vw; left: -3.5%; width: 25vw; }
#top_member_dec02 { position: absolute; bottom: 1vw; right: -4.5%; width: 25vw; }

/* NEWS */
.top_news_list { display: flex; flex-wrap: wrap; }
.top_news_list_item { width: calc((100% - 60px) / 4); }
ul.top_news_list > li:not(:last-of-type) { margin-right: 20px; }
#top_news .linkbtn { margin: 80px auto 0; }

@media screen and (max-width: 1500px) {
	#top_news .container { max-width: 1200px; }
}

#top_news .news_inner .linkbtn { position: relative; margin: 0 auto; background-color: #F6B403; color: #fff; border: 3px solid #F6B403;}
#top_news .news_inner .linkbtn:hover { background-color: #fff; color: #F6B403; border: 3px solid #F6B403; }

@media screen and (min-width: 1025px) and (max-width: 1500px) {
	#front-top_tit { font-size: 5.6rem; }
}

/*===============================
 PAGE-ABOUT
===============================*/
.about_content {
	padding: 0 0 50px;
}
#about_content01 {
	padding: 100px 0 50px;
}
.about_content_box h2 {
	font-size: 2.4rem;
	font-weight: 700;
	color: #231815;
	padding-bottom: 10px;
	border-bottom: 3px solid #231815;
}
.about_content_box_inner .profile_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.about_content_box_inner .profile_box > p {
	width: 46%;
	color: #231815;
}
.about_content_box_inner .profile_box > img {
	width: 46%;
	color: #231815;
}
#profile_name {
	font-size: 2.2rem;
	display: inline-block;
    margin-bottom: 10px;
}
.about-list {
    width: 96%;
    max-width: 900px;
    margin: 20px auto 0 auto;
}
.about-list li {
    border-bottom: 1px solid #231815;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}
.about-list dl {
    display: flex;
    justify-content: space-between;
}
.about-list dt {
    width: 30%;
    padding: 0 0 0 50px;
	color: #231815;
}
.about-list dd {
    width: 65%;
	color: #231815;
}

/*===============================
 PAGE-CONTACT
===============================*/
.contact_content_inner { max-width: 1000px; }
.contact_title { font-size: 3.0rem; text-align: center; }
.contactform_box .contact_title { margin-bottom: 50px; }
.contactform_box .item_tit { font-size: 2.0rem; margin-bottom: 5px; display: inline-block; }
.contact_tel { padding: 30px 0; background-color: #fff; border: 3px solid #404040; border-radius: 50px; text-align: center; margin-bottom: 50px; }
.tel_number { display: flex; align-items: center; justify-content: center; }
.tel_number > img { width: 60px; margin-right: 10px; }
.tel_number > p { font-size: 5rem; }
.contact_txt { text-align: center; margin-bottom: 50px; font-weight: 600; line-height: 2.2; }
.contactform_box { padding: 60px; background-color: #fff; border: 3px solid #404040; border-radius: 50px; margin-bottom: 100px; }
.contact_content_inner .contact_item { margin-bottom: 20px; }
.contact_content_inner input[type="text"], .contact_content_inner input[type="email"] { width: 100%; border-radius: 12px; min-height: 50px; font-size: 1.6rem; padding: 0 20px; border: 1px solid #231815; }
.contact_content_inner textarea { width: 100%; border-radius: 12px; min-height: 200px; font-size: 1.6rem; padding: 15px 20px; border: 1px solid #231815; line-height: 1.66; font-family: 'Noto Sans', sans-serif; }
.contact_content_inner input[type="submit"] { width: 400px; max-width: 100%; border-radius: 30px; border: 2px solid #F6B403; background-color: #F6B403; margin-inline: auto; display: block; transition: all 0.5s; font-size: 2.0rem; min-height: 80px; }
.contact_content_inner input[type="submit"]:hover { background-color: #fff; color: #F6B403; }
.contact_content_inner label span { font-weight: 700; font-size: 1.8rem; }
.contact_content_inner .required::after { content: "※必須"; color: #FD0000; font-size: 1.4rem; margin-left: 10px; }
.contact_submit_btn { margin-top: 40px; }
#contact_txt_btm { text-align: center; font-size: 1.2rem; line-height: 2; font-weight: 400; margin-bottom: 50px; }
.contact_txt_privacylink { text-decoration: underline; transition: 0.5s; }
.contact_txt_privacylink:hover { text-decoration: none; }
#contact_txt_btm { text-align: center; font-size: 1.2rem; line-height: 2; font-weight: 400; margin-bottom: 50px; }
.contact_txt_privacylink { text-decoration: underline; transition: 0.5s; }
.contact_txt_privacylink:hover { text-decoration: none; }
input[type="submit"].mainsubmit { font-size: 1.8rem; padding: 20px 0; width: 300px; border: 2px solid #F6B403; background-color: #F6B403; cursor: pointer; transition: .5s; color: #fff; border-radius: 30px; }
input[type="submit"].mainsubmit:hover { background-color: #fff; color: #F6B403; border: 2px solid #F6B403; }
input[type="submit"].mainback { background-color: #fff; width: 300px; border: 1px solid #333; padding: 10px; margin: 0px auto; display: block; color: #333; font-size: 1.8rem; line-height: 2; min-height: 72px; transition: 0.5s; }
input[type="submit"].mainback:hover { background-color: #fff; border: 1px solid #F6B403; }

/* ラジオボタン */
.mwform-radio-field span.mwform-radio-field-text { cursor: pointer; padding-left: 30px; position: relative; }
.mwform-radio-field span.mwform-radio-field-text::before,.mwform-radio-field span.mwform-radio-field-text::after { content: ""; display: block; border-radius: 50%; position: absolute; transform: translateY(-50%); top: 50%; }
.mwform-radio-field span.mwform-radio-field-text::before { background-color: #fff; border: 1px solid #404040; height: 20px; width: 20px; left: 5px; } 
.mwform-radio-field span.mwform-radio-field-text::after { background-color: #404040; opacity: 0; height: 16px; width: 16px; left: 7px; }
input:checked + span.mwform-radio-field-text::after { opacity: 1; }
.visually-hidden { position: absolute; white-space: nowrap; border: 0; clip: rect(0 0 0 0); clip-path: inset(50%); overflow: hidden; height: 1px; width: 1px; margin: -1px; padding: 0; }
.mw_wp_form .horizontal-item + .horizontal-item { margin-left: 30px !important; }

/* 入力内容の確認 */
#page-contact.confirm .contact_content_inner { max-width: 650px; }
#page-contact.confirm .item_tit { margin-bottom: 10px; display: inline-block; }
#page-contact.confirm .contact_item { font-weight: 400; }
#page-contact.confirm .contact_submit_btn { display: flex; justify-content: center; }
#page-contact.confirm input[type="submit"].mainsubmit { margin: 0px 50px 0 0; width: 300px; }
#page-contact.confirm input[type="submit"].mainback { margin: 0; }

/* 送信完了 */
#page-contact.thanks { padding: 200px 0 120px; }
#apply_head { text-align: center; font-size: 2.4rem; margin-bottom: 30px; }
#apply_txt { text-align: center; margin-bottom: 50px; }
#apply_btn_link { background-color: #F6B403; width: 350px; border: 2px solid #F6B403; border-radius: 30px; margin: 0px auto; color: #fff; font-size: 2.0rem; line-height: 2; min-height: 80px; transition: 0.5s; display: flex; align-items: center; justify-content: center; }
#apply_btn_link:hover { background-color: #fff; color: #F6B403; }

/* 入力エラー */
#page-contact.error .contact_content_inner { max-width: 800px; }
#page-contact.error .item_tit { margin-bottom: 10px; display: inline-block; }
#page-contact.error .sectitle02, #page-contact.confirm .sectitle02 { text-align: center; padding: 50px 0; font-size: 3.4rem; }
#page-contact.error .contact_txt, #page-contact.confirm .contact_txt { margin-bottom: 50px; }

@media screen and (min-width: 768px) and (max-width: 773px) {
	.mw_wp_form .horizontal-item + .horizontal-item { margin-left: 40px !important; }
}
@media screen and (min-width: 774px) and (max-width: 819px) {
	.mw_wp_form .horizontal-item + .horizontal-item { margin-left: 8px !important; }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
	.mw_wp_form .horizontal-item + .horizontal-item { margin-left: 20px !important; }
}

/*===============================
 PAGE-PRIVACY
===============================*/
#mv_privacy { padding-top: 100px; }
#mv_privacy .pagetitle { text-align: center; }
#mv_privacy .pagetitle .pagesubtit { font-size: 7.0rem; margin-bottom: 20px; color: #F6B403; }
#mv_privacy .pagetitle .pagetit { font-size: 2.0rem; color: #F6B403; }
.policy_content_inner { max-width: 1100px; padding: 50px 5% 100px; margin-inline: auto; }
.policy_content_inner .policy_txt { line-height: 2; }
.policy_content_inner .policy_item { padding-bottom: 50px; border-bottom: 1px solid #231815; }
.policy_content_inner .policy_item ol { list-style: decimal outside!important; padding-left: 60px; }
.policy_content_inner .policy_item_title { padding: 50px 0 30px 20px; position: relative; }
.policy_content_inner .policy_item_title::before { content: ""; position: absolute; width: 5px; height: 40px; background: #F6B403; top: 40px; left: 0; }
.policy_content_inner .policy_last_txt { text-align: right; margin-top: 10px; }

/*===============================
 ARCHIVE-MEMBER
===============================*/
.member_archive_inner { padding: 70px 0 150px; }
.memberlist { display: flex; flex-wrap: wrap; margin-bottom: 70px; }
.memberlist > li.memberlist_item { width: calc((100% - 150px) / 4); margin-bottom: 60px; }
.memberlist > li:not(:nth-of-type(4n)) { margin-right: 50px; }
.memberlist_item .img_outer { background: linear-gradient(to right top, #F0A7C8, #B48DD2); border-radius: 0 80px; position: relative; overflow: hidden; }
.memberlist_item .img_outer img { transition: 0.5s; }
.memberlist_item:hover .img_outer img { transform: scale(1.1); opacity: 1; }
.memberlist_item .member_name { padding-top: 17px; }
.memberlist_item .member_name .game_name { font-family: "Barlow Semi Condensed", sans-serif; font-size: 3.0rem; text-align: right; line-height: 1; font-weight: 900; margin-bottom: 10px; transition: 0.5s; }
.memberlist_item .member_name .stage_name { font-size: 2.0rem; font-weight: 700; text-align: right; line-height: 1; margin-bottom: 7px; transition: 0.5s; }
.memberlist_item .member_name .stage_name_kana { font-size: 2.0rem; font-weight: 500; font-family: "Barlow Semi Condensed", sans-serif; text-align: right; line-height: 1; transition: 0.5s; }
.memberlist_item:hover .member_name .game_name { color: #F6B403; }
.memberlist_item:hover .member_name .stage_name { color: #F6B403; }
.memberlist_item:hover .member_name .stage_name_kana { color: #F6B403; }

/*===============================
 ARCHIVE-NEWS
===============================*/
/* newscat */
.news_cat_list { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-bottom: 40px; }
.news_cat_list_item > a { border: 1px solid #404040; background-color: #fff; color: #404040; border-radius: 12px; padding: 3px 12px 4px 13px; line-height: 1; font-size: 1.4rem; transition: .5s; }
.news_cat_list_item > a.active { border: 1px solid #F6B403; background-color: #F6B403; color: #fff; }
.news_cat_list_item > a:hover { border: 1px solid #F6B403; background-color: #F6B403; color: #fff; }

/* newslist */
.news_archive_inner { padding: 30px 0 150px; }
.newslist { display: flex; flex-wrap: wrap; }
.newslist > li { width: calc((100% - 60px) / 4); margin-bottom: 20px; }
.newslist > li:not(:nth-of-type(4n)) { margin-right: 20px; }
.newslist_item { position: relative; padding: 20px; background-color: #fff; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); border-radius: 25px; z-index: 1; transition: .5s; }
.newslist_item::before { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; background: #F6B403; transform-origin: 50% 0%; transform: scaleY(0); transition: transform ease .5s; border-radius: 25px; }
.newslist_item:hover::before { transform-origin: 50% 100%; transform: scaleY(1); border-radius: 25px; }
.newslist_item .img_outer { overflow: hidden; border-radius: 20px; }
.newslist_item .img { display: block; padding-top: 60%; background-position: center; background-size: cover; background-repeat: no-repeat; transition-duration: .5s; }
.newslist_item:hover .img { transform: scale(1.1); }
.newslist_item:hover a { opacity: 1; }
.newslist_item .tit { line-height: 1.6; margin: 10px 0; transition: .5s; }
.newslist_item:hover .tit { color: #fff; }
.newslist_item .bottom { display: flex; justify-content: space-between; align-items: center; }
.newslist_item .bottom .cat { border: 1px solid #F6B403; background-color: #F6B403; color: #fff; border-radius: 12px; padding: 3px 12px 5px 14px; line-height: 1; font-size: 1.4rem; transition: .5s; }
.newslist_item .bottom .date { font-family: "Barlow Semi Condensed", sans-serif; transition: .5s; }
.newslist_item:hover .bottom .cat { background-color: #fff; color: #F6B403; }
.newslist_item:hover .bottom .date { color: #fff; }
.no-article { min-height: 200px; }

/*===============================
 SINGLE
===============================*/
.single-page {
	padding: 130px 0 100px;
	margin-bottom: 100px;
}
.single-main .container {
	max-width: 890px;
}
.single-main .article_date {
	font-style: normal;
	font-size: 2.0rem;
	font-weight: 200;
	letter-spacing: 0.1em;
	color: #404040;
	text-align: left;
	margin-bottom: 10px;
	font-family: "Barlow Semi Condensed", sans-serif;
}
.single-main .article_tit {
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
    margin: 0 auto 30px;
	color: #404040;
}
.single-main .mainimg {
    margin: 0 auto 30px;
}

/* content */
.article_content h2 {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	margin: 20px 0;
	position: relative;
	color: #404040;
}
.article_content h3 {
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2.125;
	margin-bottom: 20px;
	position: relative;
}
.article_content h4 {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2.125;
	padding-bottom: 5px;
	margin-bottom: 20px;
	position: relative;
}
.article_content h5 {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2.125;
	padding-bottom: 5px;
	margin-bottom: 20px;
	position: relative;
}
.article_content h6 {
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2.125;
	padding-bottom: 5px;
	margin-bottom: 20px;
	position: relative;
}
.article_content::after { content: ""; display: block; clear: both; }
.aligncenter { text-align: center; }
.article_content .alignleft {
	float: left;
}
.article_content .alignright {
	float: right;
}
.article_content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
}
.article_content img {
	border: none !important;
	width: auto;
}
.article_content img.alignleft {
	margin: 7px 24px 7px 0;
}
.article_content img.alignright {
	margin: 7px 0 7px 24px;
}
.article_content img.aligncenter {
	margin-top: 7px;
    margin-bottom: 7px;
}
.article_content p {
	font-weight: 400;
	margin-bottom: 20px;
	color: #404040;
}
.article_content p strong {
	font-weight: 700;
}
.article_content p em {
	font-style: italic;
}
.article_btmlink {
	display: flex;
	margin-top: 70px;
}
.article_btmlink > div {
	width: 50%;
	min-height: 130px;
	position: relative;
}
.article_btmlink > div.back {
	border-right: 3px solid #404040;
}
.article_btmlink > div > a {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-size: 2.4rem;
    font-weight: 200;
	color: #404040;
}
.article_btmlink > div > a:hover { color: #F6B403; }
.single-main_btm { margin-top: 100px; }
.single-main_btm .linkbtn { margin: 0 auto; background-color: #fff; color: #404040; font-size: 2.2rem; }
.single-main_btm .linkbtn:hover {
	background-color: #F6B403;
	color: #fff;
	border: 2px solid #F6B403;
}
.gallery-columns-2 > dl.gallery-item {
	width: 49% !important;
}
.gallery-columns-2 > dl.gallery-item:not(:nth-of-type(2n)) {
	margin-right: 2%;
}
.gallery-columns-3 > dl.gallery-item {
	width: 32% !important;
}
.gallery-columns-3 > dl.gallery-item:not(:nth-of-type(3n)) {
	margin-right: 2%;
}
.gallery-columns-4 > dl.gallery-item {
	width: 24% !important;
}
.gallery-columns-4 > dl.gallery-item:not(:nth-of-type(4n)) {
	margin-right: calc( 4% / 3 );
}
.gallery-columns-5 > dl.gallery-item {
	width: 19% !important;
}
.gallery-columns-5 > dl.gallery-item:not(:nth-of-type(5n)) {
	margin-right: calc( 5% / 4 );
}
.gallery-columns-6 > dl.gallery-item {
	width: 16% !important;
}
.gallery-columns-6 > dl.gallery-item:not(:nth-of-type(6n)) {
	margin-right: calc( 4% / 5 );
}
.gallery-columns-7 > dl.gallery-item {
	width: 14% !important;
}
.gallery-columns-7 > dl.gallery-item:not(:nth-of-type(7n)) {
	margin-right: calc( 2% / 6 );
}
.gallery-columns-8 > dl.gallery-item {
	width: 12% !important;
}
.gallery-columns-8 > dl.gallery-item:not(:nth-of-type(8n)) {
	margin-right: calc( 4% / 7 );
}
.gallery-columns-9 > dl.gallery-item {
	width: 10% !important;
}
.gallery-columns-9 > dl.gallery-item:not(:nth-of-type(9n)) {
	margin-right: calc( 10% / 8 );
}

/*===============================
 SINGLE-NEWS
===============================*/
.single-news .article_info { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 20px; }
.single-news .article_date { margin: 0 20px 0 0; }
.single-news .article_cat span { padding: 5px 20px; background-color: #F6B403; border-radius: 20px; color: #fff; font-size: 1.4rem; }
.single-news .article_cat > span:not(:last-of-type) { margin-left: 10px; }
.social_btnarea { display: flex; justify-content: flex-end; align-items: center; margin-top: 50px; }
.social_btnarea > li { width: 47px; margin-inline: 10px; }

/*===============================
 SINGLE-MEMBER
===============================*/
.single-member { padding-top: 50px; }
.single-member_inner { display: flex; justify-content: space-between; align-items: flex-start; }
.single-member_inner_info { width: 50%; }
.single-member_inner_info .game_name { font-family: "Barlow Semi Condensed", sans-serif; font-size: 8rem; border-bottom: 5px solid #404040; line-height: 1.4; margin-bottom: 30px; }
.single-member_inner_info .member_info { margin-bottom: 50px; }
.single-member_inner_info .member_info > li { margin-bottom: 20px; }
.single-member_inner_info .member_info dt { font-family: "Barlow Semi Condensed", sans-serif; font-size: 2.6rem; font-weight: 900; line-height: 1.5; }
.single-member_inner_info .member_info dd { font-size: 2.6rem; font-weight: 500; line-height: 1.5; }
.single-member_inner_info .snslist { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 50px; }
.single-member_inner_info .snslist > li { width: 40px; }
.single-member_inner_info .snslist > li:not(:last-of-type) { margin-right: 25px; }
.single-member_inner_info .snslist .snslist_insta { display: block; }
.single-member_inner_info .snslist .snslist_tiktok { display: block; }
.single-member_inner_info iframe { height: 360px; width: 100%; }
.single-member_inner_img { width: 50%; margin-top: -30px; }
.single-member_inner_img img { width: 62%; margin-inline: auto; display: block; }
.single-member .article_btmlink > div > a { border: 1px solid #404040; padding: 2px 40px 5px; border-radius: 20px; background-color: #fff; }
.single-member .article_btmlink > div > a:hover { border: 1px solid #F6B403; color: #F6B403;; }
.single-member .article_btmlink .next { border-right: 2px solid #404040; }
.single-member .article_btmlink .next a { left: 65%; }
.single-member .article_btmlink .back a { left: 35%; }

/*===============================
 footer
===============================*/
#footer {
	position: relative;
	padding-top: 70px;
	background-image: url(images/footer_bg.png);
	background-size: cover;
    background-repeat: no-repeat;
}
.openbtn {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 70px;
    height: 67px;
	display: none;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 20px;
    cursor: pointer;
}
.openbtn span:nth-of-type(1), .openbtn span:nth-of-type(2) , .openbtn span:nth-of-type(3) {
	height: 3px;
    background: #F6B403;;
    width: 40%;
    opacity: 1;
}
.openbtn span:nth-of-type(1) {
    top: 30px;
}
.openbtn span:nth-of-type(2) {
	top: 32px;
	opacity: 0;
}
.openbtn span:nth-of-type(3) {
    top: 38px;
}
.openbtn.active span:nth-of-type(1) {
    top: 26px;
    left: 28px;
    transform: translateY(6px) rotate(-45deg);
	width: 30%;
	opacity: 1;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 38px;
    left: 28px;
    transform: translateY(-6px) rotate(45deg);
	width: 30%;
	opacity: 1;
}
.footer_inner01 { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 50px; }
.footer_logo { width: 210px; }
.footer_menu { margin-bottom: 40px; display: none; }
.footer_menu > ul { display: flex; justify-content: center; }
.footer_menu > ul > li > a { margin: 0 20px; font-size: 2.0rem; line-height: 1; font-family: "Barlow Semi Condensed", sans-serif; }
.footer_menu > ul > li > a:hover { color: #F6B403; opacity: 1; }
.footer_menu > ul > li:last-of-type > a { margin-right: 0; }
.footer_contact { display: flex; justify-content: flex-end; }
.footer_contact_btn { display: flex; align-items: center; justify-content: center; font-size: 4.0rem; font-family: "Barlow Semi Condensed", sans-serif; color: #fff; background-color: #F6B403; border: 3px solid #F6B403; width: 400px; border-radius: 30px; padding: 10px 0; font-weight: 700; }
.footer_contact_btn:hover { background-color: #fff; color: #F6B403; }
.footer_warning { text-align: center; margin-bottom: 30px; }
.footer_bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #707070; padding: 20px 0; }
.footer_managementlink { text-decoration: underline; }
.footer_managementlink:hover { text-decoration: none; color: #F6B403; opacity: 1; }
.footer_bottom_right { text-align: right; }
.footer_privacylink { text-decoration: underline; }
.footer_privacylink:hover { text-decoration: none; color: #F6B403; opacity: 1; }
.copyright { text-align: right; font-family: "Barlow Semi Condensed", sans-serif; }
.copyright small { font-size: 1.4rem; font-style: normal; font-weight: 700; letter-spacing: 0.2em; }
#page-top { position: fixed; right: 0; top: 200px; z-index: 100; }
#page-top a { color: #fff; display: inline-block; padding: 30px; background-color: rgb(90, 73, 87); text-align: center; border-radius: 50px 0 0 50px; }
#page-top a span { font-size: 2.6rem; font-weight: 600; }

/*========= グローバルナビゲーションのためのCSS ===============*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	bottom:-120%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:linear-gradient(to right top, #f5c2d9, #cbafe0);
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    bottom: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
	width: 80%;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}
#g-nav li a{
	color: #404040;
	text-decoration: none;
	padding:15px 0;
	display: block;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 1.85;
}
#g-nav li a#c_btn {
	color: #fff;
	background-color: #F6B403;;
	border: 2px solid #F6B403;;
	width: 200px;
    margin: 0 auto;
	margin-top: 20px;
	border-radius: 25px;
}

@media screen and (max-width: 1024px) {
	.openbtn { display: block; }
}


/*===============================
 ページネーション
===============================*/
.pagination { margin: 50px 0 0; text-align: center; }
.nav-links { font-style: normal; font-size: 2.4rem; font-weight: 700; letter-spacing: 0.2em; font-family: "Barlow Semi Condensed", sans-serif; }
.nav-links > span { margin: 0 15px 0; color: #F6B403; }
.nav-links > a { margin: 0 15px 0; }
.nav-links > a:hover { color: #F6B403; }
.page-numbers { font-weight: 300; }

/*===============================
 404
===============================*/
#mv_notfound { padding-top: 100px; }
#mv_notfound .pagetitle { padding: 80px 0; }
#notfound { padding: 50px 0 100px; }
#no-found_tit { font-size: 5.0rem; text-align: center; margin-bottom: 20px; }
.no-found_txt { text-align: center; color: #F6B403; font-size: 2.4rem; }
#notfound .container p { text-align: center; margin-bottom: 50px; }
#notfound .linkbtn { margin: 0 auto; background-color: #F6B403; border: 2px solid #F6B403; color: #fff; }
#notfound .linkbtn:hover { background-color: #fff; color: #F6B403; }


@media screen and (max-width: 1024px) {
/* article */
.archive-article { padding: 20px 10px 40px 10px; border-radius: 10px; }
.archive-article_top { margin: 8px 0 0px; }
.archive-article .archive-article_cat .category { width: 130px; font-size: 1.4rem; }
.archive-article_top .date { font-size: 1.3rem; }
.archive-article_tit h2 { font-size: 1.4rem; line-height: 1.5; }
.archive-article_bottom { font-size: 1.6rem; min-height: 30px; border-radius: 0 0 10px 10px; }

/*===============================
 SINGLE-MEMBER
===============================*/
.single-member .article_btmlink > div > a { padding: 2px 21px 5px; border-radius: 17px; width: 159px; }
.single-member .article_btmlink .back a { left: 45%; }
.single-member .article_btmlink .next a { left: 55%; }

/*===============================
 SINGLE-NEWS
===============================*/
.social_btnarea > li { width: 40px; }
}

@media screen and (max-width: 767px) {
/*===============================
 Font
===============================*/
p, li, dt, dd, th, td {
	font-size: 1.6rem;
	line-height: 2;
}

/*===============================
 Layout
===============================*/
.container { width:100%; padding: 0 5%; }
.left-container, .right-container { width: 93%; }
section {padding:50px 0; }
.pagetitle { padding: 117px 0 0 0; }
.pagetit {font-size: 2.0rem; font-weight: 700;}
.pagesubtit {font-size: 5.0rem; margin-bottom: 10px;}
.sectitle01 {font-size: 4.5rem;}
.sectitle02 {font-size: 2.8rem;}
.linkbtn {width: 250px;min-height: 60px;}
.cta { padding: 20px 0 70px; }
.cta.btm { padding-bottom: 70px; }
.cta .linkbtn { width: 320px; min-height: 70px; font-size: 1.8rem; }

/*===============================
 COMMON
===============================*/

/*===============================
 header
===============================*/
#header { min-height: 90px; }
#header .header_logo { top: 50%; left: 15px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); width: 160px; }

/*===============================
 MV
===============================*/
#mv { height: 100vh; }
#mv:before { background-image: url(images/mv_bg_sp.png); }
#mv .container { height: 100vh; }
.mv_txt_area { top: 50%; width: 110vw;}
#mv_logo_txt { width: 62%; top: 51%; }
.mv_copy { font-size: 1.4rem; right: 10px; }
#mv_dec01 { width: 70vw; }
#mv_dec02 { width: 50vw; }
#mv_dec03 { top: -5%; width: 50vw; }
#mv_dec04 { width: 60vw; bottom: 20%; }
.mv01 { padding: 50px 0; margin-top: 67px; }
.mv01 .pagetitle { padding: 0; }
.mv02 .pagetitle { padding: 40px 0; }
.mv02 .pagetit { font-size: 4.4rem; }

/*===============================
 トップページ
===============================*/
.top_sectit { margin-bottom: 30px; }
.top_sectit h2 { font-size: 1.6rem; }

/* front-TOP */
#front-top { padding: 50px 0 0; }
#front-top .container { padding: 0 5%; }
#front-top_tit { font-size: 2.3rem; }
#front-top_txt { text-align: center; font-size: 1.6rem; line-height: 2.13; }

/* CONCEPT */
#top_concept .top_sectit { margin-bottom: 30px; }
#top .top_sectit .sectitle01 { margin-bottom: 10px; }
#top_concept iframe { height: 220px; }
.top_concept_txt { margin-top: 20px; }
.top_concept_txt_tit { font-size: 2.2rem; margin-bottom: 13px; }
.top_concept_txt p { text-align: left; }
#top_concept_dec01 { width: 40vw; }
#top_concept_dec02 { width: 40vw; }
.thumb { border-radius: 20px; }

/* MEMBER */
#top_member { padding-bottom: 100px; }
.top_member_slide_item {border-radius: 0 65px; margin: 0 10px;}
.top_member_slide_item.archive-article_img { border-radius: 0 65px; }
#top_member_dec01 { width: 35vw; }
#top_member_dec02 { width: 45vw; }
#top_member .top_member_slide { margin-bottom: 70px; }

/* NEWS */
.top_news_content { margin-bottom: 0; }
.top_news_list_item { width: calc((100% - 10px) / 2); }
ul.top_news_list > li:not(:last-of-type) { margin-right: 0; }
ul.top_news_list > li:not(:nth-of-type(2n)) { margin-right: 10px; }
ul.top_news_list > li:nth-of-type(-n+2) { margin-bottom: 10px; }
#top_news .linkbtn { margin: 50px auto 0; }

/*===============================
 PAGE-ABOUT
===============================*/
.about-list { margin: 10px auto 0 auto; }
.about-list li { margin: 0 0 20px 0; padding: 0 0 20px 0; }
.about-list dt { padding: 0 0 0 15px; }
.about-list dd { width: 70%; }

/*===============================
 PAGE-CONTACT
===============================*/
.contactform_box { padding: 30px 5%; border-radius: 30px; margin-bottom: 40px; }
.contact_title { font-size: 2.0rem; }
.contactform_box .contact_title { margin-bottom: 25px; }
.contact_tel { border-radius: 30px; margin-bottom: 30px; }
.tel_number > p { font-size: 3rem; }
.tel_number > img { width: 35px; }
.contact_txt { text-align: center; font-size: 1.5rem; line-height: 2.2; margin-bottom: 30px; }
.contact_content_inner .contact_item { margin-bottom: 15px; }
.contact_content_inner label span { font-size: 1.4rem; }
.mwform-radio-field span.mwform-radio-field-text::before { height: 18px; width: 18px; }
.mwform-radio-field span.mwform-radio-field-text::after { height: 14px; width: 14px; }
.contactform_box .item_tit { font-size: 1.7rem; }
#contact_txt_btm { letter-spacing: 0; margin-bottom: 30px; font-size: 1.1rem; margin-bottom: 25px; }
.contact_submit_btn { margin-top: 25px; }
input[type="submit"].mainsubmit { width: 300px; min-height: 60px; font-size: 1.6rem; padding: 15px 0; border-radius: 25px; }
input[type="submit"].mainback { width: 300px; min-height: 60px; }

/* 入力内容確認 */
#page-contact.confirm { padding: 67px 0 50px; }
#page-contact.error .contact_txt, #page-contact.confirm .contact_txt { margin-bottom: 30px; }
#page-contact.confirm .required { margin-bottom: 0; }
#page-contact.confirm .contact-form td { width: 100%; padding: 0 0 20px; }
#page-contact.confirm #content_textarea td { padding: 0 0 20px; }
#page-contact.confirm .submit-btn { flex-wrap: wrap; }
#page-contact.confirm input[type="submit"].mainsubmit { margin: 0 0 20px; width: 300px; min-height: 60px; }
#page-contact.confirm input[type="submit"].mainback { min-height: 60px; font-size: 1.6rem; }
#page-contact.error .sectitle02, #page-contact.confirm .sectitle02 { padding: 50px 0 30px; font-size: 3.0rem; }
#page-contact.confirm form .item_tit { font-size: 1.7rem; margin-bottom: 0; }
#page-contact.confirm .contact_submit_btn { flex-wrap: wrap; }

/* 送信完了 */
#page-contact.thanks { padding: 130px 0 100px; }
#apply_head { font-size: 2.2rem; margin-bottom: 20px; }
#apply_txt { font-size: 1.3rem; margin-bottom: 40px; }
#apply_btn_link { width: 300px; min-height: 60px; font-size: 1.8rem; }

/* 入力内容エラー */
#page-contact.error { padding: 67px 0 50px; }
#page-contact.error form .item_tit { font-size: 1.7rem; }

/*===============================
 ARCHIVE-MEMBER
===============================*/
.member_archive_inner { padding-bottom: 60px; }
.memberlist { margin-bottom: 0; }
.memberlist > li.memberlist_item { width: 100%; }
.memberlist > li:not(:nth-of-type(4n)) { margin-right: 0; }

/*===============================
 ARCHIVE-NEWS
===============================*/
.news_archive_inner { padding: 0 5% 50px; }
.news_cat_list { gap: 10px; }
.newslist > li:not(:nth-of-type(4n)) { margin-right: 0; }
.newslist > li { width: 100%; }
.news_cat_list { margin-bottom: 30px; }

/*===============================
 SINGLE
===============================*/
.single-page { padding: 67px 0 0; margin-bottom: 50px; }
.single-main .container { padding: 30px 7vw; }
.single-works .article_tit_area { margin-bottom: 30px; }
.single-main .article_date { font-size: 1.6rem; text-align: left; }
.single-main .article_cat span { vertical-align: text-top; font-size: 1.2rem; }
.single-main .article_tit { font-size: 2.0rem; line-height: 1.5; margin: 0 auto 15px; }
.single-main .mainimg { margin-bottom: 20px; }
.cta.cta_works .linkbtn { font-size: 1.7rem; width: 320px; min-height: 70px; }
.single-main_btm { margin-top: 0; }
.single-main_btm .linkbtn { font-size: 1.7rem; }

/* content */
.article_content h2 {
	font-size: 1.8rem;
	margin: 0 auto 10px;
    line-height: 1.6;
	padding-top: 10px;
}
.article_content h3 {
	font-size: 1.6rem;
	line-height: 1.66;
	padding-top: 10px;
	margin: 0 auto 10px;
}
.article_content h4 {
	font-size: 1.4rem;
	line-height: 1.66;
	padding-top: 10px;
	margin: 0 auto 10px;
}
.article_content h5 {
	font-size: 1.4rem;
	line-height: 1.66;
	padding-top: 10px;
	margin: 0 auto 10px;
}
.article_content h6 {
	font-size: 1.4rem;
	line-height: 1.66;
	padding-top: 10px;
	margin: 0 auto 10px;
}
.article_content p {
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.article_btmlink {
	margin: 50px 0;
}
.article_btmlink > div {
	min-height: 100px;
}
.article_btmlink > div.back {
    border-right: 1px solid #404040;
}
.article_btmlink > div > a {
	font-size: 1.6rem;
	width: 70%;
}
.article_btmlink > div.next > a {
	text-align: right;
}

/*===============================
 SINGLE-MEMBER
===============================*/
.single-member_inner { flex-wrap: wrap; position: relative; }
.single-member_inner_info { width: 100%; }
.single-member_inner_info .game_name { font-size: 5rem; margin-bottom: 520px; }
.single-member_inner_info .member_info { margin-bottom: 40px; }
.single-member_inner_info .member_info dt { font-size: 2.4rem; }
.single-member_inner_info .member_info dd { font-size: 1.8rem; }
.single-member_inner_info .snslist { margin-bottom: 40px; }
.single-member_inner_info iframe { height: 197px; }
.single-member_inner_img { margin-top: 0; position: absolute; top: 90px; left: 0; width: 100%; }
.single-member_inner_img img { width: 44%; }
.single-member .article_btmlink > div > a { width: 120px; }

/*===============================
 SINGLE-NEWS
===============================*/
.single-news .article_info { margin-bottom: 10px; }
.single-news .article_date { margin: 0 10px 0 0; }
.single-news .social_btnarea { margin-top: 30px; }

/*===============================
 footer
===============================*/
#footer { padding-top: 40px; }
.footer_inner01 { padding: 0; flex-wrap: wrap; margin-bottom: 30px;}
.footer_inner01_left { width: 100%; margin-bottom: 30px; }
.footer_logo { margin: 0 auto; }
.footer_inner01 .pc-snslist { justify-content: center; margin: 20px 0 0 0; }
.footer_inner01_right { width: 100%; }
.footer_menu { display: flex; padding: 0px 12%; justify-content: space-between; margin-bottom: 25px; display: none; }
.footer_menu > ul { display: block; width: auto; }
.footer_menu > ul > li > a { margin: 0; }
.footer_menu > ul > li:not(:last-of-type) { margin-bottom: 25px; }
.footer_contact { justify-content: center; }
.footer_contact_btn { font-size: 2.2rem; width: 320px; }
.footer_warning { font-size: 1.3rem; margin-bottom: 20px; }
.footer_bottom { flex-wrap: wrap; }
.footer_bottom_left { width: 100%; margin-bottom: 10px; }
.footer_bottom_left > p { font-size: 1.2rem; line-height: 1; }
.footer_bottom_left > a { font-size: 1.2rem; }
.footer_bottom_right { width: 100%; text-align: left; }
.footer_bottom_right > a { font-size: 1.2rem; }
.copyright { line-height: 1.3; text-align: left; }
.copyright small { font-size: 1.2rem; letter-spacing: 0.1em; }

/*===============================
 ページネーション
===============================*/
.pagination { margin: 30px 0 20px; }
.nav-links > span { margin: 0 10px 0; }
.nav-links > a { margin: 0 10px 0; }

/*===============================
 footer
===============================*/


/*===============================
 404
===============================*/
#mv_notfound { padding-top: 67px; }
#mv_notfound .pagetitle { padding: 30px 0; }
#notfound { padding: 50px 0; }
#no-found_tit { font-size: 2.6rem; }
#notfound .container p { margin-bottom: 30px; }

/*===============================
 page-privacy-policy
===============================*/
#mv_privacy { padding-top: 67px; }
#mv_privacy .pagetitle { padding: 50px 0 0px; }
#mv_privacy .pagetitle .pagesubtit { font-size: 4.0rem; }
#mv_privacy .pagetitle .pagetit { font-size: 1.6rem; }
.policy_content_inner .policy_item ol { padding-left: 30px; }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
/*===============================
 Layout
===============================*/
p, li, dt, dd, th, td { font-size: 1.4rem; line-height: 2; }
section { padding: 60px 0; }
.pagesubtit {font-size: 9.0rem;}
.pagetit {font-size: 2.8rem;}
.sectitle01 {font-size: 6.0rem;}
.sectitle02 {font-size: 3.2rem;}
.subtit {font-size: 2.2rem;}
.linkbtn {width: 330px; min-height: 70px;}
.cta { padding: 60px 0; }
.cta.btm { padding-bottom: 100px; }
.cta .linkbtn {font-size: 2.2rem;width: 500px;min-height: 90px;}
.no-tab { display: none; }

/*===============================
 header
===============================*/
#header { min-height: 70px; }
#header .header_logo { top: 31%; left: 3%; width: 220px; }

/*===============================
 MV
===============================*/
.mv_tit { font-size: 5.0rem; }
.mv01 .pagetitle { padding: 70px 0 50px; }
#mv_dec01 { top: 12%; width: 51vw; }
#mv_dec02 { width: 50vw; }
#mv_dec03 { top: -12%; width: 50vw; }
#mv_dec04 { width: 60vw; }

/*===============================
 トップページ
===============================*/
.top_sectit { margin-bottom: 50px; }
#top_service .top_sectit { margin-bottom: 20px; }
.top_sectit h2 { font-size: 1.8rem; }

/* front-top */
#front-top { padding: 50px 0 0; }
#front-top_tit { font-size: 3.5rem; }

/* CONCEPT */
.top_concept_txt { margin-top: 30px; }
.top_concept_txt_tit { font-size: 2.8rem; }
#top_concept iframe { height: 420px; }
#top_concept_dec01 { top: -5vw; }
#top_concept_dec02 { bottom: 0vw; }
.thumb { border-radius: 30px; }

/* MEMBER */
#top_member { padding-bottom: 120px; }
.top_member_slide_item { margin: 0 8px; }
.top_member_slide_item .archive-article_img_inner .img_outer { border-radius: 0 50px; }
.top_member_slide_item .archive-article_img_inner .member_name .game_name { font-size: 2.5rem; }
.top_member_slide_item .archive-article_img_inner .member_name .stage_name { font-size: 1.6rem; }
.top_member_slide_item .archive-article_img_inner .member_name .stage_name_kana { font-size: 1.6rem; }

/* ABOUT */
#top_about_txt01 { margin-bottom: 50px; }

/* NEWS */
ul.top_news_list > li:not(:last-of-type) { margin-right: 10px; }
.top_news_list_item { width: calc((100% - 30px) / 4); }

/*===============================
 PAGE-ABOUT
===============================*/
.about-list li { margin: 0 0 20px 0; padding: 0 0 20px 0; }

/*===============================
 PAGE-CONTACT
===============================*/
#page-contact { padding: 50px 0; }
.contact_txt { margin-bottom: 50px; font-size: 1.6rem; }
.contactform_box { margin-bottom: 60px; }

/* 入力内容確認 */
#page-contact.confirm {
	padding: 90px 0 50px;
}
#page-contact.confirm .form-list li:not(:last-of-type) dl dt {
    padding: 0;
}
#page-contact.confirm #content_textarea td {
    padding: 78px 20px 20px;
}
#page-contact.confirm input[type="submit"].mainsubmit {
	margin: 0px 20px 0 0;
    width: 300px;
}
input[type="submit"].mainback {
	width: 300px;
}

/* 完了画面 */
#page-contact.thanks {
    padding: 150px 0 250px;
}

/* 入力エラー */
#page-contact.error {
	padding: 90px 0 50px;
}
#page-contact.error .sectitle02, #page-contact.confirm .sectitle02 {
	padding: 40px 0;
}
#page-contact.error .contact-form > tbody > tr:first-of-type th {
    padding-top: 40px;
}

/*===============================
 ARCHIVE-MEMBER
===============================*/
.member_archive_inner { padding: 20px 0 100px; }
.memberlist { margin-bottom: 40px; }
.memberlist > li.memberlist_item { width: calc((100% - 60px) / 3); }
.memberlist > li:not(:nth-of-type(4n)) { margin-right: 0; }
.memberlist > li:not(:nth-of-type(3n)) { margin-right: 30px; }
.member_archive_inner .single-main_btm { margin-top: 40px; }

/*===============================
 ARCHIVE-NEWS
===============================*/
.news_archive_inner { padding: 30px 0 70px; }
.newslist > li:not(:nth-of-type(4n)) { margin-right: 0; }
.newslist > li:not(:nth-of-type(3n)) { margin-right: 20px; }
.newslist > li { width: calc((100% - 40px) / 3);}
.newslist_item .tit { min-height: 68px; }
.newslist_item .bottom .cat { font-size: 1.0rem; padding: 3px 12px 3px 14px; }

/*===============================
 SINGLE
===============================*/
.single-page { padding: 150px 0 70px; margin-bottom: 0; }
.single-main .article_tit { font-size: 2.6rem; margin: 0 auto 20px; }
.single-main_btm { margin-top: 70px; }

/*===============================
 SINGLE-MEMBER
===============================*/
.single-member { padding-top: 0; }
.single-member_inner_info { width: 60%; }
.single-member_inner_info .game_name { font-size: 6.5rem; }
.single-member_inner_info .member_info { margin-bottom: 40px; }
.single-member_inner_info .member_info dd { font-size: 2.2rem; }
.single-member_inner_info .snslist { margin-bottom: 40px; }
.single-member_inner_info iframe { height: 232px; }
.single-member_inner_img { width: 40%; margin-top: 0; }
.single-member_inner_img img { width: 100%; }
.single-member .article_btmlink .back a { left: 45%; }

/*===============================
 SINGLE-NEWS
===============================*/
/* content */
.article_content h2 { font-size: 2.0rem; margin: 0 auto 10px; line-height: 1.6; padding-top: 10px; }
.article_content h3 { font-size: 1.8rem; line-height: 1.66; padding-top: 10px; margin: 0 auto 10px; }
.article_content h4 { font-size: 1.4rem; line-height: 1.66; padding-top: 10px; margin: 0 auto 10px; }
.article_content h5 { font-size: 1.4rem; line-height: 1.66; padding-top: 10px; margin: 0 auto 10px; }
.article_content h6 { font-size: 1.4rem; line-height: 1.66; padding-top: 10px; margin: 0 auto 10px; }
.article_content p { font-size: 1.4rem; margin-bottom: 10px; }

/*===============================
 ページネーション
===============================*/
.pagination { margin: 30px 0 0; }

/*===============================
 footer
===============================*/
#footer { padding-top: 50px; }
.footer_inner01 { padding: 0; }
.footer_inner01_right { width: 70%; }
.footer_menu { padding: 0; margin-bottom: 30px; }
.footer_menu > ul { flex-wrap: wrap; justify-content: flex-end; }
.footer_menu > ul > li { text-align: center; }
.footer_menu > ul > li > a { margin: 0 10px; font-size: 1.6rem; }
.footer_contact_btn { font-size: 3rem; width: 360px; padding: 5px 0; }
.footer_managementlink { font-size: 1.4rem; }
.footer_privacylink { font-size: 1.4rem; }
.copyright small { font-size: 1.4rem; }
#g-nav li a { font-size: 1.8rem; }
#g-nav.panelactive { bottom: 0; }
.openbtn { right: 15px; height: 100px; width: 100px; }
.openbtn span { left: 30px; }
.openbtn span:nth-of-type(1) { top: 35px; }
.openbtn span:nth-of-type(3) { top: 45px; }
.openbtn.active span:nth-of-type(1) { top: 31px; left: 33px; }
.openbtn.active span:nth-of-type(3) { top: 43px; left: 33px; }

/*===============================
 page-privacy-policy
===============================*/
#mv_privacy { padding-top: 70px; }
#mv_privacy .pagetitle { padding: 70px 0 0; }
#mv_privacy .pagetitle .pagesubtit { font-size: 6.0rem; }

/*===============================
 404
===============================*/
#no-found_tit { font-size: 4.0rem; }
#mv_notfound .pagetitle { padding: 70px 0; }

}

@media screen and (min-width: 800px) and (max-width: 990px) {
#g-nav-inner { top: 30%; }
}


@media screen and (min-width: 991px) and (max-width: 1024px) {
/*===============================
 SINGLE-MEMBER
===============================*/
.single-member_inner_info iframe { height: 311px; }

/*===============================
 footer
===============================*/
.footer_menu { padding: 0 10%; }
.openbtn { width: 100px; height: 70px; right: 20px; }
#g-nav-inner { top: 27%; }
}
