@charset "utf-8";
/*
Theme Name: xeory_extension_child
Template: xeory_extension
*/


/*背景を黒く*/
#content {
     background: black;
}

/*余白を消す*/
#content {
	padding:0px;
}

/*固定ページのコンテンツ幅を広く*/
.one-column #content .wrap {
    width: 1300px;
}

/*ヘッダー*/
#header {
  background: #ffffff;
}

#header a {

    color: #ccc;

}
/* スマホ表示時にロゴ中央寄せ */

@media (max-width: 767px) {

#header #logo {
    text-align:center;
    }

/* スマホ時のロゴサイズを変更 */
#header #logo img {
     width: 25%;
}

/* スマホのフッターの幅*/

#footer-brand-area {
    padding-bottom: 0px;
    margin-bottom: 0px;
}


}


/* PCのヘッダーロゴのサイズ*/
#header #logo img {
    max-width: 84%;
}


/*gnav*/

/*gnav固定*/
#header {
 position: fixed;
 left: 0;
 right: 0;
 z-index: 999;

}


/*ホバー時の背景色*/

#gnav ul li a:hover {
    background: #ccc;
}

/*選択時の背景色*/
#gnav ul li.current-menu-item a {
    background: #ccc;
}


/*背景を黒に、余白調整*/
#gnav ul li a {
    padding: 16px 20px;
    background: #020202;
}

/*間の線の色*/
#gnav {
    background: #fff;
}


/*ヘッダーからMVまでのスキマの色と幅*/
#main_visual_pc,
.breadcrumb-area {
 padding-top: 150px;
}


/*ヘッダーからMVまでのスキマの幅といろ*/
div.main_visual_pc
 {
padding-top: 11%;
background-color: #020202;
min-height: 100vh;

}


#main_visual_sp,
.breadcrumb-area {
 padding-top: 165px;
	background-color:black;
}

#header {
    color: #ffffff;
    background-color:#020202;

}




/* パソコンで見たときは"pc"のclassがついた画像が表示される(MV) */
div.main_visual_pc { display: block !important; }
div.main_visual_sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
div.main_visual_pc { display: none !important; }
div.main_visual_sp { display: block !important; }
}

/*サービス（特徴）*/

/*番号*/
body.home #front-contents .c_number {
background-color: #787878
}

/*ボタン消す*/
body.home #front-contents .c_text .c_btn a {
border-radius: 30px;
    background: black;
	display:none;
}

/*h3カラー、サイズ*/
body.home #front-contents h3 {

    color:orange;
    font-size: 29px;
}

/*プラン（料金）*/


/*h3カラー、サイズ*/
body.home #front-service .front-service-inner h3 {

    color: #787878;
    font-size: 28px;
    margin-bottom: 8px;

}








/*フッター*/



/*フッターsns消す*/

#footer-content-area #footer-cont-sns a {
    display: none;
    padding: 8px 12px 8px 0;
}

/*フッターロゴサイズ*/

#footer .footer-logo {
   font-size: 17px;
}


/*ソーシャルメディアって文字を消す*/
#footer-content-area h4 {
 display:none;
}

/*お問い合わせ(固定ページ)*/

/*真ん中の四角を中央よせ*/
.main-inner {
margin-right: 0px;
}
.main-inner h3 {
	color: #fff;
    font-size: 24px;
    margin-top: 16px;
}


/*テキストエリアを100％表示*/
form textarea {
    width: 100%;
}



.breadcrumb-area .wrap {
     display: none;
}


/*上のフッター消す*/

/*.footer-01 {
    display: none;
}*/


.footer-01 {
    background:#020202;
}

/*下のフッター背景色*/
.footer-02 {
    background: #020202;
}

/*フッターボーダー消す*/
#footer {
    border:none;
}

/*h3サイズ小さく*/

body.home #front-service .front-service-inner h3 {
    font-size: 25px;
}



/*固定ページの下の余白消す*/
article.page {
    margin-bottom: 0px;
}


/*固定ページの画像をセンターに*/
.wp-block-image {
    text-align: center;
}

/*ボディフォント、メイリオ優先に*/
body.home #front-contents .c_text p {
    font-family: "メイリオ", "游ゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, Verdana,  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 48px;
}


body.home #front-contact .c_box_inner {

    padding: 60px 0;
    width: 100%;
    max-width: 669px;
    margin: 0 auto;

}



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: inherit;
        font-size: inherit;
        font-family: inherit;
    vertical-align: baseline;

}


body.home .front-main-cont .front-cont-header .cont-ruby {

    font-size: 20px;
    margin: 0;

}


/*「フッター浮かないように*/
	div.colum{

		display: flex;
		flex-direction: column;
		min-height: 100vh;

	}



/*フッター右側(リンク部分)レイアウト*/
#footer .row {
    margin:0;
    display: flex;
    justify-content: flex-end;
}


.row img{

	margin-left:-30%;
}

.gr4 {
    display: none;
}





/*詳細ボタン*/


*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*font-size: 62.5%;*/
}

.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}





/*********************ボタンデザイン**************************/

a.btn-radius-solid {
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
  background: rgba(0,0,0,0.8);
  z-index: 999;
  position: absolute;
  margin-left: 45%;
  margin-top: 32%;
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(bottom, #f1e767 0%, #feb645 100%);
  background: linear-gradient(to top, #f1e767 0%, #feb645 100%);

}


.fa, .fas {
    padding-left: 1em;
}






/*********************クリエイター募集ページ**************************/


a {
    color: #dead1f;
}

.main-inner2{
background-color: #081768;
}


.main-inner2 p{
color: #fff;
padding-bottom: 3%;
margin-top:0.5%;
}

span.number{
	font-size: 2.5rem;
	color: #5c618e;
}

span.title{
	font-size:1.6rem;
	color: #fff;
	letter-spacing: 0.5rem;
	padding-left: 20px;
}


.ad_content{
	margin-left: 10%;
margin-right: -2%;
}


ul.flex_contener{

	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	margin-bottom: 3%;
}


li.flex_left{
	width: 52%;
}


div.list{
	padding-bottom: 3%;
}

/********************スマホ*****************************/

@media screen and (max-width: 767px) {

	/*コンテンツ幅調整*/
.one-column #content .wrap {
    width: 94%;
}

/*記事余白調整*/
article.page .post-content {
    padding: 10px;
	}

/*ハンバーガーボタン背景*/
#header-nav-btn a {
    background: #020202;
}

/*gnav展開時背景色*/
#gnav-sp {
    background: rgba(0,0,0,0.6);
}

/*「ブログコンテンツ」消す*/
#gnav-sp #header-cont-content h4, #gnav-sp #header-cont-about h4, #gnav-sp #header-cont-sns h4 {
    display: none;
}

	/*「フッター浮かないように*/
	div.colum{

		display: flex;
		flex-direction: column;
		min-height: 100vh;

	}

/*navした入り込まないように*/
	div.main_visual_sp {
     margin-top: 20%;
}

/*フォント調整*/
	body
	{font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

/*固定ページh3小さく*/
	.post-content h3{
		font-size:18px;
	}

/*トップページボタン*/
	a.btn-radius-solid{
	margin-left: 13%;
    margin-top: 132%;

	}

/*フッターリンクなど*/
	.row img{

	margin:0;
}

	#footer .row {
    margin: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
}

/*クリエイター募集ページ*/
	.ad_content {
    margin-left: 6%;
    margin-right: 0%;
    width: 90%;
}

	li.flex_left {
    width: 100%;
}

	span.title {
    font-size: 1rem;
    color: #fff;
    letter-spacing: 0.2rem;
    padding-left: 10px;
    font-weight: bold;
}


}





/*追加 2021/2/16*/


.aboutList {
    width: 50%;
    margin: 0 auto;
    padding-top: 5%;
}

.aboutList dl{
	display:flex;
	color:#fff;
	line-height: 2.1;
}


.aboutListdl dt{
    margin-right: 20px;
	width: 28%;
}

/*トップページキャッチコピーセンター寄せ*/

#company_front {
    color: #fff;
    background-color: #020202;
    text-align: center;
}

/*トップページ文字色*/
#company_front p{
color:#fff;
}


/*.main-inner.top{

    margin: 0 auto;
    text-align: center;
}
*/

/*左上ロゴ消す*/
#logo{
	display:none;
}
/*フッターロゴ消す*/
#footer .footer-logo {
display: none;
}


/* タブレット・スマフォ階層メニュー表示*/
@media screen and (max-width: 991px) {
    #gnav-sp ul li .sub-menu {
    display: block !important;
    padding-left: 5%;
    }

        #gnav-sp{
            top:140px!important;
        }



.aboutList {
    width: 90%;
    margin: 0 auto;
    padding-top: 40%;
}

.aboutListdl dt{
    min-width: 33px;
}

#company_front p {
    color: #fff;
    width: 95%;
    margin: 0 auto;
}


div.main_visual_sp {
    margin-top: 0%;
}

}
.post_musician_img{
	float:left;
	max-width:50%;
	padding-right: 4%;
}

.post-meta-area {
	display: none;
}
.post-author {
	display:none;
}
.post-thumbnail {
	display:none;
}
.cat-name {
	display:none;
}
.post-header {
	padding-bottom: 0px;
	border: none;
}
.post-title {
	margin-bottom: 0px;
}

.su-image-carousel {
	margin: 0 !important;
}


/* Musician */
/* 名前を中央よせ */
.post-title{
    text-align: center;
}
/* オファーはこちらから */
.offer_box{
    border: 1px solid #000;
    padding: 10px 0 10px;
}
/* アーティストを並べる */
ul.artist-list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 0 40px 0;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.artist-list li {
    list-style: none;
    padding: 0 15px 0 0;
	font-size: 12pt;
}
ul.artist-list li:first-of-type,
ul.artist-list li:last-of-type{
    width: 100%;
    text-align: left;
}



