@charset "UTF-8";

*{
    font-family: 'Rubik', sans-serif;
    font-family: 'Sawarabi Gothic', sans-serif;
}

:root{
    --color_w:#Fff;
    --color_b:#000;
    --color_pink:#F01ED9;
}

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

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

.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: 0 0 10px rgba(240,30,217,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_pink) !important;
}

/* サーチアイコン消去*/
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;
}

/*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 .fab{
    color:red;
}
.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;
}

/*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: 15px;
    text-align: center;
}
.prof-box img{
    max-height: 560px;
    object-fit: cover;
}
.prof-name{
    text-align: center;
    padding: 10px 0 5px;
    font-size: 18px;
    font-weight: bold;
    color: var(--color_w);
}
.prof-name a{
    padding-right: 10px;
}
.prof-more{
    margin: 5px auto;
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-top: var(--color_pink) 1px solid;
    border-bottom: var(--color_pink) 1px solid;
}
.prof-more a{
    display: block;
    font-weight: bold;
    font-size: 28px;
    font-family: 'Teko', sans-serif !important;
}
.prof-more:hover{
    border-top: #fff 1px solid;
    border-bottom: #fff 1px solid;
}
.prof-more a:hover{
    color:#fff !important;
}
.prof-info{
    color: #fff;
    padding: 0 10px;
}
.prof-member-f{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto 30px;
    background: #000;
    padding: 5px;
}
.prof-member-f img{
    max-width: 450px;
    height: auto;
}
.prof-member-f .prof-name{
    text-align: left;
    padding: 30px 0 0 20px;
    font-size: 24px;
}
.prof-member-f p{
    text-align: left;
    padding-left: 10px;
    line-height: 2;
    font-size: 18px;
}
a .prof-name:hover{
    background: var(--color_pink);
}

/*RULE AREA*/
.rule_description_area{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid;
    padding: 1em 2em;
    color: #000;
    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);
    background: #000;
    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;
    color: #000;
    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: 350px;
    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;
}    
.prof-box img{
    max-height: 210px;
}     
.prof-name{font-size: 85%;}    
.prof-info{
    font-size: 85%;
    line-height: 1.5;
    }
.prof-more{
    width: 100%;
}    
.prof-member-f{
    align-items: center;
    }       
.prof-member-f img{
    max-width: 150px;
    height: auto;
}     
/*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%;
	}
}
