@charset "UTF-8";

*{
    font-family: 'Rubik', sans-serif;
    font-family: 'Sawarabi Gothic', sans-serif;
}
:root{
    --color_w:#Fff;
    --color_b:#000;
    --color_main1:#306e9e;
    --color_main2:#cf4d6b;
}

/* Flex  ------------------------------------*/
.flexwrap{
 display: -webkit-flex;
 display: flex;
 flex-wrap: wrap;
 -webkit-flex-wrap: wrap;
}
.flexnowrap{
 display: -webkit-flex;
 display: flex;
 flex-wrap: nowrap;
 -webkit-flex-wrap: nowrap;
}
.JCfs{
 justify-content: flex-start;
 -webkit-justify-content: flex-start;
}
.JCfe{
 justify-content: flex-end;
 -webkit-justify-content: flex-end;
}
.JCc{
 justify-content: center;
 -webkit-justify-content: center;
}
.JCsb{
 justify-content: space-between;
 -webkit-justify-content: space-between;
}
.AIc{
    align-items: center;
    -webkit-align-items: center;
}
.AIs{
    align-items: stretch;
    -webkit-align-items: stretch;
}
.AIe{
    align-items: end;
    -webkit-align-items: end;
}

body{
    background-color: #000 !important;
    color: var(--color_w) !important;
}

a, a:visited {
    color: var(--color_main1) !important;
}

/* FONT */
h2,
ul.athena-nav > li.menu-item a,
#main.athena-page .entry-content .entry-title{
font-family: "Bebas Neue", sans-serif;
}

.athena-button.primary, button, input[type="button"], input[type="submit"], .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce a.button, .woocommerce button.button, .woocommerce input[type="submit"]{
    color: var(--color_w) !important;
    background: var(--color_b) !important;
}
/* header　すかし*/
#athena-header .header-inner, #athena-header.frontpage .header-inner{
    background: rgba(27,27,27,0.6) !important;
    height: 85px !important;
}
ul.athena-nav ul li{
    background: rgba(27,27,27,0.6) !important;    
}

/* じわっと画像が表示される */
.delayed-image {
 	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn { 
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}
/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*投稿者名など、非表示*/
.byline,
.meta-detail{
    display:none !important;}
#athena-featured {
    display: none;
}
.fa {
    display: none;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*TOP背景黒用 */

#top{
    background: #000;
}
#top h1{
    color:#fff !important;
}

/* Logo */
#athena-logo img{
    padding: 0 !important;
    margin: 0 !important;
}

#athena-header.frontpage .header-inner {
    background: rgba(27,27,27,0.6);
}
#athena-logo img {
    max-height: 50px;
    margin: 10px 0;
   padding: 0px;
}
#athena-header .header-inner {
    background: #1b1b1b;
    height: 65px;
}
#athena-featured .featured-box{
    padding: 10px 30px;
    min-height: 250px;
    cursor: pointer;
}
#athena-featured{
    width: 100%;
    min-height: 250px;
	  background: #000;
    color: #fff;
    text-align: center;
    overflow: hidden;
    z-index: 0;
    position: relative;
}
ul.athena-nav{
 padding: 35px 10px !important;   
}
ul.athena-nav > li.menu-item{
    margin-right:15px !important;
}
ul.athena-nav > li.menu-item a{
    font-size: 22px !important;
    color:var(--color_w) !important;
    text-shadow: 3px 3px 5px rgba(48,150,150,1);
}
ul.athena-nav > li.menu-item.current-menu-item a, ul.athena-nav > li.menu-item.current-menu-parent a, ul.athena-nav > li.menu-item a:hover {
    border-bottom: 2px solid #FFFFFF;
}
ul.athena-nav > li.menu-item.current-menu-item a, ul.athena-nav > li.menu-item.current-menu-parent a, ul.athena-nav > li.menu-item a:hover{
    border-bottom:2px solid var(--color_main1) !important;
}
ul.athena-nav > li.menu-item a img{
    filter: brightness(0) invert(1);
}
/* サーチアイコン消去*/
ul.slicknav_nav > li:last-child,
ul.athena-nav > li:last-child{
    display: none;
}
/* SP ハンバーガー*/
#athena-header .slicknav_menu,.slicknav_btn{
    background: rgba(0,0,0,0) !important;
}
.slicknav_nav{
        background: rgba(0,0,0,0.6) !important;
}

#main.athena-page {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.page-content, .entry-content, .entry-summary{
    word-break: break-all;
}
/* g */
#gtranslate_wrapper{
    top:0 !important;
	  left:40% !important;
	}
/*Title*/

.entry-title{
    font-size: 40px !important;
    word-break: break-all;
}
h2{
    font-size: 36px !important;    
    word-break: break-all;
}
.back_bt{
    margin: 2em 0;
}
.back_bt a{
    font-family: "Bebas Neue", sans-serif;
    font-size: 24px;
}
.back_bt img{
    width: auto;
    height: 15px;
    padding-right: 15px;
    filter: invert(40%) sepia(28%) saturate(1084%) hue-rotate(164deg) brightness(89%) contrast(91%);
    vertical-align: middle;
}
.back_bt a:hover{
    color: var(--color_w) !important;
    transition: 0.3s;
}
.back_bt a:hover img{
    transition: 0.3s;
    filter: brightness(0) invert(1);
}

/*footer 固定*/
.wrap {
      display: flex;
      flex-direction: column;
      min-height: 100vh;
}
footer {
    margin-top: auto;
    background: #000;
    color: #fff;
    width: 100%;
    text-align: center;
}
footer a{
      color: #fff;
}
.entry-footer,.entry-footer a{
    color: #000;
    background: none;
}

/*TOP AREA*/
.top-f h1{
    margin: 1em 0;
}
.top-f .ai1ec-main-container{
    margin-bottom: 5em;
}
.youtube-icon{
    float: right;
    margin: 0 !important;
}
.youtube-icon img{
    filter: invert(33%) sepia(65%) saturate(4808%) hue-rotate(332deg) brightness(102%) contrast(101%);
    height: 20px;
    width: auto;
}
.youtube-f p{
  width:100%;
  aspect-ratio: 16 / 9;
}
.youtube-f iframe{
  width: 100%;
  height: 100%;
}

/* News */
.news-f .entry-title{
    font-size: 28px !important;
}
#athena-page-jumbotron{
    background-position: top 20% center !important;
    background-color: rgba(0,0,0,0.5);
    background-blend-mode: darken;    
}

/*PROF AREA*/
.prof-f{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: flex-start;
    width: 80%;
    margin: auto;
}
.prof-box{
    width: calc(50% - 20px);
    background: #000;
    margin: 10px;
    padding: 30px 15px;
    text-align: center;
}
.prof-box img{
    max-height: 560px;
    object-fit: cover;
}
.prof-name{
    text-align: center;
    padding: 10px;
    font-size: 2.3rem;
    font-weight: bold;
    color: var(--color_w);
}
.prof-member-f .prof-name .name{
    font-size: 3rem;
    margin: 0 0 10px;
}
.prof-name a img{
    margin:20px 10px 10px;
    filter: invert(38%) sepia(37%) saturate(850%) hue-rotate(164deg) brightness(92%) contrast(90%);
    width: auto;
    height: 25px;
}
.prof-name a img:hover{
    filter: brightness(0) invert(1);
    transition: 0.3s;
}
.prof-more{
    margin: 5px auto;
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-top: var(--color_main1) 1px solid;
    border-bottom: var(--color_main1) 1px solid;
}
.prof-more a{
    display: block;
    font-weight: bold;
    font-size: 28px;
    font-family: "Bebas Neue", sans-serif;
}
.prof-more:hover{
    border-top: #fff 1px solid;
    border-bottom: #fff 1px solid;
    transition: 0.3s;
}
.prof-more:hover a{
    color:#fff !important;
    transition: 0.3s;
}
.prof-member-f .delayed-image{
    width: 50%;
}
.prof-info{
    color: #fff;
    padding: 0 10px;
}
.prof-member-f{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 1em auto;
    background: #000;
    padding: 15px;
}
.prof-member-f img{
    max-width: 450px;
    height: auto;
}
.prof-member-f .prof-name{
    text-align: left;
    font-size: 24px;
    width:50%;
}
.prof-member-f p{
    text-align: left;
    padding-left: 10px;
    line-height: 2;
    font-size: 18px;
}
.prof-member-f .prof-name img{
    filter: unset;
}
a .prof-name:hover{
    background: var(--color_main1);
}

/*RULE AREA*/
.rule_description_area{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid;
    padding: 1em 2em;
    text-align: left;
    line-height: 1.5;
}
/*FUN CLUB AREA*/
.fan-f{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
}
.fan-box{
    width: calc((100% - 80px)/4);
    margin: 10px;
    padding: 5px;
}
.fan-box img{
     max-height: 350px;
    object-fit: contain;
    width: 100%;
    }
.funclub_description_area{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid;
    padding: 1em 2em;
    text-align: left;
    line-height: 1.5;
}
/*FUN CLUB DIV TABLE*/
.col_funclub{
	width: 46%;
	margin:5px;
	padding:4px;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	float:  left;
	text-align: center;
	background: #EEEEEE;
}
.col_funclub > div{
	width: 20%;
	padding: 10px;
}
.col_funclub > div > div{
	position: relative;
	overflow: hidden
}

/*SHOP DIV TABLE*/
.col_shop{
	width: 46%;
	margin:5px;
	padding:4px;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	float:  left;
	text-align: center;
	background: #FFFFFF;
}
.col_shop > div{
	width: 20%;
	padding: 10px;
}
.col_shop > div > div{
	position: relative;
	overflow: hidden
}


/*DIV TABLE*/
.col_2{
	width: 25%;
	padding:4px;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	float:  left;
	text-align: center;
}
.col_2 > div{
	width: 20%;
	padding: 10px;
}
.col_2 > div > div{
	position: relative;
	overflow: hidden
}

/*PROFILE BUTTON*/
.btn-profile {
	color: #FFF!important;
	background-color: #000;
	border-radius: 0;
	border: 0;
	padding: 10px 20px;
	margin-top: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.athena-button.primary, button, input[type="button"], input[type="submit"], .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce a.button, .woocommerce button.button, .woocommerce input[type="submit"] {
    background: #000;
    color: #fff;
}

a, a:visited {
    color: #222222;
}

/*Gtranslote*/
#gtranslate_wrapper{
    top:85px !important;
	  left:21% !important;
	}	


@media screen and (max-width: 1600px) {
/*Gtranslote*/
#gtranslate_wrapper{
    top:85px !important;
	  left:9% !important;
	}	
}
@media screen and (max-width: 1024px) {
#athena-logo img{
    height: 60px !important;
}        
ul.athena-nav > li.menu-item{
    margin-right: 10px !important;
    }
#gtranslate_wrapper{
    top:65px !important;
	  left:1% !important;
	}
.prof-member-f{
    width: 95%;
}    
.prof-member-f p{
    font-size: 14px;
}    
.fan-box img{
     max-height: 295px;
    }    
}
    
@media screen and (max-width: 960px) {
.header-inner #athena-logo img {
    max-height: 45px;
}
	.col_funclub > div{
		width: 25%;
	}
	.col_shop > div{
		width: 25%;
	}
	.col_2 > div{
		width: 25%;
	}
.entry-title{
    font-size: 32px !important;
}
h2{
    font-size: 24px !important;
}
/* News */
.news-f .entry-title{
    font-size: 22px !important;
}
}

@media screen and (max-width: 768px) {
.top-slider{
    padding-top: 50px;
    }
#gtranslate_wrapper{
    top:5px !important;
	  left:22% !important;
	}     
.prof-member-f img{
    max-width: 100%;
    height: auto;
}    
.prof-box img{
    max-height: 330px;
}    
.fan-box img{
    max-height: 210px;
    }    
}

        
@media screen and (max-width: 601px) {
#athena-jumbotron{
		height:100%;
		max-height: 180px!important;
	}
.camera_fakehover{
		min-height: 175px;
		height:100%;
}
.camera_wrap img{
/* 		max-width: 100%!important; */
		width: 100%!important;
  	height: auto !important;
  	margin: 0 !important;
	}
.fg-default.fg-left{
text-align:center !important;
}	 
.entry-title{
    font-size: 32px !important;
}
h2{
    font-size: 24px !important;
}
/* News */
.news-f .entry-title{
    font-size: 18px !important;
}    
.prof-f{
    width: 95%;
}    
.prof-box{
    padding: 5px;
    width: 100%;
}    
.prof-box img{
    max-height: 210px;
}     
.prof-name{font-size: 2rem;}    
.prof-info{
    font-size: 85%;
    line-height: 1.5;
    }
.prof-more{
    width: 100%;
}    
.prof-member-f{
    align-items: center;
    }       
.prof-member-f .delayed-image{
    width: 100%;
}
.prof-member-f .prof-name{
    width: 100%;
}
.prof-name a img{
    margin: 0 10px 10px;
}
/*FUN CLUB AREA*/
.fan-box{
    width: calc((100% - 40px)/2);
    background: #000;
    margin: 5px;
    padding: 5px;
}    
.funclub_description_area{
    width: 90%;
}    
.fan-box img{
     max-height: 220px;
    }    
.rule_description_area ul{
    margin: 0;
    }
#footer-menu{
	margin:auto;
	padding:0;		
	}
/*Gtranslote*/
#gtranslate_wrapper{
    top:50px !important;
	  left:3% !important;
	}    
	#athena-header.frontpage .header-inner{
		height:80px;
	}
	.menu-item-gtranslate{
		height:30px;
	}
	
.switcher{
	width:120px !important;
    
}
}
    
@media screen and (max-width: 480px) {
    .athena-blog-post{
        width: 90% !important;
    }
	.col_funclub > div{
		width: 33.33333%;
	}
	.col_shop > div{
		width: 33.33333%;
	}
	.col_2 > div{
		width: 33.33333%;
	}
}
